html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #484d52;
	text-align: left;
	background-color: #fff;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}



@media ( min-width : 768px) .container {
	max-width:	720	px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
/*******font Awesome CSS*******/
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* .fa-fw {
    width: 1.28571429em;
    display: inline-block;
    text-align: center;
} */
/******end font Awesome CSS*******/

.center {
	align-items: center;
}

.bg-danger {
	background-color: #326591 !important;
}
.bg-dark {
	background-color: #343a40 !important;
}
.bg-light {
	background-color: #f8f9fa !important;
}

.text-center {
	text-align: center !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}
.border-1{
	border:1px solid black;
}

.text-white {
	color: #fff !important;
}

.text-black {
	color: #000 !important;
}

.text-muted {
	color: #6c757d !important;
}

.mr-2, .mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}

.logo {
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 32px;
	display: block;
}

.logo h3 {
	margin: 0;
	font-weight: bold;
	font-size: 25px;
	padding-top: 22px;
}

.logo img {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
	margin-bottom: 5px;
}

img {
	vertical-align: middle;
	border-style: none;
}

*, *::before, *::after {
	box-sizing: border-box;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}

/************nav bar************/
.navbar
{
  border-radius:0px;
}
.navbar-nav {
  font-size:16px;
  
}
/* 9-2-22 */
.navbar ul li{
  color: white; 
  position:relative;
  z-index: 1;
  font-size:16px;
}
.navbar ul li a {
  color: white; 
  position:relative;
  z-index: 1;
  font-size:16px;
  padding: 9px 20px;
}
/* 9-2-2022 */
.navbar ul li a:hover 
{
   background-color: #326591 !important;
}

.navbar ul li a:hover ,active{background-color: #000 !important;
padding: 9.5px 20px;
color:#fff;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
  float: left;
}

.navbar-toggle a: hover{
    background: red !important;
}

.icon-bar {
  width: 22px;
  transition: all 0.2s;
}

.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.middle-bar {
  opacity: 0;
}

.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.collapsed {top-bar transform:rotate(0);

}

.middle-bar {
  opacity: 1;
}

.bottom-bar {
  transform: rotate(0);
}
/* 9-2-22 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width:100% !important;
    min-width: 28.4rem !important;
    padding: 0rem 0;
    margin: 0.5rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.dropdown-menu .navbar ul li a{
	padding: 9.5px 20px;
}
/* 9-2-22 */
}
/***********end nav bar********/
.bg-secondary {
	background-color: #6c757d !important;
}
.bg-light
{background: #f8f9fa !important}

.navlabel {
	color: white;
	font: bold;
}

.bold {
	color: white;
	font: bold;
}


/********card CSS************/
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	margin:3rem auto;
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 1.25rem;
	padding-left: 1.25rem;
}
/***********end Card CSS********/
/*************Footer Section**********/
.footer {
   position:relative;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: black;
   color: white;
   text-align: center;
}


/*************input form*********/
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group-addon {
  padding: 10px 15px 0px 15px;
  font-size: 14px;
  font-weight: 200px;
  line-height: 1;
  /* color: #555; */
  color: #fff;
  text-align: center;
  /* background-color: #eee; */
  background-color:#326591;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
}
.control-label
{
 font-size: 12px;
}
#login,#forgot
{
   margin-left: 2%;
}
#signup
{
	margin-left: 2%;
}

.cap-ref
{
	width:25px;
	height:25px;
}

.padding-left {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
}
.text-right
{
	float:right;
}
.errMsg
{
	color:red;
}
.control-label{
	font-size: 14px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000000;
    border-color: #337ab7;
}
/*7-2-2022*/
.home-center{
	width:100%;
	height:auto;
	margin:auto;
	float:none;
}
/*30-5-2022*/
.card-header:first-child {
    border-radius:0px;
    border-bottom: 5px solid #26537a;
}
.card-body h2{
	font-size:medium;
	color:#000;
	line-height:28px;
	font-weight:700;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
}
.card-body p{
	font-size:medium;
	color:#000;
	line-height:15px;
}
.bg-light {
    background:#f9fdff !important;
}
a:not([href]):not([class]) {
    /* color: inherit; */
    text-decoration: none;
}
.card-body ul{
	margin:0px;
	padding:0px;
}
.card-body ul ol{
	margin-left:0.5rem;
}
.card-body ul li{
	list-style-type:none;
}
.card-body ul li a{
	font-size:medium;
	color:#000 !important;
	margin:0px;
	text-align:left;
	line-height:2rem;
}
b, strong {
    color: #000 !important;
    font-weight: 700;
}
.main-footer-heading-bg{
	width:100%;
	height:auto;
	margin:auto;
	background: url(images/enquiry.png) no-repeat;
    background-position: center;
        background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
   
    position: relative;
}
.main-footer-heading{
	width:100%;
	height:auto;
	margin:auto;
}
.main-footer-heading h2{
	font-size:medium;
	text-align:center;
	margin:0px;
	color:#f3d98f;
	font-style:italic;
}
.main-footer-heading h2 a{
	font-size:medium;
	text-align:center;
	margin:0px;
	color:#ef6b6b;
	font-style:italic;
}
.main-footer-heading h3{
	font-size:x-large;
	text-align:center;
	margin:0px;
	color:#ddd9ce;
	font-weight:300;
}
.main-footer-heading h4{
	font-size:large;
	text-align:center;
	margin:0px;
	color:#FFF;
	line-height: 3.2rem;
}
.main-footer-bg{
	width:100%;
	height:auto;
	margin:auto;
}
.main-footer-bg img{
	width:100%;
	height:auto;
	margin:auto;
}
.note-heading{
	width:100%;
	height:auto;
	margin:auto;
	background:#26537a;
	border-top: 1px dashed #326591;
    border-bottom: 1px dashed #326591;
}
.note-heading h2{
	font-size:large;
	text-align:center;
	margin:0px;
	color:#fff;
	font-style:italic;
	font-weight:300;
}
.note-heading h2 span{
	font-size:large;
	text-align:center;
	margin:0px;
	color:#f7bf20;
	font-style:italic;
	font-weight:600;
}
.main-home-footer{
	width:100%;
	height:auto;
	margin:auto;
	background:#09102f;
}
.main-home-footer-inner{
	width:100%;
	height:auto;
	margin:auto;
	background:#26537a;
}
.main-home-footer-inner h5{
	font-size:large;
	text-align:center;
	margin:0.5rem auto;
	color:#fff;
	font-style:italic;
	font-weight:300;
	line-height:32px;
}
.home-footer-txt{
	width:100%;
	height:auto;
	margin:auto;
	background:#09102f;
}
.home-footer-txt h2{
	font-size:x-large;
	text-align:center;
	margin:0px;
	color:#fff;
	font-style:italic;
	font-weight:600;
}
.home-footer-txt h5{
	font-size:medium;
	text-align:center;
	margin:0px;
	color:#fff;
	font-style:italic;
	font-weight:500;
	line-height:32px;
}
.header-bg{
	width:100%;
	height:auto;
	margin:auto;
	background: url(images/top-bg.png) no-repeat;
    background-position: center;
    background-size:cover;
  
}
.login-page-bg{
	width:100%;
	height:auto;
	margin:auto;
	/* background: url(images/login-bg1.png) no-repeat; */
    background-position: center;
    background-size:cover;
  
}
.navbar-expand-lg .navbar-collapse{
	/* display:flex; */
	justify-content: center;
}
.card-footer{
	background-color:rgba(0,0,0,.0);
	
}
.form-group {
    margin-left: 1.7rem;
    margin-bottom: 1rem;
}
.main-btn{
    width: 50%;
    height: 36px;
    line-height:34px;
    border-radius: 20px;
}
.main-btn input{
	color:#fff !important;
	background-color:none !important;
	border:none !important;
}
.main-btn input [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
	width:100%;
	border-radius:20px !important;
	float:left;
}
.main-form-title{
	width:100%;
	height:auto;
	margin:auto;
	background:#000;
	position:relative;
}
.main-form-title h2{
	font-size:medium;
	color:#fff;
	font-weight: 400;
    margin: 0px;
    text-align: center;
    letter-spacing: 4px;
}
.main-form-title:after{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	top:-5px;
	left:0;
	bottom:0;
	z-index:99;
	background:#326591;
}
.signup-btn-bg{
    background: #000;
    border-radius: 20px;
    box-shadow: 1px 5px 5px 0px #a7a8a9;
    border-color: #326591;
    width:100%;
}
.input-group-addon {
	width:120px;
	height:36px;
	background:#26537a;
}
.input-group-addon i{
	font-size:medium;
}

.clr{
	clear:both;
}
.main-btn input [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
	width:45%;
}
.unregistered-text-align {
    margin-left: 0.9rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control1 {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.signup-space1{
	margin:0rem 2rem;
}