/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root  {
  --color-primary: #1FA5FC;
  --color-secondary: #1A75BB; 
  --font-primary: 'Neue Haas Grotesk Text Pro', sans-serif
}
html {
    overflow-x: hidden;
}
p {
    margin-bottom:0px;
}
a{
    outline-style: none !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
}
header.header-new {
    width: 100%;
    margin: 0;
    max-width: 100% !important;
    background: #000000a8;
    left: 0 !important;
    right: 0 !important;
    max-height: 120px;
    padding: 0px 20px;
}
.home header.header-new{
    background: transparent;
}
header.header-new.scrolled {
    background: #000000;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100px;
    transition: 1s all ease;
}
.hero-banner-slider .swiper-pagination {
    position: absolute;
    top: 95%;
}
.hero-banner-slider .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: rgb(255 255 255 / 70%);
    opacity: 1;
}
/* .hero-content-lhs{
    max-height: 1146px;
} */
.hero-banner-slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
 background-color: var(--color-primary);
 width: 16px;
 height: 16px;
} 
header .elementor-menu-toggle svg path{
    fill: rgb(255, 255, 255);
}
.elementor-button .elementor-button-icon {
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outline .elementor-button .elementor-button-icon {
  background-color: var(--color-primary);
}
.outline .elementor-button:hover .elementor-button-icon{
 background-color: var(--color-secondary);
}
.elementor-button-icon i {
    color: var(--color-primary);
    font-weight: 700;
}

.elementor-button  .elementor-button-content-wrapper{
 align-items: center;
}
.featured-card  img {
    max-height: 550px;
    object-fit: cover;
}
.link-button a.elementor-button.elementor-button-link {
    background: transparent;
    fill: transparent;
    padding: 0;
    border: 0px;
}
.link-button .elementor-button .elementor-button-icon{
    background-color: transparent;
    border-radius: 100%;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-button .elementor-button:hover .elementor-button-icon.elementor-button-icon svg path{
    fill: var(--color-secondary);
}
.elementor-element.featured-card:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.07%, #000000 92.85%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.hovered-card {
    height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s all linear;
}

.wood-type-card:hover .card-tittle-block{
    opacity: 0;
}
.wood-type-card:hover .hovered-card {
    height: max-content;
    padding: 24px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.e-con-full.line-throungh{
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 5px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*z-index: 1;*/
    /*background: linear-gradient(90deg, rgba(31, 165, 252, 0.16) 0%, rgba(31, 165, 252, 0.8) 50%, rgba(31, 165, 252, 0.16) 100%);*/
}

.processCard {
    z-index: 1;
}
.processCard:not(:first-child):before {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background: linear-gradient(90deg, rgba(31, 165, 252, 0.16) 0%, rgba(31, 165, 252, 0.8) 50%, rgba(31, 165, 252, 0.16) 100%);
    left: -30px;
}
@media (max-width: 1024px) {
    .processCard:not(:first-child):before {
        width: 20px;
        left: -20px;
    }
    .processCard:not(:first-child):before {
    }
}

@media(min-width: 768px)  and (max-width: 1024px) {
    .processCard:nth-child(4n):before {
        display: none;
    }

}
@media(max-width: 768px) {
    .processCard:not(:first-child):before {
        transform: rotate(90deg);
        top: -13px;
        left: calc(50% - 10px);
    }
}

.e-con-full.line-throungh .elementor-element {
    position: relative;
    z-index: 10;
    background: #fff;
}

.service-card .service-description {
    opacity: 0;
    transition: 0.3s all ease;
    transform: translateY(10px);
}
.service-card:hover .service-description {
    opacity: 1;
    transition: 0.3s all ease;
    transform: translateY(0px);
}
.service-card .service-card-learn {
    display: none;
    /* opacity: 0;
    width: 0;
    transform: translateX(-10px);
     transition: 0.3s all ease; */
}

.service-card:hover .service-card-learn {
    display: block;
    /* opacity: 1;
    width: auto;
    transform: translateX(0px);
    transition: 0.3s all ease; */
} 

.smooth-marquee .swiper-wrapper {
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.smooth-marquee .elementor-main-swiper {
    width: 100%;
}
.smooth-marquee .swiper-slide {
    border-radius: 20px;
    border-color: #000;
}
.smooth-marquee .swiper-slide .elementor-testimonial {
    padding: 28px 32px 50px;
}
.smooth-marquee .swiper-slide .elementor-testimonial__header, .smooth-marquee .swiper-slide .elementor-testimonial__content {
    padding: 0;
    border: 0;
}
.smooth-marquee .swiper-slide .elementor-testimonial__image img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.smooth-marquee .elementor-testimonial__text p {
    margin-top: 20px;
    font-weight: 600;
}
.smooth-marquee .elementor-main-swiper.swiper{
 overflow: visible;
}


/* menu */

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 0 ;
    overflow: visible ;
    transform: none ;
    max-height: none;
    transition: none ;
}

.elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 80%;
    max-width: 350px;
    height: 100vh;
    background: #ffffff;
    padding: 80px 30px 30px;
    z-index: 999999;
    display: block !important;
    overflow-y: auto;
    transition: right 0.4s ease-in-out !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
}
.elementor-nav-menu--dropdown.menu-open {
    right: 0 !important;
}
.offcanvas-close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    z-index: 999999;
    border: 2px solid;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 4px;
}
.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;        
    width: calc(100vw - min(80vw, 350px));
    height: 100vh;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}
body.no-scroll {
    overflow: hidden;
}
html.menu-open-html {
    overflow: hidden;
    height: 100%;
}
.menu-open a.elementor-item.menu-link {
    padding: 0;
    margin-bottom: 40px;
}
.menu-open .menu-item a{
    color: #000;
    font-size: 22px !important;
}
.menu-open .menu-item .elementor-item-active{
    background-color: transparent;
    color: var(--color-primary);
}
.ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    background-color: transparent!important;
    backdrop-filter: blur(0px);
}
/* .embed-form.elementor-widget {
    backdrop-filter: blur(20px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18));
    padding: 50px;
    border-radius: 30px;
} */
.embed-form.elementor-widget  .markate-widget-contact-iframe form label{
    color: #fff;
}
a.service-card {
    color: #000 !important;
    text-decoration: none !important;
}

a.service-card:hover{
 border-color: var(--color-primary) !important;
}

/* contact form 7 css */
.quote-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 45px 35px;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)),
        linear-gradient(0deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18));
    border-radius: 28px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}
.quote-form h2 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 8px;
    color: #fff;
}
.quote-form p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.quote-form label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 8px 0;
    color: #ffffff;
    position: relative;
    text-align: left;
}
.quote-form p br {
    display: none;
}
.quote-form input,
.quote-form textarea {
    width: 100%;
    padding: 16px 14px;
    border-radius: 12px;
    background: #0000002E;
    border: 1px solid #FFFFFF47;
    color: #ffffff;
    font-size: 15px;
    transition: 0.25s ease;
    outline: none;
}
.quote-form textarea {
    height: 80px;
    resize: vertical;
}
.quote-form input::placeholder,
.quote-form textarea::placeholder {
    color: rgba(255,255,255,0.60);
    font-size: 12px;
}
.quote-form input:focus,
.quote-form textarea:focus {
    border-color: #1ea7ff;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 0 0 3px rgba(30, 167, 255, 0.32);
}
.wpcf7-list-item{
    position: relative;
}
.wpcf7-list-item:first-child{
  margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
    text-align: left;
    margin-bottom: 20px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 10px;
}
.quote-form input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.35);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease;
    background: transparent;
}
.quote-form input[type="radio"]:checked {
    border-color: #1ea7ff;
    box-shadow:none;
    background: transparent;
}

.quote-form input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #fe0000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-top: 6px;
    margin-left: 5px;
}
.wpcf7-list-item-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.quote-form p.desc{
    color: #FFFFFF99;
}
.quote-form .submit-wrap {
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
}


.quote-form .response-time {
    text-align: center;
    opacity: 0.85;
    margin-top: 18px;
    font-size: 14px;
    margin-bottom: 0;
    display: block !important;
    margin-top: 15px !important;
}
.quote-form button.wpcf7-submit,
.quote-form input.wpcf7-submit {
    width: 100%;
    padding: 16px 65px 16px 16px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background: var(--color-primary);
    color: white;
    position: relative;
    transition: 0.25s ease;
    position: relative;
    border: 1px solid;
    border-color:  var(--color-primary);
     overflow: visible;
}

.quote-form button.wpcf7-submit:hover, 
.quote-form input.wpcf7-submit:hover {
    background: var(--color-secondary);
    box-shadow: none;
    border-radius: 40px;
    border-color:  var(--color-secondary);
}
.submit-wrap {
    position: relative;
    width: 100%;
    overflow: visible !important;
}
.submit-wrap::after {
    content: "";
    width: 38px;
    height: 38px;
    background: white;
    border-radius: 50%;
    position: absolute;
    right:6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.submit-wrap::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 10px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'><path d='M1.41797 4.21685H12.5136L9.50272 1.20169L9.20249 -0.0078125L10.4163 0.296706L14.7139 4.21685V5.48209L1.41797 5.50355V4.21685Z' fill='%231FA5FC'/><path d='M1.41928 5.50347L12.5149 5.482L9.50405 8.49719L9.20381 9.70667L10.4176 9.40216L14.7152 5.482L15.3414 4.8494L14.7152 4.21676L1.41928 4.19531L0.00390625 4.8494L1.41928 5.50347Z' fill='%231FA5FC'/></svg>");
}

.footer-form-container  .quote-form {
    max-width: 100%;
}
.footer-form-container .field-column {
    width: 100%;
}
.footer-form-container .field-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.footer-link a:hover {
    color: var(--color-primary);
}

/* contact-form7 css end */
.header-contact a.elementor-button {
    min-width: max-content;
}
.width-auto-btn {
    max-width: max-content !important;
}
.width-auto-btn .elementor-widget-container {
    max-width: max-content;
}
.offcanvas-close {
    display: none;
}
.nav-bar-new .rkit-navmenu .rkit-menu-item .rkit-nav-link {
    font-size: 18px!important;
}
.nav-bar-new .rkit-navmenu .rkit-navmenu-dropdown .rkit-submenu-item a{
    font-size: 16px!important;
}
.social-icons-footer svg path{
    fill: var(--color-primary);
}
.social-icons-footer i {
    color: var(--color-primary) !important;
}
.social-icons-footer i {
    color: var(--color-primary) !important;
}
.social-icons-footer:hover i {
     color: #fff !important;
}
.social-icons-footer:hover svg path{
    fill: #fff ;
}
.e-con-full.line-throungh .elementor-element.processCard:hover{
    background:var(--color-primary);
}
.e-con-full.line-throungh .elementor-element.processCard  .elementor-element{
    background:transparent;
}
.e-con-full.line-throungh .elementor-element.processCard:hover h3.elementor-icon-box-title{
    color: #fff;
}
.e-con-full.line-throungh .elementor-element.processCard:hover p.elementor-icon-box-description{
 color: #fff;
}
.e-con-full.line-throungh .elementor-element.processCard:hover .elementor-icon svg rect {
    fill: #fff;
    fill-opacity: 1;
}
.e-con-full.line-throungh .elementor-element.processCard:hover .elementor-icon svg path{
    fill: #fff;
    /* stroke:#fff; */
}
.entry-content .service-card  p{
    margin-bottom: 0;
}
.projects-slide .mk-swiper-item:hover .mk-carousel-slider-img img, .portfolio-wrapper .mk-portfolio-wrap:hover img {
    transform: scale(1.1);
}
.portfolio-wrapper .mk-portfolio-wrap:hover .mk-portfolio-content {
    opacity: 1;
    visibility: visible;
}
.portfolio-wrapper .mk-portfolio-wrap::before {
    position: absolute;
    content: "";
    background: #000000a6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.portfolio-wrapper .mk-portfolio-wrap:hover::before{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 
ease, visibility 0.3s 
ease;
}
.form-group {
    background: #fff;
}
.embed-form.mk-form {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18));
    padding: 30px;
    border-radius: 25px;
    max-width: 530px;
    width: 100%;
    backdrop-filter: blur(20px)
}
.custom_archive {
    margin-top: 100px;
}
.custom_archive .ast-article-inner h2.entry-title.ast-blog-single-element {
    font-size: 20px;
}
@media(max-width:1536px){
.nav-bar-new .rkit-navmenu .rkit-menu-item .rkit-nav-link {
    font-size: 14px!important;
}
.hero-banner-section-tittle h1.elementor-heading-title{
    font-size: 50px !important;
}
}
@media(max-width:1440px){
    .header-contact a.elementor-button{
        padding: 5px 5px 5px 10px !important;
    }
    .header-contact .elementor-button-wrapper a.elementor-button span.elementor-button-icon {
        width: 30px;
        height: 30px;
    }
     .header-contact .elementor-button-wrapper .elementor-button-content-wrapper {
        gap: 8px !important;
    }
    .header-contact .elementor-button-wrapper .elementor-button span {
        font-size: 14px;
    }
    .hero-banner-section-tittle h1.elementor-heading-title{
       font-size: 45px !important;
    }
    .nav-bar-new .rkit-navmenu .rkit-menu-item .rkit-nav-link {
        font-size: 14px!important;
    }
}
@media(max-width:1280px){
    .hero-banner-section-tittle h1.elementor-heading-title {
        font-size: 42px !important;
    }
}
@media(max-width:1366px){
     .hero-banner-section-tittle h1.elementor-heading-title{
        font-size: 44px !important;
    }
    .nav-bar-new .rkit-navmenu .rkit-menu-item .rkit-nav-link {
        font-size: 13px !important;
    }
   .nav-bar-new .rkit-navmenu .rkit-menu-container{
            gap: 10px !important;
    }
    header.header-new {
        padding: 0;
    }
    .nav-bar-new .rkit-navmenu .rkit-navmenu-dropdown .rkit-submenu-item a {
        font-size: 15px!important;
    }
}
@media(max-width:1200px){
     .nav-bar-new .rkit-navmenu .rkit-navmenu-dropdown .rkit-submenu-item a {
        font-size: 14px!important;
    }
    .hero-banner-section-tittle h1.elementor-heading-title {
        font-size: 45px!important;
    }
    .quote-form {
        max-width: 530px;
    }
    header.header-new {
        width: 100%;
        margin: 0;
        max-width: 100% !important;
        background: transparent;
        left: 0 !important;
        right: 0 !important;
        max-height: 100%;
    }
   header.header-new  .rkit-hamburger-tablet {
        display: flex;
}
.offcanvas-close {
    display: block;
}
header.header-new .rkit-responsive-menu {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 80%;
    max-width: 350px;
    height: 100vh !important;
    background: #fff;
    padding: 80px 30px 30px;
    z-index: 999999;
    overflow-y: auto;
    transition: right 0.4s ease-in-out !important;
}

header.header-new .rkit-responsive-menu.menu-open {
    right: 0 !important;
}

header.header-new .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

header.header-new .menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
.no-scroll, html.menu-open-html {
    overflow: hidden !important;
    height: 100%;
}
header.header-new .offcanvas-close {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 999999;
    border: 2px solid #000;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-bottom: 0px;
}
header.header-new a.rkit-btn-hamburger {
    background: transparent !important;
}

header.header-new a.rkit-btn-hamburger svg path {
    fill: #fff;
}

header.header-new a.rkit-btn-hamburger svg {
    max-width: 50px;
    height: auto;
}

/* header.header-new a.rkit-btn-hamburger svg:last-child {
    display: none;
} */
header.header-new .rkit-btn-hamburger {
    padding: 0 !important;
    border: 0;
}
header.header-new .rkit-navmenu.rkit-responsive-menu.rkit-responsive-tablet.rkit-navmenu-fullwidth.menu-open {
    background: #fff;
}
header.header-new ul.rkit-menu-container {
    flex-direction: column;
    align-items: flex-start;
}
.nav-bar-new .rkit-navmenu .rkit-menu-item .rkit-nav-link {
    font-size: 15px !important;
    color: #000 !important;
    text-transform: uppercase;
    justify-content: flex-start;
}
.rkit-menu-item .rkit-nav-link {
    padding: 8px 24px;
}
ul.rkit-navmenu-dropdown li.rkit-submenu-item {
    margin: 0;
}
ul.rkit-navmenu-dropdown li.rkit-submenu-item a.rkit-nav-link {
    justify-content: flex-start !important;
    align-items: flex-start;
    text-align: left;
}
header.header-new .rkit-navmenu-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
header.header-new .rkit-navmenu-dropdown.submenu-open {
    max-height: 600px;
}
header.header-new .rkit-btn-hamburger:hover{
    background-color: transparent;
}
header.header-new .rkit-navmenu-dropdown {
    position: static;
}
}
@media(max-width:1024px){

header.header-new   .rkit-responsive-tablet {
    max-height: 100%;
    overflow: hidden;
    transform: none;
    transform-origin: right;
    opacity: 1;
    z-index: 999;
    margin-top: var(--menu-distance);
    right: -100% !important;
    left: auto !important;
}
header.header-new .rkit-navmenu .rkit-menu-container,
header.header-new .rkit-menu-item > .rkit-nav-link {
    justify-content: flex-start;
}
header.header-new .rkit-responsive-menu.menu-open {
    right: 0 !important;
    left: auto !important;
}
header.header-new .rkit-menu-item > .rkit-nav-link {
    padding-inline: 0 !important;
}
.e-con-full.line-throungh:before {
 /*display: none;*/
}
}
@media(max-width:768px){
    .hero-banner-section-tittle h1.elementor-heading-title {
        font-size: 40px!important;
    }
    .menu-open .menu-item a {
        color: #000;
        font-size: 18px !important;
    }
    .menu-open a.elementor-item.menu-link {
        padding: 0;
        margin-bottom: 35px;
    }
    .star-rating-banner span.elementor-icon-list-icon svg {
        height: auto;
    }
    .star-rating-banner {
        margin: 15px 0;
    }
    header.header-new.scrolled {
        height: 80px;
    }

    .ekit-wid-con .elementskit-infobox {
        flex-direction: column;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ekit-wid-con .elementskit-infobox .box-body p {
        margin: 0 !important;
    }
}
@media(max-width:580px){

    .hero-banner-section-tittle h1.elementor-heading-title {
        font-size: 30px!important;
    }
    .menu-open .menu-item a {
        font-size: 16px !important;
    }
    .menu-open a.elementor-item.menu-link {
        margin-bottom: 30px;
    }
    .menu-overlay {
        width: calc(100vw - min(85vw, 350px));
    }
    .elementor-button .elementor-button-icon {
        width: 30px;
        height: 30px;
    }
    a.elementor-button {
        padding: 5px 5px 5px 15px !important;
    }
    .elementor-button .elementor-button-content-wrapper {
        gap: 8px !important;
    }

}
@media (max-width: 480px) {
    .menu-overlay {
        width: calc(100vw - min(100vw, 350px));
    }
    .quote-form {
        padding:40px 18px;
    }
    .hero-banner-section-tittle h1.elementor-heading-title {
        font-size: 27px!important;
    }

    .ekit-wid-con .elementskit-infobox {
        flex-direction: column;
    }
    .elementor-widget-elementskit-icon-box {
        width: 100% !important;
        max-width: 100% !important;
    }
    .ekit-wid-con .elementskit-info-box-title {
        margin-left: 0 !important;
    }

}
@media (max-width: 350px) {
   .quote-form {
        padding:30px 15px;
    }
    .hero-banner-section-tittle h1.elementor-heading-title {
        font-size: 22px!important;
    }
    .elementor-button .elementor-button-content-wrapper {
        gap: 5px !important;
    }
    header.header-new a.rkit-btn-hamburger svg {
        max-width: 40px;
        height: auto;
    }
}

.wpcf7-response-output {
    color: #fff;
}