* {
    margin: 0px;
    font-family: 'jost';
}

body {
    margin: 0;
}

img {
    max-width: 100%;
}

#property-header .dropdown-menu {
    position: absolute;
    padding: 0.5rem 0 0.5rem 0;
    left: 0rem;
    white-space: nowrap;
    text-align: left;
    padding: 0px 0 0px 0;
    background-color: #0b1f44;
    z-index: 556;
    transition: all .3s linear;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#property-header .navbar-nav li {
    position: relative;
    padding: 0.5rem 1rem;
}

.header-area .sticky-logo-img {
    display: none;
}

.sticky_header .sticky-logo-img {
    display: block;
}

.sticky_header .header-logo-img {
    display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
    content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
    padding-left: 14px;
}

#property-header .nav-link {
    letter-spacing: 1px;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
    transition: 0.4s;
    text-transform: capitalize;
    color: #fff;
    font-family: 'jost';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
    /*color: #0071E3 !important;*/
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff !important;
    transition: all .3s linear;
    /*border-bottom: 1px solid #fff;*/
}

#property-header .dropdown-item.active,
.dropdown-item:active {
    color: #DEE1E3;
    text-decoration: none;
    background-color: #0071E3;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .dropdown-item:hover {
    color: #0071E3;
    background-color: transparent;
}

#property-header .dropdown-item {
    color: #DEE1E3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'jost';
    letter-spacing: 1px;
    transition: 0.3s ease-out;
    padding: 0.6rem 1rem 0.6rem 1rem;
}

/* #property-header .nav-link.active {
    color: #0784C7 !important;
} */

#property-header .nav-link.active.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-collapse {
    flex-grow: 0 !important;
}

.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/loading_icon.gif) 50% 50% no-repeat #000;
}

.bg-contact .navbar {
    background-color: #f6cabf !important;
    border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

#property-header .navbar-light .navbar-nav .nav-link.active-menu {
    color: #0283CF;
    border-bottom: 3px solid #0283CF;
}

.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;

}

.header-area.sticky_header {
    background: #000;
    width: 100%;
}

.scrollToTop {
    background-image: url(../images/scroll-to-top.svg);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
    color: #000;
}

/*----onscroll animation start-----*/
.in-view.anim-delay2 {
    -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
    -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
    -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
    -webkit-transition-delay: 1.6s !important;
}

.animation-element.slide-top {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, 60px, 0px);
    -webkit-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate3d(0px, 60px, 0px);
}


.animation-element.slide-left {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


.header-area {
    padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .9px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0784C7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0071E3;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /* color: #62CEC5 !important; */
    transition: all .3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

a.nav-link {
    position: relative;
}

.header-button {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 12rem;
    padding: 0.375rem 1.55rem;
    border-radius: 50px;
    background-color: #62CEC5;
}

.container {
    padding-right: 8vw !important;
    padding-left: 8vw !important;
    margin: unset !important;
    max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 2px 0;
}

.navbar {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
}

.btn:focus {
    box-shadow: unset;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background: transparent;
}


.scrollToTop {
    background-image: url(../images/scroll-to-top.svg);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 56px;
    background-repeat: no-repeat;
    z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
    background: #f36a3a !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.sticky_header .top-header {
    display: none;
}






@media (max-width: 767px) {

    .top-header {
        padding: 0;
        background-color: transparent !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    .sticky-social {
        display: none;
    }

    .h-height {
        height: 156px;
    }

    .navbar-dark .navbar-toggler {
        color: unset !important;
        border-color: unset !important;
        box-shadow: unset !important;
    }

    .scrollToTop {
        right: 20px;
    }

    .container {
        padding: 0px 15px !important;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .scrollToTop {
        background-image: url(../images/scroll-to-top.svg);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 27px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    /* .header-area {
        background-color: #000;
    } */

    .header-button {
        margin-left: unset !important;
        padding: 8px 20px !important;
    }

    .navbar-dark .navbar-nav .nav-link:after {
        position: unset !important;
    }

    /* .navbar-brand img {
        width: 160px;
    } */
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem;
    }

    .header-btn .zoop-btn {
        font-weight: 400;
        background: transparent !important;
        color: rgba(0, 0, 0, .7) !important;
        font-weight: 400 !important;
    }

    .header-btn .zoop-btn.btn-primary:hover {
        background: transparent !important;
    }

    .scrollToTop {
        background-image: url(../images/scroll-to-top.svg);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-button {
        margin-left: unset !important;
    }
}

@media (max-width: 575px) {
    .scrollToTop {
        background-image: url(../images/scroll-to-top.svg);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}

/* css start  */

.banner-sec {
    background-image: url(../images/home-banner-bg.webp);
    width: 100%;
    height: 700px;
    padding-top: 15%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-cont h1 {
    font-family: 'Playfair Display';
    color: #fff;
    font-size: 60px;
    line-height: 80px;
}

.banner-sec p {
    color: #fff;
}

p {
    font-size: 18px;
    color: #0D190C;
    font-family: 'Jost';
    line-height: 36px;
    font-weight: 400;
}

.banner-cont {
    width: 64%;
    max-width: 100%;
    z-index: 99;
}

a.green-btn {
    text-decoration: none;
    color: #fff;
    padding: 13px 40px;
    background: #41803C;
    font-family: 'Jost';
    border-radius: 25px;
}

.banner-man {
    position: absolute;
    bottom: 0;
    right: 0;
}

h2.sec-head {
    font-size: 42px;
    font-family: 'Playfair Display';
    font-weight: 600;
    line-height: 64px;
}

h2.sec-head span {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #41803C;
}

.about-top-cont.row {
    align-items: center;
    padding-bottom: 20px;
}

.double-btm-icon {
    width: 20%;
}

.double-btm-cnt {
    width: 75%;
}

.double-img-btm-cont-sec.d-flex {
    justify-content: space-between;
    width: 100%;
    padding: 40px 0 0;
}

.single-abt-img-cont-box {
    width: 100%;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Playfair Display';
}

.header-s-media-wrap li {
    list-style: none;
    padding: 0 10px;
}

.header-s-media-wrap ul {
    padding: 0;
    justify-content: space-between;
}

section.counters-sec {
    background: #f5f5f5;
    padding: 40px 0;
}

span.aboutus-number.counter {
    font-size: 170px;
    font-family: 'Playfair Display';
    line-height: 90px;
    color: #D9E5D8;
}

.count-cont {
    position: relative;
}
.banner-cont p {
    padding: 10px 0 20px;
}

.count-cont p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    width: 100%;
    font-weight: 500;
    font-family: 'Playfair Display';
}

.single-wedding-box {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.weddings-right-fst-two-imgs {
    margin-top: 40px;
}

.single-wedding-box h6 {
    padding: 10px 0 0;
    font-size: 24px;
    font-family: 'Playfair Display';
    color: #274C24;
    
}
.weddings-left-cont {
    padding-left: 20px;
}
.corporate-sec .single-wedding-box h6{
    height: 70px;
}
.experience-img-1 {
    height: 100%;
}

.experience-img-1 img {
    border-top-left-radius: 75px;
    padding: 15px;
    border-bottom-left-radius: 75px;
    border: 2px solid #e8e8e8;
    height: 100%;
    object-fit: cover;
}

.experience-img-2 img {
    border-top-left-radius: 75px;
    padding: 15px;
    border: 2px solid #e8e8e8;
}

.experience-img-3 img {
    padding: 15px;
    border-bottom-right-radius: 75px;
    border: 2px solid #e8e8e8;
}

.main-title {
    font-family: 'Playfair Display';
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0.125px;
}

.main-title span {
    color: #41803C;
    font-family: 'Playfair Display';
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0.125px;
}

.experience-sec h3 {
    font-family: Jost;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0D190C;
}

.experience-sec p {
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0D190C;
}

.double-img-wrap img {
    width: 50%;
}

section#about {
    background-image: url(../images/abt-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.weddings-sec {
    background-image: url(../images/wedding-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.experience-sec {
    background-image: url(../images/experiance-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.corporate-sec {
    background-image: url(../images/corporate-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.how-do-serve {
    background-image: url(../images/how-do-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.why-us {
    background-image: url(../images/why-us-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-left-img-sec img {
    border-top-left-radius: 140px;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-bottom-right-radius: 140px;
    background: #fff;
}

.form-left-img-sec {
    position: relative;
}

.form-call-sec {
    position: absolute;
    bottom: 6%;
    text-align: center;
    left: 46%;
    transform: translateX(-50%);
}

.form-call-sec a {
    text-decoration: none;
    color: #fff;
}

.bottom-footer {
    background: #000;
    color: #fff;
}

.bottom-footer p {
    color: #fff;
}



.icon-input {
    /* border: 1px solid; */
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 11px 5px #e2e3e554;
}


.icon-input input {
    border: none;
    padding: 13px 13px 13px 50px;
}

.icon-input img {
    position: absolute;
    left: 20px;
    top: 13px;
}

.icon-input.drop-arrow {
    position: relative;
    z-index: 1;
    background: #fff;
}

.icon-input.drop-arrow::before {
    content: '';
    position: absolute;
    border: 7px solid;
    border-color: #1e1d1d transparent transparent;
    right: 20px;
    top: 20px;
    z-index: -1;
}

.icon-input.drop-arrow select {
    background: transparent;
    border: none;
    padding: 13px 13px 13px 25px;
}

.how-do-btm-sec {
    position: relative;
    max-width: 90%;
}

.single-how-do-box.top-sp1 {
    padding-top: 50%;
}

.single-how-do-box.top-sp3 {
    padding-top: 80%;
}

.how-do-btm-sec>img {
    position: absolute;
    max-width: 26%;
}

img.line1 {
    left: 10%;
    top: 8%;
}

img.line2 {
    top: 13%;
    right: 23%;
}

@-webkit-keyframes float-vertical {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.bowl1 {
    animation: float-vertical 3s infinite;
    width: 60%;
}

.counters-wrap {
    text-align: center;
    padding: 20px 0;
}

a#form_submit {
    background: #41803C;
    padding: 13px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
}

.submit-btn-top {
    text-align: center;
    padding-top: 15px;
}

.single-abt-img-cont-box:hover .double-btm-icon img {
    animation: zoom-in-zoom-out 2s ease-in-out;
}

.single-abt-img-cont-box {
    transition: all 0.3s ease-in-out;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
        opacity: 0.8;
    }

    50% {
        transform: scale(0.8, 0.8);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0.8;
    }
}

section.footer-form-sec {
    background: #ECF3EC;
}

.bottom-footer a {
    text-decoration: none;
    color: #fff;
}

.banner-anima-images {
    z-index: 0;
    position: absolute;
    left: 60%;
    top: 15%;
}

img.bowl2.ani-float {
    position: absolute;
    right: 40%;
    animation: float-vertical 3s infinite;
    bottom: 20%;
}

img.bowl3.ani-float {
    width: 10%;
    position: absolute;
    bottom: 2%;
    left: 0;
    z-index: 0;
    animation: float-vertical 3s infinite;
}

img.bowl4.ani-float {
    bottom: 2%;
    position: absolute;
    left: 20%;
    animation: float-vertical 3s infinite;
    width: 15%;
}

img.bowl5.ani-float {
    right: 30%;
    position: absolute;
    width: 10%;
    bottom: 5%;
    animation: float-vertical 3s infinite;
}

img.bowl6.ani-float {
    top: 15%;
    position: absolute;
    left: 30%;
    animation: float-vertical 3s infinite;
}

img.bowl7.ani-float {
    bottom: 2%;
    position: absolute;
    right: 50%;
}

img.rotate-plate {
    position: absolute;
    top: -80px;
    right: 40px;
}

.rotate-plate {
    animation: animName 10s linear infinite;

}
.banner-user-details-wrap.row {
    padding-bottom: 40px;
}
/* li.nav-item.currentlist a {
    color: blue !important;
} */
@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.form-call-sec p {
    margin-bottom: 0;
}
.single-why-box img {
    height: 90px;
}

.single-why-box h3 {
    padding-top: 20px;
}
@media screen and (max-width:767px) {
    section {
        overflow-x: hidden !important;
        padding: 20px 0 0;
    }

    .banner-cont {
        width: 100%;
        padding-top: 20%;
    }

    .banner-cont h1 {
        font-size: 42px;
    line-height: 60px;
    }

    .header-s-media-wrap {
        display: none;
    }

    img.logo {
        width: 100px;
    }

    section.counters-sec {
        padding: 40px 0;
    }

    .single-counter-wrap {
        padding: 30px 0;
    }
    h2.sec-head {
        font-size: 30px;
        line-height: 50px;
    }
    
    h2.sec-head span {
        font-size: 32px;
        line-height: 20px;
    }
    
    section.weddings-sec {
        padding: 40px 0;
    }
    
    img.rotate-plate {
        display: none;
    }
    
    h2.main-title {
        font-size: 32px;
        line-height: 14px;
    }
    
    .main-title span {
        font-size: 32px;
    }
    
    section.experience-sec {
        padding: 40px 0;
    }
    .single-how-do-box.top-sp1{
        padding-top: 0;
    }
    .how-do-btm-sec>img {
        display: none;
    }
    .single-how-do-box.top-sp3{
        padding-top: 0;
    }
    .single-how-do-box {
        text-align: center;
    }
    .form-right-sec {
        padding: 40px 0;
    }
    .form-left-img-sec img {
        border-top-left-radius: 90px;
        border-bottom-right-radius: 90px;
    }
    section.footer-form-sec {
        padding-top: 40px;
    }
    .form-call-sec p {
        line-height: 28px;
    }
    .header-area{
        background-color: #000;
    }
    .how-do-btm-sec {
        max-width: 100%;
    }
    .experience-img-2 {
        padding-top: 25px;
    }
    .left-family-event-img-sec {
        padding-bottom: 20px;
    }
    .banner-anima-images {
        display: none;
    }
    
    .banner-man {
        display: none;
    }
    .bowl2,.bowl3,.bowl4,.bowl5,.bowl6,.bowl7{
        display: none;
    }
    .double-img-btm-cont-sec {
        padding: 20px 0 !important;
    }
    .experience-sec-wrap h2 {
        font-size: 24px;
        line-height: 40px;
    }
    
    .experience-sec-wrap h2 span {
        font-size: 24px;
    }
    
    .experience-sec-wrap {
        text-align: center;
    }
    .weddings-left-cont{
        padding-left: 0;
    }
    .single-why-box h3 {
        padding: 20px 0 10px;
    }
    
    .single-how-do-box h3 {
        padding: 20px 0 10px;
    }
    
    .single-how-do-box {
        padding-bottom: 20px;
    }
    
    .form-call-sec {
        bottom: 5%;
    }
    .bottom-footer {
        text-align: center;
    }
    
    .bottom-footer-left p {
        text-align: center !important;
        font-size: 12px;
        margin-bottom: 0;
    }
    .banner-sec{
        background-image: url(../images/mbl-banner.webp);
    }
    section.weddings-sec {
        background-image: none;
        background-color: aliceblue;
    }
    
    section.experience-sec {
        background-image: none;
        background-color: #fff7eb;
    }
    section.experience-sec img {
        background: #fff;
    }
}
li.nav-item.currentlist a{
    border-bottom:2px solid #fff !important;
}