﻿/*
    ============================
        Girfa IT Services
        https://girfa.co.in/
    ============================
*/
.g-color-yellow {
    color:#fbd450 !important
}
.g-color-green {
    color: #024e41 !important;
}
.g-center {
    display: block;
    margin: auto;
}
.g-center-inline {
    display: block;
    text-align:center;
}
.g-mandate{
    color:red;font-weight:bolder;
}
.g-form-con-margin{
   
}
.g-form-con-margin input{
    margin-bottom: 10px !important;
}
.g-margin-bottom{
    margin-bottom:5px;
}
.g-margin-bottom input{
    margin-bottom: 5px;
}
.g-drop-shadow {
    -webkit-box-shadow: 4px 4px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 8px -3px rgba(0,0,0,0.75);
}
.g-drop-shadow-hover {
   
}
.g-drop-shadow-hover:hover  {
    -webkit-box-shadow: 10px 8px 12px -7px rgba(74,163,44,1);
    -moz-box-shadow: 10px 8px 12px -7px rgba(74,163,44,1);
    box-shadow: 10px 8px 12px -7px rgba(74,163,44,1);
}
.g-border-radius {
    border-radius: 50px;
}
.g-bg-section {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.g-gra1 {
    background: rgb(253,255,233);
    background: linear-gradient(90deg, rgba(253,255,233,1) 0%, rgba(255,246,247,1) 46%, rgba(239,254,255,1) 100%);
}
.g-gra2 {
    background: rgb(230,255,230);
    background: linear-gradient(90deg, rgba(230,255,230,1) 0%, rgba(255,234,220,1) 49%, rgba(252,255,237,1) 100%);
}
.g-gra-green {
    background: rgb(215,255,214);
    background: linear-gradient(90deg, rgba(215,255,214,1) 0%, rgba(235,254,255,1) 35%, rgba(255,255,255,1) 68%, rgba(254,255,242,1) 100%);
}

/*=========  Slider  =========*/
.slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

    .slides img {
        width: 100%;
        flex-shrink: 0;
    }
/* Navigation buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border: none;
    font-size: 18px;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
/* Responsive */
@media (max-width: 768px) {
    .prev, .next {
        font-size: 14px;
        padding: 8px;
    }
}
/*========= // Slider  =========*/
.g-list {
}

    .g-list li {
        list-style: disc !important;
        margin-left: 5% !important;
    }

.g-slide-bg-color {
    background: #1B42A6;
    background: linear-gradient(90deg, rgba(27, 66, 166, 1) 0%, rgba(40, 55, 52, 1) 61%);
}
@media (max-width: 768px) {
    .g-slide-bg-color {
        background: #1B42A6;
        background: linear-gradient(90deg, rgba(27, 66, 166, 1) 0%, rgba(0, 25, 87, 1) 100%);
    }
}