/* 
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 */


body {
    overflow-x: hidden !important;
}

body a {
    text-decoration: none !important;
}

body ul li {
    list-style: none !important;
}


.rkit-menu-active a {
    color: #c71214 !important;
}


.rkit-menu-item:hover>.rkit-nav-link {
    color: #c71214 !important;
}

.pointer-underline::after {
    border-bottom-color: #c71214 !important;
}



div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

div.wpforms-container-full .wpforms-form input {
    height: 50px !important;
    border-radius: 18px !important;
    background: #000 !important;
    border: 1px solid #fff !important;
}

div.wpforms-container-full .wpforms-form textarea {
    height: 125px !important;
    border-radius: 18px !important;
    background: #000 !important;
    border: 1px solid #fff !important;
}

button#wpforms-submit-458 {
    padding: 16px 35px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #c71214 !important;
    border-radius: 100px;
    border: 1px solid #c71214 !important;
}


button#wpforms-submit-458:hover {
    color: #c71214;
    background: #fff !important;
    border: 1px solid #fff !important;
}

.hover-box .elementor-widget-container a {
    height: 425px !important;
    overflow: hidden;
    position: relative;
    border-radius: 20px !important;
    transition: all 0.2s linear;
}

.hover-box .elementor-widget-container a img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    transition: all 0.3s linear;
}

.hover-box .elementor-widget-container a:hover img {
    transform: scale(1.05) !important;
    filter: brightness(0.8);
}

.hover-box .elementor-widget-container a::after {
    content: '';
    background: rgb(199 18 20 / 20%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0px, -425px);
    transition: all 0.2s linear;
}


.hover-box .elementor-widget-container a:hover::after {
    content: '';
    background: rgb(199 18 20 / 20%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0px, 0px);
    transition: all 0.2s linear;
}


.rkit-submenu-item {
    background: #000 !important;
}

.rkit-submenu-item a.rkit-nav-link {
    color: #fff !important;
}


.rkit-submenu-item a.rkit-nav-link:hover {
    color: #c71214 !important;
}

#ser-sec3 ul {
    padding-left: 20px;
}

#ser-sec3 li {
    list-style: square !important;
}

#ser-sec3 li::marker {
    color: #c71214;
    font-size: 20px;
}

#ser-sec3 li strong {
    color: white;
}

#inn-cont h3 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #c71214;
}

#inn-cont ul li {
    list-style: square !important;
    margin: 10px 0;
}

#inn-cont ul li ul li {
    list-style: circle !important;
}

#inn-cont strong {
    color: white;
}

#inn-cont ul li::marker {
    color: #c71214;
    font-size: 20px;
}

@media only screen and (max-width: 1000px) {
.links-class  span.elementor-icon-list-text {
    font-size: 14px !important;
}

.links-class  span.elementor-icon-list-icon {
    padding: 0 !important;
}

.links-class span.elementor-icon-list-icon i {
    font-size: 18px !important;
}
.wpforms-field {
    width: 100% !important;
    margin: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 13px;
}	
span.progress-title {
    font-size: 13px !important;
}

.percentage-label::after {
    font-size: 13px !important;
    margin-top: 1px !important;
}	
.rkit-btn-hamburger {
    background: #d80c0e !important;
    border-color: #d80c0e !important;
}
.hover-box .elementor-widget-container a {
    height: unset !important;
}

.wp-caption-text {
    display: none;
}	
}