﻿/*
    ============================
        Girfa IT Services
         www.girfa.co.in
    ============================
*/
:root {
    --blue: #093657;
   
}

.g-center {
    display: block;
    margin: auto;
}
.g-center-inline{
    display:block;text-align:center;
}

#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    background-color: #ababab;
    z-index: 1151;
    -moz-opacity: 0.8;
    opacity: .20;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 75%;
    left: 48%;
    z-index: 1002;
    text-align: center;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: 10px;*/
    margin-top: 0px;
}
    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.g-form {
}

    .g-form input[type=text], [type=email], [type=password], [type=number], [type=date], textarea {
        border: solid #ababab 1px !important;
        border-radius: 0px;
        margin-bottom: 10px !important;
        width: 100%;
    }

    .g-form select {
        padding: 2px;
        border: solid #ababab 1px !important;
        border-radius: 0px;
        width: 100%;
        margin-bottom: 10px !important;
    }

@media (max-width:700px) {
    .g-form input {
        width: 100%;
        display: block;
        margin: auto;
    }
}

.g-mandate {
    font-weight: bold;
    color: red;
}

.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-bold {
    font-weight: bolder;
}

.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 !important;
    }
}

.g-img-border-radius {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.g-img-padding-border{
    border:solid 1px #ababab;
    padding:7px;
}
.g-list{

}
.g-list li{
    list-style:disc !important;
    margin-left:5% !important;
}
.g-bg-section {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.g-p-border-top-bottom {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding : 20px;
}

.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-panel-blue{
    padding: 20px;
    background-color: #001a39;
    color:white;
    margin: 1% !important;
}

.g-p-justify{

}
.g-p-justify p {
	text-align:justify;
}

.g-border-gradient {
	border: 5px solid transparent;
	border-image: linear-gradient(to right, #ff9900,#28166f );
	border-image-slice: 1;
}

.g-color-white{
    color:white !important;
}
.g-theme-blue-color{
    color:var(--blue) !important;
}

.g-breadcrumb {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 100px 0 80px;
}

    .g-breadcrumb h1 {
        text-align: center;
        color: white
    }

    .g-breadcrumb p {
        text-align: center !important;
        color: white !important;
    }

    .g-breadcrumb a {
        color: white
    }