
.index.page main a {
    text-decoration: none;
}

.index.page .cover {
    background-image: url("../images/cover.jpg");
    background-position: center top;
    height: 100vh;
}

@media screen and (min-height: 1061px) {
    .index.page .cover {
        height: 60vh;
    }
}

.index.page .cover .circle-container,
.index.page .cover .circle-container .circle {
    width: 6px;
    height: 6px;
}

@media screen and (max-width: 991px) {
    body.mobile-menu-visible .cover .circle-container,
    body.mobile-menu-visible .cover .circle-container .circle {
        display: none;
    }
}

.index.page .cover .cover-text.heading {
    background: linear-gradient(0deg,
    rgba(22, 23, 56, 0.95),
    rgba(29, 29, 86, 0)
    );
    color: #ffffff;
    padding: 4em 3ex 3em;
    text-shadow: rgba(45, 26, 68, 0.95) 0 0 .5em;
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
    .index.page .cover .cover-text.heading {
        padding: 4em 3ex;
        font-size: 1.4em;
    }
}

.index.page .cover .cover-action .btn.action {
    background-color: #7277ad;
    color: #ffffff;
    text-shadow: rgba(255, 255, 255, .5) 0 0 .5em;
}

.index.page .cover .cover-action .btn.action:hover {
    background-color: #6671b7;
    text-shadow: rgba(255, 255, 255, .75) 0 0 .75em;
}

.index.page .services {
    background-color: #351d67;
    background-image: url("../images/services/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.index.page .services, .index.page .services * {
    color: #fff;
}

.index.page .services .service {
    display: block;
    padding: 2em;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
}

.index.page .services .service:hover {
    background-color: rgba(21, 25, 105, 0.3);
}

.index.page .services .heading {
    line-height: 1.6;
    font-size: 1.3vw;
    letter-spacing: .25ex;
    text-align: center;
    margin-bottom: 2.5vw;
    color: #f6e2db;
}

@media screen and (max-width: 1199px) {
    .index.page .services .heading {
        margin-bottom: 1.3em;
        line-height: 1.7;
        font-size: 1.4em;
    }
}

.index.page .services .description {
    text-align: center;
}

.index.page .services .icon {
    display: block;
    width: 4.5em;
    height: auto;
    margin: 0 auto 1.25em;
}

.index.page .features {
    background-color: #f5f5f3;
    background-image: url("../images/features/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index.page .cover__features {
    background-color: #382523;
    background-image: url("../images/features/cover.jpg?v2.1");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 30vw;
    position: relative;
}
.index.page .cover__features:before {
    position: absolute;
    z-index: 100;
    content: "";
    height: 4vw;
    width: 100%;
    background-image: linear-gradient(180deg,
    rgba(0, 0, 0, .25) 0%,
    rgba(0, 0, 0, 0) 100%);
}

.index.page .cover__features-text {
    position: absolute;
    background: linear-gradient(0deg,
    rgba(42, 16, 37, 0.6),
    rgba(87, 32, 49, 0)
    );
    color: #ffffff;
    width: 100%;
    padding: 3em 3ex 1.2em;
    margin: 0;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    text-align: center;
    text-shadow: rgba(33, 13, 26, 0.95) 0 0 .5em;
    line-height: 1.7;
    font-size: 2.4em;
    letter-spacing: .1ex;
    z-index: 110;
}

@media screen and (max-width: 1199px) {
    .index.page .cover__features-text {
        font-size: 1.4em;
        padding: 6em 3ex;

    }
}

.index.page .features a {
    color: inherit;
}

.index.page .feature {
    display: block;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
}

.index.page a.feature:hover {
    background-color: rgba(255, 255, 255, .5);
    box-shadow: rgba(44, 58, 68, 0.2) 0 0 1em;
}

.index.page .partners .heading {
    margin-bottom: 4vw;
}

.index.page *.partners-more {
    display: inline-block;
    margin: 2em auto;
    background-color: #7c799a;
    color: #ffffff;
    border-radius: .5em;
    padding: .5em 3ex;
    text-transform: uppercase;
    text-decoration: none;
}

.index.page *.partners-more:hover,
.index.page *.partners-more:focus,
.index.page *.partners-more:active
{
    background-color: #514e6b;
    text-shadow: 0 0 .75em #ffffff;
}

.index.page .partner, .index.page .partner-logo {
    display: block;
}

.index.page .partner {
    margin-bottom: 2vw;
    padding: 2em;
}

.index.page .partner:hover {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(38, 34, 96, 0.13) 0 0 2em;
}

.index.page .partner-logo {
    height: 10vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 991px) {
    .index.page .partner {
        margin-bottom: 4vw;
    }
    .index.page .partner-logo {
        height: 12vw;
    }
}

@media screen and (max-width: 767px) {
    .index.page .partner {
        margin-bottom: 6vw;
    }
    .index.page .partner-logo {
        height: 256px;
    }
}
