/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2021 | 16:47:04 */
.get-form input {
    padding: 15px;
    border-radius: 40px;
}
.get-form input.wpcf7-form-control.wpcf7-submit {
    background: #ff5d1b;
    font-family: 'Lato';
    font-weight: 800;
    font-size: 19px;
    width: 100%;
    border-radius: 40px;
}
.get-form .column.one {
    margin-bottom: 15px;
}
.custom-servcol:hover .elementor-icon-box-icon i {
    color: #ff5d1b !important;
    transition: top 2px 2s;
}
.custom-img-carousel:before {
    content: "";
    background: transparent;
    width: 90%;
    height: 100%;
    position: absolute;
    border: 1px solid black;
    top: 1%;
    left: 10%;
    bottom: 0;
    right: 0;
    border-radius: 15px;
}
.sidebar-menu ul#menu-services {
    list-style: none;
    margin: 0px;
}
.sidebar-menu ul#menu-services li a {
    color: black;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 18px;
}
.sidebar-menu ul#menu-services li {
    border-right: 1px solid #ff5d1b;
    padding: 8px;
    margin: 0px !important;
    text-align: right;
}
.sidebar-menu ul#menu-services li:hover a {
    color: #ff5d1b;
}
.sidebar-menu ul#menu-services .current-menu-item a{
    color: #ff5d1b;
}
.sidebar-menu ul#menu-services .current-menu-item:after {
    content: "";
    position: absolute;
    background: #ff5d1b;
    width: 5px;
    height: 11%;
    right: -2px;
    border-radius: 48px;
}
.contact-customform input, .contact-customform textarea {
    border-radius: 31px;
    padding: 18px;
    box-shadow: none;
    border: 1px solid #0000002e;
}

.contact-customform textarea {
    height: 120px;
}
.contact-customform input.wpcf7-form-control.wpcf7-submit {
    border-radius: 50px;
    width: 100%;
    background: #ff5d1b;
    font-size: 19px;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 700;
}