body {
    direction: rtl;
}

.layout-header-small {
    min-height: 400px;
}

.layout-header-callbiz {
    min-height: 200px;
}

.layout-header-small .layout-header__navigation-inner {
    min-height: 0px;
}

.form-control-large{
    height: 55px;
}

.project-logo {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    margin-top: 5px;
    max-width: 180px;
    max-height: 150px;
    z-index: 100;
}

.alt-footer__input {
    /*height: 40px;*/
    font-size: 1.3em;
    height: 2.6em;
}

.alt-footer__input:focus, .alt-footer__input:active {
    border-bottom-color: rgba(230, 189, 68, 0.7);
}

select.alt-footer__input {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #757575;

}

button.alt-footer__input {
    margin-top: 2em;
    background-color: #f2f2f2;
    color: black !important;
}

.feed {
    display: block;
    color: #f7b733;
    min-height: 200px;
    margin-bottom: 30px;
    /*margin-right: 50px;*/
    margin-right: 10em;
}

.subs {
    float: right;
    font-size: 10em;
    color: #f7b733;
}

.feed-black {
    display: block;
    color: black;
    min-height: 50px;
}

.feed-black-inter {
    margin-left: 30%;
    margin-right: 20%;
    margin-top: 30%;
}

.subHeader {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.4em;
    line-height: 2.8em;
    word-spacing: 0.03em;
}

.subHeaderBox {
    /*color: rgba(255, 255, 255, 0.4);*/
    color: #f7b733;
    line-height: 1.5em;
    font-size: 0.5em;
    word-spacing: 0.05em;
}

.subHeader1 {
    text-align: right;
}

.subHeader2 {
    text-align: left;
}

.projects-comment {
    width: 50%;
    margin-right: 9em;
    margin-top: -30px;
    margin-bottom: 40px;
    text-align: right;
}

.projects-comment > p {
    display: unset;
    font-size: 1.1em;
    /*margin-right: 20px;*/
}

.projects-comment > p > a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #f7b733;
    font-weight: bold;
}

.projects-comment > p > i {
    color: red;
    font-size: 1.2em;
}

.send-form-button {
    #border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #f7b733;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    height: 40px;
}

.send-form-button > i {
    padding-right: 20px;
}

.project-map {
    height: 450px;
}

.alt-footer__input-icon-innerSub {
    background-color: transparent;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
    color: #333333;
}

.alt-footer__input-icon-innerSub:hover {
    border-color: #f7b733;
}

.alt-footer__input-iconSub {
    font-size: 30px;
    color: #f7b733;
    display: block;
}

.light-theme .alt-footer__inputSub {
    color: black;
}

.counter {
    margin-bottom: 0;
}

.pre-subscribe {
    margin-bottom: 2em;
    color: #f7b733;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

input[type=email] {
    direction: ltr;
    text-align: right;
}

.alt-main-head {
    /*background-image: url("../sections/alt-main-head/assets/slider_image.jpg");*/
    background-image: url("/images/web/main_bg7.jpg");
}

.layout-projects {
    background-image: url("/images/web/stars_6000.jpg");
    background-repeat: no-repeat;
}

.layout-project {
    background-image: url("/images/web/stars_6000.jpg");
    background-repeat: no-repeat;
}

.layout-project-callbiz {
    background-image: url("/images/web/stars_callbiz_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.layout-about {
    background-image: url("../sections/layout-header/assets/background.jpg");
}

.underCounter {
    position: absolute;
    right: auto;
    font-size: 0.5em;
    width: 85px;
    display: block;
    /*padding-left: 25px;*/
}

.vertical-top-padding {
    padding-top: 35px;
}

.arrow {
    text-align: center;
    /*margin: 8% 0;*/
    margin-top: 20%;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.bounce > i {
    color: white;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.grid-sizer,
.grid-item {
    width: 25%;
}

.side-button {
    position: fixed;
    left: 2px;
    bottom: 25px;
    background: rgba(247, 183, 51, 0.9);
    color: white;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    border-color: white;
    font-weight: bolder;
    cursor: pointer;
    width: 118px;
    height: 41px;
    max-width: 600px;
    z-index: 9999999;
}

.side-button > span {
    display: block;
}

#submited {
    display: none;
}

.dev-sub {
    font-size: 15px;
    background-color: white;
    margin-top: 10px;
    color: black;
}

.dev-send {
    margin-top: 20px;
    background-color: white;
    font-size: 15px;
    width: 100%;
    color: #f7b733;
    height: 2.6em;
}

.dev-feed {
    margin-top: 30%;
}

.dev-send > i {
}

.text-effect {
    /*border: 2px solid rgba(255, 255, 255, .5);*/
    /*text-shadow: -2px 1px 5px rgba(247,183,51,0.9);*/
    /*text-shadow: -2px 1px 4px rgba(247,183,51,0.83);*/
    /*text-shadow: 0px 2px 11px rgba(255,255,255,0.76);*/
    /*text-shadow: -2px 1px 4px rgba(255,255,255,0.65);*/
    /*text-shadow: -2px 1px 18px rgba(255,255,255,0.59);*/
    /*text-shadow: 4px 5px 12px rgba(176,130,36,0.8);*/
    /*text-shadow: 4px 5px 12px rgba(176,130,36,0.83);*/
    /*text-shadow: 4px 5px 9px #B08224;*/
    text-shadow: 5px 4px 6px #705317;
}

.project_video{
    text-align: center;
    padding-top: 2em;
}

@media screen and (max-width: 1025px) {
    .projects-comment {
        width: 100%;
        margin-right: 1em;
    }

    .vertical {
        right: 10px;
        height: 80%;
    }

    .bem-navbar-main-top__brand {
        margin-left: 30px;
        margin-right: 0;
    }

    .navbar-brand {
        margin-top: 0;
    }

    .subHeader {
        font-size: 0.3em;
        line-height: 1.5em;
        word-spacing: 0.03em;
    }

    .subHeaderBox {
        line-height: 1.5em;
        font-size: 0.3em;
        word-spacing: 0.05em;
        padding-top: 20px;
    }

    .alt-main-head__nav-inner {
        min-height: unset;
    }

    .alt-main-head {
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 450px;
    }

    .main-title {
        padding-top: 0.6em;
        margin-top: 1.3em;
        margin-bottom: 1em;
    }

    .layout-header-small {
        min-height: 250px;
    }

    .alt-footer__input-inner {
        max-width: 100%;
    }

    .subs {
        display: none;
    }

    .feed {
        margin-right: 0;
    }

    .alt-team {
        padding-bottom: 40px;
    }

    .alt-team-block__text-inner {
        direction: rtl;
        padding: 0px 30px 0 0;
    }

    .swiper_related_projects {
        margin-top: 0;
    }

    .alt-related-projects {
        padding-bottom: 0;
    }

    .header-basic_default-position {
        margin-top: 10px;
    }

    form[name=send-form] {
        padding: 0 30px;
        margin: 0 auto;
        max-width: 575px;
    }

    .project-logo {
        max-height: 20px;
    }

    .gallery03 {
        padding: 40px 0 0 0;
    }

    .img-wrap-gallery-top img {
        width: 100%;
    }

    .project_specification {
        width: 100%;
        max-width: unset;
    }

    .service__image-inner {
        max-width: 40%;
        margin-bottom: 10px;
    }

    .feed-black {
        margin-bottom: 25px;
    }

    .submit-button > input {
        width: 100%;
    }

    .who_we-are02 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .row-who_we-are02 {
        margin: 0;
    }

    .vertical {
        display: none;
    }

    .layout-header {
        min-height: unset;
    }

    .our-services__row {
        padding-top: 0;
    }

    .layout-header__title {
        font-size: 2em;
    }

    .underCounter {
        right: auto;
        font-size: 0.5em;
        width: unset;
        display: block;
        line-height: 1.1em;
    }

    .modal-search {
        padding-top: 25%;
    }

    .side-button {
        bottom: 0;
    }

    .service__image-inner {
        position: absolute;
        left: 15px;
        top: -10px;
        max-width: 9em;
    }

    .wrap_cascade {
        margin: 40px auto 10px auto;
    }

    .wrap_welcome {
        margin: 15px auto 20px auto;
    }

    .button_who_we_are {
        margin-top: 10px;
    }

    .alt-footer__copyright {
        float: unset;
        text-align: center;
        margin-bottom: 2em;
    }

    .alt-footer__social {
        float: unset;
        text-align: center;
        margin-bottom: -20px;
    }

    .light-theme .our-services {
        background-repeat: repeat-y;
    }
}

