/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.get-in-touch select {
    margin-bottom: 40px;
    border: 1px solid #bdbdbd !important;
    background-color: #fafafa;
    color: #8C8C8C;
    padding: 13px 20px !important;
    font-size: 14px;
    outline: none;
    border-radius: 5px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* position: relative; */
    background-image: url(data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%238C8C8C" d="M2 0L0 2h4zM2 5L0 3h4z"/></svg>);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}



.custom-arrow {
    background: url(images/arrow-normal.png);
    width: 44px !important;
    display: block;
    height: 43px;
    transition: .4s;
    background-repeat: no-repeat;
}

.custom-arrow:hover{ background: url(images/arrow-hover.png); width: 48px !important; height: 47px;}



@media only screen and (max-width: 767px) {

.custom-arrow{     
position: absolute;
    right: -9px;
    top: -31px;
}

body, html{ overflow-x: hidden;}



}

.slider-img-hover .swiper-slide .swiper-slide-image {
    filter: grayscale(1);
}
.slider-img-hover .swiper-slide:hover .swiper-slide-image {
    filter: grayscale(0);
}

.lit-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
}
 
.lit-table-container table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; 
}

.lit-table-container th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.lit-table-container th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.lit-table-container td {
    position: relative;
    padding-left: 40px;
}
.lit-table-container td:before {
    width: 10px;
    height: 10px;
    position: absolute !important;
    background: #000;
    z-index: 999;
    content: "";
    border-radius: 50px;
    text-align: center;
    top: 26px;
    left: 16px;
}
.lit-table-container th {
    background: #000 !important;
    color: #fff;
}
.g-reviews .grw-controls {
    display: none !important;
}

