@font-face {
  font-family: OpenSans-Regular;
  src: url(web-fonts/OpenSans-Regular.woff);
}
@font-face {
  font-family: OpenSans-Light;
  src: url(web-fonts/OpenSans-Light.woff);
}
@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url(web-fonts/OpenSans-ExtraBoldItalic.woff);
}
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(web-fonts/OpenSans-ExtraBold.woff);
}
@font-face {
  font-family: OpenSans-Italic;
  src: url(web-fonts/OpenSans-Italic.woff);
}
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url(web-fonts/OpenSans-BoldItalic.woff);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(web-fonts/OpenSans-Bold.woff);
}
html, body{ 
	font-family: OpenSans-Regular;
	margin:0px;
	padding:0px;
	font-size:14px;
	/* background:#F5F7FD; */
}
label{font-weight:bold; font-size:13px;}
textarea { resize: none; }
p{ margin:0px;}
a{color:#000}

.loading {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 99;
    padding-top: 144px;
}
.loading h1 {
	margin-top: -5%;
	padding: 0px;
	color: brown;
	letter-spacing: 3px;
	text-shadow: 2px 2px #FF5733;
	font-family: OpenSans-BoldItalic;
	/* font-size: 56px; */
}
.loading-image {
    left: 38%;
    position: absolute;
    top: 127px;
    z-index: 100;
    width: 15%;
}
.header{
	background: linear-gradient(to right, #00b4db, #0083b0);
	font-family:OpenSans-BoldItalic;
}
.header1{
	font-family:OpenSans-BoldItalic;
}
.header h2, .header1 h2{
	color:#cb0707 !important;
}
.star{
	font-family: OpenSans-Bold;
	color:#cb0707;
}

.login-inner{
	background:#EAEFF6;
	padding:7%;
	border-radius:10px;
	margin-left: 9%;
}

#refreshcaptcha {
	width: 18%;
	/* margin-top: 19px; */
	cursor: pointer;
}
#captchaimg {
	/* margin-top: 5%; */
}

.poweredby{
	font-family:OpenSans-BoldItalic;
}
.poweredby a{
	font-family:OpenSans-BoldItalic;
	color:#cb0707;
}
.OpenSans-BoldItalic{
	font-family:OpenSans-BoldItalic;
}

.footer{
	margin-top:10px;
	text-align:center;
	width:100%;
	color:#cb0707;
}

.text-right{ text-align:right !important;}
.text-center{ text-align:center !important;}
.font-weight-bold{ font-weight:bold !important;}
.header h2 {
	color: #fff;
}
.header h4 {
	color: #fff;
}
/* .bodylogin{ */
	/* background-image: url("bglogin.png"); */
	/* background-size: cover;  /* Ensures the image covers the entire area */ */
    /* background-position: center; /* Centers the image */ */
    /* background-repeat: no-repeat; /* Prevents repeating */ */
    /* height: 100vh; /* Full viewport height */ */
    /* width: 100vw; /* Full viewport width */ */
    /* margin: 0; */
    /* padding: 0; */
/* } */

.main-menu {
	border-top: 2px solid #cb0707;
	border-bottom: 2px solid #0083b0;
}

.nav-item {
	border-right: 1px solid #F38220;
	padding: 5px 13px;
	border-left: 1px solid #F38220;
	font-weight: bold;
	font-size: 15px;
}
.nav-item.activemenu {
	background: #008CB8;
}
.activemenu a{
	color:#fff;
	font-weight:bold;
}

.maincontent{
	min-height:400px;
}

.title img {
	width: 18%;
	float: left;
	margin-right: 5%;
	border-radius: 10px;
	margin-top: 14px;
}
.title a {
	display: block;
	height: 100px;
	text-decoration: none;
}

.title p {
	font-size: 31px;
	color: #EE1C22;
	font-weight: bold;
	font-family: OpenSans-BoldItalic;
	padding-top: 16px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
	font-family: OpenSans-Italic;
	font-weight:bold;
}


.headerHr {
	height: 2px;
	background-color: #EE1C22;
	margin-top: 11px;
	box-shadow: -1px 2px #F38220;
}
.inner-title {
	font-size: 20px;
	font-family: OpenSans-BoldItalic;
}
.homeimg {
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.home-content {
	line-height: 27px;
	font-size: ;
}
.home-content i {
	color: #EE1C22;
	padding: 2px;
	border-radius: 3px;
	font-weight: bold;
}
.add-title {
	border-top: 2px solid #EE1C22;
	padding: 8px;
	font-size: 18px;
	font-family: OpenSans-BoldItalic;
	border-radius: 10px;
	/* border-bottom: 2px solid #EE1C22; */
}
.bill-title {
	border-left: 2px solid #F48120;
	border-bottom: 2px solid #F48120;
	padding: 7px;
	border-radius: 10px;
	font-size: 19px;
	font-weight: bold;
	font-family: OpenSans-Italic;
}
.icone_div i {
	font-size: 40px;
	color: #EE1C22;
}
.mobile-app {
	border: 2px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px lightgray;
	margin-bottom: 20px;
	min-height: 383px;
}
.mobile-app h5 {
	font-family: OpenSans-BoldItalic;
	border-bottom: 2px solid #F48120;
	padding-bottom: 4px;
}
.mobile-app h6 {
	font-family: OpenSans-BoldItalic;
	border-bottom: 2px solid #F48120;
}
.mobile-app ul {
	list-style:none;
}
.footeraddress {
	padding: 0;
	list-style: none;
}

.footer {
	margin-top: 10px;
	text-align: center;
	width: 100%;
	color: #cb0707;
	border-top: 3px solid #000;
	padding-top: 5px;
}
.footeraddress li span {
	float: left;
}
.footeraddress li p {
	margin-left: 31px;
	color: #000;
	text-align: left;
}
.footeraddress li {
	width: 100%;
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	height:95px;
}

.nav-item.active {
	background: #EE1C22;
	color:#fff !important;
	font-family: OpenSans-Italic;
}
.nav-link.active {
	background: #EE1C22;
	color:#fff !important;
	font-family: OpenSans-Italic;
}
.dropdown-item.active, .dropdown-item:active {
	background: #EE1C22 !important;
	color:#fff !important;
	font-family: OpenSans-Italic !important;
}
.nav-item-white{
	color:#fff !important;
}

.inner-title {
	border-left: 2px solid #F48120;
	border-bottom: 2px solid #F48120;
	padding: 7px;
	border-radius: 10px;
	font-size: 19px;
	font-weight: bold;
	font-family: OpenSans-Italic;
}

.aboutus img {
	width:50%;
	float:left;
}
.aboutus p {
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 7px;
}
.about-us {
	font-size: 16px;
	color: #000;
	padding: 10px;
	border-radius: 10px;
	font-family: OpenSans-BoldItalic;
	border: 1px solid lightgrey;
}
.aboutus ul{
	list-style:none;
	padding:0px;
}
.aboutus li{
	margin-bottom: 10px;
}
.addIcon {
	background: #5F3009;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	border-radius: 10px;
	border: 4px solid #EE1C22;
}
.addDiv p {
	margin:0px;
	padding: 0px;
}
.address_title {
	color: #8c8282;
	font-family:OpenSans-BoldItalic;
}
.address {
	font-size: 17px !important;
	font-family:OpenSans-BoldItalic;
}
.mailDiv {
	padding: 18px 57px;
	border: 1px solid lightgrey;
}
.visitor {
	background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
	color: #fff;
	font-family: OpenSans-BoldItalic;
	padding: 10px;
	border-radius: 10px;
}