@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

html, body{
	min-height:100%;
	height:100%;
	}

body{
	font:12px/135% Arial, Helvetica, sans-serif;
	color:#000;
	position:relative;
	}
.header{
	position:relative;
	width:100%;
	height:100px;	
	}
.header:before{
	position:absolute;
	content:" ";
	height:100px;
	background:#fff;
	width:100%;
	opacity:.2;
	z-index:-1;	
	}
#wrapper{
	width:975px;
	margin:0 auto;
	}
.logo{
	float:left;		
	}
.menu {
	float:left;
	margin-left:170px;
	}
.menu li{
	float:left;
	margin-left:20px;
	}
.menu li a{
	font-size:17px;
	color:#1b1464;
	text-decoration:none;
	display:block;
	line-height:64px;
	}
.menu li a:hover  , .menu li a.selected{
	color:#c72026;
	}

	
.banner{
	position:relative;
	background:url(../images/banner-1.jpg) no-repeat left top;
	background-size:100% 473px;
	min-height:473px;
	top:-100px;
	z-index:-2; 
	}
.header #wrapper{
	padding-top:18px;
	}
.facebook-icon a , .twitter-icon a{
	width:23px;
	height:64px;
	text-indent:-9999px;
	background-image:url(../images/social-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	}
.twitter-icon a{
	background-position:right center;
	}
li.twitter-icon{
	margin-left:0;
	}
.content{
	position:relative;
	width:100%;
	top:-232px;
	z-index:9999;	
	background:url(../images/cloud.png) no-repeat center top;	
	background-size:100% 221px;
	
	}
.content #wrapper{
	padding:154px 0 50px;
	}
.footer{
	background:url(../images/building.png) no-repeat left top;
	min-height:215px;
	background-size:100% 215px;	
	width:100%;
	margin-top:-232px;
	margin-bottom:20px;
	}
.heading1{
	font-size:31px;
	text-align:center;
	color:#595959;
	line-height:100%;
	margin-bottom:20px;
	}
.home-page p{
	color:#595959;
	margin-top:10px;
	font-size:17px;
	text-align:center;
	}
.home-page p a{
	color:#114467;
	text-decoration:none;
	font-weight:bold;
	}

.footer-text{
	text-align:center;
	margin:8px 0;
	}
.social-footer-icon{
	text-align:center;
	}
.social-footer-icon #wrapper{ 
	width:405px;
	padding-bottom:70px;
		}
.social-footer-icon a {
	display:block;
	float:left;
	width:40px;
	height:36px;
	background:url(../images/social-footer-icon2.png) no-repeat left center;
	margin-right:50px;
	}
.social-footer-icon a.footer-facebook-icon{
	width:15px;
	background-position:-239px center;
	}
.social-footer-icon a.footer-linkedin-icon{
	width:32px;
	background-position:-162px center;
	}
.social-footer-icon a.footer-twitter-icon{	
	width:38px;
	margin-top:2px;
	background-position:-74px center;
	background-position:left center;
	}
.social-footer-icon a.footer-contact-icon{
	width:32px;
	background-position:-80px center;
	}
.social-footer-icon a.footer-youtube-icon{
	width:36px;
	background-position:right center;
	}
.about-us p{
	line-height:140%;
	margin:20px 0;
	}
.footer-text {
    color:#595959;
}
.footer-text a{
    color:#595959;
    font-weight: bold;    
}
.country-list{
    width: 220px;
    float: left;
    margin-right: 10px;
}
.country-list ul li{
    padding: 10px;
    background: #cbeafa;
    color:#595959;
    text-transform: uppercase;
}
.list1 .heading , .list2 .heading , .list3 .heading , .list4 .heading{
    background: #40b5ef;
    font-weight: bold;
    color: #fff;
}

.list2 ul li{
    background: #d2f8d2;
}
.list2 .heading{
    background: #3bc6ab;
}
.list3 ul li{
    background: #f7d9c9;
}
.list3 .heading{
    background: #f27935;
}
.list4 ul li{
    background: #e7e7e7;
}
.list4 .heading{
    background: #323a45;
}
.contact p{
    line-height: 150%;
}