body {
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #000000;
}

.container {
    max-width: 1730px !important;
}

.logo {
    max-width: 265px;
    display: block;
}

a {
    text-decoration: none;
    color: #000000;
    transition: 0.5s;
}

a:hover {
    color: #fca51a;
}

.nav-link:focus, .nav-link:hover {
    color: #fca51a;
}

li.nav-item.active > a {
    color: #fca519;
}

.icon {
    max-width: 25px;
}

.header-top {
    display: flex;
    width: 100%;
    overflow: hidden;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.left-side {
    padding: 20px 20px 20px 185px;
    background: #ecf5fc;
    min-width: 60%;
    display: flex;
    align-items: center;
    gap: 55px;
    color: #444444;
}

.left-side a {
    color: #444444;
}

.right-side a {
    color: #ffffff;
}

.right-side {
    padding: 20px 20px 20px 80px;
    background: #fca51a;
    display: flex;
    align-items: center;
    gap: 55px;
    min-width: 40%;
    color: #ffffff;
}

header {
    padding: 20px 15px;
    width: 100%;
    transition: box-shadow 0.8s ease-in-out, position 0.8s ease-in-out;
    background: transparent;
    position: absolute;
    z-index: 3;
    box-shadow: 0 4px 10px transparent;
}


img.img-fluid.img-slider {
    width: 100%;
}

li.nav-item.active > .strip-link,
li.nav-item:hover > .strip-link {
    background: #fca51a;
}

a.nav-link {
    font-size: 20px;
}

a.nav-link:hover {
    color: #fca51a;
}


.strip-link {
    display: block;
    width: 50px;
    height: 3px;
    background: transparent;
    transition: .5s;
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

.make-request.btn-slider {
    margin-left: 0;
    width: 380px;
}

.make-request {
    display: flex;
    width: fit-content;
    height: 60px;
    padding: 0 20px;
    background: #fca51a;
    color: #000;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 3px;
    margin-left: 70px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
    border: none;
}


.make-request:hover {
    box-shadow: 0 0 15px #ab9f8d;
    color: #000 !important;
}

.make-request img, .service-more img {
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.make-request:hover img, .service-more:hover img {
    transform: translateX(6px);
}


li.nav-item {
    position: relative;
}

a.nav-link {
    color: #000000;
    font-weight: 600;
    padding: 0 !important;
    font-size: 19px;
}

ul.navbar-nav {
    display: flex;
    gap: 70px;
}


div#navbarNavDropdown {
    justify-content: flex-end;
}

.slider-label {
    font-size: 23px;
    font-weight: 700;
    color: #fca519;
}

h1.slider-title {
    font-size: 80px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    font-family: 'Noto Sans', sans-serif;
}

h2.slider-subtitle {
    font-size: 22px;
    font-weight: 300;
    margin: 30px 0;
    max-width: 600px;
    line-height: 1.5;
}

.slider-txt {
    position: absolute;
    top: 220px;
}

a.btn-sl-link {
    font-size: 21px;
    font-weight: 500;
    color: #fca51a;
}

.sld-btn-group {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.about {
    border-top: 1px solid #d0cfcd;
    padding: 100px 5px;
    background: #faf8f5;
}

.stat {
    display: flex;
    align-items: center;
    gap: 40px;
}

.stat-item.st-1 {
    font-size: 65px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}

.stat-item.st-2 {
    font-size: 22px;
    font-weight: 600;
    max-width: 270px;
    line-height: 1.2;
}

.stat-item.st-3 {
    font-size: 55px;
    font-weight: 100;
    opacity: .3;
}

.box-header {
    background: #ecf5fc;
    border-top: 10px solid #fca51a;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: #fca51a;
}

.box-header h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: -5px;
}

.box-header h2 {
    font-size: 26px;
    font-weight: 800;
}

.box-header img {
    max-height: 80px;
    margin-bottom: 15px;
}

.box-body {
    padding: 35px 25px 80px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    color: #444444;
    font-size: 16px;
    min-height: 530px;

}

.box-body p {
    margin: 0;
}

.box-body ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0;
}

.box-body ul li {
    font-weight: 400;
    display: flex;
    align-items: center;
}

.box-body ul li::before {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    margin-right: 10px;
}

.box-body ul.check-list li::before {
    width: 14px;
    height: 14px;
    background-image: url("../icons/check2.svg");
}

.box-body ul.x-list li::before {
    width: 12px;
    height: 12px;
    background-image: url("../icons/close2.svg");
}

.box-price-list {
    background: #fca51a;
    display: flex;
    width: 280px;
    height: auto;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    outline: 2px dashed #366ba9;
    outline-offset: 9px;
    margin: 0 auto;
    flex-direction: column;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    padding: 5px;
}

.box-price-list p {
    margin: 2px 0;
    font-size: 15px;
}


img.time-icon {
    max-width: 50px;
    opacity: .2;
}


.time {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.box-price.box-sofas .box-body {
    min-height: 605px;
}


.box-price-list.single-price {
    width: 255px;
    height: 50px;
    border-radius: 30px;
    bottom: -25px;
}

.box-price-list.single-price p {
    font-size: 18px;
}


h2.home-title {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 650px;
    font-family: 'Noto Sans', sans-serif;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

section.services {
    background: #faf8f5;
    padding: 100px 5px;
}

.services {
    background: #f7f6f2;
}

.services-label {
    color: #fca51a;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.services-title {
    font-size: 36px;
    font-weight: 700;
}

.service-card {
    position: relative;
    height: 775px;
    overflow: hidden;
    border-radius: 12px;
    background: #111;
}

.service-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.service-card:hover .service-card-img {
    transform: scale(1.03);
}

.service-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, .02) 0%,
            rgba(0, 0, 0, .2) 30%,
            rgba(0, 0, 0, .3) 68%,
            rgba(0, 0, 0, .4) 100%
    );
}

.service-card-content {
    position: absolute;
    z-index: 2;

    left: 30px;
    right: 30px;
    bottom: 35px;

    height: 365px;

    display: flex;
    flex-direction: column;

    color: #fff;
}

.service-card-content h3 {
    min-height: 80px;

    display: flex;
    align-items: flex-end;

    margin: 0;

    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
}

.service-line {
    display: block;
    width: 35px;
    height: 4px;
    background: #fca51a;
    margin: 20px 0;
}

.service-card-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
}

.service-more {
    border: 0;
    padding: 0;
    background: transparent;
    color: #fca51a;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    margin-top: auto;
}

.service-more span {
    font-size: 30px;
    line-height: 1;
}

.service-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: #fca51a;
    color: #000;
    padding: 45px 35px;

    display: flex;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);

    transition: .35s ease;
}

.service-card.is-open .service-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.service-overlay-inner {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.service-overlay-inner p,
.service-overlay-inner li {
    font-size: 16px;
    line-height: 1.65;
}

.service-overlay-inner ul {
    padding-left: 18px;
    margin-bottom: 25px;
}

.service-close {
    position: absolute;
    top: 15px;
    right: 20px;

    border: 0;
    background: transparent;

    color: #000;
    font-size: 34px;
    line-height: 1;
}


section.sec-1 {
    padding: 100px 5px;
    border-top: 30px solid #000;
}

h3.home-subtitle {
    font-size: 19px;
    font-weight: 500;
    max-width: 650px;
    line-height: 1.5;
}

.home-title-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 20px;
}

.wdo-txt::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #fca519;
    display: block;
    margin: 15px auto 0;
}

.wdo-group {
    padding: 0;
}

.wdo-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    border-right: 1px solid #bdbdbd;
    padding: 20px;
}

.wdo-group:nth-child(1) {
    border-left: 1px solid #bdbdbd;
}

.wdo-txt {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}

.title-label {
    max-width: fit-content;
    color: #fca51a;
    font-size: 21px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 5px;
}

img.icon-box {
    max-height: 75px;
    min-height: 75px;
}


.box-title {
    font-size: 23px;
    font-weight: 800;
    color: #fca51a;
    line-height: 1.2;
}

.box-text {
    font-size: 13px;
    color: #444444;
}

.box {
    height: 370px;
    display: flex;
    flex-direction: column;
    background: #fff;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 20px;
    padding: 40px;
    border-radius: 7px;
    transition: .5s;
    cursor: pointer;
    margin-bottom: 30px;
}

.box:hover {
    box-shadow: 0 0 10px #bad1ec;
}

.wrap-img-circle {
    width: 95px;
    height: 95px;
    border: 1px solid #c79039;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 95px;
}

.w-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 10px;
}

section.why-us {
    padding: 100px 5px;
    background: url("../bg/bg-advantages.jpg") no-repeat center;
    background-size: cover;

}

.w-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

section.why-us .box-title {
    margin-bottom: 20px;
}

.w-txt {
    padding-right: 20px;
}

.wrap-icon {
    background: #fca51a;
    display: flex;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    outline: 2px dashed #b0d5f2;
    outline-offset: 15px;
    margin: 0 auto 30px;
}


.form-control {
    height: 90px !important;
    background: #fff;
    padding: 30px 15px 0 !important;
    font-size: 15px;
    border-radius: 5px;
    border-color: #dae1e6;
    margin-bottom: 30px;
}

textarea.form-control {
    padding: 40px 15px 0 !important;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
    opacity: 1 !important;
}

.form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
    opacity: 1 !important;
    top: 7px;
}

.form-check-input:checked {
    background-color: #fca519;
    border-color: #fca519;
    opacity: 1;
}

label.form-check-label a {
    color: #c79039 !important;
}

label.form-check-label {
    cursor: pointer;
}

.form-switch {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

input#terms {
    font-size: 15px;
    margin: 0;
}

label {
    position: absolute;
    top: 5px;
    left: 27px;
    height: fit-content;
    padding: 0;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    font-size: 16px !important;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
}


.form-floating > .form-control:focus ~ label {
    opacity: 1;
    transform: scale(.8) translateY(-21px) translateX(0);
    padding: 0;
}

.textarea.form-floating > .form-control:focus ~ label {
    transform: scale(.8) translateY(-8px) translateX(0) !important;
}

textarea {
    min-height: 165px !important;
    resize: none;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.form-check.form-switch.position-relative {
    width: 100%;
}

button#form-btn {
    min-width: 220px;
}

label.form-check-label {
    top: 0;
    left: 0;
    font-size: 14px !important;
    font-weight: 500;
    position: relative;
    pointer-events: auto;
}

.message-container {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

a.info-txt {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.info-icon-wrap {
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.t-1 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
}

span.t-2 {
    color: #fff;
    font-size: 18px;
    opacity: .6;
}

.contcts-abs-text {
    position: absolute;
    top: 145px;
    left: 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

img.img-fluid.img-contacts {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.swal-text {
    text-align: center;
    text-wrap: balance;
}

.swal-button-container {
    text-align: center;
    margin: 20px auto;
    display: block;
}

button.swal-button.swal-button--confirm {
    background: #195fa5;
}

label {
    font-size: 15px;
}

.contacts {
    padding: 60px 5px;
}

form#contactForm {
    padding-right: 40px;
}

.phone-item a {
    color: #fff;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.phone-group {
    display: flex;
    gap: 40px;
}

.phone-item div {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.phone-item {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.navbar-footer {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    margin: 0;
}

footer {
    padding: 60px 15px;
    background: #000;
}

footer a {
    font-size: 18px;
    font-weight: 300 !important;
    color: #fff !important;
    font-family: 'Noto Sans', sans-serif;

}

footer a:hover {
    color: #fca519 !important;
}

li.nav-item.social {
    display: flex;
    gap: 20px;
}

li.nav-item.social i {
    font-size: 22px;
}

.copyright {
    background: #000000;
    padding: 20px 15px;
    border-top: 1px solid #626262;
}

.copyright p, .copyright a {
    margin: 0;
    font-size: 15px;
    color: #fff !important;
    opacity: .6;
    font-weight: 300;
}

.modal-body {
    font-size: 18px;
}

.modal-body a {
    color: #195fa5 !important;
}

strong, b, .modal-body h3 {
    font-weight: 700;
}

/*Overlay*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #6ebdf5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Overlay*/

/*Buton za responsiv menu */

.toggle-menu span {
    background-color: #000000;
    content: "";
    display: block;
    height: 3px;
    border-radius: 2px;
    left: calc(50% - 25px);
    position: absolute;
    top: calc(50% - 0);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 40px;
}

.toggle-menu span:before,
.toggle-menu span:after {
    background-color: #000000;
    content: "";
    display: block;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 40px;
}

.toggle-menu span:before {
    top: 7px;
    margin-top: 5px;
}

.toggle-menu span:after {
    top: -7px;
    margin-top: -5px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before, .toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    margin: 0 !important;
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
}

/*Buton za responsiv menu */


@media (max-width: 1560px) {

    h1.slider-title {
        font-size: 65px;
        line-height: 1;
    }

    .slider-txt {
        bottom: 100px;
        left: 25px;
    }

    section.sec-1 {
        padding: 100px 15px;
        border-top: 30px solid #000;
    }

    .wdo-txt {
        font-size: 18px;
    }

    .wdo-item {
        gap: 20px;
        padding: 20px;
        min-height: 245px;
    }
}

@media (max-width: 1440px) {
    h1.slider-title {
        font-size: 60px;
        line-height: 1;
    }

    .slider-txt {
        top: 175px;
        left: 25px;
    }

    ul.navbar-nav {
        display: flex;
        gap: 40px;
    }

    .make-request {
        margin-left: 40px;
    }

    h2.home-title {
        font-size: 45px;
        margin-bottom: 40px;
    }

    .wdo-item {
        gap: 20px;
        padding: 20px 10px;
        min-height: 245px;
    }

    section.sec-1 {
        padding: 60px 15px;
        border-top: 30px solid #000;
    }

    section.services, section.why-us, section.about {
        padding: 60px 5px;
    }

    .service-card-content {
        left: 20px;
        right: 20px;
        bottom: 35px;
    }

}

@media (max-width: 1399.98px) {
    .service-card {
        height: 650px;
    }

    .service-card-content h3 {
        font-size: 28px;
    }

    .service-card-content p {
        font-size: 15px;
    }
}


@media (max-width: 1370px) {

    .wdo-group {
        margin-top: 30px;
    }

    .wdo-group:nth-child(1), .wdo-group:nth-child(4) {
        border-left: 1px solid #bdbdbd;
    }

    .service-overlay {
        padding: 40px 20px;

    }

}

@media (max-width: 1280px) {

    ul.navbar-nav {
        display: flex;
        gap: 30px;
    }


    h1.slider-title {
        font-size: 50px;
    }

    h2.slider-subtitle {
        font-size: 15px;
        max-width: 520px;
    }

    .slider-label, .title-label {
        font-size: 18px;
    }

    .box-title {
        font-size: 19px;
    }

    .box {
        height: 370px;
        gap: 20px;
        padding: 30px;
        margin-bottom: 30px;
    }

    section.services {
        padding: 70px 15px;
    }

    .w-item {
        gap: 20px;
        margin-bottom: 35px;
    }

}

@media (max-width: 1200px) {

    form#contactForm {
        padding-right: 0;
    }

    .make-request {
        height: 45px;
        gap: 10px;
        margin-left: 30px;
        font-size: 15px;
    }

    a.nav-link {
        font-size: 17px;
    }

    .make-request.btn-slider {
        margin-left: 0;
        width: fit-content;
    }
}

@media (max-width: 1199px) {

    .wdo-group:nth-child(1), .wdo-group:nth-child(3), .wdo-group:nth-child(5) {
        border-left: 1px solid #bdbdbd;
    }

    .wdo-group:nth-child(2), .wdo-group:nth-child(4), .wdo-group:nth-child(6) {
        border-left: none;
    }

    .logo {
        max-width: 200px;
    }

    a.nav-link {
        font-size: 15px;
    }

    .slider-txt {
        top: 130px;
        left: 25px;
    }

    .home-title-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        gap: 0;
        flex-direction: column;
    }

    h2.home-title {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .w-item {
        gap: 20px;
        margin: 30px 0;
    }

    .wrap-bg.position-relative {
        margin-top: 30px;
    }

    .contcts-abs-text {
        top: 60px;
        left: 60px;
        gap: 25px;
    }

    .service-card-content {
        height: 320px;
    }
}

@media (max-width: 992px) {

    .make-request {
        height: 40px;
        gap: 10px;
        margin-left: 30px;
        font-size: 12px;
    }

    .make-request img {
        width: 15px !important;
    }

    .slider-label, .title-label {
        font-size: 14px;
    }

    h1.slider-title {
        font-size: 30px;
    }

    h2.slider-subtitle {
        display: none;
    }

    h1.slider-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    header {
        padding: 10px 5px;
    }

    .navbar {
        background: rgba(255, 255, 255, .93);
        border-radius: 15px;
        padding: 0;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
    }

    button.navbar-toggler.toggle-menu.d-lg-none {
        display: block;
        max-width: 30px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        transform: scale(0.7);
        bottom: auto;
        z-index: 3;
        margin: 0 auto;
        top: 37px;
    }

    header .make-request {
        position: absolute;
        right: 0;
        bottom: 0;
        top: -85px;
    }

    .strip-link {
        display: none;
    }


    ul.navbar-nav {
        display: flex;
        gap: 20px;
        justify-content: center;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
    }

    h1.slider-title {
        font-size: 40px;
    }

    h2.slider-subtitle {
        font-size: 13px;
        margin: 17px 0;
    }

    .slider-txt {
        bottom: 30px;
        left: 25px;
    }

    h2.home-title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 35px;
    }

    .w-title {
        font-size: 20px;
    }

    .w-txt {
        padding-right: 20px;
        font-size: 12px;
    }

    .w-txt {
        padding-right: 20px;
        font-size: 12px;
    }

    .col-xl-6.text-end {
        text-align: center !important;
        margin-top: 5px;
    }

    .list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 30px;
    }

    #about .make-request {
        margin: 30px 0 0 0 !important;
    }

    .box {
        height: 315px;
        gap: 20px;
        padding: 25px;
        margin-bottom: 30px;
    }

    .why-us .col-xxl-3.col-lg-4.text-center {
        margin-bottom: 60px;
    }

    .col-lg-4.form-floating.mb-3 {
        margin-top: 10px !important;
    }

    .phone-item a {
        font-size: 20px;
    }

    img.phone-icon {
        max-width: 30px;
    }

    .phone-item div {
        font-size: 13px;
        color: #fff;
        font-weight: 600;
    }

    .phone-group {
        display: flex;
        gap: 30px;
    }

    footer img.img-fluid.logo {
        display: block;
        margin: 0 auto 30px;
    }

    .navbar-footer {
        display: flex;
        justify-content: center;
        gap: 35px;
        margin: 0;
    }

    section#sendRequest br {
        display: none;
    }

    form#contactForm {
        margin: 20px 0;
    }

}


@media (max-width: 767.98px) {
    .service-card {
        height: 620px;
    }

    .services-title {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .logo {
        max-width: 165px;
        margin-left: -10px;
    }

    header .make-request {
        right: 0;
        bottom: 0;
        top: -70px;
    }

    h1.slider-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .slider-txt {
        top: 100px;
        left: 15px;
    }

    img.img-fluid.img-slider {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }

    section.sec-1 {
        padding: 40px 5px;
        border-top: 10px solid #000;
    }

    h2.home-title {
        font-size: 27px;
        line-height: 1;
        margin-bottom: 35px;
    }

    h3.home-subtitle {
        font-size: 16px;
        font-weight: 400;
        max-width: 650px;
        line-height: 1.5;
        margin-top: -10px;
    }

    .wdo-item {
        border-right: none;
    }

    .wdo-group:nth-child(1), .wdo-group:nth-child(3), .wdo-group:nth-child(5) {
        border-left: none;
        border-bottom: 1px solid #bdbdbd;
    }

    .wdo-group:nth-child(2), .wdo-group:nth-child(4) {
        border-left: none;
        border-bottom: 1px solid #bdbdbd;
    }

    .wdo-group:nth-child(6) {
        border: none;
    }

    .contcts-abs-text {
        top: 30px;
        left: 30px;
        gap: 25px;
    }

}

@media (max-width: 450px) {

    .contcts-abs-text {
        top: 30px;
        left: 20px;
        gap: 15px;
    }

    .info-icon-wrap {
        width: 65px;
        height: 65px;
    }

    span.t-2 {
        color: #fff;
        font-size: 15px;
        opacity: .6;
    }

    .navbar-footer {
        display: flex;
        justify-content: center;
        gap: 35px;
        margin: 0;
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        height: 590px;
    }

    .service-card-content h3 {
        font-size: 25px;
    }

    .home-title-group {
        margin-bottom: 0;

    }

    label.form-check-label a, label.form-check-label {
        font-size: 10px;
    }

    .btn-group, .btn-group-vertical {

        width: 100%;
        gap: 30px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    button#form-btn {
        min-width: 170px;
        height: 50px;
        font-size: 14px;
    }

    body {
        font-size: 15px;
    }

    section#sendRequest {
        margin-top: -40px;
    }

    section.services, section.why-us, section.about {
        padding: 40px 5px;
    }

    .wrap-img-circle {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }

    .wrap-img-circle img {
        width: 35px !important;
    }

    .w-title {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .make-request {
        height: 30px;
        gap: 5px;
        margin-left: 30px;
        font-size: 10px;
        padding: 10px;
    }

    header .make-request {
        right: 0;
        bottom: 0;
        top: -57px;
    }

    .logo {
        max-width: 135px;
        margin-left: -10px;
    }

    button.navbar-toggler.toggle-menu.d-lg-none {
        top: 20px;
        width: 62px !important;
        height: 30px;
    }

    h1.slider-title {
        font-size: 30px;
        margin-bottom: 15px;
        position: relative;
        z-index: 2;
    }

    h1.slider-title::before {
        content: "";
        position: absolute;
        z-index: -1;

        top: 0;
        left: 0;
        right: -40px;
        bottom: -9px;

        background: linear-gradient(
                90deg,
                rgba(248, 247, 244, 0.98) 0%,
                rgba(248, 247, 244, 0.92) 55%,
                rgba(248, 247, 244, 0.55) 75%,
                rgba(248, 247, 244, 0) 100%
        );

        pointer-events: none;
    }

    .stat-item.st-1 {
        font-size: 45px;
    }

    .stat {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .stat-item.st-2 {
        font-size: 15px;
    }
}


@media (max-width: 413px) {

    h1.slider-title {
        font-size: 27px;
        margin-bottom: 15px;
        position: relative;
        z-index: 2;
    }

    .slider-txt {
        top: 110px;
        left: 15px;
    }

}

@media (max-width: 380px) {



}

/*Back to top*/
#toTopBtn {
    position: fixed;
    bottom: 35px;
    right: 15px;
    z-index: 98;
    padding: 21px;
    background-color: #fca51a;
    display: none;
    border: 1px solid #fca51a;
    cursor: pointer;
    opacity: 0.9;
}

.cd-top {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    /*background: url("../images/cd-top-arrow.svg") no-repeat center 50%;*/
    /*background-color: #ffffff;*/
    font-family: "FontAwesome", "sans-serif" !important;
}

img.img-arrow-top {
    max-width: 20px;
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
}

/*END Back to top*/