/*
    ==================================
        Girfa IT Services
        https://girfa.co.in/
    ==================================
*/
.g-font {
    font-family: 'Open Sans', 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-img-round{
border-top-left-radius: 50px;border-bottom-right-radius: 50px
}


.g-mob-show {
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .g-mob-show {
      display: block;
    }
  }
  
  .g-web-show {
    display: block;
  }
  
  @media screen and (max-width: 768px) {
    .g-web-show {
      display: none;
    }
  }
  .g-list {}
  .g-list li{
    list-style: disc;
    margin-left: 3%;;
  }
  .g-list li:hover{
   color:red;
  }

  .g-color-red{
    color:#d60d45 !important;
  }