/* btn */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 19px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 19px
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0);
    left: auto;
    top: 97px
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0);
    right: auto;
    top: 97px
}

.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 30px;
    background: #01402d;
    transition: .3s
}

/* btn */
.call-to-action {
    min-height: 80px;
    padding: 0.5rem 0rem;
    z-index: 1;
}

.btn-v2 {
    font: 600 18px / 30px 'Open Sans SemiBold';
    min-height: 64px;
    padding: 17px 32px;
    background-color: rgba(255, 0, 0, 1);
    color: white;
    font-size: 1.5rem;
}

.form-select {
    border: 1px solid #131414 !important;
}

.borders {
    border: 1px solid #131414 !important;
}


.z-3 {
    z-index: 99;
}

.txt-red {
    color: rgba(255, 0, 0, 1);
}

.txt-green {
    color: rgb(73, 194, 31);
}

.bg-red {
    background-color: rgba(255, 0, 0, 1);
}

.txt-light {
    color: rgba(112, 112, 112);
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-60 {
    padding: 60px 0px;
}

.pt-50 {
    padding-top: 50px;
}

.ps-80 {
    padding-left: 140px;
}

.pe-80 {
    padding-right: 140px;
}

.rounded-10 {
    border-radius: 10px;
}

.code-btn {
    border: 1px solid white;
    border-radius: 5px;
    background-color: rgb(69, 43, 43);
    border-style: dashed;
    color: rgba(255, 0, 0, 1);
    padding: 5px 8px;
}

.get-btn {
    padding: 10px 32px;
    border-radius: 6px;
    border: 1px solid rgb(255, 0, 0);
    color: white;
    background: rgb(255, 0, 0);
}

.get-btn:hover {

    border: 1px solid rgb(255, 0, 0);
    background: white;
    color: black;
    cursor: pointer;
}

.get-btns {
    padding: 10px 32px;
    border-radius: 6px;
    border: 1px solid rgb(255, 0, 0);
    color: white;
    background: rgb(255, 0, 0);
}

.get-btns:hover {

    border: 1px solid rgb(255, 0, 0);
    background: white;
    color: black;
    cursor: pointer;
}

.first-round {
    border-radius: 10px 0px 0px 0px;
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px;
}

.mx-16 {
    margin: 0px 16px;
}

.fs-14 {
    font-size: 14px !important
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px
}

.fs-20 {
    font-size: 20px
}

.fs-22 {
    font-size: 22px
}

.fs-24 {
    font-size: 24px
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px
}

.fs-42 {
    font-size: 42px
}

.fs-62 {
    font-size: 62px;
    line-height: 74px
}

.font-4 {
    font-weight: 400
}

.font-5 {
    font-weight: 500
}

.font-6 {
    font-weight: 600
}

.font-7 {
    font-weight: 700
}

.font-8 {
    font-weight: 800
}

/* header */
/* .navbar-nav .nav-item a {
    color: black;
}
.navbar-nav .dropdown-toggle {
    color: black;
}
.navbar-nav .dropdown-toggle:hover {
    color: rgba(255, 0, 0, 1);
    border-bottom: 2px solid #ff0000;
}

.navbar-nav .nav-item:hover a {
    color: rgba(255, 0, 0, 1);
    border-bottom: 2px solid #ff0000;

}

.navbar-nav .nav-link.active {
    color: #ff0000;
    border-bottom: 2px solid #ff0000;
}
footer{
    background-color: #e9e9e9;
} */

/* .section-2 */
.section-2 {
    background-image: url(../img/banner.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 710px;
    background-repeat: no-repeat;
}

.section-home {
    background-image: url(../img/home-banner.png);
    background-position: center;
    background-size: cover;
    /* width: 100%; */
    min-height: 610px;
    margin-bottom: 80px;
    background-repeat: no-repeat;
}

.section-faq {
    background-image: url(../img/faq-banner.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 360px;
    margin-bottom: 100px;
    background-repeat: no-repeat;
}

.section-gallery {
    background-image: url(../img/gallery-banner.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 360px;
    margin-bottom: 100px;
    background-repeat: no-repeat;
}

/* section-3 */
.mb-40 {
    margin-bottom: 40px;
}

.faqs[open] summary svg rect:first-child {
    display: none;
}

.faqs[open] summary svg rect:last-child {
    fill: red;
}

.round-circle {
    /* width: 33.02px; */
    padding: 0px 9px;
    height: 33.02px;
    text-align: center;
    background-color: rgb(233, 233, 233);
    border-radius: 50%;
}

.form-1 input {
    padding: 17px 30px;
}

.section-7,
.section-3,
.section-c {
    background-color: rgb(248, 248, 248);
}

.unlist-1 {
    padding-left: 0;
}

.unlist-1 li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.unlist-1 li {
    margin: 10px 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.focuss:focus-within {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25) !important;
}

/* home page */
.box-shad {
    box-shadow: 0px 0px 51px -28px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.box-shads {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    overflow: hidden;
}

.column-12 {
    width: 11%;
    padding: 10px;
}

.column-12:hover {
    background-color: rgba(255, 0, 0, 1) !important;
    color: white;
}

/* home page */

/* swiper slider */
.swiper {
    width: 100%;
    align-self: self-end;
}

.swiper:hover {
    cursor: pointer;
}

.rounded-23 {
    border-radius: 10px;
}

.rounded-23 {
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}

.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.swiper-slide::before {
    position: absolute;
    content: url(../img/quote.svg);
    background-color: #e9e9e9;
    width: 100px;
    align-items: center;
    display: flex;
    justify-content: end;
    border-radius: 0% 0% 0% 100%;
    top: 0;
    /* padding: 6px; */
    padding: 0px 6px 0px 10px;
    right: 0;
    height: 100px;
}

.testimonial-pagination {
    margin-top: 35px;
}

.swiper-slide img {
    display: block;
    width: 80px;
    height: auto;
    object-fit: cover;
}

.sign-img {
    margin-left: -73px;
}

.swiper-button-prev {
    color: rgba(255, 0, 0, 1) !important;
    background-color: #fff;
    padding: 30px;
    border: 2px solid black;
    border-radius: 50%;
    font-size: 12px;

}

.swiper-button-next {
    color: rgba(255, 0, 0, 1) !important;
    background-color: #fff;
    padding: 30px;
    border: 2px solid black;
    border-radius: 50%;
    font-size: 8px !important;

}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: unset !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: rgba(255, 0, 0, 1) !important;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11.60px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11.60px)) !important;
}

/* swiper slider */
/* .section-f {
    background-image: url(../img/banner.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 625px;
    background-repeat: no-repeat;
} */

footer ul li:hover a {
    color: rgb(255, 0, 0);
}

/* gallery pag */
.img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(70, 33, 36, 0.541);
    opacity: 0;

}

.img-box:hover.img-box::after {

    opacity: 1;
    cursor: pointer;

}

.zoom-out {
    opacity: 0;
}

.img-box:hover .zoom-out {
    opacity: 1;
    z-index: 1;

}

.my-caption {
    position: absolute;
    right: 0;
    z-index: 999;
    bottom: 0px;
    left: 0;
    backdrop-filter: blur(10px);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.modal-content {
    border: 4px solid white !important;
    position: relative;
}

.carousel-control-next-icon {
    background-image: url(../img/right.svg);
    margin-right: 10px;
    width: 25px;


}

.carousel-control-prev-icon {
    background-image: url(../img/left.svg);
    width: 25px;
    margin-left: 10px;

}

.left-semi {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 50%;
    transform: translateY(-50%);
    height: 100px;
    width: 50px;
    z-index: 1;
    background-color: white;
    border-radius: 0 150px 150px 0;
}

.right-semi {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
    height: 100px;
    width: 50px;
    z-index: 1;
    background-color: white;
    border-radius: 150px 0 0 150px;
}


.carousel-control-next,
.carousel-control-prev {
    width: unset;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1100px;
        min-width: 50%;
        margin: 2rem auto;
    }

}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .get-btns {
        padding: 10px 0px;
    }
}

@media (max-width: 991px) {
    .ps-80 {
        padding-left: 0;
    }

    .margin-less {
        margin: -200px auto auto auto;
        width: 90%;
    }

    .pe-80 {
        padding-right: 0;
    }

    .column-12 {
        width: 22%;
        padding: 10px;
    }

    .gap {
        row-gap: 20px;
    }

}

@media (max-width: 991px) {
    .sign-img {
        margin-left: 0px;
    }

    .ICF-Theme .container {
        max-width: 732px;
    }
}


@media (max-width: 576px) {
    .swiper-button-prev {
        display: none !important;


    }

    .swiper-button-next {
        display: none !important;


    }


    .get-btn {
        width: 100%;
    }


    .fs-62 {
        font-size: 34px;
        line-height: 40px
    }

    .fs-42 {
        font-size: 28px;
    }

    .column-12 {
        width: 47%;
        padding: 10px;
    }

    .gap {
        row-gap: 20px;
    }

    .pt-60 {
        padding-top: 60px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .py-60 {
        padding: 60px 0px;
    }

    .fs-13 {
        font-size: 12px;
    }

}