@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 22px;
    height: 39px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 45px;
    height: 46px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}




/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    box-shadow: 0 3px 6px #00000014 !important;
}

.sticky-top {
    transition: 1s;
}

.navbar-collapse .mx-auto {
    margin-right: initial !important;
    margin-left: auto !important;
}

.btn-dark {
    color: #fff;
    background-color: #364440;
    border-color: #364440;
    border-radius: 5px;
    font-size: 14px;
    padding: 12px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 44px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #65913B;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 38px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }
}

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

.footer-item h4 {
    color: #DDE8DD;
    font-size: 20px;
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #567140;
        color: #627d45;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 550px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
}

h2,
.h2 {
    font-size: 38px;
    font-weight: 800;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #041D2B;
    font-size: 15px;
    font-weight: 500;
}

.card-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: #041D2B;
}

.text-success {
    color: #65913B !important;
}

.card-img,
.card-img-top {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    margin-bottom: 16px;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 700;
    color: #65913B;
    text-transform: uppercase;
}

/* 
.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
} */
.carousel-indicators [data-bs-target] {
    display: flex;
    width: 12px;
    height: 0px;
    border: 4px solid #ffffff96;
    border-radius: 6px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
    border: 4px solid #ffffff96;
}

.testimonial-item .card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
    border: 4px solid #FFFFFF;
}

.galley img {
    width: 100%;
    height: 235px;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: block;
    }
}

/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(#198754cc, #198754d1), url(../img/img.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    ;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features End ***/
/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 27px;
    height: 9px;
    border-radius: 30px;
    margin: 20px -2px 0 10px;
    background: #a5a5a5b0;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 27px;
    height: 8px;
    border-radius: 30px;
    background: #65913B;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-item img {
    width: auto !important;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.villas {
    background-color: #DDE8DD;
    border-radius: 30px;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 0px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

.kr .card-title {
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: 800;
    color: #041D2B;
}

.place .card-body {
    /* flex: 1 1 auto; */
    padding: 1rem 1rem;
    background: white;
    width: 61%;
    margin-top: -53px;
    /* left: 5%; */
    margin-left: 136px;
    border-radius: 5px;
}

.place {
    background-color: #DDE8DD;
}

.my-51 {
    margin-top: 3rem !important;
    margin-bottom: 13rem !important;
}

.banner {
    position: relative;
    margin-top: -206px;
}

.place .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
}

.lead {
    font-size: 15px;
    font-weight: 500;
}

.place h6,
.h6 {
    font-size: 14px;
    font-weight: 700;
    color: #65913B;
}

h4,
.h4 {
    font-size: 21px;
    font-weight: 600;
}

.text-body {
    color: #041D2B !important;
    font-weight: 500;
}

.blogs a:before {
    position: absolute;
    /* left: 109px; */
    /* bottom: 0; */
    width: 41px;
    height: 2px;
    content: "";
    background-color: #65913B;
    margin-top: 22px;
}

.blog a {
    color: #65913B;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.display-5 {
    font-size: 34px;
    color: #041D2B;
    font-weight: 800;
}



.card-title {
    font-size: 1rem;
    font-weight: 600;
}

.text-muted {
    font-size: 0.875rem;
}

.blog .col-lg-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.blog .row {
    box-shadow: 0px 3px 6px #00000029;
}

@media only screen and (max-width: 600px) {
    .sticky-top .navbar-light .navbar-brand img {
        max-height: 28px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 0rem;
        margin-left: 15%;
        list-style: none;
    }

    .banner {
        position: relative;
        margin-top: -26px;
    }

    .carousel .carousel-item,
    .carousel .carousel-item img {
        height: 189px;
    }

    .my-51 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .place .card-body {
        /* flex: 1 1 auto; */
        padding: 1rem 1rem;
        background: white;
        width: 80%;
        margin-top: -53px;
        /* left: 5%; */
        margin-left: 35px;
        border-radius: 5px;
    }

    .row-cols-1>* {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: -2px;
        margin-top: 1px;
    }
}

/*** Footer Start ***/
.footer {
    background: #364440;
}

.footer .footer-item a {
    line-height: 29px;
    color: #FFFFFF;
    transition: 0.5s;
    font-size: 14px;
}

.footer .footer-item p {
    line-height: 19px;
    color: #FFFFFF;
    font-size: 14px;
}

.text-warning {
    color: #DDE8DD !important;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .form-control {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7684;
    background-color: #5E6966;
    background-clip: padding-box;
    border: 1px solid #5E6966;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-secondary {
    color: #fff;
    background-color: #597140;
    border-color: #667d4a;
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*** Footer End ***/
.footer ::placeholder {
    color: #FFFFFF;
    opacity: 60%;
    font-size: 14px;
    /* Firefox */
}

.footer ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #FFFFFF;
}

.copyright span {
    font-size: 14px;
}

.copyright a {
    font-size: 14px;
}

.footer .text-muted {
    color: #DDE8DD !important;
}

.border-top {
    border-top: 1px solid #dee2e66e !important;
}

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f2f2f296;
}

.contact-add-item p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.contact .contact-add-item .contact-icon {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b7943;
    background: #DDE8DD;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/
.service-item {
    display: flex
;
    align-items: normal;
    margin-bottom: 28px;
    text-align: left;
    border-bottom: 1px solid #dee2e66e;
    padding: 0px;
    padding: 0px 0 24px;
}
.service-item h5 {
    color: #fff;
}

.service-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 17px;
}

.services-section {
    background-color: #364440;
}

.btn.btn-light {
    color: #000;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 11px;
}