﻿body {
    padding-top: 0 !important;
    overflow-x: hidden;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #777777;
    webkit-tap-highlight-color: #00da9d;
}

a {
    text-decoration: none !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1120px;
    }
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #00da9d;
}

p {
    font-size: 16px;
    line-height: 1.75;
}

    p.large {
        font-size: 16px;
    }

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

a {
    color: #00da9d;
}

    a:hover, a:focus, a:active, a.active {
        color: #00c790;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-top: 10px;
    color: #111111;
    line-height: initial;
}

.img-centered {
    margin: 0 auto;
}

.btn {
    padding: 8px 24px;
}

.margin-top-5px {
    margin-top: 5px !important;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    color: #fff;
    background: #00da9d;
    border-color: #00da9d;
    font-weight: 700;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background: #00c790 !important;
        border-color: #00ce96 !important;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #00da9d;
        border-color: #00da9d;
    }

    .btn-primary .badge {
        color: #00da9d;
        background-color: #fff;
    }

.btn-xl {
    color: #fff;
    background-color: #00da9d;
    border-color: #00da9d;
    font-weight: 700;
    border-radius: 3px;
    font-size: 15px;
    padding: 12px 32px;
}

    .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
        color: #fff;
        background-color: #00c790;
        border-color: #00ce96;
    }

    .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
        background-image: none;
    }

    .btn-xl.disabled, .btn-xl[disabled],
    fieldset[disabled] .btn-xl,
    .btn-xl.disabled:hover,
    .btn-xl[disabled]:hover,
    fieldset[disabled] .btn-xl:hover,
    .btn-xl.disabled:focus,
    .btn-xl[disabled]:focus,
    fieldset[disabled] .btn-xl:focus,
    .btn-xl.disabled:active,
    .btn-xl[disabled]:active,
    fieldset[disabled] .btn-xl:active,
    .btn-xl.disabled.active,
    .btn-xl[disabled].active,
    fieldset[disabled] .btn-xl.active {
        background-color: #00da9d;
        border-color: #00da9d;
    }

    .btn-xl .badge {
        color: #00da9d;
        background-color: #fff;
    }

.navbar-default {
    background-color: #222;
    border-color: transparent;
}

    .navbar-default .navbar-header {
        width: 100%;
    }

    .navbar-default .navbar-brand {
        color: #00da9d;
        padding: 6px 10px;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus,
        .navbar-default .navbar-brand:active,
        .navbar-default .navbar-brand.active {
            color: #00c790;
        }

    .navbar-default .navbar-collapse {
        border-color: rgba(255,255,255,.02);
        float: right;
    }

    .navbar-default .navbar-toggle {
        background-color: #00da9d;
        border-color: #00da9d;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #00da9d;
        }

    .navbar-default .nav li a {
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        color: #fff !important;
    }

    .navbar-default .nav > li > a {
        padding: 12px 5px 5px 5px;
        margin: 0 10px;
    }

    .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
        color: #00da9d;
        outline: 0;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #00da9d;
        border-bottom: 2px solid #00da9d;
        background: none;
    }

@media (min-width:768px) {
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
    }

        .navbar-default .navbar-brand {
            font-size: 2em;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
        }

        .navbar-default.navbar-shrink {
            background-color: #222;
            padding: 10px 0;
        }

            .navbar-default.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }
}

.btn-signin {
    border: 2px solid #00da9d;
    color: #00da9d;
    background: none;
    padding: 5px 17px;
    margin: 8px 5px 8px 20px;
    float: right;
}

    .btn-signin:hover, .btn-signin:focus, .btn-signin:active, .btn-signin:visited {
        border: 2px solid #00da9d;
        color: #ffffff;
        background-color: #00da9d;
        padding: 5px 17px;
        margin: 8px 5px 8px 20px;
        float: right;
    }

.btn-signup {
    border: 2px solid #00da9d;
    color: #ffffff;
    background-color: #00da9d;
    padding: 5px 17px;
    margin: 8px 5px 8px 20px;
    float: right;
}

    .btn-signup:hover, .btn-signin:focus, .btn-signin:active, .btn-signin:visited {
        border: 2px solid #00da9d;
        color: #00da9d;
        background: none;
        padding: 5px 17px;
        margin: 8px 5px 6px 20px;
        float: right;
    }

.navbar-toggle {
    margin-right: -15px;
}

/*
header{background-image:url(../img/header-bg.jpg);background-repeat:none;background-attachment:scroll;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;text-align:center;color:#fff;}
*/

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 600px;
    text-align: left;
}

header .intro-lead-in {
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 30px;
    font-weight: 500;
}

header .intro-heading {
    margin-bottom: 50px;
    font-size: 1.45em;
    line-height: 1.3em;
    color: #ecf0f1;
    font-weight: 300;
    letter-spacing: 0.02em;
}


@media (min-width:768px) {
    header .intro-text {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    header .intro-lead-in {
        /*font-style:italic;font-size:42px;line-height:40px;margin-bottom:25px;*/
    }

    header .intro-heading {
        /*font-weight:600;font-size:22px;line-height:75px;margin-bottom:50px;*/
    }
}

section {
    padding: 80px 0;
}

.section-heading {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333333;
}

    .section-heading span {
        color: #00da9d;
    }

.section-description {
    margin-bottom: 50px;
}

section h3.section-subheading {
    font-size: 21px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 50px;
}

.embeded-link-video {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 11px 0 11px;
    z-index: -1;
}

.embeded-link-video-iframe {
    width: 100%;
    height: 300px;
    border-radius: 5px;
}

.margin-left-25 {
    margin-left: 25% !important;
}

.features .section-heading {
}

.addins-teams-icons {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.group-icon-container {
    display: inline;
}

.group-icon-child {
    padding: 10px 5px 10px 5px;
    border: 1px solid #ababab;
    display: inline-block;
}

    .group-icon-child img {
        width: 50px;
        float: left;
    }

    .group-icon-child div {
        display: block;
        float: left;
        padding: 5px 5px 0px 5px;
    }

@media (min-width:768px) {
    section {
        padding: 100px 0;
    }
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

    #portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
    }

        #portfolio .portfolio-item .portfolio-link .portfolio-hover {
            background: rgba(0, 0, 0,.08);
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all ease .5s;
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
        }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
                opacity: 1;
            }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
                position: absolute;
                width: 100%;
                height: 20px;
                font-size: 20px;
                text-align: center;
                top: 50%;
                margin-top: -12px;
                color: #fff;
            }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
                    margin: 0;
                }

    #portfolio .portfolio-item .portfolio-caption {
        max-width: 400px;
        margin: 0 auto;
        background: none;
        text-align: center;
        padding: 15px;
    }

        #portfolio .portfolio-item .portfolio-caption h4 {
            text-transform: none;
            margin: 0;
        }

        #portfolio .portfolio-item .portfolio-caption p {
            font-style: italic;
            font-size: 14px;
            margin-top: 5px;
        }

#portfolio * {
    z-index: 2;
}

.portfolio-modal .portfolio-item {
    text-align: left;
}
/*
.portfolio-modal, .modal-backdrop{
	top:70px;
}
*/
@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}


.team-member {
    text-align: center;
    margin-bottom: 50px;
}

    .team-member img {
        margin: 0 auto;
        border: 7px solid #fff;
    }

    .team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

    .team-member p {
        margin-top: 0;
    }

aside.clients img {
    margin: 50px auto;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

    section#contact .form-group input, section#contact .form-group textarea {
        padding: 16px 20px;
    }

        section#contact .form-group input.form-control {
            height: auto;
        }

        section#contact .form-group textarea.form-control {
            height: 136px;
        }

section#contact .form-control:focus {
    border-color: #00da9d;
    box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact :-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact ::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact :-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

section#contact .address {
    padding-top: 60px;
}

@media (min-width:767px) {
    section#contact .address {
        padding-left: 100px;
        padding-top: 0;
    }
}

footer {
    padding: 25px 0;
    text-align: center;
}

    footer span.copyright {
        line-height: 40px;
        text-transform: uppercase;
        text-transform: none;
    }

    footer ul.quicklinks {
        margin-bottom: 0;
        line-height: 40px;
        text-transform: uppercase;
        text-transform: none;
    }

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        display: block;
        background-color: #222;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        outline: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

        ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
            background-color: #00da9d;
        }

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

    .portfolio-modal .modal-content h2 {
        margin-bottom: 15px;
        font-size: 1.5em;
        float: left;
    }

    .portfolio-modal .modal-content p {
        margin-bottom: 30px;
    }

        .portfolio-modal .modal-content p.item-intro {
            margin: 20px 0 30px;
            font-style: italic;
            font-size: 16px;
        }

    .portfolio-modal .modal-content ul.list-inline {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

.portfolio-modal .modal-header {
    position: fixed;
    width: 100%;
    height: 75px;
    background-color: #ffffff;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2051;
}

.portfolio-modal .close-modal {
    float: right;
}

    .portfolio-modal .close-modal:hover {
        opacity: .3;
    }

    .portfolio-modal .close-modal .lr {
        height: 35px;
        width: 1px;
        margin-left: 35px;
        background-color: #222;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        z-index: 1051;
    }

        .portfolio-modal .close-modal .lr .rl {
            height: 35px;
            width: 1px;
            background-color: #222;
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            z-index: 1052;
        }

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

::-moz-selection {
    text-shadow: none;
    background: #00da9d;
}

::selection {
    text-shadow: none;
    background: #00da9d;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.hero {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #ffffff;
}

.overlay {
    padding: 80px 0;
    background: rgba(0,0,0,.7);
}

    .overlay .intro-heading, .overlay .intro-lead-in, .overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h5, .overlay p, .overlay li {
        color: #ffffff;
    }

.section {
    padding: 160px 0;
}

.overlay-primary {
    padding: 80px 0;
    background: rgba(0,218,157,.8);
}

.overlay-secondary {
    padding: 80px 0;
    background: rgba(255,98,32,.8);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.plans {
    margin: 40px auto;
    zoom: 1;
}

    .plans:before, .plans:after {
        content: '';
        display: table;
    }

    .plans:after {
        clear: both;
    }

.plan {
    max-width: 240px;
    padding: 30px;
    text-align: center;
    background: #fafafa;
    background-clip: padding-box;
    border: solid #00da9d;
    border-width: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}

    .plan:first-child {
        border-radius: 7px;
    }

    .plan:last-child {
        border-radius: 7px;
    }

.plan-title {
    position: relative;
    margin: -20px -10px 20px;
    padding: 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #595f6b;
    border-bottom: 1px dashed #d2d2d2;
}

    .plan-title:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 1px;
        background-size: 3px 1px;
        background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
        background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
        background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
        background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
    }

.plan-price {
    margin: 0 auto 20px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 24px;
    font-weight: bold;
    color: #00da9d;
    background: #e2fbf4;
    border-radius: 45px;
}

    .plan-price > span {
        font-size: 14px;
        font-weight: normal;
        color: #00da9d;
    }

.plan-features {
    list-style-type: none;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 12px;
    color: #999;
    text-align: center;
    text-indent: -36px;
}

    .plan-features > li > strong {
        font-weight: bold;
        color: #888;
    }

.plan-button:active {
    color: rgba(255, 255, 255, 0.95);
    background: #6f5e96;
    border-color: black #222 #222;
    background-image: -webkit-linear-gradient(top, #6f5e96, #8770b9);
    background-image: -moz-linear-gradient(top, #6f5e96, #8770b9);
    background-image: -o-linear-gradient(top, #6f5e96, #8770b9);
    background-image: linear-gradient(to bottom, #6f5e96, #8770b9);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.plan-tall {
    background-color: white;
    border-width: 2px;
    border-radius: 7px;
    padding: 36px 30px;
}

    .plan-tall > .plan-title {
        font-size: 18px;
    }

    .plan-tall > .plan-price {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 21px;
        border-radius: 50px;
    }

    .plan-tall > .plan-features {
        font-size: 13px;
    }

    .plan-tall > .plan-button {
        padding: 0 16px;
        line-height: 32px;
    }


@media (min-width: 640px) {
    .plan {
        width: 200px;
        float: left;
        margin: 0;
    }

    .plans {
        width: 640px;
    }

    .plan:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border-width: 2px 0 2px 2px;
        margin: 15px 0;
    }

    .plan:last-child {
        border-width: 2px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        border-width: 2px 2px 2px 0;
        margin: 15px 0;
    }
}


.testimonials {
    clear: both;
    text-align: center;
}

    .testimonials .title {
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 30px;
        color: #313334;
        font-weight: 500;
    }

    .testimonials .intro {
        color: #96a1a3;
        font-size: 20px;
        margin-bottom: 60px;
    }

    .testimonials .item {
        margin-bottom: 10px;
    }

        .testimonials .item .item-inner {
            padding: 30px;
        }

        .testimonials .item .quote-container {
            position: relative;
            margin-bottom: 30px;
        }

            .testimonials .item .quote-container .fa {
                display: block;
                color: #ecf0f1;
                position: absolute;
                left: 0;
                top: 0;
                font-size: 22px;
            }

            .testimonials .item .quote-container .quote {
                padding: 0;
                border-left: 0;
                font-style: italic;
                padding-left: 30px;
                margin-bottom: 0;
            }

@media (min-width: 768px) {
    .testimonials .item .quote-container .quote {
        font-size: 18px;
        line-height: 1.75;
        ;
    }
}

.testimonials .item .meta .profile {
    overflow: hidden;
}

    .testimonials .item .meta .profile img {
        float: left;
        margin-right: 15px;
    }

    .testimonials .item .meta .profile .name {
        font-size: 18px;
        margin-top: 25px;
        color: #313334;
        font-weight: 600;
    }

        .testimonials .item .meta .profile .name .source-title {
            color: #96a1a3;
            font-weight: 400;
            font-size: 14px;
        }

            .testimonials .item .meta .profile .name .source-title .fa-linkedin {
                color: #ffffff !important;
                font-size: 14px !important;
                padding: 4px 5px;
                background: #0274b3;
                border-radius: 3px;
            }

.testimonials .item .client-logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.bordered-section {
    border-top: 1px solid #eeeeee;
}

.features-content .features-item img {
    max-width: 500px;
    width: 100%;
}

.features-text {
    padding-top: 50px;
}

.features-content {
    margin: 100px 50px 160px 50px;
}

#contact .btn-xl {
    width: 100%;
}

.padding-less {
    padding: 0;
}

.info {
    font-size: 14px;
}

.faq-accordion .panel-default > .panel-heading {
    color: rgba(0, 218, 157,.8);
    background: none;
    border: none;
    padding: 10px 15px;
}

.faq-accordion .panel-default {
    border: none;
    box-shadow: none;
    border-radius: 2px;
    background: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 5px 10px 10px 15px;
}

.faqs .section-heading {
    color: #ffffff;
}

.faq-accordion .panel-body p {
    color: #f1f1f1;
}

.row-feature {
    padding: 52px 0;
    font-size: 17px;
    color: #999999;
    line-height: 1.5;
}

@media screen and (min-width: 992px) {
    .row-feature {
        padding: 78px 0;
    }
}

.feature-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

    .feature-box .feature-box-caption {
        color: white;
        opacity: 0;
        display: block;
        background: rgba(0, 0, 0, 0.75);
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }

    .feature-box .feature-box-content {
        min-height: 200px;
        min-width: 100%;
        text-align: center;
        background: rgba(0, 218, 157, 0);
    }

        .feature-box .feature-box-content span {
            font-size: 200px;
            font-weight: 800;
            color: #ffffff;
        }

    .feature-box .feature-box-content-bottom {
        min-height: 40px;
        min-width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, .7);
        padding: 5px 20px;
    }

        .feature-box .feature-box-content-bottom p {
            font-size: 16px;
            font-weight: 600;
            color: rgba(0, 218, 157, 1);
        }

        .feature-box .feature-box-content-bottom span {
            font-size: 21px;
            color: #ffffff;
            margin-right: 2px;
        }

    .feature-box .feature-box-caption .feature-box-caption-content {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        .feature-box .feature-box-caption .feature-box-caption-content .feature-title,
        .feature-box .feature-box-caption .feature-box-caption-content .feature-description {
            padding: 0 15px;
        }

        .feature-box .feature-box-caption .feature-box-caption-content .feature-title {
            text-transform: uppercase;
            font-weight: 600;
            font-size: 16px;
        }

        .feature-box .feature-box-caption .feature-box-caption-content .feature-description {
            font-size: 13px;
            margin-top: 20px;
        }

    .feature-box:hover .feature-box-caption {
        opacity: 1;
    }

    .feature-box:focus {
        outline: none;
    }

@media (min-width: 768px) {
    .feature-box .feature-box-caption .feature-box-caption-content .feature-title {
        font-size: 16px;
    }

    .feature-box .feature-box-caption .feature-box-caption-content .feature-description {
        font-size: 13px;
    }
}

.feature-item-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

    .feature-item-list li {
        padding-left: 1em;
        text-indent: -1em;
        margin-left: 1em;
        font-size: 15px;
        line-height: 1.33;
    }

        .feature-item-list li:before {
            display: inline-block;
            font-family: 'FontAwesome';
            content: "\f00c";
            color: #cccccc;
            padding-right: 15px;
            margin-top: 8px;
            font-size: 18px;
        }

.popup-gallery div:nth-child(1) > .feature-box {
    background-image: url(../Images/team-bg-fade.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.popup-gallery div:nth-child(2) > .feature-box {
    background-image: url(../Images/team-bg-fade.jpg);
    background-repeat: no-repeat;
    background-position: -280px 0px;
}

.popup-gallery div:nth-child(3) > .feature-box {
    background-image: url(../Images/team-bg-fade.jpg);
    background-repeat: no-repeat;
    background-position: -560px 0px;
}

.popup-gallery div:nth-child(4) > .feature-box {
    background-image: url(../Images/team-bg-fade.jpg);
    background-repeat: no-repeat;
    background-position: -840px 0px;
}

.popup-gallery .overlay {
    background: none;
}

    .popup-gallery .overlay:hover {
        opacity: 1;
    }

@media (max-width: 1199px) {
    .popup-gallery div:nth-child(3), .popup-gallery div:nth-child(4) {
        margin-top: 25px;
    }

    .feature-box .feature-box-content {
        background: rgba(0, 218, 157, 1);
    }

    .popup-gallery div .feature-box {
        background: rgba(0, 218, 157, 1);
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    .popup-gallery div:nth-child(1), .popup-gallery div:nth-child(2) {
        margin-top: 25px;
    }
}

#contactForm ul {
    list-style: none !important;
}


/*Registration form-control*/

.btn-link-1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 0;
    background: #555;
    background: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
        outline: 0;
        opacity: 0.6;
        background: #555;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
    }


/***** signin-form *****/

.signin-form {
    padding: 60px 0 80px 0;
}

    .signin-form .text {
        color: #fff;
    }

        .signin-form .text h1 {
            color: #fff;
        }

    .signin-form .description {
        margin: 20px 0 10px 0;
    }

        .signin-form .description a {
            color: #fff;
            border-bottom: 1px dotted #fff;
        }

            .signin-form .description a:hover,
            .signin-form .description a:focus {
                border: 0;
            }

.show-forms {
    padding-top: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    text-align: left;
}

.show-register-form, .show-forms-divider, .show-login-form {
    opacity: 0.6;
}

.show-register-form, .show-login-form {
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .show-register-form.active, .show-login-form.active,
    .show-register-form:hover, .show-login-form:hover {
        opacity: 1;
    }



.r-form {
    padding-top: 40px;
}

    .r-form .form-group {
        margin-bottom: 25px;
    }

    .r-form textarea {
        height: 100px;
    }

    .r-form .input-error {
        border-color: #e74c3c;
    }

.l-form {
    padding-top: 40px;
}

    .l-form .form-group {
        margin-bottom: 20px;
    }

    .l-form .input-error {
        border-color: #e74c3c;
    }

.forms-right-icons .row {
    padding-bottom: 15px;
}

.forms-right-icons {
    padding-top: 40px;
    color: #fff;
    text-align: left;
}

    .forms-right-icons h3 {
        margin-top: 0;
        color: #fff;
    }

    .forms-right-icons .icon {
        text-align: right;
        font-size: 30px;
        line-height: 34px;
    }

.social-login {
    margin-top: 35px;
    color: #fff;
}

.social-login-buttons {
    margin-top: 20px;
}




@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {

    .forms-right-icons .icon {
        font-size: 22px;
    }

    header .intro-text .intro-heading {
        font-size: 1.2em;
    }

    header .intro-text .intro-lead-in {
        font-size: 2.0em;
    }
}

@media (max-width: 767px) {

    .show-forms, .forms-right-icons, .forms-right-icons .icon {
        text-align: center;
    }

        .forms-right-icons .icon {
            padding-top: 10px;
        }

        .forms-right-icons h3 {
            margin-top: 15px;
        }

    header .intro-text .intro-heading {
        font-size: 1.0em;
    }

    header .intro-text .intro-lead-in {
        font-size: 1.5em;
    }

    .btn-xl {
        font-size: 14px;
        padding: 8px 18px;
    }

    .section-heading {
        font-size: 14px;
    }

    section h3.section-subheading {
        font-size: 12px;
    }

    .myTask2do-video {
        width: 100%;
        height: 300px;
    }


    #loginInputForm input[type="text"], #loginInputForm input[type="password"] {
        height: 35px;
    }

    .login-window button.btn {
        font-size: 14px;
        line-height: 18px;
    }

    .login-window .text-title {
        font-size: 16px !important;
    }

    .login-window .btn-group-lg > .btn, .btn-lg {
        font-size: 14px;
    }

    .login-window .btn-social {
        min-height: 35px;
    }

        .login-window .btn-social.btn-lg > :first-child {
            line-height: 35px !important;
        }

    .login-window .login-register-switch {
        font-size: 14px;
    }
}


.backstretch:after {
    content: "";
    background: rgba(0,0,0,.2);
    position: fixed;
    margin: 0px;
    padding: 0px;
    border: none;
    height: 100%;
    width: 100%;
}

.text-white {
    color: #ffffff !important;
}

.login-window {
    margin-left: auto;
    margin-right: 0;
    text-align: center;
    max-width: 540px;
}

.btn-login {
    background-color: #20b188;
    text-align: center;
    padding: 0;
    font-size: 19px;
    color: white;
    padding: 6px 0;
}

.text-title-login {
    font-family: sans-serif;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 550;
}

.btn-social {
    min-height: 52px;
    padding-top: 12px !important;
}

    .btn-social.btn-lg {
        padding-left: 68px !important;
    }

        .btn-social.btn-lg > :first-child {
            line-height: 52px !important;
            width: 55px !important;
        }

.btn-block + .btn-block {
    margin-top: 15px !important;
}

.form-group .rememberMeOption {
    float: left;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    padding-bottom: 15px;
}

.rememberMeOption label {
    color: #ffffff;
}

.form-group .forgotPassword {
    float: right;
    margin-right: 0;
    padding-right: 0;
    text-align: right;
    padding-bottom: 15px;
}

.login-register-switch {
    margin-top: 20px;
    font-size: 16px;
}

.login-window .text-title {
    margin-top: 20px;
    font-size: 21px;
}

.hideme {
    display: none;
}

.partner-features * {
    box-sizing: border-box;
}

.partner-features table {
    width: 100%;
}

.partner-features th {
    background: #c2c3c3;
    color: #ffffff;
    font-size: 21px;
    font-weight: 300;
}

.partner-features td, th {
    text-align: left;
    border-bottom: solid 1px #d9d9d9;
    font-size: 14px;
    padding: 20px;
    word-wrap: break-word;
}

.partner-features td {
    color: auto;
    font-weight: 300;
}

.partner-features .check {
    color: limegreen;
    font-size: 20px;
}

.partner-features td:first-child {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .partner-features table {
        width: 90%;
        margin: auto;
    }

    .partner-features .check {
        color: #00da9d;
        font-size: 14px;
    }

    .partner-features tr {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .partner-features td, th {
        display: block;
        width: 33.333333333333%;
        font-size: 14px;
    }

    .partner-features th:first-child, td:first-child {
        background: #efefef;
        width: 100%;
    }

    .partner-features th:first-child {
        display: none;
    }
}

.partner-features .p {
    text-align: center;
    font-size: 13px;
    padding-top: 130px;
}

.dropdown.user {
    float: right;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
}

.user-menu > img {
    height: 32px !important;
    width: 32px !important;
    border-radius: 25px;
}

.dropdown.user .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

h4.feature-item-intro {
    color: #111 !important;
    font-size: 18px !important;
}

#privacy-policy li {
    color: #777 !important;
    font-size: 14px !important;
}

.chatting-download-notification-bar {
    background-color: #00BA80;
    color: white;
    font-size: 16px;
    height: 40px;
    display: inline-block;
    width: 100%;
    padding: 4px 10px 0 10px;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 5000;
}

.chatting-logo-container {
    float: left;
}

.notification-header {
    float: left;
    padding: 6px 0 0 6px;
    font-size: 14px;
}

.logo-container-parent {
    float: left;
    padding: 4px 10px 0 20px;
    width: 200px;
}

.fa-operating-system {
    font-size: 17px;
    border: 1px solid white;
    color: white;
    padding: 1px 8px 1px 8px;
    border-radius: 5px;
}

.span-cross-button-download {
    float: right;
    margin-right: 10px;
    padding-top: 3px;
}

    .span-cross-button-download a {
        color: white;
    }
