/* 
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 */

.elementor-widget-text-editor p {
    margin: 0;
}
.site-logo {
    background: #FBFBFB;
    border-radius: 10px;
    width: 158px;
    text-align: center;
    padding: 8px 10px;
}
.site-logo img {
    max-height: 60px;
    margin: 0 auto;
    width: auto;
}
.site-logo .custom-logo-link {
    text-align: center;
}
ul#menu-primary li a {
    text-transform: uppercase;
    font-weight: 600;
}
.our-product-slider .slick-slide {
    display: flex !important;
    margin: 0px 15px;
    min-height: 571px !important;
}
.our-product-slider .slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 45px;
}
.our-product-slider .slick-dots button {
    display: none;
}
.our-product-slider .slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #D9D9D9;
    border-radius: 5px;
    cursor: pointer;
}
.our-product-slider .slick-dots li.slick-active {
    background: #41B7E5;
}
footer#site-footer {
    display: none;
}
.header-btn a {
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 400 !important;
    padding: 12px 37px !important;
    transition: .2s all;
}
.site-navigation ul.menu {
    align-items: center;
    gap: 3vw;
}
.header-btn {
	margin-left: 3vw;
}
#menu-primary li a:hover {
    color: #41b7e5;
}
#menu-primary .header-btn a:hover {
    background: #41b7e5;
    color: #fff;
    border-color: #41b7e5;
}
#menu-primary li a {
    transition: .2s all;
}
.site-header .header-inner {
    max-width: 1320px;
    padding: 0px 20px;
}


/* media rule start */

@media (max-width:992px){ 
.header-btn {
    padding: 20px;
    margin: 0;
} 
.header-btn a {
    width: auto;
    display: inline-block !important;
}
.site-navigation-toggle-holder .site-navigation-toggle {
    background: #41b7e5;
    color: #fff;
}
.site-navigation-toggle-holder {
    padding: 0;
} 
}

@media(max-width:767px){
.our-product-slider .slick-slide {
    margin: 0;
}
.our-product-slider .slick-slide {
    min-height: 450px !important;
    background-size: contain !important;
}
}