:root {
    --sub-title: 18px;
    --main-title: 26px ;
    --breadcrum-title : 40px ;
    --blog-title : 17px ;
}

body , html
{
    font-family: "Noto Kufi Arabic", sans-serif;
}
.header-style1 .header-nav .nav>li>a {
    border-radius: 0;
    display: inline-block;
    padding: 24px 15px;
    cursor: pointer;
    margin: -9px 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 40px;
    color: var(--secondary);
    position: relative;
    transition: var(--transition);
}
h1, h2, h3, h4, h5, h6 , p
{
    font-family: "Noto Kufi Arabic", sans-serif !important;
}
.sx-bnr-1-wrap-outer .sx-bnr-1-large-title {
    font-family: var(--title-family);
    font-weight: 800;
    font-size: 41px;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 80px;
}

.site-button.icon i, .site-button-secondry.icon i {
    margin-left: 6px;
}
.site-button, .site-button-secondry
{
    font-family: "Noto Kufi Arabic", sans-serif;
}
.section-head .sx-head-s-title, .section-head2 .sx-head-s-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: var(--sub-title);
    padding-bottom: 16px;
    text-transform: uppercase;
    color: var(--primary);
}
.sx-icon-bx-2 .sx-icon-bx-info .sx-icon-bx-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--secondary);
    display: block;
}
.sx-icon-bx-1 .sx-icon-bx-icon {
    text-align: right;
    margin-bottom: 30px;
}
.owl-carousel
{
    direction: ltr;
}
.sx-count .sx-count-info {
    color: var(--secondary-light);
    font-size: 21px;
    line-height: 50px;
    font-family: "Noto Kufi Arabic", sans-serif;
    margin-top: 20px;
}
.testimonial-2 .testimonial-position
{
    font-family: "Noto Kufi Arabic", sans-serif;
}
.sx-f-bottom-section
{
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0px 70px;
    padding: 40px;
    background: #252525;
    border-radius: 5px;
    font-family: "Noto Kufi Arabic", sans-serif;
}

.sx-arrow-circle-checked li {
    padding: 5px 30px 5px 30px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: var(--title-color);
    text-align: right;
}
.section-head .sx-head-l-title .sx-title2, .section-head2 .sx-head-l-title .sx-title2 {
    font-family: var(--title-family);
    margin-bottom: 0px;
    font-weight: 800;
    font-size: var(--main-title);
    text-transform: capitalize;
    color: var(--secondary);
}
.input-animate.input, .input-animate.input label, .input-animate.input input, .input-animate.input textarea, .input-animate.input .spin
{
    font-family: "Noto Kufi Arabic", sans-serif;
}
.languages
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.languages li{
    display: inline-block;
    font-size: 14px;
}
.header-style1 .logo-header {
    display: table;
    float: left;
    width: 200px;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #ed4c2f;
    margin: 0px;
    position: relative;
    z-index: 11;
    padding-top: 15px;
}
.sx-latest-post-st-1 .sx-post-title .post-title
{
    font-size: var(--);
    text-align: right;
}
.about_sub_title
{
    font-size: 20px !important;
    margin-bottom: 40px !important;
}
.sx-about-bx4-media {
    position: relative;
    padding-left: 70px;
    padding-bottom: 0px;
    z-index: 1;
}
.filter-navigation li a.btn-inline
{
    font-family: "Noto Kufi Arabic", sans-serif;
}
.filter-navigation li a
{
    margin-right: 0 !important;
}
.sx-gallery-block
{
    box-shadow: 1px 20px 20px 0px #eee;
}
.steps .owl-item
{
    background-color: #FFFFFF;
    min-height: 530px;
}
.steps .owl-item a{
    margin: 0 auto;
}
.header-style1 .logo-header
{
    float: left;
}
.sx-ab-video
{
    display: none;
}
.sx-bnr-1-wrap-outer .sx-bnr-1-content .sx-bnr-video
{
    display: none;
}
.sx-ab-img-section-1
{
    display: none;
}
.sx-bnr-1-wrap-outer .sx-bnr-1-content
{
    padding-right: 25px;
}
.sx-why-choose2-outer
{
    padding-bottom: 25px;
}
.home-blogs .item
{
    background-color: #eee;
    padding: 20px;
    min-height: 478px !important;
}
.home-blogs .item .post-title a{
    font-size: 15px;
}
.home-blogs .item img
{
    min-height: 277px;
}
.offers
{
    border-radius: 50%;
}
.offers img
{
    position: fixed;
    z-index: 111;
    left: 40px;
    bottom: 43px;
    background-color: #eee;
    padding: 10px;
    border-radius: 20px;
}
/* CSS */
.offers {
    position: fixed;
    left: 10px; /* Adjust this value for horizontal positioning */
    bottom: 10%; /* Adjust for vertical positioning */
    transform: translateY(50%);
    width: 65px; /* Adjust size as needed */
    height: 65px;
    z-index: 1000;
    animation: bounce 2s infinite; /* Apply the animation */
}

.offers img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.offers img:hover
{
    background-color: #ffcc00;
    cursor: pointer;
}
/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.why-choose-us h4 {
    margin-bottom: 37px;
    font-size: 22px;
    line-height: 48px;
    margin-top: 85px;
}

.sx-post-media img
{
    min-height: 252px;
    object-fit: cover;
}
.why-choose-us img
{
    max-height: 485px;
    width: 100%;
    object-fit: cover;

}
.why-choose-us p{
    font-size: 18px;
    margin-bottom: 26px;
}

@media only screen and (max-width: 900px) {
    .sx-bnr-1-wrap-outer .sx-bnr-1-content
    {
        padding-right: 0 !important;
    }
    .why-choose-us
    {
        margin-top: 0 !important;
    }
    .why-choose-us h4 {
        margin-bottom: 37px;
        font-size: 19px;
        line-height: 43px;
        margin-top: 0;
        text-align: center;
    }
    .why-choose-us p {
        text-align: center;
        font-size: 18px;
        line-height: 31px;
    }
    .why-choose-us .section-content
    {
        text-align: center;
    }
    .why-choose-us .section-content .site-button
    {
        margin-bottom: 30px;
    }

    .pricingTable-firstTable_table__pricing span:first-of-type
    {
        padding-right: 16px;
        text-align: center;
    }

    .offers {
        position: fixed;
        left: 10px;
        bottom: 10%;
        transform: translateY(50%);
        width: 55px;
        height: 55px;
        z-index: 1000;
        animation: bounce 2s infinite;
    }
    .offers img {
        position: fixed;
        z-index: 111;
        left: 13px;
        bottom: 43px;
        background-color: #eee;
        padding: 8px;
        border-radius: 20px;
    }

    .pricingTable-firstTable_table
    {
        padding: 0 !important;
        font-size: 22px !important;
        padding-right: 15px;
    }
    .pricingTable-firstTable_table .buttons
    {
        margin-bottom: 20px;
    }
    .site-button.sx-btn-primary {
        font-size: 13px;
        padding: 17px;
    }
    #countdown ul li {
        display: inline-block;
        margin: 11px !important;
        font-size: 17px !important;
        color: #000;
    }
    .sx-bnr-1-wrap-outer .sx-bnr-1-large-title {
        font-family: var(--title-family);
        font-weight: 800;
        font-size: 26px !important;
        text-transform: capitalize;
        color: var(--white);
        margin-bottom: 20px;
        line-height: 50px;
    }
    .sx-about-bx1-media .sx-ab-img-outer
    {
        display: block;
    }

    .filter-navigation li
    {
        float: right !important;
    }
    .filter-navigation li.active a
    {
        margin-right: 10px ;
    }
    .sx-about-bx4-media {
        position: relative;
        padding-left: 0;
        padding-bottom: 0px;
        z-index: 1;
        margin-bottom: 34px;
        margin-top: 15px;
    }
    .sx-about-bx4-media  .site-button.sx-btn-primary
    {
        letter-spacing: normal;

        font-size: 15px;
        padding: 18px;
    }
    .sx-about-bx4-content
    {
        text-align: center;
    }
    .section-full
    {
        padding-top: 0 !important;
    }
    .sx-about-bx1-content-wrap{
        text-align: center;
    }
    .site-button.sx-btn-primary{
        letter-spacing: normal !important;
        padding: 18px;
    }
    .section-full.p-t110
    {
        padding-top: 50px !important;
    }
    .loading-area h2 img {
        height: 200px;
    }

    .sx-about-bx1-media .sx-dot-bx
    {
        display: none;
    }
    .sx-bnr-1-wrap-outer .sx-bnr-1-large-title
    {
        font-size: 27px !important;
    }
    .owl-carousel .owl-item img {
        min-height: 136px !important;
        object-fit: cover;
    }
    .sx-service-bx-2 .sx-why-ch-category {
        color: #000;
        font-size: 17px;
        text-align: center;
        font-weight: bold !important;
        line-height: 19px;
    }
    .icon-content p {
        padding: 3px;
        font-size: 13px;
    }
    .steps .owl-item {
        background-color: #FFFFFF;
        min-height: 450px;
    }

    .testimonial-2
    {
        padding: 0 !important;
    }
    .header-style1.mobile-sider-drawer-menu #mobile-side-drawer
    {
        margin-right: 2px;
    }
    .client-logo-pic2-wrap .steps .owl-item a {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .sx-why-choose-carousel .owl-item img
    {
        object-fit: contain !important;
    }
    .sx-bnr-text-masking .light h1
    {
        font-size: 39px;
        line-height: 25px;
        margin-bottom: 43px;
        margin-right: 13px;
    }
    .sx-about-bx1-content p{
        margin-bottom: 30px;
    }
    .sx-icon-bx-2 {
        display: inline-flex
    }
    .site-button.sx-btn-primary{
        margin: 0 ;
        font-size: 16px;
    }
    .sx-about-bx1-content-wrap {
        text-align: center;
        padding-bottom: 30px;
    }
    .sx-icon-bx-2 {
        margin-bottom: 20px;
    }
    .sx-about-bx1-content .sx-title
    {
        margin-bottom: 10px;
    }
    .sx-icon-bx-2 .sx-media{
        margin-right: 0;
    }
    .counter-blocks
    {
        padding-top: 30px;
    }
    .section-full.p-b80 {
        padding-bottom: 0;
    }
    .sx-service-bx-1 .sx-service-bx-icon span
    {
        width: 100px;
        height: 100px;
    }
    .sx-service-bx-1 .sx-text-primary img
    {
        height: 45px;
    }
    .icon-content p {
        padding: 3px;
        font-size: 16px;
    }
    .owl-carousel .owl-item img {
        min-height: 182px !important;
    }

    .steps .owl-item{
        padding-bottom: 30px;
    }
    #testmonials
    {
        padding-bottom: 25px;
    }
    .blogs .owl-item {
        background-color: #eee;
        padding: 8px;
    }
    .brands .owl-item img {
        min-height: 200px !important;
    }
    .footer-dark.site-footer
    {
        margin-top: 50px;
    }

    .home-blogs .item img {
        min-height: 280px !important;
        object-fit: cover;
    }
    .home-blogs .item{
        padding: 10px;
    }
    .our-team-2 .figcaption
    {
        text-align: center;
    }
    .profile-image img
    {
        height: 200px;
        object-fit: contain;
    }
    .header-style1 .header-nav .nav>li>a
    {
        display: block;
        padding: 10px 15px;
    }
   .success_card h2
   {
       font-size: 22px !important;
   }
    .success_card p{
        font-size: 17px !important;
    }
    .success_card img {
        height: 100px !important;
    }
    .sx-icon-bx-2
    {
        display: flex;
    }
    .home-blogs .item {
        min-height: 424px !important;
    }
    .sx-about-bx1-media {
        margin-bottom: 30px;
        margin-right: 0;
    }
    #countdown ul li {
        display: inline-block;
        margin: 15px;
        font-size: 18px;
        color: #000;
    }
    .home-blogs .item {
        padding: 0 !important;
    }
    .sx-bnr-1-wrap-outer .sx-bnr-1-content
    {
        padding-left: 0 !important;
    }
    .whatsapp_btn
    {
        width: 115px !important;
    }
    .sx-icon-bx-5 .sx-media {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-left: 16px;
        margin-right: 0;
        border-radius: 50%;
        background-color: var(--bg-light);
        text-align: center;
    }
    .sx-icon-bx-5 .sx-media i {
        font-size: 25px;
        color: var(--secondary);
    }
    .contact-info .section-head
    {
        text-align: center;
    }

    .contact-home-1-form .site-button
    {
        margin: 0 auto !important;
    }
    .site-button {
        width: 200px !important;
    }

}

.sx-post-meta
{
    text-align:right;
}

.sx-bnr-1-wrap-outer .sx-bnr-1-wrap .site-button
{
    margin-left: 10px;
}
.accordion-body
{
    text-align: right;
}
