body{
    font-family: Arial, Helvetica, sans-serif;
}
.main-container .left-container,.right-container h3{
     color:#03547F;
}
h3 {
    color: #03547F;
}
   
.contact_address {
    
    margin-top: 65px;
}


a.etender-download-btn i {
    color: #0089D1;
}


.quotations h3 {
    color: #096182;
    font-size: medium;
}


.footer_container a {
    color: #fff !important;
}

.main-container{
	
	width:960px;
	height:auto;
	
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
}

.main-container .left-container{
	width:50%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:26px;
	
	float:left;
}

.footer_left {
    width: 60%;
}

a:hover{
    color: #F250B0;
}


.footer_container a {
    color: #BFE2F5 !important;
}

.footer_container{
    color: #fff !important;
}


.main-container .right-container{
	width:43%;
	padding-top:54px;
	padding-bottom:10px;
	
	float:left;
}

.main-container h3 {
    margin-top: 30px;
}

.quotation .space{

      padding-top:24px;

}

.bottom-link {
        list-style: none outside none;
        margin:0;
        padding: 0;
        font-weight: normal;
}
.bottom-link > li, .bottom-link > li a {        
        display: inline;        
        padding: 0 1px;
        text-transform: capitalize;
        font-weight: normal;
        color: #BFE2F5;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 20px;
}
.bottom-link > li a:hover {
	text-decoration:underline;
	}
.bottom-link > li {
	margin: 0;
	padding: 0 5px;
	border-left: 2px solid;
        font-weight: normal;
}
.bottom-link > li:first-child {
	border-left: 0;
        padding-left: 0;
	}
	.container{
		width:960px;
		margin:0 auto;
	}
	.career-btn {
  background: #3498db;
  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: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #fff;
  font-size: 19px;
  padding: 7px 32px 7px 32px;
  text-decoration: none;
}

.career-btn:hover {
  background: #3cb0fd;
  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;
}
.page {
  padding: 20px;
  background: #eee;
}

.button {
  display: inline-block;
  padding: 20px 28px;
  background: #333;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background: #4a4a4a;
}

.lightbox {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right:0;
  width: 800px;
  height: auto;
  z-index:100;
}
.lightbox img{
	width:800px;
	
}
.lightbox .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.lightbox .content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width:800px;
  padding: 10px 20px;
  margin:20px 30%;
  background: #fff;
  left:0px;
  right:0px;
  border: 1px solid #e8e6e6;	
}
.lightbox .content a{
	color:#fff !important;
	background:#3498db;
}
.lightbox .content a:hover{
	background:#1d8fdc;
}
.career-text h4{
	margin-top:5%;
}
