/* General */
body{
    color: #000000;
}

[lang="en"]{
    direction: ltr;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[lang="ar"]{
    direction: rtl;
    font-family: "Times New Roman", serif !important;
    font-size: 17px;
}

em{
    font-style: italic;
    font-weight: bold;
    color: #0095da;
}

.iso-certification{
     margin-top: 50px;
 }

.logo-watermark{
    background-image: url("../images/logo-watermark.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.side-pics{
    text-align: center;
}
.side-pics img{
    margin: 0 auto 10px;
}

h4, .h4 {
    margin: 20px 0 0px;
}
h4 + img.img-thumbnail{
    margin-top: 10px;
}

.flush-top{
    margin-top: 0;
    padding-top: 0;
}

img[src*=cert-].img-thumbnail{
    width: 200px;
    margin-top: 16px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px){
}

@media only screen and (min-width: 768px){
    body{
        padding-top: 221px;
    }
}

@media only screen and (min-width: 992px){
}

@media only screen and (min-width: 1200px){
}
/* end General */

/* Five column mode */
.col-xs-20{
    width: 20%;
}
@media (min-width: 768px) {
    .col-sm-20{
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-20{
        width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-20{
        width: 20%;
    }
}
/* end Five column mode */

/* Header */
header {
    background-image: url("../images/header-bg.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

header .iso {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

header .social {
    position: absolute;
    bottom: 4px;
    z-index: 1;
    direction: ltr;
}

header a:hover {
    text-decoration: none;
}

header a[href*="tel:"],
header a[href*="tel:"]:hover {
    text-decoration: underline;
}

header .nums {
    position: absolute;
    bottom: 4px;
    z-index: 1;
}
header .nums a{
    color: #007DC3;
}

header .family {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16vw;
    background-image: url("../images/header-family.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 767px){
    header{
        position: relative;
        height: 32vh;
    }

    header .logo,
    header .slogan{
        text-align: center;
        padding: 4px;
    }

    header .logo img{
        max-height: 12vh;
        max-width: 100%;
    }

    body.en header .slogan img{
        max-height: 11vh;
    }

    body.ar header .slogan img{
        max-height: 8vh;
    }

    header .iso {
        bottom: 70px;
    }

    header .iso img {
        width: 30px;
    }

    header .social {
        right: 4px;
    }

    header .social img {
        width: 24px;
        margin-left: 4px;
    }

    header .nums {
        position: absolute;
        bottom: 40px;
        z-index: 1;
        left: 130px;
    }

    header .nums img {
        display: none;
    }

    header .nums a + a + a {
        margin-left: 10px;
    }

    header .family {
        width: 130px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape){
    header{
        height: 165px;
    }
}

@media only screen and (min-width: 768px){
    header {
        position: fixed;
        width: 100%;
        height: 190px;
        top: 0;
        z-index: 100;
    }

    header .logo img,
    header .slogan img{
        display: none;
    }

    header .social {
        right: 60px;
    }

    header .social img,
    header .nums img {
        width: 32px;
        position: relative;
    }

    header .iso img {
        width: 50px;
    }

    header img:hover {
        top: -2px;
    }

    header a[href*="tel:"]:hover{
        color: #0095da;
    }

    header .logo {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        height: 100px;
        background-image: url("../images/logo.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
    }

    header .slogan {
        position: absolute;
        bottom: 4px;
        left: 0;
        right: 0;
        height: 80px;
        background-image: url(../images/header-slogan_en.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    header .nums {
        left: 16vw;
    }

    header .nums img{
        width: 32px;
        position: relative;
    }

    header .nums img:hover{
        top: -3px;
    }
}

@media only screen and (min-width: 992px){
}

@media only screen and (min-width: 1200px){
}
/* end Header */

/* Navbar */
.navbar{
    margin-bottom: 0;
}

body.en .navbar .navbar-right{
    font-size: 13px;
}

nav.navbar.navbar-inverse {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background-color: #a6ce39;
    border: none;
    border-radius: 0;
}

.navbar-inverse .navbar-brand {
    color: rgba(255,255,255,0.9);
}

.navbar-inverse .navbar-nav > li > a {
    color: rgba(255,255,255,0.9);
}

.navbar-inverse .navbar-nav a:hover{
    text-decoration: underline;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{
    background-image: none;
    background-color: rgba(0,0,0,0.25);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus{
    background-image: none;
    background-color: rgba(255,255,255,0.25);
}

@media only screen and (max-width: 767px){
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(255,255,255,0.9);
    }
}

@media only screen and (min-width: 768px){
    nav.navbar{
        position: fixed;
        left: 0;
        right: 0;
        top: 190px;
        z-index: 16;
        min-height: 30px;
    }
    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-collapse{
        padding-left: 0;
        padding-right: 0;
    }
}

nav.navbar .dropdown-menu > li:not(.active) > a{
    color: #007DC3;
}
/* end Navbar */

/* Footer */
footer {
    border-top: 1px solid #ccc;
    margin: 60px 0 10px;
    padding: 20px 0;
}
footer img.logo-mark {
    width: 20px;
    position: relative;
    top: -2px;
}
/* end Footer */

/* Whatsapp floating icon */

@media only screen and (max-width: 767px){
    body{
        padding-bottom: 60px;
    }
    .whatsapp-floating {
        position: fixed;
        bottom: 60px;
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        border-radius: 25%;
        padding: 4px;
    }
    body.en .whatsapp-floating {
        padding-right: 20px;
        right: -20px;
    }
    body.ar .whatsapp-floating {
        padding-left: 20px;
        left: -20px;
    }
    .whatsapp-floating img{
        width: 40px;
    }
}

@media only screen and (min-width: 768px){
    .whatsapp-floating{
        display: none;
    }
}

/* end Whatsapp floating icon */

/* Home */
body.home .creds .panel-body{
    min-height: 250px;
}

body.home .creds ul li {
    margin-bottom: 14px;
}

body.home .creds h4{
    margin-top: 10px;
    margin-bottom: 10px;
}

body.home .stamps img {
    width: 100%;
    max-width: 200px;
}

body.home .navbar{
    margin-bottom: 0;
}
/* end Home */

/* Contact */
body.contact .nums .btn{
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    color: #007DC3;
}
body.contact .online .btn{
    text-align: left;
    padding: 4px;
}
body.contact .online img {
    width: 16px;
}
body.contact .online a{
    color: #007DC3;
}
body.contact .online a:hover{
    color: #0095da;
}
body.contact .panel-heading {
    padding: 5px;
}
body.contact .panel-body {
    min-height: 270px;
}
body.contact .map .panel-body {
    position: relative;
    height: 300px;
    min-height: 0;
}
body.contact .map a {
    background-image: url("../images/location-map.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 767px){
    body.contact .nums .btn{
        margin-bottom: 10px;
    }
body.contact .panel-body {
    min-height: 0;
}
}
@media only screen and (min-width: 768px){
    body.contact .nums .btn{
        margin-bottom: 20px;
    }
}
/* end Contact */

/* VIP */
body.vip-service .side-pics img + img{
    margin-top: 30px;
}
@media only screen and (max-width: 767px){
    img.offer {
        width: 260px;
        margin: auto;
    }
}

@media only screen and (min-width: 768px){
    img.offer {
        width: 75%;
        margin: auto;
    }
}
/* end VIP */

/* Clients */
body.clients .clients-list .panel-body {
    min-height: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
body.clients .clients-list .panel-body img{
}
body.clients .clients-list span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    color: #007DC3;
    font-size: 12px !important;
    text-align: center;
}
@media only screen and (max-width: 767px){
    body.clients .clients-list .panel-body {
        padding-top: 0;
    }
    body.clients .clients-list .panel-body img{
        max-height: 120px;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape){
    body.clients .clients-list .panel-body {
        padding-top: 15px;
        min-height: 150px;
    }
}
@media only screen and (min-width: 768px){
    body.clients .clients-list .panel-body {
        height: 170px;
    }
    body.clients .clients-list .panel-body img{
        max-height: 150px;
    }
    body.clients .clients-list figcaption{
        bottom: 20px;
    }
}
@media only screen and (min-width: 992px){
    body.clients .clients-list .panel-body {
        height: 190px;
    }
}

@media only screen and (min-width: 1200px){
    body.clients .clients-list .panel-body {
        height: 220px;
    }
}
/* end Clients */

/* Products */
.products-list .image img {
    max-height: 160px;
    max-width: 160px;
    margin: 0 auto;
}

.products-list .desc {
    min-height: 90px;
}
.products-list .image {
    min-height: 200px;
}
/* end Products */

/* Videos */
body.videos video {
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    height: 100%;
}
/* end Videos */

/* Agents */
body.agents .cognito *{
    font-family: Times New Roman;
    font-size: 17px;
}
body.agents .cognito form + div {
    visibility: hidden;
    height: 0;
}

body.agents .logo-watermark ul li{
    margin-top: 3px;
}

body.agents .cognito .c-forms-form .c-placeholder-text-styled select,
body.agents .cognito .c-forms-form .c-placeholder-text-styled select option {
    font-size: 13.8px;
}

body.agents .cognito .c-forms-heading .c-forms-form-title{
    padding: 0;
}
body.agents .cognito .c-forms-heading .c-forms-form-title h2{
    color: #0095da;
    font-size: 1.2em;
}

body.agents .cognito .c-forms-form :not(.c-question) > .c-label{
    font-family: inherit;
    color: #007DC3;
    font-size: 17px;
}
/* end Agents */