:root {
    scroll-behavior: initial;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
input,
select,
textarea,
button,
.btn {
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 16px;
    /* line-height: 1.75em; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lexend', sans-serif;
    color: #161616;
    font-weight: 700;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 25px;
}

p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    /* color: #6e6e6e; */
    color: #292524;
}

img {
    vertical-align: middle;
    border-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

blockquote {
    margin: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

#back-to-top {
    position: fixed;
    bottom: -55px;
    right: 40px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.5s ease;
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--accent-color1);
    font-weight: bold;
}

#back-to-top:hover {
    background: transparent;
    color: var(--accent-color2);
}

#back-to-top:active {
    background: transparent;
}

#back-to-top.show {
    bottom: 56px;
}

#back-to-top:after {
    /* to be changed */
    content: '\f365';
    font-family: 'Ionicons';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 20px;
    transform: rotate(91deg);
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 18px;
    color: #2c2d32;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #900505;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: normal;
}

.nav-phone {
    position: relative;
    z-index: 4;
    display: flex;
    padding: 25px 30px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #685f5f;
    text-decoration: none;
    visibility: hidden;
    line-height: 1;
}

.nav-phone i {
    font-size: 26px;
    color: rgb(187, 10, 7);
}

.nav-phone__link {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    /* text-shadow: 1px 1px 1px #4c4c4e; */
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

.section-title {
    margin-bottom: 32px !important;
}

.section-title h2 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 40px;
}

.section-title>.wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
    fill: transparent;
    margin-top: 4px;
}

.section-title>.wrapper svg>path {
    stroke: #bb0a07;
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-linejoin: round;
    /* margin-top: 4px; */
}

.section-title>.wrapper {
    -webkit-text-stroke-color: #bb0a07;
    stroke: #bb0a07;
}

.form-control:focus {
    box-shadow: none;
    border-color: #bb0a07;
}

.form-control {
    border-radius: 0;
    padding: 12px 8px;
}

.btn-submit,
.btn-style1 {
    padding: 16px 24px;
    border-radius: 0;
    background-color: #bb0a07;
    border-color: #bb0a07;
    color: #fefefe;
    font-size: 16px;
    line-height: 1;
}

button.btn-submit {
    margin-top: 12px;
}

.btn-submit:hover,
.btn-submit:focus {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #fefefe;
}

.btn-style1 {
    padding: 12px 24px;
    font-size: 14px;
}

.btn-style1:hover,
.btn-style1:focus {
    background-color: #771412;
    border-color: #771412;
    color: #fefefe;
}

#header #header-nav .navbar-toggler-icon:before {
    color: black;
}

/* Nav */
@media all and (min-width:1200px) {
    #navBar .container-fluid {
        max-width: 1762px;
    }
}

#navBar .h1 a {
    font-size: 36px !important;
}

#navBar img.logo-img {
    max-height: 64px;
}

#navBar ul.nav-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navBar ul.nav-ul li {
    display: inline-block;
}

#navBar ul.nav-ul li a {
    color: #000;
    padding: 40px 22px 36px;
    text-decoration: none;
    display: block;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    border-bottom: 4px solid transparent;
}

#navBar ul.nav-ul li:first-child a {
    padding-left: 0;
}

#navBar ul.nav-ul li a:hover {
    color: #bb0a07;
    text-decoration: none;
    border-color: #bb0a07;
}

#navBar ul.mobile-nav-ul {
    border-top: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #0a1328;
}

#navBar ul.mobile-nav-ul li {
    display: block
}

#navBar ul.mobile-nav-ul li a {
    padding: 1.2em 1.2em;
    display: block;
    color: #fff;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#navBar ul.mobile-nav-ul li:last-child a {
    border: 0;
}

#navBar ul.mobile-nav-ul li a:hover {
    background-color: #bb0a07;
    text-decoration: none
}

#navBar ul.mobile-nav-ul li a:focus {
    background: transparent;
}

/* header */
#header {
    background-color: #ECEEEF;
}

.header-bg {
    background-image: url('../img/header-bg.webp');
    background-size: cover;
    min-height: 750px;
    background-position: center bottom;
}

.headerContent {
    padding: 0;
}

/* @media all and (min-width:992px) {
    .headerContent {
        margin-right: 60px;
    }
} */

.headerContent h1 {
    font-size: 32px;
}

section#about-us {
    padding: 120px 0 100px;
}

.about_block .section-title {
    margin-bottom: 48px !important;
}

.brands {
    margin-top: 112px;
}

.brands h3 {
    font-size: 32px;
    font-weight: 500;
}

.about-bg {
    position: absolute;
    border: 8px solid #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.about-bg img {
    height: 250px;
    object-fit: cover;
}

.bg-img1 {
    top: 18px;
    left: -104px;
}

.bg-img2 {
    bottom: -55px;
    right: 0;
}

section#guarantee {
    padding: 0px 0 100px;
}

article.bg-guarantee {
    background-image: linear-gradient(to right, rgb(35 36 36), rgb(43 44 44 / 50%), transparent), url('../img/guarantee-bg.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 80px;
}

.guarantee_block {
    padding: 90px 50px;
}

.guarantee_block h2 {
    color: #fff;
}

.guarantee_block p {
    color: #fefefe;
}

#our-services {
    padding: 0 0 100px;
}

article.service-block {
    text-align: center;
    position: relative;
}

.service-block img {
    position: relative;
    opacity: 0.7;
    transition: all 0.35s !important;
}

.service-block_wrapper {
    position: absolute;
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.85), rgba(5, 5, 5, 0.35));
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 32px 36px 32px;
    transition: opacity .35s;
}

.service-block_wrapper h3 {
    font-size: 36px;
    text-align: left;
    color: #fefefe;
    margin-bottom: 12px;
    line-height: 1.2;
}

section#whyUs {
    padding: 100px 0;
    background-color: #fafafb;
}

#whyUs h2 {
    font-size: 40px;
}

#whyUs h2 span {
    margin-top: 8px;
    /* color: #BB0A07; */
}

#whyUs ul.intro-list li {
    font-size: 16px;
    margin: 7px 0;
    line-height: 1.35;
}

.wistia_responsive_wrapper {
    width: 450px !important;
    max-height: 400px !important;
}

.wistia_embed {
    height: 630px;
    position: relative;
    width: 570px
}

#gallery {
    padding: 68px 0 100px;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 24px;
}

ul.gallery li {
    position: relative;
    overflow: hidden;
    margin: 1% 0;
    /* float: left; */
}

@media all and (min-width:992px) {
    ul.gallery li {
        width: 31.333%;
    }
}

ul.gallery li a:after {
    font-family: "Ionicons";
    content: "\f2f5";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* padding-top: 125px; */
    text-align: center;
    color: rgba(255, 255, 255, 0);
    font-size: 32px;
    background: rgba(137, 204, 37, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}

ul.gallery li a:hover:after {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    border: 2px solid #bb0a07;
}

ul.gallery li img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.gallery li a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

#testimonials {
    background-color: #fafafb;
    padding: 100px 0 68px;
}

.testimonial-intro h4 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 500;
}

.testimonial-intro P {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
}

.testimonial-card {
    margin-bottom: 20px;
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #fff !important;
    position: relative;
    /* box-shadow: 0px 3px 4px -1px rgba(153, 156, 168, 0.25); */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.1);
    border: 1px solid #f2f4f7;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.testimonial-body p {
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    /*background: rgba(85, 85, 85, 0.1);*/
    background: #f1f1f1;
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: #888;
    /*background: rgba(85, 85, 85, 0.6)*/
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.testimonial-card .rating {
    margin-bottom: 7px;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
}

.testimonial-author * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-author h6 span {
    display: block;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    margin-top: 5px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

#quote {
    padding: 100px 0 72px;
}

footer {
    background-color: #080704;
    position: relative;
}

footer::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, #080704 0%, #5d5b5d 100%);
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape-top {
    top: -1px;
}

.elementor-shape-top svg {
    height: 20px;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.footer_wrapper {
    padding: 48px 0 32px;
}

#navBar .h1,
.footer_wrapper .h1 {
    text-align: right;
    margin-bottom: 0;
    font-size: inherit;
}

#navBar .h1 a,
.footer_wrapper .h1 a {
    color: #bb0a07;
    font-size: 38px;
    font-weight: bold;
}

.copyright_wrapper {
    background-color: #1b1b1b;
    padding: 6px 0 11px;
}

.copyright_wrapper p{
    font-size: 12px;
}

@media all and (max-width: 575px) {
    .nav-phone {
        left: 22% !important;
    }
    #navBar img.logo-img {
        margin-top: 10px;
    }
}

@media all and (max-width:768px) {
    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 36%;
        padding: 10px 20px 10px 23px;
        border-radius: 56px;
        background-color: #2d2d30;
        visibility: visible;
    }

    #navBar ul.nav-ul li a {
        padding: 12px 0;
    }

    .header-bg {
        display: none;
    }

    .headerContent {
        padding: 40px 0;
    }

    .headerContent h1 {
        font-size: 28px;
    }

    .btn-style1 {
        padding: 12px 16px;
        font-size: 13px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .about_block .section-title {
        margin-bottom: 40px !important;
    }

    #navBar {
        padding: 56px 0 12px;
    }

    #navBar .h1 a {
        font-size: 28px !important;
    }

    section#about-us {
        padding: 80px 0 60px;
    }

    .about_block {
        margin-top: 16px;
    }

    article.bg-guarantee {
        padding: 24px;
        background-image: linear-gradient(to right, rgb(35 36 36), rgba(43, 44, 44 0.5) 76%, transparent), url('../img/guarantee-bg.webp');
    }

    .guarantee_block p {
        font-size: 16px;
    }

    section#guarantee {
        padding-bottom: 60px;
    }

    .guarantee_block .section-title {
        margin-bottom: 16px !important;
    }

    .about-bg {
        display: none;
    }

    .brands {
        margin-top: 52px;
    }

    .service-block {
        margin-bottom: 28px;
    }

    #our-services {
        padding-bottom: 60px;
    }

    #whyUs {
        padding: 72px 0 !important;
    }

    #whyUs h2 {
        font-size: 30px;
    }

    .wistia_embed {
        height: 480px;
        position: relative;
        width: auto;
        margin-bottom: 20px;
    }

    ul.gallery li {
        padding: 0;
    }

    img.logo-footer {
        height: 60px;
    }
}