/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1620689904
Updated: 2021-05-11 07:38:24

*/

.elementor {
	hyphens: none;
}

html {
    overflow-x: hidden;
}

.slide-home .elementor-background-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.slide-home .swiper-pagination {
    text-align: center;
}

.slide-home .swiper-pagination-bullet {
    background:#ffffff;
        opacity: 1;
}

.slide-home .swiper-pagination-bullet-active {
    width:6px !important;
    height:6px !important;
}

.slide-home .swiper-pagination-bullets {
    bottom: 220px !important; }


.slide-home .swiper-pagination-bullets {
    padding: 0 7% !important;
}

.slide-home .elementor-slide-heading {
    margin-bottom: 40px !important;
}
.slide-home .elementor-button.elementor-slide-button {
    padding-right: 70px;
    background-image: url("/wp-content/uploads/2022/04/Black-Icon-CTA.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center right 30px !important;
    background-size: 40px !important;
}

/* arrow home page slider */

.slide-home:hover .elementor-swiper-button{
    display: block !important;
	padding-left:19px !important;
	padding-right:19px !important;
    border: 1px solid #FFFFFF70 !important;
    border-radius: 50% !important;
}

@media screen and (max-width: 1720px) {
    .slide-home .swiper-pagination-bullets {
    padding: 0 7% !important;
}
    .img-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 20px !important;
    }
    .img-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 20px !important;
    }
}

/* Text move to right side  */
.textmoveslide {
  transition: 0.3s;
}
.textmoveslide:hover {
  transform: translate(5px);
}

/***************************/
/*Glass effect */
.backgroundglass{
backdrop-filter:blur(20px);
}

/*********************/
/* Load More CTA */
/********************/
.ecs-load-more-button .elementor-button
{
    padding-right: 70px;
    background-image: url("/wp-content/uploads/2022/04/Show-More.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center right 30px !important;
    background-size: 40px !important;
}

@media (max-width:600px){
.ecs-load-more-button .elementor-button
{
    background-size: 28px !important;
}

}

/*********************/
/* Remove focus line*/
/*********************/
textarea:focus, input:focus{
    outline: none;
}
input:focus {
    outline: none !important;
}
*:focus {
  outline: none;
}


/*********************/
/* Jet Menu*/
/*********************/

.jet-menu--animation-type-fade .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu {
    border-radius: 12px !important;
    background-color: #272C36 !important;
	margin-top: 11px;
}


/*********************/
/* Full screen Search */
/*********************/

.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input {

    text-align: left !important;
    padding-bottom: 10px !important;
}

.searchicon .eicon-close{
	display:none;
}