@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
	position: relative;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	color: rgb(0, 0, 0);
	padding: 0px;
	overflow-x: hidden !important;
	margin: 0px;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 16px;
	color: rgb(0, 0, 0);
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	line-height: 28px;
}

p:last-child {
	margin: 0 !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: rgb(0, 0, 0);
	padding: 0px;
	font-family: Montserrat, sans-serif;
}

a {
	text-decoration: none;
	transition: 0.5s ease-in-out;
	font-family: Montserrat, sans-serif;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

:root {
	--primary-color: #FFFFFF;
	--secondary-color: #0A0A0A;
	--text-color: #f8f8f8;
	--bg-color: #060606;
	--accent-color: #A93E17;
	--accent-secondary-color: #15399A;
	--divider-color: #FFFFFF0F;
	--dark-divider-color: #FFFFFF33;
	--error-color: rgb(230, 87, 87);
	--default-font: "Montserrat", sans-serif;
}


.herotext p {
	color: #fff;
	line-height: 21px;
	margin-bottom: 20px;
}

.herotext h1 {
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 35px;
}

.hero-pera-herd {
	font-weight: 500;
	font-size: 28px;
	line-height: 35px !important;
}

.pera-heading-hero {
	font-size: 16px;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
	background: #000;
}

.header-top {
	padding: 5px 0;
	background: #EDA921;
}

.header-top p {
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.social-links {
	position: relative;
}

.info-list {
	position: absolute;
	right: 0;
	bottom: -12px;
}

.info-list {
	list-style-type: none;
	margin: 0;
}

.info-list li {
	float: left;
	padding-right: 22px;
}

.info-list li a {
	color: #000;
	font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
	color: #eda921;
}

.info-list li:last-child {
	padding-right: 0;
}

.info-list li:last-child img {
	padding-right: 5px;
}

.header-bottom {
	background: #000000;
	border-radius: 10px;
	padding: 10px 0;
	position: relative;
}

/* .header-bottom:before{content: ""; width: calc(100% - 40px); height: 15px; background: #001647; position: absolute; left: 20px; bottom: -15px; opacity: 0.2;  border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;} */

.mainmenu {
	text-align: right;
	display: flex;
	float: right;
}

.mainmenu li {
	position: relative;
	display: inline-block;
}

.mainmenu li a {
	display: block;
	padding: 0 24px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 16px;
	position: relative;
}

/* .mainmenu li a:after {opacity:0; content:'ã†'; position:absolute; top:55%; left:50%; font-size:110%; transform:translateX(-50%); text-shadow: transparent 0px 0px; transition: text-shadow 0.3s, color 0.3s; color:#fff;}
.mainmenu li:hover a:after {opacity:1; transition: text-shadow 0.3s, color 0.3s; text-shadow: 8px 0 #ffffff, -8px 0 #ffffff; color:#fff;} */
.mainmenu li .ul-wid {
	width: 235px;
}

.mainmenu li ul {
	position: absolute;
	left: 0;
	top: 55px;
	width: 500px;
	max-width: 500px;
	background-color: #000;
	text-align: left;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	padding: 0 15px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

.mainmenu li:hover ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.mainmenu li ul li {
	width: 100%;
}

.mainmenu li ul li a {
	padding: 5px 5px;
	font-weight: 400;
	color: #fff;
	transition: all .3s;
	border-bottom: 1px solid #f5f5f561;
	font-size: 14px;
}

.mainmenu li ul li a:hover {
	color: #000;
}

.mainmenu li ul li a:hover {
	background: #fff;
}

.mainmenu li ul li:last-child a {
	border-bottom: none;
}


.info-list li img {
	margin: 0 auto;
}


.btn-style-one {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	padding: 15px 50px;
	font-weight: 700;
	letter-spacing: 0px;
	overflow: hidden;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	background: rgb(255, 170, 23);
}

.theme-btn {
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	transition: 0.3s;
	z-index: 0;
}

.btn-style-one::before {
	position: absolute;
	left: 0px;
	top: 0%;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgb(0, 0, 0);
	transform: scale(1, 0);
	transform-origin: left bottom;
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms;
	z-index: -1;
}

.btn-style-one:hover::before {
	transform-origin: right top;
	transform: scale(1, 1);
}

.btn-style-one:hover {
	color: rgb(255, 255, 255);
}

.bg-one {
	background-color: var(--text-color);
}


.section-title {
	margin-bottom: 40px;
}

.section-title {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	background: rgb(237, 169, 33);
	border-radius: 100px;
	padding: 10px 50px;
	margin-bottom: 20px;
}

.section-title::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
	background: url("../asset/img/icon-sparkle.svg") left center / cover no-repeat;
	width: 16px;
	height: 16px;
	filter: brightness(0);
}

.section-title::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	background: url("../asset/img/icon-sparkle.svg") right center / cover no-repeat;
	width: 16px;
	height: 16px;
	filter: brightness(0);
}

.title-heading {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
}

.about-us {
	padding: 80px 0px 50px;
}

.about-us .section-title.section-title-center {
	max-width: 1080px;
}

.about-us .section-title h2 span {
	background: var(--accent-secondary-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0px 5px;
}

.about-us .section-title h2 span img {
	max-width: 20px;
}

.about-us .section-title h2 span:nth-child(2) {
	background: var(--accent-color);
}

.text-effect .line {
	width: 100%;
	color: var(--dark-divider-color);
	background-clip: text;
	background-size: 0%;
}

.about-us-box {
	background: #f5f5f5;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid rgba(237, 169, 33, 0.85);
}

.about-us-item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 40px;
}

.about-item-content {
	width: calc(100% - 90px);
}

.about-item-content p {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
}

.about-item-content p {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.about-us-item .icon-box {
	position: relative;
	background: #d5d5d5;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-us-item .icon-box::before {
	content: "";
	position: absolute;
	inset: 0px;
	background: #eda921;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	transform: scale(0);
	transition: 0.4s ease-in-out;
}

.about-us-box:hover .about-us-item .icon-box::before {
	transform: scale(1);
}

.about-us-item .icon-box img {
	position: relative;
	max-width: 20px;
	z-index: 1;
	filter: invert(1);
}

.about-item-image {
	width: 100%;
	align-content: end;
	text-align: left;
}

.about-item-image img {
	max-height: 80px;
	filter: brightness(.5);
}

.stack {
	font-size: 30px;
	font-weight: 600;
}

.how-it-work {
	padding: 80px 0px;
}

.how-work-item {
	background: rgb(248, 248, 248);
	border: 1px solid rgb(223, 223, 223);
	border-radius: 20px;
	padding: 40px 35px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	position: relative;
}

.how-work-item:last-child {
	margin-bottom: 0px;
}

.how-work-header {
	border-right: 1px solid rgb(223, 223, 223);
	margin-right: 40px;
	padding-right: 40px;
}

.how-work-header .icon-box {
	position: relative;
	background: rgb(223, 223, 223);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.how-work-item .how-work-header .icon-box::before {
	content: "";
	position: absolute;
	inset: 0px;
	background: #c3c3c3;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	transform: scale(0);
	transition: 0.4s ease-in-out;
}

.how-work-item:hover .how-work-header .icon-box::before {
	transform: scale(1);
}

.how-work-header .icon-box img {
	position: relative;
	z-index: 1;
}

.how-work-step-no {
	text-align: center;
	margin-top: 15px;
}

.how-work-step-no p {
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	margin: 0px;
	font-weight: 500;
}

.how-work-item-content {
	width: calc(100% - 150px);
}

.how-work-item-content h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.how-work-item-content p {
	margin: 0px;
}

.how-work-video-content {
	position: sticky;
	top: 30px;
	margin-left: 15px;
}

.how-work-video {
	width: 100%;
}

.how-work-video video {
	width: 100%;
	height: 700px;
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
}

.section-footer-text {
	margin-top: 30px;
	text-align: center;
}

.how-work-video-content .section-footer-text {
	margin: 30px 30px 0px;
}

.section-footer-text p {
	margin-bottom: 0px;
}

.section-footer-text span {
	font-size: 14px;
	font-weight: 500;
	background-size: 200%;
	color: var(--primary-color);
	padding: 3px 12px;
	border-radius: 99px;
	margin-right: 10px;
	transition: 0.4s ease-in-out;
}

.section-footer-text p:hover span {
	background-position: right center;
}

.section-footer-text p a {
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: 0.3s ease-in-out;
	color: rgb(237, 169, 33) !important;
}

.section-footer-text p a:hover {
	color: var(--primary-color);
}

.section-title.dark {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

.section-title::after {
	filter: sepia(1);
}

.section-title::before {
	filter: sepia(1);
}

.about-text {
	position: relative;
}

.about-text img {
	position: absolute;
	top: 0px;
	width: 65%;
	right: 0px;
	filter: hue-rotate(45deg);
}

.bg-yellow {
	background: url("../images/bg-map.png") center center / cover no-repeat rgb(237, 169, 33);
	width: 100%;
	padding-top: 50px;
}

.bg-gray {
	background-image: url("https://www.seotechexperts.ae/ajman/images/bg-04.jpg");
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 50px;
}

.about-img {
	margin-left: 40px;
	position: relative;
	z-index: 1;
	padding: 54px;
}

.img-custom-anim-left {
	animation: 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s 1 normal forwards running img-anim-left;
	opacity: 1;
}

.about-img img {
	border-radius: 20px;
	height: 100%;
	width: 100%;
}

.about-img .shape-box {
	bottom: 14px;
	position: absolute;
	right: 15px;
	width: 30%;
}

.float-bob-y {
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-name: float-bob-y;
	animation-timing-function: linear;
}

.about-img .line-shape {
	left: -7px;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 590px;
	z-index: -1;
}

.why-choose-us-four {
	position: relative;
	padding: 50px 0px;
}

.why-choose-us-four .content-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}

.why-choose-us-four .content-column .inner-column {
	position: relative;
	padding-top: 2px;
}

.why-choose-us-four .content-column .inner-column i {
	color: #eda921;
}

@media only screen and (max-width: 1199px) {
	.why-choose-us-four .content-column .inner-column {
		padding-left: 0px;
	}
}

.why-choose-us-four .content-column .sec-title {
	margin-bottom: 40px;
}

.why-choose-us-four .content-column .sec-title h3 {
	font-size: 24px;
	color: var(--theme-color4);
	margin-top: 35px;
}

.why-choose-us-four .content-column .sec-title .text {
	margin-top: 25px;
}

.why-choose-us-four .content-column .blockquote-one {
	margin-bottom: 50px;
}

.why-choose-us-four .content-column .btn-box {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 40px;
}

.why-choose-us-four .image-column {
	position: relative;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
	.why-choose-us-four .image-column {
		display: none;
	}
}

.why-choose-us-four .image-column .inner-column {
	position: relative;
	margin-right: -10px;
}

@media only screen and (max-width: 1199px) {
	.why-choose-us-four .image-column .image-box {
		text-align: center;
	}
}

.why-choose-us-four .image-column .image-box .bg-shape {
	background-image: url("https://html.kodesolution.com/2025/arotech-html/images/icons/shape-13.png");
	position: absolute;
	left: -150px;
	top: 50%;
	width: 493px;
	height: 493px;
	transform: translateY(-50%);
}

.why-choose-us-four .image-column .image-box .image-1 {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	max-width: 296.6px;
}

.why-choose-us-four .image-column .image-box .image-1 img {
	width: 100%;
}

.why-choose-us-four .image-column .image-box .image-2 {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	max-width: 296.6px;
}

.why-choose-us-four .image-column .image-box .image-2 img {
	width: 100%;
}

.why-choose-us-four .image-column .image-box .image-3 {
	position: absolute;
	right: 35px;
	top: 92px;
	margin-bottom: 0px;
	max-width: 296.6px;
}

.why-choose-us-four .image-column .image-box .image-3 img {
	width: 100%;
}

@media only screen and (max-width: 1199px) {
	.why-choose-us-four .image-column .image-box .image-3 {
		display: none;
	}
}

.clients-section {
	background: var(--text-color);
	overflow: hidden;
	padding: 40px 0px;
}

.slider {
	height: 100px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slide-track {
	display: flex;
	width: calc(4000px);
	animation: 40s linear 0s infinite normal none running scroll;
}

.slide {
	height: 100px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide img {
	width: auto;
	height: 50%;
	object-fit: contain;
}

@keyframes scroll {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(-50%);
	}
}

#projects-1 .col-md-4 {
	padding: 0px 10px;
}

.projects-section {
	overflow: hidden;
}

.project-1 {
	position: relative;
	top: 0px;
	z-index: 999;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(221, 221, 221);
	padding: 30px 25px;
	margin-bottom: 20px;
	border-radius: 6px;
	transition: 400ms ease-in-out;
}

.bg-lightcyan .project-1,
.bg-lightgrey .project-1 {
	background-color: rgb(255, 255, 255);
	border-color: transparent;
	box-shadow: rgba(56, 60, 67, 0.05) 0px 0px 0px 1px, rgba(56, 60, 67, 0.15) 0px 1px 3px 0px;
}

.project-1:hover {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(245, 245, 245);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 15px 0px;
}

.project-2 {
	margin-bottom: 30px;
	border-radius: 8px;
}

.project-3 {
	position: relative;
	top: 0px;
	z-index: 999;
	background-color: rgb(245, 245, 245);
	box-shadow: rgba(56, 60, 67, 0.05) 0px 0px 0px 1px, rgba(56, 60, 67, 0.15) 0px 1px 3px 0px;
	margin-bottom: 30px;
	border-radius: 8px;
	transition: 400ms ease-in-out;
}

.project-3:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 15px 0px;
	top: -10px;
}

.project-1 .project-data {
	border-top: 1px solid rgb(213, 213, 213);
	padding-top: 22px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: space-between;
}

.project-3 .project-data {
	padding: 35px 20px 20px;
	border-radius: 8px;
}

.project-3 .project-data h5 {
	color: rgb(117, 117, 117);
	padding: 0px 10px;
	margin-bottom: 20px;
}

.pd-box {
	display: block;
	margin-bottom: 6px;
}

.pd-box h5 {
	display: inline-block;
	float: left;
	font-weight: 800;
	margin-right: 12px;
	margin-bottom: 0px;
	color: rgb(0, 0, 0);
	font-size: 16px;
}

.project-1 p.p-sm {
	color: rgb(51, 51, 51);
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

.pd-box h5 i {
	margin-right: 3px;
	color: rgb(237, 169, 33);
}

.pd-box p {
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 0px;
}

.project-1 img {
	margin-bottom: 10px;
}

.project-3 .project-data img {
	padding-right: 50%;
}

.project-3 .project-preview img {
	border-radius: 0px 0px 8px 8px;
}

.project-description {
	position: absolute;
	z-index: 20;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.project-description img {
	padding: 0px 22%;
}

.project-description p {
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.project-description p::before {
	display: block;
	content: "";
	height: 1px;
	width: 85px;
	background: rgb(255, 255, 255);
	margin: 15px auto 20px;
	position: relative;
}

.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	pointer-events: all;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
	background-color: #000;
	color: #fff;
}

.owl-nav {
	margin-top: -25px !important;
}

.owl-theme .owl-nav button {
	background: #000 !important;
	border-radius: 0 !important;
	color: #fff !important;
	width: 30px;
	height: 30px;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -50px;
}


/* Make sure the container for dots is visible */
.owl-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	padding-bottom: 30px;
	gap: 10px;
}

/* Style each dot */
.owl-dot {
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border-radius: 50%;
	border: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

/* Active dot gets a different color */
.owl-dot.active {
	background-color: #000;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #000 !important;
}

.owl-theme .owl-dots {
	display: none !important;
}


.dark-but {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

.dark-but::before {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.dark-but:hover {
	color: rgb(0, 0, 0);
}

.auto-container {
	position: static;
	max-width: 1350px;
	padding: 0px 15px;
	margin: 0px auto;
	width: 100%;
}

.why-choose-us-five {
	position: relative;
}

@media (max-width: 991.98px) {
	.why-choose-us-five {
		padding-bottom: 120px;
	}
}

.why-choose-us-five .icon-arrow1 {
	top: 470px;
	left: -260px;
}

.why-choose-us-five .content-column {
	position: relative;
	z-index: 3;
}

.why-choose-us-five .content-column .inner-column {
	position: relative;
	padding: 50px 0px;
}

.why-choose-us-five .content-column .sec-title {
	margin-bottom: 40px;
}

.why-choose-us-five .info-box {
	position: relative;
	margin-bottom: 10px;
}

.why-choose-us-five .info-box .inner {
	position: relative;
}

.why-choose-us-five .info-box .inner:hover .icon {
	background-color: var(--theme-color1);
	color: var(--theme-color2);
}

.why-choose-us-five .info-box .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 70px;
	width: 70px;
	background-color: var(--theme-color-light);
	color: var(--theme-color2);
	font-size: 36px;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	transition: 300ms;
}

@media (max-width: 575.98px) {
	.why-choose-us-five .info-box .icon {
		position: relative;
		display: inline-flex;
		margin: 0px auto 20px;
	}
}

.why-choose-us-five .info-box .title-box {
	position: relative;
	padding-left: 0px;
	min-height: 0px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 5px;
}

@media (max-width: 575.98px) {
	.why-choose-us-five .info-box .title-box {
		padding-left: 0px;
		text-align: center;
		min-height: auto;
	}
}

.why-choose-us-five .info-box .title {
	margin-bottom: 0px;
	font-weight: 600;
}

@media (max-width: 575.98px) {
	.why-choose-us-five .info-box .title br {
		display: none;
	}
}

.why-choose-us-five .info-box .text {
	line-height: 26px;
	margin-bottom: 0px;
}

@media (max-width: 575.98px) {
	.why-choose-us-five .info-box .text {
		text-align: center;
	}
}

.why-choose-us-five .image-column .inner-column {
	position: relative;
	height: 100%;
	padding-left: 0px;
	margin-right: -370px;
}

@media (max-width: 1199.98px) {
	.why-choose-us-five .image-column .inner-column {
		padding-left: 0px;
	}
}

@media (max-width: 991.98px) {
	.why-choose-us-five .image-column .inner-column {
		margin-right: 0px;
		height: auto;
	}
}

.why-choose-us-five .image-column .image-box {
	position: relative;
}

.why-choose-us-five .image-column .image-box .image {
	margin-bottom: 0px;
	height: 100%;
}

.why-choose-us-five .image-column .image-box .image img {
	object-fit: cover;
}

.why-choose-us-five .image-column .content-box {
	position: absolute;
	left: 0px;
	top: 300px;
	background-color: rgba(24, 25, 28, 0.9);
	padding: 60px 58px 80px;
	max-width: 393px;
}

@media (max-width: 767.98px) {
	.why-choose-us-five .image-column .content-box {
		position: relative;
		top: 0px;
		background-color: var(--theme-color1);
		max-width: 100%;
		padding: 50px 30px 80px;
	}
}

.why-choose-us-five .image-column .content-box .text {
	font-size: 15px;
	line-height: 25px;
	color: rgb(255, 255, 255);
	margin-bottom: 60px;
	font-weight: 500;
}

@media (max-width: 991.98px) {
	.why-choose-us-five .image-column .content-box .text {
		margin-bottom: 50px;
	}
}

@media (max-width: 767.98px) {
	.why-choose-us-five .image-column .content-box .text {
		font-size: 24px;
		line-height: 1.4em;
	}
}

.why-choose-us-five .image-column .content-box .caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: rgb(255, 170, 23);
	font-size: 20px;
	line-height: 30px;
	color: rgb(255, 255, 255);
	font-weight: 600;
	padding: 25px 30px;
	text-align: center;
}

@media (max-width: 767.98px) {
	.why-choose-us-five .image-column .content-box .caption {
		line-height: 1.2em;
	}
}

.accordion-button:not(.collapsed) {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

.accordion-button:not(.collapsed)::after {
	filter: invert(1);
}


/*XXXX*/
.tz-banner1 {
	position: relative;
	overflow: hidden;
	background: #121212;
	padding: 12rem 0 0;
}

.position-absolute {
	position: absolute !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.start-0 {
	left: 0 !important;
}

.top-0 {
	top: 0 !important;
}

.end-0 {
	right: 0 !important;
}

.tz-banner1__shape1 {
	position: absolute;
	left: -2%;
	bottom: -3%;
	z-index: 1;
}

.tz-banner1__shape2 {
	position: absolute;
	left: 30%;
	bottom: 7%;
}

.floating {
	animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {

	0%,
	to {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

.tz-banner1__wrapper {
	position: relative;
}

.tz-banner1__image {
	border-top-right-radius: 7.5rem;
	width: 100%;
}

/*.tz-banner1__circle {*/
/*    height: 170px;*/
/*    width: 170px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 170px;*/
/*    background-color: #1d1d1d;*/
/*    border: 5px solid #000000;*/
/*    position: absolute;*/
/*    bottom: 30%;*/
/*    left: -14%;*/
/*    overflow: hidden;*/
/*    opacity: 1;*/
/*}*/

/*.tz-banner1__circle-img {*/
/*    animation: rotating 20s linear infinite;*/
/*}*/

/*@keyframes rotating {*/
/*    0% {*/
/*        transform: rotate(0)*/
/*    }*/

/*    to {*/
/*        transform: rotate(1turn)*/
/*    }*/
/*}*/

/*.tz-banner1__circle-thumb {*/
/*    background-color: #000000;*/
/*    height: 77px;*/
/*    width: 77px;*/
/*    border-radius: 170px;*/
/*}*/

/*.tz-banner1__circle-icon,*/
/*.tz-banner1__circle-thumb {*/
/*    position: absolute;*/
/*    display: block;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.tz-banner1__circle-icon {*/
/*    color: #1d1d1d;*/
/*    font-size: 24px;*/
/*    background-color: #ffaa17;*/
/*    height: 48px;*/
/*    width: 48px;*/
/*    border-radius: 85px;*/
/*}*/

.herotext {
	margin-top: 75px;
	position: relative;
	z-index: 1;
}


/*xxxxxxxxxxxxx*/

.sliding-text {
	overflow: hidden;
	white-space: nowrap;
	background-color: #ffaa17;
	/* Optional: Background for visibility */
	padding: 10px 0;
}

.sliding-text__wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.sliding-text__list {
	display: flex;
	gap: 50px;
	/* spacing between items */
	animation: marquee 20s linear infinite;
}

.sliding-text__title {
	white-space: nowrap;
}

@keyframes marquee {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-50%);
	}
}

.sliding-text__wrap:hover .sliding-text__list {
	animation-play-state: paused;
}

.sliding-text__title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.sliding-text__list li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}


.technical {
	box-shadow: 0 0 10px #dfdfdf;
	border-radius: 10px;
	padding: 30px;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
}

.title-box .title {
	margin-bottom: 15px;
}


.counter-one__shape-1 {
	position: absolute;
	top: -65px;
	right: -21px;
	width: 149px;
	height: 149px;
	background: linear-gradient(270deg, rgba(92, 176, 233, 0.02) 0%, rgba(143, 136, 255, 0.1) 100%);
	transform: rotate(-125.62deg);
	border-radius: 50%;
	z-index: -1;
}

.counter-one__shape-2 {
	position: absolute;
	width: 294px;
	height: 294px;
	right: -42px;
	top: -60px;
	border-radius: 50%;
	background: linear-gradient(270deg, rgba(92, 176, 233, 0.02) 0%, rgba(143, 136, 255, 0.05) 100%);
	transform: rotate(-5.91deg);
	z-index: -1;
}

.footer-link .text-white {
	position: relative;
	padding-left: 30px;
}

.footer-link img {
	position: absolute;
	left: 0;
	top: 5px;
}

.mainmenu li:nth-child(7) a {
	padding-right: 0;
}


@media (max-width:991px) {
	.header-top {
		display: none;
	}

	.dropdown-toggle::after {
		display: none;
	}

	.tz-banner1 {
		padding: 5rem 0 0;
	}

	.tz-banner1__image {
		width: 100%;
	}

	.tz-banner1__circle {
		bottom: 75%;
		left: 70%;
	}

	.about-img {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}

	.about-img img {
		width: 70%;
		margin-bottom: 85px;
	}

	.how-work-video {
		margin-top: 50px;
	}

	.img-seo-panel img {
		width: 100%;
	}

	.title-heading {
		font-size: 22px;
	}

	.section-title {
		font-size: 12px;
	}

	.img {
		margin-top: 50px;
	}

	.how-work-item {
		display: block;
		padding: 30px;
	}

	.how-work-header {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.how-work-step-no {
		display: none;
	}

	.how-work-item-content {
		width: 100%;
	}

	.how-work-video video {
		height: 350px;
	}

	.about-img .shape-box {
		bottom: -30px;
		width: 45%;
	}

	.owl-theme .owl-nav {
		display: none !important;
	}

	.project-1 {
		padding: 10px 0;
	}

	.owl-theme .owl-dots {
		display: block !important;
	}

	.about-us {
		padding: 30px 0px 0px;
	}

	.how-it-work {
		padding: 30px 0px;
	}

	.bg-yellow {
		padding-top: 30px;
	}

	.why-choose-us-four {
		padding: 30px 0px;
	}

	.why-choose-us-four .content-column {
		margin-bottom: 0;
	}

	.clients-section {
		padding: 30px 0px;
	}

	.projects-section {
		padding: 30px 0 !important;
	}

	.technical_seo {
		margin: 30px 0 !important;
	}

	.faq-sec {
		padding: 30px 0 !important;
	}

	.bg-one {
		padding: 30px 0 !important;
	}

	.how-work-item-content h3 {
		position: absolute;
		padding-left: 75px;
		top: 45px;
		font-size: 16px;
	}

	p.hero-pera-herd {
		font-size: 18px;
		line-height: 25px !important;
	}


}


@media (max-width:767px) {

	.about-img .line-shape {
		display: none;
	}

	.about-img img {
		width: 100%;
	}

	.herotext h1 {
		font-size: 16px;
	}

	.tz-banner1__circle {
		display: none;
	}

	.title-box .title {
		font-size: 16px;
	}

	.tz-banner1__shape1 {
		display: none;
	}

	.how-work-item {
		padding: 25px;
	}

	.gradient_bg {
		width: 90%;
	}


}