/*
=======================================
        Girfa IT Services
          girfa.co.in
=======================================
*/
:root 
{
    --red: #e31d24;  
}
.g-bg-section {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.g-img-border-tri {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.g-drop-shadow {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
}

.g-font1 {
    font-family: 'Dosis', sans-serif !important;
}

.g-font2 {
    font-family: 'Josefin Sans', sans-serif !important;
}

.g-font3 {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.g-color-blue {
    color: #274462;
}
.g-color-red {
    color:var(--red);
}
.g-panel-red {
    background: rgb(180, 36, 39);
    background: linear-gradient(90deg, rgba(180, 36, 39, 1) 0%, rgba(235, 27, 32, 1) 37%, rgba(212, 29, 34, 1) 67%, rgba(148, 8, 30, 1) 100%);
    color: white !important;

}

.g-panel-red h3,
i {
    color: white !important;

}

.g-panel-red p {
    color: white;
}

.g-list {}

.g-list li {
    list-style: disc !important;
    margin-left: 5% !important;
}

.g-bold {
    font-weight: bolder;
}