﻿/* ****************** override style ****************** */
.call-to-action-section:before {
    border-left: 50px solid white;
    border-top: 20px solid white;
    border-right: 50px solid white;
    background-color: rgba(255,208,6,0.96);
}

.call-to-action-section h2 {
    text-align: center;
}

html {
    scroll-behavior: smooth;
}

header .auto-container {
    max-width: 1400px;
}
/************* fix arabic align *******************/
.rtl .sec-title.centered h2 {
    text-align: center;
}

.rtl .market-block-four .description-box {
    text-align: right;
    float: left;
}

.rtl .inner-box {
    text-align: right;
}

.rtl .sid-title {
    text-align: right;
}

/* ******************  ****************** */
.gallery-page .row {
    direction: rtl;
}

.gallery-page .market-block-four .inner-box .lower-content {
    padding: 5px 26px;
}

    .gallery-page .market-block-four .inner-box .lower-content h3 {
        text-align: center;
    }

.gallery-page .inner-box .image video,
.gallery-page .inner-box .image iframe {
    direction: rtl;
    position: relative;
    width: 100%;
    display: block !important;
}

.gallery-page video {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/* ******************  ****************** */

.post-tracking-home-section {
    max-width: unset;
    display: flex;
    padding: 0 60px;
    justify-content: space-around;
}
.post-tracking-container {
    height: 600px;
}

.section-image {
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
}
/************* *******************/
.services-section {
    background-image: none !important;
}
/************* list page *******************/
.inner-box.list-item {
    display:flex;
    margin-bottom: 20px;
}

/*************** pagination *************/
.pagination {
    direction: rtl;
    width: 100%;
    text-align: center;
}
/*************** override *************/
.schedule-block-one .inner-box .new-hight {
    height: 200px;
}

.market-block-four .inner-box .lower-content.new-hight h3,
.schedule-block-one .inner-box .lower-content.new-hight .text {
    height: 90px;
}




.photo-gallery {
    color: #313437;
    background-color: #fff;
}

    .photo-gallery p {
        color: #7d8285;
    }

    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .photo-gallery .intro p {
        margin-bottom: 10px;
    }

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}
