body
{
	font-family: 'Open Sans', sans-serif;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 25px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0; 
  color: #111;
}
  
  a:hover {
  text-decoration: none; }

  p
  {
    margin-bottom: 0;
  }

  textarea {
  resize: none;
}

.error
{
  color: red;
}

.btn.focus, .btn:focus
{
  box-shadow: none;
}

.cyberlsi-nav-bg {
	background: #FFFFFF !important;
	/*background: #040674 !important;*/ 
}

.social-icons li
{
	margin-left: 10px;
}

.ftr-part
{
  background: url('../images/CTA-bg.jpg');
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 50px 200px; 
  text-align: center;*/
  color: #fff;
}

.ftr-part h4
{
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}

.imp-links li
{
	margin-bottom: 5px;
}

.ftr-part li a
{
	color: #fff;
	
}

.contact-details li
{
	margin-bottom: 8px;
}

.contact-details li i
{
	margin-right: 10px;
}

.fa-location-dot
{
	margin-top: 3px;
}

.btn-login-btn {

	background: #2b9b3f !important;
	color: #fff;
	padding: 8px 25px;
	border-radius: 4px;
}

.btn-login-btn:hover, .btn-signup:hover
{
	color: #fff;
}

.btn-signup
{
	background: #040674 !important;
	color: #fff;
	padding: 8px 25px;
	border-radius: 4px;
}

.form-box .form-group label
{
	margin-bottom: 0;
}

.form-box
{
	border: 1px solid #04067480;
	border-radius: 10px;
}

.form-control:focus
{
	box-shadow: none;
	border-color: #040674;
}

.field-validation-error {
	color:red !important;
}

.navbar-brand img
{
	width: 100px !important;
}
.splash-screen img {
	width: 200px !important;
}
.sacontaintbox {
	border: 1px solid #222;
	border-radius: 10px;
	padding: 15px;
}