@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');

html {
	box-sizing: border-box;
}

body {
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #F1F1F1;
}

/* 
div {
	border: 1px solid red;
}
*/
a {
	color: black;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* UL.sublist {
	padding-left: 20px;
} */

li {
	list-style-type: none;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}



#main {
	z-index: 9999;
	background-color: white;
}

/* navbar */

.nav {
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 1000000;
	background-color: #fff;
}

.navbar {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	margin: auto;
	padding: 0 20px 0 20px;
	z-index: 9999999;
}

.navbar img {
	max-height: 30px;
}
@media screen and (max-width:400px) {
	.navbar img {
	max-height: 20px !important;
}
	.navbar .nav-brand {
	font-size: 13px;
}
}
.nav-menu {
	display: flex;
	
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 0 !important;
	/* padding-top: 13px; */
	gap: 20px;

}

.nav-menu li {
	list-style: none;
}

.nav-menu li a {
	list-style: none;
	color: #000;
	padding: 0;
}

.nav-menu li a:hover {
	color: #bd6f09;
}

.nav-menu li i {
	margin: 5px;
	display: none;
}

.dropdown li a {
	padding: 5px 15px;
}

.dropdown {
	display: none;
	transition: 0.5s all ease;
}

.nav-menu li:hover .dropdown {
	display: block;
	background-color: #fff;
	position: absolute;
	margin: 0 0 10px -100px;
	border-radius: 0 0 10px 10px;
}

.nav-menu li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

.nav-link {
	transition: 0.5s all;
}

.hamburger {
	display: none;
	cursor: pointer;
}

.hamburger .bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: black;

}

.linkedin-img {
	width: 50px;
	height: 50px;
}

@media(max-width:1367px) {

	.navbar {
		width: 100%;
	}

	.hamburger {
		display: block;
	}

	.hamburger.active .bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.hamburger.active .bar:nth-child(2) {
		transform: translateY(0) rotate(-45deg);
	}
.nav-menu {
	
	gap: 10px;

}
	.nav-menu {
		position: fixed;
		top: -100%;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		flex-direction: column;
		justify-content: start;
		align-items: start;
		transition: 0.6s all;
		background-color: #fff;
		padding-top: 100px;
		padding-left: 10px;
	}


	.nav-item {
		background-color: #fff;
		width: 100%;
	}

	.nav-menu li:hover .dropdown {
		display: block;
		background-color: #fff;
		position: relative;
		margin: 0 0 10px 30px;
	}

	.nav-menu li i {
		/* display: inline-block; */
		/* margin-left: 5px; */
	}

	/* .nav-menu li:hover i {
        transform: rotate(180deg);
        transition: all 0.3s ease-in-out;
    } */

	.nav-menu.active {
		top: 0;
		left: 0;

	}
}




	/* .nav-menu li:hover i {
        transform: rotate(180deg);
        transition: all 0.3s ease-in-out;
    } */

	.nav-menu.active {
		top: 0;

	}


/* .navbar .logo
{
	height: 37px;
	
}
.navbar-center {
    z-index: 9900;
	padding-top: 10px;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
} */

#slider {
	margin-top: 80px;
	background-color: #f1f1f1;
	padding: 20px 0 20px 0;
}

.carousel-caption {
	font-size: xx-large;
	font-weight: bold;
	text-align: left;
	left: 5%;
	top: 60px;
	animation: slidecaption 5s;
	animation-timing-function: ease;
}

#slide3 .carousel-caption {
	color: black;
}

@keyframes slidecaption {
	to {
		left: 10px;
	}
}

.carousel-control-prev {
	z-index: 9000;
}

.carousel-control-next {
	z-index: 9000;
}

#border-left {
	border-left: 1px solid #000;
}

#border-right {
	border-right: 1px solid #000;
}

.box {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14%;
	padding-right: 14%;
	flex-wrap: wrap;
}

.box img {
	width: 600px;
}

.box-cell {
	width: 50%;
	display: flex;
	flex-direction: column;
	text-justify: inter-word;
	padding-bottom: 10px;
}

.box-sub-pages {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14%;
	padding-right: 14%;
	flex-wrap: wrap;
}

.box-sub-pages .box-sub-pages-one {
	width: 40%;
	display: flex;
	flex-direction: column;
	text-justify: inter-word;
	padding-bottom: 10px;
}

.box-sub-pages .box-sub-pages-two {
	width: 60%;
	display: flex;
	flex-direction: column;
	text-justify: inter-word;
	padding-bottom: 10px;
}

.box-sub-pages .box-sub-pages-two p {
	width: 95%;
}

.hline {
	/* padding-top: 0px;
	
	padding-left: 0px;
	padding-right: 0px; */
	position: relative;
	padding-bottom: 20px;
}

.hline-left {
	width: 20%;
	border-top: 3px solid;
	position: absolute;
	top: -1px;
	left: 0;
}

.hline-right {
	width: 80%;
	border-top: 1px solid;
	position: absolute;
}

.lead-cell {
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	color: black;
	background-color: white;
	border: 1px solid black;
	border-radius: 10px;
	height: max-content;
}

.lead-cell img {
	height: 50px;
	width: 50px;
}

.readmore {
	font-size: 14px;
	display: flex;
	box-sizing: border-box;
	max-width: fit-content;
	cursor: pointer !important;
	margin-left: 10%;
}

.readmore-left {
	background-color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/* box-shadow: 0 1px 4px rgba(0,0,0,.6); */
}

.readmore-left:hover {
	background-color: black;
	color: white;
}

.readmore-left:hover a {
	background-color: black;
	color: white;
}

.readmore-right {
	background-color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/* box-shadow: 0 1px 4px rgba(0,0,0,.6); */
}

.table-box-img {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14%;
	padding-right: 14%;
	flex-wrap: wrap;
}

table-box-img2 {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	padding-right: 10%;
	flex-wrap: wrap;
}

.table-box1 {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: start;
	padding-left: 14%;
	padding-right: 14%;
	flex-wrap: wrap;
}

.table-box2 {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: end;
	padding-left: 14%;
	padding-right: 14%;
	flex-wrap: wrap;
}

.table-box-cell {
	width: 50%;
	display: flex;
	flex-direction: column;
	text-justify: inter-word;
	padding-bottom: 10px;
}

.tabshifts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px solid #000;
}

.tabshifts thead {
	background-color: #5C81EE;
	color: #000;
}

.tabshifts td {
	border: 1px solid #000;
	padding-left: 3px;
}

.tabshifts tr {
	line-height: 25px;
}

#romote-border {
	border-left: 1px solid #fff;
}

/* contact */
.contact {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: start;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	flex-wrap: wrap;
}

.contact-box {
	width: 70%;
	border-top: 1px solid #b8afaf;
}

.contact-cell {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	padding-bottom: 10px;
}

.contact-end {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	flex-wrap: wrap;
}

.team-img
{
	width: 250px;
	height: 250px;
	border-radius: 50%;
}
.team-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.lead-cell {
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	color: black;
	background-color: white;
	border: 1px solid black;
	border-radius: 10px;
}

.lead-cell img {
	height: 30px;
	width: 30px;
}


@media (max-width: 575px) {

	.carousel-caption {
		font-size: medium;
	}

	.box {
		padding-left: 5%;
		padding-right: 5%;
		flex-flow: wrap;
	}

}

@media (max-width: 760px) {

	.box-cell {
		width: 100%;
	}

	#border-left {
		border-left: none
	}

	#border-right {
		border-right: none
	}

	.box-sub-pages .box-sub-pages-one {
		width: 100%;
	}

	.box-sub-pages .box-sub-pages-two {
		width: 100%;
	}

	#romote-border {
		border-left: none
	}

	.contact-box {
		width: 100%;
	}

	.contact-cell {
		width: 100%;
	}
}

/* ================== */
.box-two {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-justify: inter-word;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	flex-wrap: wrap;
}

.box-cell-two {
	width: 40%;
	display: flex;
	flex-direction: column;
	/* padding-right: 50px; */
	padding-bottom: 10px;
}

.box-cell-content {
	width: 80%;
}

.box-cell-two-img {
	width: 60%;
	display: flex;
	flex-direction: column;
	/* padding-right: 50px; */
	padding-bottom: 10px;
}

.box-cell-two img {
	width: 700px;
}

@media (max-width: 760px) {

	.box-two {

		padding-left: 0;
		padding-right: 0;

	}

	.box-cell-two {
		width: 100%;

	}
}

@media (max-width: 760px) {

	.box-cell-content {
		width: 100%;
	}
}

/* =========================== */

.box-three-img {
	height: 85vh;
}

.box-three-img img {
	height: 100%;
	object-fit: cover;
}

.box-four-img {
	height: auto;
	display: flex;
}

.box-four-img img {
	height: 100%;
	object-fit: cover;
}

.box-five {
	width: 100%;
}

.box-five-content {
	width: 90%;
}

.box-five-content ul {
	font-size: 14px;
}

.div-five-box {
	width: 100%;
	display: flex !important;
	font-size: 12px;
	flex-wrap: wrap;
}

/* footer  */

.footer-main {
	width: 80%;
	margin: auto;
	background-color: transparent;
}

.ul-list {
	list-style: none;
	/* line-height: 30px; */
}

.card-list a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
}

.ul-list li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.ul-list li {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	padding-top: 0;
}

.footer-bottom {
	padding-top: 45px;
	width: 75%;
}
.footer-logo
{
	width: 35%;
	height: 15vh;
}
@media (max-width:800px) {
	.footer-logo {
			width: 55%;
			height: 15vh;
		}
}
@media (max-width:500px) {
	.footer-bottom {
		margin-top: 20px;
		width: 87%;
	}

	.footer-main {
		width: 100%;
		margin: auto;
	}
		.footer-logo {
			width: 85%;
			height: 15vh;
		}
		}


/* mediaquery for table */
@media (max-width: 760px) {

	.table-box-cell {
		width: 100%;

	}
}

/* cookies */
 /* Style for the cookies banner */
 #cookie-banner {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 20%;
	background-color: #F1F1F1;
	color: #000;
	padding: 15px;
	text-align: start;
	font-size: 16px;
	display: block; /* Set display to block initially */
	z-index: 1000;
	margin: 10px;
	border-radius: 10px 10px 10px 10px;

}
#cookie-banner button {
	background:#F1F1F1;
	border-radius: 10px 10px 10px 10px;
	padding: 10px 20px;
	border: 1px solid #000;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
}
#cookie-banner .decline-btn {
	background-color: #b8afaf;
}
#cookie-banner button:hover {
	opacity: 0.9;
}
.cookiesbtn{
	margin-top: 20px;
}