body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    margin: 0;
  }
.bg-primary {
    background-color: #2196f3 !important;
}

.bg-gray {
    background-color: #EFEBE9 !important;
}

.bg-brown {
    background-color: #a98c47;
}
.bg-brown1 {
    background-color: #a5905d;
}

.bg-grey {
    background-color: #9e9e9e;
}





.social-icon {
    height: 20px;
    font-size: 20px;
    width: 20px;
    color: white;
    align-items: center;
    text-align: center;
}

.nav-item {
    flex: 1 0 auto;
    max-width: none;
    text-decoration: none;
    text-align: center;
}

.nav-link {
    text-decoration: none;
    color: rgba(0, 0, 0, .54);


}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
}
 .light .carousel-control-prev-icon, .light .carousel-control-next-icon{
    background-color: #a98c47;
    border-radius: 100%;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 1;
    transform: translateX(0);

}

.carousel-control-prev {
    transform: translateX(50%);
}

.carousel-control-next {
    transform: translateX(-50%);
}

.border-Director {
    border-radius: 24px 4px;

}

.card-hover {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 225px;
}

.card-hover .card-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-hover .card-description {
    position: absolute;
    bottom: -200%;
    left: 0;
    width: 100%;
    background: #616161;
    color: white;
    padding: 20px;
    transition: bottom 0.3s ease-in-out;
    text-align: center;
}

.card-hover:hover .card-description {
    bottom: 0;
}

.v-responsive {
    position: relative;
    overflow: hidden;
    flex: 1 0 auto;
    max-width: 100%;
    display: flex
}

.v-image__image,
.v-image__placeholder {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.v-image__image--cover {
    background-size: cover
}

.theme--light.v-timeline:before {
    background: rgba(0, 0, 0, .12)
}



.theme--light.v-timeline .v-timeline-item .v-card:before {
    border-right-color: rgb(255, 255, 255);

}
 .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body .v-card:after{
    transform: rotate(180deg);
    right: -10px;
    left: auto;

}
     .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body .v-card:after{
        transform: rotate(0);
        left: -10px;
        right: auto;
    }

.theme--light.v-sheet {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, .87)
}


.v-timeline {
    padding-top: 24px;
    position: relative
}

.v-timeline:before {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    left: calc(50% - 1px);
    right: auto;
}

.v-timeline-item {
    display: flex;
    padding-bottom: 24px
}


.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body,
.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body {
    max-width: calc(50% - 48px)
}

.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body,
.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body {
    max-width: calc(50% - 48px)
}

.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after,
.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) {
    flex-direction: row-reverse
}

.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite,
.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite {
    text-align: right
}

.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite,
.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite {
    text-align: left
}

.v-timeline-item__body>.v-card:not(.v-card--flat):after,
.v-timeline-item__body>.v-card:not(.v-card--flat):before {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000;
    top: calc(50% - 10px)
}

.v-timeline-item__body>.v-card:not(.v-card--flat):after {
    border-right-color: inherit
}

.v-timeline-item__body>.v-card:not(.v-card--flat):before {
    top: calc(50% - 8px)
}

.v-sheet.v-card {
    border-radius: 4px
}

.v-card {
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow, opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal
}

.v-card__text,
.v-card__title {
    padding: 16px
}

.v-card__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0125em;
    line-height: 2rem;
    word-break: break-all
}

.v-timeline-item__divider {
    position: relative;
    min-width: 96px;
    display: flex;
    align-items: center;
    justify-content: center
}

.v-timeline-item__dot {
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    height: 38px;
    left: calc(50% - 19px);
    width: 38px
}

.theme--light.v-timeline .v-timeline-item__dot {
    background: #fff
}

.v-timeline-item__dot--large {
    height: 52px;
    left: calc(50% - 26px);
    width: 52px
}

.v-timeline-item__dot--large .v-timeline-item__inner-dot {
    height: 42px;
    margin: 5px;
    width: 42px
}

.v-timeline-item__inner-dot {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.v-avatar {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
}
.left-top {
    top: 5px;
    left: 5px;
}
.mbr-iconfont {
    font-size: 3rem;
    position: absolute;
    opacity: 0.6;
    color: #0079a6;
}
.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}
.mbri-quote-left{
    position: relative;
}
.mbri-quote-left::before {

    font-family: 'Font Awesome 5 Free'; /* FontAwesome font family */
    content: "\f10d"; /* Unicode for FontAwesome quote-left icon */
    font-weight: 600; /* Necessary for FontAwesome solid icons */}
.mbr-iconfont {
    font-size: 3rem;
    position: absolute;
    opacity: 0.6;
    color: #a98c47;
}

  .mbri-quote-right:before {
    font-family: 'Font Awesome 5 Free'; /* Ensure correct font family */
    content: "\f10e"; /* Unicode for FontAwesome quote-right icon */
    font-weight: 600; /* Necessary for solid icons */  }
  .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
 
[class*=" mbri-"] {
    font-family: MobiriseIcons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.right-bottom {
    right: 5px;
}

.photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  
  .item {
    position: relative;
    overflow: hidden;
    height: 170px!important;
    padding: 5px;

}

.item img {
    top: 0;
    left: 0;
    width: 100%;
    height: 150px!important;
    object-fit: cover; /* Makes the image cover the container without distortion */
}
.hover-effect:hover {
    background-color: #e2e6ea; /* Slightly darker grey on hover */
    color: #007bff; /* Blue text on hover */
    transform: scale(1.05); /* Slight zoom on hover */
    transition: all 0.3s ease-in-out;
  }
@media screen and (max-width:991px){
    .v-timeline-item {
        display: block;
    }
    .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body,
    .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body
    {
        max-width: 100%;
    }
}