.btn-default, .image-anime, .project-video-box, .reveal, .team-image, .what-we-do-img-1 {
    position: relative
}

    .btn-default, .btn-default::before {
        color: var(--white-color);
        transition: .4s ease-in-out
    }

    #loading-icon, .image-anime:after {
        left: 50%;
        position: absolute;
        top: 50%
    }

.navbar, .topbar, header.main-header {
    backdrop-filter: blur(50px)
}

.main-menu ul li a, .main-menu ul ul, .main-menu ul ul li a, .topbar-contact-info ul li, .topbar-info-text p a, .topbar-social-links ul li {
    transition: .3s ease-in-out
}

.bg-grey, .btn-default, .client-image, .four-box, .grid > li, .image-anime, .reveal, .video-gallery-image {
    overflow: hidden
}

a, a:focus, a:hover {
    text-decoration: none
}

:root {
    --primary-color: #c91d31;
    --secondary-color: #F2F2F5;
    --text-color: #707070;
    --accent-color: #4D51AB;
    --accent-secondary-color: #55CEE3;
    --white-color: #FFFFFF;
    --divider-color: #F5F5F5;
    --dark-divider-color: #FFFFFF33;
    --error-color: rgb(230, 87, 87);
    --default-font: "Plus Jakarta Sans",sans-serif
}

body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    background-color: var(--white-color);
    color: #323232
}

p {
    line-height: 1.7em;
    margin-bottom: 1.5em
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.2em;
    color: #262626
}

.client-image:first-child, .page-catagery-list ul li:last-child, .section-title-content p, .slicknav_menu ul ul, .topbar-social-links ul li:last-child, .work-step-content p, figure {
    margin: 0
}

img {
    max-width: 100%
}

a:focus, a:hover {
    outline: 0
}

body, html {
    width: 100%;
    overflow-x: clip;
    padding: 0 !important
}

.container {
    max-width: 1300px
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .row > * {
    padding-right: 15px;
    padding-left: 15px
}

.image-anime:after {
    content: "";
    width: 200%;
    height: 0%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1
}

.image-anime:hover:after {
    height: 250%;
    transition: .6s linear;
    background-color: transparent
}

.reveal {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden
}

    .reveal img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform-origin: left;
        transform-origin: left
    }

.row {
    margin-right: -15px;
    margin-left: -15px
}

    .row.no-gutters {
        margin-right: 0;
        margin-left: 0
    }

        .row.no-gutters > * {
            padding-right: 0;
            padding-left: 0
        }

.btn-default {
    display: inline-block;
    background: linear-gradient(to right,#92032e 1.15%,#cf366a 50%,#92032e 98.15%);
    background-size: 200% auto;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 60px 17px 30px;
    z-index: 0
}

.preloader, .topbar-links {
    display: flex;
    align-items: center
}

.about-contact-btn:hover .icon-box, .benefit-body-item:hover .icon-box, .btn-default:hover, .client-image.client-counter:hover, .company-experience-box:hover, .member-social-list ul li a:hover, .post-social-sharing ul li:hover a, .post-tags .tag-links a:hover, .project-detail-item:hover .icon-box, .section-footer-text p a:hover, .section-footer-text p a:hover::before, .section-footer-text p span:hover, .sidebar-cta-contact .icon-box:hover, .testimonial-video-button a:hover, .work-step-item:hover .work-step-no {
    background-position: right center
}

.btn-default::before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-19px,-50%);
    font-size: 20px;
    border-radius: 50%
}

.btn-default:hover::before {
    transform: translate(-27px,-50%)
}

.btn-default.btn-highlighted {
    background: var(--white-color);
    color: var(--accent-color)
}

    .btn-default.btn-highlighted::after, .cb-cursor:before, .page-catagery-list ul li a::after, .preloader, .pricing-item.highlighted-box, .sidebar-cta-box, .skills-progress-bar .skillbar .skill-progress .count-bar, .slicknav_btn, .slicknav_menu, .team-detail-list ul li::before {
        background: linear-gradient(90.15deg,var(--accent-color) 1.15%,var(--accent-secondary-color) 98.84%)
    }

    .btn-default.btn-highlighted::before, .post-entry a {
        color: var(--accent-color)
    }

    .btn-default.btn-highlighted::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        border-radius: 100px;
        transition: .4s ease-in-out;
        z-index: -1
    }

.main-menu ul ul li a:focus, .main-menu ul ul li a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:focus, .slicknav_nav a:hover {
    background-color: transparent;
    color: var(--primary-color)
}

.loading-container .loading, .loading-container:hover .loading, .service-item {
    transition: .5s ease-in-out
}

.btn-default.btn-highlighted:hover {
    background-color: transparent;
    color: var(--white-color)
}

    .btn-default.btn-highlighted:hover::before, .mission-vision-item:hover .mission-vision-content h3, .mission-vision-item:hover .mission-vision-content p, .mission-vision-item:hover .mission-vision-content ul li, .page-catagery-list ul li:hover a, .page-catagery-list ul li:hover a::before, .page-header-box ol .breadcrumb-item + .breadcrumb-item::before, .page-header-box ol li.breadcrumb-item.active, .section-title.dark-section h1, .section-title.dark-section h2, .section-title.dark-section h3, .section-title.dark-section p, .section-title.dark-section ul li, .service-item .service-btn a:hover, .team-detail-list li:hover, .testimonial-slider .testimonial-button-next:hover::before, .testimonial-slider .testimonial-button-prev:hover::before, .topbar-contact-info ul li a, .topbar-contact-info ul li:hover, .video-play-button:hover a i, .why-choose-item:hover .why-choose-item-content h3, .why-choose-item:hover .why-choose-item-content p {
        color: var(--white-color)
    }

    .btn-default.btn-highlighted:hover:after {
        width: 100%;
        left: 0;
        right: auto
    }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    justify-content: center
}

.loading, .loading-container {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%
}

.loading-container {
    margin: 40px auto
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--white-color) transparent var(--white-color);
    animation: 1.5s linear infinite rotate-loading;
    transform-origin: 50% 50%
}

#loading-icon {
    max-width: 66px;
    transform: translate(-50%,-50%)
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.page-faqs-accordion, .project-entry, .section-row, .service-entry, .team-singe-image {
    margin-bottom: 60px
}

    .section-row .section-title {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        text-align: center
    }

.section-btn, .testimonial-quote {
    text-align: end
}

.section-title, .service-item .icon-box {
    position: relative;
    margin-bottom: 40px;
    z-index: 1
}

    .section-title h3 {
        position: relative;
        display: inline-block;
        font-size: 15px;
        line-height: normal;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #c91d31;
        margin-bottom: 20px
    }

    .section-title h1 {
        font-size: 68px;
        font-weight: 700;
        color: var(--white-color);
        margin-bottom: 0
    }

    .section-title h2 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 0
    }

    .section-title h4 {
        margin-top: 20px
    }

    .post-entry h6, .section-title h2 span {
        font-size: 18px
    }

    .section-title p {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 16px;
        text-align: justify
    }

    .section-title ul {
        margin: 20px 0 0;
        padding-left: 20px
    }

        .section-title ul li {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 23px
        }

    .contact-info-item:hover .icon-box img, .mission-vision-item:hover .icon-box img, .section-title.dark-section h3::before, .team-detail-list li:hover img, .why-choose-item:hover .icon-box img {
        filter: brightness(0) invert(1)
    }

.help-block.with-errors ul {
    margin: 0;
    text-align: left
}

    .help-block.with-errors ul li {
        color: var(--error-color);
        font-weight: 500;
        font-size: 14px
    }

.topbar {
    padding: 10px 0;
    background: #1f1f1f82
}
.topbar-full {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.topbar-info-text p {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 12px
}

    .topbar-info-text p a {
        font-weight: 700;
        text-transform: capitalize;
        color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px
    }

        .contact-info-content p a:hover, .cta-contact-content p a:hover, .footer-links ul li a:hover, .footer-social-links ul li:hover a i, .member-social-list span, .page-testimonials .testimonial-body .author-content h3, .post-entry p strong, .skills-progress-bar .skill-data .skill-no, .tag-links, .team-detail-list li, .topbar-info-text p a:hover, .topbar-social-links ul li:hover a {
            color: var(--primary-color)
        }

.topbar-links {
    justify-content: end
}

.topbar-contact-info {
    border-right: 1px solid var(--dark-divider-color);
    margin-right: 25px;
    padding-right: 25px
}

    .footer-social-links ul, .member-social-list ul, .post-social-sharing ul, .topbar-contact-info ul, .topbar-social-links ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .topbar-contact-info ul li {
            position: relative;
            display: inline-block;
            margin-right: 20px;
            color: var(--white-color);
            font-size: 12px
        }

            .page-header-box ol, .topbar-contact-info ul li:last-child {
                margin: 0;
                padding: 0
            }

            .topbar-contact-info ul li::before {
                content: '/';
                position: absolute;
                top: 0;
                right: -16px;
                bottom: 0;
                font-size: 16px;
                color: var(--white-color);
                opacity: 80%
            }

            .contact-info-item:last-child::before, .contact-info-item:nth-child(3n+3)::before, .main-menu ul li.highlighted-menu, .navbar-toggle, .responsive-menu, .service-feature-item:last-child:before, .service-feature-item:nth-child(3n+3):before, .topbar-contact-info ul li:last-child:before, .why-choose-counter-item:last-child:after, .why-choose-counter-item:nth-child(4n+4)::after, .work-step-item:last-child:before {
                display: none
            }

        .topbar-social-links ul li {
            position: relative;
            display: inline-block;
            margin-right: 20px
        }

            .topbar-social-links ul li a {
                display: block;
                color: var(--white-color);
                transition: .3s ease-in-out
            }

                .topbar-social-links ul li a i {
                    font-size: 18px;
                    color: #fff
                }

header.main-header {
    position: relative;
    z-index: 100;
    border-top: 1px solid var(--dark-divider-color)
}

    header.main-header .header-sticky {
        position: relative;
        top: 0;
        z-index: 100
    }

        header.main-header .header-sticky.hide {
            transform: translateY(-100%);
            transition: transform .3s ease-in-out;
            border-radius: 0
        }

        header.main-header .header-sticky.active {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            border-radius: 0;
            transform: translateY(0);
            background-color: var(--white-color);
            border-bottom: 1px solid var(--divider-color)
        }

.navbar {
    padding: 0;
    align-items: center
}

.navbar-brand {
    padding: 15px 0;
    margin: 0;
    display: flex;
    color: #fff;
    font-size: 41px;
    align-items: center
}

    .client-image.client-counter:hover h3, .main-menu ul li a:focus, .main-menu ul li a:hover, .navbar-brand:hover {
        color: #fff
    }

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin: 0 20px
}

    .main-menu .nav-menu-wrapper > ul {
        align-items: center;
        display: inline-flex
    }

.main-menu ul li {
    margin: 0;
    position: relative
}

    .main-menu ul li a {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2em;
        padding: 29px 20px !important;
        color: #fff;
        text-transform: capitalize
    }

    .main-menu ul li.submenu > a:after {
        content: '\f107';
        font-family: FontAwesome;
        font-weight: 900;
        font-size: 14px;
        margin-left: 8px
    }

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 230px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    text-align: left
}

.main-menu ul li.submenu:first-child ul {
    width: 230px
}

.main-menu ul ul ul {
    left: 100%;
    top: -5px;
    text-align: left
}

.main-menu ul li.submenu ul li.submenu > a:after {
    content: '\f105';
    float: right
}

.main-menu ul ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc
}

    .main-menu ul ul li a {
        padding: 10px 20px !important;
        color: #212121
    }

    .main-menu ul ul li:last-child {
        border-bottom: 0
    }

.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0
}

.main-menu ul ul li a:focus, .main-menu ul ul li a:hover {
    padding: 10px 20px 10px 23px !important
}

.responsive-menu {
    top: 0;
    position: relative
}

.slicknav_btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 8px
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: .1s ease-in-out
}

.hero.hero-slider-layout .hero-slide::before, .hero::before {
    background: linear-gradient(270deg,rgba(1,5,53,.28) 43.57%,rgba(1,5,53,.8) 100%);
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0
}

.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important
}

.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:first-child {
    transform: rotate(-45deg) translate(-5px,5px)
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2), .team-item:hover .team-image figure:before {
    opacity: 0
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px,-5px)
}

.slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0
}

    .slicknav_menu ul {
        margin: 5px 0
    }

.slicknav_nav .slicknav_row, .slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: .3s ease-in-out
}

.slicknav_menu ul ul li a {
    padding: 8px 20px 8px 30px
}

.slicknav_arrow {
    font-size: 0 !important
}

    .slicknav_arrow:after {
        content: '\f107';
        font-family: FontAwesome;
        font-weight: 900;
        font-size: 12px;
        margin-left: 8px;
        color: var(--white-color);
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s ease-out
    }

.slicknav_open > a .slicknav_arrow:after {
    transform: translateY(-52%) rotate(-180deg);
    color: var(--primary-color)
}

.header-btn .btn-default {
    font-size: 14px;
    padding: 17px 50px 17px 17px
}

.hero {
    position: relative;
    background: url('../images/hero-bg.jpg') center center/cover no-repeat;
    padding: 140px 0
}

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0
    }

    .hero.hero-video {
        padding: 205px 0
    }

        .hero.hero-video .hero-bg-video {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%
        }

            .hero.hero-slider-layout .hero-slide .hero-slider-image img, .hero.hero-video .hero-bg-video video {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

    .hero.hero-slider-layout {
        background: 0 0;
        padding: 0
    }

        .hero.hero-slider-layout .hero-slide {
            position: relative;
            padding: 230px 0 120px
        }

.banner-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: .4;
    background: url('../images/shape-2.webp'); width:373px; height:401px;
}

.banner-shape-3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: .4;
}

.hero.hero-slider-layout .hero-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.hero.hero-slider-layout .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.hero.hero-slider-layout .hero-pagination {
    position: absolute;
    bottom: 70px;
    text-align: left;
    padding-left: calc(((100vw - 1300px)/ 2) + 15px);
    z-index: 2
}

    .hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: var(--white-color);
        opacity: 1;
        transition: .3s ease-in-out;
        margin: 0 5px
    }

    .hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
        background-color: var(--accent-color)
    }

.hero-content {
    position: relative;
    width: 100%;
    z-index: 3
}

.hero-content-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    z-index:3;
}

.video-play-button {
    display: flex;
    align-items: center;
    justify-content: center
}

    .video-play-button a {
        height: 50px;
        width: 50px;
        background: var(--white-color);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: none;
        margin-right: 10px;
        transition: .3s ease-in-out
    }

    .video-play-button:hover a {
        background: var(--accent-color)
    }

    .video-play-button i {
        font-size: 18px;
        color: var(--accent-color);
        transition: .3s ease-in-out
    }

    .video-play-button h3 {
        font-size: 18px;
        text-transform: capitalize;
        color: var(--white-color);
        margin: 0
    }

.hero-content-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 80px
}

.about-footer-list ul, .benefit-footer-list ul, .hero-list ul, .page-catagery-list ul, .pricing-list ul, .service-entry ul, .team-detail-list ul, .what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .hero-list ul li {
        background: url('../images/icon-check-white.svg') left top/24px auto no-repeat;
        line-height: 1.5em;
        text-transform: capitalize;
        color: var(--white-color);
        border-bottom: 1px solid var(--dark-divider-color);
        margin-bottom: 25px;
        padding: 0 0 25px 35px
    }

        .hero-list ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0
        }

.our-client-images {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.client-image {
    display: inline-block;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    margin-left: -14px;
    width: 62px;
    height: 62px;
    z-index: 1
}

    .benefit-img-2 figure, .client-image figure, .how-it-work-img-1 figure, .how-it-work-img-2 figure, .how-it-work-img-left-1 figure, .how-it-work-img-left-2 figure {
        display: block
    }

    .client-image img {
        width: 100%;
        max-width: 60px;
        border-radius: 50%
    }

    .client-image.client-counter {
        background: var(--primary-color);
        background-size: 200% auto;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: .4s ease-in-out
    }

        .client-image.client-counter h3 {
            font-size: 22px;
            color: var(--white-color);
            margin: 0;
            transition: .4s ease-in-out
        }

.our-client-content {
    margin-top: 10px
}

    .cta-contact-content p, .footer-copyright-text p, .our-client-content p {
        color: var(--white-color);
        margin-bottom: 0
    }

.about-us, .case_studies, .how-it-work, .our-feature, .our-projects, .what-we-do {
    padding: 60px 0 40px
}

.about-us-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
    margin-right: 20px
}

.about-footer-content, .about-footer-list, .about-image-box, .project-entry-image, .project-scope-box ul li, .project-video-box, .project-video-content, .skills-progress-bar, .team-single-list ul li {
    width: calc(50% - 15px)
}

.about-img-2, .page-testimonials .testimonial-header, .post-image, .project-deatil-title, .team-detail-content, .testimonial-content {
    margin-bottom: 30px
}

    .about-img-1 figure, .about-img-2 figure, .about-img-3 figure, .cta-box-image figure, .faq-image figure, .feature-image figure, .our-approach-image figure, .page-gallery-box .photo-gallery figure, .what-we-do-img-1 figure, .what-we-do-img-2 figure {
        display: block;
        border-radius: 20px
    }

    .about-img-1 img, .about-img-2 img, .about-img-3 img, .what-we-do-img-1 img, .what-we-do-img-2 img {
        width: 100%;
        object-fit: cover;
        border-radius: 20px
    }

.about-contact-btn .icon-box, .service-btn a {
    border-radius: 50%;
    overflow: hidden;
    display: flex
}

.about-img-1 img {
    aspect-ratio: 1/1.91
}

.about-img-2 img, .about-img-3 img {
    aspect-ratio: 1/1.07
}

.get-free-security-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1
}

    .get-free-security-circle img {
        width: 100%;
        max-width: 166px;
        animation: 20s linear infinite infiniterotate
    }

@keyframes infiniterotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: var(--primary-color);
    background-position: right center;
    border-radius: 100px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-right: 20px
}

.about-us-body-img {
    width: 200px;
    height: 145px;
    background-color: var(--white-color);
    clip-path: polygon(45% -70%,96% 50%,50% 155%,0 50%);
    display: flex;
    margin-right: 10px;
    margin-left: -20px
}

    .about-us-body-img figure {
        width: 180px;
        height: 145px;
        clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
        overflow: hidden
    }

    .about-us-body-img img {
        width: 180px;
        height: 145px
    }

.about-us-body-content {
    width: calc(100% - 190px)
}

    .about-us-body-content h3 {
        color: var(--white-color);
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px
    }

    .about-us-body-content p {
        color: var(--white-color);
        margin: 0
    }

.about-us-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px
}

.about-footer-list ul li {
    background: url('../images/icon-check.svg') left top/24px auto no-repeat;
    line-height: 1.5em;
    padding-left: 35px;
    margin-bottom: 20px
}

.about-contact-btn .icon-box, .section-footer-text p a, .section-footer-text p a::before {
    background: linear-gradient(to right,var(--accent-color) 0,var(--accent-secondary-color) 50%,var(--accent-color) 100%);
    transition: .3s ease-in-out
}

.about-footer-list ul li:last-child, .benefit-footer-list ul li:last-child, .faq-accordion .accordion-item:last-child, .ferature-list-content p, .ferature-list-item:last-child, .footer-links ul li:last-child, .mission-vision-item:last-child, .page-faqs-accordion:last-child, .post-entry blockquote p:last-child, .post-entry ol ol li:last-child, .post-entry ol ul li:last-child, .post-entry p:last-child, .post-entry ul li:last-child, .post-entry ul ol li:last-child, .post-entry ul ul li:last-child, .pricing-list ul li:last-child, .project-detail-item:last-child, .project-entry p:last-child, .section-footer-text p, .security-content-item p, .security-content-item:last-child, .security-list-item p, .service-entry p:last-child, .service-entry ul li:last-child, .service-feature-content p, .team-detail-content p, .team-detail-list li:last-child, .team-member-detail p:last-child, .testimonial-content p:last-child, .what-we-do-body ul li:last-child, .what-we-do-img-3 p, .why-choose-item:last-child, .work-step-item:last-child {
    margin-bottom: 0
}

.about-contact-btn {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px
}

    .about-contact-btn .icon-box {
        position: relative;
        height: 46px;
        width: 46px;
        background-size: 200% auto;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        z-index: 1
    }

        .about-contact-btn .icon-box img {
            width: 100%;
            max-width: 28px
        }

.about-footer-btn-content {
    width: calc(100% - 56px)
}

    .about-footer-btn-content h3 {
        font-size: 20px;
        color: var(--primary-color);
        margin: 0
    }

        .about-footer-btn-content h3 a, .page-header-box ol li.breadcrumb-item a, .post-item-body h2 a, .project-content h3 a, .service-title h3 a, .team-content h3 a {
            color: inherit
        }

.our-services {
    
    background: url("../images/hero_thumb_3_2.webp") 0 0/cover fixed;
    padding: 60px 0 40px;
    position: relative
}

    .our-services::before {
        content: "";
        background: #000;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        opacity: .75
    }

.service-item {
    position: relative;
    background: var(--white-color);
    border-radius: 20px;
    margin: 21px 0 60px;
    padding: 40px;
    overflow: hidden
}

.our-feature-content, .service-btn a {
    margin-left: 15px
}

.service-item.active, .service-item:hover {
    box-shadow: inset 0 0 94px 0 #fff;
    box-shadow: 0 10px 55px 5px rgba(137,173,255,.15);
    transform: translate3d(0,-20px,0)
}

.page-services .service-item, .why-choose-item {
    box-shadow: 0 0 100px 2px #0000000D
}

.service-item .icon-box img {
    width: 100%;
    max-width: 100px;
    transition: .4s ease-in-out;
    height: 100px
}

.service-title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    z-index: 1
}

.service-title {
    width: calc(100% - 55px)
}

    .service-title h3 {
        font-size: 20px;
        font-weight: 600;
        transition: .4s ease-in-out
    }

.service-btn a {
    position: relative;
    height: 40px;
    width: 40px;
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    transition: .4s ease-in-out
}

.contact-info-item:hover .icon-box, .post-item-btn a:hover, .service-item.active .service-btn a, .service-item:hover .service-btn a {
    background: var(--primary-color);
    color: var(--white-color)
}

.service-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: .4s ease-in-out
}

.post-item-btn a i, .service-btn a i {
    font-size: 20px;
    color: inherit
}

.our-approach-image, .page-header-box, .service-content {
    position: relative;
    z-index: 1;
    margin-bottom: 15px
}

    .service-content p {
        margin-bottom: 0;
        transition: .4s ease-in-out
    }

    .service-content h3 {
        font-size: 18px;
        font-weight: 600;
        transition: .4s ease-in-out;
        margin-bottom: 15px
    }

    .service-content ul {
        margin: 0;
        padding: 0 0 0 20px
    }

        .service-content ul li {
            margin-bottom: 10px;
            font-size: 15px;
            font-weight: 500
        }

.feature-image img {
    width: 100%;
    aspect-ratio: 1/0.62;
    object-fit: cover;
    border-radius: 20px
}

.company-experience-info {
    display: flex;
    gap: 30px;
    margin-top: 30px
}

    .company-experience-info .feature-image {
        width: calc(65% - 15px)
    }

        .company-experience-info .feature-image img {
            aspect-ratio: 1/0.652
        }

.company-experience-box {
    width: calc(35% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 200% auto;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    transition: .4s ease-in-out;
    border: 3px solid #e7e7e7
}

.company-experience-content {
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px
}

    .company-experience-content h2 {
        font-size: 60px;
        margin-bottom: 10px
    }

    .company-experience-content p {
        opacity: 80%;
        margin-bottom: 0
    }

.company-client-images .client-image {
    width: 32px;
    height: 32px;
    margin-left: -8px
}

    .company-client-images .client-image img, .ferature-list-item .icon-box img {
        max-width: 30px
    }

    .company-client-images .client-image.client-counter h3 {
        font-size: 10px
    }

.ferature-list-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center
}

    .ferature-list-item .icon-box {
        height: 60px;
        width: 60px;
        border: 1px solid #e7e7e7;
        background-size: 200% auto;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        overflow: hidden;
        transition: .4s ease-in-out;
        color: var(--primary-color);
        font-size: 20px;
        position: relative
    }

.projects-list, .why-choose-item {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.ferature-list-item:hover .icon-box {
    color: #fff;
    transform: scale(1);
    background: var(--primary-color)
}

.ferature-list-content, .project-detail-content, .testimonial-contact-content, .work-step-content {
    width: calc(100% - 80px)
}

    .contact-info-content h3, .ferature-list-content h3 {
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 10px
    }

.projects-list {
    border: 1px solid var(--dark-divider-color);
    border-right: none;
    border-bottom: none;
    border-radius: 20px
}

.project-item {
    position: relative;
    width: 25%;
    border-right: 1px solid var(--dark-divider-color);
    border-bottom: 1px solid var(--dark-divider-color);
    border-top: none;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
    z-index: 1
}

    .project-item:nth-child(-4n+4) {
        border-radius: 0 30px 0 0
    }

    .project-item:last-child {
        border-radius: 0 0 20px
    }

.project-image a, .project-image figure {
    display: block;
    overflow: hidden
}

    .project-image figure::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: .3;
        height: 0;
        width: 100%;
        transition: .4s ease-in-out;
        z-index: 1
    }

.benefit-img-1, .benefit-img-1 figure, .benefit-img-1 img, .project-item.active .project-image a figure::before, .project-item:hover .project-image a figure::before {
    height: 100%
}

.project-image img {
    width: 100%;
    aspect-ratio: 1/1.377;
    object-fit: cover;
    transition: .4s ease-in-out
}

.project-item.active .project-image img, .project-item:hover .project-image img {
    transform: scale(1.05)
}

.project-content {
    position: absolute;
    right: 30px;
    left: 30px;
    bottom: 30px;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    z-index: 1
}

.page-projects .project-item .project-content, .project-item.active .project-content, .project-item:hover .project-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.error-page-content .section-title, .page-catagery-list ul li, .post-entry p, .project-content p, .project-entry p, .service-entry p, .sidebar-cta-logo, .team-member-detail p, .what-we-do-img-3 h4, .why-choose-counter-item .icon-box {
    margin-bottom: 20px
}

    .project-content p a {
        display: inline-block;
        line-height: 1.2em;
        text-transform: capitalize;
        color: var(--white-color);
        border: 1px solid var(--white-color);
        border-radius: 5px;
        padding: 8px 10px
    }

.post-item-body h2, .project-content h3 {
    font-size: 20px;
    line-height: 1.4em;
    color: var(--white-color)
}

.section-footer-text {
    width: 100%;
    max-width: 580px;
    text-align: center;
    margin: 80px auto 0
}

.pricing-list, .security-content-item, .security-image, .why-choose-item {
    margin-bottom: 40px
}

.section-footer-text p a {
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.benefit-footer-list ul li, .pricing-list ul li, .what-we-do-body ul li {
    background-position: top left;
    background-size: 24px auto
}

.section-footer-text p a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-size: 200% auto;
    height: 2px;
    width: 100%
}

.why-choose-us {
    padding: 100px 0;
    background: url('../images/bg.jpg') center center/cover no-repeat fixed;
    position: relative
}

    .why-choose-us::before {
        content: "";
        background: #000;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        opacity: .9
    }

.author-image, .cta-contact-item .icon-box, .why-choose-image {
    margin-right: 20px
}

.cta-contact-item, .faq-content, .footer-newsletter-form, .how-it-work-content {
    margin-right: 30px
}

.project-entry-image figure, .project-video-image figure, .security-image figure, .service-entry-image figure, .team-singe-image figure, .why-choose-image figure {
    display: block;
    border-radius: 30px
}

.why-choose-image img {
    width: 100%;
    aspect-ratio: 1/1.25;
    object-fit: cover;
    border-radius: 30px
}

.why-choose-item {
    position: relative;
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 25px 30px;
    transition: .4s ease-in-out
}

.security-list, .why-choose-counter-list {
    flex-wrap: wrap;
    margin-top: 80px;
    display: flex
}

.mission-vision-item:before, .why-choose-item:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #5c5c5c;
    transition: .4s ease-in-out;
    z-index: 0
}

.mission-vision-item:hover:before, .why-choose-item:hover:before {
    top: 0;
    bottom: auto;
    height: 100%
}

.mission-vision-item .icon-box, .why-choose-item .icon-box {
    position: relative;
    margin-right: 30px;
    z-index: 1
}

    .mission-vision-item .icon-box img, .why-choose-item .icon-box img {
        width: 100%;
        max-width: 80px;
        transition: .4s ease-in-out
    }

.mission-vision-content, .why-choose-item-content {
    position: relative;
    width: calc(100% - 110px);
    z-index: 1
}

    .mission-vision-content h3, .why-choose-item-content h3 {
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 10px;
        transition: .4s ease-in-out
    }

    .mission-vision-content p, .why-choose-item-content p {
        margin: 0;
        transition: .4s ease-in-out
    }

.why-choose-counter-list {
    gap: 30px 50px;
    border-top: 1px solid var(--dark-divider-color);
    padding-top: 80px
}

.why-choose-counter-item {
    position: relative;
    width: calc(25% - 37.5px);
    text-align: center
}

    .why-choose-counter-item:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -25px;
        bottom: 0;
        left: auto;
        transform: translateY(-50%);
        background: var(--dark-divider-color);
        width: 1px;
        height: 85%
    }

    .service-feature-box .icon-box img, .why-choose-counter-item .icon-box img {
        width: 100%;
        max-width: 60px
    }

.why-choose-counter-content h3 {
    color: var(--white-color);
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px
}

.why-choose-counter-content p {
    color: var(--white-color);
    font-size: 18px;
    text-transform: capitalize;
    margin: 0
}

.error-page, .our-blog, .our-faqs, .our-security, .page-blog, .page-contact-us, .page-faqs, .page-pricing, .page-project-single, .page-service-single, .page-single-post, .page-team-single {
    padding: 100px 0
}

.security-content-item h3, .security-list-item h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.security-image img {
    width: 100%;
    aspect-ratio: 1/0.51;
    object-fit: cover;
    border-radius: 30px
}

.security-list {
    gap: 30px;
    border-top: 1px solid var(--divider-color);
    padding-top: 80px
}

.security-list-item {
    width: calc(33.33% - 20px);
    background: url(../images/icon-check.svg) top left/26px auto no-repeat;
    padding-left: 35px
}

.our-pricing {
    background: var(--secondary-color);
    padding: 100px 0
}

.pricing-item {
    height: calc(100% - 30px);
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden
}

.pricing-header {
    position: relative;
    background: linear-gradient(90.15deg,var(--accent-color) 1.15%,var(--accent-secondary-color) 98.84%);
    border-bottom: 1px solid transparent;
    padding: 30px
}

    .pricing-header h3 {
        font-size: 20px;
        color: var(--white-color);
        margin-bottom: 15px
    }

    .pricing-header h2 {
        font-size: 46px;
        color: var(--white-color);
        margin-bottom: 15px
    }

        .pricing-header h2 sup {
            font-size: 20px;
            top: -10px
        }

        .pricing-header h2 sub {
            bottom: 0;
            font-size: 16px;
            font-weight: 400;
            opacity: 80%
        }

    .pricing-header p, .sidebar-cta-contact-content p, .sidebar-cta-content p {
        color: var(--white-color);
        opacity: 80%;
        margin-bottom: 0
    }

    .pricing-header .icon-box {
        position: absolute;
        top: -14px;
        right: -35px
    }

        .pricing-header .icon-box img {
            width: 100%;
            max-width: 100px
        }

.testimonial-video-button a:after, .testimonial-video-button a:before {
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    transform: scale(.6);
    z-index: -1;
    content: ''
}

.pricing-body {
    padding: 30px
}

.pricing-list ul li {
    background-image: url('../images/icon-check.svg');
    background-repeat: no-repeat;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px
}

.pricing-item.highlighted-box .pricing-header {
    background: 0 0;
    border-bottom-color: var(--dark-divider-color)
}

.pricing-item.highlighted-box .pricing-list ul li {
    color: var(--white-color);
    background-image: url('../images/icon-check-white.svg')
}

.pricing-item.highlighted-box .btn-default.btn-highlighted:after, .testimonial-slider .testimonial-button-next:hover, .testimonial-slider .testimonial-button-prev:hover {
    background: var(--primary-color)
}

.pricing-benefit-list {
    margin-top: 30px
}

    .pricing-benefit-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px 50px
    }

        .pricing-benefit-list ul li {
            display: flex;
            align-items: center;
            color: var(--primary-color)
        }

            .pricing-benefit-list ul li img {
                max-width: 20px;
                margin-right: 15px
            }

.our-testimonials {
    padding: 60px 0 40px;
    background: var(--secondary-color)
}

.testimonial-box {
    position: relative;
    background: url(../images/testimonial-bg.webp) center center/cover no-repeat;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px 30px;
    place-content: flex-end
}

    .testimonial-box::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(46 60 67);
        border-radius: 20px;
        opacity: 60%;
        height: 100%;
        width: 100%;
        transition: .4s ease-in-out;
        z-index: 1
    }

.testimonial-slider-box, .testimonial-video-button {
    position: relative;
    width: calc(50% - 15px);
    z-index: 1
}

.error-page-content, .footer-copyright-text, .testimonial-video-button {
    text-align: center
}

    .testimonial-video-button a {
        position: relative;
        background: linear-gradient(90deg,var(--accent-color) 0,var(--accent-secondary-color) 50%,var(--accent-color) 100%);
        background-size: 200% auto;
        border-radius: 100%;
        width: 74px;
        height: 74px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: none;
        transition: .4s ease-in-out
    }

        .testimonial-video-button a:before {
            position: absolute;
            border: 50px solid var(--divider-color);
            border-radius: 50%;
            animation: 1.2s linear infinite border-zooming
        }

        .testimonial-video-button a:after {
            position: absolute;
            border: 50px solid var(--divider-color);
            border-radius: 50%;
            animation: 1.2s linear .3s infinite border-zooming
        }

.team-image figure:before, .team-image:before {
    right: 0;
    bottom: 0;
    left: 0;
    transition: .4s ease-in-out
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.testimonial-video-button a i {
    font-size: 30px;
    margin-left: 3px
}

.testimonial-video-button h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    text-transform: capitalize
}

.testimonial-slider {
    background: #fff;
    border-radius: 20px 20px 0;
    padding: 50px;
    overflow: hidden;
    margin-top: -135px
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px
}

.testimonial-body, .testimonial-btn {
    align-items: center;
    display: flex
}

.testimonial-company-logo img {
    width: 100%;
    max-width: 165px;
    max-height: 40px;
    filter: brightness(1) invert(1)
}

.testimonial-quote i {
    width: 100%;
    font-size: 40px;
    max-width: 30px
}

.testimonial-content p {
    font-size: 18px;
    font-weight: 500;
    opacity: 80%;
    margin-bottom: 20px
}

.author-image figure {
    display: block;
    border-radius: 50%
}

.author-image img {
    width: 100%;
    max-width: 50px;
    border-radius: 50%
}

.author-content, .cta-contact-content, .what-we-item-content {
    width: calc(100% - 70px)
}

    .author-content h3, .project-detail-content h3 {
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 5px
    }

    .author-content p {
        opacity: 80%;
        text-transform: capitalize;
        margin: 0
    }

.testimonial-btn {
    position: absolute;
    bottom: 5px;
    right: 0;
    justify-content: right;
    z-index: 1
}

.testimonial-slider .testimonial-button-next, .testimonial-slider .testimonial-button-prev {
    position: relative;
    width: 32px;
    height: 32px;
    background: var(--white-color);
    border-radius: 50%;
    transition: .4s ease-in-out
}

.testimonial-slider .testimonial-button-next {
    margin-left: 20px
}

    .testimonial-slider .testimonial-button-next::before, .testimonial-slider .testimonial-button-prev::before {
        font-family: FontAwesome;
        content: '\f061';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 16px;
        color: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .4s ease-in-out
    }

.testimonial-slider .testimonial-button-prev::before {
    transform: rotate(180deg)
}

.testimonial-contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 40px 40px 40px 0
}

.testimonial-contact-box {
    width: calc(65% - 15px);
    display: flex;
    align-items: center
}

    .testimonial-contact-box .icon-box {
        height: 60px;
        width: 60px;
        background: 0 0/200% auto #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        transition: .4s ease-in-out
    }

    .testimonial-contact-box:hover .icon-box {
        background-position: right center;
        background: var(--primary-color);
        color: #fff
    }

    .testimonial-contact-box .icon-box img {
        width: 100%;
        max-width: 30px;
        color: var(--primary-color)
    }

.testimonial-contact-content p {
    color: var(--white-color);
    font-weight: 500;
    margin: 0
}

    .testimonial-contact-content p a {
        display: inline-block;
        color: inherit;
        text-decoration: underline;
        transition: .4s ease-in-out
    }

        .testimonial-contact-content p a:hover {
            color: var(--accent-secondary-color)
        }

.testimonial-contact-btn {
    width: calc(35% - 15px);
    text-align: end
}

.our-team {
    background-image: url('../images/our-team-bg.png'),linear-gradient(180deg,var(--primary-color) 70%,transparent 30%);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 100px 0 20px
}

.post-item, .team-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px
}

.team-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    transform: scale(0);
    background: linear-gradient(180deg,rgba(85,202,225,.6) -.01%,rgba(78,82,172,.6) 111.29%);
    border-radius: 30px;
    z-index: 1
}

.team-item:hover .team-image:before {
    transform: scale(1)
}

.team-image a, .team-image a figure {
    display: block;
    cursor: none;
    border-radius: 30px;
    overflow: hidden
}

.team-image figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    background: linear-gradient(180deg,rgba(85,202,225,0) 63.54%,#4e52ac 110.14%);
    border-radius: 30px;
    z-index: 1
}

.team-image a img {
    width: 100%;
    aspect-ratio: 1/1.36;
    object-fit: cover;
    transition: .4s ease-in-out
}

.post-item:hover .post-featured-image img, .team-item:hover .team-image a img {
    transform: scale(1.1)
}

.team-social-icon {
    position: absolute;
    top: 50%;
    transform: translateY(0);
    left: 30px;
    right: 30px;
    opacity: 0;
    transition: .4s ease-in-out;
    z-index: 2
}

.team-item:hover .team-social-icon {
    transform: translateY(-50%);
    opacity: 1
}

.team-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px
}

    .team-social-icon ul li a {
        border: 1px solid var(--white-color);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s ease-in-out
    }

    .team-social-icon ul li:hover a {
        background-color: var(--primary-color);
        border-color: var(--primary-color)
    }

    .member-social-list ul li a i, .team-social-icon ul li a i {
        color: var(--white-color);
        font-size: 18px
    }

.team-content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    text-align: center;
    z-index: 2
}

    .team-content h3 {
        color: var(--white-color);
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 5px
    }

    .team-content p {
        color: var(--white-color);
        opacity: 80%;
        text-transform: capitalize;
        margin: 0
    }

.cta-box-section {
    padding: 50px 0;
    background: #334248
}

.cta-box {
    background: #334248;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 70px
}

.cta-box-content {
    width: calc(64% - -47px)
}

.cta-contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1
}

    .cta-contact-info:before {
        content: '';
        position: absolute;
        width: 125px;
        height: 100px;
        bottom: 10px;
        right: 0;
        transform: rotateY(180deg);
        background: url(../images/cta-box-arrow.svg) right center/cover no-repeat;
        animation: 2s linear infinite alternate ctamovearrow
    }

.faq-accordion .accordion-item::before, .our-approach:before, .page-header::before, .post-featured-image figure:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%
}

@keyframes ctamovearrow {
    50% {
        right: -30px
    }
}

.cta-contact-item {
    display: flex;
    align-items: center;
    border-right: 1px solid var(--dark-divider-color);
    padding-right: 30px
}

    .cta-contact-item:last-child {
        border: none;
        margin: 0;
        padding: 0
    }

.cta-box-image img, .faq-image img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover
}

.cta-contact-item .icon-box img, .what-we-item .icon-box img {
    width: 100%;
    max-width: 50px
}

.cta-contact-content h3 {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 5px
}

.contact-info-content p a, .cta-contact-content p a, .sidebar-cta-contact-content h3 a {
    color: inherit;
    transition: .4s ease-in-out
}

.cta-box-image {
    width: calc(29% - 35px)
}

    .cta-box-image img {
        aspect-ratio: 1/0.705
    }

.bg-grey, .four-box, .our-faqs.home-our-faqs, .why-choose-two {
    background: var(--secondary-color)
}

.faq-image img {
    aspect-ratio: 1/0.608
}

.faq-accordion .accordion-item {
    position: relative;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 0;
    transition: .3s ease-in-out;
    overflow: hidden
}

    .faq-accordion .accordion-item::before {
        position: absolute;
        top: 0;
        background: #4a4a4a;
        border-radius: 20px;
        width: 100%;
        z-index: 0
    }

.faq-accordion .accordion-header .accordion-button {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
    background: 0 0;
    color: var(--primary-color);
    padding: 20px 50px 20px 20px;
    transition: .3s ease-in-out
}

    .faq-accordion .accordion-header .accordion-button:not(.collapsed) {
        color: var(--white-color);
        border-bottom: 1px solid var(--dark-divider-color)
    }

    .faq-accordion .accordion-header .accordion-button.collapsed {
        background: var(--white-color);
        color: #262626
    }

.faq-accordion .accordion-item .accordion-button.collapsed::after, .faq-accordion .accordion-item .accordion-button::after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 900;
    color: #262626;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in-out
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    color: var(--white-color);
    transform: translateY(-50%) rotate(180deg)
}

.faq-accordion .accordion-body {
    position: relative;
    padding: 15px 50px 30px 30px;
    z-index: 1;
    background: #fff;
    color: #212121
}

    .faq-accordion .accordion-body p {
        color: #212121;
        margin: 0
    }

    .faq-accordion .accordion-body h5 {
        margin: 17px 0;
        font-size: 16px
    }

    .faq-accordion .accordion-body ul {
        padding-left: 20px;
        margin-top: 5px
    }

        .faq-accordion .accordion-body ul li {
            margin-bottom: 12px;
            line-height: 20px;
            color: #323232;
            font-size: 16px;
            font-weight: 400
        }

.post-featured-image a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    cursor: none
}

.post-featured-image figure:before {
    position: absolute;
    width: 100%;
    top: auto;
    background: #000;
    opacity: .3;
    z-index: 1
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 1/1.02;
    object-fit: cover;
    transition: .4s ease-in-out
}

.post-item-content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    z-index: 2
}

.post-item-btn a {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    background-color: var(--white-color);
    color: var(--accent-color);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: .4s ease-in-out
}

.main-footer {
    background: url(../images/footer-bg.webp) center center/100% auto no-repeat,center center/100% auto no-repeat #13181b;
    padding: 80px 0 0
}

.footer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 80px;
    padding-bottom: 50px
}

.footer-logo img, .sidebar-cta-logo img {
    width: 100%;
    max-width: 223px
}

.footer-social-links ul li, .member-social-list ul li {
    display: inline-block;
    margin-right: 15px
}

    .footer-social-links ul li:last-child, .post-social-sharing ul li:last-child {
        margin-right: 0
    }

    .footer-social-links ul li a {
        border: 1px solid var(--white-color);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s ease-in-out
    }

    .footer-social-links ul li:hover a {
        border-color: var(--primary-color)
    }

    .footer-social-links ul li a i {
        color: var(--white-color);
        font-size: 18px;
        transition: .3s ease-in-out
    }

.footer-links h3 {
    font-size: 20px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 20px
}

.footer-links p {
    color: var(--white-color);
    margin-bottom: 30px
}

.footer-newsletter-form .form-group {
    display: flex;
    margin-bottom: 30px
}

    .footer-newsletter-form .form-group .form-control {
        width: calc(100% - 70px);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4em;
        color: var(--text-color);
        background: var(--white-color);
        border: 1px solid var(--divider-color);
        border-radius: 100px;
        outline: 0;
        box-shadow: none;
        padding: 15px 20px
    }

        .footer-newsletter-form .form-group .form-control::placeholder {
            color: var(--text-color)
        }

    .footer-newsletter-form .form-group .newsletter-btn {
        background-color: var(--white-color);
        color: var(--primary-color);
        width: 60px;
        height: 60px;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-left: 10px;
        transition: .3s ease-in-out
    }

        .footer-newsletter-form .form-group .newsletter-btn:hover {
            background-color: var(--primary-color);
            color: var(--white-color);
            transform: rotate(25deg)
        }

        .footer-newsletter-form .form-group .newsletter-btn i {
            font-size: 30px;
            color: inherit;
            padding-right: 5px
        }

.footer-quick-links, .how-it-work-content-left {
    margin-left: 30px
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .footer-links ul li {
        color: var(--white-color);
        text-transform: capitalize;
        line-height: 1.7em;
        margin-bottom: 10px
    }

        .footer-links ul li a {
            color: inherit;
            transition: .3s ease-in-out
        }

.footer-copyright {
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 30px;
    padding: 10px 0;
    background: #334248;
    font-size: 14px
}

.our-approach, .page-header {
    background-position: center center;
    background-size: cover;
    position: relative
}

.benefit-footer-list ul li, .our-approach, .page-header, .what-we-do-body ul li {
    background-repeat: no-repeat
}

.page-header {
    background-image: url('../images/hero_bg_1_2.webp');
    padding: 185px 0 95px
}

    .page-header::before {
        display: block;
        position: absolute;
        top: 0;
        background: linear-gradient(270deg,rgba(1,5,53,.28) 43.57%,rgba(1,5,53,.8) 100%);
        width: 100%;
        z-index: 0
    }

.page-header-box h1 {
    display: inline-block;
    color: var(--white-color);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px
}

.page-header-box ol li.breadcrumb-item {
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    color: var(--white-color)
}

.our-approach {
    padding: 60px 0 40px;
    background-image: url('../images/our-approach-bg.jpg')
}

.mission-vision-item, .what-we-do-img-3 {
    background: var(--white-color);
    box-shadow: 0 0 100px 2px #0000000D
}

.our-approach:before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg,rgba(242,242,245,.6) 99.12%,#f2f2f5 99.38%);
    width: 100%;
    z-index: 1
}

.our-approach-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.our-approach-content {
    position: relative;
    margin-right: -110px;
    z-index: 2
}

.mission-vision-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 25px 30px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .4s ease-in-out
}

.mission-vision-content ul {
    padding: 0 0 0 20px;
    margin: 0
}

    .mission-vision-content ul li {
        transition: .4s ease-in-out;
        margin-bottom: 10px;
        line-height: 1.7em
    }

.our-approach-image img {
    width: 100%;
    aspect-ratio: 1/0.863;
    object-fit: cover;
    border-radius: 20px
}

.what-we-do-image {
    position: relative;
    padding: 0 80px 117px 0;
    margin-right: 30px
}

.what-we-do-img-1::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    background: linear-gradient(to right,#92032e 1.15%,#cf366a 50%,#92032e 98.15%);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    z-index: 0
}

.what-we-do-img-2, .what-we-do-img-3 {
    z-index: 1;
    right: 0;
    position: absolute
}

.what-we-do-img-1 img {
    aspect-ratio: 1/1.01
}

.what-we-do-img-2 {
    max-width: 270px;
    bottom: 0
}

    .what-we-do-img-2 img {
        aspect-ratio: 1/0.68
    }

.what-we-do-img-3 {
    max-width: 530px;
    bottom: 0;
    border-radius: 20px;
    padding: 25px 30px
}

    .what-we-do-img-3 ul {
        padding: 0;
        list-style: none
    }

        .what-we-do-img-3 ul li {
            margin-bottom: 12px;
            line-height: 1.5em;
            font-size: 16px
        }

            .what-we-do-img-3 ul li i {
                color: var(--primary-color);
                margin-right: 8px
            }

.company-experience-box.what-we-do-circle {
    position: absolute;
    top: 170px;
    right: 0;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    padding: 15px;
    z-index: 1;
    background: #fff
}

    .company-experience-box.what-we-do-circle h2 {
        color: var(--primary-color);
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .company-experience-box.what-we-do-circle p {
        color: var(--primary-color);
        text-transform: capitalize;
        line-height: 1.4em;
        margin: 0
    }

.team-member-detail, .what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px
}

    .what-we-do-body ul li {
        line-height: 1.5em;
        margin-bottom: 20px;
        padding-left: 35px;
        position: relative
    }

        .what-we-do-body ul li::after {
            content: "";
            font-family: FontAwesome;
            content: '\f061';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            color: var(--primary-color)
        }

.what-we-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.what-we-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center
}

.our-benefit-body, .work-step-item {
    flex-wrap: wrap;
    margin-bottom: 40px
}

.what-we-item .icon-box {
    margin-right: 20px;
    font-size: 40px;
    color: var(--primary-color)
}

.benefit-body-item-content h3, .what-we-item-content h3 {
    font-size: 20px;
    line-height: 1.4em;
    text-transform: capitalize
}

.work-step-item {
    position: relative;
    display: flex;
    align-items: center
}

    .work-step-item::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translate(30px,55px);
        border: 1px dashed #ccc;
        width: 1px;
        height: 100%;
        z-index: -1
    }

    .benefit-body-item .icon-box, .work-step-item .work-step-no {
        height: 60px;
        width: 60px;
        display: flex;
        transition: .4s ease-in-out
    }

    .work-step-item .work-step-no {
        background: 0 0/200% auto #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        margin-right: 20px
    }

        .work-step-item .work-step-no:hover {
            color: #fff;
            background: var(--primary-color)
        }

            .work-step-item .work-step-no:hover.work-step-no h3 {
                color: #fff
            }

.work-step-no h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700
}

.work-step-content h3 {
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 700
}

.work-step-content ul {
    padding-left: 19px;
    margin-top: 9px
}

    .work-step-content ul li {
        margin-bottom: 12px;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #323232
    }

.how-it-work-image {
    position: relative;
    padding-left: 80px
}

.how-it-work-img-1 img, .how-it-work-img-2 img, .how-it-work-img-left-1 img, .how-it-work-img-left-2 img {
    width: 100%;
    object-fit: cover
}

.how-it-work-img-1 figure, .how-it-work-img-left-1 figure {
    border-radius: 20px
}

.how-it-work-img-1 img, .how-it-work-img-left-1 img {
    aspect-ratio: 1/1.10
}

.how-it-work-img-2 {
    position: absolute;
    max-width: 306px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border: 10px solid var(--white-color);
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 10px 1px #00000030
}

    .how-it-work-img-2 img, .how-it-work-img-left-2 img {
        aspect-ratio: 1/1.02
    }

.our-benefits {
    background-color: #242424
}

    .google-map .container-fluid, .our-benefits .container-fluid {
        padding: 0
    }

.our-benefit-image {
    position: relative;
    height: 100%;
    margin-right: 160px;
    background: url("../images/benefit-image-1.webp") fixed
}

.benefit-img-1 img {
    width: 100%;
    aspect-ratio: 1/1.01;
    object-fit: cover
}

.benefit-img-2 {
    position: absolute;
    max-width: 354px;
    right: -120px;
    bottom: 40px;
    border: 10px solid var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    z-index: 1
}

    .benefit-img-2 img {
        width: 100%;
        aspect-ratio: 1/1.21;
        object-fit: cover
    }

.contact-us-circle {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1
}

    .contact-us-circle img {
        width: 100%;
        max-width: 180px;
        animation: 20s linear infinite infiniterotate
    }

.our-benefit-content {
    padding: 60px 0 40px;
    padding-right: calc(((100vw - 1300px)/ 2) + 5px)
}

.our-benefit-body {
    display: flex;
    gap: 30px
}

.benefit-body-item {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 15px 20px
}

    .benefit-body-item .icon-box {
        background: linear-gradient(to right,var(--accent-color) 0,var(--accent-secondary-color) 50%,var(--accent-color) 100%);
        background-size: 200% auto;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        margin-right: 15px
    }

        .benefit-body-item .icon-box img, .project-detail-item .icon-box img {
            width: 100%;
            max-width: 30px
        }

.benefit-body-item-content, .service-feature-title {
    width: calc(100% - 75px)
}

.our-benefit-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px
}

.benefit-footer-list {
    width: calc(60% - 15px)
}

    .benefit-footer-list ul li {
        background-image: url(../images/icon-check.svg);
        line-height: 1.5em;
        margin-bottom: 20px;
        padding-left: 35px
    }

.project-entry ul li, .service-entry ul li, .team-single-list ul li {
    background: url(../images/icon-check.svg) top left/24px auto no-repeat;
    padding-left: 30px;
    line-height: 1.5em
}

.benefit-footer-btn {
    width: calc(40% - 15px)
}

.our-services.page-services {
    padding: 100px 0 70px;
    background: #f2f2f5
}

    .our-services.page-services:before {
        contain: "";
        background: 0 0
    }

.page-single-sidebar {
    position: sticky;
    top: 20px;
    margin-right: 20px
}

.page-catagery-list {
    background-color: var(--secondary-color);
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 60px;
    overflow: hidden
}

    .page-catagery-list h3 {
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 30px
    }

    .page-catagery-list ul li a {
        position: relative;
        display: block;
        line-height: 1.5em;
        text-transform: capitalize;
        color: var(--text-color);
        background-color: var(--white-color);
        border-radius: 10px;
        padding: 15px 50px 15px 15px;
        overflow: hidden;
        transition: .4s ease-in-out;
        z-index: 1
    }

.post-social-sharing ul li a, .post-tags .tag-links a {
    transition: .3s ease-in-out;
    border-radius: 10px;
    background-size: 200% auto
}

.page-catagery-list ul li a::before {
    font-family: FontAwesome;
    content: '\f0a9';
    position: absolute;
    font-size: 24px;
    color: var(--accent-color);
    top: 50%;
    right: 15px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    transition: .4s ease-in-out
}

.page-catagery-list ul li a::after, .team-detail-list ul li::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .4s ease-in-out;
    z-index: -1
}

.page-catagery-list ul li:hover a::after, .team-detail-list ul li:hover::before {
    top: 0;
    height: 100%
}

.sidebar-cta-box {
    border-radius: 30px;
    padding: 40px
}

.sidebar-cta-contact {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 30px;
    padding-top: 30px;
    z-index: 1
}

    .sidebar-cta-contact .icon-box {
        position: relative;
        background: linear-gradient(90deg,var(--accent-color) 0,var(--accent-secondary-color) 50%,var(--accent-color) 100%);
        background-size: 200% auto;
        border-radius: 100%;
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px 0 10px;
        transition: .4s ease-in-out
    }

        .sidebar-cta-contact .icon-box:before {
            content: '';
            position: absolute;
            top: -33%;
            left: -33%;
            width: 160%;
            height: 160%;
            border: 35px solid var(--divider-color);
            border-radius: 50%;
            transform: scale(.6);
            z-index: -1;
            animation: 1.2s linear infinite border-zooming
        }

        .sidebar-cta-contact .icon-box:after {
            content: '';
            position: absolute;
            top: -33%;
            left: -33%;
            width: 160%;
            height: 160%;
            border: 35px solid var(--divider-color);
            border-radius: 50%;
            transform: scale(.6);
            z-index: -1;
            animation: 1.2s linear .3s infinite border-zooming
        }

        .sidebar-cta-contact .icon-box img {
            width: 100%;
            max-width: 24px
        }

.sidebar-cta-contact-content {
    width: calc(100% - 72px)
}

    .sidebar-cta-contact-content h3 {
        font-size: 20px;
        color: var(--white-color);
        margin-bottom: 10px
    }

        .sidebar-cta-contact-content h3 a:hover {
            color: var(--primary-color);
            text-decoration-color: var(--primary-color)
        }

.page-single-slider .swiper-slide figure {
    display: block;
    overflow: hidden;
    border-radius: 30px
}

    .page-single-slider .swiper-slide figure::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg,rgba(1,5,53,0) 80.06%,var(--primary-color) 100%);
        width: 100%;
        height: 100%
    }

.page-single-slider .swiper-slide img {
    width: 100%;
    aspect-ratio: 1/0.66;
    object-fit: cover
}

.page-single-slider .page-single-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 1;
    height: 20px
}

    .page-single-slider .page-single-pagination .swiper-pagination-bullet {
        position: relative;
        height: 12px;
        width: 12px;
        background: var(--white-color);
        opacity: 1;
        margin: 0 8px
    }

        .page-single-slider .page-single-pagination .swiper-pagination-bullet:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            border: 1px solid var(--white-color);
            height: 0;
            width: 0;
            border-radius: 50%;
            transition: .4s ease-in-out
        }

    .page-single-slider .page-single-pagination .swiper-pagination-bullet-active:before {
        height: 24px;
        width: 24px
    }

.project-entry h2, .service-entry h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px
}

.service-entry ul li {
    text-transform: capitalize;
    margin-bottom: 20px
}

.project-challenge-box, .project-scope-box, .service-entry-feature-box, .service-why-choose-box, .team-experience-box, .team-single-form, .team-skills-box {
    margin-top: 60px
}

.our-benefit-body.service-why-choose-list {
    margin: 40px 0
}

    .our-benefit-body.service-why-choose-list .benefit-body-item {
        background: var(--secondary-color);
        padding: 20px
    }

.service-feature-list {
    display: flex;
    gap: 30px 50px;
    flex-wrap: wrap;
    margin: 40px 0
}

.service-feature-item {
    position: relative;
    width: calc(33.33% - 33.33px)
}

    .service-feature-item::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
        background-color: var(--secondary-color);
        height: 85%;
        width: 1px
    }

.service-feature-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

    .service-feature-box .icon-box {
        margin-right: 15px
    }

.service-feature-title h3 {
    font-size: 20px;
    text-transform: capitalize
}

.service-entry-image-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center
}

.service-entry-image {
    width: calc(52% - 15px)
}

.service-entry-list-content {
    width: calc(48% - 15px)
}

.service-entry-image img {
    width: 100%;
    aspect-ratio: 1/0.823;
    object-fit: cover;
    border-radius: 30px
}

.page-pagination {
    margin-top: 30px;
    text-align: center
}

    .page-pagination ul {
        justify-content: center;
        padding: 0;
        margin: 0
    }

        .page-pagination ul li a, .page-pagination ul li span {
            display: flex;
            text-decoration: none;
            justify-content: center;
            align-items: center;
            background: var(--secondary-color);
            color: #212121;
            border-radius: 10px;
            width: 40px;
            height: 40px;
            margin: 0 5px;
            font-weight: 600;
            line-height: 1em;
            transition: .3s ease-in-out
        }

.post-social-sharing ul li a, .post-tags .tag-links a, .project-detail-item .icon-box {
    background: linear-gradient(to right,var(--accent-color) 0,var(--accent-secondary-color) 50%,var(--accent-color) 100%)
}

.page-pagination ul li a:hover, .page-pagination ul li.active a {
    background: #13181b;
    color: var(--white-color)
}

.post-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden
}

.post-image img {
    width: 100%;
    aspect-ratio: 1/0.50;
    object-fit: cover;
    border-radius: 30px
}

.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

.post-entry {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px
}

    .post-entry:after {
        content: '';
        display: block;
        clear: both
    }

    .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
        font-weight: 700;
        line-height: 1.2em;
        margin: 0 0 .435em
    }

    .post-entry h1 {
        font-size: 68px
    }

    .post-entry h2 {
        font-size: 46px
    }

    .post-entry h3 {
        font-size: 40px
    }

    .post-entry h4 {
        font-size: 30px
    }

    .post-entry h5 {
        font-size: 24px
    }

    .member-social-list span, .post-entry p strong {
        font-size: 20px;
        font-weight: 600
    }

    .post-entry ol {
        margin: 0 0 30px
    }

    .post-entry ul {
        padding: 0 0 0 20px;
        margin: 20px 0
    }

        .post-entry ol li, .post-entry ul li {
            position: relative;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.5em;
            color: var(--text-color);
            margin-bottom: 15px
        }

        .post-entry ol ol, .post-entry ol ul, .post-entry ul ol, .post-entry ul ul {
            margin-top: 20px;
            margin-bottom: 0
        }

blockquote {
    background: url(../images/icon-blockquote.svg) 35px 25px/55px no-repeat,35px 25px/55px no-repeat #505050;
    border-radius: 30px;
    padding: 30px 30px 30px 100px;
    margin-bottom: 0
}

    blockquote p {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.4em;
        color: var(--white-color);
        margin: 0
    }

.tag-links {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1em;
    color: var(--white-color);
    padding: 12px 20px
}

.post-social-sharing {
    text-align: right
}

    .post-social-sharing ul li {
        display: inline-block;
        margin-right: 10px
    }

        .post-social-sharing ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--white-color);
            width: 38px;
            height: 38px
        }

            .post-social-sharing ul li a i {
                font-size: 18px;
                color: inherit
            }

.page-gallery, .page-projects, .page-team, .page-testimonials, .page-video-gallery {
    padding: 100px 0 70px
}

    .page-projects .project-item {
        width: 100%;
        height: calc(100% - 30px);
        margin-bottom: 30px
    }

        .page-projects .project-item .project-image a, .page-projects .project-item .project-image figure {
            border-radius: 30px;
            cursor: none
        }

            .page-projects .project-item .project-image figure::before {
                background: linear-gradient(180deg,rgba(85,202,225,0) 58.63%,var(--accent-color) 110.88%);
                height: 100%
            }

        .page-projects .project-item .project-image img {
            aspect-ratio: 1/0.99
        }

.project-detail-list {
    background: var(--secondary-color);
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 60px
}

.project-detail-item, .team-detail-list li {
    background: var(--white-color);
    display: flex
}

.project-deatil-title h3 {
    font-size: 20px
}

.project-detail-item {
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px
}

    .project-detail-item .icon-box {
        height: 60px;
        width: 60px;
        background-size: 200% auto;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        overflow: hidden;
        transition: .4s ease-in-out
    }

.project-detail-content p {
    text-transform: capitalize;
    margin-bottom: 0
}

.project-entry h3, .team-detail-content h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.project-entry ul {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

    .project-entry ul li {
        width: 100%
    }

.project-video-list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    align-items: center;
    margin-top: 40px
}

.project-video-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 30%;
    z-index: 0
}

.project-video-image img {
    width: 100%;
    aspect-ratio: 1/0.856;
    object-fit: cover;
    border-radius: 30px
}

.project-video-box .testimonial-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.project-entry-images {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 40px 0
}

.project-entry-image img {
    width: 100%;
    aspect-ratio: 1/0.7;
    object-fit: cover;
    border-radius: 30px
}

.what-we-list.project-scope-list .what-we-item {
    align-items: start
}

    .what-we-list.project-scope-list .what-we-item .icon-box img {
        max-width: 60px
    }

    .what-we-list.project-scope-list .what-we-item .what-we-item-content h3 {
        margin-bottom: 10px
    }

.team-singe-image img {
    width: 100%;
    aspect-ratio: 1/1.236;
    object-fit: cover;
    border-radius: 30px
}

.team-detail-box {
    background: var(--secondary-color);
    border-radius: 30px;
    padding: 30px
}

.team-detail-list li {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 15px;
    overflow: hidden;
    transition: .4s ease-in-out;
    z-index: 0
}

    .team-detail-list li a {
        width: 100%;
        color: inherit;
        display: flex;
        align-items: center
    }

    .team-detail-list li img {
        width: 100%;
        max-width: 30px;
        margin-right: 20px;
        transition: .4s ease-in-out
    }

.team-member-info .section-title p {
    margin: 0 0 5px
}

.member-social-list {
    display: flex;
    align-items: center;
    gap: 20px
}

    .member-social-list ul li a {
        background: linear-gradient(90.15deg,var(--accent-color) 0,var(--accent-secondary-color) 50%,var(--accent-color) 100%);
        background-size: 200% auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        transition: .4s ease-in-out
    }

.team-skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.skills-progress-bar .skill-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.page-gallery-box .photo-gallery, .page-testimonials .testimonial-item, .video-gallery-image {
    height: calc(100% - 30px);
    margin-bottom: 30px
}

.skills-progress-bar .skill-data .skill-title {
    text-transform: capitalize
}

.skills-progress-bar .skillbar .skill-progress {
    position: relative;
    width: 100%;
    height: 16px;
    background: var(--secondary-color);
    border-radius: 100px;
    overflow: hidden
}

    .skills-progress-bar .skillbar .skill-progress .count-bar {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border-radius: 100px
    }

.team-single-list ul {
    display: flex;
    gap: 25px 30px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.member-contact-form .form-label {
    text-align: left;
    display: block;
    font-size: 13px
}

.member-contact-form .form-control {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    background: 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px 18px;
    box-shadow: none;
    outline: 0
}

    .member-contact-form .form-control::placeholder {
        color: var(--text-color)
    }

.page-testimonials .testimonial-item {
    background-color: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 100px 2px #0000000D
}

.page-testimonials .testimonial-content p {
    color: var(--text-color);
    font-size: 16px
}

.page-testimonials .testimonial-body .author-content p {
    color: var(--text-color)
}

.page-contact-box:before, .video-gallery-image a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ''
}

.page-gallery-box .photo-gallery a {
    cursor: none
}

.page-gallery-box .photo-gallery img, .video-gallery-image img {
    width: 100%;
    aspect-ratio: 1/0.81;
    object-fit: cover;
    border-radius: 20px
}

.video-gallery-image a {
    position: relative;
    display: block;
    cursor: none
}

    .video-gallery-image a::before {
        background-color: var(--primary-color);
        border-radius: 20px;
        opacity: 0%;
        visibility: hidden;
        z-index: 1;
        transform: scale(0);
        transition: .4s ease-in-out
    }

.video-gallery-image:hover a::before {
    opacity: 50%;
    visibility: visible;
    transform: scale(1)
}

.video-gallery-image a::after {
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%,-50%);
    font-size: 20px;
    background: linear-gradient(90.15deg,var(--accent-color) 1.15%,var(--accent-secondary-color) 98.84%);
    color: var(--white-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-in-out;
    z-index: 1
}

.video-gallery-image:hover a::after {
    opacity: 1;
    visibility: visible
}

.page-contact-us .section-row .section-title {
    max-width: 600px
}

.page-contact-box {
    position: relative;
    padding: 0 120px 120px;
    background: url('../images/contact-box-bg.jpg') center center/cover no-repeat;
    border: 1px solid var(--divider-color);
    box-shadow: 0 0 100px 2px #0000000D;
    border-radius: 30px;
    margin-top: 100px
}

    .page-contact-box:before {
        display: block;
        background: rgba(46,60,67,.8);
        opacity: 80%;
        border-radius: 30px;
        z-index: 0
    }

.contact-info-list {
    position: relative;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 100px;
    padding: 40px 50px;
    margin: -80px 0 80px;
    z-index: 1;
    box-shadow: 0 25px 70px rgba(8,10,55,.08)
}

.contact-info-item {
    position: relative;
    width: calc(33.33% - 66.66px)
}

    .contact-info-item:before {
        content: '';
        position: absolute;
        top: 50%;
        right: -50px;
        bottom: 0;
        left: auto;
        transform: translateY(-50%);
        background: #cccccc78;
        width: 1px;
        height: 85%
    }

    .contact-info-item .icon-box {
        position: relative;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        color: var(--primary-color);
        font-size: 22px
    }

        .contact-info-item .icon-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: var(--primary-color);
            border-radius: 50%;
            transform: scale(0);
            transition: .4s ease-in-out
        }

        .contact-info-item .icon-box img {
            position: relative;
            width: 100%;
            max-width: 30px;
            transition: .4s ease-in-out;
            z-index: 1;
            filter: brightness(0) invert(1)
        }

.contact-info-content p {
    opacity: 80%;
    margin: 0
}

.contact-us-form {
    position: relative;
    text-align: center;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    padding: 20px
}

.member-contact-form.contact-form .form-control {
    background: var(--white-color)
}

.google-map-iframe, .google-map-iframe iframe {
    height: 650px;
    width: 100%
}

    .google-map-iframe iframe {
        filter: grayscale(100%);
        transition: .4s ease-in-out
    }

        .google-map-iframe iframe:hover {
            filter: grayscale(0%)
        }

.error-page-image {
    text-align: center;
    margin-bottom: 30px
}

    .error-page-image img {
        width: 100%;
        max-width: 50%
    }

@media only screen and (max-width: 991px) {
    .post-social-sharing ul, .section-btn {
        text-align: left
    }

    .btn-default {
        font-size: 16px;
        padding: 15px 50px 15px 20px
    }

        .btn-default::before {
            transform: translate(-20px,-50%);
            font-size: 18px
        }

        .btn-default:hover::before {
            transform: translate(-17px,-50%)
        }

    .company-experience-box.what-we-do-circle p, .contact-info-content p, .topbar-info-text p {
        font-size: 14px
    }

    .topbar-info-text p {
        text-align: center
    }

    .topbar-contact-info {
        margin-right: 15px;
        padding-right: 15px
    }

        .topbar-contact-info ul li {
            font-size: 14px;
            margin-right: 15px
        }

            .topbar-contact-info ul li::before {
                right: -12px;
                font-size: 14px
            }

    .service-feature-box .icon-box, .topbar-social-links ul li {
        margin-right: 10px
    }

        .topbar-social-links ul li a i {
            font-size: 16px;
            margin-right: 5px
        }

    .navbar {
        padding: 15px 0
    }

    .main-menu ul li.highlighted-menu, .navbar-toggle, .responsive-menu, .slicknav_nav li, .slicknav_nav ul {
        display: block
    }

    .header-btn {
        display: none
    }

    .page-faqs-accordion, .section-row {
        margin-bottom: 40px
    }

        .hero-content, .page-contact-us .section-row .section-title, .section-row .section-title {
            max-width: 100%
        }

    .about-us-body, .ferature-list-item, .our-feature-images, .page-single-slider, .pricing-list, .project-entry, .section-title, .security-content-box, .security-content-item, .service-entry, .team-singe-image, .testimonial-header, .work-step-item {
        margin-bottom: 30px
    }

    .banner-shape-3 {
        position: absolute;
        top: 0;
        right: -100px;
        width: 240px; display:none;
    }

    .banner-shape-2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 190px;
        display: none;
    }

    .contact-info-content h3, .pricing-header h2, .pricing-header h3, .section-title h3, .security-content-item h3, .security-list-item h3, .team-detail-content h3, .work-step-content h3 {
        margin-bottom: 10px
    }

        .section-title h3::before {
            width: 18px;
            height: 18px
        }

    .page-header-box h1, .section-title h1 {
        font-size: 40px
    }

    .post-entry h2, .pricing-header h2, .section-title h2, .why-choose-counter-content h3 {
        font-size: 36px
    }

    .page-pagination, .pricing-benefit-list, .section-title p {
        margin-top: 10px
    }

    .text {
        font-size: 13px
    }

    .section-title-content {
        margin-left: 0;
        margin-top: 15px
    }

    .section-btn {
        margin-top: 15px
    }

    .hero {
        padding: 100px 0
    }

        .hero.hero-video {
            padding: 120px 0
        }

    .navbar-brand {
        padding: 8px 0;
        border: 0;
        font-size: 28px;
    }
        .navbar-brand img {
            height: 40px;
        }
        .hero.hero-slider-layout .hero-pagination {
            bottom: 10px;
            padding-left: 15px
        }

    .video-play-button a {
        height: 45px;
        width: 45px
    }

    .hero-content-footer {
        margin-top: 40px
    }

    .hero-list ul li {
        background-size: 22px auto;
        background-position: left top 2px;
        margin-bottom: 15px;
        padding: 0 0 15px 30px
    }

    .client-image, .footer-newsletter-form .form-group .newsletter-btn {
        width: 50px;
        height: 50px
    }

        .client-image img, .what-we-list.project-scope-list .what-we-item .icon-box img, .why-choose-counter-item .icon-box img {
            max-width: 50px
        }

        .client-image.client-counter h3 {
            font-size: 20px
        }

    .about-us, .error-page, .how-it-work, .our-approach, .our-benefits, .our-faqs, .our-feature, .our-pricing, .our-projects, .our-security, .our-testimonials, .page-blog, .page-contact-us, .page-faqs, .page-pricing, .page-project-single, .page-service-single, .page-single-post, .page-team-single, .what-we-do, .why-choose-us {
        padding: 50px 0
    }

    .about-us-image, .faq-content, .how-it-work-content, .our-approach-content, .why-choose-image {
        margin-right: 0;
        margin-bottom: 30px
    }

        .about-img-1 figure, .about-img-1 img, .about-img-2 figure, .about-img-2 img, .about-img-3 figure, .about-img-3 img, .cta-box-image figure, .faq-image figure, .faq-image img, .feature-image figure, .how-it-work-img-1 figure, .how-it-work-img-1 img, .how-it-work-img-2, .our-approach-image figure, .our-approach-image img, .page-contact-box:before, .page-projects .project-item .project-image a, .page-projects .project-item .project-image figure, .page-single-slider .swiper-slide figure, .post-image figure, .post-image img, .pricing-item, .project-entry-image figure, .project-video-image figure, .project-video-image img, .projects-list, .security-image figure, .service-entry-image figure, .service-entry-image img, .team-image a, .team-image a figure, .team-image figure:before, .team-image:before, .team-singe-image figure, .testimonial-box, .testimonial-box::before, .what-we-do-img-1 figure, .what-we-do-img-1 img, .what-we-do-img-1::before, .what-we-do-img-2 figure, .what-we-do-img-2 img, .why-choose-image figure, .why-choose-image img {
            border-radius: 20px
        }

    .about-img-1 img {
        aspect-ratio: 1/1.58
    }

    .about-img-2 img, .about-img-3 img {
        aspect-ratio: 1/0.92
    }

    .contact-us-circle img, .get-free-security-circle img {
        max-width: 140px
    }

    .about-us-content {
        margin-left: 0
    }

    .about-footer-list ul li, .what-we-do-body ul li {
        background-size: 20px auto;
        background-position: left top 2px;
        padding-left: 25px;
        margin-bottom: 15px
    }

    .about-contact-btn, .company-experience-content {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

        .about-contact-btn .icon-box {
            height: 40px;
            width: 40px
        }

            .about-contact-btn .icon-box img {
                max-width: 22px
            }

    .about-footer-btn-content {
        width: calc(100% - 50px)
    }

    .our-blog, .our-services, .our-services.page-services, .page-gallery, .page-projects, .page-team, .page-testimonials, .page-video-gallery {
        padding: 50px 0 20px
    }

        .cta-box, .page-testimonials .testimonial-item, .service-item, .sidebar-cta-box {
            border-radius: 20px;
            padding: 30px
        }

            .service-item .icon-box {
                margin-bottom: 60px
            }

                .mission-vision-item .icon-box img, .service-item .icon-box img, .why-choose-item .icon-box img {
                    max-width: 60px
                }

    .feature-image img {
        aspect-ratio: 1/0.48;
        border-radius: 20px
    }

    .company-experience-info .feature-image img {
        aspect-ratio: 1/0.54
    }

    .company-experience-box {
        border-radius: 20px;
        padding: 25px 20px
    }

    .company-experience-content h2 {
        font-size: 45px;
        margin-bottom: 5px
    }

    .our-feature-content {
        margin: 0
    }

    .ferature-list-item .icon-box, .project-detail-item .icon-box, .testimonial-contact-box .icon-box {
        height: 50px;
        width: 50px;
        margin-right: 15px
    }

        .benefit-body-item .icon-box img, .contact-info-item .icon-box img, .ferature-list-item .icon-box img, .project-detail-item .icon-box img {
            max-width: 25px
        }

    .ferature-list-content, .project-detail-content, .testimonial-contact-content, .work-step-content {
        width: calc(100% - 65px)
    }

    .project-item {
        width: 50%
    }

        .project-item:nth-child(-4n+4) {
            border-radius: 0
        }

        .project-item:nth-child(-2n+2) {
            border-radius: 0 20px 0 0
        }

        .project-item:last-child {
            border-radius: 0 0 20px
        }

    .project-image img {
        aspect-ratio: 1/1.05
    }

    .error-page-content .section-title, .footer-links h3, .post-entry p, .project-content p, .project-entry h3, .project-entry p, .service-entry p, .sidebar-cta-logo, .team-member-detail p {
        margin-bottom: 15px
    }

    .section-footer-text {
        max-width: 100%;
        margin: 30px auto 0
    }

    .why-choose-image img {
        aspect-ratio: 1/0.75
    }

    .why-choose-item {
        padding: 20px 25px;
        border-radius: 20px;
        margin-bottom: 30px
    }

        .mission-vision-item .icon-box, .why-choose-item .icon-box {
            margin-right: 20px
        }

    .mission-vision-content, .why-choose-item-content {
        width: calc(100% - 80px)
    }

        .mission-vision-content h3, .why-choose-item-content h3 {
            margin-bottom: 5px
        }

    .security-list, .why-choose-counter-list {
        margin-top: 40px;
        padding-top: 40px
    }

    .why-choose-counter-content p {
        font-size: 16px
    }

    .our-security-image-content {
        display: flex;
        flex-direction: column
    }

    .security-image {
        margin: 30px 0 0
    }

        .security-image img {
            aspect-ratio: 1/0.45;
            border-radius: 20px
        }

    .security-list-item {
        width: calc(50% - 15px);
        background-size: 20px auto;
        background-position: top 2px left;
        padding-left: 30px
    }

    .pricing-body, .pricing-header {
        padding: 20px
    }

        .pricing-header h2 sup {
            font-size: 18px;
            top: -7px
        }

        .pricing-header .icon-box {
            top: -10px;
            right: -25px
        }

            .pricing-header .icon-box img {
                max-width: 80px
            }

    .pricing-list ul li, .service-entry ul li {
        background-size: 20px auto;
        background-position: top 2px left;
        margin-bottom: 15px;
        padding-left: 25px
    }

    .pricing-benefit-list ul {
        gap: 15px 30px
    }

        .pricing-benefit-list ul li img {
            max-width: 18px;
            margin-right: 10px
        }

    .testimonial-box {
        padding: 60px 30px 40px
    }

    .benefit-footer-btn, .benefit-footer-list, .cta-box-content, .cta-box-image, .testimonial-slider-box, .testimonial-video-button {
        width: 100%
    }

        .testimonial-video-button a {
            width: 60px;
            height: 60px
        }

            .testimonial-video-button a:after, .testimonial-video-button a:before {
                top: -33%;
                left: -33%
            }

            .testimonial-video-button a i {
                font-size: 26px
            }

    .testimonial-slider {
        margin-top: 0;
        padding: 40px;
        border-radius: 20px
    }

    .error-page-image, .footer-links p, .page-catagery-list h3, .page-testimonials .testimonial-header, .post-image, .post-tags, .project-deatil-title, .team-detail-content, .testimonial-content {
        margin-bottom: 20px
    }

        .testimonial-content p {
            font-size: 16px;
            margin-bottom: 15px
        }

    .testimonial-contact-info {
        margin-top: 30px;
        padding: 0
    }

    .testimonial-contact-box .icon-box img {
        max-width: 26px
    }

    .our-team {
        padding: 50px 0 0
    }

    .team-image a img {
        aspect-ratio: 1/1.1
    }

    .team-social-icon {
        left: 20px;
        right: 20px
    }

    .post-item-content, .team-content {
        right: 20px;
        bottom: 20px;
        left: 20px
    }

    .cta-box-section {
        padding: 25px 0 50px
    }

    .cta-contact-item .icon-box, .what-we-item .icon-box {
        margin-right: 15px
    }

        .cta-contact-item .icon-box img, .what-we-item .icon-box img {
            max-width: 40px
        }

    .cta-contact-content, .service-feature-title, .what-we-item-content {
        width: calc(100% - 55px)
    }

    .benefit-body-item, .project-scope-box ul li, .what-we-item {
        width: calc(50% - 10px)
    }

    .cta-contact-info:before {
        width: 110px;
        height: 80px
    }

    .cta-box-image img {
        aspect-ratio: 1/0.55;
        border-radius: 20px
    }

    .faq-accordion .accordion-item, .faq-accordion .accordion-item::before, .post-featured-image a {
        border-radius: 10px
    }

    .faq-accordion .accordion-header .accordion-button {
        padding: 20px 45px 20px 20px
    }

    .faq-accordion .accordion-item .accordion-button.collapsed::after, .faq-accordion .accordion-item .accordion-button::after {
        right: 20px
    }

    .faq-accordion .accordion-body {
        padding: 15px 45px 20px 20px
    }

    .how-it-work-img-1 img, .post-featured-image img {
        aspect-ratio: 1/0.85
    }

    .post-item-btn a {
        height: 36px;
        width: 36px
    }

    .main-footer {
        padding: 40px 0 0
    }

    .footer-header {
        margin-bottom: 40px;
        padding-bottom: 40px
    }

    .footer-logo img, .sidebar-cta-logo img {
        max-width: 183px
    }

    .footer-links, .footer-newsletter-form, .footer-quick-links {
        margin: 0 0 30px
    }

        .footer-newsletter-form .form-group .form-control {
            width: calc(100% - 60px);
            padding: 10px 20px
        }

        .footer-newsletter-form .form-group .newsletter-btn i {
            font-size: 24px
        }

    .footer-copyright {
        margin-top: 0;
        padding: 30px 0
    }

    .page-header {
        padding: 190px 0 20px
    }

    .mission-vision-item {
        padding: 20px;
        border-radius: 20px
    }

    .our-approach-image img {
        aspect-ratio: 1/0.7
    }

    .what-we-do-image {
        max-width: 80%;
        margin: 0 auto 30px;
        padding: 0 80px 90px 0
    }

    .company-experience-box.what-we-do-circle {
        width: 140px;
        height: 140px;
        top: 100px
    }

        .company-experience-box.what-we-do-circle h2 {
            font-size: 32px
        }

    .team-member-detail, .what-we-do-body {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .team-single-list ul, .what-we-list {
        gap: 20px
    }

    .work-step-item .work-step-no {
        width: 50px;
        height: 50px;
        margin-right: 15px
    }

    .work-step-no h3 {
        font-size: 22px
    }

    .work-step-item::before {
        transform: translate(25px,45px)
    }

    .our-benefit-image {
        height: auto;
        margin: 0 15px 30px
    }

    .benefit-img-1, .benefit-img-1 figure, .benefit-img-1 img {
        height: auto;
        border-radius: 20px
    }

        .benefit-img-1 img {
            aspect-ratio: 1/0.98
        }

    .benefit-img-2 {
        max-width: 280px;
        border-radius: 20px;
        right: 0
    }

    .contact-us-circle {
        top: 40px;
        right: 15px
    }

    .our-benefit-content {
        padding: 0 15px
    }

    .our-benefit-body {
        gap: 20px;
        margin-bottom: 30px
    }

    .benefit-body-item, .member-contact-form .form-control, .post-tags .tag-links a {
        padding: 12px 15px
    }

        .benefit-body-item .icon-box {
            width: 50px;
            height: 50px;
            margin-right: 10px
        }

    .benefit-body-item-content {
        width: calc(100% - 60px)
    }

    .benefit-footer-list ul li {
        background-size: 20px auto;
        background-position: left top 2px;
        padding-left: 25px;
        margin-bottom: 10px
    }

    .page-single-sidebar {
        position: initial;
        margin: 0 0 30px
    }

    .page-catagery-list, .project-detail-list {
        border-radius: 20px;
        margin-bottom: 30px
    }

        .page-catagery-list ul li a {
            padding: 12px 40px 12px 15px
        }

            .page-catagery-list ul li a::before {
                font-size: 22px;
                width: 22px;
                height: 22px
            }

    .sidebar-cta-contact {
        margin-top: 20px;
        padding-top: 20px
    }

    .page-single-slider .swiper-slide img {
        aspect-ratio: 1/0.57
    }

    .project-entry h2, .service-entry h2 {
        font-size: 36px;
        margin-bottom: 15px
    }

    .project-challenge-box, .project-scope-box, .project-video-list-box, .service-entry-feature-box, .service-why-choose-box, .team-experience-box, .team-single-form, .team-skills-box {
        margin-top: 30px
    }

    .our-benefit-body.service-why-choose-list, .project-entry-images {
        margin: 30px 0
    }

        .our-benefit-body.service-why-choose-list .benefit-body-item {
            padding: 15px
        }

    .service-feature-list {
        gap: 30px;
        margin: 30px 0
    }

    .service-feature-item {
        width: calc(33.33% - 20px)
    }

        .service-feature-item::before {
            right: -15px
        }

    .service-feature-box .icon-box img {
        max-width: 45px
    }

    .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
        margin: 0 0 .417em
    }

    .post-entry ul li {
        font-size: 16px;
        margin-bottom: 10px
    }

    .post-entry blockquote {
        background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 85px;
        border-radius: 20px;
        margin-bottom: 20px
    }

        .post-entry blockquote p {
            font-size: 18px
        }

    .project-entry ul {
        gap: 15px 20px
    }

        .project-entry ul li {
            background-position: top 2px left;
            background-size: 20px auto;
            padding-left: 25px
        }

    .project-entry-image img {
        aspect-ratio: 1/0.65;
        border-radius: 20px
    }

    .team-singe-image img {
        aspect-ratio: 1/0.8;
        border-radius: 20px
    }

    .team-detail-box {
        border-radius: 20px;
        padding: 20px
    }

    .team-detail-list li {
        margin-bottom: 20px;
        font-size: 18px;
        padding: 10px
    }

        .team-detail-list li img {
            max-width: 26px;
            margin-right: 15px
        }

    .team-single-list ul li {
        width: calc(50% - 10px);
        background-size: 22px auto;
        padding-left: 25px
    }

    .page-contact-box {
        padding: 0 30px 60px;
        margin-top: 90px;
        border-radius: 20px
    }

    .contact-info-list {
        gap: 20px;
        border-radius: 20px;
        padding: 20px;
        margin: -90px 0 30px
    }

    .contact-info-item {
        width: calc(33.33% - 13.33px)
    }

        .contact-info-item:before {
            right: -10px
        }

        .contact-info-item .icon-box {
            width: 50px;
            height: 50px;
            margin-bottom: 20px
        }

    .google-map-iframe, .google-map-iframe iframe {
        height: 500px
    }

    .error-page-image img {
        max-width: 80%
    }
}

@media only screen and (max-width: 767px) {
    .about-footer-list ul li, .contact-info-item:last-child::before, .service-entry ul li, .service-feature-box, .topbar-info-text, .why-choose-counter-item .icon-box, .why-choose-counter-item:nth-child(2n+2)::after {
        margin-bottom: 10px
    }

    .hero.hero-slider-layout .hero-slide {
        padding: 170px 0 40px
    }

    .topbar-links {
        justify-content: center
    }

    .section-row, .service-item .icon-box {
        margin-bottom: 30px
    }

    .company-experience-content h2, .page-header-box h1, .section-title h1 {
        font-size: 30px
    }

    .post-entry h2, .pricing-header h2, .project-entry h2, .section-title h2, .service-entry h2 {
        font-size: 26px
    }

    .hero-content-body {
        gap: 20px;
        justify-content: space-between
    }

    .about-us-image, .project-entry-images, .service-entry-image-list, .team-skills-list {
        gap: 20px
    }

    .about-image-box {
        width: calc(50% - 10px)
    }

    .about-img-1 {
        margin-top: 50px
    }

    .about-img-2, .footer-logo, .page-single-slider, .team-member-info .section-title, .testimonial-header, .work-step-item {
        margin-bottom: 20px
    }

    .get-free-security-circle img {
        max-width: 100px
    }

    .about-us-body {
        align-items: inherit;
        border-radius: 20px;
        margin-left: 0;
        padding-right: 0;
        overflow: hidden
    }

    .about-us-body-img {
        display: block;
        width: auto;
        height: auto;
        clip-path: none;
        margin-right: 0;
        margin-left: 0
    }

        .about-us-body-img figure {
            width: 100%;
            height: 100%;
            clip-path: none
        }

        .about-us-body-img img {
            width: 130px;
            height: 100%
        }

    .about-us-body-content {
        width: calc(100% - 130px);
        height: 100%;
        padding: 12px
    }

        .about-us-body-content h3, .service-btn a i, .testimonial-video-button h3 {
            font-size: 16px
        }

        .about-us-body-content p, .mission-vision-content p, .pricing-header h2 sub, .testimonial-contact-content p, .work-step-content p {
            font-size: 14px
        }

    .about-footer-content, .about-footer-list, .benefit-body-item, .company-experience-info .feature-image, .contact-info-item, .project-entry-image, .project-item, .project-scope-box ul li, .project-video-box, .project-video-content, .security-list-item, .service-entry-image, .service-entry-list-content, .service-feature-item, .skills-progress-bar, .team-single-list ul li, .what-we-item {
        width: 100%
    }

    .about-footer-btn-content h3, .author-content h3, .benefit-body-item-content h3, .contact-info-content h3, .cta-contact-content h3, .footer-links h3, .member-social-list span, .mission-vision-content h3, .page-catagery-list h3, .post-item-body h2, .pricing-header h3, .project-content h3, .project-deatil-title h3, .project-detail-content h3, .service-feature-title h3, .service-title h3, .tag-links, .team-content h3, .team-detail-content h3, .what-we-item-content h3, .why-choose-item-content h3, .work-step-content h3 {
        font-size: 18px
    }

    .cta-box, .page-catagery-list, .page-testimonials .testimonial-item, .project-detail-list, .service-item, .sidebar-cta-box, .testimonial-slider, .why-choose-item {
        padding: 20px
    }

        .mission-vision-item .icon-box img, .service-feature-box .icon-box img, .service-item .icon-box img, .what-we-list.project-scope-list .what-we-item .icon-box img, .why-choose-counter-item .icon-box img {
            max-width: 40px
        }

    .service-btn a {
        height: 35px;
        width: 35px
    }

    .feature-image img, .security-image img {
        aspect-ratio: 1/0.6
    }

    .company-experience-info, .contact-info-item:nth-child(3n+3)::before {
        display: block
    }

        .company-experience-info .feature-image img {
            aspect-ratio: 1/0.58
        }

    .company-experience-box {
        width: 100%;
        margin-top: 30px
    }

    .ferature-list-content h3, .security-content-item h3, .security-list-item h3, .sidebar-cta-contact-content h3, .what-we-list.project-scope-list .what-we-item .what-we-item-content h3 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .project-item:nth-child(-2n+2) {
        border-radius: 0
    }

    .project-item:first-child {
        border-radius: 20px 20px 0 0
    }

    .project-item:last-child {
        border-radius: 0 0 20px 20px
    }

    .project-content {
        right: 20px;
        left: 20px;
        bottom: 20px
    }

    .author-image, .cta-contact-item .icon-box, .footer-social-links ul li, .member-social-list ul li, .mission-vision-item .icon-box, .why-choose-item .icon-box {
        margin-right: 10px
    }

        .why-choose-item .icon-box img {
            max-width: 50px
        }

    .author-content, .why-choose-item-content {
        width: calc(100% - 60px)
    }

    .why-choose-counter-list {
        margin-top: 30px;
        padding-top: 30px;
        gap: 30px
    }

    .why-choose-counter-item {
        width: calc(50% - 15px)
    }

    .why-choose-counter-content h3 {
        font-size: 26px;
        margin-bottom: 5px
    }

    .why-choose-counter-item:after {
        right: -15px
    }

    .security-list {
        margin-top: 20px;
        padding-top: 20px
    }

    .pricing-header h2 sup {
        font-size: 16px;
        top: -3px
    }

    .pricing-header .icon-box {
        top: -5px;
        right: -15px
    }

        .pricing-header .icon-box img {
            max-width: 60px
        }

    .pricing-benefit-list ul {
        gap: 15px
    }

        .pricing-benefit-list ul li {
            width: calc(50% - 7.5px);
            font-size: 12px
        }

            .pricing-benefit-list ul li img {
                max-width: 16px;
                margin-right: 5px
            }

    .testimonial-box {
        padding: 50px 20px 30px
    }

    .testimonial-company-logo img {
        max-width: 130px
    }

    .testimonial-content p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .testimonial-btn {
        position: relative;
        bottom: 0;
        justify-content: center;
        margin-top: 20px
    }

    .testimonial-slider .testimonial-button-next {
        margin-left: 10px
    }

    .testimonial-contact-box, .testimonial-contact-btn {
        width: 100%;
        text-align: start
    }

    .cta-contact-info:before {
        width: 80px;
        height: 70px;
        opacity: 60%;
        bottom: 0;
        right: 3px;
        transform: rotate(198deg)
    }

    @keyframes ctamovearrow {
        50% {
            right: -15px
        }
    }

    .cta-contact-item {
        border-bottom: 1px solid var(--dark-divider-color);
        margin: 0 0 15px;
        padding: 0 0 15px;
        border-right: none
    }

        .cta-contact-item .icon-box img {
            max-width: 35px
        }

    .cta-contact-content {
        width: calc(100% - 45px)
    }

    .cta-box-image img {
        aspect-ratio: 1/0.65
    }

    .faq-accordion .accordion-header .accordion-button {
        font-size: 18px;
        padding: 14px 40px 14px 14px
    }

    .faq-accordion .accordion-item .accordion-button.collapsed::after, .faq-accordion .accordion-item .accordion-button::after {
        font-size: 18px;
        right: 14px
    }

    .faq-accordion .accordion-body {
        padding: 10px 14px 14px
    }

    .footer-header {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .footer-copyright {
        padding: 15px 0
    }

    .mission-vision-content, .service-feature-title {
        width: calc(100% - 50px)
    }

    .our-approach-image img {
        aspect-ratio: 1/0.86
    }

    .what-we-do-image {
        max-width: 100%;
        padding: 0 40px 60px 0
    }

    .what-we-do-img-1::before {
        top: 10px;
        left: 10px
    }

    .what-we-do-img-2 {
        max-width: 170px
    }

    .what-we-do-img-3 {
        position: relative;
        max-width: 100%
    }

    .company-experience-box.what-we-do-circle {
        width: 110px;
        height: 110px;
        top: 30px;
        padding: 10px
    }

        .company-experience-box.what-we-do-circle h2 {
            font-size: 24px;
            margin-bottom: 5px
        }

        .company-experience-box.what-we-do-circle p {
            font-size: 12px
        }

    .work-step-item::before {
        transform: translate(22px,45px)
    }

    .work-step-item .work-step-no {
        width: 45px;
        height: 45px;
        margin-right: 10px
    }

    .work-step-no h3 {
        font-size: 20px
    }

    .work-step-content {
        width: calc(100% - 55px)
    }

    .benefit-img-1 img, .benefit-img-2 img, .how-it-work-img-1 img {
        aspect-ratio: 1/1.1
    }

    .how-it-work-img-2 {
        max-width: 180px;
        border-width: 5px
    }

    .our-benefit-image {
        padding-right: 50px
    }

    .benefit-img-2 {
        max-width: 160px;
        border-width: 5px;
        bottom: 20px;
        display: none
    }

    .contact-us-circle {
        top: 20px
    }

        .contact-us-circle img {
            max-width: 80px
        }

    .page-single-slider .swiper-slide img {
        width: 100%;
        max-width: 100px
    }

    .service-feature-item::before {
        top: auto;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 100%
    }

    .service-entry-image img {
        aspect-ratio: 1/0.68
    }

    .post-image img {
        aspect-ratio: 1/0.7
    }

    .post-entry blockquote {
        background-position: 15px 12px;
        padding: 60px 15px 15px
    }

    .project-detail-item {
        padding: 10px;
        margin-bottom: 20px
    }

    .team-singe-image img {
        aspect-ratio: 1/1.03
    }

    .team-member-detail {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .page-contact-box {
        padding: 0 20px 30px;
        margin-top: 50px
    }

    .contact-info-list {
        gap: 30px;
        margin: -50px 0 30px
    }

    .contact-info-item:before {
        top: auto;
        right: 0;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 1px
    }

    .contact-info-item .icon-box {
        margin-bottom: 15px
    }

    .google-map-iframe, .google-map-iframe iframe {
        height: 350px
    }
}

.featured-number, .ht-shape-btn {
    right: 0;
    top: 0;
    position: absolute
}

.why-choose-two {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.why-choose-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    z-index: -1
}

    .why-choose-two__shape-1 img {
        width: auto
    }

.sponsor-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    overflow-x: clip
}

.work-process-area {
    position: relative;
    margin-top: 100px
}

.work-process-item {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}

    .work-process-item .icon {
        z-index: 1;
        padding: 15px;
        position: relative;
        margin-bottom: 40px;
        display: inline-block
    }

        .work-process-item .icon .number {
            z-index: -1;
            opacity: .15;
            line-height: 1;
            font-size: 85px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            font-weight: 700;
            position: absolute;
            color: transparent;
            -webkit-text-stroke: 1px;
            -webkit-text-stroke-color: var(--primary-color);
            -webkit-transform: translate(-70%,-60%) rotate(-50deg);
            -ms-transform: translate(-70%,-60%) rotate(-50deg);
            transform: translate(-70%,-60%) rotate(-50deg)
        }

        .work-process-item .icon i {
            color: var(--primary-color);
            font-size: 45px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            display: inline-block;
            width: 100px;
            height: 100px;
            background: #fff;
            line-height: 100px;
            border-radius: 50%;
            text-align: center;
            box-shadow: 0 0 10px 1px #00000030
        }

            .work-process-item .icon i:before {
                line-height: inherit
            }

        .work-process-item .icon:before {
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 100%;
            content: '';
            left: 0;
            top: 0;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            border-radius: 50%;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            border: 2px dashed var(--primary-color)
        }

    .work-process-item h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px
    }

    .work-process-item:hover .icon i {
        background: var(--primary-color);
        color: #fff
    }

    .work-process-item:hover .icon:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-animation: 5s linear .5s infinite rotated_circle;
        animation: 5s linear .5s infinite rotated_circle
    }

.work-process-shape {
    position: absolute;
    width: 100%;
    top: -23%;
    left: 0;
    z-index: -1
}

@media only screen and (max-width: 991px) {
    .work-process-shape {
        top: 0
    }
}

@media only screen and (max-width: 575px) {
    .work-process-item {
        margin-top: 0
    }

        .work-process-item .icon .number {
            font-size: 65px
        }

        .work-process-item .icon i {
            width: 80px;
            height: 80px;
            font-size: 35px;
            line-height: 80px
        }

    .work-process-shape {
        display: none
    }
}

.four-box {
    padding: 70px 0;
    position: relative
}

.about-section-3 .shapes .shape {
    position: absolute
}

    .about-section-3 .shapes .shape.shape-1 {
        top: 0;
        left: 0
    }

.four-box ul {
    margin-left: 20px;
    padding: 0
}

    .four-box ul li {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 22px
    }

.how-it-work-left {
    padding: 60px 0 40px;
    position: relative
}

.how-it-work-image-left {
    position: relative;
    padding-right: 80px;
    margin-bottom: 40px
}

.how-it-work-img-left-2 {
    position: absolute;
    max-width: 306px;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    border: 10px solid var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 10px 1px #00000030
}

.bg-grey {
    position: relative;
    display: block;
    z-index: 1;
    padding: 60px 0 40px
}

.featured-item.style-1 {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    z-index: 9
}

    .featured-item.style-1:hover .featured-number span {
        background: var(--primary-color);
        color: var(--white-color);
        box-shadow: 0 0 10px 1px #00000030
    }

.ht-shape-btn {
    width: auto;
    height: auto;
    border-radius: 0 30px 0 0
}

.featured-number {
    z-index: 9
}

    .featured-number span {
        background: #fff;
        width: 64px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: 700;
        color: var(--primary-color)
    }

.element-item > div, .filters button {
    background-color: var(--secondary-color)
}

.featured-item.style-1 .featured-desc {
    padding-right: 50px
}

.ht-shape-btn svg path {
    fill: #f2f2f5 !important
}

.featured-item.style-1 .featured-icon {
    display: inline-block;
    position: absolute;
    right: 38px;
    bottom: 30px
}

    .featured-item.style-1 .featured-icon i {
        font-size: 70px;
        line-height: 70px;
        color: #000;
        display: inline-block;
        opacity: .6
    }

.grid {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

    .grid > li {
        width: calc(100% / 3 - 30px);
        margin: 0 15px 30px;
        border-radius: 15px;
        background: var(--secondary-color);
        padding: 20px;
        min-height: 328px
    }

.filters {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center
}

.grid li img {
    max-width: 100%;
    border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover
}

.filters button {
    padding: 10px 25px;
    border: none;
    transition: 150ms;
    color: #212121;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    outline: 0;
    cursor: pointer;
    border-right: 1px solid #ccc
}

    .filters button:first-child {
        border-radius: 10px 0 0 10px
    }

    .filters button:last-child {
        border: 0;
        border-radius: 0 10px 10px 0
    }

    .filters button.is-checked {
        background-color: var(--primary-color);
        color: #fff
    }

.element-item > div {
    padding: 15px;
    color: #ddd
}

    .element-item > div img {
        height: 230px;
        width: 100%
    }

.element-item h1 {
    font-size: 19px;
    font-weight: 700;
    margin: 20px 0 0
}

.element-item p {
    font-size: 15px;
    color: #212121;
    margin: 0
}

@media (max-width: 767px) {
    .filters button {
        padding: 5px 10px;
        margin: 5px;
        border-radius: 0 !important;
        border: 0
    }

    .grid > li {
        width: calc(100% - 30px)
    }

    .element-item p {
        font-size: 16px;
        line-height: 22px
    }
}
