

/*==========================GLOBAL===================================*/

* {
    padding:0;
	margin:0;
} 

html,body{
	width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: auto; 
	min-width:944px;
	background-attachment: fixed;
} 

strong{ color:#00194C;}

body{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.container{
	position: relative;
	display: inline-block;
	clear:both;
	margin:130px auto 0;
	align:center;
	min-width:944px;
	width:100%;
	height: 100%;
}

.pageContentWrapper{
	position: relative;
	display: inline-block;
	float:left;
	padding: 50px 0px;
	width:100%;
	min-width:944px;
	overflow-x:hidden;
}

header{
	position: fixed;
	display: inline-block;
	min-width: 944px;
	height: 130px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5000;
	border-bottom: 2px solid #ffffff;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
}

.headerInnerWrapper{
	position: relative;
	display: block;
	margin:0 auto;
	align:center;
	height: 100%;
	width: 100%;
}

.logo{
	position: fixed;
	display: inline-block;
	float:left;
	margin:20px 0px 0px 30px;
}

.menu_wrapper{
	position: relative;
	display: inline-block;
	float:right;
	margin:68px 30px 0px 0px;
	height: 30px;
	width:420px;
}

#hamMenuInnerWrapper{
	display:none;
}


.pageWrapper{
	position:relative;
	display:block;
	min-height:735px;
	margin:100px auto 80px auto;
	align:center;
	width:100%;
}

table{
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #ccc;
	border-radius: 3px;
	overflow:hidden;
	margin-top:10px;
}

.topRow{
	background-color: #aaa;
	color:#fff;
}

.listRow{
	background-color:#eee;
	height:50px;
	border-bottom:1px solid #fff;
}

table td{padding:10px;}


/*===========================HOME=================================*/

.landingPageWrapper{
	position:relative;
	display:inline-block;
	margin:0 auto;
	height:735px;
	align:center;
	width:100%;
}

.landingPagePicWrapper{
	position:relative;
	display:block;
	height:735px;
	margin:0 auto;
	align:center;
	width:100%;
	background-image: url("../images/home/slide1.jpg");
	background-position: center;
}

.peacequote{
	position:relative;
	display:block;
	margin:0 auto;
	align:center;
	top:480px;
	height:80px;
	width:100%;
	text-align: center;
}


/*============================ABOUT US===============================*/


.aboutPageInnerWrapper{
	position:relative;
	display:block;
	min-height:735px;
	margin:0 auto;
	padding:30px 30px 100px;
	align:center;
	width:884px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
}

.aboutPic{
	position:relative;
	display:block;
	float:right;
	margin:5px 0px 10px 40px;
	border:1px solid #00194C;
	border-radius:4px;
	width:250px;
	height:350px;
	overflow:hidden;
}

.aboutPic2{
	position:relative;
	display:block;
	float:right;
	margin:-30px 0px 10px 40px;
	border:1px solid #00194C;
	border-radius:4px;
	width:250px;
	height:350px;
	overflow:hidden;
}

.licenceCertWrapper{
	min-height:600px;
	padding-top:40px;
}

table{
	border: none;
	border:0;
}

 td.logoTable{
	background-color: #fff;
	width:300px; 
}

td.logoTableDivider{
	width:20px;
	border-right:1px solid #ccc;
}

tr.logoRowSpace{
	height:25px;
}


/*=========================LEGAL SERVICES===============================*/

.legalservPageInnerWrapper{
	position:relative;
	display:block;
	min-height:1100px;
	margin:0 auto;
	padding:50px 50px 60px;
	align:center;
	width:884px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
}

.servicesWrapper{
	position:relative;
	display:block;
	margin:0 auto;
	padding:25px 0px 20px;
	align:center;
	width:884px;
	min-height:700px;
	border-bottom:1px solid #00194C;
}

.servicesBox{
	position:relative;
	display:none;
	margin:0 auto 25px auto;
	height:300px;
	width:425px;
	border:1px solid #00194C;
	border-radius:8px;
	overflow:hidden;	
}


#visasBox{float:left;}
#familyBox{float:right;}
#consularBox{float:left;}
#medEntSportBox{float:right;}
#blankBox{float:right; border:none!important;}


/*============================MED ENT SPORT=================================*/

.medEntPageInnerWrapper{
	position:relative;
	display:block;
	margin:0 auto;
	padding:30px 30px 60px;
	align:center;
	width:884px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
}

.medEntPic{
	position:relative;
	display:block;
	float:left;
	margin:5px 40px 10px 0px;
	border:1px solid #00194C;
	border-radius:4px;
	width:250px;
	height:400px;
}


/*=========================FAMILY BASED IMMIGRATION==============================*/

.familyPageInnerWrapper{
	position:relative;
	display:block;
	margin:0 auto;
	padding:30px 30px 140px;
	align:center;
	width:884px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
}

.familyPic{
	position:relative;
	display:block;
	float:left;
	margin:5px 40px 10px 0px;
	border:1px solid #00194C;
	border-radius:4px;
	width:250px;
	height:400px;
}

/*==========================CONSULAR PROCESSING=============================*/

.consularPageInnerWrapper{
	position:relative;
	display:block;
	margin:0 auto;
	padding:30px 30px 140px;
	align:center;
	width:884px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
}

.consularPic{
	position:relative;
	display:block;
	float:left;
	margin:5px 40px 10px 0px;
	border:1px solid #00194C;
	border-radius:4px;
	width:250px;
	height:400px;
}


/*======================NON IMM VISAS=======================*/

.visasPageInnerWrapper{
	position:relative;
	display:block;
	margin:0 auto;
	padding:30px 30px 60px;
	align:center;
	width:884px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
}

.visasPic{
	position:relative;
	display:block;
	float:right;
	margin:5px 0px 10px 40px;
	border:1px solid #00194C;
	border-radius:4px;
	width:250px;
	height:400px;
}


/*==========================CONTACT US===========================*/

.contactPageInnerWrapper{
	position:relative;
	display:block;
	margin:0 auto;
	padding:30px 30px 60px;
	align:center;
	width:884px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
}

#mapUK,#mapUS{
	position:relative;
	display:block;
	margin:0 auto;
	align:center;
	width:884px;
	height:250px;
	border:1px solid #00194C;
}

#address{
	position:relative;
	display:block;
	width:650px;
	min-height:50px;
	margin:20px;
	padding:10px;
}


/*============================PRICING=============================*/

.pricingPageInnerWrapper{
	position:relative;
	display:block;
	margin:0 auto;
	padding:30px 30px 60px;
	align:center;
	width:884px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
}



/*===========================SITEMAP============================*/

.sitemapPageInnerWrapper{
	position:relative;
	display:block;
	min-height:735px;
	margin:0 auto;
	padding:30px;
	align:center;
	width:884px;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
}



/*=============================FOOTER=============================*/


.footer{
	position: relative;
	display: block;
	float:left;
	clear:left;
	width:100%;
	min-width:944px;
	border-top:1px solid #001a4b;
	background-color:#ffffff;	
}

.footerOuterWrapper{
	position: relative;
	display: block;
	margin:0 auto;
	padding:0px;
	align:center;
	width:100%; 
	min-width:944px;
	height:auto;
	overflow:hidden;
}

#footerInnerWrapper{
	position: relative;
	display: block;
	margin:40px auto;
	padding:0px;
	width:944px;
	height:auto;
	text-align:center;
}

.contactDetailsWrapper{	
	position: relative;
	display: block;
	margin:20px auto 40px;
	padding:0px;
}

.badgeWrapper{
	position: relative;
	display: block;
	width:700px;
	height:100px;
	margin:20px auto;
	padding:0px;
}


#stateBarBadge{
	position: relative;
	display: block;
	float:left;
	width:232px;
	height:80px;
	margin-right:30px;
	padding:0px;
}

#ailaBadge{
	position: relative;
	display: block;
	float:left;
	width:232px;
	height:80px;
	margin:0px auto;
	padding:0px;
}

#abaBadge{
	position: relative;
	display: block;
	float:right;
	width:197px;
	height:80px;
	margin:0px auto;
	padding:0px;
}



/*===========================FOOTERBASE==================================*/


.footerbaseOuter{
	position: relative;
	display: block;
	margin:0px auto;
	padding:30px 0px;
	float:left;
	clear:left;
	width:100%;
	height:80px;
	align:center;
	background-color:#00194C;
}

.footerbaseInner{
	position: relative;
	display: block;
	margin:0px auto;
	width:884px;
	align:center;
	/*border:1px solid white;*/
}

.footerbase2{
	position: relative;
	display: block;
	margin:0px auto;
	padding:15px 0px;
	float:left;
	clear:left;
	width:100%;
	height:60px;
	align:center;
	background-color:#777777;
}

.footerbase2LeftCol,.footerbase2RightCol{
	position: relative;
	display: inline-block;
	align:center;
}

.footerbase2LeftCol{
	width:450px;
	float:left;
	margin:3px 0px 0px 50px ;
}

.footerbase2RightCol{
	width:150px;
	float:right;
	margin:0px 50px 0px 0px;
	padding:30px;
}



/*===============================DEVICES=============================*/
/*===================================================================*/
/*===================================================================*/
/*===================Smartphones (portrait and landscape)=================*/


@media only screen and (min-width : 320px) and (max-width : 1240px){
.landingPageWrapper{
	position:relative;
	display:block;
	margin:0 auto;
	align:center;
	width:100%;
}
	
.menu_wrapper{display:none;}
	
#hamMenuInnerWrapper{
	position:relative;
	display:inline-block;
	clear:both;
	margin:130px auto 0 auto;
	align:center;
	width:100%;
}


}


/*=====================================================================*/
/*=====================================================================*/
/*========================iPads For portrait layouts only======================*/

@media only screen and (min-width : 1100px) and (max-width : 1100px){
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1100px) {
	
	
.landingPageWrapper{
	position:relative;
	display:block;
	height:400px;
	margin:0 auto;
	align:center;
	width:100%;
}
	
.landingPagePicWrapper{
	height:400px;
	background-size: contain;
}
	
.peacequote{
	top:300px;
	font-size: 20px;
}
	
.menu_wrapper{display:none;}
	
#hamMenuInnerWrapper{
	position:relative;
	display:inline-block;
	clear:both;
	margin:130px auto 0 auto;
	align:center;
	width:100%;
}	

}
}
	
/*===============================================================*/
/*===============================================================*/
/*================Laptops (portrait and landscape)====================*/

	
 @media only screen 
	 and (min-width : 1100px) and (max-width :2100px) {

.landingPageWrapper{
	height:500px;
}
		 
.landingPagePicWrapper{
	height:500px;
	background-size: cover;
}
		 
.peacequote{
	top:300px;
	font-size: 20px;
}
		 
#hamMenuInnerWrapper{
	display:none;
}
		 
}
	
	
	
/*==============================================================*/
/*==============================================================*/
/* ------------------------------------------ Retina Screens ---------------------------------------------- */


@media screen 
	and (min-width: 1300px) and (max-width: 1900px) and (min-resolution: 192dpi) {

.landingPageWrapper{
	height:500px;
}
		
.landingPagePicWrapper{
	height:500px;
	background-size: cover;
}
		
.peacequote{
	top:300px;
	font-size: 20px;
}
		
#hamMenuInnerWrapper{
	display:none;
}
	}