/*
Teamplate Name: solutech 
Version: 1.0.2
*/
/* Type your CSS Here */

.skyfterat-color {
    color: #0945bd;
}
.skyfterat-bg {
    background-image: url('assets/images/skyfterat-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.white-color {
    color: white;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}
.solutech_nav_area.prefix, .hbg2 {
    background: #0945bd;
}

.svgwhite  {
    fill: white !important;
}
.px48 {
    width: 48px;
}
.px64 {
    width: 64px;
}

.fs-3 {
    font-size: 1.75rem!important;
}

.noborder {
    border: none;
}