@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../fonts/museosans/MuseoSansRounded-100.eot');
    src: url('../fonts/museosans/MuseoSansRounded-100.eot?#iefix') format('embedded-opentype'),
    url('../fonts/museosans/MuseoSansRounded-100.woff2') format('woff2'),
    url('../fonts/museosans/MuseoSansRounded-100.woff') format('woff'),
    url('../fonts/museosans/MuseoSansRounded-100.ttf') format('truetype'),
    url('../fonts/museosans/MuseoSansRounded-100.svg#MuseoSansRounded-100') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../fonts/museosans/MuseoSansRounded-300.eot');
    src: url('../fonts/museosans/MuseoSansRounded-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/museosans/MuseoSansRounded-300.woff2') format('woff2'),
    url('../fonts/museosans/MuseoSansRounded-300.woff') format('woff'),
    url('../fonts/museosans/MuseoSansRounded-300.ttf') format('truetype'),
    url('../fonts/museosans/MuseoSansRounded-300.svg#MuseoSansRounded-300') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../fonts/museosans/MuseoSansRounded-500.eot');
    src: url('../fonts/museosans/MuseoSansRounded-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/museosans/MuseoSansRounded-500.woff2') format('woff2'),
    url('../fonts/museosans/MuseoSansRounded-500.woff') format('woff'),
    url('../fonts/museosans/MuseoSansRounded-500.ttf') format('truetype'),
    url('../fonts/museosans/MuseoSansRounded-500.svg#MuseoSansRounded-500') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../fonts/museosans/MuseoSansRounded-700.eot');
    src: url('../fonts/museosans/MuseoSansRounded-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/museosans/MuseoSansRounded-700.woff2') format('woff2'),
    url('../fonts/museosans/MuseoSansRounded-700.woff') format('woff'),
    url('../fonts/museosans/MuseoSansRounded-700.ttf') format('truetype'),
    url('../fonts/museosans/MuseoSansRounded-700.svg#MuseoSansRounded-700') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../fonts/museosans/MuseoSansRounded-900.eot');
    src: url('../fonts/museosans/MuseoSansRounded-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/museosans/MuseoSansRounded-900.woff2') format('woff2'),
    url('../fonts/museosans/MuseoSansRounded-900.woff') format('woff'),
    url('../fonts/museosans/MuseoSansRounded-900.ttf') format('truetype'),
    url('../fonts/museosans/MuseoSansRounded-900.svg#MuseoSansRounded-900') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../fonts/museosans/MuseoSansRounded-1000.eot');
    src: url('../fonts/museosans/MuseoSansRounded-1000.eot?#iefix') format('embedded-opentype'),
    url('../fonts/museosans/MuseoSansRounded-1000.woff2') format('woff2'),
    url('../fonts/museosans/MuseoSansRounded-1000.woff') format('woff'),
    url('../fonts/museosans/MuseoSansRounded-1000.ttf') format('truetype'),
    url('../fonts/museosans/MuseoSansRounded-1000.svg#MuseoSansRounded-1000') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


:root {
    --siteBg: #fff;
    --dark: #24231C;
    --gray: rgba(39, 39, 39, 0.70);
    --white: #fff;
    --danger: #EE1C25;
    --yellow: #FFD300;
    --primary: #215090;
}


* {
    outline: none !important;
}

html, body {
    direction: ltr;
    font-family: 'Museo Sans Rounded';
    font-size: 16px;
    text-align: left;
    width: 100%;
    background: var(--siteBg);
    color: var(--dark);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.notyf {
    direction: ltr;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.form-control {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #B1B1B1;

    background: #FFF;
}

.form-control:focus {
    box-shadow: unset !important;
    border-color: var(--primary);
}

.form-control::placeholder {

    color: #BFBFBF;
}

.btn {
    padding: 15px 20px;
    border-radius: 8px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.btn-danger {
    background-color: var(--danger);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.btn-outline-dark {
    border-color: var(--dark);
}

/*----------------header---------------*/
header {
    z-index: 1000;
    /*position: fixed;*/
    width: 100%;
    background: #fff;
    /*top: 0;*/
    /*right: 0;*/
    /*box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10);*/
}

#navbarNav {
    margin: 0 auto;
}

#navbarNav .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

#navbarNav .navbar-nav .nav-link {
    padding: 8px 16px;
    position: relative;
    transition: all 0.2s;
    font-weight: 300;
    color: var(--dark);
}

#navbarNav .navbar-nav .nav-link.active {
    color: var(--dark);
    font-weight: 500;
}

#navbarNav .navbar-nav .nav-link.active:after {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: calc(50% - 15px);
    background-image: url("../img/unline.svg");
}

#navbarNav .navbar-nav .nav-link .comingSoon {
    height: 16px;
    position: absolute;
    right: 0;
    top: -10px;
}

#navbarNav .navbar-nav .nav-link:hover {
    color: var(--yellow);
}

header .logo {
    display: block;
    margin-right: auto;
    width: fit-content;
}

header .btn {
    font-size: 14px;
}

header .btn.btn-dark {
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    html, body {

        font-size: 14px;
        padding-bottom: 28px;
    }

    header #navbarNav {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 10px;
        right: 0;
        background-color: var(--dark);
        z-index: 1000000;
    }

    #navbarNav .navbar-nav .nav-link {
        opacity: 0.7;
        color: var(--white);
        display: block;
        padding: 8px;
        font-size: 13px;
    }

    #navbarNav .navbar-nav .nav-link.active {
        opacity: 1;
        color: var(--white);

    }

    #navbarNav .navbar-nav .nav-link:hover {
        color: var(--yellow);
    }
}

/*--------------------main--------------------*/
.carousel-fade .carousel-item img {
    max-height: 700px;
    object-fit: cover;
}


.factBox {
    border: 1px solid #ECECEC;
    overflow: hidden;
    margin: 10px auto;
    border-radius: 10px;
    background: rgba(177, 177, 177, 0.10);
    display: flex;
    align-items: center;
    padding: 18px;
}

.factBox .icon {
    margin-right: 16px;
}

.factBox .title {
    color: var(--primary);
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
}

.factBox .subtitle {
    color: var(--dark);
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.socialSection .title {
    color: #24231C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.socialBox .links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.socialBox .links a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: var(--primary);
    transition: all 0.2s;
}

.socialBox .links a:hover {
    color: var(--dark);
}

.socialBox .links .la {
    font-size: 28px;
}

.socialBox {
    border: 1px solid #ECECEC;
    overflow: hidden;
    margin: 10px auto;
    border-radius: 10px;
    background: rgba(177, 177, 177, 0.10);
    padding: 24px;
}


.sectionTitle {
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}

.sectionTitle .enTitle {
    color: rgba(177, 177, 177, 0.10);
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    text-align: center;
    width: 100%;
    right: 0;
    top: -100px;
}

.sectionTitle .faTitle {
    color: var(--primary);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 10;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .sectionTitle .enTitle {
        font-size: 50px;
        top: -50px;
    }
}

.aboutUs .text {
    text-align: center;
    color: var(--dark);
    line-height: 40px;
    margin-bottom: 24px;
}


.galleryItem {
    display: block;
    overflow: hidden;
}

.galleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    transition: all 0.5s;
}

.galleryItem:hover img {
    transform: scale(1.06, 1.06);
}

.galleryItem {
    position: relative;
    border-radius: 10px;
    border: 4px solid #B1B1B1;
    height: 200px;
    margin: 10px auto;
    z-index: 100;
}

.galleryItemBox {
    position: relative;
    padding-bottom: 48px;
}


.seeMoreLink {
    color: var(--yellow);
}

.seeMoreLink img {
    margin-right: 8px;
    transition: all 0.2s;
}

.seeMoreLink:hover {
    color: var(--dark);
}

.seeMoreLink:hover img {
    margin-right: 4px;
}

.category .owl-carousel {
    margin-top: 48px;
}

.category .categBox {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    transition: all 0.3s;
    margin: 5px auto;
    width: 99%;
    max-width: 300px;
    background-color: #fff;
}

.category .categBox .faName {
    color: #24231C;
    text-align: center;
    font-size: 16px;
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.category .categBox .enName {
    color: rgba(177, 177, 177, 0.50);
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s;
    height: 38px;
}
.owl-carousel.owl-rtl .owl-item {
    background: #fff;
}
.categBox .download {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    font-size: 12px;
}

.categBox .download .la {
    font-size: 24px;
    margin-right: 4px;
}

.categBox .download:hover {
    color: var(--primary);
}

.category .categBox:hover {
    border-radius: 10px;
    border-color: var(--primary);
}

.category .categBox:hover .enName {
    color: var(--primary);
}

.category .categBox img {
    width: max-content !important;
    height: 130px;
    margin: 8px auto;
    object-fit: scale-down;
    display: block;
    max-width: 100%;
}

.faqBox {
    border-radius: 10px;
    border: 1px solid #B1B1B1;
    background: #FFF;
    overflow: hidden;
    margin: 10px auto;
    transition: all 0.2s;
}

.faqBox:hover {
    cursor: pointer;
}

.faqBox .question {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    transition: all 0.2s;
}

.faqBox:hover .question {
    color: var(--primary);
    padding-right: 30px;
}

.faqBox .question .text {
    width: calc(100% - 40px);
}

.faqBox .question .icon {
    width: 40px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.faqBox .answer {
    padding: 10px 24px;
    background: rgba(177, 177, 177, 0.10);
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    display: none;
}

.faqBox.active {
    border-color: var(--primary);
}

.faqBox.active .question {
    color: var(--primary);
}

.faqBox.active .question .icon {
    transform: rotateX(180deg);
}

@media only screen and (min-width: 1200px) {
    .socialSection, .aboutUs, .category, .banners, .faq, .contactUs {
        padding: 75px 0;
    }

    .galleryItem {
        max-width: 280px;
        height: 270px;
        margin: 10px auto;
    }

    .moreDetail {
        transform: translateY(-100px);
        padding: 24px;
    }

}

@media only screen and (max-width: 1200px) {
    .socialSection, .aboutUs, .category, .banners, .faq, .contactUs {
        padding: 90px 0;
    }

}

@media only screen and (max-width: 992px) {
    .socialSection, .aboutUs, .category, .banners, .faq, .contactUs {
        padding: 40px 0;
    }

    .sectionTitle .title {
        font-size: 20px;
    }

    .categoryItem {
        margin: 24px auto;
    }

    .factBox .title {
        font-size: 35px;
        padding: 5px;
        width: 100%;
    }

    .factBox .subtitle {
        font-size: 20px;
        padding: 15px;
    }

    .btn {
        padding: 12px;
    }

    .galleryItem {
        height: 180px;
        margin: 10px auto;
    }

}


/*------------------------footer---------------------*/
footer .footer {
    background-image: url("../img/footer.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 0 0;
    position: relative;
}

.footer .footerLogo {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footerLogo img {
    height: 60px;
    margin-bottom: 24px;
}

.footer .name {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}


.footer .text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
}

.footer .footerContact .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footerContact .items .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;

}

.footer .footerContact .items .item .text {
    margin-top: 0;
    margin-left: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.footer .footerContact .items .item .text a {
    color: #fff;
}

.copyRight {
    text-align: center;
    padding: 15px;
    width: 100%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .2);

    font-size: 13px;
    font-weight: normal;
    color: #dcdcdc;
}

.footerLinks {
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footerLinks .linkItem {
    position: relative;
}

.footerLinks .linkItem .comingSoon {
    height: 16px;
    position: absolute;
    right: 0;
    top: -14px;
}

.footerLinks .link {
    margin: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footerLinks .link:hover {
    color: var(--yellow);
}

.glightbox-clean .gslide-title, .glightbox-clean .gslide-desc {
    margin-bottom: 0;
}


.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #096bbc;
    top: 0;
    right: 0;
    z-index: 10000;
}

.loading img {
    max-width: 500px;
    width: 100%;
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}


.contactUs iframe {
    border-radius: 20px;
    border: 1px solid #E6EBEC;
    height: 550px;
}

@media only screen and (max-width: 768px) {
    .contactUs iframe {
        height: 350px;
    }
}


@media only screen and (max-width: 768px) {
    .btn {
        font-size: 12px;
    }

    .factBox {
        padding: 10px;
    }

    .factBox .title {
        font-size: 30px;
        line-height: 30px;
    }

    .factBox .subtitle {
        font-size: 18px;
        padding: 5px;
    }

    .factBox .icon img {
        width: 50px;
    }

    .socialBox .links {
        margin-top: 12px;
        margin-bottom: 24px;
    }

    .galleryItem {
        height: 140px;
        margin: 8px auto;
    }

    .sectionTitle .enTitle {
        font-size: 30px;
        top: -30px;
    }

    .sectionTitle .faTitle {
        font-size: 24px;
    }

    .sectionTitle {
        margin-bottom: 16px;
    }

    .category .owl-carousel {
        margin-top: 24px;
    }

    .faqBox .question {
        padding: 16px;
    }

    .faqBox .answer {
        padding: 10px 16px;
        font-size: 12px;
        line-height: 24px;
        text-align: justify;
    }

    .footer .footerContact .items .item .text {
        text-align: right;
        font-size: 14px;
    }
}


article {
    margin: 12px auto;
    padding: 24px 0;
    border-bottom: 1px solid #E1E1E1;
}

article .image {
    display: block;
    width: 130px;
    height: 130px;
    margin-right: 8px;
    border-radius: 5px;
    overflow: hidden;

}

article:hover .image img {
    transform: scale(1.05, 1.05);
}

article .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

article .details {
    width: calc(100% - 108px);
}

article .details .text {
    color: #24231C;
    text-align: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

article .details .title {
    color: #24231C;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

article .details .title:hover {
    color: var(--primary);
}

article .details .date {
    color: rgba(36, 35, 28, 0.50);
    font-size: 14px;
}

article .details .seeMore {
    display: flex;
    align-items: center;
}

article .details .seeMore .la {
    margin-left: 6px;
    transition: all 0.2s;
}

article .details .seeMore:hover .la {
    margin-left: 4px;
}


.lastArticle .items .item:last-child {
    border-bottom: unset;
}

.lastArticle .items .item {
    padding: 10px 0;
    border-bottom: 1px solid #E1E1E1;
}

.lastArticle .items img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 3px;
    object-fit: cover;
}

.lastArticle .items .details {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lastArticle .items .details .title {
    color: #24231C;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

.lastArticle .items .details .date {
    color: rgba(36, 35, 28, 0.50);
    font-size: 14px;
}

.lastArticle .items .item:hover .title {
    color: var(--primary);
}

.sidebarTitle {
    color: #24231C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 14px;
}

.articleDetails {
    padding-top: 0;
    margin-top: 0;
}

.articleDetails .title {
    color: #24231C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.articleDetails .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.articleDetails .date {
    color: rgba(36, 35, 28, 0.50);
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}

.articleDetails .share {
    display: flex;
    align-items: center;
}

.articleDetails .share img {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.content {
    padding-top: 24px;
    width: 100%;
}

.content p {
    color: #24231C;
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    line-height: 45px
}

.content ul li {
    color: #24231C;
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    line-height: 45px;
    list-style-type: disc;
}

.articleDetails .content img {
    max-width: 100%;
    width: max-content;
    margin: 16px auto;
}

.content h4 {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .content p {
        font-size: 14px;
        line-height: 30px;
    }

    .content ul li {
        font-size: 14px;
        line-height: 30px;
    }
}
