@charset "utf-8";
/* CSS Document */

img {
	width:100%;
}

#loading {
	margin:0;
	padding:0;
	width:300px;
	height:300px;
	position:fixed;
	left:-100px;
	bottom:-100px;
	display:none;
}

.bodyrow
{
	padding: 3% 0%;
}

/* ============================================= */
/* ============================================= */

/* LOGOBAR */
.logobartxt {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size:110%;
    font-weight: 500;
	color:gray;
	text-decoration:none;
}

.logobar_icon_phone {
	text-align:left;
    width: 100rem;
	/* border: 1px solid red; */
}

.logobar_icon_gmail
	text-align:left;
    width: 50rem;
}

.logobar_txt {
	text-align:left;
	width: 100rem;
	/* border: 1px solid blue; */
}

/* ============================================= */
/* ============================================= */

/* NAVBAR */
.navbar {
    /* bk color added to row */
}

.nav-item {
    font-family: 'Encode Sans Condensed', sans-serif;
    margin: 0;
    padding: 0% 3% 0% 3%;
    font-size:100%;
    font-weight: 500;
    line-height: 120%;
    transition: 4000 ms;
}

.nav-item a:link {
    color: white !IMPORTANT;
}

.nav-item a:hover {
    font-size:100%;
    font-weight: 500;
    line-height: 120%;
    color:yellow !IMPORTANT;
}

.nav-item a:visited {
    color:white !IMPORTANT;
}

.navbar-toggler {
    background-color: gray;    
    border:  1px solid white;
}

.navbar-toggler-icon {
    color: white !important;
}


/*===================================================*/
/*===================================================*/
/*===================================================*/

/* FOOTER */
.footer {
	margin:0;
	padding:0;
	min-height:300px;
	background-color:#042e3f;
}

.footer_txt_link {
	color: yellow;
	text-decoration: none;
}

.footer_txt_white {
	color: white;
}

/*===================================================*/
/*===================================================*/
/*===================================================*/

/* FORM */

.formBack {
	margin: 2% 0 0 0;
	padding: 6%;
	background-color:rgba(0,0,0,.05);
	border-radius: 10px;
}

.formBoxRegistration
{
	margin:0;
	padding:6% 6% 2% 6%;
	background-color:#2C3A47;
}

.formBoxDetails
{
	margin:0;
	padding:3% 6% 6% 6%;
	background-color:#e9ede7;
}

.subscribeBoxDetails
{
	margin:0;
	padding:3% 6% 6% 6%;
	background-color:#e9ede7;
	border-radius: 20px;
}

.subscribe_runtxt
{
	font-size: 80%;
}

.faqbox {
	margin:0;
	padding:10%;
	height:100%;
	background-color:white;
	font-size: 80%;
	text-align: justify;
	color:black;
}

/*===================================================*/
/*===================================================*/
/*===================================================*/

/* ADMIN */

/*===================================================*/
/*===================================================*/
/*===================================================*/

/* SUCCESS and FAIL */

.success
{
	background-color:#82FF3E;
	color: black;
	margin: 2%;
	padding: 2%;
	border-radius: 5px;
	font-weight: bold;
}

.fail
{
	background-color:#FF7678;
	color: black;
	margin: 2%;
	padding: 2%;
	border-radius: 5px;
	font-weight: bold;
}

