body{ margin:0; padding:0; font-family: 'Open Sans', sans-serif;}
a, button, input { transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
/*.bg_sign_form { background: #585555 url(../images/workmate.jpg) no-repeat; background-position: center center; background-size: cover;  }*/

.clearfix:after{ clear:both;}
.clearfix:after, .clearfix:before { content:""; display:block;}
/*=============== Sign_up Form Start =============*/
.logo { display: block; padding-bottom: 2rem; width: 60px; margin: 0 auto;}
.logo img { width: 100%; }
.validation_error { display: none; color: #FF888A; font-size: 14px; line-height: 14px; margin: 10px 0 0 0; padding: 0; }
.error .validation_error { display: block; }
.txt_field::-webkit-input-placeholder {color: #C6CCD7;}
.txt_field:-moz-placeholder { /* Firefox 18- */color: #C6CCD7;}
.txt_field::-moz-placeholder {  /* Firefox 19+ */color: #C6CCD7;}
.txt_field:-ms-input-placeholder {color: #C6CCD7;}

/*=============== Login Form Start =============*/
.panel-wrapper { height: 100%; }
.wmLogo { float: left; position: absolute; left: 38px; top: 38px; }
.wmLogo img { width: 100%; }
.blueBtn {display: inline-block; border: 2px solid #fff; border-radius: 4px; font-size: 10px;  color:#fff;  letter-spacing: 1px;
    padding: 9px 36px; text-decoration: none; text-transform: uppercase; font-weight: bold;}
.blueBtn:hover { background: #fff; color: #212529; box-shadow: 0 3px 12px 0 rgba(0,0,0,.25); text-decoration: none; }
.login-img-panel {
	background: #fff url(../images/login-panel.jpg) no-repeat;
    /* background: #fff url(../images/signify_login_image.png) no-repeat; */
    background-position: center center;
    background-size: cover;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* min-height: 600px; */
    height: 100%;
    overflow: hidden;
}
.login_panel_content {    padding: 0 38px; text-align:center; margin-top: -50px;}
.login_panel_content h2 { margin-bottom: 33px; opacity: .69; font-weight: 600;  font-size: 20px;  color: #FFF;  letter-spacing: 1.42px;  text-transform: uppercase;}
.login_panel_content p { margin-bottom: 33px;  opacity: 1;  font-weight: 400;  font-size: 14px;   color: #FFF;}
.main_panel { margin-left: 70%; height: 100%;   overflow: auto; position: relative;}
.main_panel_block {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    /* background-color: #000; */
    /* opacity: 0.5; */
}
.main_panel_sec {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 40px;
    padding-bottom: 50px;
}
.login_section{ margin:0 10px;}
.login_form { max-width: 600px; width: 90%; margin: 0 auto;  padding: 0 0 20px 0; border-radius: 4px; }
.login_form .login_logo {
    padding: 20px 15px 20px 0;
    text-align: center;
}
.login_form .login_logo h2 { font-size: 20px; line-height: 20px; color: #303131; margin-bottom: 20px; }
.login_fields { padding: 20px 0;}
.login_fields p { font-size: 13px; color: #8C96A9; }
.login_fields p a { color: #8C96A9; text-decoration: underline; }
.login_fields p a:hover { text-decoration: none; }
.main_panel_subheading {  display: block;  margin-top: 10px;  font-size: 16px;  color: #596377;}
.login_fields .label_txt {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    font-weight: 700;
    line-height: 15px;
    font-size: 9px;
    margin-bottom: 8px;
    display: none;
}
.login_fields .form-group { position: relative;  margin-bottom: 20px; }
.login_fields .txt_field { border: 1px solid #D4D9E2; display: block; width: 100%; border-radius: 3px; padding: 8px; font-size: 14px; color: #596377;  outline: 0;}
.login-subhead {color:#fff; font-size: 20px; font-weight:normal;}
.login_fields .inputline { background: #8C7777; bottom: 0; content: ''; height: 1px; left: 45%; position: absolute; transition-duration: .2s; transition-timing-function: cubic-bezier(.4, 0, .2, 1); visibility: hidden; width: 10px; display: inline-block; }
.login_fields .enter_btn {
    background: #fff;
    opacity: .5;
    text-transform: uppercase;
    padding: 11px 20px;
    /* float: left; */
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    border: none;
    outline: none;
    text-align: center;
    margin: 0 auto;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    cursor: pointer;
    border-radius: 4px;
}
.login_fields .enter_btn:hover{    background: #333; box-shadow: 0 3px 12px 0 rgba(0,0,0,.25);}
.sign_forgot { padding: 0 0 30px 25px; position: absolute; right: 0; top: 0; }
.sign_forgot a { font-size: 12px; color:#8C96A9; line-height: 14px; text-decoration: none; display: inline-block; }
.sign_forgot a:hover { text-decoration: underline;  color:#212529;}
.sign_forgot .forgot { float: right;}
.form-group{background: rgba(255, 255, 255, 0); margin-bottom: 10px; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out;}
.mblogo { display: none; }
.footText { position: absolute; bottom: -15px; left: 0; color: #fff; font-size: 12px;  text-align: center; float: left; width: 100%;}
.linkText { float: left; margin-left: 20px; margin-top: 35px; }
/*=============== Login Form End =============*/



@media (max-width: 1590px) {
    .logform{ height:auto;}
}
@media (max-width: 767px) {
    .login_fields .enter_btn{    margin-top: 18px;}
    .login_fields {padding: 18px 0;}
    .main_panel_subheading { font-size: 14px; }
}
@media only screen and (max-width: 1024px) {
    /* .login-img-panel {  display: none;   } */
    .main_panel {  margin-left: 0;  }
    .main_panel_sec {  padding-top: 25px;  padding-bottom: 25px; }
    .mblogo { display:block; padding-bottom: 25px; width: 60px; }
    .mblogo img { width: 100%; }
}
@media only screen and (max-width: 375px) {
    .login-subhead { font-size: 22px; }
    .login_fields .enter_btn { padding:20px 40px; }
}
@media only screen and (max-width: 320px) {
    .linkText {
        margin-left: 0;
        margin-top:0;
        width:100%;
    }
}

#header {
	display:none;
}


#about {
    position: relative;
    width: 100%;
    height: 100%;
}

.page {
    position: absolute;
    width: 100%;
    height: 100%;
}
.nodisplay {
    display: none;
}



.main-info-page {
	transition: all .5s ease; 
	left: -100%;
}
.main-info-page.about-1S {
	left: 0;
	transition: all .5s ease; 
}
.main-login-page {
	transition: all .5s ease; 
	right: -100%;
}
.main-login-page.about-2S {
	right: 0;
	transition: all .5s ease; 
	
}
.btn-back {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -50px;
    margin-bottom: 0;
    background-color: #1f3559;
    color: #fff;
    border-radius: 45px 0 0 45px;
    display: block;
    width: 36px;
    height: 36px;
}
.btn-back:hover i, .btn-back:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
}
.btn-back i {
    vertical-align: middle;
}
.x-overflow-h {
    overflow-x: hidden;
}








.main-body-sec.main-landing-body {
    padding-top: 64px;
    overflow: hidden;
    height: 100vh;
}
.car-trigger {
    text-align: center;
    color: #fff;
    width: 150px;
    height: 150px;
	padding-top: 30px;
	border-radius: 24px;
	transition: all 1s ease;
	opacity: .75;
	cursor: pointer;
}
.car-trigger:hover, .car-trigger.active {
    /*transform: scale(1.5);
	transition: all 1s ease;*/
	opacity: 1;
	cursor: pointer;
}
.car-trigger i {
    font-size: 48px;
	width: 48px;
}
.car-trigger h2 {
    font-size: 24px;
}

.carousel-wrap {
  	padding: 0 5%;
	width: 80%;
	position: fixed;
	bottom: 0;
	left: 11%;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}



.ic-trig {
	width: 48px;
    height: 48px;
    border-radius: 12px;
    padding-top: 10px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
}
.ic-trig i {
	font-size: 28px;
    color: #fff;
	width: 28px;
}

div.cap {
    display: block;
    height: 100px;
    width: 40px;
    background: url(http://fivera.net/wp-content/uploads/2013/08/dock-background-fivera-net.png) bottom left no-repeat;
}

div.cap.left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.cap.right {
    background-position: right bottom;
    position: absolute;
    top: 0px;
    right: 0px;
}

ul.osx-dock {
    display: inline-block;
    height: 130px;
    padding: 0 40px 0 0;
    background: url(http://fivera.net/wp-content/uploads/2013/08/dock-background-fivera-net.png) no-repeat right bottom;
    overflow: hidden;
    margin: 0 0 0 40px;
}

ul.osx-dock li {
    display: block;
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin: 60px 20px 4px 0;

    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    transition: 0.15s linear;

    -webkit-transition-property: -webkit-transform margin;
    -moz-transition-property: -moz-transform margin;
    -o-transition-property: -o-transform margin;
    -ms-transition-property: -ms-transform margin;
    transition-property: transform margin;
    text-align: center;
}

ul.osx-dock li a {
    display: block;
    height: 50px;
    padding: 0 1px;

    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    transition: 0.15s linear;

    -webkit-transition-property: -webkit-transform margin;
    -moz-transition-property: -moz-transform margin;
    -o-transition-property: -o-transform margin;
    -ms-transition-property: -ms-transform margin;
    transition-property: transform margin;
    margin: 0;
    -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.45, transparent), to(rgba(255, 255, 255, 0.25)));
}

ul.osx-dock li a img {
    width: 48px;
}

ul.osx-dock li:hover, ul.osx-dock li.active {
    margin-left: 15px;
    margin-right: 20px;
    z-index: 200;
}

ul.osx-dock li:hover a, ul.osx-dock li.active a {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

ul.osx-dock li.nearby {
    margin-left: 6px;
    margin-right: 6px;
    z-index: 100;
}

ul.osx-dock li.nearby a {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;

    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

ul.osx-dock li span {
    background: #212121;
    position: absolute;
    bottom: 80px;
    margin: 0 auto;
    display: none;
    width: auto;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 6px;
    border-radius: 6px;
    color: #fff;
}

ul.osx-dock li:hover span, ul.osx-dock li.active span {
    display: block;
}

div#dockContainer {
    position: fixed;
    bottom: 65px;
    height: 120px;
    padding: 50px 0 0;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    line-height: 1;
    z-index: 100;
}

div#dockWrapper {
    width: auto;
    display: inline-block;
    position: relative;
    border-bottom: solid 2px rgba(255,255,255,.35);
    line-height: 0;
}





.reports-item h1 {
	margin-bottom: 20px;
	color: #212121;
	font-size: 36px;
	margin-top: 45px;
}
.reports-item p {
	color: #757575;
}
/* .reports-item .img-sec {
    width: 320px;
    display: inline-block;
	float: right;
} */
.reports-item .img-sec img {
    max-width: 100%;
}
.reports-item {
    width: 70%;
    margin: 70px auto;
    position: relative;
}
.reports-item .download-pdf {
    position: absolute;
    right: 0;
}
.reports-item .download-pdf i {
    vertical-align: middle;
}

.reports-item .download-pdf span {
    text-decoration: underline;
}
.reports-item .data-left {
    float: left;
    width: 50%;
}

.main-info-page.about-1S .header, .main-item .header {
    background-color: transparent;
    box-shadow: none;
}
.main-info-page.about-1S .header .logo {
    float: left;
    margin-top: 10px;
    color: #1F3559;
    font-size: 24px;
    width: 180px;
    font-weight: 700;
}
.main-item .header {
    display: none;
}

ul.osx-dock li a:hover {
    text-decoration:none;
}

