/* Colours */
span.kt-iconbox-icon-dash {
	background: rgb(19,110,170);
	background: -webkit-gradient(linear,left top, left bottom,from(#000),to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(rgba(19,110,170,1)), color-stop(50%, rgba(230,36,152,1)), to(rgba(230,114,36,1))) border-box;
	background: -o-linear-gradient(#000,#000) padding-box, -o-linear-gradient(left, rgba(19,110,170,1) 0%, rgba(230,36,152,1) 50%, rgba(230,114,36,1) 100%) border-box;
	background: linear-gradient(#000,#000) padding-box, linear-gradient(90deg, rgba(19,110,170,1) 0%, rgba(230,36,152,1) 50%, rgba(230,114,36,1) 100%) border-box;
}

.kt-gradient-back-v1,
.btn-gradient-outline,
.btn-gradient-outline:before {
	background: rgb(19,110,170);
	background: -o-linear-gradient(left, rgba(19,110,170,1) 0%, rgba(230,36,152,1) 50%, rgba(230,114,36,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(19,110,170,1)), color-stop(50%, rgba(230,36,152,1)), to(rgba(230,114,36,1)));
	background: linear-gradient(90deg, rgba(19,110,170,1) 0%, rgba(230,36,152,1) 50%, rgba(230,114,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8115ff",endColorstr="#ff8f2a",GradientType=1);
}

.kt-clipped-text {
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.kt-gradient-fancy-text, a.kt-iconbox-icon-link:hover span[class*="fa-"].kt-gradient-fancy-text, 
.kt-warped-text.kt-gradient-fancy-text, .kt-warped-text a.kt-iconbox-icon-link:hover span[class*="fa-"].kt-gradient-fancy-text {
	background: rgb(19,110,170);
	background: -webkit-gradient(linear, left top, right top, from(rgba(19,110,170,1)), color-stop(52%, rgba(230,36,152,1)), to(rgba(230,114,36,1)));
	background: -o-linear-gradient(left, rgba(19,110,170,1) 0%, rgba(230,36,152,1) 52%, rgba(230,114,36,1) 100%);
	background: linear-gradient(90deg, rgba(19,110,170,1) 0%, rgba(230,36,152,1) 52%, rgba(230,114,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8115ff",endColorstr="#ff8f2a",GradientType=1);
	-webkit-background-clip: text;
	color: #000000;
	padding: 3px;
	padding: 0.065em;
}
a.kt-iconbox-icon-link:hover span[class*="fa-"].kt-gradient-fancy-text {
	color: rgba(0,0,0,0.65);
}

.kt-gradient-fancy-text-back {
	/* to make this (copy) fall behind front gradient text (original) */
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	-webkit-transform: translate(5px, 5px);
	    -ms-transform: translate(5px, 5px);
	        transform: translate(5px, 5px);
	z-index: -1;
	/* to set its own styling */
	background: rgb(19,110,170);
	background: -webkit-gradient(linear, left top, right top, from(rgba(19,110,170,0.7035189075630253)), color-stop(52%, rgba(230,36,152,0.4990371148459384)), to(rgba(230,114,36,0.4009978991596639)));
	background: -o-linear-gradient(left, rgba(19,110,170,0.7035189075630253) 0%, rgba(230,36,152,0.4990371148459384) 52%, rgba(230,114,36,0.4009978991596639) 100%);
	background: linear-gradient(90deg, rgba(19,110,170,0.7035189075630253) 0%, rgba(230,36,152,0.4990371148459384) 52%, rgba(230,114,36,0.4009978991596639) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8115ff",endColorstr="#ff8f2a",GradientType=1);
	-webkit-background-clip: text;
	color: #000000;
	padding: 3px;
	padding: 0.065em;
}

.kt-gradient-background-tint {
	background: rgb(19,110,170);
	background: -o-linear-gradient(315deg, rgba(19,110,170,0.12290266106442575) 0%, rgba(230,36,152,0.07007352941176472) 11%, rgba(230,114,36,0) 20%);
	background: linear-gradient(135deg, rgba(19,110,170,0.12290266106442575) 0%, rgba(230,36,152,0.07007352941176472) 11%, rgba(230,114,36,0) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8115ff",endColorstr="#ff8f2a",GradientType=1);
}

.kt-subtle-divider {
	background: rgb(19,110,170);
	background: -webkit-gradient(linear, left top, right top, from(rgba(19,110,170,0.3169642857142857)), color-stop(52%, rgba(230,36,152,0.20772058823529416)), to(rgba(230,114,36,0.14)));
	background: -o-linear-gradient(left, rgba(19,110,170,0.3169642857142857) 0%, rgba(230,36,152,0.20772058823529416) 52%, rgba(230,114,36,0.14) 100%);
	background: linear-gradient(90deg, rgba(19,110,170,0.3169642857142857) 0%, rgba(230,36,152,0.20772058823529416) 52%, rgba(230,114,36,0.14) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8115ff",endColorstr="#ff8f2a",GradientType=1);
}

.gradient-links {
	background: rgb(198,198,198);
	background: -webkit-gradient(linear, left top, right top, from(rgba(198,198,198,1)), color-stop(25%, rgba(198,198,198,1)), color-stop(43%, rgba(19,110,170,1)), color-stop(72%, rgba(230,36,152,1)), to(rgba(255,171,0,1)));
	background: -o-linear-gradient(left, rgba(198,198,198,1) 0%, rgba(198,198,198,1) 25%, rgba(19,110,170,1) 43%, rgba(230,36,152,1) 72%, rgba(255,171,0,1) 100%);
	background: linear-gradient(90deg, rgba(198,198,198,1) 0%, rgba(198,198,198,1) 25%, rgba(19,110,170,1) 43%, rgba(230,36,152,1) 72%, rgba(255,171,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6c6c6",endColorstr="#ffab00",GradientType=1);
}

.gradient-links-bright {
	background: rgb(255,255,255);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), color-stop(25%, rgba(255,255,255,1)), color-stop(43%, rgba(19,110,170,1)), color-stop(72%, rgba(230,36,152,1)), to(rgba(255,171,0,1)));
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(19,110,170,1) 43%, rgba(230,36,152,1) 72%, rgba(255,171,0,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(19,110,170,1) 43%, rgba(230,36,152,1) 72%, rgba(255,171,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffab00",GradientType=1);
}

.gradient-links, 
.gradient-links-bright {
	display: table;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 400% 400%;
	background-position: 0% 100%;
}

a.kt-iconbox-icon-link > span.kt-iconbox-icon > span.kt-iconbox-trail {
	background: rgb(19,110,170);
	background: -moz-linear-gradient(90deg, rgba(19,110,170,0) 45%, rgba(19,110,170,0.25253851540616246) 62%, rgba(230,36,152,0.35898109243697474) 85%, rgba(230,114,36,0.5158438375350141) 99%, rgba(255,169,17,0.8239670868347339) 100%);
	background: -webkit-linear-gradient(90deg, rgba(19,110,170,0) 45%, rgba(19,110,170,0.25253851540616246) 62%, rgba(230,36,152,0.35898109243697474) 85%, rgba(230,114,36,0.5158438375350141) 99%, rgba(255,169,17,0.8239670868347339) 100%);
	background: linear-gradient(90deg, rgba(19,110,170,0) 45%, rgba(19,110,170,0.25253851540616246) 62%, rgba(230,36,152,0.35898109243697474) 85%, rgba(230,114,36,0.5158438375350141) 99%, rgba(255,169,17,0.8239670868347339) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8115ff",endColorstr="#ffa911",GradientType=1);
}

/* Loader */
 .kt-master-curtain {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10001;
	background-color: #000000;
}

.mcurtain {
	opacity: 0;
	position: absolute;
	width: 34%;
	height: 100%;
	top: 0;
	-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
			transform-origin: center top;
	-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
			transform: scaleY(1);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mcurtain.mcurtain-visible {
	-webkit-transition: all 0.8s ease-in 0s;
	-o-transition: all 0.8s ease-in 0s;
	transition: all 0.8s ease-in 0s;
	opacity: 1;
}

.mcurtain-left {
	left: 0;
	background-image: url(../imgs/loader1.svg);
}

.mcurtain-center {
	background-image: url(../imgs/loader1.svg);
	/* background-image: url(../imgs/curtain-background-center.svg); */
	left: 33.333%;
}

.mcurtain-right {
	background-image: url(../imgs/loader2.svg);
	left: 66.666%;
}

.kt-master-curtain {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10000;
}

@-webkit-keyframes slowZoom {
	0% {
		background-color: #0A0A0A;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		background-color: #0A0A0A;	
		-webkit-transform: scale(1.02);	
		        transform: scale(1.02);
	}
	85% {
		background-color: #0A0A0A;
		-webkit-transform: scale(1.085);
		        transform: scale(1.085);
	}
	100% {
		background-color: rgba(10,10,10,0);
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@keyframes slowZoom {
	0% {
		background-color: #0A0A0A;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		background-color: #0A0A0A;	
		-webkit-transform: scale(1.02);	
		        transform: scale(1.02);
	}
	85% {
		background-color: #0A0A0A;
		-webkit-transform: scale(1.085);
		        transform: scale(1.085);
	}
	100% {
		background-color: rgba(10,10,10,0);
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
.kt-master-curtain {
	-webkit-transform-origin: 50% 70%;
	    -ms-transform-origin: 50% 70%;
	        transform-origin: 50% 70%;
}

[class*=kt-fade-in-], 
.kt-mobile-main-logo, 
.navbar-brand, 
.hc-nav-trigger, 
.kt-mobile-menu-bar, 
.kt-body-section, 
.kt-services-page .kt-iconbox .kt-iconbox-icon-link, 
.kt-services-page .kt-iconbox .kt-iconbox-text-link, 
.kt-services-page .kt-iconbox > p, 
.kt-proj-infobox-label, 
.kt-proj-infobox-value {
	opacity: 0;
}

.cover-text-wrapper {
	position: relative;
	overflow: hidden;
}

.cover-text-wrapper > * {
	opacity: 0;
}

/**
 * Animated Headlines
 */
.kt-animated-headline-words {
	-webkit-perspective: 388px;
	        perspective: 388px;
	-webkit-perspective-origin: 50% 50%;
	        perspective-origin: 50% 50%;
	display: inline-block;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-animated-headline-words span.lvl2 {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
	padding: 0 5px;
}
.kt-animated-headline-words span.lvl2.kt-visible {
	position: relative;
}
.kt-animated-headline span.lvl1 {
	display: inline-block;
}
.kt-animated-headline span.lvl1:not(.kt-animated-headline-words) {
	padding: 0;
}
.kt-animated-headline .kt-animated-headline-words {
	overflow: hidden;
	vertical-align: top;
	padding: 0.21em 0 0.21em 15px;
	margin: -0.21em -5px -0.21em -20px;
}
.kt-animated-headline span.lvl2 {
	opacity: 0;
	top: 0.2em;
}
.kt-animated-headline span.lvl2.kt-visible {
	top: 0;
	opacity: 1;
	-webkit-transform-origin: center 90%;
	    -ms-transform-origin: center 90%;
	        transform-origin: center 90%;
	-webkit-animation: slideFromBottom 0.45s ease-out 0s;
	animation: slideFromBottom 0.45s ease-out 0s;
}
.kt-animated-headline span.lvl2.kt-hidden {
	-webkit-transform-origin: center 0%;
	    -ms-transform-origin: center 0%;
	        transform-origin: center 0%;
	-webkit-animation: slideToTop 0.4s ease-in 0s;
	animation: slideToTop 0.4s ease-in 0s;
}
@-webkit-keyframes slideToTop {
	0% {
		opacity: 1;
		-webkit-transform: rotateX(0deg) scaleY(1) scaleX(1) translateY(0) translateX(15px);
		        transform: rotateX(0deg) scaleY(1) scaleX(1) translateY(0) translateX(15px);
	}
	50% {
		opacity: 0.3;
		-webkit-transform: rotateX(33deg) scaleY(0.6) scaleX(0.9) translateY(-20px) translateX(15px);
		        transform: rotateX(33deg) scaleY(0.6) scaleX(0.9) translateY(-20px) translateX(15px);
	}
	100% {
		opacity: 0;
		-webkit-transform: rotateX(76deg) scaleY(0.1) scaleX(0.75) translateY(-30px) translateX(15px);
		        transform: rotateX(76deg) scaleY(0.1) scaleX(0.75) translateY(-30px) translateX(15px);
	}
}
@keyframes slideToTop {
	0% {
		opacity: 1;
		-webkit-transform: rotateX(0deg) scaleY(1) scaleX(1) translateY(0) translateX(15px);
		        transform: rotateX(0deg) scaleY(1) scaleX(1) translateY(0) translateX(15px);
	}
	50% {
		opacity: 0.3;
		-webkit-transform: rotateX(33deg) scaleY(0.6) scaleX(0.9) translateY(-20px) translateX(15px);
		        transform: rotateX(33deg) scaleY(0.6) scaleX(0.9) translateY(-20px) translateX(15px);
	}
	100% {
		opacity: 0;
		-webkit-transform: rotateX(76deg) scaleY(0.1) scaleX(0.75) translateY(-30px) translateX(15px);
		        transform: rotateX(76deg) scaleY(0.1) scaleX(0.75) translateY(-30px) translateX(15px);
	}
}
@-webkit-keyframes slideFromBottom {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-86deg) translateY(30px) translateZ(60px) scaleZ(3);
		        transform: rotateX(-86deg) translateY(30px) translateZ(60px) scaleZ(3);
	}
	14.28% {
		opacity: 0;
		-webkit-transform: rotateX(-86deg) translateY(30px) translateZ(60px) scaleZ(3);
		        transform: rotateX(-86deg) translateY(30px) translateZ(60px) scaleZ(3);
	}
	35% {
		opacity: 1;
		-webkit-transform: rotateX(-55.9deg) translateY(20px) translateZ(30px) scaleZ(2.35);
		        transform: rotateX(-55.9deg) translateY(20px) translateZ(30px) scaleZ(2.35);
	}
	50% {
		opacity: 1;
		-webkit-transform: rotateX(-43deg) translateY(10px) translateZ(20px) scaleZ(2);
		        transform: rotateX(-43deg) translateY(10px) translateZ(20px) scaleZ(2);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg) translateY(0) translateZ(0) scaleZ(1);
		        transform: rotateX(0deg) translateY(0) translateZ(0) scaleZ(1);
	}
}
@keyframes slideFromBottom {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-86deg) translateY(30px) translateZ(60px) scaleZ(3);
		        transform: rotateX(-86deg) translateY(30px) translateZ(60px) scaleZ(3);
	}
	14.28% {
		opacity: 0;
		-webkit-transform: rotateX(-86deg) translateY(30px) translateZ(60px) scaleZ(3);
		        transform: rotateX(-86deg) translateY(30px) translateZ(60px) scaleZ(3);
	}
	35% {
		opacity: 1;
		-webkit-transform: rotateX(-55.9deg) translateY(20px) translateZ(30px) scaleZ(2.35);
		        transform: rotateX(-55.9deg) translateY(20px) translateZ(30px) scaleZ(2.35);
	}
	50% {
		opacity: 1;
		-webkit-transform: rotateX(-43deg) translateY(10px) translateZ(20px) scaleZ(2);
		        transform: rotateX(-43deg) translateY(10px) translateZ(20px) scaleZ(2);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg) translateY(0) translateZ(0) scaleZ(1);
		        transform: rotateX(0deg) translateY(0) translateZ(0) scaleZ(1);
	}
}

/**
 * 2. Overrides / Enhances
 * =======================
 */
 a:hover{
	cursor: pointer !important;
 }
 .bg_span{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}

/**
 * Override bootstrap's scroll-behavior rule
 * to avoid conflict with GSAP ScrollSmoother
 */
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: initial;
	}
}

/**
 * Custom theme bootstrap containers
 * container < super < power < ultra
 */
@media all and (min-width: 1500px) {
	.kt-supercontainer.container {
		max-width: 1460px;
	}
}
@media all and (min-width: 1500px) and (max-width: 1779px) {
	.kt-powercontainer.container {
		max-width: 1460px;
	}
}
@media all and (min-width: 1780px) and (max-width: 1920px) {
	.kt-powercontainer.container {
		max-width: 1740px;
	}
}
@media all and (min-width: 1921px) {
	.kt-powercontainer.container {
		max-width: 1740px;
	}
}

@media all and (max-width: 575px) { 
	
	.row > * {
		padding-left: 20px;
		padding-right: 20px;
	}

}


/**
 * 3. Structure
 * ============
 */

.px-15px {
	padding-left: 15px;
	padding-right: 15px;
}

.mw-660 {
	max-width: 660px;
}

.mw-560 {
	max-width: 560px;
}

.mw-440 {
	max-width: 440px;
}

/**
 * Vertical paddings
 */

.kt-pt-xs {
	padding-top: 50px;
}
.kt-py-s, .kt-pt-s {
	padding-top: 70px;
}
.kt-py-m {
	padding-top: 140px;
}
.kt-py-l, .kt-pt-l {
	padding-top: 150px;
}
.kt-py-s, .kt-pb-s {
	padding-bottom: 50px;
}
.kt-py-m, .kt-pb-m {
	padding-bottom: 160px;
}
.kt-py-l {
	padding-bottom: 170px;
}
@media all and (min-width: 768px) and (max-width: 991px) { 
	.kt-py-l, .kt-pt-l {
		padding-top: 140px;
	}
	.kt-py-l {
		padding-bottom: 140px;
	}
}
@media all and (max-width: 767px) { /* custom xs + sm */
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-py-m, .kt-py-l, .kt-pt-l {
		padding-top: 100px;
	}
	.kt-py-m, .kt-pb-m, .kt-py-l {
		padding-bottom: 100px;
	}
}
@media all and (max-width: 575px) {
	.kt-pt-xs {
		padding-top: 20px;
	}
	.kt-py-s, .kt-pt-s {
		padding-top: 40px;
	}
	.kt-py-m {
		padding-top: 60px;
	}
	.kt-py-l, .kt-pt-l {
		padding-top: 100px;
	}
	.kt-py-s, .kt-pb-s {
		padding-bottom: 25px;
	}
	.kt-py-m, .kt-pb-m {
		padding-bottom: 60px;
	}
	.kt-py-l {
		padding-bottom: 60px;
	}
}

/* Full height */

.kt-full-height {
	height: 100vh;
}

.kt-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kt-flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.kt-flex-center-x {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.kt-flex-center-y {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.kt-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.kt-heading-spacer-xs {
	padding-bottom: 20px;
}
.kt-heading-spacer-s {
	padding-bottom: 60px;
}
.kt-heading-spacer-l {
	padding-bottom: 110px;
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-heading-spacer-s {
		padding-bottom: 60px;
	}
	.kt-heading-spacer-l {
		padding-bottom: 80px;
	}
}
@media all and (max-width: 575px) { 
	.kt-heading-spacer-xs {
		padding-bottom: 10px;
	}
	.kt-heading-spacer-s {
		padding-bottom: 30px;
	}
	.kt-heading-spacer-l {
		padding-bottom: 50px;
	}
}

/* 
 * 4. Navigation Menus
 */
@media all and (max-width: 767px) { /* xs + sm */
}

.kt-navbar {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}

body.kt-scrolling-started .kt-navbar {
	background-color: rgba(0,0,0,0.94);
	border-bottom: 1px solid rgba(255,255,255,0.13);
}

/* menu icons */
span.kt-menu-icon {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 24px;
	margin-right: 10px;
	margin-bottom: -6px;
	border-radius: 12px;
	font-size: 14px;
	color: #afb1b5;
}

span.kt-menu-icon:not(.accented):not(.kt-gradient-back-v1) {
	background: transparent;
}

span.kt-menu-icon i, 
span.kt-menu-icon span[class^="icon-"] {
	text-align: center;
	line-height: 24px;
}

span.kt-menu-icon:not(.accented):not(.kt-gradient-back-v1) i, 
span.kt-menu-icon:not(.accented):not(.kt-gradient-back-v1) span[class^="icon-"] {
	position: inherit;
	width: auto;
}


/* 
 * Mobile Menu
 */

@media all and (max-width: 1899px) {

	.kt-mobile-menu-bar {
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		border-bottom: 1px solid rgba(255,255,255,0.12);
		z-index: 9998;
	}

	body.kt-scrolling-started .kt-mobile-menu-bar {
		border-bottom: 1px solid rgba(255,255,255,0);
	}

	.kt-mobile-main-logo {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9998;
		-webkit-filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.33));
		        filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.33));
		-webkit-backface-visibility: hidden;
	}

	.kt-mobile-main-logo img {
		width: auto;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}

	.hc-offcanvas-nav {
		font-family: 'Poppins', sans-serif;
	}

	.nav-content {
		padding: 10px;
		background: #000000;
		border-left: 1px solid #212528;
	}

	.hc-offcanvas-nav .nav-item-link, 
	.hc-offcanvas-nav .nav-back a {
		font-size: 13px;
	}

	.hc-offcanvas-nav .nav-back span::before {
		margin-left: 0px;
		-webkit-transform: translate(-50%, -50%) rotate(135deg);
		    -ms-transform: translate(-50%, -50%) rotate(135deg);
		        transform: translate(-50%, -50%) rotate(135deg);
	}

	.hc-offcanvas-nav .nav-content > h2 {
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 32px 17px 22px;
	}

	body.kt-scrolling-started .hc-offcanvas-nav .nav-content > h2 {
		padding: 13px 17px 11px;
	}

	.hc-nav-trigger {
		width: 35px;
		height: 30px;
		position: fixed;
		top: 36px;
		right: 37px;
		cursor: pointer;
		display: inline-block;
		-webkit-transition: 0.4s ease 0s;
		-o-transition: 0.4s ease 0s;
		transition: 0.4s ease 0s;
		z-index: 9999;
		-webkit-transform-origin: center center;
		    -ms-transform-origin: center center;
		        transform-origin: center center;
	}

	.hc-nav-trigger.toggle-open {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		right: 16px;
		top: 38px;
	}
	
	.hc-nav-trigger span, 
	.hc-nav-trigger span:before, 
	.hc-nav-trigger span:after {
		background-color:#FFF;
		position: absolute;
		border-radius: 2px;
		-webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		-o-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		transition: .3s cubic-bezier(.8, .5, .2, 1.4);
		width:100%;
		height: 4px;
	}
	.hc-nav-trigger span {
		top:0px;
		left: 0px;
	}
	.hc-nav-trigger span:before {
		top:13px;
		left: 0px;
	}
	.hc-nav-trigger span:after {
		top: 26px;
		left: 0px;
	}
	.hc-nav-trigger:not(.toggle-open) span {
		-webkit-filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.33));
		        filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.33));
	}
	
	.hc-nav-trigger.toggle-open span {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		top: 13px;
	}
	.hc-nav-trigger.toggle-open span:before {
		-webkit-transition-duration: 50ms;
		     -o-transition-duration: 50ms;
		        transition-duration: 50ms;
	}
	.hc-nav-trigger.toggle-open span::before {
		-webkit-transform: translate3d(0, -12px, 0);
		        transform: translate3d(0, -12px, 0);
	}
	.hc-nav-trigger.toggle-open span:after {
		top: 13px;
	}
	.hc-nav-trigger.toggle-open span::after {
		-webkit-transform: rotate(-90deg) translate3d(12px, 0, 0);
		        transform: rotate(-90deg) translate3d(12px, 0, 0);
	}
	a.hc-nav-trigger:focus {
		outline: none;
	}

	.hc-offcanvas-nav.nav-open::after {
		visibility: visible;
		opacity: 1;
		-webkit-transition-delay: .05s;
		     -o-transition-delay: .05s;
		        transition-delay: .05s;
	}
	.hc-offcanvas-nav::after {
		position: fixed;
	}
	.hc-offcanvas-nav::after, 
	.hc-offcanvas-nav .nav-wrapper::after {
		content: '';
		z-index: 9990;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility 0s ease .4s,opacity .4s ease;
		-o-transition: visibility 0s ease .4s,opacity .4s ease;
		transition: visibility 0s ease .4s,opacity .4s ease;
	}

	.hc-offcanvas-nav .nav-container, 
	.hc-offcanvas-nav .nav-wrapper, 
	.hc-offcanvas-nav ul {
		background: #000000;
	}

	.hc-offcanvas-nav .nav-back a {
		-webkit-transition: background-color 0.3s ease 0s;
		-o-transition: background-color 0.3s ease 0s;
		transition: background-color 0.3s ease 0s;
		background: #0f0f10;
		border-top: 1px solid #1b1e20;
	}

	.hc-offcanvas-nav .nav-item-link, 
	.hc-offcanvas-nav .nav-back a {	
		padding: 3px 17px;
	}
	.hc-offcanvas-nav .nav-content > ul > li > .nav-item-wrapper > .nav-item-link {
		padding: 8px 17px;
	}

	.hc-offcanvas-nav .nav-back a:hover {
		background: #09090a;
		color: #ffffff;
	}

	.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
		background: #09090a;
	}

	.hc-offcanvas-nav .nav-item-link, 
	.hc-offcanvas-nav .nav-back a  {
		border-bottom: 1px solid #1d1d1e;
	}

	.hc-offcanvas-nav .nav-content > h2 {
		color: #ffffff;
	}

	.hc-offcanvas-nav .nav-parent .nav-next, 
	.hc-offcanvas-nav .nav-back span {
		-webkit-transform: scale(-1, 1);
			-ms-transform: scale(-1, 1);
				transform: scale(-1, 1);
	}

	.hc-offcanvas-nav::after, 
	.hc-offcanvas-nav .nav-wrapper::after {
		background: rgba(0,0,0,0.85);
	}

	.hc-offcanvas-nav .nav-custom-content {
		border-bottom: 0px solid #1d1d1e;
	}

	li.nav-item.nav-item-custom {
		background: #000000;
	}

	.nav-custom-content .footer-socials-section {
		padding-top: 10px;
	}

	.nav-custom-content .footer-socials-section h3 {
		font-size: 19px;
		margin-bottom: 0;
	}

	.nav-custom-content .footer-socials-section .footer-socials a {
		font-size: 12px;
		margin: 0 3px 8px 0;
		width: 35px;
		height: 35px;
		line-height: 34px;
	}

	li.custom-content.kt-mobile-menu-logo > div {
		padding: 0;
	}

	li.custom-content.kt-mobile-menu-logo {
		position: absolute;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		top: 19px;
		padding-left: 15px;
		width: 100%;
		background: #101112;
		border-bottom: 1px solid #1b1e20;
	}

	.kt-mobile-menu-logo img {
		height: 66px;
		width: auto;
		padding: 15px 0;
	}

	ul.navbar-nav {
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		margin-top: 86px;
		overflow: hidden;
	}

	ul.kt-submenu-ul {
		margin-top: 10px;
	}

	.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
		padding-right: 26px;
	}

	.pushable-content {
		-webkit-font-smoothing: subpixel-antialiased;
	}

}

/**
 * Mobile Menu - XS
 */
@media all and (max-width: 767px) {

	.kt-mobile-menu-bar {
		height: 60px;
	}
	body.kt-scrolling-started .kt-mobile-menu-bar {
		height: 55px;
		background-color: rgba(0,0,0,0.94);
		border-bottom: 1px solid rgba(255,255,255,0.13);
	}

	.kt-mobile-main-logo img {
		height: 60px;
		width: auto;
		padding: 10px 0 10px 15px;
	}
	body.kt-scrolling-started .kt-mobile-main-logo img {
		height: 55px;
	}

	.hc-nav-trigger {
		top: 17px;
		right: 15px;
		-webkit-transform: scale(0.76);
		    -ms-transform: scale(0.76);
		        transform: scale(0.76);
	}

	.hc-nav-trigger.toggle-open {
		top: 37px;
		right: 10px;
		-webkit-transform: scale(1) rotate(45deg);
		    -ms-transform: scale(1) rotate(45deg);
		        transform: scale(1) rotate(45deg);
	}

	body.kt-scrolling-started .hc-nav-trigger {
		top: 1px;
		right: -2px;
		-webkit-transform: scale(0.5);
		    -ms-transform: scale(0.5);
		        transform: scale(0.5);
		top: 12px;
		right: 6px;
		-webkit-transform: scale(0.7);
			-ms-transform: scale(0.7);
				transform: scale(0.7);
	}

	body.kt-scrolling-started .hc-nav-trigger.toggle-open {
		top: 20px;
		right: 10px;
		-webkit-transform: scale(1) rotate(45deg);
		    -ms-transform: scale(1) rotate(45deg);
		        transform: scale(1) rotate(45deg);
	}

	body.kt-scrolling-started li.custom-content.kt-mobile-menu-logo {
		top: 0;
	}

	body.kt-scrolling-started ul.navbar-nav {
		margin-top: 66px;
	}

	body.kt-scrolling-started .nav-back {
		margin-top: 10px;
	}

}

/*
 * Mobile Menu - MEDIUM
 */
@media all and (min-width: 768px) and (max-width: 991px) {

	body.kt-scrolling-started .kt-mobile-menu-bar {
		height: 90px;
		background-color: rgba(0,0,0,0.94);
		border-bottom: 1px solid rgba(255,255,255,0.13);
	}

	.kt-mobile-main-logo img {
		height: 90px;
		width: auto;
		padding: 16px 0 16px 34px;
	}
	body.kt-scrolling-started .kt-mobile-main-logo img {
		height: 80px;
		padding: 16px 0 16px 15px;
	}

	.hc-offcanvas-nav .nav-content > h2 {
		padding: 32px 17px 22px;
	}

	body.kt-scrolling-started .hc-offcanvas-nav .nav-content > h2 {
		padding: 13px 17px 11px;
	}

	.nav-back {
		margin-top: 11px;
	}

	body.kt-scrolling-started .hc-nav-trigger {
		top: 30px;
		right: 15px;
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
	}

	.hc-nav-trigger.toggle-open {
		-webkit-transform: scale(1) rotate(45deg);
		    -ms-transform: scale(1) rotate(45deg);
		        transform: scale(1) rotate(45deg);
	}

	body.kt-scrolling-started .hc-nav-trigger.toggle-open {
		-webkit-transform: scale(1) rotate(45deg);
		    -ms-transform: scale(1) rotate(45deg);
		        transform: scale(1) rotate(45deg);
		top: 20px;
	}

	ul.navbar-nav {
		margin-top: 86px;
	}

	body.kt-scrolling-started ul.navbar-nav {
		margin-top: 66px;
	}

	body.kt-scrolling-started li.custom-content.kt-mobile-menu-logo {
		top: 0;
	}

	body.kt-scrolling-started ul.navbar-nav {
		margin-top: 66px;
	}

}

/*
 * Mobile Menu - LARGE
 */
@media all and (min-width: 992px) and (max-width: 1900px) {

	body.kt-scrolling-started .kt-mobile-menu-bar {
		height: 72px;
	}
	
	.kt-mobile-main-logo img {
		height: 100px;
		width: auto;
		padding: 26px 0 26px 34px;
	}
	body.kt-scrolling-started .kt-mobile-main-logo img {
		height: 72px;
		padding: 15px 0 15px 26px;
	}

	body.kt-scrolling-started .hc-offcanvas-nav .nav-content > h2 {
		padding: 32px 17px 22px;
	}

	.nav-back {
		margin-top: 11px;
	}

	.hc-nav-trigger:not(.toggle-open) {
		top: 36px;
		right: 34px;
		-webkit-transform: scale(0.75);
			-ms-transform: scale(0.75);
				transform: scale(0.75);
	}

	.hc-nav-trigger.toggle-open {
		-webkit-transform: scale(0.75) rotate(45deg);
		    -ms-transform: scale(0.75) rotate(45deg);
		        transform: scale(0.75) rotate(45deg);
	}

	body.kt-scrolling-started .hc-nav-trigger {
		top: 23px;
		right: 26px;
        -webkit-transform: scale(0.75);
		    -ms-transform: scale(0.75);
		        transform: scale(0.75);
	}

	body.kt-scrolling-started .hc-nav-trigger.toggle-open {
		top: 38px;
		right: 16px;
		-webkit-transform: scale(0.75) rotate(45deg);
		    -ms-transform: scale(0.75) rotate(45deg);
		        transform: scale(0.75) rotate(45deg);
	}

}

/* Mobile Menu - EXTRA LARGE */
@media all and (min-width: 1899px) and (max-width: 1921px) {
	
	.kt-mobile-main-logo img {
		height: 100px;
		width: auto;
	}

	body.kt-scrolling-started .hc-offcanvas-nav .nav-content > h2 {
		padding: 32px 17px 22px;
	}

	.nav-back {
		margin-top: 11px;
	}

}

@media (hover: hover) and (max-width: 1899px) {
	.hc-nav-trigger:not(.toggle-open):hover span {
		-webkit-transform: scaleX(.8);
		    -ms-transform: scaleX(.8);
		        transform: scaleX(.8);
	}
	.hc-nav-trigger:not(.toggle-open):hover span:before {
		-webkit-transform: scaleX(.5);
		    -ms-transform: scaleX(.5);
		        transform: scaleX(.5);
	}
	
	.hc-nav-trigger:not(.toggle-open):hover span:after {
		-webkit-transform: scaleX(.85);
		    -ms-transform: scaleX(.85);
		        transform: scaleX(.85);
	}
}


/*
 * Desktop Menu
 */

@media all and (min-width: 1900px) { 

	nav li a {
		display: inline-block !important;
	}

	li.custom-content.kt-mobile-menu-logo, 
	.kt-menu-socials, 
	.kt-mobile-main-logo {
		display: none;
	}

	nav.navbar.kt-navbar {
		position: fixed;
		width: 100%;
		margin-top: -100px;
		-webkit-transform: translateY(100px);
		    -ms-transform: translateY(100px);
		        transform: translateY(100px);
		z-index: 4;
		padding: 0;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
	}

	.kt-navbar .navbar-brand {
		padding: 0;
		margin: 0;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}

	.navbar-brand img {
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		height: 110px;
		width: auto;
		padding: 26px 0 26px 34px;
	}

	body.kt-scrolling-started .kt-navbar .navbar-brand img {
		height: 72px;
		padding: 15px 0 15px 26px;
	}

	.kt-navbar a.nav-link {
		font-size: 14px;
	}

	.kt-navbar.navbar-dark .navbar-nav {
		margin-right: 35px;
	}

	.kt-navbar.navbar-dark .navbar-nav .nav-link {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		color: rgba(255,255,255,0.98);
	}

	.kt-navbar.navbar-dark .navbar-nav .nav-link:hover {
		color: rgba(255,255,255,1);
	}

	.kt-navbar.navbar-dark .navbar-nav .kt-submenu-ul li > a:hover {
		-webkit-transform: translateX(5px);
		    -ms-transform: translateX(5px);
		        transform: translateX(5px);
	}

	.kt-navbar.navbar-expand-lg .navbar-nav .nav-link {
		padding: 20px 19px;
	}

	.kt-navbar ul {
		list-style: none;
		padding-left: 0;
	}

	.navbar-nav li.menu-item-has-children:before {
		font-family: FontAwesome;
		content:"\f107";
		color: #ffffff;
		font-size: 14px;
		float: right;
		cursor: pointer;
	}

	.navbar-nav > li.menu-item-has-children:before {
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		padding-top: 20px;
		padding-top: 36px;
		padding-right: 0px;
		-webkit-transform: translateX(-20px);
		    -ms-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	body.kt-scrolling-started .navbar-nav > li.menu-item-has-children:before {
		padding-top: 15px;
	}

	.kt-navbar.navbar-expand-lg .navbar-nav > li > a.nav-link {
		position: relative;
		text-transform: uppercase;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		padding: 20px 20px 20px 25px;
		padding: 36px 20px 34px 24px;
		font-weight: 600;
	}
	body.kt-scrolling-started .kt-navbar.navbar-expand-lg .navbar-nav > li > a.nav-link {
		padding: 15px 20px 15px 25px;
	}

	.navbar-nav > li > a.nav-link:before {
		position: absolute;
		width: calc(100% + 1px);
		height: 100%;
		bottom: 0;
		left: 0;
		content: '';
		-webkit-transition: all 0.4s ease 0s;
			 -o-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
		-webkit-transform-origin: center bottom;
		    -ms-transform-origin: center bottom;
		        transform-origin: center bottom;
		-webkit-transform: scaleY(0);
		    -ms-transform: scaleY(0);
		        transform: scaleY(0);
		background: rgba(255,255,255,0.1);
	}
	.navbar-nav > li.menu-item-has-children > a.nav-link:before {
		width: calc(100% + 9px);
	}
	.navbar-nav > li:hover > a.nav-link:before {
		-webkit-transform: scaleY(1);
		    -ms-transform: scaleY(1);
		        transform: scaleY(1);
	}

	.kt-navbar.navbar-expand-lg .navbar-nav > li.menu-item-has-children > a.nav-link {
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		padding: 20px 29px 20px 24px;
		padding: 36px 29px 34px 24px;
	}
	body.kt-scrolling-started .kt-navbar.navbar-expand-lg .navbar-nav > li.menu-item-has-children > a.nav-link {
		padding: 15px 29px 15px 24px;
	}

	.kt-navbar .navbar-nav > li > .kt-submenu-ul {
		position: absolute;
		overflow: hidden;
		margin-top: 1px;
		-webkit-transition: all 0s ease 0.4s;
		-o-transition: all 0s ease 0.4s;
		transition: all 0s ease 0.4s;
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-transform: scaleY(0);
		    -ms-transform: scaleY(0);
		        transform: scaleY(0);
	}

	.kt-navbar .navbar-nav > li:hover .kt-submenu-ul {
		-webkit-transition: all 0s ease 0s;
		-o-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
	}

	.kt-navbar .navbar-nav > li > ul > .nav-subwrap {
		display: block;
		padding: 10px 12px 10px 5px;
		background: rgba(0,0,0,0.87);
		-webkit-transition: all 0.4s ease 0s;
			 -o-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
	}

	.kt-navbar.navbar-expand-lg .navbar-nav > li:hover .kt-submenu-ul .nav-subwrap {
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}

	.kt-navbar .navbar-nav > li > ul > .nav-subwrap > li {
		-webkit-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
		opacity: 0;
	}

	.kt-navbar.navbar-expand-lg .navbar-nav > li:hover .kt-submenu-ul .nav-subwrap > li {
		-webkit-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
		opacity: 1;
	}

	.kt-navbar.navbar-expand-lg .navbar-nav > li:hover .kt-submenu-ul {
		-webkit-transform: scaleY(1);
		    -ms-transform: scaleY(1);
		        transform: scaleY(1);
	}

	.kt-navbar.navbar-expand-lg .navbar-nav > li > ul a.nav-link {
		font-weight: 300;
		font-size: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 8px 20px;
	}

	.kt-navbar.navbar-expand-lg .navbar-nav > li:hover a.nav-link {
		opacity: 1 !important;
	}

	.kt-navbar.navbar-expand-lg .navbar-nav > li:hover a.nav-link:focus {
		outline: none;
	}

	.kt-navbar .navbar-nav > li > ul > .nav-subwrap > li a {
		min-width: 220px;
	}

	.kt-navbar .navbar-nav > li > ul > .nav-subwrap > li a {
		min-width: 232px;
	}

}

/**
 * 5. Fonts
 */

/* icon font */
span[class^="icon-"] {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

p, ul li {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #C6C6C6;
}
@media all and (min-width: 992px) and (max-width: 1199px) { 
	p, ul li {
		font-size: 14px;
		line-height: 21px;
	}
}
@media all and (max-width: 575px) {
	p, ul li {
		font-size: 14px;
		line-height: 21px;
	}
}

p.p-xs {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 300;
	line-height: 19px;
	color: #FFFFFF;
}

p.p-v2 {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}
@media all and (max-width: 575px) {
	p.p-v2 {
		font-size: 12px;
		line-height: 24px;
	}
}

h1, 
.big-abbreviated-heading {
	font-family: 'Syncopate', sans-serif;
	font-weight: 900;
	font-size: 77px;
	text-transform: uppercase;
	letter-spacing: -5px;
	line-height: 1.1;
}
@media all and (min-width: 1200px) and (max-width: 1399px) { 
	h1, 
	.big-abbreviated-heading  {
		font-size: 66px;
	}
}
@media all and (min-width: 992px) and (max-width: 1199px) { 
	h1, 
	.big-abbreviated-heading  {
		font-size: 56px;
		letter-spacing: -4.5px;
	}
}
@media all and (min-width: 768px) and (max-width: 991px) { 
	h1, .big-abbreviated-heading  {
		font-size: 56px;
		letter-spacing: -4px;
		line-height: 1.1;
	}
	
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	h1, 
	.big-abbreviated-heading  {
		font-size: 38px;
		font-size: 39px;
		line-height: 50px;
		letter-spacing: -1.52px;
	}
}
@media all and (max-width: 575px) { 
	h1, 
	.big-abbreviated-heading  {
		font-size: 27px;
		letter-spacing: -2px;
		line-height: 1.3;
	}
}

h1.super-heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 82px;
	letter-spacing: -5.1px;
	text-transform: inherit;
	line-height: 1.35;
	margin-bottom: 0.3em;
}

h1.super-heading.shadowed {
	color: #000000;
	opacity: 0.59;
	text-shadow: -6px 11px 5px rgba(0,0,0,1);
}

h2.super-heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 82px;
	letter-spacing: -5.1px;
	text-transform: inherit;
	line-height: 1.35;
	margin-bottom: 0.3em;
}

h2.super-heading.shadowed {
	color: #000000;
	opacity: 0.59;
	text-shadow: -6px 11px 5px rgba(0,0,0,1);
}

@media all and (min-width: 1200px) and (max-width: 1399px) { 
	h1.super-heading {
		font-size: 92px;
	}
	h2.super-heading {
		font-size: 92px;
	}

}
@media all and (min-width: 992px) and (max-width: 1199px) { 
	h1.super-heading {
		font-size: 70px;
		letter-spacing: -4.1px;
	}
	h2.super-heading {
		font-size: 70px;
		letter-spacing: -4.1px;
	}

}
@media all and (min-width: 768px) and (max-width: 991px) { 
	h1.super-heading {
		line-height: 1.12;
		margin-bottom: 0.4em;
		font-size: 75px;
	}
	h2.super-heading {
		line-height: 1.12;
		margin-bottom: 0.4em;
		font-size: 75px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) { 
	.kt-rings-section h1.super-heading {
		font-size: 85px;
		letter-spacing: -5.1px;
		line-height: 120%;
		margin-bottom: 0.2em;
	}
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	h1.super-heading {
		font-size: 70px;
		letter-spacing: -4.1px;
		line-height: 1.25;
	}
	h2.super-heading {
		font-size: 70px;
		letter-spacing: -4.1px;
		line-height: 1.25;
	}

}
@media all and (min-width: 501px) and (max-width: 575px) { 
	h1.super-heading {
		font-size: 49px;
		letter-spacing: -3px;
		line-height: 1.25;
	}
	h2.super-heading {
		font-size: 49px;
		letter-spacing: -3px;
		line-height: 1.25;
	}

}
@media all and (max-width: 500px) { 
	.kt-rings-section h1.super-heading {
		font-size: 44px;
	}
	h1.super-heading  {
		font-size: 40px;
		letter-spacing: -2px;
		line-height: 1.2;
	}
	h2.super-heading  {
		font-size: 40px;
		letter-spacing: -2px;
		line-height: 1.2;
	}

}

h1.h1-small {
	font-family: 'Syncopate', sans-serif;
	font-weight: 900;
	font-size: 38px;
	font-size: 39px;
	letter-spacing: -1.52px;
	color: #FFFFFF;
}
h3.h3-small {
	font-family: 'Syncopate', sans-serif;
	font-weight: 900;
	font-size: 38px;
	font-size: 39px;
	letter-spacing: -1.52px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.kt-skills h3.h3-small {
    line-height: 36px;
}

@media all and (max-width: 575px) { 
	h1.h1-small {
		font-size: 24px;
		letter-spacing: -1px;
	}
	h3.h3-small {
		font-size: 24px;
		letter-spacing: -1px;
	}

}


h2, 
h2.h2-regular {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 0.9em;
	letter-spacing: -0.24px;
	color: #FFFFFF;
}
@media all and (max-width: 575px) { 
	h2, 
	h2.h2-regular {
		font-size: 19px;
		margin-bottom: 0.5em;
	}
}

h2 strong, 
h2.h2-regular strong {
	font-weight: 800;
}

h2.h2-small {
	font-size: 18px;
	line-height: 33.6px;
	color: #FFFFFF;
	color: rgb(255, 255, 255);
}
h2.h2-small.shadowed {
	color: #000000;
}
@media all and (min-width: 768px) and (max-width: 991px) { 
	.kt-rings-section h2.h2-small {
		max-width: 520px;
		margin: 0 auto;
	}
}
@media all and (min-width: 501px) and (max-width: 575px) { 
	h2.h2-small {
		font-size: 16px;
		line-height: 26px;
	}
}
@media all and (max-width: 500px) { 
	h2.h2-small {
		font-size: 15px;
		line-height: 24px;
	}
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	font-weight: 300;
}

h3 strong {
	font-weight: 600;
}


h3.h3-elegant, 
span.h3-elegant.kt-gradient-fancy-text-back {
	font-family: 'Poppins', sans-serif;
	font-size: 44px;
	line-height: 1.4;
	margin: 0 0 23px 0;
	font-weight: 700;
}

h3.h3-elegant {
	display: inline-block;
	position: inherit;
	z-index: 1;
}

@media all and (min-width: 992px) and (max-width: 1199px) { 
	h3.h3-elegant, 
	span.h3-elegant.kt-gradient-fancy-text-back {
		font-size: 33px;
	}
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	h3.h3-elegant, 
	span.h3-elegant.kt-gradient-fancy-text-back {
		font-size: 40px;
	}
}
@media all and (max-width: 575px) { 
	h3.h3-elegant, 
	span.h3-elegant.kt-gradient-fancy-text-back {
		font-size: 28px;
	}
	span.h3-elegant.kt-gradient-fancy-text-back {
		display: none;
	}
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: -0.3px;
	line-height: 1.4;
	color: #FFFFFF;
	margin-bottom: 1.1875rem;
}
h4.h4-shadow {
	text-shadow: -4.34px 9.76px 3.25px rgba(0,0,0,0.75);
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	h4 {
		font-size: 24px;
	}
}
@media all and (max-width: 575px) { 
	h4:not(.h4-small) { 
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
}

h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 33.6px;
	letter-spacing: -0.2px;
	color: #FFFFFF;
}
@media all and (max-width: 1399px) { 
	h5 {
		font-size: 17px;
		line-height: 25px;
	}
}
@media all and (max-width: 575px) { 	
}

.fancy-gradient-text-box {
	display: inline-block;
	position: relative;
}

/* Elements */
body {
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	background: #000000;
}

img {
	height: auto;
	max-width: 100%;
}
@media all and (max-width: 767px) { /* xs + sm */	
}

/* Links */
a {
	color: #FFFFFF;
	cursor: pointer !important;
}

a:visited {
	color: #FFFFFF;
}

a:hover,
a:focus,
a:active {
	color: #FFFFFF;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/**
 * 6. Forms and Buttons
 */

.form-group {
	margin-bottom: 0.5rem;
}

textarea {
	resize: none;
}

input, textarea, select {
	outline: none;
	width: 100%;
	padding: 9px 18px 7px;
	color: #ccd7e0;
	font-size: 15px;
	font-weight: 400;
	background: transparent;
	border: none;
	background-color: rgba(142,151,161,0.06);
	border-bottom: 1px solid rgba(255,255,255,0.45);
	margin-bottom: 18px;
	min-height: 50px;
}

input:hover, 
textarea:hover, 
input:focus, 
textarea:focus {
	border-color: rgba(255,255,255,0.65);
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px rgba(129,144,160,0.13) inset, 0 0 0 50px white inset;
	-webkit-text-fill-color: #ccd7e0;
}

textarea:focus:hover, 
input:focus:hover {
	color: #ccd7e0;
	border-color: rgba(255,255,255,0.65);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #ffffff;
	-webkit-box-shadow: 0 0 0px 1000px rgba(129,144,160,0.13) inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill::first-line {
	font-size: 17px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

input::-webkit-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
input:hover::-webkit-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
textarea::-webkit-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
textarea:hover::-webkit-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
input::-moz-placeholder{
	opacity: 1;
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
input:hover::-moz-placeholder{
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
textarea::-moz-placeholder {
	opacity: 1;
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
textarea:hover::-moz-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
input:-ms-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
input:hover:-ms-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
textarea:-ms-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
textarea:hover:-ms-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
input:-moz-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
input:hover:-moz-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
textarea:-moz-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
textarea:hover:-moz-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}

button[type="submit"] {
	outline: none;
	width: 100%;
	margin-top: 15px;
	padding: 12px 54px;
	border: 1px solid #686868;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	background-color: rgba(127,127,127,0);
}

button[type="submit"]:hover {
	background-color: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,1);
}


/* Contact Form */
@media all and (min-width: 341px) and (max-width: 575px) { 
	.kt-contact-form {
		padding-left: 0;
		padding-right: 0;
	}
}
@media all and (max-width: 340px) { 
	.kt-contact-form {
		padding-left: 14px;
		padding-right: 14px;
	}	
}

.kt-contact-form-col {
	margin-top: 20px;
}

.kt-contact-form-col form {
	margin-top: 34px;
}

/* Buttons */
.btn {
	font-family: 'Poppins', sans-serif;
	padding: 15px 30px 14px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 3px;
	border-radius: 29px;
	border-radius: 300px;
}
.btn-sm{
	padding: 13px 20px 12px;
}
@media all and (max-width: 575px) { 
	.btn {
		padding: 16px 20px 14px;
		font-size: 13px;
		letter-spacing: 2px;
	}
}

@media all and (min-width: 1921px) {
	.btn.btn-lg, 
	.btn-lg {
		padding: 25px 39px 21px;
		font-size: 17px;
		letter-spacing: 7px;
		border-width: 2px;
	}
}

.btn-outline-light {
	color: #ffffff;
	border-color: rgba(242, 242, 242, 0.26);
	background-color: rgba(0,0,0,0.64);
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

/* gradient outline button */

a.btn-gradient-outline:link, 
a.btn-gradient-outline:visited, 
a.btn-gradient-outline:hover, 
a.btn-gradient-outline:active {
	position: relative;
	overflow: hidden;
	color: #000000;
	mix-blend-mode: lighten;
	font-weight: 900;
	background-size: 110%;
	background-position-x: 15%;
}

.btn-gradient-outline:before {
	content: '';
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 56px;
	top: 1px;
	left: 1px;
	z-index: 1;
	mix-blend-mode: difference;
}

.btn-gradient-outline:hover:before {
	opacity: 0;
}

/* Back to top button */

a.kt-back-to-top {
	position: fixed;
	width: 46px;
	height: 46px;
	right: 40px;
	right: 32px;
	bottom: 39px;
	bottom: 31px;
	background: rgba(0,0,0,0.74);
	border-radius: 3px;
}

span.kt-back-to-top {
	display: block;
	width: 19px;
	height: 19px;
	border-top: 4px solid #c0ccd1;
	border-right: 4px solid #c0ccd1;
	border-radius: 2px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 17px;
	left: 13px;
	position: absolute;
}

a.kt-back-to-top:hover span.kt-back-to-top {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
}

.kt-back-to-top-wrap {
	z-index: 999;
	position: fixed;
	bottom: 0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
	opacity: 0;
}

.kt-back-to-top-wrap.kt-backtotop-visible {
	opacity: 1;
}

@media all and (min-width: 992px) and (max-width: 1199px) { 
	a.kt-back-to-top {
		width: 36px;
		height: 36px;
		right: 15px;
		bottom: 15px;
	}
	span.kt-back-to-top {
		width: 16px;
		height: 16px;
		top: 14px;
		left: 10px;
	}
}
@media all and (min-width: 768px) and (max-width: 991px) { 
	a.kt-back-to-top {
		width: 36px;
		height: 36px;
		right: 15px;
		bottom: 15px;
	}
	span.kt-back-to-top {
		width: 16px;
		height: 16px;
		top: 14px;
		left: 10px;
	}
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-back-to-top-wrap {
		height: 40px;
		width: 100%;
		text-align: center;
	}
	a.kt-back-to-top {
		display: inline-block;
		position: relative;
		width: 32px;
		height: 32px;
		right: 0;
		bottom: 20px;
	}
	span.kt-back-to-top {
		top: 12px;
		left: 8px;
		width: 16px;
		height: 16px;
	}
}
@media all and (max-width: 575px) { 
	.kt-back-to-top-wrap {
		height: 40px;
		width: 100%;
		text-align: center;
	}
	a.kt-back-to-top {
		display: inline-block;
		position: relative;
		width: 32px;
		height: 32px;
		right: 0;
		bottom: 20px;
	}
	span.kt-back-to-top {
		top: 12px;
		left: 8px;
		width: 16px;
		height: 16px;
	}
}

/* Links */
a, a:hover {
	text-decoration: none;
}

/* 7. General */
a, 
input, 
textarea, 
button, 
.btn, 
.btn:before, 
span.kt-back-to-top, 
.kt-mobile-main-logo, 
.hc-offcanvas-nav li:not(.custom-content) a, 
.nav-back, 
.hero-socials-inner, 
.kt-parallax-gallery-nav, 
a.kt-iconbox-icon-link > span.kt-iconbox-icon:after, 
a.kt-gallery-nav-link, 
a.kt-gallery-nav-link:before, 
a.kt-gallery-nav-link:after {
	-webkit-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

a.kt-iconbox-icon-link span[class^="icon-"], 
a.kt-iconbox-icon-link > span.kt-iconbox-icon, 
.kt-imagebox-img {
	-webkit-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

img {
	max-width: 100%;
}

/**
 * Standard sections
 */

.kt-image-back-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.divider { 
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #1A1A1A;
	background-color: rgba(255,255,255,0.11);
}
@media all and (max-width: 575px) { 
	.divider {
		width: 90%;
		margin-left: 5%;
	}
}

.fat-divider {
	display: block;
	width: 100%;
	height: 20px;
	margin-bottom: 25px;
}

.kt-tint {
	z-index: -1;
	background: #000000;
	opacity: 0.6;
}

.kt-body-end {
	display: none;
}

/**
 * Parallax Backgrounds
 */
section.kt-parallax-background-section {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow: hidden;
}

section.kt-parallax-background-section.kt-parallax-fixer-ignore-height {
	min-height: 0;
}

section.kt-parallax-background-section.kt-parallax-fixer-section {
	overflow: initial;
	height: auto;
}

.kt-parallax-background-element {
	z-index: -1;
	min-height: 100vh;
	height: auto;
	background-attachment: fixed;
	background-position: center center !important;
}

.kt-parallax-fixer {
	background-image: url(../imgs/parallax-fixer-background.png);
}


/*
 * Parallax images and parallax videos
 */

.kt-parallax-container {
	position: relative;
	overflow: hidden;
}

.kt-parallax-element-3 {
	position: absolute;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	bottom: 0;
}
.kt-parallax-element-3 { height: 130%; }

/* Image boxes */

.kt-imagebox {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
	background-color: #0C0C0C;
	margin-bottom: 24px;
}

.kt-imagebox:hover {
	background-color: #121212;
	background-color: #1E1E1E;
}

.kt-imagebox-img-wrap {
	padding: 19px 16px 19px;
}

.kt-imageboxes img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}

.kt-imagebox-text-wrap {
	 padding: 0 17px 10px;
     min-height: 270px;
	 text-align: start;
}

.kt-imagebox-text-wrap p{
	 line-height: 24px;
     display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
     overflow: hidden;
	 text-align: justify;
}

.kt-imagebox:hover {
	-webkit-transform: translateY(-10px) !important;
	    -ms-transform: translateY(-10px) !important;
	        transform: translateY(-10px) !important;
	-webkit-box-shadow: 0 10px 5px 3px rgba(0,0,0,0.99);
	        box-shadow: 0 10px 5px 3px rgba(0,0,0,0.99);
}

.kt-imagebox:hover .kt-imagebox-img {
	-webkit-filter: saturate(1.2) brightness(1.25);
	        filter: saturate(1.2) brightness(1.25);
}

@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-imagebox-text-wrap p {
		font-size: 15px;
		line-height: 25px;
	}
}


/**
 * 8. Hero Section
 */
section.kt-hero-item-theme-style {
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media all and (min-width: 360px) and (max-width: 575px) {
	section.kt-hero-item-theme-style {
		padding: 60px 24px 20px;
			-webkit-box-pack: start;
			   -ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media all and (max-width: 359px) {
	section.kt-hero-item-theme-style {
		padding: 60px 10px 20px;
			-webkit-box-pack: start;
			   -ms-flex-pack: start;
		justify-content: flex-start;
	}
}

/* slider */

#kt-hero-carousel-slider button[data-bs-target="#kt-hero-carousel-slider"] {
	opacity: 0;
}

#kt-hero-carousel-slider .carousel-indicators [data-bs-target] {
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
}
#kt-hero-carousel-slider .carousel-indicators [data-bs-target].active, 
#kt-hero-carousel-slider .carousel-indicators [data-bs-target]:hover, 
#kt-hero-carousel-slider .carousel-indicators [data-bs-target]:focus {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background-color: rgba(255,255,255,1);
}

#kt-hero-carousel-slider .carousel-control-next:focus, 
#kt-hero-carousel-slider .carousel-control-next:hover, 
#kt-hero-carousel-slider .carousel-control-prev:focus, 
#kt-hero-carousel-slider .carousel-control-prev:hover {
	opacity: 1 !important;
}

#kt-hero-carousel-slider .carousel-control-next, 
#kt-hero-carousel-slider .carousel-control-prev {
	position: absolute;
	top: 144px;
	left: initial;
	width: 30px;
	height: 30px;
}

#kt-hero-carousel-slider .carousel-control-prev {
	right: 111px;
}
#kt-hero-carousel-slider .carousel-control-next {
	right: 45px;
}
@media all and (min-width: 1400px) and (max-width: 1920px) { /* custom xxl */
	#kt-hero-carousel-slider .carousel-control-prev {
		top: 136px;
		right: 85px;
	}
	#kt-hero-carousel-slider .carousel-control-next {
		top: 136px;
		right: 29px;
	}
}
@media all and (min-width: 768px) and (max-width: 1399px) { /* md to xl */
	#kt-hero-carousel-slider .carousel-control-prev {
		top: 136px;
		right: 85px;
	}
	#kt-hero-carousel-slider .carousel-control-next {
		top: 136px;
		right: 29px;
	}
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	#kt-hero-carousel-slider .carousel-control-prev {
		top: 87px;
		right: 62px;
	}
	#kt-hero-carousel-slider .carousel-control-next {
		top: 87px;
		right: 13px;
	}
}
@media all and (max-width: 575px) { 
	#kt-hero-carousel-slider .carousel-control-prev, 
	#kt-hero-carousel-slider .carousel-control-next {
		display: none;
	}
}

/* carousel item */
#kt-hero-carousel-slider .carousel-item {
	min-height: 100vh;
	height: auto;
}

#kt-hero-carousel-slider .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.75,0,.34,1);
	     -o-transition-timing-function: cubic-bezier(.75,0,.34,1);
	        transition-timing-function: cubic-bezier(.75,0,.34,1);
	-webkit-transition-duration: 1.2s; /* moze i 1.1 */
	     -o-transition-duration: 1.2s;
	        transition-duration: 1.2s;
	-webkit-transition-delay: 0.4s;
		 -o-transition-delay: 0.4s;
			transition-delay: 0.4s;
}

#kt-hero-carousel-slider .carousel-item.active {
	-webkit-transition-timing-function: cubic-bezier(.9,0,.25,.88);
	     -o-transition-timing-function: cubic-bezier(.9,0,.25,.88);
	        transition-timing-function: cubic-bezier(.9,0,.25,.88);
	-webkit-transition-duration: 1.2s;
	     -o-transition-duration: 1.2s;
	        transition-duration: 1.2s;
}

#kt-hero-carousel-slider .carousel-item:not(.active):first-child {
	z-index: 1;
}

/* slide parallax background */
#kt-hero-carousel-slider .kt-parallax-background-element {
	z-index: auto;
}

.hero-box-bottom-left {
	position: relative;
	max-width: 300px;
}

@media all and (max-width: 380px) {
	.hero-box-bottom-left {
		max-width: 90%;
	}
}

.hero-h1-box {
	position: relative;
	left: 124px;
}

h1.hero-h1 {
	font-family: 'Syncopate', sans-serif;
	font-weight: 900;
	font-size: 77px;
	text-transform: uppercase;
	letter-spacing: -5px;
	line-height: 1.1;
	line-height: 120%;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.35);
}

.hero-box-p {
	font-family: 'Poppins', sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
}

.hero-socials-section, 
section.hero-socials-section {
	position: fixed;
	top: 0;
	left: -70px;
	width: 70px;
	height: 100vh;
	z-index: 1;
}

.hero-socials {
	position: absolute;
	top: 0; 
	left: 35px;
	left: 105px;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	text-orientation: upright;
	cursor: context-menu;
}

.hero-socials span { 
	opacity: 0; 
	-webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
            transform: scale(0.1);
}

.hero-socials i {
	width: 36px;
	height: 36px;
	font-size: 12px;
	line-height: 57.6px;
	color: #ffffff;
	text-align: center;
}

.hero-box-bottom-right {
	position: absolute;
	width: 260px;
	height: 450px;
	bottom: 0;
	right: 0;
}

.hero-box-bottom-right span, 
.hero-box-bottom-right h4, 
.hero-box-bottom-right p {
	position: absolute;
	margin: 0;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.hero-box-bottom-right .big-abbreviated-heading {
	bottom: 31px;
	right: 26px;
}

.hero-box-bottom-right h4 {
	bottom: 36px;
	right: 125px;
	font-family: 'Syncopate', sans-serif;
	font-size: 26px;
}

.hero-box-bottom-right p {
	bottom: 37.5px;
    right: 94px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.hero-box-bottom-right .cover-text-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.animated-element {
	opacity: 0;
}

@media all and (min-width: 1921px) {

	.hero-h1-box {
		left: 124px;
	}

	h1.hero-h1 {
		font-size: 97px;
		text-shadow: 3px 5px 5px rgba(0,0,0,0.35);
	}

	.hero-box-bottom-left .btn {
		padding: 25px 39px 21px;
		font-size: 17px;
		letter-spacing: 7px;
		border-width: 2px;
	}

	.hero-box-bottom-right {
		bottom: 13px;
		height: 700px;
	}

	.hero-box-bottom-right .big-abbreviated-heading {
		font-size: 92px;
		right: 43px;
		right: 30px;
	}

	.hero-box-bottom-right p {
		bottom: 39.5px;
		right: 126px;
		font-size: 13px;
		line-height: 37px;
	}

	.hero-box-bottom-right h4 {
		font-size: 30px;
		line-height: 40px;
		right: 151px;
	}

	.hero-socials i {
		height: 51px;
		font-size: 18px;
	}
}

@media all and (min-width: 1800px) and (max-width:  1920px) { 
	
	.hero-h1-box {
		left: 69px;
	}
	
	h1.hero-h1 {
		font-size: 73px;
	}
	.hero-box-bottom-right p {
		right: 124px;
	}
	.hero-box-bottom-right{
		height: 600px;
	}
}

@media all and (min-width: 1281px) and (max-width:  1799px) {
	
	.hero-h1-box {
		left: 72px;
	}

	h1.hero-h1 {
		line-height: 111%;
		font-size: 66px;
		text-shadow: 2px 3px 3px rgba(0,0,0,0.35);
	}

	.hero-box-bottom-right .big-abbreviated-heading {
		font-size: 60px;
		letter-spacing: -3px;
	}

	.hero-socials {
		letter-spacing: -3px;
	}

	.hero-socials i {
		height: 26px;
	}

}

@media all and (min-width: 992px) and (max-width: 1280px) {

	.hero-h1-box {
		left: 60px;
	}

	h1.hero-h1 {
		line-height: 107%;
		font-size: 59px;
		text-shadow: 2px 3px 3px rgba(0,0,0,0.35);
	}
	.kt-hero-item-theme-style h1.hero-h1 {
		margin-bottom: 30px;
	}

	.hero-box-bottom-right .big-abbreviated-heading {
		bottom: 60px;
	}

	.hero-box-bottom-right p {
		bottom: 66px;
	}

	.hero-box-bottom-right h4 {
		bottom: 64px;
		line-height: 1.5;
	}

	.hero-socials {
		letter-spacing: -3px;
	}

	.hero-socials i {
		height: 14px;
	}

}

@media all and (min-width: 768px) and (max-width: 991px) { 

	.hero-h1-box {
		left: 65px;
		padding-right: 50px;
	}

	h1.hero-h1 {
		font-size: 62px;
	}

	.hero-box-bottom-left {
		margin-bottom: 20px;
	}

	.hero-box-bottom-right {
		margin-bottom: 41px;
	}
	.hero-box-bottom-right p{
		right: 85px;
	}
	.hero-box-bottom-right h4{
		right: 108px;
	}
}

@media all and (min-width: 576px) and (max-width: 767px) { 

	.hero-h1-box {
		left: 0;
		width: 100%;
	}

	h1.hero-h1 {
		font-size: 59px;
		letter-spacing: -4px;
		line-height: 101%;
		text-shadow: 2px 3px 3px rgba(0,0,0,0.35);
	}

	.hero-box-bottom-right {
		width: 167px;
		height: 440px;
	}

	.hero-box-bottom-right .big-abbreviated-heading {
		font-size: 67px;
		line-height: 104%;
	}

	.hero-box-bottom-right h4 {
		font-size: 22px;
		line-height: 104%;
	}

	.hero-box-bottom-right p {
		line-height: 14px;
	}
	
	.hero-socials-section {
		display: none;
	}

}

@media all and (max-width: 575px) { 

	.hero-h1-box {
		left: 0;
		width: 100%;
	}

	.hero-socials-section {
		display: none;
	}

	.hero-box-bottom-left {
		max-width: 100%;
	}

	.hero-box-bottom-right {
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		margin-bottom: 145px;
		margin-top: auto;
	}

	.hero-box-bottom-right .big-abbreviated-heading {
		line-height: 120%;
		font-size: 1.8rem;
		letter-spacing: -0.14rem;
	}

	.hero-box-bottom-right h4 {
		line-height: 114%;
		font-size: 1.15rem;
	}

	.hero-box-bottom-right p {
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 6px;
	}

	.hero-box-bottom-right .cover-text-wrapper {
		position: relative;
	}

	.hero-box-bottom-right span, 
	.hero-box-bottom-right h4, 
	.hero-box-bottom-right p {
		position: initial;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
			writing-mode: initial;
		-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
				transform: rotate(0);
	}

}

@media all and (min-width: 360px) and (max-width: 575px) {
	h1.hero-h1 {
		line-height: 115%;
		font-size: 32px;
		letter-spacing: -0.14rem;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
	}
	.kt-hero-item-theme-style h1.hero-h1 {
		margin-bottom: 3vh;
		margin-top: 3vh;
	}
}

@media all and (max-width: 359px) {

	h1.hero-h1 {
		line-height: 120%;
		font-size: 1.8rem;
		letter-spacing: -0.14rem;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
	}

}

/**
 * 9. Half-screen Sections
 */

.kt-halfscreen-section {

}

.kt-halfscreen-parallax-image-col {
	min-height: 400px;
	padding: 0;
}

.kt-halfscreen-text-col {
	min-height: 400px;
	padding: 8vw;
}

.kt-halfscreen-text-col-inner {
	margin: 0 auto;
}

/**
 * 11. About Us Section
 */

.kt-about-us-section {
	overflow-x: hidden;
}

.about-right-image-wrap {
	position: relative;
	overflow: hidden;
	padding-top: 49.42%;
}
@media all and (max-width: 991px) { 
	.about-right-image-wrap {
		margin-top: 30px;
	}
}

/* .about-right-image {
	background-image: url(../imgs/about-us.html);
} */

.custom-about-us-p2 {
	max-width: 320px;
	width: 100%;
	display: inline-block;
}
@media all and (min-width: 992px) and (max-width: 1399px) { /* lg + xl */
	.p-xs.custom-about-us-p2 {
		max-width: 300px;
		line-height: 1.8;
		margin-top: -7px;
	}
}
@media all and (max-width: 575px) { 
	.custom-about-us-p2 {
		margin-left: auto;
		margin-right: auto;
	}
}

.about-number {
	display: inline-block;
	font-size: 66px;
	font-weight: 700;
	line-height: 46.37px;
	letter-spacing: -1.98px;
	margin-right: -30px;
	margin-left: 30px;
}
@media all and (min-width: 992px) and (max-width: 1199px) { 
	.about-number {
		font-size: 62px;
	}
}
@media all and (max-width: 991px) {
	.about-number {
		margin-right: 0;
	}
}
@media all and (max-width: 575px) { 
	.about-number {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 39px;
	}
}

@media all and (min-width: 1200px) and (max-width: 1399px) { 
	.custom-about-divider-col {
		padding-left: 42px;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) { 
	.custom-about-number-col {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}

.about-button-col {
	-webkit-box-pack: start;
	   -ms-flex-pack: start;
	 justify-content: start;
	-webkit-box-align: end;
	   -ms-flex-align: end;
		  align-items: end;
}
@media all and (max-width: 575px) { 
	.about-button-col > div {
		margin-left: auto;
		margin-right: auto;
	}	
}

	
/**
 * 12. Partners Section
 */

.kt-partners-section {
	padding-top: 10px;
}

.kt-partners > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 1.5px;
}

.kt-partners > div:first-child {
	padding-left: 0;
}

.kt-partners > div:last-child {
	padding-right: 0;
}

.kt-partners .col-sm-2 { 
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 20%;
}

@media all and (max-width: 575px) {

	.kt-partners .col-xs-4 { 
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.33333334%;
	}

	.kt-partners > div:first-child {
		padding-left: 1.5px;
	}

	.kt-partners > div:last-child {
		padding-right: 1.5px;
	}

}

.col8_lg{
    width: 12.5%;
}

.partner {
	width: 100%;
	padding: 10% 41%;
	/* padding-top: 80%; */
	background-color: rgba(255,255,255,0.05);
}

.partner img {
	filter: brightness(0) invert(1);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	   transition: all 0.3s ease 0s;
}

.partner:hover img {
	filter: unset;
}

.partner.partner-1 {
	background-image: url(../imgs/tech/ai.png);
}
.partner.partner-2 {
	background-image: url(../imgs/tech/ai.png);
}
.partner.partner-3 {
	background-image: url(../imgs/tech/ai.png);
}
.partner.partner-4 {
	background-image: url(../imgs/tech/ai.png);
}
.partner.partner-5 {
	background-image: url(../imgs/tech/ai.png);
}

/**
 * 14. Featured Project Section
 */

.kt-featured-project-section {
	overflow-x: hidden;
	padding-top: 140px;
	padding-bottom: 140px;
}

.kt-featured-project-background {
	-webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	        transform-origin: right center;
	-webkit-transform: scale(0.76785);
	    -ms-transform: scale(0.76785);
	        transform: scale(0.76785);
	top: 11.6075%;
}
@media all and (max-width: 1920px) {
	.kt-featured-project-background {
		-webkit-transform: scale(0.85);
	    	-ms-transform: scale(0.85);
	        	transform: scale(0.85);
		top: 7.5%;
	}
}
@media all and (max-width: 991px) { 
	.kt-featured-project-background {
		-webkit-transform: scale(1);
	    	-ms-transform: scale(1);
	        	transform: scale(1);
		top: 0;
	}
}

.kt-featured-project-infos-container {
	padding: 15px;
}

.kt-featured-project-section .kt-parallax-background-element {
	z-index: 0;
}

.featured-project {
	-webkit-box-pack: start;
	   -ms-flex-pack: start;
	 justify-content: start;
}

.kt-featured-project-infos {
	position: relative;
}

.featured-project-padder {
	height: 140px;
}
@media all and (max-width: 575px) { 
	.featured-project-padder {
		height: 0;
	}	
}

/**
 * 15. Features Section
 */

.kt-features {
	padding-bottom: 70px;
	margin-left: -2px;
	margin-right: -2px;
}

.kt-feature-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2px;
}

.kt-feature {
	position: relative;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

.kt-feature {
	padding: 50px 50px 30px 50px;
	background-color: #171717;
	background-color: rgba(255,255,255,0.05);
	background-color: rgba(255,255,255,0.034);
}

.kt-feature:hover {
	background-color: rgba(255,255,255,0.025);
}

@media all and (min-width: 1200px) and (max-width: 1399px) { 
	.kt-feature {
		padding: 60px 46px 46px 46px;
	}
	.kt-feature p {
		line-height: 27px;
	}
}
@media all and (min-width: 992px) and (max-width: 1199px) { 
	.kt-feature {
		padding: 46px 46px 38px 46px;
	}
}
@media all and (min-width: 576px) and (max-width: 991px) { 
	.kt-feature {
		padding: 46px 36px 34px 36px;
	}
	.kt-feature p {
		font-size: 14px;
		line-height: 24px;
	}
}
@media all and (min-width: 321px) and (max-width: 575px) { 
	.kt-feature {
		padding: 30px 30px 15px 30px;
	}
}
@media all and (max-width: 320px) { 
	.kt-feature {
		padding: 30px 20px 15px 20px;
	}
}

.kt-feature:before {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	background-color: #898989;
	background-color: rgba(255,255,255,0.27);
}

.colorline-deco {
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 13px;
}

.colorline-deco-normal {
	background-color: rgba(255,255,255,0.15);
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 1;
}

.colorline-deco-hover {
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 0;
}

.kt-feature:hover .colorline-deco-normal {
	opacity: 0;
}

.kt-feature:hover .colorline-deco-hover {
	opacity: 1;
}

.kt-features-subtext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.features-subtext-p {
	max-width: 90%;
	width: 320px;
}
@media all and (max-width: 575px) { 
	.features-subtext-p {
		margin-left: auto;
		margin-right: auto;
	}
}

.features-subtext-deco {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 1px;
	background-color: #5C5C5C;
	background-color: rgba(255,255,255,0.22);
	margin-right: 15px;
	margin-top: 8px;
}

@media all and (max-width: 575px) { 
	.features-subtext-deco {
		display: none;
	}
}

/**
 * 17. Services Section
 */

.kt-services-background.kt-parallax-background-element {
	background-image: url(../imgs/services_bg.jpg);
	-webkit-filter: contrast(1.07);
	        filter: contrast(1.07);
	-webkit-transform: scale(1.22);
		-ms-transform: scale(1.22);
			transform: scale(1.22);
}

.kt-iconbox {
	padding: 20px;
	margin-bottom: 20px;
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-iconbox {
		padding: 20px 0;
	}
}
@media all and (max-width: 575px) { 
	.kt-iconbox {
		padding: 20px 30px;
		max-width: 360px;
		margin: 0 auto;
	}
}

#services .kt-iconbox p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a.kt-iconbox-icon-link {
	display: inline-block;
	margin: 0 auto 25px;
	position: relative;
	width: 128px;
	height: 128px;
	mix-blend-mode: difference;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}

@-webkit-keyframes counterRotateInfinitely {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}

@keyframes counterRotateInfinitely {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}
span.kt-iconbox-icon-dash {
	opacity: 0;
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	border-radius: 100%;
	border: 2px dotted #000;
	z-index: -1;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-animation: counterRotateInfinitely 30s linear 0s infinite;
			animation: counterRotateInfinitely 30s linear 0s infinite;
}

a.kt-iconbox-icon-link:hover span.kt-iconbox-icon-dash {
	opacity: 1;
	width: 110%;
	height: 110%;
	top: -5%;
	left: -4%;
}

a.kt-iconbox-icon-link > span.kt-iconbox-icon {
	position: absolute;
	width: 128px;
	height: 128px;
	border: 2px solid rgba(255,255,255,0.13);
	border-radius: 130px;
	overflow: hidden;
}
a.kt-iconbox-icon-link:hover > span.kt-iconbox-icon {
	border-color: rgba(255,255,255,0);
}

a.kt-iconbox-icon-link > span.kt-iconbox-icon:nth-child(2), 
a.kt-iconbox-icon-link > span.kt-iconbox-icon:nth-child(3), 
a.kt-iconbox-icon-link > span.kt-iconbox-icon:nth-child(4) {
	border: 2px solid transparent;
}

a.kt-iconbox-icon-link span[class^="icon-"] {
	padding: 3px;
	font-size: 44px;
}

a.kt-iconbox-icon-link span[class*="fa-"].kt-gradient-fancy-text {
	z-index: 1;
	background: #000000;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-stroke: 0 transparent;
}

a.kt-iconbox-icon-link:hover span[class*="fa-"].kt-gradient-fancy-text {
	/* see it under colors */
}

@-webkit-keyframes rotateInfinitely {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes rotateInfinitely {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
a.kt-iconbox-icon-link > span.kt-iconbox-icon > span.kt-iconbox-trail {
	content: '';
	opacity: 0;
	position: absolute;
	width: 124px;
	height: 124px;
	top: 1px;
	left: 1px;
	border-radius: 130px;
	-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
			transform-origin: center bottom;
	-webkit-animation: rotateInfinitely 3s linear 0s infinite;
			animation: rotateInfinitely 3s linear 0s infinite;
}
a.kt-iconbox-icon-link > span.kt-iconbox-icon:nth-child(2) > span.kt-iconbox-trail {
	-webkit-animation-delay: 1s;
			animation-delay: 1s;
}
a.kt-iconbox-icon-link > span.kt-iconbox-icon:nth-child(3) > span.kt-iconbox-trail {
	-webkit-animation-delay: 2s;
			animation-delay: 2s;
}
a.kt-iconbox-icon-link > span.kt-iconbox-icon:nth-child(4) > span.kt-iconbox-trail {
	-webkit-animation-delay: 3s;
			animation-delay: 3s;
}

a.kt-iconbox-icon-link:hover > span.kt-iconbox-icon > span.kt-iconbox-trail {
	opacity: 1;
	height: 50%;
	top: 0;
	right: 0;
	border-top-left-radius: 62px;
	border-top-right-radius: 62px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

a.kt-iconbox-icon-link > span.kt-iconbox-icon:after {
	content: '';
	position: absolute;
	width: 128px;
	height: 128px;
	top: -1px;
	left: -1px;
	border: 2px solid transparent;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	border-radius: 130px;
	background: #000000;
}

a.kt-iconbox-icon-link:hover > span.kt-iconbox-icon:after {
	-webkit-transform: scale(0.935) translate(-1px, -1px);
		-ms-transform: scale(0.935) translate(-1px, -1px);
			transform: scale(0.935) translate(-1px, -1px);
}
@media all and (min-width: 576px) and (max-width: 1920px) {
	a.kt-iconbox-icon-link {
		margin: 0 auto 15px;
		width: 112px;
		height: 112px;
	}
	a.kt-iconbox-icon-link > span.kt-iconbox-icon {
		width: 112px;
		height: 112px;
		border-radius: 114px;
	}
	a.kt-iconbox-icon-link > span.kt-iconbox-icon > span.kt-iconbox-trail {
		width: 108px;
		height: 108px;
		border-radius: 114px;
	}
	a.kt-iconbox-icon-link:hover > span.kt-iconbox-icon > span.kt-iconbox-trail {
		border-top-left-radius: 54px;
		border-top-right-radius: 54px;
	}
	a.kt-iconbox-icon-link > span.kt-iconbox-icon:after {
		width: 112px;
		height: 112px;
		border-radius: 114px;
	}
	a.kt-iconbox-icon-link span[class^="fa-"] {
		font-size: 41px;
	}
	a.kt-iconbox-icon-link:hover > span.kt-iconbox-icon:after {
		-webkit-transform: scale(0.925) translate(-1px, -1px);
			-ms-transform: scale(0.925) translate(-1px, -1px);
				transform: scale(0.925) translate(-1px, -1px);
	}
}
@media all and (max-width: 575px) { 
	a.kt-iconbox-icon-link {
		margin: 0 auto 15px;
		width: 98px;
		height: 98px;
		font-size: 30px;
	}
	a.kt-iconbox-icon-link > span.kt-iconbox-icon {
		width: 98px;
		height: 98px;
		border-radius: 100px;
	}
	a.kt-iconbox-icon-link > span.kt-iconbox-icon > span.kt-iconbox-trail {
		width: 108px;
		height: 108px;
		border-radius: 100px;
	}
	a.kt-iconbox-icon-link:hover > span.kt-iconbox-icon > span.kt-iconbox-trail {
		border-top-left-radius: 47px;
		border-top-right-radius: 47px;
	}
	a.kt-iconbox-icon-link > span.kt-iconbox-icon:after {
		width: 98px;
		height: 98px;
		border-radius: 100px;
	}
	a.kt-iconbox-icon-link span[class^="icon-"] {
		font-size: 35px;
	}
	a.kt-iconbox-icon-link:hover > span.kt-iconbox-icon:after {
		-webkit-transform: scale(0.925) translate(-1px, -1px);
			-ms-transform: scale(0.925) translate(-1px, -1px);
				transform: scale(0.925) translate(-1px, -1px);
	}
}

a.kt-iconbox-text-link {
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
	margin: 0 auto;
}

@media all and (min-width: 1400px) and (max-width: 1920px) {
	.kt-iconbox h5 {
		font-size: 19px;
	}
}

/**
 * 18. Skills Section (& Testimonials Section)
 */

p.skills-subhead {
	margin-bottom: 0;
}

.kt-skills h1.h1-small {
	line-height: 36px;
}

.kt-skill-wrap {
	position: relative;
	margin-bottom: 7px;
}

.kt-skill-el {
	display: inline-block;
}

.kt-skill-name {
	width: 22.6%;
	margin-right: 0.74%;
}

.kt-skill-area {
	position: relative;
    width: 71%;
    margin-right: 0.5%;
    height: 13px;
    border-top: 1px solid #222222;
}

.kt-skill-bar {
	height: 6px;
	position: absolute;
	margin-top: 6px;
	left: 0;
	-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
			transform-origin: left center;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
}

.kt-skill-number {
	width: 4.5%;
	text-align: right;
}

.kt-skill-wrap p {
	font-family: 'Poppins', sans-serif;
	color: #e1e1e1;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
@media all and (min-width: 1400px) { 
	.kt-skill-wrap p {
		font-size: 15px;
	}
}
@media all and (min-width: 1200px) and (max-width: 1399px) { 
	.kt-skill-name {
		width: 18.4%;
	}
}
@media all and (min-width: 992px) and (max-width: 1199px) { 
	.kt-skill-name {
		width: 22%;
		margin-right: 1%;
	}
	.kt-skill-area {
		width: 70.5%;
		margin-right: 0.9%;
	}
	.kt-skill-number {
		width: 4.5%;
	}
}
@media all and (max-width: 575px) { 
	.kt-skill-wrap p {
		font-size: 12px;
	}
}
@media all and (max-width: 991px) { 
	.kt-skill-name, 
	.kt-skill-area {
		display: block;
		width: 100%;
	}
	.kt-skill-area {
		margin-bottom: 25px;
	}
	.kt-skill-number {
		position: absolute;
		right: 0;
		top: 0;
		min-width: 50px;
	}
	.kt-skill-wrap p {
		margin-bottom: 8px;
	}
}

/**
 * Testimonials
 */

.kt-testimonials {
	margin-top: 30px;
	margin-bottom: 30px;
}

.kt-testimonial-container {
	margin-bottom: 30px;
	margin-top: 20px;
}
@media (max-width: 991px) { 
	.kt-testimonial-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
}

.kt-testimonial-img {
	width: 134px;
	height: 134px;
	border-radius: 134px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.kt-team-min .kt-testimonial-img {
	width: 90px;
    height: 90px;
}

.kt-testimonial-txt {
	margin-left: 41px;
}

.kt-team-min .kt-testimonial-txt {
	margin-left: 16px;
}

.kt-testimonial-txt h5 {
	margin-bottom: 0;
	line-height: 28.6px;
}

.kt-testimonial-txt p.p-xs {
	font-size: 11px;
	margin-bottom: 0.75rem;
}

.kt-testimonial-txt p:not(.p-xs) {
    margin-bottom: 8px;
    margin-top: 2px;
    line-height: 20px;
}

@media all and (max-width: 575px) { 
	.kt-testimonial-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
	.kt-testimonial-img {
		margin: 0 auto 25px;
	}
	.kt-testimonial-txt {
		margin-left: 0;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.kt-testimonial-txt p {
		margin-left: auto;
		margin-right: auto;
	}
}


/**
 * 19. CTA Section (Warped CTA)
 */

section.kt-cta-warp {
	padding: 80px 0;
	overflow-x: hidden;
}
section.kt-cta-warp:not(.no-background) {
	background-image: url(../imgs/section-CTA-background-SVG.svg);
}
@media all and (max-width: 575px) {
	section.kt-cta-warp {
		padding: 50px 0;
	}
}

.kt-warped-text-wrapper {
	position: relative;
	z-index: 1;
	opacity: 0;
}

.kt-warped-text-wrapper[class*="clone"] {
	opacity: 0.15;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.kt-warped-text-wrapper .kt-gradient-fancy-text.kt-warped-text {
	-webkit-transition: -webkit-filter 1s ease;
	transition: -webkit-filter 1s ease;
	-o-transition: filter 1s ease;
	transition: filter 1s ease;
	transition: filter 1s ease, -webkit-filter 1s ease;
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	-webkit-text-stroke: 5px transparent;
}
@media all and (min-width: 768px) and (max-width: 991px) { 
	.kt-warped-text-wrapper .kt-gradient-fancy-text.kt-warped-text {
		-webkit-text-stroke: 3.6px transparent;
	}
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-warped-text-wrapper .kt-gradient-fancy-text.kt-warped-text {
		-webkit-text-stroke: 3.2px transparent;
	}
}
@media all and (max-width: 575px) { 
	.kt-warped-text-wrapper .kt-gradient-fancy-text.kt-warped-text {
		-webkit-text-stroke: 2.9px transparent;
	}
}

.kt-warped-text-wrapper .kt-gradient-fancy-text.kt-warped-text.deblur {
	-webkit-filter: blur(0);
	        filter: blur(0);
}

.warped-text-clone-l1 {
	-webkit-transform: translateX(-15vw);
	    -ms-transform: translateX(-15vw);
	        transform: translateX(-15vw);
}
.warped-text-clone-l2 {
	-webkit-transform: translateX(-12vw);
	    -ms-transform: translateX(-12vw);
	        transform: translateX(-12vw);
}
.warped-text-clone-l3 {
	-webkit-transform: translateX(-9vw);
	    -ms-transform: translateX(-9vw);
	        transform: translateX(-9vw);
}
.warped-text-clone-l4 {
	-webkit-transform: translateX(-6vw);
	    -ms-transform: translateX(-6vw);
	        transform: translateX(-6vw);
}
.warped-text-clone-l5 {
	-webkit-transform: translateX(-3vw);
	    -ms-transform: translateX(-3vw);
	        transform: translateX(-3vw);
}
.warped-text-clone-r1 {
	-webkit-transform: translateX(15vw);
	    -ms-transform: translateX(15vw);
	        transform: translateX(15vw);
}
.warped-text-clone-r2 {
	-webkit-transform: translateX(12vw);
	    -ms-transform: translateX(12vw);
	        transform: translateX(12vw);
}
.warped-text-clone-r3 {
	-webkit-transform: translateX(9vw);
	    -ms-transform: translateX(9vw);
	        transform: translateX(9vw);
}
.warped-text-clone-r4 {
	-webkit-transform: translateX(6vw);
	    -ms-transform: translateX(6vw);
	        transform: translateX(6vw);
}
.warped-text-clone-r5 {
	-webkit-transform: translateX(3vw);
	    -ms-transform: translateX(3vw);
	        transform: translateX(3vw);
}

.kt-warped-text {
	font-family: 'Bebas Neue', sans-serif;
	line-height: 1;
	font-size: 6vw;
	color: #000000;
	background: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
}
.kt-warped-text-wrapper[class*="clone"] .kt-warped-text {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #000000;
	background: #000000;
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
}
.kt-warped-text-wrapper[class*="clone"] .kt-warped-text.kt-warped-text-color-changed {
	color: #000000;
	background: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
	padding: 0.065em;
}
@media all and (min-width: 1921px) and (orientation: landscape) {
	.kt-warped-text {
		font-size: 5vw;
	}
}
@media (orientation: portrait) {
	.kt-warped-text {
		font-size: 6vh;
	}
}

.kt-cta-warp h3 {
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 0;
	letter-spacing: 40px;
	line-height: 1.7;
	margin-bottom: 2rem;
	margin-top: 0.1rem;
}

.kt-cta-warp h3.kt-cta-warp-h3-unspaced {
	-webkit-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
	opacity: 1;
	letter-spacing: 18px;
}

@media all and (max-width: 767px) {
	.kt-cta-warp h3 {
		letter-spacing: 17px;
		font-size: 16px;
	}
	.kt-cta-warp h3.kt-cta-warp-h3-unspaced {
		letter-spacing: 9px;
	}
}

.btn.kt-warped-button {
	opacity: 0;
}


/**
 * 20. Contact Us Section
 */

.kt-contact-right {
    width: 100%;
}

/* Reusable decorations */

@media all and (max-width: 991px) { 
	span.heading-deco {
		display: none;
	}
}

.kt-rectangles {
	position: relative;
	width: 605px;
	height: 269px;
	max-width: 90vw;
	max-height: 40vw;
}

.kt-rectangles-full-left-main-tint {
	position: absolute;
	width: 100%;
	height: 71.43%;
	margin-top: 14.2857%;
	background-color: rgba(0,0,0,0.82);
}
@media all and (max-width: 575px) {
	.kt-rectangles-full-left-main-tint {
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
}

.kt-rectangle-black {
	background-color: rgba(0,0,0,0.64);
}

.kt-rectangle-white-1, 
.kt-rectangle-white-2 {
	background-color: rgba(255,255,255,0.07);
}

.kt-rectangle-white-1 {
	-webkit-transform: translate(-64px,-67px);
	    -ms-transform: translate(-64px,-67px);
	        transform: translate(-64px,-67px);
}

.kt-rectangle-white-2 {
	-webkit-transform: translate(54px,57px);
	    -ms-transform: translate(54px,57px);
	        transform: translate(54px,57px);
}

.kt-deco-row-section {
	z-index: 10;
}

.kt-deco-row {
	border-top:  1px solid;
	border-bottom:  1px solid;
	padding: 75px 15px;
}
@media all and (max-width: 767px) {
	.kt-deco-row {
		padding: 20px 15px;
	}
}

.kt-rectangles-left {
	position: relative;
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-rectangles-left {
		margin-bottom: 30px;
	}
}

.kt-rectangles-left-parallax-layers {
	z-index: -1;
	position: absolute;
	height: 140%;
	width: 100%;
	top: -20%;
	left: 0;
}
@media all and (max-width: 767px) {
	.kt-rectangles-left-parallax-layers {
		height: 100%;
		top: 0;
	}
}

.kt-rectangles-left .kt-rectangles {
	-webkit-transform: translate(-100px, -70px);
	    -ms-transform: translate(-100px, -70px);
	        transform: translate(-100px, -70px);
}
@media all and (max-width: 767px) {
	.kt-rectangles-left .kt-rectangles {
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@media all and (max-width: 575px) { 
	.kt-rectangles-left p {
		margin-left: auto;
		margin-right: auto;
	}
}

.kt-rectangles-full-left {
	position: relative;
	max-width: 100%;
	width: 780px;
	padding: 110px;
}

@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-featured-project-infos-container {
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
	}
	.kt-rectangles-full-left {
		width: 100%;
		padding: 14vw;
	}
}

@media all and (max-width: 575px) { 
	.kt-featured-project-infos-container {
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
	}
	.kt-rectangles-full-left {
		width: 100%;
		padding: 14vw;
	}
}

.kt-rectangles-full-left-parallax-layers {
	position: absolute;
	height: 140%;
	width: 100%;
	top: -20%;
	left: 0;
}
@media all and (max-width: 575px) { 
	.kt-rectangles-full-left-parallax-layers {
		height: 100%;
		top: 0;
	}
}

/**
 * Rings Section
 */

.kt-rings-section {
	overflow-x: hidden;
	background-image: url(../imgs/section-rings-background.svg);
}

.ring-l-container {
	-webkit-filter: blur(13px);
	        filter: blur(13px);
}

.ring-m-container {
	-webkit-filter: blur(7.5px);
	        filter: blur(7.5px);
}

.ring-s-container {
	-webkit-filter: blur(2px);
	        filter: blur(2px);
}

@media all and (min-width: 576px) and (max-width: 767px) { 
	.ring-l-container {
		-webkit-filter: blur(8px);
		        filter: blur(8px);
	}

	.ring-m-container {
		-webkit-filter: blur(4px);
		        filter: blur(4px);
	}

	.ring-s-container {
		-webkit-filter: blur(1.5px);
		        filter: blur(1.5px);
	}
}

@media all and (max-width: 575px) { 
	.ring-l-container {
		-webkit-filter: blur(5px);
		        filter: blur(5px);
	}

	.ring-m-container {
		-webkit-filter: blur(2px);
		        filter: blur(2px);
	}

	.ring-s-container {
		-webkit-filter: blur(1.5px);
		        filter: blur(1.5px);
	}
}

.ring-l,
.ring-m,
.ring-s {
	position: relative;
	border-radius: 100%;
}

.ring-l:after,
.ring-m:after,
.ring-s:after {
	content: "";
	position: absolute;
	border-radius: 100%;
}

.ring-l.portrait {
	width: 100vw;
	height: 100vw;
}

.ring-l:after {
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.ring-m.portrait {
	width: 77.707vw;
	height: 77.707vw;
}

.ring-m:after {
	top: 7.5px;
	left: 7.5px;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
}

.ring-s.portrait {
	width: 55.0318vw;
	height: 55.0318vw;
}

.ring-s:after {
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

.kt-rings-section .kt-rectangles {
	-webkit-transform: translateX(11vw);
	    -ms-transform: translateX(11vw);
	        transform: translateX(11vw);
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-rings-section .kt-rectangles {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
}

@-webkit-keyframes hueRotator {
	0% {
		-webkit-filter: hue-rotate(0);
		        filter: hue-rotate(0);
	}
	100% {
		-webkit-filter: hue-rotate(359.99deg);
		        filter: hue-rotate(359.99deg);
	}
}

@keyframes hueRotator {
	0% {
		-webkit-filter: hue-rotate(0);
		        filter: hue-rotate(0);
	}
	100% {
		-webkit-filter: hue-rotate(359.99deg);
		        filter: hue-rotate(359.99deg);
	}
}

.hue-rotator {
	-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
			transform-origin: center center;
	-webkit-animation: hueRotator linear 0s infinite;
			animation: hueRotator linear 0s infinite;
}

.duration-2s {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
} 
.kt-mix-screen 		{ mix-blend-mode: screen; }

.kt-edge-beauty-top {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,1);
}
.kt-edge-beauty-bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.13);
}
.kt-edge-beauty-bottom-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 21.7vh;
	background: rgb(0,0,0);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.29735644257703087)), color-stop(28%, rgba(0,0,0,0.11528361344537819)), to(rgba(0,0,0,0)));
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.29735644257703087) 0%, rgba(0,0,0,0.11528361344537819) 28%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.29735644257703087) 0%, rgba(0,0,0,0.11528361344537819) 28%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	opacity: 0.7;
}

/**
 * 23. Footer
 */

footer {
	padding: 0 0 40px;
}

.footer-background-container {
	padding: 16px;
}

.footer-background {
	border-radius: 100px;
	margin: 16px;
	width: calc(100% - 32px);
}

@media all and (max-width: 991px) {
	footer {
		padding: 50px 0 40px;
	}
	.footer-background {
		border-radius: 47px;
	}
}

a.footer-main-links {
	font-weight: 600;
	line-height: 3.05;
}

.footer-main {
	padding: 60px 0 95px 0;
	padding: 60px 0 60px 0;
}
@media all and (min-width: 768px) and (max-width: 991px) { 
	.footer-main {
		padding: 30px 0 24px 0;
	}
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	.footer-main {
		padding: 30px 0 35px 0;
	}
}
@media all and (max-width: 575px) { 
	.footer-main {
		padding: 15px 0 0 0;
	}
}

.footer-main-large-col p {
	color: #6f7b85;
}

.footer-main-large-col p span {
	display: inline-block;
}

.footer-main-large-col p span a {
	color: #6f7b85;
}

.footer-main-large-col h5 {
	margin-top: 40px;
}

.footer-main-small-col h5 {
	margin-top: 12px;
	margin-bottom: 31px;
}

footer .widget_nav_menu ul {
	list-style: none;
	padding-left: 0;
}

.footer-socials-section {
	width: 100%;
}

.footer-socials {
	display: inline-block;
	/*margin-top: 14px;
	margin-bottom: 27px;*/
}

.footer-socials a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	margin: 0 8px 8px 0;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 2px solid rgba(255,255,255,0.25);
	border-radius: 39px;
	text-align: center;
	color: #FFFFFF !important;
}

.footer-socials a:hover {
	border-color: rgba(255,255,255,0.45);
}

.footer-socials a:before {
	content: '';
	-webkit-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

.footer-socials a:hover:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50px;
	background: rgba(255,255,255,0.1);
	-webkit-transform: translate(50px, 50px) scale(1);
	    -ms-transform: translate(50px, 50px) scale(1);
	        transform: translate(50px, 50px) scale(1);
}

.footer-socials a:hover:before {
	background: rgba(255,255,255,0.43);
	-webkit-transform: translate(7px, 8px) scale(1.1);
	    -ms-transform: translate(7px, 8px) scale(1.1);
	        transform: translate(7px, 8px) scale(1.1);
}

.footer-socials a i {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.footer-socials a:hover i {
	-webkit-transform: translate(-2px, -2px) scale(1.15);
	    -ms-transform: translate(-2px, -2px) scale(1.15);
	        transform: translate(-2px, -2px) scale(1.15);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.38);
}

.footer-bottom {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 20px;
}

.footer-bottom h5, 
.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom h5 {
	font-size: 15px;
}

.footer-bottom p {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
}

.footer-bottom a {
	color: #969696;
}

.footer-bottom a:hover {
	color: #FFFFFF;
}

a.footer-bottom-right-links {
	margin-right: 25px;
	font-size: 13px;
}

a.footer-bottom-right-links:last-child {
	margin-right: 0;
}

@media all and (min-width: 992px) and (max-width: 1199px) { 

	.footer-main-large-col p, .footer-main-large-col p span a {
		font-size: 14px;
		line-height: 27px;
		color: #7f8b95;
	}

	a.footer-main-links {
		font-size: 14px;
		line-height: 2.5;
	}

	.footer-main-small-col h5 {
		margin-top: 12px;
		margin-bottom: 23px;
		font-size: 16px;
	}

}

@media all and (min-width: 576px) and (max-width: 767px) { 

	.footer-main-small-col h5 {
		margin-top: 25px;
		margin-bottom: 12px;
	}

	a.footer-main-links {
		line-height: 2.5;
		font-size: 15px;
	}

}

@media all and (max-width: 575px) { 

	.footer-main-large-col p {
		font-size: 13px;
		line-height: 23px;
		color: #9aa1a7;
		margin: 0 auto 20px;
	}

	a.footer-main-links {
		margin: 0 auto;
		font-size: 13px;
		line-height: 2.3;
	}

	.footer-main-small-col h5 {
		margin-top: 12px;
		margin-bottom: 13px;
		font-size: 16px;
	}

	.footer-bottom {
		font-weight: 600;
	}

	.footer-bottom > div {
		margin-bottom: 5px;
	}

	a.footer-bottom-right-links {
		margin-right: 15px;
	}

	.footer-bottom p, 
	.footer-bottom a {
		font-size: 12px;
	}
	
}

/**
 * Simple Footer
 */

.kt-project-header {
	overflow-x: hidden;
	padding-top: 135px;
	padding-bottom: 10px;
}
@media all and (min-width: 576px) and (max-width: 767px) { 
	.kt-project-header {
		padding-top: 125px;
	}
}
@media all and (max-width: 575px) { 
	.kt-project-header {
		padding-top: 100px;
	}
}

.kt-project-thumbnail-landscape-col img {
	opacity: 0; 
}

.kt-project-thumbnail-landscape-cover {
	left: 12px;
	width: calc(100% - 24px);
	-webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	        transform-origin: right center;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
}

@media all and (min-width: 1200px) { 
	.kt-project-thumbnail-landscape-col {
		padding-left: 40px;
	}
	.kt-project-thumbnail-landscape-cover {
		left: 20px;
		width: calc(100% - 52px);
	}
}

@media all and (max-width: 575px) { 
	.kt-project-thumbnail-landscape-cover {
		left: 20px;
		width: calc(100% - 40px);
	}
}

.kt-project-info-and-thumbnail {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}

/* Project Infos */
@media all and (min-width: 768px) and (max-width: 1199px) { /* md & lg*/
	.kt-project-infoboxes {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media all and (min-width: 340px) and (max-width: 767px) { /* custom sm */
	.kt-project-infoboxes {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media all and (max-width: 339px) { 
	.kt-project-infoboxes {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

/* Portfolio item gallery navigation */
.kt-parallax-gallery-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: fixed;
	top: 100px;
	right: -80px;
	width: 78px;
	height: calc(100vh - 200px);
	z-index: 1;
}
@media all and (min-width: 576px) and (max-width: 991px) { 
	.kt-parallax-gallery-nav {
		right: -62px;
		width: 60px;
	}
}
@media all and (max-width: 575px) { 
	.kt-parallax-gallery-nav {
		width: 30px;
		right: -42px;
		width: 40px;
	}
}

.kt-parallax-gallery-nav-icon {
	width: 56px;
	height: 56px;
	margin: 18px auto 4px 0;
	background: url(../imgs/gallery-icon-white.html) no-repeat center center;
	background-size: cover;
	border-radius: 100%;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.33));
	        filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.33));
}
@media all and (min-width: 576px) and (max-width: 991px) { 
	.kt-parallax-gallery-nav-icon {
		width: 44px;
		height: 44px;
	}
}
@media all and (max-width: 575px) { 
	.kt-parallax-gallery-nav-icon {
		width: 36px;
		height: 36px;
	}
}

a.kt-gallery-nav-link:link, 
a.kt-gallery-nav-link:visited {
	position: relative;
	margin: 18px auto 18px 22px;
	width: 12px;
	height: 12px;
	background: rgba(79,79,79,0.7) url(../imgs/glass.svg) no-repeat center center;
	background-size: cover;
	border-radius: 100%;
	display: block;
}

/* with icon */
@media all and (min-width: 576px) and (max-width: 991px) { 
	a.kt-gallery-nav-link:link, 
	a.kt-gallery-nav-link:visited {
		margin: 18px auto 18px 16px;
	}
}
@media all and (max-width: 575px) { 
	a.kt-gallery-nav-link:link, 
	a.kt-gallery-nav-link:visited {
		margin: 18px auto 18px 12px;
	}
}

a.kt-gallery-nav-link:link:before, 
a.kt-gallery-nav-link:visited:before {
	content: '';
	position: absolute;
	border: 2px solid rgba(255,255,255,0);
	border-radius: 100%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: -10px;
	left: -10px;
}

a.kt-gallery-nav-link:hover {
	background-color: rgba(255,255,255,0.8);
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
	        filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}

a.kt-gallery-nav-link:hover:before {
	border: 2px solid rgba(255,255,255,1);
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	top: -6px;
	left: -6px;
	opacity: 0.5;
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
	        filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}

a.kt-gallery-nav-link:active {
	background-color: rgba(255,255,255,0.8);
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
	        filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}

a.kt-gallery-nav-link:active:before {
	border: 2px solid rgba(255,255,255,0);
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: -10px;
	left: -10px;
}

a.kt-gallery-nav-link:focus {
	outline: none;
}

.kt-gradient-fancy-text, 
.kt-gradient-fancy-text-back {
	-webkit-text-stroke: 4px transparent;
}

span[class*="fa-"].kt-gradient-fancy-text, 
a.kt-iconbox-icon-link:hover span[class*="fa-"].kt-gradient-fancy-text {
	-webkit-text-stroke: 3.5px transparent;
}

@media all and (max-width: 767px) {
	.kt-gradient-fancy-text-back {
		-webkit-text-stroke: 3px transparent;
	}
}

/* Coming soon page */
@-webkit-keyframes linkColorAnimation {
	0% {
		background-size: 400% 400%;
		background-position: 0% 100%;
	}
	15% {
		background-size: 170% 400%;
		background-position: 100% 100%;
	}
	100% {
		background-size: 240% 400%;
		background-position: 100% 100%;
	}
}

@keyframes linkColorAnimation {
	0% {
		background-size: 400% 400%;
		background-position: 0% 100%;
	}
	15% {
		background-size: 170% 400%;
		background-position: 100% 100%;
	}
	100% {
		background-size: 240% 400%;
		background-position: 100% 100%;
	}
}

.gradient-links:hover, 
.gradient-links-bright:hover {
	-webkit-animation: linkColorAnimation 5s ease 0s 1 forwards;
			animation: linkColorAnimation 5s ease 0s 1 forwards;
}

/* Shades used for backgrounds */
.dark-shade-1-bg				{ background-color: #000000 !important; }
.dark-shade-1-bg-after:after	{ background-color: #000000 !important; }
.dark-shade-2-bg				{ background-color: #030303 !important; }
.dark-shade-3-bg				{ background-color: #0A0A0A !important; }
.dark-shade-4-bg				{ background-color: #242424 !important; }
.dark-shade-5-border			{ 	  border-color: #282A2D !important; }
.dark-shade-6-bg				{ background-color: #18191a !important; }
.dark-shade-7-bg				{ background-color: #101314 !important; }

/* Blog pin */
.pin {
	--pin-color: #d02627;
	--pin-dark: #9e0608;
	--pin-light: #fc7e7d;
  
	position: absolute;
	top: 6px;
    left: 46%;
    width: 60px;
    height: 50px;
    z-index: 10;
  }
  
  .shadow {
	position: absolute;
	top: 18px;
	left: -8px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: radial-gradient(var(--paper-shadow), 20%, rgba(201, 191, 141, 0));
  }
  
  .metal {
	position: absolute;
	width: 5px;
	height: 18px;
	background: linear-gradient(to right, #808080, 40%, #eae8e8, 50%, #808080);
	border-radius: 0 0 30% 30%;
	transform: rotate(55deg);
	transform-origin: bottom left;
	top: 15px;
	border-bottom: 1px solid #808080;
  }
  
  .bottom-circle {
	position: absolute;
	right: 15px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: var(--pin-color);
	background: radial-gradient(
	  circle at bottom right,
	  var(--pin-light),
	  25%,
	  var(--pin-dark),
	  90%,
	  var(--pin-color)
	);
  }
  
  .bottom-circle::before {
	content: "";
	position: absolute;
	top: 0;
	left: -2px;
	width: 20px;
	height: 30px;
	transform: rotate(55deg);
	transform-origin: 100% 100%;
	border-radius: 0 0 40% 40%;
	background: linear-gradient(
	  to right,
	  var(--pin-dark),
	  30%,
	  var(--pin-color),
	  90%,
	  var(--pin-light)
	);
  }
  
  .bottom-circle::after {
	content: "";
	position: absolute;
	right: -10px;
	top: -5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: radial-gradient(
	  circle at right,
	  var(--pin-light),
	  30%,
	  var(--pin-color),
	  var(--pin-dark) 80%
	);
  }

  .bounce2 {
	animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-15px);
	}
	60% {
		transform: translateY(-7px);
	}
}
.slick-initialized .slick-slide {
    margin-right: 3px;
}

.link_icon:hover, .link_icon:focus{
	color: #0a66c2;
}

/**************************************/

.bg-dark{
	background-color: #000 !important;
}
.loader_ring {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  height: 20px;
  margin: 0 auto;
  z-index: 9999;
}

.loader_ring .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 4px;
  opacity: 0.2;
  animation: dot-animation 1s infinite linear;
}

.loader_ring .dot:nth-child(1) {
  animation-delay: 0s;
}

.loader_ring .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.loader_ring .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-animation {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.parallax_logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.parallax_logo img{
  height: 60px;
  width: auto;
}

@media (max-width: 600px){
  .parallax_logo img {
    height: 42px;
    width: auto;
}
}


.kt-blogs-wrapper .slick-slide{
    margin-right: 8px !important;
    margin-left: 8px !important;
}

.kt-blogs-wrapper .kt-imagebox:hover {
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

#rings_section{
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10000 !important;
}

.kt_com_copyright{
    line-height: 24px;
}

/* Ring css */
.ring-l{
  width: 98vh; height: 98vh;
}
.ring-m{
  width: 76.1529vh; height: 76.1529vh;
}
.ring-s{
  width: 59.9312vh; height: 59.9312vh;
}
@media (max-width: 991px){
  .ring-l {
    position: absolute;
    width: 60vh;
    height: 60vh;
  }
  .ring-m{
    position: absolute;
    width: 45vh;
    height: 45vh;
  }
  .ring-s{
    position: absolute;
    width: 30vh;
    height: 30vh;
  }
}

.stepnum {
    margin-bottom: 16px;
}
.stepnum span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

/********************----------------------------------------***********************/

.img-full img {
    width: 100%;
}
.service-content .gallery {
    display: flex;
    gap: 10px;
}
.service-content .gallery-item {
    width: 25%;
}
.service-content .gallery-icon {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 10px;
    text-align: center;
}
.service-content .gallery-icon a {
    pointer-events: none;
}
.service-content .gallery-icon img {
    height: 50px;
    width: auto;
}

@media (max-width: 1366px){
    .service-content .gallery-icon img {
        height: 42px;
    }
}
@media (max-width: 600px){
    .service-content .gallery-icon img {
        height: 32px;
    }
	.stepnum span {
		margin: 0 auto;
	}
}

/*****************************/

.banner_form {
	position: absolute;
	top: 26%;
	right: 16%;
	width: 450px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.7);
	padding: 36px 36px 0;
}

.banner_form input, .banner_form select  {
	margin-bottom: 0.5rem;
}

.banner_form textarea {
	margin-bottom: 0;
}

.getaquote {
	position: fixed;
	right: -66px;
	top: 33%;
	z-index: 1200;
	rotate: 270deg;
	border-radius: 0;
}

@media (max-width: 1500px) {
	.banner_form {
		top: 20%;
		right: 12%;
		width: 400px;
		padding: 28px;
	}
}

@media (min-width: 992px) and (max-width: 1280px) {
	.hero-h1-box {
		left: 0px;
	}

	h1.hero-h1 {
		font-size: 50px;
	}

	.banner_form {
		top: 18%;
		right: 14%;
		width: 340px;
		padding: 16px;
	}

	.banner_form input,
	.banner_form textarea,
	.banner_form select {
		padding: 4px 10px 4px;
		font-size: 15px;
		margin-bottom: 4px;
		min-height: 42px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.flex-helper-div {
		display: none;
	}

	.hero-h1-box {
		margin-top: 15%;
		left: 0;
		padding-right: 50px;
	}

	h1.hero-h1 {
		font-size: 52px;
	}

	.banner_form {
		top: 35%;
		right: 27%;
		width: 400px;
		padding: 16px;
	}

	.banner_form input,
	.banner_form textarea,
	.banner_form select {
		padding: 4px 10px 4px;
		font-size: 15px;
		margin-bottom: 0;
		min-height: 42px;
	}
}

@media (min-width: 360px) and (max-width: 575px) {
	.banner_form {
		position: relative;
		top: unset;
		right: unset;
		width: 100%;
		padding: 16px;
	}

	.banner_form h2 {
		text-align: center;
	}

}

/* Confirmation Box Css */
.banner_form_alert {
	position: absolute !important;
    top: 0;
    right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	--bs-alert-bg: rgba(0, 0, 0, 1) !important;
	--bs-alert-border-color: rgba(0, 0, 0, 1) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px !important;
}
.banner_form_alert.show {
	z-index: 10;
}
.banner_form_alert .btn-close, .banner_form_alert .btn-close:hover, .banner_form_alert .btn-close:focus {
    color: #fff;
	font-size: 22px;
}
.banner_form_alert .fa-badge-check {
    font-size: 40px;
    margin-bottom: 16px;
}
/* Confirmation Box Css End */

/**************************************/

div#wpcf7-f3392-o1 form.wpcf7-form.invalid .wpcf7-not-valid{
    border-bottom: 1px solid red;
}
div#wpcf7-f3392-o1 .wpcf7-response-output, div#wpcf7-f3392-o1 span.wpcf7-not-valid-tip {
    display:none;
}
div#wpcf7-f3392-o1 form.wpcf7-form.invalid .wpcf7-submit {
    border: 1px solid red !important;
}
.banner_form_alert  {
    display: none;
}
.banner_form_alert.show {
    display: flex;
}
button#showAlertButton {
    display: none;
}

/*********************************/
select option {
  background: rgb(8 9 9);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.kt-imageboxes img {
    object-fit: contain !important;
}
/*********************************/

/* Latest Posts Section - Black Theme with Image Left */
.single-post-latest {
    background: #000000;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #333;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.latest-posts-heading {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.latest-posts-heading::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #ffffff;
}

.latest-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.latest-post-item {
    background: #111111;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #222;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 15px;
}

.latest-post-item:hover {
    background: #1a1a1a;
    border-color: #444;
    transform: translateX(5px);
}

/* Post Image */
.post-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.post-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.latest-post-item:hover .post-thumb {
    transform: scale(1.1);
}

.post-thumb-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #333, #555);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
}

/* Post Content */
.post-content {
    flex: 1;
    min-width: 0; /* Prevents flex item from overflowing */
}

.post-item-title {
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.post-item-title a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
    /* Truncate long titles */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-item-title a:hover {
    color: #e0e0e0;
}

.post-item-meta {
    display: flex;
    align-items: center;
}

.post-date {
    color: #b0b0b0;
    font-size: 0.85rem;
    font-weight: 400;
}

/* Responsive Design */
@media (max-width: 768px) {   
    .latest-post-item {
        padding: 12px;
        gap: 12px;
	}
    .post-image {
        width: 70px;
        height: 70px;
    }
    .post-item-title a {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .single-latest-posts {
        padding: 20px 16px;
        margin: 25px 0;
    }    
    .latest-post-item {
        padding: 10px;
        gap: 10px;
    }
    .post-image {
        width: 60px;
        height: 60px;
    }
    .post-item-title a {
        font-size: 0.9rem;
    }
    .post-date {
        font-size: 0.8rem;
    }
}

/* Animation for items */
.latest-post-item {
    animation: slideInRight 0.5s ease forwards;
    opacity: 0;
    transform: translateX(-20px);
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.latest-post-item:nth-child(1) { animation-delay: 0.1s; }
.latest-post-item:nth-child(2) { animation-delay: 0.2s; }
.latest-post-item:nth-child(3) { animation-delay: 0.3s; }

/********************************************/

/* Categories Sidebar - Matching Recent Posts Style */
.sidebar-categories {
    /* background: #000000; */
    border-radius: 12px;
    /* padding: 30px; */
    margin: 0px 0;
    /* border: 1px solid #333; */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* .h4-shadow {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.h4-shadow::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #ffffff;
} */

.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-item {
    background: #111111;
    border-radius: 8px;
    border: 1px solid #222;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.category-item:hover {
    background: #1a1a1a;
    border-color: #444;
    transform: translateY(-1px);
}

.category-link {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}

.category-link:hover {
    color: #e0e0e0;
}

/* Left side - Category Name */
.category-name {
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    transition: color 0.3s ease;
    flex: 1;
}


/* Right side - Category Count */
.category-count {
    color: #ffffff;
    padding: 6px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    min-width: 50px;
    text-align: center
}


/* Responsive Design */
@media (max-width: 768px) {
    .sidebar-categories {
        border-radius: 10px;
    }
    
    .h4-shadow {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    
    .category-link {
        padding: 12px 16px;
    }
    
    .category-name {
        font-size: 0.95rem;
    }
    
    .category-count {
        font-size: 0.8rem;
        padding: 5px 10px;
        min-width: 45px;
    }
}

@media (max-width: 480px) {
    
    .h4-shadow {
        font-size: 1.2rem;
    }
    
    .category-link {
        padding: 10px 14px;
    }
    
    .category-name {
        font-size: 0.9rem;
    }
    
    .category-count {
        font-size: 0.75rem;
        padding: 4px 8px;
        min-width: 40px;
    }
}


/* Staggered animation delays */
.category-item:nth-child(1) { animation-delay: 0.1s; }
.category-item:nth-child(2) { animation-delay: 0.15s; }
.category-item:nth-child(3) { animation-delay: 0.2s; }
.category-item:nth-child(4) { animation-delay: 0.25s; }
.category-item:nth-child(5) { animation-delay: 0.3s; }
.category-item:nth-child(6) { animation-delay: 0.35s; }
.category-item:nth-child(7) { animation-delay: 0.4s; }
.category-item:nth-child(8) { animation-delay: 0.45s; }
.category-item:nth-child(9) { animation-delay: 0.5s; }
.category-item:nth-child(10) { animation-delay: 0.55s; }


/* *********************************-------------------------------------------************************************ */

/*
Theme Name: Katharos Techie
Theme URI: https://www.katharostechie.in/theme
Author: Katharos
Author URI: https://www.katharostechie.in
Description: A basic theme using the Bootstrap framework.
Version: 1.0
Text Domain: katharostechie
*/

/* =Index pagination
----------------------------------------------- */

/* The containing box with a nice white background */
.paging-navigation {
    padding: 0.8em;
    background: #0C0C0C;
}

/* Remove bullets and list indentation */
.paging-navigation ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Make the list items appear horizontally */
.paging-navigation li {
	display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers,
span.page-numbers {
	padding: 0.3em 0.7em;
    font-size: 16px;
    line-height: 30px;
    color: #C6C6C6;
}

/* Link hover state */
a:hover.page-numbers {
	color: #000;
	color: hsl(0, 0%, 0%);
}

/* Current page bold and dark */
.paging-navigation .current {
	font-weight: bold;
    color: #333;
    background-color: #3491ca !important;
}

a.page-numbers:hover, span.page-numbers:hover {
    background-color: rgba(255,255,255,0.2);
}

/* Contact form */
div.wpcf7 .form-group.col.col-md-6.col-12 {
    float: left;
    width: 50%;
}

span.wpcf7-spinner {
    display: none;
}
div.wpcf7 input[type="submit"] {
    outline: none;
    width: 100%;
    margin-top: 15px;
    padding: 12px 54px;
    border: 1px solid #686868;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(127,127,127,0);
}

div.wpcf7 input[type="submit"]:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,1);
}
.kt-parallax-desktop{
    display: block;
}
.kt-parallax-mobile{
    display: none;
}

.kt-mobile-menu-bar {
    border: none !important;
}

/*@media (max-width: 650px){*/
@media only screen and (max-width: 650px) {
    .kt-parallax-desktop{
        display: none;
    }
    .kt-parallax-mobile{
        display: block;
    }
}

/*
@media (min-width: 650px) { 
  .kt-parallax-mobile {
    display: none;
  }
}

@media (max-width: 650px) { 
  .kt-parallax-desktop {
    display: none;
  }
}
.kt-features-section .position-relative img{
	float: left;
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
*/
 
.blog-detail-head span {
    display: none !important;
}  

.blog_details_py{
	padding-top: 110px;
	padding-bottom: 10px;
}
@media (max-width: 600px){
	.blog_details_py{
		padding-top: 80px;
	}
}

.nav-next {
    margin: 20px 0;
}

.post-navigation .nav-links {
    display: flex;
}
.post-navigation .nav-previous, .post-navigation .nav-next{
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    min-width: 50%;
}
.post-navigation .nav-next{
    text-align: right;
	margin-left: auto;
}
.post-navigation .nav-previous a strong, .post-navigation .nav-next a strong{
    font-weight: 400 !important;
}
.post-navigation .nav-previous a, .nav-next a {
    color: #43a8e6;
}
@media (max-width: 991px){
    .post-navigation .nav-previous{
        padding-right: 4px;
    }
    .post-navigation .nav-next{
        padding-left: 4px;
    }
}

.single-post .kt-features-section p , .blog .kt-imagebox-text-wrap p {
    text-align: justify !important;
}


h1.h3-elegant{
    font-family: 'Poppins',sans-serif;
    font-size: 44px;
    line-height: 1.4;
    margin: 0 0 23px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: initial;
}
@media (max-width: 575px){
    h1.h3-elegant{
        font-size: 28px;
    }
}

.partner img {
	width: 100%;
	height: auto;
}

/************Admin Login*****************/

.admin_auth .tml-rememberme-wrap{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.admin_auth .tml-rememberme-wrap .tml-checkbox{
	margin-bottom: 0;
	min-height: 20px;
	width: 20px;
}
.admin_auth .tml-rememberme-wrap .tml-label{
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
.admin_auth .tml-links{
	padding: 0;
}
.admin_auth .tml-links .tml-lostpassword-link{
	list-style: none !important;
	text-align: center !important;
	color: #40a2dd !important;
}
.admin_auth .tml-links .tml-register-link{
	display: none !important;
}

.admin_auth .tml-links .tml-login-link {
	list-style: none !important;
	text-align: center !important;
}
.admin_auth .tml-error{
	background-color: rgba(220, 50, 50, 0.1) !important;
}
.admin_auth .tml-links .tml-lostpassword-link a, .admin_auth .tml-links .tml-login-link a{
	color: #40a2dd !important;
}

.tawk-branding {
    display: none !important;
}

.kt-imageboxes-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}

/*****************************************/
			
.blog-search form {
    width: 100%;
    position: relative;
    display: flex;
    margin: 0 auto;
}
.blog-search input.search-field {
    width: 80% !important;
    outline: none;
    margin: 0 !important;
}
.blog-search button.blog-search-submit {
    width: 20%;
    text-align: center;
    color: #fff;
    border:none;
    background-color: rgba(142, 151, 161, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding: 0 !important;
    margin: 0 !important;
    border-radius:unset;
}
.blog-search button.blog-search-submit:hover {
    border-color: #fff;
}

/***************************************************/

/* Fix height consistency for all pagination elements */
.pagination-arrow,
.pagination-link,
.pagination-current,
.pagination-disabled {
    height: 36px !important; /* Fixed height */
    line-height: 36px !important; /* Vertical center text */
    min-height: 36px !important; /* Ensure minimum height */
    box-sizing: border-box !important; /* Include padding and border in height */
    display: inline-flex !important;
    align-items: center !important; /* Vertical center content */
    justify-content: center !important; /* Horizontal center content */
    vertical-align: middle !important; /* Align with other inline elements */
}

/* Specific arrow styling with consistent height */
.pagination-arrow {
    padding: 0 0.7em !important; /* Horizontal padding only */
    width: auto !important; /* Don't force width, let content determine */
    min-width: 36px !important; /* Minimum square size for arrows */
}

/* Link styling with consistent height */
.pagination-link {
    padding: 0 0.7em !important; /* Horizontal padding only */
    font-size: 16px !important;
    text-decoration: none !important;
    border: 1px solid #333 !important;
    background: transparent !important;
    border-radius: 3px !important;
    transition: all 0.3s ease !important;
}

/* Current page with consistent height */
.pagination-current {
    padding: 0 0.7em !important; /* Horizontal padding only */
    font-size: 16px !important;
    font-weight: bold !important;
    background-color: #3491ca !important;
    color: #fff !important;
    border: 1px solid #3491ca !important;
    border-radius: 3px !important;
}

/* Disabled state with consistent height */
.pagination-disabled {
    padding: 0 0.7em !important; /* Horizontal padding only */
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background: #1a1a1a !important;
    color: #C6C6C6 !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
}

/* SVG icon styling - ensure proper alignment */
.pagination-icon {
    width: 1.25em !important;
    height: 1.25em !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important; /* Remove any margins */
}

/* Ensure SVG fits properly within buttons */
.pagination-arrow .pagination-icon {
    width: 20px !important; /* Fixed width for consistency */
    height: 20px !important; /* Fixed height for consistency */
    fill: currentColor !important;
}

/* Container for pagination items */
.pagination-container {
    display: inline-flex !important;
    align-items: center !important; /* Vertical align all items */
    gap: 5px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

/* Make sure all pagination items have same baseline */
.pagination-container > * {
    vertical-align: middle !important;
    margin: 0 !important;
}

/* For the specific HTML structure you have */
span[aria-disabled="true"] .pagination-arrow,
span[aria-current="page"] .pagination-current {
    height: 36px !important;
    line-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Hover effects without changing height */
.pagination-link:hover {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: #555 !important;
    transform: translateY(-1px) !important; /* Subtle lift effect without changing height */
}

/* Mobile responsive adjustments */
@media (max-width: 640px) {
    .pagination-arrow,
    .pagination-link,
    .pagination-current,
    .pagination-disabled {
        height: 44px !important; /* Slightly taller for mobile touch targets */
        line-height: 44px !important;
        min-height: 44px !important;
        min-width: 120px !important; /* Wider for mobile */
        padding: 0 1em !important; /* More horizontal padding */
    }
    
    .pagination-arrow {
        min-width: 44px !important; /* Keep arrows square on mobile */
    }
}

/* If you're still having issues, add these force-override styles */
[role="navigation"][aria-label="Pagination Navigation"] .inline-flex {
    height: 36px !important;
    min-height: 36px !important;
    align-items: center !important;
}

[role="navigation"][aria-label="Pagination Navigation"] .px-2.py-2,
[role="navigation"][aria-label="Pagination Navigation"] .px-4.py-2 {
    height: 36px !important;
    line-height: 36px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Ensure text doesn't affect height */
[role="navigation"][aria-label="Pagination Navigation"] * {
    line-height: inherit !important;
}

/* If Tailwind is overriding heights, use important and more specific selectors */
nav[role="navigation"][aria-label="Pagination Navigation"] .pagination-arrow,
nav[role="navigation"][aria-label="Pagination Navigation"] .pagination-link {
    height: 36px !important;
    line-height: 36px !important;
}
/*******************************************/


.kt-form textarea {
	resize: none;
}

.kt-form input, .kt-form textarea, .kt-form select {
	outline: none;
	width: 100%;
	padding: 9px 18px 7px;
	color: #ccd7e0;
	font-size: 15px;
	font-weight: 400;
	background: transparent;
	border: none;
	background-color: rgba(142,151,161,0.06);
	border-bottom: 1px solid rgba(255,255,255,0.45);
	margin-bottom: 18px;
	min-height: 50px;
}

.kt-form input:hover, 
.kt-form textarea:hover, 
.kt-form input:focus, 
.kt-form textarea:focus {
	border-color: rgba(255,255,255,0.65);
	background: transparent;
}

.kt-form textarea:focus:hover, 
.kt-form input:focus:hover,
.kt-form select:focus:hover {
	color: #ccd7e0;
	border-color: rgba(255,255,255,0.65);
	background: transparent;
}

.kt-form input:-webkit-autofill,
.kt-form input:-webkit-autofill:hover,
.kt-form input:-webkit-autofill:focus,
.kt-form textarea:-webkit-autofill,
.kt-form textarea:-webkit-autofill:hover,
.kt-form textarea:-webkit-autofill:focus,
.kt-form select:-webkit-autofill,
.kt-form select:-webkit-autofill:hover,
.kt-form select:-webkit-autofill:focus {
	-webkit-text-fill-color: #ffffff;
	-webkit-box-shadow: 0 0 0px 1000px rgba(129,144,160,0.13) inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.kt-form input:-webkit-autofill::first-line {
	font-size: 17px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.kt-form input::-webkit-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:hover::-webkit-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea::-webkit-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:hover::-webkit-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input::-moz-placeholder{
	opacity: 1;
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:hover::-moz-placeholder{
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea::-moz-placeholder {
	opacity: 1;
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:hover::-moz-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:-ms-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:hover:-ms-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:-ms-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:hover:-ms-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:-moz-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:hover:-moz-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:-moz-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:hover:-moz-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}

.kt-form button[type="submit"] {
	
.kt-form textarea {
	resize: none;
}

.kt-form input, .kt-form textarea, .kt-form select {
	outline: none;
	width: 100%;
	padding: 9px 18px 7px;
	color: #ccd7e0;
	font-size: 15px;
	font-weight: 400;
	background: transparent;
	border: none;
	background-color: rgba(142,151,161,0.06);
	border-bottom: 1px solid rgba(255,255,255,0.45);
	margin-bottom: 18px;
	min-height: 50px;
}

.kt-form input:hover, 
.kt-form textarea:hover, 
.kt-form input:focus, 
.kt-form textarea:focus {
	border-color: rgba(255,255,255,0.65);
	background: transparent;
}

.kt-form textarea:focus:hover, 
.kt-form input:focus:hover,
.kt-form select:focus:hover {
	color: #ccd7e0;
	border-color: rgba(255,255,255,0.65);
	background: transparent;
}

.kt-form input:-webkit-autofill,
.kt-form input:-webkit-autofill:hover,
.kt-form input:-webkit-autofill:focus,
.kt-form textarea:-webkit-autofill,
.kt-form textarea:-webkit-autofill:hover,
.kt-form textarea:-webkit-autofill:focus,
.kt-form select:-webkit-autofill,
.kt-form select:-webkit-autofill:hover,
.kt-form select:-webkit-autofill:focus {
	-webkit-text-fill-color: #ffffff;
	-webkit-box-shadow: 0 0 0px 1000px rgba(129,144,160,0.13) inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.kt-form input:-webkit-autofill::first-line {
	font-size: 17px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.kt-form input::-webkit-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:hover::-webkit-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea::-webkit-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:hover::-webkit-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input::-moz-placeholder{
	opacity: 1;
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:hover::-moz-placeholder{
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea::-moz-placeholder {
	opacity: 1;
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:hover::-moz-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:-ms-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:hover:-ms-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:-ms-input-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:hover:-ms-input-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-ms-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:-moz-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form input:hover:-moz-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:-moz-placeholder {
	color: #9aa4ad;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.kt-form textarea:hover:-moz-placeholder {
	color: #ccd7e0;
	-webkit-transition: all 0.4s ease 0s;
		 -o-transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}

.kt-form button[type="submit"] {
	outline: none;
	width: 100%;
	margin-top: 15px;
	padding: 12px 54px;
	border: 1px solid #686868;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	background-color: rgba(127,127,127,0);
}

.kt-form button[type="submit"]:hover {
	background-color: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,1);
}

.kt-form button[type="submit"]:hover {
	background-color: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,1);
}
