/* Global Classes */

.btn-transparent {
    background-color: rgba(255, 255, 255, .3);
    border: 2px solid white;
    color: white;
    display: block;
    transition: background-color .2s;
}

.btn-inline { display:inline-block; }

.btn-transparent:hover {
    background-color: rgba(0, 0, 0, .3);
    color: white;
}

.btn-green {
    background-color: #4FAA4C;
    color: white;
    display: block;
    transition: background-color .2s;
}

.btn-green:hover {
    background-color: #469643;
}

.btn-yellow {
    background-color: #F59231;
    color: white;
    display: block;
    transition: background-color .2s;
}

.btn-yellow:hover {
    background-color: #E58900;
}

.btn-yellow-alt {
    background-color: rgba(245, 146, 49, .5);
    color: white;
    display: block;
    transition: background-color .2s;
}

.btn-yellow-alt:hover {
    background-color: rgba(245, 146, 49, 1);
}

.btn-white {
    background-color: #FFF;
    color: black;
    display: block;
    transition: background-color .2s;
}

.btn-white:hover {
    background-color: #FFF;
}

.section-efefef {
    background-color: #935cc4;
}

.section-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2;
}

.section-cover .bg-credits {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font: 0.9rem Roboto;
    color: #999;
}

.section-cover .cover-container {
    width: 100%;
    /*color: white;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-cover .cover-container .home-logo {
    width: 250px;
    position: relative;
    top:-20px;
}

.section-cover .cover-container .cover-title {
    margin-top: 40px;
    font-size: 4.3rem;
    line-height: 123%;
    font-weight: 500;
    font-family: Roboto;
    color: #333;
}

.section-cover .cover-container .cover-description {
    font-size: 1.7rem;
    font-weight: 300;
    font-family: Roboto;
    color: #000;
}

.section-cover .cover-container hr {
    border: 2px solid rgba(255, 255, 255, .7);
    width: 20%;
}

.section-cover .home-cover-action {
    background-color: #ff558e;
    color: #fff;
}

.section-feature .charts-title {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 100px;
}

.section-feature .chart-object {
    width: 100%;
    height: auto;
}

.section-feature .chart-title, .section-feature .chart-titles-mid {
    color: #fff;
    font-weight: 200;
    font-family: Roboto;
}

.section-feature .chart-title .smaller-text {
    font-size: 1.1rem;
    margin-top: 5px;
    color: rgba(255,255,255,0.7);
}

.section-value {
    background-color: #fbfbfb;
}

.section-value .value-title {
    font-family: Roboto;
    font-size: 2.6rem;
}

.section-value .item-title {
    font-family: Roboto;
    font-weight: 400;
}

.section-value .item-description {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.05rem;
}

.section-value .icon-value-container {
    text-align: center;
}

.section-value .icon-value {
    max-width: 80px;
}

.section-solution {
    background-color: #fff;
}

.section-solution .section-maintitle {
    font-family: Roboto;
    font-size: 3.8rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.section-solution .section-title {
    font-family: Roboto;
    font-size: 2.6rem;
    margin-bottom: 1.5rem !important;
}

.section-solution .section-subtitle {
    font-family: Roboto;
    font-size: 2rem;
    color: #95a1a9;
}

.section-solution .features-boxes {

}

.section-solution .features-boxes .box .box-container {
    padding: 45px 35px;
    border-radius: 10px;
}

.section-solution .features-boxes .box:nth-child(3) .box-container,
.section-solution .features-boxes .box:nth-child(4) .box-container {
    min-height: 350px;
}

.section-solution .features-boxes .box-container .feature-icon {
    margin-bottom: 25px;
    width: 65px;
    filter: invert(100%);
}

.section-solution .features-boxes .box-container .feature-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.section-solution .features-boxes .box {
    color: #fff;
    font-family: Roboto;
}

.section-solution .features-boxes .box.green .box-container {
    background-color: #8ed4cc;
}

.section-solution .features-boxes .box.blue .box-container {
    background-color: #369ff4;
}

.section-solution .features-boxes .box.red .box-container {
    background-color: #fa575d;
}

.section-solution .features-boxes .box.purple .box-container {
    background-color: #9064bf;
}

.section-solution .features-boxes .box.orange .box-container {
    background-color: #fe813a;
}

.section-solution .features-boxes .box .sub-features .sub-feature {
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    margin-top: 9px;
    margin-left: 3px;
}

.md-chip {
    display: inline-block;
    background: $md-chip-color;
    padding: 0 12px;
    border-radius: 32px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.md-chip:hover, .md-chip-hover:hover {
    background: #ccc;
}

.md-chip, .md-chip-icon {
    height: 32px;
    line-height: 32px;
}

.md-chip-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.home-toggler {
    outline: 0;
    color: rgba(0, 0, 0, .6) !important;
    border: 1px solid rgba(0, 0, 0, .3) !important;
}

#feature-3 {
    background: white;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(45deg, #50A94C, #52B7B4);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #50A94C, #52B7B4);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #50A94C, #52B7B4);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #50A94C, #52B7B4);
    /* Standard syntax */
    color: white;
}

#feature-5 {
    background: white;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(45deg, #8B80B6, #E64A7E);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #8B80B6, #E64A7E);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #8B80B6, #E64A7E);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #8B80B6, #E64A7E);
    /* Standard syntax */
    color: white;
}

.ngo-design img {
    display: block;
}

#tools {
    background: white;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(45deg, #E64A7E, #F08B26);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #E64A7E, #F08B26);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #E64A7E, #F08B26);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #E64A7E, #F08B26);
    /* Standard syntax */
    color: white;
}

.section-tools .card {
    display: inline-block;
    background-color: transparent;
}

.section-tools .col-md-2 {
    display: inline-block;
    float: none;
}

.section-tools .card,
.card-img {
    border: 0;
    border-radius: 0;
}

.partners .row .col-md-3 {
    display: inline-block;
}

.partners img {
    display: block;
}

.get-started {
    /*background: #f39604;*/
    background: url(../images/cover-bg/footer.jpg) no-repeat center center;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 11rem 2.5rem;
}

.get-started:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
}

#last p {
    font-size: 1.7rem;
}

.get-started .section-content {
    position: relative;
    z-index: 99;
}

.get-started h1 {
    /*color: white;*/
    color: #f39606;
    font-family: Roboto;
    font-size: 4rem;
    font-weight: 400;
}

.get-started h2 {
    font-family: Roboto;
    font-size: 2.7rem;
    /*color: #fff;*/
    color: #808080;
    margin-top: 40px;
}

.get-started .btn {
    /*background-color: #fff;
    color: #333;*/
    background-color: #ff558e;
    color: #fff;
    margin-top: 4.5rem;
}

.get-started .copyrights {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    z-index: 99;
    color: #676767;
}

.get-started .copyrights .heart {
    color: #fa575d;
}

.img-section .row .col-xs-6 {
    margin-bottom: 2.3rem;
}

.cover-container .subtitle {
    font-size: 1.5rem;
}

.cover-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
}

.no-commitments {
    text-align: center;
    font-weight: 600;
    color: #4c4c4c;
    margin-top: 0.4rem;
}

.learn-more-container {
    position: absolute;
    bottom: 1rem;
}

.learn-more {
    color: #000;
    text-align: center;
    opacity: 1;
    padding: 0;
    border: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.learn-more:hover,
.learn-more:active,
.learn-more:focus {
    transform: translateY(3px);
}

.icon-bg-1 i {
    background: white;
    background: -webkit-linear-gradient(45deg, #E64A7E, #8B80B6);
    background: -o-linear-gradient(45deg, #E64A7E, #8B80B6);
    background: -moz-linear-gradient(45deg, #E64A7E, #8B80B6);
    background: linear-gradient(45deg, #E64A7E, #8B80B6);
    color: white;
    border-radius: 50%;
    line-height: 8rem;
    width: 8rem;
}

.icon-bg-2 i {
    background: white;
    background: -webkit-linear-gradient(45deg, #8B80B6, #52B7B4);
    background: -o-linear-gradient(45deg, #8B80B6, #52B7B4);
    background: -moz-linear-gradient(45deg, #8B80B6, #52B7B4);
    background: linear-gradient(45deg, #8B80B6, #52B7B4);
    color: white;
    border-radius: 50%;
    line-height: 8rem;
    width: 8rem;
}

.icon-bg-3 i {
    background: white;
    background: -webkit-linear-gradient(45deg, #52B7B4, #50A94C);
    background: -o-linear-gradient(45deg, #52B7B4, #50A94C);
    background: -moz-linear-gradient(45deg, #52B7B4, #50A94C);
    background: linear-gradient(45deg, #52B7B4, #50A94C);
    color: white;
    border-radius: 50%;
    line-height: 8rem;
    width: 8rem;
}

#last i {
    transition: opacity .2s;
}

#last i:hover {
    opacity: .8;
}

#last a {
    color: black;
}

#last a:hover {
    text-decoration: none;
}

.nav-link.loggedout {
    color: #484848 !important;
    font-weight: 600;
}

.home-user-dropdown .nav-link {
    color: rgba(0, 0, 0, .9) !important;
}

.sharing-row {
    padding: 20px 0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    position: relative;
    top: 30px;
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    overflow: hidden;
    max-height: 73px;
}

.sharing-row:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}

.sharing-row > div {
    display: inline-block;
}

.sharing-row .fb-sharing {
    margin-right: 2.5px;
}

.sharing-row .twitter-sharing {
    margin-left: 2.5px;
}

.fb_iframe_widget span {
    vertical-align: baseline !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 926px) {
    .section-solution .features-boxes .box .box-container {
        min-height: 540px;
    }

    .section-solution .features-boxes .box:nth-child(3) .box-container,
    .section-solution .features-boxes .box:nth-child(4) .box-container {
        min-height: 375px;
    }
}

@media screen and (max-width: 1199px) {
    .section-solution .features-boxes .box .box-container {
        min-height: 465px;
    }

    .section-solution .features-boxes .box:nth-child(3) .box-container,
    .section-solution .features-boxes .box:nth-child(4) .box-container {
        min-height: 418px;
    }
}

@media screen and (max-width: 926px) {
    .section-solution .features-boxes .box .box-container {
        min-height: 535px;
    }
}

@media screen and (max-width: 767px) {
    .section-cover .cover-container .cover-title {
        font-size: 2rem !important;
    }
    .section-cover .cover-container .cover-description {
        font-size: 1.1rem !important;
    }
    .section-cover .cover-container .mt-4 {
        margin-top: 2rem !important;
    }
    /*.section-cover .cover-container .btn {
        padding: 0.75rem 1rem;
    }*/
    .section-cover .cover-container .home-logo {
        width: 180px;
    }
    .get-started {
        padding: 2rem 2.5rem;
        padding-bottom: 10rem;
    }
    .get-started h1 {
        font-size: 2rem;
    }
    .get-started h2 {
        font-size: 1.5rem;
        margin-top: 20px;
    }
    .get-started .btn {
        margin-top: 3rem;
    }
    #secondChart {
        margin-top: 50px;
    }
    .section-solution .section-maintitle {
        font-size: 2.7rem;
        margin-bottom: 2rem;
    }
    .section-solution .section-title {
        font-size: 1.7rem;
        margin-bottom: 1rem !important;
    }
    .section-solution .section-subtitle {
        font-size: 1.2rem;
        margin-bottom: 2rem !important;
    }
    .learn-more-container {
        bottom: 2.5rem;
    }
    .section-value .icon-value {
        max-width: 100%;
    }
    .section-feature .charts-title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 4rem;
    }
    .section-value .value-title {
        font-size: 1.6rem;
        line-height: 2.3rem;
    }
    .py-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-5 {
        padding-top: 1.6rem !important;
    }
    .section-solution .features-boxes .box .box-container {
        padding: 25px 20px;
        margin: 8px 15px;
        min-height: 463px;
    }
    .section-solution .features-boxes .box:nth-child(3) .box-container,
    .section-solution .features-boxes .box:nth-child(4) .box-container {
        min-height: 343px;
    }
    .section-solution .features-boxes .feature-icon {
        max-width: 50px;
        margin-bottom: 2rem;
    }
    .section-solution .features-boxes .box-container .feature-title {
        font-size: 1.4rem;
    }
    /*.section-solution .features-boxes .box .sub-features .sub-feature {
        margin-top: 5px;
    }*/
    .section-feature .chart-title .smaller-text {
        font-size: inherit;
        color: #fff;
    }
}

@media screen and (max-width: 575px) {
    .section-solution .features-boxes .box .box-container,
    .section-solution .features-boxes .box:nth-child(3) .box-container,
    .section-solution .features-boxes .box:nth-child(4) .box-container {
        min-height: 0;
    }
}