/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Header CSS */


/*  */


/* Homepage CSS */
/*  */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-20%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
/*  */
.homeHeroSlider ul.slick-dots {
    text-align: right;
    bottom: 74px;
    left: 0;
    right: 0;
    max-width: 1320px;
    margin: 0 auto !important;
}


.homeHeroSlider ul.slick-dots li button {
    background: #fff !important;
    height: 6px !important;
    width: 6px !important;
}

.homeHeroSlider ul.slick-dots li.slick-active button {
    height: 6px !important;
    width: 16px !important;
    border-radius: 2px !important;
}
.homeHeroSlider {
    overflow: hidden;
}
.demoListRow  ul.elementor-icon-list-items {
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.demoListRow ul.elementor-icon-list-items li.elementor-icon-list-item {
    width: 48%;
    padding-bottom: 15px;
}
.singleTestimonialRow {
    display: flex !important;
}
.testimonialSlider button.slick-arrow {
    border: 1px solid #151515;
    border-radius: 4px;
    color: #151515;
    text-align: center;
    background: #F6F6F6;
    font-size: 0;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    bottom: 0 !important;
    top: unset !important;
	z-index: 99;
}
.testimonialSlider button.slick-arrow:before {
    line-height: 40px;
    font-size: 14px !important;
    text-align: center !important;
}
.testimonialSlider button.slick-next {
    left: 110px !important;
}
.testimonialSlider button.slick-arrow:hover {
    background: #FCB504; 
	border: 1px solid #FCB504;
}
.singleTestimonialRow .elementor-element h5 strong {
    font-weight: 600;
}
.homeContactSec .elementor-form .elementor-field-type-submit span.elementor-button-icon {
    transform: rotate(310deg);
}
/*  */

/* Footer CSS */



/*  */