body {
    color: rgb(62 62 62);
    background-color: #3e3e3e;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

html {
    scroll-padding-top: 22%;
    scroll-behavior: smooth;
}

.container {
    max-width: 1080px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a[href^="tel:"] {
  white-space: nowrap;
}

p, li {
    font-size: 18px;
}

h1 {
    font-size: 35px;
    margin: 65px 0 5px;
}

h2 {
    font-size: 28px;
    margin: 0px;
    color: #333333;
}

h3 {
    font-size: 26px;
}

h1, h2, h3 {
    line-height: 1.2;
}

img {
    border-radius: 8px;
}

.background-dark {
    background-color: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 68px;
    width: 100%;
}

.background-light {
    background-color: #fff;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hamburger {
    display: block;
    font-size: 27px;
    margin-right: 10px;
    color: #fff;
    z-index: 999;
    background: #c42021;
    border-radius: 3px;
    padding: 0 9px 0px;
}

.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}

nav {
    display: flex;
    position: fixed;
    width: 100%;
    padding: 20px 0px;
    top: 0px;
    z-index: 999;
    align-items: center;
    background: transparent;
    transition: background-color 0.3s ease 0s;
    justify-content: center;
    flex-direction: column;
}

nav.scrolled {
    background-color: #3e3e3e;
    box-shadow: rgb(0, 0, 0) 0px 5px 10px;
}

nav > div {
    width: 100%;
    display: flex;
    max-width: 1080px;
}

nav > div > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #3e3e3e;
    position: absolute;
    top: -1rem;
    left: 100%;
    z-index: 0;
    transition: all 1s ease 0s;
    place-content: center;
}

nav .menu.active {
    /* top: -1rem; */
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
}

nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}

nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}

.brand {
    width: 80%;
    text-wrap: wrap;
    z-index: 10;
    margin-left: 10px;
}

.brand a {
    color: #c42021;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.brand span {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.brand img {
    width: 42px;
    height: 47px;
}

.header-buttons {
    display: flex;
}

.button-1 {
    background-color: #c42021;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    border: 3px solid #c42021;
    color: #fff !important;
    transition: 0.4s;
}

.button-1:hover, .button-1:active {
    background-color: #534f4e !important;
    border-color: #534f4e !important;
    color: #fff !important;
}

.button-2 {
    background-color: transparent;
    border: 3px solid #c42021;
    padding: 12px;
    font-size: 18px;
    font-weight: 500 !important;
    border-radius: 10px;
    c42021;
    display: block;
    width: 115px;
    color: #fff;
}

.button-2:hover, .button-2:active {
    background-color: #c42021 !important;
    border-color: #c42021 !important;
    color: #cbcbcb !important;
}

nav .menu li:nth-of-type(7) {
    margin-bottom: 20px;
    margin: 0 auto;
}

.slider-section {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    z-index: 0;
    justify-content: center;
}

.slider-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 25%;
    border-radius: 0;
    display: block;
}

.slider-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #120000ab;
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 3;
    margin-left: 30px;
    width: 90%;
    margin-bottom: 40px;
}

.slider-section > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    max-width: 1080px;
}

.slider-content .button-2 {
    margin-right: 10px;
}

.slider-text {
    color: white;
    margin-bottom: 30px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.slider-text p a {
    color: #fff;
    font-weight: 700;
    position: relative;
}


a.slider-phone-number:after,
a.footer-phone-number:after{
    content: '';
    display: block;
    height: 3px;
    width: 0;
    left:0;
    position: absolute;
    background: #c42021;
    border-radius: 4px;
    transition: width 0.5s ease, background 0.5s ease;
}

a.slider-phone-number:hover:after,
a.footer-phone-number:hover:after{
    width: 100%;
}

.costum-border-1 {
    position: absolute;
    z-index: 2;
    width: 325px;
    height: 375px;
    border-top: 5px solid #c42021;
    border-left: 5px solid #c42021;
    border-bottom: 5px solid #c42021;
    border-radius: 8px;
}

.costum-border-1::before {
    content: "";
    position: absolute;
    right: 0px;
    z-index: 100;
    top: 0px;
    width: 5px;
    height: 15%;
    background: #c42021;
    border-radius: 8px;
}

.costum-border-1::after {
    content: "";
    position: absolute;
    right: 0px;
    z-index: 100;
    bottom: 0px;
    width: 5px;
    height: 17%;
    background: #c42021;
    border-radius: 8px;
}

.background-dark a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.scroll-down {
    position: absolute;
    right: 60px;
    bottom: 80px;
    margin: 20px;
    display: none;
}

.scroll-down img {
    height: 80px;
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: drop-shadow(black 0px 4px 6px) drop-shadow(black 0px -4px 5px);
    z-index: 1;
    position: relative;
}
@-webkit-keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}
@keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}


.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: -40px;
    align-items: center;
    width: 90%;
    max-width: 1080px;
}

.badge-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(60% - 10px);
    max-width: 180px;
    padding: 15px 10px 22px;
    margin: 10px 10px 30px;
    border-radius: 8px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.04) 0px 15px 15px;
    font-family: Nunito, sans-serif;
    border-left: 3px solid #c42021;
    border-right: 3px solid #c42021;
}

p.badge-content {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 20px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Oswald, sans-serif;
    margin: 20px 0px 30px;
}

.badge-holder img {
    max-width: 100px;
    padding-bottom: 10px;
    width: 90px;
    height: 60px;
}

.badge-title {
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -5px;
    color: #c42021;
    font-weight: bold;
}

.badge-title span {
    font-size: 17px;
}

.decoration-border {
    position: relative;
    border-top: 1px solid rgb(196 32 33);
    border-left: 1px solid rgb(196 32 33);
    width: 50px;
    height: 50px;
    left: 0px;
    top: 35px;
    border-radius: 8px;
}

.decoration-cube {
    position: relative;
    border: solid #c42021;
    width: 25px;
    height: 25px;
    left: 13px;
    top: 0px;
    border-radius: 8px;
}

.decoration-inside-cube {
    position: relative;
    background-color: #c42021;
    width: 10px;
    height: 10px;
    left: 28px;
    top: -15.5px;
    border-radius: 8px;
}

.about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px 90px;
    justify-content: center;
}

.about-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1080px;
}

.about-section h2 {
    text-align: left;
    color: rgb(51 51 51);
}

.about-section .content {
    text-align: justify;
    border-left: 3px solid #c42021;
    padding-left: 10px;
    border-radius: 8px;
    height: fit-content;
}

.about-content div {
    margin: 30px 0px;
}

.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-left: 15px;
}
.area-served li {
    width: 50%;
    text-align: left;
    position: relative;
}

.about-content-section {
    width: 90%;
}

.about-img-section {
    width: 90%;
}

.about-img {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.about-img img {
    width: 300px;
    height: 200px;
}

.costum-border-2 {
    display: none;
}

.row-icons {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 20px 0px;
}

.row-icons > div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 90%;
    max-width: 1080px;
    flex-wrap: wrap;
}

.icons {
    display: flex;
    justify-content: center;
    width: 27%;
    align-items: center;
    margin: 10px;
}

.icons img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: grayscale(1);
}

.services-section {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.services-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
}

.srvBlockTitle h2 {
    line-height: 1.2;
    display: inline-block;
    position: relative;
    color: #3e3e3e;
    z-index: 2;
}

.srvBlockTitle p {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.srvBlockTitle {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.srvBlockTitle .decoration-border-1 {
    border-color: #c42021;
}
.srvBlockTitle .decoration-cube-1 {
    margin-left: -15px;
}
.srvBlockTitle .decoration-inside-cube-1 {
    margin-left: -30px;
}
.srvBlock {
    display: flex;
    align-items: center;
    place-content: center;
    position: relative;
    height: 100%;
    flex-flow: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.ServicesSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 60px !important;
}

.ServicesSwiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.ServicesSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: auto;
}

.ServicesSwiper .swiper-slide > a {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.srvElement {
    margin: 50px auto 0px;
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 15px 0px; */
    padding: 4px;
    width: 335px;
}

.srvElementHeader h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
}

.srvElementBody h2, .srvElementBody p {
    padding: 0px;
    margin: 0px;
}

.srvElementBody img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px 8px 0px 0px;
    max-height: 250px;
}

.srvElementHeader {
    padding: 20px 20px 0px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.srvElementContent {
    text-align: justify;
    color: rgb(255, 255, 255);
    padding: 20px;
    line-height: 1.2;
}

.srvElementBody {
    background: #3e3e3e;
    border: 3px solid #c42021;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.srvElement:hover h2 {
    font-size: 30px;
}

.box:hover {
    padding: 4px;
    background-image: url("/img/icons/animation-services-box-1.gif"), url("/img/icons/animation-services-box-2.gif"), url("/img/icons/animation-services-box-3.gif");
    background-repeat: no-repeat;
    background-size: 0px 2px, 0px 100%, 0% 2px;
    background-position: center top, center top, center bottom;
    border-radius: 8px;
}

.services-swiper-button-prev::after, .services-swiper-button-next::after {
    color: #ffffff;
    font-size: 23px !important;
}
.services-swiper-button-prev:hover::after, .services-swiper-button-next:hover::after {
    color: #3e3e3e;
}
div.services-swiper-button-prev {
    border-radius: 10px;
    transition: all 0.5s;
    top: auto;
    bottom: 0;
    padding: 0px;
    width: 40px;
    height: 40px;
    left: calc(50% - 50px);
}
.services-swiper-button-prev:hover {
    background: #FF9000;
}
div.services-swiper-button-next {
    border-radius: 10px;
    transition: all 0.5s;
    top: auto;
    bottom: 0;
    padding: 0px;
    width: 40px;
    height: 40px;
    right: calc(50% - 50px);
}
.services-swiper-button-next:hover {
    background: #FF9000;
}
.email-form {
    position: relative;
    width: 100vw;
    max-width: 1080px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-self: center;
    min-height: 350px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.email-form .button-1:hover {
    background: #3e3e3e !important;
    border-color: #3e3e3e !important;
}
.contact-section-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* Actual image */
.contact-section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.email-form::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000ab;
    z-index: 1;
}

.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: calc(-40% + 1080px);
}

.contact-form {
    z-index: 2;
    position: relative;
}

.email-form h2 {
    color: rgb(255, 255, 255);
    margin: 20px 0;
    position: relative;
    z-index: 2;
    width: 90%;
    text-align: center;
}

.contact-form .form-row {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-sizing: border-box;
    font-family: unset;
    box-shadow: #000000 0px 0px 5px;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    outline: none;
    border-color: #000;
}
.contact-form textarea {
    resize: none;
}
.contact-form .submit-button:hover {
    background-color: rgba(25, 148, 178, 0.77);
}

.features-section {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 40px;
    align-items: center;
    justify-content: center;
}

.contact-form {
    width: 90%;
}

.decoration-border-1 {
    position: relative;
    border-top: 1px solid #c42021;
    border-left: 1px solid rgb(196 32 33);
    width: 50px;
    height: 50px;
    left: 0px;
    top: 35px;
    border-radius: 8px;
}

.decoration-cube-1 {
    position: relative;
    border: solid #c42021;
    width: 25px;
    height: 25px;
    left: 14px;
    top: 0px;
    border-radius: 8px;
}

.decoration-inside-cube-1 {
    position: relative;
    background-color: #c42021;
    width: 10px;
    height: 10px;
    left: 27px;
    top: -15px;
    border-radius: 8px;
}

/* CAPTCHA */

.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #000 !important;
    box-sizing: border-box;
    transition: 0.5s;
    border: 1px solid #dddddd;
    background: #fff;
    box-shadow: #000000 0px 0px 5px;
    width: 100%;
    accent-color: #333333 !important;
    padding: 8px 12px !important;
    border-radius: 4px;
    font-size: 14px;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/*--------------------------------------------------
    Features
--------------------------------------------------*/
.features-content {
    min-height: 370px;
    background-color: #e7e7e7;
    align-self: center;
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
}

.features-content > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    max-width: 100%;
    margin: 0px 20px 15px;
}

.features-content li {
    font-size: 18px;
    text-align: justify;
}

.features-content li::marker {
    color: #c42021;
    font-size: 33px;
}

.features-content li strong {
    color: #c42021;
    text-decoration: underline;
}

.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 20px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.gallery-section {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0px auto;
}

.lp-gallery a {
    width: 40vw;
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 5px;
}

.lp-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 20px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.gallery-section {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-title {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery-title .decoration-border-1 {
    border-color: #c42021;
}
.gallery-title .decoration-cube-1 {
    margin-left: -15px;
}
.gallery-title .decoration-inside-cube-1 {
    margin-left: -30px;
}
.gallery-title h2 {
    text-align: center;
    margin: 20px 0;
    color: #3e3e3e;
}
.GallerySwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px !important;
}
.swiper-grid-column > .swiper-wrapper{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    justify-items: center;
    align-items: center;
}
.GallerySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.GallerySwiper .swiper-slide a {
    width: 80vw;
    height: 80vw;
    margin: 20px;
    max-width: 400px;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.GallerySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: 5px 5px 5px 0 #00000047;
    border-radius: 20px;
}
div.gallery-swiper-button-next {
    border-radius: 10px;
    transition: all 0.5s;
    top: auto;
    bottom: 0;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: #c42021;
    right: calc(50% - 100px);
}
div.gallery-swiper-button-next:hover {
    background: #c42021;
}
div.gallery-swiper-button-prev {
    border-radius: 10px;
    transition: all 0.5s;
    top: auto;
    bottom: 0;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: #c42021;
    left: calc(50% - 100px);
}
div.gallery-swiper-button-prev:hover {
    background: #c42021;
}
div.gallery-swiper-button-prev::after,
div.gallery-swiper-button-next::after {
    color: #c42021;
    text-align: center;
    font-size: 30px !important;
}
div.gallery-swiper-pagination {
    bottom: 15px !important;
}
div.gallery-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}
div.gallery-swiper-pagination .swiper-pagination-bullet {
    background: #c42021;
}

.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testi-content.swiper-wrapper {
    margin-top: 30px;
}

.testimonial {
    position: relative;
    width: 90%;
    padding: 50px 0px 0px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
}

.testimonial .image {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    border: 5px solid #333333;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}

.testimonial-content {
    background: #333333;
    border-radius: 8px;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
    bottom: 100px;
    width: 100%;
    text-align: center;
}

.slide p {
    padding: 0px 60px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;
}

.slide .quote-icon {
    font-size: 30px;
    color: #c42021;
    margin-bottom: 25px;
    margin-top: 15px;
}

.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.details .name {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.slide .details img {
    width: 130px;
    margin-left: 10px;
    border-left: 3px solid #fff;
    padding-left: 10px;
    border-radius: 0;
    height: 24px;
}

.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: #959595;
    font-size: 30px !important;
}
img.testimonials-quotes-icon {
    width: 33px;
    margin-bottom: 10px;
    filter: invert(1);
}

.nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}

.nav-btn::after, .nav-btn::before {
    font-size: 20px;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section > div {
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1080px;
}

.contact-section p {
    text-align: center;
    margin: 10px 0px 20px;
    font-size: 20px;
    font-weight: 600;
}

.contact-section p a {
    color: #c42021;
    position: relative;
}

footer {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer > div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    max-width: 1080px;
    text-align: center;
}

#callnowbutton {
    display: none;
}
#booking-engin {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}

#booking-engin .button-1 {
    height: auto;
    border-radius: 0 10px 10px 0;
}
p.footer-txt {
    color: #fff;
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999;
        cursor: pointer;
        bottom: 10px;
        display: inline-block;
        background-color: rgb(129, 215, 66);
        color: rgb(255, 255, 255);
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        border-radius: 10px;
    }

    #callnowbutton a img {
        height: 32px;
        width: 21px;
    }
}

@media (min-width: 600px) {
    .scroll-down {
        display: block;
    }
    
    .about-img-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: -150px;
    }

    .about-img img {
        width: 400px;
        height: 266px;
    }

    .costum-border-2 {
        position: relative;
        z-index: 1;
        width: 300px;
        height: 158px;
        border: 5px solid #c42021;
        border-radius: 8px;
        display: block;
        top: 50%;
        transform: translateY(-125%);
        left: calc(min(10%, 75px));
    }

    .brand span {
        font-size: 18px;
        width: 130px;
    }
    .costum-border-1 {
        height: 330px !important;
    }
    .slide p {
        text-align: center;
    }

    .area-served li {
        width: 50%;
    }
}

@media screen and (min-width: 981px) {
    .scroll-down {
        right: auto;
    }

    nav {
        flex-direction: row;
    }

    .brand {
        width: 38%;
        margin-left: 20px;
    }

    .brand a {
        justify-content: left;
    }

    nav .menu {
        position: inherit;
        align-items: center;
        margin: 0px;
    }

    .slider-section {
        padding-top: 0px;
    }
    .hamburger {
        display: none;
    }

    nav .menu {
        height: auto;
        background-color: transparent;
        flex-direction: row;
        justify-content: space-around;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        padding: 0px;
    }

    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
    }

    nav .menu li a {
        color: #fff !important;
    }

    .brand {
        width: 100%;
    }

    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
    }

    .icons {
        width: 13%;
    }

    .about-section > div {
        flex-direction: row;
        justify-content: space-between;
    }

    .about-content-section {
        width: 49%;
    }

    .about-img-section {
        width: 49%;
    }

    .about-img img {
        width: 350px;
        height: 234px;
    }

    .email-form h2 {
        text-align: right;
    }

    .email-form > div {
        align-items: center;
    }

    .contact-form .form-row {
        justify-content: flex-end;
    }

    .features-content {
        width: 50%;
    }
    .features-section {
        flex-direction: row;
    }
    .lp-gallery a {
        width: calc(31.6667vw);
        max-width: 300px;
        height: calc(31.6667vw);
        max-height: 300px;
    }
    .srvElement {
        /* width: 35%; */
        display: flex;
        flex-direction: column;
        margin: 30px 10px 20px;
    }

    .srvBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1280px;
        margin: 0px auto;
        align-items: stretch;
    }

    .srvElementBody {
        height: 100%;
    }

    .srvElementContent {
        height: 100%;
    }
    .email-form {
        align-items: flex-end;
        max-width: 50%;
    }
}

@media (min-width: 769px) and (max-width: 1034.9px) {
    html {
        scroll-padding-top: 25%;
    }
}

@media (min-width: 2000px) {
    .slider-image img {
        object-position: 50% 8%;
    }
}