*{
	margin: 0;
	padding: 0;
}
body{
	max-width: 1332px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
nav{
	background-color: #f5ac3b;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
    z-index: 999;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
nav li{
	height: 70px;
}
nav a{
	height: 100%;
	padding: 0 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #333;
}
nav .nav-active a{
	background-color: #042e5e;
	color: #FFF;
}
nav a:hover{
	background-color: #042e5e;
	color: #FFF;
	transition: 0.3s;
}
nav .logo:hover{
	background-color: #fff;
}
nav li:first-child{
	margin-right: auto;
	background-color: #fff;
}
.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 250px;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.sidebar li{
	width: 100%;
}
.sidebar a{
	width: 100%;
}
.menu-button{
	display: none;
}
.container-2nd{
	padding-top: 5.5px;
	padding-bottom: 2px;
	background-color: #fff;
}
.container-3rd{
	display: flex;
	flex-wrap: nowrap;
	background-color: #f0f0f0;
	padding: 10px;
}
.container-3rd .col-md-4{
	border: 1px solid #042e5e;
	background-color: white;
	width: 100%;
	margin: 5px;
	border-radius: 10px;
}
.container-3rd .col-md-4 .commitment, .container-3rd .col-md-4 .business, .container-3rd .col-md-4 .contact {
	margin: 20px;
	text-align: center;
}
.container-3rd .col-md-4 .commitment img, .container-3rd .col-md-4 .business img, .container-3rd .col-md-4 .contact img{
	border: 1px solid #999999;
	padding: 10px;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	background-color: #f0f0f0;
}
.container-3rd .col-md-4 .commitment h4, .container-3rd .col-md-4 .business h4, .container-3rd .col-md-4 .contact h4{
	color: #f5ac3b;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.container-3rd .col-md-4 .commitment p, .container-3rd .col-md-4 .business p, .container-3rd .col-md-4 .contact p{
	font-size: 15px;
	line-height: 1.6;
	text-align: justify;
    text-justify: inter-word;
	color: #666;
}
.container-about, .container-careers, .container-contact, .container-brand{
	background-color: #f0f0f0;
	padding: 20px;
}
.container-careers .careers{
	padding: 50px 0 100px 0;
}
.container-contact .contact{
	padding: 50px 0 100px 0;
	text-align: center;
}
.container-about .who-we-are{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border-bottom: 2px solid #ccc;
}
.container-careers .career, .container-contact .contact-us{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.container-about .who-we-are img{
	width: 312px;
	height: 374px;
	padding: 0 20px 20px 20px;
}
.container-careers .career img{ 
	width: 360px;
	height: auto;
	margin: 0 10px 0 20px;
	border: 2px solid #f5ac3b;
}
.container-contact .contact-us img{ 
	width: 40px;
	height: auto;
	margin: 0 10px 0 20px;
}
.container-about .who-we-are .container-text-wwa{
	padding: 20px;
}
.container-careers .container-text-career{
	background-color: #fff;
	padding: 20px;
	border: 2px solid #ccc;
}
.container-about .who-we-are h4{
	color: #042e5e;
	font-size: 30px;
	padding-bottom: 20px;
}
.container-careers h4, .container-contact h4{
	color: #042e5e;
	font-size: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.container-careers .career h5{
	color: #FF8000;
	font-size: 22px;
	font-weight: 500;
}
.container-about .who-we-are p{
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
    text-justify: inter-word;
	color: #666;
}
.container-careers .career p, .container-text-contact p{
	font-size: 17px;
	line-height: 1.6;
	text-align: justify;
    text-justify: inter-word;
	color: #333;
}
.wwo-h4-txt{
	color: #042e5e;
	font-size: 30px;
	padding-top: 20px;
	text-align: center;
}

.about-us .we-offer{
	display: grid;
	grid: auto/ auto auto auto;
	border-bottom: 2px solid #ccc;
	padding: 20px 0;
}
.about-us .we-offer .container-we-offer{
	background-color: #fff;
	margin: 20px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #f5ac3b;
}
.about-us .we-offer .container-we-offer img{
	width: 150px;
	height: auto;
	margin: 20px;
}
.about-us .we-offer .container-we-offer ul li{
	list-style: none;
	line-height: 1.7;
	text-align: left;
	color: #666;
}
.about-us .we-offer .container-we-offer ul li:before{
	content: '';
	padding-right: 25px;
	background-image: url("img/check_circle.svg");
	background-size: 1.3em;
	background-repeat: no-repeat;
}
.about-us .we-offer .container-we-offer h4{
	color: #042e5e;
	font-size: 18px;
	padding: 0 20px 20px 20px;
}
.about-us .we-offer .container-we-offer ul{
	padding: 0 20px 20px 20px;
}

.about-us .maps iframe{
	width: 100%;
	height: 400px;
}
.container-brand .brand{
	padding: 20px 0 40px 0;
	border-bottom: 2px solid #ccc;
}
.container-brand .brand h4{
	color: #042e5e;
	font-size: 25px;
	padding-bottom: 20px;
	text-align: center;
	padding-bottom: 40px;
}
.container-brand .brands{
	display: grid;
	grid-template-columns: repeat(auto-fit, 12rem);
    gap: 1rem;
	justify-content: center;
	text-align: center;
}
.container-brand .brands div{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	align-items: center;
	align-content: space-around
}
.container-brand .brands p{
	color: #042e5e;
	font-size: 18px;
	font-weight: 600;
	align-items: center;
	align-content: space-around
}
.container-brand .brands div:hover{
	border: 1px solid #f5ac3b;
}
.scroll{
	padding: 10px;
}
footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #042e5e;
}
footer .footer-section ul{
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 20px 0px;
}

footer .footer-section ul a{
	height: 100%;
	padding: 0 10px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #ccc;
	font-size: 13px;
}
footer .social img{
	margin-top: 20px;
	height: 25px;
	width: 25px;
	padding: 5px;
}
footer .credit{
	color: #ccc;
	font-size: 13px;
}
footer .credit a{
	text-decoration: none;
	color: #f5ac3b;
	font-size: 13px;
}

@media (max-width: 800px) {
	body{
		max-width: 100%;
	}
	.hideOnMoble{
		display: none;
	}
	.menu-button{
		display: block;
	}
	.container-3rd{
		display: block;
	}
	.container-3rd .col-md-4{
		margin: 5px 0px;
	}
	.container-3rd .col-md-4 .commitment h4, .container-3rd .col-md-4 .business h4, .container-3rd .col-md-4 .contact h4{
		font-size: 14px;
	}
	.container-3rd .col-md-4 .commitment p, .container-3rd .col-md-4 .business p, .container-3rd .col-md-4 .contact p{
		font-size: 13px;
	}
	.container-3rd .col-md-4 .commitment img, .container-3rd .col-md-4 .business img, .container-3rd .col-md-4 .contact img{
		height: 40px;
		width: 40px;
	}
	.container-about .who-we-are{
		display: block;
		text-align: center;
	}
	.container-about .who-we-are img{
		width: 50%;
		height: auto;
	}
	.container-about .who-we-are h4, .wwo-h4-txt{
		font-size: 20px;
	}
	.container-about .who-we-are p{
		font-size: 15px;
	}
	.about-us .we-offer{
		display: inline;
		grid: auto/ auto auto auto;
	}
	.about-us .we-offer .container-we-offer{
		margin: 10px;
	}
	.container-careers .career{
		display: inline-block;
		text-align: center;
	}
	.container-careers .career p{
		text-align: left;
		font-size: 15px;
	}
	.container-careers .career img{ 
		width: 100%;
		height: auto;
		margin: 0;
	}
	.container-contact .contact-us p{
		text-align: center;
		font-size: 13px;
	}
	.container-contact .contact-us img{ 
		width: 20px;
		height: auto;
	}
	.container-brand .brand h4{
		font-size: 18px;
		padding-bottom: 20px;
	}
	.container-contact h4, .container-careers h4{
		font-size: 25px;
	}
    .container-careers .careers{
		padding: 10px 0 10px 0;
	}
	.container-contact .contact{
		padding: 10px 0 50px 0;
	}
}

