*{
	margin: 0;
	padding: 0;
}

/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Change this to your desired background color */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader img {
    width: 200px; /* Adjust the size of your GIF */
    height: 200px;
}

.signinDiv{
	border: 2px solid #ffffff;
	border-radius: 10px;
}
.signinDiv a:hover{
	background-color: #ffffff;
	color: #1230AE !important;
}


/*colors #3fa2f6 #96c9f4 #0f67b1*/
.navbar{
	background-color: #1230AE !important;
}

.navbar a{
	color: #d0d4d8;
	font-weight: bold;
}

.navbar a:hover{
	color: #fff;
}

.hover-color:hover{
	color: orange !important;
}

/*Company Logo========================*/
.navbar-brand{
	font-size: 25px;
	font-family: sans-serif;
}
.dropdown-menu{
	background-color: #0b2f9f;
}
.dropdown-menu a:hover{
	background-color: #0b2f9f;
	color: #fff !important;
	font-weight: bold;
}

.launch-announce{
	background-color: orange;
	color: #0b2f9f;
}

#payNow{
	border: 2px solid #0b2f9f;
	color: #0b2f9f;
	margin-right: 30px;
	margin-left: 30px;
}

#payNow:hover{
	background-color: orange;
	border: 2px solid orange;
	color: #0b2f9f;
	cursor: pointer;	
}
.row-text{
	color: #0b2f9f;
}

#achievement-section{
	background-image: url('../images/ai-images.png');
	background-position: cover;
	background-position: center;
	background-repeat: repeat;	
}

#achievement-section{
	padding-bottom: 70px;
}

/*Footer section css============*/
.footer{
	background-color: #1d2a35 !important;
	color: #d0d4d8;
	font-weight: bold;
}
.footer h3{
	color: #fff;
	font-size: 30px !important;
}
.footer a{
	color: #697565;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover{
	color: #fff;
}
.footer i{
	font-size: 33px;

}
.has-error{
	border: 1px solid #ff0000;
}
.responsive-vid{
	width: 100%;
	height: auto;
}
/*Forms styles=======*/
.login_form{
	background-color: #006BFF !important;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
}
.bdy-color{
	background-color: #006BFF;
}

/*Profile page*/
.profile-head{
	background-color: #006BFF;
	color: #fff;
	margin-left: 40px;
	margin-right: 40px;
}