* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
}

input,
textarea,
button,
input:active,
textarea:active,
button:active,
input:focus,
textarea:focus,
button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.custom-navbar .navbar-toggler {
    width: 50px;
    height: 50px;
    background-color: rgba(122, 121, 123, 0.4);
    border-radius: 50px;
    box-shadow: none;
    font-size: 24px;
    outline: none;
    margin-right: 40px;
    color: #212121;
}

.swiper-slide {
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.next-swiper {
    bottom: 90px;
    top: inherit;
    right: inherit;
    left: 125px;
}

.next-swiper,
.prev-swiper {
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    color: #212121;
    font-size: 16px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px 1px #54545452;
    z-index: 99;
    transition: 0.5s;
}

.next-swiper:hover,
.prev-swiper:hover {
    background-color: #d9000d;
    color: #fff;
}

.search-button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgba(230, 230, 232, 0.3);
    color: #000;
    font-size: 19px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 818px;
    left: 21px;
    right: inherit;
    bottom: inherit;
    z-index: 100;
    transition: 0.5s;
}

.search-button:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.next-swiper:after,
.prev-swiper:after {
    display: none;
}

.prev-swiper {
    bottom: 90px;
    top: inherit;
    right: inherit;
    left: 85px;
}

.swiper-slide .content {
    padding-top: 7rem;
    padding-bottom: 3rem;
    text-align: start;
}

.swiper-pagination {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: fit-content;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #d9000d;
    color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    text-decoration: none;
    color: #333131;
    border-radius: 0;
    font-weight: 600;
    padding: 84px 20px;
    background-color: rgba(154 154 154 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-left: auto !important;
    opacity: 1;
    transition: 0.5s;
    width: fit-content;
}

.swiper-pagination-bullet-active {
    background-color: rgba(51, 49, 49, 0.2) !important;
}

.main-section {
    background: linear-gradient( 315deg, rgba(161, 161, 161, 0.01), rgba(255, 255, 255, 1)), url("images/man1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-navbar {
    z-index: 999999;
    counter-reset: link-counter;
    left: 0;
}

.custom-navbar .nav-link {
    counter-increment: link-counter;
    text-decoration: none;
    color: #333131;
    font-weight: 500;
    font-size: 1.25rem;
    position: relative;
    transition: 0.5s;
}

.custom-navbar .nav-link:hover {
    color: #d9000d;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link:hover:after {
    color: #d9000d;
}

.main-slider .swiper-wrapper {
    counter-reset: title-counter;
}

.main-slider .swiper-slide h1:nth-child(3) {
    counter-increment: title-counter;
}

.main-slider .swiper-slide h1:nth-child(3)::after {
    content: counter(title-counter, decimal-leading-zero);
    position: absolute;
    color: #333131;
    margin-left: 30px;
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: -3px;
}

.custom-navbar .nav-link::after {
    content: counter(link-counter, decimal-leading-zero);
    position: absolute;
    top: -5px;
    right: 25px;
    font-size: 12px;
    color: #333131;
}

.main-slider .content {
    margin-top: 16.875rem;
}

.main-slider .content a:hover {
    color: #d9000d !important;
}

.dots {
    z-index: 9;
    position: absolute;
    top: -50px;
    left: calc(11%);
}

.main-slider .swiper-pagination-bullet {
    text-decoration: none;
    color: #333131;
    font-weight: 600;
    padding: 95px 10px;
    background-color: rgba(51, 49, 49, 0.2);
}

.nav-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

.nav-buttons .active {
    background-color: rgba(51, 49, 49, 0.5);
}

.content h4 {
    font-size: 1.2rem;
}

.content h1 {
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 6.2rem;
}

.content p {
    font-size: 1.2rem;
    width: 50%;
    font-weight: 300;
}

.content a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #333131;
    font-weight: 600;
    margin-bottom: 18px;
    transition: 0.5s;
    display: inline-block;
}

.content a .arrow {
    margin-left: 30px;
    font-size: 21px;
}

.main-slider .arrow {
    background-color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0px 5px 12px 0px rgb(101 99 99 / 50%);
    font-size: 18px;
}

.content .social-links {
    margin-top: 80px;
}

.content .social-links a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    transition: 0.5s;
}

.content .social-links span {
    color: #828da2;
    font-size: 14px;
}

.custom-navbar-width img {
    width: 300px;
    height: 80px;
}

.content a .slider-arrow {
    margin-left: 27px;
    font-size: 20px;
}

.scroll-image {
    position: absolute;
    z-index: 9;
    top: 800px;
    bottom: inherit;
    right: inherit;
    left: calc(50%);
    cursor: pointer;
}

.scroll-image img {
    width: 85%;
}

.scroll-image .scroll-text {
    font-size: 13px;
    letter-spacing: 3px;
    transform: rotateZ(270deg);
    transform-origin: 0 0;
    position: absolute;
    top: -20px;
    left: 5px;
}

.scroll-image img {
    -webkit-animation: slide-bottom 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: slide-bottom 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.how-we-do,
.did-you-know {
    background-color: #d9000d;
    padding: 90px 0 70px 0;
}

.how-we-do .title {
    width: 8.125rem;
    margin: auto;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    line-height: 24px;
    letter-spacing: 0px;
}

.did-you-know .title {
    width: 13.125rem;
    margin: auto;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    position: relative;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.did-you-know .title p {
    margin-bottom: 0;
}

.did-you-know .title span {
    font-size: 18px;
}

.did-you-know .title h5 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
}

.how-we-do .main-title::before,
.did-you-know .main-title::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 14px;
    width: 60px;
    height: 7px;
    background-color: #fff;
}

.how-we-do .title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    width: 50px;
    height: 7px;
    background-color: #fff;
}

.how-we-do .main-title,
.who-are-we .main-title,
.did-you-know .main-title {
    width: calc(100% - 76%);
    color: #fff;
    font-size: 3.8rem;
    font-weight: 500;
    position: relative;
    line-height: 3.8rem;
}

.who-are-we {
    background-color: #838383;
    padding: 90px 0 5px 0;
}

.who-are-we .text {
    color: #fff;
    width: 80%;
    font-weight: 400;
    line-height: 28px;
    font-size: 0.9rem;
}

.who-are-we .main-title::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 14px;
    width: 50px;
    height: 7px;
    background-color: #fff;
}

.what-we-do {
    background-color: #fff;
    padding: 90px 0 70px 0;
}

.what-we-do .main-title::before,
.references .main-title::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 14px;
    width: 50px;
    height: 7px;
    background-color: #d9000d;
}

.references {
    background-color: #fff;
    padding: 90px 0 70px 0;
}

.references .images img {
    margin: 0.625rem 1.25rem;
    width: 85px;
    height: 60px;
    object-fit: contain;
}

.what-we-do .text {
    color: #333131;
    width: 80%;
    font-weight: 400;
    line-height: 28px;
    font-size: 0.9rem;
}

.what-we-do .main-title {
    color: #333131;
    width: calc(100% - 76%);
    font-size: 3.8rem;
    font-weight: 500;
    position: relative;
    line-height: 3.8rem;
}

.what-we-do #form_output_1 {}

.what-we-do #form_output_1 .form-group {
    margin-bottom: 0;
}

.yobiform .yobiform-wrapper {
    padding: 0 !important;
}

.what-we-do #form_output_1 label {
    display: none;
}

.what-we-do #form_output_1 input {
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-radius: 0;
    display: block;
    padding: 5px 10px;
    background-color: transparent;
    font-size: 13px;
    color: #333131;
}

.what-we-do #form_output_1 textarea {
    width: 100%;
    resize: none;
    border: 1px solid #dcdcdc;
    border-top: none;
    border-top-left-radius: none !important;
    border-top-left-radius: none !important;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    display: block;
    min-height: 300px;
    padding: 5px 10px;
    background-color: transparent;
    font-size: 13px;
    color: #333131;
}

.what-we-do #form_output_1 .first-input {
    border-top: 1px solid #dcdcdc;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.what-we-do #form_output_1 button {
    border: 1px solid #838383;
    background-color: #838383;
    border-radius: 31px;
    padding: 8px 33px;
    font-size: 20px;
    color: #fff;
    transition: .5s;
    margin-top: 10px;
}

.what-we-do #form_output_1 button:hover {
    background-color: #d9000d;
    border-color: #d9000d;
}

.references .main-title {
    color: #333131;
    width: calc(100% - 76%);
    font-size: 3.8rem;
    font-weight: 500;
    position: relative;
    line-height: 3.8rem;
}

.main-section-2 {
    background: linear-gradient( 315deg, rgba(161, 161, 161, 0.01), rgba(255, 255, 255, 1)), url("images/man2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-section-2 .content,
.main-section-3 .content {
    padding: 10.375rem 0 9.75rem 0;
    width: fit-content;
}

.main-section-2 .content a:hover,
.main-section-3 .content a:hover {
    color: #d9000d;
}

.main-section-3 {
    background: linear-gradient( 315deg, rgba(161, 161, 161, 0.01), rgba(255, 255, 255, 1)), url("images/man3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.what-we-do .location-text p {
    font-size: 16px;
}

.what-we-do .information-text a {
    color: #212121;
    font-weight: bold;
    transition: .5s;
    text-decoration: none;
}

.what-we-do .information-text a:hover {
    color: #d9000d;
}

.footer {
    background-color: #838383;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    padding: 90px 0 70px 0;
}

.location-frame iframe {
    width: 100%;
    height: 210px;
}

.footer .copyright-text {
    inline-size: 16.563rem;
    margin-bottom: 0;
}

.what-we-do .information-text p {
    font-size: 16px;
}

.footer .whatsapp-link {
    background-color: #54d162;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    padding: 3px 11px;
    border-radius: 50%;
}

.footer .social-link {
    font-size: 20px;
    color: #fff;
    width: fit-content;
    transition: 0.5s;
}

.footer .social-link:hover {
    color: #d9000d;
}

.footer .link-text {
    inline-size: 11.25rem;
    margin-left: 10px;
    font-size: 10px;
}

.references .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    justify-content: center;
    align-items: center;
}

.references .swiper {
    width: 100%;
    height: 100%;
}

.references .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.references .swiper {
    margin-left: auto;
    margin-right: auto;
}

.what-we-do .contact-form {
    width: 75%;
}

.what-we-do .contact-information {
    width: 75%;
}

.custom-navbar-width {
    width: auto;
}

.references .images span {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .dots {
        left: calc(9%);
    }
    .container-fluid {
        padding: 0 85px;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1199px) {
    .main-slider .swiper-slide h1:nth-child(3)::after {
        font-size: 4rem;
    }
    .references .images img {
        width: 75px;
    }
    .dots {
        left: calc(9%);
    }
    .main-section .content {
        margin-top: 15.625rem;
    }
    .main-section .custom-navbar {
        font-size: 15px;
    }
    .content p {
        width: 35em;
    }
    .container-fluid {
        padding: 0 50px;
    }
    .custom-navbar .nav-link {
        font-size: 1rem;
    }
    .content h4 {
        font-size: 1rem;
    }
    .content h1 {
        font-size: 5rem;
        line-height: 5.2rem;
    }
    .how-we-do .title {
        font-size: 19px;
    }
    .who-are-we .main-title,
    .did-you-know .main-title {
        font-size: 3rem;
        line-height: 3rem;
    }
    .what-we-do button {
        padding: 5px 26px;
        font-size: 18px;
    }
    .next-swiper {
        left: 89px;
    }
    .prev-swiper {
        left: 48px;
    }
    .search-button {
        width: 40px;
        height: 40px;
        font-size: 17px;
        top: 818px;
        left: 4px;
    }
    .scroll-image {
        position: absolute;
        z-index: 9;
        top: 870px;
        bottom: inherit;
        right: inherit;
        left: calc(50%);
    }
}

@media screen and (min-width: 767px) and (max-width: 1022px) {
    .main-slider .swiper-slide h1:nth-child(3)::after {
        font-size: 4rem;
    }
    .container-fluid {
        padding: 0 20px;
    }
    .did-you-know .title {
        width: 9.125rem;
    }
    .content p {
        width: 76%;
    }
    .content h4 {
        font-size: 1rem;
    }
    .content h1 {
        font-size: 5rem;
        line-height: 5.2rem;
    }
    .footer .social-link {
        font-size: 18px;
    }
    .what-we-do button {
        padding: 5px 26px;
        font-size: 18px;
    }
    .next-swiper {
        left: 60px;
    }
    .prev-swiper {
        left: 20px;
    }
    .scroll-image {
        position: absolute;
        z-index: 9;
        top: 870px;
        bottom: inherit;
        right: inherit;
        left: calc(50%);
    }
    .who-are-we .main-title,
    .did-you-know .main-title {
        font-size: 3rem;
        line-height: 3rem;
    }
    .references .main-title {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media screen and (min-width: 300px) and (max-width: 766px) {
    .main-slider .swiper-slide h1:nth-child(3)::after {
        font-size: 3rem;
        margin-left: 15px;
    }
    .custom-navbar .navbar-toggler {
        margin-right: 0;
    }
    .what-we-do .contact-form {
        width: 100%;
    }
    .what-we-do .contact-information {
        width: 100%;
    }
    .main-slider .content {
        margin-top: 1.875rem;
    }
    .how-we-do,
    .did-you-know {
        padding: 60px 0 50px 0;
    }
    .how-we-do .title {
        width: 6.125rem;
        margin: 0 0 38px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .how-we-do .title {
        width: 6.125rem;
        margin: 0 0 38px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .did-you-know .title {
        margin: 0 0 30px 0;
        font-size: 35px;
        text-align: start;
    }
    .did-you-know .title span {
        font-size: 14px;
    }
    .did-you-know .title h5 {
        font-size: 11px;
    }
    .main-title .content {
        margin-top: 1.875rem;
    }
    .content h4 {
        font-size: 0.9rem;
    }
    .content h1 {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
    .content p {
        font-size: 1rem;
        width: 100%;
    }
    .who-are-we .main-title,
    .did-you-know .main-title {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .what-we-do {
        padding: 60px 0 50px 0;
    }
    .who-are-we .text {
        width: 100%;
    }
    .what-we-do .main-title {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .references .main-title {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .main-section-2 .content,
    .main-section-3 .content {
        padding: 7.375rem 0 7.75rem 0;
    }
    .what-we-do .location-text p {
        font-size: 13px;
    }
    .footer {
        padding: 30px 0;
    }
    .how-we-do .main-title,
    .who-are-we .main-title,
    .did-you-know .main-title {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .what-we-do button {
        padding: 4px 14px;
        font-size: 13px;
    }
    .next-swiper {
        left: 51px;
    }
    .prev-swiper {
        left: 11px;
    }
    .scroll-image {
        display: none;
    }
    .custom-navbar-width {
        width: 75%;
    }
    .custom-navbar .nav-link {
        font-size: 1rem;
    }
    .custom-navbar .navbar-nav {
        background-color: #fff;
        padding: 20px;
    }
}

@media screen and (min-width: 300px) and (max-width: 1023px) {
    .main-section .nav-buttons {
        display: none;
    }
    .main-section .content .scroll-image {
        display: none;
    }
    .footer .copyright-text {
        inline-size: 100%;
    }
    .search-button {
        display: none;
    }
    .custom-navbar .nav-link {
        font-size: 1rem;
    }
}

@media screen and (min-width: 300px) and (max-width: 990px) {
    .custom-navbar .navbar-nav {
        background-color: #fff;
        padding: 20px;
    }
    .custom-navbar .nav-link::after {
        content: "";
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        padding: 62px 10px;
        display: none;
    }
    .custom-navbar .navbar-toggler {
        margin-right: 0;
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
}
.g-recaptcha{margin: 10px 0 ;}