/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/
/* 	--accent-color         : #00aab3;*/
:root {
	--primary-color        : #006170;
	--secondary-color      : #ccdef2;
	--tertiary-color	   : #ffd69a;
	--quaternary-color	   : #00414a;
	--light-accent-color   : #00acb5;
	--accent-color         : #00858c;
	--dark-accent-color    : #004a55;
	--text-color           : #101010;
	--white-color          : #FFFFFF;
	--divider-color        : #EBEBEB;
	--medium-divider-color  : rgba(0, 0, 0, 0.04);
	--dark-divider-color   : rgba(0, 0, 0, 0.08);
	--error-color          : rgb(230, 87, 87);
	--navbar-color		   : #101010;
	--menubg-color		   : #00414a;
	--default-font         : 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/
body{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	letter-spacing: .05rem;
	color: var(--text-color);
	padding-top:58px;
}

p{
	line-height: 1.7em;
	margin-bottom: 1.6em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	margin :0;
	font-weight: 700;
	line-height: 1.2em;
	color: var(--primary-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
	padding-right: 15px;
	padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal{
	position: relative;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}

.reveal img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.row{
	margin-right: -15px;
	margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > *{
	padding-right: 0;
	padding-left: 0;
}

.btn-default{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 0.6em;
	color: var(--primary-color);
	background-color: var(--accent-color);
	border-radius: 10px;
	padding: 2px 40px 2px 2px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.btn-default.dark {
	background-color: var(--dark-accent-color);
}

.btn-default:hover{
	background-color: transparent;
}

.btn-default::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-image: url('../images/gear-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	transform: translate(-10px, -50%);
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.btn-default:hover::before{
	transform: translate(-10px, -50%) rotate(90deg);
}

.btn-default::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 8px;
	background: var(--primary-color);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-default.dark::after {
	background: var(--quaternary-color);
}

.btn-default:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}

.btn-default span{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	background-color: var(--white-color);
	color: var(--primary-color);
	border-radius: 8px;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.btn-default:hover span{
	background-color: transparent;
	color: var(--primary-color);
}

.btn-default span::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 8px;
	background: var(--white-color);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover span::after{
	width: 100%;
	left: 0;
	right: auto;
}

.section-row{
	position: relative;
	margin-bottom: 80px;
	z-index: 1;
}

.section-row .section-title{
	margin-bottom: 0;
}

.section-title-content{
	margin-left: 90px;
}

.section-title-content p{
	margin: 0;
}

.section-btn{
	text-align: right;
}

.section-title{
	margin-bottom: 40px;
}

.section-title h3{
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--primary-color);
	padding-left: 26px;
	margin-bottom: 15px;
}

.section-title h3::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url('../images/gear-corporate.svg') no-repeat left center / cover;
	width: 16px;
	height: 16px;
}

.section-title h1{
	font-size: 70px;
	font-weight: 300;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	color: var(--primary-color);
	margin-bottom: 0;
}

.section-title h2{
	font-size: 34px;
	font-weight: 300;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	color: var(--primary-color);
	margin-bottom: 0;
	overflow-wrap: break-word;
	hyphens: auto;
}


.section-title h1 span,
.section-title h2 span{
	font-weight: 700;
}

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.section-title-content.dark-section p,
.section-title.dark-section p,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section h3{
	color: var(--white-color);
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/
header.main-header{
	position: relative;
	z-index: 100;
}

#iub-legalDoc header.main-header {z-index:unset;padding:0;}
#iub-legalDoc header.main-header p {font-size:unset !important;}
#iub-legalDoc main h2::before,
#iub-legalDoc main header::before,
#iub-legalDoc main li::before{
	filter: hue-rotate(25deg) brightness(60%);
}
#iub-legalDoc {
	border-top: 0 !important;
	font-family: unset !important;
	font-size: unset !important;
}
#iub-legalDoc .pre-footer,
#iub-legalDoc aside,
#iub-legalDoc .section__summary,
#iub-legalDoc .section__owner-and-data-controller{display:none;}
#iub-legalDoc .aside-main-wrapper {padding:0 !important;display:unset !important;}

header.main-header .header-sticky{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	transform: translateY(0);
	background: var(--navbar-color);
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

.navbar{
	padding:0;
	align-items: center;
	line-height: 2.4em;
}

.main-header .navbar-brand{
	padding: 0;
	margin-right: 80px;
}

.main-header .navbar-brand img{
	height: 40px;
}
.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: left;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}
.main-menu ul li{
	margin: 0;
	position: relative;
}

.main-menu ul li ul li:hover{
	background-color: var(--dark-divider-color);
}

.main-menu ul li ul li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.main-menu ul li .submenu li:last-child {
	border-bottom-left-radius: 0;
}

.main-menu ul li.nav-item .nav-link{
	font-size: 16px;
	font-weight: 300;
	padding: 10px 20px;
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.nav-item:first-child .nav-link{
	padding-left: 0;
}

.main-menu ul li.submenu > a:after{
	content: '\25BE';
	font-size: 16px;
	margin-left: 8px;
}

.main-menu ul li .nav-link:hover,
.main-menu ul li .nav-link:focus{
	color: var(--light-accent-color);
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 100%;
	min-width: 326px;
	background: var(--menubg-color);
	text-align: left;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/*
.main-menu ul ul ul{
	visibility: unset;
	opacity: 1;
	list-style: none;
	white-space: nowrap;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: unset;
	left: 0;
	right: 0;
	top: 0;
	background: unset;
	text-align: left;
	transition: all 0.3s ease-in-out;
	box-shadow: unset;
}
*/

.main-menu ul ul li.submenu:first-child ul{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.main-menu ul ul.flex-list {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.main-menu ul ul.flex-list li {
	flex: 0 1 33.33333333%;
	box-sizing: border-box;
}

.main-menu ul ul ul{
	z-index: 100;
	left: 100%;
	top: 0;
	text-align: left;
	min-width: 100%;
	background-color: var(--dark-accent-color);
}

.main-menu ul li.submenu ul li.submenu > a:after{
	content: '\276F';
	float: right;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu ul li.submenu > a:hover:after{
	transform: rotate(90deg);
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}

.main-menu ul ul li.nav-item .nav-link{
	color: var(--white-color);
	padding: 10px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover > ul,
.main-menu ul li.touch-active > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.main-menu ul ul li .nav-link:hover,
.main-menu ul ul li .nav-link:focus{
	color: var(--tertiary-color);
	background-color: transparent;
}

.header-lang ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-lang ul li{
	display: inline-block;
	margin-right: 20px;
}

.header-lang ul li:last-child{
	margin-right: 0;
}

.header-lang ul li a{
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.header-lang ul li:hover a{
	color: var(--white-color);
}

.header-lang ul li a i{
	font-size: 20px;
}

.responsive-menu,
.navbar-toggle{
	display: none;
}
.header-lang ul li a i,
.header-lang ul li a span.flag-icon {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	height: 20px;
}
.main-menu ul li.lang-switcher ul {
	visibility: hidden;
	opacity: 0;
	transform-origin: top right;
	transition: all 0.3s ease-in-out;
	right: 0;
	left: auto;
	position: absolute;
	min-width: 400px;
	display: flex;
	flex-wrap: wrap;
}

.main-menu ul li.lang-switcher ul li {
	width: 50%;
}

.main-menu ul li.lang-switcher:hover ul,
.main-menu ul li.lang-switcher.touch-active ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.main-menu ul li.lang-switcher ul li .nav-link {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	white-space: nowrap;
	transition: all 0.3s ease;
	text-align: right;
}

.main-menu ul li.lang-switcher ul li:hover {
	background-color: unset;
}

.main-menu ul li.lang-switcher ul li .nav-link:hover,
.main-menu ul li.lang-switcher ul li .nav-link:focus {
	color: var(--tertiary-color);
	background-color: unset;
}
.flag-icon {
	background-position: 0 20%;
}
.responsive-menu{
	top: 0;
	position: relative;
}

.responsive-lang #lang-switcher a {
	padding-left: 20px;
}

.slicknav_nav .nav-item.submenu .nav-item.submenu {padding-left: 10px;}
.slicknav_open {padding-bottom:10px;}

.slicknav_btn{
	background: var(--navbar-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
	transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
	opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
	transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
	position: absolute;
	width: 100%;
	padding: 0;
	background: var(--menubg-color);
	backdrop-filter:  blur(16px);
	box-shadow: 0 1px 8px #000;
}

.slicknav_menu>ul{
	margin: 5px 0;
	overflow-y: auto;
	max-height: 80vh;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	padding: 8px 20px;
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--tertiary-color);
}

.slicknav_menu ul ul li a{
	padding: 8px 20px 8px 30px;
}

.slicknav_parent .slicknav_item {
	margin-left: 8px;
	position: absolute;
	right: 15px;
	top: 0;
	width: 20px;
	text-align: center;

	/*
position: relative;
font-size: 16px;
font-weight: 300;
padding: 8px 20px;
line-height: normal;
margin: 0;
border-radius: 0 !important;
transition: all 0.3s ease-in-out;
*/
}


.slicknav_arrow{
	font-size: 24px !important;
	font-weight: 600;
	margin: 0 !important;
	transition: all 0.3s ease-out;
	position: absolute;
	right: 15px;
	top: 0;
	width: 20px;
	text-align: center;
}

.slicknav_nav .lang-switcher .nav-link {
	margin-right: 15px;
	text-align: right;
}

.slicknav_nav .lang-switcher{
	text-align: right;
}

/************************************/
/***        04. Hero css	      ***/
/************************************/
.hero{
	position: relative;
}

.hero h1{
	font-size:40px;
}

.hero.header_1{
	background: url('../images/header_1_800.webp') no-repeat center right / cover;
	filter: saturate(0.9);
}

@media (min-width: 801px){
	.hero.header_1{
		background: url('../images/header_1_1024.webp') no-repeat center right / cover;
	}
}

@media (min-width: 991.9px) {
	.hero-content {
		margin: 60px 0;
	}
}
@media (min-width: 1025px){
	.hero-content{margin:100px 0;}
	.hero.header_1{
		background: url('../images/header_1_1440.webp') no-repeat center right / cover;
	}
}

@media (min-width: 1441px){
	.hero-content{margin:150px 0;}
	.hero.header_1{
		background: url('../images/header_1_1920.webp') no-repeat center right / cover;
	}
}

@media (min-width: 1921px){
	.hero-content{margin:200px 0;}
	.hero.header_1{
		background: url('../images/header_1_2560.webp') no-repeat center right / cover;
	}
}

.hero::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(270deg, transparent 42.92%, rgba(0, 0, 0, 0.5) 100%);
	width: 100%;
	height: 100%;
}

.hero .bluredbg {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	border-radius: 20px;
	backdrop-filter: blur(16px);
}

.hero-content{
	position: relative;
	z-index: 1;
}

.excellence-innovating-list{
	position: relative;
	border-top: 1px solid var(--dark-divider-color);
	padding: 20px 0;
	z-index: 1;
}

.excellence-innovating-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 100px;
}

.excellence-innovating-list ul li{
	position: relative;
	color: var(--white-color);
	padding-left: 40px;
}

.excellence-innovating-list ul li:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('../images/icon-check.svg') no-repeat center left;
	background-size: cover;
}

/************************************/
/***      05. About Us css	      ***/
/************************************/
.about-us{
	padding: 100px 0;
	background: url('../images/about-us-bg.png') no-repeat bottom left / auto;
}

.about-image{
	position: relative;
	display: flex;
	justify-content: end;
	padding-top: 100px;
	margin-right: 40px;
}

.about-img-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 300px;
}

.about-img-2{
	width: 100%;
	max-width: 350px;
}

.about-img-1 figure{
	display: block;
	border-radius: 20px;
}

.about-img-1 figure img{
	border-radius: 20px;
}

.about-img-2 figure {
	display: block;
	border-radius: 30px;
}

.about-img-2 img{
	border: 10px solid var(--white-color);
	object-fit: cover;
	border-radius: 30px;
}

.white-border figure {
	display: block;
	border-radius: 30px;
}
.white-border img{
	border: 10px solid var(--white-color);
	object-fit: cover;
	border-radius: 30px;
}

.about-content-list{
	margin-bottom: 40px;
}

.about-content-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-content-list ul li{
	position: relative;
	color: var(--primary-color);

	padding-left: 40px;
	margin-bottom: 20px;
}

.about-content-list ul li:last-child{
	margin-bottom: 0;
}

.about-content-list ul li:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('../images/icon-check.svg') no-repeat center left;
	background-size: cover;
}

/************************************/
/***     06. Our Service css      ***/
/************************************/
.our-services{
	position: relative;
	padding: 100px 0 280px;
	background-color: var(--primary-color);
}

.our-services .container{
	position: relative;
	z-index: 1;
}

.our-services-list{
	position: relative;
	z-index: 2;
	margin-top: -180px;
	padding-bottom: 100px;

}

.services-list-box{
	background: var(--white-color);
	border: 1px solid var(--secondary-color);
	border-radius: 20px;
	padding: 40px 40px 20px 40px;
	box-shadow: 0 4px 30px 0 #0000000A;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
}

.services-list-box .service-item {
	width: calc(25% - 45px);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.service-item .icon-box{
	margin-bottom: 20px;
}

.service-item .icon-box img{
	max-width: 60px;
	width: 60px;
}

.service-item h3{
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 500;
	word-break: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

.service-item h3:hover{
	color: var(--light-accent-color);
}

/************************************/
/***       08. What We Do css     ***/
/************************************/
.what-we-do{
	background: url('../images/what-we-do-bg.png'), var(--primary-color);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto;
}

.what-we-do .container-fluid{
	padding: 0;
}

.what-we-do-content{
	padding: 100px 0;
	height: 100%;
}

.what-we-do-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.what-we-do-list-box-1,
.what-we-do-list-box-2{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.what-we-do-item {
	width: calc(50% - 15px);
	border: 1px solid var(--dark-divider-color);
	border-radius: 20px;
	padding: 30px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
	background: var(--medium-divider-color);
}

.what-we-do-list-box-1 .what-we-do-item:nth-child(even){
	background: var(--dark-divider-color);
}

.what-we-do-list-box-2 .what-we-do-item:nth-child(odd){
	background: var(--dark-divider-color);
}

.what-we-do-item .icon-box{
	margin-bottom: 30px;
}

.what-we-do-item .icon-box img{
	max-width: 50px;
}

.what-we-item-content h3{
	font-size: 20px;
	font-weight: 600;

	color: var(--white-color);
	margin-bottom: 20px;
}

.what-we-item-content p {
	color: var(--white-color);
	opacity: 80%;
	margin: 0;
	word-break: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

.what-we-do-footer{
	margin-top: 40px;
}

.what-we-do-footer p{
	color: var(--white-color);
	margin: 0;
}
.what-we-do-footer p span{
	color: var(--accent-color);
	text-decoration: underline;
}

.what-we-do-image figure img{
	border: 10px solid var(--white-color);
}

#image-to-align {
	display: flex;
	align-items: stretch;
	height: auto;
	margin-top: 216px;
}

#image-to-align figure {
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

#image-to-align img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}

.what-we-do .row {
	align-items: flex-start;
}

.what-we-do-image {
	height: 100%;
	display: flex;
	align-items: stretch;
}

.what-we-do-image figure {
	height: 100%;
	margin: 0;
}

/************************************/
/***       09. Our Work css       ***/
/************************************/
.project-item{
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.project-image{
	position: relative;
	margin-bottom: 20px;
}

.project-image figure{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.project-image img{
	width: 100%;
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.4s ease-in-out;
}

.project-item:hover .project-image figure img{
	transform: scale(1.1);
}

.project-tag{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}

.project-tag span{
	position: relative;
	display: block;
	backdrop-filter: blur(20px);
	color: var(--white-color);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1em;

	padding: 10px 12px;
	overflow: hidden;
}

.project-tag  span::before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--navbar-color);
	opacity: 50%;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.project-content{
	text-align: center;
}

.project-content h3{
	font-size: 20px;
	font-weight: 600;

}

.project-content h3 a{
	color: inherit;
}

/************************************/
/***      10. Our Process css     ***/
/************************************/
.our-process{
	background: var(--primary-color);
	padding: 100px 0;
}

.our-process-image{
	margin-right: 30px;
}

.our-process-image figure{
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.our-process-image img{
	width: 100%;
	border: 10px solid var(--white-color);
	border-radius: 30px;
	object-fit: cover;
}

/************************************/
/***    12. Our Testimonial css   ***/
/************************************/
.our-testimonial{
	background: var(--primary-color);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto;
	padding: 100px 0;
}

.our-testimonial-image{
	margin-right: 30px;
}

.our-testimonial-image figure{
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.our-testimonial-image img{
	border: 10px solid var(--white-color);
	border-radius: 30px;
	object-fit: cover;
}

.testimonial-content{
	margin-bottom: 60px;
}

.testimonial-content.dark-section{
	color: var(--white-color);
}

.testimonial-body{
	display: flex;
	align-items: center;
}

.testimonial-body .author-image{
	margin-right: 15px;
}

.testimonial-body .author-image img{
	width: 60px;
	height: 60px;
	border-radius: 10px;
}

.testimonial-body .author-content{
	width: calc(100% - 75px);
}

.testimonial-body .author-content h3{
	font-size: 20px;

	margin-bottom: 5px;
}

.testimonial-body .author-content p{
	margin: 0;
}

.testimonial-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: right;
	margin-top: 30px;
	z-index: 2;
}

/************************************/
/***        14. Footer css        ***/
/************************************/
.main-footer{
	background: url(../images/footer-bg.png), var(--navbar-color);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto;
	padding: 60px 0 0;
}

.footer-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 60px;
}

.footer-header .section-title{
	margin-bottom: 0;
}

.about-footer{
	width: 100%;
	max-width: 300px;
}

.footer-logo{
	margin-bottom: 10px;
}

.footer-logo img{
	width: 130px;
}

.about-footer-content{
	margin-bottom: 20px;
}

.about-footer-content p{
	color: var(--white-color);
	margin: 0;
	font-size: 14px;
}

.footer-social-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li{
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a{
	border-color: var(--accent-color);
}

.footer-social-links ul li a i{
	color: var(--white-color);
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i{
	color: var(--accent-color);
}

.footer-links h3{
	font-size: 20px;
	font-weight: 600;

	color: var(--white-color);
	margin-bottom: 30px;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	color: var(--white-color);
	font-size:15px;
	margin-bottom: 10px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a{
	color: var(--accent-color);
}

.footer-copyright{
	text-align: center;
	margin-top: 60px;
}

.footer-copyright-text p{
	font-size: 12px;
	color: var(--white-color);
	margin: 0;
}

/************************************/
/***     15. About Us Page css    ***/
/************************************/
.page-header {
	position: relative;
	padding: 150px 0;
}

.page-header.aboutusbg {
	background: url('../images/aboutus_1_2560.jpg') no-repeat center center / cover;
}

.page-header.automationbg {
	background: url('../images/automation_1_2560.webp') no-repeat center center / cover;
}

.page-header.automotivebg {
	background: url('../images/automotive_1_2560.webp') no-repeat center center / cover;
}

.page-header.buildingbg {
	background: url('../images/building_1_2560.webp') no-repeat center center / cover;
}

.page-header.cabinetbg {
	background: url('../images/cabinet_1_2560.webp') no-repeat center center / cover;
}

.page-header.careerbg {
	background: url('../images/career_1_2560.jpg') no-repeat center center / cover;
}

.page-header.chemicalbg {
	background: url('../images/chemical_1_2560.webp') no-repeat center center / cover;
}

.page-header.commissioningbg {
	background: url('../images/commissioning_1_2560.webp') no-repeat center center / cover;
}

.page-header.conveyorbg {
	background: url('../images/conveyor_1_2560.webp') no-repeat center center / cover;
}

.page-header.electricianbg {
	background: url('../images/electrician_1_2560.webp') no-repeat center center / cover;
}

.page-header.environmentbg {
	background: url('../images/environment_1_2560.webp') no-repeat center center / cover;
}

.page-header.foodbg {
	background: url('../images/food_1_2560.webp') no-repeat center center / cover;
}

.page-header.industrialbg {
	background: url('../images/industrial_1_2560.webp') no-repeat center center / cover;
}

.page-header.industriesbg {
	background: url('../images/industries_2_2560.webp') no-repeat center center / cover;
}

.page-header.industrybg {
	background: url('../images/industry_1_2560.webp') no-repeat center center / cover;
}

.page-header.locationbg {
	background: url('../images/location_1_2560.webp') no-repeat center center / cover;
}

.page-header.logisticsbg {
	background: url('../images/logistics_1_2560.webp') no-repeat center center / cover;
}

.page-header.maintenancebg {
	background: url('../images/maintenance_1_2560.webp') no-repeat center center / cover;
}

.page-header.mechanicbg {
	background: url('../images/mechanic_1_2560.webp') no-repeat center center / cover;
}

.page-header.medicalbg {
	background: url('../images/medical_1_2560.webp') no-repeat center center / cover;
}

.page-header.packagingbg {
	background: url('../images/packaging_1_2560.webp') no-repeat center center / cover;
}

.page-header.pipingbg {
	background: url('../images/piping_2_2560.jpg') no-repeat center center / cover;
}

.page-header.programmingbg {
	background: url('../images/programming_2_2560.webp') no-repeat center center / cover;
}

.page-header.projectbg {
	background: url('../images/project_1_2560.webp') no-repeat center center / cover;
}

.page-header.recyclingbg {
	background: url('../images/recycling_1_2560.webp') no-repeat center center / cover;
}

.page-header.referencesbg {
	background: url('../images/references_1_2560.webp') no-repeat center center / cover;
}

.page-header.servicesbg {
	background: url('../images/services_2_2560.webp') no-repeat center center / cover;
}

.page-header.shippingbg {
	background: url('../images/shipping_1_2560.webp') no-repeat center center / cover;
}

.page-header.softwarebg {
	background: url('../images/software_1_2560.webp') no-repeat center center / cover;
}

.page-header.specialbg {
	background: url('../images/special_1_2560.webp') no-repeat center center / cover;
}

.page-header.staffingbg {
	background: url('../images/staffing_2_2560.webp') no-repeat center center / cover;
}

.page-header.welderbg {
	background: url('../images/welder_1_2560.webp') no-repeat center center / cover;
}

.page-header.woodbg {
	background: url('../images/wood_1_2560.webp') no-repeat center center / cover;
}

.branches .cabinetbg {
	background: url('../images/cabinet_1_800.webp') no-repeat center center / cover;
}

.branches .commissioningbg {
	background: url('../images/commissioning_1_800.webp') no-repeat center center / cover;
}

.branches .industrialbg {
	background: url('../images/industrial_1_800.webp') no-repeat center center / cover;
}

.branches .maintenancebg {
	background: url('../images/maintenance_1_800.jpg') no-repeat center center / cover;
}

.branches .pipingbg {
	background: url('../images/piping_1_800.jpg') no-repeat center center / cover;
}


.branches .projectbg {
	background: url('../images/project_1_800.webp') no-repeat center center / cover;
}

.branches .programmingbg {
	background: url('../images/programming_1_800.webp') no-repeat center center / cover;
}

.branches .servicesbg {
	background: url('../images/services_1_800.webp') no-repeat center center / cover;
}

.branches .softwarebg {
	background: url('../images/software_1_800.webp') no-repeat center center / cover;
}

.branches .staffingbg {
	background: url('../images/staffing_1_800.webp') no-repeat center center / cover;
}



.branches .automationbg {
	background: url('../images/automation_1_800.webp') no-repeat center center / cover;
}

.branches .automotivebg {
	background: url('../images/automotive_1_800.webp') no-repeat center center / cover;
}

.branches .buildingbg {
	background: url('../images/building_1_800.webp') no-repeat center center / cover;
}

.branches .chemicalbg {
	background: url('../images/chemical_1_800.webp') no-repeat center center / cover;
}

.branches .conveyorbg {
	background: url('../images/conveyor_1_800.webp') no-repeat center center / cover;
}

.branches .environmentbg {
	background: url('../images/environment_1_800.webp') no-repeat center center / cover;
}

.branches .foodbg {
	background: url('../images/food_1_800.webp') no-repeat center center / cover;
}

.branches .industrybg {
	background: url('../images/industry_1_800.webp') no-repeat center center / cover;
}

.branches .logisticsbg {
	background: url('../images/logistics_1_800.webp') no-repeat center center / cover;
}

.branches .medicalbg {
	background: url('../images/medical_1_800.webp') no-repeat center center / cover;
}

.branches .packagingbg {
	background: url('../images/packaging_1_800.webp') no-repeat center center / cover;
}

.branches .recyclingbg {
	background: url('../images/recycling_1_800.webp') no-repeat center center / cover;
}

.branches .shippingbg {
	background: url('../images/shipping_1_800.webp') no-repeat center center / cover;
}

.branches .specialbg {
	background: url('../images/special_1_800.webp') no-repeat center center / cover;
}

.branches .woodbg {
	background: url('../images/wood_1_800.webp') no-repeat center center / cover;
}


.page-header::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 23.99%, rgba(0, 0, 0, 0.8) 100%);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.page-header-box{
	position: relative;
	z-index: 1;
}

.page-header-box h1{
	color: var(--white-color);
	font-size: 54px;
	font-weight: 300;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	margin-bottom: 5px;
}

.page-header-box h1 span{
	font-weight: 700;
}

.page-header-box ol{
	margin: 0;
	padding: 0;
}

.page-header-box ol li.breadcrumb-item{

	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
	color: inherit;
}

.page-header-box ol li.breadcrumb-item.active{
	color: var(--accent-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
	content: "\25CF";
	font-size: 12px;
	color: var(--accent-color);
}

.our-mission-vision{
	position: relative;
}

.mission-vision-bg{
	position: relative;
	padding: 100px 0 200px;
}

.mission-vision-bg:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--primary-color);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.mission-vision-box{
	position: relative;
	border: 1px solid var(--dark-divider-color);
	box-shadow: 0 4px 30px 0 #0000000A;
	border-radius: 20px;
	margin-top: -200px;
	overflow: hidden;
	z-index: 1;
}

.mission-vision-nav ul{
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	background-color: var(--white-color);
	border-bottom: 1px solid var(--divider-color);
	overflow: hidden;
}

.mission-vision-nav ul li{
	width: 50%;
	position: relative;
	display: inline-block;
	text-align: center;
}

.mission-vision-nav ul li:last-child{
	padding-right: 0;
}

.mission-vision-nav ul li .nav-link{
	display: block;
	width: 100%;
	background: var(--menubg-color);
	border: none;
	border-radius: 0;
	color: var(--white-color);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 20px;
	transition: all 0.3s ease-in-out;
}

.mission-vision-nav ul li .nav-link.active{
	background: var(--white-color);
	color: var(--text-color);
	border-radius: 0;
}

.mission-vision-nav ul li .nav-link:hover{
	background: var(--accent-color);
	color: var(--white-color);
	border-radius: 0;
}

.mission-vision-nav ul li .nav-link img,
.mission-vision-nav ul li .nav-link.active:hover img
{
	max-width: 40px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
	filter: brightness(0) invert(1);
}

.mission-vision-nav ul li .nav-link.active img{
	filter: unset;
}

.mission-vision-item{
	background-color: var(--white-color);
	padding: 80px;
}

.mission-vision-content-header{
	margin-bottom: 40px;
}

.mission-vision-content-header p{
	margin: 0;
}

.mission-vision-content-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.dark-section .mission-vision-content-list ul li{
	color: var(--white-color);
}

.mission-vision-content-list ul li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

.mission-vision-content-list ul li:last-child{
	margin-bottom: 0;
}

.mission-vision-content-list ul li:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('../images/icon-check.svg') no-repeat center left;
	background-size: cover;
}

.mission-vision-image figure{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.mission-vision-image img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.our-features{
	padding: 100px 0;
}

.our-features-boxes{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	overflow: hidden;
}

.our-features-item{
	position: relative;
	width: 50%;
	padding: 50px;
	overflow: hidden;
}

.our-features-item:nth-child(1n + 1){
	border-right: 1px solid var(--divider-color);
	border-bottom: 1px solid var(--divider-color);
}

.our-features-item:nth-child(2n + 2){
	border-right: none;
}

.our-features-item::before{
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	background-color: var(--primary-color);
	border-radius: 0;
	height: 100%;
	width: 100%;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	z-index: -1;
}

.our-features-item:hover::before{
	top: 0;
	border-radius: 0;
	opacity: 1;
}

.our-features-item .icon-box{
	margin-bottom: 20px;
}

.our-features-item .icon-box img{
	max-width: 50px;
	transition: all 0.4s ease-in-out;
}

.our-features-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.features-item-content h3{
	font-size: 20px;
	font-weight: 600;

	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.features-item-content p{
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.our-features-item:hover .features-item-content p,
.our-features-item:hover .features-item-content h3{
	color: var(--white-color);
}

.our-features-item.features-image-box{
	border: none;
	padding: 0;
}

.our-features-item.features-image-box figure{
	display: block;
	height: 100%;
}

.our-features-item.features-image-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/************************************/
/***     16. Services Page css    ***/
/************************************/
.branches .subtitle {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(16px);
	display:block;
	width: 100%;
	padding: 8px 0 8px;
	font-size: 16px;
	color: var(--white-color);
	text-align: center;
	word-break: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

.branches .service-item {
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	aspect-ratio: 10 / 4;
	margin-top: 30px;
	height: unset !important;
	background-size: 150%;
	transition: background-size 0.4s ease-in-out;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	cursor: pointer;
	overflow: hidden;
}

.branches .service-item:hover {
	border-color: var(--secondary-color);
	background-size: 180%;
}

/************************************/
/***   17. Services Single css    ***/
/************************************/

.page-content{
	padding: 100px 0;
}

.service-sidebar{
	margin-right: 20px;
}

.service-category-list{
	border: 1px solid var(--secondary-color);
	border-radius: 16px;
	box-shadow: 0 4px 30px 0 #0000000A;
	overflow: hidden;
}

.service-category-list h3{
	font-size: 20px;
	font-weight: 600;
	background-color: var(--primary-color);
	color: var(--white-color);
	padding: 15px;
}

.service-category-list ul{
	list-style: none;
	margin: 0;
	padding: 20px 0 20px 0;
}

.service-category-list ul li{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 10px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.service-category-list ul li:last-child{
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.service-category-list ul li a{
	position: relative;
	display: block;

	color: var(--text-color);
	transition: all 0.3s ease-in-out;
}

.service-category-list ul li a:hover{
	color: var(--accent-color);
}

.service-category-list ul li a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../images/gear-black.svg) no-repeat;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.service-category-list ul li a:hover:before{
	transform: translateY(-50%) rotate(90deg);
}

.service-entry{
	margin-bottom: 40px;
}

.service-entry h2{
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
}

.service-entry h2 span{
	font-weight: 700;
}

.service-entry p{
	margin-bottom: 20px;
}

.service-entry p:last-child{
	margin-bottom: 0;
}

.service-entry ul{
	padding: 0;
	margin-bottom: 40px;
	list-style: none;
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
}

.service-entry ul li{
	position: relative;
	width: calc(33.33% - 20px);
	color: var(--primary-color);
	padding-left: 40px;
}

.service-entry ul li::before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(../images/icon-check.svg) no-repeat center left;
	background-size: cover;
}

.service-entry-box{
	display: flex;
	gap: 80px 30px;
	flex-wrap: wrap;
	margin-top: 60px;
}

.service-entry-item{
	position: relative;
	width: calc(50% - 15px);
}

.service-entry-item::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--divider-color);
	height: 1px;
	width: 100%;
	transform: translateY(40px);
}

.service-entry-item:nth-last-child(-n + 2)::before{
	display: none;
}

.service-entry-item .icon-box{
	margin-bottom: 30px;
}

.service-entry-item .icon-box img{
	max-width: 50px;
}

.service-entry-item-content h3{
	font-size: 20px;
	font-weight: 600;

	margin-bottom: 20px;
}

.service-entry-item-content p{
	margin-bottom: 0;
}

.checkmark-list {
	padding-left: 0;
	margin-bottom: 30px;
	list-style: none;
}

.checkmark-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	color: var(--primary-color);
}

.checkmark-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url(../images/icon-check.svg) no-repeat center;
	background-size: contain;
}
.checkmark-columns ul {
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
	display: flex;
	gap: 12px 20px;
	flex-wrap: wrap;
}

.checkmark-columns ul li {
	position: relative;
	width: 100%;
	padding-left: 32px;
	color: var(--primary-color);
}

.checkmark-columns ul li::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	background: url(../images/icon-check.svg) no-repeat center;
	background-size: contain;
}

.references-logogrid {
	background-color: #fff;
}

.logo-hoverbox {
	position: relative;
	width: 100%;
	height: 100px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	padding: 30px;
}

.logo-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.logo-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: transform 0.4s ease, opacity 0.4s ease;
	max-height: 50px;
	max-width: 80%;
	opacity: 1;
	filter: grayscale(100%);
}

.logo-text {
	font-size: 20px;
	font-weight: 700;
	color: #111;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0) rotate(-360deg);
	transition: none;
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
}

.logo-hoverbox:hover .logo-img {
	transform: translate(-50%, -50%) scale(0.1) rotate(-10deg);
	opacity: 0;
}

.logo-hoverbox:hover .logo-text {
	animation: swirlIn 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes swirlIn {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0) rotate(-90deg);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1) rotate(0deg);
	}
}

/************************************/
/***      22. Team Page css       ***/
/************************************/

.page-team{
	padding: 100px 0 70px;
}

.mobile-checklist {
	display: none;
}

.position-unset {
	position: unset !important;
}

/************************************/
/***      31. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1366px){
	.section-title h2 {
		font-size: 32px;
	}

	.page-header{
		padding: 110px 0;
	}

	.page-header-box h1 {
		font-size: 46px;
	}
}

@media only screen and (max-width: 1199px) {
	.our-process-image{
		margin-right: 0;
		margin-bottom: 30px;
		justify-items: center;
		display: grid;
	}

	.our-process-image figure, .our-process-image img {
		width: 500px;
	}

	.services#image-to-align {
		margin-top: 0;
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 1100px) {
	.main-menu ul ul.flex-list li {
		flex: 0 1 50%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 991px){
	.main-menu ul li.lang-switcher ul {
		right: -55px;
	}

	.service-category-list h3 {
		position: relative;
		cursor: pointer;
		user-select: none;
	}

	.service-category-list h3::after {
		content: '\25BE';
		font-size: 16px;
		margin-left: 8px;
		position: absolute;
		right: 15px;
		transition: all 0.3s ease-out;
	}
	.service-category-list h3:hover {
		color: var(--tertiary-color);
	}

	.service-category-list.open h3::after {
		transform: rotate(-180deg);
	}

	.btn-default span{
		padding: 12px 15px;
	}

	.site-logo{
		display: none;
	}

	.navbar{
		padding: 9px 0;
	}

	.main-menu.responsive-lang {
		position: fixed;
		right: 70px;
	}

	.main-header .navbar-brand{
		display: block;
	}

	.main-header .navbar-brand img{
		max-width: 130px;
	}

	.slicknav_nav li,
	.slicknav_nav ul{
		display: block;
	}

	.responsive-menu,
	.navbar-toggle{
		display: block;
	}

	.section-row{
		margin-bottom: 50px;
	}

	.section-title-content{
		margin-left: 0;
		margin-top: 15px;
	}

	.section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h3{
		margin-bottom: 15px;
	}

	.section-title h1{
		font-size: 40px;
	}

	.section-title h2{
		font-size: 30px;
	}

	.section-title p{
		margin: 15px 0;
		font-size: 16px;
	}

	.section-title-content{
		margin-top: 15px;
	}

	.hero{
		padding: 80px 0 0;
	}

	.excellence-innovating-list{
		padding-top: 20px;
		margin-top: 80px;
	}

	.excellence-innovating-list ul{
		gap: 20px 30px;
	}

	.excellence-innovating-list ul li{
		font-size: 14px;
		padding-left: 30px;
	}

	.excellence-innovating-list ul li:before{
		width: 20px;
		height: 20px;
	}

	.about-us {
		padding: 50px 0 40px;
	}

	.about-image {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
		padding-top: 0;
		max-width: 100%;
		margin: 0 auto 30px;
	}

	.about-img-1 {
		display: none;
	}

	.about-img-2 {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}

	.about-img-2 img {
		width: 100%;
		height: auto;
		display: block;
	}

	.about-content {
		text-align: left;
	}

	.about-content-list ul {
		padding-left: 0;
	}

	.about-content-list ul li {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.about-content-btn {
		text-align: left;
	}

	/* Force side-by-side layout */
	.about-us .row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.our-services{
		padding: 50px 0 180px;
	}

	.services-list-box {
		padding: 30px 30px 20px 30px;
		gap: 30px 30px;
		display: flex;
		flex-wrap: wrap;
	}

	.services-list-box .service-item {
		width: calc(50% - 22.5px); /* 4 items per row */
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		box-sizing: border-box;
		position: relative;
	}

	.service-item .icon-box img {
		max-width: 50px;
		width: 50px;
	}

	.service-item h3 {
		line-height: 1.3;
		hyphens: auto;
		word-break: break-word;
		text-wrap: balance;
	}

	.what-we-do{
		background-position: bottom 50% left;
	}

	.what-we-do-content{
		padding: 50px 0;
		height: auto;
	}

	.what-we-do-item{
		padding: 30px 20px;
	}

	.what-we-do-item .icon-box{
		margin-bottom: 20px;
	}

	.what-we-do-footer {
		text-align: center;
		display: flex;
		justify-content: center;
	}

	#image-to-align {
		margin-top: 50px;
	}

	.services#image-to-align {
		margin-top: 0;
		margin-bottom: 50px;
	}

	#image-to-align img {
		/*width: 100%;*/
		/*height: auto !important;*/
	}

	.project-item{
		margin-bottom: 30px;
	}

	.project-image{
		margin-bottom: 20px;
	}

	.project-tag span{
		font-size: 14px;
	}

	.project-image img{
		aspect-ratio: 1 / 0.7;
	}

	.our-process{
		padding: 40px 0;
	}

	.our-process-image figure,
	.our-process-image img,
	.what-we-do-image figure,
	.what-we-do-image img{
		width: 387px !important;
	}

	.our-testimonial{
		padding: 50px 0;
	}

	.our-testimonial-image{
		margin-right: 0;
		margin-top: 5px;
		margin-bottom: 30px;
		display: flex;
		justify-content: center;
	}

	.our-testimonial-image figure,
	.our-testimonial-image img{
		width: 387px;
	}

	.testimonial-content{
		margin-bottom: 0;
	}

	.our-services-list {

		padding-bottom: 50px;
	}

	.main-footer{
		background-size: 50% auto;
		padding: 50px 0 0;
	}

	.footer-header{
		margin-bottom: 30px;
	}

	.about-footer{
		max-width: 100%;
		margin-bottom: 30px;
	}

	.footer-links h3{
		margin-bottom: 20px;
	}

	.footer-links ul li{
		margin-bottom: 10px;
	}

	.footer-copyright{
		margin-top: 30px;
	}

	.page-header{
		padding: 80px 0;
	}

	.mission-vision-bg{
		padding: 50px 0 150px;
	}

	.mission-vision-box{
		margin-top: -150px;
	}

	.mission-vision-nav ul li .nav-link{
		font-size: 18px;
	}

	.mission-vision-nav ul li .nav-link img{
		max-width: 30px;
	}

	.mission-vision-item{
		padding: 30px;
	}

	.mission-vision-content{
		margin-bottom: 30px;
	}

	.mission-vision-content-header{
		margin-bottom: 20px;
	}

	.mission-vision-content-list ul li{
		margin-bottom: 15px;
	}

	.our-features{
		padding: 50px 0;
	}

	.our-features-item{
		padding: 20px;
		width: 100%;
	}

	.features-item-content h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.page-content{
		padding: 50px 0;
	}

	.service-sidebar{
		margin-right: 0;
	}

	.service-category-list h3{
		padding: 15px;
	}

	.service-category-list ul{
		padding: 15px 0 15px 0;
	}

	.service-category-list ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.service-entry{
		margin-bottom: 30px;
	}

	.service-entry h2{
		font-size: 40px;
	}

	.service-entry-box{
		gap: 40px 30px;
		margin-top: 40px;
	}

	.service-entry-item::before{
		transform: translateY(20px);
	}

	.service-entry-item .icon-box{
		margin-bottom: 20px;
	}

	.service-entry-item .icon-box img{
		max-width: 40px;
	}

	.service-entry-item-content h3{
		margin-bottom: 15px;
	}

	.page-header-box h1{
		font-size: 42px;
	}

	.page-team{
		padding: 50px 0 20px;
	}

	.page-testimonial{
		padding: 50px 0 20px;
	}
}

@media only screen and (max-width: 767px){
	.footer-contact-circle {text-align:center;}
	.our-features-item .icon-box,
	.our-features-item h3 {
		text-align: center;
	}

	.section-row{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 34px;
	}

	.section-title p{
		margin: 30px 0;
	}
	.hero-btn {
		text-align: center;
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}

	.section-title h2{
		font-size: 26px;
	}

	.excellence-innovating-list ul{
		gap: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-img-1 {
		display: block;
		max-width: 60%;
	}

	.about-image {
		position: relative;
		display: flex;
		flex-direction: unset;
		justify-content: end;
		padding-top: 80px;
	}

	/* disable old desktop checkmarks */
	.about-content-list ul li::before {
		content: none !important;
		display: none !important;
	}
	.about-content-list ul {
		margin-bottom: 15px;
	}

	.about-content,
	.section-title,
	.about-content-list,
	.about-content-btn {
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}

	.desktop-checklist {
		display: none !important;
	}

	.mobile-checklist {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-left: 0;
		margin: 0 auto 15px; !important;
		list-style: none;
	}

	.mobile-checklist li {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 16px;
		color: var(--primary-color);
		text-align: left;
		width: 100%;
		max-width: 350px;
	}

	.mobile-checklist li:last-child {
		margin-bottom: 0;
	}

	.mobile-checklist .check-icon {
		width: 20px;
		height: 20px;
		flex-shrink: 0;
	}

	.services-list-box {
		padding: 20px 14px 10px 14px;
		gap: 20px 14px;
	}

	.services-list-box .service-item {
		width: calc(50% - 12px);
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		position: relative;
	}

	.icon-box {
		margin-bottom: 16px;
	}

	.our-services-list {

		padding-bottom: 40px;
	}

	.icon-box img {
		max-width: 38px;
		height: auto;
	}


	.service-item h3 {
		font-size: 15px;
		line-height: 1.4;
		word-break: normal;
		overflow-wrap: break-word;
		hyphens: auto;
		text-wrap: balance;
		margin: 0 auto;
	}

	.section-title-content p {
		max-width: 720px;
		text-align: left;
	}
	.section-title-content {
		text-align: center;
	}

	.our-process-image figure, .our-process-image img{
		width: 409px;
	}

	.our-testimonial-image figure,
	.our-testimonial-image img{
		width: 409px;
	}

	.what-we-item-content h3{
		font-size: 16px;
	}
	.what-we-item-content p {
		font-size: 15px;
	}

	.our-services {
		padding: 40px 0 180px;
	}

	.what-we-do-list {
		margin-top: 30px;
	}

	.what-we-do-content {
		padding: 30px 0 40px;

	}
	.project-tag span{
		padding: 8px 10px;
	}

	.project-content h3{
		font-size: 18px;
	}

	.testimonial-content{
		margin-top: 30px;
	}

	.our-testimonial {
		padding: 40px 0;
	}

	.testimonial-body .author-content h3{
		font-size: 18px;
	}

	.testimonial-btn{
		position: initial;
		justify-content: left;
	}

	.main-footer{
		background-size: 100% auto;
		padding: 40px 0 0;
	}

	.footer-header{
		display: block;
	}

	.footer-links{
		margin-bottom: 30px;
	}

	.footer-links h3{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.footer-copyright{
		padding: 15px 0;
		margin-top: 0;
	}

	.page-header-box h1{
		font-size: 34px;
	}

	.mission-vision-nav ul li .nav-link{
		display: grid;
		justify-content: center;
		font-size: 16px;
		padding: 10px;
	}

	.mission-vision-nav ul li .nav-link img{
		max-width: 25px;
		margin: 0 auto 5px auto;
	}

	.mission-vision-item{
		padding: 20px 15px;
	}

	.mission-vision-content-list ul li{
		font-size: 14px;
		padding-left: 30px;
		margin-bottom: 10px;
	}

	.mission-vision-content-list ul li:before{
		width: 20px;
		height: 20px;
	}

	.our-features-item:nth-child(1n + 1){
		border-right: none;
	}

	.service-category-list h3{
		font-size: 18px;
		padding: 15px;
	}

	.service-category-list ul li a::before{
		width: 20px;
		height: 20px;
	}

	.service-entry h2{
		font-size: 28px;
	}

	.service-entry-item{
		width: 100%;
	}

	.service-entry-item:nth-last-child(-n + 2)::before{
		display: block;
	}

	.service-entry-item:last-child::before{
		display: none;
	}

	.service-entry-item-content h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.service-entry ul{
		gap: 10px;
		margin-bottom: 30px;
	}

	.service-entry ul li{
		width: 100%;
		padding-left: 30px;
	}

	.service-entry ul li::before{
		width: 20px;
		height: 20px;
	}
}

@media (min-width: 992px) {
	.service-category-list h3::after {
		content: '';
	}
	.text-lg-nowrap {
		white-space: nowrap !important;
	}
	.overflow-lg-visible {
		overflow: visible !important;
	}
}

@media (max-width: 658px) {
	.our-process-image figure,
	.our-process-image img,
	.our-testimonial-image figure,
	.our-testimonial-image img,
	.what-we-do-image figure,
	.what-we-do-image img{
		width: 322px !important;
	}
	.white-border figure, .white-border img {
		width: 600px;
		max-width: 100%;
		aspect-ratio: 10/4.4;
	}
}

@media (max-width: 575.98px) {
	.what-we-do-list-box-2 .what-we-do-item:nth-child(even){
		background: var(--dark-divider-color);
	}
	.what-we-do-list-box-2 .what-we-do-item:nth-child(odd){
		background: unset;
	}

	.project-tag span {
		font-size: 0.5rem;
	}

	.project-content h3 {
		font-size: 0.875rem; /* ~14px */
		line-height: 1.3;
		word-break: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
	}

	.project-content h3 a {
		font-size: inherit;
		word-break: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
	}

	.hero .bluredbg {
		margin: 0;
	}

	.excellence-innovating-list {
		margin-top: 30px;
	}


	.hero-content h3 {
		font-size: 0.875rem; /* ~14px */
		line-height: 1.2;
	}

	.hero-content h1 {
		font-size: 1.75rem; /* ~28px */
		line-height: 1.2;
		/*word-break: break-word;*/
		/*hyphens: auto;*/
	}

	.hero-content p {
		font-size: 1rem; /* ~16px */
		line-height: 1.5;
	}

	.btn-default span {
		font-size: 0.875rem;   /* ≈14px */
		padding: 0.625rem 0.875rem; /* ≈10px 14px */

	}
	.section-title p {
		margin: 15px 0;
	}
	.hero {
		padding: 40px 0 0;
	}

	#image-to-align {
		height: auto !important;
	}

	.services#image-to-align {
		margin-bottom: 40px;
	}

	#image-to-align img {
		max-height: 500px;
		width: auto;
		height: auto;
	}

	.services-list-box .service-item {
		width: calc(100% - 0.5rem); /* two per row with gap accounted */
		justify-content: center;
	}

	.service-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}

	.about-img-1 {
		display: none;
	}

	.about-image {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 0;
		margin-right: 0;
	}

	.what-we-do-item { width: 100%; justify-content: center; }
}

@media (max-width: 449px) {
	body {font-size:15px;}
	.breadcrumb {font-size:12px;}
	.section-title h2 {
		font-size: 22px;
	}

	.page-header-box h1{
		font-size: 28px;
	}

	.services-list-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1rem;
	}

	.service-body {
		margin-bottom: 10px;
	}

	.service-item .icon-box {
		margin-bottom: 10px;
	}

	.white-border figure, .white-border img {
		aspect-ratio: 10/5;
	}

	.our-process-image figure,
	.our-process-image img,
	.our-testimonial-image figure,
	.our-testimonial-image img,
	.what-we-do-image figure,
	.what-we-do-image img{
		width: 100% !important;
	}
}

@media (max-width: 399px) {
	.main-menu ul li.lang-switcher ul {
		width: 300px
	}

	.main-menu ul li.lang-switcher ul li {
		width: 100%;
	}

	.project-item-box {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.project-tag span {
		font-size: 0.5rem;

	}
}