:root {
    --main-color: #FF7E00;
    --second-color: #000000;
    --light-orange: #FDF1EA;
    --dark--color: #262626;
    --text-color: #444444;
    --padding-space: 80px 0;
    --transtion-time: all 0.4s;

}

body {
    scroll-behavior: smooth;
}

body,
input,
select,
textarea,
button,
.btn {
    font-family: "PT 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: "Heebo", serif;
    color: var(--second-color);
    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;
    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
}



.btn-main {
    /* background-color: var(--main-color); */
    color: rgb(255, 172, 88);
    background-image: linear-gradient(120deg, rgb(255, 40, 40), rgb(248, 81, 10));
    color: #fff;
    transition: var(--transtion-time);
    border-radius: 30px;
    padding: 8px 24px;
}

.section-headline {
    text-align: center;
}

.btn-main:hover {
    /* background-color: #fff; */
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    color: var(--second-color);
}

.form-group {
    margin-block: 10px;
}




/* navbar */
.navbar {
    background-color: #000000;
    padding: 0;
}

.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: 9px 18px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-toggler i {
    font-size: 24px;
}

.menu-icon {
    color: var(--main-color);
}

.nav-logo {
    width: 250px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    padding: 32px 20px !important;
    !i;
    !;
}

.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/bg-header.webp");
    background-position: 50% 10%;
    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(--main-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 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;
}

#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: 48px;
}

#header .header-content h1 span {
    display: block;
    font-size: 32px;
    color: #ffc107;
    margin-top: 4px;
}

/* partners */

#partners {
    /* padding: var(--padding-space); */
}

.partners-wrapper {
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    /* box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.15); */
    border-radius: 10px;
    margin-top: -70px;
    padding: 40px 30px;
}

#partners h3 {
    font-size: 24px;
}

.partner-card img {
    width: 150px;
}



/* about-us */

#about-us {
    padding: var(--padding-space);
    padding-top: 120px;
}

.about-img {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
}

.about-img .layer p {
    color: #ffff;
    font-size: 19px;
}

.dots-bg {
    position: relative;
}

.dots-bg::before {
    content: "";
    background-image: url(../img/falling-triangles-1.png);
    width: 220px;
    height: 220px;
    position: absolute;
    bottom: -80px;
    left: -21px;
    z-index: 1;
}

#about-us .layer {
    position: absolute;
    top: -40px;
    left: -40px;
    background-color: var(--main-color);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#about-us .layer span {
    font-weight: 900;
    font-size: 23px;
}

.innner-content {
    display: flex;
    justify-content: space-between;
}

.innner-content .about-icon-wrapper {
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: var(--transtion-time);
}

.innner-content .about-icon-wrapper:hover {
    background-color: var(--second-color);
}

.innner-content .innner-content-detail {
    width: 80%;
}

.numbers {
    margin-top: 100px;
}

/* .about-contetnt h2,
.numbers-header,h2{
    color: var(--second-color);
} */

.p-header {
    color: var(--dark--color);
    position: relative;
    margin-left: 30px;
}

.p-header::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    background-color: var(--main-color);
    width: 7px;
    height: 10px;
    transform: skew(-20deg) translateY(-50%)
}

.p-header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    background-color: var(--main-color);
    width: 7px;
    height: 10px;
    transform: skew(-20deg) translateY(-50%)
}

.innner-content-detail h5 {
    color: var(--text-color);
}


/* steps */

#steps {
    /* background-image: url("../img/steps-bg.png"); */
    /* background-position: center center; */
    /* background-size: cover; */
    padding: var(--padding-space);
    background-color: #E8E8E8;
    /* text-align: center; */
}

#steps .p-header:after {
    left: 43.2%;
}

#steps .p-header::before {
    left: 42%;
}


.steps-wrapper {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    /* padding: 20px; */
    /* border-radius: 10px; */
}

.process-content {
    /* background-color: teal; */
    padding: 20px;
}

.steps-card {
    border-radius: 10px;
    /* background-color: teal; */
}

.process-content h3 {
    font-size: 35px;
}

.process-content p {
    font-size: 17px;
}

/* numbers*/

#numbers {
    padding: var(--padding-space);
    /* background-color: #E8E8E8; */
}

.numbers-card h4 {
    font-size: 44px;
    color: var(--main-color);
}

.numbers-card {
    text-align: center;
    padding: 25px 25px 25px 25px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 5px 5px;
    transition: var(--transtion-time);
    background-color: #fff;
    border-bottom: solid 3px var(--main-color);
}

.numbers-card img {
    margin-bottom: 15px;
}

/* .numbers-card h4{
    color: var(--second-color);
} */

.numbers-card:hover {
    transform: translateY(-20px);
}



/* Services */

#services {
    padding: var(--padding-space);
    padding-bottom: 100px;
    /* background-color: #E8E8E8; */
}

.service-img {
    position: relative;
}

.google-reviews-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    /* background-color:white; */
}

.service-card {
    background-color: #fff;
    padding: 40px 25px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    /* min-height: 300px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border: 2px solid #f1f2f7;
    border-radius: 2px;
}

.service-card h4 {
    font-size: 24px;
    line-height: 1;
}

.service-card p {
    font-size: 17px;
    margin-bottom: 0 !important;
    !i;
    !;
}

.service-icon-wrapper {
    background-color: var(--main-color);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: var(--transtion-time);
}

.service-icon-wrapper:hover {
    background-color: var(--second-color);
}

.service-icon-img {
    width: 50%;
}


/*cta-1*/

#cta-1 {
    padding: var(--padding-space);
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/cta-2-bg.webp");
    /* background-image: url("../img/cta-2-bg.webp"); */
    background-size: cover;
    background-position: 50% 80%;
    background-attachment: fixed;
}

.cta-content h2,
.cta-content h5,
.cta-content p {
    color: white;
}

.cta-content h5 {
    margin: 15px 0;
}

.cta-content p {
    font-size: 17px;
}

.cta-btns {
    margin-top: 30px;
}

.cta-btns .get-quote {
    margin-right: 10px;
}

.cta-btns .contact-us {
    padding: 8px 24px;
    border-radius: 30px;
    background-color: transparent;
    color: white;
    border: solid 1px white;
    transition: var(--transtion-time);
}

.cta-btns .contact-us:hover {
    /* padding: 10px 20px; */
    color: var(--main-color);
    border: solid 1px var(--main-color);
}


/* why-us */
#why-us {
    padding: var(--padding-space);
    background-color: #E8E8E8;
}

.list {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.list li {
    /* width: 50%; */
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

.list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin-right: 8px;
    color: var(--main-color);
}


.why-us-img {
    position: relative;
}

.google-reviews-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    /* background-color:white; */
}

.why-us-card {
    background-color: #fff;
    padding: 20px 15px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    min-height: 240px;
}

.why-us-card h4 {
    font-size: 24px;
}

.why-us-card p {
    font-size: 17px;
}

.why-us-icon-wrapper {
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: var(--transtion-time);
}

.why-us-icon-wrapper:hover {
    background-color: var(--second-color);
}

.why-us-icon-img {
    width: 50%;
}



/*#testimonials*/

#testimonials {
    padding: var(--padding-space);
    /* background-color: #E8E8E8; */
}

.owl-line {
    position: relative;
    /* z-index: 10; */
}

.owl-line::before {
    content: "";
    position: absolute;
    top: 95px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 5px;
    background-color: #D4D4D4;
}


.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--main-color);
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #DEAD95;
}

.testimonial-img {
    padding: 10px;
    background-color: #ffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative;
}

#testimonials .layer {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color);
    width: 50px;
    height: 300px;
    z-index: -1;
    border-radius: 5px;
}

.testimonial-card {
    margin-top: 20px;
    border: solid 1px #dddddd;
    padding: 20px;
    border-radius: 5px;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--main-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.testimonial-card p {
    font-size: 22px;
}

.client-img-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.client-img-wrapper img {
    border-radius: 50%;
}

.client-data {
    display: flex;
    align-items: center;
}

.client-data h6 {
    margin-bottom: 5px;
}

.client-data h6 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-card .google-icon {
    width: 55px;
}


/*Cta-2*/

#cta-2 {
    margin: 50px 0 0 0;
    padding: var(--padding-space);
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../img/cta-1-bg.webp");
    background-size: cover;
    background-position: 50% 70%;
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
}

#cta-2 p {
    margin: 15px 0 30px;
}

.cta-2-img {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 550px;

}

/* #cta-2::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/cta-2.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
} */
#cta-2 h2 {
    font-size: 35px;
}

#cta-2 h2,
#cta-2 p {
    color: white;
}

/* Gallery */
#gallery {
    padding: 100px 0;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.gallery li {
    width: 23%;
    padding: 10px;
    background-color: white;
    /* float: left; */
    position: relative;
    overflow: hidden;
    /* margin: 0.25%; */
    margin: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

ul.gallery li .layer {
    position: absolute;
    width: 93%;
    height: 95%;
    top: 0;
    left: 0;
    margin: 10px;

}

ul.gallery li a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f002";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 93%;
    height: 95%;
    margin: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0);
    font-size: 25px;
    background: rgba(137, 204, 37, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .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 #ee4bff; */
}

ul.gallery li img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .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;
} */

.gallery-card {
    background: rgb(42, 51, 59);
    color: #fff;
    ;
    text-align: center;
    padding: 72px 0;
    position: relative;
}

.overlay-content {
    background: rgba(152, 147, 141, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
}

.overlay-content .btn {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #2a333b;
}

.overlay-content .btn:hover {
    transform: translate(-50%, -40%);
}

.overlay-content:hover {
    opacity: 1;
}

/*Cta-3*/

#cta-3 {
    padding: 20px;
    background-image: linear-gradient(70deg, rgba(0, 0, 0, 0.7) 0 35%, var(--main-color) 35% 80%), url("../img/cta-1-bg.webp");
    background-size: cover;
    background-position: center center;
}

#cta-3 h2 {
    color: #fff;
}

#cta-3 p {
    color: white;
    text-align: center;
}

#cta-3 p span {
    font-weight: 600;
    font-size: 30px;
}

.counter-row {
    margin-top: 30px;
    margin-left: 40px;
}

/* contact form */
#footer-form {
    padding: 100px 0;
}

#footer-form .section-headline h2 {
    color: #1c1c1c;
    font-size: 33px;
}

#footer-form p {
    line-height: 1;
    margin-bottom: 12px;
}

#footer-form {
    padding: 80px 0 110px;
    background: #fff;
}

/* #footer-form .form-container {
    border: 8px solid #1c1c1c;
    border-top: 0;
    padding: 20px;
    margin: auto;
} */

#footer-form .form-container form {
    padding: 0;
    background-color: transparent;
}

#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;
}

.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 {
    background-color: #E8E8E8;
    padding: 60px 0;
}

#footer .btn-main:hover {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
    color: #fff;
}

/*
.header-logo {
    width: 200px;
} */

.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;
}

/* footer .img-logo {
    width: 210px;
} */

#copyright {
    text-align: center;
    color: #fff;
    background-color: var(--second-color);
}

.copyright-wrapper {
    padding: 12px 0;
}

#copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: white
}

#back-to-top {
    position: fixed;
    bottom: -45px;
    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);
}


@media (max-width: 575px) {

    /* :root{
        --padding-space: 50px 0;
    } */
    h2,
    .h2 {
        font-size: 31px;
    }

    .navbar {
        margin-top: 48px;
        padding: 8px 0;
    }

    .quote-header-btn {
        width: 270px;
    }

    #header .header-content h1 {
        font-size: 32px;
    }

    #header .header-content h1 span {
        font-size: 24px;
        margin-top: 8px;
    }

    #cta-2 h2 {
        font-size: 32px;
    }

    .why-us-header h2 {
        font-size: 30px;
    }

    .header-btn {
        margin-bottom: 30px;
    }

    #steps .p-header::before {
        left: 28%;
    }

    #footer-form {
        padding: 65px 0;
    }

    #footer-form .section-headline h2 {
        font-size: 26px;
    }

    footer,
    #copyright {
        position: relative;
        z-index: 999;
    }

    #steps .p-header::after {
        left: 31.2%;
    }

    .process-content h3 {
        font-size: 25px;
    }

    #testimonials .p-header {
        margin-top: 50px;
    }


    .about-contetnt {
        margin-bottom: 100px;
    }

    /* .about-contetnt h2{
        font-size: 36px;
    } */
    #about-us .layer {
        left: 0;
        top: -70px;
    }

    .dots-bg::before {
        left: 0;
    }


    #services h2 {
        font-size: 30px;
    }

    .servic-content {
        margin-bottom: 30px;
    }

    .cta-content h2 {
        font-size: 31px;
    }

    .cta-content h5 {
        font-size: 25px;
    }


    ul.gallery li {
        width: 44%;
    }



    .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);
        visibility: visible;
        color: white;
        z-index: 998;
    }


    #cta-2 {
        padding: 80px 0 0;
    }

    .cta-2-img {
        position: relative;
        right: 0;
        margin-top: 20px;
        width: auto;
    }


    .testimonial-header {
        /* margin-top: 50px; */
    }

    .client-data h6 {
        font-size: 15px;
    }

    .testimonial-img {
        margin: 0 15px;
    }

    #testimonials .layer {
        right: -20px;
        height: 150px;
    }

    /* .google-icon{
        margin-right: 30px;
    } */

    #cta-3 {
        padding: 20px;
        background-image: linear-gradient(90deg, rgba(7, 44, 80, 0.7) 0 50%, var(--main-color) 50% 80%), url("../img/cta-1-bg.webp");
        background-size: cover;
        background-position: center center;
    }

    #cta-3 h2 {
        font-size: 25px;
    }

    .quote-header h2 {
        font-size: 28px;
    }

}