@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:200,300,400,500,600,700,800');
body {
 background: #fff;
 color: #666666;
 font-family: 'Work Sans', sans-serif;
 margin: 0px;
 padding: 0px;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.anchor0 { 
  display: block;
  height: 150px; /*same height as header*/
  margin-top: -170px; /*same height as header*/
  visibility: hidden;
}
.anchor { 
  display: block;
  height: 70px; /*same height as header*/
  margin-top: 500px; /*same height as header*/
  visibility: hidden;	
}
.anchor1 { 
  display: block;
  height: 50px; /*same height as header*/
  margin-top: 420px; /*same height as header*/
  visibility: hidden;
}
.anchor2 { 
  display: block;
  height: 30px; /*same height as header*/
  margin-top: 100px; /*same height as header*/
  visibility: hidden;
}
.anchor3 { 
  display: block;
  height: 30px; /*same height as header*/
  margin-top: 30px; /*same height as header*/
  visibility: hidden;
}
.anchor4 { 
  display: block;
  height: 90px; /*same height as header*/
  margin-top: 494px; /*same height as header*/
  visibility: hidden;
}
.anchor5 { 
  display: block;
  height: 120px; /*same height as header*/
  margin-top: 80px; /*same height as header*/
  visibility: hidden;
}
.anchor6 { 
  display: block;
  height: 54px; /*same height as header*/
  margin-top: 150px; /*same height as header*/
  visibility: hidden;
}
.anchor7 { 
  display: block;
  height: 56px; /*same height as header*/
  margin-top: 480px; /*same height as header*/
  visibility: hidden;
}
.anchor8 { 
  display: block;
  height: 110px; /*same height as header*/
  margin-top: -120px; /*same height as header*/
  visibility: hidden;
  position: absolute;
  width: 100%;
}
.anchor9 { 
  display: block;
  height: 30px; /*same height as header*/
  margin-top: 490px; /*same height as header*/
  visibility: hidden;
}
.anchor10 { 
  display: block;
  height: 96px; /*same height as header*/
  margin-top: -120px; /*same height as header*/
  visibility: hidden;
}
/*	PRELOADER
------------------------------*/

div.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f7f7f7;
    
}

.sticky {
	width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: fixed;
	/*background-color: #FFFFFF;*/
	z-index: 999;
}
@keyframes loader {
    0%, 10%, 100% {
        width: 60px;
        height: 60px;
    }
    50% {
        width: 120px;
        height: 120px;
        border-radius:50%;
        background:#fff;
        
    }
    
    70% {
       transform:rotate(-30deg);
        
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height:80px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) ;
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}

.loader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
   border:1px solid rgba(0,0,0,0.3);
    border-radius:50%;
    box-shadow:2px 2px 3px 4px rgba(0,0,0,0.3);
}

.loader span:nth-child(1) {
    top: 0;
    left: 0;
}

.loader span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(4) {
    bottom: 0;
    right: 0;
}
/*	End PRELOADER
------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0px 0;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #FFF;
  border-top: 6px solid #413783;
}
.container-fluid{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
/*----------Scroll Top---------------------------*/
.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 10px;
  background-color: #BE3F48;
  padding: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

/*------------------------------------------------------------*/
#header.header-scrolled {
  padding: 0px 0;
  height: 80px;
  transition: all 0.5s;
  box-shadow: 0px 3px 15px grey;
}


#header #logo {
	float: left;
	padding-left: 30px;
	width: 20%;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
.menu-container{
	float: left;
	width: 48%;
	height: 80px;
	text-align: right;
}
.navbar-client-logo{
	width: 28%;
	float: left;
	padding-top: 3px;
}
.navbar-client-logo1{
	display: none;
}
.nav-bar-box1 {
	width: 30%;
	float: left;
}
.nav-bar-box2 {
	width: 50%;
	float: left;
}
.nav-bar-box3 {
	width: 18%;
	float: left;
}
.login-form {
  padding-top:0px;
  margin: 0px auto;
  text-align: center;
}
.formlabel{
	font-size: 14px;
	color: #222222;
	font-weight: 300;
}
.login {
	color: #609d3b;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	padding-top: 6px;
}
.form_text {
    float: left;
	font-size: 15px;
	color: #939393;
	font-weight: 300;
    border: 1px solid #eeeef2;
    border-radius: 0px;
    padding: 3px 2px;
    background-color: #eeeef2;
	margin-bottom: 4px;
}
.loginfrm{
	margin: 0 auto;
	width: 100%;
}
.login-bottom
{
	float: left;
	/*padding-top: 31px;*/
    padding-top: 0px;
    padding-left: 5px;
}
.login-button{
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #609d3b;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	padding: 2px 8px 3px 8px;
	border: 1px solid #609d3b;
}
.forgot_password{
	font-size: 12px;
	color: #5f5f5f;
	text-align: left;
	padding-left: 2px;
}
.forgot_password a{
	color: #5f5f5f;
	text-decoration: none;
}
.footer {
	float: left;
	width: 100%;
	text-align:center;
	padding:  50px 0px 30px 0px;
}
.footer-logo {
	display: none;
}
.footer-text {
	float: left;
	width: 100%;
	color: #3d3d3d;
}
.footer1 {
	margin: 0px auto;
	width: 100%;
	height: 30px;
	color: #3d3d3d;
	padding: 30px 0px 10px 0px;
	background-color: #f5f5f5;
	text-align:center;
	max-width: 1360px;
	border-top: solid 1px #EBEBEB;
	margin-top: 20px;
}
@media screen and (max-width: 1369px) 
{
.nav-bar-box1 {
	width: 28%;
}
.nav-bar-box2 {
	width: 53%;
}

}

@media screen and (max-width: 1280px) 
{
#header #logo {
	padding-left: 20px;
	width: 15%;
}
.menu-container{
	width: 52%;
}
.navbar-client-logo{
	width: 30%;
}	
}
@media screen and (max-width: 1152px) 
{

}

@media screen and (max-width: 1024px) 
{
#header #logo {
	padding-left: 20px;
	width: 12%;
}
.menu-container{
	width: 48%;
}
.navbar-client-logo{
	width: 36%;
}	
.nav-bar-box1 {
	width: 27%;
}
.nav-bar-box2 {
	width: 53%;
}	
}

@media screen and (max-width: 980px) 
{
	#header #logo{width:10%;}
	.menu-container{width:50%;}
.navbar-client-logo{
	width: 37%;
}	
.nav-bar-box1 {
	width: 27%;
}
.nav-bar-box2 {
	width: 54%;
}
.nav-bar-box3 {
	width: 17%;
}	
}

@media screen and (max-width: 880px) 
{
.login-form {
  text-align: left;
}
.login {
	font-size: 15px;
}
.form_text {
	font-size: 13px;
	font-weight: 300;
    padding: 3px 10px;
}
.login-bottom
{
	padding-top: 28px;
}	
.login-button{
	font-size: 13px;
	padding: 3px 8px 3px 8px;
}	
.forgot_password{
	font-size: 10px;
	padding-left: 2px;
}	
}

@media screen and (max-width: 800px) 
{
.form_text {
    padding: 3px 6px;
}
.login-bottom {
	padding-top: 28px;
}	
.login-button{
	font-size: 13px;
	padding: 3px 8px 3px 8px;
}	
.forgot_password{
	font-size: 10px;
	padding-left: 2px;
}	
}

@media screen and (max-width: 768px) {
.navbar-client-logo1{
	width: 48%;
	float: right;
	padding-top: 3px;
	display: block;
	clear: right;
}
.login1 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #609d3b;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	padding: 4px 8px 4px 8px;
	border: 1px solid #609d3b;
	width: 41%;
	float: right;
	margin-right: 24px;
}
    .login1 a {
	color: #ffffff;
	text-decoration: none;
}
.menu-container{
	float: right;
	width: 48%;
	height: 80px;
	text-align: right;
	margin-top: 2px;
	margin-right: 10px;
}	
.navbar-client-logo{
	display: none;
}	

}

@media screen and (max-width: 660px) {
.login1 {
	width: 50%;
}	
}

@media screen and (max-width: 600px) {
.login1 {
	width: 53%;
}	
}

@media screen and (max-width: 550px) {
.login1 {
	width: 55%;
}
.menu-container{
	width: 55%;
}		
}

@media screen and (max-width: 480px) {
#header #logo {
    width: 20%;
}
.navbar-client-logo1 {
    width: 70%;
}	
.login1 {
	width: 48%;
}	
}

@media screen and (max-width: 375px) {

.login1 {
	width: 52%;
}	


}

@media screen and (max-width: 360px) {
.login1 {
	width: 56%;
	font-size: 14px;
}
.menu-container{
	width: 60%;
}	
 
}

@media screen and (max-width: 320px) {
.login1 {
	width: 58%;
}	
}