h1, h2, .h1, .h2, .fw-bold {
    font-weight: 100 !important;
    font-family: "Vidaloka", serif;
    text-transform: capitalize;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
    font-family: "Vidaloka", serif;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
    font-family: "Vidaloka", serif;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem;
    }
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(236 174 167 / 28%) !important;
}
body{
    font-family: "Montserrat", sans-serif;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.header-carousel p {
    font-size: 25px;
    width: 60%;
    font-weight: 300;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e1b1a9;
    --bs-btn-border-color: #e1b1a9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
}
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}
.border-primary {
    --bs-border-opacity: 1;
    border-color: rgb(232 137 131) !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #000000 !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}
a {
    color: #000;
    text-decoration: none;
}


/*** Navbar ***/
a.navbar-brand img {
    max-width: 150px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 15px 0;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    font-size: 46px;
    font-family: 'Vidaloka';
    border-bottom: 1px solid #000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: 55px;
    transition: .5s;
    position: absolute;
}
.navbar-nav.ms-auto {
    position: absolute;
    width: 420px;
    margin: 0 auto;
    left: 8%;
    top: 50px;
    text-align: left;
    height: 60vh;
}
.shadow-sm {
    position: fixed !important;
    background: #ffffffa8;
    top: 0 !important;
    backdrop-filter: blur(5px);
}
#navbarCollapse.show a {
    font-size: 25px;
    border-bottom: 1px dashed #666;
    padding: 22px 0;
    font-weight: 300;
    color: #000;
    font-family: 'Vidaloka';
}
.navbar-expand-lg .navbar-collapse {
    display: inline-block !important; flex-basis: inherit;
}
.navbar-collapse {
    flex-basis: inherit;
    flex-grow: inherit;
    align-items: center;
    display: none;
}
nav.navbar {
    display: inline-block;
    width: 100%;
}
.navbar.sticky-top button.navbar-toggler {
    position: absolute;
    right: 25px;
    top: 55px;
}
a.nav-link.dropdown-toggle{transition: .5s;}
a.nav-link.dropdown-toggle.show {
    background: #000;
    color: #fff !important;
    padding: 22px 37px !important;
    transition: .5s;
}
.dropdown-menu.border-0.m-0.show {
    right: 100% !important;
    width: 465px;
    top: 0 !important;
    background: #c168488c !important;
    transform: translate(455px, -257px) !important;
    overflow: auto;
    height: 60vh;
    padding: 0 30px;
}
.dropdown-menu.border-0.m-0.show a.dropdown-item {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.dropdown-menu.border-0.m-0.show a.dropdown-item:hover {
    color: #000 !important;
    background: none !important;
}
a.nav-link.dropdown-toggle.show::after {
    transform: rotate(-90deg);
}
.container.inner-banner-text {
    position: absolute;
    top: 50%;
    transform: translate(17%, -10%);
    width: 80%;
    max-width: 100%;
}
.breadcrumb {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f7ddd0;
    text-align: center;
}
.breadcrumb li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    padding: 15px 0 0;
}
.breadcrumb li a {
    position: relative;
    text-decoration: none;
    color: #c18263;
}
.breadcrumb li a:after {
    position: absolute;
    content: '/';
    top: 0;
    right: -25px;
}
/*#navbarCollapse.show {
    position: fixed;
    background: url(../img/menu-bg.jpg) center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: auto;
}*/
#navbarCollapse.show {
    position: fixed;
    background: url(../img/menu-bg.jpg) 0 bottom no-repeat;
    background-size: cover;
    top: 82px;
    left: 82px;
    width: 91%;
    height: 75vh;
    display: block;
    /* overflow: auto; */
    border-radius: 48px;
    box-shadow: 0 0 85px #4a4a4a;
    z-index: 99999;
}
#navbarCollapse.show button.navbar-toggler.me-4 {
    position: absolute;
    top: 45px;
    right: 45px;
    border: 1px solid #000;
    width: 55px;
    height: 55px;
    font-size: 34px;
    padding-top: 9px;
}
.shadow-sm img.me-3 {
    max-width: 85px;
    margin: 0 !important;
    top: 12px;
    position: relative;
}
.shadow-sm button.navbar-toggler {
    top: 30px !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: break-spaces;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    font-size: 20px;
    border-bottom: 1px dashed #000;
    padding: 13px 0;
}
.navbar-nav {   
    display: inline-block;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-item.dropdown {
    display: inline-block;
    width: 100%;
    height: 100vh;
}
blockquote {
    border-left: 2px solid #eea19d;
    border-right: 2px solid #eea19d;
    font-size: 26px;
    width: 50%;
    margin: 0 auto;
    color: #eea19d;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        background: none;
        border-radius: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #ffffff69, transparent);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: capitalize;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eea19d;
    border-radius: 120px;
    transition: .5s;
    border: 10px solid #fff;
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    /*min-height: 400px;*/
}
.border-right{border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}
.border-left{border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 100%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 0% 0 0 37%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}
.about-img img.img-fluid:nth-child(1) {
    margin: 12% 0 0 0;
}
.boorder-bottom {
    background: #f7ddd0;
    border-bottom: 1px solid #f5c4bd;
}
.display-1 {
    font-weight: 500 !important;
    line-height: 1.2;
    color: #fff;
    opacity: .5;
}
.fact-item ul {
    padding: 0;
    text-align: left;
}
.fact-item ul li {
    margin-bottom: 9px;
}
.color-dark {
    color: #000;
    opacity: 1;
}
.indexpage h1.display-1 {
    color: #000;
    opacity: .5;
    font-size: 95px;
}
.footer{
    background: url(../img/footer-bg.jpg) center 0 no-repeat;
    background-size: cover;
}
h1.text-primary.m-0 {
    text-align: left;
}

/*** Service ***/
.service-item .bg-img {
    
    width: 95%;
   
}

.service-item .service-text {
    background: #ffffffe6;
    transition: .5s;
    width: 95%;
    border: 1px solid #e88983;
    padding: 25px 0 25px;
    margin: 0 auto;
}

.service-item:hover .service-text {
    background: #e68882eb;
    color: #fff;
}

.service-item * {
    transition: .5;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    display: inline-block;
    
}

.service-item:hover .btn {
    width: 140px; color: #000;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.w-600{max-width: 600px}
.w-700{max-width: 700px}
.w-800{max-width: 800px}
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}
.footer-logo {
    position: relative;
    border-right: 1px dashed #e277a0;
    width: 75%;
}
.footer h3.text-light.mb-4 {
    color: #000 !important;
}
.footer .btn.btn-link:hover {
    color: #e277a0;
    letter-spacing: 1px;
    box-shadow: none;
}
.footer a {
    color: #000;
}
.footer i.fa {
    color: #000 !important;
}
.footer .btn-outline-body:hover {
    color: #e277a0;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 8px 0;
    font-size: 13px;
    border-top: 1px solid #e277a0;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

html::-webkit-scrollbar, .dropdown-menu.border-0.m-0.show::-webkit-scrollbar {
  width: 10px;
}
 
html::-webkit-scrollbar-track, .dropdown-menu.border-0.m-0.show::-webkit-scrollbar-track {
  background: #f2c3b1;
  
}
 
html::-webkit-scrollbar-thumb, .dropdown-menu.border-0.m-0.show::-webkit-scrollbar-thumb {
  background: #c16848;

}

@media (max-width: 767px) {
    .d-flex.flex-shrink-0.align-items-center.justify-content-center.bg-light {
        display: none !important;
    }
    .footer {
        overflow: hidden;
    }
    .navbar.sticky-top {
        top: 0;
        transition: .5s;
        position: fixed;
        padding: 0 25px;
        background: #fedbcc;
        border-bottom: 1px solid #f3c2ad;
    }
    a.navbar-brand img {
        max-width: 95px;
    }
    .navbar.sticky-top button.navbar-toggler {
        top: 30px;
    }
    .navbar.sticky-top button.navbar-toggler {
        right: 0;
    }
    a.navbar-brand.text-center {
        width: auto;
        display: inline-block;
        text-align: left !important;
        float: left;
    }
    .container-fluid.p-0.pb-5.wow.fadeIn {
        position: relative;
        top: 0px;
    }
    .homepage-banner {
        margin-top: 102px; padding-bottom: 0 !important;
    }
    .shadow-sm img.me-3 {
        top: 0px;
    }
    #navbarCollapse.show {
        top: 28px;
        left: 20px;
        width: 90%;
        height: 92%;
        display: block;
        border-radius: 10px;
        box-shadow: 0 0 43px #120c09;
    }
    .navbar-nav.ms-auto {
        position: relative;
        width: 100%;
        margin: 0 auto;
        left: 0%;
        top: 44px;
        text-align: left;
        height: 90vh;
    }
    .nav-item.dropdown {
    display: inline-block;
    width: 100%;
    height: 49vh;
}
    #navbarCollapse.show button.navbar-toggler.me-4 {
        top: -12px;
        right: -34px;
        background: #efc0ae;
    }
    .header-carousel p {
        width: 80%;
    }
    .indexpage h1.display-1 {
        font-size: 59px;
    }
    .header-carousel .owl-carousel-item {
        min-height: 355px; margin-bottom: 45px;
    }
    .dropdown-menu.border-0.m-0.show {
        right: 100% !important;
        width: 100%;
        top: 82px !important;
        background: #c168488c !important;
        transform: none !important;
        overflow: auto;
        height: 35vh;
        padding: 0 30px;
    }
    .py-5 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .contact-wrap {
        margin-top: 40px; margin-bottom: 40px;
    }
    .contact-wrap .ms-4 {
        margin: 0 !important;
    }
    .footer-logo {
        position: relative;
        border-right: 0px dashed #e277a0;
        width: 100%;
        text-align: center;
    }
    .display-1 {
        font-size: 30px;
    }
    .w-800 {
        max-width: 88%;
    }
    .border-right {
        border-right: 0 !important; margin: 0;
    }
    .border-left {
        border-left: 0 !important;
    }
    .d-flex.flex-shrink-0.align-items-center.justify-content-center {
        display: none !important;
    }
    .about-us .d-flex.flex-shrink-0.align-items-center.justify-content-center {
        display: flex !important;
    }
    .homepage-c .d-flex.flex-shrink-0.align-items-center.justify-content-center {
        display: flex !important;
    }
    .contact-wrapper .ms-4 {
        margin: 0 !important;
    }
    .contact-wrapper .ms-4 h3.mb-0 {
        font-size: 21px;
    }
    blockquote {
        font-size: 20px;
        width: 100%;
    }
}
@media (max-width: 350px) {
    .contact-wrapper .ms-4 h3.mb-0 {
        font-size: 17px;
    }
}