:root {
    --main-color: #C5322E;
    --second-color: #101B30;
    --light-orange: #FDF1EA;
    --dark--color: #262626;
    --text-color: #444444;
    --padding-space: 100px 0;
    --transtion-time: all 0.4s;
    scroll-behavior: auto;

}


body,
input,
select,
textarea,
button,
.btn {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--second-color);
    font-weight: 700;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 58.869px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 30.672px;
}

h5,
.h5 {
    font-size: 25px;
}

p {
    font-size: 18px;
    color: var(--text-color);
}

p.intro-text {
    font-size: 20px
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

/* .container {
    max-width: 1400px;
} */

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 35px;
    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: "fontello";
    content: "\e98f";
    color: #FAB815;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}



.btn-one,
.btn-two {
    background-color: var(--main-color);
    color: #fff;
    position: relative;
    padding: 17px 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border: none;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn-one:after,
.btn-one:before,
.btn-two:after,
.btn-two:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #ffffff;
    color: #ffffff;
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: .4s;
    transition: all .4s ease
}

.btn-two:after,
.btn-two:before {
    background-color: #000;
}

.btn-one:before,
.btn-two:before {
    left: auto;
    right: 100%;
    -webkit-transform: skew(-30deg) translate3d(0, 0, 0);
    transform: skew(-30deg) translate3d(0, 0, 0)
}

.btn-one:after,
.btn-two:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: .4s;
    transition: all .4s ease
}

.btn-two:after {
    background-color: #000;
}

.btn-one:hover,
.btn-two:hover {
    color: #ffffff
}

.btn-one:hover:before,
.btn-two:hover:before {
    -webkit-transform: skew(-30deg) translate3d(70%, 0, 0);
    transform: skew(-30deg) translate3d(70%, 0, 0);
    opacity: 1
}

.btn-one:hover:after,
.btn-two:hover:after {
    -webkit-transform: skew(30deg) translate3d(-70%, 0, 0);
    transform: skew(30deg) translate3d(-70%, 0, 0);
    opacity: 1
}

.btn-one:hover {
    color: var(--second-color);
}

.btn-two:hover {
    color: #fff;
}

.section-headline {
    text-align: center;
}



.form-group {
    margin-block: 10px;
}

.header-span-one {
    color: var(--main-color);
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
    /* padding-bottom: 5px; */
}

.header-span-one::before,
.header-span-one::after {
    position: absolute;
    content: '';
    background-color: var(--main-color);
    left: 0;
    top: 5px;
    height: 3px;
    width: 30px;
}

.header-span-one::after {
    margin-top: 4px;
    width: 20px;
    left: 10px;
}

.header-span-one::before {
    height: 1.5px;
    width: 30px;
    top: 3px;
    bottom: 10px;
}

.header-span-two {
    color: var(--main-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    position: relative;
}

.header-span-two::before,
.header-span-two::after {
    position: absolute;
    content: '';
    background-color: var(--main-color);
    left: 0;
    top: 5px;
    height: 2px;
    width: 30px;
}

.header-span-two::before {
    left: -40px;
}

.header-span-two::after {
    left: -30px;
    top: 10px;
    width: 20px;
    height: 3px;
}

.header-span-two .inner {
    position: relative;
}

.header-span-two .inner::before,
.header-span-two .inner::after {
    position: absolute;
    content: '';
    background-color: var(--main-color);
    right: 0;
    top: 5px;
    height: 2px;
    width: 30px;
}

.header-span-two .inner::before {
    right: -40px;
}

.header-span-two .inner::after {
    right: -30px;
    top: 10px;
    width: 20px;
    height: 3px;
}



.header-section {
    text-align: center;
    margin-bottom: 40px;
}

/* .header-section { */





/* navbar */
.navbar {
    /* background-color: #070A10; */
    background-color: #FFFFFF;
    padding: 0;
}

.quote-header-btn {
    color: #fff;
    font-size: 28px;
    transition: var(--transtion-time);
}

.quote-header-btn:hover .phone-span {
    /* color: #FF7E00; */
    text-decoration: underline;
}

.quote-header-btn:hover span {
    /* color: #fff; */
    text-decoration: underline;
}

/* .quote-header-btn i{
    color: #FF7E00;
} */
.quote-header-btn span.phone-span {
    font-size: 28px;
    color: #101B30;
    transition: var(--transtion-time);
    font-weight: 800;
}

.quote-header-btn span {
    font-size: 15px;
    color: var(--main-color);
    margin-bottom: 3px;
    /* text-align: right; */
    transition: var(--transtion-time);
    line-height: 1;
}

.quote-header-btn i {
    color: var(--main-color);
}

.navbar .icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--lime-green);
    border-radius: 50%;
    color: black;
}

.navbar .navbar-toggler {
    border: solid 1px var(--main-color);
    padding: 5px;
    background-color: var(--main-color)
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-toggler i {
    font-size: 30px;
    color: #fff;
}

.menu-icon {
    color: var(--main-color);
}

.nav-logo {
    width: 250px;
}

.navbar-nav .nav-link {
    color: #101B30;
    font-weight: 500;
    padding: 32px 20px !important;
}

.navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--main-color);
}

.navbar .emergency-call {
    color: var(--second-color);
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
}

.navbar .emergency-call a {
    color: var(--second-color);
    text-decoration: none;
}


/* header */

#header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/hero-bg.webp");
    background-position: center bottom;
    background-size: cover;
    padding: var(--padding-space);
    /* min-height: 80vh; */
}

#header .list li {
    color: #fff;
}

.form-container .title {
    padding: 22px 5px 22px;
    color: #f9fafb;
    background-color: var(--second-color);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.form-container .btn-two {
    background-color: var(--second-color);
}

.form-container form {
    /* background-color: rgba(200, 200, 200, 0.6); */
    background-color: #fff;
    padding: 20px 6px 20px;
}

#header .form-container .title h4 {
    color: #fefefe;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 6px;
}

#header .form-container .title p {
    font-size: 17px;
    color: #fff;
}



.icon-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FDEAE5;
    border-radius: 50%;
    margin-block: 15px;
    padding: 10px;
    transition: var(--transtion-time);
}

.icon-wrapper i {
    color: var(--main-color);
}

#footer-form .icon-wrapper {
    width: 60px;
    height: 60px;
}

#footer-form .icon-wrapper i {
    font-size: 30px;
}

#footer-form .btn-submit,
#header .btn-submit {
    width: 100%;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 3px;
    font-size: 18px;
    padding: 13px 0;
    color: #fefefe;
    font-weight: 600;
    transition: all 0.2s ease;
    margin-top: 20px;
    transition: var(--transtion-time);
}

#footer-form .btn-submit:hover,
#header .btn-submit:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    color: var(--main-color);
}

#header .form-container label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    text-shadow: none;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
}

#header .form-container label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
}

header#headerContent {
    padding: 80px 0 70px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

#header .header-content h1,
#header .header-content p {
    color: #fff;
}

#header .header-content h1 {
    font-size: 40px;
}

#header .header-content h1 span {
    display: block;
    font-size: 32px;
    color: #ffc107;
    margin-top: 4px;
}




/* services */
#services {
    padding: 100px 0;
}

.service-card {
    /* background-color: teal; */
    position: relative;
    padding-top: 50px;
}

.service-card:hover .service-card-img img {
    transform: scale(1.1);
}

.service-card-img img {
    transition: all 0.3s;
}

.service-card-img {
    position: absolute;
    width: 340px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.service-card-conetnt {
    background-color: #f6f6f6;
    border-left: solid 1px rgb(203, 203, 203);
    border-right: solid 1px rgb(203, 203, 203);
    border-bottom: solid 1px rgb(203, 203, 203);
    padding-top: 210px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
}

.service-card-conetnt h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #C5322E;
}

.service-card-conetnt h3 {
    font-size: 27px;
    margin-bottom: 22px;
    line-height: 30.672px;
    /* color: #fff; */
}

/* .service-card-conetnt a{} */

#services .btn-two {
    padding: 10px;
}

#services .owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

/* about-us */
#about-us {
    padding: 100px 0 190px;
    background-color: #F6F6F6;
}

.about-us-img {
    position: relative;
}

.inner-img {
    position: absolute;
    top: 50%;
    left: -100px;
    height: 300px;
    width: fit-content;
    background-color: var(--main-color);
}

.inner-img h4 {
    padding: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 23.994px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.inner-img h4 span {
    font-size: 36px;
    line-height: 46.008px;
    font-weight: 700;
    vertical-align: middle;
}




/* cta-1 */

#cta-1 {
    padding: 100px 0;
    background-image: linear-gradient(rgba(22, 25, 33, 0.7), rgba(22, 25, 33, 0.7)), url("../img/cta-1-bg.webp");
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

.cta-1-content h2 {
    color: #fff;
}



/* team */
#team {
    padding: 100px 0;
}

.team-card-img {
    overflow: hidden;
}

.team-card-img img {
    transition: all 0.4s;
}

.team-card:hover img {
    transform: scale(1.1);
}

.team-card:hover .team-card-link {
    background-color: var(--second-color);
}

.team-card:hover .team-card-link a {
    color: #fff;
}

.team-card-content {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    width: 80%;
    padding: 20px 0 0;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

/* .team-card-content h4{
    /* font-size: 24px;
    line-height: 30.672px;
    font-weight: 700;
} */
.team-card-content h5 {
    font-size: 16px;
    line-height: 26px;
    color: #a2a2a2;
}

.team-card-link {
    margin-top: 20px;
    border-top: solid 1px rgb(220, 220, 220);
    padding: 20px 0;
    transition: all 0.5s;
}

.team-card-link a {
    font-size: 16px;
    line-height: 26px;
    color: var(--main-color);
    transition: all 0.5s;
}

/*
.team-card-img{
    width: 330px;
    height: 350px;
} */



/* why-us */
#why-us {
    /* padding: 10px 0; */
    background-color: var(--second-color);
}

#why-us .container-fluid .row>* {
    padding-left: 0;
    padding-right: 0;
}

.why-us-content {
    padding: 0 80px;
}

.why-us-content h2 {
    color: #fff;
    /* font-size: 48px;
    line-height: 58.896px;
    font-weight: 700; */
}

.value-prop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

.value-prop:hover .value-prop-number {
    background-color: #fff;
}

.value-prop-number {
    background-color: #272a35;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 30px;
    transition: all 0.5s;
}

.value-prop-number p {
    color: var(--main-color);
    font-size: 30px;
    line-height: 83px;
    font-weight: 700;
}

.value-prop-content {
    width: 80%;
}

.value-prop-content h4 {
    color: #fff;
    /* font-size: 24px;
    line-height: 30.672px;
    font-weight: 700; */
}

.value-prop-content p {
    font-size: 16px;
    line-height: 28px;
    color: #CDCDCD;
}



/* steps */
#steps {
    padding: 100px 0;
}

.step-card,
.last-step-card {
    text-align: center;
    transition: all 0.5s;
    position: relative;
}

.last-step-card {
    margin-top: 60px;
}

/* .step-card h4,
.last-step-card h4{
    /* font-size: 24px;
    line-height: 30.672px;
    font-weight: 700;
} */
.step-card p .last-step-card p {
    font-size: 16px;
    line-height: 28px;
}

.even-div {
    margin-top: 60px;
    position: relative;
}

.step-card:hover .step-card-img,
.last-step-card:hover .step-card-img {
    background-color: var(--main-color);
}

.step-card .step-card-img img,
.last-step-card .step-card-img img {
    -webkit-transform: none;
    transform: none;
    transition: all 0.5s;
}

.step-card:hover .step-card-img img,
.last-step-card:hover .step-card-img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.step-card-img {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 77px 10px rgba(170, 170, 170, .13);
    margin: 0 auto 25px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    /* position: relative; */
}

.step-card::after,
.even-div::after {
    content: "";
    position: absolute;
    top: 50px;
    transform: translate(-50%, -50%);
    right: -100px;
    width: 100px;
    height: 50px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
}

.even-div::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    right: -40px;
}

/* testimonials */
.testimonials {
    padding: 100px 0;
    background-color: #F5F5F5;
    position: relative;
}

.position-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background-image: url("../img/road-shape.webp");
    background-position: center center;
    background-size: cover;
}

section#testimonials {
    padding: 80px 0;
    background-color: #F6F6F6;
}

#testimonials h2 {
    /* margin-bottom: 40px; */
    margin-bottom: 5px;
    font-size: 40px;
}

#testimonials .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #fff !important;
    position: relative;
}

.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: 95px;
    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)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    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 {
    max-width: 42px;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
    line-height: 1;
}

.testimonial-author * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
}

.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 .testimonial-author p {
    font-size: 11px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

#testimonials .business-img img {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
    border-radius: 50%;
    width: 50px;
}

.business-info .rate {
    line-height: 1;
    margin: 3px 0;
}

.business-info p.name {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    /* padding-right: 6px; */
}


.business-info .reviews-count {
    color: #777;
    font-size: 14px;
    line-height: 1;
    margin-top: 6px;
}

.business-info .google-powered {
    line-height: 1;
    margin-top: 4px;
}

.business-info .google-powered img {
    max-width: 144px;
}

.business-info .rate span {
    color: #fbbc00;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}

.owl-nav {
    color: #ccc;
    font-size: 26px;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    top: 30%;
}

button.owl-prev img,
button.owl-next img {
    max-width: 30px;
}

button.owl-prev {
    left: -20px;
}


button.owl-next {
    right: -20px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}


/* contact form */
#footer-form {
    color: rgb(253, 253, 253);
    padding: 80px 0 110px;
    background-color: #fff;
    /* background-image: url("../img/contact-bg.jpg"); */
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 999;
}

#footer-form .sprator {
    display: block;
    border-bottom: solid 1px var(--main-color);
    margin-block: 20px;
}

#footer-form h2 {
    color: #0A0A0A;
    /* font-size: 48px;
    line-height: 58.896px;
    font-weight: 700; */
}

#footer-form h2 span {
    color: var(--main-color);
}

#footer-form p {
    font-size: 16px;
    line-height: 28px;
    color: #4B4B4B;
}

.form-wrapper {
    background-color: #F3F3F3;
    /* box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.3); */
    padding: 48px;
}

#footer-form .form-wrapper h2 {
    font-size: 30px;
    line-height: 38px;
}

#footer-form .form-wrapper form input,
#footer-form .form-wrapper form textarea {
    height: 56px;
    padding: 0 25px;
    padding-left: 45px;
    border: 1px solid transparent;
    color: #4B4B4B;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}


#footer-form .form-wrapper form input:hover,
#footer-form .form-wrapper form textarea:hover,
#footer-form .form-wrapper form input:focus,
#footer-form .form-wrapper form textarea:focus {
    border: 1px solid var(--main-color);
}

#footer-form .form-wrapper form textarea {
    padding-top: 15px;
    height: auto;
}

#footer-form .btn-one:hover {
    color: var(--main-color);
}

#footer-form .icon-wrapper {
    width: 60px;
    height: 60px;
}

#footer-form .icon-wrapper i {
    font-size: 25px;
}



#footer-form .value-prop {
    display: flex;
    align-items: center;
}

#footer-form .value-prop .icon-wrapper {
    margin-right: 20px;
}

#footer-form .value-prop h4 {
    font-size: 27.2px;
    line-height: 32.64px;
}

#footer-form .value-prop p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000000;
}

a.emergency-call {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000000;
}

#footer-form .form-container form {
    padding: 0;
    background-color: transparent;
}

#footer-form .form-container h4 {
    color: #787878;
    font-size: 16px;
    line-height: 26px;

    font-weight: 600;
    margin: 0;
}

#footer-form .form-label {
    text-shadow: none;
    font-size: 14px;
    color: #060b17;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}

#footer-form label span.muted {
    color: rgb(10, 19, 40) !important;
}

.form-postion,
.form-postion-textarea {
    position: relative;
}

.form-postion i,
.form-postion-textarea i {
    position: absolute;
    top: 40px;
    left: 15px;
    color: var(--main-color);
}

.form-postion-textarea i {
    top: 40px;
}

.prop-img img {
    min-width: 100%;
    max-width: inherit;
}

.form-privacy {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #34405a;
    margin-top: 16px;
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

.request-quote-form h5 {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 20px;
    color: #FAFAFA;
}

.form-control:focus {
    border-color: var(--main-color);
    box-shadow: none;
}

#footer {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

#footer .btn-one {
    font-size: 20px;
}

#footer::before {
    content: "";
    background-image: url("../img/footer_shape_1.webp");
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 200px;
}

#footer::after {
    content: "";
    background-image: url("../img/footer_shape_2.webp");
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    animation: moving 4s infinite;
    right: -10px;
    width: 200px;
    height: 100px;
}

@keyframes moving {
    0% {
        top: 0;
    }

    25% {
        top: 10px;
    }

    50% {
        top: 0;
    }

    75% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}

footer {
    background-color: #101B30;
    padding: 60px 0;
}

#footer .btn-main:hover {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
    color: #fff;
}

.btn-style1 {
    line-height: 1.25;
    padding: 12px 30px;
    font-size: 23px;
    font-weight: 600;
    color: #fffaf9;
    -webkit-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .4s cubic-bezier(.24, .74, .58, 1);
    transition: .4s cubic-bezier(.24, .74, .58, 1);
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 32px;
    border: 2px solid #9C8B7E;
}


#copyright {
    border-top: solid 1px #24272E;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    background-color: var(--second-color);
}

.copyright-wrapper {
    padding: 0;
}

#copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: white
}

#back-to-top {
    position: fixed;
    bottom: -50px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--main-color);
    font-weight: bold;
}

#back-to-top.show {
    bottom: 60px;
}

#back-to-top:hover {
    color: var(--second-color);
}

/* Brands Section */
section#brands {
    padding: 80px 0;
    background-color: white;
}

#brands .header-section h2 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}

#brands .brand-img {
    text-align: center;
    padding: 30px;
}

.brand-img {
    min-height: 110px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6E6E6;
}

#brands .brand-img img {
    display: inline-block;
    max-height: 80px;
    width: auto;
}

/* Owl Carousel Nav */
.owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* allow buttons to be clicked without affecting layout */
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: transparent;
    border: none;
    font-size: 26px;
    color: black !important;
    pointer-events: all;
    /* enable interaction */
}

.owl-nav button.owl-prev {
    margin-left: -20px;
}

.owl-nav button.owl-next {
    margin-right: -20px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.top-bar {
    background-color: var(--second-color);
    color: #fff;
    padding: 8px 0;
}

.cta-1-content h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.35;
    text-transform: capitalize;
}

.footer-logo {
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 9px;
}

.why-us-content h2 {
    font-size: 40px;
}

.owl-dots {
    margin-top: 25px;
    display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color) !important;
}

#header h1 {
    margin-bottom: 16px;
}

#about-us h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.414;
}

#footer-form .form-content h2 {
    font-size: 42px;
}

@media (max-width: 575px) {
    .navbar-nav .nav-link {
        padding: 10px 12px !important;
        line-height: 1;
        margin-bottom: 2px;
    }

    .header-section h2 {
        font-size: 32px;
    }

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 15px;
        width: 60%;
        text-align: center;
        border-radius: 56px;
        background-color: var(--main-color);
        border: solid 1px transparent;
        visibility: visible;
        color: white;
        z-index: 998;
        transition: all 0.3s;
        font-size: 20px;
        font-weight: 500;
    }

    .nav-phone:hover {
        background-color: #fff;
        color: var(--main-color);
        border: solid 1px var(--main-color);
    }

    #header .header-content h1 {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 1.25;
    }

    #header .header-content h1 span {
        margin-bottom: 10px;
    }


    #steps {
        overflow: hidden;
    }

    .navbar {
        /* margin-top: 48px; */
        padding: 20px 0;
    }

    /* #back-to-top.show {
        bottom: 114px;
        right: 20px;
    } */
    h2,
    .h2 {
        font-size: 30px;
        line-height: 42.869px;
    }

    .header-section {
        margin-bottom: 0;
        position: relative;
    }

    .service-card-conetnt {
        padding-left: 15px;
    }

    #team h2 {
        margin-bottom: 35px;
    }

    #about-us {
        padding: 80px 0;
    }

    .about-us-img {
        margin-bottom: 65px;
    }

    .inner-img {
        position: absolute;
        top: 90%;
        left: 0;
        height: auto;
        width: fit-content;
        background-color: var(--main-color);
    }

    .step-card::after,
    .even-div::after {
        display: none;
    }

    .inner-img img {
        display: none;
    }

    .why-us-content {
        padding: 50px 15px 100px;
    }

    .form-wrapper {
        padding: 20px;
    }

    #footer::after {
        display: none;
    }

    .value-prop-number {
        /* margin-bottom: 20px; */
        margin: 0 auto 20px;
    }

    .value-prop-content {
        width: 100%;
    }

    .cta-1-content h2 {
        margin-bottom: 30px;
    }

    .why-us-content {
        text-align: center;
    }

    .testimonial-card {
        padding: 16px;
    }

    .form-content {
        margin-bottom: 50px;
    }

    .form-container {
        margin-top: 50px;
    }

    .owl-nav {
        display: none;
    }

    .top-bar {
        margin: 48px 0 0;
    }

    .location,
    .hours {
        text-align: center !important;
    }

    #cta-1 h4 {
        font-size: 20px;
    }

    .why-us-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {}


@media all and (min-device-width: 768px) and (max-device-width: 834px) {
    .form-container {
        margin-top: 50px;
    }
}