/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
header#site-header {
	position: sticky;
	top: 0;
	z-index: 9999;
}

.home #main #content-wrap {
	padding: 0;
}

.sub-title-border .elementor-widget-container::after,
.sub-title-border .elementor-widget-container::before {
	content: "";
	width: 35px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--e-global-color-3a1165a);
}

.sub-title-border .elementor-widget-container::after {
	left: 0;
}

.sub-title-border .elementor-widget-container::before {
	right: 0;
}

.box-number .elementor-heading-title::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	right: 0;
	transform: skew(-19deg);
	z-index: -1;
	width: 150px;
	border: solid 5px #ffffff;
	background: var(--e-global-color-3a1165a);
}

.service-box {
	overflow: hidden;
}

.service-box::before {
	content: "";
	width: 60px;
	height: 8px;
	position: absolute;
	bottom: 0;
	border-radius: 0;
	right: 0;
	opacity: 0;
	transition: all .3s;
	left: 0;
	z-index: 1;
	background: linear-gradient(-150deg, var(--e-global-color-3a1165a) 5%, var(--e-global-color-3a1165a) 95%);
}

.service-box:hover::before {
	width: 100%;
	opacity: 1;
	border-radius: 0;
	transition: all .3s;
}

.service-btn a.elementor-button {
	width: 60px;
	height: 60px;
	border-radius: 62% 38% 26% 74% / 35% 51% 49% 65%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-box .box-number {
	transition: all .3s;
}

.service-box:hover .box-number,
.service-box .service-btn {
	opacity: 0;
}

.service-box:hover .service-btn {
	top: 35px !important;
	opacity: 1;
	transition: all .3s;
}

.service-btn a.elementor-button span.elementor-button-icon i {
	font-size: 17px;
}

.hero-label .elementor-widget-container {
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-label .elementor-widget-container::before {
	width: 0;
	height: 0;
	border-top: 52.4px solid var(--e-global-color-3a1165a);
	border-right: 59px solid transparent;
	content: "";
	position: absolute;
	right: -59px;
	top: 0;
	bottom: 0;
}

.hero-btn a.elementor-button span.elementor-button-icon {
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
}

.hero-btn a.elementor-button {
	position: relative;
	overflow: hidden;
}

.hero-btn a.elementor-button::before {
	content: "";
	position: absolute;
	bottom: -24px;
	right: -48px;
	top: 0;
	background: #000f21;
	z-index: 0;
	width: 0;
	border-radius: 4px;
	transition: all .3s ease-in-out 0s;
	transform-origin: 0 0;
	transform: rotate(-20deg);
	width: 50%;
}

.hero-btn a.elementor-button:hover::before {
	width: 55%;
}

.service-flex .elementor-column-gap-default {
	column-gap: 30px;
}

.img-element::after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 240px solid;
	border-right: 114px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-color: var(--e-global-color-3a1165a);
}

.about-imgbox figure.elementor-image-box-img {
	min-width: 115px !important;
	background: rgba(45, 197, 95, 0.17);
	box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 16px 0px;
	border-radius: 6px;
	border-bottom: 4px solid var(--e-global-color-3a1165a);
	margin-right: 25px !important;
	transition: all .3s;
}

.about-imgbox figure.elementor-image-box-img img {
	max-width: 75px;
	padding-top: 20px;
	filter: brightness(0.5);
}

a.link-color {
	color: var(--e-global-color-3a1165a);
	font-weight: 700;
}

.about-imgbox:hover figure.elementor-image-box-img {
	background: #FFFFFF;
}

.border-right-element .elementor-widget-container::before {
	display: none;
}

.img-elment-item::before {
	content: '';
	background: url('/gqs/wp-content/uploads/2021/04/chart-finance.png');
	width: 390px !important;
	height: 100%;
	top: 76% !important;
	left: 64% !important;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top;
	animation: floating-animate-model 2s infinite linear;
}

.get-touch-btn {
	width: 22% !important;
}

@keyframes floating-animate-model {
	0% {
		transform: translateY(-30px);
	}

	50% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(-30px);
	}
}

.inzofin-testimonials-slider .slick-arrow {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--e-global-color-3a1165a);
	border-radius: 50%;
	cursor: pointer;
	top: 56%;
	position: absolute;
	transform: translateY(-56%);
	z-index: 999;
	transition: all .3s;
	border: solid 2px var(--e-global-color-3a1165a);
}

.inzofin-testimonials-slider .slick-arrow:hover {
	border: solid 2px #fff;
	background-color: #070e20;
}

.inzofin-testimonials-slider .slick-arrow svg {
	height: 20px;
	width: 20px;
}

.inzofin-testimonials-slider .slick-arrow svg path {
	fill: #FFFFFF;
}

span.prev-testimonials-arrow.slick-arrow {
	left: 0;
}

span.next-testimonials-arrow.slick-arrow {
	right: 0;
}

h3.inzofin-testimonial-title {
	line-height: 32px;
	font-family: Source Sans Pro;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.inzofin-testimonial-text {
	font-size: 27px;
	line-height: 1.63;
	font-weight: 700;
	font-family: Source Sans Pro;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.inzofin-testimonial-text p {
	margin: 0;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.inzofin-testimonial-image img {
	width: auto;
	max-width: 100px !important;
	border: solid 6px var(--e-global-color-3a1165a) !important;
	border-radius: 50% !important;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 18px;
}

.inzofin-testimonial-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 7% 40px 7%;
	margin: auto;
	position: relative;
}

.inzofin-testimonial-inner::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50px;
	border: solid 4px #1a7ef229;
	border-radius: 6px;
	z-index: -1;
	width: 95.5%;
	margin: auto;
}

.inzofin-testimonial-text::before {
	content: "";
	position: absolute;
	left: 240px;
	top: -144px;
	z-index: -1;
	bottom: 0px;
	width: 400px;
	height: 491px;
	transform: skew(-20deg);
	background: rgba(45, 197, 95, 0.11);
}

.inzofin-testimonial-inner::after {
	content: "\e67e";
	font-family: 'themify';
	font-size: 200px;
	line-height: 239px;
	position: absolute;
	color: var(--e-global-color-3a1165a);
	bottom: -59px;
	z-index: -1;
	opacity: 0.2;
	right: 100px;
	animation: blink 1.5s linear infinite;
}

.content-area {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

a.inzofin-team-item img {
	width: 100%;
	max-width: 270px;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 7%);
	background: #FFFFFF;
	transform: scale(1);
}

.inzofin-team-list .slick-track {
	margin: 10px 0px;
}

.inzofin-team-list .slick-slide {
	margin: 0 10px;
	position: relative;
}

.inzofin-team-list .slick-list {
	margin: 0 -10px;
}

a.inzofin-team-item::before {
	content: '';
	background: rgba(7, 14, 32, 0.55);
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .2s;
	z-index: 1;
}

a.inzofin-team-item:hover::before {
	height: 100%;
	bottom: 0;
	transition: .4s ease;
}

#main #content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

i.ti-star {
	color: #ffc400;
	font-size: 19px;
	letter-spacing: 3px;
}

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

.footer-locton-item span.elementor-icon i {
	font-size: 21px;
}

.footer-locton-item span.elementor-icon {
	width: 46px;
	height: auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

.footer-locton-item span.elementor-icon::before {
	content: "";
	position: absolute;
	left: -16px;
	top: 50%;
	transform: translateY(-50%) skewX(-18deg);
	width: 70px;
	padding: 0;
	bottom: 0;
	height: 50px;
	transition: all .3s;
	z-index: 0;
	background: var(--e-global-color-3a1165a);
}

.footer-locton-item .elementor-icon-box-wrapper {
	overflow: hidden !important;
	z-index: 99999;
	position: relative;
}

.footer-locton-item.bg-blue span.elementor-icon::before {
	background: #070e20;
}

.bg-green::after {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	background: var(--e-global-color-3a1165a);
	right: 0;
	transform: skewX(-19deg);
	z-index: 0;
	width: 5000px;
	border-left: solid 8px #ffffff;
}

.footer-locton-item .elementor-icon-box-description a {
	color: #FFFFFF;
}

.footer-title-item .elementor-heading-title::before {
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 14px;
	background: var(--e-global-color-3a1165a);
}

.footer-social-icon .elementor-icon:hover {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.footer-info::after {
	content: "";
	position: absolute;
	top: -98px;
	bottom: -65px;
	left: -659px;
	z-index: 0;
	width: 0;
	height: 0;
	border-bottom: 1000px solid #070e20;
	border-left: 1000px solid transparent;
}

div#site-header-inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.service-box .elementor-image-box-img a::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.service-box .elementor-widget-image-box {
	height: 100%;
}

.footer-info::before {
	content: "";
	position: absolute;
	top: -67px;
	left: -806px;
	bottom: -65px;
	right: -25px;
	background: #0e162b;
}

.footer-info .elementor-widget-wrap {
	z-index: 1;
}

.footer-link-sec::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: #070e20;
}

.service-flex-2 .elementor-container,
.footer-link-sec .elementor-container {
	max-width: 90%;
}

.blog-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.blog-title {
	font-family: 'Source Sans Pro';
	color: #252525;
	line-height: 30px;
	font-size: 24px;
	font-weight: 700;
	border: solid 2px #f1f1f1;
	padding: 25px;
	background: #FFFFFF;
	margin: -30px 10px 0;
	z-index: 9;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.blog-title:hover {
	color: var(--e-global-color-3a1165a);
}

.blog-title::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 0;
	height: 4px;
	background: var(--e-global-color-3a1165a);
	border-radius: 30px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}

a.blog-box:hover .blog-title::after {
	opacity: 1;
	width: 100%;
	opacity: 1;
	transition: all 0.4s ease-in-out 0s;
}

.blog-image::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 0;
	height: 100%;
	opacity: 0;
	background: rgb(7 14 32 / 73%);
	transition: all 0.3s ease-in-out 0s;
}

.blog-image {
	position: relative
}

a.blog-box:hover .blog-image::after {
	width: 100%;
	right: 0;
	height: 100%;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

.blog-grid .slick-track {
	margin: 15px 0px;
}

.blog-grid .slick-slide {
	margin: 0 15px;
	position: relative;
}

.top-mail .elementor-widget-container {
	height: 50px;
	display: flex;
	align-items: center;
}

.header-email {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-email span.ti-email {
	color: #FFFFFF;
}

.top-mail:hover .header-email span.ti-email {
	animation: blinker 1s linear infinite;
}

.top-loction::before {
	content: "";
	position: absolute;
	left: -2200px;
	top: 0;
	bottom: 0;
	right: 0;
	transform: skew(-47deg);
	z-index: 0;
	width: 2512px;
	border-right: solid 8px #FFFF;
	background: var(--e-global-color-3a1165a);
}

@keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1.0;
	}
}

.top-loction .elementor-icon-box-content {
	z-index: 9;
}

div#top-bar {
	padding: 0;
}

div#top-bar-wrap {
	border: 0;
}

.topbar-sec .elementor-container {
	max-width: 90%;
}

ul.sub-menu {
	/* height: 450px;
	overflow-y: auto; */
	border: 0 !important;
}

.dropdown-menu ul li a.menu-link {
	padding: 12px 20px;
	transition: all .3s;
	position: relative;
}

.dropdown-menu ul li a.menu-link::before {
	/* content: "";
	position: absolute;
	top: 1px;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: rgba(245, 245, 245, 1);
	transition: all .3s;
	z-index: -1; */
}

.dropdown-menu ul li a.menu-link:hover::before {
	transition: all .3s;
	left: 0;
	right: 0;
}

a#scroll-top i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: var(--e-global-color-3a1165a);
	font-size: 14px;
	line-height: 40px;
}

a#scroll-top {
	background: transparent;
	position: fixed;
	bottom: 74px;
	right: 19px;
	z-index: 99;
}

a#scroll-top:hover {
	background: transparent;
}

.title-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 105px;
	padding-bottom: 105px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.title-banner::after {
	content: "";
	border-top: 392px solid;
	border-right: 147px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 67%;
	height: 600px;
	opacity: 0.2;
	border-top-color: var(--e-global-color-3a1165a);
}

.title-banner::before {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	content: '';
	background: rgba(0, 15, 33, 0.71);
}

.title-banner-inner {
	z-index: 9;
	position: relative;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 15px;
}

h1.title-banner-title {
	font-size: 42px;
	line-height: 1;
	word-break: break-word;
	text-shadow: 3px 1px 17px rgba(0, 0, 0, 0.4);
	z-index: 1;
	position: relative;
	color: #fff;
	font-family: Source Sans Pro;
	font-weight: 700;
	margin-bottom: 15px;
}

.title-banner-breadcrumbs {
	font-size: 16px;
	font-family: 'Source Sans Pro';
	font-weight: 400;
	line-height: 30px;
}

.title-banner-breadcrumbs a {
	color: #FFFFFF;
}

a.gqs-sidebar-recent-box {
	display: flex;
	align-items: center;
	gap: 15px;
	text-decoration: none !important;
	margin-bottom: 0;
	padding: 15px 20px;
	border-bottom: 1px solid var(--e-global-color-3a1165a);
}

.gqs-sidebar-recent-title {
	font-family: Source Sans Pro;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	border: 0;
	transition: .3s;
}

a.gqs-sidebar-recent-box:hover .gqs-sidebar-recent-title {
	color: var(--e-global-color-3a1165a);
}

h2.gqs-sidebar-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
	color: #ffffff;
	padding: 20px;
	background: var(--e-global-color-3a1165a);
	margin: 0;
}

.gqs-sidebar-recent-image img {
	height: 70px;
	width: 70px;
	min-width: 70px;
	object-fit: cover;
}

.gqs-sidebar-recent {
	border-radius: 11px;
	border: 1px solid var(--e-global-color-3a1165a);
	overflow: hidden;
}

a.gqs-sidebar-recent-box:last-child {
	border: 0;
}

aside#right-sidebar {
	position: sticky;
	top: 120px;
}

.header-email i.ti-mobile {
	color: #FFFFFF;
}

.service-box figure.elementor-image-box-img img {
	filter: brightness(0.5);
}

.contact-icon-box span.elementor-icon {
	width: 60px;
	height: 60px;
	background-color: var(--e-global-color-3a1165a);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.contact-icon-box span.elementor-icon::after {
	content: "";
	z-index: 1;
	position: absolute;
	left: 42px;
	top: 50%;
	transform: translateY(-50%) skewX(-23deg);
	width: 31px;
	padding: 0;
	bottom: 0;
	height: 60px;
	transition: all .3s;
	background: var(--e-global-color-3a1165a);
}

.contect-box-item:hover .contact-icon-box span.elementor-icon::after,
.contect-box-item:hover .contact-icon-box span.elementor-icon {
	background: #000f21 !important;
	transition: all .3s;
}

.contact-btn a.elementor-button::before {
	border-radius: 0;
	bottom: -16px !important;
	right: -30px !important;
}

.hero-btn.contact-btn a.elementor-button span.elementor-button-icon {
	right: 13px;
}


.hero-btn.contact-btn a.elementor-button span.elementor-button-icon i {
	font-size: 13px;
}

.contact-icon-box span.elementor-icon i {
	z-index: 9;
}

.submitColor {
	border-color: var(--e-global-color-3a1165a) !important;
	background: var(--e-global-color-3a1165a) !important;
	font-size: 16px !important;
	line-height: 1 !important;
	padding: 10px 15px !important;
}

li.menu-item a.menu-link .fa-angle-down:before {
	content: "\+";
}

.topbar-list span.elementor-icon-list-icon i.fab.fa-whatsapp {
	height: 22px;
	width: 22px;
	background: #25d366;
	border-radius: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

@media(max-width:1232px) and (min-width: 1080px) {
	div#site-logo {
		width: 102px;
	}

	div#site-navigation-wrap nav li a.menu-link {
		font-size: 10px;
	}

	.top-loction .elementor-icon-box-content h3.elementor-icon-box-title {
		font-size: 13px !important;
	}

	.top-loction .elementor-icon-box-wrapper {
		display: flex;
		align-items: center;
	}

	header#site-header #site-header-inner div#site-navigation-wrap {
		width: 90% !important;
	}
}

@media(min-width: 1081px) {
	img.moblie-logo {
		display: none !important;
	}

	.sf-menu ul.sub-menu {
		left: -100px;
	}

	header#site-header #site-header-inner div#site-navigation-wrap {
		width: 94%;
		right: initial;
		float: initial;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navigation li.megamenu-li.auto-mega .megamenu.col-2 {
		width: 550px !important;
	}


}

@media(max-width: 1080px) {
	.main-top-bar {
		display: none;
	}

	button.search-icon-dropdown,
	button.mobile-menu .oceanwp-text {
		display: none !important;
	}

	header#site-header {
		background: #FFFFFF !important;
	}

	i.fa.fa-bars {
		color: #171422;
		font-size: 20px;
	}

	a.custom-logo-link img {
		max-width: 139px;
	}

	#site-logo #site-logo-inner {
		height: auto !important;
	}

	button.mobile-menu {
		line-height: 1 !important;
	}

	a.custom-logo-link img {
		opacity: 1 !important;
		max-height: 50px !important;
	}

	div#site-header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 68px;
	}

	div#site-header-inner::after {
		display: none;
	}

	.oceanwp-mobile-menu-icon.clr.mobile-right {
		display: flex;
	}

	span.sidr-class-close-text {
		display: none;
	}

	button.sidr-class-toggle-sidr-close {
		padding: 0;
		background: transparent;
		border: 0 !important;
		display: block;
	}

	ul#sidr-id-menu-primary-menu-1 {
		max-width: 90%;
		margin: 0 auto;
		padding: 158px 15px 30px;
		padding-left: 2.428rem !important;
	}

	div#sidr {
		max-width: 400px !important;
		width: 90% !important;
		left: -400px;
	}

	ul#sidr-id-menu-primary-menu-1 li.sidr-class-menu-item {
		border: 0;
	}

	ul#sidr-id-menu-primary-menu-1 li.sidr-class-menu-item a {
		font-family: 'Source Sans Pro';
		padding: 0 !important;
		display: flex;
		align-items: center;
		line-height: 45px;
		font-weight: 600;
		color: #171422;
	}

	span.sidr-class-dropdown-toggle::before {
		height: 16px;
		width: 16px;
		font-size: 16px;
		color: var(--e-global-color-3a1165a);
		right: 0;
		left: inherit;
	}

	ul#sidr-id-menu-primary-menu-1 li.sidr-class-menu-item ul.sidr-class-sub-menu li.sidr-class-menu-item a {
		font-size: 14px;
		line-height: 18px !important;
		padding: 0 15px !important;
		margin: 10px 0px;
	}

	ul#sidr-id-menu-primary-menu-1 li.sidr-class-menu-item ul.sidr-class-sub-menu li.sidr-class-menu-item a::before {
		display: none;
	}

	ul.sidr-class-sub-menu {
		background: transparent !important;
		border: 0;
	}

	.sidr-class-dropdown-menu li.active>a>.sidr-class-dropdown-toggle:before {
		font-size: 30px !important;
	}

	button.sidr-class-toggle-sidr-close {
		padding: 0 !important;
		background: transparent !important;
		height: 32px;
		width: 32px !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 15px;
		top: 16px;
	}

	button.sidr-class-toggle-sidr-close i {
		padding: 0 !important;
	}

	ul#sidr-id-menu-primary-menu-1::after {
		content: '';
		background-image: url('/gqs/wp-content/uploads/2026/08/gqs-logo.png');
		height: 108px;
		width: 100%;
		position: absolute;
		top: 50px;
		right: 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 120px;
	}

	button.sidr-class-toggle-sidr-close i {
		transform: rotate(45deg);
	}

	.icon-close:before {
		content: "+" !important;
		font-size: 30px;
		color: var(--e-global-color-3a1165a);
		font-weight: 600;
	}

}

@media(max-width: 1024px) {

	.img-elment-item::before,
	.img-element::after {
		display: none;
	}

	.inzofin-testimonial-text::before {
		left: 50%;
		transform: skew(-20deg) translateX(-50%);
	}

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

	a.inzofin-team-item img {
		max-width: 100%;
	}

	.footer-info::after {
		display: none;
	}

	.footer-info::before {
		background: #070e20;
	}

}

@media(max-width: 767px) {
	.hero-label .elementor-widget-container::before {
		display: none;
	}

	.hero-label .elementor-widget-container {
		height: 32px;
	}

	.hero-btn a.elementor-button::before {
		right: -35px;
	}

	.hero-btn a.elementor-button span.elementor-button-icon {
		right: 10px;
		font-size: 14px;
	}

	.about-imgbox .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
	}

	.about-imgbox figure.elementor-image-box-img {
		margin-right: 15px !important;
	}

	.about-imgbox .elementor-image-box-title,
	.about-imgbox .elementor-image-box-description {
		text-align: left;
	}

	.about-imgbox figure.elementor-image-box-img img {
		max-width: 50px;
	}

	.about-btn a.elementor-button span.elementor-button-icon {
		right: 21px;
		font-size: 16px;
	}

	.inzofin-testimonial-text {
		font-size: 15px;
	}

	.inzofin-testimonial-text p {
		-webkit-line-clamp: 8;
	}

	.inzofin-testimonials-slider .slick-arrow {
		top: 34%;
		transform: translateY(-50%);
	}

	.btn-width .hero-btn a.elementor-button span.elementor-button-icon {
		right: 21px;
		font-size: 15px;
	}

	.btn-width .hero-btn a.elementor-button::before {
		right: -48px;
	}

	.service-box::before {
		bottom: 30px;
	}

	.title-banner {
		padding: 60px 0;
	}

	h1.title-banner-title {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 12px;
	}
}

@media(max-width: 600px) {
	.inzofin-testimonial-text::before {
		display: none;
	}

	.inzofin-testimonial-inner::after {
		font-size: 100px;
		line-height: 167px;
		bottom: -59px;
		right: 50px;
	}

	a#scroll-top {
		width: 40px !important;
		height: 30px !important;
	}

	.title-banner::after {
		border-top: 425px solid var(--e-global-color-3a1165a);
	}
}