:root {
	--ff-instrument-sans: "Instrument Sans", serif;
	--color-primary: #0f0f0f;
	--color-primary-rgb: 15, 15, 15;
	--color-white: #fff;
	--color-white-rgb: 255, 255, 255;
	--color-black: #000;
	--color-black-rgb: 0, 0, 0;
	--color-1: #c5c5c5;
	--color-1-rgb: 197, 197, 197;
	--color-2: #f5f5f5;
	--color-2-rgb: 245, 245, 245;
	--color-3: #191919;
	--color-3-rgb: 25, 25, 25;
	--color-4: #313131;
	--color-4-rgb: 49, 49, 49;
	--color-5: #eaeaea;
	--color-5-rgb: 234, 234, 234;
}

a {
	color: unset;
	text-decoration: none;
}

a:focus {
	outline: 0 solid;
}

a:hover {
	text-decoration: none;
	color: unset;
}

img {
	max-width: 100%;
	height: auto;
}

.background-image, [data-bg-src] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0;
	font-family: var(--ff-instrument-sans);
	color: var(--color-black);
	font-weight: 600;
}

h2, .h2 {
	font-size: 100px;
	line-height: 110%;
}

h3, .h3 {
	font-size: 80px;
	line-height: 112.5%;
	letter-spacing: -2px;
}

@media only screen and (max-width: 1199.98px) {
	h2, .h2 {
		font-size: 90px;
	}
	
	h3, .h3 {
		font-size: 70px;
	}
}

@media only screen and (max-width: 991.98px) {
	h2, .h2 {
		font-size: 70px;
	}
	
	h3, .h3 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 767.98px) {
	h2, .h2 {
		font-size: 48px;
	}
	
	h3, .h3 {
		font-size: 40px;
	}
}

html {
	overflow-x: clip;
}

body {
	overflow-x: clip;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	background-color: var(--color-white);
	color: var(--color-primary);
	font-family: var(--ff-instrument-sans);
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset !important;
}

body::-webkit-scrollbar {
	width: .3em;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

body::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
	border-radius: 10px;
}

#smooth-content {
	background-color: var(--color-white);
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.optech-full-btn i, .optech-full-btn svg {
	transform: rotate(-45deg);
	color: var(--color-primary);
	margin-bottom: -5px;
}

.slider-button-wrap-arrow-three svg, .slider-button-wrap-arrow-three i {
	opacity: .2;
	transition: all .4s;
}

@keyframes anim-ripple {
	from {
		opacity: 1;
		transform: scale3d(.75, .75, 1);
	}
	
	to {
		opacity: 0;
		transform: scale3d(2, 2, 1);
	}
}

.menuBar-toggle svg, .menuBar-toggle i {
	color: var(--color-primary);
	width: 40px;
	height: 35px;
}

.menuBar-toggle .has-extend svg, .menuBar-toggle .has-extend i {
	color: var(--color-primary);
}

@-webkit-keyframes slide_down_site {
	from {
		transform: translateY(-150%);
	}
	
	to {
		transform: translateY(0);
	}
}

@keyframes slide_down_site {
	from {
		transform: translateY(-150%);
	}
	
	to {
		transform: translateY(0);
	}
}

.desktop-sidemenu .sidemenu-header .btn-close i, .desktop-sidemenu .sidemenu-header .btn-close svg {
	color: var(--color-white);
	width: 18.414px;
	height: 18.414px;
	flex-shrink: 0;
	transition: all .5s ease;
}

.desktop-sidemenu .sidemenu-header .btn-close:hover i, .desktop-sidemenu .sidemenu-header .btn-close:hover svg {
	transform: rotate(-45deg) scale(1.3);
}

.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info .stars ul li i, .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info .stars ul li svg {
	color: var(--color-white);
}

.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .quanto-menu-toggle i, .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .quanto-menu-toggle svg {
	color: var(--color-white);
	line-height: 1;
	font-size: 30px;
	font-weight: 100;
}

@media only screen and (max-width: 1199.98px) {
	.quanto-hero__content .title span svg, .quanto-hero__content .title span img {
		width: 80px;
		height: 80px;
	}
}

@media only screen and (max-width: 767.98px) {
	.quanto-hero__content .title span svg, .quanto-hero__content .title span img {
		display: none;
	}
}

.quanto-hero__content .title span svg, .quanto-hero__content .title span img {
	animation: spinner 9s linear infinite;
}

.quanto-hero4__content .title br {
	display: none;
}

@media only screen and (min-width: 1600px) {
	.quanto-hero4__content .title br {
		display: block;
	}
}

@media only screen and (max-width: 1199.98px) {
	.quanto-hero4__content .title img, .quanto-hero4__content .title svg {
		max-height: 60px;
		max-width: 100px;
	}
}

@media only screen and (max-width: 767.98px) {
	.quanto-hero4__content .title img, .quanto-hero4__content .title svg {
		max-height: 40px;
		max-width: 80px;
	}
}

@keyframes btn-up-down {
	from {
		transform: translateY(-10px);
	}
	
	to {
		transform: translateY(10px);
	}
}

@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

.quanto-service-box4 svg {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	display: grid;
	place-content: center;
	color: var(--color-primary);
}

@media only screen and (max-width: 991.98px) {
	.quanto-service-box4 svg {
		order: 0;
		margin-bottom: 20px;
	}
}

.quanto-service-details-section .service-benefits .benefits-list ul li svg {
	flex-shrink: 0;
}

@media only screen and (max-width: 767.98px) {
	.quanto-testimonial__prev i, .quanto-testimonial__prev svg, .quanto-testimonial__next i, .quanto-testimonial__next svg {
		font-size: 15px;
	}
}

.marquee-container .marquee .marquee-item-container .marquee-item svg, .marquee-container .marquee .marquee-item-container .marquee-item i, .marquee-container .marquee .marquee-item-container .marquee-item img {
	margin: 0 60px;
}

.marquee-container .marquee .marquee-item-container .marquee-item svg {
	width: 150px;
	height: 150px;
}

@media only screen and (max-width: 1199.98px) {
	.marquee-container .marquee .marquee-item-container .marquee-item svg {
		width: 120px;
		height: 120px;
		margin: 0 30px;
	}
}

@media only screen and (max-width: 991.98px) {
	.marquee-container .marquee .marquee-item-container .marquee-item svg {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (max-width: 767.98px) {
	.marquee-container .marquee .marquee-item-container .marquee-item svg {
		width: 80px;
		height: 80px;
	}
}

.quanto-pricing-box .pricing-list ul li svg path {
	transition: all .3s ease-in-out;
}

.quanto-pricing-box:hover .pricing-list ul li svg path {
	fill: var(--color-white);
}

@media only screen and (max-width: 991.98px) {
	.error__content svg {
		width: 80px;
		height: 80px;
	}
}

@media only screen and (max-width: 991.98px) {
	.footer__center-content.style-2 .scroll-to-top i, .footer__center-content.style-2 .scroll-to-top svg {
		width: 120px;
		height: 120px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.footer-six a img, .footer-six a svg {
		height: 25px;
	}
}

.footer-let-connect span svg {
	transition: all .3s ease;
}

@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

@keyframes upDown {
	0% {
		transform: translateY(0);
	}
	
	100% {
		transform: translateY(20px);
	}
}

@keyframes scroll_x {
	0% {
		left: 0;
	}
	
	100% {
		left: -100%;
	}
}

li {
	list-style: none;
}

.page--content h1, .page--content h2, .page--content h3, .page--content h4, .page--content h5, .page--content h6 {
	letter-spacing: 0;
}