/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 16:35:47 */
.glsr-reviews, .glsr-reviews-wrap {
	font-family: "Lato", Sans-serif;
}
/* .wp-block-button {
	text-align:center;
} */

.glsr-bootstrap .glsr-review-author {
	display:none !important;
}
.glsr-reviews {
   
    gap: 0px !important;
}

.glsr-field .glsr-input , .glsr-field .glsr-textarea  {
	padding:14px !important;
}
.glsr-button {
	background:#FF5D1B;
	color:#ffff;
	border-radius:100px;
	padding:12px 30px;
	border:none;
}
.glsr-field {
	margin-top:12px !important;
}
label.glsr-label.form-label {
    margin-bottom: 12px !important;
}

.glsr-review {
	border-bottom:1px solid;
	padding:40px 0px;
}

.glsr-review:last-child {
	border-bottom:0px;
}

.glsr-review-author {
	display:none;
}

.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 #89A0C2;
    padding: 8px;
    margin: 0px !important;
    text-align: right;
}
.sidebar-menu ul#menu-services li:hover a {
    color: #89A0C2;
}
.sidebar-menu ul#menu-services .current-menu-item a{
    color: #89A0C2;
}
.sidebar-menu ul#menu-services .current-menu-item:after {
    content: "";
    position: absolute;
    background: #89A0C2;
    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;
}