/* ==================== global style ============================== */

.whatsapp {
    right: 15px;
    position: fixed;
    bottom: 15px;
    z-index: 50;
}

.whatsapp img {
    height: 48px;
    width: 48px;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-padding {
    padding: 10px 0px 30px 0px;
}

.light {
    color: #fff;
}

.block {
    display: block;
    text-align: center;
    width: 100%;
}

.section-head {
    margin-bottom: 50px;
}

.section-head h2 {
    font-size: 35px;
}

.border-title {
    padding: 5px 15px 0;
}

.border-title h6 {
    font-size: 21px;
    letter-spacing: 1px;
}

.border-title p {
    font-style: italic;
}

.underline-title h4 {
    color: #666;
    padding: 10px 0;
}

.video-gallery .items:after {
    display: none;
}

.video-gallery .items .vid {
    height: 250px;
}

.text p {
    color: #222;
    font-size: 16px;
    line-height: 2;
}

.gr-butn {
    padding: 20px 50px;
    color: #fff;
    border-radius: 3px;
    position: relative;
}

.gr-butn:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}

.gr-butn:hover:after {
    height: 100%;
}

.gr-butn span {
    position: relative;
    z-index: 10;
}

.butn {
    padding: 15px 50px;
    border-radius: 5px;
    color: #fff;
    border: 2px solid transparent;
    border-bottom: 2px solid #0004;
    font-size: 12px;
    font-weight: bold;
}

.butn:hover {
    background-color: #fff;
}

.butn.light {
    color: #e1b532;
    border: 2px solid #e1b532;
    background-color: #fff;
}

.butn.small {
    padding: 10px 15px;
    font-weight: 400;
    font-size: 13px;
    border-width: 1px;
}

.form-butn {
    position: relative;
    top: 0;
    color: #fff;
    font-size: 12px;
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #00000056;
    transition: all 0.1s ease;
}

.form-butn:hover {
    top: -2px;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link {
    min-width: 115px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 0;
    border: transparent;
    font-size: 14px;
    padding: 12px;
    color: #777;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
}

.home-slider {
    position: relative;
}

.home-slider .index-carousel {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 7px;
    overflow: hidden;
}

.home-slider .swiper-container {
    width: 100%;
    height: 100%;
    border-bottom: 7px solid #e1b532e6;
}

.home-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    color: #fff;
    top: calc(50% - 30px);
}

.home-slider .index-carousel .swiper-slide,
.home-slider .index-carousel .swiper-wrapper,
.home-slider .index-carousel .swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.home-slider .swiper-slide .content {
    padding: 30px;
}

.home-slider .swiper-slide .content h2 {
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 5;
    font-size: 45px;
    line-height: 1.5;
    text-align: left;
}

.home-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 0.2;
}

.home-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e1b532;
}


/* ------------- table style -------------- */

.table {
    border: 1px solid #9995;
}

.table thead th {
    color: #e1b532;
}

.page-item.active .page-link {
    background-color: #e1b532 !important;
    border-color: #e1b532 !important;
}


/* ==================== l-side-title style ============================== */

.l-side-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.l-side-title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100px;
    border-radius: 10px;
    background-image: url(https://d1bxu7lzmlpwm1.cloudfront.net/images/side-header-line.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.l-side-title h3 {
    color: #666;
    font-weight: 400;
}


/* ==================== l-side-title end ============================== */

.photos-gall .img {
    margin: 10px 5px;
}


/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
    .home-slider .content {
        display: none;
    }
    .mobile-none {
        display: none;
    }
}


/* ======== */

@media screen and (max-width: 787px) {
    .text p {
        font-size: 14px;
    }
    .l-side-title h3 {
        font-size: 21px;
    }
    #widget-global-m75vhqwspl9 * {
        transform: scale(0.97) !important;
    }
}


/* ======= */

@media screen and (max-width: 480px) {}