/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 21:17:37 */
header{
	min-height: 139px;
}
.banner_slider h1 {
    font-size: 80px;
    line-height: 1.1 !important;
    text-transform: uppercase;
}
.min-vh-60{
	min-height: 60vh;
}
.min-vh-70{
	min-height: 70vh;
}
.min-vh-80{
	min-height: 80vh;
}
.min-vh-90{
	min-height: 90vh;
}
.foot_info li a {
    display: inline-flex;
    gap: 10px;
	line-height: 1.45;
}
.foot_info li a span {
    align-self: center;
}
.foot_info li a i {
    position: relative;
    top: 5px;
}
.foot_info {
    padding-right: 50px;
}
.sticky_sec {
    position: sticky;
    top: 140px;
    align-self: baseline;
}
.service_heading h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.12 !important;
}
.service_sec .elementor-widget-container {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 70px;
    column-rule: 1px solid #ffffff14;
}
.service_sec div>.steps-item-wrap {
    break-after: column;
	position: relative;
	z-index: 1;
}
.service_sec .steps-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -3px;
    opacity: .05;
    z-index: -1;
}
.service_sec .steps-content svg {
    fill: #fff;
    height: 50px;
    margin-bottom: 30px;
    opacity: .8;
}
.service_sec .steps-content h4 {
    line-height: 1.25;
    font-weight: 600;
    font-size: 22px;
}
.service_sec .steps-content p {
    line-height: 1.5;
    padding-top: 3px;
}
.footer-logo img {
    filter: grayscale(1) brightness(14.5);
}