body.home .site-main.homepage {
    padding-top: 0;
}

body.home .site-main {
    padding-top: 0;
}



.mega-menu-inner .mega-menu-service-card {
    min-height: 98px;
}

.site-content header.entry-header {
    display: none;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    font-size: 16px;
    border: 1px solid rgb(16 24 40 / 20%);
    border-radius: 5px;
    padding: 7px 15px;
    display: block;
}

.coming_soon_btn span {
    font-size: 15px;
}

.client_details__item a {
    color: #f23535;
    transition: all 0.3s ease-in-out;
}

.client_details__item a:hover {
    color: #000;
}

.about_banner_sec_inner {
    padding-bottom: 40px !important;
    position: relative;
}

.about_banner_sec_inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.about_banner_sec_inner .hero-section-content {
    position: relative;
    z-index: 2;
}

.about_banner_sec_inner .hero-section-content p {
    color: #FFF !important;
}

.site-main {
    padding: 0;
}

.page-template-template-contact-page .site-main {
    padding: 0;
}

.single-post .content a {
    color: #f23535;
    transition: all 0.3s ease-in-out;
}

.single-post .content a:hover {
    color: #000;
}

.copyright-area {
    padding-bottom: 0;
}

@media (max-width: 1700px) {
    select.wpcf7-form-control.wpcf7-select {
        font-size: 13px;
    }

    .header-area .logo img {
        max-width: 150px;
    }
}

/* Menu */
.header-area .navbar-wrapper ul li .mega-menu.partner-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .icon img {
    width: 110px;
}

.header-area .navbar-wrapper ul li .mega-menu.partner-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .icon {
    background: transparent;
}

.header-area .navbar-wrapper ul li .mega-menu.partner-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .icon {
    width: 110px;
    height: auto;
}

.header-area .navbar-wrapper ul li .mega-menu.partner-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card {
    gap: 10px;
}

.header-bar a {
    color: #FFF;
}

.header-bar a:hover {
    color: #f23535;
}

/* /Menu */

.page-template-template-home-page .services-list {
    column-gap: 20px;
    /* margin: 0 -11px; */
    margin: 0 0;
    row-gap: 22px;
}

.page-template-template-home-page .hero-empowerment-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-template-template-home-page .hero-empowerment-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.hero-empowerment-area .hero-empowerment-left-content .btns-group .theme-btn2 {
    background-color: var(--dark1);
    color: var(--white_color);
}

.page-template-template-home-page .service-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-template-template-home-page .service-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.page-template-template-home-page .hero-empowerment-area .hero-empowerment-left-content h5 {
    background-color: #FFF;
    width: max-content;
    padding: 5px 7px;
}

.page-template-template-home-page .service-area .service-section-header,
.page-template-template-home-page .service-area .services-list {
    position: relative;
    z-index: 2;
}

.page-template-template-home-page .hero-empowerment-area .custom-row {
    position: relative;
    z-index: 2;
}

.page-template-template-home-page .services-list .service-card {
    width: calc(25% - 20px);
    padding: 12px 12px 15px;
    flex: none;
}

.client-area .clients .client-logo.simple-shadow {
    border: 1px solid var(--primary_color);
}

.page-template-template-home-page .service-area .service-section-header p {
    background-color: #FFF;
    width: max-content;
    padding: 5px 7px;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .left {
    padding: 0;
    gap: 0;
    background: transparent;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .case-studio-img-card {
    padding: 0;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .case-studio-img-card img {
    border-radius: 0;
    object-fit: cover;
    margin-top: 0;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .case-studio-img-card {
    border-radius: 0;
}

.contact-form span.wpcf7-form-control-wrap {
    width: 100%;
}

.contact-form .input-row .input-group.phone-number input {
    padding-left: 15px;
}

.contact-form .input-checkbox span.wpcf7-list-item {
    margin-left: 0;
}


.contact-form .input-checkbox span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-form input.theme-btn {
    border-radius: 5px !important;
    display: block !important;
    position: relative;
    transition: .3s;
}

.contact-form input.theme-btn::before {
    content: '';
    width: 50%;
    height: 0;
    background: var(--dark1);
    border-radius: 30px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
}

.contact-form input.theme-btn::before {
    content: '';
    width: 50%;
    height: 0;
    background: var(--dark1);
    border-radius: 30px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
}

.contact-form input.theme-btn:hover {
    background: var(--dark1);
}

.contact-form input.theme-btn:hover::before,
.contact-form input.theme-btn:hover::after {
    height: 100%;
}

.contact-form input.theme-btn:hover::before,
.contact-form input.theme-btn:hover::after {
    height: 100%;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content {
    display: flex;
    height: 100%;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content video {
    height: 100%;
    border-radius: 12px;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content iframe {
    border-radius: 12px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .experience-body {
    gap: 10px;
    height: 100%;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .experience-body img {
    width: 33px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .experience-content {
    gap: 10px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .experience-content h1 {
    font-size: 36px;
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .experience-content p {
    font-size: 12px;
    color: var(--primary_color);
}

.hero-empowerment-area .hero-empowerment-right-content .bottom-content .experience-content p span {
    color: var(--dark1);
}

.page-template-template-home-page .homepage .service-area .section-header .section-subtitle {
    color: var(--red_color1);
}

.footer-links h3 {
    text-align: left;
}

.map-location-item {
    width: 21px;
    height: 21px;
}

.map-location-item .circle.map-mariker-icon {
    background: transparent;
    width: 21px;
    height: 21px;
}

.map-mariker-icon svg {
    width: 21px;
    height: 21px;
    margin-top: -31px;
    margin-left: -21px;
}

.map-mariker-icon:after,
.map-mariker-icon:before {
    display: none;
}

.feature_section__inner__wrapper .content_with_image__inner .tab_content {
    display: none;
}

@media (max-width: 1199px) {
    .page-template-template-home-page .services-list .service-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-template-template-home-page .services-list {
        gap: 20px;
        margin: 0 -8px;
    }

    .page-template-template-home-page .services-list .service-card {
        width: 100%;
        padding: 12px 8px 15px;
    }
}

@media (max-width: 575px) {
    .page-template-template-home-page .services-list {
        margin: 0;
    }

    .page-template-template-home-page .services-list .service-card {
        width: 100%;
        padding: 12px 8px 15px;
    }
}


/* Footer */
.footer-area .footer-top .left-content .logo img {
    max-width: 271px;
}

/* /Footer */

/* Single Post */
.single-post .video_sec {
    overflow: hidden;
    border-radius: 10px;
}

.single-post .video_sec iframe,
.single-post .video_sec object,
.single-post .video_sec embed {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    border-radius: 10px;
}

/* Single Post */

.news-area .news-img-box {
    background-size: cover;
    background-position: center center;
}

.partner-area .slider_arrow {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.partner-area .slider_arrow .page-link {
    width: 26px;
    height: 26px;
    background-color: #FFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.partner-area .slider_arrow .page-link:hover {
    background-color: #f23535;
    color: #FFF;
}

.client_new_left_right_sec__inner__image img {
    /* width: 100%; */
    /* height: 100%;
    max-height: 500px;
    object-fit: contain; */
}

.client_new_left_right_sec__inner__content .contact-form .input-row {
    gap: 10px;
}

.case-studio-img-card {
    width: 100% !important;
}

.case-studio-img-card img {
    height: 100% !important;
}

.contact-area .contact-experience ul li h1 .count {
    font-size: 36px;
    font-weight: 500;
}


/* Hero Banner */
.hero_banner_inner {
    position: relative;
    overflow: hidden;
}

.hero_banner_inner__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}


.page-template-template-home-page .hero_banner_inner__media__content.hero-empowerment-area::after {
    background-color: transparent;
}

@media (min-width: 1200px) {
    .hero_banner_inner__media__content.hero-empowerment-area {
        position: relative;
        min-height: 100vh;
    }

    .hero_banner_inner__media__content.hero-empowerment-area .hero-empowerment-left-content {
        max-width: 588px;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 25px;
        border-radius: 25px;
    }

    .hero-empowerment-area .hero-empowerment-left-content.second_video_sec {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 25px;
        border-radius: 25px;
    }
}

@media (max-width: 1199px) {
    .hero_banner_inner__media {
        position: relative;
    }

    .hero-empowerment-area .hero-empowerment-left-content p {
        max-width: 100%;
    }

    .page-template-template-home-page .hero_banner_inner__media__content.hero-empowerment-area .custom-row {
        max-width: 100%;
        padding-bottom: 0;
    }

    .page-template-template-home-page .hero-empowerment-area {
        padding-top: 40px;
    }
}

/* /Hero Banner */

/* Single Video */
.single-video-section {
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.single-video-section .single-video-sec {
    position: relative;
}

.single-video-section .play-single-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.single-video-section .play-single-video,
.single-video-section .play-single-video svg {
    width: 45px;
    height: 45px;
}

.single-video-section .single-video-sec {
    padding-right: 27px;
    position: relative;
}

.single-video-section .single-video-sec .video-poster-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.single-video-section .single-video-sec .video-poster-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 4;
}

.single-video-section .feature-right {
    padding-left: 27px;
}

/* /Single Video */

.home-tabbing-sec .case-studio .case-studio-tabs {
    justify-content: center;
}

body.home .service-area .left {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 25px;
    border-radius: 15px;
}

.case-studio-area.home-tabbing-sec .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents p {
    font-size: 18px;
    line-height: 28px;
}

.contact-area .contact-experience {
    padding-left: 20px;
    padding-right: 20px;
}

.contact-area .contact-experience ul li {
    background-color: #f23535;
    padding: 25px 15px;
    border-radius: 15px;
    text-align: center;
    border-bottom: 0;
}

.contact-area .contact-experience ul li h1,
.contact-area .contact-experience ul li p {
    color: #FFF;
}

.contact-area .contact-experience ul li:last-child {
    padding-bottom: 25px;
}

.coming_soon_btn {
    position: relative;
    width: 200px;
}

.coming_soon_btn .default_text {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
}

.coming_soon_btn .hover_text {
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
}

.coming_soon_btn:hover .default_text {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.coming_soon_btn:hover .hover_text {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.header_video_popup_active .lity .lity-content {
    max-width: 600px;
}

.lity button.lity-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
}

.lity button.lity-close:hover {
    background-color: #000;
    color: #f23535;
}

header .theme-btn.play_video_btn {
    border-radius: 5px;
}

header .theme-btn.play_video_btn {
    border-radius: 100%;
    padding: 5px !important;
}

.page-template-template-about-page .hero-company-box {
    background-color: #f23535;
}

.page-template-template-about-page .hero-company-box h1,
.page-template-template-about-page .hero-company-box h3,
.page-template-template-about-page .hero-company-box p {
    color: #FFF;
}

/* Start Other Section Responsive CSS */
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards {
    grid-template-columns: 1fr 1fr 1fr;
}

.case-studio-area .case-studio .case-studio-tabs {
    flex-wrap: nowrap;
    overflow-y: auto;
    scrollbar-color: #f23535 #F5F5F5;
    scrollbar-width: thin;
}

.case-studio-area .case-studio .case-studio-tabs .nav-item {
    white-space: nowrap;
}



@media (max-width: 1199px) {
    .page-template-template-home-page .service-area .service-section-header {
        margin-bottom: 25px;
    }

    .page-template-template-home-page .service-area .services-list {
        margin-bottom: 0;
    }

    .page-template-template-home-page .case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right {
        max-width: 100%;
    }

    .page-template-template-home-page .feature-area .custom-row {
        flex-direction: unset;
    }

    .contact-area .contact-experience,
    .contact-area .contact-infos {
        width: 48%;
    }

    .contact-area .contact-infos .contact-info {
        max-width: 100%;
    }

    .feature_section__inner__wrapper .content_with_image__inner .img_sec__inner img {
        width: 100%;
    }

    .btns-group {
        row-gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .faq-style-2-area .faq-box {
        padding: 35px 20px;
    }

    .faq-box .card-header button .icon {
        position: unset;
    }

    .faq-box .card-header button {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .page-template-template-home-page .feature-area .custom-row {
        flex-direction: column;
    }
}

@media (max-width: 685px) {

    .contact-area .contact-experience,
    .contact-area .contact-infos {
        width: 100%;
    }
}

@media (max-width: 485px) {
    .case-studio-area .case-studio .case-studio-tabs {
        flex-direction: row;
    }
}

/* End Other Section Responsive CSS */



/* New CSS */
.hero_banner_inner__media__content .section-subtitle,
.hero-empowerment-left-content.second_video_sec .section-subtitle {
    font-size: 14px;
}

@media (max-width: 991px) {

    .hero_banner_inner__media__content .section-subtitle,
    .hero-empowerment-left-content.second_video_sec .section-subtitle {
        font-size: 12px !important;
    }
}

.page-template-template-about-page .hero-section-content .section-subtitle {
    font-size: 19px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    text-transform: uppercase !important;
    padding: 8px 25px !important;
    color: #FFF;
    letter-spacing: 0.1em !important;
}

.page-template-template-product-details .hero-section-content-wrap {
    padding-bottom: 0;
}

.page-template-template-product-details .new-release-hero-img-area {
    padding-top: 50px;
}

.page-template-template-product-details section.feature3-area.feature3-style-2 {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-template-faq-page section.faq-area.faq-style-2-area {
    padding-top: 0;
}

.page-template-template-faq-page section.faq-area.faq-style-2-area {
    padding-top: 0;
}

.page-template-template-blog .hero-section-wrap:not(.hero-home2) .hero-section-content-wrap {
    padding-bottom: 0;
}

.page-template-template-contact-page .hero-section-content-wrap {
    padding-bottom: 0;
}

@media (max-width: 991px) {

    .header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards {
        grid-template-columns: 1fr 1fr;
    }

    .page-template-template-about-page .hero-section-content .section-subtitle {
        font-size: 15px !important;
        padding: 8px 16px !important;
    }
}

@media (max-width: 767px) {
    .header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 575px) {

    .page-template-template-home-page .homepage .service-area,
    .page-template-template-home-page .client-area,
    .page-template-template-home-page .about-area,
    .page-template-template-home-page .project-area,
    .page-template-template-home-page .news-area,
    .page-template-template-home-page .feature-area,
    .page-template-template-home-page .case-studio-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* /New CSS */