img {
    vertical-align: middle;
    max-width: 100%;
}

/*Header CSS*/
.navbar-navigation ul {
    list-style:  none;
}

.navbar-navigation > ul > li {
    float:  left;
    position:  relative;
    padding:  0 15px;
}

.navbar-navigation ul.submenu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    min-width: 200px;
    z-index: 10;
    background-color: #0A84CB;
    top: 100%;
}

.navbar-navigation > ul > li > a {
    font-size: 14px;
    font-family:  'Arimo', sans-serif;
    color:  #333;
    text-transform:  uppercase;
    font-weight: normal;
    line-height:  normal;
    padding: 10px 0 15px;
    transition:  all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
}

.navbar-navigation > ul > li > a:hover, 
.navbar-navigation > ul > li > a:focus, 
.navbar-navigation > ul > li > a:active {
    color: #0a84cb;
    text-decoration:  none;
}

.navbar-outer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.navbar-section {
    padding: 10px 0;
    background-color: #fff;
}

.navbar-navigation .menu-list.has-child:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}

.navbar-navigation ul.submenu > li > a {
    color:  #fff;
    padding: 10px 15px;
    display:  block;
    font-family:  'Arimo', sans-serif;
    font-weight:  normal;
    line-height:  normal;
}

.navbar-navigation ul.submenu > li > a:hover, 
.navbar-navigation ul.submenu > li > a:focus, 
.navbar-navigation ul.submenu > li > a:active {
    background-color: #eee;
    color:  #333;
    text-decoration:  none;
}

.navbar-navigation ul.submenu > li {
    border-bottom: 1px solid #eee;
}

.navbar-section.stick {
    position:  fixed;
    top: 0;
    z-index:  100;
    width: 100%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
}

.navbar-section.stick .brand-logo img {
    max-width: 80px;
}

.table-wrapper table tr th {
    font-size: 14px;
    background-color: #0a84cb;
    padding: 6px 10px;
    font-weight: bold;
    text-transform:  uppercase;
    line-height:  normal;
    color:  #fff;
    font-family:  inherit;
    border-right:  1px solid #eee;
}

.table-wrapper table {
    border: 1px solid #0a84cb;
}

.table-wrapper table tr td {
    padding: 6px 10px;
    border-right: 1px solid #0a84cb;
    line-height: normal;
}

.table-wrapper table tr td p {
    margin-bottom: 0;
}
.table-wrapper table tr:nth-child(even) {
    background:  #eee;
}

.table-wrapper table tbody tr:nth-child(even) {
}

.table-wrapper table tr td:last-child {
    border-right:  transparent;
}


.table-wrapper table tr th:last-child {
    border-right:  transparent;
}

/*Inner page css*/
.content-wrapper ul {
    list-style:  none;
    margin-bottom: 20px;
}

.content-wrapper ul li {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.2px;
    font-family:  inherit;
    margin-bottom: 5px;
    position:  relative;
}

.content-wrapper ul li:before {
    content: "\f111";
    font-family: Fontawesome;
    color: rgba(10, 132, 203, 0.64);
    font-size: 11px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 7px;
}
.content-wrapper ul li > ul > li {
    padding-left: 15px;
}

.content-wrapper ul li > ul > li:before {
    color: rgba(85, 85, 85, 0.6);
    font-size: 8px;
    vertical-align: middle;
}
.content-wrapper > ul > li {
    padding-left: 18px;
    position: relative;
}

.our-client-wrapper {
    list-style: none;
}

.our-client-wrapper .owl-item li {
    border: 1px solid #aaa;
    min-height: 230px;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    width: auto;
    position: relative;
    z-index: 10;
}


.owl-nav > * {
    display:  inline-block;
    color:  transparent;
    font-size: 24px;
}

.owl-nav .owl-prev {
    float: left;
}

.owl-nav .owl-next {
    float:  right;
}

.owl-nav {
    position:  absolute;
    width:  100%;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav .owl-prev:before {
    content: "\f053";
    color: #0a84cb;
    font-family:  FontAwesome;
    position:  absolute;
    left:  4px;
}

.owl-nav .owl-next:before {
    content: "\f054";
    color: #0a84cb;
    font-family:  FontAwesome;
    right:  5px;
    position:  absolute;
}

.owl-carousel .owl-item img {width: auto;}



/*Map CSS*/

.map-location iframe {
    width: 100%;
    height: 400px;
}

.content-wrapper table tr td ul li {
    padding-left: 15px;
}

.contact-address-box .address-content > * {
    display:  inline-block;
}

.contact-address-box .address-content .fa {
    width:  auto;
    vertical-align:  top;
}

.contact-address-box .address-content span {
    width: calc(100% - 36px);
}

.toggle-mobile {display: none;}


@media(max-width: 1023px) {
.navbar-outer {
    display: block;
}
.brand-logo {
    display: inline-block;
}  
.navbar-navigation > ul > li {
    float: none;
    padding: 0;
}
.nav.navbar-navigation {
    position: fixed;
    z-index: 10;
    background-color: #000;
    min-width: 250px;
    right: 0;
}
.brand-logo {
    display: flex;
    align-items:  center;
    justify-content:  space-between;
}

.nav.navbar-navigation {
    position: fixed;
    z-index: 10;
    background-color: #1a4071;
    min-width: 250px;
    top: 120px;
    right: -200%;
    height: calc(100vh - 120px);
    overflow: auto;
}

body.slide-active {
    overflow: hidden;
    position: fixed;
}

body.slide-active .nav.navbar-navigation {
    right: 0;
}


.navbar-section .brand-logo img {
    max-width: 70px;
}

.navbar-section.stick .brand-logo img {
    max-width: 70px;
}
.toggle-mobile {display: block;}

.toggle-mobile {
    height: 32px;
    width: 32px;
    background-color: transparent;
    position: relative;
    border: none;
}
.toggle-mobile:before {
    content:  "\f0c9";
    font-family:  FontAwesome;
    font-size:  25px;
    line-height: 33px;
    color: #0a84cb;
    transition:  all .35s ease;
    -webkit-transition: all .35s ease;
}
body.slide-active .toggle-mobile:before {
    content: "\f00d";
}
.navbar-navigation > ul > li > a {
    color: #fff;
    padding: 8px 15px;
    display: block;
    font-family: Roboto;
    font-weight: 400;
}
.navbar-navigation ul.submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding-left: 25px;
}
.navbar-navigation ul.submenu > li {
    border-bottom: transparent;
}

.navbar-navigation ul.submenu > li > a {
    padding: 8px 10px;
    display: block;
    font-family: Roboto;
    font-weight: 400;
}

.navbar-section.stick {
    position: static;
}
.navbar-navigation ul.submenu > li > a:hover, .navbar-navigation ul.submenu > li > a:focus, .navbar-navigation ul.submenu > li > a:active {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

}