html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    padding-top:63px;
}

.navbar-brand {
    padding: 4px !important;
}

.mean-bar {
    display: flex;
    align-items: center;
}

span {
    margin-top: 6px !important;
}

/* Start Index Page  */
.single-featured-services-box {
    background-size: cover;
    position: relative;
    text-align: center;
}

    .single-featured-services-box::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
    }

.single-featured-services-box-holder {
    border-left: 1px solid #00a9a2;
}

    .single-featured-services-box-holder:last-child {
        border-left: 0;
    }

.single-featured-services-box:hover h3 a {
    color: #00a9a2;
}

.single-featured-services-box:hover h3 {
    color: #00a9a2;
}

.single-featured-services-box > a {
    color: #00a9a2;
}

.single-featured-services-box:hover p {
    color: #00a9a2;
}

.single-featured-services-box:hover .icon {
    color: #00a9a2;
}

.single-featured-services-box .icon {
    color: #57647c;
}

.single-services-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    position: relative
}



    .single-services-box .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px !important;
        margin: 0 auto
    }

    .single-services-box .left {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 20px;
        bottom: 20px;
        border-left: 3px solid #00a9a2;
        border-bottom: 3px solid #00a9a2;
    }

    .single-services-box .right {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px;
        border-right: 3px solid #00a9a2;
        border-top: 3px solid #00a9a2;
    }

    .single-services-box p {
        text-align: justify;
    }

.free-trial-image {
    background-image: none;
}

.webinar-video-image {
    background-image: url('../img/Index-images/4.jpg');
    height: 500px !important;
}

.most-visit-inner {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .most-visit-inner .icon {
        margin-bottom: 16px;
    }

        .most-visit-inner .icon i {
            color: #00a9a2;
            font-size: 24px;
        }

    .most-visit-inner .title {
        text-align: center;
    }

        .most-visit-inner .title h3 {
            font-size: 16px;
        }

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #00a9a2!important;
}

.btn-primary {
    background-color: #febb12 !important;
}

    .btn-primary:hover {
        background-color: #00a9a2 !important;
        opacity: .8 !important;
    }

.navbar-brand {
    width: 105px;
}

/* Progress */
.progress-area {
    position: relative;
    background-image: url('../img/Index-images/6.jpg');
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}

.overley {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .8;
}

.progresses {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .progresses .progress-c {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.progressbar {
    display: inline-block;
    margin: 25px;
}

.circle {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .circle:after {
        width: 120px;
        height: 120px;
        content: "";
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .circle canvas {
        vertical-align: middle;
        border: 2px solid #000;
        border-radius: 50%;
        width: 200px !important;
        height: 200px !important;
    }

    .circle .progress-text {
        position: absolute;
        top: 65%;
        left: 45%;
        margin: -20px 0 0 -86px;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 40px;
        color: #00a9a2;
        font-weight: bold;
    }

    .circle strong i {
        font-style: normal;
        font-size: 0.6em;
        font-weight: normal;
    }

    .circle span {
        display: block;
        color: white;
        margin-top: 12px;
    }

.progress-title {
    position: relative;
    z-index: 111;
}

    .progress-title h3 {
        font-weight: bold;
        font-size: 26px;
    }

.progress-icon {
    position: absolute;
    left: 40%;
    top: 26%;
}

    .progress-icon i {
        color: #797979;
        font-size: 40px;
    }

/* Progress */
.single-footer-widget .logo a {
    width: 100px;
}

/*About*/
/*.about-content {
    padding-bottom: 100px;
}*/

@media only screen and (max-width: 1024px) {
    .progresses {
        flex-direction: column;
    }

        .progresses .progress-c {
            margin-bottom: 16px;
        }

    .dot {
        display: none;
    }

    .progress-container {
        top: 37px !important;
    }

    .main-banner {
        background-position: center;
    }

    .single-featured-services-box-holder {
        border: 0;
    }

    .dot {
        display: none;
    }

    .evolta-responsive-nav .logo {
        position: relative;
        width: 58px;
        z-index: 999;
    }
}

@media only screen and (max-device-width: 1366px) {
    .dot {
        display: none;
    }

    .navbar-expand-md .navbar-collapse .right {
        flex: 25% !important;
    }

    .navbar-expand-md .navbar-collapse .center {
        flex: 50% !important;
    }
}

@media (min-width: 768px) {

    .navbar-expand-md .navbar-collapse {
        flex: 100%;
        justify-content: space-between;
    }

        .navbar-expand-md .navbar-collapse .right {
            flex: 33.3%;
        }

        .navbar-expand-md .navbar-collapse .center {
            flex: 100%;
            display: flex;
            justify-content: center;
        }

        .navbar-expand-md .navbar-collapse .left {
            flex: 33.3%;
            display: flex;
            justify-content: end;
        }
    /*.about-content {
        padding-bottom: 60px;
    }*/

}

@media only screen and (max-width: 1024px) {

    .support-menu{
        display : block !important;
    }
    .option-item {
        position: absolute;
        top: 23px;
        left: 10%;
        z-index: 1111;
    }

}
@media only screen and (max-width: 991px)
{
    .evolta-responsive-nav .mean-container a.meanmenu-reveal {
        color: #333;
        top: 0!important;
    }
}


    @media only screen and (max-width: 768px) {
        .option-item {
            position: absolute;
            top: 12px;
            left: 16%;
            z-index:1111;
        }
        .feedback-slides.owl-theme .owl-nav {
            opacity: 0 !important;
            visibility: hidden !important;
        }

        .single-featured-services-box {
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            margin-bottom: 30px;
        }

        .featured-services-inner {
            box-shadow: none;
        }

        .work-request-contact-form {
            width: 100% !important;
        }

        .flex-50 {
            flex: 50%;
        }

        .pt-110 {
            padding-top: 60px !important;
        }

        .service-inner .right .image {
            height: 85px !important;
        }

        .faq-image-holder {
            height: 200px !important;
        }
    }

    /* FeedBack */
    .feedback-inner {
        border-radius: 8px;
        transition: 0.2s all;
        position: relative;
        min-height: 225px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding: 12px;
        background-color: #fff;
        border: 1px solid #ccc;
    }

        .feedback-inner .top {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }

            .feedback-inner .top .right {
                margin-left: 16px
            }

                .feedback-inner .top .right .icon {
                    width: 70px;
                    height: 70px;
                    border-radius: 50%;
                    border: 1px solid #ddd;
                    overflow: hidden;
                    padding: 8px;
                }

                    .feedback-inner .top .right .icon img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }

            .feedback-inner .top .left span {
                font-weight: 600;
            }

            .feedback-inner .top .left .name span {
                font-size: 16px;
            }

            .feedback-inner .top .left .position span {
                font-size: 13px;
            }

        .feedback-inner .bottom .content {
        }

            .feedback-inner .bottom .content p {
                font-size: 14px;
                font-weight: 400;
                color: #919eab;
            }

    /* FeedBack */
    .evolta-nav .navbar .navbar-nav {
        margin-right: initial !important;
    }

    .option-item > a {
        margin-left: 8px;
    }

        .option-item > a:last-child {
            margin: 0;
        }

    .sing-in-btn {
        padding: 4px 24px;
        background-color: #850001;
        color: #fff;
        border-radius: 34px;
        display: flex;
        align-items: center;
    }

        .sing-in-btn:hover {
            color: #fff;
            opacity: 0.8;
        }

.option-item > a > i {
    color: #00a9a2;
    font-size: 18px;
}

    /* Scroll */
    .progress-container {
        width: 100%;
        height: 4px;
        background: #fff;
        position: fixed;
        top: 62px;
        z-index: 1111;
    }

    #progress-bar {
        height: 4px;
        width: 0%;
        background: #00a9a2;
    }

    /* Scroll */
    .about-image {
        position: relative;
    }

        .about-image img {
            width: 430px;
            border-radius: 6px;
            overflow: hidden;
        }

    .dot {
        content: '';
        position: absolute;
        z-index: -1;
        width: 430px;
        height: 300px;
        background-image: url(https://dehkadeh2.ir/worksqure/wp-content/uploads/2020/07/shape-12.png);
        top: -16%;
        left: -100px;
    }

    .pt-110 {
        padding-top: 110px;
    }

    .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 0.3);
    }

    .main-banner-content {
        position: relative;
        z-index: 1111111;
    }

        .main-banner-content > * {
            color: #fff;
        }

        .main-banner-content h1 {
            margin-bottom: 24px;
        }

        .main-banner-content p {
            font-size: 22px;
            font-weight: bold;
        }

    /* End Index Page  */
    /* Start Single Pages */
    .blog-details h1,
    h2,
    h4,
    h5,
    h6 {
        font-weight: bold;
        margin-bottom: 24px;
    }

    .blog-details p {
        font-size: 16px;
        line-height: 32px;
    }

    .have-border {
        border: 1px solid #ccc;
    }

    /* End Single Pages */
    /* Blog */
    .entry-thumbnail {
        height: 280px;
        border-radius: 5px;
        overflow: hidden;
    }

        .entry-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    /* Blog */
    /* About-Page */
    .services .about-image img {
        width: 300px;
        height: 250px;
        object-fit: cover;
    }

    .about-service-list {
    }

        .about-service-list .about-service {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

            .about-service-list .about-service .icon {
                display: flex;
                align-items: center;
                margin-left: 16px;
            }

                .about-service-list .about-service .icon i {
                    color: #00a9a2;
                    font-size: 22px;
                }

            .about-service-list .about-service .title {
                display: flex;
                align-items: center;
            }

                .about-service-list .about-service .title h3 {
                    margin-bottom: 0;
                    font-weight: bold;
                    font-size: 22px;
                }

    .about-page h2 {
        font-size: 28px;
    }

    .service-inner {
        display: flex;
        align-items: center;
        padding: 8px;
        border-radius: 8px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 5px 30px rgb(70 72 77 / 12%);
        margin-bottom: 30px;
    }

        .service-inner .right {
            width: 40%;
            margin-left: 16px;
            display: flex;
            align-items: center;
        }

        .service-inner .left {
            width: 60%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .service-inner .right .image {
            width: 100%;
            height: 120px;
            border-radius: 8px;
            overflow: hidden;
        }

            .service-inner .right .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .service-inner .left .title {
        }

            .service-inner .left .title h3 {
                font-weight: bold;
                font-size: 20px;
            }

    /* About-Page */
    /* FAQ Page */
    .faq-contact-form form {
        background-color: #fff;
        padding: 25px !important;
        box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%);
        border-radius: 8px;
        overflow: hidden;
    }

    .faq-contact-form input {
        box-shadow: 0px 5px 28.5px 1.5px rgb(98 98 98 / 20%) !important;
        height: 45px !important;
        font-size: 14px !important;
    }

    .faq-contact-form button {
        border-radius: 8px;
        font-size: 12px !important;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .faq-image-holder {
        width: 100%;
        height: 380px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

        .faq-image-holder::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgb(0 0 0 / 0.4);
        }

        .faq-image-holder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .faq-contact-form textarea {
        box-shadow: 0px 5px 28.5px 1.5px rgb(98 98 98 / 20%) !important;
    }

.faq-item {
    background-image: url('/assets/img/military-support-welder_-SviatlanaLaza_Shutterstock.jpg');
}

    /* FAQ Page */
    /* Contact-Us */
    .contact-item {
        background-image: url('/assets/img/military-support-welder_-SviatlanaLaza_Shutterstock.jpg');
    }

    .contact-section {
        padding: 100px 0;
    }

        .contact-section .logo-holder {
            width: 100px;
            margin: 0 auto;
            margin-bottom: 30px;
        }

            .contact-section .logo-holder img {
                width: 100%;
            }

        .contact-section .informations {
        }

            .contact-section .informations .information {
                display: flex;
                margin-bottom: 16px;
            }

                .contact-section .informations .information .icon {
                    margin-left: 12px;
                }

                    .contact-section .informations .information .icon i {
                        font-size: 18px;
                        color: #00a9a2;
                    }

                .contact-section .informations .information .info {
                }

                    .contact-section .informations .information .info span {
                        font-size: 16px;
                    }

        .contact-section .map-holder {
            width: 100%;
            height: 350px;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
        }

            .contact-section .map-holder iframe {
                width: 100%;
                height: 100%;
                border: 0;
                position: relative;
            }

            .contact-section .map-holder::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-color: rgb(0 0 0 / 0.4);
            }

    .contact-cards-section {
        padding: 0 0 100px 0;
    }

        .contact-cards-section .card-inner {
            padding: 24px;
            background-color: #fff;
            border-radius: 10px;
            margin-bottom: 30px;
            text-align: center;
            box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%);
            transition: .3s all;
        }

    .card-inner:hover {
        transform: translateY(-10px);
    }

    .contact-cards-section .card-inner .icon {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border-radius: 50%;
        margin-bottom: 16px;
    }

        .contact-cards-section .card-inner .icon i {
            font-size: 20px;
        }

    .red-back {
        background-color: #00a9a245;
    }

    .red-color {
        color: #00a9a2;
    }

    .green-back {
        background-color: #3e8e7e4d;
    }

    .green-color {
        color: #3E8E7E;
    }

    .yellow-back {
        background-color: #fabb514f;
    }

    .yellow-color {
        color: #FABB51;
    }

    .purple-back {
        background-color: #9145b645;
    }

    .purple-color {
        color: #9145B6;
    }

    .l-blue-back {
        background-color: #84dfff36;
    }

    .l-blue-color {
        color: #84DFFF;
    }

    .blue-back {
        background-color: #516beb4f;
    }

    .blue-color {
        color: #516BEB;
    }

    .orang-back {
        background-color: #f0a5002e;
    }

    .orang-color {
        color: #F0A500;
    }

    .contact-cards-section .card-inner .title {
        margin-bottom: 16px;
    }

        .contact-cards-section .card-inner .title h3 {
            font-weight: bold;
            font-size: 16px;
        }

    /* Contact-Us */
    /* Video */
    .video {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: all 0.3s ease;
        color: white;
        border-radius: 10px;
        margin: 0 auto;
        height: 200px;
    }

    @media (min-width: 768px) {
        .video {
            width: 100%;
        }
    }

    @media (min-width: 992px) {
        .video {
            width: 100%;
            height: 100%;
        }
    }

    @media (min-width: 1200px) {
    }

    .video:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: linear-gradient(#ffffff00, 85%, #000000c9);
        opacity: 1;
        transition: all 1s;
        -webkit-transition: all 1s;
    }

    .video-preview {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000000;
        z-index: 10;
        background-origin: border-box;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.3s ease;
    }

        .video-preview .video-start-btn {
            background: rgb(255 255 255);
            border-radius: 50%;
            display: flex;
            align-items: center;
            outline: none;
            user-select: none;
            cursor: pointer;
            width: 70px;
            height: 70px;
            transition: all 0.3s ease;
            position: relative;
            appearance: none;
        }

            .video-preview .video-start-btn svg {
                fill: rgb(206 15 15);
                overflow: hidden;
            }

    .video-top {
        position: absolute;
        height: 90%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        background: transparent;
        z-index: 1;
    }

    .video-player-controls {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        z-index: 11111;
    }

        .video-player-controls .row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: auto;
            position: relative;
        }

        .video-player-controls .wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 50%;
        }

    .video-control {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: fit-content;
        margin-right: 0.5rem;
    }

        .video-control .video-control-btn {
            border: none;
            background: transparent;
            color: white;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            position: relative;
            cursor: pointer;
            transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
            appearance: none;
            outline: none;
            user-select: none;
        }

            .video-control .video-control-btn:hover {
                background: rgb(255 255 255 / 8%);
            }

            .video-control .video-control-btn .video-control-play {
                overflow: hidden;
                position: relative;
            }

            .video-control .video-control-btn .video-control-pause {
                overflow: hidden;
                position: relative;
                display: none;
            }

    .video-views {
        display: none;
        align-items: center;
        justify-content: center;
        position: relative;
        width: fit-content;
    }

    .video-counts {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: fit-content;
        margin-right: 0.5rem;
    }

        .video-counts .video-count-time {
        }

        .video-counts .video-count-line {
        }

        .video-counts .video-count-fulltime {
        }

    .video-voice {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: fit-content;
        margin-right: 0.5rem;
    }

        .video-voice .video-voice-btn {
            border: none;
            background: transparent;
            color: white;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            position: relative;
            cursor: pointer;
            transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
            appearance: none;
            outline: none;
            user-select: none;
        }

            .video-voice .video-voice-btn:hover {
                background: rgb(255 255 255 / 8%);
            }

            .video-voice .video-voice-btn .video-voice-on {
                overflow: hidden;
                position: relative;
            }

            .video-voice .video-voice-btn .video-voice-off {
                overflow: hidden;
                position: relative;
                display: none;
            }

        .video-voice:hover .video-voice-slider {
            visibility: visible;
            opacity: 1;
        }

    .video-voice-slider {
        width: 120px;
        transition: all 0.4s ease;
        transform: rotate(-90deg);
        position: absolute;
        bottom: 80px;
        z-index: 9999;
        background: #0000002e;
        padding: 13px;
        border-radius: 9999px;
        visibility: hidden;
        opacity: 0;
    }

    .video-voice-slider-rail {
        width: fit-content;
        height: 6px;
        background: #b7b7b74d;
        border-radius: 9999px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
    }

        .video-voice-slider-rail:hover {
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        }

    .video-voice-slider-buffer {
        height: 6px;
        background: #ffffff;
        border-radius: 9999px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 0;
    }

    .video-voice-slider-range {
        -webkit-appearance: none;
        width: 100%;
        height: 100%;
        background: transparent;
        outline: none;
        margin: 0;
        padding: 0;
        z-index: 15;
        position: relative;
    }

        .video-voice-slider-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            margin: 0;
            border: none;
            outline: none;
        }

        .video-voice-slider-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 15px;
            height: 15px;
            background: white;
            border-radius: 9999px;
            cursor: pointer;
            margin-top: -4px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        }

        .video-voice-slider-range::-webkit-slider-runnable-track {
            width: 100%;
            height: 6px;
            cursor: pointer;
            background: none;
            border-radius: 9999px;
        }

        .video-voice-slider-range:focus::-webkit-slider-runnable-track {
            background: none;
        }

        .video-voice-slider-range:active::-webkit-slider-runnable-track {
            background: none;
        }

        .video-voice-slider-range::-webkit-slider-thumb:active {
            box-shadow: 0 0 26px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 4), 0 0 0 5px rgba(255, 255, 255, 0.2);
        }

        .video-voice-slider-range::-webkit-slider-thumb:hover {
            box-shadow: 0 0 26px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 4), 0 0 0 5px rgba(255, 255, 255, 0.2);
        }

    .full-screen {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: fit-content;
    }

        .full-screen .full-screen-btn {
            border: none;
            background: transparent;
            color: white;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            position: relative;
            cursor: pointer;
            transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
            appearance: none;
            outline: none;
            user-select: none;
        }

            .full-screen .full-screen-btn:hover {
                background: rgb(255 255 255 / 8%);
            }

            .full-screen .full-screen-btn .full-screen-open {
                overflow: hidden;
                position: relative;
            }

            .full-screen .full-screen-btn .full-screen-exit {
                overflow: hidden;
                position: relative;
                display: none;
            }

    .video .video-player {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        user-select: none;
    }

        .video .video-player video {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            object-fit: contain;
            object-position: center;
            user-select: none;
        }

    .video-slider {
        width: 100%;
        position: relative;
    }

    .video-slider-container {
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: transparent;
        position: relative;
        cursor: pointer;
    }

    .video-slider-bg {
        width: 100%;
        background: #ffffff6b;
        height: 5px;
        border-radius: 9999px;
        position: relative;
        display: flex;
        align-items: center;
        transition: background 100ms cubic-bezier(0.6, -0.28, 0.74, 0.05);
    }

        .video-slider-bg:hover {
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        }

    .video-slider-rail {
        width: 0%;
        background: #ffffff;
        height: 5px;
        border-radius: 9999px;
        position: relative;
    }

    .video-slider-buffer {
        position: absolute;
        left: 0%;
        width: 15px;
        height: 15px;
        background: white;
        border-radius: 9999px;
        cursor: pointer;
        transition: transform 100ms cubic-bezier(0.6, -0.28, 0.74, 0.05);
        transform: scale(0);
        opacity: 0;
    }

        .video-slider-buffer:hover {
            box-shadow: 0 0 26px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 4), 0 0 0 5px rgba(255, 255, 255, 0.2);
        }

    .video-slider-container:hover .video-slider-buffer {
        transform: scale(1);
        opacity: 1;
    }

    .video-slider-container:hover .video-slider-bg {
        background: #ffffff82;
    }

    .video-loading-spinner {
        width: 55px;
        height: 55px;
        border: 5px solid #ffffff;
        border-top: 5px solid #9e9e9e;
        border-radius: 50%;
    }

    .video-loading-spinner {
        display: none;
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1.2s;
        -webkit-animation-name: rotate;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-transition-property: -moz-transform;
        -moz-animation-name: rotate;
        -moz-animation-duration: 1.2s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        transition-property: transform;
        animation-name: rotate;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @-webkit-keyframes rotate {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @-moz-keyframes rotate {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(360deg);
        }
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .video-loading {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #00000061;
        z-index: 1;
        transition: all 0.3s ease;
    }

    .video-reset {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #00000061;
        z-index: 1;
        transition: all 0.3s ease;
        display: none;
    }

    .video-reset-btn {
        border: none;
        background: #000000d9;
        border-radius: 9999px;
        padding: 10px 20px;
        color: white;
        font-weight: 700;
        font-size: 15px;
        outline: none;
        user-select: none;
        cursor: pointer;
        appearance: none;
    }

        .video-reset-btn:hover {
            background: #000000;
        }

    .video-contextMenu {
        position: absolute;
        background: white;
        border-radius: 6px;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 4;
        transition: all 0.1s ease;
        overflow: hidden;
        width: fit-content;
        height: fit-content;
        display: none;
    }

    .video-contextMenu-btn {
        border: none;
        background: white;
        padding: 8px 20px;
        cursor: pointer;
        font-size: 15px;
        outline: none;
        user-select: none;
        appearance: none;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.1s ease;
    }

    /* Video */
    /* Story Area */
    .story-inner {
        position: relative;
        background-color: #fff;
        box-shadow: 0 5px 30px rgb(70 72 77 / 10%);
        padding: 33px 35px 26px;
        transition: .3s all;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 30px;
        min-height: 230px;
    }

        .story-inner:hover {
            transform: translateY(-10px);
        }

            .story-inner:hover .name h3 {
                color: #00a9a2;
            }

        .story-inner::after {
            content: '';
            position: absolute;
            background-image: url(../img/aarp-image/content-strategy.svg);
            /* background-image:url('~/assets/img/aarp-image/')*/
            width: 100px;
            height: 100px;
            opacity: .1;
            bottom: -42px;
            left: -18px;
        }

        .story-inner .story-header {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }

            .story-inner .story-header .right {
                margin-left: 16px;
                display: flex;
                align-items: center;
            }

                .story-inner .story-header .right .avatar {
                    width: 55px;
                    height: 55px;
                    border-radius: 50%;
                    overflow: hidden;
                }

                    .story-inner .story-header .right .avatar img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

            .story-inner .story-header .left {
                display: flex;
                align-items: center;
            }

                .story-inner .story-header .left .name {
                }

                    .story-inner .story-header .left .name h3 {
                        font-weight: bold;
                        font-size: 18px;
                        margin-bottom: 0;
                    }

        .story-inner .desc {
            margin-bottom: 16px;
        }

        .story-inner .read-more {
            justify-content: center;
            display: flex;
            right: 0;
            bottom: 26px;
            position: absolute;
            width: 100%;
        }

            .story-inner .read-more a {
                display: flex;
                align-items: center;
                transition: .3s all;
            }

                .story-inner .read-more a:hover {
                    color: #00a9a2;
                }

                .story-inner .read-more a i {
                    margin-right: 4px;
                    font-size: 12px;
                }

    .link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    /* Story Area */
    /* Single Story */
    .story-banner {
        background-image: url('../../images/banner_navbar.jpg');
    }

    .content-holder {
    }

    .content-holder {
    }

        .content-holder .content-inner {
            position: relative;
        }

            .content-holder .content-inner .content-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 30px;
            }

                .content-holder .content-inner .content-header .right {
                    display: flex;
                    align-items: center;
                }

                    .content-holder .content-inner .content-header .right .avatar {
                        margin-left: 16px;
                        width: 45px;
                        height: 45px;
                        border-radius: 50%;
                        overflow: hidden;
                    }

                        .content-holder .content-inner .content-header .right .avatar img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    .content-holder .content-inner .content-header .right .name {
                    }

                        .content-holder .content-inner .content-header .right .name span {
                            font-size: 18px;
                            font-weight: bold;
                        }

                .content-holder .content-inner .content-header .left {
                    display: flex;
                    align-items: center;
                }

                    .content-holder .content-inner .content-header .left .label {
                        padding: 2px 8px;
                        margin-left: 16px;
                        background-color: #00a9a285;
                        color: #850001;
                        border-radius: 4px;
                    }

                    .content-holder .content-inner .content-header .left .date-holder {
                        font-weight: 800;
                        display: flex;
                        align-items: center;
                    }

                        .content-holder .content-inner .content-header .left .date-holder .icon {
                            margin-left: 8px;
                        }

                            .content-holder .content-inner .content-header .left .date-holder .icon i {
                                color: #850001;
                            }

                    .content-holder .content-inner .content-header .left .date-holde .date {
                    }

    .content-body .content-part {
        margin-bottom: 30px;
    }

        .content-body .content-part p {
            font-size: 16px;
            line-height: 32px;
            text-align: justify;
        }
    /* Single Story */
    /* Work Request */
    .work-request-contact-form {
        width: 80%;
        margin: 0 auto;
    }

    .file-uploader-holder {
        border: 1px dashed #ccc;
        margin-bottom: 16px;
        padding: 12px;
        position: relative;
    }

        .file-uploader-holder input {
            width: 100%;
            box-shadow: none !important;
            opacity: 0;
        }

        .file-uploader-holder label {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: .7;
        }

            .file-uploader-holder label i {
                display: block;
                margin-top: 8px;
            }

    .file-uploader-text-holder {
        display: none;
        margin-bottom: 16px;
    }
    /* Work Request */
    /* Customres */
    .customers {
        position: relative;
        background-image: url(../img/Index-images/6.jpg);
        background-size: cover;
    }
    /* Customres */
    /*Nav Link*/
    .nav-link > i {
        margin-right: 8px;
    }
    /*Nav Link*/
    /*Tost*/
    .tost {
        background-color: #3FA796;
        transform: translate(-50%, -50%);
        padding: 16px 32px;
        border-radius: 8px;
        overflow: hidden;
        color: #ffff;
        transition: .3s;
    }

        .tost.notactive {
            opacity: 0;
        }
    /*Tost*/
    /*Section Title*/
    .section-title {
        width: 100%;
        text-align: center;
        max-width: initial !important;
        margin-bottom: 120px !important
    }

        .section-title h2 {
            position: relative;
            display: inline-block;
            background-color: #fff;
            top: 70px;
            padding:  24px;
            border-bottom: 3px solid #00a9a2;
        }

        .section-title p {
            background-color: #fff;
            position: relative;
            top: 83px;
            font-size: 21px;
            max-width: initial !important;
        }
    /*Section Title*/
    /*Public*/
    .mb-30 {
        margin-bottom: 30px;
    }

    .support-menu {
        display: none;
    }
    /*Public*/

    /*Support Ticket*/
    .support-ticket-inner {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 5px 30px rgb(51 105 158 / 9%);
        height: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center;
        margin-bottom: 30px;
        transition: .3s all;
    }

        .support-ticket-inner:hover {
            transform: translateY(-10px);
        }

        .support-ticket-inner .link {
            z-index: 3;
        }

    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 0.3);
    }

    .support-ticket-inner .title {
        position: relative;
        z-index: 2;
    }

        .support-ticket-inner .title h2 {
            margin-bottom: 0;
            color: #FFF;
            font-size: 22px;
        }
    /*Support Ticket*/
    /*Form*/
    #contactForm {
        margin-bottom: 30px;
    }
    /*Form*/


/*  service index*/


.single-services-box:hover .icon {
    color: #00a9a2!important;
}


/*footer 
*/


.single-footer-widget .footer-services-list li a:hover {
    color: #00a9a2 !important;
}


.page-title-area.item-bg2, .page-title-area.item-bg1 {
    background-image: url(https://img.freepik.com/free-photo/worker-polishing-metal-with-special-equipment-dark-room_7502-7405.jpg?t=st=1654669729~exp=1654670329~hmac=ead83e58e28d71b21afd4b5684dbd0b072ac3d7bebec10d35fecb636ef86ce63&w=1060);
}

.page-title-area.item-bg3 {
    background-image: url(https://img.freepik.com/free-photo/two-worker-making-gates-smithy_7502-9153.jpg?t=st=1654669920~exp=1654670520~hmac=625eb5bb59c098ec7c9442418afc4ad6c697b1dea44c8bea087488d997156cee&w=1060)
}


/*main page services cards*/

.single-services-box h3{
    margin-top:18px;
}

/*
.single-services-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}*/


.single-services-box a {
    color: #00a9a2;
}

.single-services-box a:hover {
    color: #fff;
}

.single-services-box i {

    font-size: 20px;
  
    margin-top: 17px;
}


.single-services-box:hover a{

    color: #fff;
}

.own-btn {

    margin-left: 180px;
    font-size: 10px;
    margin-top: 10px;
    background: #00a9a2;
    color: #fff !important;
}


.readMore {
    margin-left: 200px;
    margin-top: 20px;
    font-weight: 700;
}