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