﻿@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/shabnam-font-v2.4.0/Shabnam.woff') format('woff');
}

@font-face {
    font-family: 'Shabnam-Light';
    src: url('../fonts/shabnam-font-v2.4.0/Shabnam-Light.woff') format('woff');
}

@font-face {
    font-family: 'Shabnam-Bold';
    src: url('../fonts/shabnam-font-v2.4.0/Shabnam-Bold.woff') format('woff');
}

body {
    text-align: right;
    direction: rtl;
    font-family: Shabnam-Light;
}

img {
    max-width: 100%;
}

a, a:visited, a:hover, a:focus {
    text-decoration: none;
}

ol, ul, dl {
    padding: 0;
}

.top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-info .breadcrumb li a {
    color: #444 !important;
}
.main-search {
    width: 50%;
    margin-top: 15px;
    position: relative;
}

    .main-search input {
        width: 100%;
        background: #f4f4f4;
        box-shadow: 0px 1px 2px -2px #909090;
        height: 40px;
        border-radius: 7px 7px;
        border: 1px solid #ddd;
        padding: 0 15px;
        text-align: right;
    }

    .main-search a {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        background-color: #c02026;
        border-radius: 7px 0px 0px 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        color: #fff;
        font-size: 1.5rem;
    }

.top-header {
    right: 0;
    width: 100%;
    padding-top: 15px;
    /* padding-bottom: 15px; */
    scroll-padding: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 2px #000000;
}

.main-content {
    margin-top: 120px;
}

.top-subheader.at_middle {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.subheader-cell {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

    .subheader-cell.att-left {
        justify-content: flex-end;
    }

.h-text {
    margin-right: 2.5rem;
}

.top-subheader.at_bottom {
    background: #0d3861;
    padding: 0px 0;
    margin-top: 15px;
}

.h-socials-item {
    width: 2em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.h-socials-list {
    display: flex;
}

.h-socials-item a {
    font-size: 18px;
    color: #ffffff !important;
}

.h-search {
    margin-left: 30px;
    height: 39px;
    display: inherit;
    width: 100%;
}

input[type="text"] {
}

.h-search > input {
    border: 0;
    width: 100%;
    font-size: 12px;
    padding-right: 20px;
    border-radius: 5px;
    margin: 3px 0;
}

.h-text > span {
    font-size: 12px;
}

.top-subheader-h.at_bottom {
    display: flex;
}

span.dropdown-text {
    font-size: .9rem;
    padding-right: 5px;
}

section.h-section {
    background: #0d3861;
    padding-block: 20px;
}

    section.h-section .h-row {
        padding: .5em 1.5em;
        background: #b3d7ff;
        margin: 15px 0;
        text-align: center;
        border-radius: 5px;
        box-shadow: 1px #eee;
        box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 40%);
        transition: all .5s;
    }

.h-row a {
    font-size: 13px;
    color: #000000;
}

section.h-section .h-row:hover {
    box-shadow: 0 0.1em 1em rgb(18 18 18 / 90%);
}

.h-text-logo {
    padding-right: 10px;
}

section.h-content {
    padding: 30px;
}

h1.h-content-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.h-content-box {
    padding: 10px;
}

figcaption.h-content-caption {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
}

img.h-content-image {
    border-radius: 15px;
    /* border: 3px dotted #149cd775; */
}

.row.h-cols-p {
    padding: 40px 0;
}

.h-box-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* color: #fff; */
}

span.h-box-icon {
    font-size: 45px;
    color: #ffffff;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 100%;
    border: 3px solid #0d3861;
    overflow: hidden;
}

h3.h-box-bold {
    font-weight: bold;
}

h5.h-box-desc {
    color: #757575;
    font-size: 16px;
}

.about {
    background: url('../../Media/SlideShow/myslide/img/3.png') top no-repeat;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.6))),url('../../Media/SlideShow/myslide/img/3.png') top no-repeat;
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url('../../Media/SlideShow/myslide/img/3.png') top no-repeat;
    width: 100%;
    /* height: 527px; */
    background-size: cover;
}

.about-cover {
    padding: 50px 0 50px;
    font-size: 13px;
    line-height: 3.189;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
}

.h-about {
    border-radius: 15px;
    display: flex;
}

.about-logo {
    display: flex;
    align-items: center;
}

.about-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: right;
    padding: 50px;
    background: #0d3861;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-right: 20px;
    flex-direction: column;
}

    .about-text .about-text-title {
        font-size: 20px;
    }

footer {
    background: #0d3861;
    padding: 100px 0;
    border-top: 2px solid #0d3861;
}

    footer ul li {
        list-style: none;
        line-height: 38px;
        color: #e2e2e2;
    }

    footer .footer-box-title {
        color: #fff;
        font-size: 1.5rem;
    }

    footer ul li > * {
        color: #eee !important;
        font-size: 18px;
    }

.copy-right {
    background: #ccc;
    border-top: 2px solid #ffc107;
}

ul.social-btns {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}

    ul.social-btns li {
        margin-left: 10px;
    }

        ul.social-btns li a {
            font-size: 25px;
            color: #eee !important;
        }


.main-page-breadcrumb {
    padding: 30px;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
}

    .main-page-breadcrumb ul li {
        list-style: none;
        margin-left: 15px;
        display: flex;
        align-items: center;
        color: #fff;
    }

    .main-page-breadcrumb ul {
        display: flex;
    }

        .main-page-breadcrumb ul li a {
            font-size: 12px;
            color: #fff;
        }

li.seprator {
    color: #149cd7;
    font-size: 12px;
}

.page-name {
    color: #fff;
}


.main-page-title {
    padding: 30px 30px 0;
    text-align: center;
    width: 300px;
    margin: auto;
}

    .main-page-title h1 {
        font-size: 23px;
        border-bottom: 2px solid #000;
        padding-bottom: 15px;
    }

    .main-page-title span {
        background: #fff;
        font-size: 24px;
        position: relative;
        top: -20px;
    }

.h-multi-col {
    margin: 15px 0;
    display: flex;
    align-items: center;
    width: 100%;
    /* flex-grow: 11221; */
    justify-content: space-between;
    background: #ebeced;
    padding: 30px;
}

    .h-multi-col .h-col {
        width: 33%;
    }

        .h-multi-col .h-col .h-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            line-height: 28px;
            /* width: 100%; */
            background: #fff;
            padding: 30px;
        }

            .h-multi-col .h-col .h-box i {
                font-size: 48px;
                margin-bottom: 20px;
                background: #149cd7;
                padding: 15px;
                border-radius: 100%;
                color: #fff;
            }

            .h-multi-col .h-col .h-box span {
                font-size: 13px;
            }

.project-inttro {
    line-height: 35px;
}

.h-p-box {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #ebeced;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    background: #eeee;
    box-shadow: 0 1px 3px #9b9b9bee;
}

    .h-p-box .h-p-box-image {
        border-radius: 10px;
        overflow: hidden;
        width: 50%;
    }

    .h-p-box .h-p-box-text-cell a {
        font-size: 12px;
    }

    .h-p-box .h-p-box-link {
        text-align: left;
    }

.h-p-box-text {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    /* padding: 15px; */
}

    .h-p-box-text h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .h-p-box-text h5 {
        font-size: 12px;
    }

.p-list {
    padding: 15px;
    background: #ebeced;
}
/*jssor slider bullet skin 132 css*/
.jssorb132 {
    position: absolute;
}

    .jssorb132 .i {
        position: absolute;
        cursor: pointer;
    }

        .jssorb132 .i .b {
            fill: #fff;
            fill-opacity: 0.8;
            stroke: #000;
            stroke-width: 1600;
            stroke-miterlimit: 10;
            stroke-opacity: 0.7;
        }

        .jssorb132 .i:hover .b {
            fill: #000;
            fill-opacity: .7;
            stroke: #fff;
            stroke-width: 2000;
            stroke-opacity: 0.8;
        }

    .jssorb132 .iav .b {
        fill: #000;
        stroke: #fff;
        stroke-width: 2400;
        fill-opacity: 0.8;
        stroke-opacity: 1;
    }

    .jssorb132 .i.idn {
        opacity: 0.3;
    }

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora051 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 360;
        stroke-miterlimit: 10;
    }

    .jssora051:hover {
        opacity: .8;
    }

    .jssora051.jssora051dn {
        opacity: .5;
    }

    .jssora051.jssora051ds {
        opacity: .3;
        pointer-events: none;
    }

.products-container li a {
    color: #474747;
    text-align: center;
}

.products-container li > .product-item {
    border: 1px solid #eaeaea;
    margin: 10px;
    border-radius: 10px;
}


@media (max-width:768px) {
    .top-header {
        padding-bottom: 15px;
    }

    .subheader-cell.att-left {
        display: none;
    }

    .top-subheader.at_middle {
        display: block;
    }

    .subheader-cell {
        justify-content: center;
    }

    .menu {
        display: block;
    }

        .menu .dropdown {
            display: block;
        }

    a.min-menu {
        display: block !important;
        font-size: 2rem;
        position: absolute;
        right: 15px;
    }

    .top-subheader.at_bottom {
        display: none;
    }

    .t-menu {
        justify-content: start;
    }

    .main-content {
        margin-top: 60px;
    }

    .sar-slider .slide-content > .slid-box > .slide-col .text-box {
        margin: 10px auto !important;
    }

        .sar-slider .slide-content > .slid-box > .slide-col .text-box h1 {
            font-size: 1.5em;
        }

    .slide-item-icons li {
        height: auto !important;
    }

    .slide-item-icons {
        padding: 10px !important;
    }

        .slide-item-icons li {
            margin-left: 5px !important;
        }

    section.h-section {
        padding: 15px;
    }

    section.h-content {
        padding: 0px !important;
    }

    .products-container li > .product-item {
        margin: 10px 0 !important;
    }

    h1.h-content-title {
        margin-top: 15px;
    }

    .btn-arrow {
        font-size: 3em !important;
    }

    .about-text {
        margin: 0 !important;
    }

    footer {
        padding: 100px 20px;
    }

    ul.md-list {
        width: 80%;
        margin: auto !important;
    }

        ul.md-list .col-8 {
            padding-right: 15px !important;
        }
}
