/*
 Theme Name:   Hello Child
 Theme URI:    http://example.com/hello-child/
 Description:  Child theme for Hello Elementor
 Author:       ConcordSoft Solutions
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.6
*/

.round-title span {
	 position: relative;
    display: inline-block;
}
.round-title h1 {
	color: #fff !important;
}
.round-title span:before {
    content: '';
    position: absolute;
    display: block;
    top: 3px;
    left: -18px;
    background: #E52F5C;
    width: calc(100% + 32px);
    height: calc(100% - 6px);
    z-index: -1;
    border-radius: 8px;
}
.round-box-image {
	position: absolute !important;
	left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    text-align: center !important;
    position: absolute !important;
    display: flex !important;
    justify-content: center !important;
}
.sky-client-slider .swiper-pagination-bullets {
    margin-top: 20px !important;
}
.sky-client-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    margin-right: 20px !important;
}
.sky-client-slider .swiper-pagination-bullets .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #E52F5C;
    border-radius: 100%;
    display: inline-block;
    left: -5px;
    top: -5px;
    margin: auto;
    z-index: -1;
    opacity: 0;
}
.sky-client-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #000 !important;
    opacity: 1 !important;
    height: 10px !important;
    width: 10px !important;
}
.sky-client-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E52F5C !important;
}
.sky-client-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
}
.sky-header-sticky .elementor-sticky--effects {
    box-shadow: 50px 50px 60px 0px rgba(0, 0, 0, 0.1);
}
.box-hover, .round-box-image {
    transition: 0.3s ease-in-out;
}
.box-hover:hover {
    background-color: #FFF5F8 !important;
}
.box-hover:hover .round-box-image {
    transform: scale(1.09);
}
@media screen and (max-width: 1440px) {
       .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next{
           right: 15px !important;
        }
    .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
        left: 15px !important;
    }
}
@media screen and (min-width: 1025px) {
    .sky-client-slider .swiper-pagination-bullets {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) {
       .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
     .sky-client-slider .swiper-pagination-bullets {
        margin-top: 0 !important;
    }
    #ourservices .sky-abs-image.elementor-widget.elementor-widget-image, #whoweare .sky-abs-image.elementor-widget.elementor-widget-image {
        width: 50%; !important;
    }
    .show-more:hover {
        cursor: pointer;
    }
    .box-hover:hover .round-box-image {
        transform: scale(1.05);
    }
   
}