@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Medium.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Light.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb.ttf) format("truetype");
}

blockquote,
h1 {
    margin-bottom: 1.5rem;
}

.hero h2,
.hero p,
.navbar .navbar-nav .nav-item a,
.wide h2,
footer .container {
    text-transform: uppercase;
}

.main-body .container .block.image-block,
.wide h2,
footer .container {
    text-align: center;
}

body {
    font-family: "Open Sans", sans-serif;
    /*background: #eef4f7;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Bitter, serif;
    font-weight: 700;
}

.hero h2,
.teasers .container h3,
.wide h2 {
    font-family: "Open Sans", sans-serif;
}

.hero h2,
.hero p,
.hero p small,
.wide h2,
blockquote {
    font-weight: 300;
}

h2 {/*     border-bottom: solid 1px #eee; */padding-bottom: 0.8rem;margin: 0.5rem 0 0.5rem;}

h3 {
    /* margin: 0.5rem 0 1rem; */
}

pre {
    background: #f4f4f4;
    padding: 1.5rem;
}

blockquote {
    color: #999;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.1rem;
    box-shadow: 0 4px 0 #f2f2f4;
}

.carousel-caption {
        z-index: 1;

}

img {
    max-width: 100%;
}

    img.primary-image {
        margin-bottom: 2rem;
    }

.btn-default {
    color: #212529;
    border-color: #337ab7;
    margin: 0.5rem 0;
    transition: all 0.1s ease-in-out;
}

    .btn-default:hover {
        color: #fff;
        background: #337ab7;
        transition: all 0.1s ease-in-out;
    }

.separator {
    margin-bottom: 1rem;
}

    .separator hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        border-top-color: #eee;
    }

a {
    color: #337ab7;
}

    a:hover {
        color: #285f8f;
    }

.sep {
    color: #337ab7;
    padding: 0 2px;
}

header[role="banner"] {
    position: relative;
    background: transparent;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}


.main-body {
    overflow: hidden;
}

    .main-body .container {
        /* background: #fff; */
    }

.main-body .container.body-container {
/*     padding: 2rem 15px; */
    max-width: 100%;

}

.img1{width: 100%;height: 627px;background-repeat: no-repeat;background-position: center;background-size: cover;}


img.img-2 {
    width: 100%;
}

        .main-body .container.body-top {
            border-top: solid 6px #00a3d8;
            padding-top: 4rem;
            position: relative;
        }

            .main-body .container.body-top:before {
                content: " ";
                background: #00a3d8;
                position: absolute;
                height: 6px;
                width: 100%;
                top: -6px;
                left: 0;
                display: block;
                z-index: 2000;
            }

        .main-body .container.hero {
            /*background: url(../img/seigaiha-overlay.png) #116d9a;*/
        }

        .main-body .container.latest-post {
            background: #f0ad4e;
            color: #fff;
            padding: 1rem 0;
            font-weight: 300;
            font-size: 0.9rem;
            text-transform: uppercase;
        }

            .main-body .container.latest-post a {
                color: #fff;
            }

        .main-body .container .block {
            margin-bottom: 2rem;
        }

            .main-body .container .block .block {
                height: 100%;
                margin-bottom: 0;
            }

        .main-body .container .gallery-block {
            margin-bottom: 2rem;
        }

        .main-body .container .columns img {
            object-fit: cover;
        }

footer {
    border-top: solid 1px #565454;
}

    footer .container {
        padding: 3rem 15px;
        font-size: 0.85rem;
    }

.navbar .navbar-toggler {
    border-color: #333;
}

    .navbar .navbar-toggler .navbar-toggler-icon {
        color: #fff;
        height: 1.5rem;
        font-size: 1.5rem;
    }

.navbar .navbar-brand {
    position: absolute;
    top: 0.125rem;
    right: 0;
}

    .navbar .navbar-brand a {
        margin-left: 0.5rem;
    }

        .navbar .navbar-brand a img {
            height: 20px;
        }

.navbar .navbar-nav {
    width: 100%;
}

    .navbar .navbar-nav .nav-item a {
        color: #fff;
        padding: 8px;
        opacity: 0.6;
        transition: opacity 0.1s ease-in-out;
    }

        .navbar .navbar-nav .nav-item a:hover {
            opacity: 1;
            text-decoration: none;
            transition: opacity 0.1s ease-in-out;
        }

    .navbar .navbar-nav .nav-item.active a {
        opacity: 1;
    }

.hero {
    color: #fff;
    /*border-top: solid 6px #00a3d8;*/
    /*padding: 5rem 15px;*/
}

    .hero h2 {
        font-size: 1.8rem;
        border: 0;
    }

    .hero img {
        margin-bottom: 2.5rem;
    }

    .hero p {
        opacity: 0.7;
    }

        .hero p small {
            background: rgba(0, 0, 0, 0.2);
            font-size: 80%;
            padding: 0.25rem 0.5rem;
        }

            .hero p small strong {
                font-weight: 800;
            }

    .hero a {
        color: #f0ad4e;
    }

.main-header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
#header {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.teasers .container {
    background: #fff;
}

    .teasers .container .row {
        background: #fdf7ed;
        border-bottom: solid 4px #eef4f7;
        padding: 1.5rem 15px;
        text-align: center;
    }

    .teasers .container h3 {
        font-weight: 400;
    }

    .teasers .container img {
        max-width: 50%;
        max-height: 120px;
        margin: 0.5rem 0 1.5rem;
        opacity: 0.7;
        transition: all 0.2s ease-in-out;
    }

        .teasers .container img:hover {
            opacity: 1;
            transform: scale(1.1);
        }

    .teasers .container p {
        width: 80%;
        margin: 0 auto 1rem;
        font-weight: 300;
    }

.quotes .quote {
    background: #fdf7ed;
    color: #78500d;
    padding: 2rem 3rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
}

    .quotes .quote img {
        width: 100%;
        max-width: 150px;
        display: block;
        margin: 0 auto 1rem;
        border-radius: 50%;
    }

    .quotes .quote .quote-body {
        font-weight: 300;
    }

    .quotes .quote .quote-name {
        text-align: right;
    }

    .quotes .quote:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-top-color: #fdf7ed;
        position: absolute;
        margin-top: 30px;
        margin-right: 60px;
        right: 0;
    }

.archive-item {
    padding-bottom: 1rem;
}

    .archive-item h2 a {
        color: #212529;
        transition: color 0.1s ease-in-out;
    }

        .archive-item h2 a:hover {
            color: #23527c;
            text-decoration: none;
            transition: color 0.1s ease-in-out;
        }

    .archive-item p.lead {
        font-size: 1rem;
        font-weight: 400;
    }

    .archive-item img {
        margin-bottom: 1rem;
    }

    .archive-item .small a {
        color: #999;
    }

.pagination .page-item {
    width: 38px;
    margin: 0 3px;
    text-align: center;
}

    .pagination .page-item .page-link {
        color: #77acd9;
        border-radius: 2px;
    }

    .pagination .page-item.active .page-link {
        color: #fff;
        background: #337ab7;
        border-color: #337ab7;
    }

@media (min-width: 768px) {
    .hero h2 {
        font-size: 2.7rem;
    }

    .hero p {
        font-size: 1.35rem;
    }

        .hero p small {
            font-size: 60%;
        }

    .navbar .navbar-brand {
        top: 1rem;
    }
}

/* Stat Added by Hosseini for Layout page */
body {
    /*color: #3b3b3b;*/
    font-family: "IRANSans";
    font-size: 13px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 24px;
    direction: ltr;
}

* {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

.logo {
    margin-top: 10px;
}

.logo img {
    width: 300px;
    height: 70px;
    object-fit: contain;
}

.top-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px 0;
}

.top-nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.top-nav li {
    border-right: 1px solid #ec0e21;
    display: inline-block;
    margin-right: 7px;
    padding-right: 10px;
    position: relative;
}

.top-nav a:hover {
    color: #ec0e21;
}

.top-nav a {
    color: #ccc;
}

.top-nav li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.header {
    font-family: "IRANSans";
    background: #0a0907 none repeat scroll 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
}

.top-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px 0;
}

.search-form {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 4px;
    padding-left: 36px;
    position: relative;
    pointer-events: none;
    float: right;
    margin-top: 15px;
}

    .search-form > input[type="text"] {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #ccc;
        height: 30px;
        padding: 0 15px;
        width: 100%;
        text-align: right;
    }

    .search-form > input[type="submit"] {
        background: transparent;
        border: medium none;
        border-radius: 4px;
        height: 36px;
        position: absolute;
        width: 36px;
        z-index: 99;
        top: 0;
        left: 0;
    }

    .search-form::after {
        border-radius: 4px;
        height: 30px;
        position: absolute;
        width: 36px;
        display: block;
        font-family: "FontAwesome";
        content: "\f002";
        color: #ec0e21;
        font-size: 16px;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 30px;
    }

.alllangs {
    margin-top: 15px;
}

.main-nav {
    /* margin: 20px 0; */
}

.mini-cart-icon {
    color: #ccc;
    margin-right: 7px;
}

.footer {
    background: #0a0907 none repeat scroll 0 0;
    padding: 0;
    font-family: "IRANSans";
    direction: rtl;
    overflow-x: hidden;
}

.footer-box > p {
    color: #ccc;
    text-align: justify;
    direction: ltr;
    margin-bottom: 24px;
}

.footer-box .readmore {
    color: #ec0e21;
}

.footer-box > ul {
    list-style: outside none none;
    margin: 0 0 17px;
    padding: 0;
}

.footer-box a {
    color: #ccc;
    font-size: 12px;
}

.footer-box li {
    margin-bottom: 10px;
    text-align: left;
}

.footer-contact-box p {
    margin-bottom: 14px;
    font-size: 13px;
}

.list-footer-box {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}

.social-footer > a {
    /* border: 2px solid #ccc; */
    border-radius: 50%;
    color: #ccc;
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    text-align: center;
    width: 38px;
}

.social-footer {
    font-size: 0;
    /* margin-bottom: 40px; */
    text-align: right;
}

    .social-footer > a:hover {
        color: #ec0e21;
    }

.footer-menu {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .footer-menu > li {
        display: inline-block;
        margin-right: 17px;
    }

    .footer-menu a {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .footer-menu a:hover {
            color: #ec0e21;
        }

.footer-email > a:hover {
    color: white;
}

.footer-box a:hover {
    color: white;
}

.footer-box .readmore:hover {
    color: #fff;
}

.title-footer {
    font-family: "IRANSans";
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: left;
}

    .title-footer span {
        color: #ec0e21;
    }

.footer.footer3 {
    background: #f4f4f4 none repeat scroll 0 0;
}

    .footer.footer3 .footer-box > p {
        color: #888;
    }

    .footer.footer3 .title-footer {
        color: #3b3b3b;
    }

    .footer.footer3 .footer-box a {
        color: #888;
    }

    .footer.footer3 .footer-box .readmore {
        color: #ec0e21;
    }

        .footer.footer3 .footer-box .readmore:hover {
            color: #3b3b3b;
        }

    .footer.footer3 .footer-box a:hover {
        color: #ec0e21;
    }

    .footer.footer3 .list-footer-box {
        border-color: #e5e5e5;
    }

    .footer.footer3 .social-footer > a {
        color: #3b3b3b;
    }

        .footer.footer3 .social-footer > a:hover {
            color: #fff;
            background: #ec0e21;
        }

    .footer.footer3 .copyright {
        color: #3b3b3b;
    }

    .footer.footer3 .footer-menu a {
        color: #3b3b3b;
    }

        .footer.footer3 .footer-menu a:hover {
            color: #ec0e21;
        }

    .footer.footer3 .newsletter-form > label {
        color: #3b3b3b;
    }

    .footer.footer3 .newsletter-form input[type="text"] {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e5e5e5;
    }

    .footer.footer3 .newsletter-form input[type="submit"] {
        background: #3b3b3b none repeat scroll 0 0;
    }

        .footer.footer3 .newsletter-form input[type="submit"]:hover {
            background: #ec0e21;
        }

    .footer.footer3 .back-to-top {
        background: url(../images/home3/back-top3.png) no-repeat center center;
    }

p.footer-address i,
p.footer-phone i,
p.footer-fax i,
p.footer-email i {
    padding-left: 15px;
    font-size: 16px;
    color: #ec0e21;
}

.project-footer {
    display: flex;
    justify-content: flex-end;
}

.copyright p {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}

.copyright {
    text-align: center;
    background: #333;
}

    .copyright a {
        color: #ccc;
        font-weight: 700;
    }

        .copyright a:hover {
            color: #fff;
        }

.footer.footer3 .copyright {
    color: #3b3b3b;
}

.back-to-top {
    height: 46px;
    right: 0;
    bottom: 0px;
    position: absolute;
    width: 55px;
    background: #333;
    padding: 13px;
    height: 55px;
    border-radius: 5px;
    color: #eee;
}

@media (max-width:575px) {

.search-form , .alllangs {
    margin: 10px 0;
}
}
/* End Added by Hosseini for Layout page */
.navbar-collapse {
    direction: ltr;
    position: relative;
}

ul.navbar-nav {
    padding-right: 0;
}

ul.dropdown-menu.show {
    left: auto;
    right: 0;
    color: #212529;
    text-align: right;
    background-color: #222;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #eef4f7;
    text-decoration: none;
    background-color: transparent;
}

ul.dropdown-menu.show a.nav-link {
    color: #0a0907;
    padding: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 3px;
    margin-right: 0.255em;
}

@media (max-width: 768px) {
    .top-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding: 5px 0;
        text-align: center;
    }

    .main-header.scroll-fixed > div > .row {
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 10px 0;
        flex-direction: row-reverse;
    }
}

/*Start of news*/
.single-post-box .title-post {
    padding: 20px 25px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0
}

    .single-post-box .title-post h1 {
        color: #333;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin: 0 0 8px
    }

.single-post-box .share-post-box {
    margin-bottom: 10px;
    padding: 0 20px
}

    .single-post-box .share-post-box ul.share-box {
        margin: 0;
        padding: 0
    }

        .single-post-box .share-post-box ul.share-box li {
            display: inline-block;
            color: #666;
            font-size: 13px;
            margin-right: 8px;
            margin-bottom: 2px
        }

            .single-post-box .share-post-box ul.share-box li:first-child {
                float: left
            }

            .single-post-box .share-post-box ul.share-box li i.fa.fa-share-alt {
                font-size: 20px;
                margin-right: 12px;
                color: #999;
                float: left
            }

            .single-post-box .share-post-box ul.share-box li i {
                font-size: 20px;
                color: #999;
                float: left
            }

            .single-post-box .share-post-box ul.share-box li span {
                display: inline-block;
                line-height: 15px
            }

            .single-post-box .share-post-box ul.share-box li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                color: #fff;
                padding: 8px 12px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px
            }

                .single-post-box .share-post-box ul.share-box li a i {
                    color: #fff
                }

                .single-post-box .share-post-box ul.share-box li a.whatsapp {
                    background: #4FCE5D
                }

                .single-post-box .share-post-box ul.share-box li a.send {
                    background: #08c
                }

                .single-post-box .share-post-box ul.share-box li a.instagram {
                    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)
                }

                .single-post-box .share-post-box ul.share-box li a.google i {
                    margin-right: 0
                }

                .single-post-box .share-post-box ul.share-box li a.linkedin {
                    background: #1879dd
                }

                    .single-post-box .share-post-box ul.share-box li a.linkedin i {
                        margin-right: 0
                    }

                .single-post-box .share-post-box ul.share-box li a:hover {
                    opacity: .7
                }

.single-post-box > .post-content {
    margin-bottom: 10px;
    overflow: hidden
}

    .single-post-box > .post-content p {
        padding: 0 20px;
        margin-bottom: 18px
    }

        .single-post-box > .post-content p a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #f44336;
            text-decoration: underline
        }

            .single-post-box > .post-content p a:hover {
                opacity: .6
            }

    .single-post-box > .post-content blockquote {
        padding: 20px;
        padding-right: 70px;
        background: #eee;
        border: none;
        margin: 0 0 20px;
        position: relative
    }

        .single-post-box > .post-content blockquote p {
            color: #222;
            font-size: 18px;
            font-style: italic;
            margin-bottom: 0;
            line-height: 24px
        }

        .single-post-box > .post-content blockquote:before {
            content: '\201C';
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 72px;
            color: #222;
            line-height: 70px;
            font-weight: 700
        }

    .single-post-box > .post-content > h2 {
        color: #333;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 0 10px;
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 24px;
        padding: 0 20px
    }

.single-post-box.wide-version .share-post-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px
}

.contact-form-box #contact-form, .contact-form-box #comment-form {
    margin: 0
}

    .contact-form-box #contact-form label, .contact-form-box #comment-form label {
        display: block;
        color: #333;
        font-size: 13px;
        font-weight: 700;
        margin: 0 0 16px;
        cursor: pointer
    }

    .contact-form-box #contact-form input[type="text"], .contact-form-box #comment-form input[type="text"], .contact-form-box #contact-form textarea, .contact-form-box #comment-form textarea {
        display: block;
        width: 100%;
        padding: 10px 20px;
        background: #fafafa;
        color: #333;
        font-size: 13px;
        outline: none;
        border: 1px solid #e1e1e1;
        margin: 0 0 16px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out
    }

        .contact-form-box #contact-form input[type="text"]:focus, .contact-form-box #comment-form input[type="text"]:focus, .contact-form-box #contact-form textarea:focus, .contact-form-box #comment-form textarea:focus {
            border: 1px solid #f44336
        }

    .contact-form-box #contact-form textarea, .contact-form-box #comment-form textarea {
        height: 130px
    }

    .contact-form-box #contact-form button, .contact-form-box #comment-form button {
        color: #ccc;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        background: #222;
        padding: 8px 10px;
        border: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out
    }

        .contact-form-box #contact-form button i, .contact-form-box #comment-form button i {
            margin-right: 7px
        }

        .contact-form-box #contact-form button:hover, .contact-form-box #comment-form button:hover {
            background: #f44336;
            color: #fff
        }

.contact-form-box .title-section span.email-not-published {
    float: left;
    padding-left: 0;
    border: none;
    color: #999;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400
}

ul.post-tags {
    margin: 0;
    padding: 0;
    direction: ltr
}

    ul.post-tags li {
        display: inline-block;
        margin-right: 7px;
        color: #999;
        font-size: 12px;
        font-style: italic;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out
    }

        ul.post-tags li i {
            color: #ccc;
            margin-right: 9px
        }

        ul.post-tags li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #999
        }

            ul.post-tags li a:hover {
                color: #f44336
            }

        ul.post-tags li:last-child {
            margin-right: 0
        }

.title-section {
    /* border-bottom: 1px solid #e1e1e1; */
    margin: 30px 0;
}

    .title-section h1 {
        color: #222;
        font-size: 15px;
        font-weight: 700;
        margin: 0 0 30px;
        text-transform: uppercase;
        margin-bottom: -1px
    }

        .title-section h1 span {
            display: inline-block;
            padding-bottom: 16px;
            padding-right: 5px;
            border-bottom: 1px solid #f44336
        }

.block-content .owl-carousel .item {
    margin: 0 5px 10px
}

.block-content {
    padding: 30px 0 60px;
    position: relative;
    font-family: iransans
}
/*End of news*/

/*Start of Menu*/

ul.navbar-nav li ul.sub-menu {
    background-color: #fff;
    box-shadow: 0 3px 8px #000;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 310px;
    z-index: -99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    list-style: none;
    padding: 0;
}

ul.navbar-nav li:hover ul.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

ul.navbar-nav li {
    position: relative;
}

    ul.navbar-nav li ul.sub-menu li {
        padding: 0 10px;
        /* border-bottom: 1px solid rgb(16 59 127/0.1); */
    }

        ul.navbar-nav li ul.sub-menu li:hover a {
            color: black;
        }

        ul.navbar-nav li ul.sub-menu li:hover {
            /* background: rgb(16 59 127); */
        }

    ul.navbar-nav li a:before {
        /* content: ""; */
        width: 1px;
        height: 15px;
        top: 11px;
        left: 0;
        /* background: #f2d479; */
        padding-left: 1px;
        position: absolute;
    }

.cad1 {
    background: rgba(0,0,0,.5);
    margin: 175px 0 0 0;}

.text-1 {
    color: white;
    text-align: right;
    padding: 10px 15px;
    font-size: 45px;
    font-weight: 900;
      
}

@media(max-width: 768px) {
    ul.navbar-nav li:hover ul.sub-menu {
        position: static;
    }
}
/*End of Menu*/
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* overflow: hidden; */
}

.header li a {
    display: block;
    padding: 13px 8px;
    text-decoration: none;
    text-align: left;
    line-height: 4;
    font-size: 15px;
    color: #dbdbdb;
    font-weight: 500;
}

.sub-menu .nav-link {
    line-height: 2;
    color: #808080;
}
a.logo img {
    max-width: 85% !important;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 0;
    text-decoration: none;
}

p#UserNameId {
    margin: 0;
    color: #fff;
    direction: rtl;
}


/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}


/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}


/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


/* 48em = 768px */

@media (min-width: 1024px) {
    .header li {
        float: left;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}
div#ItemSearch {
    top: 0;
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 95%;
    z-index: 999;
    top: 86px;
    box-shadow: 0px 7px 10px;
    display: none;
}

div#ItemSearch ul li {
    display: inline-block;
    width: 20%;
    padding: 0 5px;
}

div#ItemSearch ul h2 {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 900;
}

ul#myChild1 li {
    width: 100% !important;
}

div#ItemSearch a {
    font-size: 12px;
    padding: 0px 8px;
    text-align: center;
}

ul#myChild1 a {
    color: #6f6f6f;
    line-height: 2;
    font-size: 12px;
}

div#ItemSearch h2 a {
    font-size: 14px;.li-mega-menu:hover div#ItemSearch
    line-height: 2;
}

div#ItemSearch>ul {
    padding: 15px;
}

ul#myChild1 li:hover a {
    color: red;
}

.li-mega-menu:hover div#ItemSearch {
    display: block;
}

.fa {
    font-family: 'FontAwesome';
}


/*LearningCenter ----- START -----*/
.text-item {
    margin-bottom: 130px;
}
.image-back {
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.title-group {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    text-align: right;
}

.col-education img {
    width: 25px;
    margin-left: 20px;
}

span.count-education {
    background: #ec0e21;
    border-radius: 40px;
    padding: 6px 20px;
    color: #fff;
    margin-top: 3px;
    position: absolute;
    left: 20px;
}

.col-education a {
    transition: .4s;
}

.col-education a:hover {
    color: #ce0000;
}

.col-12.col-education {
    margin-bottom: 30px;
    text-align: right;
}

.list-step {
    list-style: none;
}

.list-step li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}

.list-step li::after {
    content: '\f100';
    position: absolute;
    color: #ccc;
    font-family: 'FontAwesome';
    margin-right: 3px;
}

.list-step li:last-child::after {
    content: none;
}

.col-category {
    background: #f6f6f6;
    width: 250px;
}

ul.list-category li::before {
    content: '\f100';
    font-family: 'FontAwesome';
    color: #dcdde0;
}

ul.list-category {
    padding-right: 15px;
    /* border-bottom: 1px solid #dedbdb; */
}

ul.list-category li {
    line-height: 35px;
    font-size: 14px;
}

ul.list-category li a:hover {
    color: #ce0000;
}

h4.title-category {
    color: #000;
    padding: 15px;
}

.box-education {
    transition: .4s;
    margin-bottom: 30px;
    background: white;
    transition: .4s;
}

.box-education:hover {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.box-education:hover {
    border-color: #ce0000;
    cursor: pointer;
}

h2.title-box-education {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
}

.box-education p {
    line-height: 40px;
    text-align: justify;
}

a.btn.btn-education {
    /* float: left; */
    background: #ce0000;
    color: white;
    padding: 10px 60px;
    transition: .4s;
    position: relative;
    border-radius: 0;
}

a.btn.btn-education:hover {
    background: #b90505;
}

a.btn.btn-education::before {
    content: '\f053';
    font-family: 'FontAwesome';
    position: absolute;
    left: 30px;
}

.box-education img {
    object-fit: cover;
    width: 500px;
    height: 300px;
}

.button-education {
    display: flex;
    direction: ltr;
    float: left;
    flex-direction: row;
    margin-top: 158px;
}

.date-education {
    padding-top: 13px;
    border-bottom: 4px solid #ce0000;
    padding-right: 20px;
    color: #888;
}

.fa-clock-o:before {
    content: "\f017";
    font-family: 'FontAwesome';
}

.col-edu {
    background: #f6f6f6;
}

button.button-2.btn-more-2 {
    width: 100%;
    height: 43px;
    background: #fff;
    border: none;
    color: #ce0000;
    transition: .4s;
}

button.button-2.btn-more-2:hover {
    background: #ce0000;
    color: #fff;
}

p.text-edu-2 {
    color: #666;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
}

h2.title-detail {
    padding: 20px 0;
    font-size: 23px;
}

p.text-detail {
    color: #7c8088;
    line-height: 40px;
    text-align: justify;
    padding-top: 20px;
}

.kb-rate-article {
    display: flex;
    padding: 15px 30px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

.kb-rate-article .row {
    /* display: block; */
    width: 100%;
}

.kb-rate-article h6 {
    font-weight: 500;
}

.kb-rate-article h6 span {
    display: block;
    font-weight: 200;
    font-size: 11px;
    margin-top: 6px;
    color: #87979f;
}

.kb-rate-article h6 span i {
    color: #F44336;
}

.kb-rate-article .btn {
    margin: 11px 0;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding: 5px 35px;
    background: #fff;
}

.kb-rate-article .btn i {
    margin-right: 5px;
}

.kb-rate-article .btn.btn-yes {
    color: #8BC34A;
    border: 2px solid #8BC34A;
}

.kb-rate-article .btn.btn-yes:hover {
    color: #fff;
    border: 2px solid #8BC34A;
    background: #8BC34A;
}

.kb-rate-article .btn.btn-no {
    color: #FF9800;
    border: 2px solid #FF9800;
}

.kb-rate-article .btn.btn-no:hover {
    color: #fff;
    border: 2px solid #FF9800;
    background: #FF9800;
}

.kb-rate-article .user-votted {
    display: block;
    font-weight: 200;
    font-size: 11px;
    color: #87979f;
    margin: 7px 0;
}

.kb-also-read {
    padding: 15px 30px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

.kb-also-read h3 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.kb-also-read .kbarticles a {
    font-size: 11px;
    font-weight: 800;
    margin-top: 0;
    color: #111;
}

.kb-also-read .kbarticles p {
    margin: 0;
    color: #99a4a8;
    font-size: 11px;
    font-weight: 300;
    margin-top: 1px;
    margin-bottom: 15px;
}

.kb-also-read .kbarticles .admin-inline-edit {
    display: none;
}

.col-education-detail {
    border: 1px solid #e6e8ec;
    border-radius: 10px;
}

.col-education-detail .title-group {
    margin-bottom: 20px
}

.far {
    font-family: 'FontAwesome';
}

.vertical-carousel-learningcenter-title {
    display: flex;
    width: 200px;
    position: absolute;
    top: -30px;
}

.vertical-carousel-learningcenter-title p {
    display: flex;
    background: #ec0e21;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    line-height: 45px;
}

.vertical-carousel-learningcenter-title p img {
    width: 40px;
    object-fit: cover;
}

.body-container .image-block {
    /* border: 1px solid #ec0e21; */
}

.vertical-carousel-learningcenter-header {
    position: relative;
    padding-top: 40px;
}

.latest-learningcenter-header {
    position: relative;
}

.latest-learningcenter-title {
    display: flex;
    width: 300px;
    position: absolute;
    top: -42px;
}

.latest-learningcenter-title p {
    display: flex;
    background: #ff9f43;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    line-height: 45px;
}

.latest-learningcenter-title p img {
    width: 40px;
    object-fit: cover;
}

.latest-learningcenter {
    padding-top: 70px;
}

.latest-learningcenter .container:first-child {
    border: 1px solid #ff9f43;
    margin-bottom: 60px;
}

.alllearningcenterpaging {
    padding: 30px;
}


/*LearningCenter ----- END -----*/


/*LearningCenter ----- END -----*/

#image-header {
    background-image: url('../images/back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.text-image-hedaer {
    padding-top: 140px;
}

.carousel-caption h2 {
    /* padding-bottom: 255px; */
    font-size: 50px;
    /* line-height: 3; */
}

.btn-slider {
    margin-bottom: 210px;
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 15px 16px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    transition: .4s;
}

.btn-slider:hover {
    opacity: .7;
}

.text-slider {
    margin-bottom: 200px;
    font-size: 25px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}


.overlay-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 627px;
    opacity: 0.6;
}

.title-slider {
    padding-bottom: 290px;
    font-size: 30px;
}

.title-slider strong {
    font-size: 40px;
}

.arrow {
  /* display: inline-block; */
  /* position: absolute; */
  width: 10px;
  height: 10px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  padding: 12px;
  margin-right: 28px;
}

.arrow:before {
  display: block;
  height: 50%;
  width: 50%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}

.arrow.prev {
  transform: rotate(-45deg);
  left: 0;
  margin-left: 56px;
}

.arrow.next {
  transform: rotate(135deg);
  right: 0;
}




/*---------style eng --------*/

/* start style section about-us */

.about {
    padding: 100px 0;
}

.about p {
    display: none;
}

.text-about {
    text-align: justify;
    line-height: 2;
    color: #000;
}

.title-section {
    position: relative
}

.title-section h3 {
    font-size: 18px;
    line-height: 44px;
    color: #000;
    font-weight: 500;
    background: #fff;
    display: inline-block;
    position: relative;
    padding-left: 10px
}

.title-section::before {
    content: '';
    position: absolute;
    top: 25px;
    width: 100%;
    height: 1px;
    background: #eee;
}

/* .image-about img {
    padding: 30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #000;
} */

.image-about .fas,
.image-about .fab {
    font-size: 40px;
    color: #000;
    border: 2px solid #000;
    padding-top: 38px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    font-family: 'FontAwesome';
    margin: auto;
    transition: .9s;
}

.box-about {
    margin-bottom: 35px;
line-height: 50px;
}

.image-about {
    margin-bottom: 20px;
     transition: 1s;
}

.text-image-about {
    color: #666;
    font-size: 16px;
}
/* end style section about-us */


/*start style section parallax*/

.parallax::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #020202;
    content: '';
    opacity: .6;
}

.parallax {
    background-image: url('../../../uploads/aef7ee34-43bf-4249-9840-b7c459557345-edilizia-sx.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 620px;
    position: relative;
}

.title-parallax {
    color: #fff;
    padding-top: 0;
}

.text-parallax {
    color: #fff;
    line-height: 2;
    padding-top: 20px;
}

.content-parallax {
    background: #fff;
    padding: 20px;
    min-height: 235px;
}

.image-parallax {
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 145px;
}

.box-parallax {
    position: relative;
    transition: .5s;
}

.title-box-parallax {
    font-size: 17px;
    color: #000;
    padding-top: 30px;
    text-align: center;
}

.text-box-parallax {
    line-height: 2;
    height: 85px;
}

.border-element {
    position: relative;
}

.border-element::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 80px;
    height: 60px;
    -webkit-transform: translateX(-50%) rotate( 45deg);
    /* transform: translateX(-50%) rotate(
45deg); */
    top: -32px;
    background: #fff;
    right: 45%;
    z-index: 2;
}

.btn-parallax {
    border: 3px solid rgba(0, 0, 0, .6);
    padding: 9px 15px 7px;
    border-radius: 3px;
    position: relative;
    transition: .4s;
    color: rgba(0, 0, 0, .6);
}

.btn-parallax::before {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    left: 4px;
}

.btn-parallax:hover {
    opacity: .7;
}

.fas,
.fab {
    font-family: 'FontAwesome';
}

@media (max-width: 575px) {
    .box-parallax {
    padding: 15px

    }
}

/*start style section parallax*/


/*start style section choose*/

.rotate-icon {
    color: blue;
    padding-right: 10px;
    float: left;
}

.btn-link[aria-expanded="true"] .rotate-icon::before {
    content: '\f146';
}

#accordionEx .card {
    border-bottom: 1px solid #eee;
}

#accordionEx .fa-plus-circle {
    color: #018cc5
}

h5.mb-0 {
    color: #666;
    font-size: 14px;
}

.card-body {
    color: #666;
}

.box-image-choose {
    transition: .6s;
}

.box-image-choose:hover {
    transform: scale(1.1);
}

button.btn.btn-link {
    text-decoration: none;
    text-align: left;
    color: #666;
    font-size: 14px;
}

.btn.focus, .btn:focus {
    box-shadow: none!important;
}

/*end style section choose*/


/*start style section form*/

.form {
    background-color: #000;
    height: 250px;
}

.box-form {
    color: #888;
    font-size: 14px;
    border: 1px solid #333;
    height: 95px;
    padding: 35px 15px 0;
    background: #111;
    margin-top: 0px;
}

.btn-form {
    border: 1px solid #333;
    padding: 10px 17px;
    border-radius: 3px;
    transition: .4s;
    color: #888;
margin-right: 80px;
font-size: 16px;
}

.btn-form:hover {
    background: #000;
    color: #fff;
    font-weight: 200
}

.border-element-bottom::before {
    top: -15px;
    background: #000;
    width: 70px;
    height: 57px;
    z-index: -1;
}


/* end style form */
.carousel_se_03_carousel {
    direction: ltr;
}

/* start style work */

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
    color: #666;
    padding: 28px;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #fff;
    background-image: #fff;
    color: #919191;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #eee;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.list-group-item.active {
    border-color: #eee;
}

.bhoechie-tab-content h2 {
    color: #222;
    font-size: 20px;
    /* padding-top: 5px; */
}

.bhoechie-tab-content h3 {
    color: #666;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    text-align: justify;
}


/* end style work */
/*start style section gallery*/

#gallery {
    padding-top: 40px;
    background: #000;
}

#gallery .title-section {
    color: #202b5d;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 50px 30px;
    }
}

.img-wrapper {
    position: relative;
}

.img-wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    opacity: 0;
}

.img-overlay .fas {
    color: #fff;
    font-size: 17px;
    background: #565353;
    padding: 20px;
    border-radius: 50%;
    margin-left: 10px;
    transition: .4s;
    text-align: center;
    margin-top: 90px;
    width: 65px;
    height: 65px;
}

.img-overlay .fa-search {
    transform: translateY(-15px);
}

.img-overlay:hover .fa-search {
    transform: translateY(0px)
}

.img-overlay .fa-link {
    transform: translateY(-50px);
}

.img-overlay:hover .fa-link {
    transform: translateY(0px)
}

.name-project {
    background: #565353;
    margin: 30px;
    color: #fff;
    padding: 5px;
}

.img-overlay .fas:hover {
    background: #000;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width:1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 95px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    #exitButton {
        font-size: 3em;
    }
}

.image {
    padding: 0;
}

.icon-project {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*end style section gallery*/
.image-project img {
    width: 38px;
    height: 38px;
    border: 1px solid #555;
    padding: 4px;
    margin FONT-WEIGHT: 500;
}

.content-project {
    color: #555;
    font-size: 11px;
    margin-left: 10px;
    text-align: left;
}

.title-project-box {
    font-size: 11px;
   
}
.title-item {
    font-size: 75px;
    line-height: 2;
}

.cad1 {
    background: rgba(0,0,0,.5);
    margin: 275px 0 0 0;
    }

.text-1 {
    color: white;
    text-align: left;
    padding: 10px 15px;
    font-size: 45px;
    font-weight: 900;
}

.grey-bg {
    background-color: #f8f8f8;
}

.pb-17 {
    padding-bottom: 170px!important;
}

section {
    padding: 15px 0;
}

.tab.style-2 .nav-tabs .nav-link:last-child {
    border-right: none;
}
.tab.style-2 .nav-tabs .nav-link {
    background: #ffffff;
    color: #f9a305;
    border-radius: 0;
    border-right: 1px solid #efefef;
 transition: .8s;
}
.tab .nav-tabs .nav-link {
    color: #23244a;
    font-weight: bold;
    float: left;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    border: none;
    margin: 0;
    background: transparent;
    padding: 15px 40px;

}

.tab.style-2 .nav-tabs .nav-link.active, .tab.style-2 .nav-tabs .nav-link.active:hover, .tab.style-2 .nav-tabs .nav-link.active:focus, .tab.style-2 .nav-tabs .nav-link:hover {
    background: #f9a305;
    color: #ffffff;
}


.grey-bg .tab .tab-content {
    background: #ffffff;
}
.tab .tab-content {
    padding: 30px;
}

.tab.style-2 .nav-tabs {
    margin-bottom: 15px;
    direction: ltr;
    border-radius: 0;
    background: #ffffff;
    /* width: fit-content; */
    /* float: left; */
    /* padding-bottom: 15px; */
    margin-left: 0;
}

p.mb-0 {
    direction: ltr;
    text-align: left;
}

.mb-0 {
    text-align: left;
}

strong.te1 {
    font-size: 32px;
}

img.immg1 {
    padding: 30px 0 10px 0;
}

.tab.style-2 {
    text-align: -webkit-right;
}

.ul1 {
    direction: ltr;
    line-height: 25px;
    list-style-type: disc;
    padding-right: 10px;
    font-size: 14px;
    text-align: left;
}

strong.st1 {
    font-size: 20px;
}

.cad1.cad2 {
    width: fit-content;
}

.page-1 {
    text-align: left;
    line-height: 34px;
    direction: ltr;
}

strong.te2 {
    font-size: 22px;
    line-height: 70px;
}

img.img-2 {
    margin-left: 10%;
}

.mbb-1 {
    color: gray;
    font-weight: 800;

}


.page-2 {
width: 100%;
height: 300px;
background-color: #d0d0d0;
margin-top: 50px;
}

.page-2::before {
width: 50px;
height: 50px;
background-color: white;
transform: rotate(45deg);
left: 50%;
position: absolute;
content: '';
margin-top: -25px;

}


.page-2::after {
    width: 50px;
    height: 50px;
    background-color: #d0d0d0;
    transform: rotate(45deg);
    left: 50%;
    position: absolute;
    content: '';
    margin-top: -23px;
    z-index: -1;
    }

    h3.co1 {
        color: white;
        text-align: right;
        font-size: 18px;
        padding-top: 40px;
    }

    .ptext {
        color: gray;
        font-size: 13px;
        font-weight: 700;
        text-align: right;
        direction: rtl;
        line-height: 50px;
    }

    ul.ul2 {
        color: grey;
        text-align: right;
        direction: rtl;
        padding: 0;
        font-size: 12px;
        line-height: 25px;
        margin-top: -15px;
        font-weight: 700;
    }

    .ul3 {
    margin-top: 10px;
    }

    ul.ul2.ul3 {
        margin-top: 15px;
    }

.page-2::before {
width: 50px;
height: 50px;
background-color: white;
transform: rotate(45deg);
left: 50%;
position: absolute;
content: '';
margin-top: -25px;

}


.page-2::after {
    width: 50px;
    height: 50px;
    background-color: #d0d0d0;
    transform: rotate(45deg);
    left: 50%;
    position: absolute;
    content: '';
    margin-top: -23px;
    z-index: -1;
    }

    h3.co1 {
        color: white;
        text-align: left;
        font-size: 18px;
        padding-top: 40px;
    }

    .ptext {
        color: gray;
        font-size: 13px;
        font-weight: 700;
        text-align: right;
        direction: rtl;
        line-height: 50px;
    }

    ul.ul2 {
        color: grey;
        text-align: left;
        direction: ltr;
        padding: 0;
        font-size: 12px;
        line-height: 25px;
        margin-top: -15px;
        font-weight: 700;
    }

    .ul3 {
    margin-top: 10px;
    }

    ul.ul2.ul3 {
        margin-top: 15px;
    }

    .page-3 {
        text-align: left;
        direction: ltr;
        margin-top: 50px;
        line-height: 30px;
    }

    h3.h3h-1 {
        font-size: 27px;
        font-weight: 900;
    }

    h3.h3h-1::before {
        content: '';
        position: absolute;
        background-color: #e1e1e1;
        width: 70.5%;
        height: 1px;
        right: 3em;
        top: 70px;
    }


    h4.h4h-1 {
        font-size: 23px;
        font-weight: 600;
        line-height: 25px;
    }


    p.pp-1 {
        line-height: 25px;
        color: #666;
        font-size: 14px;
        font-weight: 500;
        padding-top: 12px;
    }

    .page-3-1 {
    margin-top: 25px ;
    }

    .page3-3 {
    width: 100%;
    }


    .image-g {
        width: 100%;
        object-fit: scale-down;
        height: 530px;
    }

.col-md-12.col-xs-12 {
    padding: 0;
}

.pad-1 {
        text-align: center;
        background-color: black;
        width: 50px;
        color: white;
        height: 50px;
        border-radius: 100%;
        padding: 3%;
        margin: 0 auto;
        z-index: 2;
        position: absolute;
        top: -65px;
        left: 46%;
    }

    #icon-1 {
        width: 100%;
        height: 25px;
    }

    .page-4 {
    padding: 40px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%);
    background: #f8f8f8;
    margin-top: 35px;
    }


    .h3h-2 {
        direction: rtl;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding: 5px 0 25px 0;
    }

    h3.h3h-3::before {
        content: '';
        position: absolute;
        background-color: #e1e1e1;
        width: 65%;
        height: 1px;
        right: 33%;
        margin-top: 16px;
    }
    
    .h3h-3 {
        text-align: right;
        font-size: 20px;
        font-weight: bold;
    }

    .page-5-2 {
        text-align: right;
    }


    input.input-1 {
        width: 100%;
        border: 2.5px solid black;
        height: 40px;
    }

    .col-sm-4.pa-1 {
        padding: 0 3px 0 3px;
    }

    .col-sm-12.pa-1 {
        padding: 0;
    }

    .textarea-1 {
    width: 100%;
    border: 2.5px solid black;
    height: 175px;
    direction: rtl;
    }

    .loc {
    width: 100%;
    height: 450px;
    background-color: rgb(175, 175, 175);
    }

    .page-5-1 {
        margin-top: 75px;
    }


    .bn-1 {
        padding: 12px 55px 12px 55px;
        background-color: white;
        font-size: 12px;
        transition: .5s;
        border: 2px solid black;
    }

    .bn-1:hover {
        background-color: #88bbc8;
    }


    .tab.style-2 .nav-tabs .nav-link.l2 {
        padding: 26px;
        margin: 0;
    }

    .img-3 {
    width: 100%;
    height: 480px;
    object-fit: cover;
    padding: 5px;
    }

    .pack-2 {
    width: 100%;
    height: 515px;
    border: 1px solid rgb(201, 200, 200);

    }

    p.p11-p {
        text-align: center;
        color: gray;
        margin-top: 1px;
    }

    .row.row-1 {
        margin-top: 25px;
    }

    .img-4 {
        width: 100%;
        height: 480px;
        object-fit: scale-down;
        padding: 5px;
        margin-top: -115px;
    }
    
        .pack-2-1 {
        width: 40%;
        height: 250px;
        border: 1px
        solid rgb(201, 200, 200);
        margin: 0 auto;
        }


        .pack-3-1 {
            width: 75%;
            height: 250px;
            border: 1px
         solid rgb(201, 200, 200);
            margin: 0 auto;
        }

        .img-5 {
            width: 100%;
            height: 480px;
            object-fit: scale-down;
            padding: 5px;
            margin-top: -115px;
        }

        .pack-4-1 {
            width: 45%;
            height: 325px;
            border: 1px
         solid rgb(201, 200, 200);
            margin: 0 auto;
        }


        .pack-5-1 {
            width: 75%;
            height: 530px;
            border: 1px
         solid rgb(201, 200, 200);
            margin: 0 auto;
        }


        .img-7 {
            width: 100%;
            height: 480px;
            object-fit: scale-down;
            padding: 5px;
            margin-top: 10px;
        }

        #mb--1 {
        text-align: center;
        }

        .container.co--p {
        margin-top: 25px;
        }


        .a-0-0 {
            text-align: center;
            direction: rtl;
        }

        .a-0-1 {
            padding: 10px;
            color: white;
            background-color: black;
        }

a.a-0-1:hover {
    text-decoration: none;
    color: white;
}

.p-t-1 {
color: gray;
line-height: 35px;
padding: 7px 0 7px 0;
direction: rtl;
}

.tab-pane.fade.active.show.s1 {
    line-height: 30px;
}

 .page-3-1 {
    margin-top: 25px ;
    }

    .page3-3 {
    width: 100%;
    }


    .image-g {
        width: 100%;
        object-fit: scale-down;
        height: 530px;
    }

    .h3h-2 {
        direction: rtl;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
    }


    .pad-1 {
        text-align: center;
        background-color: black;
        width: 50px;
        color: white;
        height: 50px;
        border-radius: 100%;
        padding: 3%;
        margin: 0 auto;
        z-index: 2;
        position: absolute;
        top: -65px;
        left: 46%;
    }

    #icon-1 {
        width: 100%;
        height: 25px;
    }

    .page-4 {
    padding: 40px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%);
    background: #f8f8f8;
    margin-top: 35px;
    }


    .h3h-2 {
        direction: rtl;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding: 5px 0 25px 0;
    }

    h3.h3h-3::before {
        content: '';
        position: absolute;
        background-color: #e1e1e1;
        width: 65%;
        height: 1px;
        right: 2%;
        margin-top: 16px;
    }
    
    .h3h-3 {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
    }

    .page-5-2 {
        text-align: right;
    }


    input.input-1 {
        width: 100%;
        border: 2.5px solid black;
        height: 40px;
    }


    label.label-1 {
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        width: 100%;
        padding-left: 1px;
    }

    .col-sm-4.pa-1 {
        padding: 0 3px 0 3px;
    }

    .col-sm-12.pa-1 {
        padding: 0;
    }

    .textarea-1 {
    width: 100%;
    border: 2.5px solid black;
    height: 175px;
    direction: rtl;
    }

    .loc {
    width: 100%;
    height: 450px;
    background-color: rgb(175, 175, 175);
    }

    .page-5-1 {
        margin-top: 75px;
    }


    .bn-1 {
        padding: 12px 55px 12px 55px;
        background-color: white;
        font-size: 12px;
        transition: .5s;
        padding: 25px;
        border: 2px solid black;
        float: left;
    }

    .bn-1:hover {
        background-color: #88bbc8;
    }


    .tab.style-2 .nav-tabs .nav-link.l2 {
        padding: 26px 8px;
        margin: 0;
        font-size: 12px;
    }

    .img-3 {
    width: 100%;
    height: 480px;
    object-fit: cover;
    padding: 5px;
    }

    .pack-2 {
    width: 100%;
    height: 515px;
    border: 1px solid rgb(201, 200, 200);

    }

    p.p11-p {
        text-align: center;
        color: gray;
        margin-top: 1px;
    }

    .row.row-1 {
        margin-top: 25px;
    }

    .img-4 {
        width: 100%;
        height: 480px;
        object-fit: scale-down;
        padding: 5px;
        margin-top: -115px;
    }
    
        .pack-2-1 {
        width: 40%;
        height: 250px;
        border: 1px
        solid rgb(201, 200, 200);
        margin: 0 auto;
        }


        .pack-3-1 {
            width: 75%;
            height: 250px;
            border: 1px
         solid rgb(201, 200, 200);
            margin: 0 auto;
        }

        .img-5 {
            width: 100%;
            height: 480px;
            object-fit: scale-down;
            padding: 5px;
            margin-top: -115px;
        }

        .pack-4-1 {
            width: 45%;
            height: 325px;
            border: 1px
         solid rgb(201, 200, 200);
            margin: 0 auto;
        }


        .img-6 {
            width: 100%;
            height: 323px;
            object-fit: scale-down;
        }


        .pack-5-1 {
            width: 75%;
            height: 530px;
            border: 1px
         solid rgb(201, 200, 200);
            margin: 0 auto;
        }


        .img-7 {
            width: 100%;
            height: 480px;
            object-fit: scale-down;
            padding: 5px;
            margin-top: 10px;
        }

        #mb--1 {
        text-align: center;
        }

        .container.co--p {
        margin-top: 25px;
        }


        .a-0-0 {
            text-align: center;
            direction: rtl;
        }

        .a-0-1 {
            padding: 10px;
            color: white;
            background-color: black;
        }

a.a-0-1:hover {
    text-decoration: none;
    color: white;
}

.p-t-1 {color: gray;line-height: 35px;padding: 7px 0 7px 0;direction: ltr;font-size: 15px;text-align: left;}

.tab-pane.fade.active.show.s1 {
    line-height: 30px;
}


img.img-0 {
    width: 100%;
    object-fit: scale-down;
}

img.img-0.i01 {
    margin-left: 59%;
}

img.img-0.li2 {
    height: 270px;
}

p.p-t-1.p-t-2 {
    line-height: 32px;
    font-size: 14px;
}

p.p-t-1.p-t-3 {
    margin-top: 15px;
    padding: 0;
}

.p-t-4 {
    margin: 0;
    padding: 0;
}

.te2 {
font-size: 28px;
}

/*--------article--------*/

ul.news-date.p-0 {
    display: none;
}

h5.card-title.flex-row-reverse.justify-content-between {
    margin-top: 20px;
}

tbody {
    border: 1px solid #E1E1E1;
}


/*-----------project----------*/

.project img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
    background: white
    }

    .project img:hover {
       background: rgba(0, 0, 0, 0.5);
       opacity: 0.7;
    }

.project .row div {
    height: 240px;
    margin-bottom: 20px
}

.project .detail-project {
    height: 400px!important;
    margin: 20px 0;
}

.card.lst-item.cardview1 {
    height: 400px;
    margin-bottom: 30px;
}

.slick-sld-vertical_3 .card, .cardview1 {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
    transition: .4s;
}

.slick-sld-vertical_3 .card:hover, .cardview1:hover {
    transform: scale(1.1);
}

input#\36 bd0e249-5f0c-4007-ad20-6f706d16ac43paginginput {
    margin: 0 5px;
}

.insidepaging a, .insidepaging input {
    border-radius: 40px;
}

#tab3-4 ul, #tab3-4 ol {
    text-align: left
}

.fas.fa-pencil:hover {
    border: 2px solid black;
    background-color: #c1c1c1;
    transform: rotateY(
360deg);
}

.fas.fa-home:hover {
    border: 2px solid black;
    background-color: #c1c1c1;
    transform: rotateY(
360deg);
}

    .fas.fa-bars:hover {
        border: 2px solid black;
    background-color: #c1c1c1;
    transform: rotateY(360deg);
    }

    .fas.fa-flag:hover {
    border: 2px solid black;
    background-color: #c1c1c1;
    transform: rotateY(360deg);
    }

    .fas.fa-check:hover {
    border: 2px solid black;
    background-color: #c1c1c1;
    transform: rotateY(360deg);
    }

    .fas.fa-wrench:hover {
    border: 2px solid black;
    background-color: #c1c1c1;
    transform: rotateY(360deg);
    }

    .fas.fa-compass:hover {
    border: 2px solid black;
    background-color: #c1c1c1;
    transform: rotateY(360deg);
    }

    .image-about.text-center {
        font-size: 40px;
        line-height: 45px;
        width: 104px;
        border: 2px solid black;
        padding: 30px;
        border-radius: 50%;
        height: 104px;
        margin: auto;
    }

.image-about.text-center:hover {
    border: 2px solid black;
    background-color: #c1c1c1;
    transform: rotateY(
360deg);
};

.text-center.pb-5 {
    margin-top: -90px;
}

.box-parallax:hover {
    transform: scale(1.1);
}

p.footer-box-1 {
    color: #ccc;
    text-align: justify;
    direction: rtl;
    margin-bottom: 24px;
    line-height: 29px;
}

.box-form-1 {
     color: #888;
    font-size: 16px;
    padding: 0 20px 0 0;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .btn-form {
       font-size: 10px; 
    }
.box-form-1 {
    font-size: 10px; 
}
}

@media (max-width: 767px) {
    .btn-form {
       font-size: 10px; 
    margin-right: 30%;
    }
    .box-form-1 {
        font-size: 10px; 
    }

}

@media (max-width: 1070px) {
    .header li a{
    font-size: 9.2px;
    font-weight: 900;
}
}

@media (max-width: 575px) {
    .btn-parallax {
        top: -25px;
    }
}

h2.wow.fadeInLeft {
    line-height: 70px;
}

.link-icon {
    margin-right: 75px;
}

img.img-i {
    margin-top: -60px;
}

.round_icon_img {
    padding: 20px;
    border: 0.1px solid #8080807d;
    margin-bottom: 30px;
}

ul.sub-menu li {
    width: 100%;
}

a.text-image-about:hover {
    color: lightgrey;
}

.pack-2-1.pack-2-1-2 {
    float: left;
}

.pack-2-1.pack-2-1-3 {
    float: right;
}

img.immg2 {
    float: left;
    height: 385px;
padding-right: 20px;
}

.ul-app {
    direction: rtl;
    line-height: 32px;
    font-size: 16px;
    color: black;
    font-weight: 700;
    list-style-type: none;
    padding: 0;
}

h3.h3-app {
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

img.imgg-app {
    object-fit: cover;
    margin-top: 200px;
}

.title-app {
    padding: 10px;
    border: 1px solid black;
    background-color: gainsboro;
    margin-top: -50px;
    border-radius: 12px;
}

ul.ul-app2 {
    list-style-type: disc;
    padding: 0;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
color: #8d8d8d;
}

p.p-app {
    font-weight: 900;
    font-size: 18px;
    color: black;
}

p.p2-app {
    font-weight: 800;
    font-size: 14px;
}

img.imgg-app.imgg-app2 {
    margin-top: 130px;
}
.container.hero {
    max-width: 100%;
}

.col.text-center {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.col.text-center h1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
  background: rgba(0, 0, 0, 0.73);
    width: 41%;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 250px;
    z-index: 1;
    padding: 10px;
}

.hero .col-sm-12.col-xs-12.text-center {
    padding: 0!important;
}

@media (max-width: 1029px) {
    .col.text-center h1 {
        top: 200px;
    }
}

@media (max-width: 769px) {
    .col.text-center h1 {
        top: 120px;
        font-size: 25px;
    }
}

@media (max-width: 481px) {
    .col.text-center h1 {
        top: 40px;
        font-size: 20px;
    }
}

@media (max-width: 414px) {
    .col.text-center h1 {
        top: 30px;
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .col.text-center h1 {
        top: 10px;
        font-size: 15px;
    }
}
.form-wrap.form-builder {display: flex;flex-direction: column;text-align:center}

.frmb {margin: 0 auto!important;}

.row.firstreg {box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;}

.vertical-carousel-formgenerator-title {text-align: center;}

.btn-default {
    color: #212529;
    border-color: #337ab7;
    margin: 0.5rem 0;
    transition: all 0.3s ease-in-out;
    border-radius: 9px;
    padding: 10px 15px 10px 12px;
    box-shadow: 0px 2px 2px 2px;
}

.btn-default:hover {
    color: #fff;
    background: #337ab7;
    transition: all 0.1s ease-in-out;
}
.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
}

.header-nav .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.header-nav .bar1 {
    top: 0;
}

.header-nav.bar2,
.header-nav .bar3 {
    top: 13.5px;
}

.header-nav .bar3 {
    right: 0;
}

.header-nav .bar4 {
    bottom: 0;
}


input#checkbox3 {
    display: none;
}
.carousel-control-next, .carousel-control-prev {
    top: 38%;
    width: 90px;
    height: 90px;
}

