/* global */
body {
    background: darkred;
}

.col-red {
    color: var(--color-primary) !important;
}

.bg-red {
    background: var(--color-primary) !important;
}

.bg-white {
    background: var(--color-white) !important;
}

.rts-section-gap {
    padding: 120px 0;
}

.uws-default .rts-blog-list-area.rts-section-gap {
    padding-top: 20px;
}

.blog-single-post-listing .blog-listing-content {
    padding: 30px;
}

.title-center-style-one .pre,
.title-wrapper-left span.pre,
.single-choose-us-one .title,
.title-wrapper-left .title,
.title-center-style-one.dark-title .title {
    color: white;
}

.single-choose-us-one p.disc
 {
    color: #9f9f9f;
}

.text-left {
   text-align:left;
}


/* typography */
.uws-default .uws_setting h2 {
    color: var(--color-primary);
    margin-bottom: 13px;
    font-size: 35px;
    line-height: 40px;
    font-weight: var(--s-bold);
}

.uws-default .uws_setting h3 {
    color: var(--color-secondary);
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 30px;
    font-weight: var(--s-bold);
}

.uws-default .uws_setting h4 {
    color: var(--color-secondary);
    margin-bottom: 13px;
    font-weight: var(--s-bold);
    font-size: 24px;
    line-height: 29px;
    margin-top: 25px;
}

.uws-default .uws_setting h5 {
    color: var(--color-secondary);
    margin-bottom: 13px;
    font-weight: var(--s-bold);
    font-size: 22px;
    line-height: 27px;
}

.uws-default .uws_setting p {
    color: var(--color-secondary);
    margin-bottom:13px;
    font-size:16px;
    line-height:24px;
}

.uws-default .uws_setting ul,
.uws-default .uws_setting ol {
    margin-top:0px;
    margin-bottom: 13px; 
    padding-left:30px;
}

    .uws-default .uws_setting ul li,
    .uws-default .uws_setting ol li {
        color: var(--color-secondary);
        font-size: 16px;
        margin-top: 0px;
    }

        .uws-default .uws_setting ul li::marker,
        .uws-default .uws_setting ol li::marker {
            color: var(--color-primary);
        }

        .uws-default .uws_setting p a,
        .uws-default .uws_setting ul li a,
        .uws-default .uws_setting ol li a,
        .uws-default .uws_setting table tbody tr td a,
        #UWSform .UWScheck_yes a{
            color: var(--color-primary);
            text-decoration: underline;
        }

            .uws-default .uws_setting p a:hover,
            .uws-default .uws_setting ul li a:hover,
            .uws-default .uws_setting ol li a:hover,
            .uws-default .uws_setting table tbody tr td a:hover,
            #UWSform .UWScheck_yes a:hover {
                color: var(--color-secondary);
                text-decoration: none;
            }

@media (max-width: 991px) {
    .breadcrumb-area-inner .title {
        font-size: 39px;
        line-height: 44px;
    }

    .uws-default .uws_setting h2 {
        font-size: 32px;
        line-height: 37px;
    }

    .uws-default .uws_setting h3 {
        font-size: 27px;
        line-height: 32px;
    }

    .uws-default .uws_setting h4 {
        font-size: 23px;
        line-height: 28px;
    }

    .uws-default .uws_setting h5 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area-inner .title {
        font-size: 34px;
        line-height: 39px;
    }

    .uws-default .uws_setting h2 {
        font-size: 29px; 
        line-height: 34px; 
    }

    .uws-default .uws_setting h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .uws-default .uws_setting h4 {
        font-size: 21px;
        line-height: 26px;
    }

    .uws-default .uws_setting h5 {
        font-size: 19px;
        line-height: 24px;
    }
}


/* header */
.heder-one {
    background: var(--color-heading-1);
}

    .heder-one .header-two-container .header-main-wrapper .rts-header-right .top {
        border-bottom: 1px solid #e7e7e7;
    }

    .heder-one .header-two-container .header-main-wrapper .rts-header-right {
        border-left: 1px solid #e7e7e7;       
    }

    .heder-one .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info p, 
    .heder-one .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info a {
        color: var(--color-secondary);
        font-family: var(--font-primary);
    }

    .heder-one .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info i,
    .heder-one .nav-area .has-demo-down > a::after,
    .has-dropdown.mega-menu > a::after,
    .has-dropdown::after,
    .social-header span,
    header ul li a,
    .social-header ul li a i {
        color: var(--color-secondary);
    }

header .main-nav > a {
    color: var(--color-secondary) !important;
}

.heder-one .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info:first-child::after {   
    background: var(--color-secondary);    
}

        .heder-one .header-two-container .header-main-wrapper .rts-header-right .top .end-top {
            border-left: none;
        }

            .heder-one .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info.si-we-cooperate {
                font-weight: 600;
            }
header.heder-one .nav-btn img {
    filter: brightness(0) saturate(0%);
}

header.heder-one .nav-btn {
    border: 1px solid var(--color-secondary);
}

.mobile-menu .social-wrapper-one {
    margin-top: 20px;
}

.mobile-menu nav ul li#establishments.has-droupdown ul li:last-child {
    display: none !important;
}

.nav-area .has-demo-down .submenu.menu-home li .page li .rts-btn:hover {
    color: white !important;
}

.project-a-after::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none !important;
    z-index: 1;
}

header .submenu.menu-home a {
    position: relative;
    z-index: 2;
}

header .submenu.menu-home:hover li,
header .submenu.menu-home:hover li a {
    background: none transparent !important
}

/*header .submenu.menu-home li a img {
    border: 1px solid #e7e7e7;
}*/


@media only screen and (max-width: 1199px) {
    .heder-one .header-two-container .header-main-wrapper .rts-header-right .top .end-top .single-info.si-we-cooperate {
        display:none !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heder-one .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li {
        margin-right: 40px;
    }

    .heder-one .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li:last-child {
        margin-right: 0px;
    }

        .heder-one .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li:first-child {
            margin-left: 20px;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .heder-one .header-two-container .header-main-wrapper .rts-header-right .bottom .right-area .btn-header {
        padding: 21px 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .heder-one .header-two-container .header-main-wrapper .rts-header-right {
        border-left: none;
    }
}

@media only screen and (max-width: 575px) {
    .heder-one .logo-area img{
        width:180px;
        max-width:180px;
        height:auto;
    }
}

@media only screen and (max-width: 313px) {
    .heder-one .logo-area img {
        width: 130px;
        max-width: 130px;
        height: auto;
    }
}




/* page title */
/*.breadcrumb-area-inner .nav-area-navigation a:before {
    content: ".";
    color: #D9D9D9;
    font-size: 25px;
    display: inline-flex;
    padding: 0px 20px;
    position: relative;
    margin-top: -8px;
    margin-bottom: 8px;
    vertical-align: middle
}

.breadcrumb-area-inner .nav-area-navigation a:first-child:before {
    content: none;
    display: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
}

.breadcrumb-area-inner .nav-area-navigation a:last-child {
    color: var(--color-primary);
    pointer-events: none;
    cursor: not-allowed;
}

.breadcrumb-area-inner .nav-area-navigation {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 15px 31px;
    border-radius: 10px 10px 0 0;
    gap: 0px !important;
    display: flex;
}*/

.breadcrumb-area-inner .nav-area-navigation {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 15px 21px;
    border-radius: 10px 10px 0 0;
    gap: 0px !important;
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    justify-content: flex-start;
}

    .breadcrumb-area-inner .nav-area-navigation a {
        text-transform: none;
        font-weight: 600;
        font-size: 15px;
        color: var(--color-title);
        white-space: nowrap; 
        display: inline-flex;
        align-items: center;
        margin-bottom: 5px;
    }

        .breadcrumb-area-inner .nav-area-navigation a:before {
            content: ".";
            color: #D9D9D9;
            font-size: 25px;
            display: inline-flex;
            padding: 0px 20px;
            margin-top: -14px;
            vertical-align: middle;
        }

        .breadcrumb-area-inner .nav-area-navigation a:first-child:before {
            content: none;
            display: none;
            padding: 0;
            color: inherit;
            font-size: inherit;
        }

        .breadcrumb-area-inner .nav-area-navigation a:last-child {
            color: var(--color-primary);
            pointer-events: none;
            cursor: not-allowed;
        }


@media (max-width: 991px) {
    .rts-banner-area {
        background-size: cover;
        background-position: center right;
        background-image: url('/uws_images/banner/breadcrumb-13.jpg') !important;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area-inner .nav-area-navigation a:before {
        padding: 0px 10px;       
    }
}

/* i want concrete */
@keyframes flashEffect {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

@keyframes slightPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes hoverPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}


.chci-beton {
    display: inline-block;
    animation: flashEffect 1.2s infinite ease-in-out, slightPulse 2.5s infinite ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .chci-beton {
        animation: flashEffect 1.8s infinite ease-in-out, slightPulse 3s infinite ease-in-out;
    }
}


.chci-beton:hover {
    animation: hoverPulse 0.8s infinite ease-in-out;
    opacity: 1;
    background: #231f20;
}


/* home banner */
.bg_banner-one {
    background-image: url(/uws_images/banner/01.jpg);
    height: 820px;
    max-width: 1820px;
    margin: auto;
    border-radius: 10px;
}

.two.bg_banner-one {
    background-image: url(/uws_images/banner/13.jpg);
    height: 820px;
    max-width: 1820px;
    margin: auto;
    border-radius: 10px;
}

.three.bg_banner-one {
    background-image: url(/uws_images/banner/slide-2.jpg);
    height: 820px;
    max-width: 1820px;
    margin: auto;
    border-radius: 10px;
}

@media (max-width:575px) {
    .mySwiper-banner-one,
    .mySwiper-banner-one .swiper-slide,
    .mySwiper-banner-one .swiper-slide .bg_banner-one {
        height: 350px;
        object-fit: cover;
        object-position: center left;
    }
}


    /* motto - home */
    .uws-motto-col .blog-single-post-listing {
        margin-right: 0px;
        border: 1px solid #E6E9F0;
        margin-bottom: 0px;
        padding: 19px 15px 21px;
        border-radius: 10px;
        background: var(--color-white);
        border: 1px solid #EDECEC !important;
    }

        .uws-motto-col .blog-single-post-listing h2 {
            margin-bottom: 5px;
        }

        .uws-motto-col .blog-single-post-listing p {
            font-size: 16px;
        }

    .motto-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 22px;
    }

    .motto-icon {
        width: 100px;
        height: auto;
        display: flex;
        flex-shrink: 0;
    }

    .motto-text {
        max-width: 100%;
        text-align: left;
    }

        .motto-text h1 {
            margin-bottom: 5px;
            color: var(--color-primary) !important;
            font-size: var(--h2);
            line-height: 1.1;
        }

    .motto-container {
        opacity: 0;
        transform: translateY(20px);
        animation: slideInFade 1s ease-out forwards;
    }


    @keyframes slideInFade {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 575px) {
        .motto-container {
            display: block;
            text-align: center;
        }

        .motto-icon {
            margin-bottom: 15px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .motto-text h2 {
            margin-bottom: 10px;
            text-align: left;
        }

        .motto-text p {
            text-align: left;
        }
    }


    /* establishments */
    .rts-blog-card-one .thumbnail {
        border-bottom: 1px solid #EDECEC;
    }

@media only screen and (max-width: 575px) {
    .uws-establishments-area {
        padding-top:0px !important;
    }

    .uws-establishments-area h2 {
        margin-bottom: 0px !important;
    }
}

    @media only screen and (min-width: 768px) {
        .rts-blog-card-one .inner-wrapper p.disc {
            overflow: hidden;
            height: 52px;
        }
    }

    /* home - about us */

.uws-aboutBlock-text h2 {
    line-height: 1.1;
}

@media only screen and (max-width: 1199px) {
    .uws-aboutBlock-map, uws-aboutBlock-text {
            width: 100%;
        }
    }


    @media only screen and (min-width: 1200px) {
        .container.uws-aboutBlock-container {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }

        .uws-aboutBlock-row .col-xl-6 {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .uws-aboutBlock-map .ratio {
            position: relative;
            width: 100%;
            padding-top: 25%;
            margin-top: 10px;
        }

            .uws-aboutBlock-map .ratio iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: none;
            }
    }

    .title-wrapper-left span.pre {
        text-transform: none;
        font-size: 22px;
    }

    .title-wrapper-left .title {
        margin-top: 5px;
    }


    /* styling - footer - fixing down */
    ul li::marker,
    ol li::marker {
        color: #361972;
    }

    .text-right {
        text-align: right !important;
    }

    .height-auto {
        height: auto !important;
        overflow: initial !important
    }

    /* icons */
    .icon-information:before {
        content: "\f05a";
        font-family: "Font Awesome 6 Free";
        position: relative;
        font-weight: bold;
        font-style: initial;
    }

    .icon-email:before {
        content: "\40";
        font-family: "Font Awesome 6 Free";
        position: relative;
        font-weight: bold;
        font-style: initial;
    }

    .icon-phone:before {
        content: "\f879";
        font-family: "Font Awesome 6 Free";
        position: relative;
        font-weight: bold;
        font-style: initial;
    }

    .icon-form:before {
        content: "\f00b";
        font-family: "Font Awesome 6 Free";
        position: relative;
        font-weight: bold;
        font-style: initial;
    }

.icon-map:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    position: relative;
    font-weight: bold;
    font-style: initial;
}

    .uws-button-icon i:before {
        font-family: "Font Awesome 6 Free";
        font-weight: bold;
        font-style: initial;
        margin-bottom: 0px;
        content: "\f0e0";
    }

.rts-btn.btn-primary-gray {
    color: black !important;
    background: darkgrey !important;
    text-decoration: none !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .rts-btn.btn-primary-gray:focus {
        color: black !important;
        background: darkgrey !important;
        border: none !important;
        box-shadow: none !important;
    }

    .rts-btn.btn-primary-gray:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: var(--color-primary);
        transform: translateY(110%);
        transition: 0.3s;
        transition-delay: 0.1s;
        z-index: -1;
    }

    .rts-btn.btn-primary-gray:hover {
        color: white !important;
        background: var(--color-primary) !important;
    }

.blog-single-post-listing .blog-listing-content a.rts-btn.btn-primary-gray {
    margin: initial
}


/* alerts */
.alert-info {
    background: #feb300;
    border: solid #361972 1px;
}

    .alert-secondary {
        background: #f6f6f6;
    }


    /* iframe */
    iframe, object, embed {
        max-width: 100%;
    }

    .ratio-16x9 {
        --bs-aspect-ratio: 56.25%;
    }

    .ratio-4x3 {
        --bs-aspect-ratio: 75%;
    }

    .ratio {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

        .ratio::before {
            display: block;
            padding-top: var(--bs-aspect-ratio);
            content: "";
        }

        .ratio > * {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    /* border radius */
    .border-radius {
        border-radius: 6px !important;
    }

    /* zoom image */
    .img-zoom:hover img {
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        transform: scale(1.12);
        object-position: center;
    }

    .uws-setting p a,
    .uws-setting ul li a {
        text-decoration: underline
    }

        .uws-setting p a:hover,
        .uws-setting ul li a:hover {
            text-decoration: none
        }


    .img-zoom {
        overflow: hidden;
        display: table;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .img-zoom img {
            -webkit-transition: all 700ms linear;
            -moz-transition: all 700ms linear;
            -o-transition: all 700ms linear;
            -ms-transition: all 700ms linear;
            transition: all 700ms linear;
        }

/* facebook */
.fb-responsive {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; 
}

@media (max-width: 768px) {
    .fb-responsive {
        height: auto; 
    }

    .fb-page {
        max-width: 100%;
        min-height: 400px; 
    }
}

@media (min-width: 769px) {
    .fb-responsive {
        height: auto; 
    }

    .fb-page {
        min-height: auto; 
        max-width: 100%; 
    }
}



/* form */
.order_success {
    text-align: center;
    margin: 20px auto 20px;
    padding: 18px 30px 38px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #EFEBE7;
}

.blog-single-post-listing .blog-listing-content .order_success a.rts-btn {
    margin-top: 0px;
    display: inline-block;     
}

/* inquiry - form */
.quick-contact-page-1 {
    border: 1px solid #EFEBE7;
}

.contact-form-area-wrapper {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background: #F6F6F6;
    border: solid 1px #e8e8e8;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    padding-right: 30px;
    width: 100%;
    margin-top:-19px;
}

    .nice-select.open .list {
        width:100%;
        padding-left:3px;
    }



.contact-form-area-wrapper
/* table */
table {
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 15px;
    color: #2b2a28;
    border-collapse: collapse;
}

        table thead th {
            border-bottom-width: 2px;
            vertical-align: bottom;
            border-bottom: 2px solid #dee2e6;
        }

        table td, table th {
            border: 1px solid #dee2e6 !important;
            /*border-color: rgba(0, 0, 0, 0.06);*/
            padding: 0.75rem;
        }

        table th {
            text-align: -webkit-match-parent;
        }

        table tbody tr:nth-of-type(odd) {
            background-color: #f9f9f9;
        }


    /* form */
    .form-group {
        margin-bottom: 16px;
    }

    .form-control:focus {
        border: solid 1px #361972;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }    

/* partners - logs */
.uws-partner p {
    border: solid 1px #e7e7e7;
    border-radius: 9px;    
}

.uws-partner p img {
    padding: 15px;
}

/* contacts */
@media (max-width: 768px) {
    .uws-layout-contact h4 {
        font-size: 19px;
        line-height: 24px;
    }

    .uws-layout-contact .table-responsive table,
    .uws-layout-contact .table-responsive tbody,
    .uws-layout-contact .table-responsive tr,
    .uws-layout-contact .table-responsive td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .uws-layout-contact .table-responsive tr {
        margin-bottom: 1.5rem;
        padding: 1rem;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #fdfdfd;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .uws-layout-contact .table-responsive td {
        border: none !important;
        padding: 0.4rem 0 0.4rem 0.8rem;
        font-size: 16px;
        color: #333;
    }

        .uws-layout-contact .table-responsive td:first-child strong {
            font-size: 16px;
            color: #000;
        }

        .uws-layout-contact .table-responsive td a {
            word-break: break-word;
            color: #d00;
            text-decoration: none;
        }

            .uws-layout-contact .table-responsive td a:hover {
                text-decoration: underline;
            }
}

/* services */

/*.uws-service .single-service-area-inner > a {
    border: solid 1px #e7e7e7;
    border-radius: 9px;
}*/

.uws-service .innr h5 {
    font-size:24px;
    line-height:30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uws-service .innr .disc {
        height: 234px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uws-service .innr .disc {
        height: 312px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .uws-service .innr .disc {
        height: 234px;
        overflow: hidden;
    }
}


@media only screen and (min-width: 1400px) {
    .uws-service .innr .disc {
        height:182px;
        overflow: hidden;
    }
}

/* download images version */
.uws-download-col  {
    margin-top: 0px;
    margin-bottom:23px;
}

.uws-download-col .rts-single-offer {
    padding: 20px;    
}

.uws-download-col .rts-single-offer h5 {
    font-size:20px;
    line-height:25px;
}

.rts-single-offer a.thumbnail {
    margin-bottom: 18px;
}

.blog-single-post-listing .blog-listing-content a.rts-btn {
    margin: 18px auto 0px
}

.uws-download-col .rts-single-offer .content-wrapper .title {
    text-align:center;
}


@media only screen and (min-width: 576px) and (max-width: 991px) {
    .uws-download-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .uws-download-col .rts-single-offer .content-wrapper .title {
        height: 75px;
        overflow: hidden;
    }

    .uws-price-list-row .uws-download-col .rts-single-offer .content-wrapper .title {
        height: 125px;
        overflow: hidden;
    }

}

@media only screen and (min-width: 768px) {
    .uws-price-list-row .uws-download-col .rts-single-offer .content-wrapper .title {
        height: 75px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 992px) {
    .uws-download-col .rts-single-offer .content-wrapper .title {
        height: 50px;
        overflow: hidden;
    }    
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uws-download-col {
       width: 33.333333333%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .uws-price-list-row .uws-download-col .rts-single-offer .content-wrapper .title {
        height: 125px;
        overflow: hidden;
    }
}



/* gallery */
.uws-gallery .single-project-card-inner .inner {
    padding: 15px;
    background: linear-gradient(90deg, #e31d1a 0%, rgba(248, 78, 29, 0) 100%);   
}

.uws-gallery .single-project-card-inner .inner h5 {
    margin-bottom:0px;
    color:white;
    font-size:19px;
    line-height:24px;
}

/* submenu left or right */
.rts-single-wized .single-categories li a.active {
    background: var(--color-primary);
    transform: translateY(-5px) scale(1.03);
    color: var(--color-white);
}
    .rts-single-wized .single-categories li a.active i {
        color: #fff;
    }

/* news - blog */
.blog-single-post-listing {   
   border: none;   
}

.rts-elevate-pagination ul {
    padding-left: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uws-layout-news .rts-blog-card-one .inner-wrapper a .title {
        height: 131px;
        overflow: hidden;
    }
    .rts-blog-card-one .inner-wrapper p.disc {
        overflow: hidden;
        height: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uws-layout-news .rts-blog-card-one .inner-wrapper a .title {
        height: 104px;
        overflow: hidden;
    }

    .rts-blog-card-one .inner-wrapper p.disc {
        overflow: hidden;
        height: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .uws-layout-news .rts-blog-card-one .inner-wrapper a .title {
        height: 131px;
        overflow: hidden;
    }

    .rts-blog-card-one .inner-wrapper p.disc {
        overflow: hidden;
        height: 120px;
    }
}


@media only screen and (min-width: 1400px) {
    .uws-layout-news .rts-blog-card-one .inner-wrapper a .title {
        height:104px;
        overflow:hidden;
    }

    .uws-blog-text .rts-blog-card-one .inner-wrapper p.disc {
        overflow: hidden;
        height: 120px;
    }
}

/* news home blog */

.uws-blog-text .read-more-btn {
    transition: all 0.3s ease-in-out;
}

    .uws-blog-text .read-more-btn:hover {
        transform: scale(1.02);        
    }

.uws-blog-text .uws-blogHome-buttons {
    width:100%;
    display:block !important;
}

.uws-blog-text .read-more-btn {
    display: inline-block !important;
    align-items: flex-start;
}

.uws-blog-text .archive-btn {
    display: inline-block !important;
    align-items: flex-end;
    float: right;
    text-align: right;
    color: var(--color-primary);
}

    .uws-blog-text .archive-btn:hover {
        color: var(--color-heading-dark);
    }

@media only screen and (max-width: 991px) {
    .uws-blogHome .uws-blog-image {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 1199px) {
    .uws-blogHome .uws-blog-image {
        width: 100%;
    }

    .uws-blogHome .uws-blog-text {
        width: 100%;
        margin-top:0px;
    }

    .uws-blogHome .rts-blog-area .row.align-items-center {
        flex-direction: column;
    }

    .uws-blogHome .rts-blog-area img,
    .uws-blogHome .rts-blog-area .col-lg-4 {
        width: 100% !important;
    }

    .uws-blogHome .rts-blog-area .d-flex {
        flex-direction: column;
    }

    .uws-blogHome .rts-blog-area .btn {
        width: 100%;
        text-align: center;
    }

    .uws-blogHome .uws-blog-image .rts-blog-card-one {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .uws-blogHome .uws-blog-text .rts-blog-card-one {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .uws-blogHome .uws-blog-text .inner-wrapper .tag-area {
        display:none !important;
    }

    .uws-layout-news .rts-blog-card-one .inner-wrapper a .title {
        height: initial;
        overflow: initial;
    }

    .rts-blog-card-one .inner-wrapper p.disc {
        height: initial;
        overflow: initial;
    }
}

    @media only screen and (min-width: 1200px) {
    .uws-blogHome .uws-blog-image {
        padding-right: 0px;
    }

        .uws-blogHome .uws-blog-image .rts-blog-card-one {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    .uws-blogHome .uws-blog-text .rts-blog-card-one {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .uws-blogHome .uws-blog-text {
        padding-left: 0px;
    }

        .uws-blogHome .rts-blog-card-one .thumbnail {
            border-bottom: none !important;
        }
}

    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .uws-blogHome .uws-blog-image {
            width: 50%;
        }

        .uws-blogHome .uws-blog-text {
            width: 50%;
        }

        .uws-blogHomeRow .rts-blog-card-one .inner-wrapper a .title {
            height: 76px;
            overflow: hidden;
            margin-bottom: 12px;
            padding-bottom: 12px;
        }

        .uws-blogHomeRow .rts-blog-card-one .inner-wrapper p.disc {
            height: 104px;
            overflow: hidden;
            margin-bottom: 12px;
        }

        .uws-blogHome .rts-blog-card-one .inner-wrapper {
            padding-top: 26px;
            padding-bottom: 25px;
        }
    }

    @media only screen and (min-width: 1400px) {
        .uws-layout-news.uws-blogHomeRow .rts-blog-card-one .inner-wrapper a .title {
            height: 102px;
            overflow: hidden;
        }

        .uws-blogHomeRow .rts-blog-card-one .inner-wrapper p.disc {
            height: 156px;
            overflow: hidden;
        }

        .uws-blogHome .uws-blogHomeRow {
            display: flex;
            align-items: stretch;
        }

        .uws-blogHome .uws-blog-image,
        .uws-blogHome .uws-blog-text {
            display: flex;
            flex-direction: column;
        }

            .uws-blogHome .uws-blog-text .rts-blog-card-one {
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
                background-color: #ffffff;
                padding: 30px;
                box-shadow: 0 0 10px rgba(0,0,0,0.05);
            }
    }



    /* detail */
    .uws-layout-detail .blog-single-post-listing .blog-listing-content .user-info .single {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .uws-layout-detail .blog-single-post-listing.details .rts-quote-area {
        padding: 25px 30px;
        margin-bottom: 18px;
    }

        .uws-layout-detail .blog-single-post-listing.details .rts-quote-area h5 {
            margin-bottom: 0px;
        }

    .uws-layout-detail .blog-single-post-listing.details h4 {
        color: var(--color-primary);
        margin-bottom: 15px;
    }

    .uws-layout-detail .blog-single-post-listing.details p {
        margin-bottom: 15px;
    }

        .uws-layout-detail .blog-single-post-listing.details p a,
        .uws-layout-detail .blog-single-post-listing.details ul li a,
        .uws-layout-detail .blog-single-post-listing.details table tbody td a {
            color: var(--color-primary);
        }

            .uws-layout-detail .blog-single-post-listing.details p a:hover,
            .uws-layout-detail .blog-single-post-listing.details ul li a:hover,
            .uws-layout-detail .blog-single-post-listing.details table tbody td a:hover {
                color: var(--color-secondary);
            }

    .uws-layout-detail .blog-single-post-listing.details hr {
        margin-top: 29px;
        background-color: #e7e7e7;
    }

    .uws-layout-detail .blog-single-post-listing.details .UWS_tags_link {
        padding: 8px 12px;
        background: #F6F6F6;
        max-width: max-content;
        margin-left: 0px;
        margin-right: 10px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 5px;
        color: #1C2539;
        transition: 0.3s;
        margin-bottom: 10px;
    }

    .uws-layout-detail .blog-single-post-listing.details .details-tag {
        margin-bottom: 15px;
    }

    .uws-layout-detail .blog-single-post-listing.details .UWS_tags_link:hover {
        background: var(--color-primary);
        color: #fff;
        transform: translateY(-2px) scale(1.02);
    }

    .uws-layout-detail .blog-single-post-listing.details .details-share {
        display: flex;
        align-items: initial;
        justify-content: initial;
    }

    /* cookies line */
    .cc_div .cc-link {
        border-bottom: none !important;
        text-decoration: underline;
    }

        .cc_div .cc-link:hover {
            text-decoration: none;
        }

    /* download */
    .download-content {
        border-radius: 6px;
        overflow: hidden;
        display: table;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }

        .download-content .table {
            margin-bottom: 0;
        }

    .uws-download-files .file-content .file-icon {
        position: relative;
        margin-right: 5px;
        display: inline-block;
        margin-top: -2px;
        float: left
    }

    .uws-download-files .file-content a {
        color: #444444;
        text-decoration: none
    }

        .uws-download-files .file-content a:hover {
            text-decoration: underline;
        }

    .uws-download-files td:first-child {
        width: 90%;
        max-width: 90%;
    }


    @media only screen and (max-width: 1024px) {
        .uws-download-files td:first-child {
            width: 100%;
            max-width: 100%;
        }
    }

    /* footer our services */
    .footer-our-services li:nth-child(3) a {
        max-width: 180px;
        word-wrap: break-word;
    }


    /* footer newsletter */
    .single-nav-area-footer.news-letter input {
        background: var(--color-white);
        border: 1px solid var(--color-secondary);
        border-radius: 5px;
        height: 50px;
    }

        .single-nav-area-footer.news-letter input:focus {
            background: var(--color-white);
            border: 1px solid var(--color-primary);
            border-radius: 5px;
            height: 50px;
            color: var(--color-secondary);
        }

    .uws-agreement-content input[type=checkbox] ~ label::before,
    .uws-agreement-content input[type=checkbox] ~ label::after {
        display: none;
    }

    .uws-agreement-content input[type=checkbox] ~ label {
        padding-left: 0px;
    }

    .uws-agreement-content .uws-check {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 5px;
    }

        .uws-agreement-content .uws-check input[type="checkbox"] {
            margin: 0;
        }




    /* footer */
    .uws-footer-about ul li {
        margin-top: 0px;
    }

    .rts-footer-area {
        border-top: 1px solid #e7e7e7;
        background: white;
        padding-top: 55px;
    }

    .copyright-area-one {
        border-top: 1px solid #e7e7e7;
        margin-top: 45px;
        background: #fcfcfc;
    }

    .single-nav-area-footer .title {
        color: var(--color-secondary);
    }

    .copyright-area-one p {
        color: var(--color-secondary);
    }

        .copyright-area-one p a,
        .copyright-area-one .right-nav ul li a {
            color: var(--color-secondary);
            text-decoration: underline;
        }

            .copyright-area-one p a:hover,
            .copyright-area-one .right-nav ul li a:hover {
                text-decoration: none;
                color: var(--color-primary);
            }

    .single-nav-area-footer p {
        margin-bottom: 17px;
    }

    .footer-wrapper-left-one p.disc {
        color: #7C7C84;
        margin-bottom: 17px;
    }

    .btn-subscribe:hover {
        background: var(--color-secondary);
    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-nav-area-footer.news-letter {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 100%;
        }
    }


    /*.project-a-after::after {
    pointer-events: none !important;
}

.submenu a {
    position: relative;
    z-index: 10;
}*/