/***** GLOBAL *****/

html,
body {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    height: 100%;
    margin:0;
    min-width: 320px;
    position:relative;
}

body {
    color: #5F5F5F;
    font-size: 0.875rem;
    overflow: hidden;
    overflow-y: visible;
    padding: 0;
    width: 100%;

    -webkit-transition: opacity 0.3s ease;
       -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
         -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
}
/* HTML5 display-role reset for older browsers, you will still need a .js shim for IE */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
p, ul,html, body, h1, h2,h3,h4,h5 {padding:0; margin:0;}

body.user {
    color: #9ea7b3!important;
    font-family:"Open Sans", Arial, sans-serif!important;
    font-size: 13px!important;
    line-height: 20px;
    overflow-x: hidden!important;
    min-height: 100%;
    z-index: -2;
    margin: 0px !important;
    background: url('../img/bg.jpg') no-repeat top center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.main{z-index: 10}
.input-widget {
    margin: -7px 25px 0 0!important;
}
header .container-fluid {
    text-align: justify;
    line-height: 0;
}
.site-header {
    z-index: 600;
    position: relative;
    background: white;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.25);
    box-shadow: 0 1px 8px rgba(0,0,0,0.25)
}
.wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 0px;
}
#login-main {
    width: 100%;
    float: left;
    clear: both;
    /* background: #77B282; */
    background: url(../images/homepg-laptop.png) no-repeat scroll center 25px #4cb481;
    padding: 4%;
    height: 390px;
}
.loginSec{
    background: #4cb481;

}
#login-main > a {
    display: inline-block;
}
#login-main #text-main {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 215px;
}
#login-main #head-text{
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 2px;
    font-size: 23px;
    text-transform: uppercase;
    color: #000 ;
    position: relative;
    top: -22px;
    z-index: 150;
}
#login-main #text-area {
    font-size: 13px;
    color: #fff ;
    width: 100%;
    float: left;
    clear: both;
    margin-top: -19px;
        z-index: 150;
         position: relative;
}
#login-main #text-area a, #login-main #head-text a{ color: #000;}
#login-main #head-text a{color: #fff;}
.top-left-part {
    width: 60%;
    float: left;
    position: relative;
} 
.top-right-part {
    width: 40%;
    position: relative;
    float: right;
} 
.clear{clear: both;}
.aim{text-align:   center;
}
 .laglogo {
    width: 65px !important;
    display: inline-block;
}
.aim h2{      padding: 10px 4%;
    line-height: 19px;
    line-height: 15px;
    z-index: 150;
    font-size: 20px;
    font-weight: 500;}

.logo-main img{
    width: 200px;vertical-align: top;
}
 .accreditation, .inspection, .monitoring     {z-index: 10;}
 .accreditation      {
    background: black;

}
 .accreditation a{color: #fff}
 .monitoring      {
    background: #1da5fd;
    
}
 .monitoring a{color: #fff}
 .inspection      {
    background: #ee1212;z-index: 10;
   
}
 .inspection a{color: #fff}
 .lines {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    pointer-events: none;
}
.lines_i {
    height: 100%;
    display: inline-block;
    width: calc(12.5% - 15px);
    position: relative;
}
.lines_i:before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #f0f2f7;
    -webkit-transition: background 0.2s 0.2s;
    transition: background 0.2s 0.2s;
}
.lines_i:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f0f2f7;
    -webkit-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1600px) and (min-width: 1200px){
.lines_i__10 {
    width: 40px;
}
.lines_i {
    width: calc(12.5% - 10px);
}
}
/**Form 2*/

.register-form-container{
   
        padding: 20px;
    max-width: 80%;
    margin: 0px auto 20px;
    border-radius: 4px;
  /*  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);*/
}
#register-form fieldset:not(:first-of-type) {
    display: none;
  }
.navbar-header {
    background: #01c0c8;
}
.main-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 42px 42px 0;
    border-style: solid;
    border-color: #fff rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.home-banner .banner-stats {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-stats .stat {
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    text-align: center;
    padding: 0px 0 10px
}
.banner-stats .stat span {
    font-size: 2em;
    font-weight: 200
}
.banner-stats .stats-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
   
}
.stat+.stat.bg-white:before {
    background-color: hsla(0,0%,100%,.5);
}
 .stat+.stat:before {
    content: '';
    height: 60px;
    width: 1px;
    display: block;
    background-color: hsla(0,0%,100%,.5);
    -webkit-transform: rotate(20deg) translate(0, -50%);
    -ms-transform: rotate(20deg) translate(0, -50%);
    transform: rotate(20deg) translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.progress-button button, .progress-button input{
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 150px;
    height: 50px;
    border: 2px solid #1ECD97;
    border-radius: 40px;
    background: transparent;
    color: #1ECD97;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;}

.next, .previous{
    display: block;
    padding: 0;
    width: 150px;
    height: 50px;
    border: 2px solid #ee1212;
    border-radius: 40px;
    background: transparent;
    color: #ee1212;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
 position: relative;
    display: inline-block;
    text-align: center;}
 .progress-button {
    position: relative;
    display: inline-block;
    text-align: center;
}
.previous:hover, .next:hover {
    background-color: #ee1212;
    color: #fff;
}
.progress-button.register button:hover{
    background-color: #1ECD97;
    color: #fff;
}
.progress-button button:focus, .previous:focus, .next:focus {
    outline: none;
}
.progress-button svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.progress-button svg path {
    opacity: 0;
    fill: none;
}
.progress-button svg.checkmark path,
.progress-button svg.cross path {
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 4;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

/***** GEOMETRY *****/

#geometry {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#geometry {
    position: absolute;
}

#geometry span {
    position: absolute;

    -webkit-transition: all 1000ms ease;
       -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
         -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
}

#geometry svg {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;

    -webkit-transition: all 1000ms ease;
       -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
         -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
}

#geometry svg,
#geometry svg path {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

/** SQUARE 1

#geometry svg {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
       -moz-transform: translateX(-50%) translateY(-50%) scale(0);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0);
         -o-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
}
 **/
#geometry svg {
    fill: #4DDCB1;
    fill-opacity: 0.2;
}

 #geometry #square_1 {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(55deg) ;
       -moz-transform: translateX(-50%) translateY(-50%) scale(1) rotate(55deg) ;
        -ms-transform: translateX(-50%) translateY(-50%) scale(1) rotate(55deg) ;
         -o-transform: translateX(-50%) translateY(-50%) scale(1) rotate(55deg) ;
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(55deg) ;
}

/** CIRCLE 1 **/

#geometry #circle_1 {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
       -moz-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
         -o-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
}

/** TRIANGLE 1 **/

#geometry #triangle_1 {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(-7.5deg);
       -moz-transform: translateX(-50%) translateY(-50%) scale(1) rotate(-7.5deg);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1) rotate(-7.5deg);
         -o-transform: translateX(-50%) translateY(-50%) scale(1) rotate(-7.5deg);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(-7.5deg);
}

/** SQUARE 2 **/

#geometry #square_2 {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(10.5deg);
       -moz-transform: translateX(-50%) translateY(-50%) scale(1) rotate(10.5deg);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1) rotate(10.5deg);
         -o-transform: translateX(-50%) translateY(-50%) scale(1) rotate(10.5deg);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(10.5deg);
}

/** CIRCLE 1 **/

#geometry #circle_2 {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
       -moz-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
         -o-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
}

/** TRIANGLE 1 **/

#geometry #triangle_2 {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(-70deg);
       -moz-transform: translateX(-50%) translateY(-50%) scale(1) rotate(-70deg);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1) rotate(-70deg);
         -o-transform: translateX(-50%) translateY(-50%) scale(1) rotate(-70deg);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(-70deg);
}

@media (min-width: 1621px) {
    #geometry #square_1   { width: 7.5rem; height: 7.5rem; }
    #geometry #circle_1   { width: 5rem; height: 5rem; }
    #geometry #triangle_1 { width: 9rem; height: 9rem; }
    #geometry #square_2   { width: 17.5rem; height: 17.5rem; }
    #geometry #circle_2   { width: 12.5rem; height: 12.5rem; }
    #geometry #triangle_2 { width: 15rem; height: 15rem; }
}

@media (min-width: 1121px) and (max-width: 1620px) {
    #geometry #square_1   { width: 5.5rem; height: 5.5rem; }
    #geometry #circle_1   { width: 3rem; height: 3rem; }
    #geometry #triangle_1 { width: 7rem; height: 7rem; }
    #geometry #square_2   { width: 15.5rem; height: 15.5rem; }
    #geometry #circle_2   { width: 10.5rem; height: 10.5rem; }
    #geometry #triangle_2 { width: 13rem; height: 13rem; }
}

@media (min-width: 1121px) {


    /* STEP 1 */
    #geometry #square_1.step01   { top: 25%; left: 22%; }
    #geometry #circle_1.step01   { top: 35%; right: 5%; }
    #geometry #triangle_1.step01 { bottom: 0%; left: 10%; }
    #geometry #square_2.step01   { bottom: -24%; right: 6%; }
    #geometry #circle_2.step01   { bottom: -50%; left: 30%; }
    #geometry #triangle_2.step01 { bottom: -50%; right: 12%; }

    /* STEP 2 */
    #geometry #square_1.step02   { top: 20%; left: 22%; }
    #geometry #circle_1.step02   { top: 32.5%; right: 5%; }
    #geometry #triangle_1.step02 { bottom: 10%; left: 10%; }
    #geometry #square_2.step02   { bottom: 0%; right: 6%; }
    #geometry #circle_2.step02   { bottom: -38%; left: 30%; }
    #geometry #triangle_2.step02 { bottom: -34%; right: 12%; }

    /* STEP 3 */
    #geometry #square_1.step03   { top: 15%; left: 22%; }
    #geometry #circle_1.step03   { top: 30%; right: 5%; }
    #geometry #triangle_1.step03 { bottom: 20%; left: 10%; }
    #geometry #square_2.step03   { bottom: 24%; right: 6%; }
    #geometry #circle_2.step03   { bottom: -26%; left: 30%; }
    #geometry #triangle_2.step03 { bottom: -18%; right: 12%; }

    /* STEP 4 */
    #geometry #square_1.step04   { top: 10%; left: 22%; }
    #geometry #circle_1.step04   { top: 27.5%; right: 5%; }
    #geometry #triangle_1.step04 { bottom: 30%; left: 10%; }
    #geometry #square_2.step04   { bottom: 48%; right: 6%; }
    #geometry #circle_2.step04   { bottom: -14%; left: 30%; }
    #geometry #triangle_2.step04 { bottom: -8%; right: 12%; }

    /* STEP 5 */
    #geometry #square_1.step05   { top: 10%; left: 22%; }
    #geometry #circle_1.step05   { top: 25%; right: 5%; }
    #geometry #triangle_1.step05 { bottom: 40%; left: 10%; }
    #geometry #square_2.step05   { bottom: 60%; right: 6%; }
    #geometry #circle_2.step05   { bottom: -2%; left: 30%; }
    #geometry #triangle_2.step05 { bottom: 14%; right: 12%; }

    /* STEP 6 */
    #geometry #square_1.step06   { top: 0%; left: 22%; }
    #geometry #circle_1.step06   { top: 22.5%; right: 5%; }
    #geometry #triangle_1.step06 { bottom: 50%; left: 10%; }
    #geometry #square_2.step06   { bottom: 96%; right: 6%; }
    #geometry #circle_2.step06   { bottom: 10%; left: 30%; }
    #geometry #triangle_2.step06 { bottom: 30%; right: 12%; }

}

@media (min-width: 769px) and (max-width: 1120px) {

    /* SIZING */
    #geometry #square_1   { width: 3rem; height: 4rem; }
    #geometry #circle_1   { width: 2.5rem; height: 2.5rem; }
    #geometry #triangle_1 { width: 6rem; height: 6rem; }
    #geometry #square_2   { width: 12rem; height: 12rem; }
    #geometry #circle_2   { width: 8rem; height: 8rem; }
    #geometry #triangle_2 { width: 10rem; height: 10rem; }

    /* STEP 1 */
    #geometry #square_1.step01   { top: 25%; left: 22%; }
    #geometry #circle_1.step01   { top: 35%; right: 5%; }
    #geometry #triangle_1.step01 { bottom: 0%; left: 10%; }
    #geometry #square_2.step01   { bottom: -24%; right: 2%; }
    #geometry #circle_2.step01   { bottom: -50%; left: 30%; }
    #geometry #triangle_2.step01 { bottom: -50%; right: 12%; }

    /* STEP 2 */
    #geometry #square_1.step02   { top: 20%; left: 22%; }
    #geometry #circle_1.step02   { top: 32.5%; right: 5%; }
    #geometry #triangle_1.step02 { bottom: 10%; left: 10%; }
    #geometry #square_2.step02   { bottom: 0%; right: 2%; }
    #geometry #circle_2.step02   { bottom: -38%; left: 30%; }
    #geometry #triangle_2.step02 { bottom: -34%; right: 12%; }

    /* STEP 3 */
    #geometry #square_1.step03   { top: 15%; left: 22%; }
    #geometry #circle_1.step03   { top: 30%; right: 5%; }
    #geometry #triangle_1.step03 { bottom: 20%; left: 10%; }
    #geometry #square_2.step03   { bottom: 24%; right: 2%; }
    #geometry #circle_2.step03   { bottom: -26%; left: 30%; }
    #geometry #triangle_2.step03 { bottom: -18%; right: 12%; }

    /* STEP 4 */
    #geometry #square_1.step04   { top: 10%; left: 22%; }
    #geometry #circle_1.step04   { top: 27.5%; right: 5%; }
    #geometry #triangle_1.step04 { bottom: 30%; left: 10%; }
    #geometry #square_2.step04   { bottom: 48%; right: 2%; }
    #geometry #circle_2.step04   { bottom: -14%; left: 30%; }
    #geometry #triangle_2.step04 { bottom: -8%; right: 12%; }

    /* STEP 5 */
    #geometry #square_1.step05   { top: 5%; left: 22%; }
    #geometry #circle_1.step05   { top: 25%; right: 5%; }
    #geometry #triangle_1.step05 { bottom: 40%; left: 10%; }
    #geometry #square_2.step05   { bottom: 72%; right: 2%; }
    #geometry #circle_2.step05   { bottom: -2%; left: 30%; }
    #geometry #triangle_2.step05 { bottom: 14%; right: 12%; }

    /* STEP 6 */
    #geometry #square_1.step06   { top: 0%; left: 22%; }
    #geometry #circle_1.step06   { top: 22.5%; right: 5%; }
    #geometry #triangle_1.step06 { bottom: 50%; left: 10%; }
    #geometry #square_2.step06   { bottom: 96%; right: 2%; }
    #geometry #circle_2.step06   { bottom: 10%; left: 30%; }
    #geometry #triangle_2.step06 { bottom: 30%; right: 12%; }

}
@media (max-width: 768px) {

    #geometry { display: none }

    /* SIZING */
    #geometry #square_1   { width: 8rem; height: 8rem; }
    #geometry #circle_1   { width: 5rem; height: 5rem; }
    #geometry #triangle_1 { width: 6rem; height: 6rem; }
    #geometry #square_2   { width: 12rem; height: 12rem; }
    #geometry #circle_2   { width: 8rem; height: 8rem; }
    #geometry #triangle_2 { width: 10rem; height: 10rem; }

    /* STEP 1 */
    #geometry #square_1.step1   { top: 27.5%; left: 20%; }
    #geometry #circle_1.step1   { top: 20%; right: 5%; }
    #geometry #triangle_1.step1 { bottom: 12%; left: 20%; }
    #geometry #square_2.step1   { bottom: -25%; right: -15%; }
    #geometry #circle_2.step1   { display: none; }
    #geometry #triangle_2.step1 { display: none; }

}

@media (max-width: 411px) {

    /* SIZING */
    #geometry #square_1   { width: 6rem; height: 6rem; }
    #geometry #circle_1   { width: 3rem; height: 3rem; }
    #geometry #triangle_1 { width: 4rem; height: 4rem; }
    #geometry #square_2   { width: 10rem; height: 10rem; }
    #geometry #circle_2   { width: 6rem; height: 6rem; }
    #geometry #triangle_2 { width: 8rem; height: 8rem; }

    /* STEP 1 */
    #geometry #square_1.step1   { top: 27.5%; left: 20%; }
    #geometry #circle_1.step1   { top: 20%; right: 5%; }
    #geometry #triangle_1.step1 { bottom: 12%; left: 20%; }
    #geometry #square_2.step1   { bottom: -25%; right: -15%; }
    #geometry #circle_2.step1   { display: none; }
    #geometry #triangle_2.step1 { display: none; }

}

@media (max-width: 350px) {

    /* SIZING */
    #geometry #square_1   { width: 5rem; height: 5rem; }
    #geometry #circle_1   { width: 2rem; height: 2rem; }
    #geometry #triangle_1 { width: 3rem; height: 3rem; }
    #geometry #square_2   { width: 9rem; height: 9rem; }
    #geometry #circle_2   { width: 5rem; height: 5rem; }
    #geometry #triangle_2 { width: 7rem; height: 7rem; }

    /* STEP 1 */
    #geometry #square_1.step1   { top: 20%; left: 35%; }
    #geometry #circle_1.step1   { top: 20%; right: 5%; }
    #geometry #triangle_1.step1 { bottom: 12%; left: 20%; }
    #geometry #square_2.step1   { bottom: -25%; right: -24%; }
    #geometry #circle_2.step1   { display: none; }
    #geometry #triangle_2.step1 { display: none; }

}



/* SOCIAL LINKS */

.social_links {
 
}

.social_links li {
    display: block;
    float: left;
    margin: 0 0 0 0.875rem;
}
ul.social_links.p0.m0col-md-6 > li:last-child{margin-right:50px !important;}
.social_links li:first-of-type {
    margin: 0;
}

.social_links a {
    display: block;
    position: relative;
    width: 21px; height: 21px;
}

.social_links svg {
    fill: #76b7a4;
   
    top: 0; left: 0;
    width: 21px; height: 21px;

    -webkit-transition: fill 500ms ease;
       -moz-transition: fill 500ms ease;
        -ms-transition: fill 500ms ease;
         -o-transition: fill 500ms ease;
            transition: fill 500ms ease;
}

.social_links a:hover svg:first-of-type {
    fill: #4DDCB1 !important;
}

.social_links a svg + svg {
    fill: none;
    height: 39px;
    left: -9px;
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    stroke: #4DDCB1;
    stroke-width: 2px;
    top: -9px;
    width: 39px;

    -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease;
            transition: all 500ms ease;
}

.social_links a:hover svg + svg {
    stroke-dashoffset: 0;
}
.social_links, .profile {width:auto;    text-align: center;
    display: block;
    position: relative;    float: right;}
.profile {    margin-right: 0;
    list-style: none;}
.profile li {text-align: center;} 
.aim-navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 0!important;
    margin-top: 10px!important;
    min-height: 65px!important;
    position: relative!important;
        width: 100%;
    z-index: 1089;
}

.ticker-container{
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    z-index: 1000;
}
.ticker-container {
    height: 60px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0,0,0,1);
    color: white;
    /*background-color: white;
    color: black;*/
    font-size: 1.1em;
}
.ticker-container .ticker-caption {
    height: 50%;
    width: 100%;
    background-color: #EC0B43 ;
    display: table;
    position: absolute;
    color: white;
    font-size: 0.8em;
    z-index: 1;
}
.ticker-container .ticker-caption p {
    height: inherit;
    width: inherit;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
.ticker-container ul {
    list-style: none;
    padding: 0;
    height: auto;
}
.ticker-container ul div {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    display: inline;
    min-width: 100%;
    left: 0;
    height: 50%;
    transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
    top: 30px;
}
.ticker-container ul div.not-active {
    top: 60px;
}
.ticker-container ul div.remove {
    top: 0;
}
.ticker-container ul div li {
    padding: 5px 0;
}
.ticker-container ul div li a {
    color: #EC0B43;
}

@media (min-width: 500px) {
    .ticker-container {
        height: 30px;
        text-align: left;
    }
    .ticker-container .ticker-caption {
        height: 100%;
        width: 150px;
        background: url('../images/ticker-caption-bg.png');
    }
    .ticker-container .ticker-caption p {
        text-align: left;
        padding-left: 7px;
    }
    .ticker-container ul {
        margin-left: 170px;
        height: 100%;
    }
    .ticker-container ul div {
        height: 100%;
        left: 170px;
    }
    .ticker-container ul div.ticker-active {
        top: 0;
    }
    .ticker-container ul div.not-active {
        top: 30px;
    }
    .ticker-container ul div.remove {
        top: -30px;
    }
}



.slanted{    position: absolute;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    top: 50%;
        z-index: 5;
}
.v0{left:0;}
.v1{right:0;}

.o-button{
    padding: 20px 0
}
.o-button {

    text-transform: uppercase;
    font-family: "Solano Gothic MVB Rg";
    font-size: 1rem;
    letter-spacing: 2px;

}
.o-button::before {
    border: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px;
    width: 30px;
    height: 1px;
    background-color: #65676b;
    transform-origin: center left;
    transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.o-button::after {
    display: none
}

.o-button:hover::before {
    transform: none;
    opacity: 1;
    width: 35px
}

.o-button::before,.o-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.o-button::before {
    border: 2px solid rgba(255,255,255,0.1);
    transform: scale(1);
    opacity: 1;
}

.o-button::after {
    border: 2px solid rgba(154,202,60,0.75);
    transform: scale(0.95);
    opacity: 0;
}

.o-button:hover {
    color: rgba(154,202,60,0.75)
}

.o-button:hover svg {
    fill: rgba(154,202,60,0.75)
}

.c-home_button {
    margin-top: 1vh;
    transition: opacity, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}


 .block {
    -moz-box-shadow: 0px 0px 50px #333;
    -webkit-box-shadow: 0px 0px 50px #333;
    box-shadow: 0px 0px 50px #333
}

.block {
    position: absolute;
    right: 15.83%;
    width: 29.72%;
    min-width: 300px;
    color: #ffffff;
    -moz-transition: box-shadow .5s ease-out;
    -o-transition: box-shadow .5s ease-out;
    -webkit-transition: box-shadow .5s ease-out;
    transition: box-shadow .5s ease-out;
    border-radius: 10px;
    transform: scale(1.03);
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url("../images/a.jpg");
    cursor: pointer
}

.block .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url("../images/mask.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px
}

.block:hover {
    -moz-box-shadow: 0px 20px 80px rgba(0,0,0,0.85);
    -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.85);
    box-shadow: 0px 20px 80px rgba(0,0,0,0.85)
}

.block.enter {
    background-image: url("../images/s.jpg") !important
}
.welcome {
        z-index: 10;
    position: absolute;
    top: 50%;
    left: 9px;
    width: 275px;
 
}

.welcome h3 {
    font-family: "Lato Light" !important;
    color: white;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 4.96px
}

.linkBar {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: none;
    padding: 0;
    position: relative;
    background: #FFF;
    margin-bottom: 10px;
}

.linkBar a {
    display:table-cell;
    margin:0;
    border:0.5px solid #d9d9d9;
    border-right:none;
    text-decoration:none;
    transition:all 0.2s;
    position:relative;
    overflow:hidden;
}

.linkBar a.mobile {
    display:none;   
}

 .linkBar a .contents {
    display:block;
    overflow:hidden;
    position:relative;
    padding:5px 22px;
}

.linkBar a .contents:before {
    content:" ";
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:6px;
    background:#f37431;
    transform:translateY(-6px);
    transition:all 0.2s ease-out;
}
.linkBar a:last-child {
    border-right:0.5px solid #d9d9d9;
}

.linkBar a.hover {
    border:0.5px solid #c3c3c3;
    border-right:none;  
}
 .linkBar a.hover:last-child {
    border-right:0.5px solid #c3c3c3;
}
 .linkBar a.hover-helper {
    border-left:0.5px solid #c3c3c3;
}

 .linkBar a.hover .contents:before {
    transform:translateY(0px);
}

 .linkBar a span.ico {
    height:39px;
    width:40px;
    display:block;
    background-position:right;
    background-size:contain;
    background-repeat:no-repeat;
    float:right;
}

 .linkBar a span.ico span {
    height:39px;
    width:40px;
    display:block;
    background-color:#FFF;
    background-position:right;
    background-size:contain;
    background-repeat:no-repeat;
    opacity:0;
    transition:opacity 0.2s ease-out;
}

 .linkBar a:hover span.ico span {
    opacity:1;
}

 .linkBar a span.title {
    display:block;
    color:#000;
    font-size:20px;
    line-height:0.8;
    clear:both;
    padding:13px 0 10px;
}
 .linkBar a span.title strong {
    transition:all 0.2s;
}

 .linkBar a:hover span.title strong {
    color:#f37431;
}

.linkBar a span.desc {
    display:block;
    font-size:14px;
    line-height:1.29;
    color:#9b9b9b;
    padding-right:10px;
}


/*User ****************************************************
***********************************************************
***********************************************************/
body#aimuser{

    color: #9ea7b3;
    font-family:"Open Sans", Arial, sans-serif!important;
    font-size: 13px!important;
    line-height: 20px;
    overflow-x: hidden!important;
    min-height: 100%;
    z-index: -2;
    margin: 0px !important;
    /*background: transparent url('../images/bg.jpg') no-repeat top center fixed;*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-color: rgba(0, 0, 0, 0.85) !important /*transparent !important*/ ;

}
body#user{

    color: #9ea7b3;
    font-family:"Open Sans", Arial, sans-serif!important;
    font-size: 13px!important;
    line-height: 20px;
    overflow-x: hidden!important;
    min-height: 100%;
    z-index: -2;
    margin: 0px !important;
    /*background: transparent url('../images/bg.jpg') no-repeat top center fixed;*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-color: rgba(0, 0, 0, 0.85) !important /*transparent !important*/ ;
}
#content-level-1{margin-top: 25px}
nav .navbar-nav li a i{color:#fff;}
.noft-red {
    background: none repeat scroll 0 0 #EA3F3F;
    border-radius: 26px;
    color: #FFFFFF;
    font-size: 10px;
    left: 25px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 20px;
}
.running-text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    margin: 6px;
    padding: 10px 54px 10px 20px;
    width: auto;
}
#nt-title {
    margin:0;    padding-left: 14px;
}
#nt-title li {
    list-style: none outside none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* CLOCK*/
 @font-face {
    font-family:'BebasNeueRegular';
    src: url('../font/bebasneue-webfont.eot');
    src: url('../font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../font/bebasneue-webfont.woff') format('woff'), url('../font/bebasneue-webfont.ttf') format('truetype'), url('../font/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.clock {
    position: fixed;
    top: 15px;
    right: 10px;
}
.date-top {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    float: left;
    margin-left: 0px;
    padding-right: 20px;
}
.date-top > li {
    display:inline;
}
/* Simple Animation */
 @-webkit-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
    50% {
        opacity: 0;
        text-shadow: none;
    }
    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}
@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
    50% {
        opacity: 0;
        text-shadow: none;
    }
    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}
.digital {
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    float: left;
    margin-left: 0px;
    padding-right: 20px;
}
.digital li {
    display:inline;
}
.meridiem {
    font-size:10px;
}
.tittle-content-header > div {
    float: left;
    margin-right: 10px;
}

/**
 * PAPER FLOAD
 */
 .paper-wrap {
    background-color: none repeat scroll 0 0 #ffffff;
    background-position: -1px 0;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, transparent 20px, $color-green 20px), linear-gradient(135deg, transparent 20px, $color-green 20px), linear-gradient(225deg, transparent 20px, $color-green 20px), linear-gradient(315deg, transparent 20px, $color-green 20px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 20px;
    min-height: 1430px;
}
.bevel.tlbr {
    background: #f5f5f5;
    background: -moz-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -moz-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -moz-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -moz-linear-gradient(315deg, transparent 30px, #f5f5f5 30px);
    background: -o-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -o-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -o-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -o-linear-gradient(315deg, transparent 30px, #f5f5f5 30px);
    background: -webkit-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -webkit-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -webkit-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -webkit-linear-gradient(315deg, transparent 30px, #f5f5f5 30px);
}
.bevel.all, .bevel.trbl, .bevel.tlbr, .bevel.tr {
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 52% 52%;
    -webkit-background-size: 52% 52%;
    background-size: 52% 52%;
    background-repeat: no-repeat;
}
.paper-wrap {
    position: relative;
    background-size: 50% 50%;
    min-height: 1430px;
    overflow: hidden;
    background-position: left bottom, left top, right top, right bottom;
    background-repeat: no-repeat;
    padding: 20px;
}
.paper-wrap:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 42px 42px 0;
    border-style: solid;
    border-color: #ffffff rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.content-wrap {
    padding: 0 30px;
}
#paper-top {
    border-bottom: 1px solid #DDDDDD;
    padding:0;
    height:40px;
}
.devider-vertical {
    border-right: 1px dashed #CCCCCC;
    height: 74px;
    left: 0;
    position: absolute;
    top: -35px;
    width: 3px;
}
#paper-middle {
    background: none repeat scroll 0 0 #E0E8EF;
    border-bottom: 1px solid #DDDDDD;
    height: 400px;
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%;
}
.gauge-wrap li {
    list-style: none;
    display: inline-block;
}.tittle-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #FFFFFF;
    display: none;
    height: 40px;
    padding: 15px 0 0;
}
.tittle-content-header {
    color: #9EA7B3 !important;
    font-family:"Open Sans";
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0 60px;
    text-transform: uppercase;
}
.tittle-content-header > span > i {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
}
.tittle-content-header span {
}
.tittle-middle-header {
    margin: -17px 0;
    padding: 1px 0;
}
.tittle-alert {
    color:#4AC4BC;
}
/**
 * BREADCRUMB
 */
 .wrap-pagination {
    height: 50px;
    background: #ffffff;
    width: 100%;
    position: fixed;
    top: 61px;
}
#paper-middle {
    background: none repeat scroll 0 0 #E0E8EF;
    border-bottom: 1px solid #DDDDDD;
    height: 400px;
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%;
}
.breadcrumb {
    background-color: #F5F5F5 !important;
    border-radius: 0 !important;
    list-style: none outside none !important;
    margin: 0 0 0 15px !important;
    padding: 0 !important;
    z-index: 99;
}
.breadcrumb li {
    display: inline-block;
    text-shadow: none!important;
}
.breadcrumb li a {
    color: #9EA7B3 !important;
    font-size: 13px;
    transition: all 0.4s ease 0s;
}
.breadcrumb li a:hover {
    color: #6ADAE4 !important;
    text-decoration: none;
}
.nav-date-picker {
    cursor: pointer;
    padding-left: 20px
}
.datepicker-headline {
    font-style: normal;
    margin-right: 15px !important;
}
.datepicker-wrap {
    position: absolute;
    right: 84px;
}
#breadcrumb {
    border-bottom:1px solid rgba(0, 0, 0, 0.04);
    margin: 0;
    overflow: hidden;
    padding: 15px 0 5px 20px;
    width: 100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
}
#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a {
    height:30px;
    display:block;
    background-image:url('');
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 0;
    text-decoration: none;
    color:#9EA7B3;
}
.home {
    border: none;
    margin: 8px 0px;
}

ul.topnav {
    margin: 0;
    font-size: 14px;
    line-height: 0.5em!important;
    list-style: none!important;
    padding: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
ul.topnav li {
}
ul.topnav li a {
    color: #FFFFFF !important;
    display: block;
    font-size: 13px;
    line-height: 25px;
    list-style: none outside none;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
}
.skin-part {
    padding: 0;
    position: relative;
    top: 0;
}

/**
 * DATA TOOLTIP
 */
 .ui-tooltip, .arrow:after {
    background: #A6A7B3!important;
    border: 0px solid white!important;
}
.ui-tooltip {
    padding: 5px 10px;
    color: #ffffff!important;
    border-radius: 20px;
    font: normal 10px"Helvetica Neue", Sans-Serif!important;
    text-transform: none!important;
    box-shadow: none!important;
    margin-top: -80px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content:"";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: none!important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
ul.topnav li a:hover {
    background-color:rgba(0, 0, 0, 0.2);
    /* #252d3b */
    color: white!important;
    text-shadow: none;
    border-left: 2px solid #ffffff;
    padding-left: 28px;
    position: relative;
}
ul.topnav li a:hover:after {
    border-bottom:6px solid #ffffff;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    width:0;
    height:0;
    position: absolute;
    top:19px;
    left: -6px;
    content:"";
    display:block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    tranform: rotate(90deg);
}
ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
}
ul.topnav ul li {
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none outside none;
}
ul.topnav ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
    font-weight: normal;
    outline: 0 none;
    padding-left: 30px;
    /* transition: all 0.2s ease 0s;*/
}
ul.topnav ul li a i {
}
ul.topnav ul li a:hover {
    background-color: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF!important;
}
ul.topnav ul li a {
    color: #444;
    padding-left: 45px;
    background: #252d3b;
    transition: all 0.2s ease 0s;
}
ul.topnav ul li a:hover {
    background-color: #D3CEB8;
    color: #675C7C;
}
ul.topnav h4 {
    float: right !important;
    margin-top: -2px;
}
table th {text-align: center;padding: 5px 10px;}

a.dropdown-toggle:hover {color: #fff;}
 a.dropdown-toggle span, a.dropdown-toggle b{   color: #76b7a4!important;
    font-size: 13px!important;}
.dropdown-setting {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: 14px !important;
    position: absolute;
    border-radius: 4px!important;
    width: 165px!important;
}
.dropdown-setting:after {
    border-color: #FFFFFF rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 13px 13px;
    content:"";
    display: block;
    left: 80%;
    margin-left: -15px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1;
}


.dropdown-setting li > a{
    height: 35px !important;    line-height: 1.42857143 !important;    
}
.admin-pic {
     border: 2px solid rgba(255, 255, 255, 0.8);
    display: inline-block;
    /* float: left; */
    height: 45px;
    /* margin-left: -15px; */
    margin-right: 19px;
    /* margin-top: -12px; */
    width: 45px;
}
        ul.actions{
            cursor: default;
            list-style: none;
            padding-left: 0;
            background:rgba(0,0,0,0.4);
            border-radius:4px;
            padding:10px;
            text-align:left;
            display:inline-block;
            position:relative;
            width:100%;
        }
   ul.actions       {
    right: 21.83%;
    width: 310px;
    min-width: 300px;
    bottom: -270px;
}
        ul.actions img {
            width:40px;
            margin-right:10px;
        }
      
        ul.actions li span {
            display:inline-block;
        }
        
        ul.actions a {
            color:white;
        }
        ul.actions small {
            display:block;
            font-size:80%;
            opacity:0.6;
            line-height:1em;
        }

            ul.actions li {
                display: inline-block;
                padding: 0 0.875em 0 0;
                vertical-align: middle;
            }

                ul.actions li:last-child, ul.lists li:last-child {
                    padding-right: 0;
                }
                ul.actions li:first-child {
                    border-right:1px solid rgba(255,255,255,0.3);
                    padding-right:15px;
                }
                ul.lists li {
                    border-left:1px solid rgba(255,255,255,0.3);
                    margin-left:30px;
                    padding:0;
                }
                ul.actions li:last-child {
                    width:10em;
                    text-align:center;
                }


            ul.actions.small li, ul.lists.small li {
                padding: 0 0.4375em 0 0;
            }

            
            