﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    padding:auto;
}

.footer {
    margin-top: auto;
    background-color: #078e6c;
}
html, body {
    background-color: var(--middle-part-background-color);
    font-family: Mangal;
}


main {
    overflow: auto; /* to scroll just the "main" div */
}
.MainDiv {
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.MainDiv {
    width: 98%;
    margin-right: auto;
    margin-left: auto
}
header {
   /* position: fixed;*/
    top: 0;
    z-index: 9999;
    width: 100%;
}
.text-yellow {
    color: yellow;
    font-size: 12px;
}
.text-white {
    color: white;
    font-size: 12px;
}
.text-house {
    color: #00fb27;
    font-size: 12px;
}
.cardHouse {
    width: 500px;
}
.cardchangepass {
    width: 100%;
}
.nav-link{
    font-size:13px;
}
.dropdown-item {
    font-size: 13px;
}


.color-stripe div {
    height: 3px;
    width: 12.5%
}

.bg-main-1 {
    background-color: #f5bf00
}

.bg-main-2 {
    background-color: #e88800
}

.bg-main-3 {
    background-color: #e10337
}

.bg-main-4 {
    background-color: #ba0263
}

.bg-main-5 {
    background-color: #873f95
}


.bg-main-6 {
    background-color: #3c70b3
}

.bg-main-7 {
    background-color: #04ac80
}

.bg-main-8 {
    background-color: #88c15f
}

.w-100 {
    width: 100% !important;
}

.divider-Line {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    height: 2px;
}

.form-group {
    margin-bottom: 1rem;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.form-group-05 {
    margin-bottom: 0.5rem;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

:root {
    --font-faimly-aprise: Arial, Mangal;
    --font-faimly-mangal: Mangal;
}
/*text color font*/
:root {
    --menu-color: #044A64;
    --menu-text-hover: #ff6a00;
    --clock-text-color: #FFFF00;
    --footer-text-color: yellow;
    --white-text-color: white;
    --blue-text-color: blue;
    --black-text-color: black;
    --aprise-color-green: #138808;
    --aprise-heading-color: #0E4960;
    --magenta-text-color: magenta;
}

/*BAckGround color*/
:root {
    --body-background: #fff;
    --middle-part-background-color: #d2d0cd40;
    --white-bg: white;
    --blue: blue;
}


/*Font Size in px*/
:root {
    --font-size-6px: 6px;
    --font-size-7px: 7px;
    --font-size-8px: 8px;
    --font-size-9px: 9px;
    --font-size-10px: 10px;
    --font-size-11px: 11px;
    --font-size-12px: 12px;
    --font-size-13px: 13px;
    --font-size-14px: 14px;
    --font-size-15px: 15px;
}

/*Font Size in pt*/
:root {
    --font-size-5pt: 5pt;
    --font-size-6pt: 6pt;
    --font-size-7pt: 7pt;
    --font-size-8pt: 8pt;
    --font-size-9pt: 9pt;
    --font-size-10pt: 10pt;
    --font-size-11pt: 11pt;
    --font-size-12pt: 12pt;
    --font-size-13pt: 13pt;
    --font-size-14pt: 14pt;
    --font-size-15pt: 15pt;
}

/*Font Size in rem*/
:root {
    --font-size-1rem: 1rem;
    --font-size-1-1rem: 1.1rem;
    --font-size-1-5rem: 1.5rem;
    --font-size-2rem: 2rem;
    --font-size-3rem: 3rem;
    --font-size-4rem: 4rem;
    --font-size-5rem: 5rem;
}
/*Font Size in Text*/
.white {
    background-color: var(--white-bg);
}

.Home-Menu {
    font-family: var(--font-faimly-aprise);
    background-color: var(--menu-color);
    color: var(--clock-text-color);
    vertical-align: middle;
    width:100%;
}

.Home-text {
    color: var(--clock-text-color);
}

    .Home-text:hover {
        color: var(--menu-text-hover);
    }

.clock {
    font-family: var(--font-faimly-aprise);
    color: var(--clock-text-color);
}


.bordr-radius25 {
    border-radius: .25rem;
}

.vlightbox:hover {
    border: solid 1px #1794c3;
}

.sideLinks ul li {
    padding: 4px 0 3px 20px;
    display: block;
    border-bottom: 1px dashed #CCCCCC;
    font-family: var(--font-faimly-aprise);
    vertical-align: middle;
    font-weight: bold;
}

.Menu-box {
    color: var(--black-text-color);
    /*background: url(../images/inst_search.png) no-repeat;*/
    background-size: auto;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    /*background: #1975be;*/
    /*background: linear-gradient(90deg, #185a9d, #349476) !important;*/
}

    .Menu-box a {
        color: var(--white-text-color);
    }

.card-header-text {
    font-family: var(--font-faimly-aprise);
    font-size: var(--font-size-13pt);
    background: linear-gradient(to right, #667db6, #667db6, #0082c8, #0082c8);
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    
}

.aprise-text {
    font-family: var(--font-faimly-aprise);
    color: var(--magenta-text-color);
    font-weight: bold;
}

.aprise-text2 {
    font-family: var(--font-faimly-aprise);
    color: var(--aprise-heading-color);
    font-weight: bold;
}

.aprise-text3 {
    font-family: var(--font-faimly-mangal);
    color: maroon;
    font-weight: bold;
    font-size: var(--font-size-1-1rem);
}

.aprise-text4 {
    font-family: var(--font-faimly-mangal);
    color: maroon;
    font-size: var(--font-size-10pt);
}

.blue {
    border-top: 3px solid var(--blue);
}

.shadow-1 {
    /*background-color: #f0f0f0;*/
    /* box-shadow: 0px 0px 15px #71a6e6;*/
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.btn-shadow {
    border-radius: 6px;
    margin: 4px;
    cursor: pointer;
    position: relative;
    transition: all .25s ease;
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
    top: 0;
    color: var(--white-text-color);
}

    .btn-shadow:hover {
        color: yellow;
    }

.btn-shadow-1 {
    background-color: #1da1f2;
}

.btn-shadow-2 {
    background-color: #1877f2;
}

@media screen and (min-width:300px) {
    .header {
        width: 100%;
        height: 45px;
    }
    .form-control {
        font-size: 10px;
    }

    .Home-Menu {
        font-size: var(--font-size-10px);
        height: calc(28px-3px);
    }

    .clock {
        font-family: var(--font-faimly-aprise);
        font-size: var(--font-size-10px);
        vertical-align: middle;
        text-align: right;
    }

    .icon-size-home {
        height: 15px;
        width: 15px;
    }

    .middle-div {
        min-height: calc(100vh - 25vh);
    }

    .footer-text1 {
        font-size: var(--font-size-6pt);
        color: var(--footer-text-color);
    }

    .footer-text2 {
        font-size: var(--font-size-5pt);
        color: var(--white-text-color);
    }

    .footer-image-size {
        width: 138px;
        height: 38px;
    }

    .aprise-text {
        font-size: var(--font-size-1rem);
    }

    .aprise-text2 {
        font-size: var(--font-size-1rem);
        line-height: 2.4rem;
    }


    .vlightbox {
        display: block;
        width: 350px;
        height: 188px;
        padding: 5px;
    }

    .rlaimage {
        width: 338px;
        height: 176px;
    }

    .selecterContent li img {
        width: 338px;
        height: 176px;
    }

    .Menu-box {
        width: 350px;
        height: 290px;
        float: right;
        padding: 10px;
    }

    .form-link {
        font-size: var(--font-size-9px);
        text-decoration: none;
    }

    label {
        font-size: var(--font-size-10px);
    }

    .custom_class thead th, .custom_class th {
        font-size: var(--font-size-9px);
        font-family:Mangal;
    }

    tbody, td, tfoot, th, thead, tr .custom_class {
        font-size: var(--font-size-9px);
        font-family: Mangal;
    }
   
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: var(--font-size-10px);
    }


}

@media screen and (min-width:768px) {
    .header {
        width: 100%;
        height: 110px;
    }

    .Home-Menu {
        font-size: var(--font-size-11px);
        height: calc(31px-3px);
    }

    .clock {
        font-family: Arial, Mangal;
        font-size: 12px;
        vertical-align: middle;
        text-align: right;
    }

    .icon-size-home {
        height: 20px;
        width: 20px;
    }

    .middle-div {
        min-height: 220px;
    }

    .footer-text1 {
        font-size: var(--font-size-7pt);
        color: var(--footer-text-color);
    }

    .footer-text2 {
        font-size: var(--font-size-6pt);
        color: var(--white-text-color);
    }

    .footer-image-size {
        width: 158px;
        height: 45px;
    }

    .aprise-text {
        font-size: var(--font-size-1-1rem);
    }

    .aprise-text2 {
        font-size: var(--font-size-1-1rem);
        line-height: 2.4rem;
    }

    .vlightbox {
        display: block;
        width: 427px;
        height: 238px;
        padding: 5px;
    }

    .rlaimage {
        width: 415px;
        height: 226px;
    }

    .Menu-box {
        width: 415px;
        height: 236px;
        float: right;
        padding: 10px;
    }

    .sideLinks ul li {
        font-size: var(--font-size-9pt);
    }

    .form-link {
        font-size: var(--font-size-11px);
        text-decoration: none;
    }

    label {
        font-size: var(--font-size-11px);
    }



    .custom_class thead th, .custom_class th {
        font-size: var(--font-size-11px);
    }

    tbody, td, tfoot, th, thead, tr .custom_class {
        font-size: var(--font-size-11px);
    }
    /*.form-control {
        font-size: var(--font-size-11px);
    }*/
    .form-control {
        font-size: 13px;
    }
}

@media screen and (min-width:1024px) {
    .header {
        width: 100%;
        height: 110px;
    }

    .Home-Menu {
        font-size: var(--font-size-11px);
        height: calc(31px-3px);
    }

    .clock {
        font-family: Arial, Mangal;
        font-size: 12px;
        vertical-align: middle;
        text-align: right;
    }

    .icon-size-home {
        height: 20px;
        width: 20px;
    }

    .middle-div {
        min-height: 220px;
    }

    .footer-text1 {
        font-size: var(--font-size-7pt);
        color: var(--footer-text-color);
    }

    .footer-text2 {
        font-size: var(--font-size-6pt);
        color: var(--white-text-color);
    }

    .footer-image-size {
        width: 158px;
        height: 45px;
    }

    .aprise-text {
        font-size: var(--font-size-1-1rem);
    }

    .aprise-text2 {
        font-size: var(--font-size-1-1rem);
        line-height: 2.4rem;
    }

    .vlightbox {
        display: block;
        width: 427px;
        height: 238px;
        padding: 5px;
    }

    .rlaimage {
        width: 415px;
        height: 226px;
    }

    .Menu-box {
        width: 415px;
        height: 286px;
        float: right;
        padding: 10px;
    }

    .sideLinks ul li {
        font-size: var(--font-size-9pt);
    }

    .form-link {
        font-size: var(--font-size-11px);
        text-decoration: none;
    }

    label {
        font-size: var(--font-size-11px);
    }


    .custom_class thead th, .custom_class th {
        font-size: var(--font-size-11px);
    }

    tbody, td, tfoot, th, thead, tr .custom_class {
        font-size: var(--font-size-11px);
    }
   
    .form-control {
        font-size: 13px;
    }
}


@media screen and (min-width: 1400px) {
    .header {
        width: 100%;
        height: 140px;
    }

    .Home-Menu {
        font-size: var(--font-size-13px);
        height: calc(33px-3px);
    }

    .clock {
        font-size: var(--font-size-13px);
        vertical-align: middle;
        text-align: right;
    }

    .icon-size-home {
        height: 20px;
        width: 20px;
    }

    .middle-div {
        min-height: 100%;
    }

    .footer-text1 {
        font-size: var(--font-size-9pt);
        color: var(--white-text-color);
    }

    .footer-text2 {
        font-size: var(--font-size-8pt);
        color: var(--white-text-color);
    }

    .footer-image-size {
        width: 170px;
        height: 50px;
    }

    .aprise-text {
        font-size: var(--font-size-1-5rem);
    }

    .aprise-text1 {
        font-family: var(--font-faimly-aprise);
        font-size: var(--font-size-1-1rem);
        color: var(--blue-text-color);
        font-weight: bold;
    }

    .aprise-text2 {
        font-size: var(--font-size-1rem);
        line-height: 2.5rem;
    }

    .vlightbox {
        display: block;
        width: 537px;
        height: 297px;
        padding: 5px;
    }

    .rlaimage {
        width: 525px;
        height: 285px;
    }

    .selecterContent li img {
        width: 550px;
        height: 290px;
    }

    .Menu-box {
        width: 537px;
        height: 290px;
        float: right;
        padding: 10px;
    }

    .form-label {
        font-size: var(--font-size-14px);
    }

    .form-link {
        font-size: var(--font-size-13px);
        text-decoration: none;
    }

    .sideLinks ul li {
        font-size: var(--font-size-12pt);
    }

    label {
        font-size: var(--font-size-12px);
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: var(--font-size-13px);
    }

    .custom_class thead th, .custom_class th {
        font-size: var(--font-size-13px);
    }

    tbody, td, tfoot, th, thead, tr .custom_class {
        font-size: var(--font-size-13px);
    }

    .select2-results__option {
        font-size: var(--font-size-13px);
    }

    .rowstyle-font {
        font-size: var(--font-size-10pt);
    }

    .rowstyle-heading {
        font-family: Arial;
        color: #800000;
        font-size: var(--font-size-10pt);
    }
}

.vc_custom_Ariea {
    background-image: url(../images/top-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_heading {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    background-image: url(../images/gole.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.vc_custom_heading1 {
    padding-top: 28px !important;
    padding-bottom: 37px !important;
    background-image: url(../images/gole1.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.form-control:focus, .select2-search__field:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #6392ea;
}

.i-color {
    background: blue;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*
.i-color {
    font-style: normal;
    font-family: fontawesome;
}

@-webkit-keyframes fontgradient {
    0% {
        background-position: 0% 92%
    }

    50% {
        background-position: 100% 9%
    }

    100% {
        background-position: 0% 92%
    }
}

@-moz-keyframes fontgradient {
    0% {
        background-position: 0% 92%
    }

    50% {
        background-position: 100% 9%
    }

    100% {
        background-position: 0% 92%
    }
}

@keyframes fontgradient {
    0% {
        background-position: 0% 92%
    }

    50% {
        background-position: 100% 9%
    }

    100% {
        background-position: 0% 92%
    }
}*/

/*Date Picker Icom Pointer css*/
.input-group-append {
    cursor: pointer;
}

.i-text {
    /* color: #9c47fc;
    background: -webkit-linear-gradient(#9c47fc, #356ad2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%,#a742c6 100%);
    background: linear-gradient(to bottom, #e72c83 0%,#a742c6 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.i-text-w {
    color: #ff9f00;
    font-size: 14pt;
}

.Return_text {
    font-family: var(--font-faimly-aprise);
    color: navy;
    font-size: 14px;
}

.modal-header .btn {
    background: #987c0e;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
}

h4.modal-title {
    font-family: var(--font-faimly-aprise);
    margin: auto;
    /* color: #967800;*/
    font-weight: bold;
    color: #478ed8;
}

@media screen and (min-width: 992px) {
    .modal-xll {
        max-width: 540px;
    }
}

.custom_class thead th, .custom_class th {
    border-bottom: 1px solid #d9d7ce;
    background: #00a4bd;
    color: #fff;
    vertical-align: middle;
}

.footer-text-bg {
    padding: .5rem 1rem;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.125);
    font-weight: bold;
    background-color: #2d3e50;
    text-align: center;
    vertical-align: middle;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.footer-text-y {
    color: yellow;
    font-size: var(--font-size-11pt);
}



/*Loder Css input Start*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 99;
    filter: alpha(opacity=100);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.loading {
    font-family: Arial;
    font-size: 11pt;
    display: none;
    position: fixed;
    z-index: 999;
    color: navy;
}

.ring1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    background: transparent;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-family: Arial;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*text-shadow: 0 0 10px #b3ffd9;*/
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    font-weight: bold;
    box-sizing: content-box;
}

    .ring1:before {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        width: 100%;
        height: 100%;
        border: 10px solid transparent;
        border-top: 10px solid #54cef5;
        border-right: 10px solid #54cef5;
        border-radius: 50%;
        animation: animateC 2s linear infinite;
        box-sizing: content-box;
    }

.spanLoader {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}

    .spanLoader:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #54cef5;
        top: -6px;
        right: -12px;
        box-shadow: 0 0 20px #fff000;
    }

@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}
/*Loder Css input End*/

.container-Aprise, .container-Aprise-lg, .container-Aprise-md, .container-Aprise-sm, .container-Aprise-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-Aprise, .container-Aprise-lg, .container-Aprise-md, .container-Aprise-sm, .container-Aprise-xl {
    max-width: 85%;
    width: 100%;
}


/*Alert center Popup Modal Start*/
/*---------------------------------*/
.modal-content1 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1.5rem;
    outline: 0;
}

.modal-headerAlert {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #a80d0d;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    color: #fff;
}

.modal-headerSucess {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #198754;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    color: #fff;
}

.modal-headerWarning {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #ffc107;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    color: #000;
}

.green-color {
    color: #059142;
}

.red-color {
    color: #a80d0d;
}

.Warning-color {
    color: #ffc107;
}

.field-icon {
    float: right;
    margin-left: -26px;
    margin-top: 12px;
    position: absolute;
    z-index: 2;
}
    /*Alert center Popup Modal End*/
    /*---------------------------------*/