
@font-face {
    font-family: main;
    src: url(assets/fonts/SourceSansPro-Regular.otf);
}

html, body, div, span, nav,
h1, h2, h3, h4, h5, h6, p, a, ol, ul, li,
footer, dl, dt, dd, header, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: main, Helvetica, sans-serif;
    vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

body {
    background-color: #935d8c;
    color: rgba(255, 255, 255, 0.65);
    background-image: url("assets/images/overlay.png"), -moz-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
    background-image: url("assets/images/overlay.png"), -webkit-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
    background-image: url("assets/images/overlay.png"), -ms-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
    background-image: url("assets/images/overlay.png"), linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
}

a {
    -moz-transition: color 0.2s ease, border-bottom 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom 0.2s ease;
    transition: color 0.2s ease, border-bottom 0.2s ease;
    text-decoration: none;
    border-bottom: dotted 1px;
    color: inherit;
}

#wrapper {
    width: 80em;
    max-width: calc(100% - 4em);
    margin: 0 auto;
    position: relative;
}

#header {
    padding: 7em 5em 4em 5em;
    text-align: center;
}

#header p {
    font-size: 1.25em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.logo {
    display: block;
    margin: 0 0 1em 0;
}

.logo img {
    display: block;
    margin: 0 auto;
    max-width: 75%;
    width: 25%;
}

#nav {
    color: #636363;
    position: absolute;
    width: 77em;
    max-width: calc(100% - 4em);
    padding: 1.5em;
    background-color: #f7f7f7;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    cursor: default;
    text-align: center;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    -moz-transition: margin 0.2s ease;
    -webkit-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
    display: inline-block;
    margin: 0 0.35em;
    padding: 0;
    vertical-align: middle;
}

#nav ul li a {
    -moz-transition: font-size 0.2s ease;
    -webkit-transition: font-size 0.2s ease;
    -ms-transition: font-size 0.2s ease;
    transition: font-size 0.2s ease;
    display: inline-block;
    height: 2.25em;
    line-height: 2.25em;
    padding: 0 1.25em;
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px transparent;
    font-size: 1.4em;
}

#nav ul li a.active {
    background-color: #ffffff;
    box-shadow: none;
}



#main {
    background-color: #ffffff;
    color: #636363;
    border-radius: 0.25em;
    padding-top: 4.25em;
}

.main {
    padding: 5em 5em 3em 5em;
}

.spotlight {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 2em 0;
}

.spotlight .content {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.spotlight .image {
    display: inline-block;
    margin-left: 4em;
    padding: 0.65em;
    width: 50%;
}

.spotlight .image img {
    width: 100%;
}

.spotlight .content header.major {
    margin: 0 0 2em 0;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    color: #636363;
}

header.major h2 {
    font-size: 2em;
}

#main header.major h2:after {
    background-color: #dddddd;
    background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
    background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
    background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
    background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
}

header.major h2:after {
    display: block;
    content: '';
    width: 3.25em;
    height: 2px;
    margin: 0.7em 0 1em 0;
    border-radius: 2px;
}

.content p {
    font-size: 1.2em;
    letter-spacing: 0.9px;
    line-height: 1.8em;
}

.content h2 {
    font-size: 2.4em;
}

#main > .main:first-child {
    border-top: 0;
}
#main > .main {
    padding: 5em 5em 3em 5em;
    border-top: solid 1px #dddddd;
}

section.special, article.special {
    text-align: center;
}

section.special header.major h2:after, article.special header.major h2:after {
    margin-left: auto;
    margin-right: auto;
}

.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: calc(100% + 2em);
    margin: 4em 0 3em -2em;
    padding: 0;
    list-style: none;
}

.features li:nth-child(1), .features li:nth-child(2), .features li:nth-child(3) {
    margin-top: 0;
}
.features li {
    width: calc(33.33333% - 2em);
    margin-left: 2em;
    margin-top: 3em;
    padding: 0;
}

.features p {
    font-size: 1.2em;
    line-height: 1.4;
    letter-spacing: 0.9px;
}

.features h3 {
    font-size: 1.4em;
    line-height: 1.6;
    letter-spacing: 0.9px;
}

h3 {
    font-size: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 0.7em 0;
    letter-spacing: -0.025em;
}

header.major p {
    font-size: 1.25em;
    letter-spacing: -0.025em;
}

.statistics {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    margin: 0 0 3em 0;
    padding: 0;
    list-style: none;
    cursor: default;
}

.statistics li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.statistics li.style1 {background-color: #efa8b0;}
.statistics li.style2 {background-color: #c79cc8;}
.statistics li.style3 {background-color: #a89cc8;}
.statistics li.style4 {background-color: #9bb2e1;}
.statistics li.style5 {background-color: #8cc9f0;}

.statistics li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.statistics li {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.5em;
    color: #ffffff;
    text-align: center;
}

.statistics li .icon {
    display: inline-block;
}
.icon {
    text-decoration: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-bottom: none;
    position: relative;
}

.statistics li strong, .statistics li b {
    display: block;
    font-size: 2em;
    line-height: 1.1;
    color: inherit !important;
    font-weight: 300;
    letter-spacing: -0.025em;
}

p.content {
    -moz-columns: 20em 2;
    -webkit-columns: 20em 2;
    -ms-columns: 20em 2;
    columns: 20em 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    -ms-column-gap: 2em;
    column-gap: 2em;
    text-align: justify;
}

#footer {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5em 5em 3em 2em;
    width: calc(100% + 2em);
    margin: 0 0 3em -2em;
}

#footer > * {
    width: calc(50% - 2em);
}

.features-img {
    width: 45%;
    margin-bottom: 1em;
}

.margin-b-3 {
    width: 50%;
    margin: 0 auto 3em auto;
    font-size: 1.2em;
    line-height: 1.4em;
    letter-spacing: 0.9px;
}

.service-img {
    width: 80px;
    height: 80px;
    margin-bottom: 1em;
}

.statistics p {
    font-size: 1.2em;
    letter-spacing: 0.9px;
    line-height: 1.6em;
}

.services-desc {
    font-size: 1.1em;
    letter-spacing: 0.9px;
    line-height: 1.6em;
    display: flex;
    justify-content: center;
}

.services-desc-left .services-desc-right {
    width: 35%;
    text-align: start;
}

.services-desc-left {
    margin-right: auto;
}

.services-desc-right {
    margin-left: auto;
}

.clients-b {
    padding: 4em 5em 4em 5em;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.clients-b img {
    height: 78px;
}

.copyright {
    margin-top: 1em;
}

dl {
    margin: 0 0 2em 0;
    font-size: 1.2em;
    letter-spacing: 0.9px;
    line-height: 1.4em;
}

dl dt {
    display: block;
    font-weight: 400;
    margin: 0 0 1em 0;
}

dl dd {
    margin-left: 2em;
}

dl.alt dt {
    display: block;
    width: 3em;
    margin: 0;
    clear: left;
    float: left;
}

dl.alt dd {
    margin: 0 0 0.85em 5.5em;
}

dl.alt:after {
    content: '';
    display: block;
    clear: both;
}

ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.35);
}

dl dt {
    color: #ffffff;
}

.about .copyright {
    font-size: 1.2em;
    letter-spacing: 0.9px;
    line-height: 1.4em;
    width: 80%;
}

#footer h2 {
    font-size: 1.8em;
    letter-spacing: 0.9px;
    line-height: 2em;
    color: white;
}

nav a:hover {
    background-color: #ffffff;
    box-shadow: none;
}

.padding-5 {
    padding-bottom: 5em;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 4em;
    .box {
        display: inline-flex;
        flex-direction: column;
        position: relative;
        font-family: main, Helvetica, sans-serif;
        box-shadow: 0 0 3px #ddd;
        overflow: hidden;
        border-radius: 5px;
        background: #fff;
        label {
            position: absolute;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0 0 0 10px;
            width: 100%;
            height: 100%;
            color: #bbb;
            user-select: none;
            transition: 0.5s;
        }
        input, textarea {
            min-width: 300px;
            font-family: main, Helvetica, sans-serif;
            padding: 30px 0 10px 15px;
            font-size: 1.2em;
            border: none;
            outline: none;
            border-bottom: 2px solid #ccc;
            border-radius: 5px;
            transition: 0.5s;
            &:focus + label,
            &:not(:placeholder-shown) + label {
                transform: translateY(-30%);
                font-size: 0.6rem;
            }
            &:not(:placeholder-shown) {
                border-bottom: 3px solid #00ff0066;
            }
        }

        textarea {
            padding: 20px 0 5px 10px;
            font-size: 1.1em;
            min-height: 150px;
        }
    }

    .textarea-b {
        margin-top: 1em;
        max-width: 315px;
    }

    .textarea-b label {
        align-items: start;
        padding-top: 10px;
    }

}

    .send-btn {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        border-radius: 8px;
        border: 0;
        cursor: pointer;
        display: inline-block;
        font-weight: 300;
        font-size: 1.1em;
        height: 2.75em;
        line-height: 2.75em;
        min-width: 312px;
        padding: 0 1.5em;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        background-color: #8cc9f0;
        color: #ffffff !important;
        margin-top: 1em;
        box-shadow: 0 0 3px #ddd;

        &:hover {
            background-color: #885d91;
            box-shadow: inset 0 0 0 1px #dddddd;
            color: white !important;
        }

        &:active {
            background-color: #885d91;
            box-shadow: inset 0 0 0 1px #dddddd;
            color: white !important;
        }
    }

    #notification {
        display: none;
        position: fixed;
        top: 1%;
        right: 1%;
        text-decoration: none;
        padding: 10px 0;
        width: 130px;
        text-align: center;
        margin: 20px 6px;
        color: #FFF;
        font-size: 1.2em;
        line-height: 1.6em;
        letter-spacing: 0.9px;
        font-family: main, Helvetica, sans-serif;
        border-radius: 5px;
        transition: all 0.3s;
        background: #2ecc71;
    }