body.rtl-themes header {
    background: linear-gradient(to right,
            #012951 0%,
            #012951 80%,
            #fff 80%,
            #fff 100%);
}

body.rtl-themes .navbar {
    padding: 0 44px;
}

body.rtl-themes #home {
    background: linear-gradient(to right,
            #011c38 0%,
            #011c38 80%,
            #fff 80%,
            #fff 91%,
            #fff 91%);

}

/* body.rtl-themes .navbar-brand {
    margin-right: -47px;
} */
/* body.rtl-themes .navbar-brand {
    margin-right: -6%;
} */

body.rtl-themes .feature .title h3:after {
    left: 88%;
}

body.rtl-themes .description .date .day {
    right: 15px;
}

body.rtl-themes .description p {
    padding-left: 0;
    padding-right: 15px;
}

@media only screen and (max-width: 767px) {
    body.rtl-themes header {
        background: #011c38;
    }

    body.rtl-themes #home {
        background: #011c38;
    }

    body.rtl-themes .navbar-brand {
        margin-right: -7px;
    }
}

@media (min-width: 768px) and (max-width: 991px)

{


    body.rtl-themes header {
        background: #011c38;
    }

    body.rtl-themes #home {
        background: #011c38;
    }

    body.rtl-themes .navbar {
        padding: 0;
    }

    body.rtl-themes .navbar-nav {
        line-height: 20px;
    }

    body.rtl-themes .header-top {
        padding: 0px 5px;
        display: block !important;
    }

    body.rtl-themes .contact p {
        margin-left: 20px;
    }

    body.rtl-themes .navbar-brand {
        color: #fff !important;
        font-size: 47px;
        font-weight: 700;
        background-color: #011c38;
        margin-top: 21px;
    }

    body.rtl-themes button.navbar-toggler.collapsed, .navbar-toggler {
        background: #fff;
    }

    body.rtl-themes .image-carousel-slide img {
        width: 335px;
    }

    body.rtl-themes .image-carousel .owl-buttons {
        right: 18px;
    }

    body.rtl-themes .decoration {
        display: none;
    }
}
@media(max-width: 1024px) {
    body.rtl-themes .navbar {
        padding: 0;
    }
    body.rtl-themes .navbar-brand {
        font-size: 34px;
    }
    body.rtl-themes .navbar-brand span {
        font-size: 12px;
        padding: 2px;
    }
    .decoration {
        width: 36px;
        top: 34%;
    }
}


@media(min-width: 1200px) {

    body.rtl-themes .navbar {
        padding: 0 11px;
    }

    .decoration {
        width: 5.8%;
        top: 34%;
    }
}

@media(min-width: 1250px) {

    body.rtl-themes .navbar {
        padding: 0 11px;
    }
    body.rtl-themes .navbar-brand {
        font-size: 40px;
    }
    body.rtl-themes .navbar-brand span {
        padding: 4px;
    }
    .decoration {
        width: 5.8%;
        top: 34%;
    }
}
@media(min-width: 1380px) {
    .decoration {
        width: 5%;
        top: 34%;
    }
}
