* {
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}

/*------------CONTACT BAR------------*/
.contactBar {
	width:100%;
	margin:auto;
	overflow: hidden;
	background-color: #0040ff;
	min-height: 45px;
	padding:4px 0 0 5px;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
	.contactBar {
		display: none;
	}
}
.contactBarLeft ul li {
	float: left;
	display: block;
	color: #fff;
	list-style: none;
	margin-left: 50px;
}
.contactBarLeft ul li:hover {
	color: coral;
}
.contactBarLeft ul li i {
	color: #fff;
	font-size: 19px;
}

.contactBarRight {
	float: right;
}
.contactBarRight ul li {
	float: left;
	display: block;
	list-style: none;
	margin-right: 40px;
}
.contactBarRight ul li a i {
	color: #fff;
	font-size: 22px;
}
.contactBarRight ul li a i:hover {
	color: coral;
}

/*-----------NAVBAR-------------*/
nav.line {
	border-bottom: 5px solid #;
}
.navbar {
	width:100%;
	margin:auto;
	background-color: #fff;
	min-height: 60px;
	padding:4px 0 0 5px;
	position: sticky;
	top: 0;
	border-radius: 0;
	z-index: 2;
}

.navbar-left {
	width: 18%;
}
.navbar-left a img {
	width: 60%;
	margin-left: 20%;
	padding: 0px;
	transition: .4s;
}
nav.line .navbar-left a img {
	width: 40%;
	margin-right: 10%;
	padding: 0;
}

.navbar-right {
	background-color: #fff;
	padding: 20px 0 0 0;
	margin-right: 60px;
	font-family: "Open Sans", sans-serif;
	transition: .8s;
	height: 100%;
}
.navbar-right ul li {
	padding: 0;
}

nav ul {
	float: left;
}
nav ul li {
	float: left;
	list-style: none;
	position: relative;
	font-weight: bold;
}
nav ul li a {
	display: block;
	font-family: arial;
	color: #444;
	font-size: 15px;
	padding: 12px 14px 12px 14px;
	text-decoration: none;
}
nav.line .navbar-right {
	margin-right: 20px;
}
nav ul li a:hover {
	color: coral;
	text-decoration: none;
}
nav ul li ul {
	width: 230px;
	display: none;
	position: absolute;
	background-color: #eee;
	border-radius: 0px 0px 6px 6px;
}
nav ul li:hover ul {
	display: block;
}
nav ul li ul li {
	width: 100%;
	font-weight: normal;
}
nav ul li ul li a {
	padding: 12px 14px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}
nav ul li ul li a:hover {
	background: coral;
	color: #fff;
	transition-duration: 0.6s;
	border-radius: 6px;
}

.toggle-button {
    position: absolute;
    top: 2.5rem;
    right: 1.5rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 22px;
    z-index: 1002;
}

.toggle-button .bar {
    height: 5px;
    width: 100%;
    background: red;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
	.navbar-left {
		width: 35%;
	}
	.navbar-left a img {
		width: 60%;	
	}
	.navbar-right {
		display: none;
		width: 98%;
		float: left;
		padding:0 20px 0 0;
		margin-top: 35px;
		margin-right: 20px;
	}
	.navbar-right a {
		float: left;
	}
	.navbar-right ul {
        width: 100%;
        border-top: 1px solid #ccc;
    }
	.navbar-right ul li{
		width: 100%;
	}
	.navbar-right ul li ul {
		width: 230px;
		background-color: #eee;
		left: 130px;
		z-index: 1;
	}
	.navbar-right ul li ul li a {
		width: 100%;
	}
    .toggle-button {
        display: flex;
    }
    .navbar-right.active {
        display: inline;
    }
}
@media screen and (max-width: 414px) {
	.navbar-left a img {
		width: 80%;
		padding: 0px;
	}
	.navbar-right {
		float: left;
		padding:0px;
		margin-top: 5px;
	}
	.navbar-right a {
		padding:0 0 0 8px;
	}
}

/*-----------------------BODY----------------------*/
.background {
	background-image: url(../images/wwd-5.jpg);
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*------------------HIRE TRAIN DEPLOY------------------*/
.we {
	width: 100%;
	padding: 1% 10%;
}
.we h1 {
	text-align: center;
	font-weight: bold;
}
.we p {
	width: 100%;
	text-align: justify;
	font-size: 17px;
	line-height: 32px;
	padding: 30px;
	border-radius: 12px;
}
.we p:hover {
	background-color: #e6ffe6;
}
.we p b {
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.we {
		width: 100%;
		padding: 1% 3%;
	}
	.we p {
		padding: 15px;
	}
}

/*-----------------ANIMATION - BOXES OF R&E------------------*/
.boxes-head {
	text-align: center;
}
.boxes-head h1 {
	width: 100%;
	font-weight: bold;
}
.boxes {
	width: 100%;
	margin: 1% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #;
}
.box {
	position: relative;
	width: 45%;
	height: auto;
	background: #fff;
	margin: 10px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 8px;
}
.boxes .box .img-box {
	position: relative;
	overflow: hidden;
}
.box h3 {
	text-align: center;
	color: #000;
	font-weight: bold;
}
.boxes .box .img-box img {
	max-width: 100%;
	transition: transform 2s;
}
.boxes .box:hover .img-box img {
	transform: scale(1.2);
}
.box .details {
	position: absolute;
	top: 65px; left: 10px; bottom: 10px; right: 10px;
	overflow: hidden;
	border-radius: 6px;
	background: rgba(0, 0, 0, .7);
	transform: scaleY(0);
	transition: transform .5s;
}
.box:hover .details {
	transform: scaleY(1);
}
.details .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 6px;
}
.content p {
	margin: 10px 0 0;
	padding: 0;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
}
@media screen and (max-width: 786px) {
	.boxes .box {
		width: 364px;
		height: auto;
	}
	.content p {
		line-height: 23px;
		font-size: 12px;
	}
}

/*-------------KNOW MORE-BUTTON---------------*/
.button {
	background-color: #009900;
	width: 150px;
	padding: 0;
	position: relative;
	left: 45%;
	border-radius: 6px;
}
.button:hover {
	background: #ffff4d;
}
.button a {
	text-decoration: none;
}
.button p {
	padding: 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.button p:hover {
	color: #000;
}
@media screen and (max-width: 768px) { /*IPAD & SMALLER DEVICES*/
	.button {
		left: 42%;
	}
}
@media screen and (max-width: 600px) { /*IPAD & SMALLER DEVICES*/
	.button {
		left: 32%;
	}
}


/*-------------MAIN FOOTER---------------*/
.mainFooter {
	display: flex;
	background: #000;
	color: #fff;
	min-height: 400px;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 28px;
	align-items: center;
}
.menu, .policies, .contact, .socialMedia {
	flex-basis: 300px;
	padding: 10px 20px 10px 10px;
	border-left: 1px solid #eee;
}
.menu ul li, .policies ul li, .contact ul li, .socialMedia ul li {
	text-align: left;
	list-style: none;
}
.menu ul li a, .policies ul li a, .contact ul li a, .socialMedia ul li a {
	color: #fff;
}

.socialMedia ul li {
	float: left;
}
.socialMedia a:hover {
	color: #0047b3;
}
.socialMedia ul li a i {
	color: #fff;
	font-size: 24px;
	margin: 0 20px;
}
.socialMedia ul li a i:hover {
	color: #0047b3;
}
@media screen and (max-width: 768px) {
	.mainFooter {
		min-height: 500px;
	}
	.menu, .policies, .contact, .socialMedia {
		border-left: 0;
	}
}
.copyright-bar {
	background-color: #ddd;
	text-align: center;
	padding: 5px 25px;
}