﻿/*
    =============================
        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-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-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-gra-red{
    margin:1px;
    padding: 10px;  
background: rgb(139,0,37);
background: linear-gradient(76deg, rgba(139,0,37,1) 0%, rgba(210,21,72,1) 49%, rgba(139,0,37,1) 81%, rgba(139,0,37,1) 82%, rgba(139,0,37,1) 100%);

}
.g-panel-red{
    margin:1px;
    padding: 10px;  
    background-color: #a1012f;

}
.g-center-inline{
    display: block;
    text-align: center;
}

.g-center{
    display: block;
    margin: auto;
}

.g-list{}
.g-list li{list-style: disc;margin-left: 3%;}
.g-list li:hover{color: #a1012f;}

.g-whatsapp {
     
    display:none;
    width: 30px !important;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 199;
    cursor: pointer;
   
  }
.g-color-red{
    color:#a1012f !important;
}