/* Default  */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cossette+Texte:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Engagement&amp;family=Epilogue:ital,wght@0,100..900;1,100..900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

:root {
	--color-primary: #e60d76;
	--color-primary-2: #0407ba;
	--color-primary-3: #005ba3;
	--color-primary-4: #01661b;
	--color-primary-5: #8b0000;
	--color-primary-6: #C29663;
	--color-primary-7: #FF4E41;
	--color-primary-8: #20AD96;
	--color-primary-9: #5b0273;
	--color-primary-10: #0703b7;
	--color-secondary: #1F1F25;
	--color-secondary-2: #110C2D;
	--color-body: #000000;
	--color-body-2: #F9F8FF;
	--color-secondary: #1F1F25;
	--color-bg: #FFD9EF;
	--color-heading-1: #262626;
	--color-white: #fff;
	--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;
	--p-light: 300;
	--p-regular: 400;
	--p-medium: 500;
	--p-semi-bold: 600;
	--p-bold: 700;
	--p-extra-bold: 800;
	--p-black: 900;
	--s-light: 300;
	--s-regular: 400;
	--s-medium: 500;
	--s-semi-bold: 600;
	--s-bold: 700;
	--s-extra-bold: 800;
	--s-black: 900;
	--transition: all 0.3s;
	--font-primary: "Epilogue", sans-serif;
	--font-secondary: "Epilogue", sans-serif;
	--font-body: "Roboto", sans-serif;
	--font-3: "fontawesome", sans-serif;
	--font-size-b1: 18px;
	--font-size-b2: 16px;
	--font-size-b3: 12px;
	--font-size-b4: 10px;
	--line-height-b1: 26px;
	--line-height-b2: 26px;
	--line-height-b3: 1.7;
	--line-height-b4: 32px;
	--h1: 40px;
	--h2: 38px;
	--h3: 28px;
	--h4: 24px;
	--h5: 22px;
	--h6: 18px;
}

* {
	box-sizing: border-box;
}

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

body {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b2);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--font-body);
	color: var(--color-body);
	font-weight: var(--p-regular);
	position: relative;
	overflow-x: hidden;
	padding-right: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	body {
		overflow: hidden;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
		overflow: hidden;
	}
}

@media only screen and (max-width: 767px) {
	body {
		overflow: hidden;
	}
}

body::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.05;
}

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

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

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

h2,
.h2 {
	font-size: var(--h2);
	line-height: 1.23;
	color: #0407ba;
	text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	h5,
	.h5 {
		font-size: 20px;
	}
}

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

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

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

p {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b4);
	font-weight: var(--p-medium);
	color: var(--color-body);
	margin: 0 0 20px;
	font-family: var(--font-body);
}

.desc {
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	text-align: justify;
}

.section-title-area {
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
	padding-left: 18px;
}

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

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

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

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

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

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

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

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

ul ul {
	margin-bottom: 0;
}

ol {
	margin-bottom: 30px;
}

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

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

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

ol ul {
	padding-left: 30px;
}

.typo-title-area .title {
	margin-top: 0;
}

.paragraph-area p.disc {
	margin-bottom: 20px;
	color: #fff;
}

@media only screen and (max-width: 1199px) {
	h1 {
		font-size: 64px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-size: 54px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 40px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 575px) {
	h1 {
		font-size: 28px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 479px) {
	h1 {
		font-size: 26px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	h2 {
		font-size: 54px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h2 {
		font-size: 44px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h2 {
		font-size: 36px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 575px) {
	h2 {
		font-size: 26px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 479px) {
	h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	h3 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h3 {
		font-size: 36px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h3 {
		font-size: 30px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 575px) {
	h3 {
		font-size: 24px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 479px) {
	h3 {
		font-size: 22px;
		line-height: 30px;
	}
}

/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

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

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

.m--0 {
	margin: 0;
}

.rts-section-gap {
	padding: 50px 0;
}

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

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

}

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

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

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

.rts-section-gapTop {
	padding-top: 60px;
}

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

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

.rts-section-gap2 {
	padding: 160px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rts-section-gap2 {
		padding: 60px 0;
	}
}

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

.rts-section-gap2Bottom {
	padding-bottom: 160px;
}

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

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

.rts-section-gap2Top {
	padding-top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rts-section-gap2Top {
		padding-top: 70px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt_lg--5 {
		padding-top: 5px !important;
	}

	.pb_lg--5 {
		padding-bottom: 5px !important;
	}

	.pl_lg--5 {
		padding-left: 5px !important;
	}

	.pr_lg--5 {
		padding-right: 5px !important;
	}

	.mt_lg--5 {
		margin-top: 5px !important;
	}

	.mb_lg--5 {
		margin-bottom: 5px !important;
	}

	.ml_lg--5 {
		margin-left: 5px !important;
	}

	.ptb_lg--10 {
		padding: 10px 0;
	}

	.plr_lg--10 {
		padding: 0 10px !important;
	}

	.pt_lg--10 {
		padding-top: 10px !important;
	}

	.pb_lg--10 {
		padding-bottom: 10px !important;
	}

	.pl_lg--10 {
		padding-left: 10px !important;
	}

	.pr_lg--10 {
		padding-right: 10px !important;
	}

	.mt_lg--10 {
		margin-top: 10px !important;
	}

	.mb_lg--10 {
		margin-bottom: 10px !important;
	}

	.ml_lg--10 {
		margin-left: 10px !important;
	}

	.ptb_lg--15 {
		padding: 15px 0;
	}

	.plr_lg--15 {
		padding: 0 15px !important;
	}

	.pt_lg--15 {
		padding-top: 15px !important;
	}

	.pb_lg--15 {
		padding-bottom: 15px !important;
	}

	.pl_lg--15 {
		padding-left: 15px !important;
	}

	.pr_lg--15 {
		padding-right: 15px !important;
	}

	.mt_lg--15 {
		margin-top: 15px !important;
	}

	.mb_lg--15 {
		margin-bottom: 15px !important;
	}

	.ml_lg--15 {
		margin-left: 15px !important;
	}

	.ptb_lg--20 {
		padding: 20px 0;
	}

	.plr_lg--20 {
		padding: 0 20px !important;
	}

	.pt_lg--20 {
		padding-top: 20px !important;
	}

	.pb_lg--20 {
		padding-bottom: 20px !important;
	}

	.pl_lg--20 {
		padding-left: 20px !important;
	}

	.pr_lg--20 {
		padding-right: 20px !important;
	}

	.mt_lg--20 {
		margin-top: 20px !important;
	}

	.mb_lg--20 {
		margin-bottom: 20px !important;
	}

	.ml_lg--20 {
		margin-left: 20px !important;
	}

	.ptb_lg--25 {
		padding: 25px 0;
	}

	.plr_lg--25 {
		padding: 0 25px !important;
	}

	.pt_lg--25 {
		padding-top: 25px !important;
	}

	.pb_lg--25 {
		padding-bottom: 25px !important;
	}

	.pl_lg--25 {
		padding-left: 25px !important;
	}

	.pr_lg--25 {
		padding-right: 25px !important;
	}

	.mt_lg--25 {
		margin-top: 25px !important;
	}

	.mb_lg--25 {
		margin-bottom: 25px !important;
	}

	.ml_lg--25 {
		margin-left: 25px !important;
	}

	.ptb_lg--30 {
		padding: 30px 0;
	}

	.plr_lg--30 {
		padding: 0 30px !important;
	}

	.pt_lg--30 {
		padding-top: 30px !important;
	}

	.pb_lg--30 {
		padding-bottom: 30px !important;
	}

	.pl_lg--30 {
		padding-left: 30px !important;
	}

	.pr_lg--30 {
		padding-right: 30px !important;
	}

	.mt_lg--30 {
		margin-top: 30px !important;
	}

	.mb_lg--30 {
		margin-bottom: 30px !important;
	}

	.ml_lg--30 {
		margin-left: 30px !important;
	}

	.ptb_lg--35 {
		padding: 35px 0;
	}

	.plr_lg--35 {
		padding: 0 35px !important;
	}

	.pt_lg--35 {
		padding-top: 35px !important;
	}

	.pb_lg--35 {
		padding-bottom: 35px !important;
	}

	.pl_lg--35 {
		padding-left: 35px !important;
	}

	.pr_lg--35 {
		padding-right: 35px !important;
	}

	.mt_lg--35 {
		margin-top: 35px !important;
	}

	.mb_lg--35 {
		margin-bottom: 35px !important;
	}

	.ml_lg--35 {
		margin-left: 35px !important;
	}

	.ptb_lg--40 {
		padding: 40px 0;
	}

	.plr_lg--40 {
		padding: 0 40px !important;
	}

	.pt_lg--40 {
		padding-top: 40px !important;
	}

	.pb_lg--40 {
		padding-bottom: 40px !important;
	}

	.pl_lg--40 {
		padding-left: 40px !important;
	}

	.pr_lg--40 {
		padding-right: 40px !important;
	}

	.mt_lg--40 {
		margin-top: 40px !important;
	}

	.mb_lg--40 {
		margin-bottom: 40px !important;
	}

	.ml_lg--40 {
		margin-left: 40px !important;
	}

	.ptb_lg--45 {
		padding: 45px 0;
	}

	.plr_lg--45 {
		padding: 0 45px !important;
	}

	.pt_lg--45 {
		padding-top: 45px !important;
	}

	.pb_lg--45 {
		padding-bottom: 45px !important;
	}

	.pl_lg--45 {
		padding-left: 45px !important;
	}

	.pr_lg--45 {
		padding-right: 45px !important;
	}

	.mt_lg--45 {
		margin-top: 45px !important;
	}

	.mb_lg--45 {
		margin-bottom: 45px !important;
	}

	.ml_lg--45 {
		margin-left: 45px !important;
	}

	.ptb_lg--50 {
		padding: 50px 0;
	}

	.plr_lg--50 {
		padding: 0 50px !important;
	}

	.pt_lg--50 {
		padding-top: 50px !important;
	}

	.pb_lg--50 {
		padding-bottom: 50px !important;
	}

	.pl_lg--50 {
		padding-left: 50px !important;
	}

	.pr_lg--50 {
		padding-right: 50px !important;
	}

	.mt_lg--50 {
		margin-top: 50px !important;
	}

	.mb_lg--50 {
		margin-bottom: 50px !important;
	}

	.ml_lg--50 {
		margin-left: 50px !important;
	}

	.ptb_lg--55 {
		padding: 55px 0;
	}

	.plr_lg--55 {
		padding: 0 55px !important;
	}

	.pt_lg--55 {
		padding-top: 55px !important;
	}

	.pb_lg--55 {
		padding-bottom: 55px !important;
	}

	.pl_lg--55 {
		padding-left: 55px !important;
	}

	.pr_lg--55 {
		padding-right: 55px !important;
	}

	.mt_lg--55 {
		margin-top: 55px !important;
	}

	.mb_lg--55 {
		margin-bottom: 55px !important;
	}

	.ml_lg--55 {
		margin-left: 55px !important;
	}

	.ptb_lg--60 {
		padding: 60px 0;
	}

	.plr_lg--60 {
		padding: 0 60px !important;
	}

	.pt_lg--60 {
		padding-top: 60px !important;
	}

	.pb_lg--60 {
		padding-bottom: 60px !important;
	}

	.pl_lg--60 {
		padding-left: 60px !important;
	}

	.pr_lg--60 {
		padding-right: 60px !important;
	}

	.mt_lg--60 {
		margin-top: 60px !important;
	}

	.mb_lg--60 {
		margin-bottom: 60px !important;
	}

	.ml_lg--60 {
		margin-left: 60px !important;
	}

	.ptb_lg--65 {
		padding: 65px 0;
	}

	.plr_lg--65 {
		padding: 0 65px !important;
	}

	.pt_lg--65 {
		padding-top: 65px !important;
	}

	.pb_lg--65 {
		padding-bottom: 65px !important;
	}

	.pl_lg--65 {
		padding-left: 65px !important;
	}

	.pr_lg--65 {
		padding-right: 65px !important;
	}

	.mt_lg--65 {
		margin-top: 65px !important;
	}

	.mb_lg--65 {
		margin-bottom: 65px !important;
	}

	.ml_lg--65 {
		margin-left: 65px !important;
	}

	.ptb_lg--70 {
		padding: 70px 0;
	}

	.plr_lg--70 {
		padding: 0 70px !important;
	}

	.pt_lg--70 {
		padding-top: 70px !important;
	}

	.pb_lg--70 {
		padding-bottom: 70px !important;
	}

	.pl_lg--70 {
		padding-left: 70px !important;
	}

	.pr_lg--70 {
		padding-right: 70px !important;
	}

	.mt_lg--70 {
		margin-top: 70px !important;
	}

	.mb_lg--70 {
		margin-bottom: 70px !important;
	}

	.ml_lg--70 {
		margin-left: 70px !important;
	}

	.ptb_lg--75 {
		padding: 75px 0;
	}

	.plr_lg--75 {
		padding: 0 75px !important;
	}

	.pt_lg--75 {
		padding-top: 75px !important;
	}

	.pb_lg--75 {
		padding-bottom: 75px !important;
	}

	.pl_lg--75 {
		padding-left: 75px !important;
	}

	.pr_lg--75 {
		padding-right: 75px !important;
	}

	.mt_lg--75 {
		margin-top: 75px !important;
	}

	.mb_lg--75 {
		margin-bottom: 75px !important;
	}

	.ml_lg--75 {
		margin-left: 75px !important;
	}

	.ptb_lg--80 {
		padding: 60px 0;
	}

	.plr_lg--80 {
		padding: 0 80px !important;
	}

	.pt_lg--80 {
		padding-top: 80px !important;
	}

	.pb_lg--80 {
		padding-bottom: 80px !important;
	}

	.pl_lg--80 {
		padding-left: 80px !important;
	}

	.pr_lg--80 {
		padding-right: 80px !important;
	}

	.mt_lg--80 {
		margin-top: 80px !important;
	}

	.mb_lg--80 {
		margin-bottom: 80px !important;
	}

	.ml_lg--80 {
		margin-left: 80px !important;
	}

	.ptb_lg--85 {
		padding: 85px 0;
	}

	.plr_lg--85 {
		padding: 0 85px !important;
	}

	.pt_lg--85 {
		padding-top: 85px !important;
	}

	.pb_lg--85 {
		padding-bottom: 85px !important;
	}

	.pl_lg--85 {
		padding-left: 85px !important;
	}

	.pr_lg--85 {
		padding-right: 85px !important;
	}

	.mt_lg--85 {
		margin-top: 85px !important;
	}

	.mb_lg--85 {
		margin-bottom: 85px !important;
	}

	.ml_lg--85 {
		margin-left: 85px !important;
	}

	.ptb_lg--90 {
		padding: 50px 0;
	}

	.plr_lg--90 {
		padding: 0 90px !important;
	}

	.pt_lg--90 {
		padding-top: 90px !important;
	}

	.pb_lg--90 {
		padding-bottom: 90px !important;
	}

	.pl_lg--90 {
		padding-left: 90px !important;
	}

	.pr_lg--90 {
		padding-right: 90px !important;
	}

	.mt_lg--90 {
		margin-top: 90px !important;
	}

	.mb_lg--90 {
		margin-bottom: 90px !important;
	}

	.ml_lg--90 {
		margin-left: 90px !important;
	}

	.ptb_lg--95 {
		padding: 95px 0;
	}

	.plr_lg--95 {
		padding: 0 95px !important;
	}

	.pt_lg--95 {
		padding-top: 95px !important;
	}

	.pb_lg--95 {
		padding-bottom: 95px !important;
	}

	.pl_lg--95 {
		padding-left: 95px !important;
	}

	.pr_lg--95 {
		padding-right: 95px !important;
	}

	.mt_lg--95 {
		margin-top: 95px !important;
	}

	.mb_lg--95 {
		margin-bottom: 95px !important;
	}

	.ml_lg--95 {
		margin-left: 95px !important;
	}

	.ptb_lg--100 {
		padding: 100px 0;
	}

	.plr_lg--100 {
		padding: 0 100px !important;
	}

	.pt_lg--100 {
		padding-top: 100px !important;
	}

	.pb_lg--100 {
		padding-bottom: 100px !important;
	}

	.pl_lg--100 {
		padding-left: 100px !important;
	}

	.pr_lg--100 {
		padding-right: 100px !important;
	}

	.mt_lg--100 {
		margin-top: 100px !important;
	}

	.mb_lg--100 {
		margin-bottom: 100px !important;
	}

	.ml_lg--100 {
		margin-left: 100px !important;
	}

	.ptb_lg--105 {
		padding: 105px 0;
	}

	.plr_lg--105 {
		padding: 0 105px !important;
	}

	.pt_lg--105 {
		padding-top: 105px !important;
	}

	.pb_lg--105 {
		padding-bottom: 105px !important;
	}

	.pl_lg--105 {
		padding-left: 105px !important;
	}

	.pr_lg--105 {
		padding-right: 105px !important;
	}

	.mt_lg--105 {
		margin-top: 105px !important;
	}

	.mb_lg--105 {
		margin-bottom: 105px !important;
	}

	.ml_lg--105 {
		margin-left: 105px !important;
	}

	.ptb_lg--110 {
		padding: 110px 0;
	}

	.plr_lg--110 {
		padding: 0 110px !important;
	}

	.pt_lg--110 {
		padding-top: 110px !important;
	}

	.pb_lg--110 {
		padding-bottom: 110px !important;
	}

	.pl_lg--110 {
		padding-left: 110px !important;
	}

	.pr_lg--110 {
		padding-right: 110px !important;
	}

	.mt_lg--110 {
		margin-top: 110px !important;
	}

	.mb_lg--110 {
		margin-bottom: 110px !important;
	}

	.ml_lg--110 {
		margin-left: 110px !important;
	}

	.ptb_lg--115 {
		padding: 115px 0;
	}

	.plr_lg--115 {
		padding: 0 115px !important;
	}

	.pt_lg--115 {
		padding-top: 115px !important;
	}

	.pb_lg--115 {
		padding-bottom: 115px !important;
	}

	.pl_lg--115 {
		padding-left: 115px !important;
	}

	.pr_lg--115 {
		padding-right: 115px !important;
	}

	.mt_lg--115 {
		margin-top: 115px !important;
	}

	.mb_lg--115 {
		margin-bottom: 115px !important;
	}

	.ml_lg--115 {
		margin-left: 115px !important;
	}

	.ptb_lg--120 {
		padding: 60px 0;
	}

	.plr_lg--120 {
		padding: 0 120px !important;
	}

	.pt_lg--120 {
		padding-top: 120px !important;
	}

	.pb_lg--120 {
		padding-bottom: 120px !important;
	}

	.pl_lg--120 {
		padding-left: 120px !important;
	}

	.pr_lg--120 {
		padding-right: 120px !important;
	}

	.mt_lg--120 {
		margin-top: 120px !important;
	}

	.mb_lg--120 {
		margin-bottom: 120px !important;
	}

	.ml_lg--120 {
		margin-left: 120px !important;
	}

	.ptb_lg--125 {
		padding: 125px 0;
	}

	.plr_lg--125 {
		padding: 0 125px !important;
	}

	.pt_lg--125 {
		padding-top: 125px !important;
	}

	.pb_lg--125 {
		padding-bottom: 125px !important;
	}

	.pl_lg--125 {
		padding-left: 125px !important;
	}

	.pr_lg--125 {
		padding-right: 125px !important;
	}

	.mt_lg--125 {
		margin-top: 125px !important;
	}

	.mb_lg--125 {
		margin-bottom: 125px !important;
	}

	.ml_lg--125 {
		margin-left: 125px !important;
	}

	.ptb_lg--130 {
		padding: 130px 0;
	}

	.plr_lg--130 {
		padding: 0 130px !important;
	}

	.pt_lg--130 {
		padding-top: 130px !important;
	}

	.pb_lg--130 {
		padding-bottom: 130px !important;
	}

	.pl_lg--130 {
		padding-left: 130px !important;
	}

	.pr_lg--130 {
		padding-right: 130px !important;
	}

	.mt_lg--130 {
		margin-top: 130px !important;
	}

	.mb_lg--130 {
		margin-bottom: 130px !important;
	}

	.ml_lg--130 {
		margin-left: 130px !important;
	}

	.ptb_lg--135 {
		padding: 135px 0;
	}

	.plr_lg--135 {
		padding: 0 135px !important;
	}

	.pt_lg--135 {
		padding-top: 135px !important;
	}

	.pb_lg--135 {
		padding-bottom: 135px !important;
	}

	.pl_lg--135 {
		padding-left: 135px !important;
	}

	.pr_lg--135 {
		padding-right: 135px !important;
	}

	.mt_lg--135 {
		margin-top: 135px !important;
	}

	.mb_lg--135 {
		margin-bottom: 135px !important;
	}

	.ml_lg--135 {
		margin-left: 135px !important;
	}

	.ptb_lg--140 {
		padding: 140px 0;
	}

	.plr_lg--140 {
		padding: 0 140px !important;
	}

	.pt_lg--140 {
		padding-top: 140px !important;
	}

	.pb_lg--140 {
		padding-bottom: 140px !important;
	}

	.pl_lg--140 {
		padding-left: 140px !important;
	}

	.pr_lg--140 {
		padding-right: 140px !important;
	}

	.mt_lg--140 {
		margin-top: 140px !important;
	}

	.mb_lg--140 {
		margin-bottom: 140px !important;
	}

	.ml_lg--140 {
		margin-left: 140px !important;
	}

	.ptb_lg--145 {
		padding: 145px 0;
	}

	.plr_lg--145 {
		padding: 0 145px !important;
	}

	.pt_lg--145 {
		padding-top: 145px !important;
	}

	.pb_lg--145 {
		padding-bottom: 145px !important;
	}

	.pl_lg--145 {
		padding-left: 145px !important;
	}

	.pr_lg--145 {
		padding-right: 145px !important;
	}

	.mt_lg--145 {
		margin-top: 145px !important;
	}

	.mb_lg--145 {
		margin-bottom: 145px !important;
	}

	.ml_lg--145 {
		margin-left: 145px !important;
	}

	.ptb_lg--150 {
		padding: 150px 0;
	}

	.plr_lg--150 {
		padding: 0 150px !important;
	}

	.pt_lg--150 {
		padding-top: 150px !important;
	}

	.pb_lg--150 {
		padding-bottom: 150px !important;
	}

	.pl_lg--150 {
		padding-left: 150px !important;
	}

	.pr_lg--150 {
		padding-right: 150px !important;
	}

	.mt_lg--150 {
		margin-top: 150px !important;
	}

	.mb_lg--150 {
		margin-bottom: 150px !important;
	}

	.ml_lg--150 {
		margin-left: 150px !important;
	}

	.ptb_lg--155 {
		padding: 155px 0;
	}

	.plr_lg--155 {
		padding: 0 155px !important;
	}

	.pt_lg--155 {
		padding-top: 155px !important;
	}

	.pb_lg--155 {
		padding-bottom: 155px !important;
	}

	.pl_lg--155 {
		padding-left: 155px !important;
	}

	.pr_lg--155 {
		padding-right: 155px !important;
	}

	.mt_lg--155 {
		margin-top: 155px !important;
	}

	.mb_lg--155 {
		margin-bottom: 155px !important;
	}

	.ml_lg--155 {
		margin-left: 155px !important;
	}

	.ptb_lg--160 {
		padding: 160px 0;
	}

	.plr_lg--160 {
		padding: 0 160px !important;
	}

	.pt_lg--160 {
		padding-top: 160px !important;
	}

	.pb_lg--160 {
		padding-bottom: 160px !important;
	}

	.pl_lg--160 {
		padding-left: 160px !important;
	}

	.pr_lg--160 {
		padding-right: 160px !important;
	}

	.mt_lg--160 {
		margin-top: 160px !important;
	}

	.mb_lg--160 {
		margin-bottom: 160px !important;
	}

	.ml_lg--160 {
		margin-left: 160px !important;
	}

	.ptb_lg--165 {
		padding: 165px 0;
	}

	.plr_lg--165 {
		padding: 0 165px !important;
	}

	.pt_lg--165 {
		padding-top: 165px !important;
	}

	.pb_lg--165 {
		padding-bottom: 165px !important;
	}

	.pl_lg--165 {
		padding-left: 165px !important;
	}

	.pr_lg--165 {
		padding-right: 165px !important;
	}

	.mt_lg--165 {
		margin-top: 165px !important;
	}

	.mb_lg--165 {
		margin-bottom: 165px !important;
	}

	.ml_lg--165 {
		margin-left: 165px !important;
	}

	.ptb_lg--170 {
		padding: 170px 0;
	}

	.plr_lg--170 {
		padding: 0 170px !important;
	}

	.pt_lg--170 {
		padding-top: 170px !important;
	}

	.pb_lg--170 {
		padding-bottom: 170px !important;
	}

	.pl_lg--170 {
		padding-left: 170px !important;
	}

	.pr_lg--170 {
		padding-right: 170px !important;
	}

	.mt_lg--170 {
		margin-top: 170px !important;
	}

	.mb_lg--170 {
		margin-bottom: 170px !important;
	}

	.ml_lg--170 {
		margin-left: 170px !important;
	}

	.ptb_lg--175 {
		padding: 175px 0;
	}

	.plr_lg--175 {
		padding: 0 175px !important;
	}

	.pt_lg--175 {
		padding-top: 175px !important;
	}

	.pb_lg--175 {
		padding-bottom: 175px !important;
	}

	.pl_lg--175 {
		padding-left: 175px !important;
	}

	.pr_lg--175 {
		padding-right: 175px !important;
	}

	.mt_lg--175 {
		margin-top: 175px !important;
	}

	.mb_lg--175 {
		margin-bottom: 175px !important;
	}

	.ml_lg--175 {
		margin-left: 175px !important;
	}

	.ptb_lg--180 {
		padding: 180px 0;
	}

	.plr_lg--180 {
		padding: 0 180px !important;
	}

	.pt_lg--180 {
		padding-top: 180px !important;
	}

	.pb_lg--180 {
		padding-bottom: 180px !important;
	}

	.pl_lg--180 {
		padding-left: 180px !important;
	}

	.pr_lg--180 {
		padding-right: 180px !important;
	}

	.mt_lg--180 {
		margin-top: 180px !important;
	}

	.mb_lg--180 {
		margin-bottom: 180px !important;
	}

	.ml_lg--180 {
		margin-left: 180px !important;
	}

	.ptb_lg--185 {
		padding: 185px 0;
	}

	.plr_lg--185 {
		padding: 0 185px !important;
	}

	.pt_lg--185 {
		padding-top: 185px !important;
	}

	.pb_lg--185 {
		padding-bottom: 185px !important;
	}

	.pl_lg--185 {
		padding-left: 185px !important;
	}

	.pr_lg--185 {
		padding-right: 185px !important;
	}

	.mt_lg--185 {
		margin-top: 185px !important;
	}

	.mb_lg--185 {
		margin-bottom: 185px !important;
	}

	.ml_lg--185 {
		margin-left: 185px !important;
	}

	.ptb_lg--190 {
		padding: 190px 0;
	}

	.plr_lg--190 {
		padding: 0 190px !important;
	}

	.pt_lg--190 {
		padding-top: 190px !important;
	}

	.pb_lg--190 {
		padding-bottom: 190px !important;
	}

	.pl_lg--190 {
		padding-left: 190px !important;
	}

	.pr_lg--190 {
		padding-right: 190px !important;
	}

	.mt_lg--190 {
		margin-top: 190px !important;
	}

	.mb_lg--190 {
		margin-bottom: 190px !important;
	}

	.ml_lg--190 {
		margin-left: 190px !important;
	}

	.ptb_lg--195 {
		padding: 195px 0;
	}

	.plr_lg--195 {
		padding: 0 195px !important;
	}

	.pt_lg--195 {
		padding-top: 195px !important;
	}

	.pb_lg--195 {
		padding-bottom: 195px !important;
	}

	.pl_lg--195 {
		padding-left: 195px !important;
	}

	.pr_lg--195 {
		padding-right: 195px !important;
	}

	.mt_lg--195 {
		margin-top: 195px !important;
	}

	.mb_lg--195 {
		margin-bottom: 195px !important;
	}

	.ml_lg--195 {
		margin-left: 195px !important;
	}

	.ptb_lg--200 {
		padding: 200px 0;
	}

	.plr_lg--200 {
		padding: 0 200px !important;
	}

	.pt_lg--200 {
		padding-top: 200px !important;
	}

	.pb_lg--200 {
		padding-bottom: 200px !important;
	}

	.pl_lg--200 {
		padding-left: 200px !important;
	}

	.pr_lg--200 {
		padding-right: 200px !important;
	}

	.mt_lg--200 {
		margin-top: 200px !important;
	}

	.mb_lg--200 {
		margin-bottom: 200px !important;
	}

	.ml_lg--200 {
		margin-left: 200px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ptb_md--0 {
		padding: 0 !important;
	}

	.pl_md--0 {
		padding-left: 0 !important;
	}

	.pr_md--0 {
		padding-right: 0 !important;
	}

	.pt_md--0 {
		padding-top: 0 !important;
	}

	.pb_md--0 {
		padding-bottom: 0 !important;
	}

	.mr_md--0 {
		margin-right: 0 !important;
	}

	.ml_md--0 {
		margin-left: 0 !important;
	}

	.mt_md--0 {
		margin-top: 0 !important;
	}

	.mb_md--0 {
		margin-bottom: 0 !important;
	}

	.ptb_md--250 {
		padding: 250px 0 !important;
	}

	.ptb_md--5 {
		padding: 5px 0;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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: 60px 0;
	}

	.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;
	}

	.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: 50px 0;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.ptb_md--105 {
		padding: 105px 0;
	}

	.plr_md--105 {
		padding: 0 105px !important;
	}

	.pt_md--105 {
		padding-top: 105px !important;
	}

	.pb_md--105 {
		padding-bottom: 105px !important;
	}

	.pl_md--105 {
		padding-left: 105px !important;
	}

	.pr_md--105 {
		padding-right: 105px !important;
	}

	.mt_md--105 {
		margin-top: 105px !important;
	}

	.mb_md--105 {
		margin-bottom: 105px !important;
	}

	.ptb_md--110 {
		padding: 110px 0;
	}

	.plr_md--110 {
		padding: 0 110px !important;
	}

	.pt_md--110 {
		padding-top: 110px !important;
	}

	.pb_md--110 {
		padding-bottom: 110px !important;
	}

	.pl_md--110 {
		padding-left: 110px !important;
	}

	.pr_md--110 {
		padding-right: 110px !important;
	}

	.mt_md--110 {
		margin-top: 110px !important;
	}

	.mb_md--110 {
		margin-bottom: 110px !important;
	}

	.ptb_md--115 {
		padding: 115px 0;
	}

	.plr_md--115 {
		padding: 0 115px !important;
	}

	.pt_md--115 {
		padding-top: 115px !important;
	}

	.pb_md--115 {
		padding-bottom: 115px !important;
	}

	.pl_md--115 {
		padding-left: 115px !important;
	}

	.pr_md--115 {
		padding-right: 115px !important;
	}

	.mt_md--115 {
		margin-top: 115px !important;
	}

	.mb_md--115 {
		margin-bottom: 115px !important;
	}

	.ptb_md--120 {
		padding: 60px 0;
	}

	.plr_md--120 {
		padding: 0 120px !important;
	}

	.pt_md--120 {
		padding-top: 120px !important;
	}

	.pb_md--120 {
		padding-bottom: 120px !important;
	}

	.pl_md--120 {
		padding-left: 120px !important;
	}

	.pr_md--120 {
		padding-right: 120px !important;
	}

	.mt_md--120 {
		margin-top: 120px !important;
	}

	.mb_md--120 {
		margin-bottom: 120px !important;
	}

	.ptb_md--125 {
		padding: 125px 0;
	}

	.plr_md--125 {
		padding: 0 125px !important;
	}

	.pt_md--125 {
		padding-top: 125px !important;
	}

	.pb_md--125 {
		padding-bottom: 125px !important;
	}

	.pl_md--125 {
		padding-left: 125px !important;
	}

	.pr_md--125 {
		padding-right: 125px !important;
	}

	.mt_md--125 {
		margin-top: 125px !important;
	}

	.mb_md--125 {
		margin-bottom: 125px !important;
	}

	.ptb_md--130 {
		padding: 130px 0;
	}

	.plr_md--130 {
		padding: 0 130px !important;
	}

	.pt_md--130 {
		padding-top: 130px !important;
	}

	.pb_md--130 {
		padding-bottom: 130px !important;
	}

	.pl_md--130 {
		padding-left: 130px !important;
	}

	.pr_md--130 {
		padding-right: 130px !important;
	}

	.mt_md--130 {
		margin-top: 130px !important;
	}

	.mb_md--130 {
		margin-bottom: 130px !important;
	}

	.ptb_md--135 {
		padding: 135px 0;
	}

	.plr_md--135 {
		padding: 0 135px !important;
	}

	.pt_md--135 {
		padding-top: 135px !important;
	}

	.pb_md--135 {
		padding-bottom: 135px !important;
	}

	.pl_md--135 {
		padding-left: 135px !important;
	}

	.pr_md--135 {
		padding-right: 135px !important;
	}

	.mt_md--135 {
		margin-top: 135px !important;
	}

	.mb_md--135 {
		margin-bottom: 135px !important;
	}

	.ptb_md--140 {
		padding: 140px 0;
	}

	.plr_md--140 {
		padding: 0 140px !important;
	}

	.pt_md--140 {
		padding-top: 140px !important;
	}

	.pb_md--140 {
		padding-bottom: 140px !important;
	}

	.pl_md--140 {
		padding-left: 140px !important;
	}

	.pr_md--140 {
		padding-right: 140px !important;
	}

	.mt_md--140 {
		margin-top: 140px !important;
	}

	.mb_md--140 {
		margin-bottom: 140px !important;
	}

	.ptb_md--145 {
		padding: 145px 0;
	}

	.plr_md--145 {
		padding: 0 145px !important;
	}

	.pt_md--145 {
		padding-top: 145px !important;
	}

	.pb_md--145 {
		padding-bottom: 145px !important;
	}

	.pl_md--145 {
		padding-left: 145px !important;
	}

	.pr_md--145 {
		padding-right: 145px !important;
	}

	.mt_md--145 {
		margin-top: 145px !important;
	}

	.mb_md--145 {
		margin-bottom: 145px !important;
	}

	.ptb_md--150 {
		padding: 150px 0;
	}

	.plr_md--150 {
		padding: 0 150px !important;
	}

	.pt_md--150 {
		padding-top: 150px !important;
	}

	.pb_md--150 {
		padding-bottom: 150px !important;
	}

	.pl_md--150 {
		padding-left: 150px !important;
	}

	.pr_md--150 {
		padding-right: 150px !important;
	}

	.mt_md--150 {
		margin-top: 150px !important;
	}

	.mb_md--150 {
		margin-bottom: 150px !important;
	}

	.ptb_md--155 {
		padding: 155px 0;
	}

	.plr_md--155 {
		padding: 0 155px !important;
	}

	.pt_md--155 {
		padding-top: 155px !important;
	}

	.pb_md--155 {
		padding-bottom: 155px !important;
	}

	.pl_md--155 {
		padding-left: 155px !important;
	}

	.pr_md--155 {
		padding-right: 155px !important;
	}

	.mt_md--155 {
		margin-top: 155px !important;
	}

	.mb_md--155 {
		margin-bottom: 155px !important;
	}

	.ptb_md--160 {
		padding: 160px 0;
	}

	.plr_md--160 {
		padding: 0 160px !important;
	}

	.pt_md--160 {
		padding-top: 160px !important;
	}

	.pb_md--160 {
		padding-bottom: 160px !important;
	}

	.pl_md--160 {
		padding-left: 160px !important;
	}

	.pr_md--160 {
		padding-right: 160px !important;
	}

	.mt_md--160 {
		margin-top: 160px !important;
	}

	.mb_md--160 {
		margin-bottom: 160px !important;
	}

	.ptb_md--165 {
		padding: 165px 0;
	}

	.plr_md--165 {
		padding: 0 165px !important;
	}

	.pt_md--165 {
		padding-top: 165px !important;
	}

	.pb_md--165 {
		padding-bottom: 165px !important;
	}

	.pl_md--165 {
		padding-left: 165px !important;
	}

	.pr_md--165 {
		padding-right: 165px !important;
	}

	.mt_md--165 {
		margin-top: 165px !important;
	}

	.mb_md--165 {
		margin-bottom: 165px !important;
	}

	.ptb_md--170 {
		padding: 170px 0;
	}

	.plr_md--170 {
		padding: 0 170px !important;
	}

	.pt_md--170 {
		padding-top: 170px !important;
	}

	.pb_md--170 {
		padding-bottom: 170px !important;
	}

	.pl_md--170 {
		padding-left: 170px !important;
	}

	.pr_md--170 {
		padding-right: 170px !important;
	}

	.mt_md--170 {
		margin-top: 170px !important;
	}

	.mb_md--170 {
		margin-bottom: 170px !important;
	}

	.ptb_md--175 {
		padding: 175px 0;
	}

	.plr_md--175 {
		padding: 0 175px !important;
	}

	.pt_md--175 {
		padding-top: 175px !important;
	}

	.pb_md--175 {
		padding-bottom: 175px !important;
	}

	.pl_md--175 {
		padding-left: 175px !important;
	}

	.pr_md--175 {
		padding-right: 175px !important;
	}

	.mt_md--175 {
		margin-top: 175px !important;
	}

	.mb_md--175 {
		margin-bottom: 175px !important;
	}

	.ptb_md--180 {
		padding: 180px 0;
	}

	.plr_md--180 {
		padding: 0 180px !important;
	}

	.pt_md--180 {
		padding-top: 180px !important;
	}

	.pb_md--180 {
		padding-bottom: 180px !important;
	}

	.pl_md--180 {
		padding-left: 180px !important;
	}

	.pr_md--180 {
		padding-right: 180px !important;
	}

	.mt_md--180 {
		margin-top: 180px !important;
	}

	.mb_md--180 {
		margin-bottom: 180px !important;
	}

	.ptb_md--185 {
		padding: 185px 0;
	}

	.plr_md--185 {
		padding: 0 185px !important;
	}

	.pt_md--185 {
		padding-top: 185px !important;
	}

	.pb_md--185 {
		padding-bottom: 185px !important;
	}

	.pl_md--185 {
		padding-left: 185px !important;
	}

	.pr_md--185 {
		padding-right: 185px !important;
	}

	.mt_md--185 {
		margin-top: 185px !important;
	}

	.mb_md--185 {
		margin-bottom: 185px !important;
	}

	.ptb_md--190 {
		padding: 190px 0;
	}

	.plr_md--190 {
		padding: 0 190px !important;
	}

	.pt_md--190 {
		padding-top: 190px !important;
	}

	.pb_md--190 {
		padding-bottom: 190px !important;
	}

	.pl_md--190 {
		padding-left: 190px !important;
	}

	.pr_md--190 {
		padding-right: 190px !important;
	}

	.mt_md--190 {
		margin-top: 190px !important;
	}

	.mb_md--190 {
		margin-bottom: 190px !important;
	}

	.ptb_md--195 {
		padding: 195px 0;
	}

	.plr_md--195 {
		padding: 0 195px !important;
	}

	.pt_md--195 {
		padding-top: 195px !important;
	}

	.pb_md--195 {
		padding-bottom: 195px !important;
	}

	.pl_md--195 {
		padding-left: 195px !important;
	}

	.pr_md--195 {
		padding-right: 195px !important;
	}

	.mt_md--195 {
		margin-top: 195px !important;
	}

	.mb_md--195 {
		margin-bottom: 195px !important;
	}

	.ptb_md--200 {
		padding: 200px 0;
	}

	.plr_md--200 {
		padding: 0 200px !important;
	}

	.pt_md--200 {
		padding-top: 200px !important;
	}

	.pb_md--200 {
		padding-bottom: 200px !important;
	}

	.pl_md--200 {
		padding-left: 200px !important;
	}

	.pr_md--200 {
		padding-right: 200px !important;
	}

	.mt_md--200 {
		margin-top: 200px !important;
	}

	.mb_md--200 {
		margin-bottom: 200px !important;
	}
}

@media only screen and (max-width: 767px) {
	.ptb_sm--250 {
		padding: 250px 0;
	}

	.ptb_sm--0 {
		padding: 0;
	}

	.pl_sm--0 {
		padding-left: 0 !important;
	}

	.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;
	}

	.pt_sm--150 {
		padding-top: 150px;
	}

	.pb_sm--110 {
		padding-bottom: 110px;
	}

	.ptb_sm--5 {
		padding: 5px 0 !important;
	}

	.plr_sm--5 {
		padding: 0 5px !important;
	}

	.pt_sm--5 {
		padding-top: 5px !important;
	}

	.pb_sm--5 {
		padding-bottom: 5px !important;
	}

	.pl_sm--5 {
		padding-left: 5px !important;
	}

	.pr_sm--5 {
		padding-right: 5px !important;
	}

	.mt_sm--5 {
		margin-top: 5px !important;
	}

	.ml_sm--5 {
		margin-left: 5px !important;
	}

	.mr_sm--5 {
		margin-right: 5px !important;
	}

	.mb_sm--5 {
		margin-bottom: 5px !important;
	}

	.ptb_sm--10 {
		padding: 10px 0 !important;
	}

	.plr_sm--10 {
		padding: 0 10px !important;
	}

	.pt_sm--10 {
		padding-top: 10px !important;
	}

	.pb_sm--10 {
		padding-bottom: 10px !important;
	}

	.pl_sm--10 {
		padding-left: 10px !important;
	}

	.pr_sm--10 {
		padding-right: 10px !important;
	}

	.mt_sm--10 {
		margin-top: 10px !important;
	}

	.ml_sm--10 {
		margin-left: 10px !important;
	}

	.mr_sm--10 {
		margin-right: 10px !important;
	}

	.mb_sm--10 {
		margin-bottom: 10px !important;
	}

	.ptb_sm--15 {
		padding: 15px 0 !important;
	}

	.plr_sm--15 {
		padding: 0 15px !important;
	}

	.pt_sm--15 {
		padding-top: 15px !important;
	}

	.pb_sm--15 {
		padding-bottom: 15px !important;
	}

	.pl_sm--15 {
		padding-left: 15px !important;
	}

	.pr_sm--15 {
		padding-right: 15px !important;
	}

	.mt_sm--15 {
		margin-top: 15px !important;
	}

	.ml_sm--15 {
		margin-left: 15px !important;
	}

	.mr_sm--15 {
		margin-right: 15px !important;
	}

	.mb_sm--15 {
		margin-bottom: 15px !important;
	}

	.ptb_sm--20 {
		padding: 20px 0 !important;
	}

	.plr_sm--20 {
		padding: 0 20px !important;
	}

	.pt_sm--20 {
		padding-top: 20px !important;
	}

	.pb_sm--20 {
		padding-bottom: 20px !important;
	}

	.pl_sm--20 {
		padding-left: 20px !important;
	}

	.pr_sm--20 {
		padding-right: 20px !important;
	}

	.mt_sm--20 {
		margin-top: 20px !important;
	}

	.ml_sm--20 {
		margin-left: 20px !important;
	}

	.mr_sm--20 {
		margin-right: 20px !important;
	}

	.mb_sm--20 {
		margin-bottom: 20px !important;
	}

	.ptb_sm--25 {
		padding: 25px 0 !important;
	}

	.plr_sm--25 {
		padding: 0 25px !important;
	}

	.pt_sm--25 {
		padding-top: 25px !important;
	}

	.pb_sm--25 {
		padding-bottom: 25px !important;
	}

	.pl_sm--25 {
		padding-left: 25px !important;
	}

	.pr_sm--25 {
		padding-right: 25px !important;
	}

	.mt_sm--25 {
		margin-top: 25px !important;
	}

	.ml_sm--25 {
		margin-left: 25px !important;
	}

	.mr_sm--25 {
		margin-right: 25px !important;
	}

	.mb_sm--25 {
		margin-bottom: 25px !important;
	}

	.ptb_sm--30 {
		padding: 30px 0 !important;
	}

	.plr_sm--30 {
		padding: 0 30px !important;
	}

	.pt_sm--30 {
		padding-top: 30px !important;
	}

	.pb_sm--30 {
		padding-bottom: 30px !important;
	}

	.pl_sm--30 {
		padding-left: 30px !important;
	}

	.pr_sm--30 {
		padding-right: 30px !important;
	}

	.mt_sm--30 {
		margin-top: 30px !important;
	}

	.ml_sm--30 {
		margin-left: 30px !important;
	}

	.mr_sm--30 {
		margin-right: 30px !important;
	}

	.mb_sm--30 {
		margin-bottom: 30px !important;
	}

	.ptb_sm--35 {
		padding: 35px 0 !important;
	}

	.plr_sm--35 {
		padding: 0 35px !important;
	}

	.pt_sm--35 {
		padding-top: 35px !important;
	}

	.pb_sm--35 {
		padding-bottom: 35px !important;
	}

	.pl_sm--35 {
		padding-left: 35px !important;
	}

	.pr_sm--35 {
		padding-right: 35px !important;
	}

	.mt_sm--35 {
		margin-top: 35px !important;
	}

	.ml_sm--35 {
		margin-left: 35px !important;
	}

	.mr_sm--35 {
		margin-right: 35px !important;
	}

	.mb_sm--35 {
		margin-bottom: 35px !important;
	}

	.ptb_sm--40 {
		padding: 40px 0 !important;
	}

	.plr_sm--40 {
		padding: 0 40px !important;
	}

	.pt_sm--40 {
		padding-top: 40px !important;
	}

	.pb_sm--40 {
		padding-bottom: 40px !important;
	}

	.pl_sm--40 {
		padding-left: 40px !important;
	}

	.pr_sm--40 {
		padding-right: 40px !important;
	}

	.mt_sm--40 {
		margin-top: 40px !important;
	}

	.ml_sm--40 {
		margin-left: 40px !important;
	}

	.mr_sm--40 {
		margin-right: 40px !important;
	}

	.mb_sm--40 {
		margin-bottom: 40px !important;
	}

	.ptb_sm--45 {
		padding: 45px 0 !important;
	}

	.plr_sm--45 {
		padding: 0 45px !important;
	}

	.pt_sm--45 {
		padding-top: 45px !important;
	}

	.pb_sm--45 {
		padding-bottom: 45px !important;
	}

	.pl_sm--45 {
		padding-left: 45px !important;
	}

	.pr_sm--45 {
		padding-right: 45px !important;
	}

	.mt_sm--45 {
		margin-top: 45px !important;
	}

	.ml_sm--45 {
		margin-left: 45px !important;
	}

	.mr_sm--45 {
		margin-right: 45px !important;
	}

	.mb_sm--45 {
		margin-bottom: 45px !important;
	}

	.ptb_sm--50 {
		padding: 50px 0 !important;
	}

	.plr_sm--50 {
		padding: 0 50px !important;
	}

	.pt_sm--50 {
		padding-top: 50px !important;
	}

	.pb_sm--50 {
		padding-bottom: 50px !important;
	}

	.pl_sm--50 {
		padding-left: 50px !important;
	}

	.pr_sm--50 {
		padding-right: 50px !important;
	}

	.mt_sm--50 {
		margin-top: 50px !important;
	}

	.ml_sm--50 {
		margin-left: 50px !important;
	}

	.mr_sm--50 {
		margin-right: 50px !important;
	}

	.mb_sm--50 {
		margin-bottom: 50px !important;
	}

	.ptb_sm--55 {
		padding: 55px 0 !important;
	}

	.plr_sm--55 {
		padding: 0 55px !important;
	}

	.pt_sm--55 {
		padding-top: 55px !important;
	}

	.pb_sm--55 {
		padding-bottom: 55px !important;
	}

	.pl_sm--55 {
		padding-left: 55px !important;
	}

	.pr_sm--55 {
		padding-right: 55px !important;
	}

	.mt_sm--55 {
		margin-top: 55px !important;
	}

	.ml_sm--55 {
		margin-left: 55px !important;
	}

	.mr_sm--55 {
		margin-right: 55px !important;
	}

	.mb_sm--55 {
		margin-bottom: 55px !important;
	}

	.ptb_sm--60 {
		padding: 60px 0 !important;
	}

	.plr_sm--60 {
		padding: 0 60px !important;
	}

	.pt_sm--60 {
		padding-top: 60px !important;
	}

	.pb_sm--60 {
		padding-bottom: 60px !important;
	}

	.pl_sm--60 {
		padding-left: 60px !important;
	}

	.pr_sm--60 {
		padding-right: 60px !important;
	}

	.mt_sm--60 {
		margin-top: 60px !important;
	}

	.ml_sm--60 {
		margin-left: 60px !important;
	}

	.mr_sm--60 {
		margin-right: 60px !important;
	}

	.mb_sm--60 {
		margin-bottom: 60px !important;
	}

	.ptb_sm--65 {
		padding: 65px 0 !important;
	}

	.plr_sm--65 {
		padding: 0 65px !important;
	}

	.pt_sm--65 {
		padding-top: 65px !important;
	}

	.pb_sm--65 {
		padding-bottom: 65px !important;
	}

	.pl_sm--65 {
		padding-left: 65px !important;
	}

	.pr_sm--65 {
		padding-right: 65px !important;
	}

	.mt_sm--65 {
		margin-top: 65px !important;
	}

	.ml_sm--65 {
		margin-left: 65px !important;
	}

	.mr_sm--65 {
		margin-right: 65px !important;
	}

	.mb_sm--65 {
		margin-bottom: 65px !important;
	}

	.ptb_sm--70 {
		padding: 70px 0 !important;
	}

	.plr_sm--70 {
		padding: 0 70px !important;
	}

	.pt_sm--70 {
		padding-top: 70px !important;
	}

	.pb_sm--70 {
		padding-bottom: 70px !important;
	}

	.pl_sm--70 {
		padding-left: 70px !important;
	}

	.pr_sm--70 {
		padding-right: 70px !important;
	}

	.mt_sm--70 {
		margin-top: 70px !important;
	}

	.ml_sm--70 {
		margin-left: 70px !important;
	}

	.mr_sm--70 {
		margin-right: 70px !important;
	}

	.mb_sm--70 {
		margin-bottom: 70px !important;
	}

	.ptb_sm--75 {
		padding: 75px 0 !important;
	}

	.plr_sm--75 {
		padding: 0 75px !important;
	}

	.pt_sm--75 {
		padding-top: 75px !important;
	}

	.pb_sm--75 {
		padding-bottom: 75px !important;
	}

	.pl_sm--75 {
		padding-left: 75px !important;
	}

	.pr_sm--75 {
		padding-right: 75px !important;
	}

	.mt_sm--75 {
		margin-top: 75px !important;
	}

	.ml_sm--75 {
		margin-left: 75px !important;
	}

	.mr_sm--75 {
		margin-right: 75px !important;
	}

	.mb_sm--75 {
		margin-bottom: 75px !important;
	}

	.ptb_sm--80 {
		padding: 80px 0 !important;
	}

	.plr_sm--80 {
		padding: 0 80px !important;
	}

	.pt_sm--80 {
		padding-top: 80px !important;
	}

	.pb_sm--80 {
		padding-bottom: 80px !important;
	}

	.pl_sm--80 {
		padding-left: 80px !important;
	}

	.pr_sm--80 {
		padding-right: 80px !important;
	}

	.mt_sm--80 {
		margin-top: 80px !important;
	}

	.ml_sm--80 {
		margin-left: 80px !important;
	}

	.mr_sm--80 {
		margin-right: 80px !important;
	}

	.mb_sm--80 {
		margin-bottom: 80px !important;
	}

	.ptb_sm--85 {
		padding: 85px 0 !important;
	}

	.plr_sm--85 {
		padding: 0 85px !important;
	}

	.pt_sm--85 {
		padding-top: 85px !important;
	}

	.pb_sm--85 {
		padding-bottom: 85px !important;
	}

	.pl_sm--85 {
		padding-left: 85px !important;
	}

	.pr_sm--85 {
		padding-right: 85px !important;
	}

	.mt_sm--85 {
		margin-top: 85px !important;
	}

	.ml_sm--85 {
		margin-left: 85px !important;
	}

	.mr_sm--85 {
		margin-right: 85px !important;
	}

	.mb_sm--85 {
		margin-bottom: 85px !important;
	}

	.ptb_sm--90 {
		padding: 90px 0 !important;
	}

	.plr_sm--90 {
		padding: 0 90px !important;
	}

	.pt_sm--90 {
		padding-top: 90px !important;
	}

	.pb_sm--90 {
		padding-bottom: 90px !important;
	}

	.pl_sm--90 {
		padding-left: 90px !important;
	}

	.pr_sm--90 {
		padding-right: 90px !important;
	}

	.mt_sm--90 {
		margin-top: 90px !important;
	}

	.ml_sm--90 {
		margin-left: 90px !important;
	}

	.mr_sm--90 {
		margin-right: 90px !important;
	}

	.mb_sm--90 {
		margin-bottom: 90px !important;
	}

	.ptb_sm--95 {
		padding: 95px 0 !important;
	}

	.plr_sm--95 {
		padding: 0 95px !important;
	}

	.pt_sm--95 {
		padding-top: 95px !important;
	}

	.pb_sm--95 {
		padding-bottom: 95px !important;
	}

	.pl_sm--95 {
		padding-left: 95px !important;
	}

	.pr_sm--95 {
		padding-right: 95px !important;
	}

	.mt_sm--95 {
		margin-top: 95px !important;
	}

	.ml_sm--95 {
		margin-left: 95px !important;
	}

	.mr_sm--95 {
		margin-right: 95px !important;
	}

	.mb_sm--95 {
		margin-bottom: 95px !important;
	}

	.ptb_sm--100 {
		padding: 100px 0 !important;
	}

	.plr_sm--100 {
		padding: 0 100px !important;
	}

	.pt_sm--100 {
		padding-top: 100px !important;
	}

	.pb_sm--100 {
		padding-bottom: 100px !important;
	}

	.pl_sm--100 {
		padding-left: 100px !important;
	}

	.pr_sm--100 {
		padding-right: 100px !important;
	}

	.mt_sm--100 {
		margin-top: 100px !important;
	}

	.ml_sm--100 {
		margin-left: 100px !important;
	}

	.mr_sm--100 {
		margin-right: 100px !important;
	}

	.mb_sm--100 {
		margin-bottom: 100px !important;
	}

	.ptb_sm--105 {
		padding: 105px 0 !important;
	}

	.plr_sm--105 {
		padding: 0 105px !important;
	}

	.pt_sm--105 {
		padding-top: 105px !important;
	}

	.pb_sm--105 {
		padding-bottom: 105px !important;
	}

	.pl_sm--105 {
		padding-left: 105px !important;
	}

	.pr_sm--105 {
		padding-right: 105px !important;
	}

	.mt_sm--105 {
		margin-top: 105px !important;
	}

	.ml_sm--105 {
		margin-left: 105px !important;
	}

	.mr_sm--105 {
		margin-right: 105px !important;
	}

	.mb_sm--105 {
		margin-bottom: 105px !important;
	}

	.ptb_sm--110 {
		padding: 110px 0 !important;
	}

	.plr_sm--110 {
		padding: 0 110px !important;
	}

	.pt_sm--110 {
		padding-top: 110px !important;
	}

	.pb_sm--110 {
		padding-bottom: 110px !important;
	}

	.pl_sm--110 {
		padding-left: 110px !important;
	}

	.pr_sm--110 {
		padding-right: 110px !important;
	}

	.mt_sm--110 {
		margin-top: 110px !important;
	}

	.ml_sm--110 {
		margin-left: 110px !important;
	}

	.mr_sm--110 {
		margin-right: 110px !important;
	}

	.mb_sm--110 {
		margin-bottom: 110px !important;
	}

	.ptb_sm--115 {
		padding: 115px 0 !important;
	}

	.plr_sm--115 {
		padding: 0 115px !important;
	}

	.pt_sm--115 {
		padding-top: 115px !important;
	}

	.pb_sm--115 {
		padding-bottom: 115px !important;
	}

	.pl_sm--115 {
		padding-left: 115px !important;
	}

	.pr_sm--115 {
		padding-right: 115px !important;
	}

	.mt_sm--115 {
		margin-top: 115px !important;
	}

	.ml_sm--115 {
		margin-left: 115px !important;
	}

	.mr_sm--115 {
		margin-right: 115px !important;
	}

	.mb_sm--115 {
		margin-bottom: 115px !important;
	}

	.ptb_sm--120 {
		padding: 120px 0 !important;
	}

	.plr_sm--120 {
		padding: 0 120px !important;
	}

	.pt_sm--120 {
		padding-top: 120px !important;
	}

	.pb_sm--120 {
		padding-bottom: 120px !important;
	}

	.pl_sm--120 {
		padding-left: 120px !important;
	}

	.pr_sm--120 {
		padding-right: 120px !important;
	}

	.mt_sm--120 {
		margin-top: 120px !important;
	}

	.ml_sm--120 {
		margin-left: 120px !important;
	}

	.mr_sm--120 {
		margin-right: 120px !important;
	}

	.mb_sm--120 {
		margin-bottom: 120px !important;
	}

	.ptb_sm--125 {
		padding: 125px 0 !important;
	}

	.plr_sm--125 {
		padding: 0 125px !important;
	}

	.pt_sm--125 {
		padding-top: 125px !important;
	}

	.pb_sm--125 {
		padding-bottom: 125px !important;
	}

	.pl_sm--125 {
		padding-left: 125px !important;
	}

	.pr_sm--125 {
		padding-right: 125px !important;
	}

	.mt_sm--125 {
		margin-top: 125px !important;
	}

	.ml_sm--125 {
		margin-left: 125px !important;
	}

	.mr_sm--125 {
		margin-right: 125px !important;
	}

	.mb_sm--125 {
		margin-bottom: 125px !important;
	}

	.ptb_sm--130 {
		padding: 130px 0 !important;
	}

	.plr_sm--130 {
		padding: 0 130px !important;
	}

	.pt_sm--130 {
		padding-top: 130px !important;
	}

	.pb_sm--130 {
		padding-bottom: 130px !important;
	}

	.pl_sm--130 {
		padding-left: 130px !important;
	}

	.pr_sm--130 {
		padding-right: 130px !important;
	}

	.mt_sm--130 {
		margin-top: 130px !important;
	}

	.ml_sm--130 {
		margin-left: 130px !important;
	}

	.mr_sm--130 {
		margin-right: 130px !important;
	}

	.mb_sm--130 {
		margin-bottom: 130px !important;
	}

	.ptb_sm--135 {
		padding: 135px 0 !important;
	}

	.plr_sm--135 {
		padding: 0 135px !important;
	}

	.pt_sm--135 {
		padding-top: 135px !important;
	}

	.pb_sm--135 {
		padding-bottom: 135px !important;
	}

	.pl_sm--135 {
		padding-left: 135px !important;
	}

	.pr_sm--135 {
		padding-right: 135px !important;
	}

	.mt_sm--135 {
		margin-top: 135px !important;
	}

	.ml_sm--135 {
		margin-left: 135px !important;
	}

	.mr_sm--135 {
		margin-right: 135px !important;
	}

	.mb_sm--135 {
		margin-bottom: 135px !important;
	}

	.ptb_sm--140 {
		padding: 140px 0 !important;
	}

	.plr_sm--140 {
		padding: 0 140px !important;
	}

	.pt_sm--140 {
		padding-top: 140px !important;
	}

	.pb_sm--140 {
		padding-bottom: 140px !important;
	}

	.pl_sm--140 {
		padding-left: 140px !important;
	}

	.pr_sm--140 {
		padding-right: 140px !important;
	}

	.mt_sm--140 {
		margin-top: 140px !important;
	}

	.ml_sm--140 {
		margin-left: 140px !important;
	}

	.mr_sm--140 {
		margin-right: 140px !important;
	}

	.mb_sm--140 {
		margin-bottom: 140px !important;
	}

	.ptb_sm--145 {
		padding: 145px 0 !important;
	}

	.plr_sm--145 {
		padding: 0 145px !important;
	}

	.pt_sm--145 {
		padding-top: 145px !important;
	}

	.pb_sm--145 {
		padding-bottom: 145px !important;
	}

	.pl_sm--145 {
		padding-left: 145px !important;
	}

	.pr_sm--145 {
		padding-right: 145px !important;
	}

	.mt_sm--145 {
		margin-top: 145px !important;
	}

	.ml_sm--145 {
		margin-left: 145px !important;
	}

	.mr_sm--145 {
		margin-right: 145px !important;
	}

	.mb_sm--145 {
		margin-bottom: 145px !important;
	}

	.ptb_sm--150 {
		padding: 150px 0 !important;
	}

	.plr_sm--150 {
		padding: 0 150px !important;
	}

	.pt_sm--150 {
		padding-top: 150px !important;
	}

	.pb_sm--150 {
		padding-bottom: 150px !important;
	}

	.pl_sm--150 {
		padding-left: 150px !important;
	}

	.pr_sm--150 {
		padding-right: 150px !important;
	}

	.mt_sm--150 {
		margin-top: 150px !important;
	}

	.ml_sm--150 {
		margin-left: 150px !important;
	}

	.mr_sm--150 {
		margin-right: 150px !important;
	}

	.mb_sm--150 {
		margin-bottom: 150px !important;
	}

	.ptb_sm--155 {
		padding: 155px 0 !important;
	}

	.plr_sm--155 {
		padding: 0 155px !important;
	}

	.pt_sm--155 {
		padding-top: 155px !important;
	}

	.pb_sm--155 {
		padding-bottom: 155px !important;
	}

	.pl_sm--155 {
		padding-left: 155px !important;
	}

	.pr_sm--155 {
		padding-right: 155px !important;
	}

	.mt_sm--155 {
		margin-top: 155px !important;
	}

	.ml_sm--155 {
		margin-left: 155px !important;
	}

	.mr_sm--155 {
		margin-right: 155px !important;
	}

	.mb_sm--155 {
		margin-bottom: 155px !important;
	}

	.ptb_sm--160 {
		padding: 160px 0 !important;
	}

	.plr_sm--160 {
		padding: 0 160px !important;
	}

	.pt_sm--160 {
		padding-top: 160px !important;
	}

	.pb_sm--160 {
		padding-bottom: 160px !important;
	}

	.pl_sm--160 {
		padding-left: 160px !important;
	}

	.pr_sm--160 {
		padding-right: 160px !important;
	}

	.mt_sm--160 {
		margin-top: 160px !important;
	}

	.ml_sm--160 {
		margin-left: 160px !important;
	}

	.mr_sm--160 {
		margin-right: 160px !important;
	}

	.mb_sm--160 {
		margin-bottom: 160px !important;
	}

	.ptb_sm--165 {
		padding: 165px 0 !important;
	}

	.plr_sm--165 {
		padding: 0 165px !important;
	}

	.pt_sm--165 {
		padding-top: 165px !important;
	}

	.pb_sm--165 {
		padding-bottom: 165px !important;
	}

	.pl_sm--165 {
		padding-left: 165px !important;
	}

	.pr_sm--165 {
		padding-right: 165px !important;
	}

	.mt_sm--165 {
		margin-top: 165px !important;
	}

	.ml_sm--165 {
		margin-left: 165px !important;
	}

	.mr_sm--165 {
		margin-right: 165px !important;
	}

	.mb_sm--165 {
		margin-bottom: 165px !important;
	}

	.ptb_sm--170 {
		padding: 170px 0 !important;
	}

	.plr_sm--170 {
		padding: 0 170px !important;
	}

	.pt_sm--170 {
		padding-top: 170px !important;
	}

	.pb_sm--170 {
		padding-bottom: 170px !important;
	}

	.pl_sm--170 {
		padding-left: 170px !important;
	}

	.pr_sm--170 {
		padding-right: 170px !important;
	}

	.mt_sm--170 {
		margin-top: 170px !important;
	}

	.ml_sm--170 {
		margin-left: 170px !important;
	}

	.mr_sm--170 {
		margin-right: 170px !important;
	}

	.mb_sm--170 {
		margin-bottom: 170px !important;
	}

	.ptb_sm--175 {
		padding: 175px 0 !important;
	}

	.plr_sm--175 {
		padding: 0 175px !important;
	}

	.pt_sm--175 {
		padding-top: 175px !important;
	}

	.pb_sm--175 {
		padding-bottom: 175px !important;
	}

	.pl_sm--175 {
		padding-left: 175px !important;
	}

	.pr_sm--175 {
		padding-right: 175px !important;
	}

	.mt_sm--175 {
		margin-top: 175px !important;
	}

	.ml_sm--175 {
		margin-left: 175px !important;
	}

	.mr_sm--175 {
		margin-right: 175px !important;
	}

	.mb_sm--175 {
		margin-bottom: 175px !important;
	}

	.ptb_sm--180 {
		padding: 180px 0 !important;
	}

	.plr_sm--180 {
		padding: 0 180px !important;
	}

	.pt_sm--180 {
		padding-top: 180px !important;
	}

	.pb_sm--180 {
		padding-bottom: 180px !important;
	}

	.pl_sm--180 {
		padding-left: 180px !important;
	}

	.pr_sm--180 {
		padding-right: 180px !important;
	}

	.mt_sm--180 {
		margin-top: 180px !important;
	}

	.ml_sm--180 {
		margin-left: 180px !important;
	}

	.mr_sm--180 {
		margin-right: 180px !important;
	}

	.mb_sm--180 {
		margin-bottom: 180px !important;
	}

	.ptb_sm--185 {
		padding: 185px 0 !important;
	}

	.plr_sm--185 {
		padding: 0 185px !important;
	}

	.pt_sm--185 {
		padding-top: 185px !important;
	}

	.pb_sm--185 {
		padding-bottom: 185px !important;
	}

	.pl_sm--185 {
		padding-left: 185px !important;
	}

	.pr_sm--185 {
		padding-right: 185px !important;
	}

	.mt_sm--185 {
		margin-top: 185px !important;
	}

	.ml_sm--185 {
		margin-left: 185px !important;
	}

	.mr_sm--185 {
		margin-right: 185px !important;
	}

	.mb_sm--185 {
		margin-bottom: 185px !important;
	}

	.ptb_sm--190 {
		padding: 190px 0 !important;
	}

	.plr_sm--190 {
		padding: 0 190px !important;
	}

	.pt_sm--190 {
		padding-top: 190px !important;
	}

	.pb_sm--190 {
		padding-bottom: 190px !important;
	}

	.pl_sm--190 {
		padding-left: 190px !important;
	}

	.pr_sm--190 {
		padding-right: 190px !important;
	}

	.mt_sm--190 {
		margin-top: 190px !important;
	}

	.ml_sm--190 {
		margin-left: 190px !important;
	}

	.mr_sm--190 {
		margin-right: 190px !important;
	}

	.mb_sm--190 {
		margin-bottom: 190px !important;
	}

	.ptb_sm--195 {
		padding: 195px 0 !important;
	}

	.plr_sm--195 {
		padding: 0 195px !important;
	}

	.pt_sm--195 {
		padding-top: 195px !important;
	}

	.pb_sm--195 {
		padding-bottom: 195px !important;
	}

	.pl_sm--195 {
		padding-left: 195px !important;
	}

	.pr_sm--195 {
		padding-right: 195px !important;
	}

	.mt_sm--195 {
		margin-top: 195px !important;
	}

	.ml_sm--195 {
		margin-left: 195px !important;
	}

	.mr_sm--195 {
		margin-right: 195px !important;
	}

	.mb_sm--195 {
		margin-bottom: 195px !important;
	}

	.ptb_sm--200 {
		padding: 200px 0 !important;
	}

	.plr_sm--200 {
		padding: 0 200px !important;
	}

	.pt_sm--200 {
		padding-top: 200px !important;
	}

	.pb_sm--200 {
		padding-bottom: 200px !important;
	}

	.pl_sm--200 {
		padding-left: 200px !important;
	}

	.pr_sm--200 {
		padding-right: 200px !important;
	}

	.mt_sm--200 {
		margin-top: 200px !important;
	}

	.ml_sm--200 {
		margin-left: 200px !important;
	}

	.mr_sm--200 {
		margin-right: 200px !important;
	}

	.mb_sm--200 {
		margin-bottom: 200px !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;
	}
}

@media only screen and (max-width: 575px) {
	.ptb_mobile--5 {
		padding: 5px 0;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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: 60px 0;
	}

	.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;
	}

	.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: 50px 0;
	}

	.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;
	}

	.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;
	}

	.plr_mobile--100 {
		padding: 0 100px !important;
	}

	.pt_mobile--100 {
		padding-top: 100px !important;
	}

	.pb_mobile--100 {
		padding-bottom: 100px !important;
	}

	.pl_mobile--100 {
		padding-left: 100px !important;
	}

	.pr_mobile--100 {
		padding-right: 100px !important;
	}

	.mt_mobile--100 {
		margin-top: 100px !important;
	}

	.mb_mobile--100 {
		margin-bottom: 100px !important;
	}
}

.slick-gutter-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.slick-gutter-5 .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}

.slick-gutter-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.slick-gutter-10 .slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}

.slick-gutter-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.slick-gutter-15 .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

.slick-gutter-20 {
	margin-left: -20px;
	margin-right: -20px;
}

.slick-gutter-20 .slick-slide {
	padding-left: 20px;
	padding-right: 20px;
}

.slick-gutter-25 {
	margin-left: -25px;
	margin-right: -25px;
}

.slick-gutter-25 .slick-slide {
	padding-left: 25px;
	padding-right: 25px;
}

.slick-gutter-30 {
	margin-left: -30px;
	margin-right: -30px;
}

.slick-gutter-30 .slick-slide {
	padding-left: 30px;
	padding-right: 30px;
}

.slick-gutter-35 {
	margin-left: -35px;
	margin-right: -35px;
}

.slick-gutter-35 .slick-slide {
	padding-left: 35px;
	padding-right: 35px;
}

.slick-gutter-40 {
	margin-left: -40px;
	margin-right: -40px;
}

.slick-gutter-40 .slick-slide {
	padding-left: 40px;
	padding-right: 40px;
}

.slick-gutter-45 {
	margin-left: -45px;
	margin-right: -45px;
}

.slick-gutter-45 .slick-slide {
	padding-left: 45px;
	padding-right: 45px;
}

.slick-gutter-50 {
	margin-left: -50px;
	margin-right: -50px;
}

.slick-gutter-50 .slick-slide {
	padding-left: 50px;
	padding-right: 50px;
}

.slick-gutter-55 {
	margin-left: -55px;
	margin-right: -55px;
}

.slick-gutter-55 .slick-slide {
	padding-left: 55px;
	padding-right: 55px;
}

.slick-gutter-60 {
	margin-left: -60px;
	margin-right: -60px;
}

.slick-gutter-60 .slick-slide {
	padding-left: 60px;
	padding-right: 60px;
}

.slick-gutter-65 {
	margin-left: -65px;
	margin-right: -65px;
}

.slick-gutter-65 .slick-slide {
	padding-left: 65px;
	padding-right: 65px;
}

.slick-gutter-70 {
	margin-left: -70px;
	margin-right: -70px;
}

.slick-gutter-70 .slick-slide {
	padding-left: 70px;
	padding-right: 70px;
}

.slick-gutter-75 {
	margin-left: -75px;
	margin-right: -75px;
}

.slick-gutter-75 .slick-slide {
	padding-left: 75px;
	padding-right: 75px;
}

.slick-gutter-80 {
	margin-left: -80px;
	margin-right: -80px;
}

.slick-gutter-80 .slick-slide {
	padding-left: 80px;
	padding-right: 80px;
}

.slick-gutter-85 {
	margin-left: -85px;
	margin-right: -85px;
}

.slick-gutter-85 .slick-slide {
	padding-left: 85px;
	padding-right: 85px;
}

.slick-gutter-90 {
	margin-left: -90px;
	margin-right: -90px;
}

.slick-gutter-90 .slick-slide {
	padding-left: 90px;
	padding-right: 90px;
}

.slick-gutter-95 {
	margin-left: -95px;
	margin-right: -95px;
}

.slick-gutter-95 .slick-slide {
	padding-left: 95px;
	padding-right: 95px;
}

.slick-gutter-100 {
	margin-left: -100px;
	margin-right: -100px;
}

.slick-gutter-100 .slick-slide {
	padding-left: 100px;
	padding-right: 100px;
}

.mt-dec-30 {
	margin-top: -30px;
}

.mt_dec--30 {
	margin-top: -30px;
}

.mt-dec-100 {
	margin-top: -100px;
}

@media only screen and (max-width: 479px) {
	.small-margin-pricing {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 479px) {
	.contact-input {
		margin-bottom: 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mb_dec--35 {
		margin-bottom: -50px;
	}
}

@media only screen and (max-width: 767px) {
	.mb_dec--35 {
		margin-bottom: -75px;
	}
}

@media only screen and (max-width: 575px) {
	.mb_dec--35 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 575px) {
	.mt-contact-sm {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-pb {
		padding-bottom: 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-input {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.contact-input {
		padding-bottom: 30px;
	}
}

.pb_xl--130 {
	padding-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
	.pb_xl--130 {
		padding-bottom: 110px;
	}
}

@media only screen and (max-width: 1199px) {
	.mt_experience {
		margin-top: -10px;
	}
}

.mt_dec--120 {
	margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.plr_md--0 {
		padding-left: 0;
		padding-right: 0;
	}
}

.padding-contorler-am-slide {
	padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.padding-contorler-am-slide {
		padding-left: 100px;
	}
}

@media only screen and (max-width: 1199px) {
	.padding-contorler-am-slide {
		padding-left: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.padding-contorler-am-slide {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.padding-contorler-am-slide {
		padding-left: 15px;
	}
}

.padding-contorler-am-slide-11 {
	padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.padding-contorler-am-slide-11 {
		padding-left: 100px;
	}
}

@media only screen and (max-width: 1199px) {
	.padding-contorler-am-slide-11 {
		padding-left: 0;
	}
}

.padding-contorler-am-slide-right {
	padding-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.padding-contorler-am-slide-right {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.padding-contorler-am-slide-right {
		padding-right: 30px;
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.padding-contorler-am-slide-right {
		padding-right: 30px;
		padding-top: 50px;
	}
}

.g-24 {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 24px;
}

* {
	-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;
	position: relative;
}

audio,
canvas,
video {
	display: inline-block;
	width: 100%;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

a {
	color: var(--color-heading);
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: var(--color-primary);
}

a:focus {
	outline: none;
}

address {
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

mark {
	background: var(--color-primary);
	color: #ffffff;
}

code,
kbd,
pre,
samp {
	font-size: var(--font-size-b3);
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	color: var(--color-primary);
}

kbd,
ins {
	color: #ffffff;
}

pre {
	font-family: "Raleway", sans-serif;
	font-size: var(--font-size-b3);
	margin: 10px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	color: var(--color-body);
	background: var(--color-lighter);
}

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-top: 0;
	margin-bottom: 10px;
}

dd {
	margin: 0 15px 15px;
}

dt {
	font-weight: bold;
	color: var(--color-heading);
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li>ul,
li>ol {
	margin: 0;
}

ol ul {
	margin-bottom: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid var(--color-border);
	margin: 0 2px;
	min-width: inherit;
	padding: 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;
}

caption,
th,
td {
	font-weight: normal;
}

th {
	font-weight: 500;
	text-transform: uppercase;
}

td,
.wp-block-calendar tfoot td {
	border: 1px solid #ddd;
	padding: 7px 10px;
	color: #000;
}

del {
	color: #333;
}

ins {
	background: rgba(255, 47, 47, 0.4);
	text-decoration: none;
}

hr {
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
	text-decoration: underline;
}

dt {
	font-weight: bold;
	margin-bottom: 10px;
}

dd {
	margin: 0 15px 15px;
}

caption {
	caption-side: top;
}

kbd {
	background: var(--heading-color);
}

dfn,
cite,
em {
	font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: var(--font-size-b1);
	font-style: italic;
	font-weight: var(--p-light);
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: var(--font-size-b3);
	font-weight: normal;
}

blockquote strong,
blockquote b {
	font-weight: 700;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
	background: transparent;
	border: 1px solid var(--color-border);
	transition: all 0.4s ease-out 0s;
	color: var(--color-body);
	width: 100%;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
	outline: none;
	border-color: var(--color-primary);
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

input {
	height: 40px;
	padding: 0 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
	font-size: var(--font-size-b2);
	font-weight: 400;
	height: auto;
	line-height: 28px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 15px;
	outline: none;
	border: var(--border-width) solid var(--color-border);
	border-radius: var(--radius);
	/* -- Placeholder -- */
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
	color: var(--body-color);
	/* Firefox */
	opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--body-color);
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--body-color);
}

input[type=text].p-holder__active,
.input-active input[type=text],
input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
	border-color: var(--color-primary);
	/* -- Placeholder -- */
}

input[type=text].p-holder__active::placeholder,
.input-active input[type=text]::placeholder,
input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
	color: var(--color-primary);
	/* Firefox */
	opacity: 1;
}

input[type=text].p-holder__active:-ms-input-placeholder,
.input-active input[type=text]:-ms-input-placeholder,
input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--color-primary);
}

input[type=text].p-holder__active::-ms-input-placeholder,
.input-active input[type=text]::-ms-input-placeholder,
input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--color-primary);
}

input[type=text].p-holder__error,
.input-error input[type=text],
input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
	border-color: #f4282d;
	/* -- Placeholder -- */
}

input[type=text].p-holder__error::placeholder,
.input-error input[type=text]::placeholder,
input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
	color: #f4282d;
	/* Firefox */
	opacity: 1;
}

input[type=text].p-holder__error:-ms-input-placeholder,
.input-error input[type=text]:-ms-input-placeholder,
input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #f4282d;
}

input[type=text].p-holder__error::-ms-input-placeholder,
.input-error input[type=text]::-ms-input-placeholder,
input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #f4282d;
}

input[type=text].p-holder__error:focus,
.input-error input[type=text]:focus,
input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
	border-color: #f4282d;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
	border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
	opacity: 0;
	position: absolute;
}

input[type=checkbox]~label,
input[type=radio]~label {
	position: relative;
	font-size: 12px;
	line-height: 17px;
	color: var(--color-body);
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
}

input[type=checkbox]~label::before,
input[type=radio]~label::before {
	content: " ";
	position: absolute;
	top: 1 px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #5d5d7e;
	border-radius: 2px;
	transition: all 0.3s;
	border-radius: 2px;
}

input[type=checkbox]~label::after,
input[type=radio]~label::after {
	content: " ";
	position: absolute;
	top: 16%;
	left: 2px;
	width: 10px;
	height: 6px;
	background-color: transparent;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-radius: 2px;
	transform: rotate(-45deg);
	opacity: 0;
	transition: all 0.3s;
}

input[type=checkbox]:checked~label::after,
input[type=radio]:checked~label::after {
	opacity: 1;
}

input:checked~.rn-check-box-label::before {
	background: var(--color-primary) !important;
}

input[type=radio]~label::before {
	border-radius: 50%;
}

input[type=radio]~label::after {
	width: 8px;
	height: 8px;
	left: 3px;
	background: #fff;
	border-radius: 50%;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}

.form-group input {
	border: 0 none;
	border-radius: 4px;
	height: 50px;
	font-size: var(--font-size-b2);
	transition: var(--transition);
	padding: 0 20px;
	background-color: var(--color-lightest);
	border: 1px solid transparent;
	transition: var(--transition);
}

.form-group input:focus {
	border-color: var(--color-primary);
	box-shadow: none;
}

.form-group textarea {
	min-height: 160px;
	border: 0 none;
	border-radius: 4px;
	resize: none;
	padding: 15px;
	font-size: var(--font-size-b2);
	transition: var(--transition);
	background-color: var(--color-lightest);
	border: 1px solid transparent;
}

.form-group textarea:focus {
	border-color: var(--color-primary);
}

input[type=submit] {
	width: auto;
	padding: 0 30px;
	border-radius: 500px;
	display: inline-block;
	font-weight: 500;
	transition: 0.3s;
	height: 60px;
	background: var(--color-primary);
	color: var(--color-white);
	font-weight: var(--p-medium);
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b3);
	height: 50px;
	border: 2px solid var(--color-primary);
	transition: var(--transition);
}

input[type=submit]:hover {
	background: transparent;
	color: var(--color-primary);
	transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fix {
	overflow: hidden;
}

.slick-initialized .slick-slide {
	margin-bottom: -10px;
}

.slick-gutter-15 {
	margin: -30px -15px;
}

.slick-gutter-15 .slick-slide {
	padding: 30px 15px;
}

iframe {
	width: 100%;
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
	background: var(--color-primary);
}

.bg-color-secondary {
	background: var(--color-secondary);
}

.bg-color-tertiary {
	background: var(--color-tertiary);
}

.bg-color-gray {
	background: var(--color-gray);
}

.bg-color-white {
	background: #FFFFFF;
}

.bg-color-black {
	background: #1A1A1A;
}

.bg-color-extra03 {
	background: var(--color-extra03);
}

/* Height and width */
.fullscreen {
	min-height: 980px;
	width: 100%;
}

/*===================
Custom Row
======================*/
.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--25 {
	margin-left: -25px;
	margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--25 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--25 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--25 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--25 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.row--25>[class*=col],
.row--25>[class*=col-] {
	padding-left: 25px;
	padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.row--25>[class*=col],
	.row--25>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.row--25>[class*=col],
	.row--25>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.row--25>[class*=col],
	.row--25>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {

	.row--25>[class*=col],
	.row--25>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.row--30 {
	margin-left: -30px;
	margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--30 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.row--30>[class*=col],
.row--30>[class*=col-] {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.row--30>[class*=col],
	.row--30>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.row--30>[class*=col],
	.row--30>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.row--30>[class*=col],
	.row--30>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {

	.row--30>[class*=col],
	.row--30>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.row--45 {
	margin-left: -45px;
	margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--45 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--45 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--45 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--45 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.row--45>[class*=col],
.row--45>[class*=col-] {
	padding-left: 45px;
	padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.row--45>[class*=col],
	.row--45>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.row--45>[class*=col],
	.row--45>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.row--45>[class*=col],
	.row--45>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {

	.row--45>[class*=col],
	.row--45>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.row--40 {
	margin-left: -40px;
	margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--40 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--40 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--40 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--40 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.row--40>[class*=col],
.row--40>[class*=col-] {
	padding-left: 40px;
	padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.row--40>[class*=col],
	.row--40>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.row--40>[class*=col],
	.row--40>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.row--40>[class*=col],
	.row--40>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {

	.row--40>[class*=col],
	.row--40>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.row--60 {
	margin-left: -60px;
	margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--60 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--60 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--60 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--60 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.row--60>[class*=col],
.row--60>[class*=col-] {
	padding-left: 60px;
	padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.row--60>[class*=col],
	.row--60>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.row--60>[class*=col],
	.row--60>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.row--60>[class*=col],
	.row--60>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {

	.row--60>[class*=col],
	.row--60>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/*===========================
    Input Placeholder
=============================*/
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)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
	position: relative;
	z-index: 2;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
	position: relative;
	z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

[data-overlay]:before {
	background: var(--color-primary);
}

[data-black-overlay]:before {
	background-color: #000000;
}

[data-white-overlay]:before {
	background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
	opacity: 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;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
	width: 70px;
	height: 80px;
	right: 100px;
	bottom: 60px;
	text-align: center;
	z-index: 9811 !important;
	text-decoration: none;
	background: #fff;
	line-height: 80px;
	color: #757589;
	font-size: 15px;
	font-weight: 400;
	transition: var(--transition);
	display: inline-block;
	background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#scrollUp {
		right: 20px;
		bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	#scrollUp {
		right: 20px;
		bottom: 40px;
	}
}

#scrollUp::before {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 2, 72, 0.1);
	content: "";
	position: absolute;
	z-index: -1;
	transform-style: preserve-3d;
	transform: rotateY(-10deg);
	filter: blur(50px);
}

#scrollUp::after {
	background: #ffffff;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform-style: preserve-3d;
	transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
	#scrollUp {
		right: 20px;
		bottom: 30px;
		width: 50px;
		height: 60px;
		line-height: 60px;
	}
}

#scrollUp span.text {
	position: relative;
	display: inline-block;
	margin-top: 7px;
}

@media only screen and (max-width: 767px) {
	#scrollUp span.text {
		margin-top: 3px;
	}
}

#scrollUp span.text::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent var(--color-primary) transparent;
	position: absolute;
	content: "";
	left: 50%;
	top: 21%;
	transform: translateX(-50%);
}

#scrollUp:hover span.text {
	color: var(--color-primary);
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.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: 0.75s;
	animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.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;
}

/*jump animation */
@keyframes jump-1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jump-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jump-3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, 50px, 0) scale(0.7);
		transform: translate3d(0, 50px, 0) scale(0.7);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jump-4 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0) scale(0.8);
		transform: translate3d(0, 20px, 0) scale(0.8);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jump-5 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		transform: translate3d(0, 10px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-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);
	}
}

@keyframes rubberBand-2 {
	from {
		transform: scale3d(1, 1, 1);
	}

	0% {
		transform: scale3d(1, 0.95, 1);
	}

	50% {
		transform: scale3d(1, 0, 1);
	}

	100% {
		transform: scale3d(1, 0.95, 1);
	}

	to {
		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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(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;
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 40%, 0);
		transform: translate3d(0, 40%, 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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
	}
}

@keyframes slideInLeft2 {
	from {
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 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);
	}
}

@keyframes slideInRight-2 {
	from {
		transform: translate3d(30%, 0, 0);
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.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);
	}
}

@keyframes slideInUp2 {
	from {
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
		visibility: hidden;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
}

@keyframes slideInUp3 {
	from {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
		visibility: hidden;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
}

[data-aos=slideInUp2] {
	opacity: 0;
	transition-property: transform, opacity;
}

[data-aos=slideInUp2].aos-animate {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	[data-aos=slideInUp2] {
		transform: translateY(30px);
	}

	[data-aos=slideInUp2].aos-animate {
		transform: translateY(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@keyframes jump-1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jump-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes rotateIt {
	to {
		transform: rotate(-360deg);
	}
}

@keyframes rotateIt2 {
	to {
		transform: rotate(360deg);
	}
}

@keyframes shape-service-1 {
	0% {
		right: -40%;
		top: 30%;
	}

	100% {
		right: -23%;
		top: 0;
	}
}

@keyframes animate-floting {
	0% {
		transform: translateX(50%);
	}

	50% {
		transform: translateX(-40%);
	}

	100% {
		transform: translateX(40%);
	}
}

@keyframes animate-floting-2 {
	0% {
		transform: translateX(-50%);
	}

	50% {
		transform: translateX(40%);
	}

	100% {
		transform: translateX(-40%);
	}
}

@keyframes animate-floting-3 {
	0% {
		transform: translateX(-20%);
	}

	50% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-20%);
	}
}

@keyframes stickyanimations {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.floting-line {
	animation: animate-floting 15s linear infinite;
}

.floting-line:hover {
	animation-play-state: paused;
}

.floting-line-2 {
	animation: animate-floting-2 15s linear infinite;
}

.floting-line-2:hover {
	animation-play-state: paused;
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(1.4, 1.4);
		transform: scale(1.4, 1.4);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes vsmorph {
	0% {
		border-radius: var(--morp-value);
	}

	50% {
		border-radius: var(--morp-md-value);
	}

	100% {
		border-radius: 40% 60%;
	}
}

@keyframes morpspin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.reveal-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.reveal-item .reveal-animation {
	position: absolute;
	top: 0;
	width: 100%;
	height: 101%;
	background: var(--color-primary);
}

.reveal-item .reveal-animation::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--bs-gray-400);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.reveal-animation.reveal-primary::before {
	background: #0c0c0a;
}

.reveal-animation.reveal-dark::before {
	background: #000;
}

.reveal-animation.reveal-white::before {
	background: #000;
}

.reveal-animation.reveal-top.aos-animate::before,
.reveal-animation.reveal-bottom.aos-animate::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.reveal-animation.reveal-start.aos-animate::before,
.reveal-animation.reveal-end.aos-animate::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.reveal-animation.reveal-top::before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.reveal-animation.reveal-start::before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.reveal-animation.reveal-end::before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.reveal-animation.reveal-bottom::before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

[data-aos=reveal-top],
[data-aos=reveal-start],
[data-aos=reveal-end],
[data-aos=reveal-bottom] {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

[data-aos=reveal-top] {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

[data-aos=reveal-start] {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

[data-aos=reveal-start].aos-animate {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

[data-aos=reveal-end] {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

[data-aos=reveal-end].aos-animate {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
	visibility: hidden;
	-webkit-transition-property: visibility;
	transition-property: visibility;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
	visibility: visible;
}

@keyframes marquee {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes marquee-2 {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0%);
	}
}

@keyframes customOne {
	0% {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(-50%) scale(1.3);
		transform: translateY(-50%) scale(1.3);
		opacity: 0;
	}
}

@keyframes liveAuction {
	0% {
		background: var(--color-white);
	}

	100% {
		background: var(--color-danger);
	}
}

.cd-intro {
	margin: 4em auto;
}

@media only screen and (min-width: 768px) {
	.cd-intro {
		margin: 5em auto;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-intro {
		margin: 6em auto;
	}
}

.cd-headline {
	font-size: 3rem;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) {
	.cd-headline {
		font-size: 4.4rem;
		font-weight: 300;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-headline {
		font-size: 48px;
	}
}

@media only screen and (max-width: 768px) {
	.cd-headline {
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.cd-headline {
		font-size: 26px;
	}
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
	display: inline-block;
	padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	margin-top: -20px;
}

.cd-headline.clip .cd-words-wrapper b {
	font-weight: 700;
}

.cd-headline.clip .cd-words-wrapper::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 100%;
	background-color: var(--color-primary-3);
	transform: translateY(-50%);
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

.icon-bar a i {
	padding: 0 10px;
}

/* Header */
.header-top-one-wrapper {
	background: var(--color-primary-2);
	padding: 10px 0;
}

@media only screen and (max-width: 767px) {
	.header-top-one-wrapper {
		display: none;
	}
}

.header-top-one-wrapper .header-top-one {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top-one-wrapper .left-information {
	display: flex;
	align-items: center;
	gap: 30px;
}

.header-top-one-wrapper .left-information a {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	z-index: 99;
}

.header-top-one-wrapper .left-information a i {
	border: 1px solid #fff;
	font-size: 14px;
	padding: 8px;
	border-radius: 50%;
}

.header-top-one-wrapper .right-information {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu {
	padding: 0;
	margin: 0;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu {
	list-style: none;
	margin: 0;
	position: relative;
	transition: all 0.4s;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateZ(0) translateY(0);
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu a {
	color: var(--color-white);
	font-size: 14px;
	padding: 8px 0;
	display: flex;
	align-items: center;
	gap: 5px;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu a img {
	width: 20px;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: var(--color-white);
	transform: translateZ(0) translateY(15px);
	border-radius: 4px;
	transition: all 0.4s;
	box-shadow: 0px 7px 18px #1810100d;
	display: flex;
	flex-direction: column;
	min-width: 170px;
	padding: 12px 0;
	z-index: 10;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li {
	list-style: none;
	width: 100%;
	display: block;
	margin: 0;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li:hover a {
	background: #EEEBFF;
	color: #553CDF;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a {
	color: #1F1F25;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 4px 12px;
	margin: 2px 10px;
	transition: all 0.3s;
	border-radius: 4px;
	background: transparent;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a.view-pro-file {
	padding: 0 !important;
	background: transparent;
	margin: 0;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a img {
	width: 20px;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu.switcher-currency .has-child-menu .sub-menu {
	min-width: 100px;
}

.header-top-one-wrapper .right-information select {
	display: inline-block;
	max-width: max-content;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 14px;
	position: relative;
	background-image: url(../images/header/01.svg) !important;
}

.header-top-one-wrapper .right-information select::after {
	position: absolute;
	content: "\f078";
	right: 0;
	top: 0;
	font-size: 15px;
	color: #fff;
}

.header-top-one-wrapper .right-information select:focus {
	box-shadow: none;
}

.header-top-one-wrapper .right-information select option {
	color: #242424;
	font-size: 14px;
}

.header-one-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background: var(--color-white);
	border-radius: 80px;
	padding: 0 40px;
	border-width: 2px 2px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

@media (max-width: 1200px) {
	.header-one-wrapper {
		padding: 0 30px;
	}
}

@media (max-width: 450px) {
	.header-one-wrapper {
		padding: 0 20px;
	}
}

.header-one-wrapper .left-side-header {
	display: flex;
	align-items: center;
	gap: 70px;
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
	.header-one-wrapper .left-side-header {
		gap: 0px;
		width: 420px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
	.header-one-wrapper .left-side-header {
		gap: 20px;
		width: 300px;
	}
}

@media only screen and (max-width: 1199px) {
	.header-one-wrapper .left-side-header {
		gap: 20px;
		width: 150px;
	}

	.main-nav-one ul li>a {
		font-size: 12px;
	}

	.header-right-area-one .buttons-area .rts-btn {
		padding: 12px 15px;
		font-size: 13px;
	}

}

.header-one-wrapper .left-side-header .logo-area {
	padding: 8px 0;
	display: block;
}

@media (max-width: 450px) {
	.header-one-wrapper .left-side-header .logo-area {
		padding: 12px 0;
		width: 230px;
	}
}

.header-one-wrapper .left-side-header .category-area {
	cursor: pointer;
	padding: 20px 0;
}

.header-one-wrapper .left-side-header .category-area .category-btn {
	padding: 6px 16px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	border: 1px solid #BBB1F2;
	background: #FBFAFF;
	gap: 8px;
	position: relative;
}

@media only screen and (max-width: 1199px) {
	.header-one-wrapper .left-side-header .category-area .category-btn {
		display: none;
	}
}

.header-one-wrapper .left-side-header .category-area .category-btn span {
	color: #553CDF;
	font-weight: 500;
}

.header-one-wrapper .left-side-header .category-area .category-btn i {
	color: #553CDF;
}

.header-one-wrapper .left-side-header .category-area:hover .category-sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateZ(0) translateY(20px);
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: var(--color-white);
	transform: translateZ(0) translateY(30px);
	border-radius: 4px;
	transition: all 0.4s;
	box-shadow: 0px 7px 18px #1810100d;
	display: flex;
	flex-direction: column;
	min-width: 410px;
	padding: 17px 10px;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li {
	list-style: none;
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li ul {
	padding: 0;
	margin: 0;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a {
	color: #1F1F25;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	margin: 2px 10px;
	transition: all 0.3s;
	border-radius: 4px;
	background: transparent;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a span {
	color: #1F1F25;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a:hover {
	background: #EEEBFF;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a:hover span {
	color: #553CDF;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a img {
	width: 45px;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a h4 {
	color: #1F1F25;
	font-weight: 500;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1.1;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
}

.header-right-area-one {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media only screen and (max-width: 575px) {
	.header-right-area-one {
		gap: 6px;
	}
}

.header-right-area-one .buttons-area {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media only screen and (max-width: 767px) {
	.header-right-area-one .buttons-area {
		display: none;
	}
}

.header-right-area-one .buttons-area .rts-btn {
	padding: 16px 12px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	min-width: 120px;
	text-transform: uppercase;
	background-color: #d1096a;
}

@media only screen and (max-width: 1299px) {
	.header-one-wrapper .left-side-header {
		gap: 20px;
		width: 350px;
	}

	.main-nav-one ul li>a {
		font-size: 12px;
	}

	.header-right-area-one .buttons-area .rts-btn {
		padding: 12px 15px;
		font-size: 13px;
	}

}

.header-right-area-one .actions-area {
	display: flex;
	align-items: center;
}

.header-right-area-one .actions-area a.rts-btn {
	padding: 13px 25px;
	margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
	.header-right-area-one .actions-area a.rts-btn {
		display: none;
	}
}

.header-right-area-one .actions-area .menu-btn {
	cursor: pointer;
	margin-left: 30px;
}

.header-right-area-one .actions-area .search-btn {
	cursor: pointer;
	padding-right: 15px;
	position: relative;
}

.header-right-area-one .actions-area .search-btn::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background: var(--color-primary);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	opacity: 0.5;
}

.header-right-area-one .actions-area .search-btn i {
	color: #000;
}

.header-right-area-one .actions-area .cart {
	padding-left: 15px;
}

.header-right-area-one .actions-area .cart i {
	color: var(--color-primary);
	font-size: 22px;
	position: relative;
	margin-top: 8px !important;
	cursor: pointer;
}

.header-right-area-one .actions-area .cart i::after {
	position: absolute;
	content: "2";
	right: -8px;
	bottom: 14px;
	height: 18px;
	width: 18px;
	background: var(--color-primary);
	border-radius: 50%;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

@media only screen and (max-width: 1320px) {
	.main-nav-one ul li.has-dropdown .megamenu-hub li ul:first-child::after {
		display: none;
	}
}

.header-default .header-top-one-wrapper .header-top-one .right-information .social-area {
	display: flex;
	align-items: center;
	padding: 0px 0;
	margin: 0;
}

.header-default .header-top-one-wrapper .header-top-one .right-information .social-area li {
	list-style: none;
	margin: 0;
}

.header-default .header-main {
	background: #fff;
	border-radius: 0;
}

.header-default .header-main .container {
	background-color: transparent;
	/* padding: 0; */
	max-width: 1450px;
}

.header-two .header-top-one-wrapper .container {
	max-width: 1450px;
}


.header-default .header-main .header-one-wrapper {
	border: none;
	padding: 0;
	background-color: transparent;

}

.header-two .header-top-one-wrapper {
	background: #0407ba;
	background: linear-gradient(90deg, rgb(0, 102, 204) 0%, rgb(7 136 120) 54%);
	position: relative;
	overflow: hidden;
}


.header-two .header-top-one-wrapper::before {
	position: absolute;
	left: -30px;
	top: 0;
	display: none;
	content: "";
	background: #d10668;
	padding: 10px 0 53px;
	background-color: #d10668;
	opacity: 1;
	background-image: linear-gradient(10deg, #e60d76 50%, #d10668 50%);
	background-size: 10px 10px;
	height: 100%;
	width: 50%;
	-webkit-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
}

.container-full {
	width: 100%;
	margin: auto;
	padding: 0 15px;
}

.header-transparent {
	position: relative;
	width: 100%;
	z-index: 100;
	padding: 15px 0;
}

.header-transparent .header-tranaparent-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.header-transparent .header-tranaparent-main-wrapper .right-area {
	display: flex;
	align-items: center;
	gap: 30px;
}

.header-transparent .header-tranaparent-main-wrapper .right-area .rts-btn {
	padding: 10px 22px;
}

.header-transparent .main-nav-one ul li a.nav-link {
	color: #ffffff !important;
}

.menu-btn {
	cursor: pointer;
}

.menu-btn svg rect {
	fill: var(--color-primary-2);
}

.admin-top-area-right .search-btn i {
	color: var(--color-primary) !important;
	font-size: 20px;
	position: relative;
}

.admin-top-area-right .search-btn i::after {
	position: absolute;
	content: "2";
	right: -8px;
	bottom: 10px;
	height: 18px;
	width: 18px;
	background: var(--color-primary);
	border-radius: 50%;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.header-one.v-5 .header-top-one-wrapper {
	background: #F6F6F6;
}

.header-one.v-5 .header-top-one-wrapper .left-information a {
	color: #1F1F25;
	font-size: 14px;
	font-weight: 400;
}

.header-one.v-5 .header-top-one-wrapper .left-information a i {
	color: var(--color-primary);
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.header-one.v-5 .header-top-one-wrapper.with-admin {
		display: block;
	}
}

@media only screen and (max-width: 575px) {
	.header-one.v-5 .header-top-one-wrapper.with-admin .left-information .email.none-sm {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.header-one.v-5 .header-top-one-wrapper.with-admin .actions-area {
		display: none;
	}
}

.right-information.admin-panel .has-child-menu a i {
	color: var(--color-primary);
}

.right-information.admin-panel .has-child-menu a span {
	color: #1F1F25;
	font-size: 16px;
	font-weight: 400;
}

.right-information.admin-panel .has-child-menu .sub-menu {
	min-width: 230px !important;
	left: -92% !important;
}

@media only screen and (max-width: 575px) {
	.right-information.admin-panel .has-child-menu .sub-menu {
		left: -210% !important;
	}
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture img {
	width: 52px;
	min-width: 52px;
	height: 52px;
	border-radius: 100%;
	border: 2px solid #2f57ef21;
	box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
	padding: 3px;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info {
	margin-top: -15px;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info .name {
	margin-bottom: 0;
	line-height: 18px;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info a {
	padding: 0;
	color: var(--color-primary);
	font-weight: 500;
	position: absolute;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 2px;
	height: 1px;
	background: var(--color-primary);
	width: 0%;
	transition: 0.3s;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info a:hover::after {
	width: 100%;
}

.right-information.admin-panel .has-child-menu .sub-menu li a {
	display: flex;
	align-items: center;
	padding: 2px 12px !important;
}

.right-information.admin-panel .has-child-menu .sub-menu li a i {
	flex-basis: 30px;
	font-size: 18px;
}

.right-information.admin-panel .has-child-menu .sub-menu li a p {
	font-size: 14px;
	color: #08070F;
}

.admin-border-top {
	border-top: 1px solid #e7e7e7;
	margin-top: 15px !important;
	padding-top: 7px;
}

.nav-area nav ul {
	display: flex;
	align-items: center;
	margin: 0;
}

.nav-area nav ul li {
	margin: 0;
}

.nav-area nav ul li a {
	padding: 33px 22px !important;
	color: #110C2D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
	display: block;
}

nav ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

nav ul li {
	margin: 0;
}

nav ul li a {
	padding: 19px 15px;
	display: block;
	color: #1F1F25;
	font-weight: 700;
	transition: 0.3s;
}

.header--sticky {
	position: absolute;
	display: block;
	width: 100%;
	box-shadow: none;
	background: none;
	z-index: 99;
	margin: auto;
	left: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	top: 30px;
	transform: translateY(0);
}

.header--sticky.fixed {
	position: fixed !important;
}

.header--sticky.header-default {
	top: 0;
	position: relative;
}

.header--sticky.sticky {
	position: fixed !important;
	top: 10px;
	animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	display: block;
	width: 100%;
	z-index: 999;
	border: none !important;
}

.header--sticky.sticky.header-default {
	top: 0;
}

.header--sticky.sticky.header-default .header-top-one-wrapper {
	display: none;
}

.header--sticky.back-hide-header {
	transform: translateY(-100%);
	transition: var(--transition);
}

.header-one .header-nav.main-nav-one {
	margin-left: -12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-nav-one {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.main-nav-one {
		display: none;
	}
}

.main-nav-one ul li {
	position: relative;
}

.main-nav-one ul li>a {
	padding: 0px 12px;
	text-transform: uppercase;
	font-size: 15px;
}

.main-nav-one ul li a.nav-link {
	color: var(--color-heading-1);

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-nav-one ul li a.nav-link {
		font-size: 14px;
		margin-right: 8px;
	}
}

.main-nav-one ul li.has-dropdown {
	margin-right: 10px;
	position: relative;
}

@media only screen and (max-width: 1199px) {
	.main-nav-one ul li.has-dropdown {
		margin-right: 12px;
	}
}

.main-nav-one ul li.has-dropdown a {
	position: relative;
}

.main-nav-one ul li.has-dropdown a.nav-link {
	padding: 0px 10px;
	text-transform: uppercase;
}

.main-nav-one ul li.has-dropdown a::before {
	content: "\f078" !important;
	position: absolute !important;
	top: 50%;
	font-family: "Font Awesome 5 Pro" !important;
	right: -3px;
	transform: translateY(-50%);
	transition: 0.3s;
	font-size: 12px;
}

.main-nav-one ul li.has-dropdown .submenu {
	min-width: 230px;
	height: auto;
	position: absolute;
	top: 100%;
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	transition: 0.3s;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	border-left: 1px solid #ffffff14;
	border-bottom: 1px solid #ffffff14;
	border-right: 1px solid #ffffff14;
	display: inline-block;
	box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
	padding: 14px 0;
	transform-origin: 0 0;
	transform: scaleY(0);
}

.main-nav-one ul li.has-dropdown .submenu li {
	margin-right: 0;
	padding: 0;
}

.main-nav-one ul li.has-dropdown .submenu li:last-child a {
	border: none;
}

.main-nav-one ul li.has-dropdown .submenu li:hover a {
	background: #EEEBFF;
	color: var(--color-primary-2);
}

.main-nav-one ul li.has-dropdown .submenu li a {
	padding: 6px 10px;
	margin: 2px 10px;
	font-size: 14px;
	transition: all 0.3s;
	border-radius: 4px;
}

.main-nav-one ul li.has-dropdown .submenu li a::before {
	display: none;
}

.main-nav-one ul li.has-dropdown .submenu li .third-lvl li a {
	background: #FFFFFF;
	color: var(--color-secondary);
}

.main-nav-one ul li.has-dropdown .submenu li .third-lvl li:hover a {
	color: var(--color-primary);
	background: #EEEBFF;
}

.main-nav-one ul li.has-dropdown .megamenu-hub {
	min-width: 100%;
	height: auto;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	transition: 0.3s;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	border-left: 1px solid #ffffff14;
	border-bottom: 1px solid #ffffff14;
	border-right: 1px solid #ffffff14;
	display: inline-block;
	box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
	padding: 40px 80px;
	transform-origin: 0 0;
	transform: scaleY(0);
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega {
	max-width: 80% !important;
	margin: auto;
	min-width: 70%;
	left: 19%;
	padding: 30px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul {
	flex-basis: 27%;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul::after {
	display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent {
	width: 100%;
	border-bottom: 1px solid #DDD8F9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent a {
	font-size: 18px;
	color: #553CDF;
	font-weight: 600;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area {
	left: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	border-left: 1px solid #DDD8F9;
	padding-left: 20px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav {
	display: block;
	padding: 10px 20px;
	background: #ECE9FF;
	margin-bottom: 10px;
	border-radius: 4px;
	width: 100%;
	transition: 0.3s;
	border: 1px solid transparent;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav.mash {
	background: #D6CEFF;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav .icon {
	margin-bottom: 10px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav span {
	font-size: 15px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav::before {
	display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:last-child {
	margin-bottom: 0;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover {
	border: 1px solid #553CDF;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li {
	display: flex;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul {
	flex-direction: column;
	flex-basis: 25%;
	text-align: left;
	align-items: flex-start;
	position: relative;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li {
	display: block;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li:hover a {
	color: var(--color-primary);
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li a {
	padding: 6px 10px;
	font-weight: 400;
	font-size: 16px;
	font-weight: 400;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li a::before {
	display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li span {
	position: absolute;
	left: 100%;
	top: 10px;
	font-size: 13px;
	border-radius: 2px;
	padding: 3px 8px;
	background: var(--color-primary);
	color: #fff;
	line-height: 1;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li span.popular {
	background: red;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul:first-child::after {
	position: absolute;
	content: "";
	right: 70px;
	height: 85%;
	width: 1px;
	top: 3%;
	background: #DDD8F9;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-basis: 50%;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image::before {
	display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image a {
	padding: 0;
}

@media only screen and (max-width: 1199px) {
	.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image a {
		max-width: 95%;
	}
}

.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image a::before {
	display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub .absolute-image-shape img {
	position: absolute;
}

.main-nav-one ul li.has-dropdown .megamenu-hub .absolute-image-shape .one {
	position: absolute;
	left: 50%;
	top: 70%;
}

.main-nav-one ul li.has-dropdown .megamenu-hub .absolute-image-shape .two {
	position: absolute;
	right: -3%;
	top: -16%;
}

.main-nav-one ul li.has-dropdown:hover a.nav-link::before {
	content: "\f077" !important;
}

.main-nav-one ul li.has-dropdown:hover .submenu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: translateY(0);
	transform: scaleY(1);
}

.main-nav-one ul li.has-dropdown:hover .megamenu-hub {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: translateY(0);
	transform: scaleY(1);
}

.main-nav-one ul li:hover a.nav-link {
	color: var(--color-primary-2);
}

.sub-dropdown {
	position: relative !important;
	display: block !important;
}

.sub-dropdown::after {
	position: absolute;
	content: "\f054";
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #616165;
	font-size: 12px;
	font-family: var(--font-3);
}

.sub-dropdown .submenu.third-lvl.base {
	opacity: 0 !important;
	min-width: 185px !important;
	left: 100% !important;
	top: -13% !important;
	margin: 0;
	border-radius: 0 !important;
}

.sub-dropdown .submenu.third-lvl.base.base {
	display: block !important;
}

.sub-dropdown:hover .sub-menu-link {
	color: var(--color-primary);
}

.sub-dropdown:hover .submenu.third-lvl.base {
	opacity: 1 !important;
	top: 0 !important;
	right: 3px;
	display: block !important;
	border-radius: 10px !important;
	z-index: 100000 !important;
}

.sub-dropdown:hover .submenu.third-lvl.base li {
	display: block;
}

.sub-dropdown:hover .submenu.third-lvl.base li a {
	display: block !important;
}

.header-right-area-one .menu-btn {
	display: none;
	padding: 10px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-right-area-one .menu-btn {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.header-right-area-one .menu-btn {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-nav-one {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.main-nav-one {
		display: none;
	}
}

.mobile-menu-main .buttons-area {
	margin-left: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.mobile-menu-main .buttons-area {
		display: none;
	}
}

.mobile-menu-main .buttons-area .rts-btn {
	font-size: 14px;
	padding: 8px 25px;
}

.mobile-menu-main .rts-social-style-one ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

.mobile-menu-main .rts-social-style-one ul li {
	list-style: none;
	margin: 0;
}

/* Banner */
.rts-btn {
	display: block;
	max-width: max-content;
	padding: 17px 31px;
	transition: 0.3s;
	font-weight: 700;
	color: var(--color-primary);
	font-family: var(--font-secondary);
	line-height: 1;
	border-radius: 2px;
}

.rts-btn.btn-primary {
	background: #d1096a;
	color: var(--color-white);
	border-color: #d1096a;
}

.rts-btn.btn-primary:hover {
	background: #0407ba;
	color: var(--color-white);
}

.rts-btn.btn-primary2 {
	background: var(--color-primary-2);
	color: var(--color-white);
	border-radius: 6px;
	border: 1px solid var(--color-primary-2);
}

.rts-btn.btn-primary2:hover {
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: var(--color-heading-1);
}

.rts-btn.btn-primary2 i {
	margin-left: 5px;
}

.rts-btn.border-radius {
	border-radius: 2px;
	border-width: 2px 2px 5px 2px;
}

.rts-btn.with-arrow {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: max-content;
}

.rts-btn.btn-border {
	border: 1px solid #BBB1F2;
	color: var(--color-primary);
}

.rts-btn.btn-border:hover {
	background: var(--color-primary);
	color: #fff;
}

.rts-btn.btn-primary-white {
	background: #fff !important;
	color: #110C2D;
	border: 1px solid transparent;
}

.rts-btn.btn-primary-white:hover {
	background: transparent !important;
	border-color: #fff;
	color: #fff;
}

.rts-btn.btn-gym {
	background: var(--color-primary-gym) !important;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 14px 34px;
}

.rts-btn.btn-gym:hover {
	border: 1px solid var(--color-white);
	background: var(--color-white) !important;
	color: var(--color-primary-gym) !important;
}

.rts-btn.btn-kitchen {
	background: var(--color-primary-kitchen) !important;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 14px 34px;
}

.rts-btn.btn-kitchen:hover {
	border: 1px solid var(--color-primary-kitchen);
	background: none !important;
	color: var(--color-primary-kitchen) !important;
}

.btn-narrow-arrow {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--color-primary);
	font-size: 16px;
	font-weight: 600;
}

.btn-narrow-arrow i {
	color: var(--color-primary);
}

.vedio-icone {
	position: relative;
	max-width: max-content;
}

.vedio-icone .video-play-button {
	position: unset;
	z-index: 2;
	box-sizing: content-box;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 57px;
	border-radius: 50%;
	background: var(--color-primary);
	display: block;
	border-width: 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	transition: all 0.3s;
}

.vedio-icone .video-play-button:hover {
	background: var(--color-white);
}

.vedio-icone .video-play-button::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -4px;
	bottom: -2px;
	display: block;
	width: 64px;
	height: 64px;
	background: var(--color-heading-1);
	transition: all 200ms;
	border-radius: 50%;
}

.vedio-icone .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	height: 100%;
}

.vedio-icone .video-play-button span.outer-text {
	border: none;
	min-width: max-content;
	margin-left: 75px;
	position: relative;
	margin-top: -12px;
	color: var(--color-primary);
	font-weight: 500;
}

.vedio-icone .video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all ease 500ms;
	display: none;
}

.vedio-icone .video-overlay iframe {
	width: 70%;
	height: 70%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

.vedio-icone .video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
	display: block;
}

.vedio-icone .video-overlay .video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}

.banner-area-one {
	background: linear-gradient(180deg, #A157FF 0%, #6B34C4 100%);
	height: auto;
	display: flex;
	overflow: hidden;
	position: relative;
	margin: auto;
	z-index: 1;
}

@media only screen and (max-width: 1199px) {
	.banner-area-one {
		height: auto;
	}
}

@media (max-width: 991px) {
	.banner-area-one {
		padding-top: 150px;
	}
}

.banner-area-one .title-banner {
	color: var(--color-white);
	font-size: 64px;
	font-weight: 800;
	line-height: 70px;
	margin-top: 0;
	letter-spacing: -2px;
	position: relative;
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.banner-area-one .title-banner {
		font-size: 58px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.banner-area-one .title-banner {
		font-size: 48px;
		line-height: 60px;
	}
}

@media (max-width: 768px) {
	.banner-area-one .title-banner {
		font-size: 54px;
		line-height: 54px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-area-one .title-banner {
		font-size: 42px;
		line-height: 1.2;
	}
}

@media (max-width: 450px) {
	.banner-area-one .title-banner {
		font-size: 32px;
	}
}

.banner-area-one .title-banner img {
	position: absolute;
	left: -40px;
	top: -30px;
}

@media only screen and (max-width: 575px) {
	.banner-area-one .title-banner img {
		display: none;
	}
}

.banner-area-one .title-banner span {
	color: var(--color-primary);
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.banner-area-one .title-banner span {
		font-size: 58px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.banner-area-one .title-banner span {
		font-size: 48px;
		line-height: 48px;
	}
}

@media (max-width: 768px) {
	.banner-area-one .title-banner span {
		font-size: 54px;
		line-height: 54px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-area-one .title-banner span {
		font-size: 42px;
		line-height: 1.2;
	}
}

@media (max-width: 450px) {
	.banner-area-one .title-banner span {
		font-size: 32px;
	}
}

.banner-area-one .shape-image .shape {
	position: absolute;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	.banner-area-one .shape-image .shape {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.banner-area-one .shape-image .shape {
		display: none;
	}
}

.banner-area-one .shape-image .shape.one {
	left: 4%;
	top: 15%;
}

.banner-area-one .shape-image .shape.two {
	left: 6%;
	bottom: 28%;
}

.banner-area-one .shape-image .shape.three {
	left: 40%;
	bottom: 30%;
}

.banner-area-one .shape-image .shape.four {
	left: 50%;
	bottom: 45%;
}

.banner-area-one .shape-image .shape.five {
	left: 48%;
	bottom: 15%;
}

.banner-area-one .shape-image .shape.six {
	right: 5%;
	top: 30%;
}

.banner-area-one .shape-image .shape.seven {
	right: 5%;
	bottom: 35%;
}

@media (max-width: 1200px) {
	.banner-area-one .shape-image {
		display: none;
	}
}

.banner-area-one .banner-bg-grid-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/banner/bg-grid.png);
	background-size: cover;
	background-repeat: repeat;
	z-index: -2;
}

.banner-bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.banner-bg-shape-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.banner-bg-shape-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.banner-content-one {
	display: flex;
	align-items: center;
	padding: 300px 0 360px;
}

@media (max-width: 1200px) {
	.banner-content-one {
		padding: 250px 0 200px 20px;
	}
}

@media (max-width: 991px) {
	.banner-content-one {
		padding: 80px 0 200px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-content-one {
		padding: 80px 0 120px 20px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-content-one {
		padding: 56px 0 120px 20px;
	}
}

@media (max-width: 450px) {
	.banner-content-one {
		padding: 56px 0 120px;
	}
}

.banner-content-one p.disc {
	max-width: 575px;
	color: var(--color-white);
	font-size: 18px;
	line-height: 28px;
}

@media only screen and (max-width: 1199px) {
	.banner-content-one p.disc {
		min-width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.banner-content-one p.disc {
		max-width: 100%;
	}
}

.banner-content-one .banner-btn {
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 450px) {
	.banner-content-one .banner-btn {
		flex-direction: column;
		align-items: self-start;
	}
}

.banner-content-one .banner-btn .video-btn-area {
	display: flex;
	align-items: center;
	gap: 15px;
}

.banner-content-one .banner-btn .video-btn-area .intro {
	margin: 0;
	color: var(--color-white);
}

.banner-content-two {
	align-items: center;
	padding: 200px 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 450px) {
	.banner-content-two {
		padding: 60px 0;
	}
}

.banner-content-two .pre-title {
	color: var(--color-white);
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 25px;
}

.banner-content-two .title-banner {
	color: var(--color-white);
	font-size: 80px;
	font-weight: 900;
	line-height: 90px;
}

@media (max-width: 991px) {
	.banner-content-two .title-banner {
		font-size: 64px;
		line-height: 74px;
	}
}

@media (max-width: 768px) {
	.banner-content-two .title-banner {
		font-size: 58px;
		line-height: 68px;
	}
}

@media (max-width: 576px) {
	.banner-content-two .title-banner {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 450px) {
	.banner-content-two .title-banner {
		font-size: 32px;
		line-height: 42px;
	}

	.banner-content-two .title-banner br {
		display: none;
	}
}

.banner-content-two .title-banner .one {
	color: var(--color-primary-2);
}

.banner-content-two .title-banner .two {
	color: var(--color-primary-3);
}

.banner-content-two p.disc {
	max-width: 670px;
	color: var(--color-white);
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 45px;
}

.banner-content-two .banner-btn {
	align-items: center;
	gap: 30px;
}

.banner-content-three {
	align-items: center;
	padding: 236px 0;
	position: relative;
	z-index: 2;
}

.banner-content-three .pre-title {
	color: var(--color-primary-5);
	gap: 8px;
	margin-bottom: 25px;
	font-size: 24px;
	font-family: var(--font-secondary);
}

@media (max-width: 450px) {
	.banner-content-three .pre-title {
		font-size: 20px;
	}
}

.banner-content-three .pre-title span {
	font-size: 30px;
	font-weight: 800;
	color: #ffff00;
}

.marquee-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 0;
}

.banner-content-three .title-banner {
	color: #553CDF;
	font-size: 76px;
	font-weight: 800;
	line-height: 80px;
	margin-bottom: 0;
}

@media (max-width: 1366px) {
	.banner-content-three .title-banner {
		font-size: 64px;
		line-height: 70px;
	}
}

@media (max-width: 1200px) {
	.banner-content-three .title-banner {
		font-size: 50px;
		line-height: 56px;
	}
}

@media (max-width: 767px) {
	.banner-content-three .title-banner {
		font-size: 44px;
		line-height: 50px;
	}
}

@media (max-width: 577px) {
	.banner-content-three .title-banner {
		font-size: 40px;
		line-height: 46px;
	}
}

@media (max-width: 450px) {
	.banner-content-three .title-banner {
		font-size: 30px;
		line-height: 36px;
	}
}

.banner-content-three .title-banner span {
	font-weight: 900;
}

.banner-content-three .banner-btn {
	margin-top: 60px;
}

.banner-right-img {
	position: absolute;
	bottom: 0;
	z-index: 0;
}

@media (max-width: 991px) {
	.banner-right-img {
		position: unset;
	}
}

.banner-right-img.v-8 {
	position: absolute;
	bottom: 0;
	right: 0%;
	display: block;
	width: max-content;
	height: auto;
	z-index: 1;
}

@media (max-width: 1200px) {
	.banner-right-img.v-8 {
		max-width: 550px;
	}
}

@media (max-width: 991px) {
	.banner-right-img.v-8 {
		position: relative;
		z-index: 1;
		order: -1;
		margin-bottom: 60px;
		max-width: 100%;
		width: auto;
	}
}

.banner-right-img.v-8 .round-shape {
	position: absolute;
	top: 60%;
	left: 10px;
	transform: translateY(-60%);
	z-index: -1;
}

.banner-area-two {
	position: relative;
	z-index: 1;
}

.banner-area-two .banner-wrapper-two {
	position: relative;
	z-index: 2;
}

.banner-area-two .banner-wrapper-two::after {
	content: "";
	position: absolute;
	z-index: -2;
	background: linear-gradient(90deg, #953a11 0%, rgba(50, 20, 6, 0) 64.29%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-area-two .banner-wrapper-two.banner-bg-image {
	background: url(../images/banner/banner-bg-3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-area-two .banner-wrapper-two.banner-bg-image2 {
	background: url(../images/banner/banner-bg-4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-area-two .banner-wrapper-two.banner-bg-image3 {
	background: url(../images/banner/banner-bg-5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-area-two .banner-wrapper-two.banner-bg-image4 {
	background: url(../images/banner/banner-bg-7.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-area-two .banner-wrapper-two.banner-bg-image5 {
	background: url(../images/banner/banner-bg-8.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-area-two .banner-wrapper-two.banner-bg-image6 {
	background: url(../images/banner/banner-bg-9.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-area-two .shape-image .shape {
	position: absolute;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.banner-area-two .shape-image .shape {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.banner-area-two .shape-image .shape {
		display: none;
	}
}

.banner-area-two .shape-image .shape.one {
	left: 5%;
	top: 15%;
}

.banner-area-two .shape-image .shape.two {
	left: 7%;
	bottom: 7%;
}

.banner-area-two .shape-image .shape.three {
	left: 45%;
	top: 20%;
}

@media (max-width: 1024px) {
	.banner-area-three .banner-content-three {
		display: flex;
		flex-direction: column;
		align-items: start;
		padding: 60px 0;
	}
}

.banner-area-three .banner-wrapper-three .banner-hero-image {
	position: relative;
	z-index: 1;
}

@media (max-width: 1024px) {
	.banner-area-three .banner-wrapper-three .banner-hero-image {
		position: unset;
	}
}

.banner-area-three .banner-wrapper-three .shape-image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.banner-area-three .banner-wrapper-three .shape-image .svg-shape1 {
	position: absolute;
	top: 11%;
	right: 7%;
}

.banner-area-three .banner-wrapper-three .shape-image .svg-shape2 {
	position: absolute;
	bottom: 0;
	right: 20%;
}

.banner-area-three .banner-slider-inner {
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: auto;
}

.banner-area-three .banner-slider-inner .shape-image .shape {
	top: 8%;
	right: 38%;
}

.banner-area-three .banner-slider-inner .swiper-btn {
	width: 80px;
	height: 80px;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	color: var(--color-white);
	transition: all 0.3s;
}

@media (max-width: 1440px) {
	.banner-area-three .banner-slider-inner .swiper-btn {
		width: 60px;
		height: 60px;
		line-height: 55px;
	}
}

@media (max-width: 1366px) {
	.banner-area-three .banner-slider-inner .swiper-btn {
		display: none;
	}
}

@media (max-width: 1600px) {
	.banner-area-three .banner-slider-inner .swiper-btn svg {
		width: 30px;
	}
}

.banner-area-three .banner-slider-inner .swiper-btn svg path {
	transition: all 0.3s;
	fill: var(--color-primary);
}

.banner-area-three .banner-slider-inner .swiper-btn:hover {
	color: var(--color-heading-1);
	background: var(--color-primary-2);
	border: 1px solid var(--color-primary-2);
}

.banner-area-three .banner-slider-inner .swiper-btn:hover svg path {
	fill: var(--color-white);
}

.banner-area-three .banner-slider-inner .swiper-btn::after {
	display: none;
}

.banner-area-three .banner-slider-inner .swiper-btn.swiper-button-prev3 {
	left: 100px;
}

@media (max-width: 1600px) {
	.banner-area-three .banner-slider-inner .swiper-btn.swiper-button-prev3 {
		left: 20px;
	}
}

.banner-area-three .banner-slider-inner .swiper-btn.swiper-button-next3 {
	right: 100px;
}

@media (max-width: 1600px) {
	.banner-area-three .banner-slider-inner .swiper-btn.swiper-button-next3 {
		right: 20px;
	}
}

.banner-slider-inner {
	position: relative;
	z-index: 1;
}

.banner-slider-inner .banner-content-two {
	opacity: 0;
}

.banner-slider-inner .banner-content-two .pre-title {
	opacity: 0;
	animation: none;
	transition-delay: 0.8s;
}

.banner-slider-inner .banner-content-two .title-banner {
	opacity: 0;
	animation: none;
	transition-delay: 1.2s;
}

.banner-slider-inner .banner-content-two .disc {
	opacity: 0;
	animation: none;
	transition-delay: 1.7s;
}

.banner-slider-inner .banner-content-two .banner-btn {
	opacity: 0;
	animation: none;
	transition-delay: 2.2s;
}

.banner-slider-inner .swiper-slide-active .banner-content-two {
	opacity: 1;
}

.banner-slider-inner .swiper-slide-active .banner-content-two .pre-title {
	animation: slideInUp3 0.8s;
	animation-delay: 0.8s;
	opacity: 1;
}

.banner-slider-inner .swiper-slide-active .banner-content-two .title-banner {
	animation: fadeInUp 0.8s;
	animation-delay: 1.2s;
	opacity: 1;
}

.banner-slider-inner .swiper-slide-active .banner-content-two .disc {
	animation: fadeInUp 0.5s;
	animation-delay: 1.7s;
	opacity: 1;
}

.banner-slider-inner .swiper-slide-active .banner-content-two .banner-btn {
	animation: fadeInUp 0.5s;
	animation-delay: 2.2s;
	opacity: 1;
}

.banner-slider-inner .swiper-paginations {
	width: max-content;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.banner-slider-inner .swiper-paginations .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #B3B3B3;
	opacity: 1;
}

.banner-slider-inner .swiper-paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-primary);
}

.banner-slider-inner .swiper-btn {
	width: 60px;
	height: 60px;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid var(--color-white);
	background: transparent;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: var(--color-white);
	transition: all 0.3s;
}

.banner-slider-inner .swiper-btn:hover {
	color: var(--color-heading-1);
	background: var(--color-primary);
	border: 1px solid var(--color-heading-1);
}

.banner-slider-inner .swiper-btn::after {
	display: none;
}

.banner-slider-inner .swiper-btn.swiper-button-prev {
	left: 100px;
}

@media (max-width: 1600px) {
	.banner-slider-inner .swiper-btn.swiper-button-prev {
		left: 20px;
	}
}

@media (max-width: 1440px) {
	.banner-slider-inner .swiper-btn.swiper-button-prev {
		bottom: 50px;
		top: unset;
		transform: none;
	}
}

@media (max-width: 450px) {
	.banner-slider-inner .swiper-btn.swiper-button-prev {
		display: none;
	}
}

.banner-slider-inner .swiper-btn.swiper-button-next {
	right: 100px;
}

@media (max-width: 1600px) {
	.banner-slider-inner .swiper-btn.swiper-button-next {
		right: 20px;
	}
}

@media (max-width: 1440px) {
	.banner-slider-inner .swiper-btn.swiper-button-next {
		bottom: 50px;
		top: unset;
		transform: none;
	}
}

@media (max-width: 450px) {
	.banner-slider-inner .swiper-btn.swiper-button-next {
		display: none;
	}
}

.banner-slider-inner .banner-content-three {
	opacity: 0;
}

.banner-slider-inner .banner-content-three .pre-title {
	opacity: 0;
	animation: none;
	transition-delay: 0.8s;
}

.banner-slider-inner .banner-content-three .title-banner {
	opacity: 0;
	animation: none;
	transition-delay: 1.2s;
}

.banner-slider-inner .banner-content-three .banner-btn {
	opacity: 0;
	animation: none;
	transition-delay: 1.8s;
}

.banner-slider-inner .banner-content-three .banner-hero-image {
	opacity: 0;
	animation: none;
	transition-delay: 1.2s;
}

.banner-slider-inner .swiper-slide-active .banner-content-three {
	opacity: 1;
}

.banner-slider-inner .swiper-slide-active .banner-content-three .pre-title {
	animation: slideInUp3 0.8s;
	animation-delay: 0.8s;
	opacity: 1;
}

.banner-slider-inner .swiper-slide-active .banner-content-three .title-banner {
	animation: fadeInUp 0.8s;
	animation-delay: 1.2s;
	opacity: 1;
}

.banner-slider-inner .swiper-slide-active .banner-content-three .banner-btn {
	animation: fadeInUp 0.5s;
	animation-delay: 1.8s;
	opacity: 1;
}

.banner-slider-inner .swiper-slide-active .banner-content-three .banner-hero-image {
	opacity: 1;
	animation: slideInRight 1s;
	animation-delay: 1.2s;
}

@media (max-width: 1024px) {
	.banner-slider-inner .swiper-slide-active .banner-content-three .banner-hero-image {
		animation: none;
	}
}

@media (max-width: 991px) {
	.order-change {
		order: -1;
	}
}

@media (max-width: 1024px) {
	.order-change2 {
		order: -1;
	}
}

@media (max-width: 1200px) {
	.order-change3 {
		order: -1;
	}
}

.banner-area-four {
	position: relative;
	z-index: 1;
	height: 860px;
}

@media (max-width: 991px) {
	.banner-area-four {
		height: unset;
	}
}

.banner-area-four .banner-slider-inner {
	height: 100%;
}

.banner-area-four .swiper {
	height: 100%;
}

.banner-area-four .swiper-slide {
	width: 100% !important;
	height: 100%;
}

.banner-area-four .banner-wrapper-four {
	position: relative;
	z-index: 2;
	height: 100%;
}

.banner-area-four .banner-wrapper-four.banner-bg-image4 {
	background: url(../images/banner/banner-bg-7.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-area-four .banner-wrapper-four.banner-bg-image5 {
	background: url(../images/banner/banner-bg-8.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-area-four .banner-wrapper-four.banner-bg-image6 {
	background: url(../images/banner/banner-bg-9.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-area-four .banner-wrapper-four .banner-bg-image {
	width: 100%;
	height: 100%;
}

.banner-area-four .banner-content-four {
	align-items: center;
	padding: 160px 90px 209px;
	position: absolute;
	z-index: 2;
	bottom: -115px;
	left: 5%;
	text-align: center;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 50%;
	opacity: 0;
}

@media (max-width: 1366px) {
	.banner-area-four .banner-content-four {
		padding: 160px 70px 180px;
	}
}

@media (max-width: 1200px) {
	.banner-area-four .banner-content-four {
		padding: 150px 50px 150px;
	}
}

@media (max-width: 991px) {
	.banner-area-four .banner-content-four {
		position: relative;
		left: unset;
		bottom: unset;
		transform: none;
		border-radius: 0;
		padding: 120px 80px 120px;
	}
}

@media (max-width: 576px) {
	.banner-area-four .banner-content-four {
		padding: 120px 20px 120px;
	}
}

.banner-area-four .banner-content-four .inner {
	position: relative;
	z-index: 1;
}

.banner-area-four .banner-content-four .inner .content-shape {
	position: absolute;
	top: -120px;
	left: 55px;
}

@media (max-width: 768px) {
	.banner-area-four .banner-content-four .inner .content-shape {
		top: -90px;
		left: 10px;
		width: 130px;
	}
}

.banner-area-four .banner-content-four .content-shape {
	opacity: 0;
	animation: none;
	transition-delay: 2.5s;
}

.banner-area-four .banner-content-four .pre-title {
	color: var(--color-primary-3);
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	margin-bottom: 25px;
	opacity: 0;
	animation: none;
	transition-delay: 0.8s;
}

.banner-area-four .banner-content-four .title-banner {
	color: var(--color-heading-1);
	font-size: 64px;
	font-weight: 800;
	line-height: 70px;
	letter-spacing: -2px;
	opacity: 0;
	animation: none;
	transition-delay: 1.2s;
}

@media (max-width: 1366px) {
	.banner-area-four .banner-content-four .title-banner {
		font-size: 50px;
		line-height: 56px;
	}
}

@media (max-width: 576px) {
	.banner-area-four .banner-content-four .title-banner {
		font-size: 34px;
		line-height: 40px;
	}
}

.banner-area-four .banner-content-four p.disc {
	max-width: 670px;
	color: var(--color-heading-1);
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 45px;
	opacity: 0;
	animation: none;
	transition-delay: 1.8s;
}

@media only screen and (max-width: 1199px) {
	.banner-area-four .banner-content-four p.disc {
		min-width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.banner-area-four .banner-content-four p.disc {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.banner-area-four .banner-content-four p.disc br {
		display: none;
	}
}

.banner-area-four .banner-content-four .banner-btn {
	align-items: center;
	gap: 30px;
	opacity: 0;
	animation: none;
	transition-delay: 2.2s;
}

.banner-area-four .banner-content-four .banner-btn .rts-btn {
	margin: auto;
}

.banner-area-four .shape-image .shape {
	position: absolute;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.banner-area-four .shape-image .shape {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.banner-area-four .shape-image .shape {
		display: none;
	}
}

.banner-area-four .shape-image .shape.one {
	left: 5%;
	top: 15%;
}

.banner-area-four .shape-image .shape.two {
	left: 7%;
	bottom: 7%;
}

.banner-area-four .shape-image .shape.three {
	left: 45%;
	top: 20%;
}

.banner-area-four .banner-slider-inner .swiper-btn {
	width: 100px;
	height: 100px;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 1px dashed var(--color-primary-2);
	background: transparent;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.3s;
}

@media (max-width: 1600px) {
	.banner-area-four .banner-slider-inner .swiper-btn {
		width: 60px;
		height: 60px;
		line-height: 58px;
	}
}

@media (max-width: 991px) {
	.banner-area-four .banner-slider-inner .swiper-btn {
		display: none;
	}
}

.banner-area-four .banner-slider-inner .swiper-btn:hover {
	color: var(--color-heading-1);
	background: var(--color-primary-2);
	border: 1px solid var(--color-primary-2);
}

.banner-area-four .banner-slider-inner .swiper-btn:hover svg path {
	fill: var(--color-white);
}

@media (max-width: 1600px) {
	.banner-area-four .banner-slider-inner .swiper-btn svg {
		width: 30px;
	}
}

.banner-area-four .banner-slider-inner .swiper-btn svg path {
	fill: var(--color-primary-2);
}

.banner-area-four .banner-slider-inner .swiper-btn::after {
	display: none;
}

.banner-area-four .banner-slider-inner .swiper-btn.swiper-button-prev {
	left: 100px;
}

@media (max-width: 1366px) {
	.banner-area-four .banner-slider-inner .swiper-btn.swiper-button-prev {
		left: 30px;
	}
}

.banner-area-four .banner-slider-inner .swiper-btn.swiper-button-next {
	right: 100px;
}

@media (max-width: 1366px) {
	.banner-area-four .banner-slider-inner .swiper-btn.swiper-button-next {
		right: 30px;
	}
}

.banner-area-four .swiper-slide-active .banner-content-four {
	opacity: 1;
}

.banner-area-four .swiper-slide-active .banner-content-four .content-shape {
	opacity: 1;
	animation: zoomIn 1s;
	animation-delay: 2.5s;
}

.banner-area-four .swiper-slide-active .banner-content-four .pre-title {
	animation: slideInUp3 0.8s;
	animation-delay: 0.8s;
	opacity: 1;
}

.banner-area-four .swiper-slide-active .banner-content-four .title-banner {
	animation: fadeInUp 0.8s;
	animation-delay: 1.2s;
	opacity: 1;
}

.banner-area-four .swiper-slide-active .banner-content-four .banner-btn {
	animation: fadeInUp 0.5s;
	animation-delay: 2.2s;
	opacity: 1;
}

.banner-area-four .swiper-slide-active .banner-content-four p.disc {
	opacity: 1;
	animation: fadeInUp 1s;
	animation-delay: 1.8s;
}

.rts-breadcrumb-area {
	background: url(../images/banner/breadcrumb-bg1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position: relative;
	padding: 100px 0;
}

.rts-breadcrumb-area::after {
	content: "";
	position: absolute;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.rts-breadcrumb-area .breadcrumb-main-wrapper a {
	color: var(--color-white);
	text-transform: capitalize;
}

.table-info th {
	border: 1px solid #fff;
	padding: 9px 12px;
	background: #044504;
	color: #fff;
}

.table-info td,
th {
	border: 1px solid #e0e0e0;
	padding: 9px 12px;
	vertical-align: middle;
}

.table-info tr td {
	background: #0407ba;
	vertical-align: middle;
	font-weight: 500;
	color: #fff;
	padding: 10px 20px;
	vertical-align: middle;
}

.table-info tr td p {
	color: #fff;
}

.table-info tr th:first-child {
	text-align: center;
}

.table-info tr td:first-child {
	text-align: center;
}

.table-info tr td:last-child img {
	text-align: center;
	max-width: 100%;
	border-radius: 5px;
	width: 70px;
}

.table-info th p {
	color: #fff;
}

.rts-breadcrumb-area .breadcrumb-main-wrapper a.active {
	color: var(--color-primary);
	text-transform: capitalize;
}

.rts-breadcrumb-area .breadcrumb-main-wrapper i {
	color: var(--color-white);
}

.rts-breadcrumb-area .breadcrumb-main-wrapper .title {
	color: var(--color-white);
	margin-top: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* elements */
.rts-about-area .shape-image .shape {
	z-index: -1;
}

.rts-about-area .shape-image .shape.one {
	left: 7%;
	top: 7%;
}

.rts-about-area .shape-image .shape.two {
	right: 5%;
	top: 5%;
}

.rts-about-area .shape-image .shape.three {
	left: 1%;
	bottom: 35%;
}

.rts-about-area.area-2 .about-image2 {
	margin-left: 100px;
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.rts-about-area.area-2 .about-image2 {
		margin-left: 0;
	}
}

.rts-about-area.area-2 .about-image2 .video-btn-area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.rts-about-area.area-2 .about-image2 .video-btn-area .video-play-button {
	width: 80px;
	height: 80px;
	background: none;
	border: none;
}

.rts-about-area.area-2 .about-image2 .video-btn-area .video-play-button::after {
	display: none;
}

.rts-about-area.area-2 .about-image2 .video-btn-area .video-play-button .icon {
	animation: rotateIt 6s linear infinite;
}

.rts-about-area.area-2 .about-image2 .video-btn-area .round {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.rts-about-area.area-2 .about-image2 .video-btn-area .play-icon {
	position: absolute;
	top: 48%;
	left: 52%;
	transform: translate(-52%, -48%);
	height: 51px;
}

@media (max-width: 576px) {
	.rts-about-area.area-2 .shape-image {
		display: none;
	}
}

.rts-about-area.area-2 .shape-image .shape {
	z-index: -1;
}

.rts-about-area.area-2 .shape-image .shape.one {
	left: 5%;
	top: 20%;
}

.rts-about-area.area-2 .shape-image .shape.two {
	left: 8%;
	bottom: 18%;
	top: unset;
}

.rts-about-area.area-2 .shape-image .shape.three {
	left: 47%;
	bottom: unset;
	top: 35%;
}

.rts-about-area.area-2 .shape-image .shape.four {
	left: unset;
	right: 10%;
	bottom: 10%;
	top: unset;
}

.rts-about-area.area-2 .shape-image .shape.five {
	left: unset;
	right: 15%;
	top: 10%;
	bottom: unset;
}

.rts-about-area.area-2 .shape-image .shape.six {
	left: unset;
	right: 5%;
	bottom: 40%;
	top: unset;
}

.rts-about-area.area-3 .section-inner {
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.rts-about-area.area-3 .section-inner {
		background: var(--color-primary-2);
	}
}

.rts-about-area.area-3 .section-inner .section-bg-area {
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.rts-about-area.area-3 .section-inner .section-bg-area {
		display: none;
	}
}

.rts-about-area.area-3 .section-inner .shape-image .shape {
	position: absolute;
	z-index: 1;
}

.rts-about-area.area-3 .section-inner .shape-image .shape.one {
	bottom: 20%;
	left: 9%;
	top: unset;
}

.rts-about-area.area-3 .section-inner .shape-image .shape.two {
	bottom: unset;
	left: unset;
	top: 28%;
	right: 10%;
}

.rts-about-area.area-3 .section-inner .shape-image .shape.three {
	bottom: 28%;
	left: unset;
	top: unset;
	right: 17%;
}

.rts-about-area.area-3 .section-inner .content-inner {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	padding: 50px 100px;
	gap: 90px;
}

.rts-gallery-area.management-section {
	background-image: url(../images/banner/banner-bg-8.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 991px) {
	.rts-about-area.area-3 .section-inner .content-inner {
		position: unset;
		padding: 100px 30px;
		gap: 30px;
	}
}

@media (max-width: 576px) {
	.rts-about-area.area-3 .section-inner .content-inner {
		padding: 70px 30px;
	}
}

@media (max-width: 768px) {
	.rts-about-area.area-3 .section-inner .content-inner {
		display: block;
	}
}

.rts-about-area.area-3 .section-inner .content-inner .image-area {
	padding: 10px;
	max-width: max-content;
	flex-basis: 33%;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.rts-about-area.area-3 .section-inner .content-inner .image-area {
		margin-bottom: 30px;
	}
}

.rts-about-area.area-3 .section-inner .content-inner .image-area .shape-img {
	position: absolute;
	top: -38px;
	right: -10px;
}

.rts-about-area.area-3 .section-inner .content-inner .image-area .shape-img2 {
	position: absolute;
	bottom: -25px;
	left: -35px;
}

.rts-about-area.area-3 .section-inner .content-inner .right-side-content {
	flex-basis: 67%;
}

.rts-about-area.area-3 .section-inner .content-inner .right-side-content .heading-title {
	color: var(--color-white);
}

@media (max-width: 1200px) {
	.rts-about-area.area-3 .section-inner .content-inner .right-side-content .heading-title {
		font-size: 36px;
	}
}

@media (max-width: 480px) {
	.rts-about-area.area-3 .section-inner .content-inner .right-side-content .heading-title {
		font-size: 24px;
	}
}

.rts-about-area.area-3 .section-inner .content-inner .right-side-content .desc {
	color: var(--color-white);
	font-size: 18px;
	line-height: 28px;
}

.rts-about-area.area-3 .section-inner .content-inner .right-side-content .button-area .rts-btn {
	background: var(--color-white);
	color: var(--color-primary-2);
	border-radius: 6px;
	transition: all 0.3s;
}

.rts-gallery-area .button-area .rts-btn {
	background: var(--color-white);
	color: var(--color-primary-2);
	border-radius: 6px;
	transition: all 0.3s;
}

.rts-gallery-area .button-area {
	margin: 25px 0 0;
}

.rts-gallery-area .button-area .rts-btn {
	display: inline-flex;
}

.rts-about-area.area-3 .section-inner .content-inner .right-side-content .button-area .rts-btn:hover {
	color: var(--color-heading-1);
	background: var(--color-primary);
}

@media (max-width: 991px) {
	.rts-about-area.area-4 .shape-image {
		display: none;
	}
}

.rts-about-area.area-4 .shape-image .shape {
	position: absolute;
	z-index: -1;
}

.rts-about-area.area-4 .shape-image .shape.one {
	bottom: 20%;
	left: 9%;
	top: unset;
}

.rts-about-area.area-4 .shape-image .shape.two {
	bottom: unset;
	left: unset;
	top: 28%;
	right: 10%;
}

.rts-about-area.area-4 .shape-image .shape.three {
	bottom: unset;
	left: 10%;
	top: 20%;
	right: unset;
}

@media (max-width: 1366px) {
	.rts-about-area.area-4 .section-title-area .section-title {
		font-size: 42px;
		line-height: 1.2;
	}
}

@media (max-width: 1200px) {
	.rts-about-area.area-4 .section-title-area .section-title {
		font-size: 36px;
		line-height: 1.2;
	}
}

@media (max-width: 450px) {
	.rts-about-area.area-4 .section-title-area .section-title {
		font-size: 26px;
		line-height: 1.2;
	}
}

@media (max-width: 991px) {
	.rts-about-area.area-4 .section-title-area .desc {
		max-width: 570px;
	}
}

.section-title-area .pre-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--color-heading-1);
	margin-bottom: 15px;
}

.section-title-area .section-title {
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.section-title-area .section-title {
		font-size: 36px;
		line-height: 1.1;
	}
}

@media (max-width: 450px) {
	.section-title-area .section-title {
		font-size: 24px;
	}

	.section-title-area .section-title br {
		display: none;
	}
}

@media (max-width: 1200px) and (min-width: 991px) {
	.section-title-area .desc br {
		display: none;
	}
}

@media (max-width: 576px) {
	.section-title-area .desc br {
		display: none;
	}
}

.section-title-area-style-2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 991px) {
	.section-title-area-style-2 {
		flex-direction: column;
		align-items: self-start;
		gap: 20px;
	}
}

.section-title-area-style-2 .pre-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--color-heading-1);
	margin-bottom: 15px;
}

.section-title-area-style-2 .section-title {
	letter-spacing: -2px;
	margin-bottom: 0;
}

.table-info tbody tr:nth-child(odd) {
	background-color: #084298;
}

.table-info tbody tr:nth-child(odd) {
	color: #d2e4ff;
}

.table-info tbody tr:nth-child(even) {
	background-color: #74a5ef;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	padding: 15px 15px 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

@media (max-width: 576px) {
	.section-title-area-style-2 .desc br {
		display: none;
	}
}

.about-content {
	margin-left: 50px;
}

@media (max-width: 1400px) {
	.about-content {
		margin-left: 45px;
	}
}

@media (max-width: 1200px) {
	.about-content {
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	.about-content {
		margin-left: 0;
	}
}

.about-content.area-2 {
	margin-left: 0;
}

.about-content.area-2 .desc {
	color: var(--color-heading-1);
}

.about-content.area-2 .about-wrapper-area {
	display: flex;
	align-items: center;
	gap: 33px;
	margin-top: 20px;
}

@media (max-width: 576px) {
	.about-content.area-2 .about-wrapper-area {
		flex-direction: column;
		align-items: self-start;
		gap: 0;
	}
}

.about-content.area-2 .about-wrapper {
	padding: 0;
	margin: 0;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-content.area-2 .about-wrapper li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: start;
	gap: 10px;
	color: var(--color-heading-1);
	font-family: var(--font-secondary);
	font-weight: var(--s-extra-bold);
	font-size: 22px;
	margin: 10px 0;
	width: 100%;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.about-content.area-2 .about-wrapper li {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.about-content.area-2 .about-wrapper li {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.about-content.area-2 .about-wrapper li {
		flex: 0 0 100%;
	}
}

.about-content.area-2 .about-wrapper li i {
	margin-top: 5px;
}

.about-content.area-2 .about-btn-area {
	margin-top: 30px;
}

.about-wrapper {
	padding: 0;
	margin: 0;
	margin-top: 40px;
}

.about-grid .about-wrapper {
	margin: 0;
	margin-top: 40px;
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 10px;
	padding: 10px;
}

.about-wrapper .wrapper-list {
	list-style: none;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.about-wrapper .wrapper-list {
		max-width: max-content;
	}
}

.about-wrapper .wrapper-list .list-inner {
	display: flex;
	background: var(--color-primary-4);
	padding: 25px;
	gap: 30px;
	border-radius: 10px;
	border-width: 0;
	border-color: var(--color-heading-1);
	border-style: solid;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.about-wrapper .wrapper-list .list-inner {
		padding: 35px 15px 35px 15px;
	}
}

@media (max-width: 576px) {
	.about-wrapper .wrapper-list .list-inner {
		display: block;
		padding: 35px;
	}
}

@media (max-width: 450px) {
	.about-wrapper .wrapper-list .list-inner {
		padding: 35px 20px;
	}
}

.about-wrapper .wrapper-list::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 103%;
	border-radius: 10px;
	z-index: -1;
	bottom: -5px;
	right: -5px;
}

.about-wrapper .wrapper-list .icon {
	height: max-content;
	flex-basis: 14%;
}

@media (max-width: 991px) {
	.about-wrapper .wrapper-list .icon {
		flex-basis: auto;
	}
}

@media (max-width: 576px) {
	.about-wrapper .wrapper-list .icon {
		margin-bottom: 20px;
	}
}

.about-wrapper .wrapper-list .content {
	flex-basis: 86%;
}

.about-wrapper .wrapper-list .content .title {
	color: var(--color-white);
	margin-bottom: 10px;
}

.about-wrapper .wrapper-list .content .desc {
	color: var(--color-white);
}

@media (max-width: 450px) {
	.about-wrapper .wrapper-list .content .desc br {
		display: none;
	}
}

.about-wrapper .wrapper-list:last-child .wrapper-list {
	margin-bottom: 0;
}

.about-wrapper .wrapper-list:last-child .list-inner {
	background: var(--color-primary-2);
}

.about-wrapper .wrapper-list:nth-child(2) .list-inner {
	background: var(--color-primary-10);
}

.about-wrapper .wrapper-list:nth-child(3) .list-inner {
	background: var(--color-primary-9);
}

.about-wrapper .wrapper-list-style-2 {
	list-style: none;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 0;
}

.about-wrapper .wrapper-list-style-2 .list-inner {
	display: flex;
	gap: 30px;
	align-items: center;
}

@media (max-width: 576px) {
	.about-wrapper .wrapper-list-style-2 .list-inner {
		flex-direction: column;
		align-items: self-start;
	}
}

.about-wrapper .wrapper-list-style-2 .icon {
	flex-basis: 18%;
	height: max-content;
}

@media (max-width: 991px) {
	.about-wrapper .wrapper-list-style-2 .icon {
		flex-basis: 10%;
	}
}

@media (max-width: 768px) {
	.about-wrapper .wrapper-list-style-2 .icon {
		flex-basis: 15%;
	}
}

.about-wrapper .wrapper-list-style-2 .icon img {
	width: 100%;
}

.about-wrapper .wrapper-list-style-2 .content {
	flex-basis: 82%;
}

@media (max-width: 991px) {
	.about-wrapper .wrapper-list-style-2 .content {
		flex-basis: 90%;
	}
}

@media (max-width: 768px) {
	.about-wrapper .wrapper-list-style-2 .content {
		flex-basis: 85%;
	}
}

.about-wrapper .wrapper-list-style-2 .content .title {
	color: var(--color-heading-1);
	margin-bottom: 10px;
}

.about-wrapper .wrapper-list-style-2 .content .desc {
	color: var(--color-body);
}

.about-wrapper .wrapper-list-style-2:last-child .wrapper-list {
	margin-bottom: 0;
}

.about-btn-area {
	margin-top: 30px;
}

.rts-category-area {
	position: relative;
	z-index: 1;
}

.rts-category-area .slider-inner {
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.rts-category-area .slider-inner .swiper {
	padding: 20px;
}

.rts-category-area .slider-inner .swiper-pagination2 {
	width: max-content;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.rts-category-area .slider-inner .swiper-pagination2 .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #C4C4C4;
	opacity: 1;
}

.rts-category-area .slider-inner .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-primary-5);
}

.rts-category-area .slider-inner .swiper-btn {
	width: 60px;
	height: 60px;
	z-index: 1;
	transition: all 0.3s;
}

.rts-category-area .slider-inner .swiper-btn:hover .inner {
	background: var(--color-primary);
}

.rts-category-area .slider-inner .swiper-btn:hover .inner svg path {
	fill: var(--color-heading-1);
}

.rts-category-area .slider-inner .swiper-btn::after {
	display: none;
}

.rts-category-area .slider-inner .swiper-btn::before {
	content: "";
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: var(--color-heading-1);
	bottom: -2px;
	right: -2px;
}

.rts-category-area .slider-inner .swiper-btn .inner {
	width: 60px;
	height: 60px;
	line-height: 57px;
	border-radius: 50%;
	text-align: center;
	background: var(--color-primary-2);
	border: 2px solid var(--color-heading-1);
	transition: all 0.3s;
}

.rts-category-area .slider-inner .swiper-btn .inner svg path {
	fill: var(--color-white);
}

.rts-category-area .slider-inner .swiper-btn.swiper-button-prev {
	left: -120px;
}

.rts-category-area .slider-inner .swiper-btn.swiper-button-next {
	right: -120px;
}

.category-wrapper .wrapper-inner {
	position: relative;
	z-index: 1;
	width: 185px;
	margin: auto;
}

.category-wrapper .wrapper-inner::after {
	content: "";
	position: absolute;
	width: 185px;
	height: 185px;
	background: var(--color-heading-1);
	border-radius: 50%;
	bottom: -2px;
	right: -6px;
	z-index: -1;
}

.category-wrapper .wrapper-inner .icon {
	width: 185px;
	height: 185px;
	line-height: 185px;
	border-radius: 50%;
	display: block;
	text-align: center;
	background: var(--color-primary-2);
	margin: 0 auto 30px;
	border: 2px solid var(--color-heading-1);
}

.category-wrapper .wrapper-inner .icon a {
	display: block;
}

.category-wrapper.two .wrapper-inner .icon {
	background: var(--color-primary-4);
}

.category-wrapper.two .content .title {
	background: var(--color-primary-4);
}

.category-wrapper.three .wrapper-inner .icon {
	background: var(--color-primary-5);
}

.category-wrapper.three .content .title {
	background: var(--color-primary-5);
}

.category-wrapper.four .wrapper-inner .icon {
	background: var(--color-primary-6);
}

.category-wrapper.four .content .title {
	background: var(--color-primary-6);
}

.category-wrapper.five .wrapper-inner .icon {
	background: var(--color-primary-3);
}

.category-wrapper.five .content .title {
	background: var(--color-primary-3);
}

.category-wrapper .content {
	position: relative;
	z-index: 1;
}

.category-wrapper .content::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color-heading-1);
	border-radius: 40px;
	bottom: -2px;
	right: -4px;
	z-index: -1;
}

.category-wrapper .content .title {
	text-align: center;
	background: var(--color-primary-2);
	border-radius: 40px;
	margin-bottom: 0;
	border: 2px solid var(--color-heading-1);
	transition: all 0.3s;
}

.category-wrapper .content .title:hover {
	background: var(--color-white);
}

.category-wrapper .content .title:hover a {
	color: var(--color-heading-1);
}

.category-wrapper .content .title a {
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	padding: 9px 38px;
	display: block;
	color: var(--color-white);
}

.category-wrapper-style-two {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	min-height: 100%;
}

@media (max-width: 1200px) {
	.category-wrapper-style-two {
		gap: 10px;
	}
}

.category-wrapper-style-two .content .title {
	margin-bottom: 0;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.category-wrapper-style-two .content .title {
		font-size: 18px;
	}
}

.category-wrapper-style-two .content .title a {
	color: var(--color-white);
}

.rts-class-area {
	padding-bottom: 40px;
}

.rts-class-area .section-title-area {
	margin-bottom: 55px;
}

.rts-class-area .section-title-area .section-title {
	margin-bottom: 10px;
}

.rts-class-area.area-2 {
	padding-bottom: 120px;
}

.class-wrapper {
	position: relative;
	z-index: 1;
}

.class-wrapper::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 102%;
	bottom: -6px;
	right: -6px;
	z-index: -1;
	border-radius: 10px;
	background: var(--color-heading-1);
}

.class-wrapper .wrapper-inner {
	background: var(--color-primary-2);
	border-radius: 10px;
	padding: 35px 40px 40px 35px;
	border: 2px solid var(--color-heading-1);
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.class-wrapper .wrapper-inner {
		padding: 35px 20px;
	}
}

@media (max-width: 450px) {
	.class-wrapper .wrapper-inner {
		padding: 35px 20px;
	}
}

.class-wrapper .wrapper-inner .icon {
	margin-bottom: 30px;
	height: 60px;
}

.class-wrapper .wrapper-inner .title {
	color: var(--color-white);
	margin-bottom: 10px;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.class-wrapper .wrapper-inner .title {
		font-size: 20px;
	}
}

.class-wrapper .wrapper-inner p {
	color: var(--color-white);
	margin-bottom: 0;
}

.class-wrapper .wrapper-inner p.period {
	margin-bottom: 15px;
}

.class-wrapper .wrapper-inner .shape-icon {
	position: absolute;
	top: 20px;
	right: 26px;
	opacity: 0.3;
}

.class-wrapper.two .wrapper-inner {
	background: var(--color-primary-3);
}

.class-wrapper.three .wrapper-inner {
	background: var(--color-primary-4);
}

.class-wrapper.four .wrapper-inner {
	background: var(--color-primary-5);
}

.rts-course-area {
	padding: 230px 0 180px;
	position: relative;
	z-index: 1;
}

.rts-course-area .section-title-area .section-title {
	margin-bottom: 10px;
}

.rts-course-area .section-title-area .desc {
	color: var(--color-heading-1);
	font-size: 18px;
	line-height: 28px;
}

.rts-course-area .slider-inner {
	margin-top: 40px;
}

.rts-course-area .slider-inner .swiper {
	padding: 20px;
}

.rts-course-area .slider-inner .swiper-paginations {
	width: max-content;
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
}

.rts-course-area .slider-inner .swiper-paginations .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #C4C4C4;
	opacity: 1;
}

.rts-course-area .slider-inner .swiper-paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-heading-1);
}

.rts-course-area .course-wrapper {
	position: relative;
	z-index: 1;
}

.rts-course-area .course-wrapper::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 101%;
	bottom: -5px;
	right: -4px;
	z-index: -1;
	border-radius: 10px;
	background: var(--color-heading-1);
}

.rts-course-area .course-wrapper .wrapper-inner {
	border-radius: 10px;
	border: 2px solid var(--color-heading-1);
	background: var(--color-primary-2);
	overflow: hidden;
}

.rts-course-area .course-wrapper .wrapper-inner .image {
	border-bottom: 2px solid var(--color-heading-1);
}

.rts-course-area .course-wrapper .wrapper-inner .content {
	padding: 40px 30px 40px 35px;
}

@media (max-width: 450px) {
	.rts-course-area .course-wrapper .wrapper-inner .content {
		padding: 30px 20px 30px 20px;
	}
}

.rts-course-area .course-wrapper .wrapper-inner .content .title {
	font-size: 24px;
	color: var(--color-white);
}

@media (max-width: 1300px) and (min-width: 1140px) {
	.rts-course-area .course-wrapper .wrapper-inner .content .title {
		font-size: 20px;
	}
}

@media (max-width: 900px) and (min-width: 768px) {
	.rts-course-area .course-wrapper .wrapper-inner .content .title {
		font-size: 20px;
	}
}

.rts-course-area .course-wrapper .wrapper-inner .content .desc {
	color: var(--color-white);
	font-size: 18px;
	margin-bottom: 25px;
}

.rts-course-area .course-wrapper .wrapper-inner .content .feature-wrapper {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

.rts-course-area .course-wrapper .wrapper-inner .content .feature-wrapper .wrapper-list {
	list-style: none;
	color: var(--color-white);
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	margin: 0;
	line-height: 1;
}

@media (max-width: 1300px) and (min-width: 1140px) {
	.rts-course-area .course-wrapper .wrapper-inner .content .feature-wrapper .wrapper-list {
		font-size: 14px;
	}
}

@media (max-width: 900px) and (min-width: 768px) {
	.rts-course-area .course-wrapper .wrapper-inner .content .feature-wrapper .wrapper-list {
		font-size: 14px;
	}
}

.rts-course-area .course-wrapper .wrapper-inner .content .feature-wrapper .wrapper-list::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--color-white);
	left: 0;
	top: 5px;
}

.rts-course-area .course-wrapper.two .wrapper-inner {
	background: var(--color-primary-5);
}

.rts-course-area .course-wrapper.three .wrapper-inner {
	background: var(--color-primary-3);
}

.rts-course-area.style-2 {
	padding: 0;
}

.rts-course-area.style-2 .section-title-area .desc {
	color: var(--color-body);
}

.rts-course-area.style-2 .slider-inner {
	position: relative;
	z-index: 1;
}

.rts-course-area.style-2 .slider-inner .swiper {
	padding: 0 5px 50px 5px;
}

.rts-course-area.style-2 .slider-inner .swiper-btn {
	width: 60px;
	height: 60px;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.rts-course-area.style-2 .slider-inner .swiper-btn:hover .inner {
	background: var(--color-primary);
}

.rts-course-area.style-2 .slider-inner .swiper-btn:hover .inner svg path {
	fill: var(--color-heading-1);
}

.rts-course-area.style-2 .slider-inner .swiper-btn::after {
	display: none;
}

.rts-course-area.style-2 .slider-inner .swiper-btn::before {
	content: "";
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: var(--color-heading-1);
	bottom: -2px;
	right: -2px;
}

.rts-course-area.style-2 .slider-inner .swiper-btn .inner {
	width: 60px;
	height: 60px;
	line-height: 57px;
	border-radius: 50%;
	text-align: center;
	background: var(--color-primary-2);
	border: 2px solid var(--color-heading-1);
}

.rts-course-area.style-2 .slider-inner .swiper-btn .inner svg path {
	fill: var(--color-white);
	transition: all 0.3s;
}

.rts-course-area.style-2 .slider-inner .swiper-btn.swiper-button-prev2 {
	left: -120px;
}

.rts-course-area.style-2 .slider-inner .swiper-btn.swiper-button-next2 {
	right: -120px;
}

.rts-course-area .shape.one {
	top: 45%;
	left: 6%;
}

.rts-course-area .shape.two {
	top: 30%;
	right: 10%;
}

.rts-course-area.style-3 {
	padding: 60px 0;
}

.rts-course-area.style-3 .section-title-area .desc {
	color: var(--color-body);
}

.rating-main-wrapper {
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #DDD8F9;
}

@media only screen and (max-width: 575px) {
	.rating-main-wrapper {
		padding: 20px;
	}
}

.course-wrapper-style-2 {
	position: relative;
	z-index: 1;
}

.course-wrapper-style-2::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 101%;
	bottom: -5px;
	right: -3px;
	z-index: -1;
	border-radius: 10px;
	background: var(--color-heading-1);
}

.course-wrapper-style-2 .wrapper-inner {
	border-radius: 10px;
	border: 2px solid var(--color-heading-1);
	overflow: hidden;
}

.course-wrapper-style-2 .wrapper-inner .image {
	border-bottom: 2px solid var(--color-heading-1);
	position: relative;
	z-index: 1;
}

.course-wrapper-style-2 .wrapper-inner .image img {
	width: 100%;
}

.course-wrapper-style-2 .wrapper-inner .image .save-icon i {
	font-weight: 300;
	position: absolute;
	z-index: 3;
	color: #fff;
	top: 18px;
	right: 18px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	z-index: 1;
	cursor: pointer;
}

.course-wrapper-style-2 .wrapper-inner .content {
	padding: 26px 20px 26px 18px;
}

.course-wrapper-style-2 .wrapper-inner .content .meta-wrapper {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 23px;
}

.course-wrapper-style-2 .wrapper-inner .content .meta-wrapper .wrapper-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.course-wrapper-style-2 .wrapper-inner .content .meta-wrapper .wrapper-list .desc {
	margin-bottom: 0;
	color: var(--color-white);
}

.course-wrapper-style-2 .wrapper-inner .content .title {
	font-size: 18px;
	color: var(--color-white);
	line-height: 26px;
	margin-bottom: 10px;
}

.course-wrapper-style-2 .wrapper-inner .content .review-area {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.course-wrapper-style-2 .wrapper-inner .content .review-area .star-rating-area {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 5px;
}

.course-wrapper-style-2 .wrapper-inner .content .review-area .star-rating-area li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.course-wrapper-style-2 .wrapper-inner .content .review-area .star-rating-area li i {
	color: #FFD335;
}

.course-wrapper-style-2 .wrapper-inner .content .review-area .desc {
	color: var(--color-white);
}

.course-wrapper-style-2 .wrapper-inner .content .bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.course-wrapper-style-2 .wrapper-inner .content .bottom-wrapper .author-area {
	display: flex;
	align-items: center;
	gap: 14px;
}

.course-wrapper-style-2 .wrapper-inner .content .bottom-wrapper .author-area .author-name {
	color: var(--color-white);
	font-weight: 800;
	font-family: var(--font-secondary);
}

.course-wrapper-style-2 .wrapper-inner .content .bottom-wrapper .price {
	margin-bottom: 0;
	color: var(--color-white);
	font-size: 20px;
}

.course-wrapper-style-2.inner::after {
	border-radius: 0;
}

.course-wrapper-style-2.inner .wrapper-inner {
	border-radius: 0;
}

.course-wrapper-list-style {
	position: relative;
	z-index: 1;
}

.course-wrapper-list-style .wrapper-inner {
	border-radius: 10px;
	border: 2px solid var(--color-heading-1);
	overflow: hidden;
	display: flex;
	align-items: center;
}

.course-wrapper-list-style .wrapper-inner .image {
	position: relative;
	z-index: 1;
}

.course-wrapper-list-style .wrapper-inner .image .save-icon i {
	font-weight: 300;
	position: absolute;
	z-index: 3;
	color: #fff;
	top: 18px;
	right: 18px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	z-index: 1;
	cursor: pointer;
}

.course-wrapper-list-style .wrapper-inner .content {
	padding: 26px 50px 26px 30px;
	flex-basis: 75%;
}

@media (max-width: 991px) {
	.course-wrapper-list-style .wrapper-inner .content {
		padding: 20px 50px 20px 30px;
	}
}

@media (max-width: 450px) {
	.course-wrapper-list-style .wrapper-inner .content {
		padding: 20px;
	}
}

.course-wrapper-list-style .wrapper-inner .content .meta-wrapper {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 23px;
}

@media (max-width: 991px) and (min-width: 768px) {
	.course-wrapper-list-style .wrapper-inner .content .meta-wrapper {
		margin-bottom: 15px;
	}
}

.course-wrapper-list-style .wrapper-inner .content .meta-wrapper .wrapper-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.course-wrapper-list-style .wrapper-inner .content .meta-wrapper .wrapper-list .desc {
	margin-bottom: 0;
	color: var(--color-white);
}

.course-wrapper-list-style .wrapper-inner .content .title {
	color: var(--color-white);
	margin-bottom: 10px;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.course-wrapper-list-style .wrapper-inner .content .title {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.course-wrapper-list-style .wrapper-inner .content .title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 450px) {
	.course-wrapper-list-style .wrapper-inner .content .title {
		font-size: 20px;
		line-height: 30px;
	}
}

.course-wrapper-list-style .wrapper-inner .content .review-area {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.course-wrapper-list-style .wrapper-inner .content .review-area .star-rating-area {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 5px;
}

.course-wrapper-list-style .wrapper-inner .content .review-area .star-rating-area li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.course-wrapper-list-style .wrapper-inner .content .review-area .star-rating-area li i {
	color: #FFD335;
}

.course-wrapper-list-style .wrapper-inner .content .review-area .desc {
	color: var(--color-white);
}

.course-wrapper-list-style .wrapper-inner .content .bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.course-wrapper-list-style .wrapper-inner .content .bottom-wrapper .author-area {
	display: flex;
	align-items: center;
	gap: 14px;
}

.course-wrapper-list-style .wrapper-inner .content .bottom-wrapper .author-area .author-name {
	color: var(--color-white);
	font-weight: 800;
	font-family: var(--font-secondary);
}

.course-wrapper-list-style .wrapper-inner .content .bottom-wrapper .price {
	margin-bottom: 0;
	color: var(--color-white);
	font-size: 20px;
}

.course-wrapper-list-style.inner::after {
	border-radius: 0;
}

.course-wrapper-list-style.inner .wrapper-inner {
	border-radius: 0;
}

@media (max-width: 767px) {
	.course-wrapper-list-style.inner .wrapper-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.course-wrapper-list-style.inner .wrapper-inner .image {
		width: 100%;
	}
}

.course-wrapper-list-style.inner .wrapper-inner .image img {
	width: 100%;
}

.button-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.button-group .button {
	padding: 7px 12px;
	line-height: 1;
	background: var(--color-primary-5);
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	max-width: max-content;
	color: var(--color-white);
	transition: all 0.3s;
}

.button-group .button:hover {
	color: var(--color-heading-1);
	background: var(--color-primary);
}

.button-group .button.is-checked {
	color: var(--color-heading-1);
	background: var(--color-primary);
}

.portfolio_wrap .course-wrapper-style-2::after {
	border-radius: 0;
	right: -3px;
}

.portfolio_wrap .course-wrapper-style-2 .wrapper-inner {
	border-radius: 0;
}

.class-wrapper-style-2 {
	position: relative;
	border: 1px dashed var(--color-primary-2);
	border-radius: 10px;
	padding: 10px;
	z-index: 1;
	display: flex;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.class-wrapper-style-2 {
		padding: 5px;
	}
}

.class-wrapper-style-2 .wrapper-inner {
	border-radius: 5px;
	padding: 40px 28px;
	position: relative;
	z-index: 1;
	background-position: left;
	background-image: url(../images/about/about-bg.png);
}

@media (max-width: 1200px) and (min-width: 992px) {
	.class-wrapper-style-2 .wrapper-inner {
		padding: 40px 15px;
	}
}

.class-wrapper-style-2 .wrapper-inner .icon {
	margin-bottom: 30px;
	height: 60px;
}

.class-wrapper-style-2 .wrapper-inner .title {
	color: var(--color-white);
	margin-bottom: 10px;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.class-wrapper-style-2 .wrapper-inner .title {
		font-size: 24px;
	}
}

.class-wrapper-style-2 .wrapper-inner p {
	color: var(--color-white);
	margin-bottom: 0;
}

.class-wrapper-style-2 .wrapper-inner p.period {
	margin-bottom: 15px;
}

.class-wrapper-style-2 .wrapper-inner .button-area .rts-btn {
	border-radius: 6px;
	border: 1px solid var(--color-white);
	line-height: 1;
	font-size: 15px;
	padding: 12px 15px;
	color: var(--color-white);
	max-width: max-content;
	margin: 25px auto auto;
	transition: all 0.3s;
}

.class-wrapper-style-2 .wrapper-inner .button-area .rts-btn:hover {
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: var(--color-heading-1);
}

.class-wrapper-style-2 .wrapper-inner .shape-icon {
	position: absolute;
	top: 20px;
	right: 26px;
	opacity: 0.3;
}

.class-wrapper-style-2.two {
	border: 1px dashed var(--color-primary-3);
}

.class-wrapper-style-2.three {
	border: 1px dashed var(--color-primary-4);
}

.class-wrapper-style-2.four {
	border: 1px dashed var(--color-primary-5);
}

.rts-course-default-area .rts-pagination-area-2 {
	margin-top: 60px;
}

.rts-course-default-area .rts-pagination-area-2 ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

@media (max-width: 450px) {
	.rts-course-default-area .rts-pagination-area-2 ul {
		gap: 25px;
	}
}

.rts-course-default-area .rts-pagination-area-2 ul li {
	list-style: none;
	position: relative;
	max-width: max-content;
	margin: 0;
	color: var(--color-heading-1);
	font-weight: 600;
	z-index: 1;
}

.rts-course-default-area .rts-pagination-area-2 ul li.active {
	position: relative;
	z-index: 1;
}

.rts-course-default-area .rts-pagination-area-2 ul li.active::after {
	content: "";
	position: absolute;
	z-index: 1;
	background: var(--color-heading-1);
	width: 10px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.rts-course-default-area .rts-pagination-area-2 ul li .inner {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background: var(--color-white);
	border: 2px solid var(--color-heading-1);
	color: var(--color-heading-1);
	transition: all 0.3s;
}

.rts-course-default-area .rts-pagination-area-2 ul li .inner:hover {
	background: var(--color-primary);
}

.rts-course-default-area .rts-pagination-area-2 ul li .inner a {
	display: block;
	color: var(--color-primary);
	z-index: 1;
}

.rts-course-default-area .rts-pagination-area-2 ul li .inner a:hover {
	color: var(--color-heading-1);
}

.rts-course-default-area .rts-pagination-area-2 ul li.button::before {
	content: "";
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: var(--color-heading-1);
	bottom: -2px;
	right: -2px;
}

.rts-course-details-area .left-side-content .video-area {
	margin-bottom: 40px;
}

.rts-course-details-area .left-side-content .video-area .image {
	position: relative;
	z-index: 1;
}

.rts-course-details-area .left-side-content .video-area .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}

.rts-course-details-area .left-side-content .video-area .image .video-btn-area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.rts-course-details-area .left-side-content .video-area .image .video-btn-area .vedio-icone .video-play-button {
	width: 80px;
	height: 80px;
	line-height: 90px;
	background: var(--color-white);
	border: none;
}

@media (max-width: 450px) {
	.rts-course-details-area .left-side-content .video-area .image .video-btn-area .vedio-icone .video-play-button {
		width: 60px;
		height: 60px;
		line-height: 66px;
	}
}

.rts-course-details-area .left-side-content .video-area .image .video-btn-area .vedio-icone .video-play-button i {
	font-size: 28px;
	color: var(--color-heading-1);
}

@media (max-width: 450px) {
	.rts-course-details-area .left-side-content .video-area .image .video-btn-area .vedio-icone .video-play-button i {
		font-size: 22px;
	}
}

.rts-course-details-area .left-side-content .video-area .image .video-btn-area .vedio-icone .video-play-button::after {
	display: none;
}

.course-content-wrapper .title {
	font-size: 24px;
}

.course-content-wrapper p.disc {
	margin-bottom: 30px;
}

.course-content-wrapper .module-wrapper {
	padding: 30px;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	margin-bottom: 50px;
}

@media only screen and (max-width: 479px) {
	.course-content-wrapper .module-wrapper {
		padding: 0;
		border: none;
	}
}

.course-content-wrapper .module-wrapper .inner-content {
	display: flex;
	align-items: flex-start;
	gap: 50px;
}

@media (max-width: 1366px) and (min-width: 992px) {
	.course-content-wrapper .module-wrapper .inner-content {
		flex-direction: column;
		gap: 0;
	}
}

@media only screen and (max-width: 575px) {
	.course-content-wrapper .module-wrapper .inner-content {
		flex-direction: column;
		gap: 0;
	}
}

@media (max-width: 768px) {
	.course-content-wrapper .module-wrapper .inner-content {
		gap: 0;
		flex-direction: column;
	}
}

.course-content-wrapper .module-wrapper .single-wrapper .single-codule {
	display: flex;
	align-items: start;
	gap: 8px;
	margin: 10px 0;
}

.course-content-wrapper .module-wrapper .single-wrapper .single-codule i {
	margin-top: 6px;
}

.rating-top-main-wrapper {
	display: flex;
	gap: 50px;
}

@media (max-width: 1366px) and (min-width: 1200px) {
	.rating-top-main-wrapper {
		gap: 25px;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.rating-top-main-wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 575px) {
	.rating-top-main-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.rating-top-main-wrapper {
		flex-direction: column;
	}
}

.rating-area-main-wrapper {
	padding: 30px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	text-align: center;
	flex-basis: 30%;
}

@media only screen and (max-width: 575px) {
	.rating-area-main-wrapper {
		width: 100%;
	}
}

.rating-area-main-wrapper .title {
	color: var(--color-heading-1);
	font-size: 80px;
	font-style: normal;
	font-weight: 800;
	line-height: 80px;
	margin-bottom: 5px;
}

@media (max-width: 1366px) and (min-width: 1200px) {
	.rating-area-main-wrapper .title {
		font-size: 70px;
		line-height: 70px;
	}
}

@media only screen and (max-width: 1199px) {
	.rating-area-main-wrapper .title {
		font-size: 70px;
	}
}

.rating-area-main-wrapper .stars-wrapper {
	margin-bottom: 10px;
}

.rating-area-main-wrapper .stars-wrapper i {
	color: #FFA41C;
}

.rating-area-main-wrapper span {
	color: #110C2D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.rts-course-details-area .rating-main-wrapper {
	padding: 30px;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	border-radius: 0;
}

@media only screen and (max-width: 575px) {
	.rts-course-details-area .rating-main-wrapper {
		padding: 20px;
	}
}

.rts-course-details-area .rating-main-wrapper .progress-wrapper-main {
	flex-basis: 69%;
}

@media only screen and (max-width: 575px) {
	.rts-course-details-area .rating-main-wrapper .progress-wrapper-main {
		width: 100%;
	}
}

.rts-course-details-area .rating-main-wrapper .progress-wrapper-main .single-progress-area-h {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 13px 0;
	width: 100%;
}

@media only screen and (max-width: 575px) {
	.rts-course-details-area .rating-main-wrapper .progress-wrapper-main .single-progress-area-h {
		flex-direction: column;
		align-items: flex-start;
	}
}

.rts-course-details-area .rating-main-wrapper .progress-wrapper-main .single-progress-area-h .progress {
	width: 70%;
	border-radius: 6px;
}

.rts-course-details-area .rating-main-wrapper .progress-wrapper-main .single-progress-area-h .progress .progress-bar {
	background: #FFA41C;
}

.course-content-wrapper-main .title {
	margin-bottom: 10px;
}

.course-content-wrapper-main .accordion .accordion-item {
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	margin-bottom: 15px;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body {
	padding: 20px;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .left i {
	color: var(--color-primary-5);
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .left span {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: var(--color-heading-1);
	text-decoration-line: underline;
}

@media (max-width: 450px) {
	.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .left span {
		font-size: 14px;
		line-height: 24px;
	}
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .right .play {
	color: var(--color-primary-5);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-decoration-line: underline;
	margin-right: 20px;
}

.course-content-wrapper-main .accordion .accordion-header button {
	padding: 15px 25px 15px 50px;
	background: transparent;
	display: flex;
	align-items: center;
	box-shadow: none;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

@media (max-width: 576px) {
	.course-content-wrapper-main .accordion .accordion-header button {
		flex-direction: column;
		align-items: self-start;
	}
}

.course-content-wrapper-main .accordion .accordion-header button[aria-expanded=true] {
	border-bottom: 1px solid #DDD8F9;
}

.course-content-wrapper-main .accordion .accordion-header button:focus {
	box-shadow: none;
}

.course-content-wrapper-main .accordion .accordion-header button::after {
	position: absolute;
	content: "\f078";
	top: 17px;
	left: 20px;
	color: var(--color-heading-1);
	background: none;
	font-family: "Font Awesome 6 Pro";
	font-size: 16px;
	height: auto;
	width: auto;
}

.course-content-wrapper-main .accordion .accordion-header button span {
	display: block;
	color: #110C2D;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

@media (max-width: 450px) {
	.course-content-wrapper-main .accordion .accordion-header button span {
		font-size: 14px;
		line-height: 24px;
	}
}

.course-content-wrapper-main .accordion .accordion-header .accordion-button:not(.collapsed)::after {
	content: "\f077";
}

.indevidual-rating-area {
	padding-top: 30px;
	border-top: 1px solid var(--color-heading-1);
	margin-top: 40px;
}

.indevidual-rating-area .author-area {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
}

.indevidual-rating-area .author-area img {
	border-width: 2px 3px 3px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

@media only screen and (max-width: 479px) {
	.indevidual-rating-area .author-area {
		flex-direction: column;
		align-items: flex-start;
	}
}

.indevidual-rating-area .author-area span {
	color: var(--color-heading-1);
	font-family: var(--font-secondary);
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 26px;
}

.indevidual-rating-area .author-area .stars {
	display: flex;
	align-items: center;
	gap: 3px;
}

.indevidual-rating-area .author-area .stars i {
	color: #FFA41C;
}

.indevidual-rating-area .author-area .stars span {
	color: var(--color-body);
	font-size: 15px;
	font-weight: 500;
}

.indevidual-rating-area p.disc {
	margin-bottom: 25px;
}

.indevidual-rating-area .like-love-area {
	display: flex;
	align-items: center;
	gap: 15px;
}

.indevidual-rating-area .like-love-area a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--color-heading-1);
	border-width: 2px 4px 4px 2px;
	border-color: var(--color-heading-1);
	border-style: solid;
	background: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.indevidual-rating-area .like-love-area a:hover {
	background: var(--color-primary);
}

.single-instructor-area-details {
	padding: 20px;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}

@media (max-width: 1366px) and (min-width: 1200px) {
	.single-instructor-area-details {
		gap: 10px;
		padding: 20px 15px;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.single-instructor-area-details {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.single-instructor-area-details {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}
}

.single-instructor-area-details:hover .thumbnail img {
	transform: scale(1.15);
}

.single-instructor-area-details .thumbnail {
	display: block;
	min-width: max-content;
	overflow: hidden;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

@media only screen and (max-width: 767px) {
	.single-instructor-area-details .thumbnail {
		min-width: 100%;
	}
}

.single-instructor-area-details .thumbnail img {
	transition: 0.3s;
}

@media only screen and (max-width: 767px) {
	.single-instructor-area-details .thumbnail img {
		width: 100%;
	}
}

.single-instructor-area-details .inner-instrustor-area .title {
	margin-bottom: 5px;
}

.single-instructor-area-details .inner-instrustor-area .deg {
	color: #737477;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 12px 0;
}

@media (max-width: 1366px) and (min-width: 1200px) {
	.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper {
		gap: 10px;
	}
}

@media only screen and (max-width: 575px) {
	.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
}

.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper .stars-area span {
	color: #110C2D;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}

.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper .stars-area i {
	color: #FFA41C;
}

.single-instructor-area-details .inner-instrustor-area p.disc {
	margin-bottom: 20px;
}

.single-instructor-area-details .inner-instrustor-area .follow-us {
	display: flex;
	align-items: center;
}

.single-instructor-area-details .inner-instrustor-area .follow-us ul {
	margin-left: 30px;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}

.single-instructor-area-details .inner-instrustor-area .follow-us ul li {
	margin: 0;
	padding: 0;
}

.course-details-btn-wrapper {
	padding-bottom: 30px;
	border-bottom: 1px solid #DDD8F9;
}

.course-details-btn-wrapper ul {
	padding-left: 0;
	margin: 0;
	border: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media only screen and (max-width: 767px) {
	.course-details-btn-wrapper ul {
		flex-wrap: wrap;
		gap: 10px !important;
	}
}

.course-details-btn-wrapper ul li {
	margin: 0;
	padding: 0;
}

.course-details-btn-wrapper ul li button.nav-link {
	padding: 15px 20px;
	border: none;
	border-radius: 4px;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	font-size: 16px;
	font-weight: 500;
	color: var(--color-heading-1);
}

.course-details-btn-wrapper ul li button.nav-link.active {
	background: var(--color-primary);
	color: var(--color-heading-1);
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

.course-details-btn-wrapper ul li button.nav-link.active.meterals {
	position: relative;
}

.course-details-btn-wrapper ul li button.nav-link.active.meterals::after {
	position: absolute;
	left: 0;
	width: 120%;
	content: "";
	height: 3px;
	bottom: -18px;
	background: var(--color-primary);
}

.course-details-btn-wrapper ul li button.nav-link:hover {
	background: var(--color-primary);
	color: var(--color-heading-1);
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

.course-details-btn-wrapper.full-width ul {
	gap: 15px;
}

.course-details-btn-wrapper.full-width ul li {
	flex-basis: 25%;
}

@media only screen and (max-width: 767px) {
	.course-details-btn-wrapper.full-width ul li {
		min-width: max-content;
	}
}

.course-details-btn-wrapper.full-width ul li button {
	border-radius: 0;
}

.right-course-details {
	margin-left: 50px;
}

@media (max-width: 1200px) {
	.right-course-details {
		margin-left: 10px;
	}
}

.right-course-details .course-side-bar {
	padding: 30px;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	background: #fff;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.right-course-details .course-side-bar {
		padding: 20px;
	}
}

.right-course-details .course-side-bar .thumbnail {
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.right-course-details .course-side-bar .thumbnail img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.right-course-details .course-side-bar .thumbnail img {
		width: 100%;
	}
}

.right-course-details .course-side-bar .price-area {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 35px;
	margin-bottom: 20px;
}

.right-course-details .course-side-bar .price-area .title {
	margin-bottom: 0;
	color: #110C2D;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 26px;
}

.right-course-details .course-side-bar .price-area h4 {
	margin-bottom: 0;
	color: #737477;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.right-course-details .course-side-bar .price-area .discount {
	padding: 3px 10px;
	border-radius: 3px;
	background: var(--color-primary);
	color: var(--color-heading-1);
}

.right-course-details .course-side-bar .clock-area i,
.right-course-details .course-side-bar .clock-area span {
	color: #BC0303;
}

.right-course-details .course-side-bar .rts-btn {
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.right-course-details .course-side-bar .what-includes span.m {
	display: flex;
	justify-content: start;
	padding: 10px 0;
	padding-bottom: 25px;
}

.right-course-details .course-side-bar .what-includes .title {
	color: var(--color-heading-1);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	margin-bottom: 10px;
}

@media (max-width: 450px) {
	.right-course-details .course-side-bar .what-includes .title {
		font-size: 22px;
		line-height: 22px;
	}
}

.right-course-details .course-side-bar .what-includes .single-include {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DDD8F9;
	padding-bottom: 15px;
	padding-top: 15px;
}

@media (max-width: 450px) {
	.right-course-details .course-side-bar .what-includes .single-include {
		flex-direction: column;
		align-items: flex-start;
	}
}

.right-course-details .course-side-bar .what-includes .single-include:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.right-course-details .course-side-bar .what-includes .single-include .left {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.right-course-details .course-side-bar .what-includes .single-include .right span {
		font-size: 14px;
	}
}

.course-single-information {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD8F9;
	padding-top: 15px;
}

.course-single-information.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.course-single-information .title {
	margin-bottom: 20px;
	color: var(--color-heading-1);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 26px;
}

.course-single-information .body .author {
	margin: 15px 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.course-single-information .body .single-check {
	display: flex;
	align-items: self-start;
	gap: 12px;
	margin: 15px 0;
	color: #737477;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.course-single-information .body .single-check i {
	color: var(--color-primary-5);
	margin-top: 7px;
}

.course-single-information .body .tags-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.course-single-information .body .tags-wrapper span {
	display: block;
	padding: 10px 16px;
	border: 1px solid #DDD8F9;
	color: #110C2D;
	font-size: 14px;
	border-radius: 2px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: 0.3s;
}

.course-single-information .body .tags-wrapper span:hover {
	background: var(--color-primary);
	color: #fff;
}

.course-single-information .social-share-course-side-bar ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 25px;
}

.course-single-information .social-share-course-side-bar ul li {
	list-style: none;
}

#exampleModal-login {
	top: 30%;
}

.login-pupup-modal .modal-dialog {
	max-width: 430px;
}

.login-pupup-modal .modal-content {
	padding: 30px;
	border-radius: 10px;
}

.login-pupup-modal .modal-content .modal-header {
	border: none;
}

.login-pupup-modal .modal-body {
	margin-top: 20px;
}

.login-pupup-modal .modal-body form input {
	margin-bottom: 25px;
	height: 45px;
	border-radius: 6px;
	border: 1px solid #DDD8F9;
}

.login-pupup-modal .modal-body form input:focus {
	border-color: var(--color-primary);
}

.login-pupup-modal .modal-body form .align-items-center label::before {
	background: transparent;
	background: transparent;
	border: 1px solid #737477 !important;
}

.login-pupup-modal .modal-body form .align-items-center input[type=checkbox]:checked~label::before {
	background: var(--color-primary);
}

.login-pupup-modal .modal-body form label {
	font-size: 14px;
}

.login-pupup-modal .modal-body form button {
	max-width: 100%;
	padding: 11px;
}

.login-pupup-modal .modal-body form .dont-acc {
	font-size: 14px;
}

.login-pupup-modal .modal-body form .dont-acc a {
	margin-left: 15px;
	color: var(--color-primary);
}

.login-pupup-modal .modal-footer {
	border: none;
}

.login-pupup-modal .modal-footer button {
	max-width: 100%;
}

.rts-gallery-area .section-inner {
	margin-top: 55px;
}

.rts-gallery-area {
	background-color: #ffffff;
	background-image: url(../images/about/patter-01.png);
}

.corevalues-section .service-wrapper-style-2 {
	margin: 0;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 40px;
}

.gallery-wrapper {
	position: relative;
	z-index: 1;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

@media (max-width: 768px) {
	.gallery-wrapper img {
		width: 100%;
	}
}

.gallery-wrapper:hover .gallery-image img {
	transform: scale(110%);
}

.gallery-wrapper:hover .gallery-image .item-overlay {
	opacity: 1;
	visibility: visible;
}

.gallery-wrapper:hover .center-icon {
	opacity: 1;
}

.gallery-wrapper .gallery-image {
	overflow: hidden;
	display: block;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.gallery-wrapper .gallery-image .item-overlay {
	position: absolute;
	top: 50%;
	width: 62px;
	height: 62px;
	opacity: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	visibility: hidden;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.gallery-wrapper .gallery-image .item-overlay::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--color-heading-1);
	bottom: -1px;
	right: -2px;
	z-index: -1;
}

.gallery-wrapper .gallery-image .item-overlay span {
	color: #ffff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 2px solid var(--color-heading-1);
	border-radius: 50%;
	background: var(--color-white);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.gallery-wrapper .gallery-image .item-overlay span i {
	color: var(--color-heading-1);
	font-size: 20px;
}

.gallery-wrapper .center-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	opacity: 0;
	z-index: 1;
}

.gallery-inner .gallery-wrapper-style-2 img {
	border-radius: 10px;
}

.gallery-inner .gallery-wrapper-style-2 {
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding: 10px;
	border: 1px solid #cccc;
}

.achiver-gall {
	background: #fff;
	border-radius: 4px;
	box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, .05);
	width: 100%;
	z-index: 9;
}

.blog-artical {
	margin: 0;
	padding: 25px;
	list-style: none;
}

.blog-artical li {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 10px;
	min-height: 80px;
}

.blog-artical li:last-child {
	margin-bottom: 0px;
	border-bottom: transparent;
}

.blog-artical li a {
	display: block;
	padding: 5px 10px 5px 70px;
	position: relative;
}

.blog-artical li a .date {
	position: absolute;
	background: #098b00;
	left: 0;
	width: 100px;
	text-align: center;
	border-radius: 4px;
	padding: 5px 0;
	top: 0;
}

.blog-artical li a h5 {
	font-size: 20px;
	margin: 15px 0 0 45px;
}

.icon-bar {
	position: fixed;
	z-index: 999;
	right: 0;
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 8px;
	transition: all 0.3s ease;
	color: #fff;
	font-size: 16px
}

.icon-bar a:hover {
	background-color: #000
}

.facebook {
	background: #3B5998;
	color: #fff
}

.twitter {
	background: #000;
	color: #fff
}

.instagram {
	background: #ac3490;
	color: #fff
}

.threads {
	background: #000;
	color: #fff
}

.linkedin {
	background: #007bb5;
	color: #fff
}

.youtube {
	background: #b00;
	color: #fff
}

.whatsapp-channel {
	background: #46c254;
	color: #fff
}

.blink-me {
	animation: blinker 1s linear infinite
}

@keyframes blinker {
	50% {
		opacity: 0
	}
}

@media only screen and (max-width: 600px) {
	.icon-bar {
		/* width:12%!important */
	}

	.page-id-162508 .normal-sidebar {
		width: 90% !important;
		float: left
	}
}

.page-id-162508 .normal-sidebar {
	width: 80%;
	margin: auto
}

.float-apply1 {
	color: #fff;
	background-color: #147cbb;
	padding: 8px 20px;
	margin-top: -25px;
	font-size: 16px;
	text-transform: uppercase;
}

.float-apply {
	color: #ffffff;
	background-color: #d1096a;
	padding: 8px 20px;
	margin-top: -25px;
	font-size: 16px;
	text-transform: capitalize;
}

.mandatory-info {
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	margin: 10px;
	transition: all 0.3s;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.mandatory-info:hover {
	transition: all 0.3s;
	background-color: #0407ba;
}

.mandatory-info a {
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.mandatory-info:hover {
	background-color: #0407ba;
	/* Slightly darker shade on hover */
}

.mandatory-info {
	background-color: #d1096a;
	color: #ffffff;
	padding: 20px 10px;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	animation: mandatory 0s linear infinite;
	font-weight: 700;
	transition: all 0.3s;
}

@keyframes mandatory {
	0% {
		background-color: #f01414;
		/* Original color */
		color: #fff;
	}

	50% {
		background-color: #8b0000;
		/* Blinking color */
		color: #fff;
	}

	100% {
		background-color: #c30606;
		/* Back to original color */
		color: #fff;
	}
}

.mandatory-info:hover {
	background-color: #02e0dc;
	transition: all 0.3s;
	color: #ffffff;
	/* Slightly darker shade on hover */
}
.mandatory-info:active {
	color: #ffffff !important;
}
.mandatory-info:focus {
	color: #ffffff !important;
}

.news-block-two .inner-box {
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #D5DFE4;
	padding: 15px;
	position: relative;
	transition-duration: 0.2s;
	margin-top: 25px;
}

.float {
	position: fixed;
	top: calc(46%);
	left: 45px;
	z-index: 20000;
	white-space: nowrap;
	text-align: center !important;
	height: 20px;
	font-weight: 700;
	font-size: 18px;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: bottom left;
}

.float1 {
	position: fixed;
	top: calc(85%);
	left: 45px;
	z-index: 20000;
	white-space: nowrap;
	text-align: center !important;
	height: 20px;
	font-weight: 700;
	font-size: 18px;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: bottom left;
}


.blog-artical li a .date span {
	font-family: Roboto;
	display: block;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 35px;
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}

.blog-artical li a .date strong {
	display: block;
	border-top: 1px solid #fff;
	padding: 3px 0 0 0;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-family: Roboto;
	font-size: 14px;
	letter-spacing: 2px;
	opacity: .9;
}

.appointment-overview-contact .appointment-info .call-info li:last-child {
	margin-right: 0
}

.appointment-overview-contact .appointment-info p {
	color: #fff
}

.video-wrapper {
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding: 10px 10px 0 10px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.gallery-wrapper-style-2 {
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	border-radius: 0;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}

.gallery-wrapper-style-2::after {
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(103%);
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	transition: all 0.4s;
	opacity: 0;
	border-radius: 10px;
}

.gallery-wrapper-style-2 .overlink {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: 2 !important;
	display: block;
}

@media (max-width: 768px) {
	.gallery-wrapper-style-2 img {
		width: 100%;
	}
}

.gallery-wrapper-style-2:hover::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(100%);
}

.gallery-wrapper-style-2:hover .gallery-image img {
	transform: scale(110%);
}

.gallery-wrapper-style-2:hover .gallery-image .item-overlay {
	opacity: 1;
	visibility: visible;
}

.gallery-wrapper-style-2:hover .center-icon {
	opacity: 1;
}

.gallery-wrapper-style-2 .gallery-image {
	overflow: hidden;
	display: block;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.gallery-wrapper-style-2 .gallery-image .item-overlay {
	position: absolute;
	top: 50%;
	width: 62px;
	height: 62px;
	opacity: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	visibility: hidden;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	z-index: 3;
}

.gallery-wrapper-style-2 .gallery-image .item-overlay span {
	color: #ffff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 2px solid var(--color-primary-2);
	border-radius: 50%;
	background: var(--color-white);
	transform: translate(-50%, -50%);
	z-index: 3;
}

.gallery-wrapper-style-2 .gallery-image .item-overlay span i {
	color: var(--color-primary-2);
	font-size: 20px;
	font-weight: 500;
}

.gallery-wrapper-style-2 .center-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
	opacity: 0;
	z-index: 1;
}

.rts-programs-area .section-inner {
	margin-top: 60px;
}

.programs-wrapper .image {
	position: relative;
	z-index: 1;
}

.programs-wrapper .image img.main {
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.programs-wrapper .image .shape-icon {
	width: 90px;
	height: 90px;
	line-height: 80px;
	text-align: center;
	display: block;
	border-radius: 50%;
	border: 5px solid #FFEFE5;
	position: absolute;
	bottom: -40px;
	right: 30px;
}

.programs-wrapper .content {
	margin-top: 0;
	background: #075eaf;
	padding: 0;
}


.programs-wrapper {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 5px;
	margin-top: 30px;
	background-color: #fff;
}

.facilities-section .programs-wrapper {
	background-color: #f82063;
}

.facilities-section .programs-wrapper p {
	text-align: justify;
}

.button-coman .rts-btn {
	display: inline-flex;
}

.programs-wrapper .content .title {
	margin-bottom: 0;
	text-align: center;
}

.programs-wrapper .content .title a {
	font-size: 24px;
	line-height: 38px;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: transparent;
	transition: all 0.3s;
	text-transform: capitalize;
}

.programs-wrapper .content .title a:hover {
	text-decoration-color: var(--color-heading-1);
}

.rts-event-area .section-inner {
	margin-top: 60px;
}

.rts-event-area .brand-area {
	margin-top: 100px;
}

.rts-event-area.inner .section-inner {
	margin-top: 0;
}

.event-wrapper {
	position: relative;
	z-index: 1;
}

.event-wrapper::after {
	content: "";
	width: 101%;
	height: 103%;
	position: absolute;
	background: #03357d;
	bottom: -5px;
	right: -7px;
	z-index: -1;
	border-radius: 10px;
}

.event-wrapper .wrapper-inner {
	display: flex;
	align-items: center;
	gap: 27px;
	padding: 30px 40px 32px 30px;
	border-radius: 10px;
	border: 2px solid var(--color-heading-1);
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.event-wrapper .wrapper-inner {
		padding: 32px 30px 32px 30px;
		gap: 20px;
	}
}

@media (max-width: 576px) {
	.event-wrapper .wrapper-inner {
		display: block;
	}
}

@media (max-width: 450px) {
	.event-wrapper .wrapper-inner {
		padding: 25px 10px 25px 10px;
	}
}

.event-wrapper .wrapper-inner .shape-icon {
	position: absolute;
	top: 22px;
	right: 30px;
}

.event-wrapper .date {
	font-size: 24px;
	font-weight: 700;
	padding: 35px 24px;
	font-family: var(--font-secondary);
	color: var(--color-heading-1);
	display: block;
	position: relative;
	text-align: center;
	z-index: 1;
}

@media (max-width: 576px) {
	.event-wrapper .date {
		max-width: max-content;
	}
}

.event-wrapper .date span {
	font-size: 48px;
	font-weight: 800;
	display: block;
	margin-bottom: 10px;
}

.event-wrapper .date img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	filter: brightness(14.5);
}

@media (max-width: 576px) {
	.event-wrapper .content {
		margin-top: 30px;
	}
}

.event-wrapper .content .title {
	color: var(--color-white);
}

.event-wrapper .content .meta-wrapper {
	padding: 0;
	margin: 0;
}

.event-wrapper .content .meta-wrapper li {
	list-style: none;
	color: var(--color-white);
	display: flex;
	gap: 10px;
	margin: 0;
	margin-bottom: 7px;
}

.event-wrapper .content .meta-wrapper li:last-child {
	margin-bottom: 0;
}

.event-wrapper .content .meta-wrapper li i {
	margin-top: 3px;
}

.event-wrapper.inner::after {
	display: none;
}

.event-wrapper.inner .wrapper-inner {
	border-width: 2px 5px 5px 2px;
	border-radius: 0;
	border-style: solid;
	border-color: var(--color-heading-1);
}

.event-wrapper-style-2 {
	position: relative;
	z-index: 1;
	padding: 30px;
	border: 1px dashed #DDD8F9;
	border-radius: 5px;
	transition: all 0.3s;
}

@media (max-width: 1300px) and (min-width: 12001px) {
	.event-wrapper-style-2 {
		padding: 10px;
	}
}

@media (max-width: 1200px) and (min-width: 991px) {
	.event-wrapper-style-2 {
		padding: 7px;
	}
}

@media (max-width: 450px) {
	.event-wrapper-style-2 {
		padding: 30px 20px;
	}
}

.event-wrapper-style-2:hover {
	border: 1px dashed var(--color-primary-2);
}

.event-wrapper-style-2 .wrapper-inner {
	display: flex;
	align-items: center;
	gap: 30px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.event-wrapper-style-2 .wrapper-inner {
		gap: 20px;
	}
}

@media (max-width: 1200px) and (min-width: 991px) {
	.event-wrapper-style-2 .wrapper-inner {
		gap: 15px;
	}
}

@media (max-width: 576px) {
	.event-wrapper-style-2 .wrapper-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

.event-wrapper-style-2 .wrapper-inner .image {
	border-radius: 5px;
	overflow: hidden;
}

.event-wrapper-style-2 .content .title {
	color: var(--color-heading-1);
}

@media (max-width: 1200px) and (min-width: 991px) {
	.event-wrapper-style-2 .content .title {
		font-size: 20px;
	}
}

.event-wrapper-style-2 .content .meta-wrapper {
	padding: 0;
	margin: 0;
}

.event-wrapper-style-2 .content .meta-wrapper li {
	list-style: none;
	color: var(--color-heading-1);
	display: flex;
	gap: 10px;
	margin: 0;
	margin-bottom: 7px;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.event-wrapper-style-2 .content .meta-wrapper li {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.event-wrapper-style-2 .content .meta-wrapper li {
		font-size: 14px;
	}
}

.event-wrapper-style-2 .content .meta-wrapper li:last-child {
	margin-bottom: 0;
}

.event-wrapper-style-2 .content .meta-wrapper li i {
	margin-top: 3px;
}

.event-wrapper-style-2 .content .date {
	display: flex;
	align-items: center;
	color: var(--color-white);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	max-width: max-content;
	padding: 12px 14px;
	border-radius: 6px;
	margin-top: 20px;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.event-wrapper-style-2 .content .date {
		font-size: 14px;
	}
}

.event-wrapper-style-3 {
	position: relative;
	z-index: 1;
	padding: 30px;
	border-radius: 5px;
	transition: all 0.3s;
	background-image: url(../images/about/patter-01.png);
}

.event-wrapper-style-3 .wrapper-inner {
	display: flex;
	align-items: center;
	gap: 30px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.event-wrapper-style-3 .wrapper-inner {
		gap: 20px;
	}
}

@media (max-width: 1200px) and (min-width: 991px) {
	.event-wrapper-style-3 .wrapper-inner {
		gap: 15px;
	}
}

@media (max-width: 576px) {
	.event-wrapper-style-3 .wrapper-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

.event-wrapper-style-3 .wrapper-inner .image {
	border-radius: 5px;
	overflow: hidden;
}

.event-wrapper-style-3 .content .title {
	color: var(--color-white);
	text-transform: capitalize;

}

@media (max-width: 1200px) and (min-width: 991px) {
	.event-wrapper-style-3 .content .title {
		font-size: 20px;
	}
}

.event-wrapper-style-3 .content .meta-wrapper {
	padding: 0;
	margin: 0;
}

.event-wrapper-style-3 .content .meta-wrapper li {
	list-style: none;
	color: var(--color-white);
	display: flex;
	gap: 10px;
	margin: 0;
	margin-bottom: 7px;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.event-wrapper-style-3 .content .meta-wrapper li {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.event-wrapper-style-3 .content .meta-wrapper li {
		font-size: 14px;
	}
}

.event-wrapper-style-3 .content .meta-wrapper li:last-child {
	margin-bottom: 0;
}

.event-wrapper-style-3 .content .meta-wrapper li i {
	margin-top: 3px;
}

.event-wrapper-style-3 .content .date {
	display: flex;
	align-items: center;
	background: var(--color-white);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	max-width: max-content;
	padding: 12px 14px;
	border-radius: 6px;
	margin-top: 20px;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.event-wrapper-style-3 .content .date {
		font-size: 14px;
	}
}

.rts-event-details-area {
	position: relative;
}

.rts-event-details-area .section-inner .left-side-content .image {
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	margin-bottom: 40px;
}

.rts-event-details-area .section-inner .left-side-content .heading-title {
	margin-bottom: 15px;
}

.rts-event-details-area .section-inner .left-side-content .desc {
	margin-bottom: 25px;
}

.rts-event-details-area .section-inner .left-side-content .location-area h3 {
	font-size: 32px;
}

.rts-event-details-area .section-inner .left-side-content .location-area iframe {
	filter: grayscale(1);
}

.rts-event-details-area .section-inner .right-events-details {
	margin-left: 50px;
}

@media (max-width: 991px) {
	.rts-event-details-area .section-inner .right-events-details {
		margin-left: 0;
	}
}

.rts-event-details-area .section-inner .right-events-details .event-side-bar {
	padding: 40px 40px 30px 40px;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.rts-event-details-area .section-inner .right-events-details .event-side-bar {
		padding: 20px;
	}
}

.rts-event-details-area .section-inner .right-events-details .event-side-bar.cost .what-includes .single-include {
	flex-direction: row;
	align-items: center;
}

@media (max-width: 450px) {
	.rts-event-details-area .section-inner .right-events-details .event-side-bar.cost .what-includes .single-include .left {
		gap: 15px;
	}
}

.rts-event-details-area .section-inner .right-events-details .event-side-bar.cost .what-includes .single-include .right span {
	text-align: right;
}

.rts-event-details-area .section-inner .right-events-details .what-includes span.m {
	display: flex;
	justify-content: start;
	padding: 10px 0;
	padding-bottom: 25px;
}

.rts-event-details-area .section-inner .right-events-details .what-includes .title {
	color: var(--color-heading-1);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	margin-bottom: 15px;
}

.rts-event-details-area .section-inner .right-events-details .what-includes .single-include {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DDD8F9;
	padding-bottom: 16px;
	padding-top: 16px;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.rts-event-details-area .section-inner .right-events-details .what-includes .single-include {
		flex-direction: column;
		align-items: self-start;
	}
}

@media (max-width: 450px) {
	.rts-event-details-area .section-inner .right-events-details .what-includes .single-include {
		flex-direction: column;
		align-items: self-start;
	}
}

.rts-event-details-area .section-inner .right-events-details .what-includes .single-include:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.rts-event-details-area .section-inner .right-events-details .what-includes .single-include .left {
	display: flex;
	align-items: center;
	gap: 30px;
}

.rts-event-details-area .section-inner .right-events-details .what-includes .single-include .left .image {
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	background: var(--color-primary);
	text-align: center;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

.rts-event-details-area .section-inner .right-events-details .what-includes .single-include .left span {
	color: var(--color-heading-1);
	font-weight: 500;
	font-family: var(--font-primary);
}

.rts-event-details-area .section-inner .right-events-details .what-includes .single-include .right span {
	display: block;
	text-align: end;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.rts-event-details-area .section-inner .right-events-details .what-includes .single-include .right span {
		text-align: start;
	}
}

@media (max-width: 450px) {
	.rts-event-details-area .section-inner .right-events-details .what-includes .single-include .right span {
		text-align: start;
	}
}

.rts-event-details-area .section-inner .right-events-details .what-includes .single-include .right span.percent {
	font-size: 24px;
	font-family: var(--font-secondary);
	color: var(--color-heading-1);
	font-weight: 800;
}

.rts-event-details-area .section-inner .right-events-details .what-includes .single-include.v-2 {
	padding-top: 26px;
	padding-bottom: 26px;
}

.rts-event-details-area .section-inner .right-events-details .what-includes .btn-area {
	margin-top: 30px;
}

.rts-event-details-area .section-inner .right-events-details .what-includes .btn-area .rts-btn {
	max-width: 100%;
	text-align: center;
}

.rts-program-details-area {
	position: relative;
}

.rts-program-details-area .section-inner .left-side-content .image {
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	margin-bottom: 40px;
}

.rts-program-details-area .section-inner .left-side-content .heading-title {
	margin-bottom: 15px;
}

.rts-program-details-area .section-inner .left-side-content .desc {
	margin-bottom: 25px;
}

.rts-program-details-area .section-inner .left-side-content .location-area h3 {
	font-size: 32px;
}

.rts-program-details-area .section-inner .left-side-content .location-area iframe {
	filter: grayscale(1);
}

.rts-program-details-area .section-inner .right-program-details {
	margin-left: 50px;
}

@media (max-width: 991px) {
	.rts-program-details-area .section-inner .right-program-details {
		margin-left: 0;
	}
}

.rts-program-details-area .section-inner .right-program-details .program-side-bar {
	padding: 40px 40px 30px 40px;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.rts-program-details-area .section-inner .right-program-details .program-side-bar {
		padding: 20px;
	}
}

.rts-program-details-area .section-inner .right-program-details .what-includes span.m {
	display: flex;
	justify-content: start;
	padding: 10px 0;
	padding-bottom: 25px;
}

.rts-program-details-area .section-inner .right-program-details .what-includes .title {
	color: var(--color-heading-1);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	margin-bottom: 15px;
}

.rts-program-details-area .section-inner .right-program-details .what-includes .desc {
	margin-bottom: 20px;
}

.rts-program-details-area .section-inner .right-program-details .what-includes .single-include {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 30px;
	padding-top: 30px;
}

.rts-program-details-area .section-inner .right-program-details .what-includes .single-include:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.rts-program-details-area .section-inner .right-program-details .what-includes .single-include .left {
	display: flex;
	align-items: center;
	gap: 30px;
}

.rts-program-details-area .section-inner .right-program-details .what-includes .single-include .left .image {
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	background: var(--color-primary);
	text-align: center;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

.rts-program-details-area .section-inner .right-program-details .what-includes .single-include .left span {
	color: var(--color-heading-1);
	font-weight: 500;
	font-family: var(--font-primary);
}

.rts-program-details-area .section-inner .right-program-details .what-includes .single-include .right span {
	display: block;
	text-align: end;
	color: var(--color-primary-5);
	font-weight: 500;
}

.rts-program-details-area .section-inner .right-program-details .what-includes .single-include.v-2 {
	padding-top: 26px;
	padding-bottom: 26px;
}

.rts-program-details-area .section-inner .right-program-details .what-includes .btn-area {
	margin-top: 30px;
}

.rts-program-details-area .section-inner .right-program-details .what-includes .btn-area .rts-btn {
	max-width: 100%;
	text-align: center;
}

.rts-class-schedule-area .class-table-area {
	margin-top: 60px;
}

.class-table-area {
	overflow-x: scroll;
}

.class-table-area table {
	white-space: nowrap;
}

.class-table-area table thead {
	display: block;
}

.class-table-area table thead tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3px;
}

.class-table-area table thead tr th {
	width: 16.66%;
	padding: 19px 50px;
	background: #EEEEEE;
	text-align: center;
	color: var(--color-heading-1);
	text-transform: none;
}

.class-table-area table tbody {
	display: block;
}

.class-table-area table tbody tr {
	width: 100%;
	gap: 3px;
	margin-bottom: 3px;
}

.class-table-area table tbody tr td {
	width: 16%;
	padding: 42px 25px;
	text-align: center;
	border: 3px solid var(--color-white);
}

.class-table-area table tbody tr td.one {
	height: 100%;
	color: var(--color-heading-1);
}

.class-table-area table tbody tr td:last-child {
	border-width: 3px 0 3px 3px;
	border-style: solid;
	border-color: var(--color-white);
}

.class-table-area table tbody tr td p {
	margin-bottom: 0;
	color: var(--color-white);
}

.counter-section-inner {
	position: relative;
	z-index: 1;
	background: var(--color-primary-2);
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

.counter-section-inner .shape-image .shape {
	position: absolute;
	z-index: -1;
}

.counter-section-inner .shape-image .shape.one {
	top: 17%;
	left: 20%;
}

.counter-section-inner .shape-image .shape.two {
	bottom: 17%;
	right: 28%;
}

.counter-section-inner .shape-image .shape.three {
	top: 8%;
	right: 5%;
}

.counter-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 65px 70px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) {
	.counter-inner {
		padding: 65px 50px;
	}
}

@media (max-width: 768px) {
	.counter-inner {
		flex-wrap: wrap;
		gap: 40px;
	}
}

.counter-inner .counter-wrapper {
	position: relative;
	z-index: 1;
	padding: 0 100px;
}

@media (max-width: 1366px) {
	.counter-inner .counter-wrapper {
		padding: 0 80px;
	}
}

@media (max-width: 1200px) {
	.counter-inner .counter-wrapper {
		padding: 0 50px;
	}
}

@media (max-width: 991px) {
	.counter-inner .counter-wrapper {
		padding: 0 18px;
	}
}

@media (max-width: 768px) {
	.counter-inner .counter-wrapper {
		padding: 0;
	}
}

.counter-inner .counter-wrapper::after {
	content: "";
	position: absolute;
	height: 125%;
	width: 2px;
	border-right: 1px dashed rgba(255, 255, 255, 0.3);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media (max-width: 768px) {
	.counter-inner .counter-wrapper::after {
		display: none;
	}
}

.counter-inner .counter-wrapper:first-child {
	padding-left: 0;
}

.counter-inner .counter-wrapper:last-child {
	padding-right: 0;
}

.counter-inner .counter-wrapper:last-child::after {
	border: none;
}

.counter-inner .title {
	font-size: 48px;
	line-height: 58px;
	color: var(--color-white);
	font-weight: 800;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.counter-inner .title {
		font-size: 32px;
		line-height: 42px;
	}
}

.counter-inner span {
	color: var(--color-white);
}

.rts-schedule-area {
	position: relative;
	z-index: 1;
}

.rts-schedule-area .section-title-area {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.rts-schedule-area .section-title-area .right-side {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 15px;
}

@media (max-width: 768px) {
	.rts-schedule-area .section-title-area .right-side {
		display: none;
	}
}

.rts-schedule-area .section-title-area .right-side .swiper-btn {
	position: relative;
	z-index: 1;
	width: 60px;
	height: 60px;
}

.rts-schedule-area .section-title-area .right-side .swiper-btn::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: var(--color-heading-1);
	right: -2px;
	bottom: -2px;
}

.rts-schedule-area .section-title-area .right-side .swiper-btn .button-inner {
	background: var(--color-primary-2);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: var(--color-white);
	border: 2px solid var(--color-heading-1);
	transition: all 0.3s;
}

.rts-schedule-area .section-title-area .right-side .swiper-btn .button-inner:hover {
	color: var(--color-heading-1);
	background: var(--color-primary);
}

.rts-schedule-area .slider-inner {
	margin-top: 60px;
}

@media (max-width: 576px) {
	.rts-schedule-area .shape-image {
		display: none;
	}
}

.rts-schedule-area .shape-image .shape {
	position: absolute;
	z-index: -1;
}

.rts-schedule-area .shape-image .shape.one {
	left: 5%;
	top: 25%;
}

.rts-schedule-area .shape-image .shape.two {
	right: 35%;
	top: 20%;
}

.rts-schedule-area .shape-image .shape.three {
	left: 10%;
	bottom: 15%;
}

.rts-schedule-area .shape-image .shape.four {
	right: 8%;
	bottom: 25%;
}

.schedule-wrapper {
	background: var(--color-white);
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	padding: 26px 40px 26px 26px;
	display: flex;
	align-items: center;
	gap: 45px;
}

@media (max-width: 1300px) {
	.schedule-wrapper {
		padding: 26px 20px;
		gap: 20px;
	}
}

@media (max-width: 1200px) {
	.schedule-wrapper {
		justify-content: center;
		margin: auto;
		flex-direction: column;
	}
}

.schedule-wrapper .image-area {
	border: 2px solid var(--color-heading-1);
}

.schedule-wrapper .content .heading-title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 800;
	margin-bottom: 10px;
}

@media (max-width: 1200px) {
	.schedule-wrapper .content .heading-title {
		font-size: 28px;
	}
}

.schedule-wrapper .content ul {
	padding: 0;
	margin: 0;
}

.schedule-wrapper .content ul li {
	list-style: none;
	position: relative;
	z-index: 1;
	display: block;
	margin: 16px 0;
}

.schedule-wrapper .content ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color-heading-1);
	border-radius: 40px;
	z-index: -1;
	right: -3px;
	bottom: -3px;
}

.schedule-wrapper .content ul li .item-inner {
	display: flex;
	align-items: center;
	padding: 13px 18px;
	gap: 12px;
	border-radius: 40px;
	border: 2px solid var(--color-heading-1);
}

.schedule-wrapper .content ul li .item-inner span {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: var(--color-white);
	font-weight: 600;
}

@media (max-width: 450px) {
	.schedule-wrapper .content ul li .item-inner span {
		font-size: 14px;
	}
}

.schedule-wrapper .content ul li .item-inner span.dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--color-white);
}

.schedule-wrapper .content ul li:first-child {
	margin-top: 0;
}

.schedule-wrapper .content ul li:last-child {
	margin-bottom: 0;
}

.rts-counter-up-area.area-2 {
	position: relative;
	z-index: 2;
	background: url(../images/banner/counter-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 150px 0;

}

.rts-counter-up-area.area-2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.rts-counter-up-area.area-2 .counter-section-inner {
	background: none;
	border: none;
}

.rts-counter-up-area.area-2 .counter-section-inner .counter-inner {
	padding: 0;
	justify-content: space-around;
}

@media (max-width: 450px) {
	.rts-counter-up-area.area-2 .counter-section-inner .counter-inner {
		justify-content: center;
	}
}

.primary-bg {
	background-color: #024079;
}

.counter-wrapper-style-2 {
	text-align: center;
	text-align: center;
	padding: 20px 50px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	width: 300px;
	padding: 0 10px;
	border-right: 1px solid #fff;

}

.counter-wrapper-style-2:last-child {
	border-right: 0;
}

.counter-wrapper-style-2 .icon-area {
	margin-bottom: 30px;
}

.rts-error-area {
	position: relative;
	z-index: 1;
}

.rts-error-area .error-image-area {
	text-align: center;
	margin-bottom: 60px;
}

.rts-error-area .error-image-area img {
	margin: auto;
}

.rts-error-area .section-title-area .btn-area .rts-btn {
	margin: auto;
}

@media (max-width: 768px) {
	.rts-error-area .shape-image {
		display: none;
	}
}

.rts-error-area .shape-image .shape {
	position: absolute;
	z-index: -1;
}

.rts-error-area .shape-image .shape.one {
	left: 20%;
	top: 10%;
}

.rts-error-area .shape-image .shape.two {
	left: 5%;
	bottom: 20%;
}

.rts-error-area .shape-image .shape.three {
	right: 5%;
	bottom: 40%;
}

.rts-team-area {
	padding: 230px 0 120px;
	position: relative;
	z-index: 1;
}

@media (max-width: 576px) {
	.rts-team-area {
		padding: 100px 0;
	}
}

.rts-team-area .slider-inner {
	margin-top: 40px;
}

.rts-team-area .slider-inner .swiper {
	padding: 20px 20px 60px 20px;
}

.rts-team-area .slider-inner .swiper-pagination3 {
	width: max-content;
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.rts-team-area .slider-inner .swiper-pagination3 .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #C4C4C4;
	opacity: 1;
}

.rts-team-area .slider-inner .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-heading-1);
}

.rts-team-area.v-2 {
	padding: 60px 0;
}

.rts-team-area.v-2 .section-inner {
	margin-top: 60px;
}

.rts-team-area.inner {
	padding: 60px 0;
}

@media (max-width: 576px) {
	.rts-team-area.inner {
		padding: 60px 0;
	}
}

.rts-team-area.event {
	padding-top: 0;
	padding-bottom: 120px;
}

.team-wrapper {
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.team-wrapper:hover .wrapper-inner .image .social-area {
	bottom: 30px;
}

.team-wrapper:hover .wrapper-inner .image::after {
	height: 100%;
}

.team-wrapper .wrapper-inner {
	position: relative;
	z-index: 1;
}

.team-wrapper .wrapper-inner::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 101%;
	background: var(--color-heading-1);
	border-radius: 10px;
	z-index: -1;
	bottom: -4px;
	right: -4px;
}

.team-wrapper .wrapper-inner .image {
	position: relative;
	z-index: 1;
	border-radius: 10px;
	border: 2px solid var(--color-heading-1);
	overflow: hidden;
	transition: all 0.3s;
}

.team-wrapper .wrapper-inner .image .social-area {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	bottom: -90px;
	transition: all 0.3s;
}

.team-wrapper .wrapper-inner .image .social-area li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 1;
}

.team-wrapper .wrapper-inner .image .social-area li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--color-heading-1);
	z-index: -1;
	bottom: -2px;
	right: -2px;
}

.team-wrapper .wrapper-inner .image .social-area li a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	background: var(--color-white);
	border: 2px solid var(--color-heading-1);
	transition: all 0.3s;
}

.team-wrapper .wrapper-inner .image .social-area li a:hover {
	background: var(--color-primary);
}

.team-wrapper .wrapper-inner .image::after {
	background: linear-gradient(180deg, rgba(38, 38, 38, 0) 59.88%, #262626 100%);
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 0%;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
}

.team-wrapper .content {
	margin-top: 25px;
	position: relative;
	z-index: 1;
}

.team-wrapper .content .title {
	text-align: center;
}

.team-wrapper .content .title a {
	font-size: 32px;
	letter-spacing: -2px;
	line-height: 1;
	border-radius: 10px;
	display: block;
	padding: 20px 0;
	background: var(--color-white);
	border: 2px solid var(--color-heading-1);
	color: var(--color-heading-1);
	transition: all 0.3s;
}

.team-wrapper .content .title a:hover {
	background: var(--color-primary);
}

.team-wrapper .content::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 101%;
	background: var(--color-heading-1);
	border-radius: 10px;
	z-index: -1;
	bottom: -4px;
	right: -4px;
}

.team-wrapper.inner .wrapper-inner::after {
	display: none;
}

.team-wrapper.inner .wrapper-inner .image {
	border-radius: 0;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

.team-wrapper.inner .content::after {
	display: none;
}

.team-wrapper.inner .content a {
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	border-radius: 0;
	transition: all 0.3s;
}

.team-wrapper.inner .content a:hover {
	background: var(--color-primary);
}

.team-wrapper.event .wrapper-inner .image {
	border-radius: 50%;
}

.team-wrapper.event .wrapper-inner .image .social-area li {
	width: 34px;
	height: 34px;
}

.team-wrapper.event .wrapper-inner .image .social-area li a {
	width: 34px;
	height: 34px;
	line-height: 30px;
}

.team-wrapper.event .wrapper-inner .image .social-area li a img {
	width: 15px;
}

.team-wrapper.event .wrapper-inner::after {
	border-radius: 50%;
}

.team-wrapper.event .content::after {
	display: none;
}

.team-wrapper.event .content .title {
	margin-bottom: 10px;
}

.team-wrapper.event .content a {
	border: none;
	background: none !important;
	padding: 0;
}

.team-wrapper.event .content .desig {
	text-align: center;
}

.team-wrapper-style-2 {
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.team-wrapper-style-2:hover .wrapper-inner .image .social-area {
	bottom: 30px;
}

.team-wrapper-style-2:hover .wrapper-inner .image::after {
	height: 100%;
}

.team-wrapper-style-2 .wrapper-inner {
	position: relative;
	z-index: 1;
	padding: 20px;
	border: 1px dashed var(--color-primary-2);
	border-radius: 10px;
}

.team-wrapper-style-2 .wrapper-inner .image {
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s;
}

.team-wrapper-style-2 .wrapper-inner .image a {
	display: block;
}

.team-wrapper-style-2 .wrapper-inner .image .social-area {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	bottom: -90px;
	transition: all 0.3s;
}

.team-wrapper-style-2 .wrapper-inner .image .social-area li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.team-wrapper-style-2 .wrapper-inner .image .social-area li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	transition: all 0.3s;
}

.team-wrapper-style-2 .wrapper-inner .image .social-area li a:hover {
	background: var(--color-primary-3);
	border: 1px solid var(--color-primary-3);
}

.team-wrapper-style-2 .wrapper-inner .image::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 0%;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(17, 12, 45, 0.4) 100%);
	border-radius: 5px;
}

.team-wrapper-style-2 .content {
	margin-top: 35px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.team-wrapper-style-2 .content .title {
	text-align: center;
	margin-bottom: 12px;
}

.team-wrapper-style-2 .content .title a {
	font-size: 32px;
	letter-spacing: -2px;
	line-height: 1;
	border-radius: 10px;
	display: block;
	color: var(--color-heading-1);
}

.team-wrapper-style-3 {
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	padding: 20px;
}

@media (max-width: 991px) {
	.team-wrapper-style-3 {
		padding: 0;
	}
}

.team-wrapper-style-3 .wrapper-inner {
	position: relative;
	z-index: 1;
	padding: 20px 20px 45px;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	text-align: center;
}

.team-wrapper-style-3 .wrapper-inner .image {
	position: relative;
	z-index: 1;
	border: 2px solid var(--color-heading-1);
	overflow: hidden;
	transition: all 0.3s;
}

.team-wrapper-style-3 .wrapper-inner .image a {
	display: block;
}

.team-wrapper-style-3 .wrapper-inner .image::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 0%;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(17, 12, 45, 0.4) 100%);
	border-radius: 5px;
}

.team-wrapper-style-3 .wrapper-inner .social-area {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	z-index: 1;
	transition: all 0.3s;
}

.team-wrapper-style-3 .wrapper-inner .social-area li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 1;
}

@media (max-width: 450px) {
	.team-wrapper-style-3 .wrapper-inner .social-area li {
		width: 40px;
		height: 40px;
	}
}

.team-wrapper-style-3 .wrapper-inner .social-area li::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-heading-1);
	right: -2px;
	bottom: -2px;
	z-index: -1;
	border-radius: 50%;
}

.team-wrapper-style-3 .wrapper-inner .social-area li a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 57px;
	text-align: center;
	border-radius: 50%;
	background: var(--color-white);
	border: 2px solid var(--color-heading-1);
	transition: all 0.3s;
}

@media (max-width: 450px) {
	.team-wrapper-style-3 .wrapper-inner .social-area li a {
		width: 40px;
		height: 40px;
		line-height: 37px;
	}
}

.team-wrapper-style-3 .wrapper-inner .social-area li a:hover {
	background: var(--color-primary);
}

@media (max-width: 450px) {
	.team-wrapper-style-3 .wrapper-inner .social-area li a img {
		width: 20px;
	}
}

.team-wrapper-style-3 .content {
	margin-top: 30px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.team-wrapper-style-3 .content .title {
	text-align: center;
	margin-bottom: 12px;
}

.team-wrapper-style-3 .content .title a {
	font-size: 32px;
	letter-spacing: -2px;
	line-height: 1;
	border-radius: 10px;
	display: block;
	color: var(--color-heading-1);
}

.team-wrapper-style-3 .content .desig {
	margin-bottom: 12px;
}

.team-wrapper-style-3 .content ul {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.team-wrapper-style-3 .content ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.team-wrapper-style-3 .content ul li:last-child {
	margin-bottom: 0;
}

.team-wrapper-style-3 .content ul li span {
	color: var(--color-heading-1);
}

.team-wrapper-style-3 .content ul li span a {
	color: var(--color-body);
	margin-left: 10px;
}

.team-info-area {
	margin-left: 50px;
}

@media (max-width: 991px) {
	.team-info-area {
		margin-left: 0;
	}
}

.team-info-area .team-about .heading-title {
	margin-bottom: 0;
}

.team-info-area .team-about .desig {
	margin-bottom: 25px;
}

.team-info-area .team-features {
	margin-bottom: 50px;
}

.team-info-area .team-features ul {
	padding: 0;
	margin: 0;
	margin-top: 50px;
}

.team-info-area .team-features ul li {
	list-style: none;
	padding: 0 0 20px;
	margin: 0;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 120px;
	border-bottom: 1px solid #D4D4D4;
}

.team-info-area .team-features ul li .title {
	margin-bottom: 0;
}

.team-info-area .team-features ul li:last-child {
	margin-bottom: 0;
}

.team-info-area .team-skills {
	margin-bottom: 50px;
}

.team-info-area .team-skills .heading-title {
	margin-bottom: 15px;
}

.team-info-area .team-skills .progress-wrapper-area {
	max-width: 575px;
}

.team-info-area .team-skills .progress-wrapper-area .single-progress {
	margin-bottom: 30px;
}

.team-info-area .team-skills .progress-wrapper-area .single-progress:last-child {
	margin-bottom: 0;
}

.team-info-area .team-skills .progress-wrapper-area .single-progress .progress {
	background: #D9D9D9;
	height: 4px;
}

.team-info-area .team-skills .progress-wrapper-area .single-progress .progress .progress-bar {
	background: var(--color-heading-1);
}

.team-info-area .team-skills .progress-wrapper-area .single-progress .top {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--color-heading-1);
	font-family: var(--font-secondary);
	font-weight: 600;
}

.team-info-area .team-contact-area .heading-title {
	margin-bottom: 20px;
}

.team-info-area .team-contact-area .form-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.team-info-area .team-contact-area .form-inner .single-input {
	width: 48%;
	padding: 13px 24px;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

.team-info-area .team-contact-area .form-inner .single-input input {
	padding: 0;
	color: var(--color-heading-1);
}

.team-info-area .team-contact-area .form-inner .single-input input::placeholder {
	color: var(--color-heading-1);
	font-size: 15px;
}

.team-info-area .team-contact-area .form-inner .single-input .nice-select-wrap {
	height: auto;
}

.team-info-area .team-contact-area .form-inner .single-input .nice-select-wrap .drop {
	padding: 0;
	font-size: 15px;
	color: var(--color-heading-1);
}

.rts-testimonials-area {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.rts-testimonials-area {
		padding: 180px 0 120px;
	}
}

.rts-testimonials-area .slider-inner {
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.rts-testimonials-area .slider-inner .swiper-btn {
	width: 60px;
	height: 60px;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.rts-testimonials-area .slider-inner .swiper-btn {
		display: none;
	}
}

.rts-testimonials-area .slider-inner .swiper-btn:hover .inner {
	background: var(--color-primary);
}

.rts-testimonials-area .slider-inner .swiper-btn:hover .inner svg path {
	fill: var(--color-heading-1);
}

.rts-testimonials-area .slider-inner .swiper-btn::after {
	display: none;
}

.rts-testimonials-area .slider-inner .swiper-btn::before {
	content: "";
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: var(--color-heading-1);
	bottom: -2px;
	right: -2px;
}

.rts-testimonials-area .slider-inner .swiper-btn .inner {
	width: 60px;
	height: 60px;
	line-height: 57px;
	border-radius: 50%;
	text-align: center;
	background: var(--color-primary-2);
	border: 2px solid var(--color-heading-1);
}

.rts-testimonials-area .slider-inner .swiper-btn .inner svg path {
	fill: var(--color-white);
}

.rts-testimonials-area .slider-inner .swiper-btn.swiper-button-prev3 {
	left: 0;
	display: none;
}

.rts-testimonials-area .slider-inner .swiper-btn.swiper-button-next3 {
	right: 0;
	display: none;
}

.rts-testimonials-area .swiper {
	padding: 0;
}

.rts-testimonials-area.v-2 {
	padding: 120px 0 100px;
}

.rts-testimonials-area .brand-area {
	margin-top: 80px;
}

.rts-testimonials-area.v-3 {
	padding: 60px 0;
}

.rts-testimonials-area.v-3 .slider-inner {
	position: relative;
	z-index: 1;
}

.rts-testimonials-area.v-3 .swiper-btn {
	width: 60px;
	height: 60px;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 1px dashed var(--color-primary-4);
	background: transparent;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	color: var(--color-white);
	transition: all 0.3s;
}

.rts-testimonials-area.v-3 .swiper-btn svg {
	width: 24px;
}

.rts-testimonials-area.v-3 .swiper-btn svg path {
	transition: all 0.3s;
	fill: var(--color-primary-4);
}

.rts-testimonials-area.v-3 .swiper-btn:hover {
	color: var(--color-heading-1);
	background: var(--color-primary-4);
	border: 1px solid var(--color-primary-4);
}

.rts-testimonials-area.v-3 .swiper-btn:hover svg path {
	fill: var(--color-white);
}

.rts-testimonials-area.v-3 .swiper-btn::before {
	display: none;
}

.rts-testimonials-area.v-3 .swiper-btn::after {
	display: none;
}

.rts-testimonials-area.v-3 .swiper-btn.swiper-button-prev4 {
	left: 0;
}

.rts-testimonials-area.v-3 .swiper-btn.swiper-button-next4 {
	right: 0;
}

.rts-testimonials-area.v-4 {
	padding: 60px 0;
}

.rts-testimonials-area.v-4 .slider-inner .swiper-paginations {
	width: max-content;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.rts-testimonials-area.v-4 .slider-inner .swiper-paginations .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #D2D2D2;
	opacity: 1;
}

.rts-testimonials-area.v-4 .slider-inner .swiper-paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-primary-2);
}

.testimonials-wrapper {
	max-width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
}

@media (max-width: 900px) {
	.testimonials-wrapper {
		max-width: 99%;
	}
}

@media (max-width: 576px) {
	.testimonials-wrapper {
		max-width: 98%;
	}
}

.testimonials-wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 101%;
	background: var(--color-heading-1);
	border-radius: 10px;
	z-index: -1;
	bottom: -4px;
	right: -3px;
}

@media (max-width: 768px) {
	.testimonials-wrapper .wrapper-inner {
		padding: 15px 10px 10px 15px;
	}
}

@media (max-width: 576px) {
	.testimonials-wrapper .wrapper-inner {
		padding: 15px 10px 10px 15px;
	}
}

.testimonials-wrapper .wrapper-inner .content .author {
	font-size: 24px;
	color: var(--color-white);
	margin-bottom: 5px;
}

.testimonials-wrapper .wrapper-inner .content .desig {
	color: var(--color-white);
	margin-bottom: 20px;
}

.testimonials-wrapper .wrapper-inner .content .desc {
	font-size: 24px;
	line-height: 34px;
	color: var(--color-white);
	margin-bottom: 30px;
}

@media (max-width: 576px) {
	.testimonials-wrapper .wrapper-inner .content .desc {
		font-size: 18px;
		line-height: 28px;
	}
}

.testimonials-wrapper .wrapper-inner .content .star-rating-area {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.testimonials-wrapper .wrapper-inner .content .star-rating-area li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--color-primary);
}

@media (max-width: 576px) {
	.testimonials-wrapper .wrapper-inner .testimonials-shape-image {}
}

.testimonials-wrapper-style-2 {
	max-width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
	padding: 16px 20px;
	border: 1px dashed var(--color-primary-4);
	border-radius: 10px;
}

@media (max-width: 1200px) {
	.testimonials-wrapper-style-2 {
		max-width: 850px;
	}
}

@media (max-width: 991px) {
	.testimonials-wrapper-style-2 {
		max-width: 630px;
	}
}

@media (max-width: 450px) {
	.testimonials-wrapper-style-2 {
		padding: 10px;
	}
}

.testimonials-wrapper-style-2 .wrapper-inner {
	background: var(--color-primary-4);
	border-radius: 6px;
	padding: 80px 60px;
	position: relative;
	z-index: 1;
}

@media (max-width: 576px) {
	.testimonials-wrapper-style-2 .wrapper-inner {
		padding: 60px 30px;
	}
}

@media (max-width: 576px) {
	.testimonials-wrapper-style-2 .wrapper-inner {
		padding: 40px 25px;
	}
}

.testimonials-wrapper-style-2 .wrapper-inner .content-inner {
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 768px) {
	.testimonials-wrapper-style-2 .wrapper-inner .content-inner {
		flex-direction: column;
		align-items: start;
	}
}

.testimonials-wrapper-style-2 .wrapper-inner .content {
	flex-basis: 75%;
}

.testimonials-wrapper-style-2 .wrapper-inner .content .author {
	font-size: 24px;
	color: var(--color-white);
	margin-bottom: 5px;
}

.testimonials-wrapper-style-2 .wrapper-inner .content .desig {
	color: var(--color-white);
	margin-bottom: 20px;
}

.testimonials-wrapper-style-2 .wrapper-inner .content .desc {
	font-size: 24px;
	line-height: 34px;
	color: var(--color-white);
	margin-bottom: 30px;
	font-family: var(--font-secondary);
}

@media (max-width: 450px) {
	.testimonials-wrapper-style-2 .wrapper-inner .content .desc {
		font-size: 18px;
		line-height: 28px;
	}
}

.testimonials-wrapper-style-2 .wrapper-inner .content .star-rating-area {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 7px;
}

.testimonials-wrapper-style-2 .wrapper-inner .content .star-rating-area li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--color-primary);
}

.testimonials-wrapper-style-2 .wrapper-inner .image-area {
	flex-basis: 25%;
}

@media (max-width: 768px) {
	.testimonials-wrapper-style-2 .wrapper-inner .image-area {
		order: -1;
	}
}

.testimonials-wrapper-style-2 .wrapper-inner .testimonials-shape-image .shape {
	position: absolute;
	z-index: -1;
}

.testimonials-wrapper-style-2 .wrapper-inner .testimonials-shape-image .shape.one {
	top: 8%;
	left: 4%;
}

.testimonials-wrapper-style-2 .wrapper-inner .testimonials-shape-image .shape.two {
	bottom: 12%;
	right: 45%;
}

.testimonials-wrapper-style-2 .wrapper-inner .testimonials-shape-image .shape.three {
	top: 25%;
	right: 19%;
}

.testimonials-wrapper-style-2 .wrapper-inner .testimonials-shape-image .shape.four {
	bottom: 15%;
	right: 6%;
}

/* gallery */
.rts-gallery-area .shape {
	position: absolute;
}

.rts-gallery-area .shape.one {
	top: 8%;
	left: -1%;
}

.rts-gallery-area .shape.two {
	top: 0;
	right: 0;
}

.rts-gallery-area .shape.three {
	top: 25%;
	right: 19%;
}

.rts-gallery-area .shape.four {
	bottom: 15%;
	right: 6%;
}

.testimonials-wrapper-style-3 {
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.testimonials-wrapper-style-3 .wrapper-inner {
	background: var(--color-white);
	border-radius: 10px;
	padding: 40px 37px 40px 40px;
	position: relative;
	z-index: 1;
}

@media (max-width: 450px) {
	.testimonials-wrapper-style-3 .wrapper-inner {
		padding: 40px 20px;
	}
}

.testimonials-wrapper-style-3 .wrapper-inner .star-rating-area {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 25px;
}

.testimonials-wrapper-style-3 .wrapper-inner .star-rating-area li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.testimonials-wrapper-style-3 .wrapper-inner .star-rating-area li a {
	color: var(--color-heading-1);
}

.testimonials-wrapper-style-3 .wrapper-inner .content .desc {
	font-size: 18px;
	line-height: 28px;
	color: var(--color-heading-1);
	margin-bottom: 30px;
}

.testimonials-wrapper-style-3 .wrapper-inner .author-area {
	display: flex;
	align-items: center;
	gap: 18px;
}

.testimonials-wrapper-style-3 .wrapper-inner .author-area .author-details .author {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
}

.testimonials-wrapper-style-3 .wrapper-inner .quote-shape {
	position: absolute;
	z-index: -1;
	bottom: 40px;
	right: 46px;
}

.testimonials-wrapper-style-3 .wrapper-inner .testimonials-shape-image .shape {
	position: absolute;
	z-index: -1;
}

.testimonials-wrapper-style-3 .wrapper-inner .testimonials-shape-image .shape.one {
	top: 8%;
	left: 4%;
}

.testimonials-wrapper-style-3 .wrapper-inner .testimonials-shape-image .shape.two {
	bottom: 12%;
	right: 45%;
}

.testimonials-wrapper-style-3 .wrapper-inner .testimonials-shape-image .shape.three {
	top: 25%;
	right: 19%;
}

.testimonials-wrapper-style-3 .wrapper-inner .testimonials-shape-image .shape.four {
	bottom: 15%;
	right: 6%;
}

.rts-blog-area .slider-inner {
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
	margin-top: 40px;
}

.rts-blog-area .slider-inner .swiper {
	padding: 20px;
}

.rts-blog-area .slider-inner .swiper-pagination4 {
	width: max-content;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.rts-blog-area .slider-inner .swiper-pagination4 .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #C4C4C4;
	opacity: 1;
}

.rts-blog-area .slider-inner .swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-heading-1);
}

.rts-blog-area.v-3 .section-inner {
	margin-top: 60px;
}

.blog-wrapper {
	position: relative;
	z-index: 1;
	transition: all 0.4s;
}

.blog-wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 101%;
	background: var(--color-heading-1);
	border-radius: 10px;
	z-index: -1;
	bottom: -4px;
	right: -3px;
	display: none;
}

.blog-wrapper:hover .wrapper-inner .image img {
	transform: scale(103%);
}

.blog-wrapper .wrapper-inner {
	position: relative;
	z-index: 1;
	background: var(--color-primary-2);
	text-align: center;
}

@media (max-width: 450px) {
	.blog-wrapper .wrapper-inner {
		padding: 20px 10px 40px;
	}
}

.blog-wrapper .wrapper-inner .image {
	border-radius: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}

.blog-wrapper .wrapper-inner .image img {
	transform: scale(100%);
	transition: all 0.3s;
}

.blog-wrapper .wrapper-inner .content .title {
	margin-bottom: 0px;
	font-size: 24px;
	padding: 20px;
	text-transform: capitalize;
}

@media (max-width: 1300px) and (min-width: 1140px) {
	.blog-wrapper .wrapper-inner .content .title {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.blog-wrapper .wrapper-inner .content .title {
		font-size: 20px;
	}
}

.blog-wrapper .wrapper-inner .content .title a {
	color: var(--color-white);
}

.blog-wrapper .wrapper-inner .content .meta-wrapper {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

@media (max-width: 450px) {
	.blog-wrapper .wrapper-inner .content .meta-wrapper {
		flex-direction: column;
		gap: 8px;
	}
}

.blog-wrapper .wrapper-inner .content .meta-wrapper .wrapper-list {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	gap: 10px;
}

.blog-wrapper .wrapper-inner .content .meta-wrapper .wrapper-list .desc {
	color: var(--color-white);
}

.blog-wrapper.two .wrapper-inner {
	background: var(--color-primary-5);
}

.blog-wrapper.three .wrapper-inner {
	background: var(--color-primary-3);
}

.blog-wrapper-style-2 {
	position: relative;
	z-index: 1;
}

.blog-wrapper-style-2:hover .wrapper-inner .image img {
	transform: scale(103%);
}

.blog-wrapper-style-2 .wrapper-inner {
	position: relative;
	z-index: 1;
	padding: 20px 20px 40px;
	border-radius: 10px;
	border: 1px dashed #FCB78D;
	text-align: center;
}

.blog-wrapper-style-2 .wrapper-inner .image {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-wrapper-style-2 .wrapper-inner .image img {
	transform: scale(100%);
	transition: all 0.3s;
}

.blog-wrapper-style-2 .wrapper-inner .content .title {
	margin-bottom: 15px;
	font-size: 24px;
}

@media (max-width: 450px) {
	.blog-wrapper-style-2 .wrapper-inner .content .title {
		font-size: 18px;
	}
}

.blog-wrapper-style-2 .wrapper-inner .content .title a {
	color: var(--color-heading-1);
}

.blog-wrapper-style-2 .wrapper-inner .content .meta-wrapper {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

.blog-wrapper-style-2 .wrapper-inner .content .meta-wrapper .wrapper-list {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	gap: 10px;
}

.blog-wrapper-style-2 .wrapper-inner .content .meta-wrapper .wrapper-list .desc {
	color: var(--color-heading-1);
}

.blog-wrapper-style-2.two .wrapper-inner {
	background: var(--color-primary-5);
}

.blog-wrapper-style-2.three .wrapper-inner {
	background: var(--color-primary-3);
}

.blog-wrapper-style-2.v-4 .wrapper-inner {
	background: #fff;
	border: none;
}

.slider-inner {
	margin-top: 60px;
}

.single-blog-style-one {
	padding: 30px;
	border-radius: 0;
	border-width: 2px 5px 5px 2px;
	height: 100%;
	border-style: solid;
	border-color: var(--color-heading-1);
}

@media (max-width: 1200px) and (min-width: 991px) {
	.single-blog-style-one {
		padding: 30px 20px;
	}
}

@media (max-width: 450px) {
	.single-blog-style-one {
		padding: 10px;
	}
}

.single-blog-style-one .thumbnail {
	overflow: hidden;
	display: block;
	border-radius: 0;
	border: 2px solid var(--color-heading-1);
	position: relative;
}

.single-blog-style-one .thumbnail img {
	min-width: 100%;
	transition: 0.3s;
}

.single-blog-style-one .thumbnail .tags-area {
	position: absolute;
	top: 15px;
	left: 15px;
}

.single-blog-style-one:hover .thumbnail img {
	transform: scale(1.1);
}

.single-blog-style-one .blog-top-area {
	display: flex;
	align-items: center;
	gap: 43px;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.single-blog-style-one .blog-top-area {
		gap: 20px;
	}
}

@media (max-width: 450px) {
	.single-blog-style-one .blog-top-area {
		align-items: self-start;
		gap: 10px;
		flex-direction: column;
	}
}

.single-blog-style-one .blog-top-area .single {
	display: flex;
	align-items: center;
	gap: 12px;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.single-blog-style-one .blog-top-area .single {
		gap: 5px;
	}
}

.single-blog-style-one .blog-top-area .single i {
	color: var(--color-primary-2);
}

.single-blog-style-one .blog-top-area .single p {
	color: #737477;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.single-blog-style-one .blog-top-area .single p {
		font-size: 14px;
	}
}

.single-blog-style-one a .title {
	font-size: 24px;
	margin-top: 15px;
	transition: 0.3s;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.single-blog-style-one a .title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.single-blog-style-one a .title {
		font-size: 20px;
	}
}

.single-blog-style-one a .title:hover {
	color: var(--color-primary-2);
}

.single-blog-style-one .tags-area span {
	display: flex;
	padding: 4px 10px;
	border-radius: 2px;
	background: #EEEBFF;
	max-width: max-content;
	color: var(--color-primary-2);
}

.single-blog-style-one .button-area .rts-btn {
	padding: 10px 28px;
}

.single-blog-style-one.blog a .title {
	font-size: 28px;
}

@media only screen and (max-width: 575px) {
	.single-blog-style-one.blog a .title {
		font-size: 20px;
	}
}

.single-blog-style-one.v-8 {
	background: #FFFFFF;
	border: none;
	border-radius: 6px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1440px) and (min-width: 1201px) {
	.single-blog-style-one.v-8 {
		padding: 30px 20px;
	}
}

@media (max-width: 450px) {
	.single-blog-style-one.v-8 .blog-top-area {
		flex-wrap: wrap;
		gap: 5px;
	}
}

.single-blog-style-one.v-8 .blog-top-area .single i {
	color: var(--color-primary-kitchen);
}

@media (max-width: 1440px) and (min-width: 1201px) {
	.single-blog-style-one.v-8 a .title {
		font-size: 20px;
	}
}

.single-blog-style-one.v-8 a .title:hover {
	color: var(--color-primary-kitchen);
}

.single-blog-style-one.v-8 .bottom-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1300px) {
	.single-blog-style-one.v-8 .bottom-area {
		flex-wrap: wrap;
		gap: 15px;
	}
}

.single-blog-style-one.v-8 .bottom-area .location {
	display: flex;
	gap: 8px;
}

.single-blog-style-one.v-8 .bottom-area .location i {
	color: var(--color-primary-kitchen);
	margin-top: 5px;
}

.single-blog-style-one.v-8 .bottom-area .location span {
	color: #737477;
}

.single-blog-style-one.v-8 .bottom-area .button-area .rts-btn {
	padding: 6px 18px;
	background: none !important;
	color: var(--color-primary-kitchen);
	border: 1px solid var(--color-primary-kitchen);
}

@media (max-width: 1440px) and (min-width: 1201px) {
	.single-blog-style-one.v-8 .bottom-area .button-area .rts-btn {
		padding: 10px 20px;
	}
}

.single-blog-style-one.v-8 .bottom-area .button-area .rts-btn:hover {
	background: var(--color-primary-kitchen) !important;
	color: #FFFFFF !important;
}

.single-blog-list-wrapper {
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 28px;
	border-radius: 0;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	background: #FFF;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.single-blog-list-wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.single-blog-list-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 450px) {
	.single-blog-list-wrapper {
		padding: 15px;
	}
}

.single-blog-list-wrapper .thumbnail {
	max-width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 0;
	flex-basis: 40%;
}

@media only screen and (max-width: 767px) {
	.single-blog-list-wrapper .thumbnail {
		min-width: auto;
	}
}

@media only screen and (max-width: 575px) {
	.single-blog-list-wrapper .thumbnail {
		min-width: 100%;
	}
}

.single-blog-list-wrapper .thumbnail img {
	max-width: 100%;
	transition: 0.3s;
}

@media only screen and (max-width: 767px) {
	.single-blog-list-wrapper .thumbnail img {
		min-width: auto;
	}
}

@media only screen and (max-width: 575px) {
	.single-blog-list-wrapper .thumbnail img {
		min-width: 100%;
	}
}

.single-blog-list-wrapper .information-blog {
	flex-basis: 60%;
}

.single-blog-list-wrapper .information-blog .tag {
	padding: 4px 10px;
	background: #EEEBFF;
	border-radius: 2px;
	max-width: max-content;
	color: var(--color-primary-2);
}

.single-blog-list-wrapper .information-blog a .title {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 22px;
	transition: 0.3s;
}

.single-blog-list-wrapper .information-blog a:hover .title {
	color: var(--color-primary-2);
}

.single-blog-list-wrapper .information-blog p.disc {
	margin-bottom: 20px;
}

.single-blog-list-wrapper .information-blog .author-date {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.single-blog-list-wrapper .information-blog .author-date .author-area,
.single-blog-list-wrapper .information-blog .author-date .calender {
	display: flex;
	align-items: center;
	gap: 12px;
}

.single-blog-list-wrapper .information-blog .author-date .author-area span,
.single-blog-list-wrapper .information-blog .author-date .calender span {
	color: #737477;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	min-width: max-content;
}

.single-blog-list-wrapper:hover .thumbnail img {
	transform: scale(1.05);
}

.blog-single-post-listing {
	margin-right: 30px;
	border: 1px solid #E6E9F0;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
	.blog-single-post-listing {
		margin-right: 0;
	}
}

.blog-single-post-listing.details {
	border-radius: 0;
	background: #F9F8FF;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

.blog-single-post-listing.details .thumbnail {
	border-radius: 0;
	border: 2px solid var(--color-heading-1);
}

.blog-single-post-listing.details .thumbnail.big {
	margin: 25px;
}

.blog-single-post-listing.details .thumbnail.details {
	border-radius: 0;
	width: 100%;
}

@media only screen and (max-width: 1199px) {
	.blog-single-post-listing.details .thumbnail.details {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-single-post-listing.details .thumbnail.details {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .thumbnail.details {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing.details .thumbnail.details {
		margin-bottom: 0;
	}
}

.blog-single-post-listing.details .rts-quote-area {
	padding: 50px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-single-post-listing.details .rts-quote-area {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .rts-quote-area {
		padding: 10px;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing.details .rts-quote-area {
		margin-top: 15px;
	}
}

.blog-single-post-listing.details .rts-quote-area .title {
	margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing.details .rts-quote-area .title {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

.blog-single-post-listing.details .rts-quote-area p.author-name {
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
	color: var(--color-heading-1);
	font-size: 20px;
	font-weight: 600;
}

.blog-single-post-listing.details .rts-quote-area p.author-name::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background: var(--color-secondary);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.blog-single-post-listing.details .rts-quote-area .name {
	font-size: 18px;
	color: var(--color-primary);
	font-weight: 700;
}

.blog-single-post-listing.details .rts-quote-area span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #5D666F;
}

.blog-single-post-listing.details .check-area-details .single-check {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.blog-single-post-listing.details .check-area-details .single-check i {
	margin-right: 15px;
	color: var(--color-primary-2);
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing.details .check-area-details .single-check i {
		margin-top: -26px;
	}
}

.blog-single-post-listing.details .check-area-details .single-check span {
	color: #5D666F;
}

.blog-single-post-listing.details .details-tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing.details .details-tag {
		justify-content: flex-start;
		gap: 10px;
	}
}

.blog-single-post-listing.details .details-tag h6 {
	margin-bottom: 0;
	font-size: 18px;
	margin-right: 15px;
}

.blog-single-post-listing.details .details-tag button {
	padding: 8px 12px;
	background: #fff;
	max-width: max-content;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	color: #1C2539;
	transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.blog-single-post-listing.details .details-tag button:last-child {
		margin-top: 10px;
		margin-left: -2px;
	}
}

.blog-single-post-listing.details .details-tag button:hover {
	background: var(--color-primary-2);
	color: #fff;
	transform: translateY(-2px) scale(1.02);
}

.blog-single-post-listing.details .details-share {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-single-post-listing.details .details-share {
		justify-content: flex-start;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .details-share {
		justify-content: flex-start;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing.details .details-share {
		justify-content: flex-start;
		margin-top: 20px;
	}
}

.blog-single-post-listing.details .details-share button {
	max-width: max-content;
	position: relative;
	z-index: 1;
	margin-left: 23px;
	color: #1C2539;
	transition: 0.3s;
	font-size: 14px;
}

.blog-single-post-listing.details .details-share button::after {
	position: absolute;
	content: "";
	background: #F6F6F6;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 0.3s;
}

.blog-single-post-listing.details .details-share button:hover {
	color: #fff;
	transform: scale(1.2);
}

.blog-single-post-listing.details .details-share button:hover::after {
	background: var(--color-primary-2);
}

.blog-single-post-listing.details .details-share h6 {
	font-size: 18px;
	margin-bottom: 0;
	margin-right: 15px;
}

.blog-single-post-listing.details .author-area {
	margin-top: 44px;
	display: flex;
	align-items: center;
	padding: 40px 0;
	border-top: 1px solid #E6E9F0;
	border-bottom: 1px solid #E6E9F0;
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .author-area {
		align-items: flex-start;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing.details .author-area {
		flex-wrap: wrap;
	}
}

.blog-single-post-listing.details .author-area .thumbnail {
	margin-right: 30px;
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .author-area .thumbnail {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .author-area .author-details {
		margin-left: 15px;
	}
}

.blog-single-post-listing.details .author-area .author-details h5 {
	margin-bottom: 10px;
}

.blog-single-post-listing.details .author-area .author-details p {
	line-height: 26px;
}

.blog-single-post-listing.inner {
	border: none;
	max-width: 950px;
	margin: 0 auto;
}

.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area {
	position: relative;
	background: #000;
	padding-top: 120px;
}

.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area::before {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translate(-50%, 0);
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #fff;
	color: var(--color-primary-2);
	font-weight: 900;
	font-size: 20px;
}

.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area .title {
	color: #f7f7f7;
}

.blog-single-post-listing .replay-area-details {
	margin-top: 40px;
}

.blog-single-post-listing .replay-area-details form input {
	height: 55px;
	border-radius: 0;
	background: #ffffff;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}

.blog-single-post-listing .replay-area-details form input:focus {
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-primary-2);
}

.blog-single-post-listing .replay-area-details form textarea {
	border-radius: 0;
	background: #fff;
	height: 140px;
	margin-top: 20px;
	padding: 15px;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}

.blog-single-post-listing .replay-area-details form textarea:focus {
	border: 1px solid var(--color-primary-2);
}

.blog-single-post-listing .thumbnail {
	overflow: hidden;
}

.blog-single-post-listing .thumbnail img {
	transition: 0.3s;
	width: 100%;
}

.blog-single-post-listing .thumbnail:hover img {
	transform: scale(1.1);
}

.blog-single-post-listing .blog-listing-content {
	padding: 50px;
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing .blog-listing-content {
		padding: 25px 10px;
	}
}

.blog-single-post-listing .blog-listing-content .user-info {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.blog-single-post-listing .blog-listing-content .user-info .single {
	margin-right: 30px;
	min-width: max-content;
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing .blog-listing-content .user-info .single {
		margin-right: 5px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing .blog-listing-content .user-info .single {
		margin-right: 5px;
	}
}

.blog-single-post-listing .blog-listing-content .user-info .single i {
	margin-right: 10px;
	color: var(--color-primary-2);
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing .blog-listing-content .user-info .single i {
		margin-right: 2px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing .blog-listing-content .user-info .single span {
		font-size: 13px;
	}
}

.blog-single-post-listing .blog-listing-content .blog-title {
	transition: 0.3s;
}

.blog-single-post-listing .blog-listing-content .blog-title .title {
	transition: 0.3s;
	margin-bottom: 16px;
}

.blog-single-post-listing .blog-listing-content .blog-title:hover .title {
	color: var(--color-primary-2);
}

.blog-single-post-listing .blog-listing-content p.disc {
	font-size: 16px;
	line-height: 26px;
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing .blog-listing-content p.disc {
		margin-bottom: 15px;
	}
}

.blog-single-post-listing .blog-listing-content a.rts-btn {
	margin-top: 35px;
	display: block;
	max-width: max-content;
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing .blog-listing-content a.rts-btn {
		margin-top: 20px;
	}
}

.rts-single-wized {
	background: #F9F8FF;
	padding: 40px;
	margin-bottom: 40px;
}

.rts-single-wized:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.rts-single-wized {
		padding: 25px;
	}
}

@media only screen and (max-width: 479px) {
	.rts-single-wized {
		padding: 20px;
	}
}

.rts-single-wized.service {
	border-radius: 0;
}

.rts-single-wized.service .single-categories li a {
	border-radius: 0;
}

.rts-single-wized.download {
	background: #1C2539;
}

.rts-single-wized.download .title {
	color: #fff;
}

.rts-single-wized.download .single-download-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #2E3951;
}

.rts-single-wized.download .single-download-area:first-child {
	padding-top: 0;
}

.rts-single-wized.download .single-download-area:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.rts-single-wized.download .single-download-area .mid {
	margin-right: auto;
	margin-left: 15px;
}

.rts-single-wized.download .single-download-area .mid .title {
	margin-bottom: 0;
	font-size: 18px;
	font-family: var(--font-primary-2);
}

.rts-single-wized.download .single-download-area .mid span {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}

.rts-single-wized.download .single-download-area a.rts-btn {
	padding: 11px 15px;
	border-radius: 0;
}

.rts-single-wized.contact {
	background: #1C2539;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px;
}

@media only screen and (max-width: 479px) {
	.rts-single-wized.contact {
		padding: 25px 20px;
	}
}

@media only screen and (max-width: 479px) {
	.rts-single-wized.contact:last-child {
		margin-bottom: 0;
	}
}

.rts-single-wized.contact .wized-body {
	text-align: center;
}

.rts-single-wized.contact .wized-body .title {
	color: #fff;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 32px;
}

.rts-single-wized.contact .wized-body a.rts-btn {
	display: block;
	max-width: max-content;
	margin: auto;
}

.rts-single-wized .wized-header .title {
	margin-bottom: 10px;
}

.rts-single-wized .wized-body {
	margin-top: 30px;
}

.rts-single-wized .wized-body .rts-search-wrapper {
	position: relative;
}

.rts-single-wized .wized-body .rts-search-wrapper input {
	background: #fff;
	height: 55px;
	padding-right: 70px;
	padding-left: 25px;
	border: 1px solid transparent;
}

.rts-single-wized .wized-body .rts-search-wrapper input:focus {
	border: 1px solid var(--color-primary-2);
}

.rts-single-wized .wized-body .rts-search-wrapper button {
	position: absolute;
	max-width: max-content;
	height: 55px;
	width: 55px;
	background: var(--color-primary-2);
	display: inline-block;
	padding: 0 19px;
	right: 0;
}

.rts-single-wized .wized-body .rts-search-wrapper button i {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}

.rts-single-wized .single-categories {
	margin-bottom: 15px;
	padding: 0;
}

.rts-single-wized .single-categories:last-child {
	margin-bottom: 0;
}

.rts-single-wized .single-categories li {
	list-style: none;
}

.rts-single-wized .single-categories li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 25px;
	background: #fff;
	color: var(--color-body);
	font-weight: 400;
	transition: 0.3s;
	font-size: 16px;
}

.rts-single-wized .single-categories li a i {
	color: var(--color-primary-2);
	transition: 0.3s;
}

.rts-single-wized .single-categories li a:hover {
	background: var(--color-primary-2);
	transform: translateY(-5px) scale(1.03);
	color: var(--color-white);
}

.rts-single-wized .single-categories li a:hover i {
	color: #fff;
}

.rts-single-wized .recent-post-single {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.rts-single-wized .recent-post-single:last-child {
	margin-bottom: 0;
}

.rts-single-wized .recent-post-single .thumbnail {
	margin-right: 20px;
	overflow: hidden;
	max-width: max-content;
	width: 100%;
	border-radius: 4px;
	flex-basis: 50%;
}

.rts-single-wized .recent-post-single .thumbnail img {
	min-width: 85px;
	height: auto;
	transition: 0.3s;
}

.rts-single-wized .recent-post-single .thumbnail:hover img {
	transform: scale(1.1);
}

.rts-single-wized .recent-post-single .user {
	display: flex;
	align-items: center;
}

.rts-single-wized .recent-post-single .user span {
	margin-left: 9px;
}

.rts-single-wized .recent-post-single .post-title .title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: #1C2539;
	line-height: 26px;
	margin-top: 5px;
	transition: 0.3s;
}

@media only screen and (max-width: 479px) {
	.rts-single-wized .recent-post-single .post-title .title {
		font-size: 14px;
		line-height: 26px;
		margin-top: 0;
	}
}

.rts-single-wized .recent-post-single .post-title:hover .title {
	color: var(--color-primary-2);
}

.rts-single-wized .gallery-inner {
	display: flex;
	flex-direction: column;
}

.rts-single-wized .gallery-inner .single-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rts-single-wized .gallery-inner .single-row a {
	overflow: hidden;
	border-radius: 6px;
}

@media only screen and (max-width: 479px) {
	.rts-single-wized .gallery-inner .single-row a {
		display: block;
		width: 100%;
	}
}

.rts-single-wized .gallery-inner .single-row a img {
	max-width: 97px;
	height: auto;
	transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.rts-single-wized .gallery-inner .single-row a img {
		max-width: 80px;
	}
}

@media only screen and (max-width: 1199px) {
	.rts-single-wized .gallery-inner .single-row a img {
		min-width: 269px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rts-single-wized .gallery-inner .single-row a img {
		min-width: 193px;
	}
}

@media only screen and (max-width: 767px) {
	.rts-single-wized .gallery-inner .single-row a img {
		min-width: 135px;
	}
}

@media only screen and (max-width: 575px) {
	.rts-single-wized .gallery-inner .single-row a img {
		min-width: 140px;
	}
}

@media only screen and (max-width: 479px) {
	.rts-single-wized .gallery-inner .single-row a img {
		min-width: 80px;
	}
}

.rts-single-wized .gallery-inner .single-row a:hover img {
	transform: scale(1.2);
}

.rts-single-wized .gallery-inner .single-row.row-1 {
	margin-bottom: 20px;
}

.rts-single-wized .tags-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

.rts-single-wized .tags-wrapper a {
	padding: 5px 16px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #1C2539;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
}

.rts-single-wized .tags-wrapper a:hover {
	background: var(--color-primary-2);
	color: #fff;
	transform: translateY(-3px) scale(1.09);
}

.rts-studykids-pagination ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: center;
}

.rts-studykids-pagination ul li {
	margin: 0;
	margin-right: 10px;
}

.rts-studykids-pagination ul li button {
	width: 50px;
	height: 50px;
	background: transparent;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border: 1px solid #E9E9E9;
	transition: 0.3s;
	border-radius: 4px;
}

.rts-studykids-pagination ul li button.active {
	background: var(--color-primary-2);
	color: #fff;
}

.rts-studykids-pagination ul li button:hover {
	background: var(--color-primary-2);
	color: #fff;
}

.blink-button {
	background-color: #0a7fc0;
	color: #fff;
	padding: 4px 13px;
	font-size: 15px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	animation: blinker 0s linear infinite;
	font-weight: 700 !important;
}

@keyframes blinker {
	0% {
		background: #0a7fc0 !important;
		/* Original color */
		color: #fff;
	}

	50% {
		background-color: #282954;
		/* Blinking color */
		color: #fff;
	}

	100% {
		background: #0a7fc0 !important;
		/* Back to original color */
		color: #fff;
	}
}

.blink-button:hover {
	background-color: #0407ba;
	/* Slightly darker shade on hover */
	color: #fff !important;
}

.social-pages a {
	margin-left: 16px;
	font-weight: 400;
	color: #fff;
}

.social-pages a:hover {
	color: #08e7f5;
}

.sticky-icon {
	z-index: 99;
	position: fixed;
	top: 35%;
	right: 0%;
	width: 220px;
	display: flex;
	flex-direction: column;
}

.sticky-icon a {
	transform: translate(160px, 0px);
	border-radius: 50px 0px 0px 50px;
	text-align: left;
	margin: 2px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	font-size: 18px;
	transition: all 0.8s;
}

.sticky-icon a:hover {
	color: #FFF;
}

.sticky-icon a:hover i {
	transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
	background-color: #2C80D3;
	color: #FFF;
}

.Youtube {
	background-color: #fa0910;
	color: #FFF;
}

.whatsaap {
	background-color: #049715;
	color: #FFF;
}

.Instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #FFF;
}

.Google {
	background-color: #d34836;
	color: #FFF;
}

.sticky-icon a i {
	background-color: #FFF;
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 20px;
	transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
	background-color: #FFF;
	color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
	background-color: #FFF;
	color: #d34836;
}

.sticky-icon a i.fa-instagram {
	background-color: #FFF;
	color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
	background-color: #FFF;
	color: #fa0910;
}

.sticky-icon a i.fa-twitter {
	background-color: #FFF;
	color: #53c5ff;
}

.rts-footer-area {
	padding-top: 60px;
	z-index: 1;
	background-image: url(../images/about/patter-02.png);
	background-color: #032362;
	position: relative;
	border-top: 1px solid #EAC0D8;
	background-position: top;
}


.corevalues-section .service-wrapper-style-2 p {
	color: #fff;
	text-align: center;
}

.service-style1 {
	--theme-color: #76AD1E;
	margin-bottom: 30px;
}

.service-style1 .service-body {
	text-align: center;
	padding-bottom: 0px;
	position: relative;
}

.service-style1 .service-img {
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}

.service-style1 .service-img img {
	width: 100%;
	-webkit-transform: scale(1.001);
	transform: scale(1.001);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.service-style1 .service-content {
	padding: 0.1px 20px 20px 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin-top: -50px;
	background-color: #ffd600;
	border-radius: 150px 150px 30px 30px;
}

.service-style1 .service-icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: var(--color-white);
	text-align: center;
	border-radius: 10px 50px 10px 10px;
	display: inline-block;
	margin-top: -35px;
	margin-bottom: 28px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.service-style1 .service-title {
	color: var(--color-white);
	font-size: 26px;
	margin-bottom: 12px;
}

.service-style1 .service-title a {
	color: inherit;
}

.service-style1 .service-title a:hover {
	text-decoration: underline;
}

.service-style1 .service-text {
	color: var(--color-white);
	margin: 0 0 17px 0;
}

.service-style1 .service-bottom {
	overflow: hidden;
}

.service-style1 .service-btn {
	display: block;
	border: 3px solid var(--color-white);
	color: var(--color-white);
	border-radius: 9999px;
	height: 50px;
	line-height: 43px;
	font-family: var(--title-font);
	font-weight: 600;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	margin-bottom: -50px;
	opacity: 0;
	visibility: hidden;
}

.service-style1 .service-btn:hover {
	background-color: var(--color-white);
	color: #ffd600;
}

.service-style1:hover .service-btn {
	margin-bottom: 0;
	opacity: 1;
	visibility: visible;
}

.service-style1:hover .service-icon {
	background-color: #ffd600;
}

.service-style1:hover .service-img img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.service-style1:nth-child(2n+2) {
	--theme-color: #18C0CB;
	--icon-radius: 10px 10px 10px 50px;
}

.service-style1:nth-child(3n+3) {
	--theme-color: #490D59;
	--icon-radius: 50px 10px 10px 10px;
}

.service-style1:nth-child(4n+4) {
	--theme-color: #E93500;
	--icon-radius: 10px 10px 50px 10px;
}

.service-style2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.service-style2 .service-icon {
	position: relative;
	display: inline-block;
	width: 76px;
	height: 78px;
	line-height: 76px;
	text-align: center;
	margin-right: 20px;
	border-radius: 50%;
	z-index: 1;
}

.service-style2 .service-shape1,
.service-style2 .service-shape2,
.service-style2 .service-shape3 {
	background-color: #ffd600;
	position: absolute;
	left: var(--border-size, 0);
	top: var(--border-size, 0);
	right: var(--border-size, 0);
	bottom: var(--border-size, 0);
	-webkit-clip-path: url(#service-clip1);
	clip-path: url(#service-clip1);
	z-index: -1;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 50px;
}

.service-style2 .service-shape2 {
	--border-size: 2px;
	background-color: var(--color-white);
}

.service-style2 .service-shape3 {
	--border-size: 5px;
	background-color: #0848ac;
}

.service-style2:hover .service-shape3 {
	background-color: #ffd600;
}

.service-style2:hover .service-shape1 {
	background-color: #0848ac;
}

.service-style2 .service-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.service-style2 .service-title {
	font-size: 26px;
	margin: -0.2em 0 8px 0;
}

.service-style2 .service-text {
	hyphens: auto;
	word-spacing: -0.05em;
	margin: 0 -20px 0px;
	padding: 0 20px;
	text-align: justify;
	margin-bottom: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service-description {
	margin-top: 30px;
	margin-bottom: 42px;
}

.service-details {
	position: relative;
}

.color1 {
	background-color: #551a8b;
}

.color2 {
	background-color: #c5a508;
}

.color3 {
	background-color: #008080;
}

.color4 {
	background-color: #228b22;
}

.color5 {
	background-color: #0a0082;
}

.color6 {
	background-color: #008750;
}

.color7 {
	background-color: #07d8bb;
}

.color8 {
	background-color: #508b1a;
}

.color9 {
	background-color: #9400D3;
}

.color10 {
	background-color: #C71585;
}

.color11 {
	background-color: #08ac1b;
}

.color12 {
	background-color: #0888ac;
}

.service-style3 {
	padding: 25px;
	border-radius: 5px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-bottom: 5px solid #0848ac;
	margin-top: 20px;
}

.color-bg {
	background-image: url(../images/about/bg1.png);
	background-size: cover;
}

.service-style3 h3,
.service-style3 p {
	color: #fff;
	margin-bottom: 15px;

}

.service-style3 .service-icon,
.service-style3 h3 {
	text-align: center;
}

.service-style3 .service-icon img {
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
	border: 4px solid #e30404;
	border-radius: 50%;
	padding: 20px;
	background: #fff;
	text-align: center;
}

.service-style3:hover {
	border-bottom: 5px solid #e30404;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.website-counter {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/* Styles for website counter container */
.count-website {
	background-color: #ff4957;
	color: white;
	border-radius: 30px;
	font-weight: 700;
	font-size: 16px;
	display: inline-flex;
	margin: 10px 0 0;
	padding: 5px 15px;
}

/* Styles for reset button */
#reset {
	margin-top: 20px;
	background-color: #008cba;
	cursor: pointer;
	font-size: 18px;
	padding: 8px 20px;
	color: white;
	border: 0;
}

@media (max-width: 576px) {
	.rts-footer-area {
		padding-top: 60px;
	}
}

.rts-footer-area .footer-one-main-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	gap: 30px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
	.rts-footer-area .footer-one-main-wrapper {
		flex-wrap: wrap;
		gap: 30px;
	}
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized {
	flex-basis: 15%;
}

@media only screen and (max-width: 1199px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized {
		flex-basis: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized {
		flex-basis: 100%;
	}
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized.left-logo {
	flex-basis: 35%;
}

@media only screen and (max-width: 1199px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized.left-logo {
		flex-basis: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized.left-logo {
		flex-basis: 100%;
	}
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized.left-logo .body p.dsic {
	margin-bottom: 20px;
	text-align: justify;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized.input-area {
	flex-basis: 34%;
}

@media only screen and (max-width: 1199px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized.input-area {
		flex-basis: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized.input-area {
		flex-basis: 100%;
	}
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .head {
	margin-bottom: 25px;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .head .title {
	font-size: 30px;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
	color: #ffc300;
}

.footer-single-wized.input-area h6 {
	color: #ffffff;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .menu {
	padding: 0;
	list-style: none;
	margin: 0;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .menu li:last-child {
	margin-bottom: 0;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .menu li a {
	color: #ffffff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	transition: var(--transition);
	text-transform: capitalize;
}


.rts-footer-area .footer-one-main-wrapper .footer-single-wized .menu li a:hover {
	color: var(--color-primary-5);
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body form .input-area-fill {
	position: relative;
	margin-bottom: 20px;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body form .input-area-fill input {
	height: 56px;
	border-radius: 4px;
	border: 1px solid #DDD8F9;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body form .input-area-fill input:focus {
	border: 1px solid var(--color-primary);
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body form .input-area-fill button {
	position: absolute;
	right: 10px;
	max-width: max-content;
	padding: 7px 10px;
	background: var(--color-primary);
	border-radius: 4px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body form input[type=checkbox] {
	max-width: max-content;
	line-height: 10px;
	height: auto;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body form label {
	color: #737477;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body form label::before {
	background: transparent;
	border: 1px solid var(--color-primary);
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body form label::after {
	border-bottom: 2px solid var(--color-primary);
	border-left: 2px solid var(--color-primary);
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .wrapper-list {
	padding: 0;
	margin: 0;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .wrapper-list li {
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
	font-size: 16px;
	align-items: flex-start;
	color: #ffffff;
}

.footer-single-wized .body p {
	color: #ffffff;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .wrapper-list li:last-child {
	margin-bottom: 0;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .wrapper-list li a {
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .wrapper-list li a:hover {
	color: var(--color-primary-5);
}

@media (max-width: 576px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .wrapper-list li {
		font-size: 16px;
	}
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .wrapper-list li i {
	margin-top: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .wrapper-list li i {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 1199px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .wrapper-list li i {
		margin-top: 5px;
	}
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body ul {
	padding: 0;
	margin: 0;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body ul li {
	margin: 0;
	margin-bottom: 12px;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body ul li:last-child {
	margin-bottom: 0;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .post-area {
	list-style: none;
	display: flex;
	gap: 22px;
	align-items: center;
	margin-bottom: 20px;
}

@media (max-width: 450px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .post-area {
		gap: 12px;
	}
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .post-area:last-child {
	margin-bottom: 0;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .post-area .content {
	flex-basis: 70%;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .post-area .content .date {
	margin-bottom: 10px;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .post-area .content .post-title {
	margin-bottom: 0;
}

@media (max-width: 450px) {
	.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .post-area .content .post-title {
		font-size: 16px;
	}
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .post-area .content .post-title a {
	transition: all 0.3s;
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized .body .post-area .content .post-title a:hover {
	color: var(--color-primary-5);
}

.rts-footer-area .footer-one-main-wrapper .footer-single-wized.input-area p.disc {
	margin-bottom: 25px;
}

@media (max-width: 576px) {
	.rts-footer-area .shape-image {
		display: none;
	}
}

.rts-footer-area .shape-image .shape {
	position: absolute;
	z-index: -1;
}

.rts-footer-area .shape-image .shape.one {
	left: -3%;
	top: -28%;
}

.rts-footer-area .shape-image .shape.two {
	right: 0;
	top: 18%;
}

.rts-footer-area .shape-image .shape.three {
	left: 6%;
	bottom: 5%;
}

.rts-footer-area .shape-image .shape.four {
	right: 7%;
	bottom: 20%;
}

.footer-top form {
	text-align: center;
}

.footer-top form .form-title {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 40px;
}

@media (max-width: 576px) {
	.footer-top form .form-title {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 450px) {
	.footer-top form .form-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}

.footer-top form .form-inner {
	position: relative;
	z-index: 1;
}

.footer-top form .form-inner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color-heading-1);
	bottom: -5px;
	right: 0;
	z-index: -1;
	border-radius: 80px;
}

.footer-top form .form-inner input {
	background: var(--color-white);
	padding: 25px 150px 25px 36px;
	border-radius: 80px;
	border: 2px solid var(--color-heading-1);
}

@media (max-width: 576px) {
	.footer-top form .form-inner input {
		padding: 20px 150px 20px 36px;
	}
}

@media (max-width: 450px) {
	.footer-top form .form-inner input {
		padding: 15px 150px 15px 15px;
	}
}

.footer-top form .form-inner input::placeholder {
	font-size: 20px;
	color: var(--color-heading-1);
}

@media (max-width: 576px) {
	.footer-top form .form-inner input::placeholder {
		font-size: 14px;
	}
}

.footer-top form .form-inner button {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-width: 2px 5px 5px 2px;
}

@media (max-width: 576px) {
	.footer-top form .form-inner button {
		padding: 12px 15px;
		right: 15px;
	}
}

@media (max-width: 450px) {
	.footer-top form .form-inner button {
		right: 10px;
		font-size: 14px;
	}
}

.footer-2 .footer-top form {
	text-align: center;
}

.footer-2 .footer-top form .form-title {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 40px;
}

@media (max-width: 576px) {
	.footer-2 .footer-top form .form-title {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 450px) {
	.footer-2 .footer-top form .form-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}

.footer-2 .footer-top form .form-inner {
	position: relative;
	z-index: 1;
}

.footer-2 .footer-top form .form-inner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color-heading-1);
	bottom: -5px;
	right: 0;
	z-index: -1;
	border-radius: 0;
}

.footer-2 .footer-top form .form-inner input {
	background: var(--color-white);
	padding: 25px 150px 25px 36px;
	border-radius: 0;
	border: 2px solid var(--color-heading-1);
}

.footer-2 .footer-top form .form-inner input::placeholder {
	font-size: 20px;
	color: var(--color-heading-1);
}

@media (max-width: 576px) {
	.footer-2 .footer-top form .form-inner input::placeholder {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.footer-2 .footer-top form .form-inner input {
		padding: 20px 150px 20px 36px;
	}
}

@media (max-width: 450px) {
	.footer-2 .footer-top form .form-inner input {
		padding: 15px 150px 15px 15px;
	}
}

.footer-2 .footer-top form .form-inner button {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-width: 2px 5px 5px 2px;
}

@media (max-width: 576px) {
	.footer-2 .footer-top form .form-inner button {
		padding: 12px 15px;
		right: 15px;
	}
}

@media (max-width: 450px) {
	.footer-2 .footer-top form .form-inner button {
		right: 10px;
		font-size: 14px;
	}
}

.footer-3 .footer-top form {
	text-align: center;
}

.footer-3 .footer-top form .form-title {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 40px;
}

@media (max-width: 576px) {
	.footer-3 .footer-top form .form-title {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 450px) {
	.footer-3 .footer-top form .form-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}

.footer-3 .footer-top form .form-inner {
	position: relative;
	z-index: 1;
}

.footer-3 .footer-top form .form-inner::after {
	display: none;
}

.footer-3 .footer-top form .form-inner input {
	background: var(--color-primary-2);
	padding: 25px 150px 25px 36px;
	border-radius: 5px;
	border: none;
	color: var(--color-white);
}

.footer-3 .footer-top form .form-inner input::placeholder {
	font-size: 20px;
	color: var(--color-white);
}

@media (max-width: 576px) {
	.footer-3 .footer-top form .form-inner input::placeholder {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.footer-3 .footer-top form .form-inner input {
		padding: 20px 150px 20px 36px;
	}
}

@media (max-width: 450px) {
	.footer-3 .footer-top form .form-inner input {
		padding: 15px 150px 15px 15px;
	}
}

.footer-3 .footer-top form .form-inner button {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-width: 0;
	border-radius: 6px;
}

@media (max-width: 576px) {
	.footer-3 .footer-top form .form-inner button {
		padding: 12px 15px;
		right: 15px;
	}
}

@media (max-width: 450px) {
	.footer-3 .footer-top form .form-inner button {
		right: 10px;
		font-size: 14px;
	}
}

.copyright-area-one-border {
	border-top: 1px solid #EAC0D8;
	padding: 0px 0 0;
}

.copyright-area-one {
	padding: 20px 0;
	text-align: center;
}

@media only screen and (max-width: 575px) {
	.copyright-area-one {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
}

.copyright-area-one p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

@media only screen and (max-width: 575px) {
	.copyright-area-one p {
		text-align: center;
	}
}

.copyright-area-one ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
}

.copyright-area-one ul li {
	margin: 0;
}

.copyright-area-one ul li a i {
	color: #110C2D;
	transition: 0.3s;
}

.copyright-area-one ul li a:hover i {
	color: var(--color-primary);
}

.filter-small-top-full {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.filter-small-top-full {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
}

.filter-small-top-full .left-filter {
	display: flex;
	align-items: center;
	gap: 20px;
}

.filter-small-top-full .left-filter span {
	min-width: max-content;
	color: var(--color-heading-1);
}

.filter-small-top-full .left-filter .nice-select-wrap {
	height: auto;
	padding: 10px 20px;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	border-radius: 0;
}

.filter-small-top-full .left-filter .nice-select-wrap .drop {
	color: #110C2D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding: 0px 40px 10px 10px;
}

.filter-small-top-full .left-filter .nice-select-wrap ul#price {
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	border-radius: 0;
	top: 100%;
	right: -5px;
}

.filter-small-top-full .right-filter {
	display: flex;
	align-items: center;
	gap: 40px;
}

@media only screen and (max-width: 575px) {
	.filter-small-top-full .right-filter {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
}

.filter-small-top-full .right-filter span {
	color: var(--color-heading-1);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

.filter-small-top-full .right-filter .nav-tabs {
	border: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.filter-small-top-full .right-filter .nav-tabs li {
	margin: 0;
	padding: 0;
}

.filter-small-top-full .right-filter .nav-tabs li button {
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	padding: 6px 13px;
}

.filter-small-top-full .right-filter .nav-tabs li button svg path {
	fill: var(--color-heading-1);
}

.filter-small-top-full .right-filter .nav-tabs li button.active {
	background: var(--color-primary);
}

.search-input-area {
	transition: all 500ms ease;
	visibility: hidden;
	transform: translateY(-100%);
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 57px 0;
	background: white;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-input-area.show {
	visibility: visible;
	transform: inherit;
	opacity: 1;
}

.search-input-area .search-input-inner {
	display: flex;
	align-items: center;
	position: relative;
}

.search-input-area .search-input-inner .input-div {
	width: 80%;
	display: flex;
	align-items: center;
	margin: auto;
}

.search-input-area .search-input-inner .input-div input {
	background: #F7F7F7;
	border-radius: 5px;
	height: 55px;
	border: 1px solid transparent;
}

.search-input-area .search-input-inner .input-div input:focus {
	border: 1px solid var(--color-primary);
}

.search-input-area .search-input-inner .input-div button {
	max-width: max-content;
	padding: 18px 21px;
	background: var(--color-primary);
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	display: block;
	margin-left: -9px;
	border-radius: 0 5px 5px 0;
}

.search-input-area .search-close-icon {
	cursor: pointer;
	position: absolute;
	right: 38px;
	top: 22px;
}

.search-input-area .search-close-icon i {
	position: relative;
	z-index: 1;
	color: var(--color-primary);
	transition: 0.3s;
	font-size: 18px;
}

.search-input-area .search-close-icon i:hover {
	color: #F7F7F7;
}

.search-input-area .search-close-icon i:hover::after {
	background: var(--color-primary);
}

.search-input-area .search-close-icon i::after {
	position: absolute;
	height: 45px;
	width: 45px;
	content: "";
	border-radius: 5px;
	background: #553cdf14;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 0.3s;
}

#anywhere-home {
	cursor: url(../images/banner/shape/close.png), auto;
	background: #0e1013;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease-in-out;
	pointer-events: none;
	z-index: 50;
}

#anywhere-home.bgshow {
	background: #0e1013;
	opacity: 70%;
	visibility: visible;
	pointer-events: visible;
	z-index: 999;
	top: 0;
}

.cart-bar {
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	width: 360px;
	height: 100%;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1000;
}

@media only screen and (max-width: 767px) {
	.cart-bar {
		width: 310px;
	}
}

.cart-bar.show {
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.cart-bar .cart-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.cart-bar .cart-header .cart-heading {
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	font-family: var(--font-secondary);
}

.close-cart {
	cursor: pointer;
	margin-top: -11px;
}

.close-cart i {
	transition: 0.3s;
}

.close-cart:hover i {
	transform: scale(1.3);
	color: var(--color-primary);
}

.cart-bar .product-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #E7E7E7;
}

.product-item {
	margin-bottom: 65px;
	position: relative;
	overflow: hidden;
}

.cart-bar .product-item:last-child {
	margin-bottom: 0;
}

.cart-bar .product-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart-bar .cart-edit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.cart-edit {
	margin-right: 20px;
}

.cart-bar .product-detail .product-thumb {
	margin-right: 15px;
	max-width: 75px;
}

.cart-bar .cart-edit .quantity-edit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #E7E7E7;
	padding: 3px 10px;
	border-radius: 5px;
	margin-bottom: 3px;
}

.cart-edit .quantity-edit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 10px;
	border-radius: 5px;
}

.cart-bar .cart-edit .item-wrapper {
	display: inline-block;
}

.cart-bar .cart-edit .quantity-edit button {
	background: none;
	font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
	font-size: 14px;
	color: #C0C0C0;
}

.cart-edit .quantity-edit button i {
	font-size: 16px;
	color: #d3d3d3;
}

edit .quantity-edit button {
	background: none;
	font-size: 0;
}

.cart-edit .quantity-edit button {
	background: none;
	font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
	font-size: 14px;
	color: #000000;
}

.cart-bar .cart-edit .quantity-edit button i:hover {
	color: var(--color-primary);
}

.cart-edit .quantity-edit button i {
	font-size: 16px;
	color: #d3d3d3;
}

.cart-bar .cart-edit .quantity-edit input {
	text-align: center;
	max-width: 26px;
	padding: 0;
}

.cart-edit .quantity-edit input {
	text-align: center;
	max-width: 55px;
	font-size: 16px;
	font-weight: 700;
	color: #040404;
}

.cart-bar .cart-edit .product-edit {
	margin-right: 15px;
}

.cart-bar .product-detail .product-name {
	font-size: 14px;
	font-weight: 400;
	color: var(--color-primary);
}

.cart-bar .product-detail span {
	display: inline-block;
	line-height: 19px !important;
}

.cart-bar .product-detail .product-variation span {
	color: #868686;
	font-family: roboto;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
}

.cart-bar .product-detail .product-qnty,
.cart-bar .product-detail .product-price {
	color: #404040;
	font-weight: 500;
	font-size: 13px;
	font-family: roboto;
}

.cart-bar .cart-bottom-area {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cart-bar .cart-bottom-area .spend-shipping {
	margin-bottom: 30px;
	background: #F5F5F5;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 500;
	color: var(--color-primary);
	text-align: center;
}

.cart-bar .cart-bottom-area .spend-shipping i {
	font-size: 15px;
	margin-right: 7px;
}

.cart-bar .cart-bottom-area .spend-shipping .amount {
	font-weight: 700;
	color: #040404;
}

.cart-bar .cart-bottom-area .total-price {
	font-size: 18px;
	color: #040404;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.cart-bar .cart-bottom-area .total-price span {
	color: var(--color-primary);
}

.cart-bar .cart-bottom-area .checkout-btn {
	border: 1px solid var(--color-primary);
	margin-bottom: 10px;
	color: var(--color-primary);
}

.cart-bar .cart-bottom-area .cart-btn {
	width: 100%;
	padding: 10px 20px;
	border-radius: 7px;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.cart-bar .cart-bottom-area .view-btn {
	border: 1px solid transparent;
	background: var(--color-primary);
	color: #fff;
}

.cart-bar .cart-bottom-area .cart-btn {
	width: 100%;
	padding: 10px 20px;
	border-radius: 7px;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.cart-bar .cart-bottom-area .checkout-btn:hover {
	background: var(--color-primary);
	color: #fff;
}

.nice-select-wrap {
	margin: 1rem auto 0;
	width: 100%;
	border-radius: 0;
	overflow: visible;
	margin-right: auto;
	position: relative;
	right: auto;
	left: 0;
	margin-left: 0;
	height: 56px;
	top: 0;
	margin-top: 0;
	border-radius: 6px;
}

.nice-select-wrap.down {
	background-color: white;
}

.nice-select-wrap.down .drop::after {
	content: "\f077";
}

.nice-select-wrap .drop,
.nice-select-wrap ul a {
	width: 100%;
	display: block;
	padding: 2px 11px;
	text-decoration: none;
	color: #666;
	font-size: 0.88rem;
	line-height: 1.88;
	height: 2.5rem;
}

.nice-select-wrap .drop {
	position: relative;
}

.nice-select-wrap .drop::after {
	content: "\f078";
	position: absolute;
	text-align: center;
	width: 1rem;
	height: 1rem;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	color: #666;
	line-height: 0.94;
	transition: all 300ms ease;
	font-family: var(--font-3);
}

.nice-select-wrap ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	position: absolute;
	z-index: 100000;
	background: #fff;
	border-radius: 10px;
	width: 151px;
}

.nice-select-wrap ul a {
	position: relative;
	font-size: 16px;
}

.nice-select-wrap ul a:hover {
	color: var(--color-primary);
}

.nice-select-wrap ul a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, whitesmoke 10%, whitesmoke 90%, rgba(245, 245, 245, 0) 100%);
}

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	box-shadow: 0px 1px 5px 10px rgba(0, 0, 0, 0.041);
}

.progress-wrap::after {
	position: absolute;
	font-family: var(--font-3);
	content: "\f077";
	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;
	border: 0px solid var(--color-primary);
	box-shadow: none;
	border-radius: 50% !important;
	border-radius: 5px;
}

.progress-wrap:hover::after {
	opacity: 1;
	content: "\f077";
	border: 0px solid var(--color-primary);
}

.progress-wrap::before {
	position: absolute;
	font-family: "unicons";
	content: "\f077";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: var(--color-primary);
	-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;
}

.progress-wrap:hover::before {
	opacity: 0;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg {
	color: var(--color-primary);
	border-radius: 50%;
	background: #fff;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--color-primary);
	stroke-width: 0px;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.home-blue .progress-wrap svg.progress-circle path {
	stroke: var(--color-primary-2);
}

.home-blue .progress-wrap::after {
	border-color: var(--color-primary-2);
	box-shadow: 0px 3px 20px 6px #0742e952;
	color: var(--color-primary-2);
}

.container {
	max-width: 1350px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.bg-blue .title-area-left-style span {
	color: #fff;
}

.bg-blue .title-area-left-style .title {
	color: #fff;
}

.bg-blue .title-area-left-style p.post-title {
	color: #fff;
}

.title-between-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.title-between-area {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.title-between-area {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 25px;
	}
}


.bg-eight {
	background-color: var(--color-primary-9);
}

.bg-nine {
	background-color: var(--color-primary-10);
}

.color-primary {
	color: var(--color-primary);
}

.color-one {
	color: var(--color-primary-2);
}

.color-two {
	color: var(--color-primary-3);
}

.color-three {
	color: var(--color-primary-4);
}

.color-four {
	color: var(--color-body-2);
}

.color-five {
	color: var(--color-primary-6);
}

.color-six {
	color: var(--color-primary-7);
}

.color-seven {
	color: var(--color-primary-8);
}

.color-eight {
	color: var(--color-primary-9);
}

.color-white {
	color: var(--color-white);
}

.bg-light-1 {
	background: #F9F8FF;
}

.bg-gray {
	background: #EEEEEE;
}

.section-title-w-style-center {
	text-align: center;
}

.section-title-w-style-center .title {
	margin-bottom: 5px;
	color: #110C2D;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
}

@media only screen and (max-width: 767px) {
	.section-title-w-style-center .title {
		font-size: 26px;
		line-height: 1.3;
	}
}

.section-title-w-style-center p {
	margin-bottom: 0;
	color: #737477;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.kitchen-home {
	background: #FFFAEE;
}

.success {
	border: 1px solid #084298;
	background: #343a40;
	padding: 5px 15px;
	border-radius: 4px;
	color: #f8f9fa;
	display: inline-block;
}

.error {
	border: 1px solid #842029;
	background: #2c0b0e;
	padding: 5px 15px;
	border-radius: 4px;
	color: #ea868f;
	display: inline-block;
}

.section-bg {
	background: var(--color-bg);
}

.section-bg2 {
	background: #fffff0;
}

.section-bg3 {
	background-color: #021b67;
	background-image: url(../images/about/patter-03.png);
}

.rts-shape-move {
	position: relative;
	z-index: 1;

}

.rts-shape-move .shape-image .shape {
	position: absolute;
}

.bg-section {
	background-image: url(../images/about/patter-01.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-section1 {
	background-image: url(../images/about/patter-02.png);
	background-repeat: no-repeat;
}

.bg-section2 {
	background-image: url(../images/about/patter-05.png);
	background-repeat: no-repeat;
	background-size: cover;
	background: rgb(246, 76, 53);
	background: linear-gradient(90deg, rgb(3 41 100) 0%, rgb(3 38 106) 54%);
	background-size: cover;
	animation: animation 5s linear infinite;
}

.bg-section3 {
	background-image: url(../images/about/patter-04.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-section4 {
	background-image: url(../images/about/patter-06.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #301237;
}

.content-quote {
	position: relative;
	border-radius: 10px;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	letter-spacing: 0.28px;
	background-color: #0407ba;
	padding: 25px;
	margin-bottom: 0;
	transition: .6s;
}

.content-quote h4 {
	color: #fff;
	margin-bottom: 0;
	line-height: 32px;
	font-weight: 400;
}

.section-title-sub {
	margin: 25px 0 0;
	font-size: 32px;
	background-color: #f0f8ff;
	display: inline-flex;
	padding: 0 40px;
	border-radius: 5px;
}

.bg-one {
	background: #027474;
}

.bg-two {
	background: #001c5e;
}

.bg-three {
	background: #027474;
}
.bg-four {
    background: #0407ba;
}

.bg-five {
	background: #D3D3D3
}

.bg-six {
	background: #FFF0E4:
}

.bg-seven {
	background: #6495ED;
}

.bg-eight {
	background: #8FBC8F;
}

.bg-nine {
	background: #371777;
}

a {
	transition: var(--transition);
}

.preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: default;
	position: fixed;
	z-index: 9999999;
	background: var(--color-primary-2);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.preloader .animation-preloader {
	z-index: 1000;
}

@media (max-width: 767px) {
	.preloader .animation-preloader .spinner {
		width: 7.5em;
		height: 7.5em;
		margin: 0 auto 1.5em auto;
	}
}

.preloader .animation-preloader .txt-loading {
	font-size: 80px;
	line-height: 118px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 700;
}

@media (max-width: 767px) {
	.preloader .animation-preloader .txt-loading {
		font-size: 50px;
		line-height: 77px;
	}
}

@media (max-width: 575px) {
	.preloader .animation-preloader .txt-loading {
		font-size: 36px;
		line-height: 58px;
	}
}

.preloader .animation-preloader .txt-loading .letters-loading {
	color: var(--color-primary-2);
	font-family: var(--font-secondary);
	font-weight: 800;
	position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading.first {
	color: var(--color-primary-5);
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.preloader p {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #243342;
}

.preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.preloader .loader .row {
	height: 100%;
}

.preloader .loader .loader-section {
	padding: 0px;
}

.preloader .loader .loader-section .bg {
	background-color: #fff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

.side-bar {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: -100%;
	width: 465px;
	padding: 40px 30px;
	padding-top: 50px;
	height: 100%;
	display: block;
	background-color: white;
	backdrop-filter: blur(7px);
	z-index: 1900;
	transition: all 600ms ease;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overflow: visible;
}

@media only screen and (max-width: 575px) {
	.side-bar {
		width: 310px;
	}
}

.side-bar .inner-main-wrapper-desk .thumbnail {
	display: flex;
	justify-content: center;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
	width: 85%;
	margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content {
	text-align: center;
	margin-top: 30px;
}

.side-bar .inner-main-wrapper-desk .inner-content p {
	max-width: 95%;
	text-align: center;
	margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content .title {
	font-weight: 600;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer {
	padding-top: 50px;
	margin-top: 80px;
	border-top: 1px solid #c2c2c2;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
	font-weight: 500;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
	margin: auto;
}

.side-bar.show {
	right: 0;
	overflow-y: auto;
}

.side-bar button {
	max-width: max-content;
	margin-right: auto;
	margin-left: -53px;
	margin-top: 0;
	position: absolute;
}

.side-bar button i {
	color: #ffffff;
	height: 50px;
	width: 50px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
	margin-top: -53px;
	font-size: 27px;
	background: var(--color-primary-2);
}

#side-bar .inner-main-wrapper-desk {
	display: none;
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	#side-bar .inner-main-wrapper-desk {
		display: none;
	}
}

#side-bar .mobile-menu-main {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#side-bar .mobile-menu-main {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	#side-bar .mobile-menu-main {
		display: block;
	}
}

.mobile-menu-main nav ul {
	padding: 0 20px;
	display: block;
}

.mobile-menu-main nav ul li {
	margin: 0;
	padding: 0;
}

.mobile-menu-main nav ul li a.main {
	padding: 10px 0 12px 0;
	border-bottom: 1px solid #f3f3f3;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
}

.mobile-menu-main nav ul li a.main:hover {
	color: var(--color-primary-2);
}

.mobile-menu-main nav ul li.has-droupdown {
	position: relative;
}

.mobile-menu-main nav ul li.has-droupdown ul {
	padding: 0;
}

.mobile-menu-main nav ul li.has-droupdown ul a {
	padding: 10px 0;
	font-weight: 400;
	font-size: 16px;
}

.mobile-menu-main nav ul li.has-droupdown ul a:hover {
	color: var(--color-primary-2);
}

.mobile-menu-main nav ul li.has-droupdown ul a.tag {
	font-weight: 500;
	margin-top: 15px;
	font-size: 16px;
	border-bottom: 2px solid var(--color-primary);
	padding: 10px 0;
	margin-top: 0;
}

.mobile-menu-main nav ul li.has-droupdown ul li {
	margin: 7px 0 !important;
	border-bottom: 1px solid #f3f3f3;
	margin-top: 0 !important;
}

.mobile-menu-main nav ul li.has-droupdown::after {
	position: absolute;
	content: "\f078";
	font-family: "Font Awesome 6 pro" !important;
	font-size: 16px;
	right: 0;
	font-weight: 400;
	top: 5px;
	padding: 8px 13px;
	color: #fff;
	background: var(--color-primary-2) !important;
	pointer-events: none;
	cursor: pointer;
}

.mobile-menu-main nav ul li.has-droupdown.mm-active::after {
	content: "\f077";
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl::after {
	font-size: 10px;
	padding: 3px 10px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul {
	padding: 0 20px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li {
	margin: 10px 0 !important;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	color: #1F1F25;
	font-size: 16px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
	color: var(--color-primary);
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	font-size: 16px;
	color: #1F1F25;
}

.mobile-menu-main nav ul li a {
	display: block;
	text-transform: capitalize;
}

.mobile-menu-main .social-wrapper-one {
	margin-top: 50px;
}

@media screen and (max-width: 1024px) {

	.side-bar.header-two .inner-main-wrapper-desk,
	.side-bar.header-three .inner-main-wrapper-desk {
		display: none;
	}
}

@media screen and (min-width: 1024px) {

	.side-bar.header-two .mobile-menu,
	.side-bar.header-three .mobile-menu {
		display: none !important;
	}
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
	position: relative;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
	color: var(--color-primary);
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 6 Pro" !important;
	font-size: 16px;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
	margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
	padding: 15px 0;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
	position: relative;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
	color: var(--color-primary);
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 6 Pro" !important;
	font-size: 16px;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
	margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
	margin: 0;
	width: 100%;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
	display: block;
	width: 100%;
	padding: 0 15px;
}

.sub-dropdown {
	position: relative !important;
	display: block !important;
}

.sub-dropdown .submenu.third-lvl {
	opacity: 0 !important;
	min-width: 185px !important;
	left: 100% !important;
	top: -13% !important;
	margin: 0;
	border-radius: 0 !important;
}

.sub-dropdown .submenu.third-lvl.base {
	display: block !important;
}

.sub-dropdown:hover .sub-menu-link {
	color: var(--color-primary);
}

.sub-dropdown:hover .submenu.third-lvl.base {
	opacity: 1 !important;
	min-width: 185px !important;
	top: 0 !important;
	right: 3px;
	display: block !important;
}

.sub-dropdown:hover .submenu.third-lvl.base li {
	display: block;
}

.sub-dropdown:hover .submenu.third-lvl.base li a {
	display: block !important;
}

.header-three .sub-dropdown:hover .submenu.third-lvl.base {
	margin-left: -14px !important;
}

.header-two .header-main-wrapper .sub-dropdown:hover .submenu.third-lvl.base {
	margin-left: 90px !important;
}

header.heder-two .sub-dropdown:hover .submenu.third-lvl.base {
	opacity: 1 !important;
	min-width: 185px !important;
	top: 0 !important;
	right: 3px;
	display: block;
	margin-left: 0 !important;
}

header.heder-two .sub-dropdown::after {
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 6 Pro" !important;
	font-size: 16px;
	right: 20px;
	top: 8px;
	color: #fff;
}

header.heder-two .sub-dropdown:hover a.sub-menu-link {
	color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown:hover::after {
	color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown .submenu.third-lvl.base {
	display: block;
}

header.header-three .sub-dropdown:hover .submenu.third-lvl.base {
	opacity: 1 !important;
	min-width: 185px !important;
	top: 0 !important;
	right: 3px;
	display: block;
	margin-left: 0 !important;
}

header.header-three .sub-dropdown::after {
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 6 Pro" !important;
	font-size: 16px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

header.header-three .sub-dropdown:hover a.sub-menu-link {
	color: var(--color-primary) !important;
}

header.header-three .sub-dropdown:hover::after {
	color: var(--color-primary) !important;
}

header.header-three .sub-dropdown .submenu.third-lvl.base {
	display: block;
}

.gym-home .side-bar button i,
.gym-home .mobile-menu-main nav ul li.has-droupdown::after {
	background: var(--color-primary-gym) !important;
}

.gym-home .mobile-menu-main .buttons-area .rts-btn {
	border: 1px solid var(--color-primary-gym);
	color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main .buttons-area .rts-btn.btn-primary {
	background: var(--color-primary-gym) !important;
	color: #FFFFFF;
}

.gym-home .mobile-menu-main nav ul li a.main:hover {
	color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li a.main:focus {
	color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li.has-droupdown ul a.tag {
	border-bottom: 2px solid var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li.has-droupdown ul a.tag:hover {
	color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li.has-droupdown ul.third-lvl a:hover {
	color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
	color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul.mm-collapse li a:hover {
	color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main .rts-social-style-one ul li a:hover {
	color: var(--color-primary-gym);
}

.gym-home .progress-wrap::after {
	color: var(--color-primary-gym);
}

.kitchen-home .side-bar button i,
.kitchen-home .mobile-menu-main nav ul li.has-droupdown::after {
	background: var(--color-primary-kitchen) !important;
}

.kitchen-home .mobile-menu-main .buttons-area .rts-btn {
	border: 1px solid var(--color-primary-kitchen);
	color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main .buttons-area .rts-btn.btn-primary {
	background: var(--color-primary-kitchen) !important;
	color: #FFFFFF;
}

.kitchen-home .mobile-menu-main nav ul li a.main:hover {
	color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li a.main:focus {
	color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li.has-droupdown ul a.tag {
	border-bottom: 2px solid var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li.has-droupdown ul a.tag:hover {
	color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li.has-droupdown ul.third-lvl a:hover {
	color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
	color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul.mm-collapse li a:hover {
	color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main .rts-social-style-one ul li a:hover {
	color: var(--color-primary-kitchen);
}

.kitchen-home .progress-wrap::after {
	color: var(--color-primary-kitchen);
}

.rts-contact-area .section-inner {
	margin-top: 70px;
}

.rts-contact-area .get-in-touch .contact-wrapper-list {
	padding: 0;
	margin: 0;
}

.rts-contact-area .get-in-touch .contact-wrapper-list li {
	list-style: none;
	display: flex;
	gap: 30px;
	padding: 28px 30px;
	margin: 0 0 20px;
	border-radius: 5px;
}

.rts-gallery-area.bg-gallery {
	background-color: #faebd7;
	background-image: unset;
}

@media (max-width: 1200px) {
	.rts-contact-area .get-in-touch .contact-wrapper-list li {
		padding: 35px 30px;
	}
}

@media (max-width: 576px) {
	.rts-contact-area .get-in-touch .contact-wrapper-list li {
		padding: 30px 20px;
	}
}

@media (max-width: 450px) {
	.rts-contact-area .get-in-touch .contact-wrapper-list li {
		flex-direction: column;
	}
}

.rts-contact-area .get-in-touch .contact-wrapper-list li .text h4 {
	color: var(--color-white);
	margin-bottom: 12px;
}

@media (max-width: 1200px) {
	.rts-contact-area .get-in-touch .contact-wrapper-list li .text h4 {
		margin-bottom: 8px;
	}
}

.rts-contact-area .get-in-touch .contact-wrapper-list li .text .desc {
	margin-bottom: 0;
	color: var(--color-white);
}

.rts-contact-area .get-in-touch .contact-wrapper-list li .text .desc a {
	color: var(--color-white);
}

.contact-form-group {
	position: relative;
	border: 1px solid #dddddd;
	border-radius: 0px;
	padding: 25px;
	margin-bottom: 20px;
	background-color: #0407ba;

}

.flex-fill.rounded img.icon {
	padding: 20px;
}

.contact-form {
	margin-left: 0px;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.contact-form {
		padding: 40px 30px;
	}
}

@media (max-width: 991px) {
	.contact-form {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media (max-width: 576px) {
	.contact-form {
		padding: 30px;
	}
}

@media (max-width: 450px) {
	.contact-form {
		padding: 30px 20px;
	}
}

.contact-form .heading-title {
	margin-bottom: 20px;
}

.contact-form .form-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.contact-form .form-inner .single-input {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #f0f8ff;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.contact-form .form-inner .single-input {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.contact-form .form-inner .single-input {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.contact-form .form-inner .single-input {
		width: 100%;
	}
}

.contact-form .form-inner .single-input input {
	padding: 0;
}

.contact-form .form-inner .single-input input::placeholder {
	color: var(--color-heading-1);
	font-size: 15px;
}

.contact-form .form-inner .single-input textarea {
	padding: 0;
	color: var(--color-heading-1);
}

.contact-form .form-inner .single-input textarea::placeholder {
	color: var(--color-heading-1);
	font-size: 15px;
}

.contact-form .form-inner .single-input .nice-select-wrap {
	height: auto;
}

.contact-form .form-inner .single-input .nice-select-wrap .drop {
	padding: 0;
	font-size: 15px;
	color: var(--color-heading-1);
}

.contact-form .form-inner .single-input.message {
	width: 100%;
	min-height: 103px;
}

.rts-pricing-area {
	position: relative;
	z-index: 1;
}

.rts-pricing-area .section-inner {
	margin-top: 100px;
}

.rts-pricing-area.area-2 .section-inner {
	margin-top: 60px;
}

.rts-pricing-area.area-2 .shape-image .shape {
	position: absolute;
	z-index: -1;
}

.rts-pricing-area.area-2 .shape-image .shape.one {
	left: 20%;
	top: 10%;
}

.rts-pricing-area.area-2 .shape-image .shape.two {
	left: 5%;
	bottom: 20%;
}

.rts-pricing-area.area-2 .shape-image .shape.three {
	right: 5%;
	bottom: 40%;
}

.pricing-wrapper {
	padding: 40px 17px 50px 40px;
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
}

@media (max-width: 1200px) {
	.pricing-wrapper {
		padding: 40px 15px 50px 20px;
	}
}

@media (max-width: 991px) {
	.pricing-wrapper {
		margin-bottom: 65px;
	}
}

.pricing-wrapper .pricing-head {
	max-width: max-content;
	margin: auto;
	background: var(--color-white);
	border-width: 2px 5px 5px 2px;
	border-style: solid;
	border-color: var(--color-heading-1);
	padding: 18px 35px;
	margin-top: -90px;
	margin-bottom: 40px;
}

@media (max-width: 576px) {
	.pricing-wrapper .pricing-head {
		padding: 10px 35px;
	}
}

.pricing-wrapper .pricing-head p {
	color: var(--color-heading-1);
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	font-family: var(--font-secondary);
	margin-bottom: 5px;
}

@media (max-width: 576px) {
	.pricing-wrapper .pricing-head p {
		font-size: 16px;
		line-height: 26px;
	}
}

.pricing-wrapper .pricing-head p.pricing-validity {
	margin-bottom: 0;
}

.pricing-wrapper .pricing-head p.pricing-validity span {
	font-size: 36px;
	line-height: 46px;
	margin-right: 8px;
}

@media (max-width: 576px) {
	.pricing-wrapper .pricing-head p.pricing-validity span {
		font-size: 30px;
		line-height: 40px;
	}
}

.pricing-wrapper .pricing-body .desc {
	color: var(--color-white);
	margin-bottom: 30px;
}

.pricing-wrapper .pricing-body .pricing-list {
	padding: 0;
	margin: 0;
}

.pricing-wrapper .pricing-body .pricing-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--color-white);
	display: flex;
	align-items: self-start;
	gap: 12px;
	margin-top: 30px;
}

@media (max-width: 1200px) {
	.pricing-wrapper .pricing-body .pricing-list li {
		font-size: 16px;
	}
}

.pricing-wrapper .pricing-body .pricing-list li:first-child {
	margin-top: 0;
}

.pricing-wrapper .pricing-body .pricing-list li.last {
	color: rgba(255, 255, 255, 0.4);
}

.pricing-wrapper .pricing-body .pricing-list li.last i {
	color: rgba(255, 255, 255, 0.4);
}

.pricing-wrapper .pricing-body .pricing-list li i {
	color: var(--color-primary);
	margin-top: 3px;
}

.pricing-wrapper .pricing-button-area .pricing-btn {
	margin: 40px auto auto;
	background: var(--color-white) !important;
	transition: all 0.3s;
}

.pricing-wrapper .pricing-button-area .pricing-btn:hover {
	background: var(--color-primary) !important;
}

.pricing-wrapper.bg-four .pricing-head {
	background: var(--color-primary);
}

.pricing-wrapper.bg-four .pricing-button-area .pricing-btn {
	background: var(--color-primary) !important;
}

.pricing-wrapper-style-2 {
	position: relative;
	z-index: 1;
}

@media (min-width: 1201px) {
	.pricing-wrapper-style-2 {
		background: none;
	}
}

.pricing-wrapper-style-2 .pricing-bg-area {
	position: absolute;
	z-index: -1;
}

@media (max-width: 1200px) {
	.pricing-wrapper-style-2 .pricing-bg-area {
		display: none;
	}
}

.pricing-wrapper-style-2 .pricing-wrapper-inner {
	padding: 40px 80px 60px;
}

@media (max-width: 1366px) {
	.pricing-wrapper-style-2 .pricing-wrapper-inner {
		padding: 40px 50px 60px;
	}
}

@media (max-width: 1200px) {
	.pricing-wrapper-style-2 .pricing-wrapper-inner {
		padding: 40px 30px 60px;
	}
}

@media (max-width: 450px) {
	.pricing-wrapper-style-2 .pricing-wrapper-inner {
		padding: 40px 20px 60px;
	}
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	position: relative;
	z-index: 1;
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head p {
	margin-bottom: 0;
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head p.plan {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	font-family: var(--font-secondary);
	margin-bottom: 8px;
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head p.period {
	font-size: 24px;
	line-height: 26px;
	font-weight: 800;
	color: var(--color-white);
	font-family: var(--font-secondary);
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head .head-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body {
	margin-top: 25px;
	padding: 0 20px;
}

@media (max-width: 991px) {
	.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body {
		padding: 0;
	}
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body .price {
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-family: var(--font-secondary);
	color: var(--color-white);
	font-weight: 800;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body .price {
		text-align: left;
	}
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body .price span {
	font-size: 40px;
	line-height: 36px;
	margin-right: 5px;
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body .pricing-list {
	padding: 0;
	margin: 0;
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body .pricing-list li {
	list-style: none;
	display: flex;
	align-items: self-start;
	color: var(--color-white);
	gap: 12px;
	font-size: 16px;
	margin: 10px 0;
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body .pricing-list li i {
	margin-top: 5px;
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body .pricing-list li:first-child {
	margin-top: 0;
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body .pricing-list li:last-child {
	margin-bottom: 0;
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-button-area {
	margin-top: 40px;
}

@media (max-width: 1366px) and (min-width: 1200px) {
	.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-button-area {
		margin-top: 20px;
	}
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-button-area .rts-btn {
	margin: auto;
	border: 1px solid var(--color-white);
	padding: 17px 50px;
	line-height: 1;
	color: var(--color-white);
	font-weight: 600;
	border-radius: 6px;
}

@media (max-width: 991px) {
	.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-button-area .rts-btn {
		margin: 0;
	}
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-button-area .rts-btn:hover {
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: var(--color-heading-1);
}

.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-button-area.mid .rts-btn {
	background: var(--color-primary);
	color: var(--color-heading-1);
	border: 1px solid var(--color-primary);
}

.rts-service-area .section-inner {
	margin-top: 60px;
}

.rts-service-area.v-2 .section-inner {
	position: relative;
	z-index: 1;
}

.rts-service-area.v-2 .section-inner .service-image-area {
	position: absolute;
	max-width: max-content;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

@media (max-width: 1200px) {
	.rts-service-area.v-2 .section-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
}

@media (max-width: 1200px) {
	.rts-service-area.v-2 .section-inner .service-image-area {
		position: unset;
		transform: none;
	}
}

.service-wrapper {
	text-align: center;
}

@media (max-width: 991px) {
	.service-wrapper {
		margin-bottom: 40px;
	}
}

.service-wrapper .wrapper-inner {
	max-width: max-content;
	margin: auto;
	border: 1px dashed var(--color-primary-2);
	padding: 15px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.service-wrapper .wrapper-inner:hover .image-area .overlay-shape {
	opacity: 1;
}

.service-wrapper .wrapper-inner .image-area {
	max-width: max-content;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.service-wrapper .wrapper-inner .image-area img {
	border-radius: 50%;
}

.service-wrapper .wrapper-inner .image-area .overlay-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	border-radius: 50%;
	z-index: 0;
	transition: all 0.3s;
	opacity: 0;
}

.service-wrapper .wrapper-inner .image-area .overlay-shape img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0;
}

.service-wrapper .wrapper-inner .image-area .overlink {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: 1;
}

.service-wrapper .service-title {
	margin-top: 40px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.service-wrapper .service-title br {
		display: none;
	}
}

.service-wrapper-style-2 {
	padding: 0;
	margin: 0;
}

.service-wrapper-style-2 .wrapper-list {
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 0;
	background-color: transparent;
	padding: 25px;
	border-radius: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #9f809a;
}

@media (max-width: 450px) {
	.service-wrapper-style-2 .wrapper-list {
		gap: 10px;
	}
}

.service-wrapper-style-2 .wrapper-list:last-child {
	margin-bottom: 0;
}

.service-wrapper-style-2 .wrapper-list .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin-right: 25px;
}

.service-wrapper-style-2 .wrapper-list .text {
	flex-basis: 100%;
}

.service-wrapper-style-2 .wrapper-list .text .heading-title {
	margin-bottom: 10px;
	text-align: center;
	font-size: 35px;
}

.service-wrapper-style-2 .wrapper-list .text .heading-title i {
	margin-right: 10px;
	color: #ffc107;
}

@media (max-width: 450px) {
	.service-wrapper-style-2 .wrapper-list .text .heading-title {
		font-size: 18px;
	}
}

.rts-video-area {
	background: url(../images/banner/video-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 300px 0;
	position: relative;
	z-index: 1;
}

.rts-video-area::after {
	content: "";
	position: absolute;
	z-index: -1;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.rts-video-area .video-btn-area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.rts-video-area .video-btn-area .video-play-button {
	width: 118px;
	height: 118px;
	background: none;
	border: none;
}

.rts-video-area .video-btn-area .video-play-button::after {
	display: none;
}

.rts-video-area .video-btn-area .video-play-button .icon {
	animation: rotateIt 6s linear infinite;
}

.rts-video-area .video-btn-area .round {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.rts-video-area .video-btn-area .play-icon {
	position: absolute;
	top: 48%;
	left: 52%;
	transform: translate(-52%, -48%);
	height: 51px;
}

@media (max-width: 1399.98px) {
	.main-nav-one ul li>a {
		font-size: 14px;
	}

	.header-right-area-one .buttons-area .rts-btn {
		padding: 16px 14px;
		font-size: 14px;
	}

	.header-one-wrapper .left-side-header {
		gap: 0px;
		width: 320px;
	}
}

@media (max-width: 1299.98px) {
	.main-nav-one ul li>a {
		font-size: 15px;
	}

	.main-nav-one ul li>a {
		padding: 0px 10px;
	}

	.header-top-one-wrapper .left-information a {
		font-size: 14px;
	}

	.marquee-text {
		font-size: 14px;
	}

	.mandatory-info {
		font-size: 14px;
	}
}

@media (max-width: 1199.98px) {
	.main-nav-one ul li>a {
		font-size: 14px;
	}

	.header-one-wrapper .left-side-header {
		gap: 0px;
		width: 300px;
	}

	.icon-bar a {
		display: block;
		text-align: center;
		padding: 5px;
		transition: all 0.3s ease;
		color: #fff;
		font-size: 12px;
	}

	.rts-btn {
		padding: 15px 25px;
		font-weight: 700;
		font-size: 15px;
	}

	.float-apply {
		padding: 8px 20px;
		margin-top: -20px;
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	.about-grid .about-wrapper {
		grid-template-columns: auto;
	}

	.corevalues-section .service-wrapper-style-2 {
		grid-template-columns: auto;
	}

	.service-wrapper-style-2 .wrapper-list {
		display: block;
		text-align: center;
	}

	.service-wrapper-style-2 .wrapper-list .icon {
		text-align: center;
		display: inline-block;
		margin-right: 0;
		margin-bottom: 20px;
		align-items: center;
	}
}

.about-image img {
	background-color: #fff;
	padding: 5px;
	border: 1px dashed var(--color-primary-2);
	border-radius: 10px;
}

.about-fact img {
	outline: 1px solid white;
	outline-offset: -4px;
	margin-top: 15px;
}

.counter-wrapper-style-2 .icon-area img {
	width: 80px;
}

.marquee {
	display: inline-block !important;
	white-space: nowrap;
	animation: scroll 10s linear infinite;
	padding-bottom: 5px;
}

@keyframes scroll {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-50%);
	}
}

.cs_top_header_in h4 {
	background-color: #8b0000;
	display: inline;
	padding: 10px;
	color: #fff;
	line-height: 32px;
}

.cs_top_header_in .marquee {
	margin-top: 35px;
}

.why-choose-img {
	background-color: #fff;
	padding: 10px;
}

.service-wrapper-style-2.style-one {
	display: block;
}

.area-2.box-area {
	padding: 15px 25px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.category-wrapper .rd_clr img {
	position: relative;
	border: 1px dashed var(--color-primary-2);
	border-radius: 10px;
	padding: 10px;
	z-index: 1;
}

.listing-left-group .listing-images {
	position: absolute;
	width: 50%;
	right: 0;
}

.listing-position {
	position: relative;
}

.listing-left-group {
	display: flex;
	background-color: #21243d;
}

.listing-left-group .listing-widget-wrap {
	padding: 0px;
	width: 50%;
}

.listing-right-group .listing-images {
	width: 100%;
}

.listing-left-group .listing-column {
	width: 100%;
}

.listing-right-group {
	display: flex;
}

.listing-column {
	width: 100%;
}

.listing-left-group .listing-column {
	width: 100%;
}

.listing-right-group .listing-column {
	width: 100%;
	background-color: #fbcc61;
	padding: 0px;
}

.listing-right-group .listing-widget-wrap {
	padding: 0px;
}

.listing-left-group h2,
.listing-left-group p {
	color: #fff;
}

.info-box-wrapper {
	border: 1px solid #515158;
	padding: 25px;
	margin-bottom: 30px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.info-box-wrapper:hover {
	background-color: #fbcc61;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}


/* CSS */
.button-50 {
	appearance: button;
	background-color: #ffc107;
	background-image: none;
	border: 1px solid #ffc107;
	border-radius: 4px;
	box-shadow: #fff 4px 4px 0 0, #000 4px 4px 0 1px;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 5px 10px 0;
	overflow: visible;
	padding: 12px 40px;
	text-align: center;
	text-transform: none;
	touch-action: manipulation;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.button-50:focus {
	text-decoration: none;
}

.button-50:hover {
	text-decoration: none;
	color: #fff;
	background: #1671ae;
	border-color: #1671ae;
	box-shadow: #fff 4px 4px 0 0, #fff 4px 4px 0 1px;
}

.button-50:active {
	box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
	outline: 0;
}

.button-50:not([disabled]):active {
	box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
	transform: translate(2px, 2px);
}

@media (min-width: 768px) {
	.button-50 {
		padding: 12px 50px;
	}

}

blockquote {
	font-style: italic;
	color: #333;
	background-color: #eef6fb;
	/* soft light blue background */
	border-left: 6px solid #0074D9;
	/* deeper blue accent line */
	padding: 1em 1.5em;
	margin: 1.5em 0;
	border-radius: 4px;
}

.flex-fill.about-image-info {
	border: 1px solid #ddd;
	background-color: #fcfbfb;
	margin-bottom: 25px;
}

.listing-section {
	background-color: #fdfaf8;
	border-left: 5px solid #110c2d;
	padding: 1.5rem;
	margin: 2rem 0;
	border-radius: 8px;
}

.listing-section h3 {
	color: #00796b;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.listing-section ul,
.listing-section ol {
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

.listing-section ul li {
	position: relative;
	padding-left: 1rem;
	margin-bottom: 20px;
	list-style: none;
}

.listing-section ul li::before {
	content: "✔";
	position: absolute;
	left: -1.2rem;
	color: #110c2d;
	font-weight: bold;
}

.listing-section em {
	font-style: italic;
	color: #004d40;
}

.section-title-area h2 {
	text-transform: capitalize;
}

.features {
	margin: 40px auto;
	padding: 20px;
	font-family: "Segoe UI", Arial, sans-serif;
	line-height: 1.8;
	color: #333;
}

.features h2 {
	text-align: center;
	color: #0407ba;
	margin-bottom: 20px;
}

.features .intro,
.features .conclusion {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}

.feature-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
}
.feature-card span {
    font-size: 70px;
    text-align: center;
    margin: auto;
    display: block;
	line-height: 70px;
	margin-bottom: 15px;
}
.feature-card {
	background: #f7f7f7;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	border: 1px solid #cccccc;
}

.feature-card:hover {
	transform: translateY(-6px);
}

.feature-card h3 {
    margin-bottom: 12px;
    text-align: center;
    line-height: 40px;
}

.feature-card p,
.feature-card ul {
	font-size: 16px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

.feature-card ul {
	list-style: "💜 ";
	margin-left: 20px;
}

/* Different background colors */
.purple {
	background: #f2e6ff;
}

.blue {
	background: #e6f0ff;
}

.green {
	background: #e6ffe6;
}

.orange {
	background: #fff2e6;
}

.red {
	background: #ffe6e6;
}

.teal {
	background: #e6ffff;
}

.yellow {
	background: #fffbe6;
}

.pink {
	background: #ffe6f7;
}

.sky {
	background: #e6f9ff;
}

.gray {
	background: #f2f2f2;
}

.violet {
	background: #f5e6ff;
}

.about-group-section {
	.about {
		background: linear-gradient(to right, #f9f0ff, #f0f7ff);
		padding: 30px 30px;
		border-radius: 20px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	}

	.about h2 {
		color: #0407ba;
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.about p {
		font-size: 18px;
		line-height: 1.9;
		margin-bottom: 20px;
		color: #333;
		text-align: justify;
	}

}

/* .courses-section {
  background: #f7f9fc;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  color: #2c3e50;
} */

.courses-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
}

.courses-section h2 {
	text-align: center;
	font-size: 2.3rem;
	margin-bottom: 30px;
	color: #1a5276;
}

.course-box {
	background-color: #ffffff;
	padding: 25px 30px;
	margin-bottom: 25px;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.course-box.bg-section3 img {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}

.course-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.course-box h3 {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 15px;
	color: #162d72;
}

.course-box ul {
	list-style: none;
	padding: 0;
}

.course-box ul li {
	font-size: 16px;
	margin: 8px 0;
	line-height: 32px;
}

.course-box strong {
	color: #154360;
}

.closing {
	margin-top: 30px;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.8;
	color: #34495e;
}

.timings-section {
	background: #fefefe;
	padding: 60px 20px;
	font-family: "Poppins", sans-serif;
	color: #2c3e50;
}

.timings-section .container {
	max-width: 900px;
	margin: 0 auto;
}

.timings-section h2 {
	text-align: center;
	font-size: 2.3rem;
	margin-bottom: 20px;
	color: #154360;
}

.timings-section .intro {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.7;
	margin-bottom: 40px;
	color: #34495e;
}

.schedule-box {
	background: #ffffff;
	padding: 25px 30px;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.schedule-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.schedule-box h3 {
	font-size: 1.4rem;
	margin-bottom: 15px;
	color: #e67e22;
}

.schedule-box ul {
	list-style: none;
	padding: 0;
}

.schedule-box ul li {
	font-size: 1rem;
	margin: 10px 0;
	line-height: 1.6;
	display: flex;
	align-items: center;
}

.schedule-box ul li strong {
	color: #1a5276;
}

.bg-smoke {
	background-color: #dbe2ff;
}

.bg-primary {
	background-color: #075eaf !important;
}

.management-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.management-list li {
	background: #f0f4ff;
	/* light royal background */
	border-left: 5px solid #4b0082;
	/* royal purple accent */
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 1.05em;
	font-weight: 500;
	transition: transform 0.2s ease, background 0.2s ease;
}

.management-list li:hover {
	background: #e6dbff;
	/* soft purple highlight */
	transform: translateX(5px);
}

aside {
	margin: 0px auto;
	padding: 30px;
	background: #ffffff;
	/* soft parchment tone */
	border: 2px solid #0407ba;
	/* warm brown border */
	border-radius: 12px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
	position: relative;
}

aside::before {
	content: "✉️";
	position: absolute;
	top: -20px;
	left: 20px;
	font-size: 2em;
}

aside .section-title {
	color: #0407ba;
	/* elegant brown */
	text-align: center;
	font-size: 1.9em;
	margin-bottom: 20px;
	font-family: "Times New Roman", serif;
	text-transform: none;
}

aside .desc {
	font-size: 1.1em;
	color: #333;
	margin-bottom: 18px;
	line-height: 1.7;
	text-align: justify;
}

.div-container {
	margin: 0px auto;
	background-color: #ffffff;
	padding: 30px 30px 70px 30px;
	border-left: 8px solid #0407ba;
	border-radius: 15px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}

/* Emoji Styling */
.div-container::before {
	content: "📚✏️";
	position: absolute;
	top: -20px;
	left: -20px;
	font-size: 2rem;
}

/* Title */
.board-section h2 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 14px;
	color: #2563eb;
}

/* Intro paragraph */
.board-section p.intro {
	text-align: center;
	font-size: 1rem;
	color: #374151;
	margin-bottom: 24px;
}

/* List Style Variations */

/* Style 1 - Modern card look */
.list-style-1 li {
	background: #fff;
	margin: 8px 0;
	padding: 10px 14px;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

/* Style 2 - Number badge */
.list-style-2 {
	list-style: none;
	padding: 0;
}

.list-style-2 li {
	margin: 10px 0;
	padding-left: 46px;
	position: relative;
}

.list-style-2 li::before {
	content: counter(item);
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #10b981;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
}

/* Style 3 - Gradient underline */
.list-style-3 li {
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #9333ea, #ec4899);
	border-image-slice: 1;
	padding: 8px 4px;
	margin: 6px 0;
}

/* Outro */
.board-section p.outro {
	margin-top: 28px;
	font-weight: 500;
	text-align: center;
	color: #1f2937;
}

.table-section {


	table {
		width: 100%;
		margin: auto;
		border-collapse: collapse;
		background: #fff;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
		border-radius: 8px;
		overflow: hidden;
	}

	thead {
		background: linear-gradient(90deg, #2563eb, #3b82f6);
		color: #fff;
	}

	thead th {
		padding: 12px;
	}

	table td:first-child {
		padding: 12px;
	}


	tbody td {
		padding: 10px 14px;
		border-bottom: 1px solid #e5e7eb;
	}

	tbody tr:nth-child(even) {
		background: #f9fafb;
	}

	tbody tr:hover {
		background: #e0f2fe;
		transition: 0.3s;
	}

	p.outro {
		text-align: center;
		font-weight: 500;
		margin-top: 25px;
	}
}

.breadcrumb-main-wrapper {
	display: none;
}

.school-timings {


	table {
		width: 100%;
		border-collapse: collapse;
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	}

	thead {
		background: #2563eb;
		color: #fff;
	}

	thead th {
		padding: 12px;
		text-align: left;
	}

	tbody td {
		padding: 12px;
		border-bottom: 1px solid #e5e7eb;
	}

	tbody tr:nth-child(even) {
		background: #f3f4f6;
	}

	tbody tr:hover {
		background: #e0f2fe;
		transition: 0.3s;
	}

	.outro {
		margin-top: 25px;
		text-align: center;
		font-weight: 500;
		color: #111827;
	}
}

.features-section {

	.grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
		gap: 20px;
	}

	.card {
		background: #fff;
		border-left: 6px solid #ffc107;
		border-radius: 10px;
		padding: 20px 20px 25px 20px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s, box-shadow 0.3s;
		position: relative;
		overflow: hidden;
	}


	.card:hover {
		transform: translateY(-8px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

	.card h3 {
		margin-bottom: 10px;
		color: #ffffff;
		line-height: 38px;
	}

	.card h3 span {
		margin-right: 8px;
	}

	.card p {
		color: #ffffff;
	}


	/* 🎨 Different Backgrounds */
	.bg1 {
		background: linear-gradient(135deg, #2563eb, #1e40af);
	}

	.bg2 {
		background: linear-gradient(135deg, #16a34a, #065f46);
	}

	.bg3 {
		background: linear-gradient(135deg, #f59e0b, #b45309);
	}

	.bg4 {
		background: linear-gradient(135deg, #9333ea, #581c87);
	}

	.bg5 {
		background: linear-gradient(135deg, #dc2626, #7f1d1d);
	}

	.bg6 {
		background: linear-gradient(135deg, #0ea5e9, #0369a1);
	}

	.bg7 {
		background: linear-gradient(135deg, #f97316, #9a3412);
	}

	.bg8 {
		background: linear-gradient(135deg, #10b981, #064e3b);
	}

	.bg9 {
		background: linear-gradient(135deg, #3b82f6, #1e3a8a);
	}

	.bg10 {
		background: linear-gradient(135deg, #6366f1, #312e81);
	}

	.bg11 {
		background: linear-gradient(135deg, #14b8a6, #0f766e);
	}

	.features-end {
		margin-top: 40px;
		text-align: center;
		font-weight: 500;
		color: #111827;
	}
}

.uniform-section {

	.uniform-section h2 {
		text-align: center;
		color: #0f172a;
		margin-bottom: 10px;
	}

	.uniform-section p.intro {
		text-align: center;
		color: #475569;
		margin-bottom: 35px;
	}

	.grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
		gap: 25px;
	}

	/* 🎨 New Card Style */
	.card {
		background: linear-gradient(135deg, #ffffff, #f9fafb);
		border-radius: 20px;
		padding: 22px;
		box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		border-left: 6px solid transparent;
	}

	.card:hover {
		transform: scale(1.04);
		box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
	}

	.card h3 {
		margin-bottom: 12px;
		font-weight: 600;
	}

	.card ul {
		padding-left: 18px;
	}

	.card ul li {
		margin-bottom: 6px;
	}

	/* 🌈 New Accent Borders */
	.kg {
		border-left-color: #3b82f6;
	}

	/* Blue */
	.primary {
		border-left-color: #10b981;
	}

	/* Green */
	.middle {
		border-left-color: #f97316;
	}

	/* Orange */
	.higher {
		border-left-color: #8b5cf6;
	}

	/* Purple */

}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 20px;
}

.activity {
	background: #fff;
	padding: 18px 20px;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s, box-shadow 0.3s;
}

.activity:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.activity h3 {
	margin: 0 0 8px;
	color: #1d4ed8;
	display: flex;
	align-items: center;
}

.activity h3 span {
	margin-right: 10px;
}

.activity p {
	margin: 0;
	color: #374151;
}

.outro {
	margin-top: 28px;
	text-align: center;
	font-weight: 500;
	color: #111827;
}

/* Trustee Message Box */
.trustee-box {
	margin: 0px auto;
	background-color: #e5f4f5;
	padding: 30px 30px 120px 30px;
	border-left: 8px solid #d1096a;
	border-radius: 15px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}

/* Emoji Decoration */
.trustee-box::before {
	content: "🌟🏫";
	position: absolute;
	top: -20px;
	left: -20px;
	font-size: 2rem;
}

.message-box {
	margin: 0px auto;
	background-color: #f1f8e9;
	padding: 35px;
	border-left: 8px solid #43a047;
	border-radius: 15px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}

/* Emoji Styling */
.message-box::before {
	content: "🎓📖";
	position: absolute;
	top: -20px;
	left: -20px;
	font-size: 2rem;
}

aside .desc:last-of-type {
	text-align: right;
	/* signature aligned to the right */
	font-style: italic;
	    font-size: 20px;
}

.signature {
	margin-top: 25px;
	font-weight: bold;
	color: #0407ba;
	display: flex;
	align-items: center;
}

.signature::before {
	content: "👨‍🏫";
	margin-right: 8px;
}

.listing-one {
	margin-bottom: 20px;
	padding: 18px;
	background: #f8f5fe;
	/* golden highlight background */
	border-left: 6px solid #2041da;
	/* golden accent */
	border-radius: 8px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
}

.listing-one:hover {
	transform: scale(1.01);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.mission-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* two-column layout */
	gap: 15px;
}

.mission-list li {
	background: #ffffff;
	border: 2px solid #4b0082;
	/* royal purple */
	border-radius: 10px;
	padding: 14px 18px;
	font-size: 1.05em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, background 0.2s ease;
}

.mission-list li:hover {
	background: #f3e8ff;
	/* soft purple highlight */
	transform: scale(1.02);
}

.vision-list {
	list-style: none;
	/* remove default bullets */
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vision-list li {
	background: #f8f5fe;
	/* soft background */
	border-left: 6px solid #2041da;
	/* golden accent */
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 1.05em;
	transition: background 0.2s ease, transform 0.2s ease;
}

.vision-list li:hover {
	background: #fff3b0;
	/* lighter highlight */
	transform: translateX(5px);
}

.facilities-section {

	.facilities-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
		gap: 20px;
	}

	.facilities-flex {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.facility-card {
		border-radius: 16px;
		padding: 20px;
		color: #fff;
		box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
	}

	.facility-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
	}

	.lab-card {
		border-radius: 14px;
		padding: 20px;
		color: #fff;
		box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.lab-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
	}

	.lab-card h3 {
		margin: 0 0 10px;
		color: #ffffff;
	}

	.lab-card p {
		margin: 0 0 10px;
		color: #f2f2f2;
	}


	.color-box {
		flex: 1 1 200px;
		padding: 20px;
		border-radius: 12px;
		min-height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		text-align: center;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.color-box:hover {
		transform: translateY(-4px);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	}

	/* Backgrounds */
	.lab-card:nth-child(1) {
		background: #2563eb;
	}

	.lab-card:nth-child(2) {
		background: #16a34a;
	}

	.lab-card:nth-child(3) {
		background: #f59e0b;
	}

	.lab-card:nth-child(4) {
		background: #9333ea;
	}

	.lab-card:nth-child(5) {
		background: #dc2626;
	}

	.lab-card:nth-child(6) {
		background: #0d9488;
	}

	.lab-card:nth-child(7) {
		background: #e11d48;
	}

	.lab-card:nth-child(8) {
		background: #3b82f6;
	}

	.lab-card:nth-child(9) {
		background: #6d28d9;
	}

	.lab-card:nth-child(10) {
		background: #2563eb;
	}

	/* Physics */
	.lab-card:nth-child(11) {
		background: #16a34a;
	}

	/* Chemistry */
	.lab-card:nth-child(12) {
		background: #f59e0b;
	}

	/* Biology */
	.color-box:nth-child(1) {
		background: #4B0082;
	}

	/* Indigo */
	.color-box:nth-child(2) {
		background: #6A0DAD;
	}

	/* Royal Purple */
	.color-box:nth-child(3) {
		background: #800080;
	}

	/* Purple */
	.color-box:nth-child(4) {
		background: #2E3A87;
	}

	/* Deep Blue */
	.color-box:nth-child(5) {
		background: #191970;
	}

	/* Midnight Blue */
	.color-box:nth-child(6) {
		background: #8B0000;
	}

	/* Dark Red */
	.color-box:nth-child(7) {
		background: #B22222;
	}

	/* Firebrick */
	.color-box:nth-child(8) {
		background: #800000;
	}

	/* Maroon */
	.color-box:nth-child(9) {
		background: #DAA520;
	}

	/* Goldenrod */
	.color-box:nth-child(10) {
		background: #FFD700;
	}

	/* Gold */
	.color-box:nth-child(11) {
		background: #483D8B;
	}

	/* Dark Slate Blue */
	.color-box:nth-child(12) {
		background: #1E3A5F;
	}

	/* Dark Royal Blue */
	.color-box:nth-child(13) {
		background: #5D3A00;
	}

	/* Dark Brown / Bronze */
	.color-box:nth-child(14) {
		background: #4B0082;
	}

	/* Repeat Indigo */
	.color-box:nth-child(15) {
		background: #6A0DAD;
	}

	/* Repeat Royal Purple */

	/* Different colored borders for variety */
	.facility-card:nth-child(1) {
		background: #2563eb;
	}

	.facility-card:nth-child(2) {
		background: #16a34a;
	}

	.facility-card:nth-child(3) {
		background: #f59e0b;
	}

	.facility-card:nth-child(4) {
		background: #9333ea;
	}

	.facility-card:nth-child(5) {
		background: #dc2626;
	}

	.facility-card:nth-child(6) {
		background: #0d9488;
	}

	.facility-card:nth-child(7) {
		background: #e11d48;
	}

	.facility-card:nth-child(8) {
		background: #3b82f6;
	}

	.facility-card:nth-child(9) {
		background: #6d28d9;
	}

	.facility-card:nth-child(10) {
		background: #2563eb;
	}

	/* Physics */
	.facility-card:nth-child(11) {
		background: #16a34a;
	}

	/* Chemistry */
	.facility-card:nth-child(12) {
		background: #f59e0b;
	}

	/* Biology */

	.facility-card h3 {
		margin-top: 0;
		line-height: 40px;
		color: #ffffff;
	}

	.facility-card p,
	.facility-card ul {
		line-height: 1.6;
		color: #f2f2f2;
	}

	.facility-card ul {
		padding-left: 20px;
		margin: 0;
	}

	.facility-card ul li {
		margin-bottom: 6px;
	}
}

article section {
	margin-bottom: 2rem;
	padding: 1.5rem;
	border-radius: 10px;
	background: #f1f9ff;
	border-left: 6px solid #2575fc;
	transition: transform 0.2s ease;
}

article section:hover {
	transform: scale(1.02);
	background: #e6f4ff;
}

article section:nth-child(2) {
	background: #fff7e6;
	border-left-color: #ff9900;
}

article section:nth-child(3) {
	background: #f9f6ff;
	border-left-color: #8e44ad;
}

article section p {
	margin: 0.5rem 0;
}

.academic-curriculum {

	.academic-curriculum {
		max-width: 1000px;
		margin: 2.5rem auto;
		padding: 0 1rem;
	}

	.course-block {
		margin-bottom: 2rem;
		padding: 1.5rem;
		border-radius: 16px;
		background: white;
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
		transition: transform 0.25s ease, box-shadow 0.25s ease;
	}

	.course-block:hover {
		transform: translateY(-6px);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	}

	.course-block h2 {
		font-size: 20px;
		margin-bottom: 1rem;
		padding: 0.5rem 1rem;
		border-radius: 10px;
		color: white;
		display: inline-block;
	}

	/* Unique colors for each course header */
	.pre-primary h2 {
		background: linear-gradient(90deg, #ff9800, #ffc107);
	}

	.primary h2 {
		background: linear-gradient(90deg, #2196f3, #03a9f4);
	}

	.middle h2 {
		background: linear-gradient(90deg, #009688, #4caf50);
	}

	.secondary h2 {
		background: linear-gradient(90deg, #8e44ad, #9b59b6);
	}

	.higher-secondary h2 {
		background: linear-gradient(90deg, #e91e63, #f06292);
	}

	ul {
		margin: 0;
		padding-left: 1.2rem;
	}

	ul li {
		margin: 0.5rem 0;
		line-height: 35px;
		list-style: none;
	}

	em {
		font-style: normal;
		font-weight: 600;
		color: #444;
	}

	.footer-note {
		margin-top: 2rem;
		text-align: center;
		color: #555;
		padding: 1.2rem;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	}
}

.instructions {
	margin: 0 auto;
	padding: 0 1rem;
}

.instruction-block {
	margin-bottom: 2rem;
	padding: 1.5rem;
	border-radius: 14px;
	background: white;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.instruction-block:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}

.instruction-block h2 {
	font-size: 22px;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	color: white;
	display: inline-block;
}

/* Unique header colors */
.uniform h2 {
	background: linear-gradient(90deg, #ff9800, #ffb74d);
}

.academic h2 {
	background: linear-gradient(90deg, #2196f3, #64b5f6);
}

.attendance h2 {
	background: linear-gradient(90deg, #4caf50, #81c784);
}

.communication h2 {
	background: linear-gradient(90deg, #9c27b0, #ba68c8);
}

.fees h2 {
	background: linear-gradient(90deg, #e91e63, #f06292);
}

.fees-section {
	margin: 0 auto;
	padding: 0 1rem;
}

.fee-block {
	margin-bottom: 2rem;
	padding: 1.5rem;
	border-radius: 14px;
	background: white;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fee-block:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.fee-block h2 {
	font-size: 22px;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	color: white;
	display: inline-block;
}

/* Different gradient colors for sections */
.structure h2 {
	background: linear-gradient(90deg, #ff9800, #ffb74d);
}

.guidelines h2 {
	background: linear-gradient(90deg, #2196f3, #64b5f6);
}

.notes h2 {
	background: linear-gradient(90deg, #e91e63, #f06292);
}

.page-header {
	text-align: center;
	padding: 2.5rem 1rem;
	background: linear-gradient(135deg, #43cea2, #185a9d);
	color: white;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-header h1 {
	font-size: 2.5rem;
	margin: 0;
	font-weight: 700;
	letter-spacing: 1px;
}

.eligibility-section {
	margin: 3rem auto;
	padding: 0 1rem;
}

    /* Sections */
    .admission-section {
      margin: 0 auto;
      padding: 0 1rem;
    }

.step-card {
      background: #fff;
      border-radius: 14px;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    }
    .step-card h3 {
      margin-top: 0;
      color: #1618bf;
    }

    /* Custom styled list */
    .styled-list {
      list-style: none;
      margin: 1rem 0 0;
      padding: 0;
    }
    .styled-list li {
      position: relative;
      margin-bottom: 0.8rem;
      padding: 0.75rem 1rem 0.75rem 2.8rem;
      background: #fff9ec;
      border-left: 5px solid #f7971e;
      border-radius: 8px;
      font-size: 18px;
      transition: background 0.3s ease;
    }
    .styled-list li:hover {
      background: #fff3d1;
    }
    .styled-list li::before {
      content: "✔️";
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.1rem;
    }

    /* Numbered styled list */
    .styled-ol {
      counter-reset: custom-counter;
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
    }
    .styled-ol li {
      counter-increment: custom-counter;
      margin-bottom: 0.8rem;
      padding: 0.75rem 1rem 0.75rem 3rem;
      background: #eef6ff;
      border-left: 5px solid #185a9d;
      border-radius: 8px;
      font-size: 18px;
      position: relative;
      transition: background 0.3s ease;
    }
    .styled-ol li:hover {
      background: #dcebff;
    }
    .styled-ol li::before {
      content: counter(custom-counter) ".";
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: 700;
      color: #185a9d;
      font-size: 1.1rem;
    }

    /* Philosophy box */
    .philosophy {
      margin: 2.5rem 0;
      padding: 1.5rem;
      background: linear-gradient(135deg, #ffecd2, #fcb69f);
      border-radius: 14px;
      text-align: center;
      font-size: 1.15rem;
      box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    }

    /* Cards */
    .curriculum-card {
      background: #fff;
      border-radius: 14px;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      box-shadow: 0 6px 14px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .curriculum-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }
    .curriculum-card h3 {
      margin-top: 0;
      color: #764ba2;
    }
    .curriculum-card p {
      margin: 0.6rem 0 0;
      line-height: 1.6;
    }
    /* Transfer Certificate */
    .tc-section {
      margin-top: 3rem;
    }
    .tc-section h2 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 1.5rem;
      color: #185a9d;
    }
    .tc-card {
      background: #fff;
      border-radius: 14px;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    }
    .tc-card h3 {
      margin-top: 0;
      color: #185a9d;
      font-size: 1.2rem;
    }
    .tc-card ol, .tc-card ul {
      margin-top: 0.8rem;
      padding-left: 1.2rem;
    }
    .tc-card li {
      margin-bottom: 0.6rem;
    }

/* Timeline container */
.timeline {
	position: relative;
	padding-left: 2rem;
	border-left: 4px solid #43cea2;
}

.timeline-item {
	margin-bottom: 2rem;
	position: relative;
	padding-left: 2.5rem;
}

.timeline-item::before {
	content: " ";
	position: absolute;
	left: -12px;
	top: 4px;
	width: 20px;
	height: 20px;
	background: #43cea2;
	border: 3px solid white;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #43cea2;
}

.timeline-item p {
	margin: 0;
	font-size: 17px;
	background: #fff;
	padding: 1rem 1.2rem;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease;
}

.timeline-item p:hover {
	transform: translateX(8px);
}

.timeline-item strong {
	color: #185a9d;
}

.timeline-item em {
	font-style: normal;
	font-weight: 600;
	color: #222;
}
.header-main .navigation > li.current > a {
    color: #f3229d;
}
.student-instructions {
    background: #f9f9ff;
    padding: 2rem;
    border-radius: 12px;
    font-family: "Segoe UI", sans-serif;
    color: #333;
    line-height: 1.7;
  }

  .student-instructions h2 {
    text-align: center;
    color: #4a148c;
    margin-bottom: 1rem;
  }

  .student-instructions p {
    text-align: center;
    margin-bottom: 2rem;
  }

  .instruction-block {
    margin-bottom: 2rem;
  }

  .instruction-block h3 {
    background: linear-gradient(90deg, #0407ba, #0067ca);
    color: #fff;
    padding: 0.6rem 1rem;
    border-radius: 8px;
  }

  .instruction-block ul {
    margin: 1rem 0 0 1.2rem;
    padding: 0;
  }

  .instruction-block ul li {
    margin-bottom: 20px;
    list-style: none;
  }

  .closing-note {
    background: #ede7f6;
    padding: 1rem;
    border-left: 5px solid #4a148c;
    border-radius: 8px;
    text-align: center;
    font-style: italic;
  }
  
@media (max-width: 1399.98px) {
	.header-right-area-one .buttons-area .rts-btn {
		padding: 14px 14px;
		font-size: 12px;
	}

	.main-nav-one ul li>a {
		font-size: 14px;
	}

	.main-nav-one ul li a.nav-link {
		font-size: 14px;
	}
}