.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "El Messiri", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Cairo, sans-serif;
    letter-spacing: -0.0415625em;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
    --admin-height: 0px;
    --primary-blue: #0072bb;
    --primary-red: #ee4324;
    --color-text: #7a7a7a;
    --secondary-color-text: #54595f;
    --helper-background: #343a40;
}

body.admin-bar {
    --admin-height: 32px;
}

form br {
    display: none;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5%;
    background-color: var(--primary-blue);
    position: relative;
    top: 0;
}
.topbar-item.social-icons.langswitcher{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 40px;
}
.topbar-item ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.topbar-item span,
.topbar-item a {
    color: #fff;
    text-decoration: none;
}

.topbar-item.social-icons i {
    font-size: 1.3em;
    vertical-align: middle;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%;
    z-index: 9;
    transition: all 1s;
    background: #fff;
}

.site-branding img {
    max-height: 100px;
    width: auto;
}

#site-navigation {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    z-index: 10;
}

.main-navigation ul {
    gap: 20px;
    background-color: #fff;
}
.main-navigation ul.sub-menu{
    flex-direction: column;
    top: 100%;
    gap: 0;
}

.main-navigation ul li a {
    font-family: Cairo, sans-serif;
    color: var(--color-text);
    font-size: 20px;
    padding: 0 10px;
}

.main-navigation ul li:hover {
    /* transform: scale(1.1); */
    transition: all 1s;
}

.main-navigation ul li.current_page_item a,
.main-navigation ul li a:hover {
    color: var(--primary-red);
}
.main-navigation li.menu-item-has-children > a:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    /* vertical-align: middle; */
    font-size: 16px;
}
#masthead.sticky {
    position: fixed;
    top: var(--admin-height) !important;
    left: 0;
    right: 0;
    box-shadow: 0px 5px 5px #27272780;
}

.sticky .site-branding img {
    max-height: 70px;
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero {
    min-height: 600px;
    position: relative;
}

#hero img {
    width: 100%;
    min-height: 600px;
}

.hero-overlay,
.hero-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.hero-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-text h1 {
    width: 50%;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

#hero .slick-slider {
    overflow: hidden;
}

#hero .slick-slide
{
	min-height: 600px !important;
}

#hero .slick-slide img{

	object-fit: cover;
}

#hero .slick-slider div.slick-active img {
    -webkit-animation: myMove 8s 1 ease-in-out;
    -moz-animation: myMove 8s 1 ease-in-out;
    -o-animation: myMove 8s 1 ease-in-out;
    -ms-animation: myMove 8s 1 ease-in-out;
    animation: myMove 8s 1 ease-in-out;
}

@keyframes myMove {
    from {
        transform: scale(1.0, 1.0);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(1.1, 1.1);
        transform-origin: 50% 0%;
    }
}

@-webkit-keyframes myMove {
    from {
        -webkit-transform: scale(1.0, 1.0);
        -webkit-transform-origin: 50% 50%;
    }

    to {
        -webkit-transform: scale(1.1, 1.1);
        -webkit-transform-origin: 50% 0%;
    }
}

@-o-keyframes myMove {
    from {
        -o-transform: scale(1.0, 1.0);
        -o-transform-origin: 50% 50%;
    }

    to {
        -o-transform: scale(1.1, 1.1);
        -o-transform-origin: 50% 0%;
    }
}

@-moz-keyframes myMove {
    from {
        -moz-transform: scale(1.0, 1.0);
        -moz-transform-origin: 50% 50%;
    }

    to {
        -moz-transform: scale(1.1, 1.1);
        -moz-transform-origin: 50% 0%;
    }
}

@-ms-keyframes myMove {
    from {
        -ms-transform: scale(1.0, 1.0);
        -ms-transform-origin: 50% 50%;
    }

    to {
        -ms-transform: scale(1.1, 1.1);
        -ms-transform-origin: 50% 0%;
    }
}


/*--------------------------------------------------------------
# Primary content
--------------------------------------------------------------*/

#primary {
    /* max-width: 1180px; */
    margin: 0 auto;
}

.section {
    padding: 60px 0;
    max-width: 1180px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: var(--secondary-color-text);
    margin-bottom: 28px;
}

.section-desc {
    text-align: center;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

#services {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 0;
}

.service {
    width: 100%;
    height: 100%;
    margin-bottom: 1.5em;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.service a {
    text-decoration: none;
    color: inherit;
}

.service-content {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.service-desc-wrap {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    padding: 10px 5px;
    color: #fff;
    background-color: var(--helper-background);
    opacity: 0;
}

.service:hover .service-desc-wrap {
    bottom: 0;
    opacity: 1;
    transition: all 1s;
}


/*--------------------------------------------------------------
# Work With Us
--------------------------------------------------------------*/
#work-with-us {
    background-color: var(--helper-background);
    width: 100%;
    max-width: 100%;
    text-align: center;
}

#work-with-us .section-title {
    color: #fff;
}

#work-with-us .popupaoc-button,
.btn-hebco {
    background: var(--primary-red);
    color: #fff;
}

#work-with-us .popupaoc-button:hover,
.btn-hebco:hover {
    background: var(--primary-blue);
}
.btn-hebco{
    width: 100px;
}
.btn-hebco a,
.btn-hebco a:hover{
    color: #fff;
    text-decoration: none;
}
.btn-hebco:hover {
    transform: scale(1.1);
    color: #fff;
}
.btn-hebco i{
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Projects and News
--------------------------------------------------------------*/

.posts-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: calc(calc(100% - 900px) / 2); */
    /* gap: 10px; */
    justify-content: center;
}

.post-wrap {
    width: 98%;
    margin: 0 auto;
}

.post-image-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}


.post-info-wrap {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 20px 20px 10px;
    height: calc(100% - 300px);
}

.post-excerpt,
.post-link {
    margin: 0;
}

.post-wrap:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.post-wrap:hover .post-info-wrap {
    box-shadow: none;
}

.post-wrap a {
    text-decoration: none;
    color: inherit;
}

.post-title{
	font-size: 1.5rem;
}
.post-title,
.post-link {
    color: var(--primary-blue);
}

.post-title:hover,
.post-link:hover {
    color: var(--primary-red);
}
.post-title a,
.post-link a{
    text-decoration: none;
}

.post-title a:hover,
.post-link a:hover{
    color: var(--primary-red);
}
.button-wrap button {
    width: 200px;
    color: #fff;
    background-color: var(--primary-red);
}

.button-wrap button:hover {
    color: #fff;
    background-color: var(--primary-blue);
}


/*--------------------------------------------------------------
# Logo Slider
--------------------------------------------------------------*/

#logos {
    background: #dedede;
    max-width: 100%;
}

#logos .logo-slider {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#logos img {
    vertical-align: middle;
    height: 60px;
    margin: 0 auto;
    outline: none;
}

#logos .logo-image {
    margin-left: 27.5px;
    margin-right: 27.5px;
    outline: none;
}

#logos i {
    font-size: 20px;
}

.slick-prev {
    left: -15px;
    cursor: pointer;
}

.slick-next {
    right: -15px;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
    max-width: 100%;
    background-color: var(--helper-background);
    padding-bottom: 0;
}

#footer-widgets {
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.site-info {
    background-color: #303133;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.site-info a {
    color: #000;
    text-decoration: none;
}

#footer-widgets {
    display: grid;
    grid-template-columns: 35% 20% 35%;
    /* gap: calc(calc(100% - 900px) / 2); */
    gap: 5%;
    justify-content: center;
}

#footer-widgets .widget-title {
    color: #fff;
    position: relative;
    vertical-align: middle;
    font-weight: 600;
}

#footer-widgets .widget-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: var(--primary-red);
}

#footer-widgets ul {
    margin: 20px 0 0 10px;
    padding: 0;
    list-style: none;
}

#footer-widgets ul li {
    margin-top: 20px;
}

#footer-widgets,
#footer-widgets a {
    color: #cacaca;
    font-size: 18px;
    text-decoration: none;
}

#footer-widgets i {
    color: var(--primary-red);
}

#footer-widgets li.current_page_item a,
#footer-widgets li:hover a,
#footer-widgets .readmore {
    color: var(--primary-red);
}
#footer-widgets section:last-child .textwidget{
	margin-left: 10px;
}
body:not(.home) .entry-header{
    font-size: 18px;
}
body:not(.home) .content-container{
    font-size: 18px;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
    margin-top: 1.5em;
}
body:not(.home) #secondary{
    max-width: 360px;
}
body:not(.home) #primary{
    flex: 1;
}
.entry-header{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
    background-image: url(/wp-content/uploads/2021/01/featured-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.entry-header h1{
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
}
.entry-header .header-overlay{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}
#particles-js{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.content-container .entry-content{
    margin: 0;
    line-height: 1.5em;
}

.cat-post-wrap{
    display: flex;
    margin-bottom: 20px;
}
.cat-post-wrap:nth-child(even){
    flex-direction: row-reverse;
    text-align: right;
}

.cat-post-wrap:nth-child(even) .clock-wrap{
    flex-direction: row-reverse;
}
.cat-post-wrap:hover{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.cat-post-wrap .post-image-wrap{
    width: 300px;
}
.cat-post-wrap .post-image-wrap img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.cat-post-wrap .post-info-wrap {
    flex: 1;
    box-shadow: none;
    padding: 20px 20px 10px;
}
.clock-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.clock{
    font-size: 14px;
}
.cat-post-wrap:nth-child(even) .clock{
    margin: 0 0 0 0.5rem !important;
}
.pagination-wrap{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.social-connect {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-connect span,
.social-connect a {
    color: inherit;
    text-decoration: none;
}
.contactus-form{
    margin-top: 40px;
}

.entry-content ul:not(.social-connect){
    list-style: none;
}
.entry-content ul:not(.social-connect) li,
.entry-content ol:not(.social-connect) li{
    padding: 0 2em;
    position: relative;
    margin-bottom: 10px;
}
.entry-content ul:not(.social-connect) li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary-blue);
    font-size: 1.25em;
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
}
.entry-content ul:not(.social-connect) ul li:before{
    font-weight: 400;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    text-align: center;
    opacity: .3;
    transition: opacity .25s;
    cursor: pointer;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    opacity: .65;
}
.content-container main{
    max-width: calc(1180px - 460px);
}

.gallery-wrap {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
}

.gallery-wrap li,
.gallery-wrap figure,
.gallery-wrap a,
.gallery-wrap img {
    display: block;
    outline: none;
    border: none;
}

.gallery-wrap img {
    max-width: 100%;
    margin: 0 auto;
}

.gallery-wrap .main-img-slider figure {
    margin: 0 auto;
    padding: 0 2em;
}

.gallery-wrap .main-img-slider figure a {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.gallery-wrap .main-img-slider figure a img {
    width: 100%;
    margin: 0 auto;
}
#gallery .slick-slide {
    float: left;
}
#gallery,
.gallery-wrap {
    direction: ltr;
}
.gallery-wrap .thumb-nav {
    margin: 0 auto;
    padding: 20px 10px;
    display: flex;
    align-items: center;
}

.gallery-wrap .thumb-nav .slick-list {
    flex-grow: 1;
    flex-basis: 0;
}

.gallery-wrap .thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.gallery-wrap .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 75px;
    margin: 0 auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
}

.gallery-wrap .thumb-nav li:hover,
.gallery-wrap .thumb-nav li:focus {
    border-color: #999;
}

.gallery-wrap .thumb-nav li.slick-current img {
    border-color: var(--primary-blue);
}
#custom_html-4,
#custom_html-5{
    padding: 25px;
}
.paoc-popup-modal-cnt,
#custom_html-4,
#custom_html-5{
    background-color: var(--helper-background);
}

form h4{
    font-size: 42px;
    color: #fff;
    display: inline-block;
    margin: 0 auto 20px;
    padding-bottom: 8px;
    border-bottom: 4px solid var(--primary-blue);
}
form{
    display: grid;
}
#primary form h4{
    display: none;
}
p:empty{
    display: none;
}

.image-wrap.inner-gallery{
    position: relative;
    cursor: pointer;
}
.image-wrap.inner-gallery span:not(:empty){
    padding: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.en .artext,
.ar .entext{
    display: none !important;
}
.wpcf7-response-output{
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ff0000;
}
@media only screen and (max-width: 990px){
    header#masthead:not(.sticky) {
        position: relative;
    }
    .menu-mainar-container,
    .menu-main-container{
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    #primary-menu{
        background-color: #ededed;
    }
    #primary-menu li{
        border-bottom: 1px solid #c4c4c4;
    }
    #primary-menu li a{
        padding: 10px;
    }
    .main-navigation #primary-menu li.focus ul{
        position: static;
        box-shadow: none;
        background-color: unset;
        float: none;
        border-top: 1px solid #c4c4c4;
    }
    .main-navigation #primary-menu ul li{
        padding: 0;
        width: 100%;
    }

    .main-navigation #primary-menu ul li a{
        padding: 10px 40px;
    }
    body:not(.home) .content-container{
        flex-direction: column;
    }
    .content-container main{
        max-width: 94%;
    }
    body:not(.home) #secondary{
        margin: 0 auto;
    }
    .entry-content ul:not(.social-connect),
    .entry-content ol:not(.social-connect){
        margin: 0;
        padding: 0;
        list-style-position: inside;
    }
    .cat-post-wrap{
        flex-direction: column !important;
        align-items: center;
        margin-bottom: 40px;
    }
    /* .pagination-wrap a{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    } */
}

@media only screen and (max-width: 768px){
    .contacts.topbar-item li:first-child{
        display: none;
    }
    #footer-widgets{
        grid-template-columns: 1fr;
        gap: unset;
        grid-row-gap: 20px;
        text-align: center;
        max-width: 94%;
    }
    #footer-widgets h3.widget-title{
        display: inline-block;
        margin-bottom: 10px;
    }
    #footer-widgets ul{
        margin-top: -15px;
        justify-content: center;
    }
    .posts-wrap{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
        max-width: 90%;
        margin: 0 auto;
    }
    .services-wrap{
        grid-template-columns: repeat(2, 1fr);
    }
    .entry-header{
        padding: 100px 0;
    }
}


@media only screen and (max-width: 480px){
    .contacts.topbar-item li{
        display: none;
    }
    .services-wrap{
        grid-template-columns: 1fr;
    }
    .hero-text h1{
        width: 90%;
    }
    .topbar-item.social-icons.langswitcher{
        justify-content: space-between;
    }
    .entry-header h1{
        font-size: 1.5rem;
        text-align: center;
    }

}
.slick-slide img.lazyload,
.slick-slide img.lazyloading{
	height: 0;
}

.fancybox-container img {
    max-height: 90vh;
}