/*
Theme Name: aoservicepro
Theme URI: http://www.webexpress.com.sg
Author: WebExpress
Author URI: http://www.webexpress.com.sg
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aoservicepro
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

aoservicepro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

body {
	background: url('images/mooning.png') repeat;
  	padding-top: 0px;
  	padding-bottom: 0px;
}
a, a:hover, a:active, a:focus{ outline: 0!important; }
.container{
	padding-left:30px;
	padding-right:30px;
}
.container .container-fluid{
	margin-left: -15px;
	margin-right: -15px;
}
.container .container-fluid.contact-us{
	margin-left: 0;
	margin-right: 0;
}
#page-header{
	position: relative;
	height: 135px;
	border-left: 10px solid #00649b;
	margin-left:-30px;
	margin-bottom: 20px;
}
.logo{
	margin-left:15px;
}
.main-content{
	background: url('images/main-content-bg.png') repeat-x top center #e3e4e6;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	padding-bottom: 30px;
}
.navbar {
  margin-bottom: 20px;
}
.navbar-default{
	margin-bottom: 0;
	border:0;
	background: transparent;
	margin-top: 80px;
	float: right;
}
.navbar-default .container-fluid{
	padding-right: 0;
}
#navbar{
	padding-right: 0;
}
.header_lang {
    padding: 0.5rem 1.2rem;
    background: #1371a8;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 90%;
}

.header_lang:hover{
  color:#fff;
  text-decoration: none;
}
.nav > li > a{
	padding: 10px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus{
	background-color: #ffffff;
	color: #262626;
}
.dropdown-menu > .active > a:hover{
	background-color: #f5f5f5;
	color: #262626;
}
/* ADDING ON HOVER EFFECT ON BOOTSTRAP DROPDOWN */
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.slider, .page-banner{
	margin-bottom: 20px;
	border-radius: 1.5em;
	font-family: "Century Gothic", 'Muli', sans-serif;
}
.tp-simpleresponsive > ul li{
	border-radius: 1.5em;
}
.home-main-content{
	background: url('images/home-main-content-bg.png') no-repeat top left #FFFFFF;
	min-height: 422px;
}
.home-sidebar{
	height: 466px;
	padding-left: 0px;
}
.content-area{
	padding-bottom: 40px;
}
.content-div{
	background-color: #ffffff;
	padding: 15px 20px;
	border-left: 10px solid #ffcb00;
	border-top-right-radius: 1em;
	font-family: Verdana;
	font-size: 12px;
}
h1.section-title, article h1{
	font-family: "Century Gothic", 'Muli', sans-serif;
	font-size: 24px;
	color: #00649C;
	font-weight: bold;
	font-style: normal;
	word-spacing: 0px;
	line-height: 28px;
	letter-spacing: 0pt;
	margin-bottom: 25px;
}
.home-sidebar h2.section-title{
	font-family: "Century Gothic", 'Muli', sans-serif;
	font-size: 15px;
	color: #00649C;
	font-weight: normal;
	font-style: normal;
	word-spacing: 0px;
	line-height: 15px;
	letter-spacing: 0pt;
	margin-bottom: 25px;
}
article{
	padding:20px 20px 20px 20px;
}
.highlight-ao{
	color:#00649C;
	font-weight: bold;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.services-title{
	color: #00649C;
	font-weight: bold;
	font-size:12px;
	margin-top: 30px;
}
.services-title:first-child{
	margin-top: 0;
}
.services-thumb{
	text-align: center;
}
.services-thumb img{
	border: 1px solid #888888;
	width: 100%;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(143, 143, 145, 0.75);
	-moz-box-shadow:    3px 3px 4px 0px rgba(143, 143, 145, 0.75);
	box-shadow:         3px 3px 4px 0px rgba(143, 143, 145, 0.75);
}
.services-description{
	padding: 20px;
}
.customers_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.customers_list li{
	padding: 4px;
	margin-left: 20px;
}
.customers_list li i.fa{
	font-size: 10px;
	line-height: 14px;
}
.show_more_customers_button{
	margin-top: 10px;
	margin-left: 20px;
	outline: 0!important;
}
.contact-us table h2{
	margin: 0;
	font-family: "Century Gothic", 'Muli', sans-serif;
	font-size: 18px;
	color:#00649C;
	font-weight: bold;
}
footer{
	padding: 15px;
	color:#106BA5;
}
footer p{
	margin: 0;
	font-size: 11px;
}

@media screen and (min-width:768px){
	#wpforms-form-427 label{
        float:left !important;
        min-width:14% !important;
    }
    form#wpforms-form-427 {
        padding-left: 20px;
    }
}
#wpforms-form-427 label{
	font-weight: normal;
    font-size: 12px;
    line-height: 3.3;
    margin: 0 0 4px 0;
    padding: 0;
    font-family: Verdana;
}


#wpforms-form-427 textarea#wpforms-427-field_2 {
    max-width: 514px;
}


#wpforms-form-427 .btn-primary {
    color: #fff !important;
    background-color: #00649c !important;
    border-color: #005483 !important;
    padding: 5px 10px !important;
}


#wpforms-confirmation-427{
	text-align:center;
    background:none !important;
    border:none !important;
}
#wpforms-confirmation-427 p{	
	width:100%;
	float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e0ffc7;
    border: 1px solid #b4d39b;
    margin-top:20px;
    margin-bottom:10px;
}