html,body,p,div,header,h1,h2,h3,h4
{
	padding:0;
	margin:0;
}
.row
{
	margin:0;
	margin-left:10px;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular .ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  color: #000049;
}
html,body,p,div,header,h1,h2
{
	font-family:'Figtree',Arial, Helvetica;
}
a, a:link, a:hover, a:visited, a:active {text-decoration: none; }
body
{
	background-image:url("../images/BG.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover; 
	background-color: #000049;
	/* background-size: 100% 100%; */
	 @media (max-width: @iphone-screen) {
        background-attachment: scroll;
    }

}

.navbar
{
	z-index: 2;
}
	
.testbg
{
	background-color:#FF0000;
}

.testbg2
{
	background-color:#00FF00;
}

.heihun
{
	height:100%;
}


.bor
{
	border-right: 1px solid #f1f1f1;
}

.maincontainer>h2
{
	padding:15px 0px;
	color:#FFFFFF;
}

.layout
{
	background-color: #FFFFFF;
	/* margin-left:5px; */
}

.btnx {
  background: #000049;
  /*background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);*/
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family:'Figtree',Arial, Helvetica;
  color: #ffffff;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom:10px;
  text-decoration: none;
  text-align:center;
  cursor: pointer;
}

.btnx:hover {
  background: #000049;
  /*background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);*/
  text-decoration: none;
}
.btn
{
	background-color:#018fe1;
	border:none;
}

.btn-info:hover
{
	background-color:#000049;
	border:none;
}
.footer
	{
		position:absolute;
		bottom:0px;
		width:100%;
		padding:10px 0px;
		background:rgba(255,255,255,0.9);
		font-size:14px;
		color:#0e3b4e;
	}
	
	
.modal-content
{
	border-radius: 0;
}	

.modal-footer
{
	border:none;
}

.btn-none
{
	background:none;
	border:none;
	font-size:18px;
	color:#000049;
}

.popupTit
{
	font-size: 20px;
	color:#000049;
}

.padleft
{
	padding-left: 20px;
	color:#000049;
}

.padtop
{
	padding-top: 5px;
}
	
#overlayBg
{
	display:none;
	z-index: 2;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}

#BrusselsCont
{
	display:none;
}

#BrusselsTitle
{
	color:#ffffff;
	background-color:#000049;
	padding:5px;
	font-size:26px;
}

.dropdown-menu>li>a
{
	color:#000049;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
	color:#ffffff;
	background-color: #000049;
}

.dropdown-menu
{
	min-width: 90px;
	left:25px;
}

.padTop3
{
	padding-top: 3px;
}

.cuscol
{
	width:9%;
}


/* desktop view */
@media only screen and (min-width:993px)
{
	#rightSection
		{
			width:49%;
			background-color: #FFFFFF;
			float:left;
			padding:4.5%;
			min-height:455px;
			box-shadow: 0px 2px 30px 1px #000000;
		}
	
    /*h2
	{
		padding-bottom:10px;
		font-size:26px;
	}*/
	
	.headClass{
	padding-bottom:10px;
		font-size:26px;
		color: #000049;
	}
    	
	#rightSection>h2
	{
		padding-bottom:10px;
		font-size:26px;
	}
	/*p
	{
		padding-top:10px;
		font-size: 18px;
		color:#595959;
	}*/
	
	.paraClass{
	padding-top:10px;
		font-size: 18px;
		color:#000049;
	}
	#rightSection>p
	{
		padding-top:10px;
		font-size: 18px;
		color:#000049;
	}

	#leftSection
		{
			width:49%;
			background-color: #FFFFFF;
			float:right;
			padding:4.5%;
			min-height:455px;
			box-shadow: 0px 2px 30px 1px #000000;
		}
		

		
	#leftSection>h2
	{
		padding-bottom:10px;
		font-size:26px;
	}
	
	#leftSection>p
	{
		font-size:18px;
		padding-top:10px;
		color:#595959;
	}
	
	.btn
	{
		margin-top:50px;
		padding: 10px;
		font-size:18px;
	}
	
	
	.Mainheader
	{
		width:100%;
		height:85px;
		background-color:#FFFFFF;
		border-bottom:4px solid #00A288;
	}
	
	.maincontainer
	{
		padding-top:85px;
	}
	
	.maincontainer>h2
	{
		font-size: 32px;
	}
	.pad
	{
		padding:19px 0px;
	}
	
}

/* mobile screens */
@media only screen and (max-width:992px)
{
	#rightSection
		{
			width:99%;
			background-color: #FFFFFF;
			float:left;
			padding:5%;
			min-height:315px;
			box-shadow: 0px 2px 30px 1px #000000;
		}
		/*h2
	{
		padding-bottom:10px;
		font-size:16px;
		color:#000000;
	}*/	
	.headClass{
	padding-bottom:10px;
		font-size:16px;
		color:#000049 !important;
	}
	
	#rightSection>h2
	{
		padding-bottom:10px;
		font-size:16px;
		color:#000000;
	}
	/*p
	{
		font-size:12px;
		padding-top:10px;
		color:#595959;
	}*/
	
	.paraClass{
	font-size:12px;
		padding-top:10px;
		color:#000049 !important;
	}
	#rightSection>p
	{
		font-size:12px;
		padding-top:10px;
		color:#595959;
	}

	#leftSection
		{
			width:99%;
			background-color: #FFFFFF;
			float:left;
			padding:5%;
			min-height:315px;
			box-shadow: 0px 2px 30px 1px #000000;
			margin-top: 20px;
		}
		
	#leftSection>h2
	{
		padding-bottom:10px;
		font-size: 16px;
		color:#000000;
	}
	
	#leftSection>p
	{
		font-size:12px;
		padding-top:10px;
		color:#595959;
	}
	
	.btn
	{
		margin-top:30px;
		padding: 10px;
		font-size:18px;
	}
	
	.Mainheader
	{
		height:60px;
		background-color:#FFFFFF;
		border-bottom:2px solid #00A288;
	}
	
	.maincontainer
	{
		padding-top:60px;
	}
	
	.maincontainer>h2
	{
		font-size: 20px;
	}
	
	.pad
	{
		padding:12px 0px;
	}
}

/* greater height for footer */
@media only screen and (max-height:480px)
{
	.footer
	{
		position:relative;
		margin-top:15px;
		/*
		bottom:0px;
		width:100%;
		padding:15px 0px 15px 0px;*/
	}
	

}

@media only screen and (min-height:568px) and (max-height:640px)
{
	.footer
	{
		position:relative;
		margin-top:15px;
		/*
		bottom:0px;
		width:100%;
		padding:15px 0px 15px 0px;*/
	}
	

}

@media only screen and (min-width:1200px)
{
	.dropdown-menu
	{
			min-width: 90px;
			left:45px;
	}
}

@media only screen and (min-width:640px)
{
	.dropdown-menu
	{
			min-width: 90px;
			left:40px;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px)
{
	.dropdown-menu
	{
			min-width: 90px;
			left:45px;
	}
}

/* icon location fixing*/
@media only screen (max-width: 768px) 
{
	.cuscol
	{
		width:5%;
	}
}
@media (min-width: 992px) 
{
    	.cuscol
	{
		width:5.5%;
	}
}
@media (min-width: 1200px) 
{
    	.cuscol
	{
		width:4.5%;
	}
}
#fot {
position:fixed;
}
.btnx {
font-size:20px;
}
#smalltabletop{
		width:100%;
	}
	#bigtabletop{
		width:100%;
	}

.modal-dialog {
  padding:0px !important;
    margin: 15% auto ;
   }
   
.headerXclass {
    position: relative;
min-height:425px;

  }
#headerX {
    position: relative;
    min-height: 150px;
  border:1px solid #ff0000;
  }
  #header-content {
    position: absolute;
    bottom: 0;
    left: 0;
	width:100%;

  }
  @media 
  (min-device-width: 990px) 
  {
       #fot {
position:fixed;
}
       .btnx {
font-size:20px;
}
}
  @media (max-width: 1000px)
{
      #fot {
position:fixed;
}
      .btnx {
font-size:16px;
}
	#smalltabletop{
        position:fixed;
        top:0px;
		display:block;
		width:100%;
	}
	#bigtabletop{
         position:fixed;
        top:0px;
		display:none;
	}
	.headerXclass {
    position: relative;
    min-height:300px;
  
  }
  
  .header-content {
    position: absolute;
    bottom: 40px;
    left: 0;
	width:100%;
	padding-left:4.5%;
	padding-right:4.5%;
  }
} 
@media (max-width: 767px)
{
      #fot {
position:relative;
}
}
@media (min-height: 883px)
{
      #fot {
position:fixed;
}
}
@media (min-width: 1001px)
{
	#smalltabletop{
        position:fixed;
        top:0px;
		display:none;
		width:100%;
	}
	#bigtabletop{
         position:fixed;
        top:0px;
		display:block;
		width:100%;
	}
	.headerXclass {
    position: relative;
    min-height:425px;
  
  }
    
   
  
   .header-content {
    position: absolute;
    bottom: 60px;
    left: 0;
	width:100%;
	padding-left:11%;
	padding-right:11%;
  }

} 
* {
  font-family: 'Figtree',Arial, Helvetica !important;
}