.overlay1 {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.7);

    transition: opacity 500ms;

    visibility: hidden;

    opacity: 0;

}



.overlay1:target {

    visibility: visible;

    opacity: 1;

    z-index: 9999;

}



.popup {

    margin: 70px auto;

    padding: 20px;

    background: #fff;

    border-radius: 5px;

    width: 30%;

    position: relative;

    transition: all 5s ease-in-out;

}



.popup .close {

    text-shadow: none;

    position: absolute;

    top: 20px;

    right: 20px;

    transition: all 200ms;

    font-size: 20px;

    text-decoration: none;

    color: #fff;

    background: #011830;

    padding: 10px 15px;

    opacity: 1;

    font-weight: 400;

    z-index: 9;

}



.popup .close:hover {

    color: #ffffff;

    opacity: 1 !important;

}



.popup .content {

    overflow: auto;

}



.popup .content img {

    width: 100%;

}





/* 4-1-2021 */



.manpower-division .manpower-division-left h3 {

    position: relative;

    margin-bottom: 70px;

}



.manpower-division .manpower-division-left h3::before {

    position: absolute;

    content: '';

    bottom: -20px;

    left: 0;

    width: 80px;

    background: #000;

    height: 2px;

}



.manpower-division .manpower-division-left ul.points-manpower li {

    color: #172343;

    padding-top: 12px;

    position: relative;

    padding-left: 30px;

    font-size: 14px;

    line-height: 27px;

}



.manpower-division .manpower-division-left ul.points-manpower {

    width: 90%;

}



.manpower-division .manpower-division-left ul.points-manpower li::before {

    position: absolute;

    content: '';

    left: 0;

    top: 22px;

    /* background-image: url(images/logo-min.svg);

    background-repeat: no-repeat; */

    width: 8px;

    height: 8px;

    background-size: 25%;

    background: #ec1f30;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    border-radius: 50px;

}



.manpower-division .manpower-division-left ul.points-manpower li .points-in li {

    position: relative;

}



.manpower-division .manpower-division-left ul.points-manpower li .points-in li::before {

    position: absolute;

    content: '';

    left: 0;

    top: 21px;

    /* background-image: url(images/logo-min-li_.png);

    background-repeat: no-repeat; */

    width: 8px;

    height: 8px;

    z-index: 9;

    background: transparent;

    transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    border: 1px solid #ec1f30;

}



.manpower-division .manpower-division-right .manpower-division-img {

    position: relative;

}



.manpower-division .manpower-division-right .manpower-division-img::before {

    position: absolute;

    content: '';

    left: -30px;

    right: 30px;

    bottom: -30px;

    top: 30px;

    background: #fde6e8;

    -webkit-box-shadow: 5px 5px 5px rgba(253, 230, 232, 0.3);

    box-shadow: 5px 5px 5px rgba(253, 230, 232, 0.3);

}



.manpower-division .manpower-division-right .manpower-division-img img {

    width: 100%;

}



.manpower-division .mission-vission {

    margin-top: 70px;

}



.manpower-division .mission-vission .content-in-box {

    background-color: #123c72;

    padding: 40px;

}



.manpower-division .mission-vission .content-in-box h5 {

    color: #fff;

    margin-bottom: 50px;

    position: relative;

}



.manpower-division .mission-vission .content-in-box h5::before {

    position: absolute;

    content: '';

    left: 0;

    bottom: -15px;

    background: #fff;

    width: 80px;

    height: 1px;

}



.manpower-division .mission-vission .content-in-box p {

    color: #fff;

}





/* 4-1-2021 */



@media screen and (max-width: 700px) {

    .box {

        width: 70%;

    }

    .popup {

        width: 70%;

    }

}



* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    position: relative;

}



.cf:before,

.cf:after {

    content: " ";

    /* 1 */

    display: table;

    /* 2 */

}



.cf:after {

    clear: both;

}





/**

 * For IE 6/7 only

 * Include this rule to trigger hasLayout and contain floats.

 */



/* .cf {

    *zoom: 1;

} */





/* Generic styling */



.content {

    width: 100%;

    max-width: 1142px;

    margin: 0 auto;

    padding: 0 20px;

}



a:focus {

    outline: 2px dashed #f7f7f7;

}



figure {

    background: #f5f5f5;

    padding: 50px;

}



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

    .content {

        padding: 0 20px;

    }

}



.flow-chart {

    padding: 0;

    margin: 0 0 50px;

    list-style: none;

}



.flow-chart ul a {

    display: block;

    background: #ec1f31;

    border: 2px solid #fff;

    text-align: center;

    font-size: 15px;

    text-decoration: none;

    font-weight: 400;

    color: #fff;

    box-shadow: 4px 4px 9px -4px rgb(0 0 0 / 8%);

    -webkit-transition: all linear .1s;

    -moz-transition: all linear .1s;

    transition: all linear .1s;

    height: 100px;

    padding: 0px 10px;

    display: flex;

    align-items: center;

    z-index: 5;

}



@media print {

    .flow-chart ul a {

        border: 4px solid #000;

    }

}



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

    .flow-chart ul a {

        font-size: 1em;

    }

}



.flow-chart ul a span {

    top: 36%;

    display: block;

    font-size: 14px;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin: 0px auto;

}





/*

 

 */



.administration>li>a {

    margin-bottom: 25px;

}



.director>li>a {

    width: 50%;

    margin: 0 auto 0px auto;

    display: block;

}



.subdirector:after {

    content: "";

    display: block;

    width: 0;

    height: 130px;

    background: red;

    border-left: 4px solid #fff;

    left: 45.45%;

    position: relative;

}



@media print {

    .subdirector:after {

        border-left: 4px solid #000;

    }

}



.subdirector,

.departments {

    width: 100%;

}



@media print {

    .subdirector>li:first-child,

    .departments>li:first-child {

        border-bottom: 4px solid #000;

    }

}



.subdirector>li:first-child {

    float: right;

    right: 27.2%;

    border-left: 4px solid white;

}



@media print {

    .subdirector>li:first-child {

        border-left: 4px solid black;

    }

}



@media print {

    .departments>li:first-child {

        border-right: 4px solid black;

    }

}



.subdirector>li:first-child a,

.departments>li:first-child a {

    width: 100%;

}



.subdirector>li:first-child a {

    left: 25px;

}



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

    .subdirector:after {

        left: 49.8%;

    }

}


ul.director li a.cg {

    margin-bottom: 40px;

    position: relative;

    width: 40%;

    min-height: 100px;

    display: flex;

}



ul.director li a.cg:before {

    content: "";

    display: block;

    position: absolute;

    width: 0;

    height: 40px;

    border-left: 2px solid #bfbfbf;

    z-index: 1;

    bottom: -44px;

    left: 50%;

    margin-left: -4px;

}



ul.director li a.cg .inner {

    width: 100%;

}





/* .departments:after {

    content: "";

    display: block;

    position: absolute;

    width: 81.1%;

    height: 40px;

    border-top: 2px solid #bfbfbf;

    border-right: 2px solid #bfbfbf;

    border-left: 2px solid #bfbfbf;

    margin: 0 auto;

    top: -40px;

    left: 9.1%;

} */



@media print {

    .departments:after {

        border-top: 4px solid #000;

        border-right: 4px solid #000;

        border-left: 4px solid #000;

    }

}



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

    .departments:after {

        border-right: none;

        left: 0;

        width: 49.8%;

    }

}



@media screen and (min-width: 768px) {

    .department:first-child:before,

    .department:last-child:before {

        border: none;

    }

}



.department:before {

    content: "";

    display: block;

    position: absolute;

    width: 50px;

    height: 2px;

    z-index: 1;

    top: 0;

    right: 2px;

    margin-left: -4px;

    background: #bfbfbf;

    bottom: 0;

    margin: auto;

}



.department:nth-of-type(2n)::before {

    left: -2px;

    right: inherit;

}



.department:nth-of-type(5)::after {

    position: absolute;

    content: '';

    right: -1px;

    bottom: 0;

    width: 50px;

    height: 49%;

    background: #f5f5f5;

    display: block;

}



.department:nth-of-type(6)::after {

    right: inherit;

    left: -1px;

}



.department a {

    min-width: 100%;

}



@media print {

    .department:before {

        border-left: 4px solid black;

    }

}



.department {

    width: 50%;

    float: left;

    margin: 0 0px 40px;

    padding-right: 50px;

}



.department:nth-of-type(2n) {

    padding-right: 0;

    padding-left: 50px;

}



.department .inner {

    width: 100%;

}



.department:nth-of-type(5),

.department:nth-of-type(6) {

    margin-bottom: 0;

}



.department:nth-of-type(2n) {

    float: right;

}



.department:nth-of-type(2n) a {

    float: right;

}



ul.departments:before {

    position: absolute;

    content: '';

    left: 0;

    right: 0;

    top: -39px;

    width: 2px;

    height: 100%;

    margin: auto;

    background: #bfbfbf;

}



@media print {

    .department {

        border-left: 4px solid #000;

    }

}



.lt-ie8 .department {

    width: 18.25%;

}



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

    .department {

        float: none;

        width: 100%;

        margin-left: 0;

    }

    .department:before {

        content: "";

        display: block;

        position: absolute;

        width: 0;

        height: 60px;

        border-left: 4px solid white;

        z-index: 1;

        top: -60px;

        left: 0%;

        margin-left: -4px;

    }

    .department:nth-child(2):before {

        display: none;

    }

}



.department>a {

    z-index: 1;

}





/* .department>a:hover {

    height: 80px;

} */



.department>ul {

    margin-top: 0px;

    margin-bottom: 0px;

}



.department li {

    padding-left: 25px;

    border-bottom: 4px solid #fff;

    height: 80px;

}



@media print {

    .department li {

        border-bottom: 4px solid #000;

    }

}



.department li a {

    background: #fff;

    top: 48px;

    position: absolute;

    z-index: 1;

    width: 90%;

    height: 60px;

    vertical-align: middle;

    right: -1px;

    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;

    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0))) !important;

    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;

    background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;

    background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;

    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1);

}



.department li a:hover {

    box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.1);

    height: 80px;

    width: 95%;

    top: 39px;

    background-image: none !important;

}



ul.administration {

    float: left;

    width: 100%;

}



ul.director li a.gm {

    margin-bottom: 40px;

    position: relative;

    width: 30%;

    background: #0452a1;

    min-height: 100px;

    display: flex;

}



ul.director li a.gm .inner {

    width: 100%;

}





/* ul.director li a.gm:before {

    content: "";

    display: block;

    position: absolute;

    width: 0;

    height: 40px;

    border-left: 2px solid #bfbfbf;

    z-index: 1;

    bottom: -44px;

    left: 50%;

    margin-left: -4px;

} */



ul.departments {

    display: inline-block;

}



ul.departments li.department a span {

    top: 0;

}





/* Department/ section colors */



.department.dep-a a {

    background: #0452a1;

}



.department.dep-b a {

    background: #0452a1;

}



.department.dep-c a {

    background: #0452a1;

}



.department.dep-d a {

    background: #0452a1;

}



.department.dep-e a {

    background: #0452a1;

}



body .textbox {

    padding: 1px;

    position: relative;

    /* background: #ccc; */

    z-index: 1;

    border-radius: 6px;

    overflow: hidden;

    margin: 0 0 20px;

}



body input {

    color: #172343;

    box-sizing: border-box;

    font-size: 2rem;

    outline: none;

    border: 1px solid #f7f7f7;

    z-index: 2;

    padding: 0.2rem 0.5rem;

    width: 100%;

    font-size: 14px;

    padding: 15px;

    background: #fafbfc;

    height: 50px;

}



body .textbox textarea {

    width: 100%;

    background: #fafbfc;

    border: 1px solid #f7f7f7;

    padding: 15px;

    height: 100px;

    outline: none;

}



body textarea:focus~.border {

    width: 100%;

    height: 100%;

}



body .border {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    width: 0%;

    height: 0%;

    /* background: #ec1f30; */

    /* z-index: -1; */

    -webkit-transition: height 0.3s, width 0.3s 0.1s;

    transition: height 0.3s, width 0.3s 0.1s;

    border: 1px solid #0452a0 !important;

}



body input:focus~.border {

    width: 100%;

    height: 100%;

}



.rwd-table {

    margin: auto;

    max-width: 100%;

    border-collapse: collapse;

    width: 100%;

}



.rwd-table tr:first-child {

    border-top: none;

    color: #ffffff;

}


.rwd-table tr:nth-child(odd) {

    background-color: #0452a1;

    color: #fff;

}



.rwd-table th {

    display: none;

}



.rwd-table td {

    display: block;

}



.rwd-table td:first-child {

    margin-top: .5em;

}



.rwd-table td:last-child {

    margin-bottom: .5em;

}



.rwd-table td:before {

    content: attr(data-th) ": ";

    font-weight: bold;

    width: 120px;

    display: inline-block;

    color: #000;

}



.rwd-table th,

.rwd-table td {

    text-align: left;

}



.rwd-table {

    color: #333;

    overflow: hidden;

    border: 1px solid #eee;

}



.rwd-table tr {

    border-color: #bfbfbf;

    font-size: 14px;

    background: #f5f5f5;

}



.rwd-table th,

.rwd-table td {

    padding: .5em 1em;

}



@media screen and (max-width: 601px) {

    .rwd-table tr:nth-child(2) {

        border-top: none;

    }

}



@media screen and (min-width: 600px) {

    .rwd-table tr:hover {

        background-color: none;

    }

    .rwd-table td:before {

        display: none;

    }

    .rwd-table th,

    .rwd-table td {

        display: table-cell;

        padding: .25em .5em;

    }

    .rwd-table th:first-child,

    .rwd-table td:first-child {

        padding-left: 0;

    }

    .rwd-table th:last-child,

    .rwd-table td:last-child {

        padding-right: 0;

    }

    .rwd-table th,

    .rwd-table td {

        padding: 1em !important;

    }

}



html body header.scrolled .logo img {

    filter: none;

    -webkit-filter: none;

    -moz-filter: none;

    -ms-filter: none;

}

button.fancybox-button.fancybox-button--play,
button.fancybox-button.fancybox-button--fullscreen,
button.fancybox-button.fancybox-button--thumbs,

button.fancybox-button.fancybox-button--share,
button.fancybox-button.fancybox-button--thumbs {

    display: none !important;

}

.fancybox-show-nav .fancybox-navigation {

    top: 50%;

}

body.home.overflow-hidden header {

    background: #fff;

}





@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    html body header {

        border-bottom: 1px solid #f5f5f5;

    }

    html body header .nav-container .primary-menu li.contact-btn a {

        background: #56698b;

    }

    html body header.scrolled .nav-container .primary-menu li.contact-btn a {

        background: #fde6e8
    }

    html body section.home-banner .owl-banner .owl-nav::before {

        background: #cdc8be;

    }

    html body section.home-banner .owl-banner .owl-nav button {

        border: 1px solid #f5f5f5;

    }

    html body section a.btn-primary svg {

        height: 13px;

    }

    html body #return-to-top svg {

        height: 13px;

    }

    html body section a.btn-primary {

        z-index: 9;

    }

    html body section a.btn-primary::before {

        z-index: -9;

        background: #709ad0;

    }

    html body footer::after {

        background: #142041;

        opacity: .8;

    }

    html body footer h3 {

        border-bottom: 1px solid #2e3856;

    }

    html body footer .footer-bottom {

        border-top: 1px solid #2e3856;

    }

    html body footer .footer-bottom .other-links a {

        border-left: 1px solid #2e3856;

    }

    html body header.inner-page .nav-container .primary-menu li.contact-btn a {

        color: #fff;

    }

    html body header.inner-page.scrolled .nav-container .primary-menu li.contact-btn a {

        color: #000;

    }

    html body section.inner-baner.sales-marketing-ban {

        height: 400px;

    }

    html body section.gasos-dubai .container .main-slider a svg {

        height: 50px;

    }

    ul.departments::before {

        left: 50%;

        right: 0;

        top: -40px;

        bottom: 0;

        height: 370px;

        z-index: 9;

    }

    body input::-webkit-input-placeholder,
    body textarea::-webkit-input-placeholder {
        /* Edge */

        color: #757779;

        font-weight: 100;

    }

    body input:-ms-input-placeholder,
    body textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */

        color: #757779;

        font-weight: 100;

    }

    body input::placeholder,
    body textarea::placeholder {

        color: #757779;

        font-weight: 100;

    }

    html body section.contact-tab .container .row .cnt-tab-addres .address {

        box-shadow: 0px 1px 10px #ccc;

        -webkit-box-shadow: 0px 1px 10px #ccc;

    }

}

.error {

    color: red;

    font-size: 12px;

}

.cont-sec .textbox label {
    display: none !important;
}

.cont-sec .textbox input.error {
    border: 1px solid red;
}

.cont-sec .textbox textarea.error {
    border: 1px solid red;
}

.qr-code {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 9;
    width: 130px;
    height: auto;
    background: #0452a0;
    border: 1px solid #0452a0;
}

.qr-code figure {
    margin: 0;
    padding: 0;
}

.qr-code figure img {
    width: 100%;
    height: 100%;
}

.qr-code h6 {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding: 0px 10px 8px;
    margin: 0;
    border-top: 1px solid;
    padding-top: 10px;
    font-weight: 600;
}

.about-mt-100 {
    margin-top: 100px;
}

@media screen and (max-width: 1500px) {
    .qr-code {
        left: 20px;
        bottom: 20px;
    }

    html body section.home-banner .scroll-down {
        left: 12%;
    }

    html body section.home-banner .owl-banner .owl-nav {
        margin-left: 12%;
    }
}

@media screen and (max-width: 768px) {
    .qr-code {
        width: 120px;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px auto 0;
    }

    html body section.home-banner .owl-banner .owl-nav {
        margin-left: 16px;
    }

    html body section.home-banner .scroll-down {
        left: auto;
    }

    html body.home footer {
        padding-top: 70px;
    }

    .about-mt-100 {
        margin-top: 50px;
    }
}