﻿/*
    =============================
        Girfa IT Services
        https://girfa.co.in/
    =============================
*/
.g-web-show {
    display: block;
}

@media(max-width:700px) {
    .g-web-show {
        display: none !important;
    }
}

.g-mob-show {
    display: none;
}

@media(max-width:700px) {
    .g-mob-show {
        display: block;
    }
}
.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-bg-section {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.g-card1{



}
.g-card1 img{

border-top-left-radius: 10px;
border-top-right-radius: 10px;


}
.g-card1 div{
    background-color: #10100f;
background-image: linear-gradient(19deg, #10100f 0%, #58051a 70%);
color:white;
padding: 20px;  
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;

}
@media(max-width:1000px){
    .g-card1{
         margin: 10px;
         
    }
}
.g-card1:hover{
    background-color: #393936;
background-image: linear-gradient(19deg, #393936 0%, #6f2133 70%);

}
.g-card1 h5 {
    color: white !important;
    text-align: center;
    font-weight: 500 !important;
    padding-bottom: 10px;
}
.g-card1 p
{
    font-weight: 50 !important;
}
.g-card1 a{
    display: block;
    text-align: center;
    padding: 10px;
    color:white;
    border: solid 1px white;
}
.g-card1 span{
    color: yellow;
}