/**
Theme Name: X-Bar
Author: Brainstorm Force
Author URI: https://www.bluewindsmedia.com
Description: A custom theme for X-Bar, based on the Astra framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: x-bar
Template: astra
*/




/* ======= Common CSS: Start ======= */
*,
::before,
:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

p {
    margin: 0px 0px 20px;
}

p:last-child {
    margin: 0px 0px 0px;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol,
li {
    list-style: none;
}

ul+ul,
ul+ol,
ol+ul,
ol+ol {
    margin: 20px 0px 0px;
}

a:focus,
a:focus-within,
a:focus-visible,
a:target,
a:visited,
a:active,
button:focus,
button:focus-within,
button:focus-visible,
button:target,
button:visited,
button:active,
input:focus,
input:focus-within,
input:focus-visible,
input:target,
input:visited,
input:active,
select:focus,
select:focus-within,
select:focus-visible,
select:target,
select:visited,
select:active,
textarea:focus,
textarea:focus-within,
textarea:focus-visible,
textarea:target,
textarea:visited,
textarea:active {
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ======= Common CSS: End ======= */



/* ======= Hover Button CSS: Start ======= */
.hover-btn a:hover svg,
.hero-slider-main .elementor-button:hover:after,
.contact-form-1 button:hover svg {
    transform: translateX(8px);

}

.hover-btn a svg,
.elementor-button:after,
.contact-form-1 button svg {
    transition: all 0.7s;
}

.btn-red a,
.contact-form-1 button {
    position: relative;
    overflow: hidden;
    transition: color 0.75s ease-in-out;
    z-index: 1;
}

.btn-red a:before,
.contact-form-1 button:before,
.call-text-header a:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 100%;
    background: #0B0E14;
    transition: all 0.35s ease-in-out;
    /* transform: scale(0); */
    z-index: -1;
    /* opacity: 0; */
}

.btn-red a:hover:before,
.contact-form-1 button:hover:before,
.btn-red a:focus:before,
.contact-form-1 button:focus:before,
.call-text-header a:hover:before {
    /* transform: scale(1);
	opacity: 1; */
    width: 100%;
    left: 0;
    right: auto;

}

.header-main-section .btn-red a {
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header-main-section .btn-red {
    height: 100px;
}

.btn-white a,
.btn-white-2 a {
    position: relative;
    overflow: hidden;
    transition: color 0.75s ease-in-out;
    z-index: 1;
}

.btn-white a:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 100%;
    background: #0B0E14;
    transition: all 0.35s ease-in-out;
    /* transform: scale(0); */
    z-index: -1;
    /* opacity: 0; */

}

.btn-white a:hover:before,
.btn-white a:focus:before {
    /* transform: scale(1);
	opacity: 1; */
    width: 100%;
    left: 0;
    right: auto;

}

.btn-white-2 a:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 100%;
    background: #C62222;
    transition: all 0.35s ease-in-out;
    /* transform: scale(0); */
    z-index: -1;
    /* opacity: 0; */
}

.btn-white-2 a:hover:before,
.btn-white-2 a:focus:before {
    /* transform: scale(1);
	opacity: 1; */
    width: 100%;
    left: 0;
    right: auto;
}

.hero-slider-main .elementor-swiper-button i {
    display: none;
}

.btn-red-2 a,
.hero-slider-main .elementor-button {
    position: relative;
    overflow: hidden;
    transition: color 0.75s ease-in-out;
    z-index: 1;
}

.btn-red-2 a:before,
.hero-slider-main .elementor-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    transition: all 0.35s ease-in-out;
    /* transform: scale(0); */
    z-index: -1;
    /* opacity: 0; */
}

.btn-red-2 a:hover:before,
.hero-slider-main .elementor-button:hover:before,
.btn-red-2 a:focus:before,
.hero-slider-main .elementor-button:focus:before {
    /* transform: scale(1);
	opacity: 1; */
    left: 0;
    right: auto;
    width: 100%;

}

.hover-btn .elementor-button:hover svg,
.hover-btn .elementor-button:focus svg {
    fill: transparent !important;
}

.hover-btn .elementor-button,
.hover-btn .elementor-button svg {
    transition: all 0.5s;
}

.btn-white a:hover svg,
.btn-white-2 a:hover svg,
.btn-white a:focus svg,
.btn-white-2 a:focus svg {
    filter: brightness(0) invert(1);
}

.btn-red a svg,
.btn-red-2 a svg {
    filter: brightness(0) invert(1);
}

.btn-red a:hover svg,
.btn-red-2 a:hover svg,
.btn-red a:focus svg,
.btn-red-2 a:focus svg {
    filter: none;
}

.service-btn a {
    position: relative;
}

.service-btn a::before,
.service-btn a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.3rem;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.service-btn a:hover::before,
.service-btn a:hover::after {
    opacity: 1;
}


.service-btn a::before {
    transform: scaleX(0);
    transform-origin: left;
}

.service-btn a::after {
    transform-origin: right;
    transition-delay: 0.25s;
}

.service-btn a:hover::before {
    transform: scaleX(1);
    transition-delay: 0.25s;
}

.service-btn a:hover::after {
    transform: scaleX(0);
    transition-delay: 0s;
}



/* ======= Hover Button CSS: End ======= */



/* ======= Heading Text Anim CSS: Start ======= */
span.word {
    display: inline-flex;
    overflow: hidden;
}

.text-anim span.word span.char {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.17, 0.17, 0, 0.79) !important;
    /* transition: all 1s !important; */
    transform: translateY(100%);
}

.text-anim.split-is h1 span.word span.char,
.text-anim.split-is h2 span.word span.char,
.text-anim.split-is h3 span.word span.char,
.text-anim.split-is h4 span.word span.char {
    opacity: 1;
    /* transition-delay: calc(30ms * var(--char-index)) !important; */
    display: inline-flex;
    transform: translateY(0%);
}

/* ======= Heading Text Anim CSS: End ======= */



/* ======= Header Section CSS: Start ======= */
html.cantScroll,
body.cantScroll {
    overflow: hidden !important;
}

/* body.overflow-hidden {
    overflow: hidden;
} */


.call-text-header .elementor-widget-container:hover {
    box-shadow: -3.5em 0 0 0 #0B0E14, inset 17.8em 0 0 0 #0B0E14;
}

.call-text-header {
    overflow: hidden;
}

.call-text-header .elementor-widget-container {
    transition: all 0.5s;
}

.elementor-location-header {
    position: relative;
    z-index: 31;
}

.header-main-section.sticky-show.sticky-on.is-sticky {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: #00000066 !important;
}

.header-main-section.sticky-show {
    display: none;
    position: fixed;
    background: rgba(30, 30, 29, 0.7);
    transform: translateY(-200px);
}

.header-main-section.sticky-on {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    transform: translateY(0px);
    display: flex;
}

.header-main-section.sticky-on.is-sticky {
    animation: headerIsSticky .6s 0s cubic-bezier(.3, 0, .7, 1) both;
    opacity: 1;
    transition: opacity 0s 0s ease !important;
    transform: translateY(0px);
}

.header-main-section.sticky-on:not(.is-sticky) {
    top: -250px;
    animation: headerOnSticky .6s 0s cubic-bezier(.3, 0, .7, 1) both;
    opacity: 0;
    transition: opacity 0s 1s ease !important;
}

/* .header-main-section.is-sticky {
    justify-content: center;
    display: flex;
} */

.header-main-section.sticky-show.sticky-on.is-sticky .header-col-1,
.header-main-section.sticky-show.sticky-on.is-sticky .col-logo {
    border-color: transparent !important;
}

.header-main-section.sticky-show.sticky-on.is-sticky .header-main-menu li a {
    color: #fff !important;
}

@keyframes headerIsSticky {
    0% {
        top: -250px;
    }

    80% {
        top: 0px;
    }
}

@keyframes headerOnSticky {
    0% {
        top: 0px;
    }

    80% {
        top: -250px;
    }
}

.header-main-menu li a {
    height: 100px;
}

.call-text-header .elementor-widget-container a {
    height: 100px !important;
    display: flex;
    align-items: center;
}

.call-text-header a {
    background-color: #C62222;
    padding-left: 32px;
    padding-right: 32px;
}

.header-main-menu li .sub-menu a {
    height: unset !important;
}

.header-main-menu li a:hover .sub-arrow svg,
.header-main-menu li .elementor-item-active .sub-arrow svg,
.header-main-menu li a.highlighted .sub-arrow svg {
    color: #fff !important;
    fill: #fff !important;
}

.header-main-section.sticky-show.sticky-on.is-sticky .header-main-menu .sub-menu li a {
    color: #C62222 !important;
}

.header-main-section.sticky-show.sticky-on.is-sticky .header-main-menu .sub-menu li a:hover,
.header-main-section.sticky-show.sticky-on.is-sticky .header-main-menu .sub-menu li a:focus {
    color: #fff !important;
}

.header-main-section ul.elementor-nav-menu--dropdown a,
.header-main-section ul.elementor-nav-menu--dropdown a:focus,
.header-main-section ul.elementor-nav-menu--dropdown a:hover {
    border: none !important
}

.popup-menu .sub-menu a.elementor-item-active {
    background-color: transparent !important;
}

/* ======= Header Section CSS: End ======= */



/* ======= Footer Section CSS: Start ======= */
#ast-scroll-top:focus {
    border: none !important;
}

.ast-scroll-to-top-right {
    right: 20px;
    bottom: 20px;
}

div#ast-scroll-top:hover {
    box-shadow: inset -3.5em 0 0 0 #0B0E14, inset 3.5em 0 0 0 #0B0E14;
    border: 1px solid #fff;
}

/* .popupmenu-icon .elementor-widget-container:hover {
	box-shadow: inset -3.5em 0 0 0 #0B0E14, inset 3.5em 0 0 0 #0B0E14;
}
.popupmenu-icon {
	overflow: hidden;
} */
div#ast-scroll-top:hover .ast-icon:after {
    filter: brightness(0) invert(1);
}

.ast-icon:after {
    display: inline-flex;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/Group-2.svg);
    background-size: auto;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    transition: all 0.7s;
    background-position: center;
}

#ast-scroll-top {
    width: 70px;
    height: 70px;
    transition: all 0.5s;

}


.ast-icon svg {
    display: none;
}

.footer-menu a:before,
.footer-menu a:after,
.footer-contact-info a:before,
.footer-contact-info a:after {
    content: '';
    border-bottom: solid 1px white;
    position: absolute;
    bottom: 0;
    width: 0;
}

.footer-menu a:before,
.footer-contact-info a:before {
    left: 0;
}

.footer-menu a:after,
.footer-contact-info a:after {
    right: 0;
}

.footer-menu a:hover:before,
.footer-menu a:hover:after,
.footer-menu a.elementor-item-active:after,
.footer-menu a.elementor-item-active:before,
.footer-contact-info a:hover:before,
.footer-contact-info a:hover:after {
    width: 50%;
}

.footer-menu a:before,
.footer-menu a:after,
.footer-contact-info a:before,
.footer-contact-info a:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-menu a,
.footer-contact-info a {
    display: inline !important;
}

.footer-contact-info li {
    width: max-content !important;
    margin-bottom: 25px !important;
}

.footer-contact-info .elementor-icon-list-items li:nth-last-child(1) {
    margin-bottom: 0px !important;
}





.footer-main-sec:before {
    mix-blend-mode: soft-light;
}

.x-bar-auto-text {
    mix-blend-mode: soft-light;
}

.footer-main-sec .subtitle-css h4::after {
    background-color: #ffffff4d;
    z-index: 2 !important;

}


/* ======= Footer Section CSS: End ======= */



/* =======  Section CSS: Start ======= */

/* Home Page CSS Start */

/* Hero Section CSS Start */

.hero-slider-main .elementor-slide-description {
    width: 81.6%;
}

.hero-slider-main .elementor-button {
    padding: 27px 35px;
}

.hero-slider-main .elementor-button:after {
    display: inline-flex;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/red-btn-arrow.svg);
    background-size: 18px 12px;
    height: 12px;
    width: 18px;
    background-repeat: no-repeat;
    margin-left: 10px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}

.hero-slider-main .elementor-button:hover:after {
    filter: none;
}

.hero-slider-main .elementor-button {
    transition: all 0.7s;
}

.hero-slider-main .elementor-swiper-button-prev:after {
    display: inline-flex;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/slider-left-arrow.svg);
    background-size: 18px 12px;
    height: 12px;
    width: 18px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.hero-slider-main .elementor-swiper-button-next:after {
    display: inline-flex;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/sldier-right-arrow-2.svg);
    background-size: 18px 12px;
    height: 12px;
    width: 18px;
    background-repeat: no-repeat;
    transition: all 0.5s;

}

.hero-slider-main .elementor-swiper-button svg {
    display: none;
}

.hero-slider-main .elementor-swiper-button {
    padding: 35px;
    background-color: #FCF4F4;
    transition: all 0.5s;
    top: auto !important;
    bottom: 0 !important;
    transform: translateY(0) !important;
}

.hero-slider-main .elementor-swiper-button:hover {
    background-color: #C62222;

}

.hero-slider-main .elementor-swiper-button:hover:after {
    filter: brightness(0) invert(1);

}

.hero-slider-main .elementor-swiper-button-next {
    right: 0 !important;
}

.hero-slider-main .elementor-swiper-button-prev {
    right: 88px !important;
    left: auto !important;
    overflow: hidden;
}

.hero-slider-main .swiper-slide-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-slider-main .elementor-swiper-button:hover,
.product-slider .elementor-swiper-button:hover {
    box-shadow: inset -3.5em 0 0 0 #C62222, inset 3.5em 0 0 0 #C62222;
}


.subtitle-css h4::after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 7px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 2px;
    z-index: -1;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

/* .subtitle-css h4 {
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;

} */

/* Hero Section CSS End */

/* Services Section CSS Start */

.service-col:hover .service-number h2 {
    color: #0B0E14 !important;
}

.service-col:hover .service-title h2 a {
    color: #fff !important;

}

.service-col:hover .service-desc {
    color: rgb(255 255 255 / 70%) !important;
}

.service-col:hover .service-btn a svg {
    filter: brightness(0) invert(1);
}

.service-col {
    transition: all 0.7s;
}

.service-col .service-number h2,
.service-col .service-desc,
.service-col .service-title h2,
.service-col .service-btn a svg {
    transition: all 0.4s;
}

.service-col:hover .service-title h2 span.word span.char {
    transition: none !important;
}

/* Services Section CSS End */


/* CONTACT US Section CSS Start */


.cta-main-sec:before {
    mix-blend-mode: soft-light;
}

.cta-main-sec .subtitle-css h4::after {
    background-color: #ffffff4d;
    z-index: 1;

}

/* CONTACT US Section CSS End */

/* Testimonials Section CSS Start */
/* .testi-vid-css .elementor-custom-embed-play:hover {
	box-shadow:  -3.5em 0 0 0 #C62222, inset 3.5em 0 0 0 #C62222;
} */
.elementor-wrapper.elementor-open-inline {
    height: 647px;
    width: 100%;
}

.testi-vid-css .elementor-custom-embed-play:hover {
    box-shadow: inset -3.5em 0 0 0 #fff, inset 3.5em 0 0 0 #fff;
}

.testi-vid-css .elementor-custom-embed-play:hover svg {
    filter: none !important;
}

.testi-vid-css .elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: 1;
    transition: all .5s;
}

.testi-vid-css .elementor-custom-embed-play svg {
    height: 20px;
    width: 15px;
    opacity: 1 !important;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}

.testi-vid-css .elementor-custom-embed-play {
    line-height: 0;
    height: 80px;
    width: 80px;
    background: #C62222;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 60px;
    left: -40px;
    transform: none;
    top: auto !important;
    overflow: hidden;
    transition: all 0.5s;
}

.testi-vid-css .elementor-widget-container {
    overflow: visible !important;
}

.testimonial-main-sec .subtitle-css h4::after {
    background-color: #ffffff4d;
    z-index: 1;
    bottom: 2px;
}

.testi-vid-css .elementor-widget-container {
    height: 68vh;
}

.play-vid-icon {
    height: 80px;
    width: 80px;
}

.play-vid-icon .elementor-widget-container {
    line-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Testimonials Section CSS End */

/* Our Product Section CSS Start */
/* .home-prod-slider-box:hover .home-prod-title h2 {
	color: #C62222 !important;
} */

.home-prod-slider-box .prod-arrow svg {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}

/* .home-prod-slider-box .text-anim span.word span.char {
	transition: none !important;
} */
/* .home-prod-slider-box .home-prod-title h2 {
	transition: all 0.3s;
} */

.home-prod-slider-box:hover .prod-arrow svg {
    filter: none;
}

/* .home-prod-slider-box {
	transition: all 0.5s;
} */

.prod-arrow .elementor-widget-container {
    line-height: 0;
}

.product-slider .swiper-initialized {
    width: 92vw;
    margin-right: 0vw;
}

.product-slider .elementor-swiper-button {
    bottom: -120px;
    background: #FCF4F4;
    top: auto !important;
    padding: 30px;
    transition: all 0.7s !important;
}

.product-slider .elementor-swiper-button-prev {
    right: 70.5px;
    left: auto !important;
}

.product-slider .elementor-swiper-button-next {
    right: 0 !important;
}

.product-slider .elementor-swiper-button:hover {
    background: #C62222;

}

.product-slider .elementor-swiper-button:hover svg {
    filter: brightness(0) invert(1);

}

.product-slider .elementor-swiper-button svg {
    transition: all 0.5s;
}

.product-slider .slider-img .elementor-widget-container {
    overflow: hidden !important;
}

.product-slider .slider-img:hover img {
    transform: scale(1.1);

}

.product-slider .slider-img img {
    transition: all 0.5s;

}

/* Our Product Section CSS End */

/* Contact Us Section CSS Start */
.contact-form-1 input,
.contact-form-1 select,
.contact-form-1 textarea {
    box-shadow: none;
}

.contact-info a:hover,
.contact-info a:focus {
    color: #c62222 !important;
}

.contact-form-1 input {
    padding-bottom: 17px !important;
}

.contact-form-1 input:focus,
.contact-form-1 textarea:focus {
    border-color: #c62222 !important;
    box-shadow: none !important;
    color: #0B0E14 !important;
    border-style: solid !important;
}

.gravity-theme input:focus::placeholder,
.gravity-theme textarea:focus::placeholder {
    opacity: 1 !important;
    color: #0B0E14 !important;
}

.contact-form-1 input::placeholder {
    opacity: 1 !important;
}

.contact-form-1 input,
.contact-form-1 textarea {
    padding-left: 5px !important;
}

.contact-form-1 button svg * {
    fill: transparent !important;
}

.contact-info a {
    transition: all 0.8s;
}

.gravity-theme #gform_submit_button_1 {
    background-image: url(https://www.xbarauto.com/wp-content/uploads/2024/07/Arrow.svg) !important;
    background-size: 18px !important;
    background-position: right 25px center !important;
    background-repeat: no-repeat !important;
    transition: all 0.3s ease-in-out;
}

.gravity-theme #gform_submit_button_1:hover {
    background-color: #0B0E14 !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 200px !important;
}


/* Contact Us Section CSS End */


/* Home Page CSS End */

/* About Page CSS Start */

.subtitle-before-css h4::before,
p#breadcrumbs:before {
    content: '';
    width: 100%;
    height: 7px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 2px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.subtitle-before-css h4::before {
    background-color: #fff;
}

p#breadcrumbs:before {
    background-color: #ffffff4d;
}

.elementor-widget-breadcrumbs a:focus {
    color: #C62222 !important;
}

.elementor-widget-breadcrumbs a {
    transition: all 0.5s;
}


/* About Page CSS End */

/* Career Page CSS Start */
.career-title h2 a:hover {
    color: #C62222 !important;
}

.career-title h2 a {
    transition: all 0.5s !important;
}

/* Career Page CSS End */



/* =======  Section CSS: End ======= */



/* ======= Responsive CSS: Start ======= */

/*
Elementor Breakpoint For Responsive Screen : 
Mobile Portrait   : 767
Mobile Landscape  : 980
Tablet Portrait   : 1080
Tablet Landscape  : 1220
Laptop            : 1320
*/

@media screen and (min-width: 1321px) and (max-width: 1780px) {

    .hero-slider-main .swiper-slide-contents {
        max-width: 78.8% !important;
    }

    .testi-main-heading {
        width: 40% !important;
    }


}

@media screen and (max-width: 1780px) {
    .industries-title-img {
        left: auto !important;
    }
}

@media screen and (min-width: 1321px) and (max-width: 1680px) {
    .years-counter .elementor-counter .elementor-counter-title {
        font-size: 25px !important;
    }

    .years-counter .elementor-counter .elementor-counter-number-wrapper {
        font-size: 76px !important;
    }

    .years-counter .elementor-widget-container {
        padding: 40px 60px 40px 40px !important;
    }
}

@media screen and (max-width: 1680px) {}

@media screen and (min-width: 1321px) and (max-width: 1580px) {
    .testi-main-heading {
        width: 35% !important;
    }

    .contact-form-1 .elementor-form-fields-wrapper {
        margin-bottom: -40px !important;
    }

    .contact-form-1 .elementor-field-group {
        margin-bottom: 40px !important;
    }

    .header-main-menu li a {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .header-main-section .btn-red a {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .product-slider .swiper-initialized {
        width: 100vw !important;

    }
}

@media screen and (max-width: 1580px) {}

@media screen and (min-width: 1321px) and (max-width: 1500px) {
    .mission-heading-2 {
        width: 52% !important;
    }

    .header-menu-col {
        width: 67% !important;
    }

    .logo-col {
        width: 13% !important;
    }
}

@media screen and (max-width: 1500px) {}

@media screen and (min-width: 1321px) and (max-width: 1400px) {}

@media screen and (max-width: 1400px) {}


@media screen and (max-width: 1320px) {
    .elementor-wrapper.elementor-open-inline {
        height: 580px;
    }

    .header-main-menu li a {
        height: 90px !important;
    }

    .header-main-section .btn-red,
    .header-main-section .btn-red a {
        height: 90px !important;
    }

    .product-slider .swiper-initialized {
        width: 100vw;
    }

    .product-slider .elementor-swiper-button-prev {
        right: 151.5px !important;

    }

    .product-slider .elementor-swiper-button-next {
        right: 80px !important;
    }

    .contact-form-1 .elementor-field-group {
        margin-bottom: 45px !important;
    }

    .contact-form-1 .elementor-form-fields-wrapper {
        margin-bottom: -45px !important;
    }
}

@media screen and (max-width: 1220px) {

    /* .header-main-menu li a {
		padding: 15px !important;
	} */
    .footer-col-1 {
        width: 40.1% !important;
    }

    .footer-col-3 {
        width: 25.5% !important;
    }

    .hero-slider-main .elementor-swiper-button-prev {
        right: 68px !important;
    }

    .hero-slider-main .elementor-swiper-button {
        padding: 25px !important;
    }

    .hero-slider-main .elementor-button,
    .contact-form-1 button {
        padding: 20px 32px !important;
    }

    .product-slider .elementor-swiper-button-prev {
        right: 139.5px !important;
    }

    /* .product-slider .elementor-swiper-button {
		padding: 25px !important;
	} */

    .product-slider .elementor-swiper-button {
        bottom: -100px;
    }

    #ast-scroll-top {
        width: 50px !important;
        height: 50px !important;
    }

    .testi-vid-css .elementor-custom-embed-play {
        height: 70px !important;
        width: 70px !important;
    }
}

@media screen and (max-width: 1080px) {

    /* .header-number-col {
		width: calc(100% - 103px) !important;
	} */
    .product-slider .elementor-swiper-button-prev {
        right: 136.5px !important;
    }

    .elementor-wrapper.elementor-open-inline {
        height: 480px;
        width: 100%;
    }

    .popup-menu .sub-menu.elementor-nav-menu--dropdown {
        position: relative;
        margin-top: 8px !important;
        margin-left: 0 !important;
        margin-bottom: 0px !important;
    }

    .popup-menu .sub-menu.elementor-nav-menu--dropdown a {
        text-align: center;
    }

    .popup-menu ul.elementor-nav-menu.sm-vertical {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .popup-menu ul li a.elementor-item {
        padding: 8px 0px !important;
        width: max-content;
    }

    .popup-menu>ul li {
        margin-bottom: 20px !important;

    }

    .popup-menu .menu-item-has-children {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .popup-menu .elementor-sub-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popupmenu-icon .elementor-icon-wrapper {
        line-height: 0;
    }

    /* Prevent scrolling when the body has the overflow-hidden class */
    .overflow-hidden {
        overflow: hidden;
    }

    .header-main-menu .elementor-menu-toggle {
        z-index: 9999;
    }

    .header-main-menu nav {
        height: calc(100vh - 100px);
    }

    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: -10px !important;
    }

    .header-main-menu .has-submenu {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .header-main-menu .sub-menu.elementor-nav-menu--dropdown {
        width: auto;
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .header-main-menu .elementor-nav-menu--dropdown>ul {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* .header-main-menu .sub-menu.elementor-nav-menu--dropdown {
        height: max-content;
    } */
    .header-main-menu li a {
        height: unset !important;
        color: #0B0E14 !important;
    }

    .header-main-menu li .elementor-item-active,
    .header-main-menu li a:hover {
        color: #fff !important;
    }

    .header-main-menu li .elementor-item-active .sub-menu li .elementor-sub-item:hover {
        color: #fff !important;
    }
}

@media screen and (max-width: 980px) {
    .testi-vid-css .elementor-custom-embed-play {
        height: 60px !important;
        width: 60px !important;
        left: -30px !important;
    }

    .contact-form-1 .e-form__buttons,
    .e-form__buttons__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .year-service-box {
        right: 80% !important;
    }

    /* .contact-form-1 .elementor-field-group {
		margin-bottom: 35px !important;
	} */
    .product-slider .elementor-swiper-button {
        bottom: -110px !important;
    }

    .footer-col-1 {
        width: 100% !important;
    }

    .footer-col-3 {
        width: 35% !important;
    }

    .gravity-theme #gform_submit_button_1 {
        margin: auto;
    }
}

@media screen and (max-width: 850px) {
    /* .header-number-col {
		width: 34%;
	}

	.header-menu-col {
		width: 51%;
	} */

}

@media screen and (max-width: 767px) {
    .testi-vid-css .elementor-custom-embed-play {
        height: 50px !important;
        width: 50px !important;
    }

    .testi-vid-css .elementor-custom-embed-play svg {
        height: 16px;
        width: 12px;
    }

    .product-slider .slider-img a {
        width: 100%;
    }

    span.ast-icon.icon-arrow {
        line-height: 0;
    }

    #ast-scroll-top {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .ast-icon:after {
        background-size: 13px;
        height: 13px;
        width: 13px;
    }

    #ast-scroll-top {
        width: 40px !important;
        height: 40px !important;
    }

    .contact-form-1 .elementor-form-fields-wrapper {
        margin-bottom: -60px !important;
    }

    .hero-slider-main .elementor-slide-description {
        width: 100%;
    }

    .header-menu-col {
        width: 30%;
    }

    .footer-col-1 {
        width: 100% !important;
    }

    .footer-col-3 {
        width: 100% !important;
    }

    .product-slider .swiper-initialized {
        width: 100% !important;
        margin: auto !important;
    }

    .testi-vid-css .elementor-custom-embed-play {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .year-service-box {
        right: auto !important;
    }

    .product-slider .elementor-swiper-button {
        bottom: 0% !important;
    }

    .product-slider .elementor-swiper-button-prev {
        left: calc(50% - 45px) !important;
        right: unset !important;
    }

    .product-slider .elementor-swiper-button-next {
        right: calc(50% - 45px) !important;
    }

    .product-slider .elementor-swiper-button {
        padding: 15px !important;
        /* top: 50% !important;
		bottom: unset !important; */
    }

    .product-slider .elementor-swiper-button svg {
        width: 15px !important;
        height: 15px !important;
    }

    .footer-menu li {
        text-align: center !important;
    }

    .footer-contact-info .elementor-icon-list-items {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .footer-contact-info li {

        margin-bottom: 10px !important;
    }

    .hero-slider-main .elementor-swiper-button-prev:after,
    .hero-slider-main .elementor-swiper-button-next:after {
        background-size: 16px 11px;
        height: 11px;
        width: 16px;
    }

    .hero-slider-main .elementor-swiper-button {
        padding: 15px !important;
    }

    .hero-slider-main .elementor-swiper-button-prev {
        right: 46px !important;
    }

    .years-counter {
        left: auto !important;
        right: auto !important;
    }

    .years-counter .elementor-counter {
        align-items: center !important;
    }

    .years-counter .elementor-counter-title {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .home-cntct-title {
        width: 72%;
    }

    .hero-slider-main .elementor-slide-heading {
        font-size: 33px !important;
    }

    .hero-main-sec .elementor-slide-description {
        margin-bottom: 25px;
    }
}

/* ======= Responsive CSS: End ======= */