body {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    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: 32px;
    margin: 65px 0px 5px;
}

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

h3 {
    font-size: 26px;
}

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

img {
    border-radius: 8px;
}

.background-dark {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 68px;
    width: 100%;
}

.background-light {
    background-color: rgb(30, 32, 35);
}

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

.hamburger {
    display: block;
    font-size: 27px;
    margin-right: 10px;
    color: rgb(255, 255, 255);
    z-index: 999;
    background: rgb(30, 32, 35);
    border-radius: 3px;
    padding: 0px 9px;
}

.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: rgb(255, 255, 255);
    transition: background-color 0.3s;
    justify-content: center;
    flex-direction: column;
}

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

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

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

nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: -1rem;
    left: 100%;
    z-index: 0;
    transition: 1s;
    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: rgb(30, 32, 35);
}

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

.brand a {
    color: rgb(30, 32, 35);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.brand span {
    color: rgb(30, 32, 35);
    font-size: 25px;
    margin-left: 10px;
}

.brand img {
    width: auto;
    height: 50px;
}

.button-1 {
    background-color: #fa450e;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    border: 3px solid #fa450e;
    cursor: pointer;
    transition: 0.4s;
    color: rgb(22 23 25) !important;
}

.button-1:hover, .button-1:active {
    background-color: #1e2023 !important;
    color: rgb(255, 255, 255) !important;
}

.button-2 {
    background-color: transparent;
    border: 3px solid #fa450e;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    color: #fa450e;
}

.button-2:hover, .button-2:active {
    background-color: #fa450e !important;
    border-color: #fa450e !important;
    color: rgb(30, 32, 35) !important;
}

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

.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-section > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 25%;
    z-index: 0;
    border-radius: 0px;
}

.slider-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    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: #fa450e;
}

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

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

.costum-border-1::after {
    content: "";
    position: absolute;
    right: 0px;
    z-index: 100;
    bottom: 0px;
    width: 5px;
    height: 17%;
    background: #fa450e;
    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: 250px;
    padding: 15px 10px 45px;
    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 rgb(30, 32, 35);
    border-right: 3px solid rgb(30, 32, 35);
}

p.badge-content {
    color: rgb(0, 0, 0);
    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 {
    width: auto;
    height: auto;
    max-width: 85px;
    padding-bottom: 10px;
    object-fit: contain;
}

.badge-title {
    font-size: 17px;
    width: 90%;
    text-align: center;
    line-height: 1.4;
    padding: 0px 0px 5px;
    position: absolute;
    bottom: 5px;
    color: rgb(30, 32, 35);
    font-weight: bold;
}

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

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

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

.decoration-inside-cube {
    position: relative;
    background-color: #fa450e;
    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(255, 255, 255);
}

.about-section .content {
    text-align: justify;
    border-left: 3px solid #fa450e;
    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: 100%;
    height: auto;
}

.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: auto;
    object-fit: contain;
}

.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: rgb(0, 0, 0);
    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: #fa450e;
}

.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: column wrap;
    width: 100%;
}

.ServicesSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 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;
    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: rgb(30, 32, 35);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.srvElement:hover h2 {
    color: #fa450e;
}

.box:hover {
    padding: 4px;
    background-color: #fa450e;
    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;
    animation: 1.5s ease 0s 1 normal none running drawBorderFromCenter;
    border-radius: 8px;
}

@-webkit-keyframes drawBorderFromCenter {
    0% {
        background-size: 0px 2px, 0px 0px, 100% 100%;
    }

    20% {
        background-size: 100% 2px, 100% 0px, 100% 100%;
    }

    66% {
        background-size: 100% 2px, 100% 98%, 100% 100%;
    }

    99% {
        background-size: 100% 2px, 100% 98%, 0px 2px;
    }
}

@keyframes drawBorderFromCenter {
    0% {
        background-size: 0px 2px, 0px 0px, 100% 100%;
    }

    20% {
        background-size: 100% 2px, 100% 0px, 100% 100%;
    }

    66% {
        background-size: 100% 2px, 100% 98%, 100% 100%;
    }

    99% {
        background-size: 100% 2px, 100% 98%, 0px 2px;
    }
}

.services-swiper-button-prev::after, .services-swiper-button-next::after {
    color: rgb(255, 255, 255);
    font-size: 23px !important;
}

.services-swiper-button-prev:hover::after, .services-swiper-button-next:hover::after {
    color: rgb(255, 255, 255);
}

div.services-swiper-button-prev {
    border-radius: 10px;
    transition: 0.5s;
    top: auto;
    bottom: 0px;
    border: 1px solid rgb(30, 32, 35);
    padding: 0px;
    width: 40px;
    height: 40px;
    background: rgb(30, 32, 35);
    left: calc(50% - 50px);
}

.services-swiper-button-prev:hover {
    background: #fa450e;
}

div.services-swiper-button-next {
    border-radius: 10px;
    transition: 0.5s;
    top: auto;
    bottom: 0px;
    border: 1px solid rgb(30, 32, 35);
    padding: 0px;
    width: 40px;
    height: 40px;
    background: rgb(30, 32, 35);
    right: calc(50% - 50px);
}

.services-swiper-button-next:hover {
    background: #fa450e;
}

.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;
    border-radius: 0px;
}

.email-form .button-1:hover {
    background: #1e2023 !important;
    border-color: #1e2023 !important;
}

.email-form > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    border-radius: 0px;
    z-index: 0;
}

.email-form::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.67);
    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 0px;
    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;
}

.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: rgb(0, 0, 0);
}

.contact-form textarea {
    resize: none;
}

.captcha-and-submit-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-flow: wrap;
    width: 100%;
}

.form-row.form-row-captcha {
    width: 100%;
}

.checkbox-captcha {
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    pointer-events: auto !important;
    position: relative !important;
    transform: unset !important;
    display: flex !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0px !important;
    padding: 10px 12px !important;
    accent-color: rgb(0, 0, 0) !important;
}

.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.contact-form .submit-button:hover {
    background-color: rgba(25, 148, 178, 0.77);
}

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

.contact-form {
    width: 90%;
}

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

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

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

.features-content {
    min-height: 370px;
    background-color: rgb(30, 32, 35);
    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: #fa450e;
    font-size: 33px;
}

.features-content li strong {
    color: #fa450e;
}

.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: rgb(0, 0, 0);
}

.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 0px;
    color: rgb(0, 0, 0);
}

.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;
    place-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: rgba(0, 0, 0, 0.28) 5px 5px 5px 0px;
    border-radius: 20px;
}

div.gallery-swiper-button-next {
    border-radius: 10px;
    transition: 0.5s;
    top: auto;
    bottom: 0px;
    border: 1px solid rgb(30, 32, 35);
    padding: 0px;
    width: 40px;
    height: 40px;
    background: rgb(30, 32, 35);
    right: calc(50% - 100px);
}

div.gallery-swiper-button-next:hover {
    background: #fa450e;
}

div.gallery-swiper-button-prev {
    border-radius: 10px;
    transition: 0.5s;
    top: auto;
    bottom: 0px;
    border: 1px solid rgb(30, 32, 35);
    padding: 0px;
    width: 40px;
    height: 40px;
    background: rgb(30, 32, 35);
    left: calc(50% - 100px);
}

div.gallery-swiper-button-prev:hover {
    background: #fa450e;
}

div.gallery-swiper-button-prev::after, div.gallery-swiper-button-next::after {
    color: rgb(255, 255, 255);
    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: rgb(255, 255, 255);
}

div.gallery-swiper-pagination .swiper-pagination-bullet {
    background: rgb(30, 32, 35);
}

.lightboxOverlay, .lightbox {
    z-index: 999999 !important;
}

.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: 60px 0px 0px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
    margin-bottom: -100px;
}

.testimonial h2 {
    color: rgb(0, 0, 0);
}

.testimonial .image {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    border: 5px solid rgb(30, 32, 35);
}

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

.testimonial-content {
    background: rgb(30, 32, 35);
    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: #fa450e;
    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 rgb(255, 255, 255);
    padding-left: 10px;
    border-radius: 0px;
}

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

.testimonial .swiper-button-prev::after, .testimonial .swiper-button-next::after {
    color: #fa450e;
    font-size: 30px !important;
}

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

.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: #fa450e;
}

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

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

footer > div:first-of-type > p {
    color: rgb(30 32 35);
}

#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: 0px 10px 10px 0px;
}

@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: 0.3s;
        border-radius: 10px;
    }

    #callnowbutton a img {
        height: 2em;
    }
}

@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: auto;
    }

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

    .brand span {
        font-size: 25px;
    }

    .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%;
    }

    .brand a {
        justify-content: left;
    }

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

    .slider-section {
        max-height: 800px;
    }

    .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: rgb(30, 32, 35);
    }

    .brand {
        width: 100%;
    }

    .brand img {
        height: 60px;
    }

    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%;
    }

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

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

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

    .captcha-and-submit-btn {
        justify-content: right;
    }

    .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 {
        display: flex;
        flex-direction: column;
        margin: 0px;
    }

    .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%;
    }

    .contact-section p {
        font-size: 26px;
    }
}

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