@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
}

:root {
	--theme-main-color: #d1d1d1;
	--theme-main-color-rgb: 241, 241, 241;
	--theme-dark-color: #1d1d1d;
	--theme-dark-color-rgb: 29, 29, 29;
}

body {
	direction: rtl;
	background-color: var(--theme-dark-color);
	text-align: right;
	font-family: "Heebo", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	overflow-x: hidden;
}

body.noise-img {
	position: relative;
}

body.noise-img::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../imgs/patterns/noise.png);
	background-size: 70px;
	background-repeat: repeat;
	content: "";
}

body.home-digital .container,
body.home-arch .container,
body.home-corp .container {
	max-width: 1200px;
}

body main.vstrip {
	position: relative;
}
body main.vstrip::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70px;
	background: var(--theme-dark-color);
	z-index: 5;
	content: "";
}
body main.vstrip.start::after {
	right: 0;
	left: auto;
}

.lt-link, .thm-link, .drk-link {
	transition: color 0.5s ease;
}
.lt-link {
	color: var(--theme-white);
}
.lt-link:hover, .lt-link:focus {
	color: var(--theme-base);
}
.lt-link.inv {
	color: var(--theme-base);
}
.lt-link.inv:hover, .lt-link.inv:focus {
	color: var(--theme-white);
}
.thm-link {
	color: var(--theme-base);
}
.thm-link:hover, .thm-link:focus {
	color: var(--theme-black);
}
.drk-link {
	color: var(--theme-black);
}
.drk-link:hover, .drk-link:focus {
	color: var(--theme-base);
}

/*
 * 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: 16px;
	text-decoration: none;
	border: none;
	transition: all 0.4s ease 0s;
}
.btn-adm .on-label {
	display: inline-block;
	padding: 0 5px;
	font-weight: 400;
	color: inherit;
}
.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: #000;
	z-index: 0;
	content: "";
	transition: all 0.4s ease 0s;
}
.btn-adm:after {
	background-color: #305aa4;
	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;
}
.btn-adm.xs {
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	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: #d00;
}
.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 a {
	color: #666;
	text-decoration: underline;
}
.dx-recaptcha-notice a:hover {
	color: var(--theme-base);
}

.read-audio-player {
	display: -ms-flexbox;
	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;
	-ms-flex-align: center;
	align-items: center;
}
.read-audio-player .waveform-container {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.read-audio-player .controls {
	margin: 0 10px 0 0;
}
.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%;
	right: 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;
	-webkit-transform: none;
	transform: none;
}
.read-audio-player.fallback audio {
	display: block;
	width: 100%;
}

main {
	position: relative;
	z-index: 5;
}

.row.sm-marg {
	margin-left: -5px;
	margin-right: -5px;
}

.row.sm-marg > * {
	padding-left: 5px;
	padding-right: 5px;
}

.row.md-marg {
	margin-left: -25px;
	margin-right: -25px;
}

.row.md-marg > * {
	padding-left: 25px;
	padding-right: 25px;
}

.row.lg-marg {
	margin-left: -40px;
	margin-right: -40px;
}

.row.lg-marg > * {
	padding-left: 40px;
	padding-right: 40px;
}

.row.xlg-marg {
	margin-left: -50px;
	margin-right: -50px;
}

.row.xlg-marg > * {
	padding-left: 50px;
	padding-right: 50px;
}

.lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.lines.two::after {
	position: absolute;
	top: 0;
	left: 30%;
	width: 40%;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
}

.lines.four {
	left: 10%;
	width: 80%;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.lines.four::after {
	position: absolute;
	top: 0;
	left: 30%;
	width: 40%;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	content: "";
}

.lines.two-out {
	left: 60px;
	right: 60px;
	width: auto;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	z-index: 7;
}

p, .p {
	margin: 0;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 300;
	color: #ddd;
}

h1, .h1, h2, .h2, h3, .h3 {
	line-height: 1.3;
	font-weight: 600;
}
h1, .h1 {
	font-size: 70px;
}
h2, .h2 {
	font-size: 45px;
}
h3, .h3 {
	font-size: 36px;
}
h4, .h4 {
	line-height: 1.5;
	font-size: 28px;
	font-weight: 600;
}
h5, .h5 {
	line-height: 1.5;
	font-size: 24px;
	font-weight: 500;
}
h6, .h6 {
	line-height: 1.8;
	font-size: 20px;
	font-weight: 500;
}

a, a:hover {
	color: inherit;
}

span {
	display: inline-block;
}

a {
	display: inline-block;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

figure {
	margin: 0;
}

.pagination.theme li {
	display: inline-block;
}
.pagination.theme li .item {
	width: 50px;
	height: 50px;
	margin: 0 5px;
	line-height: 50px;
	text-align: center;
	font-weight: 100;
	color: #888;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}
.pagination.theme li a.item {
	color: #fff;
}
.pagination.theme li.active .item,
.pagination.theme li:hover a.item {
	background-color: rgba(255, 255, 255, 0.04);
}

.btn:hover, .btn:focus, .btn:active {
	outline: none;
	box-shadow: none;
}

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

.main-colorbg {
	background-color: var(--theme-main-color);
}

.main-color2 {
	color: #f08f74 !important;
}

.main-colorbg2 {
	background-color: #f08f74;
}

.main-color3 {
	color: #55e6a5 !important;
}

.main-colorbg3 {
	background-color: #55e6a5;
}

.main-color4 {
	color: #ffaa17 !important;
}

.main-colorbg4 {
	background-color: #ffaa17;
}

.main-bg {
	background-color: var(--theme-dark-color);
}

.sub-bg {
	background-color: #1a1a1a;
}
.bg-gray {
	background-color: var(--theme-dark-color);
}
.bg-gray1 {
	background-color: #eef2f5;
}
.bg-gray1 p {
	color: #333;
}
.text-dark {
	color: var(--theme-dark-color);
}
.text-dark p {
	color: #333;
}

.text-dark .swiper-controls.arrow-out .left, .text-dark .swiper-controls.arrow-out .right {
	border-color: rgba(0, 0, 0, 0.2);
}

img {
	width: 100%;
	height: auto;
}

.to-out .swiper-container {
	overflow: visible;
	-webkit-clip-path: inset(-100vw -100vw -100vw 0);
	clip-path: inset(-100vw -100vw -100vw 0);
}

.bg-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.bg-pattern.pattern-center {
	background-position: center center;
}

.bg-pattern.patrn1 {
	background-size: 60px;
	background-repeat: repeat;
}

.dots-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-size: auto !important;
	background-repeat: repeat !important;
}

.in-box {
	width: calc(100% - 120px);
	margin-left: 60px;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.02);
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 40px;
}

/* Buttons
-----------------------------------------------------------------*/
.butn {
	border: 1px solid transparent;
}

.butn.butn-md {
	padding: 14px 35px;
}

.butn.butn-full {
	width: 100%;
	padding: 15px 25px;
	text-align: center;
}

.butn.butn-bord {
	border-color: #fff;
	background: transparent;
	color: #fff;
	transition: all .4s;
}

.butn.butn-bord:hover {
	background: #fff;
	color: #000;
}

.butn.butn-bord:hover span {
	color: #000;
}

.butn.butn-bg {
	transition: all .4s;
}

.butn.butn-bg:hover {
	background: transparent !important;
	border-color: #fff;
	color: #fff !important;
}

.butn .rolling-text {
	margin-bottom: -5px;
}

.butn-circle {
	width: 160px;
	height: 160px;
	position: relative;
	overflow: hidden;
}

.butn-circle:hover span {
	color: #000;
}

.butn-circle:hover::after {
	transform: scale(1);
}

.butn-circle::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--theme-main-color);
	content: "";
	transform: scale(0);
	transition: all .4s;
}

.butn-circle.sml {
	width: 130px;
	height: 130px;
}

.butn-circle.sml span {
	text-transform: capitalize;
	letter-spacing: 0;
}

.butn-circle.colorbg-2::after {
	background: #f08f74;
}

.butn-circle.colorbg-3::after {
	background: #55e6a5;
}

.butn-circle span {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2;
	position: relative;
	z-index: 2;
}

.butn-circle .circle-star {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.circle-button {
	position: relative;
	display: inline-block;
}

.circle-button.in-bord::after {
	position: absolute;
	top: 55px;
	bottom: 55px;
	left: 55px;
	right: 55px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	content: "";
}

.circle-button.in-bord::before {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	content: "";
}

.circle-button .rotate-circle svg {
	width: 210px;
	fill: #fff;
}

.circle-button .arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 0;
	height: 0;
	transform: translateX(20px) translateY(-20px);
}
.circle-button .arrow svg {
	width: 40px;
	height: 40px;
}
.circle-button .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.circle-button .in-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.circle-button .textcircle {
	direction: ltr;
}
.circle-button.no-animate .rotate-circle {
	animation: none;
}

.crv-butn-vid .vid {
	min-width: 120px;
	padding-left: 15px;
	padding-right: 40px;
	height: 50px;
	border: 1px solid #eee;
	border-radius: 30px;
	position: relative;
}

.crv-butn-vid .vid .text {
	line-height: 50px;
}

.crv-butn-vid .vid .icon {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
}

.rotate-circle {
	animation: rotateCircle 20s linear infinite;
}

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

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
	pointer-events: none;
	transition: transform 0.2s linear;
}

.cursor {
	pointer-events: none;
	position: fixed;
	padding: 0.3rem;
	background-color: #fff;
	border-radius: 50%;
	mix-blend-mode: difference;
	transition: transform 0.3s ease, opacity 0.4s ease;
	z-index: 99999;
}

.cursor-active {
	transform: translate(-50%, -50%) scale(8);
	opacity: .1;
}

.rolling-text {
	display: inline-block;
	overflow: hidden;
	line-height: 50px;
	height: 50px;
}

.rolling-text.butn {
	padding: 0 35px;
}

.social-text .rolling-text {
	line-height: 30px;
	height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
	transform: translateY(-100%);
}

.rolling-text .letter {
	display: inline-block;
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
	transition-delay: 0s;
}
.letter:nth-child(2) {
	transition-delay: 0.015s;
}
.letter:nth-child(3) {
	transition-delay: 0.03s;
}
.letter:nth-child(4) {
	transition-delay: 0.045s;
}
.letter:nth-child(5) {
	transition-delay: 0.06s;
}
.letter:nth-child(6) {
	transition-delay: 0.075s;
}
.letter:nth-child(7) {
	transition-delay: 0.09s;
}
.letter:nth-child(8) {
	transition-delay: 0.105s;
}
.letter:nth-child(9) {
	transition-delay: 0.12s;
}
.letter:nth-child(10) {
	transition-delay: 0.135s;
}
.letter:nth-child(11) {
	transition-delay: 0.15s;
}
.letter:nth-child(12) {
	transition-delay: 0.165s;
}
.letter:nth-child(13) {
	transition-delay: 0.18s;
}
.letter:nth-child(14) {
	transition-delay: 0.195s;
}
.letter:nth-child(15) {
	transition-delay: 0.21s;
}
.letter:nth-child(16) {
	transition-delay: 0.225s;
}
.letter:nth-child(17) {
	transition-delay: 0.24s;
}
.letter:nth-child(18) {
	transition-delay: 0.255s;
}
.letter:nth-child(19) {
	transition-delay: 0.27s;
}
.letter:nth-child(20) {
	transition-delay: 0.285s;
}
.letter:nth-child(21) {
	transition-delay: 0.3s;
}

.progress-wrap {
	position: fixed;
	bottom: 30px;
	right: 30px;
	height: 44px;
	width: 44px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all .4s linear;
	mix-blend-mode: difference;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 44px;
	width: 44px;
	z-index: 1;
	text-align: center;
	line-height: 44px;
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: 900;
	color: #ccc;
	cursor: pointer;
	content: "\f077";
	transition: all .4s linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #ccc;
	stroke-width: 4;
	box-sizing: border-box;
	transition: all .4s linear;
}

/* Extra
-----------------------------------------------------------------*/
.d-rotate {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.d-rotate .rotate-text {
	display: block;
	opacity: 0;
	transform-style: preserve-3d;
	transition: all .8s;
	transform-origin: 50% 0%;
	transform: translate3d(0, 50px, -50px) rotateX(-45deg) scale(0.95);
	transition-delay: .3s;
}

.d-rotate.animated .rotate-text {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
}

.d-slideup .sideup-text {
	overflow: hidden;
	display: block;
}

.d-slideup .sideup-text:first-of-type .up-text {
	transition-delay: .1s;
}
.d-slideup .sideup-text:nth-of-type(2) .up-text {
	transition-delay: .4s;
}
.d-slideup .sideup-text:nth-of-type(3) .up-text {
	transition-delay: .8s;
}
.d-slideup .sideup-text:nth-of-type(4) .up-text {
	transition-delay: 1.2s;
}
.d-slideup .sideup-text:nth-of-type(5) .up-text {
	transition-delay: 1.6s;
}
.d-slideup .sideup-text .up-text {
	transform: translateY(100%);
	transition: all .8s;
}
.d-slideup.animated .up-text {
	transform: translateY(0);
}

.main-marq {
	position: relative;
	padding: 0;
	overflow: hidden;
}
.main-marq.opm {
	opacity: 0.2;
}
.main-marq::after {
	position: absolute;
	top: -30px;
	bottom: -30px;
	left: -30px;
	right: -30px;
	pointer-events: none;
	background: -webkit-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
	background: -o-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
	background: linear-gradient(to left, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
}
.main-marq.lrg .box .item h4,
.main-marq.lrg .box .item .h4 {
	font-size: 6vw;
	font-weight: 700;
}
.main-marq.xlrg .box .item {
	padding: 0 10px;
}
.main-marq.xlrg .box .item h4,
.main-marq.xlrg .box .item .h4 {
	font-size: 10vw;
	font-weight: 800;
}
@media(min-width: 992px){
	.main-marq.opm {
		opacity: .4;
	}
	.main-marq.xlrg .box .item {
		padding: 0 20px;
	}
}
@media(min-width: 1200px){
	.main-marq.xlrg .box .item {
		padding: 0 30px;
	}
}
@media(min-width: 1400px){
	.main-marq.xlrg .box .item h4,
	.main-marq.xlrg .box .item .h4 {
		font-size: 140px;
	}
}

.main-marq .slide-har {
	display: flex;
}

.main-marq .strok .item h4,
.main-marq .strok .item .h4,
.main-marq .strok .item h4 a,
.main-marq .strok .item .h4 a {
	color: rgba(255, 255, 255, .3);
	-webkit-text-stroke: 0.5px #fff;
	-webkit-text-fill-color: transparent;
}
.main-marq .non-strok .item h4,
.main-marq .non-strok .item .h4,
.main-marq .non-strok .item h4 a,
.main-marq .non-strok .item .h4 a {
	color: #fff;
	-webkit-text-stroke: 0;
	-webkit-text-fill-color: currentColor;
}

.main-marq .box {
	display: flex;
}

.main-marq .box .item {
	padding: 0 30px;
}

.main-marq .box .item h4,
.main-marq .box .item .h4 {
	white-space: nowrap;
	line-height: 1;
	margin: 0;
}

.main-marq .box .item h4 .icon,
.main-marq .box .item .h4 .icon {
	margin-bottom: -15px;
}

.main-marq .box .item h2 {
	line-height: 1;
	margin: 0;
}

.main-marq .box .item:nth-of-type(even) h4,
.main-marq .box .item:nth-of-type(even) .h4,
.main-marq .box .item:nth-of-type(even) h4 a,
.main-marq .box .item:nth-of-type(even) .h4 a {
	color: rgba(255, 255, 255, .3);
	-webkit-text-stroke: 0.5px #fff;
	-webkit-text-fill-color: transparent;
}
.main-marq .box:last-of-type .item:nth-of-type(even) h4,
.main-marq .box:last-of-type .item:nth-of-type(even) .h4,
.main-marq .box:last-of-type .item:nth-of-type(even) h4 a,
.main-marq .box:last-of-type .item:nth-of-type(even) .h4 a {
	color: #fff;
	-webkit-text-stroke: 0;
	-webkit-text-fill-color: currentColor;
}
.main-marq .box:last-of-type .item:nth-of-type(odd) h4,
.main-marq .box:last-of-type .item:nth-of-type(odd) .h4,
.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a,
.main-marq .box:last-of-type .item:nth-of-type(odd) .h4 a {
	color: rgba(255, 255, 255, .3);
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
}

.dark-text {
	color: #000 !important;
}

.dark-text .box .item h4,
.dark-text .box .item .h4,
.dark-text .box:last-of-type .item:nth-of-type(even) h4,
.dark-text .box:last-of-type .item:nth-of-type(even) .h4 {
	color: #000 !important;
}

.dark-text .strok .box .item h4,
.dark-text .strok .box .item .h4,
.dark-text .box .item:nth-of-type(even) h4,
.dark-text .box .item:nth-of-type(even) .h4,
.dark-text .box:last-of-type .item:nth-of-type(odd) h4,
.dark-text .box:last-of-type .item:nth-of-type(odd) .h4 {
	-webkit-text-stroke: 1px #000;
}

.light-text {
	color: #fff;
}

.light-text .box .item h4,
.light-text .box .item .h4,
.light-text .box:last-of-type .item:nth-of-type(even) h4,
.light-text .box:last-of-type .item:nth-of-type(even) .h4 {
	color: #fff;
}

.light-text .box .item:nth-of-type(even) h4,
.light-text .box .item:nth-of-type(even) .h4,
.light-text .box:last-of-type .item:nth-of-type(odd) h4,
.light-text .box:last-of-type .item:nth-of-type(odd) .h4 {
	-webkit-text-stroke: 1px #fff;
}

.r-spacer {
	min-height: 80px;
}
@media (min-width: 576px){
	.r-spacer {
		min-height: 100px;
	}
}
@media (min-width: 768px){
	.r-spacer {
		min-height: 120px;
	}
}
@media (min-width: 1200px){
	.r-spacer {
		min-height: 140px;
	}
}
@media (min-width: 1300px){
	.r-spacer {
		min-height: 160px;
	}
}
@media (min-width: 1600px){
	.r-spacer {
		min-height: 200px;
	}
}

.slide-har {
	position: relative;
}
.slide-har.st1 .box {
	position: relative;
	animation: slide-har 80s linear infinite;
}
.slide-har.st2 .box {
	position: relative;
	animation: slide-har-revers 80s linear infinite;
}

@keyframes slide-har {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0%);
	}
}

@keyframes slide-har-revers {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(100%);
	}
}

.main-marqv {
	position: relative;
	padding: 0;
}

.main-marqv::after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(bottom, #1a1a1a, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #1a1a1a);
	background: -o-linear-gradient(bottom, #1a1a1a, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #1a1a1a);
	background: linear-gradient(to top, #1a1a1a, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #1a1a1a);
	pointer-events: none;
	content: "";
}

.main-marqv .slide-vertical {
	position: relative;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

.main-marqv .slide-vertical:hover .box {
	animation-play-state: paused !important;
}

.main-marqv .slide-vertical .box {
	position: relative;
	animation: slide-vertical 50s linear infinite;
}

@keyframes slide-vertical {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-100%);
	}
}

.imago {
	position: relative;
	-webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	transform: scale(1.2);
	filter: blur(5px);
	transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .5s ease-in-out 1.1s;
}
.imago.animated {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	filter: blur(0px);
	transform: scale(1);
}
.imago.simpl {
	filter: blur(0px);
	transform: scale(1);
}
.imgwipe {
	position: relative;
	-webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	transform: scale(1.2);
	transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s;
}
.imgwipe.animated {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: scale(1);
}

/* ====================== [ Start Helper Classes  ] ====================== */
.cursor-pointer {
	cursor: pointer;
}

.nowrap {
	white-space: nowrap;
}

.stroke {
	--thm-stroke-color: #fff;
	--thm-stroke-color-rgb: 255, 255, 255;
	color: rgba(var(--thm-stroke-color-rgb), .3);
	-webkit-text-stroke: 1px var(--thm-stroke-color);
	-webkit-text-fill-color: transparent;
}
.dark-text .stroke,
.text-dark .stroke {
	--thm-stroke-color: var(--theme-dark-color);
	--thm-stroke-color-rgb: var(--theme-dark-color-rgb);
}
.main-color .stroke {
	--thm-stroke-color: var(--theme-main-color);
	--thm-stroke-color-rgb: var(--theme-main-color-rgb);
}

.o-hidden {
	overflow: hidden;
}

.position-re {
	position: relative;
}

.position-abs {
	position: absolute;
}

.revers-x {
	transform: rotateX(180deg);
}

.revers-y {
	transform: rotateY(180deg);
}

.full-over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ontop {
	position: relative;
	z-index: 7;
}

.rest {
	padding: 0 !important;
	margin: 0 !important;
}

.hide {
	display: none;
}

img.out-box {
	width: 140%;
}

img.left {
	margin-left: -40%;
}

.no-bord {
	border: 0 !important;
}

.bord-thin-top {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bord-thin-top.bord-dark {
	border-color: rgba(0, 0, 0, 0.1);
}

.bord-thin-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bord-thin-bottom.bord-dark {
	border-color: rgba(0, 0, 0, 0.1);
}

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

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

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

.radius-20 {
	border-radius: 20px;
}

.radius-25 {
	border-radius: 25px;
}

.radius-30 {
	border-radius: 30px;
}

.radius-50 {
	border-radius: 50px;
}

.full-width {
	width: 100% !important;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-center {
	background-position: 50% 50%;
}
.bg-bottom {
	background-position: 50% 100%;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-repeat {
	background-size: auto;
	background-repeat: repeat;
}
.no-cover {
	background-size: contain !important;
}

.section-padding {
	padding: 120px 0;
}
.section-padding-top {
	padding-top: 120px;
}
.section-padding-bottom {
	padding-bottom: 120px;
}
.section-padding-resp, .section-padding-top-resp {
	padding-top: 20px;
}
.section-padding-resp, .section-padding-bottom-resp {
	padding-bottom: 20px;
}
@media(min-width: 768px){
	.section-padding-resp, .section-padding-top-resp {
		padding-top: 40px;
	}
	.section-padding-resp, .section-padding-bottom-resp {
		padding-bottom: 40px;
	}
}
@media(min-width: 992px){
	.section-padding-resp, .section-padding-top-resp {
		padding-top: 60px;
	}
	.section-padding-resp, .section-padding-bottom-resp {
		padding-bottom: 60px;
	}
}
@media(min-width: 1200px){
	.section-padding-resp, .section-padding-top-resp {
		padding-top: 120px;
	}
	.section-padding-resp, .section-padding-bottom-resp {
		padding-bottom: 120px;
	}
}

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

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

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

.head-pt {
	padding: 80px 0 0;
}

.head-pb {
	padding: 0 0 80px;
}

.no-shad {
	box-shadow: none;
}

.rounded {
	border-radius: 5px;
}

.circle {
	border-radius: 50%;
}

.circle-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.circle-30 {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.circle-40 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.circle-50 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.circle-60 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.circle-70 {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.circle-80 {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.circle-90 {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
}

.circle-100 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.circle-120 {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}

.height-100 {
	height: 100%;
}

.unlist {
	list-style: none;
}

.underline a {
	text-decoration: underline !important;
}

.underline span {
	text-decoration: underline;
}

.undecro:hover {
	text-decoration: none;
}

.inline {
	display: inline-block;
}

.valign {
	display: flex;
	align-items: center;
}

.flex {
	display: flex;
}

.horizontal-link li {
	display: inline-block;
}

.rest {
	margin: 0;
	padding: 0;
}

.social.circle-bord a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 50%;
}

.primery-shadow {
	box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.sigimg {
	width: auto;
	max-width: 240px;
	height: auto;
}

/*-------------------------------------------------------
           icon Size
-------------------------------------------------------*/
.icon-img-20 {
	width: 20px;
}
.icon-img-30 {
	width: 30px;
}
.icon-img-40 {
	width: 40px;
}
.icon-img-50 {
	width: 50px;
}
.icon-img-60 {
	width: 60px;
}
.icon-img-70 {
	width: 70px;
}
.icon-img-80 {
	width: 80px;
}
.icon-img-90 {
	width: 90px;
}
.icon-img-100 {
	width: 100px;
}
.icon-img-120 {
	width: 120px;
}

/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/
.zindex-1 {
	z-index: 1;
}

.zindex-2 {
	z-index: 2;
}

.zindex-3 {
	z-index: 3;
}

.zindex-4 {
	z-index: 4;
}

.zindex-5 {
	z-index: 5;
}

.zindex-10 {
	z-index: 10;
}

.zindex-99 {
	z-index: 99;
}

/*-------------------------------------------------------
           opacity
-------------------------------------------------------*/
.opacity-05 {
	opacity: .05 !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-1 {
	opacity: .1 !important;
}

.opacity-2 {
	opacity: .2 !important;
}

.opacity-3 {
	opacity: .3 !important;
}

.opacity-4 {
	opacity: .4 !important;
}

.opacity-5 {
	opacity: .5 !important;
}

.opacity-6 {
	opacity: .6 !important;
}

.opacity-7 {
	opacity: .7 !important;
}

.opacity-8 {
	opacity: .8 !important;
}

.opacity-9 {
	opacity: .9 !important;
}

/*-------------------------------------------------------
           text color
-------------------------------------------------------*/
.text-white {
	color: #FFF;
}

.text-black {
	color: #000;
}

.text-dark {
	color: #444;
}

.text-extra-light-gray {
	color: #b7b7b7;
}

.text-hover-inherit:hover {
	color: inherit !important;
}

.text-hover-light:hover {
	color: #fff !important;
}

/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/
.fw-100 {
	font-weight: 100 !important;
}

.fw-200 {
	font-weight: 200 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
          line-height
-------------------------------------------------------*/
.line-height-1 {
	line-height: 1;
}

.line-height-10 {
	line-height: 10px;
}

.line-height-13 {
	line-height: 13px;
}

.line-height-18 {
	line-height: 18px;
}

.line-height-20 {
	line-height: 20px;
}

.line-height-22 {
	line-height: 22px;
}

.line-height-24 {
	line-height: 24px;
}

.line-height-26 {
	line-height: 26px;
}

.line-height-28 {
	line-height: 28px;
}

.line-height-30 {
	line-height: 30px;
}

.line-height-35 {
	line-height: 35px;
}

.line-height-40 {
	line-height: 40px;
}

.line-height-45 {
	line-height: 45px;
}

.line-height-50 {
	line-height: 50px;
}

.line-height-55 {
	line-height: 55px;
}

.line-height-60 {
	line-height: 60px;
}

.line-height-65 {
	line-height: 65px;
}

.line-height-70 {
	line-height: 70px;
}

.line-height-75 {
	line-height: 75px;
}

.line-height-80 {
	line-height: 80px;
}

.line-height-85 {
	line-height: 85px;
}

.line-height-90 {
	line-height: 90px;
}

.line-height-95 {
	line-height: 95px;
}

.line-height-100 {
	line-height: 100px;
}

.line-height-110 {
	line-height: 110px;
}

.line-height-120 {
	line-height: 120px;
}

/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/
.text-u {
	text-transform: uppercase !important;
}

.text-l {
	text-transform: lowercase !important;
}

.text-c {
	text-transform: capitalize !important;
}

.text-non {
	text-transform: none !important;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/*-------------------------------------------------------
           letter-spacing
-------------------------------------------------------*/
.ls0 {
	letter-spacing: 0px !important;
}

.ls1 {
	letter-spacing: 1px !important;
}

.ls2 {
	letter-spacing: 2px !important;
}

.ls3 {
	letter-spacing: 3px !important;
}

.ls4 {
	letter-spacing: 4px !important;
}

.ls5 {
	letter-spacing: 5px !important;
}

.ls6 {
	letter-spacing: 6px !important;
}

.ls7 {
	letter-spacing: 7px !important;
}

.ls8 {
	letter-spacing: 8px !important;
}

.ls9 {
	letter-spacing: 9px !important;
}

.ls10 {
	letter-spacing: 10px !important;
}

.ls15 {
	letter-spacing: 15px !important;
}

.ls20 {
	letter-spacing: 20px !important;
}

.ls25 {
	letter-spacing: 25px !important;
}

.ls30 {
	letter-spacing: 30px !important;
}

/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-5px {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-45 {
	margin-top: 45px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-55 {
	margin-top: 55px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-62 {
	margin-top: 62px !important;
}
.mt-65 {
	margin-top: 65px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-75 {
	margin-top: 75px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-85 {
	margin-top: 85px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-95 {
	margin-top: 95px !important;
}
.mt-100 {
	margin-top: 100px !important;
}

.mb-5px {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-45 {
	margin-bottom: 45px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-55 {
	margin-bottom: 55px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-62 {
	margin-bottom: 62px !important;
}
.mb-65 {
	margin-bottom: 65px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-75 {
	margin-bottom: 75px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-85 {
	margin-bottom: 85px !important;
}
.mb-90 {
	margin-bottom: 90px !important;
}
.mb-95 {
	margin-bottom: 95px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}

.mr-5px {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-25 {
	margin-right: 25px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-35 {
	margin-right: 35px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.mr-45 {
	margin-right: 45px !important;
}
.mr-50 {
	margin-right: 50px !important;
}
.mr-55 {
	margin-right: 55px !important;
}
.mr-60 {
	margin-right: 60px !important;
}
.mr-62 {
	margin-right: 62px !important;
}
.mr-65 {
	margin-right: 65px !important;
}
.mr-70 {
	margin-right: 70px !important;
}
.mr-75 {
	margin-right: 75px !important;
}
.mr-80 {
	margin-right: 80px !important;
}
.mr-85 {
	margin-right: 85px !important;
}
.mr-90 {
	margin-right: 90px !important;
}
.mr-95 {
	margin-right: 95px !important;
}
.mr-100 {
	margin-right: 100px !important;
}

.ml-auto {
	margin-left: auto;
}
.ml-5px {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-25 {
	margin-left: 25px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
.ml-35 {
	margin-left: 35px !important;
}
.ml-40 {
	margin-left: 40px !important;
}
.ml-45 {
	margin-left: 45px !important;
}
.ml-50 {
	margin-left: 50px !important;
}
.ml-55 {
	margin-left: 55px !important;
}
.ml-60 {
	margin-left: 60px !important;
}
.ml-62 {
	margin-left: 62px !important;
}
.ml-65 {
	margin-left: 65px !important;
}
.ml-70 {
	margin-left: 70px !important;
}
.ml-75 {
	margin-left: 75px !important;
}
.ml-80 {
	margin-left: 80px !important;
}
.ml-85 {
	margin-left: 85px !important;
}
.ml-90 {
	margin-left: 90px !important;
}
.ml-95 {
	margin-left: 95px !important;
}
.ml-100 {
	margin-left: 100px !important;
}

.min-30 {
	margin-left: -30px;
	margin-right: -30px;
}

.margin-rl-5 {
	margin-right: 5px;
	margin-left: 5px;
}
.margin-rl-10 {
	margin-right: 10px;
	margin-left: 10px;
}
.margin-rl-15 {
	margin-right: 15px;
	margin-left: 15px;
}
.margin-rl-20 {
	margin-right: 20px;
	margin-left: 20px;
}
.margin-rl-25 {
	margin-right: 25px;
	margin-left: 25px;
}
.margin-rl-30 {
	margin-right: 30px;
	margin-left: 30px;
}
.margin-rl-35 {
	margin-right: 35px;
	margin-left: 35px;
}
.margin-rl-40 {
	margin-right: 40px;
	margin-left: 40px;
}
.margin-rl-45 {
	margin-right: 45px;
	margin-left: 45px;
}
.margin-rl-50 {
	margin-right: 50px;
	margin-left: 50px;
}

.pt-5px {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-35 {
	padding-top: 35px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-45 {
	padding-top: 45px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-55 {
	padding-top: 55px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-65 {
	padding-top: 65px !important;
}
.pt-70 {
	padding-top: 70px !important;
}
.pt-75 {
	padding-top: 75px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pt-85 {
	padding-top: 85px !important;
}
.pt-90 {
	padding-top: 90px !important;
}
.pt-95 {
	padding-top: 95px !important;
}
.pt-100 {
	padding-top: 100px !important;
}

.pb-5px {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-35 {
	padding-bottom: 35px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-45 {
	padding-bottom: 45px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-55 {
	padding-bottom: 55px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pb-65 {
	padding-bottom: 65px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pb-75 {
	padding-bottom: 75px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pb-85 {
	padding-bottom: 85px !important;
}
.pb-90 {
	padding-bottom: 90px !important;
}
.pb-95 {
	padding-bottom: 95px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}

.no-padding {
	padding: 0 !important;
}
.pr-30 {
	padding-right: 30px;
}
.pr-50 {
	padding-right: 50px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-50 {
	padding-left: 50px;
}

.padding-rl-5 {
	padding-right: 5px;
	padding-left: 5px;
}
.padding-rl-10 {
	padding-right: 10px;
	padding-left: 10px;
}
.padding-rl-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.padding-rl-20 {
	padding-right: 20px;
	padding-left: 20px;
}
.padding-rl-25 {
	padding-right: 25px;
	padding-left: 25px;
}
.padding-rl-30 {
	padding-right: 30px;
	padding-left: 30px;
}
.padding-rl-35 {
	padding-right: 35px;
	padding-left: 35px;
}
.padding-rl-40 {
	padding-right: 40px;
	padding-left: 40px;
}
.padding-rl-45 {
	padding-right: 45px;
	padding-left: 45px;
}
.padding-rl-50 {
	padding-right: 50px;
	padding-left: 50px;
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
	overflow: hidden !important;
	height: 100% !important;
}

.loader-wrap {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background: transparent;
	z-index: 99999;
}

.loader-wrap svg {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 110vh;
	fill: #1a1a1a;
}

.loader-wrap .loader-wrap-heading .load-text {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 15px;
	text-transform: uppercase;
	z-index: 20;
}

.load-text span {
	animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
	animation-delay: 0s;
}

.load-text span:nth-child(2) {
	animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
	animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
	animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
	animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
	animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
	animation-delay: 0.6s;
}

@keyframes loading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

[data-overlay-dark]::before,
[data-overlay-light]::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	content: "";
}

[data-overlay-dark]::before {
	background: #1a1a1a;
}

[data-overlay-light]::before {
	background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}

[data-overlay-dark="0"]::before,
[data-overlay-light="0"]::before {
	opacity: 0;
}

[data-overlay-dark="1"]::before,
[data-overlay-light="1"]::before {
	opacity: .1;
}

[data-overlay-dark="2"]::before,
[data-overlay-light="2"]::before {
	opacity: .2;
}

[data-overlay-dark="3"]::before,
[data-overlay-light="3"]::before {
	opacity: .3;
}

[data-overlay-dark="4"]::before,
[data-overlay-light="4"]::before {
	opacity: .4;
}

[data-overlay-dark="5"]::before,
[data-overlay-light="5"]::before {
	opacity: .5;
}

[data-overlay-dark="6"]::before,
[data-overlay-light="6"]::before {
	opacity: .6;
}

[data-overlay-dark="7"]::before,
[data-overlay-light="7"]::before {
	opacity: .7;
}

[data-overlay-dark="8"]::before,
[data-overlay-light="8"]::before {
	opacity: .8;
}

[data-overlay-dark="9"]::before,
[data-overlay-light="9"]::before,
[data-overlay-color="9"]::before {
	opacity: .9;
}

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

.navbar .logo {
	margin-right: 30px;
	width: 150px;
}
@media (min-width: 576px){
	.navbar .logo {
		width: 160px;
	}
}
@media (min-width: 992px){
	.navbar .logo {
		width: 200px;
		margin-right: 0;
	}
}

/* Menu
-----------------------------------------------------------------*/
.navbar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	background: transparent;
	border-bottom: 2px solid transparent;
	z-index: 999;
}

.navbar.nav-crev {
	width: calc(100% - 80px);
	left: 40px;
	top: 30px;
	min-height: auto;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 40px;
	backdrop-filter: blur(4px);
	transform: translate(0) !important;
}

.navbar.nav-crev.nav-scroll {
	position: fixed;
	top: -80px;
	left: 0;
	width: 100%;
	padding: 0;
	background: var(--theme-dark-color);
	border-color: rgba(255, 255, 255, 0.05);
	border-radius: 0;
	transform: translateY(80px) !important;
}

.navbar.static {
	position: relative;
}

.navbar.main-bg {
	background: var(--theme-dark-color);
	border-color: rgba(255, 255, 255, 0.05);
}

.navbar.sub-bg {
	background: #1a1a1a;
	border-color: rgba(255, 255, 255, 0.05);
}

.navbar.bord {
	border-color: rgba(255, 255, 255, 0.05);
}
.navbar.blurunder::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(5px);
	z-index: -1;
	content: "";
}

.navbar.blur {
	border-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(3px);
}
.navbar.nav-scroll {
	position: fixed;
	top: -80px;
	padding: 0;
	background: var(--theme-dark-color);
	border-color: rgba(255, 255, 255, 0.05);
	transition: transform .8s;
	transform: translateY(80px);
}
.navbar .icon-bar {
	color: #fff;
}
.navbar .navbar-nav .nav-link {
	padding: 20px 10px 15px 10px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin: 0 15px;
}
.navbar .navbar-nav .nav-link .rolling-text {
	height: 30px;
	line-height: 30px;
}
.navbar .navbar-nav .dropdown-menu {
	padding: 20px 10px;
	border: 1px solid #393939;
}
.navbar .dropdown-menu {
	visibility: hidden;
	display: block;
	min-width: 255px;
	opacity: 0;
	background: #1a1a1a;
	color: #fff;
	border: 2px solid #393939;
	border-radius: 0;
	transform: translateY(20px);
	transition: all .4s;
}
.navbar .dropdown-menu.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
	left: auto;
	right: 248px;
}
.navbar .dropdown-menu .dropdown-item {
	position: relative;
	padding: 10px 25px;
	font-size: 13px;
	color: #fff;
	transition: all .4s;
}
.navbar .dropdown-menu .dropdown-item .dropdown-side {
	display: block;
	visibility: hidden;
	position: absolute;
	right: 248px;
	top: 10px;
	width: 240px;
	padding: 20px 0;
	opacity: 0;
	background: #1a1a1a;
	border: 1px solid #393939;
	transform: translateY(20px);
	transition: all .4s;
}
.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.navbar .dropdown-menu .dropdown-item .icon-arrow {
	position: absolute;
	left: 15px;
}
.navbar .dropdown-menu .dropdown-item::after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 1px;
	background: #fff;
	content: "";
	transition: all .4s;
}
.navbar .dropdown-menu .dropdown-item:hover {
	padding-right: 30px;
	background: transparent;
}
.navbar .dropdown-menu .dropdown-item:hover::after {
	width: 10px;
}
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
}

.navbar .no-relative,
.navbar .dropdown {
	position: static;
}

.navbar .mega-menu {
	position: absolute;
	left: 2vw;
	width: 96vw;
	padding: 30px 0 30px !important;
	border: 1px solid #393939;
	overflow: hidden;
}

.navbar .mega-menu .title {
	margin-bottom: 20px;
}

.navbar .mega-menu .title .sub-title {
	font-weight: 600;
}

.navbar .mega-menu .dropdown-item {
	padding: 10px 0;
}

.navbar .mega-menu .dropdown-item::after {
	right: 0;
}

.navbar .mega-menu .dropdown-item:hover {
	padding-right: 20px;
}

.navbar .search-form {
	position: relative;
}

.navbar .search-form.open .form-group {
	opacity: 1;
	visibility: visible;
	bottom: -1px;
}

.navbar .search-form.open .search-icon .open-search {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
}

.navbar .search-form .form-group {
	visibility: hidden;
	position: absolute;
	left: 0;
	bottom: -35px;
	padding: 15px;
	opacity: 0;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(4px);
	transition: all .4s;
	transform: translateY(100%);
}

.navbar .search-form .form-group input {
	padding: 10px 15px 10px 55px;
	background: #fff;
	border: 0;
	border-radius: 5px;
}

.navbar .search-form .form-group button {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 10px 15px;
	background: #ccc;
	border: 0;
	border-radius: 5px;
}

.navbar .search-form .search-icon {
	position: relative;
	padding: 25px 30px;
	cursor: pointer;
}

.navbar .search-form .search-icon::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	content: "";
}

.navbar .search-form .search-icon .close-search {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px 0;
	background: rgba(255, 255, 255, 0.15);
	text-align: center;
	font-size: 20px;
	content: "";
}

.navbar .search-form .search-icon .open-search {
	transition: all .3s;
}

.navbar .dropdown-toggle::after {
	margin-right: 5px;
	vertical-align: 12px;
}

.topnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 0;
	z-index: 999999;
	color: #fff;
	transition: all .7s;
}

.topnav .container,
.topnav .container-fluid {
	display: flex;
}

.topnav .container-fluid {
	padding: 0 60px;
}

.topnav .menu-icon {
	margin-left: auto;
	cursor: pointer;
}

.topnav .menu-icon.open .text .word {
	opacity: 0;
	transition-delay: .4s;
}

.topnav .menu-icon.open .text::after {
	opacity: 1;
	transition-delay: .6s;
}

.topnav .menu-icon.open .icon {
	width: 20px;
}

.topnav .menu-icon.open .icon i {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	margin: 0;
}

.topnav .menu-icon.open .icon i:first-of-type {
	transform: rotate(45deg);
}

.topnav .menu-icon.open .icon i:last-of-type {
	transform: rotate(-45deg);
}

.topnav .menu-icon .text {
	font-size: 13px;
	font-weight: 500;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.topnav .menu-icon .text::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 15px;
	opacity: 0;
	content: "close";
	transition-delay: .4s;
	transition: all .4s;
}

.topnav .menu-icon .text .word {
	transition: all .4s;
	transition-delay: .6s;
}

.topnav .menu-icon .icon {
	display: table-cell;
	position: relative;
}

.topnav .menu-icon .icon i {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 4px 0;
	transition: transform .4s;
}

.topnav.dark .menu-icon {
	color: #000;
}

.topnav.dark .menu-icon .icon i {
	background: #000;
}

.topnav.dark.navlit .menu-icon {
	color: #fff;
}

.topnav.dark.navlit .menu-icon .icon i {
	background: #fff;
}

.hamenu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background: #1a1a1a;
	padding: 120px 30px 30px;
	overflow: hidden;
	z-index: 9999;
	transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu.open .menu-links .main-menu > li .link {
	transform: translateY(0);
	transition-delay: 1s;
}

.hamenu.open .cont-info::after {
	height: 200vh;
	transition-delay: 1s;
}

.hamenu.open .cont-info .search-form,
.hamenu.open .cont-info .social-text,
.hamenu.open .cont-info .item {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1s;
}

.hamenu.open .menu-text::after {
	height: 200vh;
	transition-delay: 1s;
}

.hamenu .menu-links {
	overflow: auto;
	height: 500px;
	margin-top: 30px;
	color: #fff;
}

.hamenu .menu-links::-webkit-scrollbar {
	width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
	background: transparent;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
	background: var(--theme-main-color);
	border-radius: 10px;
}

.hamenu .menu-links .main-menu {
	position: relative;
	z-index: 2;
}

.hamenu .menu-links .main-menu > li {
	transition: all .5s;
}

.hamenu .menu-links .main-menu > li .link {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 30px;
	line-height: 1.2;
	font-size: 40px;
	font-weight: 700;
	transform: translateY(65px);
	transition: all .7s;
}

.hamenu .menu-links .main-menu > li .link i {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-8px);
}

.hamenu .menu-links .main-menu > li .link i::before {
	position: absolute;
	top: 0;
	left: 8px;
	width: 1px;
	height: 16px;
	background: #fff;
	transform: translateX(-50%);
	content: "";
}

.hamenu .menu-links .main-menu > li .link i::after {
	position: absolute;
	top: 8px;
	left: 0;
	width: 16px;
	height: 1px;
	background: #fff;
	content: "";
	transform: translateY(-50%);
}

.hamenu .menu-links .main-menu > li .link.dopen i::before {
	opacity: 0;
}

.hamenu .menu-links .main-menu > li .link .fill-text {
	position: relative;
	color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu > li .link .fill-text::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	content: attr(data-text);
	transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu > li.hoverd .link .fill-text::after {
	width: 0;
}

.hamenu .menu-links .main-menu .sub-menu {
	display: none;
	padding: 20px 0;
}

.hamenu .menu-links .main-menu .sub-menu li {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 22px;
	font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu li a {
	padding: 12px 10px;
	opacity: .6;
	transition: all .4s;
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
	opacity: 1;
}

.hamenu .menu-text {
	position: relative;
	height: 100%;
}

.hamenu .menu-text .text {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
}

.hamenu .menu-text .text h2 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 10vw;
	font-weight: 800;
	line-height: 1;
	opacity: .02;
}

.hamenu .menu-text::after {
	position: absolute;
	right: -30px;
	bottom: -75vh;
	width: 1px;
	height: 0;
	background: rgba(255, 255, 255, 0.1);
	content: "";
	transition: all 1s ease;
}

.hamenu .cont-info {
	margin-top: 50px;
	position: relative;
}

.hamenu .cont-info::after {
	position: absolute;
	top: -75vh;
	left: -30px;
	width: 1px;
	height: 0;
	background: rgba(255, 255, 255, 0.1);
	content: "";
	transition: all 1s ease;
}

.hamenu .cont-info .item {
	margin-bottom: 50px;
	opacity: 0;
	transform: translateY(-30px);
	transition: all .7s;
}

.hamenu .cont-info .search-form {
	opacity: 0;
	transform: translateY(30px);
	transition: all .7s;
}

.hamenu .cont-info .search-form .form-group {
	position: relative;
}

.hamenu .cont-info .search-form .form-group input {
	width: 100%;
	padding: 10px 55px 10px 15px;
	background: rgba(255, 255, 255, 0.02);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 5px;
}

.hamenu .cont-info .search-form .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	background: #ccc;
	border: 0;
	border-radius: 5px;
}

.hamenu .cont-info .social-text {
	opacity: 0;
	transition: all .7s;
	transform: translateY(30px);
}

.sticky-sidebar .left-header,
.sticky-sidebar .right-header {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 60px;
	z-index: 999;
	mix-blend-mode: exclusion;
}

.sticky-sidebar .left-header .inner-header,
.sticky-sidebar .right-header .inner-header {
	position: relative;
	display: flex;
	padding: 50px 0 20px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	z-index: 9;
}

.sticky-sidebar .left-header {
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-sidebar .left-header .header-logo a {
	height: 100px;
}

.sticky-sidebar .left-header .header-logo img {
	height: 100%;
	width: auto;
}

.sticky-sidebar .right-header {
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* Titles
-----------------------------------------------------------------*/
.sec-head h2 {
	font-size: 60px;
}

.lg-sec-head h2 {
	font-size: 5vw;
}

.sec-head-lg {
	transition: all 2s;
}

.sec-head-lg h2 {
	font-size: 30vw;
	line-height: 1;
}

.sec-head-lg.is_stuck {
	opacity: .05;
}

.sub-title {
	line-height: 1.8;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
}

.sub-font {
	font-style: italic;
	font-weight: 500;
}

.sec-lg-head .dot-titl {
	padding: 10px 35px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	display: inline-block;
	position: relative;
}

.sec-lg-head .dot-titl::before, .sec-lg-head .dot-titl::after {
	position: absolute;
	top: 50%;
	width: 5px;
	height: 5px;
	background: #f08f74;
	border-radius: 50%;
	transform: translateY(-50%);
	content: "";
}

.sec-lg-head .dot-titl::before {
	left: 15px;
}

.sec-lg-head .dot-titl::after {
	right: 15px;
}

.sec-lg-head .dot-titl.colorbg-1::before, .sec-lg-head .dot-titl.colorbg-1::after {
	background: var(--theme-main-color);
}

.sec-lg-head .dot-titl.colorbg-3::before, .sec-lg-head .dot-titl.colorbg-3::after {
	background: #55e6a5;
}

.sec-lg-head .dot-titl-non {
	display: inline-block;
	padding: 7px 30px;
	font-size: 12px;
	letter-spacing: 1px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 30px;
}

.sec-lg-head.text-dark .dot-titl {
	border-color: rgba(0, 0, 0, 0.5);
}

.sec-lg-head.text-dark p {
	color: #333;
}

.sec-lg-head .svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
}

.sec-lg-head .path {
	animation: dash 33s linear infinite;
}

@keyframes dash {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: 2000;
	}
}

.sec-leter-head .leter h4 {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
}
.sec-leter-head .line {
	width: 100%;
	margin-top: -1px;
	margin-right: 40px;
	border-bottom: 1px solid #fff;
}
.sec-leter-head .title {
	margin-right: 100px;
	margin-top: -20px;
	position: relative;
}
.sec-leter-head .sub-title {
	line-height: 1.5;
	font-size: 18px;
}

.vew-all a {
	position: relative;
	z-index: 2;
}

.vew-all a::after {
	position: absolute;
	top: 50%;
	left: -25px;
	width: 50px;
	height: 50px;
	opacity: .05;
	z-index: -1;
	background: #fff;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.vew-all:hover a {
	text-decoration: underline;
}

/* About
-----------------------------------------------------------------*/
.about-intro .imgs {
	position: relative;
}

.about-intro .imgs .img1 {
	width: 70%;
	margin-top: 30px;
}

.about-intro .imgs .img1 img {
	position: relative;
	top: -30px;
}

.about-intro .imgs .img2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	border-top: 7px solid var(--theme-dark-color);
	border-left: 7px solid var(--theme-dark-color);
}

.about-intro .cont .feat {
	padding-left: 80px;
}

.intro-crv .img {
	position: relative;
}

.intro-crv .img::after {
	position: absolute;
	top: -30px;
	right: -250px;
	width: 350px;
	height: 350px;
	z-index: -1;
	background: #f08f74;
	border-radius: 50%;
	content: "";
}

.intro-crv .height-bord {
	height: 75%;
}

.intro-crv .height-bord .butn-line {
	height: 100%;
	border-left: 1px solid #fff;
	padding-left: 30px;
}

.intro-crv .height-bord .butn-line .crle {
	position: relative;
}

.intro-crv .height-bord .butn-line .crle span {
	position: absolute;
	top: -200px;
	left: 35px;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 40px;
	border: 1px solid #eee;
	border-radius: 50%;
	transform: rotate(-40deg);
}

.intro-crv .height-bord .butn-line .crle span::after {
	position: absolute;
	width: 150px;
	top: 50%;
	left: -35px;
	border-bottom: 1px solid #eee;
	content: "";
	transform: translateX(-25%);
}

.intro-crv .text-bottom {
	position: absolute;
	bottom: 0;
}

.about .about-circle-crev {
	position: relative;
	width: calc(100% - 50px);
}

.about .about-circle-crev .circle-button .rotate-circle svg {
	width: 500px;
}

.about .about-circle-crev .circle-button {
	position: relative;
}

.about .about-circle-crev .circle-button::after {
	position: absolute;
	top: 60px;
	left: 60px;
	right: 60px;
	bottom: 60px;
	z-index: -1;
	border: 70px solid rgba(255, 255, 255, 0.03);
	border-radius: 50%;
	content: "";
}

.about .about-circle-crev .rotate-circle {
	animation-duration: 60s;
}

.about .about-circle-crev .half-circle-img {
	position: absolute;
	top: 50%;
	right: 0;
	height: 450px;
	width: 225px;
	overflow: hidden;
	border-bottom-right-radius: 450px;
	border-top-right-radius: 450px;
	transform: translateY(-50%);
}

.about .about-circle-crev .half-circle-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.about .img.bg-pattern {
	padding: 50px;
	background-size: 80px !important;
	background-repeat: repeat;
	position: relative;
}

.about .img.bg-pattern img {
	border-radius: 15px;
	margin: auto;
	position: relative;
	z-index: 3;
}

.about .img.bg-pattern .tit {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(30%) rotate(5deg);
	z-index: 2;
}

.about .img.bg-pattern .tit span {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 80px;
	font-weight: 800;
}

.about .img.bg-pattern .tit span.stroke {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: -1;
	color: rgba(255, 255, 255, 0.5);
	-webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.5);
	-webkit-text-fill-color: transparent;
}

.about .img {
	position: relative;
	overflow: hidden;
}

.about .img .exp {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px;
	z-index: 3;
}

.about .img .exp::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--theme-dark-color);
	content: "";
}

.about .img .exp::after {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 150%;
	background: var(--theme-main-color);
	z-index: -2;
	content: "";
	transform: rotate(10deg);
}

.about .quote-img h2 {
	position: relative;
	z-index: 1;
}

.about .quote-img .img {
	width: 80%;
	transform: translateX(-50px);
}

.about .quote-img .img img {
	border-radius: 10px;
}

.about .mission {
	position: relative;
}

.about .mission .about-carsouel {
	padding: 80px 60px;
	position: relative;
	z-index: 3;
}

.about .mission .back-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
}

.about .bg-pattern {
	background-size: 95% !important;
}

.intro-imgs .to-up {
	margin-top: -80px;
}

.intro-imgs .cont {
	padding: 0 60px;
}

.intro-feat .bg-img {
	padding: 50px 0;
	border-radius: 150px;
	position: relative;
}

.intro-feat .bg-img .play-button .butn-ply {
	position: relative;
}

.intro-feat .bg-img .play-button .butn-ply .circle {
	fill: #fff;
	stroke-dasharray: 301.59px 301.59px;
	stroke-dashoffset: 301.59px;
	transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.intro-feat .bg-img .play-button .butn-ply:hover .circle {
	stroke-dashoffset: 0;
}

.intro-feat .bg-img .play-button .butn-ply i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.intro-feat .three-imgs .img1 {
	width: 190px;
	margin-top: 50px;
}

.intro-feat .three-imgs .img2 {
	width: 250px;
}

.intro-feat .img3 {
	width: 50%;
	margin-left: 25%;
	margin-top: -30%;
}

.intro-feat .two-imgs .img1 {
	width: 60%;
	position: relative;
}

.intro-feat .two-imgs .img1 .play-button {
	position: absolute;
	top: 20%;
	right: 0;
	transform: translateX(60%);
}

.intro-feat .two-imgs .img1 .play-button .vid {
	position: relative;
}

.intro-feat .two-imgs .img1 .play-button .butn-ply {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(-50%) translateY(-50%);
}

.intro-feat .two-imgs .img1 .play-button .butn-ply .circle {
	fill: var(--theme-main-color);
	stroke-dasharray: 301.59px 301.59px;
	stroke-dashoffset: 301.59px;
	transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
}

.intro-feat .two-imgs .img1 .play-button .butn-ply:hover .circle {
	stroke-dashoffset: 0;
}

.intro-feat .two-imgs .img1 .play-button .butn-ply i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.intro-feat .two-imgs .img2 {
	width: 60%;
	margin-top: -35%;
	margin-left: 40%;
	position: relative;
	z-index: 3;
}

.intro-feat .cont .play-button .vid {
	position: relative;
}

.intro-feat .cont .play-button .butn-ply {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.intro-feat .cont .play-button .butn-ply .circle {
	fill: #fff;
	stroke-dasharray: 301.59px 301.59px;
	stroke-dashoffset: 301.59px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
}

.intro-feat .cont .play-button .butn-ply:hover .circle {
	stroke-dashoffset: 0;
}

.intro-feat .cont .play-button .butn-ply i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.intro-feat .cont .play-button .text {
	padding: 8px 20px 8px 60px;
	border: 1px solid var(--theme-dark-color);
	border-radius: 4px;
	font-size: 12px;
}

.exp-box {
	padding: 30px 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.exp-box .img-icon {
	position: absolute;
	top: -35px;
	right: -35px;
	width: 70px;
	opacity: .2;
	z-index: -1;
}

.intro-corp .imgs {
	position: relative;
}

.intro-corp .imgs .img1 {
	width: 75%;
	margin-right: 25%;
	position: relative;
	z-index: 3;
}

.intro-corp .imgs .img1::after {
	position: absolute;
	top: 0;
	right: -30px;
	width: 8px;
	height: 150px;
	background: var(--theme-main-color);
	content: "";
}

.intro-corp .imgs .img1::before {
	position: absolute;
	left: -30px;
	bottom: -30px;
	width: 200px;
	height: 200px;
	background-image: url(../imgs/patterns/dots2.png);
	background-repeat: repeat;
	z-index: -1;
	content: "";
}

.intro-corp .imgs .img1.main-color2::after {
	background: #f08f74;
}

.intro-corp .imgs .img1.main-color3::after {
	background: #55e6a5;
}

.intro-corp .imgs .img2 {
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 50%;
	z-index: 4;
}

.intro-img-parlx {
	position: relative;
	overflow: hidden;
}

.intro-img-parlx::after {
	position: absolute;
	top: -15vw;
	left: -30vw;
	width: 80vw;
	height: 80vw;
	opacity: .02;
	border: 200px solid #fff;
	border-radius: 50%;
	content: "";
}

.intro-img-parlx .max-text {
	position: relative;
	font-size: 75px;
}

.intro-img-parlx .max-text::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, 0.5);
	z-index: 3;
	content: attr(data-text);
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
	-webkit-text-fill-color: transparent;
}

.intro-img-parlx .img {
	position: relative;
	z-index: 2;
}

.intro-img-parlx .img img {
	width: 250%;
	margin-left: -150%;
}

.intro-img-parlx .img .star-shape {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100px;
	opacity: .2;
	z-index: -1;
}

.intro-img-parlx .text-qoute .exp {
	padding: 8px 30px;
	border-radius: 30px;
	font-size: 12px;
}

.pg-about .bg-img {
	height: 400px;
	background-size: cover;
	background-position: center center;
}

/* Awards
-----------------------------------------------------------------*/
.awards-box .awrd-items .item {
	padding: 80px 30px;
	background: var(--theme-dark-color);
	text-align: center;
	border-radius: 150px;
}

.awards-box .awrd-items .item .img {
	width: 70px;
	margin: auto;
}

.awards-box .awrd-items .item h6 {
	margin-top: 15px;
}

.awards-list .cont li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: all .3s;
}

.awards-list .cont li:hover {
	border-color: #eee;
}

.awards-list .cont li .date {
	margin-right: 10px;
	padding: 4px 12px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
}

.awards-list .cont li .arrow-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
}

.awards-list .cont li .arrow-icon svg {
	width: 15px;
}

.skills-exp .skill-item .item {
	padding: 50px 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	width: 100%;
	text-align: center;
	margin: 0 10px;
	transition: all .4s;
}

.skills-exp .skill-item .item:hover {
	border-color: #fff;
}

.skills-exp .skill-item .item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.skills-exp .skill-item .item img {
	filter: grayscale(1);
	transition: all .4s;
}

.skills-exp .exp-items .item .icon {
	margin-bottom: 15px;
	transform: rotate(-30deg);
}

.skills-exp .exp-items .item .icon svg {
	width: 60px;
	height: 25px;
	fill: #fff;
}

/* Blogs
-----------------------------------------------------------------*/
.blog-list .item {
	padding: 40px;
	position: relative;
}

.blog-list .item:hover .background {
	opacity: 1;
	background-position: center bottom;
}

.blog-list .item .info .author {
	margin-right: 20px;
}

.blog-list .item .info .author .img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

.blog-list .item .info .author .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.blog-list .item .tags a {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	margin: 5px 5px 5px 0;
}

.blog-list .item .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center top;
	transition: opacity .4s, background-position 10s linear;
}

.blog-list .item .background .more a {
	font-size: 14px;
	padding: 14px 35px;
	background: var(--theme-main-color);
	border-radius: 30px;
}

.blog-list .item .background .more a span, .blog-list .item .background .more a i {
	color: #000;
}

.blog-list2 .item {
	padding: 40px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: all .4s;
}

.blog-list2 .item:first-of-type {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-list2 .item:hover {
	border-bottom-color: #eee;
}

.blog-list2 .item:hover .title a {
	text-decoration: underline;
}

.blog-list2 .item:hover .img img {
	opacity: 1;
	transform: scale(1);
}

.blog-list2 .item .categ a {
	padding: 8px 25px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 30px;
}

.blog-list2 .item .img {
	position: absolute;
	top: 50%;
	right: -30px;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 50%;
	transform: translateY(-50%);
}

.blog-list2 .item .img img {
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	transform: scale(0);
	transition: all .4s;
}
.blog-modern .item {
	padding-left: 60px;
}
.blog-modern .item .img {
	position: relative;
}
.blog-modern .item .img .date {
	position: absolute;
	top: 60px;
	left: -70px;
	opacity: .7;
	font-size: 12px;
	letter-spacing: 2px;
	transform: rotate(-90deg) translateX(-50%) translateY(-100%);
}
.blog-modern .item .img .date::after {
	position: absolute;
	top: 50%;
	right: -70px;
	width: 50px;
	border-bottom: 1px solid #cecece;
	content: "";
}
.blog-crev .item .cont .info {
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog-crev .item .cont .info .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 30px;
}
.blog-crev .item .img {
	position: relative;
}

.blog-crev .item .img a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 75px;
	opacity: 0;
	z-index: 3;
	line-height: 75px;
	text-align: center;
	color: var(--theme-dark-color);
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%) scale(0);
	transition: all .4s;
}

.blog-crev .item .img a svg {
	width: 25px;
	height: 25px;
}

.blog-crev .item .img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: var(--theme-dark-color);
	content: "";
	transition: all .4s;
}

.blog-crev .item .img:hover a {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.blog-crev .item .img:hover::after {
	opacity: .7;
}

.blog-list-half .item {
	border-radius: 10px;
	overflow: hidden;
}

.blog-list-half .item .img {
	min-height: 300px;
	padding-right: 0;
}

.blog-list-half .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 10px 0 0 10px;
}

.blog-list-half .item .cont {
	padding: 80px 30px;
}

.blog-list-half .item .cont .tags a {
	padding: 8px 20px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 5px;
	transition: all .4s;
}

.blog-list-half .item .cont .tags a:hover {
	background: #f08f74;
}

.blog-list-half .item .cont .tags.colorbg a:hover {
	background: var(--theme-main-color);
	color: var(--theme-dark-color);
}

.blog-list-half.crev .item {
	overflow: visible;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-list-half.crev .item .img {
	padding: 0 0 0 15px;
}

.blog-list-half.crev .item .img img {
	border-radius: 0;
	position: relative;
	bottom: -30px;
}

.blog-list-half.crev .item .cont {
	padding: 30px 0;
}

.main-post .item {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.main-post .main-img {
	box-shadow: 0 20px 40px rgba(13, 11, 27, 0.15);
	overflow: hidden;
}

.main-post .post-qoute {
	position: relative;
	padding: 40px;
	padding-right: 120px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.main-post .post-qoute h6 {
	position: relative;
}

.main-post .post-qoute h6::before {
	position: absolute;
	top: 80px;
	right: -100px;
	line-height: 0;
	font-size: 180px;
	content: '“';
}

.main-post .iner-img {
	height: 400px;
}

.main-post .iner-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.freetext li,
.main-post .unorder-list li,
.main-post .order-list li {
	margin-top: 10px;
	opacity: .7;
	padding-right: 15px;
	position: relative;
}
.freetext li::before,
.main-post .unorder-list li::before,
.main-post .order-list li::before {
	position: absolute;
	top: 10px;
	right: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
	content: "";
}

.main-post .order-list li {
	padding-right: 0;
}

.main-post .order-list li::before {
	display: none;
}

.main-post .order-list li span {
	font-size: 13px;
}

.main-post .info-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
	font-size: 14px;
	margin-left: 5px;
	opacity: .7;
}

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
	margin-right: 5px;
	padding: 7px 20px;
	background: rgba(255, 255, 255, 0.02);
	font-size: 13px;
	border-radius: 50%;
}
.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
	background: var(--theme-main-color);
	color: #000;
}
.main-post .info-area .share-icon a {
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 35px;
	text-align: center;
	font-size: 11px;
}

.main-post .author-area .author-img .img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}

.main-post .next-prv-post .thumb-post {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 40px;
	overflow: hidden;
	z-index: 2;
}
.main-post .next-prv-post .thumb-post::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: var(--theme-dark-color);
	border: 1px solid rgba(255, 255, 255, 0.2);
	content: "";
	transition: all .4s;
}
.main-post .next-prv-post .thumb-post:hover h6 {
	color: #fff;
}
.main-post .next-prv-post .thumb-post:hover::after {
	opacity: .5;
}

.comments-post .item-box {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 30px;
}

.comments-post .item-box:last-of-type {
	margin-bottom: 0;
}

.comments-post .item-box.replayed {
	margin-left: 50px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.comments-post .item-box .replay-post a {
	padding: 8px 20px;
	font-size: 13px;
	border: 1px solid #eee;
	border-radius: 30px;
	transition: all .4s;
}

.comments-post .item-box .replay-post a:hover {
	background: var(--theme-main-color);
	color: var(--theme-dark-color);
}

.comments-from form input,
.comments-from form textarea {
	color: #fff;
	padding: 15px 0;
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.comments-from form button {
	background: transparent;
	border: 0;
	color: #fff;
	margin: auto;
	text-align: center;
}

/* Brands
-----------------------------------------------------------------*/
.brands .swiper-container {
	overflow: visible;
}

.brands .item {
	width: 300px;
	height: 300px;
	text-align: center;
	position: relative;
}

.brands .item::after {
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	pointer-events: none;
	content: "";
	transition: all .4s;
}

.brands .item:hover::after {
	border-color: #fff;
}

.brands .item .img {
	width: 100px;
	margin: auto;
}

.brands-carsouel {
	overflow: hidden;
}

.brands-carsouel .bord-right {
	position: relative;
}

.brands-carsouel .bord-right::after {
	position: absolute;
	top: -120px;
	bottom: -120px;
	right: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	content: "";
}

.brands-carsouel .item {
	text-align: center;
}

.brands-carsouel .item .img {
	width: 100px;
	margin: auto;
}

.clients .brand:hover .img {
	opacity: 0;
	transform: scale(0);
}

.clients .brand:hover .link {
	opacity: 1 !important;
	transition: all 0;
}

.clients .brand:hover .char {
	animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation-delay: calc(20ms * var(--char-index));
}

.clients .brand .item {
	position: relative;
	padding: 80px 20px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.clients .brand .item .link {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 16px;
	transform: translateX(-50%) translateY(-50%);
	transition: all .3s;
}

.clients .brand .img {
	position: relative;
	max-width: 100px;
	margin: auto;
	opacity: .8;
	transition: all .4s;
}

.clients-rand .item > div {
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.clients-rand .item .sz1 {
	width: 140px;
	height: 140px;
	line-height: 140px;
	padding: 0 20px;
}

.clients-rand .item .sz2 {
	width: 120px;
	height: 120px;
	line-height: 120px;
	padding: 0 20px;
}

.clients-rand .item .sz3 {
	width: 90px;
	height: 90px;
	line-height: 90px;
	padding: 0 20px;
}

.clients-rand .item img {
	margin: auto;
}

.clients-carso .img {
	margin: auto;
}

.clients-carso2 {
	padding: 60px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.clients-carso2 .img {
	margin: auto;
	opacity: .8;
}

.clients-carso2 .img:hover {
	opacity: 1;
}

/* Contact
-----------------------------------------------------------------*/
.call-action-img .sec-bg-img {
	height: 450px;
	width: 130%;
	position: relative;
	margin-bottom: -200px;
}

.call-action-img .sec-lg-head {
	position: relative;
}

.call-action-img .sec-lg-head::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 400%;
	height: 100%;
	background: #1a1a1a;
	content: "";
}

.call-action-center .bg-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 4;
}

.contact-crev {
	position: relative;
	overflow: hidden;
}

.contact-crev.no-crev::after {
	display: none;
}

.contact-crev::after {
	position: absolute;
	top: -15vw;
	left: -30vw;
	width: 80vw;
	height: 80vw;
	opacity: .01;
	pointer-events: none;
	border: 200px solid #fff;
	border-radius: 50%;
	content: "";
}

.contact-crev input,
.contact-crev textarea {
	width: 100%;
	padding: 15px;
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	transition: all .4s;
}

.contact-crev input:focus,
.contact-crev textarea:focus {
	border-color: #fff;
}

.contact-crev textarea {
	min-height: 180px;
}

.form-control.theme {
	background-color: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	transition: border-color .3s ease-in-out;
}
.form-control.theme:focus {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
}

/* Numbers
-----------------------------------------------------------------*/
.numbers h2 {
	font-size: 120px;
}
.numbers h6 {
	font-size: 18px;
	font-weight: 200;
}

.sideimg-numbers {
	position: relative;
}

.sideimg-numbers .bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 2;
}

.sideimg-numbers .bg-right .vid-circle {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
}

.sideimg-numbers .bg-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	z-index: 2;
}

.sideimg-numbers .bg-left .vid-circle {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
}

.sideimg-numbers .bg-img {
	background-position: center center;
}

.sideimg-numbers .bg-img .vid {
	position: relative;
	z-index: 2;
}

.sideimg-numbers .bg-img .vid::after {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: -1;
	background: var(--theme-dark-color);
	border-radius: 50%;
	content: "";
}

.sideimg-numbers .numbers {
	padding: 120px 100px 120px 0;
	text-align: right;
	transform: translateX(100px);
}

.sideimg-numbers .numbers .item {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sideimg-numbers .numbers .item:last-of-type {
	padding: 0;
	border: 0;
}

.sideimg-numbers .numbers .item h2 {
	font-style: normal;
}

/* Features & list & tabs & accordin
-----------------------------------------------------------------*/
.list-arrow li .icon {
	width: 15px;
	margin-right: 10px;
}

.dot-list li {
	position: relative;
	padding-right: 15px;
}
.dot-list li::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	content: "";
}
.text-dark .dot-list li::before {
	background: var(--theme-dark-color);
}

.accordion .title {
	position: relative;
	padding: 10px 0;
	cursor: pointer;
}
.accordion.bord .title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion.bord .title::after {
	left: auto;
	right: 20px;
}
.accordion .title .ico {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 1px;
	background: #999;
	transform: translateY(-50%);
}
.accordion.bord .title .ico {
	right: auto;
	left: 25px;
}
.accordion .title .ico::after {
	position: absolute;
	top: 0;
	left: 7px;
	width: 1px;
	height: 0;
	background-color: #999;
	opacity: 0;
	content: "";
	transition: opacity .4s ease, height .4s ease, top .4s ease;
}
.accordion .accordion-info {
	display: none;
	margin-top: 15px;
}
.accordion .accordion-info .spac {
	margin-top: 30px;
	padding-left: 30px;
}
.accordion .accordion-info .spac h6 {
	position: relative;
}
.accordion .accordion-info .spac h6::after {
	position: absolute;
	top: 3px;
	left: -15px;
	width: 6px;
	height: 6px;
	background: #999;
	border-radius: 50%;
	content: "";
}
.accordion .active {
	display: block;
}
.accordion .active .title .ico::after {
	top: -7px;
	height: 15px;
	opacity: 1;
}
#tabs-fade .tab-content,
#tabs .tab-content {
	display: none;
}

#tabs-fade .tab-content.current,
#tabs .tab-content.current {
	display: block;
}

.approach-carso .swiper-wrapper {
	width: auto;
}

.approach-carso .swiper-slide {
	margin-left: -7px;
	margin-right: -7px;
	padding: 70px 50px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 250px;
	transition: all .4s;
}

.approach-carso .swiper-slide:hover {
	border-color: #f08f74;
}

.approach-carso .item .stroke {
	line-height: 1;
	font-weight: 800;
	color: rgba(255, 255, 255, .3);
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
}

/* Footer
-----------------------------------------------------------------*/
footer {
	position: relative;
}

footer .call-box {
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
}

footer .call-box h2 {
	font-size: 80px;
	line-height: 1;
}

footer .call-box .arrow svg {
	width: 80px;
	height: 80px;
}

footer .social-text li {
	margin-bottom: 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer .social-text li:last-of-type {
	margin-bottom: 0;
}

.social-text li {
	position: relative;
	z-index: 1;
	font-weight: 100;
}
.social-text.inline li + li {
	margin-right: 10px;
}
.social-text li .ico {
	position: absolute;
	top: -1px;
	right: -20px;
	opacity: 0;
	font-size: 18px;
	color: #ccc;
	-webkit-text-stroke: #fff .5px;
	-webkit-text-fill-color: transparent;
	transition: transform .25s ease-in-out, opacity .25s ease;
	transform: scale(.75);
}
.social-text li:hover .ico {
	opacity: .5;
	transform: scale(1);
}

footer .subscribe .form-group {
	position: relative;
}
footer .subscribe input {
	width: 100%;
	padding: 15px 0 15px 30px;
	background: transparent;
	color: #fff;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .subscribe button {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 15px 0;
	background: transparent;
	border: 0;
}

footer .logo a {
	max-width: 120px;
}

footer .bg-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 70px;
	background-repeat: repeat;
	pointer-events: none;
	opacity: .5;
}

.dx-vect {
	transition: fill .4s linear;
}

.copyright {
	color: #ddd;
}
.copyright .dx-vect {
	fill: #ddd;
}
.copyright a {
	transition: color .4s linear;
}
.copyright a:hover {
	color: var(--theme-main-color);
}
.copyright a:hover .dx-vect {
	fill: var(--theme-main-color);
}

/* Pages Header
-----------------------------------------------------------------*/
.page-header {
	position: relative;
	overflow: hidden;
}
@media(min-width: 992px){
	.page-header.h60 {
		min-height: 60vh;
	}
}

.page-header .caption .sub-title {
	position: relative;
	padding-right: 20px;
}
.page-header .caption .sub-title::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.page-header .explore {
	position: relative;
}

.page-header .explore::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 105px;
	height: 105px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	pointer-events: none;
	content: "";
	transform: translateX(-50%) translateY(-50%);
}

.page-header .explore .rotate-circle {
	animation-duration: 20s;
}

.page-header .main-marq {
	margin-bottom: -40px;
	text-transform: uppercase;
}

.page-header .main-marq .slide-har {
	position: relative;
}

.page-header .main-marq .slide-har.st1 .box {
	animation: slide-har 150s linear infinite;
}

.page-header .main-marq .slide-har.st2 .box {
	animation: slide-har-revers 150s linear infinite;
}

.work-header .caption .sub-title {
	position: relative;
	padding-right: 20px;
}
.work-header .caption .sub-title::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.work-header .caption h1 {
	font-size: 100px;
}

.proj-header1 {
	padding-top: 120px;
}
.proj-header1 .bg-img {
	width: 100%;
	height: 70vh;
}
.proj-header1 .poster-resp {
	width: 100%;
	height: 200px;
}
.page-header .background {
	height: 200px;
}
@media(min-width: 576px){
	.proj-header1 .poster-resp,
	.page-header .background {
		height: 260px;
	}
}
@media(min-width: 768px){
	.proj-header1 .poster-resp,
	.page-header .background {
		height: 300px;
	}
}
@media(min-width: 992px){
	.proj-header1 .poster-resp,
	.page-header .background {
		height: 340px;
	}
}
@media(min-width: 1200px){
	.proj-header1 .poster-resp {
		height: 60vh;
	}
	.page-header .background {
		height: 480px;
	}
}
@media(min-width: 1400px){
	.proj-header1 .poster-resp {
		height: 70vh;
	}
}

.proj-header2 {
	min-height: 90vh;
	height: 90vh;
}

/* Hero
-----------------------------------------------------------------*/
.marquee {
	position: relative;
	width: calc(100% + 60px);
	margin-left: -30px;
	padding: 50px 0;
	overflow: hidden;
	background: var(--theme-dark-color);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transform: rotate(-3deg);
}

.marquee::before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -30px;
	right: -30px;
	pointer-events: none;
	z-index: 3;
	background: -webkit-linear-gradient(right, var(--theme-dark-color), transparent 300px, transparent calc(100% - 300px), var(--theme-dark-color));
	background: -o-linear-gradient(right, var(--theme-dark-color), transparent 300px, transparent calc(100% - 300px), var(--theme-dark-color));
	background: linear-gradient(to left, var(--theme-dark-color), transparent 300px, transparent calc(100% - 300px), var(--theme-dark-color));
	content: "";
}

.marquee h4 {
	font-size: 70px;
}

.cut-out {
	-webkit-clip-path: inset(-100vw 0vw -100vw -100vw);
	clip-path: inset(-100vw 0vw -100vw -100vw);
}

.block-pattern {
	position: relative;
}

.block-pattern .bg-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-size: contain;
	background-position: center bottom;
}

.serv-marq {
	position: relative;
	z-index: 3;
}

.serv-marq .ontop {
	transform: rotate(-1deg);
}

.serv-marq .main-marq::after {
	display: none;
}

.serv-marq.skew .main-marq {
	transform: rotate(-2deg);
}

.my-paroller img {
	transform: translateY(50%);
}

.back-image {
	height: 75vh;
	min-height: 400px;
	overflow: hidden;
}

.back-image.states {
	min-height: auto;
}

.back-image.states .box {
	height: 100%;
	position: relative;
	z-index: 4;
}

.back-image.states ul {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
}

.back-image.states ul li {
	min-width: 350px;
	padding: 40px 30px;
	background: rgba(0, 0, 0, 0.3);
	margin-right: 30px;
}

.back-image.states ul li h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
}

.back-image.states ul .sd-color {
	display: flex;
	background: var(--theme-main-color);
}

.back-image.states ul .sd-color .numb {
	margin-right: 30px;
	font-size: 40px;
	font-weight: 600;
}

.back-image.states ul .sd-light {
	display: flex;
	background: #fff;
}

.back-image.states ul .sd-light .numb {
	margin-right: 30px;
	font-size: 40px;
	font-weight: 600;
}

.back-image.states ul .sd-light .numb,
.back-image.states ul .sd-light h5 {
	color: #191919;
}

.back-image.states ul .sd-dark {
	display: flex;
	background: var(--theme-dark-color);
}

.back-image.states ul .sd-dark .numb {
	margin-right: 30px;
	font-size: 40px;
	font-weight: 600;
}

.back-image.states ul .blur {
	display: flex;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
}

.back-image.states ul .blur .icon {
	margin-left: auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
}

.block-sec .clients .item {
	padding: 50px 20px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	text-align: center;
}

.block-sec .clients .item img {
	max-width: 100px;
}

.block-sec .img-vid {
	position: relative;
	overflow: hidden;
}

.block-sec .img-vid .rota-vid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.block-sec .img-vid .rota-vid .circle-button.in-bord::after {
	background: #fff;
}

.block-sec .img-vid .rota-vid .circle-button.in-bord::before {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(4px);
	border: 0;
}

.block-sec .img-vid .rota-vid .arrow {
	z-index: 3;
	transform: translateX(-7px) translateY(-7px);
}

.block-img {
	position: relative;
}

.block-img .vid-circle {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
}

.block-img .shap1 {
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 150px;
	transform: rotate(90deg);
}

.block-img .shap2 {
	position: absolute;
	top: 0;
	right: 10%;
	width: 150px;
	transform: rotate(180deg);
}

.block-img .half-img-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left bottom;
	background-size: 50%;
	pointer-events: none;
}

.block-sec {
	position: relative;
}

.block-sec .back-bg {
	position: absolute;
	top: 120px;
	bottom: 120px;
	left: 0;
	width: 100%;
	z-index: -1;
}

.block-sec .cont-box {
	padding: 80px 40px;
}

.skills-box h6 {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.skills-box .skill-progress {
	height: 5px;
	background-color: rgba(255, 255, 255, 0.05);
	position: relative;
}

.skills-box .skill-progress .progres {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	transition: all 1.5s;
}

.skills-box .skill-progress .progres::after {
	position: absolute;
	top: -25px;
	right: 10px;
	font-size: 12px;
	font-weight: 600;
	content: attr(data-value);
}

.intro-pan .text {
	width: 100%;
	height: 100%;
	padding: 40px;
	background: #1a1a1a;
	position: relative;
	z-index: 4;
}

.intro-pan .numbers .item {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.intro-pan .numbers h2 {
	font-size: 100px;
}

.intro-pan .numbers h6 {
	font-size: 16px;
}

.sec-img .expr-box {
	display: inline-block;
	padding: 30px 30px 30px 60px;
	border: 5px solid #fff;
}

.sec-img .expr-box h2,
.sec-img .expr-box .h2 {
	position: relative;
	display: inline-block;
	z-index: 3;
}
.sec-img .expr-box h2::after,
.sec-img .expr-box .h2::after {
	position: absolute;
	top: -10px;
	left: -20px;
	width: 70px;
	height: 70px;
	opacity: .5;
	z-index: -1;
	background: var(--theme-main-color);
	border-radius: 50%;
	content: "";
}

.thecontainer {
	display: flex;
	flex-wrap: nowrap;
	width: 300%;
	height: 100vh;
}

.panel {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

/* Portfolio
-----------------------------------------------------------------*/
.works.thecontainer {
	display: flex;
	width: 300vw;
	min-height: 100vh;
	flex-wrap: nowrap;
}

.works .panel {
	display: flex;
	height: 100%;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
}

.works .panel .item {
	width: 42vw;
	position: relative;
}

.works .panel .item .cont {
	margin-top: 30px;
}

.works .panel .item .cont h5 {
	font-weight: 600;
	margin-bottom: 5px;
}

.works .panel .item .cont span {
	opacity: .75;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
}

.works .panel .item .link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.workinter .block .block__link {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.workinter .block .block__link:first-of-type {
	padding-top: 0;
}

.workinter .block .hover-reveal {
	width: 450px;
	height: 300px;
	z-index: 3;
}

.workinter .lg-sec-head h2 {
	background: -webkit-linear-gradient(90deg, transparent, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.workinter .lg-sec-head .rotate-circle svg {
	width: 220px;
	fill: rgba(255, 255, 255, 0.5);
}

.portfolio-fixed .left {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.portfolio-fixed .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-position: center center;
	background-size: cover;
	transition: all .4s linear;
}

.portfolio-fixed .img:first-of-type {
	opacity: 1;
	z-index: 1;
}

.portfolio-fixed .img:nth-of-type(2) {
	z-index: 2;
}

.portfolio-fixed .img:nth-of-type(3) {
	z-index: 3;
}

.portfolio-fixed .img:nth-of-type(4) {
	z-index: 4;
}

.portfolio-fixed .img:nth-of-type(5) {
	z-index: 5;
}

.portfolio-fixed .img.current {
	opacity: 1;
}

.portfolio-fixed .right {
	padding: 250px 100px;
	overflow: hidden;
}

.portfolio-fixed .cont {
	margin-bottom: 250px;
	opacity: .1;
	transition: all .4s;
}

.portfolio-fixed .cont:last-of-type {
	margin-bottom: 0;
}

.portfolio-fixed .cont.active {
	opacity: 1;
}

.portfolio-fixed .cont .img-hiden {
	display: none;
}

.portfolio-fixed .current.cont {
	opacity: 1;
}

.portfolio {
	position: relative;
}

.portfolio .sec-head .lg-text {
	font-size: 8vw;
	line-height: 1;
}

.portfolio .filtering .filter {
	padding: 11px 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	display: inline-block;
}

.portfolio .filtering span {
	font-weight: 500;
	font-size: 13px;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
	opacity: .7;
}

.portfolio .filtering span.active {
	opacity: 1;
}

.portfolio .filtering span.text {
	pointer-events: none;
}

.portfolio.changed-bg {
	transition: all .5s;
}

.portfolio.changed-bg.chang-text {
	color: #000;
}

.portfolio.changed-bg.chang-text p {
	color: #000;
	transition: all .5s;
}

.portfolio.changed-bg.chang-text .sec-lg-head .path {
	stroke: #000;
	transition: all .5s;
}

.portfolio .work-row .item {
	position: relative;
	padding: 40px 0;
}

.portfolio .work-row .item:hover .main-marq .box {
	animation-play-state: running;
}

.portfolio .work-row .item .title {
	padding-bottom: 15px;
}

.portfolio .work-row .item .title .numb {
	font-size: 12px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	margin-bottom: 15px;
}

.portfolio .work-row .item .cont {
	padding-left: 30px;
	padding-bottom: 15px;
}

.portfolio .work-row .item .main-marq {
	position: absolute;
	width: 100%;
	top: 15px;
	left: -50%;
	transform: translateX(-50%);
	opacity: .05;
	z-index: -1;
}

.portfolio .work-row .item .main-marq .box {
	animation-play-state: paused;
}

.portfolio .work-row .item .main-marq .box .item {
	padding: 0 60px;
}

.portfolio .metro .items.height-1 {
	height: 530px;
}

.portfolio .metro .items.height-1 img {
	height: 530px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.portfolio .metro .items.height-2 {
	height: 250px;
}

.portfolio .metro .items.height-2 img {
	height: 250px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.portfolio .metro .items .item-img a {
	width: 100%;
}

.portfolio .metro .info-overlay .item-img {
	position: relative;
	overflow: hidden;
}

.portfolio .metro .info-overlay .item-img:hover::after {
	opacity: .8;
}

.portfolio .metro .info-overlay .item-img:hover .info h6,
.portfolio .metro .info-overlay .item-img:hover .info .tag {
	opacity: 1;
	transform: translateY(0);
}

.portfolio .metro .info-overlay .item-img:hover .info .tag {
	transition-delay: .2s;
}

.portfolio .metro .info-overlay .item-img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	background: var(--theme-dark-color);
	content: "";
	transition: all .4s;
}

.portfolio .metro .info-overlay .item-img .info {
	color: #fff !important;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	transform: translateY(-50%);
}

.portfolio .metro .info-overlay .item-img .info h6,
.portfolio .metro .info-overlay .item-img .info .tag {
	transform: translateY(100px);
	opacity: 0;
	transition: all .6s;
}

.portfolio .metro .info-overlay .item-img .info h6 a,
.portfolio .metro .info-overlay .item-img .info .tag a {
	color: #fff !important;
}

.portfolio .metro .info-overlay .item-img .info .tag {
	transition-delay: 0s;
}

.portfolio .metro .item-img {
	position: relative;
	height: 100%;
}

.portfolio .metro .item-img .info-over {
	position: absolute;
	bottom: 30px;
	left: 30px;
	opacity: 0;
}

.portfolio .info-overlay {
	--theme-info-overlay-opacity: .2;
}
.portfolio .info-overlay.o3 {
	--theme-info-overlay-opacity: .3;
}
.portfolio .info-overlay.o4 {
	--theme-info-overlay-opacity: .4;
}
.portfolio .info-overlay.o5 {
	--theme-info-overlay-opacity: .5;
}
.portfolio .info-overlay.o6 {
	--theme-info-overlay-opacity: .6;
}
.portfolio .info-overlay.o7 {
	--theme-info-overlay-opacity: .7;
}
.portfolio .masonry .info-overlay .item-img,
.portfolio .grid .info-overlay .item-img {
	position: relative;
}
.portfolio .masonry .info-overlay .item-img::after,
.portfolio .grid .info-overlay .item-img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: var(--theme-dark-color);
	pointer-events: none;
	content: "";
	transition: all .4s;
}
.portfolio .masonry .info-overlay .item-img a,
.portfolio .grid .info-overlay .item-img a {
	width: 100%;
}
.portfolio .masonry .info-overlay .item-img .info,
.portfolio .grid .info-overlay .item-img .info {
	position: absolute;
	bottom: 40px;
	right: 40px;
	opacity: 0;
	z-index: 2;
	transform: translateY(40px);
	transition: all .4s;
}
.portfolio .masonry .info-overlay .item-img:hover::after,
.portfolio .grid .info-overlay .item-img:hover::after {
	opacity: var(--theme-info-overlay-opacity);
}
.portfolio .masonry .info-overlay .item-img:hover .info,
.portfolio .grid .info-overlay .item-img:hover .info {
	opacity: 1;
	transform: translateY(0);
}

.portfolio .masonry .inner,
.portfolio .grid .inner {
	height: 400px;
}

.portfolio .masonry .inner img,
.portfolio .grid .inner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.portfolio .masonry .inner {
	height: auto;
}

.portfolio .masonry .inner img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.portfolio .max-margin {
	margin-left: -40px;
	margin-right: -40px;
}

.portfolio .max-margin .items {
	padding: 0 40px;
}

.portfolio.clasic .item .img {
	position: relative;
	height: 400px;
}

.portfolio.clasic .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.portfolio.clasic .item .img .tag {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 7px 20px;
	opacity: 0;
	background: #fff;
	font-size: 13px;
	color: #000;
	border-radius: 30px;
	transition: all .4s;
}

.portfolio.clasic .item:hover .img .tag {
	opacity: 1;
}

.work-carsouel {
	position: relative;
}

.work-carsouel .work-crus.out {
	width: 120%;
	margin-left: -10%;
}

.work-carsouel .work-crus .swiper-slide-active .img .cont span,
.work-carsouel .work-crus .swiper-slide-active .img .cont h6 {
	opacity: 1;
	transform: translate(0);
}

.work-carsouel .work-crus .img {
	position: relative;
}

.work-carsouel .work-crus .img .cont {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.work-carsouel .work-crus .img .cont span,
.work-carsouel .work-crus .img .cont h6 {
	padding: 5px 15px;
	opacity: 0;
	background: var(--theme-dark-color);
	font-weight: 500;
	transform: translateY(10px);
	transition: all .4s;
}

.work-carsouel .work-crus .img .cont h6 {
	transition-delay: .2s;
}

.work-carsouel .work-crus .img .plink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.work-carsouel .work-crus.random .swiper-container {
	overflow: visible;
}

.work-carsouel .work-crus.random .swiper-slide .item .img {
	height: 450px;
}

.work-carsouel .work-crus.random .swiper-slide .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img {
	height: 380px;
	transform: translateY(35px);
}

.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.work-carsouel .out-right {
	-webkit-clip-path: inset(-100vw -100vw -100vw 0);
	clip-path: inset(-100vw -100vw -100vw 0);
}

.work-carsouel .out-right .swiper-container {
	overflow: visible;
}

.work-carsouel.full-height {
	min-height: 100vh;
}

.work-carsouel.full-height .swiper-slide .img {
	height: 60vh;
}

.work-carsouel.full-height .swiper-slide .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.work-carsouel .work-controls {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.work-carsouel .work-controls .swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 44;
	transform: translateX(-50%);
}

.work-carsouel .work-controls .swiper-pagination span {
	cursor: pointer;
}

.showcase-full {
	position: relative;
}

.showcase-full .parallax-slider .caption {
	position: relative;
}

.showcase-full .parallax-slider .caption h1 {
	font-size: 80px;
	position: relative;
	line-height: 1.2;
}

.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
	opacity: 1;
	transition: all .7s;
}

.showcase-full .slider-contro {
	position: absolute;
	bottom: 60px;
	left: 80px;
	width: calc(100% - 160px);
}

.showcase-full .slider-contro i {
	margin: 0 10px;
	color: #fff;
}

.showcase-full .slider-contro span {
	color: #fff;
	white-space: nowrap;
}

.showcase-full .dots {
	bottom: 50px;
	z-index: 1;
}

.showcase-full .dots span {
	background: #fff;
	width: 5px;
	height: 5px;
	margin: 0 7px !important;
	border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
	position: relative;
}

.showcase-full .dots span.swiper-pagination-bullet-active::after {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border: 1px solid #fff;
	border-radius: 50%;
	content: "";
}

.showcase-full .swiper-button-next::after,
.showcase-full .swiper-button-prev::after {
	display: none;
}

.parallax-show .inner {
	min-height: 100vh;
}

body.inter-center {
	overflow: hidden;
}

.inter-links-center {
	position: relative;
	height: 100vh;
	overflow: auto;
}

.inter-links-center::-webkit-scrollbar {
	width: 0;
}

.inter-links-center::-webkit-scrollbar-track {
	background: transparent;
}

.inter-links-center::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 10px;
}

.inter-links-center::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.inter-links-center.horizontal .links-text ul {
	margin-left: -40px !important;
	margin-right: -40px !important;
}

.inter-links-center.horizontal .links-text li {
	display: inline-block;
	padding: 40px;
}

.inter-links-center.horizontal .links-text li .sub-title {
	margin-bottom: 10px;
}

.inter-links-center.horizontal .links-text li h2 {
	font-weight: 700;
	font-size: 30px;
}

.inter-links-center.horizontal .links-text li h2 a .tag {
	display: block;
	font-weight: 400;
}

.inter-links-center.horizontal .links-text li h2 .num {
	font-size: 14px;
	font-weight: 600;
	opacity: .7;
	margin-right: 15px;
}

.inter-links-center .links-text li {
	padding: 40px 0;
	position: relative;
	z-index: 9;
}

.inter-links-center .links-text li .text {
	transition: all .4s;
	-webkit-text-stroke: 1px transparent;
}

.inter-links-center .links-text li.no-active {
	opacity: .3;
}

.inter-links-center .links-text li.no-active .text {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.inter-links-center .links-text li h2 {
	font-weight: 800;
}

.inter-links-center .links-text li h2 a .tag {
	display: block;
	font-weight: 400;
}

.inter-links-center .links-text li h2 .num {
	font-size: 14px;
	font-weight: 600;
	opacity: .7;
	margin-right: 15px;
}

.inter-links-center .links-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80vw;
	height: 70vh;
	overflow: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(-50%);
}

.inter-links-center .links-img .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .7s;
	transform: scale(1.1, 1.1);
}

.inter-links-center .links-img .img.current {
	opacity: 1;
	transform: scale(1);
}

.inter-links-center .links-img .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Pricing
-----------------------------------------------------------------*/
.price-hr .item {
	padding: 50px 30px;
}

.price-hr .item .butn {
	padding: 7px 25px;
}

.price-hr .item.text-dark .butn {
	border-color: #1a1a1a;
}

.price-hr .item.text-dark .butn:hover {
	border-color: #fff;
}

.pricing .item {
	padding: 50px 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 5px;
}

.pricing .item li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.pricing .item li::after {
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	content: "";
}

/* Process
-----------------------------------------------------------------*/
.process-corp {
	position: relative;
	overflow: hidden;
}

.process-corp::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: -1;
	background: #eff2f5 url(../imgs/patterns/bg-pattern.png) repeat;
	background-size: auto;
	content: "";
}

.process-corp .img {
	position: relative;
	margin-top: 80px;
	z-index: 5;
}

.process-corp .cont {
	position: relative;
	height: 100%;
	z-index: 3;
}

.process-corp .cont::after {
	position: absolute;
	top: 0;
	right: -25%;
	width: 200%;
	height: 200%;
	z-index: -1;
	background: var(--theme-dark-color);
	content: "";
}

.process-crev .row {
	margin-left: -50px;
}

.process-crev .item {
	padding: 30px;
	padding-left: 50px;
	border-right: 1px solid #ccc;
}

.process-crev .item:last-of-type {
	border: 0;
}

/* Services
-----------------------------------------------------------------*/
.services-crv .crle-item {
	position: relative;
}

.services-crv .crle-item::after {
	position: absolute;
	top: -120px;
	bottom: -120px;
	right: 30%;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	content: "";
}

.services-crv .crle-item .text {
	width: 400px;
	height: 400px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 40px;
	position: relative;
	z-index: 2;
}

.services .arrow .circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
}

.services .item-bord {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 100px 50px;
}

.services .item-bord .arrow svg {
	height: 25px;
	fill: #fff;
}

.services .item-bord:last-of-type {
	border: 0;
}

.services .item-bord2 {
	padding: 60px 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.services .serv-items-crev .swiper-slide {
	height: auto;
}

.services .serv-items-crev .item {
	height: 100%;
	padding: 60px 45px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	transition: all .4s;
}

.services .serv-items-crev .item p {
	font-size: 13px;
}

.services .serv-items-crev .item:hover {
	background: rgba(255, 255, 255, 0.02);
}

.services .metro {
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	overflow: hidden;
}

.services .metro .items {
	display: flex;
	gap: 30px;
	list-style-type: none;
}

.services .metro .items .item {
	min-width: 400px;
	background: #fff;
	cursor: -webkit-grab;
	cursor: grab;
	display: -ms-grid;
	display: grid;
	place-content: center;
	padding: 80px 60px;
}

.serv-box .serv-item {
	padding: 60px 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.serv-box .serv-item .arrow svg {
	height: 25px;
	fill: #fff;
}

.serv-box .lg-pad {
	padding: 60px;
}

.serv-box .crv-more a {
	position: relative;
	width: 100%;
	padding: 15px 0px 15px 30px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 30px;
	transition: all .4s;
}

.serv-box .crv-more a svg {
	position: absolute;
	top: -1px;
	right: 0;
	width: 50px;
	height: 50px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 50%;
}

.serv-box .crv-more a:hover {
	background: #fff;
	color: #181314;
}

.maz-serv {
	position: relative;
}

.maz-serv .item-serv {
	padding: 30px 50px;
}

.maz-serv .main-marq {
	position: absolute;
	bottom: 20%;
	left: 0;
}

.half-sub-right {
	position: relative;
}

.half-sub-right::after {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 50px);
	height: 100%;
	z-index: -1;
	background: #1a1a1a;
	content: "";
}

.services-tab .serv-tab-cont .item {
	position: relative;
}

.services-tab .serv-tab-cont .item .img {
	width: 70%;
	height: 540px;
}

.services-tab .serv-tab-cont .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.services-tab .serv-tab-cont .item .cont {
	position: absolute;
	bottom: -80px;
	left: 20%;
	right: 0;
	padding: 80px 40px;
}

.services-tab .serv-tab-link .item-link {
	font-size: 40px;
	font-weight: 500;
	cursor: pointer;
}

.services-tab .serv-tab-link .item-link span {
	font-size: 20px;
	margin-right: 30px;
}

.services-tab .half-img-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-size: 50%;
	pointer-events: none;
}

.services-tab.revers .serv-tab-cont .item {
	position: relative;
}

.services-tab.revers .serv-tab-cont .item .img {
	width: 70%;
	margin-left: 30%;
	height: 540px;
}

.services-tab.revers .serv-tab-cont .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.services-tab.revers .serv-tab-cont .item .cont {
	position: absolute;
	bottom: -2px;
	right: 30%;
	left: auto;
	padding: 60px 40px;
}

.services-tab.revers .serv-tab-cont .item .cont .bg-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: bottom;
	pointer-events: none;
}

.serv-img-reveal .block__title {
	transition: all .4s;
}

.serv-img-reveal .block__title:hover {
	border-color: #eee;
}

.serv-img-reveal .block[data-fx="1"] a::after,
.serv-img-reveal a.content__text-link[data-fx="1"]::after {
	position: absolute;
	bottom: 0.25rem;
	left: 0;
	height: 2px;
	width: 100%;
	z-index: -1;
	background: currentColor;
	content: "";
	transform: scale3d(0, 1, 1);
	transform-origin: 0% 50%;
	transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.serv-img-reveal a.content__text-link[data-fx="1"]::after {
	bottom: 0;
}

.serv-img-reveal .hover-reveal {
	position: fixed;
	top: 0;
	left: 0;
	width: 240px;
	height: 180px;
	opacity: 0;
	pointer-events: none;
	transform: rotate(-15deg) translateY(-90px) translateX(50px);
}

.serv-img-reveal .hover-reveal__inner,
.serv-img-reveal .hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.serv-img-reveal .hover-reveal__deco {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181314;
}

.serv-img-reveal .hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}

/* Sliders
-----------------------------------------------------------------*/
.svg-animation.star line, .svg-animation.star path {
	animation: starPathRotate;
	animation-direction: alternate-reverse;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transform-origin: center center;
}

@keyframes starPathRotate {
	0% {
		transform: rotate(0deg);
	}
	5% {
		transform: rotate(0deg);
	}
	40% {
		transform: rotate(var(--transform));
	}
	60% {
		transform: rotate(var(--transform));
	}
	95% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

header.full-height {
	min-height: 100vh;
	padding: 100px 0 80px;
}

header .full-height {
	min-height: 100vh;
	padding: 100px 0 80px;
}

header.in-box {
	min-height: calc(100vh - 80px);
	padding: 0;
}

.header-main {
	position: relative;
	background-position: center bottom;
}

.header-main .caption h1 {
	font-size: 100px;
}

.header-main .caption .rotate-circle svg {
	width: 160px;
}

.header-main .bg-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 70px;
	background-repeat: repeat;
	pointer-events: none;
}

.header-main-crev {
	position: relative;
	overflow: hidden;
	padding-top: 160px;
}

.header-main-crev .caption {
	border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.header-main-crev .img {
	height: 400px;
	margin-top: 60px;
}

.header-main-crev .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.header-creative {
	position: relative;
}

.header-creative .img {
	position: relative;
}

.header-creative .img .img-assets1 {
	position: absolute;
	top: -180px;
	left: 0;
	width: 200px;
}

.header-creative .svg-animation {
	height: 50px;
	width: 50px;
}

.header-creative .bg-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	pointer-events: none;
}

.header-startup {
	position: relative;
}

.header-startup .caption .img-in-text {
	height: 55px;
	background-position: center center;
}

.header-startup .caption .stroke {
	color: rgba(255, 255, 255, .5);
	-webkit-text-stroke: 0.5px #fff;
	-webkit-text-fill-color: transparent;
}

.header-startup .arrow-down {
	position: absolute;
	bottom: -50px;
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transform: rotate(90deg);
}

.header-startup .arrow-down::after {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	opacity: .4;
	border-left: 1px dashed #fff;
	border-radius: 50%;
	content: "";
}

.header-startup .bg-pattern-half {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-position: center center;
	pointer-events: none;
	z-index: -1;
}

.header-startup .bg-pattern-half:last-of-type {
	left: auto;
	right: 0;
}

.header-digital {
	padding: 100px 0 80px;
	position: relative;
}

.header-digital .half-img-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: right bottom;
	background-size: 50%;
	pointer-events: none;
}

.header-digital .bg-pattern {
	background-position: center bottom;
}

.slider {
	position: relative;
}

.slider .lines {
	z-index: 5;
}

.slider .swiper-slide-active {
	z-index: 3;
}

.slider .parallax-slider {
	position: relative;
}

.slider .parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	padding: 80px 0;
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption .thin,
.slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption .p {
	opacity: 1;
	transform: translateY(0);
}

.slider .parallax-slider .caption .cal-act {
	position: relative;
}

.slider .parallax-slider .caption .p {
	margin-top: 15px;
	opacity: 0;
	color: #eee;
	transition: all .4s;
	transition-delay: 1s;
	transform: translateY(20px);
}

.slider .sm-stauts {
	position: absolute;
	bottom: 0;
	right: 0;
	background: var(--theme-dark-color);
	z-index: 9;
}

.slider .sm-stauts .item {
	padding: 20px 40px;
}

.slider .sm-stauts .item .text {
	margin-left: 20px;
}

.header-freelancer {
	padding: 120px 0 0 !important;
	overflow: hidden;
}

.header-freelancer .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.header-freelancer .img {
	position: relative;
}

.header-freelancer .img::after {
	position: absolute;
	top: 70%;
	left: 50%;
	line-height: 0;
	font-size: 50vw;
	color: rgba(var(--theme-main-color-rgb), .5);
	content: "*";
	-webkit-text-stroke: 1px var(--theme-main-color);
	-webkit-text-fill-color: transparent;
	transform: translateX(-50%);
}

.header-freelancer .img img {
	position: relative;
	z-index: 3;
}

.arch-slider .parallax-slider .caption h5 {
	font-size: 50px;
	overflow: hidden;
}

.arch-slider .parallax-slider .caption h5 span {
	color: var(--theme-dark-color);
	transform: translateX(-15px);
}

.arch-slider .parallax-slider .caption h1 {
	font-size: 75px;
	letter-spacing: 2px;
}

.arch-slider .parallax-slider .caption .p {
	position: relative;
	margin-left: 10px;
	padding-right: 80px;
}

.arch-slider .parallax-slider .caption .p::after {
	position: absolute;
	top: 15px;
	right: 0;
	width: 40px;
	height: 2px;
	background: #eee;
	content: "";
}

.arch-slider .parallax-slider .explore {
	position: relative;
}

.arch-slider .parallax-slider .explore::before, .arch-slider .parallax-slider .explore::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 160px;
	border: 1px solid #fff;
	border-radius: 50%;
	pointer-events: none;
	content: "";
	transform: translateX(-50%) translateY(-50%);
}

.arch-slider .parallax-slider .explore::before {
	width: 105px;
	height: 105px;
	background: rgba(255, 255, 255, 0.15);
}

.arch-slider .setting {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
}

.arch-slider .setting .swiper-button-next,
.arch-slider .setting .swiper-button-prev {
	font-size: 12px;
	color: #fff;
	background: var(--theme-dark-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	position: static;
	margin: auto;
}

.arch-slider .setting .swiper-button-next::after,
.arch-slider .setting .swiper-button-prev::after {
	display: none;
}

.arch-slider .setting .swiper-button-next {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.arch-slider .setting .swiper-pagination-bullets {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	margin: 0 7px;
	position: relative;
	opacity: 1;
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #fff;
	transform: scale(1.5);
}

.crev-header {
	min-height: 100vh;
	position: relative;
	padding: 120px 0 0;
}

.crev-header .caption h1 {
	font-size: 85px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.crev-header .main-img {
	height: 400px;
	width: 60%;
	margin-left: 40%;
	margin-top: -160px;
}

.crev-header .main-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.crev-header .bg-pattern {
	height: auto;
	bottom: 100px;
}

/* Team
-----------------------------------------------------------------*/
.team .item-join {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px;
	height: calc(100% - 80px);
}

.team-box .item {
	position: relative;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.team-box .item .info {
	position: absolute;
	left: 30px;
	bottom: 30px;
	background: var(--theme-dark-color);
	border-radius: 50px;
	padding: 10px 40px 10px 10px;
}

.team-box .item .info h6 {
	line-height: 1;
	margin-top: 5px;
}

.team-box .item:hover .img {
	top: 0;
	left: 0;
	border-radius: 0;
	transform: scale(1) translateY(0);
}

.team-crev .swiper-slide .item {
	position: relative;
}

.team-crev .swiper-slide .item:hover .info {
	opacity: 1;
	visibility: visible;
}

.team-crev .swiper-slide .item:hover img {
	-webkit-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
}

.team-crev .swiper-slide .item .info {
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 1px;
	right: 1px;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	transition: all .4s;
}

.team-crev .swiper-slide .item .main-marq {
	position: absolute;
	bottom: 0;
	padding: 15px 0;
}

.team-crev .swiper-slide .item .main-marq .item {
	padding: 0 15px !important;
}

.team-crev .swiper-slide .item .main-marq .item h4,
.team-crev .swiper-slide .item .main-marq .item .h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 !important;
}

.team-crev .swiper-slide .item .main-marq.team-position {
	background: var(--theme-dark-color);
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%) rotateZ(-5deg);
}

.team-crev .swiper-slide .item .main-marq.team-name {
	background: #fff;
	left: 0;
}

.team-crev .swiper-slide .item .main-marq.team-name h4 {
	color: var(--theme-dark-color) !important;
}

.team-crev .swiper-slide .img {
	position: relative;
	border-radius: 10px 10px 0 0;
	border: 2px solid var(--theme-main-color);
	border-bottom: 0;
	overflow: hidden;
}

.team-crev .swiper-slide:nth-of-type(even) .info {
	left: 0;
	right: 0;
}

.team-crev .swiper-slide:nth-of-type(even) .img {
	border-color: transparent;
	transform: translateY(60px);
}

.team-crev .swiper-slide:nth-of-type(even) .img img {
	filter: grayscale(100%);
	transition: all .4s;
}

/* Testimonials
-----------------------------------------------------------------*/
.testimonials-crev {
	position: relative;
}

.testimonials-crev .testim .item .author-img .img {
	width: 120px;
	height: 120px;
	position: relative;
	padding: 10px;
}

.testimonials-crev .testim .item .author-img .img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .05;
	background: #fff;
	border-radius: 50%;
	content: "";
}

.testimonials-crev .testim .item .author-img .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}

.testimonials-crev .testim .item .author-review .for {
	margin-right: 10px;
	padding: 8px 20px;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
}

.testimonials-crev .testim .item .author-review .rate-stars {
	font-size: 12px;
	color: #ffb818;
}

.testimonials-crev .imgs-patrn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	overflow: hidden;
}

.testimonials-crev .imgs-patrn .img-patrn {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonials-crev .imgs-patrn .img-patrn img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonials-crev .imgs-patrn .img1 {
	top: -20px;
	left: 22%;
	width: 70px;
	height: 70px;
}

.testimonials-crev .imgs-patrn .img2 {
	top: 5%;
	right: 15%;
	width: 80px;
	height: 80px;
}

.testimonials-crev .imgs-patrn .img3 {
	top: 40%;
	left: -10px;
	width: 80px;
	height: 80px;
}

.testimonials-crev .imgs-patrn .img4 {
	top: 50%;
	right: -50px;
}

.testimonials-crev .imgs-patrn .img5 {
	top: 55%;
	left: 30%;
	width: 50px;
	height: 50px;
}

.testimonials-crev .imgs-patrn .img6 {
	top: 65%;
	right: 20%;
	width: 50px;
	height: 50px;
}

.testimonials {
	position: relative;
	color: var(--theme-dark-color);
	overflow: hidden;
}

.testimonials::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: var(--theme-main-color);
	content: "";
}

.testimonials::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	opacity: .2;
	z-index: 4;
	background-image: url(../imgs/svg-assets/left-quote.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	content: "";
	transform: rotate(-5deg);
}

.testimonials .testim-items .swiper-container {
	margin-top: -200px;
	padding-top: 200px;
}

.testimonials .testim-items .item .img {
	position: relative;
	margin-top: -200px;
	padding-right: 50px;
}

.testimonials .testim-items .item .cont {
	color: #fff;
	padding: 60px;
	background: #1a1a1a;
}

.testim-creative .arrows-carsouel {
	position: relative;
}

.testim-creative .arrows-carsouel::before {
	position: absolute;
	top: -80vh;
	bottom: -20vh;
	left: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
}

.testim-creative .arrows-carsouel .swiper-button-prev,
.testim-creative .arrows-carsouel .swiper-button-next {
	padding: 40px 80px;
}

.testim-creative .arrows-carsouel .swiper-button-next {
	position: relative;
}

.testim-creative .arrows-carsouel .swiper-button-next::before {
	position: absolute;
	right: 0;
	bottom: -80px;
	width: 100%;
	height: 180px;
	content: "";
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-creative .arrows-carsouel .left,
.testim-creative .arrows-carsouel .right {
	width: 40px;
	margin-left: -15px;
	position: relative;
	z-index: 3;
}

.testim-creative .arrows-carsouel .left {
	transform: rotate(180deg);
}

.testim-creative .testim-items {
	padding-top: 80px;
	padding-left: 80px;
	position: relative;
}
.testim-creative .testim-items::before {
	position: absolute;
	top: 0;
	bottom: -120px;
	left: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
}
.testim-clasic .item .author-info {
	position: relative;
	height: 100%;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.testim-clasic .item .author-info .arrow {
	position: absolute;
	top: 20%;
	left: -1px;
	width: 80px;
	height: 50px;
}
.testim-clasic .item .author-info .arrow::before {
	position: absolute;
	bottom: 50%;
	left: -7px;
	width: 94px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
	transform: rotate(32deg);
}

.testim-clasic .item .author-info .arrow::after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
}

.testim-clasic .item .cont {
	padding: 40px 0 40px 40px;
}

.testim-clasic .swiper-controls {
	position: relative;
	padding-left: 25px;
}

.testim-clasic .swiper-controls .swiper-pagination {
	position: relative;
	display: inline-block;
	margin: 0 30px;
}

.testim-clasic .swiper-controls .left,
.testim-clasic .swiper-controls .right {
	width: 25px;
	position: relative;
	z-index: 3;
}

.testim-clasic .swiper-controls .left {
	transform: rotate(180deg);
}

.testim-clasic .swiper-container-horizontal > .swiper-pagination-bullets, .testim-clasic .swiper-pagination-custom, .testim-clasic .swiper-pagination-fraction {
	position: relative;
}

.testim-vrt .main-marqv .item {
	padding: 30px;
	background: #222;
}

.testim-crv .testim-swiper2 .item {
	padding: 40px 30px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-crv .testim-swiper .item {
	padding: 40px 30px;
	border-radius: 20px;
}

.testim-crv.text-dark .item {
	border-color: rgba(0, 0, 0, 0.2);
}

.testim-crv .clients-carso .item > div {
	margin: auto;
}

.testim-crv2 {
	position: relative;
	overflow: hidden;
}

.testim-crv2 .line-icon {
	position: relative;
}

.testim-crv2 .line-icon::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
}

.testim-crv2 .line-icon .img {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	padding: 15px;
	margin-right: 50px;
	position: relative;
	z-index: 2;
}

.testim-crv2 .bord-qoute,
.testim-crv2 .img-qoute {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	overflow: hidden;
}

.testim-crv2 .bord-qoute {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.testim-crv2 .bord-qoute .qoute-icon {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	padding: 40px;
	position: relative;
	z-index: 4;
}

.testim-crv2 .img-qoute {
	position: absolute;
	top: 0;
	left: 25%;
}

.testim-crv2 .img-qoute img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.testim-crv2 .half-img-left,
.testim-crv2 .half-img-right {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: right top;
	background-size: 50%;
	pointer-events: none;
}

.testim-crv2 .half-img-left {
	background-position: left top;
}

.testim-corp {
	position: relative;
	overflow: hidden;
}

.testim-corp::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: -1;
	background: #eff2f5 url(../imgs/patterns/bg-pattern.png) repeat;
	background-size: auto;
	content: "";
}

.testim-corp .testim-crv2 {
	overflow: visible;
}

.testim-corp .main-img {
	margin-top: 80px;
	position: relative;
	z-index: 5;
}

.testim-corp .box {
	position: relative;
	height: 100%;
	z-index: 3;
}

.testim-corp .box::after {
	position: absolute;
	top: 0;
	right: -25%;
	width: 200%;
	height: 200%;
	z-index: -1;
	background: var(--theme-dark-color);
	content: "";
}

.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
	position: static;
	display: inline-block;
}

.swiper-controls .swiper-button-prev::after,
.swiper-controls .swiper-button-next::after {
	display: none;
}

.swiper-controls.arrow-out .swiper-button-prev:hover .left,
.swiper-controls.arrow-out .swiper-button-prev:hover .right,
.swiper-controls.arrow-out .swiper-button-next:hover .left,
.swiper-controls.arrow-out .swiper-button-next:hover .right {
	background: rgba(255, 255, 255, 0.05);
}

.swiper-controls.arrow-out .left,
.swiper-controls.arrow-out .right {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
}

.swiper-controls.arrow-out .left {
	transform: rotate(180deg);
}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	margin: 0 7px;
}

.swiper-pagination-bullet-active {
	background: var(--theme-main-color);
}

/* Video
-----------------------------------------------------------------*/
.video-sec {
	position: relative;
	overflow: hidden;
	height: 600px;
}

.video-sec video {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}

.video-sec .play-button a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
}

/* Shop
-----------------------------------------------------------------*/
.main-shop .sidebar .title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}

.main-shop .sidebar .title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	content: "";
}

.main-shop .sidebar .search .form-group {
	position: relative;
}

.main-shop .sidebar .search .form-group input {
	width: 100%;
	padding-bottom: 15px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
}

.main-shop .sidebar .search .form-group button {
	width: 0;
	height: 0;
	background: transparent;
	border: 0;
	position: absolute;
	top: 0;
	right: 20px;
	padding: 0;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

.main-shop .sidebar .categories li {
	display: block;
	margin-bottom: 10px;
}

.main-shop .sidebar .categories li:hover {
	color: #ffaa17;
}

.main-shop .sidebar .categories li:last-of-type {
	margin-bottom: 0;
}

.main-shop .sidebar .price-range .price-input .field {
	display: flex;
	align-items: center;
	max-width: 60px;
}

.main-shop .sidebar .price-range .field input {
	border: 0;
	background: transparent;
	color: #fff;
	pointer-events: none;
}

.main-shop .sidebar .price-range input[type="number"]::-webkit-outer-spin-button,
.main-shop .sidebar .price-range input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.main-shop .sidebar .price-range .slider-range {
	height: 2px;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
}

.main-shop .sidebar .price-range .slider-range .progress {
	height: 8px;
	top: -3px;
	left: 0;
	right: 25%;
	position: absolute;
	border-radius: 0;
	background: #ffaa17;
}

.main-shop .sidebar .price-range .range-input {
	position: relative;
}

.main-shop .sidebar .price-range .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.main-shop .sidebar .price-range input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 5px;
	border: none;
	background: #ffaa17;
	pointer-events: auto;
	-webkit-appearance: none;
}

.main-shop .sidebar .price-range input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 5px;
	border: none;
	background: #ffaa17;
	pointer-events: auto;
	-moz-appearance: none;
}

.main-shop .sidebar .best-sale .line-list {
	margin-bottom: 30px;
	position: relative;
}

.main-shop .sidebar .best-sale .line-list .over-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-shop .sidebar .best-sale .line-list:last-of-type {
	margin-bottom: 0;
}

.main-shop .sidebar .best-sale .line-list .img {
	width: 80px;
	height: 80px;
}

.main-shop .sidebar .best-sale .line-list .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.main-shop .sidebar .best-sale .line-list .cont {
	padding-left: 15px;
}

.main-shop .sidebar .best-sale .line-list .cont .rate {
	font-size: 12px;
	color: #aaa;
	margin-bottom: 10px;
}

.main-shop .sidebar .best-sale .line-list .cont h6,
.main-shop .sidebar .best-sale .line-list .cont h5 {
	line-height: 1.2;
}

.main-shop .sidebar .best-sale .line-list .cont h6 {
	font-size: 16px;
}

.main-shop .sidebar .best-sale .line-list .cont h5 {
	font-size: 17px;
	color: #ffaa17;
}

.main-shop .sidebar .tags .tags-links a {
	margin: 3px 3px 3px 0;
	padding: 5px 12px;
	background: rgba(255, 255, 255, 0.04);
	font-size: 13px;
	border: 1px solid rgba(255, 255, 255, 0.04);
	transition: all .4s;
}

.main-shop .sidebar .tags .tags-links a:hover {
	background: transparent;
	color: #ffaa17;
}

.main-shop .shop-products .top-side .select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.main-shop .shop-products .top-side .select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #fff;
	min-width: 260px;
	height: 40px;
}

.main-shop .shop-products .top-side .select-styled {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 8px 0;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	transition: all 0.2s ease-in;
}

.main-shop .shop-products .top-side .select-styled::after {
	position: absolute;
	top: 16px;
	right: 0;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #fff transparent transparent transparent;
	content: "";
}

.main-shop .shop-products .top-side .select-styled:active, .main-shop .shop-products .top-side .select-styled.active {
	border-color: #fff;
}

.main-shop .shop-products .top-side .select-styled:active::after, .main-shop .shop-products .top-side .select-styled.active::after {
	top: 9px;
	border-color: transparent transparent #fff transparent;
}

.main-shop .shop-products .top-side .select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: var(--theme-dark-color);
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.main-shop .shop-products .top-side .select-options li {
	margin: 0;
	padding: 12px 0;
	text-indent: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.15s ease-in;
}

.main-shop .shop-products .top-side .select-options li:hover, .main-shop .shop-products .top-side .select-options li.is-selected {
	background: #fff;
	color: var(--theme-dark-color);
}

.main-shop .shop-products .top-side .select-options li[rel="hide"] {
	display: none;
}

.main-shop .shop-products .item .img {
	position: relative;
}

.main-shop .shop-products .item .img:hover .add-cart,
.main-shop .shop-products .item .img:hover .fav {
	opacity: 1;
	visibility: visible;
}

.main-shop .shop-products .item .img:hover::after {
	opacity: .3;
}

.main-shop .shop-products .item .img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: var(--theme-dark-color);
	content: "";
	transition: all .4s;
}

.main-shop .shop-products .item .img .add-cart {
	visibility: hidden;
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 14px 35px;
	opacity: 0;
	z-index: 3;
	background: var(--theme-dark-color);
	font-size: 13px;
	border-radius: 40px;
	transform: translateX(-50%);
	transition: all .4s;
}

.main-shop .shop-products .item .img .fav {
	visibility: hidden;
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	z-index: 3;
	font-size: 20px;
	cursor: pointer;
	transition: all .4s;
}

.main-shop .shop-products .item .cont {
	margin-top: 30px;
}

.main-shop .shop-products .item .cont .rate {
	font-size: 12px;
	color: #aaa;
	margin-bottom: 10px;
}

.main-shop .shop-products .item .cont h6,
.main-shop .shop-products .item .cont h5 {
	line-height: 1.2;
}

.main-shop .shop-products .item .cont h5 {
	font-size: 20px;
	color: #ffaa17;
}

.product-details .img-preview .gallery-thumb .swiper-slide {
	opacity: .7;
}

.product-details .img-preview .gallery-thumb .swiper-slide-thumb-active {
	opacity: 1;
}

.product-details .prod-order .counter {
	display: flex;
	padding: 5px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-details .prod-order .counter input {
	width: 50px;
	border: 0;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

.product-details .prod-order .counter span {
	display: block;
	font-size: 25px;
	padding: 0 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-details .overview .tab-links {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.product-details .overview .tab-links li {
	display: inline-block;
	margin-right: 30px;
	padding-bottom: 10px;
	position: relative;
}

.product-details .overview .tab-links li:last-of-type {
	margin-right: 0;
}

.product-details .overview .tab-links li::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 2px;
	opacity: 0;
	background: #fff;
	content: "";
	transform: translateX(-50%);
}

.product-details .overview .tab-links li.current::after {
	opacity: 1;
}

.product-details .overview .tab-content .item.info li .line {
	width: 100%;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	margin-right: 30px;
	margin-left: 30px;
}

.product-details .overview .tab-content .item.info li .ml-auto {
	white-space: nowrap;
}

.product-details .overview .tab-content .add-review {
	padding: 60px 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-details .overview .tab-content .add-review .star-rating {
	direction: rtl;
	display: inline-block;
}

.product-details .overview .tab-content .add-review .star-rating input[type="radio"] {
	display: none;
}

.product-details .overview .tab-content .add-review .star-rating label {
	padding: 0;
	color: #bbb;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.product-details .overview .tab-content .add-review .star-rating label:hover,
.product-details .overview .tab-content .add-review .star-rating label:hover ~ label,
.product-details .overview .tab-content .add-review .star-rating input[type="radio"]:checked ~ label {
	color: #ffaa17;
}

.product-details .overview .tab-content .add-review .form input,
.product-details .overview .tab-content .add-review .form textarea {
	color: #fff;
	width: 100%;
	padding: 0 0 10px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.product-details .overview .tab-content .add-review .form input:focus,
.product-details .overview .tab-content .add-review .form textarea:focus {
	border-color: #eee;
}

.product-details .overview .tab-content .add-review .form textarea {
	min-height: 180px;
}

.product-details .overview .tab-content .add-review .form .checkbox input {
	width: auto;
}

.product-details .overview .tab-content .add-review .form .checkbox label {
	font-size: 14px;
	font-weight: 300;
	opacity: .7;
}

.shop-cart table {
	width: 100%;
}

.shop-cart th {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.shop-cart td {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shop-cart td.remove {
	text-align: right;
	font-size: 30px;
	opacity: .8;
}

.shop-cart .counter {
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 5px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.shop-cart .counter input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 50px;
	background: rgba(255, 255, 255, 0.04);
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	border: 0;
	outline: 0;
}

.shop-cart .counter span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	padding: 0 10px;
	font-size: 25px;
	cursor: pointer;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	.shop-cart {
		/* Force table to not be like tables anymore */
		/* Hide table headers (but not display: none;, for accessibility) */
	}
	.shop-cart table {
		width: 100%;
	}
	.shop-cart table, .shop-cart thead, .shop-cart tbody, .shop-cart th, .shop-cart td, .shop-cart tr {
		display: block;
	}
	.shop-cart thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.shop-cart tr {
		margin-bottom: 30px;
		border: 1px solid #ccc;
	}
	.shop-cart td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}
	.shop-cart td::before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);
	}
	.shop-cart td.remove {
		text-align: left;
	}
	.shop-cart .d-flex {
		display: block !important;
	}
	.shop-cart .ml-30 {
		margin-left: 0 !important;
		margin-top: 10px;
	}
}

.shop-cart .coupon input {
	padding: 14px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
}

.shop-cart .coupon input:focus {
	border-color: #eee;
}

.shop-checkout .order-form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.shop-checkout .order-form .row > div {
	padding: 0 10px;
}

.shop-checkout .order-form .form-group {
	margin-bottom: 20px;
}

.shop-checkout .order-form .form-group label {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.shop-checkout .order-form .form-group input {
	width: 100%;
	padding: 15px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
}

.shop-checkout .checkout-order-info .butn {
	width: 100%;
	text-align: center;
	border-radius: 40px;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 1300px) {
	body.home-arch main::after {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.md-mb10 {
		margin-bottom: 10px;
	}
	.md-mb20 {
		margin-bottom: 20px;
	}
	.md-mb30 {
		margin-bottom: 30px;
	}
	.md-mb40 {
		margin-bottom: 40px;
	}
	.md-mb50 {
		margin-bottom: 50px !important;
	}
	.md-mb80 {
		margin-bottom: 80px;
	}
	.md-no-mrg {
		margin: 0 !important;
	}
	.md-pb10 {
		padding-bottom: 10px;
	}
	.md-pb20 {
		padding-bottom: 20px;
	}
	.md-pb30 {
		padding-bottom: 30px;
	}
	.md-pb40 {
		padding-bottom: 40px;
	}
	.md-pb50 {
		padding-bottom: 50px;
	}
	.md-pb60 {
		padding-bottom: 60px;
	}
	.md-pb70 {
		padding-bottom: 70px;
	}
	.md-pb80 {
		padding-bottom: 80px;
	}
	.md-pt80 {
		padding-top: 80px !important;
	}
	.md-no-pad {
		padding: 0 !important;
	}
	.md-center {
		text-align: center !important;
	}
	.order2 {
		order: 2 !important;
	}
	.order1 {
		order: 1 !important;
	}
	.justify-end {
		justify-content: flex-start !important;
	}
	.justify-end .vew-all {
		margin-left: 25px;
		margin-top: 25px;
	}
	.justify-end .swiper-controls {
		margin-top: 30px;
	}
	.justify-end .ml-auto {
		margin-left: 0;
		margin-top: 30px;
	}
	.hamenu .cont-info,
	.hamenu .menu-text,
	.md-hide {
		display: none;
	}
	.my-paroller {
		transform: none !important;
		will-change: auto !important;
	}
	.my-paroller img {
		transform: none !important;
	}
	.to-out .swiper-container {
		overflow: hidden;
		-webkit-clip-path: none;
		clip-path: none;
	}
	.row.md-marg {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row.md-marg > * {
		padding-left: 15px;
		padding-right: 15px;
	}
	h1.fz-80 {
		font-size: 60px !important;
	}
	h2 {
		font-size: 35px;
	}
	h2.fz-70 {
		font-size: 55px !important;
	}
	.loader-wrap svg {
		width: 200vw;
		left: -50vw;
	}
	.navbar {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar .navbar-collapse {
		max-height: 440px;
		overflow: auto;
	}
	.navbar .navbar-collapse::-webkit-scrollbar {
		display: none;
	}
	.navbar.nav-scroll {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar .container {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.navbar .navbar-collapse {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 15px;
	}
	.navbar .search-form {
		display: none;
	}
	.navbar .navbar-toggler {
		margin-left: 30px;
		padding: 0;
		font-size: 20px;
		border-radius: 0;
	}
	.navbar .navbar-toggler:focus {
		box-shadow: none;
		border: 0;
		outline: none;
	}
	.navbar .dropdown-menu {
		display: none;
	}
	.navbar .dropdown-menu.show {
		display: block;
	}
	.navbar .dropdown-menu .dropdown-item .dropdown-side {
		display: none;
		position: static;
		width: 100%;
		margin-top: 15px;
	}
	.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
		display: block;
	}
	.navbar .navbar-nav .nav-link {
		padding: 15px 30px 10px;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.navbar .navbar-nav .nav-item:last-of-type .nav-link {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.navbar .navbar-nav .mega-menu {
		width: auto;
		position: static;
		padding: 0;
	}
	.navbar .navbar-nav .mega-menu .row::after {
		display: none;
	}
	.navbar .navbar-nav .mega-menu .title {
		margin-bottom: 15px;
		padding-right: 30px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.navbar .navbar-nav .mega-menu .clumn {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.navbar .navbar-nav .mega-menu .links {
		padding-right: 30px;
	}
	.hamenu .menu-links {
		height: 80vh;
		min-height: 500px;
	}
	.crev-header {
		min-height: auto;
	}
	.crev-header .caption h1 {
		font-size: 60px;
	}
	.crev-header .main-img {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
	}
	.arch-slider .parallax-slider .explore {
		margin-left: 0;
		margin-top: 30px;
	}
	.header-freelancer::before {
		opacity: .8;
	}
	.header-freelancer .bg-img {
		background-size: cover;
		background-position: center;
	}
	.header-main-crev .caption {
		border: 0;
	}
	.slider .parallax-slider .swiper-slide .bg-img {
		background-position: center center !important;
	}
	.slides-nav__index {
		bottom: 15px !important;
		z-index: 99 !important;
	}
	.work-header .caption h1 {
		font-size: 90px;
	}
	.page-header {
		padding-bottom: 120px;
	}
	.page-header.blog-header {
		padding-bottom: 0 !important;
	}
	.intro-corp .imgs .img1 {
		width: 70%;
	}
	.intro-corp .imgs .img2 {
		width: 45%;
	}
	.intro-img-parlx .img img {
		width: 100%;
		margin-left: 0;
	}
	.about-intro .cont .feat {
		padding-left: 0;
	}
	.sideimg-numbers .bg-left {
		position: static;
		width: 100%;
		height: 400px;
		margin-top: 50px;
	}
	.services .metro .items {
		display: block !important;
		gap: 0;
	}
	.services .metro .items .item {
		display: inline-block;
		min-width: auto;
		width: calc(50% - 30px);
		margin: 0 10px;
		padding: 60px 40px;
		margin-bottom: 25px;
	}
	.services .metro .items .item:last-of-type {
		margin-bottom: 0;
	}
	.services .item-bord:nth-of-type(1), .services .item-bord:nth-of-type(2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.works.thecontainer {
		width: 100%;
		min-height: auto;
		display: block;
		padding: 70px 0 120px;
	}
	.works .panel {
		display: block;
		padding: 0 15px !important;
	}
	.works .panel .item {
		width: 100%;
		margin-top: 50px;
	}
	.portfolio .work-row .item .cont {
		padding: 0;
	}
	.portfolio-fixed .left {
		display: none;
	}
	.portfolio-fixed .right {
		padding: 0 15px 120px;
	}
	.portfolio-fixed .cont {
		opacity: 1 !important;
		margin-bottom: 80px;
		padding: 0 15px;
	}
	.portfolio-fixed .cont .img-hiden {
		display: block;
		margin-bottom: 30px;
	}
	.intro-imgs .to-up {
		margin-top: 0;
	}
	.block-img .shap1 {
		left: 30px;
		bottom: 0;
		width: 120px;
		transform: rotate(0);
	}
	.numbers .justify-content-around {
		justify-content: start !important;
	}
	.numbers .ml-auto {
		margin-left: 0;
	}
	.d-slideup .sideup-text {
		display: inline-block;
	}
	.testim-crv2 .img-qoute {
		display: none;
	}
	.testim-crv2 .bord-qoute {
		width: 130px;
		height: 130px;
		margin-bottom: 30px;
	}
	.testim-crv2 .bord-qoute .qoute-icon {
		width: 100px;
		height: 100px;
		padding: 25px;
	}
	.testim-crv2 {
		padding-left: 10px;
	}
	.testim-vrt .cont {
		padding: 80px 0;
	}
	.testim-vrt .item .cont {
		padding: 0;
	}
	.testim-clasic .item .author-info .arrow {
		top: 30px;
	}
	.testim-creative .arrows-carsouel::before {
		display: none;
	}
	.testim-creative .arrows-carsouel {
		margin-left: auto;
	}
	.testim-creative .testim-items {
		padding-left: 0;
		padding-top: 0;
	}
	.testim-creative .testim-items::before {
		display: none;
	}
	.thecontainer {
		width: 100%;
		height: auto;
		display: block;
	}
	.thecontainer .panel {
		padding: 60px 0 120px;
	}
	.call-action-center h2.fz-70 {
		font-size: 50px !important;
	}
	.call-action-img .sec-lg-head {
		padding: 80px 0;
	}
	.call-action-img .fz-50 {
		font-size: 35px !important;
	}
	footer .sub-footer .ml-auto {
		margin-left: 0;
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px) {
	.sm-mb10 {
		margin-bottom: 10px;
	}
	.sm-mb20 {
		margin-bottom: 20px;
	}
	.sm-mb30 {
		margin-bottom: 30px;
	}
	.sm-mb40 {
		margin-bottom: 40px;
	}
	.sm-mb50 {
		margin-bottom: 50px;
	}
	.sm-mb80 {
		margin-bottom: 80px;
	}
	.sm-pb10 {
		padding-bottom: 10px;
	}
	.sm-pb20 {
		padding-bottom: 20px;
	}
	.sm-pb30 {
		padding-bottom: 30px;
	}
	.sm-pb40 {
		padding-bottom: 40px;
	}
	.sm-pb50 {
		padding-bottom: 50px;
	}
	.sm-pb60 {
		padding-bottom: 60px;
	}
	.sm-pb70 {
		padding-bottom: 70px;
	}
	.sm-pb80 {
		padding-bottom: 80px;
	}
	.sm-hide {
		display: none;
	}
	h1 {
		font-size: 35px;
	}
	h1.fz-60 {
		font-size: 35px !important;
	}
	h1.fz-55 {
		font-size: 30px !important;
	}
	h2 {
		font-size: 28px;
	}
	h2.fz-50 {
		font-size: 35px !important;
	}
	h2.fz-70 {
		font-size: 40px !important;
	}
	.sec-head h2 {
		font-size: 45px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	h1.fz-80 {
		font-size: 40px !important;
	}
	h3.fz-50 {
		font-size: 35px !important;
	}
	.sec-lg-head .fz-50 {
		font-size: 35px !important;
	}
	.fz-60 {
		font-size: 35px !important;
	}
	.justify-end-sm {
		justify-content: flex-start !important;
	}
	.justify-end-sm .vew-all {
		margin-left: 25px;
		margin-top: 25px;
	}
	.justify-end-sm .swiper-controls {
		margin-top: 30px;
	}
	.justify-end-sm .ml-auto {
		margin-left: 0;
		margin-top: 30px;
	}
	.md-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
	.loader-wrap .loader-wrap-heading .load-text {
		letter-spacing: 5px;
		font-size: 13px;
	}
	.progress-wrap {
		right: 10px;
		bottom: 20px;
	}
	.topnav .logo {
		width: 100px;
	}
	.hamenu {
		padding: 120px 15px 15px;
	}
	.hamenu.open .menu-links .main-menu > li .link {
		padding: 15px;
	}
	.hamenu .menu-links .main-menu > li .link {
		font-size: 25px;
	}
	.hamenu .menu-links .main-menu .sub-menu li {
		font-size: 18px;
	}
	.crev-header .caption h1 {
		font-size: 35px;
	}
	.crev-header .caption h1 br {
		display: none;
	}
	.arch-slider .parallax-slider .caption h1 {
		font-size: 50px;
	}
	.arch-slider .parallax-slider .caption .p {
		padding-right: 0;
	}
	.arch-slider .parallax-slider .caption .p::after {
		display: none;
	}
	.header-startup .caption .img-in-text {
		height: 35px;
	}
	.header-startup .caption .img-in-text.icon-img-120 {
		width: 80px;
	}
	.header-startup .caption .img-in-text .icon-img-60 {
		width: 50px;
	}
	.showcase-full .slider-contro span {
		display: none;
	}
	.showcase-full .slider-contro {
		width: 100%;
		left: 0;
	}
	.showcase-full .parallax-slider .caption h1 {
		font-size: 45px;
	}
	.slide__img {
		top: -100px !important;
		left: -100px !important;
		width: calc(100% + 200px) !important;
		height: calc(100% + 200px) !important;
	}
	.frame .slide-nav-butn {
		z-index: 99 !important;
	}
	.slides-nav__button {
		transform: scale(0.9) !important;
	}
	.inter-links-center.horizontal .links-text li {
		padding: 15px 30px;
	}
	.inter-links-center.horizontal .links-text li h2 {
		font-size: 20px;
	}
	.inter-links-center .links-img {
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		transform: none;
	}
	.inter-links-center .links-text li {
		padding: 20px 0;
	}
	.inter-links-center .links-text li h2 {
		font-weight: 600;
	}
	.work-header .caption h1 {
		font-size: 50px;
	}
	.page-header.blog-header .info {
		display: block !important;
	}
	.page-header.blog-header .date {
		margin-left: 30px !important;
	}
	.page-header.blog-header .right-info {
		margin: 30px 0 0;
	}
	.intro-imgs .cont {
		padding: 0;
	}
	.marquee h4 {
		font-size: 40px;
	}
	.process-crev .row {
		margin-left: 0;
	}
	.process-crev .row .item {
		padding: 30px 15px;
	}
	.services-tab .serv-tab-cont .item .img {
		width: 90%;
	}
	.services-tab .serv-tab-cont .item .cont {
		left: 15px;
	}
	.services-tab.revers .serv-tab-cont .item .img {
		width: 100%;
		margin-left: 0;
	}
	.services-tab.revers .serv-tab-cont .item .cont {
		right: 5%;
		padding: 40px 30px;
	}
	.serv-box .serv-item {
		padding: 50px 30px;
		display: block !important;
	}
	.serv-box .serv-item .icon-img-80 {
		width: 60px;
		margin-bottom: 30px;
	}
	.serv-box .serv-item .ml-60 {
		margin-left: 0 !important;
	}
	.services .metro .items .item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.services .item-bord {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 60px 30px;
	}
	.portfolio .filtering .filter {
		padding: 10px;
		width: 100%;
	}
	.portfolio .filtering .filter span {
		margin: 0 10px;
	}
	.portfolio .filtering span.text {
		display: none;
	}
	.portfolio .max-margin .items {
		padding: 0 15px;
	}
	.testim-clasic .item .author-info {
		border: 0;
	}
	.testim-clasic .item .author-info .arrow {
		display: none;
	}
	.testim-clasic .item .cont {
		padding: 40px 0;
	}
	.testim-clasic .swiper-controls {
		padding-left: 0;
	}
	.testim-creative .arrows-carsouel {
		margin-left: 0;
	}
	.testim-creative .sec-lg-head {
		padding-bottom: 40px !important;
		margin-bottom: 80px;
	}
	.testim-creative .arrows-carsouel .swiper-button-prev, .testim-creative .arrows-carsouel .swiper-button-next {
		padding: 0 60px;
		margin-top: 50px;
	}
	.testim-creative .arrows-carsouel .swiper-button-next::before {
		height: 160px;
	}
	.testim-crv2 .swiper-controls.ml-auto {
		margin-left: 0;
		margin-top: 50px;
	}
	.back-image.states ul {
		display: block;
		width: 100%;
	}
	.back-image.states ul li {
		margin: 15px 0 0 0;
		width: 100% !important;
	}
	.team .item-join {
		height: auto;
	}
	.team .item-join h6 br {
		display: none;
	}
	.skills-exp .skill-item {
		display: block !important;
	}
	.skills-exp .skill-item .item {
		margin-bottom: 30px;
		display: inline-block;
		width: calc(50% - 25px);
	}
	.price-hr .item {
		display: block !important;
	}
	.price-hr .item .cont {
		margin: 15px  0 15px 0 !important;
	}
	.price-hr .item .ml-auto {
		display: flex;
		text-align: left !important;
		margin-left: 0;
	}
	.price-hr .item .ml-auto > div {
		margin-left: auto;
	}
	.clients .brand .item {
		padding: 40px 0;
	}
	.numbers h2 {
		font-size: 90px;
	}
	.blog-list-half.crev .item .img {
		padding: 0;
		height: auto;
		margin-top: 15px;
	}
	.blog-list-half.crev .item .img img {
		bottom: auto;
	}
	.blog-list .item {
		padding: 40px 20px;
	}
	.blog-list2 .item .img {
		right: 0;
		width: 180px;
		height: 180px;
	}
	.blog-list-half.crev {
		padding-bottom: 70px;
	}
	.blog-list-half.crev .item {
		margin-bottom: 50px !important;
	}
	.main-post .fz-60 {
		display: none;
	}
	.main-post .post-qoute {
		padding: 30px 15px;
	}
	.main-post .post-qoute h6::before {
		position: relative;
		left: 0;
	}
	.main-post .info-area {
		display: block;
	}
	.main-post .info-area .tags {
		margin-bottom: 30px;
	}
	.main-post .author-area .flex {
		display: block;
	}
	.main-post .author-area .author-img {
		margin: 0 0 30px 0;
	}
	.main-post .author-area .author-img .img {
		width: 80px;
		height: 80px;
	}
	.comments-post .item-box .flex {
		display: block;
	}
	.comments-post .item-box .user-img {
		margin: 0 0 15px 0;
	}
	.comments-post .item-box .replay-post {
		margin: 15px 0 0 0;
	}
	.comments-post .item-box.replayed {
		margin-left: 0;
	}
	.call-action-center h2.fz-70 {
		font-size: 30px !important;
	}
	.call-action-img .sec-bg-img {
		width: 100%;
		height: 400px;
	}
	.call-action-img .sec-lg-head .col-11.d-flex {
		display: block !important;
		width: 100% !important;
	}
	.call-action-img .sec-lg-head .col-11.d-flex h2 {
		font-size: 30px !important;
	}
	.call-action-img .sec-lg-head .butn-circle {
		margin-top: 30px !important;
	}
	footer .call-box h2 {
		font-size: 40px;
	}
	footer .call-box .arrow svg {
		width: 50px;
		height: 50px;
	}
	.product-details .reviews .reviews-area > .d-flex {
		display: block !important;
	}
	.product-details .reviews .reviews-area .img {
		width: 70px;
		height: 70px;
	}
	.product-details .reviews .reviews-area .cont {
		margin-top: 15px;
		margin-left: 0 !important;
	}
	.product-details .overview .tab-content .add-review {
		padding: 40px 25px;
	}
}

/* ====================== [ End Responsive ] ====================== */
