﻿header .auto-container {
    max-width: 1600px;
}

/* ******************  ****************** */
.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;
}
/* ******************  ****************** */

/* ****************** 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;
}
/* ******************  ****************** */
.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;
}
/******/
.search-form {
    display: flex
}
    .search-form button {
        margin-top: 9px;
    }
    .search-form input {
        margin-top: 9px;
        width: 130px;
        margin-left: 3px;
    }
/*************** final style*************/

.social-icon-one {
    padding-top: 12px;
}

.project-block-four .inner-box .newHight {
    height: 200px;
}

.market-block-four .inner-box .lower-content.newHight h3,
.project-block-four .inner-box .lower-content.newHight .text {
    height: 90px;
}


/*************** pagination *************/
.pagination {
    direction: rtl;
    width: 100%;
    text-align: center;
}
/*********************paddingImage ********************/

.padding-Image {
    padding:0 !important;
    padding-top:10px;
}

/***************Last style*******************/
.project-block-four .inner-box .lower-content .read-more {
    position: absolute;
    bottom: 7px;
    left: 2px;
}

.project-block-four .inner-box .lower-content h3 a {
    top: 15px;
}