@font-face {
    font-family: 'font-Regular';
    src: url('../fonts/Bahij_TheSansArabic-Plain.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-Bold';
    src: url('../fonts/ArbFONTS-Bahij_TheSansArabic-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'font-Regular';
    direction: rtl;
    font-size: 1rem;
    text-align: right;
}


ul {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.list-unstyled {
    padding-right: 0;
}

a,
button,
img {
    transition: all .8s cubic-bezier(.4, 0, 0, 1);
    -webkit-transition: all .8s cubic-bezier(.4, 0, 0, 1);
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

.head-div {
    margin: 0 0 40px;
    position: relative;
}

.head-div h2 {
    font-size: 30px;
    margin-bottom: 1rem;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 50px;
    position: relative;
    font-family: 'font-Bold';
    padding-bottom: 10px;
    color: #0076b6;
}

.head-div h2 span {
    color: #d62635;
}

.head-div h2:before,
.head-div h2:after {
    content: '';
    position: absolute;
    right: -17px;
    height: 3px;
    width: 20px;
    background-color: #bbbbbb;
    left: 0;
    margin: auto;
    border-radius: 5px;
    bottom: 0;
}

.head-div h2:before {
    right: 32px;
    background-color: #d62635;
}


.p-60 {
    padding: 60px 0;
}

button:focus {
    outline: 0;
}

.btn-site {
    display: inline-block;
    border: 1px solid #0076b6;
    padding: 10px 35px;
    color: #0076b6;
    font-family: 'font-Bold';
    font-size: 15px;
}

.btn-site:hover {
    background-color: #0076b6;
    color: white;
}

.white {
    color: white;
    border-color: #fff;
}

/*Header*/

header {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px 0;
    transition: .5s;
    border-bottom: 1px solid transparent;
}

header.fixed {
    box-shadow: 0px 0px 17px -12px #adadad;
    background-color: white;
}


.bg-light {
    background: 0 !important;
    padding: 0;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding: 10px 25px;
    color: white;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-expand-sm .navbar-nav .active .nav-link {
    color: #ffffff;
}


.home .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .home .navbar-nav .nav-link:hover {
    color: #ffffff;
    opacity: 1;
}

header .logos img {
    filter: brightness(0)invert(1);
}

header.fixed .logos a.logo img {
    filter: inherit;
    max-width: 150px;
}

header.fixed .navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.home header.fixed .navbar-light .navbar-nav .active .nav-link {
    color: #fe0000 !important;
}

#home-slider {
    position: relative;
    overflow: hidden;
    background-color: white;
}

#home-slider .item {
    direction: rtl;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
    padding-top: 200px;
    position: relative;
}

#home-slider .item:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
}

#home-slider .item:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.29);
    width: 90%;
    margin: auto;
    height: 60%;
}

#home-slider .caption {
    color: white;
    position: relative;
    z-index: 9;
}

#home-slider .caption h1 {
    font-size: 42px;
    margin: 0 0 15px;
    font-family: 'font-Bold';
    line-height: 1.8;
    position: relative;
}

#home-slider .caption p {
    font-size: 16px;
    line-height: 2;
}

#home-slider .owl-item.active img {
    -webkit-animation: 1s .3s fadeInLeft both;
    animation: 1s .3s fadeInLeft both;
}


#home-slider .owl-item.active h1 {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

#home-slider .owl-item.active p {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

#home-slider .owl-item.active a {
    -webkit-animation: 1s 1s fadeInUp both;
    animation: 1s 1s fadeInUp both;
}

.about-us {
    padding: 4rem 0;
}

.about-us .intro {
    text-align: center;
    font-size: 18px;
}

.about-us figure {
    height: 158px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    background-color: white;
    position: relative;
}

.about-us figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us .services {
    padding-top: 2.5rem;
}

.about-us .services .col-lg-6 .row .col-lg-6:nth-child(1) figure {
    height: 150px;
    margin-top: -1rem;
}

.about-us .services .col-lg-6 .row .col-lg-6:nth-child(3) figure {
    margin-top: -1rem;
}

.about-us figure:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90%;
    border: 5px solid #ffffff54;
    margin: auto;
    height: 90%;
}

.about-us .services .caption {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    background-color: white;
    position: relative;
    padding: 2rem 1rem;
    font-size: 16px;
    line-height: 2;
}

.about-us .services .caption h2 {
    color: #d62635;
    font-size: 20px;
    margin: 0 0 20px;
    font-family: 'font-Bold';
}

.about-us .services .caption ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #0444f7;
    display: inline-block;
    margin-left: 7px;
}

.about-us .services .caption ul {
    padding: 0 15px 0 0;
}

.service {
    background-color: #f9fbff;
}

.archive .service {
    height: auto;
}

.head-div p {
    text-align: center;
    line-height: 2;
}


.service .item-box {
    background-color: white;
    border-radius: .6rem;
    transition: 300ms ease-out;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.service .item-box:hover {
    transform: translateY(-5px);
}

.service .item-box figure {
    height: 250px;
    margin: auto;
    margin-bottom: 0;
}

.service .item-box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service .item-box .caption {
    padding: 1.5rem 1rem;
    color: #003263;
    text-align: center;
}

.service .item-box .caption a {
    color: #0076b6;
    font-size: 18px;
    display: block;
    margin: 0 0 5px;
    font-family: 'font-Bold';
}

.service .item-box .caption p {
    margin: 0 0 .6rem;
    font-size: 15px;
}

.service .item-box .caption a.more {
    color: #da5a63;
    font-size: 14px;
    margin: 0;
}

.service .item-box .caption a:hover {
    color: #00499a;
}

.features .caption {
    padding: 1rem 2rem;
    position: relative;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    background-color: white;
    text-align: center;
    line-height: 1.8;
    min-height: 250px;
    overflow: hidden;
    transition: 500ms;
}

.features .caption figure.icon {
    width: 75px;
    margin: 0;
    float: left;
}

.features .caption figure.icon img {
    width: 100%;
    height: 100%;
    transition: 500ms;
}

.features {
    padding: 4rem 0;
}

.features .caption h2 {
    clear: both;
    font-family: 'font-Bold';
    font-size: 20px;
    margin: 0 0 10px;
    color: #0076b6;
    transition: 500ms;
}

.features .caption figure.p {
    max-width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 500ms;
    filter: brightness(0)invert(1);
    transform: translateX(-100%);
    opacity: .5;
}

.features .row .col-lg-6:nth-child(2) .caption,
.features .row .col-lg-6:nth-child(3) .caption {
    background-color: #121628;
    color: white;
}

.features .row .col-lg-6:nth-child(2) .caption h2,
.features .row .col-lg-6:nth-child(3) .caption h2 {
    color: white;
}

.features .row .col-lg-6:nth-child(2) figure.icon img,
.features .row .col-lg-6:nth-child(3) .caption figure.icon img {
    filter: brightness(0)invert(1);
}

.features .caption:hover figure.p {
    transform: translateX(0%);
}

.features .caption:hover {
    background-color: #d62635 !important;
    color: white;
}

.features .caption:hover .icon img {
    filter: brightness(0)invert(1);
}

.features .caption:hover h2 {
    color: white;
}

.sss {
    background-color: #003263;
    color: white;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
}

.sss .item h3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: white;
    width: 30px;
    margin: auto;
}

.sss .item strong {
    font-family: 'font-Bold';
    font-size: 50px;
}

.sss .item h3 {
    font-family: 'font-Bold';
    font-size: 23px;
    position: relative;
    padding: 0 0 13px;
}

.home .client {
    background-color: #f9fbff;
}

.client .slider .item {
    margin: 0 10px;
}

.client .item figure {
    height: 130px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    padding: 1rem;
    background-color: white;
    margin-top: 10px;
}

.client .item figure img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.contact {
    padding: 3rem 0;
}

.contact .information {
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
    color: white;
    padding: 2rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.65);
    background-blend-mode: overlay;
    font-size: 18px;
    line-height: 3;
}

.contact .information i {
    font-size: 30px;
    width: 40px;
    text-align: center;
}

.contact .head-div h2 {
    padding-right: 0;
}

.contact .head-div h2:before,
.contact .head-div h2:after {
    right: 0;
    left: inherit;
}

.contact .head-div h2:before {
    right: 20px;
}

.contact .head-div {
    margin-top: 32px;
}

.contact .information .head-div {
    margin-top: 0;
}

.product .item-box {
    background-color: white;
    overflow: hidden;
    position: relative;
}

.product .item-box figure.img-item.small {
    height: 235px;
    margin: 0;
}

.product .item-box figure.img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product .item-box .caption {
    transform-origin: left;
    padding: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0062cccc;
    transition: 350ms ease-out;
    transform: translateX(-100%);
}

.product .item-box .caption small {
    color: #ffffff;
    display: block;
    margin: 10px 0 10px;
}

.product .item-box:hover .caption {
    transform: translateX(0);
    transform-origin: right;
}

.product .item-box .caption > a {
    display: block;
    font-size: 18px;
    font-family: 'font-Bold';
    color: white;
}

.product .item-box .caption > a.more {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
}

.product .item-box figure.img-item.bag {
    height: 470px;
    margin: 0;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-link {
    border: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    background-color: white;
    margin: 0 10px 0;
    padding: .8rem 2rem;
    color: black;
    border-radius: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #002d59;
    color: white;
}

.mailpoet_form {
    display: flex;
    justify-content: center;
}

.news-soc .mailpoet_form form {
    padding: .7rem !important;
    display: flex;
    border: 2px solid #003263;
    width: 80%;
    border-radius: 3px;
    background-color: white;
}

.news-soc .mailpoet_form form .mailpoet_paragraph {
    margin: 0 !important;
}

.news-soc .mailpoet_form form .mailpoet_paragraph input.mailpoet_text {
    width: 350px !important;
    border: 0;
    padding: 12px 15px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.news-soc .mailpoet_form form .mailpoet_paragraph input.mailpoet_submit {
    padding: 10px 30px !important;
    border: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #003263;
    color: white;
    transition: .5s;
}

.news-soc .mailpoet_form form .mailpoet_paragraph input.mailpoet_submit:hover {
    background-color: #383332;
}

.news-soc .mailpoet_form form .mailpoet_paragraph input.mailpoet_text:focus,
.news-soc .mailpoet_form form .mailpoet_paragraph input.mailpoet_submit:focus {
    outline: 0;
}

.news-soc h3 {
    color: #003263;
    font-family: 'font-Bold';
    font-size: 22px;
    margin: 0 0 25px;
    text-align: center;
}

.btn-primary {
    background-color: #002d59;
    border: 0;
    padding: 8px 30px;
}

.btn-primary:hover {
    background-color: #001f3e;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #de8400;
    box-shadow: 0 0 0 0.2rem rgba(252, 159, 23, 0.38);
}

.form-control.focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 159, 23, 0.38);
}

footer {
    overflow: hidden;
    font-size: 13px;
}

footer .footer-top {
    background-color: #00476d;
    background-image: url('../images/09.png');
    line-height: 1.6;
    position: relative;
    padding: 30px 0 30px;
    color: #d2d2d2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

footer .footer-top img {
    filter: brightness(0)invert(1);
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}

footer .item-footer {
    position: relative;
}

footer .footer-top h2 {
    color: white;
    font-size: 16px;
    margin: 0 0 10px;
    font-family: 'font-Bold';
}

footer .footer-top ul {
    padding: 0;
    line-height: 2.1;
}

footer .footer-top a {
    color: #d2d2d2;
}

footer .footer-top ul li:hover a {
    color: #ffffff
}

footer .bottom-footer {
    font-size: 13px;
    background: #002031;
    color: white;
    padding: 10px 0;
}

footer .bottom-footer ul.list-inline li a {
    background-color: white;
    color: #3d3a39;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 15px;
}

footer .bottom-footer ul.list-inline li a:hover {
    background-color: #5b5756;
    color: white;
}

.page-header {
    min-height: 270px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 0 30px;
}

.page-header .content {
    text-align: center;
    padding-top: 120px;
    color: white;
    position: relative;
}

.page-header .content h1 {
    margin: 0 0 40px;
    font-size: 35px;
    font-family: 'font-Bold';
}

.page-header .content ul {
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 0;
}

.page-header .content ul li {
    margin: 0 10px 0;
}

.page-header .content ul li a {
    color: white;
}

.page-header:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.21);
}

.page-content {
    line-height: 2;
    padding: 0 0 40px;
    font-size: 16px;
}

.page-content .content img {
    margin: auto;
    display: block;
    height: auto;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px -3px silver;
    max-width: 100%;
}

.page-template-page-contact .map iframe {
    width: 100%;
}

.page-template-page-contact .page-content h2 {
    margin: 20px 0 15px;
    font-size: 18px;
    border-bottom: 1px solid #f5f5f5;
    color: #003263;
    padding: 0 0 10px;
    font-family: 'font-Bold';
}

.page-template-page-contact .page-content ul li i {
    color: #d0000e;
}

.page-template-page-contact .page-content {
    font-size: 14px;
}

.page-template-page-products .item-box,
.tax-cet_product .item_product {
    margin: 0 0 30px;
    background-color: #003263;
    transition: .5s;
}

.page-template-page-products .item-box .img-item a,
.tax-cet_product .item_product .img-item a {
    display: block;
    height: 250px;
}

.page-template-page-products .item-box .img-item a img,
.tax-cet_product .item_product .img-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-page-products .item-box .caption-item,
.tax-cet_product .item_product .caption-item {
    text-align: center;
}

.page-template-page-products .item-box .caption-item a,
.tax-cet_product .item_product .caption-item a {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    padding: 9px 0;
    line-height: 1.5;
    min-height: 70px;
    align-items: center;
    justify-content: center;
}

.page-template-page-products .item-box:hover,
.tax-cet_product .item_product:hover {
    background-color: #004486;
}

.page-template-page-products .item-box:hover .img-item a img,
.tax-cet_product .item-box:hover .img-item a img {
    opacity: .7;
}

.page .word {
    background-color: #f7f7f7;
    padding: 3rem 0;
}

.page .word figure {
    text-align: center;
}

.page .word figure img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fe0000;
    padding: 10px;
}

.head-div h2 small {
    display: block;
    margin: 10px 0 0;
    font-size: 15px;
    font-family: 'font-Bold';
    color: #575eaa;
}

.single .cont h1 {
    font-family: 'font-Bold';
    font-size: 20px;
    margin: 0 0 20px;
    color: #fe0000;
}

.single .cont small {
    color: #4a4a4a;
    display: block;
    margin: -10px 0 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}

.single .cont ul li {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.single .cont ul li span:nth-child(1) {
    max-width: 200px;
    flex: 0 0 190px;
    position: relative;
    padding: 4px 15px;
    margin-left: 4px;
}

.single .cont ul li span:nth-child(1):before {
    content: '';
    position: absolute;
    background-color: #e4e4e4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transform: skewX(-9deg);
}

.single .cont ul li span:nth-child(2) {
    position: relative;
    color: white;
    flex-basis: 100%;
    padding: 4px 15px;
}

.single .cont ul li span:nth-child(2):before {
    content: '';
    position: absolute;
    background-color: #4b53a4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transform: skewX(-9deg);
}

@media only screen and (max-width : 767px) {
    header .container-fluid > .row.align-items-center {
        flex-direction: column-reverse;
    }

    header .links {
        min-height: 0;
        padding: 13px 0;
        justify-content: center;
    }

    body {
        font-size: 14px;
    }

    header nav.navbar {
        display: none;
    }

    header .logos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 10px 0;
    }

    header .logos .logo img {
        max-width: 100px;
    }

    header .logos a#menu-toggle {
        color: #ffffff;
        font-size: 25px;
    }

    header.fixed .logos a#menu-toggle {
        color: #333;
    }

    #home-slider .item .caption {
        max-width: 100%;
        transform: translateY(-50%);
        z-index: 9;
        padding: 0 15px;
    }

    ul.menu-mobile {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        height: 100vh;
        background-color: white;
        z-index: 99999;
        width: 250px;
        font-size: 16px;
        transform: translateX(250px);
        transition: .5s;
    }

    ul.menu-mobile li a {
        display: block;
        padding: 14px 15px;
        color: #424242;
        border-bottom: 1px solid #eee;
    }


    .active-menu {
        overflow: hidden;
    }

    .active-menu .menu-mobile {
        transform: translateX(0);
    }

    .close-menu {
        position: fixed;
        background: rgba(0, 0, 0, 0.52);
        height: 100%;
        width: 100%;
        z-index: 9999;
        opacity: 0;
        transition: .5s;
        visibility: hidden;
        top: 0;
    }

    .active-menu .close-menu {
        opacity: 1;
        visibility: visible;
    }

    #home-slider .item {
        display: block;
        min-height: 460px;
    }

    #home-slider .caption p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #home-slider .owl-nav {
        display: none;
    }

    #home-slider .caption h1 {
        color: white;
        font-size: 18px;
    }

    #home-slider .item .caption a {
        margin: 0;
        font-size: 10px;
        width: 120px;
        height: 40px;
    }

    #home-slider .item .caption a > i {
        height: 40px;
        line-height: 40px;
    }

    .head-div h2 {
        text-align: center;
    }


    footer .footer-top {
        padding: 40px 0 0;
        text-align: center;
    }

    footer .d-flex {
        display: block !important;
        text-align: center;
    }

    footer .d-flex p {
        margin: 0 0 20px;
    }

    footer .item-footer {
        margin: 0 0 30px;
    }

    footer .bottom-footer {
        text-align: center;
    }

    footer .bottom-footer .container .row > * {
        margin-bottom: 15px;
    }

    footer .bottom-footer .container .row > div:last-child {
        margin: 0;
    }

    .mailpoet_form {
        margin: 0 0 20px;
    }

    .decor {
        z-index: -1 !important;
    }
}
