/* homepage navbar */

.navbar-default .navbar-nav>li>a {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
}

.navbar-brand>img {
    display: inline;
}

.nav>li>a {
    color: #636363;
    background-color: #dedede;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
    display: block;
    padding: 15px 15px 10px 15px;
    /*border-bottom: 2px solid #DDD;*/
}

.role-label {
    display: block;
    position: absolute;
    right: 25px;
    top: 14px;
    font-size: 25px;
}

.role-label-auditor {
    display: block;
    position: absolute;
    right: 23px;
    bottom: 20px;
    font-size: 20px;
}

.highlight-black {
    background-color: #0000004d;
    border-radius: 5px;
    padding: 4px;
}

.carousel-text {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #676767a1;
    color: #fff;
}

.carousel-text>p {
    margin: 5px;
}

.nav>li>a:after,
.nav>li>:hover>a::after {
    transform: scale(1);
}

.navbar-logo {
    margin-top: 0;
    max-height: 45px;
    padding-right: 10px;
}

.ncheck-intro {
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #277a7b;
}

.nav>li>a:hover {
    color: #636363;
    background-color: #3494bd;
    text-transform: uppercase;
    margin-top: 10px;
    border-bottom: 4px solid #3494bd;
}

.navbar-nav>li>a::after {
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.navbar {
    background-color: #f2f2f6;
    box-shadow: none;
    /* border-color: #3494bd; */
}

.navbar-default {
    border-color: #C7C7C7;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.nav-title {
    font-size: x-large;
    font-family: 'Varela Round', sans-serif;
    float: right;
    padding: 7px;
    font-weight: 400;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 20px;
}

.pop-readme {
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.btn-main {
    display: inline-block !important;
    text-transform: uppercase;
    margin-top: 1rem !important;
    font-size: 14px !important;
}

.form-group>.control-label {
    text-align: left;
}

.btn-main-cover {
    display: inline-block !important;
    text-transform: uppercase;
    /* margin-top: 1rem !important; */
    font-size: 14px;
    /* font-family: "Montserrat"; */
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}

p.text-italic {
    font-style: italic;
}

#slide-content>h2 {
    margin-top: 0 !important;
}

p,
.p,
td {
    font-size: 13px;
}

h1 {
    font-size: 30px;
}

.image-txt {
    font-size: 16px;
}

.no-margin {
    margin: 0;
}

.underline {
    float: none;
    width: 60%;
    border-top: 2px solid #8c8c8c;
}

.float-left {
    float: left;
}

.fw-300 {
    font-weight: 300;
}

.fw-600 {
    font-weight: 600;
}

.space-right {
    padding-right: 5px;
}

.space-bottom {
    margin-bottom: 10px;
}

.emp-note {
    font-style: italic;
    font-weight: 400;
    width: 100%;
    min-width: 260px;
    font-size: 14px;
    margin-bottom: 7px;
    color: #e8ecec;
}

.ul {
    text-decoration: underline;
    color: #fff;
}

.ul:hover {
    color: #dadada;
}

.no-padding {
    padding: 0 !important;
}


/*carousel*/

.gallery-ios-client .carousel-inner>.item>img {
    /* min-width: auto; */
    text-align: center;
}

.carousel .item {
    background-color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-fade .slides .slide-1-sub {
    color: #fff;
    min-height: 200px;
    /* 200 */
    /*background-color: #525252;*/
    background-color: #277a7b;
}

.carousel-fade .slides .slide-1 {
    min-height: 335px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    /* min-width: 100%; */
    width: fit-content;
    height: auto;
}


/*carousel*/

.step-image {
    display: block;
    margin-left: 6px;
    border-radius: 50%;
    width: 80%;
}

.process-step .btn:focus {
    outline: none
}

.process {
    display: table;
    width: 100%;
    position: relative
}

.process-row {
    display: table-row
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.process-row:before {
    top: 32px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.process-step p {
    margin-top: 4px
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
}

.services {
    margin: 20px auto;
}

figure.feature {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: left;
    margin: 10px;
    width: 100%;
    border-radius: 0px;
}

figure.feature * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

figure.feature img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: top;
    opacity: 0.7;
}

figure.feature figcaption {
    position: absolute;
    padding: 10px 0;
    text-align: center;
    top: 0;
    left: 0;
}

figure.feature h2,
figure.feature p {
    margin: 0;
    padding: 0;
}

figure.feature h2 {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 100;
    font-size: 1.8em;
}

figure.feature p {
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.4em;
}

figure.feature a {
    display: inline-block;
    padding: 40px 20px;
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

figure.feature a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

figure.feature.blue {
    background-color: #20638f;
}

figure.feature.yellow {
    background-color: #c87f0a;
}

figure.feature.green {
    background-color: #1e8449;
}

figure.feature.navy {
    background-color: #f2f2f6;
}

figure.feature.red {
    background-color: #962d22;
}

figure.feature:hover img,
figure.feature.hover img {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.feature:hover a,
figure.feature.hover a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.padding-10 {
    padding: 10px;
}

.heading-o {
    color: #31708f;
    border-color: #bce8f1;
}

.heading-o-green {
    color: #3c763d;
    border-color: #d6e9c6;
}

.pricing>span {
    font-size: 18px !important;
    padding-right: 5px;
}

.pricing>.dec {
    font-size: 12px !important;
}

.pricing>.per {
    font-size: 14px !important;
}

.pricing {
    font-size: 25px;
}

.panel-footer-blue {
    background-color: #49a8ce;
    border-top: 1px solid #3e6fb1;
    color: #fff;
}

.panel-footer-green {
    background-color: #66a445;
    border-top: 1px solid #28801f;
    color: #fff;
}

.panel-footer-pink {
    background-color: #9b45a4;
    border-top: 1px solid #211f80;
    color: #fff;
}

.panel-footer-orange {
    background-color: #e19948;
    border-top: 1px solid #9f6328;
    color: #fff;
}

.fs-25 {
    font-size: 25px;
}

.candal {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.plan-ico-sub {
    /* font-family: Varela Round; */
    font-size: initial;
    top: -1.5em;
}

.plan-ico {
    padding: 0.5em .5em .5em .5em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
    width: 2.8em;
    background: azure;
    /*border-radius: 50%;*/
}

.star-bullet li {
    display: block;
}

.step-list {
    font-size: 16px;
    line-height: 1.5;
    min-height: 96px;
}

.star-bullet li:before {
    content: "\f069";
    font-family: 'Fontawesome';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #606060;
}

.tick-bullet li {
    display: block;
}

.tick-bullet li:before {
    content: "\f046";
    font-family: 'Fontawesome';
    font-size: 14px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #606060;
}

.modal-backdrop {
    bottom: 0;
    position: fixed;
}

.carousel-control:hover,
.carousel-control:focus {
    cursor: pointer;
}

.page-container {
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif!important;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
}

.btn-xs {
    font-size: 11px;
}

.lead {
    font-size: 1.55em;
    font-weight: 400;
}

.icon-space {
    padding-right: 5px;
}

.glyphicon {
    font-size: 20px;
}

span.glyphicon {
    font-size: 14px;
}

button>i.glyphicon {
    font-size: 10px;
}

.cover-image {
    background-image: url('/app/images/MainImage.jpg');
    color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-size: cover;
    background-position: center center;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991px) {
    .step {
        padding-bottom: 40px;
    }
}

.flexbox {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
}

.feature_div_title {
    padding-top: 20px;
    font-size: large;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .carousel {
        height: 300px;
    }
    .carousel .item {
        height: 300px;
    }
}

.feature-icon {
    font-size: 25px;
    text-align: center;
}

.feature-heading {
    text-align: center;
    font-size: 27px;
}

.feature-text {
    text-align: justify;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.page-section {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: justify;
}

.subtitle {
    font-size: 16px;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    font-weight: 400;
    /* font-family: "Varela Round"; */
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
    color: #5a9865;
}

.fake-link {
    cursor: pointer;
}

.bg-col {
    background-color: #f2f2f6;
}

.bg-col-w {
    background-color: #fff;
}

@media (min-width: 992px) {
    .slide-heading {
        margin-top: 120px;
    }
}

.slide-heading {
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
}

@media (min-width: 768px) {
    .slide-heading {
        font-size: 40px;
    }
}

.slide-heading {
    margin-top: 25px;
}

.gp-btn {
    width: 210px;
}

.qr-code {
    max-width: 150px;
}

.info-text {
    padding: 0 20px 0 20px;
}

.center {
    text-align: center;
}

.carousel-enhanced>.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: inherit;
}

.carousel-enhanced>.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    height: 300px;
}

.carousel-enhanced>.carousel-inner>.active {
    left: 0;
    display: block;
    height: inherit;
}

.carousel-enhanced>.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#enhanced-slider>.carousel-control.right {
    left: auto;
    right: 15px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 45px;
    font-weight: 100;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#enhanced-slider>.carousel-control.left {
    right: auto;
    left: 15px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 45px;
    font-weight: 100;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.no-bullet-li {
    list-style-type: none;
}

.thumbnails {
    margin-left: -55px;
}

.slider-sm {
    max-width: 550px;
}

.carousel-enhanced>.carousel .item {
    height: 300px;
    background-color: #777;
}

#enhanced-slider>.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 300px;
}

.thumbnail>img {
    cursor: pointer;
}

.carousel-caption h1 {
    animation-delay: 0.5s;
}

.carousel-caption p {
    animation-delay: 1s;
}

.carousel-caption p:first-child {
    animation-delay: 1.5s;
}

.cloud-on-phone {
    background-image: url('/app/images/cloud-on-phone.png');
}

@media (max-width: 767px) {
    .page-section {
        padding-top: 6px;
        text-align: justify;
        padding-bottom: 15px;
    }
    .carousel-home {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .carousel-caption {
        right: 15px;
        left: 15px;
    }
    .h1,
    h1 {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .sub-plan {
        width: 100%;
    }
}


/* Footer new */

.footer {
    z-index: 1001;
    /* background: #EDEFF1; */
    /* height: auto; */
    padding: 10px 0;
    /* position: relative; */
    /* width: 100%; */
    color: #fff;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}

.footer p {
    margin: 0;
}

.footer img {
    max-width: 150px;
}

.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer a {
    color: #ffffff;
}