:root {
	--theme-prime: #5f9afd;
	--theme-prime-rgb: 95,154,253;
	--theme-sec: #e52b54;
	--theme-sec-rgb: 229, 43, 84;
	--theme-solid: #001659;
	--theme-solid-rgb: 0, 22, 89;
	--theme-txt-color: #111;
	--theme-white: #fff;
	--theme-white-rgb: 255, 255, 255;
	--theme-black: #000;
	--theme-black-rgb: 0, 0, 0;
	--theme-bright: #fefefe;
	--theme-bright-rgb: 254, 254, 254;
}

body,
html {
	direction: rtl;
	overflow-x: hidden;
	background-color: #181818;
	text-align: right;
	line-height: 1.6em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgba(var(--theme-bright-rgb), 0.7);
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: var(--theme-bright);
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: 600;
	line-height: 1.3em;
}
h1 {font-size: 56px;}
h2 {font-size: 42px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

.cs-primary_font,
.cs-secondary_font {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

p, .p {
	margin-bottom: 15px;
}

ul {
	margin: 0 0 25px 0;
	padding-left: 20px;
	list-style: square outside none;
}

ol {
	padding-left: 20px;
	margin-bottom: 25px;
}

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

blockquote {
	margin: 0 15px;
	font-style: italic;
	font-size: 20px;
	line-height: 1.6em;
	margin: 0;
}

address {
	margin: 0 0 15px;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease;
}

button {
	color: inherit;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
	color: var(--theme-prime);
}

table {
	width: 100%;
	margin-bottom: 25px;
}

table th {
	font-weight: 600;
	color: rgba(var(--theme-bright-rgb), 0.7);
}

table td,
table th {
	border-top: 1px solid #4d4d4d;
	padding: 11px 10px;
}

dl {
	margin-bottom: 25px;
}

dl dt {
	font-weight: 600;
}

b,
strong {
	font-weight: bold;
}

pre {
	color: rgba(var(--theme-bright-rgb), 0.7);
	border: 1px solid #4D4D4D;
	font-size: 18px;
	padding: 25px;
	border-radius: 5px;
}

kbd {
	font-size: 100%;
	background-color: rgba(var(--theme-bright-rgb), 0.7);
	border-radius: 5px;
}

@media screen and (max-width: 991px) {
	body,
	html {
		font-size: 16px;
		line-height: 1.6em;
	}
	h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}
}

input, textarea {
	color: var(--theme-bright);
}

.cs-preloader {
	position: fixed;
	z-index: 99999;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #181818;
}

.cs-preloader_bg {
	text-align: center;
	height: 100%;
	width: 100%;
}

.cs-preloader_in {
	width: 120px;
	height: 120px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	border: 3px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
}

.cs-preloader_in:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	margin-left: -60px;
	margin-top: -60px;
	border-width: 3px;
	border-style: solid;
	border-color: transparent;
	border-top-color: var(--theme-prime);
	border-radius: 50%;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.cs-preloader_in::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background-color: var(--theme-prime);
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

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

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media screen and (min-width: 992px) {
	.cs-height_0 {
		height: 0;
	}
	.cs-height_5 {
		height: 5px;
	}
	.cs-height_10 {
		height: 10px;
	}
	.cs-height_15 {
		height: 15px;
	}
	.cs-height_20 {
		height: 20px;
	}
	.cs-height_25 {
		height: 25px;
	}
	.cs-height_30 {
		height: 30px;
	}
	.cs-height_35 {
		height: 35px;
	}
	.cs-height_40 {
		height: 40px;
	}
	.cs-height_45 {
		height: 45px;
	}
	.cs-height_50 {
		height: 50px;
	}
	.cs-height_55 {
		height: 55px;
	}
	.cs-height_60 {
		height: 60px;
	}
	.cs-height_65 {
		height: 65px;
	}
	.cs-height_70 {
		height: 70px;
	}
	.cs-height_75 {
		height: 75px;
	}
	.cs-height_80 {
		height: 80px;
	}
	.cs-height_85 {
		height: 85px;
	}
	.cs-height_90 {
		height: 90px;
	}
	.cs-height_95 {
		height: 95px;
	}
	.cs-height_100 {
		height: 100px;
	}
	.cs-height_105 {
		height: 105px;
	}
	.cs-height_110 {
		height: 110px;
	}
	.cs-height_115 {
		height: 115px;
	}
	.cs-height_120 {
		height: 120px;
	}
	.cs-height_125 {
		height: 125px;
	}
	.cs-height_130 {
		height: 130px;
	}
	.cs-height_135 {
		height: 135px;
	}
	.cs-height_140 {
		height: 140px;
	}
	.cs-height_145 {
		height: 145px;
	}
	.cs-height_150 {
		height: 150px;
	}
	.cs-height_155 {
		height: 155px;
	}
	.cs-height_160 {
		height: 160px;
	}
	.cs-height_165 {
		height: 165px;
	}
	.cs-height_170 {
		height: 170px;
	}
	.cs-height_175 {
		height: 175px;
	}
	.cs-height_180 {
		height: 180px;
	}
	.cs-height_185 {
		height: 185px;
	}
	.cs-height_190 {
		height: 190px;
	}
	.cs-height_195 {
		height: 195px;
	}
	.cs-height_200 {
		height: 200px;
	}
	.cs-height_205 {
		height: 205px;
	}
	.cs-height_210 {
		height: 210px;
	}
}

@media screen and (max-width: 991px) {
	.cs-height_lg_0 {
		height: 0;
	}
	.cs-height_lg_5 {
		height: 5px;
	}
	.cs-height_lg_10 {
		height: 10px;
	}
	.cs-height_lg_15 {
		height: 15px;
	}
	.cs-height_lg_20 {
		height: 20px;
	}
	.cs-height_lg_25 {
		height: 25px;
	}
	.cs-height_lg_30 {
		height: 30px;
	}
	.cs-height_lg_35 {
		height: 35px;
	}
	.cs-height_lg_40 {
		height: 40px;
	}
	.cs-height_lg_45 {
		height: 45px;
	}
	.cs-height_lg_50 {
		height: 50px;
	}
	.cs-height_lg_55 {
		height: 55px;
	}
	.cs-height_lg_60 {
		height: 60px;
	}
	.cs-height_lg_65 {
		height: 65px;
	}
	.cs-height_lg_70 {
		height: 70px;
	}
	.cs-height_lg_75 {
		height: 75px;
	}
	.cs-height_lg_80 {
		height: 80px;
	}
	.cs-height_lg_85 {
		height: 85px;
	}
	.cs-height_lg_90 {
		height: 90px;
	}
	.cs-height_lg_95 {
		height: 95px;
	}
	.cs-height_lg_100 {
		height: 100px;
	}
	.cs-height_lg_105 {
		height: 105px;
	}
	.cs-height_lg_110 {
		height: 110px;
	}
	.cs-height_lg_115 {
		height: 115px;
	}
	.cs-height_lg_120 {
		height: 120px;
	}
	.cs-height_lg_125 {
		height: 125px;
	}
	.cs-height_lg_130 {
		height: 130px;
	}
	.cs-height_lg_135 {
		height: 135px;
	}
	.cs-height_lg_140 {
		height: 140px;
	}
	.cs-height_lg_145 {
		height: 145px;
	}
	.cs-height_lg_150 {
		height: 150px;
	}
	.cs-height_lg_155 {
		height: 155px;
	}
	.cs-height_lg_160 {
		height: 160px;
	}
	.cs-height_lg_165 {
		height: 165px;
	}
	.cs-height_lg_170 {
		height: 170px;
	}
	.cs-height_lg_175 {
		height: 175px;
	}
	.cs-height_lg_180 {
		height: 180px;
	}
	.cs-height_lg_185 {
		height: 185px;
	}
	.cs-height_lg_190 {
		height: 190px;
	}
	.cs-height_lg_195 {
		height: 195px;
	}
	.cs-height_lg_200 {
		height: 200px;
	}
	.cs-height_lg_205 {
		height: 205px;
	}
	.cs-height_lg_210 {
		height: 210px;
	}
}

.cs-row_gap_20 {
	margin-left: -10px;
	margin-right: -10px;
}

.cs-row_gap_20 > div {
	padding-left: 10px;
	padding-right: 10px;
}

.cs-light {
	font-weight: 300;
}

.cs-normal {
	font-weight: 400;
}

.cs-medium {
	font-weight: 500;
}

.cs-semi_bold {
	font-weight: 600;
}

.cs-bold {
	font-weight: 700;
}

.cs-extra_bold {
	font-weight: 800;
}

.cs-black {
	font-weight: 900;
}

.cs-radius_3 {
	border-radius: 3px;
}

.cs-radius_5 {
	border-radius: 5px;
}

.cs-radius_7 {
	border-radius: 7px;
}

.cs-radius_10 {
	border-radius: 10px;
}

.cs-radius_15 {
	border-radius: 15px;
}

.cs-line_height_1 {
	line-height: 1.2em;
}

.cs-line_height_2 {
	line-height: 1.25em;
}

.cs-line_height_3 {
	line-height: 1.3em;
}

.cs-line_height_4 {
	line-height: 1.4em;
}

.cs-line_height_5 {
	line-height: 1.5em;
}

.cs-line_height_6 {
	line-height: 1.6em;
}

.cs-line_height_7 {
	line-height: 1.7em;
}

.cs-font_14 {
	font-size: 14px;
}

.cs-font_16 {
	font-size: 16px;
}

.cs-font_18 {
	font-size: 18px;
}

.cs-font_20 {
	font-size: 20px;
}

.cs-font_22 {
	font-size: 22px;
}

.cs-font_28 {
	font-size: 28px;
}

.cs-font_30 {
	font-size: 28px;
}

.cs-font_42 {
	font-size: 42px;
}

.cs-font_50 {
	font-size: 50px;
}

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

.cs-m0 {
	margin: 0;
}

hr {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #f2f1ff;
}

.dx-svg-main {
	fill: var(--theme-prime);
}
.dx-svg-sec {
	fill: var(--theme-sec);
}
.dx-svg-white {
	fill: var(--theme-white);
}

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

.cs-vertical_middle {
	display: flex;
	align-items: center;
	min-height: 100%;
}

.cs-vertical_middle_in {
	flex: none;
	width: 100%;
}

.cs-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cs-white_color,
.cs-white_color_hover:hover {
	color: var(--theme-white);
}
.cs-primary_color {
	color: var(--theme-bright);
}
.cs-ternary_color {
	color: #999696;
}
.cs-accent_color,
.cs-accent_color_hover:hover {
	color: var(--theme-prime);
}
.cs-accent-alt_color,
.cs-accent-alt_color_hover:hover {
	color: var(--theme-sec);
}

.cs-white_bg {
	background-color: #fff;
}

.cs-gray_bg {
	background-color: #181818;
}

.cs-accent_bg_1,
.cs-accent_bg_1_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.01);
}

.cs-accent_bg_2,
.cs-accent_bg_2_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.02);
}

.cs-accent_bg_3,
.cs-accent_bg_3_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.03);
}

.cs-accent_bg_4,
.cs-accent_bg_4_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.04);
}

.cs-accent_bg_5,
.cs-accent_bg_5_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.05);
}

.cs-accent_bg_6,
.cs-accent_bg_6_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.06);
}

.cs-accent_bg_7,
.cs-accent_bg_7_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.07);
}

.cs-accent_bg_8,
.cs-accent_bg_8_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.08);
}

.cs-accent_bg_9,
.cs-accent_bg_9_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.09);
}

.cs-accent_bg_10,
.cs-accent_bg_10_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.1);
}

.cs-accent_bg_15,
.cs-accent_bg_15_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.15);
}

.cs-accent_bg_20,
.cs-accent_bg_20_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.2);
}

.cs-accent_bg_25,
.cs-accent_bg_25_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.25);
}

.cs-accent_bg_30,
.cs-accent_bg_30_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.3);
}

.cs-accent_bg_35,
.cs-accent_bg_35_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.35);
}

.cs-accent_bg_40,
.cs-accent_bg_40_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.4);
}

.cs-accent_bg_50,
.cs-accent_bg_50_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.5);
}

.cs-accent_bg_60,
.cs-accent_bg_60_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.6);
}

.cs-accent_bg_70,
.cs-accent_bg_70_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.7);
}

.cs-accent_bg_80,
.cs-accent_bg_80_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.8);
}

.cs-accent_bg_90,
.cs-accent_bg_90_hover:hover {
	background-color: rgba(var(--theme-prime-rgb), 0.9);
}

.cs-accent_bg,
.cs-accent_bg_hover:hover {
	background-color: var(--theme-prime);
}

.cs-primary_bg,
.cs-primary_bg_hover:hover {
	background-color: var(--theme-bright);
}

.cs-gradient_bg_1 {
	background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
}

.cs-text_btn {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	color: #fff;
}

.cs-text_btn svg {
	margin-right: 15px;
}

.cs-text_btn span {
	display: inline-block;
	position: relative;
}

.cs-text_btn span::before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform 0.6s ease-out;
}

.cs-text_btn:hover span::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cs-text_btn.cs-type1 svg {
	margin-left: 0;
	margin-right: 15px;
}

.cs-text_btn.cs-type1 span::before {
	left: initial;
	right: -100%;
	transform: scaleX(0) rotateY(180deg);
}

.cs-text_btn.cs-type1:hover span::before {
	transform: scaleX(1) rotateY(180deg);
}

.cs-text_btn.cs-type2 svg {
	margin-left: 0;
	margin-right: 15px;
}

.cs-btn.cs-style1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border: transparent;
	color: var(--theme-bright);
	position: relative;
	line-height: 1.5em;
	font-weight: 600;
	border-radius: 15px;
	background-color: var(--theme-prime);
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cs-btn.cs-style1.whatsapp {
	background-color: #00e676;
}

.cs-btn.cs-style1:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(22, 22, 22, 0.4);
	border-radius: inherit;
	content: "";
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform 0.6s ease-out;
}

.cs-btn.cs-style1 svg {
	margin-right: 14px;
}

.cs-btn.cs-style1 > * {
	position: relative;
	z-index: 1;
}

.cs-btn.cs-style1:hover:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cs-page_navigation > div {
	position: relative;
}

.cs-page_navigation > div:not(:last-child) {
	margin-right: 21px;
	padding-right: 21px;
}

.cs-page_navigation > div:not(:last-child)::after {
	display: inline-block;
	position: absolute;
	top: 3px;
	right: -1px;
	width: 2px;
	height: 22px;
	background-color: #fff;
	content: "";
}

.cs-pagination_box {
	margin: -7px;
}

.cs-pagination_box .cs-pagination_item {
	margin: 7px;
}

.cs-pagination_item {
	height: 40px;
	width: 40px;
	border-radius: 5px;
	background-color: #000;
}

.cs-pagination_item.active {
	background-color: var(--theme-prime);
	color: #fff;
	pointer-events: none;
}

.cs-form_field {
	display: block;
	width: 100%;
	padding: 10px 20px;
	background-color: transparent;
	color: #fff;
	outline: none;
	border: 2px solid #999696;
	border-radius: 15px;
	transition: all 0.3s ease;
}
.cs-form_field:focus {
	border-color: var(--theme-prime);
}
.cs-form_field.error {
	border-color: #ff5d5d;
}

label {
	margin-bottom: 12px;
}

.cs-right_full_width {
	width: calc(50vw - 12px);
	padding-right: 24px;
}

.cs-rating {
	width: 136px;
	height: 24px;
	position: relative;
}

.cs-rating > * {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.cs-rating .cs-rating_bg {
	opacity: 0.2;
}

.cs-rating .cs-rating_percentage {
	width: 50%;
}

.cs-post_meta.cs-style1 {
	display: flex;
}

.cs-post_meta.cs-style1 > * {
	position: relative;
	display: inline-block;
}

.cs-post_meta.cs-style1 > *:not(:last-child) {
	margin-right: 12px;
	padding-right: 12px;
}

.cs-post_meta.cs-style1 > *:not(:last-child)::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 20px;
	margin-top: -10px;
	background-color: #fff;
	border-radius: 2px;
	content: "";
}

/* Start Accordion */
.cs-accordian_title {
	font-size: 22px;
	margin-bottom: 0;
	transition: all 0.3s ease;
}

.cs-accordian_body {
	line-height: 1.8em;
	padding-top: 15px;
}

.cs-accordian_body p {
	margin: 0;
}

.cs-accordian_head {
	padding: 2px 20px 2px 0;
	position: relative;
	cursor: pointer;
}

.cs-accordian_head:hover .cs-accordian_title {
	color: var(--theme-prime);
}

.cs-accordian {
	border-bottom: 2px solid var(--theme-prime);
	padding-bottom: 25px;
}

.cs-accordian:not(:last-child) {
	margin-bottom: 25px;
}

.cs-accordian_toggle {
	display: flex;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	transition: all 0.3s ease;
}

.cs-accordian.active .cs-accordian_toggle {
	transform: rotate(180deg);
}

.cs-accordian.active .cs-accordian_head {
	pointer-events: none;
}

/* End Accordion */
.cs-parallax > *:not([class*="cs-shape_"]) {
	position: relative;
	z-index: 5;
}

/* Odometer */
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	transform: translateZ(0);
}

.odometer.odometer-auto-theme
.odometer-digit
.odometer-value.odometer-last-value,
.odometer.odometer-theme-default
.odometer-digit
.odometer-value.odometer-last-value {
	position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
.odometer-ribbon-inner {
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
.odometer-ribbon-inner {
	transition: transform 2s;
	transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	line-height: inherit;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	text-align: center;
}

@media screen and (max-width: 1399px) {
	.cs-right_space_150 {
		padding-right: 50px;
	}
}

@media screen and (max-width: 1199px) {
	.cs-right_space_40,
	.cs-right_space_150 {
		padding-right: 0;
	}
}

@media screen and (max-width: 991px) {
	.cs-left_space_30 {
		padding-left: 0;
	}
	.cs-font_14_sm {
		font-size: 14px;
	}
	.cs-font_16_sm {
		font-size: 16px;
	}
	.cs-font_18_sm {
		font-size: 18px;
	}
	.cs-font_20_sm {
		font-size: 20px;
	}
	.cs-font_22_sm {
		font-size: 22px;
	}
	.cs-font_24_sm {
		font-size: 24px;
	}
	.cs-font_26_sm {
		font-size: 26px;
	}
	.cs-font_28_sm {
		font-size: 28px;
	}
	.cs-font_42_sm {
		font-size: 42px;
	}
	.cs-font_36_sm {
		font-size: 36px;
	}
	.cs-btn_group > *:not(:last-child) {
		margin-right: 10px;
	}
	.flex-column-reverse-lg {
		flex-direction: column-reverse;
	}
	.cs-seciton_heading.cs-style1 .cs-section_title::before {
		top: 1px;
	}
}
/*
 * DX Good stuff
 */
.adm-pos-tr {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.adm-pos-tl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.adm-pos-br {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.adm-pos-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.btn-adm, a.btn-adm {
	position: relative;
	display: inline-block;
	min-width: 30px;
	height: 30px;
	padding: 0;
	background-color: #c5c7ca;
	line-height: 30px;
	text-align: center;
	color: #3d3833;
	font-size: 18px;
	text-decoration: none;
	border: none;
	transition: all 0.4s ease 0s;
}
.btn-adm .on-label {
	display: inline-block;
	padding: 0 5px;
}
.btn-adm * {
	position: relative;
	z-index: 3;
}
.btn-adm:before,
.btn-adm:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #2555a5;
	z-index: 0;
	content: "";
	transition: all 0.4s ease 0s;
}
.btn-adm:after {
	background-color: #e52b54;
	z-index: 1;
}
.btn-adm:hover {
	color: #fff;
}
.btn-adm:hover:before {
	width: 100%;
}
.btn-adm:hover:after {
	width: 4px;
}
.btn-adm.sm {
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
}
.hide-adm-ui .btn-adm,
.hide-adm-ui .adm-cont {
	display: none;
}

.form-error-msg {
	display: none;
	padding-top: 4px;
	font-size: 14px;
	color: #ff5d5d;
}
.form-error-msg.vis {
	display: block;
}
.form-error-msg.inline.vis {
	display: inline;
}

.dx-g-recaptcha {
	display: none;
}
.dx-recaptcha-notice {
	color: #666;
	font-size: 14px;
}
.dx-recaptcha-notice.small {
	font-size: 12px;
}
.dx-recaptcha-notice a {
	color: #666;
	text-decoration: underline;
}
.dx-recaptcha-notice a:hover {
	color: var(--theme-prime);
}

.read-audio-player {
	display: flex;
	position: relative;
	min-height: 86px;
	margin: 0 0 30px;
	padding: 10px;
	background-color: #f0f0f0;
	line-height: 1.5;
	font-size: 13px;
	color: #333;
	border: 1px solid #666;
	border-radius: 44px;
	align-items: center;
}
.read-audio-player .waveform-container {
	flex: 1 1 auto;
}
.read-audio-player .controls {
	margin: 0 0 0 10px;
}
.read-audio-player .controls .play-btn {
	position: relative;
	width: 48px;
	height: 48px;
	background-color: transparent;
	border: 3px solid #333;
	border-radius: 50%;
	cursor: pointer;
}
.read-audio-player .controls .play-btn::after {
	position: absolute;
	top: 6px;
	left: 8px;
	width: 30px;
	height: 30px;
	background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDMwIDMwIj48cG9seWdvbiBmaWxsPSIjMzMzIiBwb2ludHM9IjI5Ljk4LDE1IDQsMCA0LDMwICIvPjwvc3ZnPg") scroll 50% 50% no-repeat;
	content: "";
}
.read-audio-player .controls .play-btn.paused::after {
	background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDMwIDMwIiBmaWxsPSIjMzMzIj48cmVjdCB4PSIzIiB5PSIyIiB3aWR0aD0iNyIgaGVpZ2h0PSIyNiIvPjxyZWN0IHg9IjE1IiB5PSIyIiB3aWR0aD0iNyIgaGVpZ2h0PSIyNiIvPjwvc3ZnPg") scroll 50% 50% no-repeat;
}
.read-audio-player .status-line {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.read-audio-player .status-line.head {
	font-size: 20px;
}
.read-audio-player audio {
	display: none;
}
.read-audio-player.fallback {
	display: block;
	min-height: auto;
	padding: 0;
	background-color: transparent;
	font-size: 16px;
	border: 0;
}
.read-audio-player.fallback .controls,
.read-audio-player.fallback .waveform-container {
	display: none;
}
.read-audio-player.fallback .status-line {
	position: static;
	top: auto;
	right: auto;
	margin-bottom: 5px;
	transform: none;
}
.read-audio-player.fallback audio {
	display: block;
	width: 100%;
}


.cs-partner_logo_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 -20px;
}

.cs-partner_logo {
	padding: 20px;
}

.cs-moving_text_wrap {
	overflow: hidden;
	font-size: 120px;
	line-height: 1.2em;
	color: transparent;
	-webkit-text-stroke: 2px var(--theme-prime);
}

.cs-moving_text_in {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	min-width: 100%;
}

.cs-moving_text {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 0 6px;
	-webkit-animation: slide-right 20s linear infinite;
	animation: slide-right 20s linear infinite;
}

.cs-moving_text > * {
	margin: 0 20px;
}

.cs-moving_text_wrap.cs-type1 {
	color: var(--theme-prime);
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text {
	padding: 0;
	-webkit-animation: slide-left 40s linear infinite;
	animation: slide-left 40s linear infinite;
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text a:hover {
	color: transparent;
	-webkit-text-stroke: 2px var(--theme-prime);
}

.cs-moving_text_wrap.cs-type1:hover .cs-moving_text {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.cs-reverse_animation {
	animation-direction: reverse !important;
}

@-webkit-keyframes slide-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes slide-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes slide-right {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(100%);
	}
}

@keyframes slide-right {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(100%);
	}
}

.cs-video_block.cs-style1 {
	display: block;
	height: 725px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.cs-video_block.cs-style1::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(22, 22, 22, 0.4);
	content: "";
	transition: all 0.4s ease;
}

.cs-video_block.cs-style1:hover::before {
	opacity: 1;
}

.cs-video_block.cs-style1.cs-size1 {
	height: 580px;
}

.cs-player_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	padding: 18px 20px 18px 28px;
	z-index: 10;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.cs-player_btn:before,
.cs-player_btn:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	transform: translateX(-50%) translateY(-50%);
}

.cs-player_btn:before {
	z-index: 0;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.cs-player_btn:after {
	z-index: 1;
	transition: all .2s;
}

.cs-player_btn span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 24px solid currentColor;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}

@-webkit-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.cs-fixed_bg {
	background-attachment: fixed;
}

.cs-parallax [class*=cs-to_],
.cs-parallax_bg [class*=cs-to_] {
	transition: all 0.6s ease;
}

.cs-section_heading.cs-style1 .cs-section_subtitle,
.generic-subtitle {
	color: #999696;
	font-size: 18px;
	margin-bottom: 20px;
}

.cs-section_heading.cs-style1 .cs-section_title {
	font-size: 50px;
	margin-bottom: 0;
}

.cs-section_heading.cs-style1 .cs-separator {
	height: 2px;
	width: 50px;
	border-radius: 2px;
}

.cs-hover_layer, .cs-hover_layer1, .cs-hover_layer3 {
	position: relative;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: perspective(600px) translate3d(0, 0, 0);
}

@-webkit-keyframes particalAnimation {
	0%,
	100% {
		transform: translate(0, 0);
	}
	20% {
		transform: translate(80px, -10px);
	}
	40% {
		transform: translate(140px, 70px);
	}
	60% {
		transform: translate(90px, 130px);
	}
	80% {
		transform: translate(-40px, 80px);
	}
	100% {
		transform: translate(0, 0);
	}
}

@keyframes particalAnimation {
	0%,
	100% {
		transform: translate(0, 0);
	}
	20% {
		transform: translate(80px, -10px);
	}
	40% {
		transform: translate(140px, 70px);
	}
	60% {
		transform: translate(90px, 130px);
	}
	80% {
		transform: translate(-40px, 80px);
	}
	100% {
		transform: translate(0, 0);
	}
}

@-webkit-keyframes animo-x {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transform: translateX(44px);
	}
}

@keyframes animo-x {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transform: translateX(44px);
	}
}

@-webkit-keyframes animo-y {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
		transform: translateY(30px);
	}
}

@keyframes animo-y {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
		transform: translateY(30px);
	}
}

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

@keyframes rotate-anim {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes semi-rotate-anim {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transform: translateY(25px) rotate(-53deg);
	}
}

@keyframes semi-rotate-anim {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transform: translateY(25px) rotate(-53deg);
	}
}

@-webkit-keyframes up-down-anim {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transform: translateY(40px) rotate(-1deg);
	}
}

@keyframes up-down-anim {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transform: translateY(40px) rotate(-1deg);
	}
}

@-webkit-keyframes swing-anim {
	65% {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transform: translateY(-48px) rotate(-75deg);
	}
}

@keyframes swing-anim {
	65% {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transform: translateY(-48px) rotate(-75deg);
	}
}

.cs-shape_1 {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid var(--theme-prime);
}

.cs-shape_wrap_1 {
	position: relative;
}

.cs-shape_wrap_1 .cs-shape_1 {
	position: absolute;
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(1) {
	top: 25%;
	left: 10%;
	-webkit-animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(2) {
	top: 30%;
	left: 72%;
	-webkit-animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	transform: rotate(-15deg);
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(3) {
	top: 68%;
	left: 35%;
	transform: rotate(-30deg);
	-webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(1) {
	top: 15%;
	left: 15%;
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(2) {
	top: 35%;
	left: 85%;
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(3) {
	top: 85%;
	left: 35%;
}

.cs-shape_2 {
	position: absolute;
	height: 320px;
	width: 320px;
}

.cs-shape_2 div {
	width: 100%;
	height: 100%;
	background-color: #000;
	transform: rotate(45deg);
}

.cs-shape_wrap_2 {
	position: relative;
}

.cs-shape_wrap_2 .cs-shape_2 {
	top: 12%;
	right: -10%;
	-webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_3 {
	position: relative;
}

.cs-shape_wrap_3 .cs-shape_3 {
	position: absolute;
	top: -2%;
	right: 20px;
}

.cs-shape_wrap_4 {
	position: relative;
}

.cs-shape_wrap_4 .cs-shape_4 {
	position: absolute;
	background-color: #000;
	border-radius: 50%;
}

.cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
	top: 52%;
	right: 5%;
	height: 100px;
	width: 100px;
}

.cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
	right: 10%;
	top: 58%;
	width: 286px;
	height: 286px;
}

.cs-contact_info.cs-style1 svg {
	position: absolute;
	top: 4px;
	right: 0;
	width: 20px;
	max-height: 20px;
}

.cs-contact_info.cs-style1 li {
	position: relative;
	padding-right: 35px;
}

.cs-contact_info.cs-style1 li:not(:last-child) {
	margin-bottom: 22px;
}

.cs-page_heading.cs-style1 {
	position: relative;
	height: 650px;
	padding: 120px 0 50px;
}

.cs-page_heading.cs-style1::after {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 151px;
	height: 151px;
	background-color: var(--theme-prime);
	opacity: 0.8;
	content: "";
	-webkit-filter: blur(125px);
	filter: blur(125px);
}

.cs-page_heading.cs-style1 > * {
	position: relative;
	z-index: 2;
}

.cs-page_heading.cs-style1 .cs-page_heading_in {
	display: inline-block;
}

.cs-page_heading.cs-style1 .breadcrumb {
	justify-content: flex-end;
	margin-bottom: 0;
	color: #999696;
}

.cs-page_heading.cs-style1 .breadcrumb-item.active {
	color: #fff;
}

.cs-page_heading.cs-style1 .cs-page_title {
	margin-bottom: 18px;
}

.form-drop {
	padding: 40px 30px;
	background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
	border-radius: 15px;
}
.form-drop.haze {
	filter: drop-shadow(0 0 15px rgba(255, 255, 255, .9));
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
	position: relative;
	top: 5px;
	width: 1px;
	height: 17px;
	margin-left: 10px;
	padding: 0;
	background-color: #fff;
	content: "";
}

.cs-image_layer.cs-style1 {
	padding-right: 60px;
	padding-bottom: 60px;
}

.cs-image_layer.cs-style1 img {
	position: relative;
	z-index: 2;
}

.cs-image_layer.cs-style1 .cs-image_layer_in {
	position: relative;
	border-radius: 15px;
}

.cs-image_layer.cs-style1 .cs-image_layer_in::after {
	position: absolute;
	right: -60px;
	bottom: -60px;
	width: 100%;
	height: 100%;
	background-color: var(--theme-prime);
	border-radius: inherit;
	content: "";
}

.cs-tab {
	display: none;
}

.cs-tab.active {
	display: block;
}

.cs-tabs.cs-style1 .cs-tabs_heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cs-tab_links.cs-style1 {
	display: inline-flex;
	padding: 5px;
	background-color: #000;
	border-radius: 10px;
}

.cs-tab_links.cs-style1 a {
	display: inline-flex;
	padding: 7px 20px;
	font-weight: 500;
	color: #fff;
}

.cs-tab_links.cs-style1 li.active a {
	background-color: var(--theme-prime);
	border-radius: 10px;
}

.cs-google_map iframe {
	display: block;
	width: 100%;
	height: 600px;
	border: 0;
	-webkit-filter: grayscale(100%) invert(90%) contrast(120%);
	filter: grayscale(100%) invert(90%) contrast(120%);
}
.cs-google_map .map-container {
	display: block;
	width: 100%;
	height: 600px;
}

.cs-list.cs-style1 li:not(:last-child) {
	margin-bottom: 20px;
}

.cs-shine_hover_1 {
	position: relative;
	overflow: hidden;
}

.cs-shine_hover_1::before {
	position: absolute;
	top: 0;
	left: -80%;
	width: 50%;
	height: 100%;
	z-index: 2;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.2)));
	background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
	content: "";
	transform: skewX(-25deg);
	z-index: 1;
}

.cs-shine_hover_1:hover::before {
	-webkit-animation: shine 1.3s;
	animation: shine 1.3s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.cs-rotate_img {
	overflow: hidden;
	border-radius: 7px;
	transform: rotate(45deg);
}

.cs-rotate_img_in {
	transform: rotate(-45deg) scale(1.4);
}

.cs-half_screen {
	width: 56vw;
}

@media screen and (max-width: 1550px) {
	.cs-shape_wrap_2 .cs-shape_2 {
		right: -15%;
		top: 8%;
	}
	.cs-video_block.cs-style1 {
		height: 650px;
	}
}

@media screen and (max-width: 1380px) {
	.cs-section_heading.cs-style1 .cs-section_title {
		font-size: 42px;
	}
	.cs-font_50 {
		font-size: 42px;
	}
	.cs-moving_text_wrap {
		font-size: 100px;
	}
	.cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
		height: 200px;
		width: 200px;
	}
	.cs-page_heading.cs-style1 {
		height: 550px;
	}
}

@media screen and (max-width: 1199px) {
	.cs-moving_text_wrap {
		font-size: 80px;
	}
	.cs-page_heading.cs-style1 {
		height: 450px;
	}
	.cs-half_screen {
		width: 100%;
	}
	.cs-video_block.cs-style1.cs-size1 {
		height: 450px;
	}
}

@media screen and (max-width: 991px) {
	.cs-section_heading.cs-style1 .cs-section_title {
		font-size: 36px;
	}
	.cs-section_heading.cs-style1 .cs-section_subtitle {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.cs-shape_wrap_4 .cs-shape_4:nth-child(1),
	.cs-shape_wrap_4 .cs-shape_4:nth-child(2),
	.cs-shape_wrap_2 .cs-shape_2,
	.cs-shape_wrap_3 .cs-shape_3 {
		display: none;
	}
	.cs-font_50 {
		font-size: 36px;
	}
	.cs-video_block.cs-style1,
	.cs-video_block.cs-style1.cs-size1 {
		height: 400px;
	}
	.cs-video_block.cs-style1 .cs-player_btn,
	.cs-video_block.cs-style1.cs-size1 .cs-player_btn {
		transform: translate(-50%, -50%) scale(0.8);
	}
	.cs-page_heading.cs-style1 {
		height: 400px;
	}
	.cs-portfolio_1_heading .cs-tabs_heading {
		display: block;
	}
	.cs-portfolio_1_heading .cs-section_heading + .cs-isotop_filter {
		margin-top: 30px;
	}
	.cs-list.cs-style1 li:not(:last-child) {
		margin-bottom: 10px;
	}
	.cs-accordian_title {
		font-size: 18px;
	}
	.cs-accordian:not(:last-child) {
		margin-bottom: 15px;
	}
	.cs-accordian {
		padding-bottom: 15px;
		border-width: 1px;
	}
	.cs-google_map iframe {
		height: 400px;
	}
	.cs-btn.cs-style1 {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 767px) {
	.cs-tabs.cs-style1 .cs-tabs_heading {
		display: block;
	}
	.cs-tabs.cs-style1 .cs-section_heading + .cs-tab_links {
		margin-top: 50px;
	}
}

@media screen and (max-width: 575px) {
	.cs-partner_logo {
		padding: 5px;
	}
	.cs-image_layer.cs-style1 {
		padding-right: 40px;
		padding-bottom: 40px;
	}
	.cs-image_layer.cs-style1 .cs-image_layer_in::after {
		right: -30px;
		bottom: -30px;
	}
	.cs-video_block.cs-style1,
	.cs-video_block.cs-style1.cs-size1 {
		height: 380px;
	}
	.cs-video_block.cs-style1 .cs-player_btn,
	.cs-video_block.cs-style1.cs-size1 .cs-player_btn {
		transform: translate(-50%, -50%) scale(0.7);
	}
	.cs-moving_text_wrap {
		font-size: 56px;
	}
	.cs-partner_logo_wrap {
		margin: 0 -10px;
	}
	.cs-partner_logo {
		padding: 10px;
	}
}

.cs-slider_heading.cs-style1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cs-slider {
	position: relative;
}

.cs-slider.cs-style1 {
	display: flex;
	flex-wrap: wrap;
}

.cs-slider.cs-style1 .cs-slider_left {
	width: 44%;
	padding-left: 12%;
}

.cs-slider.cs-style1 .cs-slider_right {
	width: 56%;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 {
	padding: 50px 0;
	transition: all 0.4s ease;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
	left: -20px;
	top: 20px;
	opacity: 0;
	transition: all 0.4s ease;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_title {
	opacity: 0;
	left: 20px;
	transition: all 0.5s ease;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
	opacity: 0;
	left: 20px;
	transition: all 0.5s ease;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 {
	padding: 0;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
	top: 0;
	left: 0;
	opacity: 1;
	transition-delay: 0.4s;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_title {
	left: 0;
	opacity: 1;
	transition-delay: 0.5s;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
	left: 0;
	opacity: 1;
	transition-delay: 0.6s;
}

.slick-slide > div {
	display: flex;
	flex-direction: column;
}

.cs-remove_overflow .slick-list {
	overflow: visible;
}

.cs-remove_overflow .slick-slide {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}

.cs-remove_overflow .slick-slide.slick-active {
	opacity: 1;
	visibility: visible;
}

.cs-pagination.cs-style1 {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

.cs-pagination.cs-style1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inherit !important;
}

.cs-pagination.cs-style1 li {
	height: 16px;
	width: 16px;
	background-color: var(--theme-prime);
	border: 1px solid var(--theme-prime);
	border-radius: 50%;
	margin: 0 8px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
}

.cs-pagination.cs-style1 li::before {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 5px;
	width: 5px;
	background-color: var(--theme-prime);
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

.cs-pagination.cs-style1 li.slick-active {
	background-color: transparent;
}

.cs-pagination.cs-style1 button {
	display: none;
}

.cs-slider_arrows.cs-style1 {
	display: flex;
	margin: -8px;
}

.cs-slider_arrows.cs-style1 .slick-arrow {
	width: 60px;
	height: 35px;
	border: 2px solid currentColor;
	border-radius: 5px;
	margin: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cs-slider_arrows.cs-style1 .slick-arrow:hover {
	background-color: var(--theme-prime);
	border-color: var(--theme-prime);
	color: #fff;
}

.slick-dotted {
	cursor: url(../img/icons/drag.png) 16 9, ew-resize !important;
}

.cs-gap-24 .slick-slide {
	padding-left: 12px;
	padding-right: 12px;
}

.cs-gap-24 .slick-list {
	margin-left: -12px;
	margin-right: -12px;
}

.cs-slider_controll {
	position: relative;
	display: flex;
	align-items: center;
	width: 320px;
	justify-content: space-between;
}

.cs-slider_controll .cs-controll_seperator {
	height: 1px;
	flex: 1;
	background-color: rgba(var(--theme-bright-rgb), 0.5);
	margin: 0 20px;
}

.cs-slider_controll.cs-type1 {
	margin-left: -205px;
}

.slider-nav.cs-style1 {
	width: 405px;
}

.slider-nav.cs-style1 .slick-list {
	padding: 50px 0 !important;
}

.slider-nav.cs-style1 .slick-dots,
.slider-nav.cs-style1 .slick-arrow {
	display: none !important;
}

.slider-nav_item {
	width: 135px;
	padding: 20px;
	opacity: 0.5;
	transition: all 0.5s ease;
}

.slick-center .slider-nav_item {
	position: relative;
	opacity: 1;
	z-index: 2;
	transform: scale(1.8);
}

.slider-for .slick-arrow {
	position: absolute;
	bottom: 6px;
	width: 60px;
	height: 35px;
	overflow: hidden;
	z-index: 2;
	background: transparent center no-repeat;
	color: transparent;
	outline: none;
	border: 2px solid #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.slider-for .slick-arrow:hover {
	background-color: var(--theme-prime);
	border-color: var(--theme-prime);
}

.slider-for .slick-prev {
	left: 0;
	background-image: url(../img/prev_arrow.svg);
}

.slider-for .slick-next {
	left: 76px;
	background-image: url(../img/next_arrow.svg);
}

.cs-testimonial_slider {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.cs-testimonial_slider .cs-testimonial_slider_left {
	width: 35%;
}

.cs-testimonial_slider .cs-testimonial_slider_right {
	width: 65%;
}

@media screen and (max-width: 1199px) {
	.cs-gap-50 .slick-slide {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cs-gap-50 .slick-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.cs-slider.cs-style1 {
		display: block;
	}
	.cs-slider.cs-style1 .cs-slider_left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 90px;
	}
	.cs-slider.cs-style1 .cs-slider_right {
		width: 100%;
	}
	.cs-testimonial_slider .cs-testimonial_slider_left {
		width: 45%;
	}
	.cs-testimonial_slider .cs-testimonial_slider_right {
		width: 55%;
	}
	.cs-slider.cs-style3 .slick-list {
		padding: 0 15% !important;
	}
}

@media screen and (min-width: 992px) {
	.cs-hidden_desktop {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	.cs-hidden_mobile {
		display: none !important;
	}
	.cs-pagination.cs-style1 {
		margin-top: 35px;
	}
	.cs-slider_nav {
		position: initial;
		width: 100%;
		padding-bottom: 80px;
		transform: initial;
	}
	.cs-gap-40 .slick-slide,
	.cs-gap-50 .slick-slide {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cs-gap-40 .slick-list,
	.cs-gap-50 .slick-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.cs-slider.cs-style1 .cs-slider_left {
		padding-bottom: 45px;
	}
	.cs-slider_heading.cs-style1 {
		flex-direction: column;
		align-items: flex-start;
	}
	.cs-slider_heading.cs-style1 .cs-section_heading + .cs-slider_arrows {
		margin-top: 15px;
	}
	.cs-testimonial_slider {
		display: block;
	}
	.cs-testimonial_slider .cs-testimonial_slider_left,
	.cs-testimonial_slider .cs-testimonial_slider_right {
		width: 100%;
	}
	.cs-testimonial_slider .cs-testimonial_slider_left {
		margin-bottom: 30px;
	}
	.slider-nav.cs-style1 {
		margin: auto;
	}
	.slider-nav.cs-style1 .slick-list {
		padding: 40px 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.cs-slider.cs-style3 .slick-list {
		padding: 0 15% !important;
	}
}

@media screen and (max-width: 575px) {
	.cs-hide_mobile {
		display: none;
	}
	.cs-slider.cs-style3 .slick-list {
		padding: 0 15px !important;
	}
}

@media screen and (max-width: 420px) {
	.slider-nav.cs-style1 {
		width: 300px;
	}
	.slider-nav_item {
		width: 100px;
	}
	.cs-testimonial_slider .cs-testimonial.cs-style1 {
		padding-bottom: 70px;
	}
	.slider-for .slick-next {
		right: initial;
		left: 50%;
		margin-left: 38px;
		transform: translateX(-50%);
	}
	.slider-for .slick-prev {
		right: initial;
		left: 50%;
		transform: translateX(-50%);
		margin-left: -38px;
	}
}

.cs-pd_video .cs-video_open,
.cs-sample_img .cs-video_open {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 48px;
	font-size: 68px;
	color: #fff;
	transition: all 0.3s ease;
	transform: translate(-50%, -50%);
}

.cs-pd_video .cs-video_open:hover,
.cs-sample_img .cs-video_open:hover {
	color: rgba(var(--theme-white-rgb), 0.7);
}

.cs-video_popup {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 1000;
	transition-delay: 0.3s;
}

.cs-video_popup.active {
	left: 0;
	transition-delay: 0s;
}

.cs-video_popup_overlay {
	position: absolute;
	right: 0;
	left: 0;
	opacity: 0;
	background-color: #000;
	transition: all 0.4s ease-out;
}

.cs-video_popup.active .cs-video_popup_overlay {
	opacity: 0.8;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.cs-video_popup_content {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	text-align: center;
	font-size: 0;
	transition: all 0.4s ease-out;
	transform: translateY(100px);
}

.cs-video_popup.active .cs-video_popup_content {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.cs-video_popup_content:after {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}

.cs-video_popup_container {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1380px;
	text-align: left;
	background-color: #fff;
	vertical-align: middle;
}

.cs-video_popup_container .embed-responsive {
	width: 100%;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive-16by9::before {
	display: block;
	padding-top: 56.25%;
	content: "";
}

.embed-responsive iframe,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cs-video_popup_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: var(--theme-sec);
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.cs-video_popup iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.cs-video_popup_close:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	background-color: #fff;
	content: "";
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.cs-video_popup_close:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	background-color: #fff;
	transform: rotate(45deg);
	transition: all 0.4s ease-in-out;
	content: "";
}

.cs-video_popup_close:hover:before,
.cs-video_popup_close:hover:after {
	background-color: #000;
}

.cs-video_popup_layer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.cs-video_popup_align {
	overflow: hidden;
}
/*End Video Popup*/

.cs-site_header {
	position: relative;
	z-index: 101;
}

.cs-site_header .cs-btn.cs-style6 {
	font-size: 16px;
}

.cs-site-branding {
	display: inline-block;
	max-width: 180px;
}

.cs-site_header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 20px;
	transition: all 0.4s ease;
}

.cs-site_header.cs-style1 .cs-main_header_in,
.cs-site_header.cs-style1 .cs-top_header_in {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 90px;
}

.cs-site_header.cs-style1 .cs-main_header_right {
	display: flex;
	align-items: center;
	height: 100%;
}

.cs-site_header.cs-style1.cs-sticky-active {
	background-color: #fff;
	box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.cs-site_header.cs-style1 .cs-icon_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	color: #fff;
	border: 2px solid currentColor;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in {
	position: relative;
	width: 18px;
	height: 16px;
	line-height: 0;
	overflow: hidden;
	text-align: right;
	cursor: pointer;
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	color: inherit;
	vertical-align: top;
	border-radius: 3px;
	transition: 0s ease-in-out;
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(1) {
	width: calc(100% - 4px);
	transform: translate(0, -7px);
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(2) {
	width: calc(100% - 4px);
	transform: translate(0, 0);
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(3) {
	transform: translate(0, 7px);
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(4) {
	transform: translate(0, 14px);
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span {
	transition: 0.3s ease-in-out;
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(1) {
	transform: translate(0, 0);
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(2) {
	transform: translate(0, 7px);
	width: 100%;
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(3) {
	transform: translate(0, 14px);
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(4) {
	transform: translate(0, 21px);
}

.cs-site_header.cs-style1 .cs-action_box {
	display: flex;
	align-items: center;
}

.cs-site_header.cs-style1 .cs-action_box .cs-action_value {
	margin-left: 15px;
}

.cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
	margin-right: 35px;
}

.cs-site_header.cs-style1 .cs-btn {
	padding: 13px 15px;
}

.cs-site_header_full_width .container {
	max-width: 100%;
	padding: 0 50px;
}

.cs-site_header_style1 {
	border-bottom: 1px solid #1a188d;
}

.cs-site_header_style1 .cs-main_header_right {
	display: flex;
	align-items: center;
}

.cs-site_header_style1 .cs-nav + .cs-header_toolbox.cs-center {
	margin-left: 35px;
}

.cs-site_header_style1 .cs-nav .cs-nav_list > li.current-menu-item > a:before {
	bottom: -4px;
	background-color: #fff;
}

.cs-side_header {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	opacity: 0;
	transition: all 0.4s ease;
}

.cs-side_header .cs-side_header_overlay {
	position: inherit;
	height: inherit;
	width: inherit;
	left: inherit;
	top: inherit;
	background-color: rgba(22, 22, 22, 0.5);
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	opacity: 0;
	transition: all 0.4s ease;
}

.cs-side_header .cs-side_header_in {
	position: relative;
	right: -500px;
	width: 500px;
	height: 100vh;
	flex: none;
	overflow: auto;
	margin-left: auto;
	padding: 90px 50px 50px;
	background-color: #181818;
	z-index: 2;
	transition: all 0.4s ease;
}

.cs-side_header .cs-side_header_heading {
	font-size: 22px;
	line-height: 1.4em;
	margin: 0;
}

.cs-side_header .cs-side_header_title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.cs-side_header .cs-side_header_box {
	padding: 35px 0;
}

.cs-side_header .cs-close {
	opacity: 0;
}

.cs-side_header.active {
	opacity: 1;
	visibility: visible;
}

.cs-side_header.active .cs-side_header_overlay,
.cs-side_header.active .cs-close {
	opacity: 1;
}

.cs-side_header.active .cs-side_header_in {
	right: 0;
}

.cs-side_header .cs-side_header_shape {
	height: 257px;
	width: 257px;
	overflow: hidden;
	position: absolute;
	pointer-events: none;
	z-index: -1;
	bottom: 0;
	right: 0;
}

.cs-side_header .cs-side_header_shape::before {
	position: absolute;
	bottom: -80px;
	right: -90px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	border-radius: 50%;
	content: "";
}

.cs-close {
	position: fixed;
	right: 30px;
	top: 30px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 2px solid currentColor;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	z-index: 2;
	z-index: 100;
}

.cs-close::before, .cs-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 2px;
	margin-top: -1px;
	margin-left: -25%;
	background-color: currentColor;
	content: "";
	transform: rotate(-45deg);
}

.cs-close::before {
	transform: rotate(45deg);
}

.cs-close:hover {
	color: var(--theme-prime);
	transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
	.cs-main_header .container {
		max-width: 100%;
	}
	.cs-site_header.cs-style1 .cs-nav {
		display: flex;
	}
}

.cs-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-sticky_header {
	position: fixed !important;
	width: 100%;
	z-index: 999;
}

.cs-gescout_sticky {
	position: fixed !important;
	top: -110px;
	opacity: 0;
	transition: all 0.4s ease;
	background-color: #000;
}

.cs-gescout_show {
	top: 0;
	opacity: 1;
}

.cs-site_branding {
	display: inline-block;
}

.cs-site_branding img {
	max-height: 45px;
}

@media screen and (min-width: 1200px) {
	.cs-main_header {
		position: relative;
	}
	.cs-main_header .container-fluid {
		padding-right: 40px;
		padding-left: 40px;
	}
	.cs-main_header_center,
	.cs-top_header_center {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.cs-site_header.cs-style1 .cs-main_header_center {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: calc(100% - 300px);
		height: 100%;
	}
	.cs-site_header.cs-style1 .cs-main_header_left {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.cs-nav {
		display: flex;
		align-items: center;
		height: 100%;
		font-size: 15px;
		line-height: 1.6em;
		color: #fff;
	}
	.cs-nav .cs-nav_list {
		display: flex !important;
        flex-wrap: wrap;
		height: inherit;
	}
	.cs-nav .cs-nav_list > li {
		margin-left: 35px;
		height: inherit;
	}
	.cs-nav .cs-nav_list > li:last-child {
		margin-right: 0;
	}
	.cs-nav .cs-nav_list > li > a {
		display: inline-flex;
		position: relative;
		padding: 10px 0;
		height: inherit;
		align-items: center;
	}
	.cs-nav .cs-nav_list > li > ul {
		right: 0;
		top: calc(100% + 15px);
	}
	.cs-nav .cs-nav_list > li:hover > ul {
		visibility: visible;
		top: 100%;
		opacity: 1;
		transition: all 0.4s ease;
	}
	.cs-nav .cs-nav_list > li.menu-item-has-children > a {
		position: relative;
	}
	.cs-nav .cs-nav_list > li.menu-item-has-children > a::after {
		display: inline-block;
		position: relative;
		top: -2px;
		width: 8px;
		height: 8px;
		margin-right: 6px;
		border: 2px solid #fff;
		border-top: 0;
		border-left: 0;
		border-radius: 0 0 2px 0;
		content: "";
		transform: rotate(45deg);
	}
	.cs-nav .cs-nav_list li:not(.cs-mega-menu) {
		position: relative;
	}
	.cs-nav .cs-nav_list.seps > li:not(:last-child)::after {
		position: absolute;
		top: 36px;
		left: -18px;
		width: 1px;
		height: 20px;
		background-color: #ddd;
		content: "";
		transform: rotateZ(22deg);
	}
	.cs-nav .cs-nav_list ul {
		visibility: hidden;
		display: block;
		position: absolute;
		width: 260px;
		padding: 10px 0;
		background-color: #181818;
		border-top: 2px solid var(--theme-prime);
		z-index: 100;
		opacity: 0;
		box-shadow: 0 1px 2px 0 rgba(2, 0, 181, 0.1);
		border-radius: 0 0 5px 5px;
		transition: all 0.1s ease;
	}
	.cs-nav .cs-nav_list ul li:hover ul {
		top: 0;
	}
	.cs-nav .cs-nav_list ul li:hover > ul {
		visibility: visible;
		opacity: 1;
		transition: all 0.4s ease;
	}
	.cs-nav .cs-nav_list ul a {
		display: block;
		line-height: inherit;
		padding: 10px 20px;
		font-size: 90%;
	}
	.cs-nav .cs-nav_list ul ul {
		top: 15px;
		right: 100%;
	}
	.cs-munu_toggle,
	.cs-munu_dropdown_toggle {
		display: none;
	}
	.cs-nav .cs-nav_list .cs-mega-wrapper {
		display: flex !important;
		position: absolute;
		left: 50%;
		width: 1170px !important;
		padding: 0;
		transform: translateX(-50%);
	}
	.cs-nav .cs-nav_list .cs-mega-wrapper > li {
		flex: 1;
		padding: 10px 0;
	}
	.cs-nav .cs-nav_list .cs-mega-wrapper > li:not(:last-child) {
		border-right: 1px solid #4d4d4d;
	}
	.cs-nav .cs-nav_list .cs-mega-wrapper > li > a {
		color: var(--theme-bright);
		font-weight: 600;
	}
	.cs-nav .cs-nav_list .cs-mega-wrapper > li > a:hover {
		background-color: transparent;
	}
	.cs-nav .cs-nav_list .cs-mega-wrapper > li ul {
		position: initial;
		width: 100%;
		padding: 0;
		background-color: transparent;
		border: none;
		box-shadow: none;
	}
	.cs-nav .cs-nav_list .cs-mega-menu:hover .cs-mega-wrapper li ul {
		opacity: 1;
		visibility: visible;
	}
	.cs-nav .cs-nav_list > li ul:not(.cs-mega-wrapper) .menu-item-has-children > a {
		position: relative;
	}
	.cs-nav .cs-nav_list > li.menu-item-has-children ul:not(.cs-mega-wrapper) li.menu-item-has-children > a:after {
		position: absolute;
		top: 50%;
		left: 16px;
		font-family: "FontAwesome";
		font-size: 12px;
		font-weight: 800;
		content: "\f053";
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 1360px) {
	.cs-site-branding {
		max-width: 190px;
	}
	.cs-site_header_full_width .container {
		max-width: 100%;
		padding: 0 15px;
	}
}

@media screen and (max-width: 1199px) {
	.cs-munu_dropdown_toggle {
		position: absolute;
		top: 5px;
		left: 20px;
		width: 30px;
		height: 30px;
	}
	.cs-munu_dropdown_toggle::before, .cs-munu_dropdown_toggle::after {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 10px;
		height: 2px;
		background-color: rgba(var(--theme-bright-rgb), 0.7);
		content: "";
		transition: all 0.3s ease;
		transform: translate(-50%, -50%);
	}
	.cs-munu_dropdown_toggle::before {
		transform: translate(-50%, -50%) rotate(90deg);
	}
	.cs-munu_dropdown_toggle.active:before {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	.cs-nav .cs-nav_list {
		display: none;
		position: absolute;
		top: 100%;
		width: 100vw;
		max-height: calc(100vh - 80px);
		left: -15px;
		padding: 10px 0;
		overflow: auto;
		line-height: 1.6em;
		background-color: #181818;
		border-top: 1px solid rgba(77, 77, 77, 82);
		border-bottom: 1px solid rgba(77, 77, 77, 82);
	}
	.cs-nav .cs-nav_list ul {
		padding-left: 15px;
		display: none;
	}
	.cs-nav .cs-nav_list a {
		display: block;
		padding: 8px 20px;
	}
	.cs-nav .menu-item-has-children {
		position: relative;
	}
	/*Mobile Menu Button*/
	.cs-munu_toggle {
		display: inline-block;
		width: 30px;
		height: 27px;
		cursor: pointer;
		position: absolute;
		top: 27px;
		right: 30px;
	}
	.cs-munu_toggle span,
	.cs-munu_toggle span:before,
	.cs-munu_toggle span:after {
		width: 100%;
		height: 2px;
		background-color: currentColor;
		display: block;
	}
	.cs-munu_toggle span {
		position: relative;
		top: 12px;
		margin: 0 auto;
		transition-duration: 0s;
		transition-delay: 0.2s;
	}
	.cs-munu_toggle span:before {
		position: absolute;
		margin-top: -9px;
		content: "";
		transition-property: margin, transform;
		transition-duration: 0.2s;
		transition-delay: 0.2s, 0s;
	}
	.cs-munu_toggle span:after {
		position: absolute;
		margin-top: 9px;
		content: "";
		transition-property: margin, transform;
		transition-duration: 0.2s;
		transition-delay: 0.2s, 0s;
	}
	.cs-site_header.cs-style1 .cs-munu_toggle {
		top: 50%;
		right: 0;
		margin-top: -13px;
	}
	.cs-toggle_active span {
		background-color: rgba(0, 0, 0, 0);
		transition-delay: 0.2s;
	}
	.cs-toggle_active span:before {
		margin-top: 0;
		transform: rotate(45deg);
		transition-delay: 0s, 0.2s;
	}
	.cs-toggle_active span:after {
		margin-top: 0;
		transform: rotate(-45deg);
		transition-delay: 0s, 0.2s;
	}
	.cs-header_toolbox {
		margin-right: 50px;
	}
	.cs-nav .cs-nav_list a {
		position: relative;
	}
	.cs-site_header.cs-style1 .cs-main_header_in {
		height: 80px;
	}
	.cs-hamburger span {
		height: 3px;
	}
	.cs-site_header .current-menu-item > a:before {
		display: none;
	}
	.cs-site_header.cs-style1.cs-type4 .cs-main_header_in {
		margin-top: 0;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	.cs-site_header.cs-style1 .cs-main_header_center .cs-site_branding {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.cs-site_header.cs-style1 {
		top: 0;
	}
	.cs-toolbox {
		margin-right: 45px;
	}
	.cs-site_header.cs-style1 .cs-icon_btn {
		width: 38px;
		height: 38px;
	}
	.cs-toolbox,
	.cs-side_header {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.cs-site_header .container {
		max-width: 100%;
	}
	.cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
		margin-right: 25px;
	}
	.cs-site_header.cs-style1 .cs-btn {
		padding: 8px;
	}
}

@media screen and (max-width: 575px) {
	.cs-site-branding {
		max-width: 150px;
	}
	.cs-hamburger_wrap .cs-hamburger {
		margin-right: 0;
	}
	.cs-site_branding img {
		max-height: 32px;
	}
	.cs-site_header.cs-style1 .cs-btn span {
		display: none;
	}
	.cs-site_header.cs-style1 .cs-btn svg {
		margin-right: 0;
		width: 20px;
		height: 20px;
	}
}

.cs-fooer_main {
	padding: 95px 0 35px;
}

.cs-footer_item {
	margin-bottom: 40px;
}

.cs-footer_item .cs-newsletter.cs-style1 {
	margin-top: 6px;
}

.cs-widget_title {
	font-size: 18px;
	margin-bottom: 35px;
}

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

.cs-menu_widget li:not(:last-child) {
	margin-bottom: 20px;
}

.cs-text_widget p {
	margin: 0;
}

.cs-text_widget img + p {
	margin-top: 30px;
}

.cs-social_btns.cs-style1 {
	display: flex;
	flex-wrap: wrap;
	margin: -7px;
}

.cs-social_btns.cs-style1 a {
	width: 36px;
	height: 36px;
	margin: 7px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.cs-social_btns.cs-style1 a:hover {
	border-color: var(--theme-prime);
	transform: scale(1.08);
}

.cs-social_btns.cs-style1 a:hover svg {
	fill: var(--theme-prime);
}

.cs-newsletter.cs-style1 .cs-newsletter_form {
	position: relative;
}

.cs-newsletter.cs-style1 .cs-newsletter_input {
	width: 100%;
	height: 50px;
	padding: 5px 15px 5px 100px;
	background-color: #000;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 10px;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 7px 25px;
	overflow: hidden;
	background-color: var(--theme-prime);
	font-weight: 600;
	color: #fff;
	border: none;
	border-radius: 10px;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	background-color: rgba(22, 22, 22, 0.4);
	content: "";
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform 0.6s ease-out;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn span {
	position: relative;
	z-index: 1;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn:hover:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cs-newsletter.cs-style1 .cs-newsletter_text {
	margin-top: 25px;
}

.cs-footer_links {
	display: flex;
	flex-wrap: wrap;
}

.cs-footer_links li:not(:last-child)::after {
	position: relative;
	top: -1px;
	margin: 0 10px;
	content: '|';
}

.cs-bottom_footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid #4D4D4D;
}

.cs-bottom_footer > * {
	padding: 4px 0;
}

.cs-text_widget + .cs-social_btns.cs-style1 {
	margin-top: 25px;
}

@media screen and (max-width: 1199px) {
	.cs-newsletter.cs-style1 .cs-newsletter_btn {
		padding: 7px 15px;
	}
	.cs-newsletter.cs-style1 .cs-newsletter_input {
		padding: 5px 80px 5px 15px;
	}
}

@media screen and (max-width: 991px) {
	.cs-widget_title {
		margin-bottom: 20px;
	}
	.cs-text_widget img + p {
		margin-top: 20px;
	}
	.cs-menu_widget li:not(:last-child) {
		margin-bottom: 10px;
	}
	.cs-text_widget + .cs-social_btns.cs-style1,
	.cs-newsletter.cs-style1 .cs-newsletter_text {
		margin-top: 15px;
	}
	.cs-fooer_main {
		padding: 60px 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.cs-bottom_footer {
		flex-direction: column;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
}

.cs-isotop {
	transition: all 0.4s ease;
}

.cs-isotop.cs-has_gutter_24 {
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: -24px;
}

.cs-isotop.cs-has_gutter_24 .cs-isotop_item {
	padding: 0 12px;
	margin-bottom: 24px;
}

.cs-isotop.cs-has_gutter_40 {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -30px;
}

.cs-isotop.cs-has_gutter_40 .cs-isotop_item {
	padding: 0 20px;
	margin-bottom: 30px;
}

.cs-isotop.cs-has_gutter_100 {
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: -40px;
}

.cs-isotop.cs-has_gutter_100 .cs-isotop_item {
	padding: 0 50px;
	margin-bottom: 40px;
}

.cs-isotop_col_6 .cs-grid_sizer,
.cs-isotop_col_6 .cs-isotop_item {
	width: 16.666667%;
}

.cs-isotop_col_5 .cs-grid_sizer,
.cs-isotop_col_5 .cs-isotop_item {
	width: 20%;
}

.cs-isotop_col_4 .cs-grid_sizer,
.cs-isotop_col_4 .cs-isotop_item {
	width: 25%;
}

.cs-isotop_col_3 .cs-grid_sizer,
.cs-isotop_col_3 .cs-isotop_item {
	width: 33.333333%;
}

.cs-isotop_col_2 .cs-grid_sizer,
.cs-isotop_col_2 .cs-isotop_item {
	width: 50%;
}

.cs-isotop_col_1 .cs-grid_sizer,
.cs-isotop_col_1 .cs-isotop_item {
	width: 100%;
}

.cs-grid_sizer {
	width: 33.333333%;
}

.cs-isotop_col_5 .cs-w20,
.cs-isotop_col_4 .cs-w20,
.cs-isotop_col_3 .cs-w20,
.cs-isotop_col_2 .cs-w20,
.cs-isotop_col_1 .cs-w20 {
	width: 20%;
}

.cs-isotop_col_5 .cs-w25,
.cs-isotop_col_4 .cs-w25,
.cs-isotop_col_3 .cs-w25,
.cs-isotop_col_2 .cs-w25,
.cs-isotop_col_1 .cs-w25 {
	width: 25%;
}

.cs-isotop_col_5 .cs-w33,
.cs-isotop_col_4 .cs-w33,
.cs-isotop_col_3 .cs-w33,
.cs-isotop_col_2 .cs-w33,
.cs-isotop_col_1 .cs-w33 {
	width: 33.333333%;
}

.cs-isotop_col_5 .cs-w50,
.cs-isotop_col_4 .cs-w50,
.cs-isotop_col_3 .cs-w50,
.cs-isotop_col_2 .cs-w50,
.cs-isotop_col_1 .cs-w50 {
	width: 50%;
}

.cs-isotop_col_5 .cs-w66,
.cs-isotop_col_4 .cs-w66,
.cs-isotop_col_3 .cs-w66,
.cs-isotop_col_2 .cs-w66,
.cs-isotop_col_1 .cs-w66 {
	width: 66.666666%;
}

.cs-isotop_col_5 .cs-w100,
.cs-isotop_col_4 .cs-w100,
.cs-isotop_col_3 .cs-w100,
.cs-isotop_col_2 .cs-w100,
.cs-isotop_col_1 .cs-w100 {
	width: 100%;
}

.cs-isotop_filter.cs-style1 li:not(:first-child) {
	margin-left: 28px;
}

.cs-isotop_filter.cs-style1 a {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}

.cs-isotop_filter.cs-style1 a::before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 9px;
	height: 9px;
	margin-left: -5px;
	background-color: var(--theme-prime);
	border-radius: 50%;
	content: "";
	transition: all 0.4s ease;
	transform: scale(0);
}

.cs-isotop_filter.cs-style1 ul {
	display: inline-flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #999696;
}

.cs-isotop_filter.cs-style1 .active a {
	color: var(--theme-prime);
}

.cs-isotop_filter.cs-style1 .active a::before {
	transform: scale(1);
}

@media screen and (max-width: 1199px) {
	.cs-isotop.cs-has_gutter_100 .cs-isotop_item {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.cs-isotop.cs-has_gutter_100 {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: -30px;
	}
}

@media screen and (max-width: 991px) {
	.cs-isotop_col_4 .cs-grid_sizer,
	.cs-isotop_col_4 .cs-isotop_item {
		width: 50%;
	}
	.cs-isotop_col_4 .cs-w50 {
		width: 100%;
	}
	.cs-isotop_col_3 .cs-grid_sizer,
	.cs-isotop_col_3 .cs-isotop_item {
		width: 50%;
	}
	.cs-isotop_col_2 .cs-grid_sizer,
	.cs-isotop_col_2 .cs-isotop_item {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.cs-isotop_col_5 .cs-w50,
	.cs-isotop_col_4 .cs-w50,
	.cs-isotop_col_3 .cs-w50,
	.cs-isotop_col_2 .cs-w50,
	.cs-isotop_col_1 .cs-w50,
	.cs-isotop_col_5 .cs-w66,
	.cs-isotop_col_4 .cs-w66,
	.cs-isotop_col_3 .cs-w66,
	.cs-isotop_col_2 .cs-w66,
	.cs-isotop_col_1 .cs-w66 {
		width: 100%;
	}
	.cs-isotop_col_5 .cs-grid_sizer,
	.cs-isotop_col_5 .cs-isotop_item {
		width: 100%;
	}
	.cs-isotop_col_4 .cs-grid_sizer,
	.cs-isotop_col_4 .cs-isotop_item {
		width: 100%;
	}
	.cs-isotop_col_3 .cs-grid_sizer,
	.cs-isotop_col_3 .cs-isotop_item {
		width: 100%;
	}
	.cs-isotop_col_2 .cs-grid_sizer,
	.cs-isotop_col_2 .cs-isotop_item {
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	.cs-isotop_filter.cs-style1 ul {
		border: none;
	}
	.cs-isotop_filter.cs-style1 li {
		margin-bottom: 8px;
	}
	.cs-isotop_filter.cs-style1 li:not(:first-child) {
		margin-left: 20px;
	}
	.cs-isotop_filter.cs-style1 a {
		padding-bottom: 3px;
	}
}

.cs-sidebar_item:not(:last-child) {
	margin-bottom: 70px;
}

.cs-sidebar_widget_title {
	font-size: 30px;
	margin-bottom: 30px;
}

.tagcloud {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.tag-cloud-link {
	font-size: 14px;
	line-height: 1.6em;
	border: 2px solid #fff;
	padding: 3px 15px;
	display: inline-block;
	margin: 5px;
	border-radius: 2px;
}

.tag-cloud-link:hover {
	color: #fff;
	background-color: var(--theme-prime);
	border-color: var(--theme-prime);
}

.widget_archive ul,
.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_archive ul li,
.widget_categories ul li {
	padding-left: 26px;
	position: relative;
}

.widget_archive ul li::before,
.widget_categories ul li::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 14px;
	height: 12px;
	background: url("../img/icons/double_arrow_icon.svg") center;
	content: "";
}

.widget_archive ul li:not(:last-child),
.widget_categories ul li:not(:last-child) {
	margin-bottom: 20px;
}

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

.cs-recent_posts li:not(:last-child) {
	margin-bottom: 20px;
}

.cs-recent_post {
	display: flex;
	align-items: center;
}

.cs-recent_post_thumb {
	flex: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 18px;
	border-radius: 5px;
}

.cs-recent_post_thumb:hover .cs-recent_post_thumb_in {
	transform: scale(1.06);
}

.cs-recent_post_thumb_in {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transition: all 0.4s ease;
}

.cs-recent_post_title {
	font-size: 18px;
	margin-bottom: 5px;
}

.cs-sidebar_search {
	position: relative;
}

.cs-sidebar_search input {
	display: block;
	width: 100%;
	padding: 0 40px 6px 10px;
	background-color: transparent;
	outline: none;
	border: none;
	border-bottom: 2px solid #fff;
	transition: all 0.3s ease;
}

.cs-sidebar_search input:focus {
	border-color: var(--theme-prime);
}

.cs-sidebar_search_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cs-sidebar_search_btn:hover {
	color: var(--theme-prime);
}

.cs-author_card img {
	height: 130px;
	width: 130px;
	margin-bottom: 22px;
}

.cs-author_card h3 {
	font-size: 30px;
	margin-bottom: 14px;
}

.cs-author_card p {
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	.cs-sidebar_widget_title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.widget_archive ul li:not(:last-child), .widget_categories ul li:not(:last-child) {
		margin-bottom: 12px;
	}
	.cs-sidebar_item:not(:last-child) {
		margin-bottom: 40px;
	}
}

.cs-hero.cs-style1 {
	position: relative;
	padding: 250px 0 170px;
	height: calc(100vh + 180px);
	min-height: 1000px;
}
.cs-hero.cs-style1.hgrow {
	height: auto;
}

.cs-hero.cs-style1 .cs-hero_title {
	font-size: 120px;
	font-weight: 700;
	margin-bottom: 60px;
	line-height: 1.25em;
}

.cs-hero.cs-style1 .cs-hero_subtitle {
	font-size: 18px;
	line-height: 1.9em;
	color: var(--theme-bright);
}

.cs-hero.cs-style1 .cs-hero_info {
	display: flex;
	align-items: center;
}

.cs-hero.cs-style1 .cs-hero_info > div {
	flex: none;
	width: 50%;
}

.cs-hero.cs-style1 .cs-hero_social_wrap {
	display: flex;
	position: absolute;
	top: 50%;
	right: 45px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	transform: rotate(180deg) translateY(85%);
}

.cs-hero.cs-style1 .cs-hero_social_wrap.cs-left_side {
	right: initial;
	left: 45px;
}

.cs-hero.cs-style1 .cs-hero_social_title {
	position: relative;
	padding-top: 35px;
	white-space: nowrap;
}

.cs-hero.cs-style1 .cs-hero_social_title::after {
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 11px;
	width: 2px;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #999696;
	border-radius: 3px;
	content: "";
}

.cs-hero.cs-style1 .cs-hero_social_links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.cs-hero.cs-style1 .cs-hero_social_links li {
	position: relative;
	padding-top: 32px;
	white-space: nowrap;
}

.cs-hero.cs-style1 .cs-hero_social_links li:not(:last-child)::after {
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 5px;
	height: 2px;
	width: 15px;
	background-color: #999696;
	border-radius: 3px;
	content: "";
}

.cs-hero.cs-style1 .cs-hero_text {
	position: relative;
	z-index: 3;
}

.cs-hero.cs-style1 .cs-slider.cs-style1 {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.cs-hero.cs-style1 .cs-slider.cs-style1 * {
	height: 100%;
	width: 100%;
}

.cs-down_btn {
	position: absolute;
	bottom: 25%;
	left: 50%;
	width: 20px;
	height: 35px;
	margin-left: -10px;
	border-radius: 10px;
	border: 2px solid #fff;
}

.cs-down_btn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
	-webkit-animation: UpAndDown 3s infinite;
	animation: UpAndDown 3s infinite;
}

@-webkit-keyframes UpAndDown {
	0%, 100% {
		top: 30%;
	}
	50% {
		top: 70%;
		opacity: 0.5;
		transform: translate(-50%, -50%) scale(0.8);
	}
}

@keyframes UpAndDown {
	0%, 100% {
		top: 30%;
	}
	50% {
		top: 70%;
		opacity: 0.5;
		transform: translate(-50%, -50%) scale(0.8);
	}
}

@media screen and (max-width: 1550px) {
	.cs-hero.cs-style1 {
		padding-top: 220px;
		min-height: 960px;
	}
}

@media screen and (max-width: 1380px) {
	.cs-hero.cs-style1 {
		padding-top: 200px;
		min-height: 880px;
	}
	.cs-hero.cs-style1 .cs-hero_title {
		font-size: 100px;
	}
}

@media screen and (max-width: 1199px) {
	.cs-hero.cs-style1 {
		min-height: 850px;
	}
	.cs-hero.cs-style1 .cs-hero_title {
		font-size: 80px;
	}
	.cs-hero.cs-style1 .cs-hero_subtitle {
		font-size: 22px;
	}
	.cs-hero.cs-style1 .cs-hero_social_wrap {
		right: 30px;
		transform: rotate(180deg) translateY(120%);
	}
	.cs-hero.cs-style1 .cs-hero_social_wrap {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.cs-hero.cs-style1 {
		padding-top: 60px;
		padding-bottom: 260px;
		display: flex;
		align-items: center;
		min-height: 680px;
	}
	.cs-hero.cs-style1 .cs-hero_info {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.cs-hero.cs-style1 .cs-hero_title {
		font-size: 56px;
		margin-bottom: 20px;
	}
	.cs-hero.cs-style1 .cs-hero_subtitle {
		margin-bottom: 24px;
		max-width: 500px;
	}
	.cs-hero.cs-style1 .cs-hero_info > div {
		width: 100%;
	}
	.cs-hero.cs-style1 .cs-hero_social_wrap {
		top: initial;
		bottom: 0;
		right: 15px;
		transform: rotate(180deg) translateY(220px);
	}
	.cs-hero.cs-style1 .cs-down_btn {
		bottom: 220px;
	}
	.cs-hero.cs-style1.cs-type1 .cs-hero_subtitle {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 575px) {
	.cs-hero.cs-style1 .cs-hero_title {
		font-size: 42px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.cs-hero.cs-style1 {
		height: initial;
		min-height: initial;
		padding-top: 200px;
		padding-bottom: 350px;
	}
	.cs-hero.cs-style1 .cs-down_btn {
		bottom: 220px;
	}
}

.cs-iconbox.cs-style1 {
	padding: 40px;
}

.cs-iconbox.cs-style1 .cs-iconbox_icon {
	padding: 4px 10px;
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(var(--theme-prime-rgb), 0.3)), color-stop(95.61%, transparent));
	background: linear-gradient(90deg, rgba(var(--theme-prime-rgb), 0.3) 0%, transparent 95.61%);
}

.cs-iconbox.cs-style1.cs-type1 .cs-iconbox_icon {
	padding: 0;
	background: transparent;
}

.cs-iconbox.cs-style2 {
	max-width: 350px;
	margin: auto;
}

.cs-iconbox.cs-style2 .cs-iconbox_icon {
	margin-bottom: 25px;
}

.cs-iconbox.cs-style2 .cs-iconbox_title {
	font-size: 30px;
	margin-bottom: 20px;
}

.cs-iconbox.cs-style2 .cs-iconbox_subtitle {
	line-height: 1.75em;
}

@media screen and (max-width: 991px) {
	.cs-iconbox.cs-style2 {
		max-width: 100%;
	}
	.cs-iconbox.cs-style2 .cs-iconbox_title {
		font-size: 26px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 575px) {
	.cs-iconbox.cs-style1 {
		padding: 30px;
	}
}

.cs-card.cs-style1 {
	position: relative;
	border-radius: 15px;
	display: block;
}

.cs-card.cs-style1:hover {
	-webkit-filter: drop-shadow(0 0 30px rgba(var(--theme-prime-rgb), 0.5));
	filter: drop-shadow(0 0 30px rgba(var(--theme-prime-rgb), 0.5));
}

.cs-card.cs-style1 img {
	width: 100%;
	border-radius: inherit;
}

.cs-card.cs-style1 .cs-card_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: #000000;
	opacity: 0;
}

.cs-card.cs-style1 .cs-card_info {
	position: absolute;
	padding: 45px 25px 0;
	top: 0;
	left: 0;
}

.cs-card.cs-style1 .cs-card_info span {
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.cs-card.cs-style1 .cs-card_title {
	font-size: 22px;
	margin: 0;
	line-height: 1.5em;
}

@media screen and (max-width: 1400px) {
	.cs-card.cs-style1 .cs-card_title {
		font-size: 20px;
	}
	.cs-card.cs-style1 .cs-card_info {
		padding: 40px 18px 0;
	}
}

@media screen and (max-width: 1199px) {
	.cs-card.cs-style1 .cs-card_title {
		font-size: 24px;
	}
	.cs-card.cs-style1 .cs-card_info {
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		height: 100%;
		padding: 40px 30px;
	}
}

.cs-post_wrap {
	width: 54vw;
}

.cs-post.cs-style1 {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}

.cs-post.cs-style1 .cs-post_thumb {
	position: relative;
	display: block;
}

.cs-post.cs-style1 .cs-post_thumb img {
	width: 100%;
}

.cs-post.cs-style1 .cs-post_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(77, 77, 77, 0)));
	background: linear-gradient(360deg, #000000 0%, rgba(77, 77, 77, 0) 100%);
}

.cs-post.cs-style1 .cs-posted_by {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.cs-post.cs-style1 .cs-post_title {
	font-size: 22px;
	margin-bottom: 0;
	line-height: 1.45em;
}

.cs-post.cs-style1 .cs-post_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 35px 25px;
}

.cs-slider .cs-post.cs-style1 {
	max-width: 420px;
}

.cs-post.cs-style2 .cs-post_thumb {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 45px;
}

.cs-post.cs-style2 .cs-post_thumb::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background-color: rgba(22, 22, 22, 0.5);
	content: "";
	transition: all 0.4s ease;
}

.cs-post.cs-style2 .cs-post_thumb img {
	transition: all 0.6s ease;
}

.cs-post.cs-style2 a.cs-post_thumb:hover::after {
	opacity: 1;
}

.cs-post.cs-style2 a.cs-post_thumb:hover img {
	transform: scale(1.07);
}

.cs-post.cs-style2 .cs-post_meta {
	margin-bottom: 15px;
	font-size: 18px;
}

.cs-post.cs-style2 .cs-post_title {
	font-size: 38px;
	margin-bottom: 30px;
}

.cs-post.cs-style2 .cs-post_sub_title {
	margin-bottom: 35px;
	line-height: 1.75em;
}

.cs-post.cs-style2 p {
	margin-bottom: 45px;
	line-height: 1.75em;
}

.cs-post.cs-style2 h3 {
	margin-bottom: 25px;
	font-size: 30px;
}

.cs-post.cs-style2 blockquote {
	margin-bottom: 45px;
	padding: 40px 35px;
	background-color: #000;
	line-height: 1.9em;
	font-size: 18px;
	font-weight: 600;
	color: var(--theme-bright);
	border-left: 5px solid var(--theme-prime);
}

.cs-post.cs-style2 blockquote small {
	display: block;
	position: relative;
	margin-top: 15px;
	padding-left: 35px;
	line-height: 1.9em;
	font-size: 16px;
	font-weight: 400;
	color: rgba(var(--theme-bright-rgb), 0.7);
	font-style: initial;
}

.cs-post.cs-style2 blockquote small::before {
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	width: 20px;
	background-color: var(--theme-bright);
	border-radius: 2px;
	content: "";
}

.cs-post_3_list li:not(:last-child) {
	border-bottom: 2px solid #E4E4E4;
	padding-bottom: 35px;
	margin-bottom: 26px;
}

.cs-post.cs-style3 {
	display: flex;
}

.cs-post.cs-style3 .cs-post_title {
	font-size: 30px;
	margin-bottom: 20px;
}

.cs-post.cs-style3 .cs-post_meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.cs-post.cs-style3 .cs-post_avatar {
	display: flex;
	align-items: center;
}

.cs-post.cs-style3 .cs-post_avatar_img {
	flex: none;
	max-width: 50px;
	border-radius: 5px;
	margin-right: 18px;
}

.cs-post.cs-style3 .cs-post_avatar_img img {
	width: 100%;
	border-radius: inherit;
}

.cs-post.cs-style3 .cs-post_avatar_info h4 {
	font-size: 16px;
	margin-bottom: 0;
}

.cs-post.cs-style3 .cs-post_avatar_info p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6em;
}

.cs-post.cs-style3 .cs-text_btn {
	color: var(--theme-prime);
}

.cs-post.cs-style3 .cs-posted_by {
	display: flex;
	align-items: center;
	flex: none;
	width: 105px;
	margin-top: 4px;
}

.cs-post.cs-style3 .cs-posted_by > span:first-child {
	margin-right: 12px;
	font-size: 30px;
	font-weight: 600;
	color: var(--theme-bright);
}

.cs-post.cs-style3 .cs-posted_by > span:last-child {
	font-size: 14px;
	line-height: 18px;
}

@media screen and (max-width: 1550px) {
	.cs-slider .cs-post.cs-style1 {
		max-width: 360px;
	}
	.cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
		left: -3%;
	}
}

@media screen and (max-width: 1550px) {
	.cs-slider .cs-post.cs-style1 {
		max-width: 360px;
	}
	.cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
		left: -3%;
	}
}

@media screen and (max-width: 1550px) {
	.cs-post.cs-style1 .cs-post_title {
		font-size: 20px;
	}
}

@media screen and (max-width: 1199px) {
	.cs-post_wrap {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.cs-post.cs-style2 .cs-post_title {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.cs-post.cs-style2 .cs-post_meta {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.cs-post.cs-style2 .cs-post_sub_title {
		margin-bottom: 20px;
	}
	.cs-post.cs-style2 .cs-post_thumb {
		margin-bottom: 25px;
	}
	.cs-post.cs-style2 blockquote {
		font-size: 16px;
		border-width: 3px;
		padding: 30px 25px;
	}
	.cs-post.cs-style3 .cs-post_title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.cs-slider .cs-post.cs-style1 {
		max-width: 320px;
	}
	.cs-post.cs-style3 {
		display: block;
	}
	.cs-post.cs-style3 .cs-posted_by {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.cs-post.cs-style3 .cs-post_meta {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 20px;
	}
	.cs-post.cs-style3 .cs-post_avatar {
		margin-top: 25px;
	}
}

@media screen and (max-width: 350px) {
	.cs-slider .cs-post.cs-style1 {
		max-width: 300px;
	}
}

.cs-team.cs-style1 {
	overflow: hidden;
	position: relative;
}

.cs-team.cs-style1 .cs-member_thumb {
	border-radius: 15px;
	position: relative;
	overflow: inherit;
	overflow: hidden;
}

.cs-team.cs-style1 .cs-member_thumb img {
	position: relative;
	width: 100%;
	z-index: 1;
	border-radius: inherit;
	transition: all 0.8s ease;
}

.cs-team.cs-style1 .cs-member_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(77, 77, 77, 0)));
	background: linear-gradient(360deg, #000000 0%, rgba(77, 77, 77, 0) 100%);
}

.cs-team.cs-style1 .cs-member_social svg {
	height: 20px;
	width: 20px;
}

.cs-team.cs-style1 .cs-member_name {
	font-size: 22px;
	margin-bottom: 6px;
}

.cs-team.cs-style1 .cs-member_info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 30px 25px;
}

.cs-team.cs-style1 .cs-member_social {
	position: absolute;
	z-index: 2;
	left: 13px;
	top: 50px;
	display: flex;
	flex-direction: column;
}
.cs-team.cs-style1 .cs-member_social a {
	display: flex;
	justify-content: center;
	margin: 12px;
	opacity: 0;
	transform: scale(0) rotate(45deg);
	transition: all 0.4s ease;
}
.cs-team.cs-style1 .cs-member_social .icn {
	font-size: 20px;
}

.cs-team.cs-style1:hover .cs-member_social a {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.cs-team.cs-style1:hover .cs-member_thumb img {
	transform: scale(1.06) translateY(8px);
}

@media screen and (max-width: 1380px) {
	.cs-team.cs-style1 .cs-member_name {
		font-size: 20px;
	}
}

.cs-image_box.cs-style1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 300px;
	border: 1px solid rgba(var(--theme-prime-rgb), 0.1);
	padding: 20px 15px 5px;
	position: relative;
	margin-top: 5px;
}

.cs-image_box.cs-style1::before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--theme-prime-rgb), 0.1);
	content: "";
	transition: all 0.3s ease;
}

.cs-image_box.cs-style1 img {
	max-height: 100%;
}

.cs-image_box.cs-style1:hover {
	border-color: rgba(var(--theme-prime-rgb), 0.2);
}

.cs-image_box.cs-style1:hover::before {
	background-color: rgba(var(--theme-prime-rgb), 0.2);
	left: 0;
	top: 0;
}

.cs-image_box.cs-style2 {
	display: block;
	background: linear-gradient(108.18deg, #EA4C89 -2.02%, #4D44C6 100%);
	padding: 1px;
	border-radius: 10px;
}

.cs-image_box.cs-style2 img {
	max-height: 100%;
}

.cs-image_box.cs-style2 .cs-image_box_in {
	border-radius: inherit;
	padding: 10px;
}

.cs-image_box.cs-style2 .cs-image_box_img {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 290px;
	background: #e94875;
	border-radius: inherit;
}

@media screen and (max-width: 575px) {
	.cs-image_box.cs-style1 {
		height: 200px;
		padding: 20px 10px 5px;
	}
	.cs-image_box.cs-style2 .cs-image_box_img {
		height: 190px;
	}
}

.cs-cta.cs-style1 {
	padding: 90px 30px;
	border-radius: 15px;
}

.cs-cta.cs-style1 .cs-cta_in {
	position: relative;
	z-index: 2;
}

.cs-cta.cs-style1 .cs-cta_title {
	font-weight: 600;
	font-size: 50px;
}

@media screen and (max-width: 1300px) {
	.cs-cta.cs-style1 .cs-cta_title {
		font-size: 42px;
	}
}

@media screen and (max-width: 991px) {
	.cs-cta.cs-style1 {
		padding: 70px 30px;
		border-radius: 15px;
	}
	.cs-cta.cs-style1 .cs-cta_title {
		font-size: 36px;
	}
}

@media screen and (max-width: 575px) {
	.cs-cta.cs-style1 {
		padding: 70px 20px;
	}
	.cs-cta.cs-style1 .cs-cta_title {
		font-size: 28px;
	}
}

.cs-time_line.cs-style1 h3 {
	font-size: 30px;
	margin-bottom: 15px;
}

.cs-time_line.cs-style1 h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.cs-time_line.cs-style1 p {
	margin-bottom: 7px;
}

.cs-time_line.cs-style1 p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1380px) {
	.cs-time_line.cs-style1 h3 {
		font-size: 26px;
	}
	.cs-time_line.cs-style1 h2 {
		font-size: 20px;
	}
}

.cs-testimonial.cs-style1 {
	position: relative;
	padding: 70px 70px 0 0;
}

.cs-testimonial.cs-style1 .cs-testimonial_quote {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 38px;
	background: transparent url("../img/quote-r.svg") scroll 0 0 no-repeat;
}

.cs-testimonial.cs-style1 .cs-testimonial_text {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 600;
	color: var(--theme-bright);
}

.cs-testimonial.cs-style1 .cs-rating {
	margin-top: 24px;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 70px;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_designation {
	margin-top: 10px;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_designation::before {
	display: inline-block;
	position: relative;
	top: -4px;
	width: 20px;
	height: 2px;
	margin-left: 10px;
	background-color: #D9D9D9;
	border-radius: 3px;
	content: "";
}

@media screen and (max-width: 1380px) {
	.cs-testimonial.cs-style1 .cs-testimonial_text,
	.cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	.cs-testimonial.cs-style1 {
		padding-left: 20px;
		padding-top: 60px;
	}
	.cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
		margin-top: 30px;
	}
}

.cs-portfolio_1_heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.cs-portfolio_1_heading .cs-isotop_filter {
	margin-bottom: 15px;
}

.cs-portfolio.cs-style1 {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	height: 250px;
	display: block;
}

.cs-portfolio.cs-style1::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: "";
	background-color: rgba(22, 22, 22, 0.4);
	transition: all 0.4s ease;
}

.cs-portfolio.cs-style1:hover::before {
	opacity: 1;
}

.cs-portfolio.cs-style1 .cs-portfolio_bg {
	height: 100%;
	width: 100%;
	background: transparent scroll 50% 50% no-repeat;
	background-size: cover;
	border-radius: inherit;
}

.cs-portfolio.cs-style1 .cs-portfolio_info {
	position: absolute;
	bottom: -60px;
	left: -40px;
	width: 220px;
	height: 220px;
	padding: 65px 20px 70px 45px;
	border-radius: 50%;
}
@media (min-width: 768px) {
	.cs-portfolio.cs-style1 .cs-portfolio_info {
		width: 300px;
		height: 300px;
		padding: 105px 20px 80px 65px;
	}
}

.cs-portfolio.cs-style1 .cs-portfolio_info_bg {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	left: 0;
	top: 0;
}

.cs-portfolio.cs-style1 .cs-portfolio_title {
	font-size: 20px;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
}

.cs-portfolio.cs-style1 .cs-portfolio_subtitle {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-right: 30px;
	color: rgba(var(--theme-bright-rgb), 0.7);
}

.cs-portfolio.cs-style1 .cs-portfolio_subtitle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 1px;
	margin-top: 2px;
	background-color: currentColor;
	border-radius: 3px;
	content: "";
}

.cs-portfolio.cs-style1.cs-type1 {
	height: 465px;
}

.cs-portfolio.cs-style1.cs-type1 img {
	width: 100%;
}

.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_info_bg {
	left: -50px;
	top: 50px;
	opacity: 0;
	transition: all 0.4s ease;
}

.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_title,
.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_subtitle {
	top: 15px;
	opacity: 0;
	transition: all 0.4s ease;
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_info_bg {
	left: 0;
	top: 0;
	opacity: 1;
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_title {
	top: 0;
	opacity: 1;
	transition-delay: 0.2s;
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_subtitle {
	top: 0;
	opacity: 1;
	transition-delay: 0.3s;
}

@media screen and (min-width: 576px) {
	.cs-portfolio.cs-style1 {
		height: 300px;
	}
}
@media screen and (min-width: 768px) {
	.cs-portfolio.cs-style1 {
		height: 380px;
	}
}
@media screen and (min-width: 992px) {
	.cs-portfolio.cs-style1 {
		height: 450px;
	}
}
@media screen and (min-width: 1380px) {
	.cs-portfolio.cs-style1 .cs-portfolio_title {
		font-size: 22px;
	}
}
@media screen and (min-width: 1550px) {
	.cs-portfolio.cs-style1 {
		height: 465px;
	}
}

.cs-funfact_wrap {
	display: flex;
	position: relative;
	padding: 60px 80px;
	align-items: center;
	background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
	border-radius: 15px;
	z-index: 1;
}

.cs-funfact_wrap .cs-funfact_shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.cs-funfact_wrap .cs-funfact_left {
	position: relative;
	flex: none;
	width: 40%;
	z-index: 2;
}

.cs-funfact_wrap .cs-funfact_right {
	flex: 1;
	padding-left: 80px;
	position: relative;
	z-index: 2;
}

.cs-funfact_wrap.cs-type1 {
	margin-top: -130px;
}

.cs-funfact_heading h2 {
	font-size: 50px;
	margin-bottom: 20px;
}

.cs-funfact_heading p {
	margin-bottom: 0;
	line-height: 1.75em;
}

.cs-funfacts {
	display: -ms-grid;
	display: grid;
	grid-gap: 36px 40px;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.cs-funfact.cs-style1 {
	display: flex;
	align-items: center;
}

.cs-funfact.cs-style1 .cs-funfact_number {
	margin: 0 0 0 13px;
	line-height: 1.3em;
	font-size: 50px;
}

.cs-funfact.cs-style1 .cs-funfact_text span {
	display: block;
	margin-top: -4px;
	margin-bottom: -1px;
	font-size: 20px;
	font-weight: 700;
}

.cs-funfact.cs-style1 .cs-funfact_text p,
.cs-funfact.cs-style1 .cs-funfact_text .p {
	margin: 0;
}

.cs-funfact.cs-style2 .cs-funfact_number {
	margin: 0 13px 0 0;
	font-size: 50px;
	line-height: 1.3em;
}

.cs-funfact.cs-style2 .cs-funfact_title {
	font-size: 22px;
	color: #999696;
	margin: 0;
}

.cs-funfact_wrap_2 {
	position: relative;
	padding: 90px 90px 100px;
	background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
	box-shadow: 0 0 25px rgba(123, 123, 123, 0.1);
	border-radius: 15px;
	z-index: 1;
}

.cs-funfact_wrap_2 .cs-funfact_shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.cs-funfact_wrap_2 .cs-funfact_shape + * {
	position: relative;
	z-index: 2;
}

.cs-funfact_wrap_2 .cs-funfacts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -12px;
}

.cs-funfact_wrap_2 .cs-funfacts > * {
	padding: 12px;
}

.cs-funfact_wrap_2.cs-type1 {
	margin-top: -145px;
}

@media screen and (max-width: 1399px) {
	.cs-funfact_wrap,
	.cs-funfact_wrap_2 {
		padding: 60px 50px;
	}
	.cs-funfact_wrap_2.cs-type1 {
		margin-top: -102px;
	}
	.cs-funfact_wrap .cs-funfact_left {
		width: 38%;
	}
	.cs-funfact_wrap .cs-funfact_right {
		padding-left: 50px;
		width: 62%;
	}
}

@media screen and (max-width: 1380px) {
	.cs-funfact_heading h2 {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.cs-funfact.cs-style1 .cs-funfact_number {
		font-size: 42px;
	}
	.cs-funfact.cs-style1 .cs-funfact_text span {
		font-size: 18px;
		margin-top: -8px;
		margin-bottom: -5px;
	}
	.cs-funfact.cs-style2 .cs-funfact_number {
		font-size: 42px;
	}
	.cs-funfact.cs-style2 .cs-funfact_title {
		font-size: 20px;
	}
}

@media screen and (max-width: 1199px) {
	.cs-funfact_wrap {
		display: block;
	}
	.cs-funfact_wrap .cs-funfact_right {
		padding-left: 0;
		width: 100%;
	}
	.cs-funfact_wrap .cs-funfact_left {
		width: 100%;
		margin-bottom: 50px;
	}
	.cs-funfact_wrap_2 .cs-funfacts {
		display: grid;
		grid-gap: 10px 25px;
	}
}

@media screen and (max-width: 991px) {
	.cs-funfact_wrap .cs-funfact_left {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.cs-funfacts {
		grid-gap: 15px 15px;
		-ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 575px) {
	.cs-funfacts {
		grid-gap: 15px 15px;
		-ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
	}
	.cs-funfact_wrap,
	.cs-funfact_wrap_2 {
		padding: 40px 30px;
	}
}

.cs-pricing_table.cs-style1 {
	position: relative;
	background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
	border-radius: 15px;
	overflow: hidden;
	padding: 0 45px;
}

.cs-pricing_table.cs-style1::before {
	position: absolute;
	top: -55px;
	right: -55px;
	width: 135px;
	height: 135px;
	opacity: 0;
	background-color: var(--theme-prime);
	content: "";
	-webkit-filter: blur(125px);
	filter: blur(125px);
	transition: all 0.4s ease;
}

.cs-pricing_table.cs-style1 .cs-pricing_title {
	margin: 0;
	padding: 30px 0;
	font-size: 30px;
	border-bottom: 1px solid #302E2E;
}

.cs-pricing_table.cs-style1 .cs-price {
	display: flex;
	align-items: flex-end;
	margin-bottom: 5px;
	padding-top: 20px;
}

.cs-pricing_table.cs-style1 .cs-price h3 {
	margin: 0;
	font-size: 38px;
}

.cs-pricing_table.cs-style1 .cs-price span {
	position: relative;
	bottom: 6px;
}

.cs-pricing_table.cs-style1 .cs-pricing_info {
	border-bottom: 1px solid #302E2E;
	padding-bottom: 23px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature {
	padding: 35px 0 25px;
	border-bottom: 1px solid #302E2E;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li {
	position: relative;
	padding-left: 35px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li:not(:last-child) {
	margin-bottom: 16px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature .cs-feature_icon {
	position: absolute;
	left: 0;
	top: -1px;
}

.cs-pricing_table.cs-style1 .cs-pricing_btn_wrap {
	padding: 28px 0;
}

.cs-pricing_table.cs-style1:hover::before {
	opacity: 1;
}

@media screen and (max-width: 991px) {
	.cs-pricing_table.cs-style1 {
		padding: 0 30px;
	}
	.cs-pricing_table.cs-style1 .cs-pricing_title {
		font-size: 26px;
	}
}
.mbl-gap {
	padding-bottom: 63px;
}

.mbl-bottom-bar {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	border-top: 2px solid #fff;
	z-index: 1000;
	filter: drop-shadow(0 -2px 10px rgba(var(--theme-prime-rgb), .5));
}
.mbl-bottom-bar .hot {
	display: block;
	height: 61px;
	padding-top: 10px;
	background-color: transparent;
	text-align: center;
	color: #ddd;
	border-left: 1px solid #fff;
	transition: all .3s ease;
}
.mbl-bottom-bar .hot:last-child {
	border-left: 0;
}
.mbl-bottom-bar .hot:hover {
	background-color: #181818;
	color: #fff;
}
.mbl-bottom-bar .hot .icn {
	font-size: 24px;
	color: #ddd;
	transition: color .3s ease, text-shadow .3s ease;
}
.mbl-bottom-bar .hot .label {
	display: block;
	font-size: 14px;
	transition: color .3s ease;
}
.mbl-bottom-bar .hot:hover .icn,
.mbl-bottom-bar .hot:hover .label {
	color: #fff;
	text-shadow: 0 0 16px var(--theme-prime);
}
@media (min-width: 576px){
	.mbl-gap {
		padding-bottom: 0;
	}
	.mbl-bottom-bar {
		display: none;
	}
}
