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

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Regular.eot');
    src: url('../fonts/Tajawal-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tajawal-Regular.woff2') format('woff2'),
        url('../fonts/Tajawal-Regular.woff') format('woff'),
        url('../fonts/Tajawal-Regular.ttf') format('truetype'),
        url('../fonts/Tajawal-Regular.svg#Tajawal-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal-Bold';
    src: url('../fonts/Tajawal-Bold.eot');
    src: url('../fonts/Tajawal-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tajawal-Bold.woff2') format('woff2'),
        url('../fonts/Tajawal-Bold.woff') format('woff'),
        url('../fonts/Tajawal-Bold.ttf') format('truetype'),
        url('../fonts/Tajawal-Bold.svg#Tajawal-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.arabic{
    font-family: 'Tajawal';
}

.header.header-topbar.header-topbar1 .module-holder .module-search {
    border-left: 1px solid #eaeaea;
    border-right: none;
}

.module-search {
    padding-right: 0px;
    padding-left: 40px;
}

i.fa.fa-heart {
    color: red;
}

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

.bg-overlay-theme:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2198ca), color-stop(82%, #4e4e9b));
    background-image: -o-linear-gradient(top, #2198ca 0%, #4e4e9b 82%);
    background-image: linear-gradient(180deg, #2198ca 0%, #4e4e9b 82%);
    opacity: 0.7;
}

.footer {
    background-color: #07080b;
}

.content-top p span {
    font-weight: 100;
    font-size: 15px;
}

p.email a {
    text-transform: lowercase !important;
}

p.email {
    text-transform: inherit !important;
}

.testimonial.testimonial-5 {
    padding-bottom: 0px;
}

.projects.projects-gallery {
    padding-top: 0;
}

.about.about-3 {
    padding-bottom: 40px;
}

.projects-gallery h3 {
    padding-bottom: 40px;
}

.slider .slide .slide-content .slide-headline {
    font-size: 45px;
    line-height: 65px;
}

.blog-entry .entry-content .entry-img-wrap .entry-category {
    background-color: #2198ca;
}

.bg-overlay-theme2:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #09092c), to(#09092c));
    background-image: -o-linear-gradient(top, #09092c 50%, #09092c 100%);
    background-image: linear-gradient(180deg, #09092c 50%, #09092c 100%);
    opacity: 0.9;
}

.services {
    padding-top: 100px;
}

.blog.blog-1 {
    padding-top: 170px;
}

.blog-entry .entry-content .entry-img-wrap .entry-category a:hover {
    color: #ccc;
}

.footer .widget-contact .widget-content .phone a {
    font-size: 26px;
}

.blog-entry .entry-content .entry-img-wrap .entry-category a:not(:first-child)::after {
    content: "";
}

.blog-entry .entry-content .entry-img-wrap .entry-category a::after {
    content: "";
}

.entry-category {
    color: #fff;
}

.page-title.page-title-12 .page-title-wrap {
    background-position-x: right;
}

.pagination {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

ul.pagination a.active,
ul.pagination a:hover {
    background: var(--global--color-primary);
    border: 2px solid var(--global--color-primary);
}

ul.pagination a {
    margin: 0 4px;
    border: 2px solid #c3c3c3;
    border-radius: 50px;
    height: 50px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #333;
    display: inline-table;
    font-size: 14px;
    line-height: 47px;
    font-weight: 700;
}

.project-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 520px;
    overflow: hidden;
}

.blog-standard .blog-entry .entry-content .entry-title h4 a {
    font-size: 30px;
    line-height: 35px;
}

.blog-entry.search-rows::after {
    border-radius: unset !important;
    height: 2px !important;
}

button.search-icon-inside {
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px;
}

.no-results{
    color: red;
}

.project-img img {
    width: 100%;
    border-radius: 12px;
}

.contact-message {
    margin-top: 20px;
    color: green;
}

li#download-center,
li#references {
    display: none;
}

.project-panel.latest-projects .project-panel-holder .project-img {
    height: 100%;
}

.project-panel.category-holder .project-panel-holder .project-img {
    height: 280px;
}

.blog-single .blog-entry .entry-content .entry-introduction img {
    max-width: 100%;
    border-radius: 8px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /* margin-top: 32px; */
}

.blog-single .blog-entry .entry-img {
    border-radius: 12px;
}

.col-12.col-md-6.entry-img.project-img {
    background-color: #fff !important;
}

#back-to-top {
    height: 100px;
}

.blog-single .blog-entry .entry-content {
    border-bottom: none;
}

p.entry-desc {
    text-align: justify;
}

.col-12.col-md-6.entry-img.project-img {
    height: 300px;
}

.col-12.col-md-6.entry-img.project-img img {
    height: 90%;
    width: 100%;
}

.blog-single .blog-entry .entry-img .entry-meta {
    bottom: 0px;
}

.page-title.page-title-12 .page-title-wrap {
    background-position-y: center;
}

.team .member .member-content .member-social a {
    width: 30px;
    height: 30px;
}

.projects.projects-modern.projects-modern-3 .project-img {
    height: 300px !important;
}

section.blog-single table {
    width: 100%;
    border: 1px solid #ccc;
}

.project-overview.project-overview-1 p {
    margin-bottom: 20px;
}

section.blog-single table thead {
    background-color: var(--global--color-body);
}

section.blog-single table thead tr {
    height: 50px;
}

section.blog-single table thead tr:nth-child(even) {
    background: #eee
}

section.blog-single table thead tr td {
    padding: 20px;
}

.blog.blog-single .entry-introduction.entry-infos .project-img .project-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--global--color-primary-70);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog.blog-single .entry-introduction.entry-infos .project-img .project-hover .project-zoom {
    color: var(--global--color-white);
    font-size: 20px;
}

.blog.blog-single .entry-introduction.entry-infos .project-img .project-hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.blog.blog-single .entry-introduction.entry-infos .project-img .project-hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.blog.blog-single .entry-introduction.entry-infos .project-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.project-panel .project-panel-holder .project-img img {
    width: 100%;
    height: auto;
}

.category .project-panel .project-panel-holder .project-img img {
    width: 50%;
    height: auto;
}

.blog.blog-single .entry-introduction.entry-infos .col-12.col-md-6.entry-img.project-img:hover .project-hover {
    opacity: 1;
    visibility: visible;
}

.blog-entry .entry-content .entry-img-wrap .entry-img {
    display: flex;
    justify-content: center;
    width: 400px;
    height: 45vh;
}

.widget-recent-posts .post .post-img img {
    width: 60px;
    height: auto;
}

.widget-recent-posts .post .post-img {
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.blog-single .blog-entry .entry-img img{
    width: 100%;
    height: auto;
}

.blog-entry .entry-content .entry-img-wrap .entry-img img {
    width: 100%;
    height: auto;
}

.entry-img a {
    display: flex;
    justify-content: center;
}

section#shadow-host-companion {
    padding: unset;
}

@media screen and (max-width: 991.98px) {
    .project-img {
        height: 200px;
    }
    .header.header-topbar.header-topbar1 .module-holder .module-search {
        border-right: 1px solid #eaeaea;
        border-left: none;
    }
    #back-to-top {
        height: 50px;
    }

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

    li#download-center,
    li#references {
        display: block;
    }
}

@media screen and (max-width: 767.98px) {
    .mobile-footer-powered {
        margin-bottom: 20px;
    }

    .slider .slide .slide-content .slide-headline {
        font-size: 32px;
        line-height: 1.4;
    }
}