/*
Theme Name: FirstCom Solutions
Author: FirstCom Solutions
Author URI: http://firstcom.com.sg/
Version: 1.0
*/

@import url("css-family=Droid+Sans-400,700.css"/*tpa=http://fonts.googleapis.com/css?family=Droid+Sans:400,700*/);
@import url("css-family=Droid+Serif-400,700,400italic,700italic.css"/*tpa=http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic*/);

body {
	font-family: 'Verdana';
}

/*** Logo ***/
.logo-wrapper { padding-top: 15px; padding-left: 40px; }

.small-logo-wrapper { padding-top: 15px; }
/************/

/*** Navigation Menu ***/
.menu-wrapper { padding-left: 15px; padding-top: 42px;}

.menu ul li { list-style: none; display: inline-block; position: relative; }

.menu ul li:first-child a {
	height: 30px;
	background: url(../img/header_border.jpg) top 5px left no-repeat,
	url("img/header_border.jpg"/*tpa=http://www.msiships.com/wp-content/themes/firstcom/img/header_border.jpg*/) top 5px right no-repeat;
}

.menu ul li a {
	height: 30px;
	text-decoration: none;
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 12px;
	color: #363636;
	text-transform: uppercase;
	background: #fff url(../img/header_border.jpg) top 5px right no-repeat;
	position: relative;
	padding: 0px 15px 0px 15px;
}

.menu ul li a:hover { color: #112860; font-weight: bold; }

.menu ul li:first-child:hover ul.sub-menu { display: block; }

.menu ul li:nth-child(2):hover ul.sub-menu { display: block; }

.menu ul li:nth-child(3):hover ul.sub-menu { display: block; }
.menu ul li:nth-child(5):hover ul.sub-menu { display: block; }

.menu ul li:first-child ul.sub-menu {
	position: absolute;
	z-index: 99;
	top: 25px;
	left: -5px;
	display: none;
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 227px;
	/* height: 168px; */
	padding: 4px 10px;
}

.menu ul li:nth-child(2) ul.sub-menu {
	position: absolute;
	z-index: 99;
	top: 25px;
	left: -5px;
	display: none;
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 350px;
	/* height: 250px; */
	padding: 4px 10px;	
}

.menu ul li:nth-child(3) ul.sub-menu {
	position: absolute;
	z-index: 99;
	top: 25px;
	left: -5px;
	display: none;
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 338px;
	/* height: 250px; */
	padding: 4px 10px;	
}

.menu ul li:nth-child(5) ul.sub-menu {
	position: absolute;
	z-index: 99;
	top: 25px;
	left: -5px;
	display: none;
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 338px;
	/* height: 250px; */
	padding: 4px 10px;	
}


.menu ul li ul.sub-menu li {
	display: block;
	border-bottom: 1px solid #e1e1e1;
}

.menu ul li ul.sub-menu li:last-child { border-bottom: 0px;}

.menu ul li ul.sub-menu li a {
	text-decoration: none;
	font-family: 'Verdana';
	font-weight: normal;
	color: #363636;
	text-transform: uppercase;
	background: none;
	padding-top: 10px;
	padding-left: 16px;
	height: 39px;
}

.menu ul li ul.sub-menu li a:hover { color: #112860; font-weight: bold; }
.menu ul li.current-menu-parent a, .menu ul li ul.sub-menu > li.current_page_item > a { font-weight: bold; color: #112860; }
/***********************/

/*** Burger Icon ***/
#burger {
	display: block;
	width: 30px;
	height: 25px;
	position: relative;
	float: right;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-top: 20px;
}

#burger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #000;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	cursor: pointer;
}

#burger span:nth-child(1) { top: 0px; }

#burger span:nth-child(2), #burger span:nth-child(3) { top: 10px; }

#burger span:nth-child(4) { top: 20px; }

.mm-opening #burger span:nth-child(1) { top: 10px; width: 0%; left: 50%; }

.mm-opening #burger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg); 
}

.mm-opening #burger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}

.mm-opening #burger span:nth-child(4) { top: 10px; width: 0%; left: 50%; }
/*******************/

/*** Footer ***/
.cmenu-wrapper { width: 16%; }

.smenu-wrapper { width: 21%; }

.cd-big-wrapper { width: 22%; }

.copyright-wrapper { width: 38%; text-align: right; padding-top: 75px; }

footer { min-height: 245px; background-color: #313131; padding-top: 45px; }

.foot-title {
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 13px;
	color: #959595;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.cmenu { padding-left: 1px; }

.smenu { padding-left: 1px; }

.cmenu ul li a, .smenu ul li a {
	padding: 0px;
	font-family: 'Verdana';
	font-size: 12px;
	color: #959595;
	text-decoration: none;
}

.cd-wrapper .address { 
	background: url(../img/footer-icon1.png) top 3px left no-repeat; 
	padding-left: 18px;
	padding-bottom: 8px;
	padding-top: 2px;
}

.cd-wrapper .address p {
	font-family: 'Verdana';
	font-size: 12px;
	color: #959595;
	margin-bottom: 0px;
	line-height: 17px;
}

.cd-wrapper	.phone {
	font-family: 'Verdana';
	font-size: 12px;
	color: #959595;
	background: url(../img/footer-icon2.png) top 3px left no-repeat;
	padding-left: 18px;
	height: 20px;
}

.cd-wrapper .fax {
	font-family: 'Verdana';
	font-size: 12px;
	color: #959595;
	background: url(../img/footer-icon3.png) top 4px left no-repeat;
	padding-left: 18px;
	height: 18px;
}

.cd-wrapper .email {
	font-family: 'Verdana';
	font-size: 12px;
	color: #959595;
	background: url(../img/footer-icon4.png) top 6px left no-repeat;
	padding-left: 18px;
}

.foot-images { padding-right: 2px; }

.copyright {
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	color: #959595;
}
/**************/

/*** Slider ***/
#slider { border-top: 4px solid #00659b; margin-top: 8px; }
.tp-leftarrow.default { 
	width: 30px; 
	height: 78px; 
	background: url(../img/arrow-left.png) no-repeat 0 0; 
}
.tp-rightarrow.default { 
	width: 30px; 
	height: 78px; 
	background: url(../img/arrow-right.png) no-repeat 0 0; 
}
/**************/


/*** Home Page ***/
.home-wrapper > div {
	background: #fff url(../img/map.png) top 5px center no-repeat;
	padding-top: 32px;
	padding-bottom: 52px;
}
.home-wrapper > div > div { padding-top: 22px; padding-bottom: 8px; }
.home-wrapper > div > div:nth-child(2) {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.home-wrapper > div > div:nth-child(3) {
	border-right: 1px solid #d7d7d7;
}
.home-wrapper > div > div:nth-child(4) {
	border-right: 1px solid #d7d7d7;
}

.home-wrapper > div > div:last-child { float: left !important; }
.home-title { 
	font-family: 'Verdana';
	font-size: 11px;
	font-weight: bold;
	color: #112860;
	text-transform: uppercase;
	
}
.short-desc { min-height: 110px; }
.short-desc p {
	font-family: 'Arial';
	font-size: 12px;
	color: #252525;
	text-align: center;
	line-height: 18px;
	padding: 0px 12px;
	margin-bottom: 0px;
}
.learn-more {
	font-family: 'Verdana';
	font-weight: bold;
	color: #448ccb;
	font-size: 12px;
}
/*****************/

/*** Contact Us ***/
.contact-wrapper { padding-bottom: 50px; }
.caption {
	font-family: 'Verdana';
	font-size: 30px;
	text-transform: uppercase;
	color: #028b4e;
}
.contact-caption { padding-top: 38px; padding-bottom: 55px; }
.instruction {
	font-family: 'Verdana';
	font-size: 17px;
	color: #252525;
	padding-left: 1px;
	padding-bottom: 20px;
}
.bloginfo-name {
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 13px;
	color: #112860;
	text-transform: uppercase;
	padding-left: 1px;
}
.detail-wrapper .address p { 
	font-family: 'Verdana'; 
	font-size: 12px;
	color: #252525;
	padding-right: 200px;
	line-height: 20px;
	margin-top: -1px;
	padding-left: 1px;
}
table.contact { border-collapse: collapse; border: 0px; margin-left: 1px; margin-top: 25px;}
table.contact tr td {
	font-family: 'Verdana'; 
	font-size: 13px;
	color: #252525;
	padding: 0px;
}
table.contact tr:nth-of-type(even) { background: none; }
table.contact tr td:first-child { font-weight: bold; width: 10%; }
.enquiry-wrapper input[type="text"] { 
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: 1px solid #e5e5e5;
	padding-left: 15px;
	margin-bottom: 7px;
	font-family: 'Verdana'; 
	font-size: 13px;
	color: #959595;
}
.enquiry-wrapper textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e5e5e5;
	padding-left: 15px;
	font-family: 'Verdana'; 
	font-size: 13px;
	color: #959595;
	height: 250px;
	outline: none;
	margin-bottom: 5px;
}

.wpcf7-validates-as-required::-webkit-input-placeholder,
.contactbox::-webkit-input-placeholder {
	font-family: 'Verdana'; 
	font-size: 13px;
	position: relative;
}

.wpcf7-validates-as-required::-webkit-input-placeholder:before {
	width: 15px;
	height: 10px;
	content: '*';
	color: #ed1c24;
	padding-right: 2px;
	padding-top: 4px;
}

.wpcf7-validates-as-required:-moz-placeholder,
.contactbox::-webkit-input-placeholder { /* Firefox 18- */
	font-family: 'Verdana'; 
	font-size: 13px;
	position: relative;
}

.wpcf7-validates-as-required:-moz-placeholder:before {
	width: 15px;
	height: 10px;
	content: '*';
	color: #ed1c24;
	padding-right: 2px;
	padding-top: 4px;
}

.wpcf7-validates-as-required::-moz-placeholder,
.contactbox::-webkit-input-placeholder {  /* Firefox 19+ */
	font-family: 'Verdana'; 
	font-size: 13px;
	position: relative;
}

.wpcf7-validates-as-required::-moz-placeholder:before {
	width: 15px;
	height: 10px;
	content: '*';
	color: #ed1c24;
	padding-right: 2px;
	padding-top: 4px;
}

.wpcf7-validates-as-required:-ms-input-placeholder,
.contactbox::-webkit-input-placeholder {  
	font-family: 'Verdana'; 
	font-size: 13px;
	position: relative;
}

.wpcf7-validates-as-required:-ms-input-placeholder:before {
	width: 15px;
	height: 10px;
	content: '*';
	color: #ed1c24;
	padding-right: 2px;
	padding-top: 4px;
}

.column2 div:nth-child(1),
.column2 div:nth-child(3) {
	padding-right: 4px;
}
.column2 div:nth-child(2),
.column2 div:nth-child(4) {
	padding-left: 4px;
}
.reset { margin-right: 5px; }
.reset,
.submit {
	width: 112px;
	height: 38px;
	background: #fff url(../img/button.jpg) no-repeat;
	font-family: 'Verdana'; 
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	box-shadow: none;
	border: none;
	outline: none;
}
.button-wrapper { text-align: right; margin-top: -8px;}
div.wpcf7 img.ajax-loader { position: absolute; margin-left: 0; }
div.wpcf7-validation-errors { margin-left: 0; margin-right: 0; }
span.wpcf7-not-valid-tip { font-size: 1em; padding-bottom: 5px; }
.enquiry-title {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 18px;
	color: #112860;
	margin-left: 5px;
	margin-bottom: 10px;
}
.map-wrapper { margin-top: 8px; }
/******************/

/*** About ***/
.banner-wrapper { 
	width: 100%;
	height: 230px;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 8px;
}
.banner {
	font-family: 'Verdana';
	font-style: italic;
	color: #fff;
	font-size: 26px;
	padding: 38px 0px 32px 0px;
}
.overview-wrapper {
	padding-top: 5px;
	padding-bottom: 55px;
 }
table.overview { border-collapse: collapse; border: 0px; }
table.overview tr td {
	font-family: 'Verdana'; 
	color: #252525;
	padding: 0px;
	font-weight:bold;
}
table.overview tr:nth-of-type(even) { background: none; }
table.overview tr td:nth-child(2) { vertical-align: top; }
table.overview tr td:nth-child(2) img { margin-top: 2px; }
 .first{ 
	font-size: 18px; 
	padding-right: 0px; 
	line-height: 25px;
}
 .para{  
	font-size: 13px;
	padding-right: 30px;
	line-height: 20px;
	text-align:justify;
}
.milestone-wrapper { background: #f4f4f4; padding-top: 8px; padding-bottom: 90px;}
.milestone-content > div > div { border-bottom: 1px solid #d7d7d7; padding-left: 8px; margin-bottom: 22px; margin-right: 10px;}
.milestone-content > div > div:last-child { border-bottom: 0px; }
.milestone-content .year {
	font-family: 'Verdana';
	font-style: italic;
	font-size: 18px;
	color: #112860;
	padding-bottom: 3px;
	padding-left: 1px;
}
.milestone-content .summary { padding-right: 35px; }
.milestone-content .summary p { 
	font-family: 'Verdana'; 
	font-size: 13px;
	color: #252525;
}

.iata{float:left;}
/* .profile-wrapper:nth-of-type(even):before {
	content: ' ';
	position: absolute;
	background: #f4f4f4;
	top: 0;
	left: -40%;
	width: 40%;
	height: 100%;
}
.profile-wrapper:nth-of-type(even):after {
	content: ' ';
	position: absolute;
	background: #f4f4f4;
	top: 0;
	right: -40%;
	width: 40%;
	height: 100%;
} */
.profile-wrapper { padding-bottom: 58px; padding-top: 70px; }
.profile-wrapper:nth-child(3n+1) { background: none; padding-top: 0px; padding-bottom: 45px; }
.profile-wrapper:nth-child(3n) { padding-top: 52px; }
.profile-wrapper .after {
	content: ' ';
	position: absolute;
	background: #f4f4f4;
	top: 0;
	height: 100%;
}
.profile-wrapper .before {
	content: ' ';
	position: absolute;
	background: #f4f4f4;
	top: 0;
	height: 100%;
}
.profile-wrapper:nth-child(3n+2) { 
	background: #f4f4f4;
	position: relative;
}
.profile-wrapper .name,
.mv-text {
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 18px;
	color: #112860;
	padding-bottom: 15px;
}
.mv-text { text-transform: uppercase; padding-bottom: 14px;}
.profile-wrapper .intro { padding-right: 0px; }
.profile-wrapper .intro p {
	font-family: 'Verdana'; 
	font-size: 13px;
	color: #252525;
	line-height: 22px;
}
.profile-wrapper .info { padding-right: 0px; }
.profile-wrapper .photo { vertical-align: top; padding-top: 15px; }
.profile-wrapper .photo .img-words { 
	float: right;
	width: 268px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center; 
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.profile-wrapper .photo .img-words .name {
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 15px;
	color: #363636;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 1px;
	height: 22px;
}
.profile-wrapper .photo .img-words .position {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 15px;
	color: #363636;
}
.page-wrapper { padding: 0px 22px 0px 24px; margin-top: 35px; }
.page-container { border-top: 1px solid #ededed; padding-top: 8px; }
.mv-wrapper { margin-bottom: 50px; }
.mv-wrapper .left1 { width: 46%; }
.mv-wrapper .right1 { width: 54%; }
.mission-content { padding-right: 10px; padding-bottom: 15px;}
.vision-content { padding-right: 15px; }
.mission-content p,
.vision-content p,
.img-caption {
	font-family: 'Verdana';
	font-size: 13px;
	color: #252525;
}
.p-bottom { background: #f4f4f4; padding-top: 45px; padding-bottom: 110px;}
.cert-wrapper { float: left !important; }
.cert-wrapper img { border: 1px solid #ebebeb;}
.img-caption { 
	text-align: center;
	padding: 10px 18px 10px 18px;
	line-height: 19px;
	height: 50px;
}

.rounded{border:1px solid #fff; border-radius: 6px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}
.article{ font-family:Verdana, Geneva, sans-serif; font-size:20px; font-weight:bold; text-align:center; color:#489cdf;}
/*************/


/*** Career ***/
.cbanner-wrapper { 
	width: 100%;
	height: 95px;
	background: transparent url(../img/cbanner.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 8px;
}
.career-wrapper { padding-bottom: 80px; }
table.career tr td:first-child { vertical-align: top; padding-top: 2px; }
table.career tr td:first-child p:first-child { padding-right: 42px; }
table.career tr td:first-child p { padding-right: 25px; line-height: 21px; }
table.career tr td p a { color: #252525; text-decoration: underline; }
/**************/


/*** News & Events ***/
.nebanner-wrapper {
	width: 100%;
	min-height: 423px;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 8px;
}
.news-wrapper { width: 25%; text-align: center; padding-bottom: 30px; }
.news-wrapper:last-child { float: left !important; }
.news-wrapper .title {
	font-family: 'Verdana';
	font-size: 13px;
	color: #252525;	
	height: 22px;
	margin-top: 14px;
}
.news-wrapper .date {
	font-family: 'Verdana';
	font-size: 13px;
	color: #252525;	
}
.news-wrapper .download {
	display: block;	
	background: url(../img/icon-download.png) top 3px left 38px no-repeat;
	font-family: 'Verdana';
	font-size: 13px;	
	color: #00753e;	
	margin-top: 8px;
	margin-left: 5px;
	padding-left: 10px;
}
.download{background: url(../img/icon-download.png) top 3px left 72px no-repeat; font-family: 'Verdana'; font-size: 14px; color: #00753e; display:block; width:200px; margin-bottom:20px;}
.news-wrapper .image { position: relative; padding-bottom: 0px; }
.news-wrapper .image img { height: 220px; }
.news-wrapper .image:hover .overlayer { display: block; }
.news-wrapper .overlayer {
	width: 100%;	
	height: 100%;	
	display: none;	
	position: absolute;	
	top: 0;	
	left: 0;	
	background: rgba(0, 114, 188, 0.7) url(../img/icon-zoom.png) top 90px center no-repeat;
}
.news-wrapper .overlayer a {
	text-decoration: none;
	text-align: center;	
	padding-top: 115px;
	display: block;
	font-family: 'Verdana';
	font-size: 12px;
	font-weight: bold;	
	color: #fff;	
	text-transform: uppercase;
}
.ne-wrapper { padding-top: 10px; padding-bottom: 70px; }
/*********************/


/*** Services ***/
.services-wrapper h3
{
   font-size:18px;
   line-height: 24px;
}
.services-wrapper p, .services-wrapper ul
{
   font-size: 13px;
   line-height: 21px;
   padding-right: 20px;
	
}
.sbanner-wrapper {
	width: 100%;
	height: 95px;
	background: transparent url(../img/sbanner.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 8px;
}
.cm-left { width: 45% !important; }
.cm-right { width: 55% !important; }
.cm-large, 
.cm-small { font-family: 'Verdana'; color: #252525; }
.cm-small { font-size: 13px; line-height: 21px; padding-right: 20px;}
.cm-large { font-size: 18px; line-height: 24px; }
.cm-list { margin: 0; padding-bottom: 3px; padding-left: 10px;}
.cm-list li { 
	list-style: none; 
	font-family: 'Verdana'; 
	color: #252525; 
	font-size: 13px;
	padding-bottom: 3px;
}
.list-p { margin-bottom: 4px; padding-left: 10px; }
.service-caption { padding-top: 38px; padding-bottom: 48px; }
.crew-wrapper { 
	background: #f4f4f4 url(../img/smap.png) top 50px center no-repeat;
}
.cmo-wrapper:last-child { float: left !important; }
.cmo-wrapper { border-left: 1px solid #d7d7d7; margin-bottom: 100px; height: 220px; }
.cmo-wrapper .country {
	font-family: 'Verdana';
	font-style: italic;
	font-size: 18px;
	color: #112860;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: -2px;
}
.cmo-wrapper .branch {
    padding-bottom: 3px;
 	height: 41px;
    padding-top: 2px;
}
.cmo-wrapper .branch p,
span.tel,
span.mail
{
	font-family: 'Verdana'; 
	font-weight: bold;
	font-size: 13px;
	color: #252525;
	margin-bottom: 0; 
	line-height: 18px;
}
.cmo-wrapper .address {
    min-height: 90px;
    margin-bottom: 15px;
}
.cmo-wrapper .address p,
.cmo-wrapper .phone,
.cmo-wrapper .email a,
.crew-wrapper .message p {
	font-family: 'Verdana';
	font-size: 13px;
	color: #252525;
	line-height: 18px;
	margin-bottom: 0px;
}
.crew-wrapper .message p {
    line-height: 22px;
}
.crew-wrapper .message { padding: 30px 110px 50px 16px; }
.cmo-wrapper .phone { height: 14px; }
.cmo-wrapper .email a { text-decoration: none; }
/****************/


/*** Offices ***/
.office-map {
	width: 100%;
	min-width: 1000px;
	height: 423px;
	background: transparent url(../img/obanner.jpg) top left no-repeat;
	margin-top: 8px;
	text-align: center;
}
.office-map > div { position: relative; width: 1000px; margin: 0 auto; }
.text-large {
	font-family: 'Verdana'; 
	font-size: 18px;
	color: #252525;
}
.text-small {
	font-family: 'Verdana'; 
	font-size: 13px;
	color: #252525;
}
.text-list { margin: 0; }
.text-list li { 
	list-style: none; 
	font-family: 'Verdana'; 
	font-size: 13px;
	color: #252525;
}
.office-1 { padding-top: 0px; line-height: 22px; }
.office-4 li {
    padding-bottom: 3px;
}
.office-3 { margin-bottom: 4px; line-height: 21px; }
.wrapper3 { border-left: 1px solid #d7d7d7; }
.wrapper3 .title {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 18px;
	color: #112860;
	margin-top: -1px;
	padding-bottom: 2px;
}
.wrapper3 .country p {
	font-family: 'Verdana';
	font-size: 13px;
	color: #252525;
	margin-bottom: 0;
	line-height: 22px;
	margin-top: 1px;
}
.wrapper3 .country {
    padding-bottom: 25px;
    height: 140px;
}
.wrapper3-wrapper { margin-top: 5px; padding-bottom: 70px; }
#pointer0 { top: 349px; left: 570px; }
#pointer1 { top: 291px; left: 555px; }
#pointer2 { top: 305px; left: 639px; }
#pointer3 { top: 284px; left: 474px; }
#pointer4 { top: 253px; right: 523px; }
#pointer5{top: 274px;right: 539px;}
#pointer6{top: 201px;right: 351px;}
#pointer7{top: 187px;right: 360px;}
.pointer div,
.pointer div div p,
.pointer div div span,
a.web {
	font-family: 'Verdana';
	font-size: 13px;
	color: #fff !important;
}
.pointer div p { margin-bottom: 2px; line-height: 19px;}
/***************/


/*** Tooltips ***/
.help-tip{
    position: absolute;
    top: 18px;
	right: 500px; 
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    z-index: 9;
}

.help-tip:before{
    content:' ';
    font-weight: bold;
    color:#fff;
}
.help-tip:hover {
	background-color: #007943;
}

.help-tip:hover div {
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
	z-index: 99;
}

.help-tip > div {	/* The tooltip */
    display: none;
    text-align: left;
    min-height: 150px;
    width: 330px;
    position: absolute;
    right: 30px;
    color: #FFF;
    font-size: 13px;
    z-index: 99;
    line-height: 20px;
    bottom: 0px;
    margin-right: -25px;
}

.help-tip div.tooltip-bg {
 	background-color: rgba(0, 121, 67, 0.9);
    padding: 15px 25px 18px 22px;
 	width: 300px;
 	position: relative;
}
.help-tip div.tooltip-bg:after {
	left: 100%;
	bottom: 3%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.help-tip div.tooltip-bg:after {
	width: 31px;
	height: 36px;
	background: transparent url(../img/tooltip_arrow.png) top right no-repeat;
}

.qimg{float:left; position:relative; top:50px; width:260px; height:160px; padding-left:150px;}

.btn {
    -moz-user-select: none;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;}
	
	
.events{width:222px; height:232px; float:left; box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5); margin-right:20px; margin-top:25px;}
.deets{padding-top:10px; padding-left:5px; text-align:center;}
.deets a{ font: bold 13px 'Verdana'; color:#252525;}
.nimg{float:left; margin-right:15px; margin-bottom:5px;}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}
/****************/

.content { padding-bottom: 40px; }
#my-menu { z-index: 99; }
.clearfix { clear: both; }

@media only screen and (max-width: 64.000em) {
	.profile-wrapper .photo .img-words { float: none; margin-left: 13px; }
	.cm-left { width: 50% !important; }
	.cm-right { width: 50% !important; }
	.cmo-wrapper .branch { min-height: 41px; }
}

@media only screen and (min-width: 48.000em) and (max-width: 48.000em) {
	.menu-wrapper { padding-left: 10px; }
	.logo-wrapper { padding-left: 15px; }
    .menu ul li:first-child a { padding: 0px 7px 0px 6px; }
	.menu ul li a { padding: 0px 6px 0px 3px; }
	.menu ul li:first-child ul.sub-menu { left: -10px; }
	.menu ul li:nth-child(2) ul.sub-menu { left: -10px; }
	.tp-rightarrow.default { right: 120px !important; }
	.tp-leftarrow.default { left: 120px !important; }
	.short-desc { min-height: 150px; }
	span.wpcf7-not-valid-tip { font-size: 0.8em; }
	.img-caption { padding: 10px 0px 10px 0px; }
	table.mv tr td:first-child p:first-child { padding-right: 0px; }
	.cmo-wrapper { width: 50%; }
}

@media only screen and (max-width: 48.000em) {
	.menu-wrapper { padding-left: 10px; }
	footer { padding-top: 0px; }
	.foot-title { padding-bottom: 4px; }
	.cmenu-wrapper { 
		width: 100%; 
		text-align: center; 
		padding-bottom: 25px; 
		padding-top: 20px;
	}
	.popup {
		width: 50%;
		height:auto;
	}
	
	.popup .close {
		color: #FF0000;
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		right: 0px;
		text-decoration: none;
		top: -8px;
		transition: all 200ms ease 0s;
}
	.menu ul li:first-child a { padding: 0px 7px 0px 6px; }
	.menu ul li a { padding: 0px 6px 0px 3px; }
	.smenu-wrapper { width: 100%; text-align: center; padding-bottom: 25px; }
	.cd-big-wrapper { width: 100%; text-align: center; padding-bottom: 25px; }
	.copyright-wrapper { 
		width: 100%; 
		text-align: center; 
		padding-top: 0px; 
		padding-bottom: 20px;
	}
	.cd-wrapper .address { 
		width: 220px; 
		margin: 0 auto; 
		background: url(../img/footer-icon1.png) top 3px left 55px no-repeat;
	}
	.cd-wrapper .phone { width: 110px; margin: 0 auto; }
	.cd-wrapper .fax { width: 110px; margin: 0 auto; }
	.cd-wrapper .email { width: 150px; margin: 0 auto; }
	.profile-wrapper .photo .img-words { width: 100%; margin-left: 0px; }
	.mission-content { padding-right: 0px; }
	.vision-content { padding-right: 0px; }
	.ne-wrapper { padding-bottom: 30px; }
	.news-wrapper { width: 100%; text-align: center; margin-bottom: 30px; }
	.news-wrapper .image { width: 175px; margin: 0 auto; }
	.news-wrapper .download { width: 168px; margin: 0 auto; margin-top: 2px; }
	.cm-left { width: 100% !important; }
	.cm-right { width: 100% !important; }
	.list-p { padding-left: 0px; padding-top: 20px; }
	.cm-list { padding-left: 0px; }
	.vc_single_image-wrapper { text-align: center; }
	.cmo-wrapper { 
		width: 100%; 
		text-align: center; 
		border-left: 0px; 
		margin-bottom: 40px; 
		height: 100%;
	}
	.crew-wrapper .message { text-align: center; padding: 30px 15px 50px 15px; }
	.cmo-wrapper .address { min-height: 100%; }
	.cm-right img { margin-top: 40px; }
}


ul li {
	padding-left: 0px;
	font-size: 13px
}

@media only screen and (max-width: 40.000em) { 
	.tp-rightarrow.default { right: 20px !important; }
	.tp-leftarrow.default { left: 20px !important; }
	.home-wrapper > div > div:nth-child(2) { border-left: 0px; border-right: 0px; }
	.short-desc { min-height: 100%; }
	.learn-more { display: block; margin-top: 8px; margin-bottom: 15px; }
	.home-wrapper > div { background: #fff url(../img/map.png) center no-repeat; }
	.column2 div:nth-child(2), .column2 div:nth-child(4) { padding-left: 15px; }
	.column2 div:nth-child(1), .column2 div:nth-child(3) { padding-right: 15px; }
	div.wpcf7 img.ajax-loader { right: 0; }
	.contact-caption { padding-bottom: 40px; }
	.enquiry-wrapper { margin-top: 12px; }
	.enquiry-title { margin-left: 4px; }
	.detail-wrapper .address p { padding-right: 0px; }
	table.overview tr td:first-child p:first-child { padding-right: 25px; }
	table.overview tr td:first-child p:last-child, table.overview tr td:first-child p:nth-child(2) {
		padding-right: 25px;
	}
	.milestone-content .summary { padding-right: 0; }
	.profile-wrapper .photo .img-words { border: 0px; }
	.mv-wrapper .left1 { width: 100%; }
	.mv-wrapper .right1 { width: 100%; }
	.p-bottom { padding-bottom: 50px; }
	.cert-wrapper { margin-bottom: 25px; }
	table.career tr td:first-child p:first-child { padding-right: 5px; }
	table.career tr td:first-child p { padding-right: 5px; }
	.wrapper3:last-child { border-bottom: 0px; }
	.wrapper3 { 
		border-left: 0px; 
		border-bottom: 1px solid #d7d7d7; 
		margin-bottom: 20px; 
		padding-left: 5px;
	}
	.wrapper3 .country { height: auto; }
}

@media only screen and (max-width: 30.000em) {
	.service-caption { padding-bottom: 40px; line-height: 35px; }
}

@media only screen and (max-width: 25.000em) {
	.foot-images img { width: 88px; }
	.copyright { line-height: 16px; padding-top: 5px; }
	table.contact tr td:first-child { width: 18%; }
	.banner { padding: 20px 0px 0px 0px; line-height: 30px; }
	.milestone-caption { line-height: 36px; }
	.mv-caption { line-height: 35px; }
	.service-caption { padding-bottom: 40px; line-height: 35px; }
}