/*-----------------------------------------------------------------------------------

    Template Name: Trazan
    Template Description: Trazan | Transport and Logistics HTML Template
    Version: 1.0.0


-----------------------------------------------------------------------------------*/
/***************
* Base - Default
****************/
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	position: relative;
	min-height: 100vh;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

image,
picture,
video,
svg {
	display: block;
	max-width: 100%;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

/***************************************
* Typography
***************************************/
body {
	color: #5c6672;
	font-size: 1rem;
	line-height: 1.75;
	font-family: "Sora", sans-serif;
}

/* HTML Heading Tags */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #191616;
	font-weight: 500;
	font-family: "Sora", sans-serif;
}

h1,
.d-h1 {
	font-size: 2.5rem;
	line-height: 1.2;
}

@media (min-width: 768px) {
	h1,
  .d-h1 {
		font-size: 3.75rem;
		letter-spacing: -2px;
	}
}

h2,
.d-h2 {
	font-size: 2rem;
	line-height: 1.27;
}

@media (min-width: 768px) {
	h2,
  .d-h2 {
		font-size: 2.5rem;
	}
}

@media (min-width: 992px) {
	h2,
  .d-h2 {
		font-size: 3rem;
		letter-spacing: -2px;
	}
}

h3,
.d-h3 {
	font-size: 1.5rem;
	line-height: 1.2;
}

@media (min-width: 768px) {
	h3,
  .d-h3 {
		font-size: 2rem;
	}
}

h4,
.d-h4 {
	font-size: 1.25rem;
	line-height: 1.4;
}

@media (min-width: 768px) {
	h4,
  .d-h4 {
		font-size: 1.5rem;
	}
}

h5,
.d-h5 {
	font-size: 1rem;
	line-height: 1.5;
}

@media (min-width: 768px) {
	h5,
  .d-h5 {
		font-size: 1.25rem;
	}
}

h6,
.d-h6 {
	font-size: 0.875rem;
	line-height: 1.5;
}

@media (min-width: 768px) {
	h6,
  .d-h6 {
		font-size: 1rem;
	}
}

/* Other HTML Tags */
p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
p.bold-sec {
    font-weight: 400 !important;
    color: #fff !important;
    margin-bottom: 30px;
}
a {
	color: #223035;
	text-decoration: none;
}

a,
button {
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	border: none;
	background-color: transparent;
}

blockquote {
	-webkit-box-shadow: 0 22px 50px 11px rgba(0, 53, 102, 0.06);
	box-shadow: 0 22px 50px 11px rgba(0, 53, 102, 0.06);
	border-left: 4px solid #030303;
	border-radius: 12px;
	padding: 25px;
	font-size: 1.25rem;
}

.tc-body {
	color: #5c6672;
}

.text-rich h1,
.text-rich h2,
.text-rich h3,
.text-rich h4,
.text-rich h5,
.text-rich h6 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.text-rich p {
	margin-bottom: 1rem;
}

.text-rich ul,
.text-rich ol {
	padding-top: 0rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
}

.text-rich ul.content-list-1,
.text-rich ol.content-list-1 {
	padding-left: 0;
}

.text-rich ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: disc;
}

.text-rich ol {
	list-style: decimal;
}

.text-rich blockquote {
	position: relative;
	z-index: 1;
	margin-bottom: 2rem;
	border: 2px solid #222f3b;
	border-radius: 12px;
	padding: 20px 20px 35px 20px;
	color: #222f3b;
}

.text-rich blockquote::after {
	position: absolute;
	right: 44px;
	bottom: 18px;
	z-index: -1;
	background-image: url("../images/icons/icon-orange-gradient-quote.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	content: "";
}

@media (min-width: 576px) {
	.text-rich blockquote::after {
		padding: 36px 36px 45px 36px;
		width: 97px;
		height: 97px;
	}
}

.text-rich blockquote p {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 1.25rem;
	font-family: "Exo 2", sans-serif;
}

@media (min-width: 768px) {
	.text-rich blockquote p {
		font-size: 1.5rem;
	}
}

.text-rich blockquote cite {
	position: relative;
	padding-left: 36px;
	font-style: italic;
	font-weight: 500;
	font-size: 1.125rem;
	text-transform: capitalize;
}

.text-rich blockquote cite::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #222f3b;
	width: 26px;
	height: 1px;
	content: "";
}

.text-rich img {
	display: inline-block;
}

/***************************************
* Page Structure
***************************************/
.page-wrapper {
	overflow-x: clip;
}

.main-wrapper {
	overflow-x: clip;
}

/* Structure - Container */
.container-full {
	margin-inline: auto;
	width: 100%;
}

/* Structure - Padding Section(section padding Top and Bottom) */
.section-space {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.section-space {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.section-space {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (min-width: 1200px) {
	.section-space {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.section-space-bottom {
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.section-space-bottom {
		padding-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.section-space-bottom {
		padding-bottom: 100px;
	}
}

@media (min-width: 1200px) {
	.section-space-bottom {
		padding-bottom: 120px;
	}
}

@media (min-width: 1400px) {
	.section-space-bottom-huge {
		padding-bottom: 210px;
	}
}

@media (min-width: 1400px) {
	.section-space-bottom-xhuge {
		padding-bottom: 294px;
	}
}

.section-space-top {
	padding-top: 60px;
}

@media (min-width: 768px) {
	.section-space-top {
		padding-top: 80px;
	}
}

@media (min-width: 992px) {
	.section-space-top {
		padding-top: 100px;
	}
}

@media (min-width: 1200px) {
	.section-space-top {
		padding-top: 120px;
	}
}

@media (min-width: 1400px) {
	.section-space-top-huge {
		padding-top: 210px;
	}
}

.section-bg-primary {
	background-color: #fff2ec;
}

.section-bg-secondary {
	background-color: #f0f6f3;
}

.section-bg-light-green {
	background-color: #f0f6f3;
}

.space-x-128 {
	padding-inline: 20px;
}

@media (min-width: 576px) {
	.space-x-128 {
		padding-inline: 30px;
	}
}

@media (min-width: 768px) {
	.space-x-128 {
		padding-inline: 40px;
	}
}

@media (min-width: 992px) {
	.space-x-128 {
		padding-inline: 80px;
	}
}

@media (min-width: 1400px) {
	.space-x-128 {
		padding-inline: 100px;
	}
}

@media (min-width: 1800px) {
	.space-x-128 {
		padding-inline: 128px;
	}
}

/***************************************
* Spacing
***************************************/
.mt-90 {
	margin-top: 90px;
}

/***************************************
* Utilities
***************************************/
/* Useful utility systems - Utility classes we like to use in most of our projects to build faster. */
.size-44 {
	width: 44px;
	height: 44px;
}

.w-full {
	width: 100%;
}

.rounded-full {
	border-radius: 50%;
}

.img-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

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

.hidden {
	display: none;
}

.gradient-bg {
	background: linear-gradient(237deg, rgb(255 229 202 / 0%) 0%, rgb(0 0 34 / 12%) 53%, rgb(0 0 34) 100%);
}

.section-support  .section-text {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	width: 95%;
}

.background-dark {
	background-color: #222f3b;
}

.social-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	font-size: 1.125rem;
}

.social-menu.is-text-link-white a {
	color: rgba(255, 255, 255, 0.7);
}

.social-menu.is-text-link-white a:hover {
	color: #fff;
}

.social-menu.is-text-link-orange a {
	color: #fff;
}

.social-menu.is-text-link-orange a:hover {
	color: #030303;
}

.social-link-round-gradient {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	border: 1px solid rgba(0, 53, 102, 0.35);
	border-radius: 50%;
	width: 42px;
	height: 42px;
	overflow: hidden;
	color: #222f3b;
	font-size: 1.25rem;
}

.social-link-round-gradient::after {
	position: absolute;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	inset: 0;
	border-radius: 50%;
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	content: "";
}

.social-link-round-gradient:hover {
	border-color: rgba(255, 125, 68, 0.35);
	color: #fff;
}

.social-link-round-gradient:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin-top: 85px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 50%;
}

.page-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	border: 1px solid #222f3b;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	overflow: hidden;
	color: #222f3b;
	font-weight: 600;
	font-size: 1.25rem;
}

.page-link::after {
	position: absolute;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	inset: 0;
	border-radius: 50%;
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	content: "";
}

.page-link:hover {
	color: #fff;
}

.page-link:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.box-shadow-theme {
	-webkit-box-shadow: 11px 15px 80px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 80px 48px rgba(10, 6, 68, 0.05);
}

.scroll-to-top {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	-webkit-box-shadow: 11px 15px 80px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 80px 48px rgba(10, 6, 68, 0.05);
	border: none;
	border-radius: 50%;
	background-color: #030303;
	width: 48px;
	height: 48px;
	color: #fff;
	font-size: 1.25rem;
}

.scroll-to-top:hover {
	background-color: #030303;
}

.container-1560 {
	margin-inline: auto;
}

@media (min-width: 576px) {
	.container-1560 {
		padding-left: 40px;
		max-width: 1400px;
	}
}

@media (min-width: 1400px) {
	.container-1560 {
		padding-left: 80px;
		max-width: 1400px;
	}
}

@media (min-width: 1800px) {
	.container-1560 {
		padding-left: 0;
		max-width: 1560px;
	}
}

/***************************************
* Elements
***************************************/
.section-tag {
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 6px;
	background-color: rgba(255, 125, 68, 0.17);
	padding: 7px 20px;
	color: #030303;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1;
}

.section-tag.is-white-transparent {
	background-color: rgba(255, 255, 255, 0.17);
	color: #fff;
}

.section-tag.is-white {
	background-color: #fff;
}

.section-title.is-text-dark {
	color: #222f3b;
}

.section-title.is-text-light {
	color: #fff;
}

.section-title.is-text strong {
	font-weight: 900;
}

.section-text {
	margin-top: 20px;
	font-size: 1.125rem;
}

.content-list {
	display: -ms-grid;
	display: grid;
	gap: 5px;
	padding-left: 0px;
	color: #013566;
	font-weight: 500;
	font-size: 1.125rem;
}

.content-list.is-column-2 {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 992px) {
	.content-list.is-column-2 {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.content-list-1 li {
	position: relative;
	padding-left: 40px;
	list-style: none;
}

.content-list-1 li::before {
	position: absolute;
	top: 0;
	left: 15px;
	content: "\f102";
	color: #030303;
	font-family: "flaticon_trazan";
}

.content-list-2 li {
	position: relative;
	color: #5c6672;
	font-weight: 400;
	font-size: 1rem;
	list-style-type: disc;
}

.content-list-2 li strong {
	color: #222f3b;
}

.content-list-2 li::marker {
	color: #030303;
}

.form-component {
	margin-bottom: 0rem;
}

.form-form {
	display: block;
}

.form-field-wrapper,
.form-input,
.is-select-input,
.is-text-area {
	width: 100%;
}

.form-field-wrapper {
	display: block;
}

.form-label {
	margin-bottom: 0.25rem;
	font-weight: 500;
}

.form-input, .is-select-input, .is-text-area {
	margin-bottom: 0.75rem;
	outline: none;
	border: none;
	border-radius: 12px;
	background: #fff2ec;
	padding: 13px 20px;
	min-height: 3rem;
	color: #000;
	font-size: inherit;
}

.is-text-area {
	min-height: 250px;
}

.search-button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: transparent;
	width: 40px;
	height: 100%;
	color: #222f3b;
}

select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/icons/icon-blue-chevron-down.svg");
	background-size: 9px 5px;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 20px);
	background-position-y: 50%;
}

#preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999;
	inset: 0;
	background: #222f3b;
 /* Gray background */;
}

.preloader-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	font-weight: 600;
	font-size: 4rem;
}

.letter {
	display: inline-block;
	color: #fff;
}

.main {
	display: none;
	padding: 2rem;
	text-align: center;
}

/***************
+ Components:
****************/
/***************************************
* - Components / Button
***************************************/
.button-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
	padding: 5px 5px 5px 25px;
	overflow: hidden;
	font-weight: 400;
	font-size: 15px;
}

.btn::before {
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	-webkit-transform: translate(calc(-100% - 2px));
	transform: translate(calc(-100% - 2px));
	z-index: -1;
	-webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	width: 100%;
	height: 100%;
	content: "";
}

.btn .btn-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	width: 43px;
	height: 43px;
	overflow: hidden;
	color: #222f3b;
	font-size: 1.125rem;
}

.btn .btn-icon span:nth-child(1) {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn .btn-icon span:nth-child(2) {
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn .btn-icon-sm {
	width: 36px;
	height: 36px;
}

.btn:hover::before {
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.btn:hover .btn-icon span:nth-child(1) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

.btn:hover .btn-icon span:nth-child(2) {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1;
}

.btn-primary {
	background: #222f3b;
}

.btn-primary:hover {
	background: rgb(255, 229, 202);
}

.btn-primary:hover::before {
	background: #030303;
}

.btn-white {
	background: #fff;
	color: #222f3b;
}

.btn-white .btn-icon {
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	color: #fff;
}

.btn-white:hover {
	background: #222f3b;
	color: #fff;
}

.btn-white:hover::before {
	background: #222f3b;
}

.btn-secondary {
	background: transparent;
	border: 1px solid #ffffffb5;
}

.btn-secondary:hover {
	background: rgb(255, 229, 202);
}

.btn-secondary:hover::before {
	background: #222f3b;
}

.btn-secondary-alt {
  /*background: linear-gradient(237deg, rgb(159 159 159) 0%, rgb(1 151 203) 53%, rgb(2 92 163) 100%);*/
	color: #fff;
	background: #403f32;
}

.btn-secondary-alt:hover {
    background: rgb(255 255 255);
    color: #403f32;
}

.btn-secondary-alt:hover::before {
	background: #d4d4d2;
}

.btn-secondary-alt:hover .btn-icon {
	background-color: #fdfbff;
}

.btn-secondary-outline {
	border: 1px solid #030303;
	background: transparent;
	color: #030303;
}

.btn-secondary-outline .btn-icon {
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	color: #fff;
}

.btn-secondary-outline:hover {
	background: rgb(255, 229, 202);
	color: #fff;
}

.btn-secondary-outline:hover::before {
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
}

.btn-secondary-outline:hover .btn-icon {
	background: #fff;
	color: #222f3b;
}

.btn-details .btn-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15px;
	height: 15px;
	overflow: hidden;
	font-size: 11px;
	transform: rotate(-43deg);
}

.threepoint-sec a.btn-details {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.btn-details .btn-icon span {
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-details .btn-icon span:nth-child(1) {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.btn-details .btn-icon span:nth-child(2) {
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.btn-details:hover {
	color: #030303;
}

.btn-details:hover .btn-icon span:nth-child(1) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

.btn-details:hover .btn-icon span:nth-child(2) {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1;
}

/***************************************
* - Components / Navber
***************************************/
.header-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 40px;
	font-weight: 500;
}

.header-nav-link {
	position: relative;
	overflow: hidden;
	color: #fdfbff;
	line-height: 4;
	font-size: 15px;
}

.header-nav-link::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #013566;
	width: 0%;
	height: 2px;
	content: "";
}

.header-nav-link.is-white {
	color: rgba(255, 255, 255, 0.85);
}

.header-nav-link:hover {
	color: #222f3b;
}

.header-nav-link:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}

.header-nav .has-submenu {
	position: relative;
	padding-right: 15px;
}

.header-nav .has-submenu::after {
	position: absolute;
	top: 50%;
	right: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\f078";
	color: #fdfbff;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1;
	font-family: "Font Awesome 6 Pro";
}

.header-nav .has-submenu.is-white::after {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.header-nav .has-submenu:hover .dropdown-menu-list {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.dropdown-menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 100%;
	left: 0;
	row-gap: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background-color: #fff;
	padding: 15px 25px;
	min-width: 265px;
}

.dropdown-menu-item:not(:last-child) {
	border-bottom: 1px dashed rgba(0, 53, 102, 0.5);
	padding-bottom: 6px;
}

.dropdown-menu-link {
	position: relative;
	color: #7e7e7e;
	font-size: 14px;
	font-weight: 400;
}

.dropdown-menu-link::before {
	position: absolute;
	top: 0;
	left: -25px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #030303;
	width: 4px;
	height: 100%;
	content: "";
}

.dropdown-menu-link:hover {
	color: #030303;
}

.dropdown-menu-link:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}

.category-menu ul {
	padding: 0;
	list-style: none;
}

.category-menu ul li {
	position: relative;
}

.category-menu ul li a {
	display: block;
	position: relative;
	padding: 10px;
	color: rgba(0, 53, 102, 0.85);
	font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
}

.category-menu ul li a:has(~ .subcategory)::after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\f078";
	color: #222f3b;
	font-weight: 600;
	font-size: 1rem;
	line-height: 2.5;
	font-family: "Font Awesome 6 Pro";
}

.subcategory {
	-webkit-transition: max-height 0.3s;
	transition: max-height 0.3s;
	max-height: 0;
	overflow: hidden;
}

.subcategory.active {
	max-height: 1000px;
 /* Adjust this value as needed */;
}

.subcategory li {
	margin-inline: 10px;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.subcategory li:last-child {
	border-bottom: none;
}

.subcategory a {
	display: block;
	text-decoration: none;
}

.sticky-menu.header-3 {
	margin: 0;
}

.header-3 {
	margin: 0 80px;
}

@media screen and (max-width: 1499px) {
	.header-3 {
		margin: 0 20px;
	}
}

@media (max-width: 1699px) {
	.header-3 .header-bottom-area-2 {
		gap: 60px;
	}
}

.header-3 .header-bottom-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 85px;
}

@media screen and (max-width: 767px) {
	.header-3 .header-bottom-left .social-menu {
		display: none;
	}
}

.header-3 .header-bottom-left .social-menu a {
	color: #222f3b;
}

.header-3 .header-bottom-area-2 .header-bottom-center::before {
	left: calc(0% - 269px);
}

.header-3 .btn-secondary {
	background: #222f3b;
}

@media (max-width: 1399px) {
	.header-3 .btn-secondary {
		display: none;
	}
}

.header-3 .btn-secondary::before {
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
}

/***************************************
* - Components / Progressbar
***************************************/
.progress-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-block: 30px;
}

.progress-bar-line {
	position: relative;
	border-radius: 4px;
	background: #f0f0f0;
	height: 8px;
}

.progress-bar-line.is-border {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(255, 125, 68, 0.44);
	background-color: transparent;
	padding-inline: 3px;
	height: 13px;
}

.progress-fill {
	position: relative;
	border-radius: 4px;
	background: #f97316;
	width: 0;
	height: 100%;
}

.progress-fill.is-gradient {
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	height: 5px;
}

.progress-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
	font-weight: 600;
	font-size: 14px;
}

.progress-text {
	position: absolute;
	right: 16px;
	bottom: -30px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	font-weight: 600;
	font-size: 14px;
}

/***************************************
* - Components / Slider
***************************************/
.slider-button-style-1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #222f3b;
	border-radius: 50%;
	background: #fff;
	width: 50px;
	height: 50px;
}

.slider-button-style-1:hover {
	border-color: #030303;
	background-color: #030303;
	color: #fff;
}

.slider-button-vertical-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: static;
	top: 50%;
	left: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.slider-button-vertical-center {
		position: absolute;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 1;
		width: calc(100% + 50px);
	}
}

@media (min-width: 1800px) {
	.slider-button-vertical-center {
		width: calc(100% + 200px);
	}
}

.slider-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
	margin-top: 55px;
	min-height: 24px;
}

.swiper-pagination-bullet {
	position: relative;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #222f3b;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	transform: translate(-50%, -50%) scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid transparent;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	content: "";
}

.swiper-pagination-bullet-active {
	border-color: #030303;
	background: #030303;
}

.swiper-pagination-bullet-active:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	border: 1px solid #030303;
}

.blog-slider .slider-pagination {
	margin-top: 55px;
}

.project-slider .slider-pagination {
	margin-top: 100px;
}

@media (min-width: 768px) {
	.project-slider .slider-pagination {
		margin-top: 135px;
	}
}

/***************
+ Layout:
****************/
/***************************************
* - Layout / Header
***************************************/
.header-wrapper {
	position: relative;
}

.header-wrapper:has(.sticky-menu) {
	position: static;
}

.header-top-style-1 {
	background-color: #222f3b;
	padding-block: 20px 60px;
}

.header-3 {
	margin: 0 80px;
	position: relative;
	z-index: 9999;
}

.header-top-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

@media (min-width: 576px) {
	.header-top-area {
		gap: 40px;
	}
}

.header-top-center {
	display: none;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	border-inline: 1px solid rgba(255, 255, 255, 0.17);
	padding-inline: 40px;
}

@media (min-width: 1200px) {
	.header-top-center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header-info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px 42px;
	color: #fff;
}

.header-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
}

@media (min-width: 1800px) {
	.header-info-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.header-info-item:nth-child(3) {
	display: none;
}

@media (min-width: 1800px) {
	.header-info-item:nth-child(3) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header-info-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header-info-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.09);
	width: 50px;
	height: 50px;
	font-size: 1.25rem;
}

.header-info-title {
	display: block;
	font-size: 0.875rem;
}

.header-info-link {
	position: relative;
	color: #fff;
	font-weight: 600;
}

.header-info-link.is-link-to-text::after {
	display: none;
	padding: 0;
}

.header-info-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background-color: currentColor;
	width: 0%;
	height: 2px;
	content: "";
}

.header-info-link:hover::after {
	width: 100%;
}

.localization {
	display: none;
	border: none;
	background: transparent;
	background-image: url("../images/icons/icon-white-chevron-down.svg");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 10px);
	background-position-y: 50%;
	padding-inline: 10px;
	color: #fff;
}

@media (min-width: 1400px) {
	.localization {
		display: inline-block;
	}
}

.localization option {
	color: #000;
}

@-webkit-keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.header-bottom-style-1 {
	position: absolute;
	bottom: calc(0% - 38px);
	left: 0%;
	z-index: 9;
	width: 100%;
}

.header-bottom-style-1 .header-bottom-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	border-radius: 50px;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	height: 76px;
}

@media (min-width: 576px) {
	.header-bottom-style-1 .header-bottom-area {
		gap: 30px;
		padding: 10px 36px 10px 36px;
	}
}

@media (min-width: 992px) {
	.header-bottom-style-1 .header-bottom-area {
		padding: 10px 10px 10px 36px;
	}
}

.header-bottom-style-1 .header-bottom-left {
	display: none;
	padding-right: 15px;
}

@media (min-width: 576px) {
	.header-bottom-style-1 .header-bottom-left {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.header-bottom-style-1 .header-bottom-left {
		display: none;
	}
}

@media (min-width: 1800px) {
	.header-bottom-style-1 .header-bottom-left {
		display: inline-block;
	}
}

.header-bottom-style-1 .header-bottom-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 60px;
}

@media (min-width: 576px) {
	.header-bottom-style-1 .header-bottom-right {
		width: auto;
	}
}

@media (min-width: 992px) {
	.header-bottom-style-1 .header-bottom-right {
		width: 100%;
	}
}

@media (min-width: 1800px) {
	.header-bottom-style-1 .header-bottom-right {
		width: auto;
	}
}

.hamburger-menu {
	position: relative;
	background: #222f3b;
	width: 36px;
	height: 2px;
}

.header-user-event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 55px;
}

.header-user-event::before {
	display: none;
	position: absolute;
	left: -30px;
	background-color: gray;
	width: 1px;
	height: 46px;
	content: "";
}

@media (min-width: 576px) {
	.header-user-event::before {
		display: inline-block;
	}
}

@media (min-width: 576px) {
	.header-user-event {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
}

@media (min-width: 768px) {
    .header-user-event {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto;
        display: none;
    }
}

.header-user-event .get-touch-info-list {
	display: none;
}

@media (min-width: 1800px) {
	.header-user-event .get-touch-info-list {
		display: block;
	}
}

.header-user-event-button {
	position: relative;
	color: #013566;
	line-height: 0;
}

.header-user-event-button-cart {
	display: none;
}

.header-user-event-button .product-number {
	display: block;
	position: absolute;
	top: 22.5px;
	left: 12.5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	border-radius: 50%;
	background-color: #030303;
	min-width: 22px;
	height: 22px;
	color: #fff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 22px;
}

.header-user-event-button-search {
	border: 1px solid #013566;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	font-size: 1rem;
}

.header-user-event a {
	display: none;
}

@media (min-width: 992px) {
	.header-user-event a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header-top-area-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px 40px;
	margin-inline: 10px;
	border-radius: 0 0 5px 5px;
	background: #222f3b;
	padding: 10px 30px;
	color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 576px) {
	.header-top-area-2 {
		margin-inline: 40px;
	}
}

@media (min-width: 1400px) {
	.header-top-area-2 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.header-top-area-2 .header-top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px 80px;
}

@media (min-width: 992px) {
	.header-top-area-2 .header-top-right {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}

.header-top-area-2 .header-top-left {
	display: none;
	position: relative;
	gap: 80px;
}

@media (min-width: 992px) {
	.header-top-area-2 .header-top-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header-bottom-area-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 5px 7px;
	color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 576px) {
	.header-bottom-area-2 {
		gap: 70px;
		padding: 5px 40px;
	}
}

@media (min-width: 768px) {
	.header-bottom-area-2 {
		gap: 90px;
	}
}

.header-bottom-area-2 .header-bottom-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: center;
	padding: 0 45px;
	border-radius: 20px;
}

.header-bottom-area-2 .header-bottom-center::before {
	left: calc(0% - 60px);
}

.header-bottom-area-2 .header-bottom-center::after {
	right: calc(0% - 60px);
}

.header-bottom-area-2 .header-user-event::before {
	display: none;
}

.header-info-list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px 40px;
	font-size: 0.875rem;
}

@media (min-width: 992px) {
	.header-info-list-2 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}

.header-info-list-2::after {
	display: none;
	position: absolute;
	left: calc(100% + 40px);
	background-color: rgba(255, 255, 255, 0.12);
	width: 1px;
	height: 100%;
	content: "";
}

@media (min-width: 992px) {
	.header-info-list-2::after {
		display: inline-block;
	}
}

.header-info-item-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}

.header-info-item-2:not(:last-child)::after {
	display: none;
	position: absolute;
	left: calc(100% + 20px);
	content: "/";
}

@media (min-width: 768px) {
	.header-info-item-2:not(:last-child)::after {
		display: block;
	}
}

.header-info-link {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	color: rgba(255, 255, 255, 0.65);
}

.header-info-link:hover {
	color: #fff;
}

.header-info-link.is-link-to-text:hover {
	color: rgba(255, 255, 255, 0.65);
}

.header-4 {
	position: relative;
	z-index: 9999;
}

.sticky-menu {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	z-index: 999;
	width: 100%;
}
.sticky-menu .header-bottom-area {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-animation: fadeInDown 0.9s 1;
    animation: fadeInDown 0.9s 1;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #ffffff78;
    backdrop-filter: blur(60px);
}

.sticky-menu .header-bottom-area-1 {
	margin-top: 10px;
}

.sticky-menu.header-4 .header-bottom-area-2 {
	padding: 0 20px !important;
}

.header-bottom-area-2 {
	z-index: 999;
	position: absolute;
	top: 19px;
	padding: 15px;
	border-radius: 20px;
	width: 96%;
}

.menu-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.menu-info-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #030303;
	font-size: 1.25rem;
}

.menu-info-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu-info-title {
	color: #222f3b;
	font-weight: 600;
}

.menu-info-link {
	font-size: 14px;
}

.header-middle-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	padding-right: 0;
	border-radius: 4px;
	background: #222f3b;
	margin-bottom: -57px;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 1199px) {
	.header-middle-wrapper {
		display: none;
	}
}

.header-middle-wrapper .left-shape {
	position: absolute;
	top: 1px;
	left: -23px;
}

.header-middle-wrapper .right-shape {
	position: absolute;
	top: 1px;
	right: -23px;
}

.header-middle-wrapper .header-middle-wrapper-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 80px;
}

.header-middle-wrapper .header-middle-wrapper-info .info-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.header-middle-wrapper .header-middle-wrapper-info .info-items .icon {
	width: 60px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	background: #030303;
	text-align: center;
	font-size: 30px;
}

.header-middle-wrapper .header-middle-wrapper-info .info-items .icon svg {
	display: initial;
}

.header-middle-wrapper .header-middle-wrapper-info .info-items .content h5 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}

.header-middle-wrapper .header-middle-wrapper-info .info-items .content h6 {
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
}

.header-middle-wrapper .header-middle-wrapper-info .info-items .content h6 a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.85);
	font-style: normal;
	font-weight: 500;
}

.header-middle-wrapper .btn-secondary {
	width: 188px;
	height: 84px;
	border-radius: 0;
	background: #030303;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

.header-middle-wrapper .btn-secondary::before, .header-middle-wrapper .btn-secondary::after {
	border-radius: 0;
}

.header-middle-wrapper .bar-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	padding-right: 30px;
}

.header-top-section1 {
	background-color: #222f3b;
}

@media screen and (max-width: 767px) {
	.header-top-section1 {
		display: none;
	}
}

.header-top-section1 .form-input-1 {
	padding: 0;
	border: none;
	color: #fff;
	padding-right: 15px;
	text-transform: capitalize;
}

.header-top-section1 .form-input-1 option {
	color: #030303;
}

.header-top-section1 select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/home-5/arrow.png) !important;
	background-size: -3px 33px;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 3px);
	background-position-y: 55%;
}

.header-top-wrapper1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-top-wrapper1.style-2 p a {
	color: #030303;
}

.header-top-wrapper1 p {
	font-size: 15px;
	color: #fff;
}

.header-top-wrapper1 p a {
	color: #030303;
	font-weight: 600;
	margin-right: 10px;
	display: inline-block;
}

.header-top-wrapper1 .contact-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 55px;
}

.header-top-wrapper1 .contact-right li {
	color: #fff;
}

.header-top-wrapper1 .contact-right li a {
	color: #fff;
}

.header-top-wrapper1 .contact-right li i {
	margin-right: 5px;
	color: #030303;
}

.header-top-wrapper1 .flag-wrap {
	position: relative;
	max-width: 106px;
	margin: 0 auto;
}

.header-top-wrapper1 .flag-wrap .flag {
	position: absolute;
	top: 12px;
	left: -31px;
	z-index: 1;
}

.header-top-wrapper1 .flag-wrap .flag img {
	width: 100%;
	height: 100%;
}

.header-top-wrapper1 .social-icon {
	gap: 15px;
	font-size: 18px;
}

.header-top-wrapper1 .social-icon a {
	color: #fff;
}

.header-top-wrapper1 .social-icon a:hover {
	color: #030303;
}

.header-top-wrapper1 .right-flag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

#preloader {
	z-index: 99999;
}

.about-wrapper-3 .about-content {
	position: relative;
	z-index: 999;
}

/***************************************
* - Layout / Footer
***************************************/
.footer {
	position: relative;
	height: 100%;
	color: #fff;
}

@media (min-width: 1400px) {
	.footer-negative {
		margin-top: -88px;
	}
}

.footer-top-space {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.footer-top-space {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.footer-top-space {
		padding-top: 160px;
		padding-bottom: 100px;
	}
}

@media (min-width: 1200px) {
	.footer-top-space {
		padding-top: 180px;
		padding-bottom: 120px;
	}
}

.footer .footer-bottom {
	background: rgb(41 58 74);
	padding: 20px 0;
	text-align: center;
	margin-bottom: 0;
}

p.copyright-text {
	font-size: 14px;
	text-align: left;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0px;
	margin-bottom: 0;
}

.footer-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

nav.footer-nav.quicklinks ul li {
	font-size: 15px;
}

.footer-nav a {
	display: inline-block;
	position: relative;
	color: rgb(255 255 255);
	font-weight: 200;
	font-size: 14px;
	z-index: 2;
}

.footer-nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #fff;
	width: 0%;
	height: 1px;
	content: "";
}

.footer-nav a:hover {
	color: #bababa;
}

.footer-nav a:hover::after {
	width: 100%;
}

li.header-nav-item.has-submenu.active > ul > li a {
	color: #545454 !important;
}

.footer-widget .footer-title {
	position: relative;
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
}

.social-menu a {
	color: #ffffffa1;
}

.social-menu a:hover {
	color: #e8aa31;
}

img.end-to-end {
	max-width: 65px !important;
}

.newsletter input.form-input-1 {
	width: 100%;
	position: relative;
	border-radius: 5px;
}.footer-widget-about p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #fffffffc;
    width: 95%;
    margin: 20px 0;
}
.footer-widget-about .social-menu {
	gap: 20px;
}

.footer-widget .footer-gallery .gallery-wrap .gallery-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
	margin-bottom: 10px;
}

.footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
	position: relative;
	width: 75px;
}

.footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(99, 171, 69, 0.5);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
	color: #fff;
	font-size: 16px;
	z-index: 99;
	position: relative;
	margin-top: 25px;
}

.footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
	opacity: 1;
}

.footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
	opacity: 1;
}

.footer-widget .footer-content {
	max-width: 300px;
}

.footer-widget .online {
	font-size: 24px;
	color: #030303;
	margin-top: 30px;
}

.footer-widget .call-text {
	margin-top: 15px;
}

.footer-widget .call-text a {
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
}

.footer-widget .contact-list-4 li {
	font-size: 16px;
	font-style: normal;
	color: #fff;
}

.footer-widget .contact-list-4 li:not(:last-child) {
	margin-bottom: 15px;
}

.footer-widget .contact-list-4 li span {
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}

.contact-info-area-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 13px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	padding: 40px 50px;
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
	.contact-info-area-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.contact-info-area-2 .contact-info-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.contact-info-area-2 .contact-info-items .icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	border: 1.8px solid rgba(255, 255, 255, 0.13);
	text-align: center;
	color: #fff;
}

.contact-info-area-2 .contact-info-items .content p {
	color: #030303;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}

.contact-info-area-2 .contact-info-items .content h6 {
	font-weight: 600;
	color: #fff;
}

.contact-info-area-2 .contact-info-items .content h6 a {
	color: #fff;
}

.footer-info-block {
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-top: none;
	border-bottom: none;
}

@media (min-width: 768px) {
	.footer-info-block {
		border: 1px solid rgba(255, 255, 255, 0.11);
	}
}

.footer-info-list {
	display: -ms-grid;
	display: grid;
	position: relative;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-inline: auto;
	max-width: 1450px;
}

@media (min-width: 768px) {
	.footer-info-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1200px) {
	.footer-info-list {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}
}

.footer-info-list::after {
	position: absolute;
	top: -8px;
	left: 0;
	background-color: #030303;
	width: 100%;
	height: 8px;
	content: "";
}

.footer-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	border-inline: 1px solid rgba(255, 255, 255, 0.11);
	padding: 30px;
}

.footer-info-item:nth-child(1), .footer-info-item:nth-child(2) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

@media (min-width: 1200px) {
	.footer-info-item:nth-child(1), .footer-info-item:nth-child(2) {
		border-bottom: none;
	}
}

@media (min-width: 1200px) {
	.footer-info-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 1400px) {
	.footer-info-item {
		padding: 40px 60px;
	}
}

@media (min-width: 1800px) {
	.footer-info-item {
		padding: 57px 50px;
	}
}

.footer-info-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	background-color: #030303;
	width: 60px;
	height: 60px;
}

.footer-info-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.footer-info-title {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
}

.footer-info-link {
	color: rgba(255, 255, 255, 0.85);
}

.footer-info-link:hover {
	color: #030303;
}

.footer-info-link.is-text:hover {
	color: currentColor;
}

.newsletter-form-4 {
	border-radius: 12px;
	background: #0D2455;
	padding: 20px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
}

@media screen and (max-width: 1199px) {
	.newsletter-form-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.newsletter-form-4 h3 {
	font-size: 30px;
	color: #fff;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 500;
}

.newsletter-form-4 .form-clt {
	max-width: 750px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

@media screen and (max-width: 1199px) {
	.newsletter-form-4 .form-clt {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.newsletter-form-4 .form-clt input {
	border-radius: 4px;
	background: #FFF;
	width: 100%;
	border: none;
	outline: none;
	line-height: 1;
	padding: 21px 30px;
	max-width: 510px;
}

.footer-bottom-wrapper-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0;
}

@media screen and (max-width: 1199px) {
	.footer-bottom-wrapper-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.footer-bottom-wrapper-4 p {
	color: #fff;
}

.footer-bottom-wrapper-4 .social-menu a {
	background: #0D2455;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	color: #fff !important;
}

.footer-bottom-wrapper-4 .social-menu a:hover {
	background-color: #030303;
}

.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@media screen and (max-width: 991px) {
	.bottom-footer-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}

@-webkit-keyframes float-bob-y {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

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

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

@keyframes float-bob-y {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

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

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

.float-bob-x {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(30px);
	}

	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

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

@keyframes float-bob-x {
	0% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

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

@-webkit-keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounce-x {
	-webkit-animation: bounce-x 7s infinite linear;
	animation: bounce-x 7s infinite linear;
}

@-webkit-keyframes criss-cross-left {
	0% {
		left: -20px;
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-left {
	0% {
		left: -20px;
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@-webkit-keyframes criss-cross-right {
	0% {
		right: -20px;
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-right {
	0% {
		right: -20px;
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

@-webkit-keyframes rotated2 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotated2 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes wave {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes wave {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.img-custom-anim-left {
	-webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	opacity: 0;
}

@-webkit-keyframes img-anim-left {
	0% {
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

@keyframes img-anim-left {
	0% {
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.img-custom-anim-right {
	-webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	opacity: 0;
}

@-webkit-keyframes img-anim-right {
	0% {
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
		clip-path: inset(0 0 0 100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

@keyframes img-anim-right {
	0% {
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
		clip-path: inset(0 0 0 100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.img-custom-anim-left {
	-webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	opacity: 0;
}

@keyframes img-anim-left {
	0% {
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.img-custom-anim-top {
	-webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
	animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}

@-webkit-keyframes img-anim-top {
	0% {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
		clip-path: inset(0 0 100% 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

@keyframes img-anim-top {
	0% {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
		clip-path: inset(0 0 100% 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.img-custom-anim-bottom {
	-webkit-animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
	animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}

.sticky-style {
	position: sticky !important;
	top: 100px;
}

.service-section-3 {
	position: relative;
	z-index: 9;
}

.service-section-3 .arrow-shape {
	position: absolute;
	left: 18%;
	top: 148px;
	z-index: -1;
}

/***************************************
* - Layout / Sidebar
***************************************/
.sidebar-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sidebar-item {
	border: 1px solid rgba(0, 53, 102, 0.15);
	border-radius: 12px;
	padding: 30px 35px;
}

.sidebar-title {
	margin-bottom: 20px;
	line-height: 1;
}

.sidebar-search-input {
	border: none;
	border-radius: 4px;
	background-color: rgba(0, 53, 102, 0.06);
	padding: 7.5px 15px;
	width: 100%;
	color: #222f3b;
}

.sidebar-search-input::-webkit-input-placeholder {
	color: #636d6c;
}

.sidebar-search-input::-moz-placeholder {
	color: #636d6c;
}

.sidebar-search-input:-ms-input-placeholder {
	color: #636d6c;
}

.sidebar-search-input::-ms-input-placeholder {
	color: #636d6c;
}

.sidebar-search-input::placeholder {
	color: #636d6c;
}

.sidebar-search-input:focus {
	outline: none;
	border: none;
}

.blog-category-item {
	border-bottom: 1px solid rgba(0, 53, 102, 0.15);
	padding-block: 15px;
}

.blog-category-item:first-of-type {
	padding-top: 0;
}

.blog-category-item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-category-link {
	color: #636d6c;
	font-weight: 400;
}

.blog-category-link:hover {
	color: #030303;
}

.blog-recent-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.blog-recent-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 15px;
}

@media (min-width: 576px) {
	.blog-recent-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.blog-recent-thumbnail {
	width: 86px;
	height: 90px;
}

.blog-recent-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.blog-recent-date {
	display: block;
	color: #030303;
}

.blog-recent-link {
	color: #222f3b;
	font-weight: 600;
	text-transform: capitalize;
}

.blog-recent-link:hover {
	color: #030303;
}

.blog-tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-tag-link {
	display: inline-block;
	border-radius: 4px;
	background-color: rgba(0, 53, 102, 0.06);
	padding: 5px 18px;
	color: #636d6c;
}

.blog-tag-link:hover {
	background-color: #030303;
	color: #fff;
}

.service-category-item {
	border-bottom: 1px solid rgba(0, 53, 102, 0.15);
	padding-block: 15px;
}

.service-category-item:first-of-type {
	padding-top: 0;
}

.service-category-item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.service-category-link {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid transparent;
	padding-left: 24px;
	color: #222f3b;
	font-weight: 600;
}

.service-category-link::before, .service-category-link::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "\f178";
	color: #030303;
	font-family: "Font Awesome 6 Pro";
}

.service-category-link::before {
	left: 0;
}

.service-category-link::after {
	right: -24px;
	opacity: 0;
}

.service-category-link:hover {
	border-color: #030303;
	padding-left: 0;
	color: #030303;
}

.service-category-link:hover::before {
	left: -24;
	opacity: 0;
}

.service-category-link:hover::after {
	right: -24px;
	opacity: 1;
}

.sidebar-banner {
	position: relative;
	border-radius: 12px;
}

.sidebar-banner .inner-content {
	position: absolute;
	bottom: 26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 12px;
	background-color: rgba(0, 53, 102, 0.12);
	padding: 25px 40px;
	width: calc(100% - 32px);
	color: #fff;
	text-align: center;
}

.service-banner-info-block {
	margin-top: 20px;
	border-radius: 12px;
	background-color: #222f3b;
	padding: 20px;
}

/***************************************
* - Layout / Breadcrumb
***************************************/
.breadcrumb-area {
	position: relative;
	 padding: 290px 0 70px 0;
	overflow: hidden;
}
.breadcrumb-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	color: #fff;
	text-align: end;
}

.breadcrumb {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: end;
}

.breadcrumb-item {
	color: #e8aa31;
	text-transform: capitalize;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}

.breadcrumb-item.active {
	color: #fff;
}

.breadcrumb-item:hover {
	color: #030303;
}

.breadcrumb-item:hover.active {
	color: currentColor;
}

.breadcrumb-title {
	color: #fff;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: 0;
}

.breadcrumb-bg-block {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.breadcrumb-bg-block::after {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 53, 102, 0.9);
	content: "";
}

.breadcrumb-bg-block img:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
}

/***************
+ Sections:
****************/
/***************************************
 - Sections / Hero
***************************************/
.hero-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hero-area-1 {
	padding-block: 100px 0px;
}

@media (min-width: 992px) {
	.hero-area-1 {
		padding-block: 100px 150px;
	}
}

@media (min-width: 1200px) {
	.hero-area-1 {
		padding-block: 186px 256px;
	}
}

.hero-area-linear-gradient-1 {
	position: absolute;
	z-index: -4;
	inset: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(rgb(1, 53, 102)), color-stop(45%, rgba(6, 51, 102, 0.78)), to(rgba(0, 0, 0, 0.47)));
	background-image: linear-gradient(90deg, rgb(1, 53, 102) 0%, rgba(6, 51, 102, 0.78) 45%, rgba(0, 0, 0, 0.47) 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 1200px) {
	.hero-area-linear-gradient-1 {
		background-image: url("../images/hero-1-gradient-bg.svg");
	}
}

.hero-title {
	font-size: 2.5rem;
	line-height: 1.2;
}

.hero-bg-1 {
	position: absolute;
	z-index: -5;
	inset: 0;
}

.hero-th-1 {
	position: absolute;
	z-index: -1;
}

.hero-th-1-element-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: static;
	right: 100px;
	bottom: 90px;
	z-index: -1;
	margin-top: 40px;
	margin-bottom: -10px;
	margin-inline: auto;
}

@media (min-width: 992px) {
	.hero-th-1-element-1 {
		position: absolute;
		right: 20px;
		width: 44%;
	}
}

@media (min-width: 1200px) {
	.hero-th-1-element-1 {
		right: 100px;
		width: auto;
	}
}

@media (min-width: 1400px) {
	.hero-th-1-element-1 {
		right: 265px;
	}
}

.hero-th-1-element-2 {
	display: none;
	top: 345px;
	right: 40px;
	z-index: -2;
}

@media (min-width: 1400px) {
	.hero-th-1-element-2 {
		display: inline-block;
	}
}

.hero-th-1-element-3 {
	display: none;
	right: 0;
	bottom: 120px;
	z-index: -3;
}

@media (min-width: 1400px) {
	.hero-th-1-element-3 {
		display: inline-block;
	}
}

.hero-th-1-element-4 {
	display: none;
	top: 0;
	right: 0;
	z-index: -4;
}

@media (min-width: 1200px) {
	.hero-th-1-element-4 {
		display: inline-block;
	}
}

.hero-area-2 {
	border-radius: 30px;
}

@media (min-width: 1400px) {
	.hero-area-2 {
		margin: 0px;
		margin-bottom: 0px;
	}
}

.hero-slider-1 {
	position: relative;
}

.hero-slider-wrapper-1 {
	position: relative;
	z-index: 1;
	padding-block: 120px;
}

@media (min-width: 1200px) {
	.hero-slider-wrapper-1 {
		padding-block: 195px 278px;
	}
}

.slider-bg-1 {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-size: cover;
}

.hero-1-slider-overlay {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: rgb(1, 53, 102);
	background: -webkit-gradient(linear, left top, right top, from(rgba(2, 24, 44, 0.85)), color-stop(45%, rgba(2, 24, 44, 0.85)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, rgba(2, 24, 44, 0.85) 0%, rgba(2, 24, 44, 0.85) 45%, rgba(0, 0, 0, 0) 100%);
	background-size: cover;
}

@media (min-width: 1200px) {
	.hero-1-slider-overlay {
		background-image: url("../images/hero-2-gradient-bg.svg");
		background-repeat: no-repeat;
	}
}

.video-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	color: #fff;
}

.video-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: #030303;
	width: 54px;
	height: 54px;
}

.hero-slider-info-wrapper {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	z-index: 1;
}

@media (min-width: 1200px) {
	.hero-slider-info-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.hero-slider-1-info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-slider-1-info-item {
	border-inline: 1px solid rgba(255, 255, 255, 0.2);
	padding: 35px 55px;
}

.hero-slider-1-info-item:first-of-type, .hero-slider-1-info-item:last-of-type {
	border-inline: none;
}

@media (min-width: 1400px) {
	.hero-slider-1-info-item:first-of-type {
		padding-left: 150px;
	}
}

@media (min-width: 1400px) {
	.hero-slider-1-info-item:last-of-type {
		padding-right: 150px;
	}
}

.hero-slider-1-info-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	color: #fff;
}

.hero-slider-1-info-item a:hover {
	color: #030303;
}

.hero-slider-quote {
	border-radius: 12px 12px 0 0;
	background-color: #030303;
	padding: 40px;
	max-width: 580px;
	color: #fff;
}

.hero-slider-quote blockquote {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: inherit;
	padding: 0;
	font-weight: 600;
}

.hero-slider-quote cite {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	padding-left: 46px;
	font-weight: 500;
}

.hero-slider-quote cite::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	width: 32px;
	height: 1px;
	content: "";
}

.client-slider-style-1 {
	position: relative;
	z-index: 1;
	margin-top: -84px;
	-webkit-box-shadow: 0 22px 50px 11px rgba(0, 53, 102, 0.06);
	box-shadow: 0 22px 50px 11px rgba(0, 53, 102, 0.06);
	border-left: 5px solid #030303;
	border-radius: 12px;
	background-color: #fff;
	padding: 20px 20px;
	text-align: center;
}

@media (min-width: 576px) {
	.client-slider-style-1 {
		padding: 20px 40px;
	}
}

@media (min-width: 1200px) {
	.client-slider-style-1 {
		padding: 50px 60px;
		text-align: left;
	}
}

.hero-3 {
	padding: 200px 0 150px;
	position: relative;
	z-index: 9;
	background-attachment: fixed;
}

@media screen and (max-width: 991px) {
	.hero-3 {
		padding: 130px 0;
	}
}

.hero-3::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	background-color: #fff;
	width: 6.5%;
}

@media screen and (max-width: 1899px) {
	.hero-3::before {
		display: none;
	}
}

.hero-3 .hero-list-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	left: 2%;
	top: 0;
	bottom: 0;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 99;
}

@media screen and (max-width: 1899px) {
	.hero-3 .hero-list-contact {
		display: none;
	}
}

.hero-3 .hero-list-contact li {
	color: #222f3b;
	font-size: 18px;
	font-weight: 500;
}

.hero-3 .hero-list-contact li a {
	font-weight: 500;
	color: #222f3b;
}

.hero-3 .hero-content-3 .hero-items-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

@media screen and (max-width: 1199px) {
	.hero-3 .hero-content-3 .hero-items-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.hero-3 .hero-content-3 .hero-items-box .video-link:not(:last-child) {
	border-right: 1px solid #fff;
	padding-right: 30px;
}

.hero-3 .hero-content-3 .hero-items-box .client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-3 .hero-content-3 .hero-items-box .client-info h4 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.hero-3 .hero-content-3 form {
	margin-top: 50px;
}

.hero-3 .hero-content-3 form .input-item {
	max-width: 710px;
	position: relative;
}

.hero-3 .hero-content-3 form .input-item .select-item1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 410px;
	position: absolute;
	top: 0;
	right: 0;
}

.hero-3 .hero-content-3 form .input-item input {
	border-radius: 12px;
	background: #FFF;
	border: none;
	outline: none;
	width: 100%;
	height: 72px;
	padding-left: 30px;
}

.hero-3 .hero-content-3 form .input-item select {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	border: none;
	border-radius: 0;
	background-color: none;
	padding-right: 70px !important;
	padding-left: 15px !important;
	padding: 0;
	width: 100%;
	min-height: 72px;
	color: #5c6672;
	border-left: 1px solid rgba(0, 53, 102, 0.13);
}

@media screen and (max-width: 575px) {
	.hero-3 .hero-content-3 form .input-item select {
		padding-right: 30px !important;
	}
}

.hero-3 .hero-content-3 form .input-item .shipment-button {
	border-radius: 0px 12px 12px 0px;
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
	height: 72px;
	color: #fff;
	padding: 0 45px;
	min-width: 215px;
}

@media screen and (max-width: 575px) {
	.hero-3 .hero-content-3 form .input-item .shipment-button {
		padding: 0 10px;
		min-width: 170px;
	}
}

.hero-4 {
	padding: 80px 0 0;
}

@media screen and (max-width: 1399px) {
	.hero-4 {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 991px) {
	.hero-4 {
		padding-bottom: 0;
	}
}

.hero-4 .hero-content .section-tag {
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	padding: 7px 20px;
	color: #030303;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1;
}

.hero-4 .hero-content h1 {
	color: #222f3b !important;
	font-weight: 800;
	letter-spacing: -1.44px;
}

.hero-4 .hero-content .section-text {
	color: #5C6672;
}

.hero-4 .hero-content .hero-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 95px;
}

@media screen and (max-width: 1199px) {
	.hero-4 .hero-content .hero-button {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 0;
	}
}

.hero-4 .hero-content .hero-button .client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-4 .hero-content .hero-button .client-info h4 {
	font-size: 16px;
	font-weight: 500;
	color: #49515B;
}

.hero-4 .hero-image {
	position: relative;
	margin-bottom: -7px;
}

@media screen and (max-width: 1399px) {
	.hero-4 .hero-image {
		margin-bottom: 0;
	}

	.hero-4 .hero-image img {
		width: 100%;
		height: 100%;
	}
}

.hero-4 .hero-image .delivery-tag {
	position: absolute;
	right: -77px;
	top: 100px;
}

@media screen and (max-width: 1199px) {
	.hero-4 .hero-image .delivery-tag {
		display: none;
	}
}

.hero-5 {
	padding: 120px 0 0;
}

.hero-5 .hero-content-3 {
	margin-left: -100px;
}

@media screen and (max-width: 1599px) {
	.hero-5 .hero-content-3 {
		margin-left: 0;
	}
}

.hero-5 .hero-content-3 h2 {
	font-weight: 800;
	font-family: Raleway;
}

.hero-5 .hero-content-3 p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	max-width: 540px;
}

.hero-5 .hero-content-3 .hero-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

@media screen and (max-width: 1199px) {
	.hero-5 .hero-content-3 .hero-button {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.hero-5 .hero-content-3 .hero-button .icon-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.hero-5 .hero-content-3 .hero-button .icon-items .icon {
	width: 55px;
	height: 55px;
	line-height: 72px;
	text-align: center;
	border-radius: 50%;
	background-color: #030303;
	color: #fff;
	font-size: 22px;
}

.hero-5 .hero-content-3 .hero-button .icon-items span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.hero-5 .hero-content-3 .hero-button .icon-items h4 {
	font-size: 18px;
	font-weight: 500;
}

.hero-5 .hero-content-3 .hero-button .icon-items h4 a {
	color: #fff;
}

.hero-5 .hero-image {
	margin-left: -50px;
}

@media screen and (max-width: 1399px) {
	.hero-5 .hero-image {
		margin-left: 0;
	}

	.hero-5 .hero-image img {
		width: 100%;
	}
}

/***************************************
 - Sections / Get in touch
***************************************/
.get-touch-info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.get-touch-info-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 20px;
}

.get-touch-info-list li .icon {
	color: #030303;
	font-size: 2.5rem;
}

.get-touch-info-list li .icon.is-gradient {
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
}

.get-touch-info-list li .icon-rounded-full {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #030303;
	width: 45px;
	height: 45px;
	color: #fff;
}

.get-touch-info-list li .icon-rounded-full.is-gradient {
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
}

.get-touch-info-list li .content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.get-touch-info-list li .content span {
	display: block;
}

.get-touch-info-list li .content a, .get-touch-info-list li .content address {
	display: block;
	color: #242020;
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
}

.get-touch-form-block {
	border-radius: 12px;
	background-color: #fff;
	padding: 20px;
}

@media (min-width: 768px) {
	.get-touch-form-block {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	.get-touch-form-block {
		padding: 45px;
	}
}

.get-touch-form-block form {
	margin-top: 28px;
}

.get-touch-form-block input:not([type=checkbox]),
.get-touch-form-block textarea,
.get-touch-form-block select,
.get-touch-form-block .form-input-1 {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	border: 1px solid rgba(0, 53, 102, 0.06);
	border-radius: 50px;
	background-color: rgba(0, 53, 102, 0.06);
	padding: 9px 25px;
	width: 100%;
	min-height: 48px;
	color: #5c6672;
}

.get-touch-form-block input:not([type=checkbox]):focus-visible,
.get-touch-form-block textarea:focus-visible,
.get-touch-form-block select:focus-visible,
.get-touch-form-block .form-input-1:focus-visible {
	border-color: #030303;
}

.get-touch-form-block .form-input-1.is-bg-white {
	background-color: #fff;
}

.get-touch-form-block textarea {
	border-radius: 12px;
	min-height: 162px;
}

.get-touch-form-block .form-check-input {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #222f3b;
	border-radius: 2px;
}

.get-touch-form-block .form-check-input:focus-visible {
	outline: none;
}

.get-touch-form-block .form-check-input:checked {
	border-color: #030303;
	background-color: #030303;
}

.get-touch-form-block.is-bg-primary {
	background-color: #fff2ec;
}

.get-touch-form-block.is-bg-primary textarea,
.get-touch-form-block.is-bg-primary select,
.get-touch-form-block.is-bg-primary input,
.get-touch-form-block.is-bg-primary .form-input-1 {
	background-color: #fff;
}

.form-input-1 {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	border: 1px solid rgba(0, 53, 102, 0.06);
	border-radius: 50px;
	background-color: rgba(0, 53, 102, 0.06);
	padding: 9px 25px;
	width: 100%;
	min-height: 48px;
	color: #5c6672;
}

.form-input-1:focus-visible {
	border-color: #030303;
}

.form-input-1.is-bg-white {
	background-color: #fff;
}

.form-input-1.is-bg-white option {
	color: #333;
}

.range-track {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.35);
	width: 100%;
	height: 6px;
}

.range-between {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 5px;
	background: orange;
	height: 6px;
}

.slider-container {
	position: relative;
}

.slider {
	width: 100%;
	height: 6px;
	pointer-events: none;
}

.slider input[type=range] {
	pointer-events: all;
	-webkit-appearance: none;
	position: absolute;
	margin: 0;
	background: none;
	width: 100%;
	height: 6px;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	position: relative;
	z-index: 2;
	cursor: pointer;
	border-radius: 50%;
	background: #030303;
	width: 16px;
	height: 16px;
}

.range-values {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}

/***************************************
 - Sections / Work Process
***************************************/
.work-process-item-block .image-block {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.work-process-item-block .image-block {
		margin-top: 80px;
		margin-bottom: 44px;
	}
}

.work-process-item-block .image-block > img {
	border-radius: 12px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.work-process-item-block .image-block .icon-block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: -39px;
	left: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	width: 78px;
	height: 78px;
}

.work-process-item-block .image-block .shape-block {
	position: absolute;
	top: -50%;
	left: calc(100% - 80px);
	z-index: -1;
}

.work-process-item-block .image-block .dot-block {
	position: absolute;
	top: 50%;
	left: calc(100% - 18px);
}

.work-process-item-block .content h4 {
	margin-bottom: 15px;
}

.work-process-list {
	margin-top: 0;
	min-height: auto;
}

@media (min-width: 1200px) {
	.work-process-list {
		margin-top: -210px;
		min-height: 800px;
	}
}

.work-process-item {
	margin-top: 78px;
}

@media (min-width: 1200px) {
	.work-process-item:nth-child(1) {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.work-process-item:nth-child(2) {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.work-process-item:nth-child(3) {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

.work-process-item .shape-block,
.work-process-item .dot-block {
	display: none;
}

@media (min-width: 1200px) {
	.work-process-item .shape-block,
  .work-process-item .dot-block {
		display: inline-block;
	}
}

.work-process-item:last-child .shape-block {
	display: none;
}

.working-process-box-items-3 {
	margin-top: 30px;
}

.working-process-box-items-3 .working-process-icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.working-process-box-items-3 .working-process-icon-box .icon {
	border-radius: 12px;
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
	width: 122px;
	height: 120px;
	line-height: 170px;
	text-align: center;
}

.working-process-box-items-3 .working-process-icon-box h4 {
	font-size: 24px;
	font-weight: 500;
	font-family: Raleway;
}

.working-process-box-items-3 h3 {
	margin-bottom: 10px;
	font-family: Raleway;
	font-size: 24px;
}

.working-process-box-items-3 p {
	font-size: 15px;
	font-weight: 500;
	line-height: 175%;
}

.feature-faq-wrapper .feature-faq-content .section-content-block p {
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
}

.feature-faq-wrapper .accordion-item {
	border: none !important;
	background: transparent;
}

.feature-faq-wrapper .accordion-item .accordion-header .accordion-button {
	font-weight: 500;
	color: #222f3b;
	font-family: Raleway;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 20px 0 0;
	text-transform: capitalize;
	font-size: 20px;
	border-bottom: 1px solid rgba(0, 53, 102, 0.12);
	padding-bottom: 20px;
}

.feature-faq-wrapper .accordion-item .accordion-header .accordion-button span {
	margin-right: 20px;
	color: #D83B20;
}

.feature-faq-wrapper .accordion-item .accordion-header .accordion-button::after {
	content: "+";
	background: transparent;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
	color: #222f3b;
	font-size: 16px;
}

.feature-faq-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
	content: "\f068";
	background: transparent;
	font-weight: 500;
	color: #D83B20;
}

.feature-faq-wrapper .accordion-item .accordion-header .accordion-button.collapsed {
	background: transparent;
	padding: 18px 0;
	color: #222f3b;
}

.feature-faq-wrapper .accordion-item .accordion-collapse .accordion-body {
	padding-top: 15px;
	color: #5C6672;
	background: transparent;
	padding-bottom: 0;
	font-weight: 500;
	border: none;
	margin-top: 0;
}

.feature-section-4 {
	margin-bottom: -120px;
	position: relative;
	z-index: 9;
}

.feature-section-4 .shape-1 {
	position: absolute;
	top: 0;
	left: 0;
}

.working-process-section-3 {
	position: relative;
	z-index: 9;
}

.working-process-section-3 .shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.working-process-section-3 .shape-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.new-company-wrapper .company-content .progress-wrap .pro-items {
	width: 100%;
}

.new-company-wrapper .company-content .progress-wrap .pro-items:not(:last-child) {
	margin-bottom: 40px;
}

.new-company-wrapper .company-content .progress-wrap .pro-items .pro-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.new-company-wrapper .company-content .progress-wrap .pro-items .pro-head .title {
	color: #222f3b;
	font-weight: 600;
}

.new-company-wrapper .company-content .progress-wrap .pro-items .pro-head .point {
	font-size: 16px;
	color: #222f3b;
	font-weight: 600;
}

.new-company-wrapper .company-content .progress-wrap .pro-items .progress {
	background: rgba(255, 125, 68, 0.28);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 6px;
	width: 100%;
}

.new-company-wrapper .company-content .progress-wrap .pro-items .progress-value {
	-webkit-animation: load 3s normal forwards;
	animation: load 3s normal forwards;
	border-radius: 0;
	background: #030303;
	height: 6px;
	width: 0;
}

.new-company-wrapper .company-content .progress-wrap .pro-items .style-two {
	-webkit-animation: load2 3s normal forwards;
	animation: load2 3s normal forwards;
}

.new-company-wrapper .company-content .progress-wrap .pro-items .style-three {
	-webkit-animation: load3 3s normal forwards;
	animation: load3 3s normal forwards;
}

@-webkit-keyframes load {
	0% {
		width: 0;
	}

	100% {
		width: 90%;
	}
}

@keyframes load {
	0% {
		width: 0;
	}

	100% {
		width: 90%;
	}
}

@-webkit-keyframes load2 {
	0% {
		width: 0;
	}

	100% {
		width: 70%;
	}
}

@keyframes load2 {
	0% {
		width: 0;
	}

	100% {
		width: 70%;
	}
}

@-webkit-keyframes load3 {
	0% {
		width: 0;
	}

	100% {
		width: 55%;
	}
}

@keyframes load3 {
	0% {
		width: 0;
	}

	100% {
		width: 55%;
	}
}

.new-company-wrapper .company-content .fun-fact-value {
	min-width: 200px;
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.new-company-wrapper .company-content .fun-fact-value .start-number {
	font-size: 72px;
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.new-company-wrapper .new-company-right-conetent p {
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
}

.new-company-wrapper .new-company-right-conetent .box-text {
	border-radius: 6px;
	background: #FFF;
	-webkit-box-shadow: 0px 22px 50px 11px rgba(1, 53, 102, 0.06);
	box-shadow: 0px 22px 50px 11px rgba(1, 53, 102, 0.06);
	border-left: 4px solid #030303;
	display: inline-block;
	padding: 20px 30px;
	margin-top: 40px;
}

.new-company-section {
	background-color: #f0f6f3;
}

.video-section-3 {
	position: relative;
	z-index: 9;
}

.video-section-3::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #f0f6f3;
	z-index: -1;
	height: 50%;
}

/***************************************
 - Sections / Portfolio
***************************************/
.portfolio-container {
	position: relative;
	width: 100%;
	height: 1100px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.portfolio-container {
		height: 1000px;
	}
}

@media (min-width: 768px) {
	.portfolio-container {
		height: 710px;
	}
}

.portfolio-container .image-container {
	width: 100%;
	height: 100vh;
 /* Adjust as needed */
	overflow: hidden;
}

.portfolio-container .image-container::after {
	position: absolute;
	inset: 0;
	background-color: rgb(0 0 0 / 0%);
	content: "";
}

.portfolio-container .background-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.portfolio-container .portfolio-list {
	display: -ms-grid;
	display: grid;
	position: relative;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	z-index: 2;
	height: 100%;
}

@media (min-width: 768px) {
	.portfolio-container .portfolio-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1200px) {
	.portfolio-container .portfolio-list {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}
}

.portfolio-container .portfolio-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	padding: 0 24px 24px;
	height: 100%;
	color: white;
	font-size: 18px;
}

@media (min-width: 1200px) {
	.portfolio-container .portfolio-item {
		padding: 0 30px 30px;
	}
}

@media (min-width: 1400px) {
	.portfolio-container .portfolio-item {
		padding: 0 40px 40px;
	}
}

@media (min-width: 1800px) {
	.portfolio-container .portfolio-item {
		padding: 0 70px 70px;
		background-blend-mode: overlay;
		background-color: #0000001f;
	}
}

.portfolio-container .portfolio-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.portfolio-container .portfolio-item:hover {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.portfolio-container .portfolio-item:hover .portfolio-text {
	margin-bottom: 30px;
	height: 60px;
}

.portfolio-container .portfolio-item:hover .portfolio-link {
	background-color: #e8aa31;
}

.yellow {
	background: #e8aa31 !important;
}

a.curved-btn.yellow:hover {
	background: #314455 !important;
}

.portfolio-container .portfolio-tag {
	display: inline-block;
	background-color: #403f32;
	padding: 15px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 0.875rem;
	position: absolute;
	right: 0;
	top: 13%;
	writing-mode: vertical-lr;
}

.portfolio-container .portfolio-title {
	margin-block: 20px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
}

@media (min-width: 1800px) {
	.portfolio-container .portfolio-title {
		font-size: 1.75rem;
	}
}

.portfolio-container .portfolio-text {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 0;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
}

.portfolio-container .portfolio-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.13);
	width: 52px;
	height: 52px;
	color: #fff;
}

.project-item-style-1 {
	position: relative;
	margin-bottom: 10px;
}

.project-item .project-img-link {
	display: block;
	border-radius: 12px;
	max-height: 320px;
	overflow: hidden;
}

@media (min-width: 992px) {
	.project-item .project-img-link {
		max-height: 100%;
	}
}

.project-item .project-img-link img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.project-item .project-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	-webkit-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
	border-radius: 12px;
	background-color: #222f3b;
	padding: 30px;
	width: calc(100% - 20px);
}

@media (min-width: 768px) {
	.project-item .project-content {
		width: calc(100% - 30px);
	}
}

@media (min-width: 992px) {
	.project-item .project-content {
		width: calc(100% - 80px);
	}
}

.project-item .project-text-block {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.project-item .project-category {
	display: block;
	margin-bottom: 3px;
	color: #030303;
	font-weight: 600;
	font-size: 0.875rem;
}

.project-item .project-text-link {
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.4;
}

.project-item .project-icon-link {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	width: 42px;
	height: 42px;
	color: #fff;
}

@media (min-width: 768px) {
	.project-item .project-icon-link {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.project-item:hover .project-img-link img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.project-item:hover .project-text-link {
	color: #ffddcd;
}

.pagination-project {
	margin-top: 145px;
}

.project-slider-1 {
	margin-inline: 0;
}

@media (min-width: 1200px) {
	.project-slider-1 {
		margin-inline: -200px;
	}
}

@media (min-width: 1400px) {
	.project-slider-1 {
		margin-inline: -260px;
	}
}

.project-slider-1 .swiper-wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.project-slider-1 .project-img-link-small {
	height: 475px;
}

.bg-element-1 {
	position: absolute;
	top: -340px;
	right: 0;
	z-index: -1;
}

.bg-element-2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.project-image-box-3 .project-image {
	height: auto;
	overflow: hidden;
	border-radius: 12px;
}

.project-image-box-3 .project-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-o-object-fit: cover;
	object-fit: cover;
	height: 400px;
}

.project-image-box-3 .project-content {
	margin-top: 20px;
}

.project-image-box-3 .project-content .post-cord {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}

.project-image-box-3 .project-content .post-cord li a {
	color: #030303;
	border-radius: 6px;
	border: 1px solid #030303;
	padding: 12px 19px;
	display: inline-block;
	line-height: 1;
	font-weight: 600;
}

.project-image-box-3 .project-content .post-cord li a:hover {
	background-color: #030303;
	color: #fff;
}

.project-image-box-3 .project-content h3 {
	font-size: 28px;
	font-weight: 900;
	margin-top: 20px;
}

.project-image-box-3 .project-content h3 a:hover {
	color: #030303;
}

.project-image-box-3:hover .project-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.project-wrapper-3 {
	margin-right: 0%;
}

@media screen and (max-width: 767px) {
	.project-wrapper-3 {
		margin-right: 0;
	}
}

.project-box-items-4 {
	margin-top: 30px;
}

.project-box-items-4 .project-image {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.project-box-items-4 .project-image::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 12px;
	background: rgba(255, 125, 68, 0.88);
	left: 20px;
	top: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 9;
}

.project-box-items-4 .project-image .arrow-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 99;
}

.project-box-items-4 .project-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-box-items-4:hover .project-image::before {
	opacity: 1;
	visibility: visible;
}

.project-box-items-4:hover .project-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.project-box-items-4:hover .project-image .arrow-icon {
	opacity: 1;
	visibility: visible;
}

.project-box-items-4 .project-content {
	border-radius: 0px 0px 12px 12px;
	background: #FFF;
	-webkit-box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
	box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
	padding: 30px 25px;
	margin-top: -10px;
	border-top: 4px solid #030303;
}

.project-box-items-4 .project-content p {
	font-size: 13px;
	font-weight: 600;
	color: #030303;
	letter-spacing: 6.37px;
}

.project-box-items-4 .project-content h3 {
	font-size: 22px;
	font-weight: 900;
	margin-top: 5px;
}

.project-box-items-4 .project-content h3 a:hover {
	color: #030303;
}

.project-section-5 {
	background: #FFF3ED;
}

.project-box-items-5 {
	margin-top: 30px;
}

.project-box-items-5 .project-image {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.project-box-items-5 .project-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-box-items-5 .project-image .post-tag {
	border-radius: 6px;
	background: #030303;
	padding: 11px 17px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	position: absolute;
	top: 25px;
	left: 25px;
	line-height: 1;
}

.project-box-items-5 .project-content {
	border-radius: 0px 0px 12px 12px;
	border: 1px solid rgba(30, 32, 35, 0.12);
	background: #FFF;
	-webkit-box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
	box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
	padding: 36px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -10px;
}

@media screen and (max-width: 1199px) {
	.project-box-items-5 .project-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.project-box-items-5 .project-content .text-content h3 {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 10px;
}

.project-box-items-5 .project-content .text-content h3 a:hover {
	color: #030303;
}

.project-box-items-5 .project-content .text-content p {
	font-size: 16px;
	font-weight: 500;
}

.project-box-items-5 .project-content .project-icon-link {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	width: 53px;
	height: 53px;
	line-height: 53px;
	color: #fff;
}

.project-box-items-5 .project-content .project-icon-link i {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.project-box-items-5:hover .project-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.company-section-5 {
	background-attachment: fixed;
	background-blend-mode: overlay;
	background-color: #4f4f4f;
}

.choose-us-wrapper-44 {
	position: relative;
	z-index: 9;
}

.choose-us-wrapper-44 .choose-us-image {
	max-width: 598px;
	position: relative;
	z-index: 9;
}

.choose-us-wrapper-44 .choose-us-image img {
	width: 100%;
	height: 100%;
}

.choose-us-wrapper-44 .choouse-us-content {
	margin-left: 20px;
	margin-top: 70px;
}

@media screen and (max-width: 1399px) {
	.choose-us-wrapper-44 .choouse-us-content {
		margin-left: 0;
		margin-top: 0;
	}
}

.choose-us-wrapper-44 .choouse-us-content .choose-us-text {
	margin-top: 30px;
	font-weight: 500;
	max-width: 560px;
}

.choose-us-wrapper-44 .choouse-us-content .box-items {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 450px;
}

@media screen and (max-width: 1199px) {
	.choose-us-wrapper-44 .choouse-us-content .box-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.choose-us-wrapper-44 .choouse-us-content .box-items h4 {
	font-size: 20px;
	max-width: 210px;
}

.choose-us-wrapper-44 .choouse-us-content .box-items .counter-box {
	padding: 40px 30px;
	border-radius: 12px;
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
}

.choose-us-wrapper-44 .choouse-us-content .box-items .counter-box .fun-fact-value {
	color: #fff;
	font-size: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.choose-us-wrapper-44 .choouse-us-content .box-items .counter-box .fun-fact-value .start-number {
	font-size: 66px;
	color: #fff;
}

.choose-us-wrapper-44 .choouse-us-content .box-items .counter-box h4 {
	color: #fff;
	font-size: 20px;
}

.choose-us-wrapper-44 .choouse-us-content .box-items .counter-box ul {
	border-top: 1px dashed #fff;
	padding-top: 30px;
	margin-top: 30px;
}

.choose-us-wrapper-44 .choouse-us-content .box-items .counter-box ul li {
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.choose-us-wrapper-44 .choouse-us-content .box-items .counter-box ul li:not(:last-child) {
	margin-bottom: 10px;
}

.choose-us-section-55 {
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 1399px) {
	.choose-us-section-55 {
		padding: 100px 0;
	}
}

.choose-us-section-55 .left-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1399px) {
	.choose-us-section-55 .left-image {
		display: none;
	}
}

.choose-us-section-55::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	background-color: #F0F6F3;
	height: 94%;
}

@media screen and (max-width: 1399px) {
	.choose-us-section-55::before {
		height: 100%;
	}
}

.video-section-5 {
	padding: 280px 0;
	text-align: center;
}

.video-section-5 .video {
	position: relative;
}

.video-section-5 .video .video-btn {
	width: 116px;
	height: 116px;
	line-height: 116px;
	text-align: center;
	border-radius: 100px;
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 24px;
}

.video-section-5 .video .circle-image {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	display: none;
}

.video-section-5 .video .circle-image img {
	-webkit-animation: cir36 10s linear infinite;
	animation: cir36 10s linear infinite;
}

.video-section-5 .watch-text {
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/***************************************
 - Sections / Pricing
***************************************/
.pricing-toggle-btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	margin-block: 30px 50px;
}

.pricing-toggle-title {
	color: #222f3b;
	font-weight: 500;
}

.toggle-block {
	display: inline-block;
	position: relative;
	cursor: pointer;
	border: 2px solid #030303;
	border-radius: 50px;
	width: 70px;
	height: 30px;
}

.toggle-block input:checked ~ .toggle-btn {
	-webkit-transform: translate(37.5px, -50%);
	transform: translate(37.5px, -50%);
}

.toggle-btn {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-inline: 5px;
	border-radius: 50%;
	background-color: #030303;
	width: 20px;
	height: 20px;
}

.pricing-item-block {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 7px 11px 50px 52px rgba(0, 53, 102, 0.03);
	box-shadow: 7px 11px 50px 52px rgba(0, 53, 102, 0.03);
	border: 2px solid transparent;
	border-radius: 12px;
	padding: 30px 20px;
}

.pricing-item-block.style-2 {
	background-color: #FFF;
	border-radius: 12px;
	-webkit-box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	border: none;
}

.pricing-item-block.style-2 .pricing-header h4 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 20px;
}

.pricing-item-block.style-2 .pricing-header p {
	font-size: 14px;
	font-weight: 400;
}

.pricing-item-block.style-2 .pricing-value {
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pricing-item-block.style-2 .pricing-value span {
	color: #5C6672;
	background-clip: initial;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
}

.pricing-item-block.style-2 .content-list {
	border-top: 1px solid rgba(33, 37, 39, 0.2117647059);
	padding-top: 30px;
	margin-top: 30px;
}

.pricing-item-block.active {
	position: relative;
}

.pricing-item-block.active .pricing-header h4 {
	color: #fff;
}

.pricing-item-block.active .pricing-header p {
	color: #fff;
}

.pricing-item-block.active .pricing-value {
	color: #fff;
	background: transparent;
	-webkit-text-fill-color: initial;
}

.pricing-item-block.active .pricing-value span {
	color: #fff;
	-webkit-text-fill-color: initial;
}

.pricing-item-block.active .content-list {
	border-top: 1px solid #fff;
}

.pricing-item-block.active .content-list li {
	color: #fff;
}

.pricing-item-block.active .content-list li::before {
	color: #fff;
}

.pricing-item-block.active .btn-secondary {
	background: #fff !important;
	color: #222f3b;
}

.pricing-item-block.active .btn-secondary .btn-icon {
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	color: #fff;
}

.pricing-item-block.active .btn-secondary:hover {
	color: #fff;
}

.pricing-item-block.active-2 {
	border: 1px solid rgba(2, 8, 66, 0);
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
}

.pricing-item-block.active-2 .section-tag {
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3.52px;
}

.pricing-item-block.active-2 .pricing-value {
	color: #fff;
}

.pricing-item-block.active-2 .pricing-value span {
	color: #fff;
}

.pricing-item-block.active-2 .month {
	color: #fff;
}

.pricing-item-block.active-2 .month span {
	color: #fff;
}

.pricing-item-block.active-2 p {
	color: #fff;
}

.pricing-item-block.active-2 .btn-secondary-outline {
	background-color: #fff;
}

.pricing-item-block.active-2 .content-list-1 li {
	color: #fff;
}

.pricing-item-block.active-2 .content-list-1 li::before {
	color: #fff;
}

.pricing-item-block.style-3 {
	background-color: #fff;
}

.pricing-item-block.style-3 .section-tag {
	padding: 0;
	color: #222f3b;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3.52px;
}

@media (min-width: 768px) {
	.pricing-item-block {
		padding: 50px 40px;
	}
}

@media (min-width: 992px) {
	.pricing-item-block {
		padding: 58px 50px;
	}
}

.pricing-item-block:hover {
	border-color: #222f3b;
}

.pricing-item-block .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-block: 30px;
}

@media (min-width: 768px) {
	.pricing-item-block .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.pricing-value {
	margin-bottom: 10px;
	color: #222f3b;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.2;
	font-family: "Exo 2", sans-serif;
}

@media (min-width: 768px) {
	.pricing-value {
		font-size: 3.75rem;
		letter-spacing: -2px;
	}
}

.pricing-value span {
	color: #5c6672;
	font-weight: 400;
	font-size: 0.875rem;
	letter-spacing: 0px;
}

/***************************************
 - Sections / Testimonial
***************************************/
.testimonial-area-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

@media (min-width: 768px) {
	.testimonial-area-1 {
		gap: 60px;
	}
}

@media (min-width: 992px) {
	.testimonial-area-1 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 80px;
	}
}

@media (min-width: 1200px) {
	.testimonial-area-1 {
		gap: 100px;
	}
}

.testimonial-area-1 .testimonial-image-block {
	display: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

@media (min-width: 992px) {
	.testimonial-area-1 .testimonial-image-block {
		display: block;
		max-width: 40%;
	}
}

@media (min-width: 1200px) {
	.testimonial-area-1 .testimonial-image-block {
		max-width: 33.33%;
	}
}

.testimonial-area-1 .testimonial-slider-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

@media (min-width: 992px) {
	.testimonial-area-1 .testimonial-slider-block {
		max-width: 52%;
	}
}

@media (min-width: 1200px) {
	.testimonial-area-1 .testimonial-slider-block {
		max-width: 60%;
	}
}

@media (min-width: 1800px) {
	.testimonial-area-1 .testimonial-slider-block {
		max-width: 66.66%;
	}
}

.review-star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	color: #030303;
	font-size: 20px;
}

.testimonial-quote {
	margin-block: 24px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left: none;
	padding: 0;
	padding-left: 0;
	color: #222f3b;
	font-weight: 500;
	font-size: 30px !important;
}

@media (min-width: 576px) {
	.testimonial-quote {
		margin-block: 20px;
	}
}

@media (min-width: 992px) {
	.testimonial-quote {
		margin-block: 16px 26px;
		font-size: 2rem;
		line-height: 1.4;
	}
}

@media (min-width: 1200px) {
	.testimonial-quote {
		margin-block: 16px 36px;
		font-size: 2.25rem;
		line-height: 1.5;
	}
}

.testimonial-slider-button {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #222f3b;
	font-size: 1.5rem;
}

.testimonial-slider-button:hover {
	color: #030303;
}

.testimonial-bg {
	position: relative;
	z-index: 1;
	background-image: url("../images/dotted-map.svg");
	background-position: top left;
	background-size: auto;
	background-repeat: repeat-x;
	background-color: #f0f6f3;
}

.testimonial-slider-item-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	border-left: 4px solid #030303;
	border-radius: 12px;
	background-color: #fff;
	padding: 20px 40px 30px 30px;
}

@media (min-width: 992px) {
	.testimonial-slider-item-1 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 30px 60px 40px 40px;
	}
}

.testimonial-wrapper-3 {
	padding: 55px 55px;
	padding-bottom: 5px;
}

@media screen and (max-width: 1199px) {
	.testimonial-wrapper-3 {
		padding: 40px;
	}
}

.testimonial-wrapper-3 .testimonial-image {
	text-align: center;
	margin-bottom: -12px;
}

@media screen and (max-width: 991px) {
	.testimonial-wrapper-3 .testimonial-image {
		display: none;
	}
}

.testimonial-wrapper-3 .testimonial-all-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

@media screen and (max-width: 575px) {
	.testimonial-wrapper-3 .testimonial-all-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.testimonial-wrapper-3 .testimonial-all-content .icon-shape {
	width: 100px;
	height: 100px;
	line-height: 145px;
	background-color: #030303;
	text-align: center;
	border-radius: 50%;
}

.testimonial-wrapper-3 .testimonial-right {
	max-width: 535px;
	margin-left: 120px;
}

@media screen and (max-width: 991px) {
	.testimonial-wrapper-3 .testimonial-right {
		margin-left: 0;
	}
}

.testimonial-wrapper-3 .testimonial-right .star {
	margin-top: 20px;
	color: #030303;
}

.testimonial-wrapper-3 .testimonial-right p {
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}

.testimonial-wrapper-3 .testimonial-right .client-info-area .client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px;
}

.testimonial-wrapper-3 .testimonial-right .client-info-area .client-info .client-content h3 {
	font-size: 20px;
	font-weight: 500;
}

.testimonial-wrapper-3 .testimonial-right .client-info-area .client-info .client-content p {
	font-size: 16px;
	font-weight: 500;
}

.testimonial-wrapper-3 {
	padding: 55px 55px;
	padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
	.testimonial-wrapper-3 {
		padding-bottom: 55px;
		padding: 30px;
	}
}

.testimonial-wrapper-3 .testimonial-image {
	text-align: center;
}

.testimonial-wrapper-3 .testimonial-all-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.testimonial-wrapper-3 .testimonial-all-content .icon-shape {
	width: 100px;
	height: 100px;
	line-height: 145px;
	background-color: #030303;
	text-align: center;
	border-radius: 50%;
}

.testimonial-wrapper-3 .testimonial-all-content .testimonial-content {
	-ms-flex-prefer#222f3b-size: 67%;
	flex-basis: 67%;
}

.testimonial-wrapper-3 .testimonial-all-content .testimonial-content .star {
	margin-top: 20px;
	color: #030303;
}

.testimonial-wrapper-3 .testimonial-all-content .testimonial-content p {
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}

.testimonial-wrapper-3 .testimonial-all-content .testimonial-content .client-info-area .client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px;
}

.testimonial-wrapper-3 .testimonial-all-content .testimonial-content .client-info-area .client-info .client-content h3 {
	font-size: 20px;
	font-weight: 500;
}

.testimonial-wrapper-3 .testimonial-all-content .testimonial-content .client-info-area .client-info .client-content p {
	font-size: 16px;
	font-weight: 500;
}

.testimonial-wrapper-3 .slider-button {
	margin-top: -50px;
	position: relative;
	z-index: 99;
}

@media screen and (max-width: 991px) {
	.testimonial-wrapper-3 .slider-button {
		margin-top: 0;
	}
}

.testimonial-wrapper-4 {
	margin-top: 30px;
}

.testimonial-wrapper-4 .testimonial-left {
	max-width: 580px;
}

@media screen and (max-width: 1199px) {
	.testimonial-wrapper-4 .testimonial-left .testimonial-image img {
		width: 100%;
	}
}

.testimonial-wrapper-4 .testimonial-left .justify-content-between {
	margin-top: 40px;
}

@media screen and (max-width: 1199px) {
	.testimonial-wrapper-4 .testimonial-left .justify-content-between {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.testimonial-wrapper-4 .testimonial-content-4 .star {
	color: #030303;
	margin-bottom: 15px;
}

.testimonial-wrapper-4 .testimonial-content-4 p {
	font-size: 18px;
	font-weight: 600;
	color: #222f3b;
	font-size: 28px;
	line-height: 150%;
}

.testimonial-wrapper-4 .testimonial-content-4 .info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.testimonial-wrapper-4 .testimonial-content-4 .info-item .content h5 {
	font-size: 18px;
	font-weight: 600;
}

.testimonial-box-item-5 {
	padding: 40px 30px;
	position: relative;
	border-radius: 8px;
	background: #FFF;
	-webkit-box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	margin-top: 30px;
}

.testimonial-box-item-5::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.testimonial-box-item-5 .test-content .testi-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.testimonial-box-item-5 .test-content .testi-top .quate-icon {
	border-radius: 12px;
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
	padding: 21px;
	text-align: center;
	line-height: 10px;
}

.testimonial-box-item-5 .test-content .testi-top .star {
	color: #030303;
	margin-bottom: 20px;
}

.testimonial-box-item-5 .test-content p {
	font-size: 20px;
	font-weight: 600;
	color: #4F5663;
}

.testimonial-box-item-5 .test-content .client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 50px;
}

.testimonial-box-item-5 .test-content .client-info .text h5 {
	font-size: 18px;
	font-weight: 600;
}

.testimonial-box-item-5.style-about .test-content .star {
	color: #030303;
}

.bottom-footer {
	background-color: #0A3D6C;
	padding: 14px 0;
}

.bottom-footer .bottom-footer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottom-footer .bottom-footer-wrapper p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.project-section-4 .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	border-bottom: 1px solid rgba(0, 53, 102, 0.12);
	gap: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
	.project-section-4 .nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 25px;
	}
}

.project-section-4 .nav .nav-item:not(:last-child) {
	border-right: 1px solid rgba(0, 53, 102, 0.12);
	padding-right: 15px;
}

@media screen and (max-width: 1199px) {
	.project-section-4 .nav .nav-item:not(:last-child) {
		border-right: 0;
		padding-right: 0;
	}
}

.project-section-4 .nav .nav-item .nav-link {
	color: #5B696D;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.project-section-4 .nav .nav-item .nav-link.active {
	color: #403f32;
}

/***************************************
 - Sections / Support
***************************************/
.support-area {
	z-index: 1;
	overflow: hidden;
}

.support-area .bg-element {
	position: absolute;
}

.support-area .bg-element:nth-child(1) {
	display: none;
	right: 234px;
	bottom: 0;
	z-index: -1;
}

@media (min-width: 1800px) {
	.support-area .bg-element:nth-child(1) {
		display: inline-block;
	}
}

.support-area .bg-element:nth-child(2) {
	display: none;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media (min-width: 1800px) {
	.support-area .bg-element:nth-child(2) {
		display: inline-block;
	}
}

.support-area .bg-element:nth-child(3) {
	bottom: 0;
	left: 0;
	z-index: -2;
}

.support-area .bg-element:nth-child(4) {
	right: 0;
	bottom: 0;
	z-index: -2;
}

.support-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
}

.support-info .icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	width: 58px;
	height: 58px;
	color: #222f3b;
}

.support-info .content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	text-align: left;
}

.support-info .content span {
	display: block;
	color: rgba(255, 255, 255, 0.75);
}

.support-info .content a {
	color: #fff;
	font-size: 1.375rem;
}

/***************************************
 - Sections / FAQ
***************************************/
.faq-area-1 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 95px;
}

@media (min-width: 768px) {
	.faq-area-1 {
		gap: 60px;
	}
}

@media (min-width: 992px) {
	.faq-area-1 {
		-ms-grid-columns: 1fr 60px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 60px;
	}
}

@media (min-width: 1200px) {
	.faq-area-1 {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 100px;
	}
}

.faq-area-1 .faq-image-block {
	display: none;
}

@media (min-width: 992px) {
	.faq-area-1 .faq-image-block {
		display: inline-block;
	}
}

.faq-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.faq-accordion .accordion-item-1 {
	padding: 10px 30px;
}

.accordion-header {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.faq-accordion .accordion-item-1:has(.collapse.show) {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #f5f5f5;
}

.faq-accordion .accordion-item-2 {
	border: 1px solid rgba(0, 53, 102, 0.22);
	border-radius: 4px;
	background: #fff2ec;
	padding: 20px 30px;
}

.faq-accordion .accordion-item-2:has(.collapse.show) {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #fff;
}

.faq-accordion .accordion-button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	color: #3d3d3d;
	font-weight: 400;
	font-size: 16px;
}

.faq-accordion .accordion-button::after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "\f077";
	font-size: 0.65rem;
	font-family: "Font Awesome 6 Pro";
}

.faq-accordion .accordion-button.collapsed::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.faq-accordion .accordion-collapse {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-collapse .accordion-body {
	margin-top: 18px;
	border-top: 1px solid rgba(0, 53, 102, 0.22);
	padding: 17px 0 0 0;
	font-size: 15px;
}

.faq-accordion.mt-4 {
	margin-top: 2rem !important;
}

.faq-image-block {
	position: relative;
}

@media (min-width: 1200px) {
	.faq-image-block .image-block {
		margin: inherit;
	}
}

.faq-image-block .image-block img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 12px;
}

.faq-image-block .image-block:nth-child(1) {
	-ms-grid-column-align: center;
	justify-self: center;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

@media (min-width: 1200px) {
	.faq-image-block .image-block:nth-child(1) {
		-ms-grid-column-align: end;
		justify-self: end;
	}
}

.faq-image-block .image-block:nth-child(2) {
	display: none;
	position: absolute;
	-ms-grid-column-align: start;
	justify-self: start;
}

@media (min-width: 1200px) {
	.faq-image-block .image-block:nth-child(2) {
		display: inline-block;
		bottom: -100px;
		left: 95px;
	}
}

.faq-image-block .faq-shape {
	display: none;
	position: absolute;
}

@media (min-width: 1200px) {
	.faq-image-block .faq-shape {
		display: inline-block;
	}
}

.faq-image-block .faq-shape-1 {
	top: 65px;
	left: 60px;
	z-index: -1;
}

.faq-image-block .faq-shape-2 {
	top: 100%;
	right: -30px;
	z-index: -1;
}

.faq-globe {
	position: absolute;
	top: -115px;
	left: 0;
	z-index: -1;
}

/***************************************
 - Sections / Blog
***************************************/
.blog-bg-img-block {
	position: absolute;
	z-index: -1;
	inset: 0;
}

.blog-single-item-1 {
	margin-top: 55px;
	border-radius: 12px;
	background-color: #fff;
	padding: 25px 25px 45px 25px;
}

.blog-single-item-1 .img-block {
	border-radius: 12px;
	overflow: hidden;
}

.blog-single-item-1 .post-meta-data {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 32px;
	margin-block: 10px 15px;
}

.blog-single-item-1 .post-meta-data a {
	position: relative;
	color: #030303;
	font-weight: 500;
}

.blog-single-item-1 .post-meta-data a::after {
	position: absolute;
	top: 50%;
	right: calc(0% - 16px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: rgba(73, 81, 91, 0.37);
	width: 6px;
	height: 6px;
	content: "";
}

.blog-single-item-1 .blog-title-link {
	display: block;
	margin-bottom: 15px;
	color: #222f3b;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.4;
}

.blog-single-item-1 .blog-title-link:hover {
	color: #030303;
}

.blog-single-item-1 .blog-summary {
	margin-bottom: 30px;
}

.blog-list-2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	row-gap: 50px;
}

.blog-single-item-2 .blog-image-block {
	position: relative;
}

.blog-single-item-2 .blog-image-link {
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

.blog-single-item-2 .blog-image-link img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-single-item-2 .blog-date-block {
	position: absolute;
	right: 40px;
	bottom: -40px;
	border-radius: 12px;
	background-color: #030303;
	padding: 15px 28px;
	color: #fff;
}

.blog-single-item-2 .blog-text-date {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 2.25rem;
	line-height: 1;
}

.blog-single-item-2 .blog-category {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #030303;
	font-weight: 400;
}

.blog-single-item-2 .blog-link {
	display: block;
	margin-bottom: 10px;
	color: #222f3b;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 1.3;
	letter-spacing: -1px;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.blog-single-item-2 .blog-link {
		font-size: 1.875rem;
	}
}

@media (min-width: 992px) {
	.blog-single-item-2 .blog-link {
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
	.blog-single-item-2 .blog-link {
		font-size: 2.25rem;
	}
}

.blog-single-item-2 .blog-summery {
	margin-bottom: 20px;
}

.blog-single-item-2:hover .blog-image-link img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-content-style-2 .blog-date-block {
	display: inline-block;
	border-radius: 12px;
	background-color: #030303;
	padding: 15px 28px;
	color: #fff;
	text-transform: uppercase;
}

.blog-content-style-2 .blog-text-date {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 2.25rem;
	line-height: 1;
}

.blog-content-style-2 .blog-category {
	display: inline-block;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #030303;
	font-weight: 400;
}

@media (min-width: 768px) {
	.blog-content-style-2 .blog-category {
		margin-top: 46px;
	}
}

@media (min-width: 992px) {
	.blog-content-style-2 .blog-category {
		margin-top: 60px;
	}
}

.blog-content-style-2 .blog-link {
	display: block;
	margin-bottom: 30px;
	color: #222f3b;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 1.3;
	letter-spacing: -1px;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.blog-content-style-2 .blog-link {
		font-size: 1.875rem;
	}
}

@media (min-width: 992px) {
	.blog-content-style-2 .blog-link {
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
	.blog-content-style-2 .blog-link {
		font-size: 2.25rem;
		font-family: "Sora", sans-serif;
	}
}

.blog-img-link {
	display: block;
	border-radius: 12px;
	height: 220px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.blog-img-link {
		height: 360px;
	}
}

@media (min-width: 992px) {
	.blog-img-link {
		height: 434px;
	}
}

.blog-list-3 {
	position: relative;
}

.blog-list-3::before {
	position: absolute;
	top: -25px;
	left: 0;
	background-color: rgba(0, 53, 102, 0.12);
	width: 100%;
	height: 1px;
	content: "";
}

.blog-list-3 > .row {
	position: relative;
}

.blog-list-3 > .row::before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 53, 102, 0.12);
	width: 100%;
	height: 1px;
	content: "";
}

.blog-list-3 > .row:first-of-type::before {
	display: none;
}

.news-box-items-3 .news-image {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.news-box-items-3 .news-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.news-box-items-3 .news-image .post-box {
	border-radius: 4px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(10.6000003815px);
	backdrop-filter: blur(10.6000003815px);
	position: absolute;
	right: 22px;
	bottom: 22px;
	display: -ms-grid;
	display: grid;
	width: 63px;
	height: 63px;
	text-align: center;
}

.news-box-items-3 .news-image .post-box .date {
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	display: block;
}

.news-box-items-3 .news-image .post-box .mont {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	margin-top: -15px;
	display: inline-block;
}

.news-box-items-3 .news-content {
	margin-top: -10px;
}

.news-box-items-3 .news-content .post-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #222f3b;
	padding: 14px 22px;
}

@media screen and (max-width: 1199px) {
	.news-box-items-3 .news-content .post-date {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
	}
}

.news-box-items-3 .news-content .post-date li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.news-box-items-3 .news-content h3 {
	margin-top: 20px;
	font-size: 22px;
	font-weight: 500;
}

.news-box-items-3 .news-content h3 a:hover {
	color: #030303;
}

.news-box-items-3 .news-content p {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
}

.news-box-items-3:hover .news-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.news-section-4 {
	position: relative;
}

.news-section-4 .news-shape-left {
	position: absolute;
	top: 0px;
	left: 0;
}

.news-section-4 .news-shape-right {
	position: absolute;
	top: 0;
	right: 0;
}

.news-card-items {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.news-card-items {
		display: block;
	}
}

.news-card-items .news-image {
	overflow: hidden;
	border-radius: 12px;
}

.news-card-items .news-image img {
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.news-card-items .news-image img {
		width: 100%;
	}
}

.news-card-items .news-content .post-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.news-card-items .news-content .post-date li i {
	color: #030303;
	margin-right: 5px;
}

.news-card-items .news-content h4 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}

.news-card-items .news-content h4 a:hover {
	color: #030303;
}

.news-card-items:hover .news-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.news-card-items-5 {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

.news-card-items-5 .news-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.news-card-items-5 .news-image img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.news-card-items-5 .news-image .post-date {
	width: 85px;
	height: 85px;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-card-items-5 .news-image .post-date h2 {
	font-size: 32px;
	line-height: 1;
	padding-top: 12px;
}

.news-card-items-5 .news-image .post-date h2 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 182%;
}

.news-card-items-5 .news-image .news-content {
	position: absolute;
	bottom: 50px;
	left: 20px;
	right: 20px;
	text-align: center;
}

.news-card-items-5 .news-image .news-content .news-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-card-items-5 .news-image .news-content .news-meta li {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.news-card-items-5 .news-image .news-content .news-meta li i {
	color: #fff;
	margin-right: 5px;
}

.news-card-items-5 .news-image .news-content .news-meta li:not(:last-child)::after {
	position: absolute;
	top: 13px;
	right: -16px;
	width: 4px;
	height: 4px;
	content: "";
	border-radius: 50%;
	background-color: #fff;
}

.news-card-items-5 .news-image .news-content h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.news-card-items-5 .news-image .news-content h3 a {
	color: #fff;
	display: inline;
	padding-bottom: 0;
	-webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
	background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
	background-size: 0 2px;
	background-repeat: no-repeat;
	background-position: left 100%;
}

.news-card-items-5 .news-image .news-content h3 a:hover {
	color: #030303;
	background-size: 100% 2px;
}

.news-card-items-5 .news-image .news-content .link-btn {
	color: #030303;
}

.news-card-items-5 .news-image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/***************************************
 - Sections / Location
***************************************/
.location-area {
	display: -ms-grid;
	display: grid;
	position: relative;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
	z-index: 2;
	margin-block: 0 60px;
	-webkit-box-shadow: 0 22px 50px 11px rgba(0, 53, 102, 0.06);
	box-shadow: 0 22px 50px 11px rgba(0, 53, 102, 0.06);
	border-left: 4px solid #030303;
	border-radius: 12px;
	background-color: #fff;
	padding: 30px 30px;
}

@media (min-width: 992px) {
	.location-area {
		-ms-grid-columns: 1fr 40px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		padding: 44px 45px;
	}
}

@media (min-width: 1200px) {
	.location-area {
		-ms-grid-columns: 1fr 50px 1fr 50px 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 50px;
		padding: 44px 55px;
	}
}

@media (min-width: 1400px) {
	.location-area {
		gap: 60px;
		margin-top: -88px;
		margin-bottom: 0;
		padding: 44px 65px;
	}
}

.location-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 22px;
}

@media (min-width: 576px) {
	.location-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.location-item .icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 12px;
	background-color: #fff2ec;
	width: 86px;
	height: 86px;
}

.location-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.location-item .content address {
	color: #222f3b;
	font-weight: 500;
	font-family: "Exo 2", sans-serif;
}

/***************************************
 - Sections / Team
***************************************/
.team-member-item-style-1 {
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 22px 50px 11px rgba(1, 53, 102, 0.0588235294);
	box-shadow: 0px 22px 50px 11px rgba(1, 53, 102, 0.0588235294);
	border: 1px solid transparent;
	border-radius: 12px;
	background-color: #fff;
	padding: 15px;
	height: 335px;
	margin-bottom: 25px;
}

.team-member-item-style-1:hover {
	border-color: rgba(255, 125, 68, 0.35);
}

.team-member-item:hover .team-member-image-block img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.team-member-image-block {
	display: block;
	border-radius: 12px;
	height: 243px;
	overflow: hidden;
}

.team-member-image-block img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-member-content-info {
	text-align: center;
	padding-top: 10px;
}

.team-member-designation {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 600;
}

.team-member-name {
	color: #222f3b;
	font-weight: 500;
	font-size: 1.5rem;
	font-family: "Exo 2", sans-serif;
	text-transform: capitalize;
}

.team-social-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}

.team-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url("../images/dotted-map.svg");
	background-position: top left;
	background-size: auto;
	background-repeat: repeat-x;
	background-color: #f0f6f3;
	width: 100%;
	height: 600px;
}

.team-wrapper-3 .team-image-3 .team-image-box .team-img {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.team-wrapper-3 .team-image-3 .team-image-box .team-img img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-wrapper-3 .team-image-3 .team-image-box .team-img .social-menu {
	display: -ms-grid !important;
	display: grid !important;
	position: absolute;
	gap: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team-wrapper-3 .team-image-3 .team-image-box .team-img .social-menu a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-align: center;
	background-color: #fff;
	color: #030303;
}

.team-wrapper-3 .team-image-3 .team-image-box .team-img .social-menu a:hover {
	background-color: #030303;
	color: #fff;
}

.team-wrapper-3 .team-image-3 .team-image-box .team-content {
	text-align: center;
}

.team-wrapper-3 .team-image-3 .team-image-box .team-content h5 {
	font-size: 13px;
	font-weight: 600;
	color: #030303;
	margin-bottom: 5px;
}

.team-wrapper-3 .team-image-3 .team-image-box .team-content h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
}

.team-wrapper-3 .team-image-3 .team-image-box .team-content h3 a:hover {
	color: #030303;
}

.team-wrapper-3 .team-image-3 .team-image-box:hover .team-img .social-menu {
	opacity: 1;
	visibility: visible;
}

.team-wrapper-3 .team-image-3 .team-image-box:hover .team-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/***************************************
 - Sections / Service
***************************************/
.service-area {
	position: relative;
	z-index: 1;
}

.service-slider-1.swiper {
	margin-inline: -50px;
	-webkit-margin-after: -60px;
	margin-block-end: -60px;
	padding-block: 48px 60px;
}

.service-slider-1.swiper .swiper-slide {
	padding-inline: 12px;
}

.service-item {
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 22px 24px 0px rgba(0, 53, 102, 0.06);
	box-shadow: 0px 22px 24px 0px rgba(0, 53, 102, 0.06);
	border: 1px solid transparent;
	border-radius: 12px;
	background-color: #fff;
	padding: 30px 30px 56px 30px;
}

.service-item:hover {
	border-color: rgba(255, 125, 68, 0.35);
}

.service-item:hover .service-thumbnail {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.service-item:hover .service-icon {
	background-color: #030303;
}

.service-item:hover .service-icon img:first-child {
	opacity: 0;
}

.service-item:hover .service-icon img:last-child {
	opacity: 1;
}

.service-image-block {
	position: relative;
	border-radius: 12px;
}

.service-image-link {
	display: block;
	border-radius: 12px;
	height: 266px;
	overflow: hidden;
}

.service-thumbnail {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	bottom: calc(0% - 42px);
	left: 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 2px dotted #030303;
	border-radius: 50%;
	background: #fff;
	width: 84px;
	height: 84px;
}

.service-icon img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-icon img:last-child {
	position: absolute;
	opacity: 0;
}

.service-content {
	margin-top: 60px;
}

.service-link {
	color: #222f3b;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "Exo 2", sans-serif;
}

.service-summery {
	margin-bottom: 35px;
}

.service-image-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-image-inner-block {
	display: none;
	position: absolute;
	right: -60px;
	bottom: -53px;
	z-index: 1;
}

@media (min-width: 1400px) {
	.service-image-inner-block {
		display: inline-block;
	}
}

.service-image-inner-block::after {
	position: absolute;
	top: -18px;
	left: -18px;
	z-index: -1;
	border-radius: 12px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	content: "";
}

.service-image-inner-block img {
	border-radius: 12px;
}

.service-image-inner-block-2 {
	display: none;
	position: absolute;
	top: 50%;
	right: -110px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

@media (min-width: 1400px) {
	.service-image-inner-block-2 {
		display: inline-block;
	}
}

.service-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
}

.service-info .icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #222f3b;
	width: 58px;
	height: 58px;
	color: #fff;
}

.service-info .content a {
	display: block;
	color: #222f3b;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1;
	font-family: "Exo 2", sans-serif;
}

.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-ripple-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #030303;
	width: 90px;
	height: 90px;
	color: #fff;
}

.service-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url("../images/dotted-map.svg");
	background-position: top left;
	background-size: auto;
	background-repeat: repeat-x;
	background-color: #f0f6f3;
	width: 100%;
	height: 808px;
}

.service-img-card {
	display: none;
	position: absolute;
	top: 30px;
	left: 30px;
	border-radius: 12px;
	background-color: #030303;
	padding: 35px;
	max-width: 232px;
	color: #fff;
	font-weight: 600;
}

@media (min-width: 992px) {
	.service-img-card {
		display: inline-block;
	}
}

@media (min-width: 1800px) {
	.service-img-card {
		top: 55px;
		left: -90px;
	}
}

.service-img-card .content {
	margin-top: 33px;
}

.service-img-card h2 {
	color: #fff;
	font-size: 4.5rem;
	font-family: "Exo 2", sans-serif;
}

.arrow-abstract-1, .arrow-abstract-2 {
	display: none;
	position: absolute;
	z-index: -1;
}

@media (min-width: 1800px) {
	.arrow-abstract-1, .arrow-abstract-2 {
		display: inline-block;
	}
}

.arrow-abstract-1 {
	bottom: 130px;
	left: 100px;
}

.arrow-abstract-2 {
	top: 184px;
	right: 122px;
}

.service-style-2-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.service-style-2-item {
	padding-block: 30px;
}

.service-style-2-item {
	border-bottom: 1px solid #bebebe94;
}

.service-style-2-item:first-of-type {
	padding-top: 0;
}

.service-style-2-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.service-style-2-link:hover .service-style-2-arrow span:nth-child(1) {
	-webkit-transform: translate(100%, -100);
	transform: translate(100%, -100);
	visibility: hidden;
	opacity: 0;
}

.service-style-2-link:hover .service-style-2-arrow span:nth-child(2) {
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	visibility: visible;
	opacity: 1;
}

.service-style-2-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	justify-content: space-between;
}.service-style-2-icon {
    width: 10%;
}

.service-style-2-icon img {
	max-width: 75px;
	transition: 2s;
}

ul li.service-style-2-item:hover .service-style-2-icon img {
	transform: rotate(365deg);
}.service-style-2-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fdfbff;
    font-weight: 500;
    font-size: 26px;
    font-family: "Sora", sans-serif;
    width: 20%;
}

.service-style-2-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 18px;
	height: 18px;
	overflow: hidden;
	color: #222f3b;
	font-size: 1.5rem;
	line-height: 1;
}

.service-style-2-arrow span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.service-style-2-arrow span:nth-child(1) {
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	visibility: visible;
	opacity: 1;
}

.service-style-2-arrow span:nth-child(2) {
	position: absolute;
	-webkit-transform: translate(-100%, 100%);
	transform: translate(-100%, 100%);
	visibility: hidden;
	opacity: 0;
}

.service-bg-map {
	background-image: url("../images/abstract/map-orange.png");
	background-repeat: repeat;
}

.service-track-img {
	display: none;
	position: absolute;
	bottom: 130px;
	left: 0;
}

@media (min-width: 1200px) {
	.service-track-img {
		display: inline-block;
	}
}

.service-card-items-3 {
	border-radius: 12px;
	border: 1px solid rgba(30, 32, 35, 0.12);
	background: #FFF;
	-webkit-box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
	box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
	margin-top: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 15px;
	padding-bottom: 0;
}

.service-card-items-3 .service-image {
	overflow: hidden;
	border-radius: 12px;
}

.service-card-items-3 .service-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-card-items-3 .service-content {
	text-align: center;
	padding: 0px 35px 40px;
}

.service-card-items-3 .service-content .icon {
	width: 88px;
	height: 88px;
	text-align: center;
	line-height: 105px;
	background-color: #030303;
	text-align: center;
	margin: 0 auto;
	margin-top: -125px;
	position: relative;
	margin-bottom: 25px;
	font-size: 41px;
	color: #FFF;
	border-radius: 12px;
}

.service-card-items-3 .service-content h4 {
	margin-bottom: 10px;
}

.service-card-items-3 .service-content h4 a:hover {
	color: #030303;
}

.service-card-items-3 .service-content .link-btn {
	margin-top: 30px;
	display: inline-block;
	color: #030303;
	font-size: 15px;
	font-weight: 900;
	text-transform: capitalize;
}

.service-card-items-3 .service-content .link-btn i {
	margin-left: 5px;
}

.service-card-items-3:hover {
	border-bottom: 2px solid #030303;
}

.service-card-items-3:hover .service-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.service-section-3 {
	position: relative;
	z-index: 99;
}

.service-section-3::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	background-color: #fff;
	top: 70%;
	height: initial;
}

.service-section-3 .service-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	gap: 30px;
}

@media screen and (max-width: 1199px) {
	.service-section-3 .service-btn {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.service-wrapper-5 .service-box-5 {
	position: relative;
	padding: 45px 30px;
	z-index: 9;
	text-align: center;
	padding-top: 0;
	margin-top: 30px;
}

.service-wrapper-5 .service-box-5 .icon {
	width: 77px;
	height: 77px;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	background-color: #030303;
	margin: 0 auto 30px;
	position: relative;
}

.service-wrapper-5 .service-box-5 .icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background-color: rgba(255, 125, 68, 0.14);
	text-align: center;
	content: "";
}

.service-wrapper-5 .service-box-5::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 6px;
	top: 40px;
	height: initial;
	background: #FFF;
	-webkit-box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	z-index: -1;
}

.service-wrapper-5 .service-box-5 .content h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.service-wrapper-5 .service-box-5 .content h4 a:hover {
	color: #030303;
}

.service-wrapper-5 .service-box-5 .content .arrow-icon {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border: 1px solid rgba(0, 53, 102, 0.2196078431);
	display: inline-block;
	border-radius: 50px;
	margin-top: 30px;
	color: #030303;
}

.service-wrapper-5 .service-box-5 .content .arrow-icon:hover {
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	color: #fff;
}

.service-wrapper-5 .service-box-5:hover .arrow-icon {
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
	color: #fff;
}

.service-5 {
	position: relative;
	z-index: 9;
}

.service-5::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #fff;
	top: 60%;
	z-index: -1;
	height: initial;
}

.service-section-4 {
	background: #F0F6F3;
}

.service-wrapper-4 {
	position: relative;
}

.service-wrapper-4 .service-image-4 {
	position: relative;
	margin-top: 24px;
	border-radius: 12px;
	overflow: hidden;
}

.service-wrapper-4 .service-image-4 img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-wrapper-4 .service-image-4 .service-content {
	position: absolute;
	left: 20px;
	bottom: 35px;
}

.service-wrapper-4 .service-image-4 .service-content .service-icon-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.368627451);
	padding-bottom: 20px;
}

.service-wrapper-4 .service-image-4 .service-content .service-icon-items .icon {
	width: 77px;
	height: 77px;
	background-color: #030303;
	border-radius: 50px;
	font-size: 46px;
	text-align: center;
}

.service-wrapper-4 .service-image-4 .service-content .service-icon-items .icon img {
	width: initial;
	height: initial;
}

.service-wrapper-4 .service-image-4 .service-content .service-icon-items h3 {
	font-size: 32px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.service-wrapper-4 .service-image-4 .service-content .service-icon-items h3 {
		font-size: 22px;
	}
}

.service-wrapper-4 .service-image-4 .service-content .service-icon-items h3 a {
	color: #fff;
}

.service-wrapper-4 .service-image-4 .service-content .service-icon-items h3 a:hover {
	color: #030303;
}

.service-wrapper-4 .service-image-4 .service-content p {
	margin-top: 20px;
	color: #fff;
}

.service-wrapper-4 .service-image-4:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.marque-text {
	background: #222f3b !important;
}

.support-box-items {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1399px) {
	.support-box-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.support-box-items .service-support-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1399px) {
	.support-box-items .service-support-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.support-box-items .service-support-box .support-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.support-box-items .service-support-box .support-content h3 {
	font-size: 32px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.support-box-items .service-support-box .support-content h3 {
		font-size: 22px;
	}
}

.service-wrapper-6 .service-box-6 {
	position: relative;
	z-index: 9;
	padding: 12px 0;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 25px;
}

@media screen and (max-width: 991px) {
	.service-wrapper-6 .service-box-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		padding-left: 30px;
	}
}

.service-wrapper-6 .service-box-6::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	border-radius: 12px;
	background: #FFF;
	-webkit-box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	left: 60px;
	width: initial;
}

@media screen and (max-width: 1199px) {
	.service-wrapper-6 .service-box-6::before {
		left: 0;
		width: 100%;
	}
}

.service-wrapper-6 .service-box-6::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	border-radius: 12px;
	left: 30px;
	width: initial;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/home-5/service-bg-2.jpg");
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {
	.service-wrapper-6 .service-box-6::after {
		left: 0;
		width: 100%;
	}
}

.service-wrapper-6 .service-box-6 .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 100px;
}

@media screen and (max-width: 991px) {
	.service-wrapper-6 .service-box-6 .icon-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.service-wrapper-6 .service-box-6 .icon-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 370px;
	gap: 50px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.service-wrapper-6 .service-box-6 .icon-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.service-wrapper-6 .service-box-6 .icon-items .icon {
	border-radius: 12px;
	background: #FFF;
	-webkit-box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	width: 110px;
	height: 100px;
	line-height: 110px;
	text-align: center;
}

.service-wrapper-6 .service-box-6 .icon-items .icon svg {
	display: initial;
}

.service-wrapper-6 .service-box-6 .icon-items h3 {
	font-size: 32px;
}

.service-wrapper-6 .service-box-6 .icon-items h3 a {
	color: #222f3b;
}

.service-wrapper-6 .service-box-6 .arrow-icon {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

.service-wrapper-6 .service-box-6 .arrow-icon i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.service-wrapper-6 .service-box-6 p {
	max-width: 435px;
}

.service-wrapper-6 .service-box-6:hover::before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-wrapper-6 .service-box-6:hover::after {
	opacity: 1;
	visibility: visible;
}

.service-wrapper-6 .service-box-6:hover .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 100px;
}

.service-wrapper-6 .service-box-6:hover .icon-items h3 a {
	color: #fff;
}

.service-wrapper-6 .service-box-6:hover p {
	color: #fff;
}

.service-wrapper-6 .service-box-6:hover .arrow-icon {
	background: #fff;
	color: #222f3b;
}

.feature-section-5 {
	position: relative;
	z-index: 9;
}

.feature-section-5 .circle-shape {
	position: absolute;
	top: -30%;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 1199px) {
	.feature-section-5 .circle-shape {
		display: none;
	}
}

.counter-section {
	background-attachment: fixed;
}

/***************************************
 - Sections / Event
***************************************/
.request-quote-form-block {
	position: relative;
	z-index: 1;
	border-radius: 12px;
	background-color: #222f3b;
	padding: 84px 50px;
}

@media (min-width: 1200px) {
	.request-quote-form-block {
		margin-top: -200px;
	}
}

.event-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
	margin-top: 35px;
}

@media (min-width: 576px) {
	.event-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.event-title {
	margin-block: 12px;
	color: #222f3b;
	font-weight: 500;
	font-size: 1.25rem;
}

.fix {
	overflow: hidden;
}

/***************************************
 - Sections / Industry
***************************************/
.industrial-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 20px 40px;
	margin-top: 25px;
}

@media (min-width: 768px) {
	.industrial-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.industrial-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1200px) {
	    .industrial-list {
        gap: 40px 50px;
    }
}

.industrial-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	font-weight: 500;
	font-size: 1.25rem;
}

.industrial-item:hover .industrial-icon {
	border-color: transparent;
}

.industrial-item:hover .industrial-icon img:nth-child(odd) {
	opacity: 0;
}

.industrial-item:hover .industrial-icon img:nth-child(even) {
	opacity: 1;
}

.industrial-item:hover .industrial-icon::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.industrial-item:hover .industrial-link {
	color: #030303;
}

.industrial-item:hover .industrial-link::after {
	width: 100%;
}

.industrial-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #030303;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	overflow: hidden;
}

.industrial-icon::after {
	position: absolute;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	inset: 0;
	border-radius: 50%;
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	content: "";
}

.industrial-icon img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.industrial-icon img:nth-child(odd) {
	opacity: 1;
}

.industrial-icon img:nth-child(even) {
	position: absolute;
	opacity: 0;
}

.industrial-link {
	display: inline-block;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #222f3b;
	line-height: 1;
}

@media (min-width: 768px) {
	.industrial-link {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
	}
}

.industrial-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #030303;
	width: 0%;
	height: 1px;
	content: "";
}

.industrial-link:hover {
	color: #030303;
}

.industrial-link:hover::after {
	width: 100%;
}

.industry-shape-1, .industry-shape-2 {
	position: absolute;
	z-index: -1;
}

.industry-shape-1 {
	top: -200px;
	left: 0;
}

.industry-shape-2 {
	right: 0;
	bottom: 95px;
}

/***************************************
 - Sections / Why Choose Us
***************************************/
.why-choose-us-area {
	position: relative;
	z-index: 1;
}

.choose-us-wrapper {
	margin-left: 0;
}

@media (min-width: 1800px) {
	.choose-us-wrapper {
		margin-left: 300px;
	}
}

.why-choose-us-element-1 {
	display: none;
	top: 0;
	left: 0;
	z-index: -5;
}

@media (min-width: 1800px) {
	.why-choose-us-element-1 {
		display: inline-block;
	}
}

.why-choose-us-element-2 {
	display: none;
	top: 385px;
	left: 262px;
	z-index: -1;
}

@media (min-width: 1800px) {
	.why-choose-us-element-2 {
		display: inline-block;
	}
}

.why-choose-us-element-3 {
	display: none;
	top: 40px;
	right: 0;
	z-index: -3;
}

@media (min-width: 1400px) {
	.why-choose-us-element-3 {
		display: inline-block;
	}
}

@media (min-width: 1800px) {
	.why-choose-us-element-3 {
		display: inline-block;
	}
}

.why-choose-us-element-4 {
	display: none;
	right: 20px;
	bottom: 80px;
	z-index: -4;
}

@media (min-width: 1200px) {
	.why-choose-us-element-4 {
		display: inline-block;
	}
}

@media (min-width: 1800px) {
	.why-choose-us-element-4 {
		display: inline-block;
	}
}

.why-choose-us-element-5 {
	display: none;
	position: static;
	right: 70px;
	bottom: 0;
	z-index: -2;
}

@media (min-width: 992px) {
	.why-choose-us-element-5 {
		display: inline-block;
		position: absolute;
		right: 50px;
		width: 35%;
		height: auto;
	}
}

@media (min-width: 1200px) {
	.why-choose-us-element-5 {
		right: 70px;
		width: auto;
	}
}

@media (min-width: 1800px) {
	.why-choose-us-element-5 {
		display: inline-block;
	}
}

.why-choose-us-element-6 {
	display: none;
	position: static;
	z-index: -6;
}

@media (min-width: 992px) {
	.why-choose-us-element-6 {
		display: inline-block;
		position: absolute;
		top: 555px;
		left: 170px;
		width: 8%;
		height: auto;
	}
}

.support-info .icon {
	background-color: rgba(255, 255, 255, 0.09);
	width: 58px;
	height: 58px;
	color: #fff;
	font-size: 1.25rem;
}

.why-choose-us-section-4 {
	padding: 120px 0;
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .counter-box-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 47px;
	margin-top: 20px;
}

@media screen and (max-width: 1199px) {
	.why-choose-us-wrapper-4 .why-choose-us-content-4 .counter-box-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .counter-box-items .counter-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 1199px) {
	.why-choose-us-wrapper-4 .why-choose-us-content-4 .counter-box-items .counter-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .counter-box-items .counter-box .count {
	font-size: 66px;
	font-weight: 500;
	color: #030303;
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .counter-box-items .counter-box h4 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .list-box {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}

@media screen and (max-width: 1199px) {
	.why-choose-us-wrapper-4 .why-choose-us-content-4 .list-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .list-box ul li {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .list-box ul li svg {
	margin-right: 5px;
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .choose-us-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-top: 44px;
}

@media screen and (max-width: 1199px) {
	.why-choose-us-wrapper-4 .why-choose-us-content-4 .choose-us-btn {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .choose-us-btn .icon {
	width: 55px;
	height: 55px;
	line-height: 65px;
	text-align: center;
	border-radius: 50%;
	background-color: #030303;
	color: #fff;
	font-size: 22px;
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .choose-us-btn .icon-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .choose-us-btn .icon-items span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .choose-us-btn .icon-items h4 {
	font-size: 18px;
	font-weight: 500;
}

.why-choose-us-wrapper-4 .why-choose-us-content-4 .choose-us-btn .icon-items h4 a {
	color: #fff;
}

.why-choose-us-wrapper-4 .why-choose-us-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.choose-us-wrapper-44 {
	margin-top: 70px;
}

@media (max-width: 767px) {
	.choose-us-wrapper-44 {
		margin-top: 10px;
	}
}

.choose-us-wrapper-44 .choose-us-box {
	padding: 40px 25px;
	border: 1px solid rgba(30, 32, 35, 0.12);
	z-index: 1;
	position: relative;
	background: #fff;
	margin-top: 0;
	border-radius: 12px;
}

@media (max-width: 767px) {
	.choose-us-wrapper-44 .choose-us-box {
		text-align: center;
	}
}

.choose-us-wrapper-44 .choose-us-box::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: radial-gradient(133.22% 120.44% at 100.88% 22.84%, #FFE5CA 0%, #F6921E 50%, #D83B20 100%);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: -1;
	border-radius: 12px;
}

.choose-us-wrapper-44 .choose-us-box.style-margin {
	margin-top: 24px;
}

.choose-us-wrapper-44 .choose-us-box .icon {
	font-size: 60px;
	color: #030303;
	display: inline-block;
}

.choose-us-wrapper-44 .choose-us-box .number-itesm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.choose-us-wrapper-44 .choose-us-box .number-itesm .number {
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 53, 102, 0.15);
	font-family: Raleway;
	font-size: 72px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

.choose-us-wrapper-44 .choose-us-box .content h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.choose-us-wrapper-44 .choose-us-box:hover {
	border: 1px solid #030303;
}

.choose-us-wrapper-44 .choose-us-box:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.choose-us-wrapper-44 .choose-us-box:hover .icon svg path {
	fill: #fff;
}

.choose-us-wrapper-44 .choose-us-box:hover .number-itesm .number {
	-webkit-text-stroke-color: rgb(255, 255, 255);
}

.choose-us-wrapper-44 .choose-us-box:hover .content h5 {
	color: #fff;
}

.choose-us-wrapper-44 .choose-us-box:hover .content p {
	color: #fff;
}

.choose-us-wrapper-44 .choose-us-content {
	margin-left: 70px;
}

@media (max-width: 1199px) {
	.choose-us-wrapper-44 .choose-us-content {
		margin-left: 0;
	}
}

.choose-us-wrapper-44 .choose-us-content .progress-wrap .pro-items {
	width: 100%;
}

.choose-us-wrapper-44 .choose-us-content .progress-wrap .pro-items:not(:last-child) {
	margin-bottom: 40px;
}

.choose-us-wrapper-44 .choose-us-content .progress-wrap .pro-items .pro-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.choose-us-wrapper-44 .choose-us-content .progress-wrap .pro-items .pro-head .title {
	color: #222f3b;
}

.choose-us-wrapper-44 .choose-us-content .progress-wrap .pro-items .pro-head .point {
	font-size: 16px;
	color: #222f3b;
}

.choose-us-wrapper-44 .choose-us-content .progress-wrap .pro-items .progress {
	background: rgba(255, 121, 45, 0.28);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 6px;
	width: 100%;
}

.choose-us-wrapper-44 .choose-us-content .progress-wrap .pro-items .progress-value {
	-webkit-animation: load 3s normal forwards;
	animation: load 3s normal forwards;
	border-radius: 0;
	background: #030303;
	height: 6px;
	width: 0;
}

.choose-us-wrapper-44 .choose-us-content .progress-wrap .pro-items .style-two {
	-webkit-animation: load2 3s normal forwards;
	animation: load2 3s normal forwards;
}

.choose-us-wrapper-44 .choose-us-content .progress-wrap .pro-items .style-three {
	-webkit-animation: load3 3s normal forwards;
	animation: load3 3s normal forwards;
}

@keyframes load {
	0% {
		width: 0;
	}

	100% {
		width: 90%;
	}
}

@keyframes load2 {
	0% {
		width: 0;
	}

	100% {
		width: 70%;
	}
}

@keyframes load3 {
	0% {
		width: 0;
	}

	100% {
		width: 55%;
	}
}

.choose-us-wrapper-44 .choose-us-content .choose-us-thumb {
	margin-top: 80px;
	margin-left: -208px;
}

@media (max-width: 1199px) {
	.choose-us-wrapper-44 .choose-us-content .choose-us-thumb {
		margin-left: 0;
		margin-top: 30px;
	}
}

.choose-us-wrapper-44 .choose-us-content .choose-us-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.scrolling-text.ani-2 {
	-webkit-animation: scroll-right 20s linear infinite;
	animation: scroll-right 20s linear infinite;
}

.scrolling-text-inner > div {
	-webkit-animation: scroll-right 20s linear infinite;
	animation: scroll-right 20s linear infinite;
}

@-webkit-keyframes scroll-right {
	0% {
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes scroll-right {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
/***************************************
 - Sections / Fun-fact
***************************************/
.funfact-area {
	position: relative;
	z-index: 2;
	margin-top: 60px;
	-webkit-box-shadow: 0px 22px 50px 11px rgba(0, 53, 102, 0.06);
	box-shadow: 0px 22px 50px 11px rgba(0, 53, 102, 0.06);
	border-right: 3px solid #030303;
	border-radius: 12px;
	background-color: #fff;
	padding: 40px 40px;
}

@media (min-width: 768px) {
	.funfact-area {
		margin-top: 80px;
		padding: 80px 85px;
	}
}

@media (min-width: 992px) {
	.funfact-area {
		margin-top: 100px;
	}
}

@media (min-width: 1200px) {
	.funfact-area {
		margin-top: -10%;
	}
}

.fun-fact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.fun-fact-icon {
	margin-top: 5px;
	width: 51px;
	height: 51px;
}

.fun-fact-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.fun-fact-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 12px;
	color: #222f3b;
}

.fun-fact-title.is-secondary {
	color: #000000;
}

.fun-fact-title-2 {
	margin-bottom: 10px;
}

.fun-fact-value {
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1;
}

@media (min-width: 768px) {
	.fun-fact-value {
		font-size: 3.75rem;
	}
}

@media (min-width: 1400px) {
	.fun-fact-value.is-large {
		font-size: 65px;
	}
}

.fun-fact-plus {
	font-weight: 500;
	font-size: 1.5rem;
}

.fun-fact-text {
	font-size: 1rem;
}

@media (min-width: 768px) {
	.fun-fact-text {
		font-size: 1.25rem;
	}
}

.fun-fact-text.is-small {
	font-size: 16px;
	color: black;
	font-weight: 400;
}

.fun-fact-focus-text {
	margin-top: 20px;
	border-top: 1px solid rgba(0, 53, 102, 0.12);
	padding-top: 20px;
	color: #222f3b;
	font-weight: 500;
	font-size: 1.25rem;
}

.feature-section-3 {
	background: whitesmoke;
}

.feature-wrapper-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2%;
}

@media screen and (max-width: 1199px) {
	.feature-wrapper-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}

.feature-wrapper-3 .icon-items h4 {
	margin-top: 20px;
	font-size: 19px;
	font-weight: 500;
	width: 85%;
}

.counter-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1199px) {
	.counter-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}

.counter-wrapper .counter-items {
	max-width: 265px;
}

.counter-wrapper .counter-items .fun-fact-value {
	font-size: 69px;
	font-weight: 800;
	text-decoration: none;
	-webkit-text-stroke: 1.2px #fff;
	color: transparent;
	margin-bottom: 20px;
}

.counter-wrapper .counter-items .start-number {
	font-size: 72px;
	font-weight: 800;
	font-family: "Sora", sans-serif;
	text-decoration: none;
	-webkit-text-stroke: 1.2px #fff;
	color: transparent;
}

.counter-wrapper .counter-items p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	padding-bottom: 10px;
	color: #fff;
}

.counter-wrapper .counter-items h5 {
	font-size: 17px;
	font-weight: 400;
	margin-top: 10px;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.32);
	padding-top: 20px;
}

.counter-wrapper .counter-items:hover .start-number {
	color: #030303!important;
	-webkit-text-stroke: initial !important;
}

.counter-wrapper .counter-items:hover .fun-fact-value {
	color: #030303!important;
	-webkit-text-stroke: initial !important;
}

.cta-wrapper-3 .right-content {
	max-width: 440px;
	width: 100%;
}

.cta-wrapper-3 .right-content p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}

.cta-wrapper-3 .right-content .form-box {
	position: relative;
}

.cta-wrapper-3 .right-content .form-box button {
	position: absolute;
	top: 4px;
	right: 7px;
	bottom: 0;
	width: 50px;
	height: 50px;
	line-height: 63px;
	text-align: center;
	border-radius: 44px;
	background: #030303;
}

.cta-wrapper-3 .right-content .form-input-1 {
	width: 100%;
	padding: 15px 25px;
}

.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.video-wrapper-3 {
	padding: 280px 0;
	text-align: center;
	border-radius: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	background-attachment: fixed;
}

.video-wrapper-3 .video {
	position: relative;
}

.video-wrapper-3 .video .video-btn {
	width: 116px;
	height: 116px;
	line-height: 116px;
	text-align: center;
	border-radius: 100px;
	background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 24px;
}

.video-wrapper-3 .video .circle-image {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	display: none;
}

.video-wrapper-3 .video .circle-image img {
	-webkit-animation: cir36 10s linear infinite;
	animation: cir36 10s linear infinite;
}

.video-wrapper-3 .watch-text {
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.feature-box-items-4 {
	border-radius: 12px;
	background: #FFF;
	-webkit-box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
	box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
	padding: 50px 30px;
}

.feature-box-items-4 .feature-icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	border-bottom: 1px solid rgba(0, 53, 102, 0.1215686275);
	padding-bottom: 30px;
}

.feature-box-items-4 .feature-icon-box h4 {
	font-size: 22px;
	font-weight: 500;
}

.feature-box-items-4 p {
	font-weight: 500;
}

.feature-wrapper-5 .feature-content-4 .counter-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 95px;
	margin-top: 40px;
	border-top: 1px solid rgba(35, 28, 37, 0.1411764706);
	padding-top: 30px;
}

@media screen and (max-width: 1199px) {
	.feature-wrapper-5 .feature-content-4 .counter-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.feature-wrapper-5 .feature-content-4 .counter-area .counter-content .fun-fact-value {
	font-size: 72px;
	font-weight: 800;
	color: #030303;
}

.feature-wrapper-5 .feature-info .feature-box-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	background: #FFF;
	-webkit-box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	padding: 31px 37px;
	margin-top: 30px;
	margin-left: 40px;
}

@media screen and (max-width: 1199px) {
	.feature-wrapper-5 .feature-info .feature-box-items {
		margin-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.feature-wrapper-5 .feature-info .feature-box-items .content h4 {
	font-size: 20px;
	font-weight: 600;
}

.pricing-section-5 {
	position: relative;
	overflow: hidden;
}

.pricing-section-5 .left-shape {
	position: absolute;
	top: -200px;
	left: 0;
	z-index: -1;
}

.pricing-section-5 .right-shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

@media screen and (max-width: 1399px) {
	.company-wrapper-5 {
		padding-bottom: 100px;
	}
}

.company-wrapper-5 .company-content .button-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}

@media screen and (max-width: 1399px) {
	.company-wrapper-5 .company-content .button-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.company-wrapper-5 .company-content .button-items .client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.company-wrapper-5 .company-content .button-items .client-info h4 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.company-wrapper-5 .list-items {
	margin-top: 60px;
}

@media screen and (max-width: 1399px) {
	.company-wrapper-5 .list-items {
		padding-bottom: 0;
	}
}

.company-wrapper-5 .list-items ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	gap: 10px;
}

.company-wrapper-5 .list-items ul li:not(:last-child) {
	margin-bottom: 15px;
}

.company-wrapper-5 .list-items .fun-fact-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #fff;
	border-radius: 12px;
	background: #d40011;
	padding: 48px 30px;
	margin-top: 50px;
	margin-bottom: -40px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1399px) {
	.company-wrapper-5 .list-items .fun-fact-value {
		margin-bottom: 0;
	}
}

.company-wrapper-5 .list-items .fun-fact-value span {
	color: #fff;
	font-size: 60px;
	font-weight: 500;
}

.company-wrapper-5 .list-items .fun-fact-value h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.video-section-5 {
	background-attachment: fixed;
}

.testimonial-section-5 {
	position: relative;
	z-index: 9;
}

.testimonial-section-5 .testi-shape {
	position: absolute;
	right: 160px;
	top: 80px;
	z-index: -1;
}

.faq-5 {
	position: relative;
	z-index: 9;
}

.faq-5 .dot-s2 {
	position: absolute;
	left: 80px;
	bottom: 0;
	z-index: -1;
}

.faq-5 .dot-s3 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.faq-5 .faq-accordion .accordion-item-2 {
	border-radius: 4px;
	border: 1px solid rgba(0, 25, 76, 0.08);
	background: #FAFAFA;
}

/***************************************
 - Sections / Custom Slider
***************************************/
.clint-slider-bg-area {
	border-radius: 12px;
	background: #fff2ec;
	padding: 70px 30px;
	text-align: center;
}

@media (min-width: 1200px) {
	.clint-slider-bg-area {
		padding: 70px 50px;
	}
}

@media (min-width: 1200px) {
	.clint-slider-bg-area {
		padding: 70px 85px;
	}
}

.clint-slider-bg-area h4 {
	display: inline-block;
	-webkit-transform: translateY(-82px);
	transform: translateY(-82px);
	border-radius: 12px;
	background-color: #fff;
	padding: 15px 40px;
}

.get-start-slider-area {
	background-color: #030303;
	padding-block: 25px;
}

.get-start-slider-info-block {
	position: relative;
	z-index: 1;
	padding-block: 260px 60px;
}

@media (min-width: 992px) {
	.get-start-slider-info-block {
		padding-block: 300px 80px;
	}
}

@media (min-width: 1200px) {
	.get-start-slider-info-block {
		padding-block: 350px 100px;
	}
}

@media (min-width: 1200px) {
	.get-start-slider-info-block {
		padding-block: 418px 120px;
	}
}

.get-start-slider-info-block::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-color: rgba(0, 53, 102, 0.56);
	content: "";
}

.get-start-info-bg {
	position: absolute;
	z-index: -1;
	inset: 0;
}

.text-slider-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 57px;
	color: #fff;
	font-weight: 500;
	font-size: 3rem;
	letter-spacing: -2px;
	white-space: nowrap;
}

.scrolling-text-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 0;
	font-weight: 600;
	font-size: 16px;
	white-space: nowrap;
}

.scrolling-text-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 57px;
	padding-right: 60px;
	color: #fff;
	font-weight: 500;
	font-size: 3rem;
	letter-spacing: -2px;
}

.scrolling-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.scrolling-text-inner > div {
	-webkit-animation: scroll-left 20s linear infinite;
	animation: scroll-left 20s linear infinite;
}

@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes scroll-left {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
/***************************************
 - Sections / Map Location
***************************************/
.map-container {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1200px;
}

.world-map {
	width: 100%;
}

.marker {
	position: absolute;
	cursor: pointer;
	border-radius: 50%;
	background-color: #030303;
	width: 14px;
	height: 14px;
}

.marker.location-1 {
	top: 11%;
	left: 24%;
}

.marker.location-2 {
	top: 14%;
	left: 52%;
}

.marker.location-3 {
	top: 23%;
	left: 74%;
}

.marker.location-4 {
	top: 32%;
	left: 44%;
}

.marker.location-5 {
	top: 64%;
	left: 32%;
}

.marker.location-6 {
	top: 63%;
	left: 78%;
}

/* Popup default hidden */
.marker .popup {
	display: none;
	position: absolute;
	top: -10px;
	left: 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background-color: #030303;
	padding: 10px;
	width: 260px;
	color: white;
}

/* Show popup on hover */
.marker:hover .popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.popup img {
	border-radius: 6px;
	width: 60px;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
}

.popup-text {
	font-weight: 600;
}

/***************
+ Pages:
****************/
/***************************************
* - Pages / About
***************************************/
.about-area {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 40px;
}

@media (min-width: 992px) {
	.about-area {
		-ms-grid-columns: 1fr 60px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 60px;
	}
}

@media (min-width: 1200px) {
	.about-area {
		gap: 80px;
	}
}

@media (min-width: 1400px) {
	.about-area {
		gap: 118px;
	}
}

.about-left-block {
	position: relative;
}

@media (min-width: 1200px) {
	.about-left-block .image-block {
		margin: inherit;
	}
}

.about-left-block .image-block img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 12px;
}

.about-left-block .image-block:nth-child(1) {
	-ms-grid-column-align: center;
	justify-self: center;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

@media (min-width: 1200px) {
	.about-left-block .image-block:nth-child(1) {
		-ms-grid-column-align: end;
		justify-self: end;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
}

.about-left-block .image-block:nth-child(2) {
	display: none;
	-ms-grid-column-align: start;
	justify-self: start;
	margin-top: -225px;
}

@media (min-width: 1200px) {
	.about-left-block .image-block:nth-child(2) {
		display: inline-block;
	}
}

.about-left-block > img {
	display: none;
	position: absolute;
	top: 77%;
	right: 0%;
	z-index: -1;
}

@media (min-width: 1200px) {
	.about-left-block > img {
		display: inline-block;
	}
}

.about-left-block .about-shape-block {
	position: absolute;
	top: 55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 1200px) {
	.about-left-block .about-shape-block {
		left: 50%;
	}
}

@media (min-width: 1400px) {
	.about-left-block .about-shape-block {
		left: 25%;
	}
}

.about-left-block .about-shape-block .about-shape-inner-block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 200px;
	height: 200px;
	text-align: center;
}

.about-left-block .about-shape-block .about-shape-text {
	position: absolute;
	color: #fff;
	text-align: center;
}

.about-left-block .about-shape-block .about-shape-text span {
	display: block;
	font-weight: 500;
	font-size: 3rem;
	line-height: 1;
}

.about-section-img {
	display: none;
}

@media (min-width: 1800px) {
	.about-section-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.about-section-img img:nth-child(1) {
	position: absolute;
	top: 250px;
	left: 0;
	z-index: 1;
}

.about-section-img img:nth-child(2) {
	position: absolute;
	top: 160px;
	left: 0;
}

.about-section-img img:nth-child(3) {
	position: absolute;
	top: -250px;
	right: 0;
}

.about-section-img img:nth-child(4) {
	position: absolute;
	right: 0;
	bottom: 60px;
}

.about-area-2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	justify-items: center;
	gap: 60px;
}

@media (min-width: 1200px) {
	.about-area-2 {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1400px) {
	.about-area-2 {
		-ms-grid-columns: minmax(0, 768px) 90px minmax(0, 760px);
		grid-template-columns: minmax(0, 768px) minmax(0, 760px);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 90px;
	}
}

.about-area-2 .about-style-2-img-block {
	position: relative;
	z-index: 1;
	max-width: 500px;
}

@media (min-width: 1200px) {
	.about-area-2 .about-style-2-img-block {
		max-width: 100%;
	}
}

.about-area-2 .about-style-2-img-block .about-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
}

@media (min-width: 992px) {
	.about-area-2 .about-style-2-img-block .about-video {
		width: 232px;
		height: 232px;
	}
}

@media (min-width: 1400px) {
	.about-area-2 .about-style-2-img-block .about-video {
		display: inline-block;
		top: 55%;
		right: -116px;
		left: auto;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		width: 232px;
		height: 232px;
	}
}

.about-area-2 .about-style-2-img-block .about-elements-1 {
	display: none;
	top: calc(100% - 30px);
	left: 0%;
}

@media (min-width: 1200px) {
	.about-area-2 .about-style-2-img-block .about-elements-1 {
		display: inline-block;
	}
}

.about-area-2 .about-style-2-img-block .about-elements-2 {
	display: none;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1200px) {
	.about-area-2 .about-style-2-img-block .about-elements-2 {
		display: inline-block;
	}
}

.about-area-2 .about-content-block {
	padding-inline: 20px;
}

@media (min-width: 576px) {
	.about-area-2 .about-content-block {
		padding-inline: 40px;
	}
}

@media (min-width: 1200px) {
	.about-area-2 .about-content-block {
		padding-inline: 0 20px;
	}
}

@media (min-width: 1800px) {
	.about-area-2 .about-content-block {
		padding-right: 0;
	}
}

.about-area-2 .section-content-block {
	max-width: 650px;
}

.feature-style-1-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
}

@media (min-width: 576px) {
	.feature-style-1-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.feature-style-1-list {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.feature-style-1-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		margin-left: 40px;
	}
}

@media (min-width: 1400px) {
	.feature-style-1-list {
		gap: 65px;
		margin-left: 60px;
	}
}

@media (min-width: 1800px) {
	.feature-style-1-list {
		margin-left: 120px;
	}
}

.feature-style-1-title {
	margin-block: 10px;
	color: #ffffff;
	font-weight: 400;
	font-size: 21px;
	line-height: 27px;
	text-align: center;
}

.about-wrapper-2 {
	position: relative;
	z-index: 1;
}

.about-wrapper-2 .about-elements-3 {
	top: 140px;
	right: 100px;
}

.about-wrapper-2 .about-elements-4 {
	right: 77px;
	bottom: 47px;
}

.about-wrapper-3 .section-content-block span {
	margin-bottom: 0;
}

.about-wrapper-3 .section-content-block h2 {
	margin-top: -40px;
}

.about-wrapper-3 .section-content-block {
	text-align: left;
}

.about-wrapper-3 .section-content-block .section-title {
	margin-left: 280px;
}

@media screen and (max-width: 767px) {
	.about-wrapper-3 .section-content-block .section-title {
		margin-left: 0;
	}
}

.about-wrapper-3 .about-image {
	margin-top: 30px;
	margin-left: -30%;
	border-radius: 12px;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-3 .about-image {
		margin-left: 0;
	}
}

.about-wrapper-3 .about-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.about-wrapper-3 .about-content {
	margin-top: 30px;
	margin-left: 50px;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-3 .about-content {
		margin-left: 0;
	}
}

.about-wrapper-3 .about-content p {
	font-weight: 500;
}

.about-wrapper-3 .about-content .about-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	margin-left: -37%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-3 .about-content .about-box-wrap {
		margin-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
		margin-top: 30px;
	}
}

.about-wrapper-3 .about-content .about-box-wrap .about-box-items {
	background-color: #222f3b;
	padding: 55px 60px;
	text-align: center;
	max-width: 540px;
	border-radius: 12px;
}

@media screen and (max-width: 767px) {
	.about-wrapper-3 .about-content .about-box-wrap .about-box-items {
		padding: 20px 30px;
	}
}

.about-wrapper-3 .about-content .about-box-wrap .about-box-items .box-text {
	font-size: 20px;
	font-weight: 600;
}

.about-wrapper-3 .about-content .about-box-wrap .about-box-items .client-info {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-wrapper-3 .about-content .about-box-wrap .about-box-items .client-info .client-img {
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.about-wrapper-3 .about-content .about-box-wrap .about-box-items .client-info .client-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-wrapper-3 .about-content .about-box-wrap .about-box-items .client-info .content h6 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	font-family: "DM Sans";
}

.about-wrapper-3 .about-content .about-box-wrap .about-box-items .client-info .content span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
}

.about-wrapper-3 .about-content .about-box-wrap .about-box-items p {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.about-wrapper-3 .about-content .about-box-wrap .medal-content {
	text-align: center;
}

.about-wrapper-3 .about-content .about-box-wrap .medal-content h5 {
	font-size: 20px;
	font-weight: 600;
	font-family: "DM Sans";
	margin-top: 10px;
}

.about-wrapper-3 .about-content .about-list {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.about-wrapper-3 .about-content .about-list {
		margin-top: 30px;
	}
}

.about-wrapper-3 .about-content .about-list li {
	font-size: 18px;
	color: #013566;
	font-weight: 500;
}

.about-wrapper-3 .about-content .about-list li i {
	color: #030303;
	margin-right: 10px;
}

.about-wrapper-3 .about-content .about-list li:not(:last-child) {
	margin-bottom: 15px;
}

.about-wrapper-3 .about-content .about-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-top: 44px;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-3 .about-content .about-btn {
		margin-top: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.about-wrapper-3 .about-content .about-btn .icon {
	width: 55px;
	height: 55px;
	line-height: 73px;
	text-align: center;
	border-radius: 50%;
	background-color: #030303;
	color: #fff;
	font-size: 22px;
}

.about-wrapper-3 .about-content .about-btn .icon-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.about-wrapper-3 .about-content .about-btn .icon-items span {
	font-size: 14px;
	font-weight: 500;
	font-family: "DM Sans";
}

.about-wrapper-3 .about-content .about-btn .icon-items h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: "DM Sans";
}

.about-wrapper-4 .about-image-box-4 {
	margin-right: 60px;
	position: relative;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-4 .about-image-box-4 {
		margin-right: 0;
	}
}

.about-wrapper-4 .about-image-box-4 .dot-shape {
	position: absolute;
	right: -26px;
	bottom: -22px;
}

.about-wrapper-4 .about-image-box-4 .about-image {
	position: relative;
}

.about-wrapper-4 .about-image-box-4 .about-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.about-wrapper-4 .about-image-box-4 .about-image .icon-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	border-radius: 12px;
	border: 1px solid rgba(30, 32, 35, 0.12);
	background: #FFF;
	-webkit-box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
	box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
	padding: 30px 35px;
	position: absolute;
	left: -35px;
	bottom: -30px;
	min-width: 440px;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-4 .about-image-box-4 .about-image .icon-items {
		display: none;
	}
}

.about-wrapper-4 .about-image-box-4 .about-image .icon-items .fun-fact-value {
	color: #030303;
}

.about-wrapper-4 .about-image-box-4 .about-image .icon-items .fun-fact-value span {
	font-size: 72px;
	font-weight: 800;
	font-family: Raleway;
	color: #030303;
}

.about-wrapper-4 .about-image-box-4 .about-image .icon-items h4 {
	font-size: 20px;
	margin-top: 5px;
}

.about-wrapper-4 .about-content-4 .icon-box-items {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-4 .about-content-4 .icon-box-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.about-wrapper-4 .about-content-4 .icon-box-items .icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	align-items: center;
}

.about-wrapper-4 .about-content-4 .icon-box-items h4 {
	font-size: 20px;
	font-weight: 500;
}

.about-wrapper-4 .about-content-4 .list-box {
	margin-top: 40px;
	border-radius: 12px;
	background: #FFF2EC;
	padding: 30px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-left: 5px solid #030303;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-4 .about-content-4 .list-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.about-wrapper-4 .about-content-4 .list-box ul li {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #013566;
}

.about-wrapper-4 .about-content-4 .list-box ul li i {
	margin-right: 5px;
	color: #030303;
}

.about-wrapper-4 .about-content-4 .about-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-top: 44px;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-4 .about-content-4 .about-btn {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.about-wrapper-4 .about-content-4 .about-btn .icon {
	width: 55px;
	height: 55px;
	line-height: 65px;
	text-align: center;
	border-radius: 50%;
	background-color: #030303;
	color: #fff;
	font-size: 22px;
}

.about-wrapper-4 .about-content-4 .about-btn .icon-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.about-wrapper-4 .about-content-4 .about-btn .icon-items span {
	font-size: 14px;
	font-weight: 500;
	font-family: "DM Sans";
}

.about-wrapper-4 .about-content-4 .about-btn .icon-items h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: "DM Sans";
}

.about-wrapper-5 {
	position: relative;
	z-index: 9;
}

.about-wrapper-5 .about-shape {
	position: absolute;
	top: -50px;
	left: 100px;
	z-index: -1;
}

@media screen and (max-width: 1199px) {
	.about-wrapper-5 .about-shape {
		display: none;
	}
}

.about-wrapper-5 .about-image-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-right: 60px;
	margin-left: -90px;
}

@media screen and (max-width: 1399px) {
	.about-wrapper-5 .about-image-items {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 575px) {
	.about-wrapper-5 .about-image-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.about-wrapper-5 .about-image-items img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.about-wrapper-5 .counter-box {
	width: 252px;
	height: 252px;
	text-align: center;
	margin-top: 18px;
	padding-top: 50px;
	border-radius: 126px 126px 126px 0px;
	background: #FFF;
	-webkit-box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	font-size: 72px;
	min-width: 265px;
	color: #030303;
	font-weight: 500;
}

.about-wrapper-5 .counter-box .start-number {
	font-weight: 800;
	color: #030303;
	font-family: Raleway;
}

.about-wrapper-5 .counter-box p {
	font-size: 18px;
	font-weight: 500;
	color: #5C6672;
	margin-top: -15px;
}

.about-wrapper-5 .about-image-2 {
	height: 670px;
	position: relative;
}

.about-wrapper-5 .about-image-2 .object-shape {
	position: absolute;
	top: 0;
	right: 0;
}

.about-wrapper-5 .about-image-2 img {
	-o-object-fit: cover;
	object-fit: cover;
}

.about-wrapper-5 .about-content .about-text {
	margin-top: 20px;
}

.about-wrapper-5 .about-content .icon-items-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
	.about-wrapper-5 .about-content .icon-items-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.about-wrapper-5 .about-content .icon-items-area .icon-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 22px;
}

.about-wrapper-5 .about-content .icon-items-area .icon-items h5 {
	font-size: 20px;
	font-weight: 600;
}

.about-wrapper-5 .about-content .about-us-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}

@media screen and (max-width: 1399px) {
	.about-wrapper-5 .about-content .about-us-button {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.about-wrapper-5 .about-content .about-us-button .client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.about-wrapper-5 .about-content .about-us-button .client-info h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 175%;
}

.about-section-3 {
	position: relative;
}

.about-section-3 .right-shape {
	position: absolute;
	right: 40px;
	top: 0;
}

@media screen and (max-width: 1399px) {
	.about-section-3 .right-shape {
		display: none;
	}
}

.news-section-3 {
	position: relative;
	z-index: 9;
}

.news-section-3 .left-shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

/***************************************
* - Pages / Blog
***************************************/
.inner-image-column-2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-bottom: 30px;
}

.comment-user-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 55px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.comment-user-list.is-reply {
	margin-top: 55px;
	padding-left: 30px;
}

@media (min-width: 576px) {
	.comment-user-list.is-reply {
		padding-left: 40px;
	}
}

@media (min-width: 768px) {
	.comment-user-list.is-reply {
		padding-left: 100px;
	}
}

.comment-user-item-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
}

@media (min-width: 576px) {
	.comment-user-item-block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.comment-user-avater {
	width: 92px;
	height: 92px;
}

.comment-user-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.comment-user-name span {
	color: #222f3b;
	font-weight: 600;
	font-size: 1.125rem;
}

.comment-user-comment {
	border: 1px solid rgba(0, 53, 102, 0.15);
	border-radius: 12px;
	padding: 30px;
}

.news-section-4 {
	position: relative;
	z-index: 9;
}

.news-section-4 .news-shape-left {
	position: absolute;
	top: -40%;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 1199px) {
	.news-section-4 .news-shape-left {
		display: none;
	}
}

.news-section-4 .news-shape-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

@media screen and (max-width: 1199px) {
	.news-section-4 .news-shape-right {
		display: none;
	}
}

/***************************************
* - Pages / Contact
***************************************/
.map-block {
	width: 100%;
	height: 320px;
}

@media (min-width: 768px) {
	.map-block {
		height: 400px;
	}
}

@media (min-width: 992px) {
	.map-block {
		height: 600px;
	}
}

@media (min-width: 1200px) {
	.map-block {
		height: 800px;
	}
}

.contact-wrapper-3 .contact-left-content .contact-info-items .contact-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin-top: 40px;
}

.contact-wrapper-3 .contact-left-content .contact-info-items .contact-items .icon {
	width: 60px;
	height: 61px;
	border-radius: 4px;
	background: #030303;
	line-height: 80px;
	text-align: center;
}

.contact-wrapper-3 .faq-accordion .accordion-item-1:has(.collapse.show) {
	background: #fff;
}

.contact-wrapper-4 .contact-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.contact-wrapper-4 .contact-items.style-1 {
	margin-top: 40px;
}

.contact-wrapper-4 .contact-items .icon {
	width: 60px;
	height: 61px;
	border-radius: 50px;
	background: #030303;
	line-height: 80px;
	text-align: center;
}

.contact-wrapper-4 .contact-items .content h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: "DM Sans";
	color: #fff;
}

.contact-wrapper-4 .contact-items .content p {
	font-size: 24px;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 500;
}

.contact-wrapper-4 .contact-items .content p a {
	color: #fff;
}

.contact-wrapper-4 .contact-content {
	border-radius: 8px;
	background: #FFF;
	-webkit-box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
	padding: 45px;
}

.contact-wrapper-4 .contact-content .contact-form-box .form-clt input, .contact-wrapper-4 .contact-content .contact-form-box .form-clt textarea {
	border-radius: 4px;
	border: 1px solid rgba(0, 25, 76, 0.08);
	background: #FAFAFA;
	line-height: 1;
	padding: 20px 25px;
	width: 100%;
	text-transform: capitalize;
}

.contact-wrapper-4 .contact-content .contact-form-box .form-clt textarea {
	padding-bottom: 110px;
}

.contact-section-4 {
	background-attachment: fixed;
}

/***************************************
* - Pages / Team Details
***************************************/
.team-details-image-block img {
	border-radius: 12px;
}

.team-member-content-block {
	font-size: 1.125rem;
}

.team-contact-info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.team-contact-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.team-contact-info-icon {
	color: #030303;
}

.team-contact-info-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #5c6672;
}

.team-contact-info-link:hover {
	color: #030303;
}

.team-contact-info-text:hover {
	color: #5c6672;
}

/***************************************
* - Pages / Project Details
***************************************/
.project-info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 40px;
}

@media (min-width: 576px) {
	.project-info-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.project-info-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 20px 0px;
	}
}

.project-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}

@media (min-width: 1200px) {
	.project-info-item:not(:last-child)::after {
		position: absolute;
		top: 0;
		left: calc(100% + 40px);
		background-color: rgba(0, 53, 102, 0.35);
		width: 1px;
		height: 100%;
		content: "";
	}
}

@media (min-width: 1200px) {
	.project-info-item:not(:last-child)::after {
		left: calc(100% + 65px);
	}
}

.project-info-icon {
	width: 38px;
	height: 38px;
}

.project-info-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.project-info-title {
	display: block;
	color: #222f3b;
	font-weight: 500;
	font-size: 1.125rem;
	font-family: "Exo 2", sans-serif;
}

.project-info-text {
	font-size: 1.125rem;
}

.project-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}

@media (min-width: 992px) {
	.project-pagination {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.project-pagination-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
}

.project-pagination-item:last-child {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}

.project-pagination-item:last-child .project-pagination-text {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.project-pagination-image {
	border-radius: 50%;
	width: 71px;
	height: 71px;
	overflow: hidden;
}

.project-pagination-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	color: #030303;
	font-size: 1.125rem;
}

.project-pagination-link {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	color: #222f3b;
	font-weight: 600;
	font-size: 1.25rem;
	font-family: "Exo 2", sans-serif;
}

@media (min-width: 768px) {
	.project-pagination-link {
		font-size: 1.5rem;
	}
}

.desk {
	display: block !important;
}

.mob {
	display: none !important;
}

.slider-img img {
	height: auto !important;
	position: relative;
}

.slider-content {
	position: absolute;
	top: 35%;
	left: 12%;
}

.hero-title {
	font-size: 55px;
	line-height: 65px;
	font-weight: 300;
}

.section-content-block p {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	margin: 20px 0;
}

.slider-nav {
	position: absolute;
	bottom: 18%;
	z-index: 2;
	background: #fff;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.hero-slider-1.slider-button-next1 {
	position: absolute;
    right: 26%;
}

.hero-slider-1.slider-button-prev1 {
    position: absolute;
    left: 43%;
}

.offcanvas {
	left: 9px !important;
}
.hero-slider-1.slider-button-prev1 i, .hero-slider-1.slider-button-next1 i {
    font-size: 28px;
}
.offcanvas.offcanvas-top {
	right: -5px;
	left: 0px;
	height: 99%;
	width: 20%;
	top: 5px;
	border-radius: 20px;
}

img.black-header {
	display: none;
}

img.nb-header {
	max-width: 28px;
}

header.header-bottom-style-2.sticky-menu img.black-header {
	display: flex;
	max-width: 28px;
}

header.header-bottom-style-2.sticky-menu img.nb-header {
	display: none;
}

header.header-bottom-style-2.sticky-menu   .header-bottom-center {
	background: #ffffff00;
}

.saidemnu-body {
	border-radius: 15px;
	margin: 5px 0;
}

.saidemnu-body .social-menu.is-text-link-orange a {
	color: black;
}

header.header-bottom-style-2 {
	display: flex;
	flex-direction: row;
	margin: auto;
	justify-content: center;
}

header.header-bottom-style-2 img.main-logo {
    display: block;
    max-width: 135px;
}

header.header-bottom-style-2 img.white-logo {
	display: none;
}

header.header-bottom-style-2.sticky-menu img.main-logo {
	display: none;
}

header.header-bottom-style-2.sticky-menu img.white-logo {
    display: block;
    max-width: 126px;
}

.header-bottom-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 55px;
	justify-content: center;
}

header.header-bottom-style-2.sticky-menu  .header-nav-link {
	color: #222f3b;
}

header.header-bottom-style-2.sticky-menu  .header-nav .has-submenu::after {
	color: #222f3b;
}

a.menu-header {
	background: #403f32;
	padding: 20px 30px;
	border-radius: 10px;
	color: #fff;
	font-weight: 500;
}
header.header-bottom-style-2.sticky-menu a.menu-header {
    padding: 12px 30px;
}
a.menu-header:hover {
	background: #030303;
}

.custom-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
	position: absolute;
	bottom: 20px;
	right: 210px;
	z-index: 2;
	display: flex;
	flex-direction: column-reverse;
}

.pagination-lines {
	display: flex;
	gap: 17px;
	flex-direction: column;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column;
	flex-direction: row;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.pagination-lines .line {
	width: 35px;
	height: 2px;
	background-color: white;
	transition: background-color 0.3s;
	DISPLAY: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.pagination-lines .line.active {
	background-color: #222f3b;
}

.pagination-counter {
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.sec-pad {
	Padding: 60px 0px;
}

@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1500px;
	}
}

.client-home {
	position: relative;
}

.slider-nav-line {
	display: flex;
	flex-direction: row;
	gap: 15px;
	z-index: 2;
	position: relative;
}

.slider-nav-line .slider-button-prev, .slider-nav-line .slider-button-next {
	background: #fff;
	border-radius: 35px;
	padding: 7px 13px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: relative;
}

.client-home h4 {
	font-size: 21px;
	line-height: 31px;
	position: relative;
}

.client-home h4::before {
	position: absolute;
	content: '';
	left: 385px;
	top: 41%;
	width: 900px;
	height: 100%;
	border-top: 1px solid #ddd;
}

.clients-logo-home img {
	max-width: 204px;
	opacity: 0.30;
	filter: grayscale(1);
}

.clients-logo-home img:hover {
	opacity: 1;
	filter: none;
}

.feature-style-1-icon img:hover {
	transform: rotate(365deg);
}

.feature-style-1-icon img {
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-bottom: 20px;
	transition: 2s;
}

.sec-row-service {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0%;
}

.services-home {
	background: whitesmoke;
	position: relative;
}

.text-headding h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	letter-spacing: -0.8px;
	font-weight: 500;
	color: #1f2d3a;
}

.text-headding h6 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 500;
}

a.curved-btn {
	background: #030303;
	padding: 13px 35px;
	border-radius: 20px;
	color: #fff;
}

a.curved-btn:hover {
	background: #e8aa31;
}

a.curved-btn.orange {
	background: #e8aa31;
}

a.curved-btn.orange:hover {
	background: #030303;
}

.aboutus-content {
	margin-bottom: 25px;
	padding-left: 6%;
}

.section-fun-fact {
	margin-top: 5%;
}

.aboutus-content p {
	margin-bottom: 12px;
	width: 92%;
	color: #252525;
	font-size: 16px;
	line-height: 28px;
}

.why-chooseus-content {
	width: 53%;
	padding-right: 10%;
}

ul.service-style-2-list {
	border-top: 1px solid #fdfdfd94;
	padding-top: 15px;
	margin-top: 50px;
	margin-bottom: 35px;
	width: 90%;
}

.white {
	color: #fff !important;
}

.section-service {
	background: #222f3b;
}
.why-chooseus-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
    font-weight: 300;
}

.section-about {
	background-color: #f5f5f5;
	border-radius: 20px;
	margin: 1%;
	margin-bottom: 0;
}

.whychooseus-home img:hover {
	transform: scale(1.02);
	overflow: hidden;
}

.whychooseus-home img {
	border-radius: 10px;
	margin: 20px;
	transition: 0.2s;
}

.aboutus-home-content .text-headding h6 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #11192094;
}

.aboutus-home-content {
	width: 80%;
	padding-left: 10%;
}

.service-content-block p {
	color: #424242;
	font-size: 16px;
	line-height: 31px;
}

.threepoint-sec {
	background: url(../images/home/2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	background-blend-mode: overlay;
	background-color: #686868;
}

.threepoint-sec.one {
	background: url(../images/home/3.jpg);
	background-blend-mode: overlay;
	background-color: #00000000;
    background-repeat: no-repeat;
    background-size: cover;
}
a.why-us-btn.black {
    background: black;
}a.why-us-btn.black:hover{
    background: #fff;
	color:red;
}
.threepoint-sec.two {
    background: url(../images/home/4.jpg);
    background-blend-mode: overlay;
    background-color: #686868;
    padding-top:40%;
    background-repeat: no-repeat;
    background-size: cover;
}.threepoint-sec.one {
    padding-left: 57%;
    padding-bottom: 33%;
    padding-top: 7%;
}
.threepoint-sec h4 {
    color: #ffffff;
    font-weight: 300;
    padding: 10px 0;
    width: 90%;
    font-size: 25px;
    line-height: 32px;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
}

.threepoint-sec a.btn-details {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	display: block;
	border-bottom: 1px solid #fff;
	max-width: fit-content;
	line-height: 8px;
}.threepoint-sec {
    padding-top: 31%;
    padding-left: 7%;
    overflow: hidden;
    transition: 0.2s;
    padding-bottom: 9%;
}
.threepoint-sec:hover {
	transform: scale(1.01);
}

.section-threepoints {
	margin: 0px;
}

.footer-center {
	background: #403f32;
	margin: 1% 2%;
	border-radius: 30px;
	position: relative;
	padding: 90px 60px 25px 60px;
}

.footer-row {
	position: relative;
}nav.footer-nav h6 {
    font-size: 19px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

nav.footer-nav ul {
	margin-bottom: 10px;
}

.newsletter {
	display: flex;
	flex-direction: row;
	margin-top: 0;
	position: relative;
}

.newsletter button.btn.btn-secondary-alt {
	position: absolute;
	width: 40px;
	right: 17px;
	height: 42px;
	bottom: 3px;
	Padding: 5px 5px 5px 13px;
	background: #222f3b;
}

.newsletter input.form-input-1 {
	width: 100%;
	position: relative;
	border-radius: 5px;
}

.newsletter button.btn.btn-secondary-alt i {
	padding-right: 15px;
}

.prelements-heading .title-inner {
	position: relative;
}

.prelements-heading .title-inner .title {
	background-color: transparent;
	font-size: 200px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 5px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF59 22%, rgb(34 47 59 / 35%) 81%);
	text-align: center;
}

.prelements-heading {
	position: absolute;
	bottom: -20px;
	left: 13%;
}

.footer .footer-bottom h6 {
	color: #fff;
	border: 1px solid #ffffff66;
	padding: 6px 0px;
	border-radius: 25px;
	font-weight: 500;
}

.footer-bottom-tp {
	background: #efefef;
	padding: 30px 0px;
}

.tp-image {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.tp-image img {
	max-width: 75px;
	transition: 0.8s;
}

.feature-style-1-content p {
	width: 95%;
	font-size: 16px;
	line-height: 23px;
	padding-top: 15px;
}

.tp-img-wrapper {
	position: relative;
	padding: 22px 0px;
}

.tp-img-wrapper::before {
	position: absolute;
	content: '';
	right: -95px;
	border-right: 1px solid #c6c4c4;
	width: 100%;
	height: 100%;
	top: 0;
}

.tp-img-wrapper.one::before {
	display: none;
}

.saidemnu-body  ul.get-touch-info-list.side-menu {
	margin: 20px 0;
}

.saidemnu-body h5.offcanvas-title.mb-2 {
	font-size: 18px;
	margin-top: 20px;
}

.header-bottom-style-2 .get-touch-info-list li .content a {
	color: #fdfbff;
}

header.header-bottom-style-2.sticky-menu .get-touch-info-list li .content a {
	color: black;
}

a.btn-details i {
	padding-left: 5px;
}

.section-breadcrumb {
	background-blend-mode: overlay;
	background-color: #2c2c2c54;
	margin: 15px;
	border-radius: 10px;
	    background-repeat: no-repeat;
    background-size: cover;
}

.grey {
	background: whitesmoke;
}

.icon img {
	transition: 2s;
}

.feature-box-items:hover .icon img {
	transform: rotate(365deg);
}

h2.section-title {
	letter-spacing: -0.8px;
}

.clients-inner img {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	max-width: 250px;
	padding: 10px;
}

.clients-inner img:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tp-img-wrapper:hover .tp-image img {
	transform: rotate(365deg);
}

.get-touch-form-block .btn-secondary {
	background: #030303;
}

button.submit-form {
	background: #222f3b;
	padding: 10px 15px;
	border-radius: 8px;
	color: #fff;
}

button.submit-form:hover {
	background: #fff;
	color: #222f3b;
	border: 1px solid #222f3b;
}

p.copyright-text.wow.fadeInLeft a {
	color: #ffffffc7;
}

.fun-fact-value.is-large {
	color: #222f3b;
}

.feature-section-5 .icon img {
	max-width: 85px;
}

.service-inner p {
	margin-bottom: 15px;
}

header.header-bottom-style-2 ul.header-nav-list li.active a {
	color:  #403f32;;
}

.footer-widget.footer-widget-about img {
	max-width: 159px;
}

.offcanvas-body img {
    max-width: 150px;
    padding-bottom: 15px;
    margin-left: 15%;
}
.cta-home {
	position: relative;
	margin: 0 3%;
}

.cta-home .cta-row {
	padding-bottom: 00px;
}

.cta-home p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	padding: 0px 0px 20px 0px;
	width: 85%;
	color: #ffffffde;
}

a.ct-btn {
	border: 1px solid #ddd;
	padding: 14px 22px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 15px;
}

a.ct-btn i {
	background: #fecc00;
	padding: 7px;
	border-radius: 6px;
	margin-right: 5px;
	color: #fff;
}

.section-threepoints.inner {
	margin-top: 40px;
}

.services-home {
	background: url(../images/home/services-bg.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.services-home p {
	margin-bottom: 20px;
}

.services-home::before {
	position: absolute;
	left: 0;
	content: '';
	bottom: 21%;
	background-image: url(../images/home/services-1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	height: 100%;
}/*.aboutus-home{
    background-image: url(../images/home/about-us.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #f5f5f5;
}*/.aboutus-home .text-headding h2 {
	margin-bottom: 25px;
	font-weight: 600;
}.section-service {
    background: #403f32;
    margin: 2%;
    border-radius: 20px;
}

.section-about .text-headding h2 {
	font-weight: 600;
}

.section-about  .quality-points img {
	max-width: 80px;
	padding-bottom: 5px;
}

.section-about .quality-points {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.quality-points h6 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #424242;
}

.footer-bottom-tp .text-headding h2 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 35px;
	font-weight: 500;
}

@media (min-width: 991px) {
	.back-footer.dim-static {
		position: fixed;
		z-index: 8;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: #f2f1f6;
	}

	.back-footer.dim-fixed {
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 8;
	}
}

.back-wrapper {
	position: relative;
	z-index: 9;
}

section {
	background: #fff;
	position: relative;
}

section.m-one {
	background: #fff;
	padding: 1%;
	padding-bottom: 0;
}

section.m-onee {
    padding: 20px 10px;
}
section.m-two {
	padding: 0px 20px 40px 20px;
}

.list-style-points h6 {
	margin-bottom: 12px;
}

ul.list-style1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

ul.list-style1 li {
	width: 47%;
	margin-left: 17px;
	list-style: circle;
	line-height: 35px;
}

.video video.bgvid {
	border-radius: 20px;
}

.video-cont {
	position: absolute;
	top: 45%;
	left: 5%;
}

.video-cont h2 {
	font-weight: 600;
	text-transform: capitalize;
}

.about-section-4.service-inner.manifacturing .about-content-4 {
	padding-left: 4%;
}

.sub-mani-pic h6 {
	text-align: center;
	padding-bottom: 6px;
}

.mani-img {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sub-mani-pic img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	transition: 0.2s;
	overflow: hidden;
}

.sub-mani-pic img:hover {
	transform: scale(1.03);
	overflow: hidden;
}

.mani-img-wrapper {
	overflow: hidden;
}

.mani-img {
	margin-bottom: 20px;
}

.container-largee {
	padding: 0 7%;
}

.number-count {
	display: flex;
	flex-direction: row;
	gap: 45px;
	align-items: center;
}

.aboutus-home-ss .text-head h6 {
	border-bottom: 1px solid #aaa9a9;
	margin-bottom: 15px;
}

.text-head h6 {
    color: #403f32;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 15px;
    font-weight: 400;
}

.text-head h2.one {
	font-size: 39px;
	line-height: 48px;
	margin-bottom: 0;
	position: relative;
}
.about-home-cont {
    width: 90%;
}
.about-home-cont p+p {
	margin-bottom: 20px;
}

.aboutus-home-ss-row {
	margin-top: 0;
}

.text-head h2 {
	color: #030305;
	font-family: "Sora", sans-serif;
	letter-spacing: -0.8px;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 20px;
	text-transform: initial;
}

.services-home-ss-img img {
	position: relative;
	border-radius: 15px 0 15px 15px;
	object-fit: cover;
	transition: 0.2s;
	overflow: hidden;
}

.services-home-ss-img img:hover {
	transform: scale(1.02);
	overflow: hidden;
	border-radius: 20px;
}

.services-home-ss-img {
	position: relative;
	overflow: hidden;
}

.services-home-ss-title {
	position: absolute;
	top: 3%;
	left: 7%;
	background: #403f32;
	color: #ffff;
	padding: 7px 18px;
	border-radius: 8px;
	font-size: 13px;
	z-index: 2;
}

.services-home-ss-title:hover {
	background: #e92c2c;
}

.services-home-ss .container-largee {
	padding: 0 4%;
}

.white {
	color: #fff !important;
}.services-home-ss {
    margin: 0 4%;
    border-radius: 30px;
    padding: 50px 0;
    background-image: url(../images/home/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-row-service {
	margin-top: 20px;
}

.first-row-service, .industries-home-ss-row {
	margin-top: 2%;
}

.whychooseus-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
}

.whychooseus-wrap::before {
	position: absolute;
	content: '';
	right: 20px;
	top: 0;
	border-right: 1px solid #747373;
	width: 0;
	height: 100%;
	transition: 0.4s ease-in;
}

.whychooseus-wrap:hover::before {
	width: 100%;
	background: #696969;
	left: -40px;
}

.whychooseus-wrap img {
	max-width: 80px;
	transition: 2s;
}

.whychooseus-wrap h6 {
	font-size: 21px;
	margin-top: 32%;
	color: black;
}a.underline-btn {
    text-decoration: underline;
    color: #403f32;font-size:15px;
}.whyus-ee-home p.bottom-text {
    font-size: 16px;
    color: #323232;
}.whyus-ee-home .text-head h2 {
    color: #403f32 !important;
}
.whyus-content-secrow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
}

.whyus-content-secrow p {
	margin-bottom: 0;
	width: 80%;
}

.whyus-content-secrow p {
	margin-bottom: 0;
	width: 65%;
}

.whyus-content-secrow a.btn.btn-secondary-alt {
	width: max-content;
	height: fit-content;
}

.paralax-home-ss {
    position: relative;
    margin: 0 2%;
}.quality-home-ss .container-largee {
    padding: 0 2%;
}.quality-home-ss .list-box ul li {
    width: 30%;
}.saudivision img {
    display: flex
;
    flex-direction: column;
    margin: auto;
}
.paralax-home-ss-para p {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7%;
	color: #ffffffeb;
}

.paralax-home-ss-para a {
	font-weight: 500;
	color: #fff;
}

.paralax-home-ss-para {
    /* border-top: 1px solid #929191; */
	width: 95%;
	position: relative;
}

.paralax-img {
	background-image: url(../images/resources/ceo-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 500px;
	border-radius: 0 0 20px 20px;
}

.paralax-home-ss::before {
	position: absolute;
	left: 18px;
	top: 0;
	width: 98%;
	height: 33%;
	content: '';
	z-index: 0;
	border-radius: 20px 20px 0 0;
	background: #F50005;
	background: linear-gradient(73deg, rgb(64 63 50) 0%, rgb(64 63 50 / 71%) 84%);
}

.paralax-home-ss .container-fluid {
	padding: 0 1%;
	border-radius: 20px;
}

.para-home-row {
	padding: 70px 0;
}

.quality-home-ss img {
	border-radius: 0;
}

.quality-home-ss-row {
    border-radius: 20px;
}

.quality-home-ss-row .quality-content {
    padding-left: 8%;
}
.quality-home-ss p.sec-para {
    font-size: 15px;
    letter-spacing: -0.4px;
}
.quality-home-ss p {
    width: 76%;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin: 16px 0;
    font-weight: 400;
    letter-spacing: -0.2px;
}.quality-home-ss .btn-secondary-alt {
    color: #ffffffe3;
    background: #030303;
    border: 1px solid #dddddd80;
}

.list-box ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}.quality-home-ss-img {
    margin: 0;
    border-radius: 20px;
    height: auto;
}
.list-box ul li {
	width: 50%;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #4d4d4d;
	padding-bottom: 10px;
}

.list-box ul li i {
	padding-right: 5px;
}

.industries-home-flex {
	display: flex;
	flex-direction: row;
	gap: 25px;
	align-items: end;
}

.industires-img {
	width: 52.6522%;
	position: relative;
	margin-bottom: -8px;
}

.industries-text {
	width: 46%;
}

.industries-text h6 {
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #373737;
	font-weight: 400;
}

.industires-img img {
	border-radius: 20px;
	filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
	transition-duration: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.industires-img img:hover {
	filter: none;
}

.footer-widget.footer-widget-nav {
	padding-left: 9%;
}

.footer-widget.footer-widget-about span {
	font-family: "Manrope Alt", Sans-serif;
	font-size: 68px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.4px;
	color: #FFFFFF00;
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff8c;
	stroke: #FAC12E;
}

.mt-22 {
	margin-top: 22% !important;
}
.section-support .support-area {
	padding: 116px 0;
	border-radius: 20px;
}

.section-support {
	margin: 0 2%;
	margin-bottom: 1%;
	background-image: url(../images/resources/vision-bg.jpg);
	border-radius: 20px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: cover;
}

.quality-policy p {
	font-size: 17px;
	line-height: 32px;
}

.whychooseus-wrap:hover img {
	transform: rotate(365deg);
}

.industries-text h6:hover {
	color: black;
}.section-faq img {
    border-radius: 20px;
    position: relative;
}.section-faq  .service-img-box {
    top: 34px;
}

.section-faq {
	background: whitesmoke;
	margin: 0 5%;
	border-radius: 25px;
	padding: 35px 30px;
}

.project-wrapper-3 .cta-slogan {
	padding-left: 10%;
	padding-bottom: 15px;
}

.counter-section.serv-inner {
	margin: 0 2%;
	border-radius: 25px;
}

.faq-content {
	width: 100%;
	padding-left: 5%;
}

.two-points-about {
	margin: 1% 2% 2% 2%;
}

.two-points-about img {
	border-radius: 20px;
	height: 100%;
}

.two-ponit-content {
	background: #5b5b5b;
	height: 100%;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
}

.two-ponit-content .two-ponit-content-one h3 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 500;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-headingicon {
	align-items: center;
}

.two-ponit-content-two .pbmit-ihbox-style-1 .pbmit-ihbox-icon {
	background-color: #fdfbff;
	color: #00112e;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg, .pbmit-ihbox-style-1 .pbmit-ihbox-icon {
	position: relative;
	margin-right: 15px;
	font-size: 23px;
	display: inline-block;
	min-width: 56px;
	height: 56px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	background-color: #293790;
	color: #fff;
}

.two-ponit-content-two .pbmit-ihbox-style-1 .pbmit-heading-desc {
	font-size: 16px;
	color: #fdfdfdcc;
	line-height: 26px;
	padding-bottom: 5px;
}

.two-ponit-content-two .pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 25px;
	line-height: 29px;
	color: #fdfbff;
	font-weight: 500;
	letter-spacing: 0.2px;
}

.pbmit-icon-wrapper.pbmit-icon-type-icon svg {
	margin-top: 13px;
	margin-left: 14px;
}

.cta-slogan .text-head h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
}.client-row {
    padding: 0;
    margin: 3% 0;
}
.testimonial-area-1 .testimonial-image-block h6 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 30px;
	margin-top: 4%;
}

.testimonial-slider-button.slider-button-next, .testimonial-slider-button.slider-button-prev {
	background: #808080a8;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.testi-btns {
	display: flex !important;
	position: relative;
	gap: 10px;
	justify-content: end;
}

.testimonial-slider-button.slider-button-prev i {
	color: #fff;
	font-size: 21px;
	line-height: 1;
	padding-left: 13px;
}

.testimonial-slider-button.slider-button-next i {
	color: #fff;
	font-size: 21px;
	line-height: 1;
	padding-left: 13px;
}

.feature-wrapper-3 .icon-items:hover img {
	transform: rotate(365deg);
}

.counter-wrapper img {
	max-width: 81px;
	margin-bottom: 13px;
	transition: 2s;
}

.counter-wrapper .counter-items:hover img {
	transform: rotate(365deg);
}

.aboutus-home.serv-inner {
	padding: 25px 0;
}

.services-home-ss-img::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 9px;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background: linear-gradient(2deg, rgba(1, 0, 102, 0.83) 0%, rgba(229, 13, 140, 0) 35%);
	border-radius: 20px;
}

.services-home-ss-img:hover::before {
	opacity: 1;
}

.whychooseus-wrap:hover h6 {
	color: #fff;
	position: relative;
}

.whychooseus-wrap:hover {
	padding: 15px;
}

img.non-hover {
	display: block;
}

.whychooseus-wrap:hover img.non-hover {
	display: none;
}

.whychooseus-wrap:hover img.on-hover {
	display: block;
}

img.on-hover {
	display: none;
}

.aboutus-home.sec {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: 3% 5%;
	border-radius: 20px;
}.footer-widget.footer-widget-about-last {
    margin-top: 3%;
    padding-top: 1%;
    border-top: 1px solid #dddddd57;
}
.footer-widget.footer-widget-about h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 200;
	line-height: 27px;
}

.footer-widget.footer-widget-about h5 {
	font-size: 40px;
	color: #fff;
}

.mt-10 {
	margin-top: 10% !important;
}

.footer-widget.footer-widget-about-last img {
	max-width: 200px;
}

.faq-accordion .accordion-item-1:has(.collapse.show) .accordion-header {
	border-bottom: none;
	padding-bottom: 10px;
}

.eqi-subpoints {
	padding: 20px 60px;
}

.eqi-subpoints ul li {
	list-style: circle;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 9px;
}

.eqi-subpoints ul {
	padding-left: 17px;
}

.eqi-subpoints h6 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 15px;
}

.company-wrapper-5 .list-items li path {
	fill: #e80009;
}

.counter-section.fix {
	background-blend-mode: overlay;
	background-color: #0000006b;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-size: 14px;
}.number-count img {
    padding: 32px 0;
}footer.section-footer {
    position:relative;
}.services-home-ee {
    margin: 2% 1%;
    border-radius: 20px;
    background: url(../images/home/services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}.services-home-ee-img, .services-home-ee-img img {
    position: relative;
    height: 335px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: -12px;
}.service-img-box {
    position: absolute;
    top: 0;
    opacity: 0;
}.ht-shape-btn.left-side {
    left: 0;
    right: auto;
    transform: rotate(-90deg);
}.ht-shape-btn svg path {
    fill: #f5f5f5 !important;
}.serv-headding {
    background: #fff;
    padding: 30px 20px;
    border-radius: 0 0 0 20px;
}.serv-headding h4 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
}.ht-shape-btn.bottom {
    transform: rotate(90deg);
    bottom: 0px;
    position: absolute;
    right: -6px;
    width: 90px;
    height: 85px;
}a.arrow-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}a.arrow-btn span {
    line-height: 51px;
    padding: 17px;
}.list-box {
    padding: 10px 0;
}.services-home-ee-img img {
    transition: 0.2s;
}.services-ee-wrapper:hover img {
    transform: scale(1.02);
    overflow: hidden;
}
.services-ee-wrapper {
    overflow: hidden;
}.driving-main-box {
    background: url(../images/home/about-us-bg.jpg);
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: cover;
	margin:1%;
}.first-rowwrap {
    padding: 50px 0;
}.about-home-cont p {
    font-weight: 300;
    color: #fffffffa;
}.logistics-bg-wrapper img, .logistics-bg-wrapper  {
    position: relative;
}.logistics-bg-content {
    position: absolute;
    left: 4%;
    top: 25%;
}.logistics-bg-content h2 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 500;
    color: #fff;
}.logistics-bg-wrapper img {
    height: 410px;
    object-fit: cover;
	border-radius:20px;
}.logistics-bg-wrapper {
    margin: 0px 15px;
    border-radius: 20px;
    padding-bottom: 10px;
}a.transparent-btn {
    border: 1px solid #ffffff8c;
    display: flex;
    flex-direction: row;
    max-width: max-content;
    gap: 15px;
    padding: 0 0 0 25px;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}a.transparent-btn .btn-icon {
    background: #000000;
    padding:10px 16px;
    border-radius: 10px;
}a.transparent-btn:hover .btn-icon {
    background: #fff;
}a.transparent-btn:hover {
    color: #c40017;
}.mt-7 {
    margin-top: 7% !important;
}.whyus-row {
    display: flex
;
    flex-direction: row;
    gap: 25px;
    padding: 5% 0 6% 0;
}.whyus-point-wrap {
    display: flex
;
    flex-direction: column;
    gap: 18px;
    width: 25%;
}.whyus-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #2a2921;
	font-weight: 400;
}.whyus-content p {
    font-size: 15px;
    line-height: 25px;
    width: 90%;
    color: #4b4939;
}a.why-us-btn {
    background:#403f32;
    max-width: max-content;
    padding: 8px 29px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 9px;
}a.why-us-btn i {
    transform: rotate(300deg);
}.whyus-row a.why-us-btn:hover {
    background: #2b2b23;
}
.whyus-row a.why-us-btn {
    background: #403f32f5;
}

.whyus-ee-home {
    margin: 1%;
    border-radius: 20px;
    background: url(../images/home/why-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}.quality-content-img {
    max-width: max-content;
    padding: 8px 12px;
    border-radius: 50%;
	margin-bottom:20px;
}.quality-content-img img.scroll-img {
    max-width: 75px;
    padding: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}.expertise-home {
    background: url(../images/home/projects-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 2%;
}.expertise-row h2 {
    color: #ffffff;
    font-size: 79px;
    margin-bottom: 20px;
}.expertise-row {
    width: 85%;
}.expertise-row h6 {
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 300;
}.expertise-row p {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    line-height: 27px;
}ul.expertise-list {
    list-style: disc;
    padding-left: 17px;
    margin-top: 30px;
}ul.expertise-list li {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
}.expertise-home-row {
    margin: 3% 0 0 0;
}.custom-contact-form {
    max-width: 580px;
    padding: 70px 55px;
    border: 1px solid #bfbfbf;
    border-radius: 25px;
    background-color: #f9f9f9;
	position: relative;
} .custom-contact-form h2 {
      margin-bottom: 20px;
    }.quote-sec p {
    color: #fff;
    width: 90%;
}.quote-sec-number {
    display: flex
;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    background: #ffffff1f;
    padding: 45px 60px;
    border-radius: 20px;
    backdrop-filter: blur(60px);
}.quote-sec-number h3 {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
}.quote-sec-number h6 {
    color: #fff;
}.quote-sec-number h6 {
    font-size: 26px;
    line-height: 1;
}.quote-sec-number h6 span {
    font-size: 16px;
    line-height: 40px;
}.custom-contact-form label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
}.custom-contact-form input, .custom-contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'Sora';
    font-size: 14px;
}.custom-contact-form button {
    background-color: #403f32;
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    font-family: 'Sora';
}.custom-contact-form button:hover {
      background-color: #555555;
}.custom-contact-form .success {
      color: green;
      text-align: center;
      margin-bottom: 15px;
}.custom-contact-form .error {
      color: red;
      text-align: center;
      margin-bottom: 15px;
    }.quote-bg {
    background: url(../images/home/quote-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
	position:relative;
    padding-bottom: 45px;
}.custom-contact-form h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
}.quote-sec-wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
	position: relative;
}/*.quote-bg::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F50005;
    background: linear-gradient(183deg, rgba(245, 0, 5, 0) 0%, rgb(0 0 0 / 92%) 84%);
}*/nav.footer-nav ul li {
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding-bottom: 6px;
}
nav.footer-nav.quicklinks p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}.email-footer {
    position: relative;
}.email-footer button {
    position: absolute;
    right: 19px;
    bottom: 4px;
    max-width: fit-content;
    background: #403f32;
    color: #fdfbff;
    width: 15px;
    height: 15px;
    padding: 21px;
    font-weight: 500;
    border-radius: 50%;
}.email-footer button i {
    margin-left: -5px;
}nav.header-nav {
    background: #ffffff42;
    padding: 0 60px;
    border-radius: 20px;
}header.header-bottom-style-2.sticky-menu nav.header-nav {
    background: transparent;
}.project-section-4 {
    background: whitesmoke;
}.tab-content {
    padding: 30px 0 0px 0;
    position: relative;
}.project-section-4 img {
    border-radius: 20px;
    position: relative;
}.services-ee-inner img {
    border-radius: 15px;
}.driving-main-box.serv {
    margin: 0% 1%;
}.section-map {
    margin: 0 1%;
}.section-map iframe {
    border-radius: 20px;
}.team-section-3 .ht-shape-btn svg path {
    fill: #ffffff !important;
}.tab-content .service-img-box {
    top: 29px;
}.scroll-horizontal-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.scroll-horizontal-slider {
  display: flex;
  width: 300vw; /* 3 slides */
}

.scroll-slide {
  flex: 0 0 100vw;
  display: block;

  /* prevent layout shifts */
  padding: 0;
  margin: 0;
}.serv-headding h4 a {
    color: #111111;
}.services-ee-wrapper:hover h4 a {
  color: #403f32;
}.three-point-fst-row {
    display: flex
;
    flex-direction: row;
    width: 100%;
    gap: 15px;
}.three-point-fst {
    width: 34%;
}.three-point-fst.last {
    width: 28%;
    height: 100%;
}.whyus-point-wrap:hover img {
    transform: rotate(365deg);
	 opacity: 1;
}.whyus-point-wrap img {
    transition: 0.6s;
    max-width: 75px;
    opacity: 0.8;
}.quality-home-ss-row .quality-content {
    display: flex
;
    flex-direction: row;
    gap: 40px;
    align-items: self-start;
}.hero-area.hero-area-2 {
	Padding:40px 0px;
}
	.hero-area.hero-area-2{
    position: relative;
}.hero-area.hero-area-2::before {
    position: absolute;
    content: '';
    right: 0;
    top: 6%;
    width: 21%;
    height: 86%;
    background-color: whitesmoke;
}.expertise-home p {
    width: 84%;
}.technology-row {
    margin-top: 3%;
}.post-inner.blog-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}.saudi-vision-sec .post-thumbnail img {
    height: 441px;
    object-fit: cover;
    transition: 0.2s;
}.post-thumbnail img {
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    border-radius: 30px;
}.technology-wrap .text-heading h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}.about-wrapper-4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
}.saudi-sec-row {
    margin-top: 2%;
}.saudi-img img {
    border-radius: 20px 20px 0 0;
	 transition: 0.2s;
	 overflow:hidden;
}.saudi-img {
    border: 1px solid #ddd;
    border-radius: 20px;
   
}.saudi-img h6 {
    padding: 11px 15px;
    padding-top: 0;
}
.saudi-img img:hover, .post-thumbnail img:hover{
    transform: scale(1.02);
}.quote-bg input[type="email"]::placeholder,
.quote-bg  input[type="tel"]::placeholder,
.quote-bg  input[type="text"]::placeholder, 
.quote-bg textarea#message::placeholder{
    color: #ffffff;
}.quote-bg .custom-contact-form {
    background-color: #f9f9f947;
    backdrop-filter: blur(5px);
}.quote-bg .custom-contact-form input, .quote-bg .custom-contact-form textarea {
    border: 1px solid #cccccca1;
    background: transparent;
} .career .contact-form-wrap {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
}.career .form-group input {
    border-bottom: 1px solid #eee;
    border-radius: 0px;
}
.contact-form-wrap .form-control {
    margin-bottom: 0;
}
.career .form-control {
    margin-bottom: 20px;
    font-size: 14px;
    height: 60px;
    line-height: normal;
    padding: 10px 20px;
    font-weight: normal;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 10px;
    border: unset;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: #fff;
}
.career img {
    max-width: 145px;
}
.career .contact-form-wrap .text-heading h3 {
    margin-bottom: 20px;
}.career .form-group textarea#message {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 200px;
}.career .about-wrapper-4 {
    padding-bottom: 30px;
}button.pbmit-btn.pbmit-btn-outline.submit {
    background: black;
    color: #fff;
    padding: 10px 28px;
    border-radius: 27px;
    font-size: 15px;
}button.pbmit-btn.pbmit-btn-outline.submit:hover {
    background: red;
  
}.project-wrapper-3 .hero-slider-1.slider-button-next1 {
    right: 0;
	 background: #fff;
    padding: 10px;
    border-radius: 5px;
}.project-wrapper-3 .slider-nav {
    bottom: 56%;
}.project-wrapper-3 .hero-slider-1.slider-button-prev1 {
    left: 0;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}.project-wrapper-3 .hero-slider-1.slider-button-prev1 i, .project-wrapper-3 .hero-slider-1.slider-button-next1 i {
    font-size: 17px;
}.project-wrapper-3 .hero-area.hero-area-2 {
    Padding: 0px 0px;
}.aboutus-home.serv-inner.one{
	Padding: 60px 0px;
}img.logo-img {
    margin-top: 3%;
    margin-bottom: 1%;
}.expertise-home-row img {
    padding-right: 2px;
}.team-section-3 {
    padding: 50px 0;
}.certificates-inner img {
    width: 100%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border:1px solid #ddd;
}.certificates-inner img:hover{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}.section-get-in-touch nav.footer-nav h6,
.section-get-in-touch .social-menu a  {
    color: #403f32;
}.qq-ss h6 {
    font-size: 20px;
    line-height: 30px;
}.qq-ss h6 a {
    color: #fff;
}.qq-ss h6  i{
 padding-right:5px;
}