/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.6
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#bannerSlider .swiper-pagination {
    display: flex;
    right: 0;
    left: auto;
    justify-content: center;
    z-index: 10;
    transform: unset !important;
    width: calc(100% - 1256px) !important;
    top: auto;
    bottom: 50px;
    padding-right: 80px;
}

#bannerSlider {
    height: 100% !important;
    overflow: hidden;
}

#bannerSlider .swiper-slide {}

#bannerSlider .swiper-slide img {
    height: 100% !important;
    max-width: unset !important;
}

#bannerSlider .swiper-pagination .swiper-pagination-bullet-active,
#ImageSlider .swiper-pagination-bullet-active{
    width: 45px;
    border-radius: 30px;
}
.heading-span {
    font-weight: 400;
}
.mygallery {}

.mygallery .gallery-item {}

.mygallery .gallery-item img {
    height: 496px;
    object-fit: cover;
}
.imageslider {}

.imageslider .swiper-slide {}

.imageslider .swiper-slide img {
    width: 100%;
    height: 619px;
    object-fit: cover;
}
.swiper-pagination {}

.imageslider .swiper-pagination {
    bottom: 0px !important;
}