header.main-demo {
    background-image: url(../images/main.png);
    min-height: 540px;
}

li {
    color: #444444;
    /*changes menu font size*/
    font-size: 1.1rem;
    letter-spacing: 0.03rem;
}

.about-content {
    width: 98%;
    min-height: 98px;
    max-height: 98px;
    margin-top: 18px;
    margin-bottom: 5px;
}

.animated.first {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    animation-delay: 0.5s;
}

.animated.second {
    -webkit-animation-duration: 1.6s !important;
    animation-duration: 1.6s !important;
    animation-delay: 1.5s;
}

.animated.third {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    animation-delay: 2.5s;
}

.animated.fourth {
    -webkit-animation-duration: 1.6s !important;
    animation-duration: 1.6s !important;
    animation-delay: 3.5s;
}

.animated.fifth {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    animation-delay: 4.5s;
}

.animated.sixth {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    animation-delay: 5.5s;
}

.benefits {
    border-radius: 1px;
    margin-left: 15px;
}

.benefits h4 {
    color: #262627;
}

.benefits .member-info-list .member-info-child {
    padding-bottom: 0px;
    margin-top: 2px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.contact h4 {
    color: #464B4E;
}

.customers {
    margin-top: -10px
}

.divider-md {
    clear: both;
    height: 30px;
}

.divider-lg {
    clear: both;
    height: 40px;
}

.divider-sm {
    clear: both;
    height: 20px;
}

.divider-xs {
    clear: both;
    height: 10px;
    line-height: 10px;
}

.divider-xxs {
    clear: both;
    height: 1px;
    line-height: 1px;
}

.dt-toggle {
    display: none;
}

.footer-logo {
    max-width: 100px;
    max-height: 24px;
    min-height: 15px;
    margin-bottom: 20px;
}

.form-control-feedback {
    position: absolute;
    margin-top: -20px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.green {
    color: #27C40B
}


/*TWEAKING BOOTSTRAP FORM VALIDATION FEEDBACK ICON POSITIONS*/

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.has-spinner .fa-spinner {
    max-width: 0;
    opacity: 0;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .fa-spinner {
    max-width: 50px;
    opacity: 1;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.header-gray {
    color: #1d5377;
    background-color: #85A1B3;
}

.header-area h3 {
    font-size: 30px;
    color: #302F2F;
    font-weight: 700;
}

.header-area p {
    font-size: 18px;
    color: #302F2F;
    /*text-shadow: 1px 0 0 currentColor;*/
}

.header-text {
    margin: 20px 0;
}

.home {
    color: #464B4E;
    font-size: 12px;
}

.home a {
    font-weight: 700;
    text-decoration: underline;
    font-style: italic;
    color: #636769;
}

.home div {
    padding-bottom: 10px;
}

.home h5 {
    display: block;
    clear: both;
    padding-bottom: 15px;
}

.home h2,
.home h4,
.home h5 {
    color: #464B4E;
}

.home hr {
    border: none;
    height: 2px;
    color: #333842;
    background-color: #333842;
}

.home span {
    float: right;
    margin-right: 12px;
    padding-bottom: 10px;
    display: block;
}

.home small {
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    margin-left: 20px;
}

.img-responsive {
    border: 1px solid #dadada;
    padding: 5px;
}

.inner-space {
    padding: 0 0 15px 0 !important;
}

.member-info-child {
    line-height: 1.5em;
    padding-top: 5px;
}

.line-divider {
    border-bottom: 1px dotted #ccc;
    height: 20px;
    margin-bottom: 30px;
}

.member-info-list,
.tech-list {
    padding-left: 30px;
    padding-top: 0;
    padding-right: 8px;
    margin: 0px auto;
    list-style-type: square;
}

.member-info-list {
    max-width: 325px;
    text-align: left;
    padding-left: 30px;
    padding-top: 0px;
    padding-right: 8px;
    list-style-type: square;
}

.member-info {
    margin-left: 5px;
    text-align: center;
    vertical-align: center;
}

.member-info-child {
    line-height: 1.5em;
    padding-top: 5px;
}

.member-info-content {
    width: 98%;
    min-height: 200px;
    max-height: 200px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.member-info-pic {
    margin: 0px auto;
}

.member-name,
.member-title {
    color: #C0504D;
    font-size: 16px;
}

.member-name {
    margin-top: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-body ul>li {
    list-style-image: url('/assets/images/vv-tick.png');
    color: #727272;
    padding-bottom: 3px;
    margin-left: -10px;
    margin-top: 8px;
}

.panel-heading {
    padding: 14px 15px 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-warning {
    border-color: #B9D56F;
}

.panel-warning>.panel-heading {
    background: rgb(117, 228, 79);
    background: linear-gradient(90deg, rgba(117, 228, 79, 1) 0%, rgba(117, 228, 79, 1) 26%, rgba(117, 228, 79, 1) 76%);
    background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #B9D56F;
    border-color: #B9D56F;
}

.partner-ctn {
    text-align: inherit;
}

.partner-img {
    border: 1px solid #dadada;
    padding: 3px;
}

.partners {
    height: 0px;
    padding-bottom: 0px;
}

.privacy {
    color: #010101;
}

.privacy p {
    padding-bottom: 13px;
}

.privacy h4 {
    color: #75E44F;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.04em;
}

.privacy ul {
    margin-left: 25px;
    padding-bottom: 0;
}

.privacy ul>li {
    list-style-type: square;
    padding-bottom: 3px;
    margin-left: -05px;
}

.push_15 {
    height: 15px;
    padding-bottom: 0px;
}

.push_25 {
    height: 25px;
    padding-bottom: 0px;
}

.solution {
    padding-bottom: 0;
    margin-bottom: 0;
}

.solution h6 {
    color: #464B4E;
    font-size: 16px;
    font-weight: normal;
}

.solution-bg {
    background-image: url("../images/solution-main.png");
    background-repeat: no-repeat;
    min-height: 395px;
}

.tech-list li {
    font-size: 14px;
}

.text-primary {
    color: #26C40A !important;
}

.technology ul>li {
    list-style-type: square;
    padding-bottom: 3px;
    margin-left: -05px;
}

.thumbnail,
.thumbnail-header {
    position: relative;
    display: block;
    padding: 8px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #EEEFEF;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    margin: 0px auto;
    width: 260px;
    text-decoration: center;
    min-height: 420px;
    -moz-box-shadow: 1px 1px 1px rgba(233, 222, 220, 0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(233, 222, 220, .5);
    box-shadow: 1px 1px 1px rgba(233, 222, 220, .5);
}

.thumbnail-content {
    padding: 20px 4px 4px 4px;
}

.thumbnail-header {
    padding: 4px;
    width: 242px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 1px;
}

.thumbnail-header h5 {
    color: #FEFEFE;
    font-size: 15px;
    font-weight: 700;
    padding-top: 12px;
    text-align: center;
}


/* DO NOT MOVE THESE AROUND */

.gray {
    background-color: #B3B4B5;
}

.greener {
    background-color: #87C75F;
}

.orange {
    background-color: #FF8C00;
}

.velvet {
    background-color: #D42242;
}

.vv-blueslategray {
    opacity: 0.5;
    color: #1d5377;
    background-color: #1d5377;
}

.vv-orange-red {
    color: #ff6401;
}

.vv-charcoal-gray {
    color: #4D4D4D
}

.vv-gray {
    color: #908F8F
}

.vv-green {
    color: #26C40A
}

.line-divider {
    border-bottom: 1px dotted #ccc;
    height: 20px;
    margin-bottom: 30px;
}

@media(max-width:480px) {
    .partner-ctn {
        text-align: center;
    }
    .partner-img {
        margin: 0px auto;
        text-align: center;
    }
    .partners {
        height: 110px;
        padding-bottom: 0px;
    }
    .thumbnail-wrapper {
        margin-top: 10px;
    }
}

@media(max-width:320px) {
    .partner-ctn {
        text-align: center;
    }
    .partner-img {
        margin: 0px auto;
        text-align: center;
    }
    .partners {
        height: 180px;
        padding-bottom: 0px;
    }
}

@media(max-width:680px) {
    .partner-ctn {
        text-align: center;
    }
    .partner-img {
        margin: 0px auto;
        text-align: center;
    }
    .partners {
        height: 0px;
        padding-bottom: 0px;
    }
}

@media(max-width:320px) {
    .security {
        border: 1px solid #dadada;
        padding: 5px;
        min-width: 265px;
        max-width: 265px;
        width: 265px;
        height: 155px;
        margin-top: 0px;
    }
}

@media(max-width:480px) {
    .page-header {
        font-size: 22px;
    }
    .push_05:after {
        height: 15px;
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        padding-bottom: 0px;
    }
    .push_10:after {
        height: 0px;
    }
    .mobile-read {
        margin-top: -25px;
    }
    .footer-default {
        border-color: #edf4f8;
        background-color: #2A3F54;
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    .text-center {
        padding-bottom: 10px;
    }
    .thumbnail {
        display: block;
        padding: 4px;
        padding-top: 8px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        width: 280px;
        margin: 0px auto;
        text-decoration: center;
    }
    #txt_captcha {
        width: 220px;
    }
}

@media(max-width:320px) {
    .page-header {
        font-size: 22px;
    }
    .push_05:after {
        height: 0px;
        padding-bottom: 0px;
    }
    .push_10:after {
        height: 0px;
    }
    .mobile-read {
        margin-top: -25px;
    }
    .footer-default {
        border-color: #edf4f8;
        background-color: #2A3F54;
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    .text-center {
        padding-bottom: 10px;
    }
    #txt_captcha {
        width: 180px;
    }
}

@media(max-width:768px) {
    .partners {
        margin-top: 50px;
        padding-top: 50px;
    }
    .footer-default {
        border-color: #edf4f8;
        background-color: #2A3F54;
        width: 100%;
        height: 100%;
        padding: 0px;
    }
}

@media(max-width:991px) {
    .partners {
        margin-top: 30px;
        padding-top: 30px;
    }
    .footer-default {
        border-color: #edf4f8;
        background-color: #2A3F54;
        width: 100%;
        height: 100%;
        padding: 0px;
    }
}