html, body, .container{ height:auto!important; margin: 0; padding: 0; }

body {

	margin: 0;
	padding: 0;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}	

h3 {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	color: #FFF;
}

h3 a {
	color: #FFF;
}

a {
	color: #FFF;
}

h1 {
	margin-top: 100px;
	text-align:center;
	font-size:60px;
	line-height: 70px;
	font-family: 'Bree Serif', 'serif';
	}

#container {
	margin: 0 auto;
	max-width: 890px;
}

p {
	text-align: center;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	width:100%;
}

#logo {
	position:relative;

		float:left;
	display: inline;
	padding:10px 30px;
	font-size:20px;
	line-height: 60px;	
}
#logo2{
		position:relative;

		float:left;
	display: inline;
	padding:10px 30px;
	font-size:20px;
	line-height: 60px;	
}
}
#header {
	
	float:rigth;
	display:inline;

}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {

	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	line-height: 60px;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	z-index:999;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: right;
	z-index:999;
	
	}
	nav ul li ul li{
		z-index:999;
		position:relative;
		background-color:white;
		line-height: 20px;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:rgba(1,117,166,1);
	font-size:17px;
	text-decoration:none;
}



/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	border-top:2px solid #056892;
	border-bottom:2px solid #056892; 	
	/* has to be the same number as the "line-height" of "nav a" */
	top: auto; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 960px) {

	#logo {
		
		padding: 0;
		margin-left:45%;
		width: 100%;
		text-align: center;
		float: none;
	}
	#logo2{
		display:none;
	}
	nav {
		margin: 0;
		width:100%;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	#l1 {
			margin-top:9px;
	}
	.toggle {
border:1px solid red;
		display: block;
		background-color: white;
		padding:18px 20px;	
		line-height:10px;
		font-size:17px;
		text-decoration:none;
		border:none;
		color:#056892;
	}

	.toggle:hover {
		font-size:18px;
		color:#250ADB;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	
	nav ul li {
		line-height:15px;
		display: block;
		width: 100%;
		background-color:white;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		font-size:18px;
		color:#250ADB;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:gray;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: white; 
		

	}

	/* Hide Dropdowns by Default */
	nav ul ul {
	
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
	nav ul ul {
	border:none;
	  
}
}


@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}
}

/*Start Code Footer*/
footer {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #1D2B49 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #1D2B49 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #1D2B49 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #1D2B49));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #1D2B49 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #1D2B49 100%);
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height:330px;
}
.creative{
	background-image: -ms-linear-gradient(top, #FFFFFF 0%,#C1BCBC 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #C1BCBC 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%,#C1BCBC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #C1BCBC));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%,#C1BCBC 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #C1BCBC 100%);
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height:330px;	
}
.back{
position:absolute;
bottom:0;
left:0;
width: 100%;
height:300px;
background-image:url(../imm/LONDONWHITE1.PNG);background-size:100% 300px;
}
.half {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr ;
  -ms-grid-rows: 1fr 10px 1fr;
	grid-template-columns: repeat(2, 1fr); 
	grid-gap: 30px 25px;
	grid-auto-rows:minmax(110px, 1fr);

}
.half_left {
   -ms-grid-row: 1;
   -ms-grid-column: 1;
   -ms-grid-column-span: 1;
	grid-column: 1;
	grid-row: 1;
	padding-left:20px;
	padding-bottom:10px;}

.half_rigth {
   -ms-grid-row: 1;
   -ms-grid-column: 3;
   -ms-grid-column-span: 1;
	grid-column: 2;
	grid-row: 1;
	padding-right:20px;
	padding-bottom:10px;}

	
@media screen and (max-width : 620px){

footer {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #1D2B49 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #1D2B49 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #1D2B49 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #1D2B49));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #1D2B49 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #1D2B49 100%);
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height:630px;
}
.back{
position:absolute;
bottom:0;
left:0;
top:300px;
width: 100%;
height:300px;
background-image:url(../imm/LONDONWHITE1.PNG);background-size:100% 300px;
}
.half {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: auto 10px auto ;
  -ms-grid-rows: auto 10px auto 10 px auto;
	grid-template-columns: repeat(2, auto); 
	grid-gap: 30px 25px;
	grid-auto-rows:minmax(110px, auto);

}
.half_left {
   -ms-grid-row: 1;
   -ms-grid-column: 1;
   -ms-grid-column-span: 1;
	grid-column: 1;
	grid-row: 1;
	padding-left:20px;
	padding-bottom:10px;}

.half_rigth {
   -ms-grid-row: 3;
   -ms-grid-column: 1;
   -ms-grid-column-span: 1;
	grid-column: 1;
	grid-row: 2;
	padding-left:20px;
	margin-bottom:100px;}

}
@media screen and (max-width : 420px){
	.back{
		background-image:url(../imm/LONDONWHITE11.PNG);background-size:100% 300px;
	}
	.whyus,.history{
		display:none;
	}
	
}
/*End Code Footer*/
.history{
	position:absolute;
	top:40%;
	left:0;
	height:50%;
	width:100%;
	
		background-image:url(../imm/Busworks.PNG);background-size:100% 100%;
		background-repeat:no-repeat;
		opacity:0.1;
}
.whyus{
	position:absolute;
	top:40%;
	left:25%;
	height:70%;
	width:40%;
		background-image:url(../imm/question-mark.jpg);background-size:100% 100%;
		background-repeat:no-repeat;
		opacity:0.1;
}
