@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: "IRANSans", serif;
    font-weight: 700;
}

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

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

h2 {
    /* border-bottom: solid 1px #eee; */
    /* padding-bottom: 1rem; */
    /* margin: 0.5rem 0 1.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;
}

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"] {
/*     background-color: #222;
    border-color: #080808; */
}

.main-body {
    overflow: hidden;
}

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

        .main-body .container.body-container {
            padding: 2rem 15px;
        }

        .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;*/
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
        }

        .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;
        }


.col.text-center {
    position: relative;
}

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


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

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

@media (max-width: 992px) {
    .col.text-center h1 {
        top: 120px;
        width: 50%;
    }
}

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

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


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

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

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

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


footer {
/*     border-top: solid 4px #eef4f7;
 */}

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

.navbar .navbar-toggler {
    border-color: #333;
    width: 100%;
    text-align: right;
}

    .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: 1rem;
        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;
    }

.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: 15px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 24px;
    direction: rtl;
    overflow-x: hidden;
    text-align: right
}

* {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

/* .logo {
    margin-top: 10px;
} */

.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: #fff 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;
}

    .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;
    }

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

/* .footer {
    background: #0a0907 none repeat scroll 0 0;
    padding: 50px 0 20px;
    font-family: "IRANSans";
}

.footer-box > p {
    color: #ccc;
    text-align: justify;
    direction: rtl;
    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;
}

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

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

.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: #ec0e21;
}

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

.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: right;
}

    .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;
}

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

.copyright {
    text-align: center;
}

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

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

.footer.footer3 .copyright {
    color: #3b3b3b;
}
 */
.back-to-top {
    background: rgba(0, 0, 0, 0) url(../images/backtop.png) no-repeat scroll center center;
    bottom: 0;
    height: 46px;
    left: 50%;
    margin-bottom: -23px;
    margin-left: -23px;
    position: absolute;
    width: 46px;
}
/* End Added by Hosseini for Layout page */

.header-nav {
    padding: 20px;
}

.nav-item .nav-link {
    color: #2A93C9;
    font-weight: 800;
    font-size: 16px;
    margin: auto 10px;
    transition: 0.3s;
    font-family: 'IRANSans';
    text-align: right;
}

.nav-item .nav-link:hover {
    color: rgb(29,184,142);
}

.nav-item .nav-link:before {
    content: '';
    position: absolute;
    background-color:rgb(29,184,142);
    height: 2px;
    width: 79%;
    bottom: -57%;
    left: 10%;
    margin: 28px auto;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out 0s;
}
.nav-item .nav-link:hover::before, .nav-item .nav-link.active::before {
    transform: scaleX(1);
}

.navbar-collapse {
    direction: rtl;
}

/* 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: #2a93c9;
    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: 0;
    margin-right: 0.255em;
}

.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    padding-left: 15;
}

.header-nav .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #000;
    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;
}

/* HAMBURGER 3 */

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked + label > .hamburger3 > .bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}

.checkbox3 {
    display: none
}

.navbar.navbar-expand-lg {
    float: right;
}

@media(max-width:1200px) and (min-width:992px) {
    
.nav-item .nav-link {
    font-size: 17px;
    margin: auto 5px;
}
}

@media (max-width: 992px) {

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

    .header-nav {
    padding: 34px 20px 10px 20px;
    float: right;
    text-align: right;
}
}

/*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 h2 {
        font-size: 21px
    }

    .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;
    right: 0;
    margin: 0;
    position: absolute;
    text-align: right;
    top: 100%;
    width: 190px;
    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: 9999;
}

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

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

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

        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;
    }
/*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: right;
    line-height: 4;
    font-size: 15px; */
}

a.logo img {
/*     max-width: 85% !important;
 */}

.header .logo {
    display: flex;
    justify-content: center;
    height: 80px;
    padding: 7px;
}

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

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: right;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}
.nav-item.dropdown:hover .multi-level {
    display:block
}
/*div#ItemSearch {
    display: block !important;
}*/

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;
    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 -----*/
.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;
}

.displayfalse, .alllangs, .latest-post .text-center {
    display: none;
}
/*LearningCenter ----- END -----*/

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

/*start slide*/

.slide .carousel {
    width: 100%;
}

.slide .carousel-item img {
    width: 100%;
}

.slide .carousel-caption {
    right: 70%;
    bottom: 100px;
}

.slide .carousel-link {
    transform: translateY(7rem);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    transition-delay: 1s;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.carousel-item.active .carousel-link {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.btn-outline {
    position: relative;
    overflow: hidden;
    display: block;
    width: 250px;
    height: 70px;
    line-height: 70px;
    text-decoration: none !important;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: none;
    border: 2px solid transparent;
    border-radius: 0.25rem;
    padding: 0 10px;
    font-weight: 800;
    box-shadow: 0px 3px 10px -5px rgb(6 9 34 / 15%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    z-index: 0;
    color: #fff!important;
    background: #2A93C9;
    border-color: #2A93C9;
    font-size: 1.7rem;
}
.carousel-control-prev,
.carousel-control-next {
    background: #b3abab;
    width: 30px;
    height: 60px;
    top: 42%;
    z-index: 0;
}

.carousel-control-next .sr-only {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.carousel-control-prev .sr-only {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.carousel-control-next .sr-only, .carousel-control-prev .sr-only {
    border: 1px solid #fff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
    position: static;
}


/*------ about ------*/

.about {
    margin-top: -30px;
    padding-bottom: 30px;
}



.about .about-box {
    padding: 25px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 8px 1px rgb(0 0 0 / 20%);
    border-radius: 10px;
    transition: 0.4s;
    position: relative;
    height: 310px;
}

.about .about-box:hover {
    margin-top: -20px
}

.about-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.about-box img {
    width: 80px;
}

.about-box h2 {
    font-size: 25px;
    margin: 20px auto
}

.about-box p {
    font-size: 15px;
    line-height: 2;
}

/*------ about-us ------*/

.about-us {
    padding: 100px 50px;
}

.about-us h1 {
    color: #2A93C9;
    margin-bottom: 30px;
}

.about-us p {
    line-height: 2;
    text-align: justify;
    padding-left: 30px;
}

.about-us .icon {
    font-family: "IRANSans",'FontAwesome';
    color: #2A93C9;
    font-size: 20px;
    margin-top: 15px;
    float: left;
}

.about-us .icon:before {
    float: left;
    padding-right: 5px;
    font-size: 20px;
}

.about-us .about-img {
    height: 100%;
    border-radius: 10px
}


/*------ services ------*/

.services {
    background-color: #fcfcfc;
    padding: 50px 0 100px 0;
}

.services-title h2 {
    color: #2A93C9;
    margin: 40px auto;
}

.services h2:before, .services h2:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: 50%;
    margin-top: -2px;
    background-color: currentColor;
}

.services h2:before {
    right: 25px;
}

.services h2:after {
    left: 25px;
}

.service-box {
    position: relative;
    margin: 20px;
}

.service-box img {
    width: 95%;
    border-radius: 10px;
    transition: 0.4s;
    box-shadow: 0 1px 8px 1px rgb(0 0 0 / 20%);
}

.service-box img:hover {
    opacity: .7;
}

.service-box .service-desc {
    display: block;
    font-size: 18px;
    font-weight: 700;
    background: #2A93C9;
    /* max-width: 320px; */
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 15px 14px 17px;
    color: #fff;
    overflow: hidden;
    transition: .2s ease-in-out;
    text-align: right;
    border-radius: 5px;
    position: absolute;
    width: 270px;
    bottom: 18px;
    right: -40px;
}

.service-box .service-desc:hover {
    background: #272727;
    padding-right: 40px;
}

.service-box .service-desc:before {
    content: '\f060';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity .2s ease-in-out, transform .28s ease-in-out;
    -webkit-transform: translateX(10px) scale(0);
    transform: translateX(10px) scale(0);
    position: absolute;
    top: 10px;
    right: 10px;
}

.service-box .service-desc:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}


/*------ parallax ------*/

.parallax {
    background-image: url("../../../uploads/aa79f695-2712-45c4-87dc-a7c36958e06d-back-2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    height: 470px;
}

.parallax h2 {
    z-index: 1;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 50px 820px 10px 20px;
    font-size: 34px;
    line-height: 2;
}

.parallax h3 {
    z-index: 1;
    position: relative;
    text-align: left;
    padding: 10px 20px  10px 40px;
}

.parallax h3 a {
    color: #fff;
    font-size: 35px;
}

.parallax .btn-outline {
    z-index: 1;
    margin: 0 auto;
    float: left;
    margin-left: 40px;
}

.parallax .btn-outline:hover {
      background: transparent;
  box-shadow: inset 0 0 0 0.1rem #2A93C9;
  -webkit-box-shadow: inset 0 0 0 0.1rem #2A93C9;
  -ms-box-shadow: inset 0 0 0 0.1rem #2A93C9;
  -o-box-shadow: inset 0 0 0 0.1rem #ffffff;
}

.overlay {
    background: #060922;
    opacity: .35;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    transition: all 0.5s ease-in-out 0s;
}


/*------ books ------*/

.books {
    padding: 80px 0 100px 0;
}

.carousel_se_01 {
    direction: ltr;
}

.books-title h2 {
    color: #2A93C9;
    margin: 40px auto;
}

.books-title h2:before, .books-title h2:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: 50%;
    margin-top: -2px;
    background-color: currentColor;
}

.books-title h2:before {
    right: 25px;
}

.books-title h2:after {
    left: 25px;
}

.books .owl-carousel .owl-item img {
    width: 85%;
    height: 310px;
    box-shadow: 0 1px 8px 1px rgb(0 0 0 / 20%);
}

.books .owl-nav {
    position: absolute;
    top: 40%;
    width: 110%;
    right: -35px;
    z-index: -1;
}

.books .owl-nav button i {
    font-size: 35px;
    background-color: #2A93C9;
    color: #fff;
    padding: 10px 20px;
}

.books .owl-nav .owl-prev {
    float: left
}

.books .owl-nav .owl-next {
    float: right;
}

/* start style news */

.latest-news  {
    position: relative;
    /* padding-bottom: 50px; */
}

.new-title {
    color: #2A93C9;
    margin: 0 auto;
}

.new-title:before, .new-title:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: 50%;
    margin-top: -2px;
    background-color: currentColor;
}

.new-title:before {
    right: 25px;
}

.new-title:after {
    left: 25px;
}

.card.lst-item.cardview1 {
    background: no-repeat;
    height: 580px;
    margin-bottom: 30px;
    border: 1px solid #ede2e2;
}

.latest-news-content {
    padding: 70px 0;
}

.card-body {
    box-shadow: 0 15px 40px rgb(0 0 0 / 10%);
    padding: 0;
}

h5.card-title.flex-row-reverse.justify-content-between {
    padding: 10px 10px 0;
    height: 50px;
    line-height: 30px;
}

p.card-text.truncateinside {
    padding: 10px;
    text-align: justify;
    line-height: 25px;
    height: 105px;
}

h5.card-title.flex-row-reverse.justify-content-between a {
    color: #2A93C9;
}

.news-date.p-0 {
    list-style: none;
    padding-right: 10px!important;
}

.btn.btn-outline-info {
    margin-right: 10px;
    color: #2A93C9;
    border-color: #2A93C9;
}

.btn.btn-outline-info:hover {
    background-color: #2A93C9;
    color: #fff
}

.card-body img {
    transition: .4s;
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.card-body:hover img {
    opacity: .7;
}


/*------ map ------*/

.map {
    height: 300px
}

/*------ footer ------*/

.footer {
    background:#2A93C9;
    /* padding-top: 70px; */
    color: #fff;
}

.footer-bottom {
    padding-top: 70px;
}

.footer-col {
    padding: 0 40px;
}

.footer-logo {
    height: 100px;
    margin-bottom: 30px;
    text-align: right;
}

.footer-logo img {
    width: 100px;
    /* float: left; */
    /* margin: 50px; */
}

.footer-about {
    margin: 20px 0;
}

.footer-contact img {
    width: 20px;
    margin-left: 15px;
}

.footer-contact {
    margin-bottom: 15px;
    text-align: right;
}

.footer-contact a {
    color: #fff;
    transition: 0.4s;
}

.footer-contact a:hover {
    color: #000;
}

.social-media {
    border: 1px solid #fff;
    border-right: none;
    width: 200px;
    height: auto;
    float: left;
    margin: 15px 0 0 30px;
    display: flex;
}

.social-media a {
    font-size: 23px;
    flex: 25%;
    border-right: 1px solid #fff;
    color: #fff;
    transition: 0.4s;
    padding: 14px;
}

.social-media a:hover{
    color: #000;
}

.footer-title {
    color: #fff;
    font-size: 23px;
    width: 150px;
    padding-bottom: 5px;
    border-bottom: 3px solid #dcdcdc;
    margin-bottom: 30px;
}

.footer ul {
    padding-right: 0;
}

.footer-item {
    margin-bottom: 10px;
    list-style-type: none;
    text-align: right;
}

.footer-item a {
    color: #fff;
    font-size: 15px;
    transition: 0.4s;
}

.footer-item a:hover {
    color: #000;
}

.footer-item a div {
    padding-left: 10px;
    font-size: 15px;
    color: #fff;
}

.copyrights {
    padding: 20px 0 30px 0;
    overflow: hidden;
}

.copyrights .creadits {
    text-align: left;
    font-weight: 600;
    margin: 0;
    font-size: .85rem;
    color: #fff;
    direction: ltr;
}

.copyrights .creadits .link {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
}

.copyrights .creadits .link:hover {
    color: #000;
}

.copyrights .terms-links {
    text-align: right;
}

.copyrights .terms-links > a {
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.5s ease-in-out 0s;
    color: #4d4d4d;
    text-decoration: none;
}

@media(max-width: 768px) {
    .footer-col {
        padding: 25px 40px;
    }
}


/* ----- responsive ----- */

@media(max-width:1199px) {
    .service-box .service-desc {
        width: 210px;
    }

    .books-title h2 {
        font-size: 25px;
    }

    .books .owl-nav {
        right: -25px;
    }

    .parallax h2 {
        padding: 50px 550px 10px 20px;
        font-size: 30px
    }

    .parallax h3 a {
        font-size: 30px

    }
}

@media(max-width:992px) and (min-width:768px) {
    .about .about-box {
        height: 370px;
    }

    .service-box .service-desc {
        width: 240px;
    }

    .parallax h2 {
        font-size: 30px;
        padding: 50px 250px 10px 20px;

    }

    .parallax h3 a {
        font-size: 30px;
    }

    .btn-outline {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4rem;
    }

    .books-title h2 {
        font-size: 22px;
    }

    .books .owl-nav {
        right: -28px;
        width: 113%;
    }
}

@media(max-width:768px) {
    .about {
        margin-top: 30px;
    }
    .about .about-box {
        height: 280px;
        margin-bottom: 25px;
    }

    .about .about-box:hover {
        margin-top: 0
    }

    .service-box .service-desc {
        width: 170px;
        padding: 10px 15px 10px 17px;
    }

    .services-title h2 {
        font-size: 1.6em;
    }

    .parallax h2 {
        font-size: 25px;
        padding: 40px 20px 0 20px;
    }

    .parallax h3 a {
        font-size: 25px;
    }

    .btn-outline {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4rem;
    }

    .books-title h2 {
        font-size: 22px;
        padding: 0 55px;
    }

    .books .item div {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .books .owl-carousel .owl-item img {
        width: auto;;
        height: 310px;
        box-shadow: 0 1px 8px 1px rgb(0 0 0 / 20%);
    }
}

@media(max-width:576px) {
    .service-box .service-desc {
        width: 70%;
        padding: 15px 15px 14px 17px;
        right: 0;
    }

    .service-box {
        display: flex;
        justify-content: center;
    }
    .service-box img {
        width: 75%;
    }

    .services h2:before, .services h2:after, .books-title h2:before, .books-title h2:after  {
        display: none;
    }

    .books .owl-nav {
        right: -20px;
    }

    .about-us p {
        padding-left: 0;
    }
}


.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;
}