/* Reset default margin and padding on the body and html */
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	/* Ensure the height is 100% for the body and html */
}

/* Optional: Set a more consistent box model */
* {
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 14px;
	}
}

element.style {
	display: block;
	width: 1108px;
	height: 0px !important;
	float: none;
}

/* Gradient overlay on top of the video */
.main {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* Gradient overlay */
.main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
	/* Lighter gradient for text contrast */
	z-index: 0;
	/* Keeps it below the content */
}

/* Background video wrapper */
.video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/* Keeps the video behind the content */
}

.video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures the video covers the area without distorting */
}

/* Ensure content remains on top of the gradient overlay */
.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	z-index: 1;
	width: 70%;

	/* Content is above the overlay */
}

/* Other styling remains unchanged */
.content h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* List styling (optional) */
.we-create {
	font-size: 1.2em;
	margin: 20px 0;
}

/* Button/link styling (optional) */
.link {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ff7a00;
	/* Change to your preferred color */
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.link:hover {
	background-color: #e15c00;
	/* Hover effect */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	.content h1 {
		font-size: 2.5em;
	}

	.we-create {
		font-size: 1em;
	}
}



.ftco-section {
	padding: 60px 0;
	overflow: hidden;
	background: #fafafa;
}

@media (max-width: 767.98px) {
	.ftco-section {
		padding: 6em 0;
	}
}

.case {
	width: 100%;
	margin-bottom: 50px;
}

.case .img {
	height: 300px;
}

.case .text .subheading {
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}

.case .text h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.case .text h3 a {
	color: #000000;
}

.case .text .media-social {

	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
	.case .text .media-social {
		opacity: 1;
	}
}

.case .text .media-social li {
	list-style: none;
	margin: 0 5px 0 0;
	display: inline-block;
}

.case .text .media-social li a {
	height: 50px;
	width: 50px;
	display: block;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	position: relative;
	color: #000000;
}

.case .text .media-social li a span {
	position: absolute;
	font-size: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.case .text .media-social li a:hover {
	background: #f3b431;
	color: #000000;
	text-decoration: none;
}

.case .text .meta p {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.2);
}

.case .text .meta p a {
	color: rgba(0, 0, 0, 0.2);
}

.case:hover .text h2 a {
	color: rgba(0, 0, 0, 0.5);
}

.case:hover .text .media-social {
	opacity: 1;
}

.case:hover .text .meta p a {
	color: #000000;
}

.block-27 ul {
	padding: 0;
	margin: 0;
}

.block-27 ul li {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
	color: gray;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;

}

.block-27 ul li.active a,
.block-27 ul li.active span {
	background: #f3b431;
	color: #fff;
	border: 1px solid transparent;
}

.block-27 ul li a:hover {
	text-decoration: none;
}

/* Float Elements 
---------------------------------*/
.fl-lt {
	float: left;
}

.fl-rt {
	float: right;
}

/* Clear Floated Elements
---------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.boxed {
	padding-top: 4rem;
	box-shadow: 0 4px 9px 0 rgba(23, 28, 33, .06);
}

.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

.figure {
	margin: 0px;
}

img {
	max-width: 100%;
}

a,
a:hover,
a:active {
	outline: 0px !important
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	margin: 0;
	box-sizing: border-box;
	padding-top: 80px; /* Keep only this one instance */
}


h2 {
	font-size: 34px;
	color: #20bcbf;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 25px 0;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-family: 'Poppins', sans-serif;
	color: #222222;
	font-size: 16px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: 400;
}

h6 {
	font-size: 16px;
	color: #888888;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	/* margin: 0 0 60px 0; */
}

p {
	line-height: 24px;
	margin: 0;
}

hr {
	border-top: 1px solid #485567;
}

.logo {
	width: 200px;
	margin: 0 auto 35px;
}

.main h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0 0 22px 0;
	color: #fff;
}

.progress-container {
	width: 100%;
	height: 3px;
	background: #20BCBF;
}

.progress-bar {
	height: 3px;
	background: #F3B331;
	width: 0%;
}




/* #Link to page
================================================== */
.link-to-portfolio {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 200;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 3px;
	background-position: center center;
	background-size: cover;
	background-image: url('/img/sysquo-small-logo.png');
	/* box-shadow: 0 0 0 2px rgba(12,12,12,.1); */
	transition: opacity .2s, border-radius .2s, box-shadow .2s;
	transition-timing-function: ease-out;
}

.link-to-portfolio:hover {
	opacity: 0.8;
	border-radius: 50%;
	box-shadow: 0 0 0 20px rgba(12, 12, 12, .1);
}

.we-create {
	padding: 0;
	margin: 35px 0 55px;
}

.wp-pic {
	margin-bottom: 20px;
}

.we-create li {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 200;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
}

.we-create li:first-child {
	background: none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a {
	color: #fff;
}


.link {
	padding: 15px 35px;
	background: #20bcbf;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.link:hover {
	text-decoration: none;
	color: #20bcbf !important;
	background: #fff;
}

.link:active,
.link:focus {
	background: #20bcbf;
	text-decoration: none;
	color: #fff !important;
}

/* Navigation
---------------------------------*/
/* .main-nav-outer {
	padding: 0px;
	border-bottom: 1px solid #dddddd;
	box-shadow: 0 4px 5px -3px #ececec;
	position: relative;
	background: #fff;
} */

/* .main-nav {
	text-align: center;
	margin: 10px 0 0px;
	padding: 0;
	list-style: none;
} */

/* .main-nav li {
	display: inline;
} */

/* .main-nav li a {
	display: inline-block;
	color: #222222;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	line-height: 20px;
	margin: 17px 32px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
} */

/* .main-nav li a img {
	width: 50px;
}

.main-nav li a:hover {
	text-decoration: none;
	color: #20bcbf;
} */

.small-logo {
	max-width: 150px;
	padding: 0 32px;
}

/* Adjusts the top margin for main content to prevent overlap */

.navbar {
	background: linear-gradient(to right, #fafafa, #20BCBF);
	height: 80px; /* Keep only this one instance */
}

/* Ensures logo and toggle button are spaced equally from edges */
.navbar .container {
	padding-left: 15px;
	padding-right: 15px;
}

/* Centers the navbar-toggler icon and adds spacing */
.navbar-toggler {
	margin-left: auto;
	/* Ensures it aligns to the right side */
}

/* Ensures that content adjusts when navbar is expanded */
.navbar-collapse.show+main {
	margin-top: 200px;
	/* Adds additional space when navbar expands */
}

.navbar-light .navbar-nav .nav-link {
	color: black;
}


.main-section {
	padding: 90px 0 110px; /* Keep only this one instance */
}


/* @media (min-width: 992px) {
	.navbar-nav .nav-item:first-child {
		margin-left: 0;
	}

	.navbar-nav .nav-item:last-child {
		margin-right: 0;
	}
} */

.custom-dropdown {
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-header {
	font-size: 0.9rem;
	font-weight: bold;
	color: #555;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.dropdown-menu .dropdown-item {
	font-size: 0.9rem;
	padding: 5px 10px;
}

.dropdown-menu .dropdown-item:hover {
	/* background-color: #f8f9fa; */
	color: #007bff;
}


.fa-magic:before {
	color: #20bcbf;
}

.element.style {
	color: #20bcbf;
}

.fa-cogs:before {
	color: #20bcbf;
}

/* @media (max-width: 768px) {
	.dropdown-menu.dropdown-menu-lg-start.dropdown-menu-lg-end.custom-dropdown {
		width: 80vw !important;
	}
} */


@media (max-width: 768px) {
	/* Adjust the breakpoint as needed */
	.dropdown-menu.dropdown-menu-lg-start.dropdown-menu-lg-end.custom-dropdown.show {
		width: 80vw !important;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		/* width: 100%; */
		/* or adjust to match child's width */
	}
}

/* Services
---------------------------------*/

.service-list {
	padding: 0 0 0 0;
	font-size: 14px;
	margin-bottom: 40px;
}

.service-list-col1 {
	float: left;
	width: 60px;
}

.service-list-col1 i {
	font-style: normal;
	font-size: 38px;
	display: block;
	color: #222;
	line-height: 38px;
}

.service-list-col2 {
	overflow: hidden;
}

.main-section.alabaster {
	background: #fafafa;
}

.fa-shield-alt:before {
	color: #20bcbf;
}

.fa-trophy:before {
	color: #20bcbf;
}


/* service-circle */
.service-circle {
	background: #121316;
	/* background:url(../img/section-bg2.jpg) top center no-repeat; */
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}

.service-circle h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding: 0;
	margin: 20px 0 40px;
	text-transform: uppercase;
	font-size: 42px;
	color: #fff;
	text-align: left;
}

.service-circle p {
	color: #fff;
}


.aboumaiwr2 {
	position: relative;
}

.aboumaiwr2 img {
	max-width: 100%;
}

.img-rotate {
	animation-name: spinning-circle;
	animation-duration: 50000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.devCenter {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


@keyframes spinning-circle {
	0% {
		transform: rotateZ(0);
	}

	100% {
		transform: rotateZ(360deg);
	}
}


/* Featured Work
---------------------------------*/

.custom-video-work {
	width: 100%;
	/* Sets the video width to 100% of the container */
	max-width: 1200px;
	/* Optional: Sets a maximum width for larger screens */
	height: 100%;
	/* Maintains aspect ratio based on width */
}

/* Responsive sizing */
@media (max-width: 768px) {
	.custom-video-work {
		width: 100%;
		/* Full width on smaller screens */
	}
}

.featured-work {
	font-size: 14px;
}

.featured-work h2 {
	text-align: left;
}

.featured-box {
	padding: 0 0 0 0;
	margin-bottom: 25px;
	font-size: 14px;
}

.featured-box h3 {
	margin-bottom: 5px;
}

.featured-box p {
	line-height: 22px;
}

.featured-work p.padding-b {
	padding-bottom: 35px;
}

.featured-box-col1 {
	width: 60px;
	float: left;
}

.featured-box-col1 i {
	display: block;
	line-height: 38px;
	font-size: 38px;
	color: #20bcbf;
	font-style: normal;
}

.featured-box-col2 {
	overflow: hidden;
}

.featured-box.magic {
	background: url(../img/magic.png) left top no-repeat;
}

.featured-box.packaged {
	background: url(../img/packaged.png) left top no-repeat;
}

.featured-box.seo {
	background: url(../img/seo.png) left top no-repeat;
}

.Learn-More {
	display: inline-block;
	padding: 0 5px 0 0;
	color: #20bcbf;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 24px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: none;
}

.Learn-More i {
	padding-right: 15px;
}

.Learn-More:hover,
.Learn-More:focus {
	text-decoration: none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav {
	padding: 0;
	margin: 0 0 45px 0;
	list-style: none;
	text-align: center;
}

.Portfolio-nav li {
	margin: 0 10px;
	display: inline;
}

.Portfolio-nav li a {
	display: inline-block;
	padding: 10px 22px;
	font-size: 12px;
	line-height: 20px;
	color: white;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	background: #f3b431;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
	background: #20bcbf;
	color: #fff;
	text-decoration: none;
}

.portfolioContainer {
	margin: 0 auto;
	padding-left: 15px;
}

.Portfolio-box {
	text-align: center;
	margin-bottom: 30px;
	height: 350px;
	width: 350px;
	overflow: hidden;
	float: left;
	padding: 0;
}

.Portfolio-box img {
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current {
	background: #20bcbf;
	color: #fff;
	text-decoration: none;
}

img {
	max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.main-section.paddind {
	padding-bottom: 60px;
}

/* Clients
---------------------------------*/
/* .client-part {
	background: url(../img/section-bg1.jpg) center center no-repeat;
	background-size: cover;
	padding: 55px 0;
	text-align: center;
}

.client-part-haead {
	color: #fdfdfd;
	font-size: 28px;
	line-height: 41px;
	margin: 30px 0 10px;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
}

.client {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	text-align: center;
}

.client li {
	display: inline;
	margin: 0 15px;
}

.client li a {
	display: inline-block;
}

.client li a img {
	margin-bottom: 15px;
	border-radius: 50%;
}

.client li a:hover {
	text-decoration: none;
}

.client li a h3 {
	color: #ffffff;
}

.client li a span {
	color: #f1f1f1;
}

.quote-right {
	font-style: normal;
	width: 68px;
	height: 68px;
	margin: 0 auto;
	border: 2px solid #20bcbf;
	border-radius: 50%;
	display: block;
	line-height: 68px;
	text-align: center;
	font-size: 27px;
	color: #20bcbf;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.quote-right:hover {
	color: #fff;
	border: 2px solid #fff;
}

.c-logo-part {
	background: #20bcbf;
	padding: 25px 0;
	filter: alpha(opacity=60);
}

.c-logo-part ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.c-logo-part ul li {
	display: inline;
	margin: 0 25px;
}

.c-logo-part ul a {
	display: inline-block;
	margin: 0 20px;
}

.main-section.team {
	padding: 85px 0;
}

.main-section.team h6 {
	margin-bottom: 40px;
} */

/* Ensure the background image covers the entire section */
.client-part {
	background: url(../img/section-bg1.jpg) center center no-repeat;
	background-size: cover;
	padding: 55px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Responsive styling for main quote section */
.client-part-haead {
	color: #fdfdfd;
	font-size: 28px;
	line-height: 41px;
	margin: 30px 0 10px;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	text-align: center;
	max-width: 90%;
}

/* Responsive client list and image */
.client {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.client li {
	display: inline-block;
	margin: 0 15px;
}

.client li a {
	display: inline-block;
	text-align: center;
}

.client li a img {
	margin-bottom: 15px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.client li a h3,
.client li a span {
	color: #ffffff;
}

/* Responsive quote icon */
.quote-right {
	font-style: normal;
	width: 68px;
	height: 68px;
	margin: 0 auto 20px;
	border: 2px solid #20bcbf;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 27px;
	color: #20bcbf;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.quote-right:hover {
	color: #fff;
	border: 2px solid #fff;
}

/* Client Logo Section Styling */
/* Client Logo Section Styling */
.c-logo-part {
	background: #20bcbf;
	padding: 25px 0;
}

.c-logo-part ul {
	display: grid;
	/* Use grid for layout */
	grid-template-columns: 1fr 1fr 1fr 1fr;
	/* Set 4 equal columns in one row */
	gap: 25px;
	/* Add spacing between logos */
	list-style: none;
	/* Remove list bullets */
	padding: 0;
	margin: 0 auto;
	justify-content: center;
	/* Center align the items */
}

.c-logo-part ul li {
	text-align: center;
	padding: 10px;
	/* Add padding around each logo */
	box-sizing: border-box;
	/* Include padding in width */
}

.c-logo-part ul li a img {
	background-color: white;
	/* Set white background for logos */
	padding: 8px;
	/* Reduced padding to fit larger logos */
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	max-width: 100%;
	height: auto;
}

.c-logo-part ul li a img:hover {
	transform: scale(1.1);
	/* Slightly enlarge on hover */
}

/* Responsive behavior for small screens */
@media (max-width: 768px) {
	.c-logo-part ul {
		grid-template-columns: repeat(2, 1fr);
		/* 2 columns on smaller screens */
	}
}

@media (max-width: 480px) {
	.c-logo-part ul {
		grid-template-columns: 1fr;
		/* 1 column on very small screens */
	}

	.c-logo-part ul li a img {
		padding: 6px;
		/* Reduce padding for very small screens */
		max-width: 85%;
		/* Slightly smaller size for mobile */
	}
}


.client li a img {
	flex: 50%;
	max-width: 50%;
}

.c-logo-part ul {
	justify-content: center;
	/* Center-align logos on smaller screens */
}

.c-logo-part ul li {
	margin: 10px;
}

.c-logo-part ul li a img {
	width: 100px;
	/* Larger logo size for smaller screens */
	height: auto;
}





/* Team ---------------------------------*/

.main-section.team {
	padding: 20px 0 0;
}


.team-leader-block {
	max-width: 993px;
	margin: 0 auto;
	display: flex;
	/* Use flexbox for consistent alignment */
	flex-wrap: wrap;
	/* Wrap to the next line if needed */
	justify-content: space-between;
	/* Space out items evenly */
}

/* .team-leader-box {
	width: 22.50%;
	margin-right: 3%;
	min-height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
} */
.team-leader-box {
	width: 22%;
	/* Set consistent width for each box */
	margin-bottom: 20px;
	/* Add bottom margin for spacing */
	min-height: 490px;
	/* Ensure consistent height */
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team-leader-box span {
	margin-bottom: 24px;
	display: block;
}

/* 
.team-leader-box:nth-of-type(4n+0) {
	margin: 0;
} */


.team-leader {
	width: auto;
	height: auto;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 7px rgba(241, 241, 241, 0.80);
	margin: 7px 7px 25px 7px;

}

.team-leader-shadow {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border-radius: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	border-radius: 50%;
}

.team-leader-shadow a {
	display: block;
	width: 100%;
	height: 100%;
}

.team-leader:hover .team-leader-shadow {
	box-shadow: inset 0px 0px 0px 148px rgba(17, 17, 17, 0.80);
}

.team-leader:hover ul {
	display: block;
	opacity: 1
}

.team-leader img {
	height: 150px;
	width: 150px;
	display: block;
	border-radius: 50%;
}

.team-leader ul {
	display: block;
	opacity: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -14px;
	z-index: 15;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.team-leader ul li {
	display: inline;
	margin: 0 11px;
}

.team-leader ul li a {
	display: inline-block;
	font-size: 28px;
	color: #fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}


.team-leader ul li a:hover,
.team-leader ul li a:focus {
	text-decoration: none;
	color: #333;
	/* Slightly darker color on focus */
}

/* Specific hover colors for each social media icon */
.team-leader ul li a.fa-twitter:hover {
	color: #1DA1F2;
	/* Twitter blue */
}

.team-leader ul li a.fa-linkedin:hover {
	color: #0077B5;
	/* LinkedIn blue */
}

.team-leader ul li a.fa-pinterest:hover {
	color: #E60023;
	/* Pinterest red */
}

.fas.fa-envelope:hover {
	color: #D44638;
	/* Gmail red */
}



/* Talk Business
---------------------------------*/
.business-talking {
	background: #20bcbf;
	/* background:url(../img/section-bg2.jpg) top center no-repeat; */
	background-size: cover;
	padding: 60px 0 10px;
	text-align: center;
}

.business-talking h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding: 0;
	margin: 20px 0 70px;
	text-transform: uppercase;
	font-size: 42px;
	color: #fff;
}


/* Contact
---------------------------------*/
/* .requestAquote-right::before {
	content: "";
	height: 200%;
	width: 250%;
	border-radius: 200px;
	position: absolute;
	left: -25px;
	top: -200px;
	background: #fff;
	transform: rotate(-12deg);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.requestAquote-right {

	position: relative;
}

@media screen and (max-width: 991px) {
	.requestAquote-right {
		padding: 30px 0 50px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		width: 95%;
		margin: 0 auto;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
}

@media screen and (max-width: 991px) {
	.contact-form {
		margin: 0 auto;
		text-align: center;
	}
}


.requestAquote-form {
	position: relative;
	z-index: 1;
	max-width: 90%;
	margin: 0 auto;
}

.contact {
	background: linear-gradient(to right, #fafafa, #20BCBF);
	width: 100%;
	height: 100%;
	padding: 60px 0;
	overflow: hidden;
}


.contact-info-box {
	font-size: 15px;
	margin-bottom: 1rem;
	padding-left: 0;
	color: #1f1a17;
	width: 400px;
	border: 2px solid #121316;
	padding: 15px;
}

.contact h2 {
	font-size: 40px;
	text-align: left;
	color: #1f1a17;
	position: relative;
}

.contact h4 {
	font-size: 30px;
	font-weight: 600;
	color: #1f1a17;
	position: relative;
}

.contact-info-box h3 {
	font-size: 15px;
	font-weight: 400;
	float: left;
	width: 102px;
	margin-right: 12px;
	line-height: 28px;
	color: #1f1a17;
}

.contact-info-box h3 i {
	font-style: normal;
	font-size: 18px;

	font-weight: normal;
	margin-right: 7px;
}

.contact-info-box span {
	line-height: 28px;
	display: block;
	overflow: hidden;

} */

.contact {
	background: linear-gradient(to right, #fafafa, #20BCBF);
	width: 100%;
	min-height: 100vh;
	/* Full viewport height */
	padding: 60px 0;
	display: flex;
	align-items: center;
	/* Center vertically */
}

.requestAquote-right {
	position: relative;
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	border-radius: 20px;
}

.contact-info-box {
	font-size: 15px;
	margin-bottom: 1rem;
	color: #1f1a17;
	padding: 15px;
	border: 2px solid #121316;
	border-radius: 10px;
}

.contact h2 {
	font-size: 34px;
	color: #1f1a17;
	margin-bottom: 15px;
}

.contact h4 {
	font-size: 30px;
	font-weight: 600;
	color: #1f1a17;
}

.contact-info-box h3 {
	font-size: 15px;
	font-weight: 400;
	margin-right: 12px;
	line-height: 28px;
	color: #1f1a17;
}

.contact-info-box h3 i {
	font-size: 18px;
	margin-right: 7px;
}

.social-link {
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

.social-link li {
	display: inline-block;
	margin-right: 10px;
}

.social-link li a {
	color: #1f1a17;
	font-size: 20px;
}

@media screen and (max-width: 991px) {
	.contact {
		padding: 30px 0;
	}

	.requestAquote-right {
		padding: 20px;
		width: 90%;
		margin: 0 auto;
		border-radius: 20px;
	}

	.contact h2 {
		font-size: 30px;
		text-align: center;
	}

	.contact h4 {
		font-size: 24px;
		text-align: center;
	}

	.contact-info-box {
		width: auto;
		padding: 10px;
	}

	.contact-form {
		text-align: center;
	}
}


.social-link {
	padding: 35px 0;
	display: block;
	overflow: hidden;
	list-style: none;
}

.social-link li {
	float: left;
	margin-right: 8px;
}

.social-link li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	color: #fff;
	background: #20bcbf;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.social-link li a:hover,
.social-link li a:focus {
	text-decoration: none;
}

.twitter a:hover {
	background: #55acee;
}

.linkedin a:hover {
	background: #0077B5;
}

.pinterest a:hover {
	background: #cb2026;
}

.fas.fa-envelope a:hover {
	background: #dd4b39;
}

.dribbble a:hover {
	background: #ea4c89;
}

.form {
	margin: 0 66px 0 30px;
}


.input-text {
	background: 0 0 !important;
	z-index: 3;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #20bcbf;
	box-shadow: none !important;
	transition: box-shadow 150ms ease-out;
	padding: 15px 16px;
	width: 100%;
	height: 50px;
	display: block;
	border-radius: 0;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 15px 0;
}


.input-text:focus {
	border-bottom: 1px solid #F3B431;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
	height: 165px;
	resize: none;
	overflow: auto;
}

.input-btn {
	width: 175px;
	height: 50px;
	background: #20bcbf;
	border-radius: 0px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	border: 0px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin-bottom: 15px;
}

.input-btn:hover {
	background: #f3b431;
	color: #fff;
}

.custom-control-label {
	display: inline;
}

.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#sendmessage {
	color: #20bcbf;
	border: 1px solid #20bcbf;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
	display: block;
}



.contactForm .form-group input,
.contactForm .form-group textarea,
.contactForm .input-btn {
	padding: 8px 12px;
	/* Reduced padding */
	font-size: 14px;
	/* Reduce font size to make it more compact */
}

.contactForm .form-group textarea {
	height: 100px;
	/* Adjust textarea height */
}

.contactForm .input-btn {
	padding: 10px 20px;
	/* Reduced padding for the button */
}

.contactForm .custom-control-label {
	font-size: 14px;
	/* Reduce font size for the label */
}

.contactForm .custom-control-input {
	margin-top: -2px;
	/* Adjust margin to reduce vertical space */
}

.contactForm .form-group {
	margin-bottom: 10px;
	/* Reduce space between form fields */
}

.contactForm {
	padding: 20px;
	/* Optional: reduce form padding */
}



/* .check-mark {
    border-color: #1f74fb;
    height: 25px;
    width: 25px;
    border: 2px solid #dde1e8;
} */

/* Footer
---------------------------------*/
.footer {
    background: #121316;
    padding: 20px 0;
    text-align: center;
}

.footer-logo {
    margin: 0 auto 20px;
    width: 70px;
}

.footer-content {
    padding: 0;
    list-style: none;
}

.footer a {
    text-decoration: none;
    color: #cccccc;
}

.footer a:hover {
    color: #20bcbf;
}

.btn-text-only {
	border: none;
	background-color: transparent !important;
	display: inline-block;
	position: relative;
	padding: 3px 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #20bcbf;
}

.copyright,
.credits {
	color: #cccccc;
	font-size: 14px;
	display: block;
	text-align: center;
}

.copyright a {
	color: #cccccc;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}


.credits a {
	color: #20bcbf;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.copyright a:hover,
.credits a:hover,
.btn-text-only:hover {
	color: #20bcbf;
}

.res-nav_click {
	line-height: 38px;
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	text-decoration: none !important;
	color: #777777;
	font-style: normal;
	display: none;
	width: 42px;
	height: 27px;
	margin: 20px auto;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.res-nav_click:hover,
.res-nav_click:active,
.res-nav_click:focus {
	color: #20bcbf !important;
}

.portfolioContainer {
	max-width: 1140px;
}


/* Style for the dropdown */
.custom-dropdown {
	min-width: 250px;
	/* Adjust width as needed */
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style each item in the dropdown */
.custom-dropdown .dropdown-item {
	padding: 10px 15px;
	font-size: 15px;
	color: #333;
	/* Text color */
}

/* Hover effect for items */
.custom-dropdown .dropdown-item:hover {
	/* background-color: #f0f0f0; */
	/* Lighter background on hover */
	color: #20bcbf;
	/* Text color on hover */
}

/* Style for the dividers */
.custom-dropdown .dropdown-divider {
	margin: 8px 0;
	border-top: 1px solid #ddd;
	/* Divider color */
}


/* Animation Timers
---------------------------------*/
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}

.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}

.delay-11s {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}

.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

.delay-13s {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
}

.delay-14s {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}

.delay-15s {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.delay-16s {
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
}


.circular-img {
	/* width: 70%; 
    height: 70%;  */
	/* line-height: 5; */
	object-fit: cover;
	/* Ensures the image fits the circle */
	margin: 0 auto;
	/* Centers the image */
	display: block;
	/* Removes inline spacing */
}

.address-wrapper {
	display: flex;
	/* Use flexbox for alignment */
	justify-content: center;
	/* Center items horizontally */
	align-items: center;
	/* Center items vertically */
	gap: 10px;
	/* Add spacing between the link and the address */
	flex-wrap: wrap;
	/* Allow wrapping for smaller screens */
}

.address-line {
	margin: 0;
	/* Remove default margin */
	font-size: 14px;
	/* Adjust font size */
	color: hwb(0 100% 0%);
	/* Adjust text color */
}

/* Adjust main content spacing */
.main-section {
	padding: 90px 0 110px; /* Keep only this one instance */
}

/* Adjust dynamic content spacing */
#dynamic-content {
	padding-top: 80px; /* Match the body padding-top */
	margin-top: -80px; /* Offset the padding to prevent double spacing */
}

/* Fix scroll offset for anchor links */
:target {
	scroll-margin-top: 80px; /* This is a modern way to handle scroll offset */
	display: block;
}

/* Adjust privacy policy and terms content spacing */
.privacy-policy-content,
.terms-conditions-content {
	padding-top: 20px;
	margin-top: 0;
}

/* Ensure proper spacing when loading new content */
.content-area {
	min-height: calc(100vh - 80px); /* Subtract header height */
	position: relative;
}

/* Adjust navbar spacing */
.navbar {
	height: 80px; /* Keep only this one instance */
}

/* Ensure content doesn't hide under navbar */
body {
	padding-top: 80px; /* Keep only this one instance */
}