@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@font-face {
    font-family: 'dax-regularregular';
    src: url('../type/daxregular-webfont.woff2') format('woff2'), url('../type/daxregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dax-boldregular';
    src: url('../type/daxbold-webfont.woff2') format('woff2'), url('../type/daxbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

header,
section,
article,
aside,
nav,
footer,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li details,
figcaption,
figure,
footer,
hgroup,
main,
summary {
    margin: 0;
    padding: 0;
    display: block;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-align: justify;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0;
    margin: 0px;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 0 0
}

dd {
    margin: 0 0 0 0px
}

menu,
ol,
ul {
    padding: 0 0 0 0px
}

nav ul,
nav ol,
li {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

p {
    text-align: justify;
}

button,
input {
    line-height: normal;
    border: none;
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html,
body,
form {
    width: 100%;
    height: 100%;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: 'dax-regularregular';
    font-size: 14px;
}

html,
body,
form {
    width: 100%;
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: 'dax-regularregular';
    font-size: 14px;
    color: #484848;
    background: #FFF url(../images/background.png) repeat;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent;
}

a {
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}


/* ===== Main Style  ============================================================================================================================ */

.top-bar {
    background: rgba(255, 255, 255, 0.5);
    padding: 12px 0;
    float: left;
    position: absolute;
    z-index: 99;
    right: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.top-bar:hover {
    background: #FFF;
}

.head-top-cont {
    width: auto;
    height: auto;
    float: right;
    padding: 0px 20px 0 20px;
}

.login {
    float: left;
    background: url(../images/user.png) no-repeat scroll 0 0;
    height: 20px;
    padding-right: 20px;
}

.login:hover {
    background: url(../images/user.png) no-repeat scroll 0 -21px;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.login a {
    color: #0181c8;
    padding-left: 23px;
    font-size: 16px;
}

.lag {
    float: left;
    font-size: 16px;
    padding-left: 20px;
    border-left: 2px solid #0181c8;
}

.lag a {
    color: #0181c8;
}

.lag a:hover {
    color: #00455f;
}

.login a:hover {
    color: #00455f;
}

#wrapper {
    width: 100%;
    height: auto;
    float: left;
    min-height: 100%;
    height: 100%;
}

.main-warp {
    width: 100%;
    height: auto;
    float: left;
    min-height: 100%;
    overflow: hidden;
}

.page {
    width: 100%;
    height: auto;
    float: left;
}

.container {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    padding: 0 10%;
}

.logo-sec {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 0px;
    background: #FFF;
    z-index: 999;
}

.logo {
    width: 100%;
    height: 112px;
    position: relative;
    z-index: 9999999;
    margin: 0px 0 0;
    background-image: url(../images/mubarrad.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

.logo a {
    width: 100%;
    height: 100%;
    float: left;
}


/* header*/

.menu-part {
    width: 18%;
    height: auto;
    position: absolute;
    z-index: 9999;
    margin-left: 2%;
    margin-top: 15px;
    position: fixed;
}

header {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-top: 15px;
    background: #cdd7db;
}

header nav {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 0 0 0px;
}

header nav ul {
    width: 100%;
    height: auto;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 0;
    overflow: visible;
    padding: 0;
}

header nav ul li {
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    position: relative;
}

header nav ul li a {
    width: 100%;
    height: auto;
    float: left;
    color: #004660;
    padding: 20px 0 20px 50px;
    border-bottom: #84b2cb solid 1px;
}

header nav ul li:hover a {
    background: #0181c8;
    color: #FFF;
}

.home-cont {
    width: 100%;
    float: left;
    padding: 0;
}

.drop-menu {
    width: 300px !important;
    height: auto;
    float: none;
    position: absolute;
    right: -100%;
    z-index: 99 !important;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 0 0 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    padding: 0px 0px;
    top: -24px;
    background: #0181c8;
}

nav ul>li:hover .drop-menu {
    visibility: visible;
    opacity: 1;
    top: 24;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-align: left;
    right: -300px;
}

nav ul .drop-menu li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    text-transform: uppercase;
    position: relative;
    flex: none;
}

nav ul .drop-menu li a {
    width: 100%;
    height: auto;
    float: left;
    color: #FFF;
    font-size: 14px;
    background: none;
    float: left;
    padding: 10px 10px 10px 20px;
    background: none !important;
    border-bottom: #FFF solid 1px;
}

nav ul .drop-menu li:hover a {
    background: #205169 !important;
    color: #FFF;
}

.banner {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}


/*
.banner:after { width: 100%; height: 100%; position: absolute; content: ''; background: url(../images/banner-bg.png) repeat; top: 0px; left: 0px; opacity: 0.4; } */

.banner img {
    width: 100%;
}

.banner .slick-prev,
.banner .slick-next {
    right: 100px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border: #1a314f solid 1px;
    padding: 0 0 0 60px;
    margin: 0px 0 0 60px;
    top: inherit;
    top: 70%;
}

.banner .slick-prev {
    background: rgba(255, 255, 255, 0.8) url(../images/banner-arrow1.png) no-repeat left top;
    left: inherit;
    right: 160px;
}

.banner .slick-prev:hover {
    background: #1085b1 url(../images/banner-arrow1.png) no-repeat left bottom;
}

.banner .slick-next {
    margin: 0 0 0 121px;
    background: rgba(255, 255, 255, 0.8) url(../images/banner-arrow2.png) no-repeat left top;
}

.banner .slick-next:hover {
    background: #1085b1 url(../images/banner-arrow2.png) no-repeat left bottom;
}

*/ .banner-content {
    width: 50%;
    height: auto;
    position: absolute;
    right: 10%;
    z-index: 9999;
    top: 50%;
    transform: translateY(-60%);
}

.banner-content h2,
.inner h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 70px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.5) 0 2px 1px;
    padding: 0 100px 0 0;
    text-align: right;
    line-height: 80px;
}

.slick-next:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 50px;
    top: 50%;
    left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page-head {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}

.page-head h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 45px;
    color: #00455f;
    text-transform: uppercase;
}

.breadCrumb {
    width: 100%;
    height: auto;
    float: left;
}

.breadCrumb ul {
    float: left;
    list-style: none;
    margin: 0px 0 0 0px;
}

.breadCrumb ul li {
    float: left;
    color: #00455f;
    margin: 0px 8px 0 0;
    padding: 0 14px 0 0;
    background: url(../images/bread.png) no-repeat right 4px;
    text-transform: uppercase;
    font-size: 13px;
}

.breadCrumb ul li:last-child {
    background: none;
}

.breadCrumb ul li a {
    color: #00455f;
    float: left;
}

.breadCrumb ul li a:hover {
    color: #0c0c0c;
}

.midd-wrap {
    width: 100%;
    height: auto;
    float: left;
}

.home-about {
    width: 100%;
    height: auto;
    float: left;
    padding: 110px 0px 80px 0px;
    background: rgba(0, 69, 95, 1);
    position: relative;
}

.home-about:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: url(../images/abt-background.png) repeat;
    background-attachment: fixed;
    top: 0px;
    left: 0px;
}

.home-warap h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 45px;
    color: #00455f;
    text-transform: uppercase;
}

.home-about h1 {
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.abt-left {
    width: 50%;
    height: auto;
    float: left;
    padding-right: 50px;
}

.abt-right {
    width: 50%;
    height: auto;
    float: left;
    padding-right: 50px;
}

.home-about p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #FFF;
    padding: 17px 0 0 0;
    font-weight: 300;
    line-height: 32px;
}

.about-more {
    width: auto;
    height: auto;
    float: right;
    margin: 45px 30px 0 0;
    position: relative;
    z-index: 9;
}

.about-more a {
    width: auto;
    height: auto;
    float: left;
    font-size: 15px;
    color: #FFF;
    padding: 10px 45px;
    border: #203d76 solid 1px;
    text-transform: uppercase;
    border: #FFF solid 2px;
    border-radius: 50px;
}

.about-more:hover a {
    background: #1085b1;
    color: #FFF;
}

.home-about .container {
    z-index: 9999;
}

.home-midd-part {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0px 100px 0px;
    margin: 0px 0 0 0;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.services-slider {
    width: 100%;
    height: auto;
    float: left;
    margin: 35px 0 0 0;
    position: relative;
    z-index: 999;
}

.srv-slide {
    width: 101.2%;
    height: auto;
    float: left;
    margin: 30px 0 0 -10px;
}

.srv-slide .slick-prev,
.srv-slide .slick-next {
    right: 8px;
    left: inherit;
    z-index: 9999;
    width: 55px;
    height: 45px;
    top: -80px;
    margin: 0px;
}

.srv-slide .slick-prev {
    background: #00455f url(../images/arrow1.png) no-repeat center center;
}

.srv-slide .slick-prev:hover {
    background: #1085b1 url(../images/arrow1.png) no-repeat center center;
}

.srv-slide .slick-next {
    background: #00455f url(../images/arrow2.png) no-repeat center center;
    right: 64px;
}

.srv-slide .slick-next:hover {
    background: #1085b1 url(../images/arrow2.png) no-repeat center center;
}

.services-box {
    position: relative;
    clear: both;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    padding: 0 10px;
}

.subsidiarie-img {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    min-height: 220px;
    max-height: 220px;
}

.subsidiarie-img img {
    width: 100%;
}

.subsidiari-bottom {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 20px 20px 20px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
    margin-bottom: 10px;
}

.subsi-logo {
    width: 100%;
    height: auto;
    float: left;
    background: #FFF;
    margin: -50px 0 0 0;
}

.services-box h2 {
    width: 100%;
    height: 65px;
    float: left;
    font-size: 16px;
    color: #001f2c;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0 0 0;
}

.subsi-more {
    width: 100%;
    height: auto;
    float: left;
    color: #0181c8;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    background: url(../images/more-arrow.png) no-repeat right -26px top;
}

.bottom-part {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 0 0px;
    margin: 0px 0 0 0;
    background: rgba(0, 69, 95, 1);
    position: relative;
}

.bottom-part .right-cont {
    padding: 0px;
}

.bottom-part:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: url(../images/abt-background.png) repeat;
    background-attachment: fixed;
    top: 0px;
    left: 0px;
}

.stock-exchange {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0 0 0;
}

.footer-cont {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
}

.footer-contact {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    background-attachment: fixed;
    position: relative;
    padding: 70px 0 50px 50px;
    z-index: 999;
}

.bottom-part h1 {
    color: #FFF;
}

.latest-news-sec {
    width: 50%;
    height: auto;
    float: left;
    padding: 70px 50px 0px 50px;
    position: relative;
    z-index: 9;
    background: rgba(1, 129, 200, 1);
}

.latest-news-sec:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: url(../images/abt-background.png) repeat;
    background-attachment: fixed;
    top: 0px;
    left: 0px;
}

.home-news-slide {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0 50px 0;
    position: relative;
    z-index: 999;
}

.lt-news-cont {
    width: 80%;
    height: auto;
    float: left;
    padding: 10px 0 0 25px;
}

.lt-news-cont h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #FFF;
    font-weight: 300;
}

.lt-news-date {
    max-width: 100px;
    width: 100px;
    height: 100px;
    float: left;
    background: #FFF;
    border-radius: 100px;
    text-align: center;
    text-align: center;
}

.lt-news-date h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    color: #0181c8;
    font-weight: 400;
    margin-top: 20px;
}

.lt-news-date p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    color: #00455f;
    margin-top: -10px;
    text-align: center;
}

.home-news-slide .slick-prev,
.home-news-slide .slick-next {
    left: inherit;
    right: 60px;
    z-index: 9999;
    width: 55px;
    height: 45px;
    top: -60px;
}

.home-news-slide .slick-prev {
    background: url(../images/arrow4.png) no-repeat center center;
}

.home-news-slide .slick-prev:hover {
    background: #00455f url(../images/arrow1.png) no-repeat center center;
}

.home-news-slide .slick-next {
    background: url(../images/arrow5.png) no-repeat center center;
    right: 110px;
}

.home-news-slide .slick-next:hover {
    background: #00455f url(../images/arrow2.png) no-repeat center center;
}

.news-align {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
}

.btn-more {
    height: auto;
    float: right;
    margin: 10px 0 0 0;
}

.btn-more {
    height: auto;
    float: right;
    margin: 10px 0 0 0;
}

.btn-more a {
    width: auto;
    height: auto;
    float: left;
    color: #00455f;
    padding: 0 30px 0 0;
    position: relative;
}

.btn-more a:after {
    content: '';
    width: 26px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/btn-more.png) no-repeat right top;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.btn-more a:hover {
    color: #FFF;
    padding: 0 40px 0 0;
    background-position: right top;
}


/* inner page */

.btn-more a:hover:after {
    background-position: left top;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.news-more {
    height: auto;
    float: right;
    margin: 10px 0 0 0;
}

.news-more a {
    width: auto;
    height: auto;
    float: left;
    color: #00455f;
    padding: 0 30px 0 0;
    position: relative;
}

.news-more a:after {
    content: '';
    width: 26px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/news-arrow.png) no-repeat right top;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.news-more a:hover {
    color: #0181c8;
    padding: 0 40px 0 0;
    background-position: right top;
}


/* inner page */

.news-more a:hover:after {
    background-position: left top;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

@-webkit-keyframes moveUp {
    0% {}
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {}
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.footer-contact.footer-contact .footer-contact h1 {
    color: #333;
}

.footer-contact ul {
    width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-contact li {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 18px;
    color: #dfe5e8;
    font-weight: 400;
    padding: 0 0 0 0px;
    margin: 10px 0 0 0;
    line-height: 28px;
}

.footer-contact li a {
    color: #cdd7db;
}

.footer-contact li a:hover {
    color: #218ecb;
    text-decoration: underline;
}

footer {
    background: #242424 none repeat scroll 0 0;
    float: left;
    height: 60px;
    margin-top: 0px;
    position: relative;
    width: 100%;
}

.footer-area {
    width: 100%;
    height: auto;
    float: right;
    padding: 0 60px;
}

.footer-area p {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #FFF;
    line-height: 60px;
}

.designby {
    float: right;
    color: #ffffff;
    margin: 0 22px 0 0;
    line-height: 50px;
}

@-webkit-keyframes change-color {
    0% {
        color: #FFF;
    }
    100% {
        color: #3d3e3d;
    }
}

@keyframes change-color {
    0% {
        color: #fdf000;
    }
    100% {
        color: #000;
    }
}

.projects-cont .product-list {
    margin-top: 55px;
    margin-bottom: 0px
}


/* ----- pagesnation Area end ----- */


/* ==========================================================================   Media Queries   ========================================================================== */

@media only screen and (max-width:1170px) {
    footer .footer-top {
        width: 104%;
        margin-left: -4%;
    }
    footer .footer-top .footer-blk {
        margin-left: 4%;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}


/* ==========================================================================   Helper classes   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================   Print styles   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*AJESH CSS*/


/*product page*/

.product-list {
    width: 100%;
    float: left;
    margin-bottom: 55px;
}

.right-tab {
    float: right;
    padding: 0 0 0 40px;
}

.left-img {
    float: left;
}

.menu__tabs {
    list-style: none;
    overflow: hidden;
    border: 1px solid #e0e0e0
}

.menu__tabs li {
    float: left;
    font-size: 1.3em;
}

.menu__tabs a {
    padding: 1em;
    background: #fff;
    display: inline-block;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu__tabs a:hover {
    background: #E2E2E2;
}

.menu__tabs a.active {
    color: #fff;
    background: #203d76;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menu__tabs a.active:before {
    width: 30px;
    height: 17px;
    content: '';
    background: url(../images/tab-active.png) no-repeat;
    position: absolute;
    top: 60px;
    z-index: 999;
}

.menu__tabs a.active i {
    color: #fff;
}

.menu__tabs a i {
    margin-right: 3px;
    color: #fff;
}


/*--------------------------* MENU WRAPPER---------------------------*/

.menu {
    margin: 55px auto;
    width: 100%;
    position: relative;
}

.menu__wrapper {
    padding: 2em;
    position: relative;
    z-index: 400;
    background: #FFF;
    min-height: 300px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

.menu__wrapper .menu__item {
    line-height: 1.3;
    color: #76716f;
    display: none;
}

.menu__wrapper .menu__item.item-active {
    display: block;
}

.menu__wrapper .menu__item h3 {
    font-size: 1.8em;
    color: #333b48;
    padding-bottom: 5px;
    margin-bottom: 12px;
}

.menu__wrapper .menu__item p {
    font-size: 1.3em;
    line-height: 1.6em;
    color: #76716f;
}


/*product page Details*/

.slicknav_menu {
    display: none;
}

.product-detail-img {
    width: 45%;
    float: left;
}

.product-detail-img img {
    width: 100%;
}

.product-cont {
    width: 55%;
    float: left;
    padding-left: 30px;
}

.product-cont h2 {
    font-size: 20px !important;
    color: #203d76;
    font-family: 'dax-boldregular';
    width: 100%;
    margin: 0px 0 0 20px !important;
    padding-bottom: 15px;
}

.product-cont ul li {
    padding: 5px 20px;
    color: #333;
}

.product-cont ul li b {
    font-size: 15px;
    color: #000;
    font-family: 'dax-boldregular';
}

.our-product {
    width: 100%;
    float: left;
    margin: 40px 0px;
}

.our-product h2 {
    font-size: 28px !important;
}

.proj-details {
    width: 100%;
    float: left;
    margin: 0;
    margin-top: 50px;
    padding: 10px 0px;
    height: auto;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.proj-details h2 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #203d76;
    font-family: 'dax-boldregular';
    padding: 10px 15px;
}

.proj-details p {
    width: 100%;
    float: left;
    padding: 10px 15px;
    margin-bottom: 100px;
}

.projects {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 60px;
}

.btn-view {
    margin-left: 20px;
    width: 100%;
    height: auto;
    float: left;
}

.icon-camera {
    background: url(../images/icon-camera.png);
    position: relative
}

.btn-view a {
    background: #203d76;
    padding: 15px 35px;
    display: inline;
    color: #FFF;
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase;
    border-radius: 4px;
    height: auto;
    width: auto;
    float: left;
}

.btn-view a:hover,
.apply-btn:hover {
    background: #0174f4;
}

.btn-view h2 {
    font-size: 18px !important;
    color: #000;
    font-weight: normal;
    padding: 15px 0px;
    margin: 10px 0px !important;
    width: 100%;
    height: auto;
    float: left;
}

.project-content-details {
    width: 100%;
}

.project-content-details h2 {
    color: #33518a;
    font-size: 50px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.project-content-details h3 {
    color: #252525;
    font-size: 25px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-family: 'dax-boldregular';
    padding-bottom: 8px
}

.project-content-details h4 {
    color: #252525;
    font-size: 20px;
    padding: 0px 20px;
    text-transform: uppercase;
    padding-bottom: 30px;
}


/*Quation page check-box css ajesh*/

#check input[type="checkbox"] {
    display: none;
}

.q-radio-list {
    width: 100%;
    height: auto;
    float: left;
}

.q-radio-list li {
    width: auto;
    height: auto;
    float: left;
    padding: 0 30px 0 0;
}

.q-radio-list input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.q-radio-list input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 30px;
    background: url('../images/checks.png') no-repeat 0 0;
    cursor: pointer;
    font-size: 16px;
    color: #101010;
    line-height: 24px;
}

.q-radio-list input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: 0;
    padding-left: 30px;
    background: url('../images/checks2.png') no-repeat 0 0;
    cursor: pointer;
    font-size: 16px;
    color: #101010;
    line-height: 24px;
}

.q-radio-list input[type=checkbox]:not(old):checked+label {
    background-position: 0 -48px;
}


/*inner pages common css */

.inner-area {
    width: 100%;
    float: left;
    height: auto;
    background: rgba(158, 158, 158, 0.1)
}

.left-cont {
    width: 18%;
    height: auto;
    float: left;
    margin-left: 2%;
}

.right-cont {
    width: 80%;
    height: auto;
    float: right;
    padding: 0 50px;
}

.home-right-cont {
    width: 100%;
    height: auto;
}

.inner-cont {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0px 100px 0;
}

.inner-cont h2 {
    height: auto;
    font-size: 33px;
    font-family: 'dax-boldregular';
    color: #0181c8;
    text-transform: uppercase;
    padding: 20px 0 10px 0px;
    text-align: left;
}

.inner-cont p {
    width: 100%;
    height: auto;
    font-size: 17px;
	padding:0 0 0 5px;
 
}


/*.inner-menu{ position:fixed;}*/

.inner-banner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
}

.inner-banner img {
    width: 100%;
}


/*about  page*/

.about-us {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px 25px 75px 0
}

.about-details {
    width: 100%;
    float: left;
    height: auto;
    padding: 22px 30px 22px 40px;
    background: #0181c8;
    margin: 50px 0 80px 0;
}

.about-details ul {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 20px;
}

.about-details ul li {
    width: 100%;
    float: left;
    height: auto;
    font-size: 26px;
    list-style: inside;
    font-weight: 600;
    padding-bottom: 20px;
    color: #FFF;
    line-height: 40px;
}

.abt-img {
    width: 30%;
    float: left;
    height: auto;
    padding: 25px 50px 0 0
}

.abt-img img {
    width: 100%;
}

.about-details p {
    font-size: 16px;
    color: #484848;
    line-height: 28px;
    padding-top: 20px;
}

.conmpany-purposes {
    width: 70%;
    float: left;
    height: auto;
}

.conmpany-purposes ul {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 30px;
}

.conmpany-purposes ul li {
    width: 100%;
    float: left;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    padding-left: 50px;
    padding-bottom: 30px;
    background: url(../images/tick.png) no-repeat left 0 top 0px;
    background-size: 30px;
}

.conmpany-purposes p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 22px;
    line-height: 40px;
    color: #0181c8;
    margin-top: 20px;
}

.stanards-professional {
    width: 100%;
    float: left;
    height: auto;
}

.stanards-professional-details {
    width: 60%;
    float: left;
    height: auto;
    padding-right: 40px;
    margin-top: 50px;
}

.stanards-professional-details ul {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.stanards-professional-details li {
    width: 100%;
    float: left;
    height: auto;
    background: url(../images/tick.png) no-repeat left 0 top 0px;
    background-size: 25px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 25px;
}

.stanards-professional ul {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

.stanards-professional ul li {
    width: 100%;
    float: left;
    height: auto;
    background: url(../images/tick.png) no-repeat left 0 top 0px;
    background-size: 25px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 25px;
}


/*vison mission  page*/

.vision-mission {
    width: 100%;
    float: left;
    height: auto;
    padding: 80px 0px 75px 0px;
}

.vision-mission h3 {
    font-size: 35px;
    color: #0181c8
}

.vision {
    width: 60%;
    float: left;
    height: auto;
    padding: 10px 0 10px 30px;
}

.vision p {
    font-size: 16px;
    color: #484848;
    line-height: 30px;
    padding-top: 20px;
}

.mission {
    width: 60%;
    float: left;
    height: auto;
    padding: 10px 0 10px 30px;
}

.mission p {
    font-size: 16px;
    color: #484848;
    line-height: 30px;
    padding-top: 20px;
}

.side-img {
    width: 30%;
    height: auto;
    float: left;
}

.side-img img {
    width: 100%;
}

.vision-wrap {
    width: 50%;
    height: auto;
    float: left;
}


/*QA/QC  page*/

.qa {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0;
}

.qa-img {
    width: 40%;
    height: auto;
    float: left;
    margin-top: 40px;
}

.qa-img img {
    width: 100%;
}

.qa-content {
    width: 58%;
    height: auto;
    padding: 10px 0 10px 50px;
    float: left;
}

.qa p {
    font-size: 16px;
    color: #484848;
    line-height: 28px;
    padding-top: 0px;
}

.qa-content.down {
    padding-left: 0px;
    padding-right: 50px;
}


/*Commitment to Environment page*/

.commitment {
    width: 100%;
    float: left;
    height: auto;
    padding: 100px 0px
}

.environment {
    width: 35%;
    float: left;
    height: auto;
}

.environment img {
    width: 100%;
    height: auto;
}

.commitment-list {
    width: 55%;
    float: left;
    height: auto;
    margin: 10px 0px 10px 50px;
}

.commitment-list ul {
    width: 100%;
    margin: 0;
    padding: 0 0 0 30px;
}

.commitment-list ul li {
    padding: 10px 0;
    list-style: url(../images/line.png);
    font-size: 16px;
}


/*board of director page*/

.directors {
    width: 100%;
    float: left;
    height: auto;
    padding: 50px 0 80px 0;
}

.directors-list {
    width: 103%;
    height: auto;
    float: left;
    margin: 0 0 0 -3%;
    display: flex;
    flex-wrap: wrap;
}

.directors-list li {
    float: left;
    padding: 5px 5px;
    margin: 20px 0 0 3%;
    width: 17%;
    background: #ffffff;
    text-align: center;
    box-shadow: 1px 1px 5px 1px #e2e2e2;
}

.directors h3 {
    color: #0181c8;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0;
    width: 100%;
    height: 80px;
    float: left;
}

.directors h2 {
    padding-left: 18px;
    margin-top: 50px;
}

.directors h4 {
    font-size: 15px;
}

.profile {
    text-align: center;
    padding: 10px;
    width: 100%;
    float: left;
}

.profile-text {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 20px 15px 20px;
}

.profile img {
    width: 100%;
}

.management {
    width: 100%;
    float: left;
    height: auto;
    padding: 50px 0 80px 0;
}

.management-list li {
    float: left;
    padding: 5px 5px;
    margin: 20px 0 0 1%;
    width: 26%;
    background: #ffffff;
    text-align: center;
    box-shadow: 1px 1px 5px 1px #e2e2e2;
    /*height:350px;*/
}

.management h3 {
    color: #0181c8;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0;
}

.management h2 {
    padding-left: 18px;
    margin-top: 50px;
}

.management h4 {
    font-size: 15px;
}

.management-list {
    width: 102%;
    height: auto;
    float: left;
    margin: 0 0 0 -2%;
}


/*Join our Team page*/

.join {
    width: 100%;
    float: left;
    height: auto;
    margin: 50px 0px;
}

.join-content {
    width: 50%;
    height: auto;
    float: left;
    padding-right: 60px;
}

.join-content p {
    font-size: 16px;
    line-height: 28px;
}

.join-img {
    width: 35%;
    float: left;
}

.join-img img {
    width: 100%;
}


/*havey equipment page*/

.heavy-equipment {
    width: 100%;
    float: left;
    height: auto;
    margin: 50px 0
}

.leasing {
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 0px;
}

.leasing h3 {
    font-size: 22px;
    color: #00455f;
    font-weight: 400;
    padding: 15px 0
}

.transportation {
    width: 100%;
    float: left;
    height: auto;
    background: #0181c8;
}

.transport-img {
    width: 35%;
    float: left;
}

.transport-img img {
    width: 100%;
}

.transport-list {
    width: 65%;
    float: left;
    height: auto;
    padding: 30px 30px;
}

.list li {
    padding: 10px 0px;
    font-size: 16px;
    color: #fff;
}

.transportation h3 {
    color: #FFF;
    font-size: 22px;
    font-family: 'dax-boldregular';
}

.list {
    width: 50%;
    float: left;
    height: auto;
    padding: 20px 0
}

.construction {
    width: 100%;
    float: left;
    height: auto;
    background: #00455f;
    margin-top: 50px;
}

.construction h3 {
    color: #FFF;
    font-size: 22px;
    font-family: 'dax-boldregular';
}

.sales {
    width: 100%;
    float: left;
    height: auto;
}

.sales h3 {
    font-size: 22px;
    color: #00455f;
    font-weight: 400;
    padding: 15px 0
}

.view-details {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 0 0 0;
}

.view-details a {
    width: auto;
    height: auto;
    float: left;
    font-size: 15px;
    color: #0181c8;
    padding: 0 35px 0 17px;
    background: url(../images/new-arrow.png) no-repeat right 0px top 3px;
}

.view-details a:hover {
    color: #0181c8;
    padding: 0 42px 0 17px;
}


/*corperate-goverance page*/

.faqTab .accordion-content p {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 10px 0px;
    font-size: 16px;
    color: #333;
    position: relative;
    line-height: 25px
}

@-webkit-keyframes moveUp {
    0% {}
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {}
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/*Trucks Body Manufacturing page*/

.manufacturing {
    width: 100%;
    float: left;
    height: auto;
}

.manufact-list {
    width: 30%;
    float: left;
    height: auto;
    padding: 0 15px;
}

.manufact-list h3 {
    font-size: 22px;
    color: #00455f;
    font-weight: 400;
    padding: 15px 0;
}

.truck-img {
    width: 20%;
    float: left;
    height: auto;
    margin: 20px 0;
}

.truck-img img {
    width: 100%;
}

.truck li {
    padding: 8px 0;
    font-size: 16px;
}


/*corperate-goverance page*/

.corperate-goverance {
    width: 100%;
    float: left;
    height: auto;
    margin: 50px 0
}

.corperate-goverance h3 {
    color: #0181c8;
    font-size: 25px;
    padding: 15px 0;
}

.goverance li {
    padding: 18px 20px;
    font-size: 16px;
}

.goverance li a {
    color: #000;
}


/*.coperate-img{ width:45%; float:left; margin:0; height:auto;}
.coperate-img img{ width:100%;}*/

.coperate {
    width: 60%;
    height: auto;
    float: left;
}

.coperate-img {
    width: 33.3%;
    height: auto;
    float: left;
}

.coperate-img img {
    width: 100%;
    height: auto;
    float: left;
}

.blue {
    width: 100%;
    background: #aae1ff;
}

.gray {
    width: 100%;
    background: #91cbea;
}

.shipping-warehouse {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0;
}

.shipping {
    width: 50%;
    float: left;
    height: auto;
}

.shipping-img {
    width: 40%;
    float: left;
}

.shipping-img img {
    width: 100%;
}


/*news page*/

.news-page {
    width: 100%;
    float: left;
    padding: 70px 0px;
}

.date-circle {
    max-width: 250px;
    width: 20%;
 
	padding:0 20px;
    float: left;
  
}

.date-circle p {
width:auto;font-size: 18px;
}

.date-circle h3 {

    height: auto;
    float: left;
    font-size: 18px;
    color: #FFF;

color: #484848;
}

.news-line {
    width: 80%;
    height: auto;
    float: left;

}

.news-line h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #484848;
    font-weight: 300;
    padding: 0px;
    text-align: justify;
}
.news-line h3:hover{
	color:#00455f;
	    text-decoration: underline;
}
.news-list li {
    width: 100%;
    float: left;
	background:#FFF;
}
.news-list li.head{
	background:#0181c8;
	border-radius: 10px 10px 0 0;
	
}

.news-list li.head h3{
font-weight:800;
	color:#FFF;
}
.news-list li:nth-child(even){
	background:#f2f2f2;
}

.news-list li.head .news-line {
font-weight:800;
	color:#FFF;	
}

/*financial-investment page*/

.financial-investment {
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0 100px 0px;
}

.invest li {
    width: 30.8%;
    float: left;
    padding: 7px 10px 7px 10px;
    background: #FFF;
    margin: 0px 5px;
    box-shadow: 0px 1px 1px 0px #b5b5b5;
}

.invest {
    width: 100%;
    float: left;
    padding: 0;
}

.invest h3 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
}

.finacial {
    width: 100%;
    float: left;
}

.finacial-img {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.finacial-img img {
    width: 100%;
}


/*real-estate page*/

.real-estate {
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0 100px 0px;
}

.real-esate-cont {
    width: 100%;
    float: left;
}

.real-esate-img {
    width: 100%;
    float: left;
}

.real-esate-img img {
    width: 100%;
}

.managing-subsidiaries {
    width: 100%;
    float: left;
    height: auto;
    padding: 100px 0;
}

.managing-img {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.managing-img img {
    width: 100%;
}


/*Apply onlie page*/

.quotation-form {
    width: 100%;
}

.form-list {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}

.form-list li {
    width: 46%;
    height: auto;
    float: left;
    margin: 10px 0 20px 15px;
}

.form-list li.floatR {
    float: left;
}

.field {
    width: 100%;
    height: auto;
    float: left;
    border: #8c8c8c solid 1px;
    border-radius: 3px;
    background: #FFF;
    color: #626262;
    padding: 20px 0 20px 20px;
    font-size: 15px;
    position: relative;
}

::-moz-input-placeholder:after {
    content: "*";
    color: red;
}

.text-area {
    height: 130px;
    resize: none;
}

.field-text {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #393939;
    padding: 0 0 8px 0;
    font-family: 'dax-boldregular';
}

.field-text span {
    color: #F00;
}

.field:focus {
    border: #bababa solid 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #232323;
}

.form-list li.fullWidth {
    width: 100%;
}

.career-left-image {
    width: 33%;
    height: auto;
    float: left;
    padding-left: 60px;
}

.career-left-image img {
    width: 100%;
}

.career-from .form-list {
    margin: 30px 0 0 0;
}

.radio-box-area {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
}

.radio-box {
    width: auto;
    height: auto;
    float: left;
    margin-right: 20px;
}

.input-controls input[type="radio"] {
    display: none;
}

.input-controls input[type="radio"]+label {
    color: #393939;
    font-size: 16px;
    cursor: pointer;
    /*background: url(../images/check_radio_sheet.png) -24px top no-repeat; cursor: pointer;*/
}

.input-controls input[type="radio"]+label.mText {
    font-size: 13px;
    color: #393939;
}

.input-controls input[type="radio"]+label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 10px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) -24px top no-repeat;
    cursor: pointer;
}

.input-controls input[type="radio"]:checked+label span
/*,.input-controls input[type="radio"]:checked + label*/

{
    background: url(../images/check_radio_sheet.png) -49px top no-repeat;
}

.input-controls label a {
    color: #000;
    text-decoration: underline;
}

.input-controls label a:hover {
    text-decoration: none;
}

img-uploader {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 15px;
}

.img-uploader h3 {
    padding-bottom: 15px;
    color: #000;
}

.img-uploader h4 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 26px;
    padding: 0px 0 50px 0;
    color: #414141;
    font-family: 'dax-boldregular';
}

.fake-btn {
    background: #f0f0f0;
    color: #4d525b;
    border: 1px solid #75787d;
    padding: 12px 70px;
    position: relative;
}

.btn-upload {
    width: 12px;
    height: 12px;
    background: url(../images/btn-plus.png) no-repeat;
    position: absolute;
    margin-left: 50px;
    top: 15px;
    left: -10px;
}

.file-drop-area {
    border: 1px dashed #989898;
    float: left;
    border-radius: 3px;
    background: #ebebeb;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    padding: 21px 15px;
    position: relative;
}

.file-input {
    opacity: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.req-txt {
    width: auto;
    height: auto;
    float: right;
    font-size: 14px;
}

.req-txt em {
    color: #F00;
    font-style: normal;
    font-size: 16px;
}

.btn-area {
    width: auto;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}

a.apply-btn,
.apply-btn {
    width: auto;
    height: auto;
    float: left;
    border-radius: 4px;
    background: #0181c8;
    color: #FFF;
    font-size: 18px;
    padding: 15px 35px;
    text-transform: uppercase;
}

a.apply-btn:hover,
.apply-btn:hover {
    background: #0174f4;
}

.apply-online {
    width: 100%;
    float: left;
    margin: 0;
    padding: 30px 0 100px 0;
}


/*Contact us page*/

.contact-us {
    width: 100%;
    float: left;
    margin: 0;
    padding: 30px 0 100px 0;
}

.address {
    width: 40%;
    float: left;
    margin: 0;
    padding: 10px 0;
    margin: 40px 0;
}

.address h3 {
    font-size: 24px;
    color: #0181c8;
}

.address h4 {
    font-size: 18px;
    color: #00455f;
    padding-bottom: 15px
}

.adds-office {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.adds-office li {
    padding: 10px 0;
    font-size: 16px;
}

.message {
    height: 135px;
}

.cont-form {
    width: 60%;
    float: left;
}

.map {
    width: 100%;
    float: left;
    border: 5px solid #FFF;
    box-shadow: 0px 2px 9px 1px #adadad;
}


/*subsidiaries page*/

.subsidiaries {
    width: 100%;
    float: left;
    height: auto;
    padding: 50px 0 50px 0px;
}

.emdad-list {
    width: 32%;
    float: left;
    height: auto;
    margin-left: 30px;
}

.subsidiaries h3 {
    font-size: 18px;
    color: #0181c8;
}

.emdad-cont {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 16px;
}

.emdad {
    width: 75%;
    float: left;
    height: auto;
    padding: 20px 0 0 50px;
}

.emdad-img {
    width: 25%;
    float: left;
    height: auto;
}

.emdad-img img {
    width: 100%;
}

.emdad-list li {
    list-style-type: none;
    margin: 10px 0;
    padding-left: 50px;
    background: url(../images/lin.png) no-repeat center left;
}

.subsi-right .emdad-list {
    float: right;
}

.subsi-right .emdad-list li {
    background-position: right;
    padding-left: 0;
    padding-right: 50px;
}

.industry {
    width: 70%;
    float: left;
    padding: 0 30px;
}

.emdad p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 28px;
}

.industry-img {
    width: 100%;
    max-width: 320px;
    padding: 0 20px 0 0;
    float: left;
}

.right-img {
    padding: 20px 0 0 20px;
}

.right-img {
    float: right;
}

.right-img table {
    width: 100%;
}

.industry-cont {
    width: 80%;
    float: left;
    padding-top: 20px;
}

.subsi-right .industry-cont {
    float: right;
    text-align: right;
}

.transport-cont {
    width: 69%;
    float: left;
}

.subsidiaries-page {
    padding: 10px 0 100px 0;
    overflow: hidden;
}

.subsi-right {
    text-align: right;
}

.leasing-list {
    width: 100%;
}


/*board-directores page*/

.board-directores {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    padding: 50px 0px 100px 0px;
}

.board-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 50px 0 0;
}

.board-details h2 {
    padding-top: 35px;
}

.board-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.board-img img {
    width: 100%;
    height: auto;
}

.board-details h3 {
    font-size: 18px;
    font-family: 'dax-boldregular';
    padding: 30px 0 10px 0;
    color: #00455f;
}

.board-details ul li {
    padding: 8px 0;
    font-size: 16px;
}

.board-details p {
    font-size: 16px;
    line-height: 28px;
}


/*Board Committees  page*/

.board-committees {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0 0 0;
}

.committees-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 30px 50px 100px 0;
}

.committees-details h2 {
    padding-top: 40px;
}

.committees-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.committees-img img {
    width: 100%;
    height: auto;
}

.committees-details p {
    font-size: 16px;
    line-height: 28px;
}


/*The Corporate Governance Office  page*/

.governance-office {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.governance-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 30px 0 0;
}

.governance-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.governance-img img {
    width: 100%;
    height: auto;
}

.governance-details p {
    font-size: 16px;
    line-height: 28px;
}


/*Corporate Values  page*/

.corporate-values {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.corporate-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 50px 0 0;
}

.corporate-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.corporate-img img {
    width: 100%;
    height: auto;
}

.corporate-details p {
    font-size: 16px;
    line-height: 28px;
}


/*Risk Man & Internal Control page*/

.internal-control {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.internal-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 50px 0 0;
}

.internal-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.internal-img img {
    width: 100%;
    height: auto;
}

.internal-details p {
    font-size: 16px;
    line-height: 28px;
}


/*Remuneration Governance page*/

.remuneration {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.remuneration-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 50px 0 0;
}

.remuneration-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.remuneration-img img {
    width: 100%;
    height: auto;
}

.remuneration-details p {
    font-size: 16px;
    line-height: 28px;
}


/*Disclosure and Transparency page*/

.disclosure {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.disclosure-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 50px 0 0;
}

.disclosure-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.disclosure-img img {
    width: 100%;
    height: auto;
}

.disclosure-details p {
    font-size: 16px;
    line-height: 28px;
}


/*Stakeholders Rights page*/

.stakeholders {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.stakeholders-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 50px 0 0;
}

.stakeholders-list {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 50px;
}

.stakeholders-list li {
    width: 100%;
    float: left;
    height: auto;
    background: url(../images/tick.png) no-repeat left 0 top 0px;
    background-size: 25px;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 30px;
    padding-left: 40px;
}

.stakeholders-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.stakeholders-img img {
    width: 100%;
    height: auto;
}

.stakeholders-details p {
    font-size: 17px;
    line-height: 30px;
}


/*Investors Affairs Unit page*/

.investors-unit {
    width: 100%;
    float: left;
    height: auto;
    padding: 80px 0;
}

.investors-unit-details {
    width: 70%;
    float: left;
    height: auto;
    padding-right: 80px;
}

.investors-unit-details p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 17px;
    line-height: 30px;
}

.investors-unit-details b {
    margin-top: 40px;
    width: 100%;
    float: left;
    height: auto;
}

.investors-unit-details ul {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 30px;
}

.investors-unit-details ul li {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 20px;
}

.investors-unit-img {
    width: 30%;
    float: left;
    height: auto;
}

.investors-unit-img img {
    width: 100%;
    height: auto;
}


/*Memorandum & Art of Associ page*/

.memorandum {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.memorandum-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 50px 0 0;
}

.memorandum-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.memorandum-img img {
    width: 100%;
    height: auto;
}

.memorandum-details p {
    font-size: 16px;
    line-height: 28px;
}


/*Annual-reports page*/

.annual-reports {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    padding: 50px 0 100px 0
}


.report-file img {
    width: 22%;
}

.annual-reports h3 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.annual-file li a {
    color: #0181c8;
}

.report tr {
    border-bottom: 1px solid #cacaca;
    padding: 30px 0;
    width: 100%;
    float: left;
}

.report td {
    width: 15%;
    float: left;
    padding: 0 50px 0 0px
}

.report th {
    width: 15%;
    float: left;
    padding: 0 50px 0 0px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}

.annual-reports table {
    width: 100%;
    float: left;
    height: auto;
}

.file-img {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.report thead {
    width: 100%;
    float: left;
    height: auto;
    background: #0181c8;
}

.report-file {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}

.chart {
    width: 100%;
    float: left;
    height: auto;
    margin: 80px 0;
}

.chart img {
    width: 100%;
    height: auto;
}

.statement {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    padding: 50px 0 100px 0
}

.statement h3 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}


/*Research-studies page*/

.research-studies {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.research-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 30px 0 0;
}

.research-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.research-img img {
    width: 100%;
    height: auto;
}

.research-details p {
    font-size: 16px;
    line-height: 28px;
}


/* Facts & Figures page*/

.facts {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.facts-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 50px 0 0;
}

.facts-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.facts-img img {
    width: 100%;
    height: auto;
}

.facts-details p {
    font-size: 16px;
    line-height: 28px;
}


/*Mubarrad In KSE page*/

.kse {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
}

.kse-details {
    width: 60%;
    float: left;
    height: auto;
    padding: 50px 50px 0 0;
}

.kse-img {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.kse-img img {
    width: 100%;
    height: auto;
}

.kse-details p {
    font-size: 16px;
    line-height: 28px;
}


/*reports page*/

.report {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    padding: 50px 0 100px 0
}

.report-details {
    width: 40%;
    float: left;
    height: auto;
    padding: 50px 30px 0 0;
}

.report-img {
    width: 20%;
    float: left;
    height: auto;
    padding: 50px 0 0 0;
}

.report-img img {
    width: 100%;
    height: auto;
}

.report-file li {
    background: url(../images/file.png) no-repeat left 10px;
    padding: 10px 10px;
    line-height: 30px;
    text-align: left;
}

.report-file li a {
    color: #000;
    padding-left: 20px;
    font-size: 16px;
}

.report-file li:hover a {
    color: #0181c8;
}


/*media-gallery page*/

.media-gallery {
    width: 100%;
    float: left;
    height: auto;
    padding: 50px 0 100px 0;
}

.content {
    width: 100%;
    float: left;
    height: auto;
}

.grid {
    width: 100%;
    float: left;
    height: auto;
}

.media {
    width: 100%;
    float: left;
    height: auto;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-family: 'dax-boldregular';
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    color: #FFF;
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}

.industry-img img {
    width: 100%;
}

.date {
    width: auto;
    float: left;
    padding: 8px 20px;
    color: #FFF;
    background: #0181c8;
    font-size: 20px;
    border-radius: 2px;
}

.news-detail {
    width: 100%;
    float: left
}

.apply-btn {
    margin-left: 15px;
}

.memorandum-details a {
    color: #0181c8;
}

.radio-box table tr td {
    padding-right: 20px;
}

.radio-box table tr td:last-child {
    padding-right: 0px;
}

.radio-box table tr td label {
    padding-left: 30px;
    min-height: 25px;
    display: inline-block;
    position: relative;
}

.input-controls input[type="radio"]+label::after {
    background: url(../images/check_radio_sheet.png) -24px top no-repeat;
    cursor: pointer;
    content: '';
    position: absolute;
    left: -3px;
    top: 0px;
    width: 27px;
    height: 25px;
}

.input-controls input[type="radio"]:checked+label::after {
    background: url(../images/check_radio_sheet.png) -49px top no-repeat;
}

.slick-slide .subsi-logo img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    margin: 0px auto;
}

.annual-reports.financialstatement table {
    width: 100%;
}

.annual-reports.financialstatement table tr th,
.annual-reports.financialstatement table tr td {
    float: none !important;
    width: 20% !important;
    padding: 30px 10px !important;
    text-align: center;
}

@media screen and (max-width:767px){
    .annual-reports.financialstatement table tr th,
    .annual-reports.financialstatement table tr td {
        float: none !important;
        width: 20% !important; white-space: nowrap;
        padding: 30px 15px !important;
        text-align: center;
    } 
    .annual-reports {
        width:100%!important; overflow: auto;
    }
}

.annual-reports.financialstatement table,
.annual-reports.financialstatement table tr,
.annual-reports.financialstatement table th,
.annual-reports.financialstatement table td,
.annual-reports.financialstatement table thead,
.annual-reports.financialstatement table tbody {
    float: none !important;
}