﻿
/*@media only screen and (min-width: 1200px) {
    .auto-container {
        max-width: 80% !important;
        padding: 0px 15px;
    }
}*/
h5 {
    position: relative;
    font-family: "DM Sans",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif 'Poppins', sans-serif;
    font-weight: 700;
    color: #0e1221;
    margin: 0px;
    transition: all 500ms ease;
}
.entry {
    padding: 20px;
    margin: auto;
}

.entry h5 {
    color: #0874c6;
    margin-bottom: 20px;
    font-weight: bold;
}

.entry img {
    /*display: block;
                max-height: 450px;
                margin: 0 auto;
                margin-bottom: 20px;*/
    width: 100%;
    padding: 2%;
    margin: auto;
    object-fit: fill;
    border-radius: 25px;
}

.service_wrapper {
    margin: 30px auto;
    font-family: "DM Sans";
    font-size: small;
    color: #555;
}

    .service_wrapper a:active, .service_wrapper a:focus, .service_wrapper a:hover {
        color: #555;
    }

section {
    padding: 10px 0;
    overflow: hidden;
}

.hdr {
    text-align: left;
    margin: 30px auto;
}

p {
    line-height: 26px;
}

.product-card {
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0,0,0, .4);
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    height: 100px;
    background-color: #fff;
}

    .product-card h4 {
        padding: 10px 0px;
        margin: 0;
        font-weight: 800;
        text-align: left;
    }

    .product-card h6 {
        margin: 6px 0;
        font-weight: 800;
        text-align: left;
        font-size: medium;
    }

    .product-card img {
        width: 100%;
        max-height: 65px;
        padding: 2%;
        margin: auto;
        height: 100%;
        object-fit: cover;
    }

    .product-card hr {
        width: 100%;
        margin: 10px 0 5px 0;
        color: red;
    }

.section-header span {
    font-size: 1.48rem;
    line-height: 1.2;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: .8rem;
    text-align: justify;
    word-break: break-all;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}

.rts-single-categories {
    background: #F6F6F6;
    border-radius: 15px;
    padding: 12%;
}

.single-categories:hover {
    background: red;
    color: white;
}

.single-categories .i {
    /*color: red;*/
}

.product-card:hover {
    color: #5d666f;
}

.single-categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    color: #5D666F;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 15px;
}

.rts-single-wized.contact .wized-body {
    text-align: center;
}

    .rts-single-wized.contact .wized-body .title {
        color: #fff;
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 32px;
    }

    .rts-single-wized.contact .wized-body a.rts-btn {
        display: block;
        max-width: max-content;
        margin: auto;
    }

.rts-single-wized .wized-header .title {
    margin-bottom: 10px;
}

.rts-single-wized .wized-body {
    margin-top: 30px;
}

    .rts-single-wized .wized-body .rts-search-wrapper {
        position: relative;
    }

        .rts-single-wized .wized-body .rts-search-wrapper input {
            background: #fff;
            height: 55px;
            border-radius: 5px;
            padding-right: 70px;
            padding-left: 25px;
            border: 1px solid transparent;
        }

            .rts-single-wized .wized-body .rts-search-wrapper input:focus {
                border: 1px solid var(--color-primary);
            }

        .rts-single-wized .wized-body .rts-search-wrapper button {
            position: absolute;
            max-width: max-content;
            height: 55px;
            width: 55px;
            border-radius: 5px;
            background: var(--color-primary);
            display: inline-block;
            padding: 0 19px;
            right: 0;
        }

            .rts-single-wized .wized-body .rts-search-wrapper button i {
                color: #fff;
                font-size: 16px;
                line-height: 16px;
            }

.rts-single-categories .tags-wrapper a {
    padding: 5px 16px;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #1C2539;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
    min-width: 110px;
}

.blog-single-post-listing .blog-listing-content-2 {
    padding: 10px 50px;
}

@media only screen and (max-width: 767px) {
    .blog-single-post-listing .blog-listing-content-2 {
        padding: 25px 10px;
    }
}

.blog-single-post-listing.details .details-share a {
    max-width: max-content;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
    color: #1C2539;
    transition: 0.3s;
    font-size: 14px;
}

    .blog-single-post-listing.details .details-share a:hover {
        color: #fff;
        transform: scale(1.2);
    }

    .blog-single-post-listing.details .details-share a::after {
        position: absolute;
        content: "";
        background: #F6F6F6;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.3s;
    }

    .blog-single-post-listing.details .details-share a:hover::after {
        background: var(--color-primary);
    }

.rts-single-wized.Recent-post {
    padding: 40px 10px 40px 40px;
}

.rts-single-wized .recent-post-single .thumbnail img {
    width: 85px;
}

@media (max-width:767px) {
    .product-card img {
        max-height: 55px;
    }

    .service_wrapper {
        margin-left: 6px;
    }
}

.swiper {
    height: 30vh;
}

.product-card {
    line-height: 1.5;
    display: table;
}

.poll_popup {
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    overflow: auto;
    background: none;
    visibility: hidden;
    transform: translateY(-101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .poll_popup.poll_popup-visible {
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }

    .poll_popup .poll_popup-content .poll_close-popup {
        position: absolute;
        right: -15px;
        top: -15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50px;
        background: #e58107;
        color: #fff;
        font-size: 16px;
        z-index: 3;
        cursor: pointer;
    }

    .poll_popup .poll_popup-content {
        background: rgba(8,123,123,1);
        border-radius: 10px;
        position: relative;
        max-width: 400px;
        margin: 80px auto;
        min-height: 10vh;
        color: #fff;
        margin-bottom: 50px;
    }

.card-style {
    color: #217cc1;
    font-weight: 500;
    font-family: 'Segoe UI';
}

@media (max-width:960px) {
    .poll_popup-content {
        margin: 20px !important;
    }
}

.poll_popup-header {
    padding: 20px;
    border-bottom: 2px solid;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: capitalize;
}

    .poll_popup-header h3 {
        font-size: 1.2rem;
    }

.poll_popup-body {
    font-size: 1.1rem;
    padding: 30px;
    font-weight: lighter;
    line-height: 1.8;
    text-align: justify;
}

    .poll_popup-body .input-box {
        position: relative;
        display: block;
    }

    .poll_popup-body input[type="text"],
    .poll_popup-body input[type="email"],
    .poll_popup-body textarea {
        position: relative;
        display: block;
        background: #F1F1F1;
        width: 100%;
        height: 65px;
        border: 1px solid #F1F1F1;
        color: #515151;
        font-size: 17px;
        padding: 0 30px;
        margin-bottom: 20px;
        border-radius: 8px;
        transition: all 500ms ease;
    }

    .poll_popup-body textarea {
        height: 150px;
        padding: 10px 30px;
        margin-bottom: 30px;
    }

    .poll_popup-body button {
    }

    .poll_popup-body .btn-one {
        position: relative;
        display: inline-flex;
        align-items: center;
        overflow: hidden;
        padding-top: 10px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 10px;
        background-color: transparent;
        color: #ffffff;
        font-size: 17px;
        line-height: 40px;
        font-family: var(--thm-font-2);
        font-weight: 600;
        border-radius: 8px;
        text-transform: capitalize;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 2;
    }

        .poll_popup-body .btn-one:hover:before {
            left: 0;
            right: 0px;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .poll_popup-body .btn-one:before {
            position: absolute;
            top: 0px;
            left: 100%;
            right: -50px;
            content: "";
            background: #11161e;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            border-radius: 0%;
            transition-duration: 800ms;
            z-index: 1;
            bottom: 0;
        }

        .poll_popup-body .btn-one:hover:after {
            transform: scaleX(0);
            transition-duration: 1500ms;
        }

        .poll_popup-body .btn-one:after {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            opacity: 1;
            transform: scaleX(1);
            transition-duration: 800ms;
            background-color: #e58107;
            z-index: -1;
        }

        .poll_popup-body .btn-one:hover, .poll_popup-body .btn-one:focus {
            color: #ffffff;
            -webkit-box-shadow: 2px 2px 20px 0px rgb(0,0,0);
            -moz-box-shadow: 2px 2px 20px 0px rgb(0,0,0);
            box-shadow: 2px 2px 20px 0px rgb(0,0,0);
        }

        .poll_popup-body .btn-one .txt {
            position: relative;
            display: inline-flex;
            align-items: center;
            z-index: 1;
        }


    .poll_popup-body input[type="text"]:focus {
        border-color: #11161e;
    }

    .poll_popup-body input[type="email"]:focus {
        border-color: #11161e;
    }

    .poll_popup-body textarea:focus {
        border-color: #11161e;
    }

.et__cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #fd792000;
}

/*==================== POLL UI ====================*/
.et__box--wrapper {
    --clr-primary: #000000;
    --clr-bg-light: #ffffff;
    --clr-gray-100: #cccccc;
    --clr-gray-200: #e6e6e6;
    --clr-gray-300: #f0f0f0;
    --linear-gradient: linear-gradient( 45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent );
    width: 100%;
    max-width: 700px;
    padding: 25px;
    border-radius: 15px;
    background-color: var(--clr-bg-light);
}

    .et__box--wrapper header {
        font-size: 22px;
        font-weight: 700;
    }

    .et__box--wrapper .et__poll--area {
        margin: 20px 0 15px;
    }

.et__poll--area .et__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    border: 2px solid var(--clr-gray-200);
    transition: all 0.2s ease;
}

    .et__poll--area .et__box:hover {
        border-color: var(--clr-primary);
    }

    .et__poll--area .et__box.et__selected {
        border-color: var(--clr-primary);
    }

    .et__poll--area .et__box .et__row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
    }

        .et__poll--area .et__box .et__row .et__column {
            display: flex;
            align-items: center;
        }

        .et__poll--area .et__box .et__row .et__circle {
            display: block;
            height: 19px;
            width: 19px;
            margin-right: 10px;
            border-radius: 50%;
            position: relative;
            border: 2px solid var(--clr-gray-100);
        }

    .et__poll--area .et__box.et__selected .et__row .et__circle {
        border-color: var(--clr-primary);
    }

    .et__poll--area .et__box .et__row .et__circle::after {
        display: none;
        content: "";
        height: 11px;
        width: 11px;
        border-radius: inherit;
        position: absolute;
        top: 2px;
        left: 2px;
        background-image: var(--linear-gradient);
        background-size: 0.5rem 0.5rem;
        animation: etProgressBarStripes 1s linear infinite;
        background-color: var(--clr-gray-100);
    }

    .et__poll--area .et__box:hover .et__row .et__circle::after {
        display: block;
        background-color: var(--clr-gray-200);
    }

    .et__poll--area .et__box.et__selected .et__row .et__circle::after {
        display: block;
        background-color: var(--clr-primary);
    }

    .et__poll--area .et__box .et__row span {
        font-size: 16px;
        font-weight: 400;
    }

    .et__poll--area .et__box .et__percent {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .et__poll--area .et__box.et__selectedAll .et__percent {
        visibility: visible;
        opacity: 1;
    }

    .et__poll--area .et__box .et__progress {
        height: 0px;
        width: 100%;
        position: relative;
        border-radius: 30px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s ease;
        background-color: var(--clr-gray-300);
    }

        .et__poll--area .et__box .et__progress::after {
            content: "";
            height: 100%;
            width: 0;
            border-radius: inherit;
            position: absolute;
            background-color: var(--clr-gray-100);
            background-image: var(--linear-gradient);
            background-size: 1rem 1rem;
            animation: etProgressBarStripes 1s linear infinite;
            transition: width 0.5s ease;
        }

    .et__poll--area .et__box.et__selectedAll .et__progress {
        height: 7px;
        margin: 8px 0 3px;
        visibility: visible;
        opacity: 1;
    }

    .et__poll--area .et__box.et__selected .et__progress::after {
        width: calc(1% * var(--w));
        background-color: var(--clr-primary);
    }

@-webkit-keyframes etProgressBarStripes {
    from {
        background-position: 55px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes etProgressBarStripes {
    from {
        background-position: 55px 0;
    }

    to {
        background-position: 0 0;
    }
}

.news-block-one .inner-box .image-holder img {
    max-height: initial !important;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

.into-text {
    font-size: 1rem;
    text-align: justify;
    line-height: 26px;
}

.blog-details .blog-details-content .news-block-one .inner-box .lower-content {
    padding: 60px 50px;
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
}

    .blog-details .blog-details-content .news-block-one .inner-box .lower-content .upper-box {
        position: relative;
        margin-bottom: 5px;
    }

.blog-details .blog-details-content .news-block-one .inner-box .other-content {
    padding-right: 50px;
    padding-left: 50px;
}
/* For small devices */
@media screen and (max-width: 500px) {
    h1 {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 1.28rem;
    }

    .into-text {
        font-size: .9rem;
        text-align: justify;
        line-height: 22px;
    }

    .blog-details .blog-details-content .news-block-one .inner-box .lower-content {
        padding-top: 60px;
        padding-right: 30px;
        padding-bottom: 20px;
        padding-left: 30px;
    }

    .blog-details .blog-details-content .news-block-one .inner-box .other-content {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* For medium devices */
@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 1.28rem;
    }

    .into-text {
        font-size: .9rem;
        text-align: justify;
        line-height: 22px;
    }

    .blog-details .blog-details-content .news-block-one .inner-box .lower-content {
        padding-top: 60px;
        padding-right: 40px;
        padding-bottom: 20px;
        padding-left: 40px;
    }

    .blog-details .blog-details-content .news-block-one .inner-box .other-content {
        padding-right: 40px;
        padding-left: 40px;
    }
}


