﻿.logo-icon {
    /* height: 70px;
    width: 125px;*/
    max-width: 148px;
}

.blue-text {
    color: #54a8c7;
}

.card-band {
    padding: 0 15px;
}

    .card-band figure img {
        height: 180px !important;
        object-fit: cover;
    }

    .card-band .card-body {
        padding: 15px;
        min-height: 145px;
    }

.list-points {
    padding-left: 0;
}

.title-sec p {
    font-size: 16px;
    margin-bottom: 10px
}

.navbar-clone.fixed .flex-lg-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.whychoose-img {
    height: 500px !important;
    object-fit: cover
}


.swiper-slider .swiper img {
    height: 400px;
    object-fit: fill;
    object-position: top;
}

.swiper-slider .swiper {
    box-shadow: 0px 8px 8px #00000012;
    border-radius: 10px;
}


.swiper-slide .caption-wrapper .caption {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 5px !important;
    background: #eee !important;
    border-radius: 0 !important;
}

    .swiper-slide .caption-wrapper .caption h5 {
        font-size: 14px;
    }

.swiper-container.dots-over .swiper-pagination {
    display: none;
}

.swiper-controls .swiper-navigation .swiper-button:after {
    font-size: 1rem;
}

.swiper-controls .swiper-navigation .swiper-button {
    background: #2da9c5;
    width: 1.2rem;
    height: 1.2rem;
    color: #fff;
}

    .swiper-controls .swiper-navigation .swiper-button.swiper-button-disabled {
        background: #808080;
    }

    .swiper-controls .swiper-navigation .swiper-button:hover {
        background: #2da9c5;
        color: #fff;
    }

.swiper-slider .swiper-slide .caption-wrapper {
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .whychoose-img {
        height: 600px !important;
    }
}

@media screen and (max-width: 1024px) {
    .card-band .card-body {
        min-height: 175px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-clone.fixed .flex-lg-row {
        padding: 0;
    }

    .whychoose-img {
        height: auto !important;
    }

    .whatwedo-sec .first-sec {
        justify-content: center;
        text-align: center;
    }

    .card-wrapper .col-md-4 {
        width: 50%;
    }

    .features-sec .title-sec {
        text-align: center;
    }

    .whychoose-sec .first-sec {
        justify-content: center;
        gap: 30px;
    }

    .faq-sec {
        margin-bottom: 60px !important;
    }

    .info-sec {
        text-align: center;
    }

    .display-2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {

    p.lead.fs-lg {
        font-size: 14px !important;
    }

    .btn, .btn-group-lg > .btn, .btn-lg {
        padding: 5px 20px;
        font-size: 16px;
    }

    .mb-13 {
        margin-bottom: 40px !important;
    }

    .whatwedo-sec .first-sec {
        margin-bottom: 30px;
    }

    .card-wrapper .col-md-4 {
        width: 100%;
    }

    .features-sec {
        padding-top: 40px;
    }

    .card-band .card-body {
        min-height: auto;
    }

    .features-sec .card {
        margin-bottom: 30px;
        text-align: center;
    }

    .list-points {
        list-style-position: inside;
        padding: 0;
    }

    .whychoose-sec .first-sec {
        text-align: center;
    }

    .faq-sec .card-body, .info-sec .card-body {
        text-align: center;
        padding: 20px;
    }

    .faq-sec {
        margin-bottom: 40px !important;
        margin-top: 20px;
    }

    .info-sec {
        margin-bottom: 40px !important;
    }

    footer {
        text-align: center;
    }

        footer .nav {
            justify-content: center;
        }

    .accordion p {
        text-align: left;
    }

    .navbar-expand-lg .navbar-brand {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-clone {
        padding: 0 20px;
    }

    .whychoose-img {
        height: auto !important;
        margin-top: 40px;
    }
}

.navbar-stick .btn {
    color: #fff !important;
}
.navbar-stick {
    transition: all 0.3s linear 0s;
}

