* {
    margin: 0;
    padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #434f53;
}

header {
    display: block;
}

/* responsive - in mobile only */
.skr-mlo {
    display: none;
}

.container-fluid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.sk-plr0 {
    padding-left: 0;
    padding-right: 0;
}

.sk-plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.sk-plr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.sk-pt100 {
    padding-top: 100px;
}

.sk-ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sk-ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sk-pb100 {
    padding-bottom: 100px;
}

.sk-pb60 {
    padding-bottom: 60px;
}

.sk-pb25 {
    padding-bottom: 25px;
}

.sk-ar {
    text-align: right;
}

.sk-row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.sk-cell-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.sk-cell-2 {
    flex: 0 0 16.66666666%;
    max-width: 16.66666666%;
}
.sk-cell-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.sk-cell-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.sk-cell-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.sk-cell-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.sk-cell-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.sk-cell-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.sk-cell-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.cursor-default {
    cursor: default;
}

.sk-header-line {
    background-color: #f5f5f5;
}

.sk-header-line-in {
    line-height: 52px;
}

    .sk-header-line-in .fa-location-dot {
        font-size: 13px;
        color: #3afad5;
    }

    .sk-header-line-in .fa-phone {
        font-size: 13px;
        color: #3afad5;
    }

.sk-header-line-in-phone, .sk-header-line-in-phone a {
    color: #434f53 !important;
    text-decoration: none
}

.sk-header-line-brands {
    text-align: right;
}

    .sk-header-line-brands a {
        text-decoration: none;
        color: #434f53;
        margin-left: 12px;
    }

        .sk-header-line-brands a > * {
            font-size: 20px;
            color: rgba(58,58,80,0.4);
            transition: all .4s ease;
            position: relative;
            top: 2px;
        }

        .sk-header-line-brands a:hover > * {
            color: #3afad5;
        }

.sk-logo-line-logo {
    height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sk-logo-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .sk-logo-nav .skr-flo a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #3a3a50;
        text-decoration: none;
        border-bottom: solid 2px transparent;
        transition: .3s;
        margin-right: 40px;
    }

        .sk-logo-nav .skr-flo a:hover {
            color: #ff3a5f;
            border-bottom: solid 2px #ff3a5f;
        }

.sk-logo-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .sk-logo-search a {
        color: #ff3a5f;
        text-decoration: none;
        font-weight: 300;
        font-style: normal;
    }

        .sk-logo-search a:hover {
            transition: .3s;
            color: #3a3a50;
        }

footer {
    display: block;
    background-color: #e7e7e7;
}

.footer-lvl1 {
    padding-top: 100px;
    min-height: 157px;
}

.footer-lvl1-links > div {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.footer-lvl1-links.footer-lvl1-links-first > div {
    padding-left: 60px;
}

.footer-lvl1-links.footer-lvl1-links-last > div {
    padding-right: 60px;
}

    .footer-lvl1-links > div > a {
        color: #3a3a50;
        text-decoration: none;
        font-weight: 600;
        font-style: normal;
        transition: .3s;
        margin: 10px 0;
    }

        .footer-lvl1-links > div > a:hover {
            text-decoration: none;
            font-weight: 600;
            font-style: normal;
            color: #ff3a5f;
        }

.footer-slogon {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
    padding-top: 20px;
}

.footer-lvl1-subscribe-label {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    padding-bottom: 24px;
}

.footer-lvl1-subscribe-form > div {
    display: flex;
}
    .footer-lvl1-subscribe-form > div > input {
        outline: none;
        border: 1px solid;
        padding: 15px 29px;
        font-size: 13px;
        line-height: 20px;
        padding: 14px 17px;
        border-radius: 3.5px;
        font-size: 13px;
        color: #3a3a50;
        background-color: #ffffff;
        font-style: normal;
        font-weight: 300;
        border-color: #ffffff;
        width: 100%;
    }
    .footer-lvl1-subscribe-form > div > button {
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #ff3a5f;
        border-color: #ff3a5f;
    }
        .footer-lvl1-subscribe-form > div > button:hover {
            color: #3a3a50;
            background-color: #ffffff;
            border-color: #ffffff;
        }


    .footer-lvl1-subscribe-form > span {
        font-size: 12px;
        font-style: italic;
        display: inline-block;
        padding: 6px 6px 0;
    }

    .sk-pages-contacts-feedback-form > span {
        font-size: 12px;
        font-style: italic;
        display: inline-block;
        padding: 6px 6px 0;
    }

.sk-breadcrumbs {
    background-color: rgba(245, 245, 245, 0.5);
    padding-top: 25px;
    padding-bottom: 25px;
}

    .sk-breadcrumbs ul {
        margin: 0;
        padding: 0;
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        background-color: transparent;
        border-bottom-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-top-width: 0px;
        border-color: transparent;
        border-radius: 0px;
        border-style: none;
    }

    .sk-breadcrumbs li {
        margin: 0;
        padding: 0;
        display: inline-flex;
        align-items: center;
        list-style: none;
        margin-right: 25px;
    }

    .sk-breadcrumbs a {
        display: inline-flex;
        align-items: center;
        transition: .2s;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
        background-color: transparent;
        color: #3a3a50;
        text-decoration: none;
        border-bottom-width: 1px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-top-width: 0px;
        border-radius: 0px;
        border-color: transparent;
        border-style: solid;
    }

        .sk-breadcrumbs a:hover {
            color: #858585;
            text-decoration: none;
            border-color: transparent;
        }

    .sk-breadcrumbs .sk-breadcrumbs-delimiter {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        color: #3a3a50;
        margin-right: 25px;
    }

    .sk-breadcrumbs .sk-breadcrumbs-text {
        display: inline-flex;
        align-items: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
        background-color: transparent;
        color: #ff3a5f;
        border-bottom-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-top-width: 0px;
        border-radius: 0px;
        border-color: #3afad5;
        border-style: solid;
    }

.footer-lvl2 {
    height: 262px;
    padding-bottom: 25px;
    background-image: url("/img/sk-bg-footer.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.sk-pg-home-main-slide {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 718px;
}

.sk-pg-home-main-slide1 {
    background-image: url("/img/sk-slider-bg1x725.png");
}

.sk-pg-home-main-slide2 {
    background-image: url("/img/sk-slider-bg2x725.png");
}

.sk-pg-home-main-slide3 {
    background-image: url("/img/sk-slider-bg3x725.png");
}

.sk-pg-home-more-efficient {
    background-image: url(/img/sk-bg2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.sk-pg-home-more-efficient > div {
    padding-top: 35px;
    padding-bottom: 230px;
}

.sk-pg-home-more-efficient-p1 {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 73px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
}

.sk-pg-home-more-efficient-p2 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 54px;
}

.sk-pg-home-more-efficient-btns {
}

.sk-pg-home-more-efficient-btns a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: .3s;
    line-height: 15px;
    border-radius: 3.5px;
    letter-spacing: .9px;
    font-size: 15px;
    padding: 16px 27px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.sk-pg-home-more-efficient-btn1 {
    color: #ffffff;
    background-color: #ff3a5f;
    border: 2px solid #ff3a5f;
}

    .sk-pg-home-more-efficient-btn1:hover {
        color: #3a3a50;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.sk-pg-home-more-efficient-btn2 {
    color: #3a3a50;
    background-color: #3afad5;
    border: 2px solid #3afad5;
}

    .sk-pg-home-more-efficient-btn2:hover {
        color: #ffffff;
        background-color: #ff3a5f;
        border-color: #ff3a5f;
    }

.sk-pg-home-featured-services {
    background-image: url(/img/sk-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.sk-pg-home-featured-services-head {
    margin-bottom: 181px;
}

.sk-pg-home-featured-services-head h2 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.sk-pg-home-featured-services-head p {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px;
}

    .sk-pg-home-featured-services-head p.sk-wspace {
        font-size: 14px;
        line-height: 1;
    }

.sk-pg-home-featured-services-body .sk-cell-4 > div {
    display: flex;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

    .sk-pg-home-featured-services-body .sk-cell-4 > div > div.sk-img {
        width: 123.333px;
        flex-shrink: 0;
    }

    .sk-pg-home-featured-services-body .sk-cell-4 > div > h3 {
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 0px;
    }

.sk-pg-home-featured-services-body .sk-cell-4 > p {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 85px;
}

.sk-pg-home-our-history {
    background-image: url(/img/sk-bg3.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.sk-pg-home-our-history-h2 {
    padding: 0;
    margin: 0em 0;
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.sk-pg-home-our-history-hr {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .sk-pg-home-our-history-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
    }

.sk-pg-home-our-history-ps {
    padding-bottom: 60px;
}

.sk-pg-home-our-history-ps > p {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

    .sk-pg-home-our-history-ps > p > strong {
        font-weight: 700;
    }

.sk-pg-home-our-history-ps > ul {
    list-style-type: none;
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

    .sk-pg-home-our-history-ps > ul li {
        font-weight: 600;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0px;
        position: relative;
        padding: 0 0 0 40px;
        margin-bottom: 17px;
    }

        .sk-pg-home-our-history-ps > ul li:last-child {
            margin-bottom: 0;
        }

    .sk-pg-home-our-history-ps > ul a {
        font-family: 'Montserrat', sans-serif;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0px;
        background-color: transparent;
        transition: .3s;
        color: #3a3a50;
        text-decoration: none;
        font-weight: 600;
        font-style: normal;
        outline: 0;
        position: relative;
    }

        .sk-pg-home-our-history-ps > ul a:hover {
            color: #ff3a5f;
        }

        .sk-pg-home-our-history-ps > ul a > .js-circle-check {
            position: absolute;
            left: -40px;
            top: 3px;
            font-size: 23px;
            line-height: 1;
            color: #ff3a5f;
        }

.sk-pg-home-our-history-button {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: .3s;
    line-height: 15px;
    border-radius: 3.5px;
    border: 2px solid currentcolor;
    letter-spacing: .9px;
    font-size: 15px;
    padding: 16px 27px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #ff3a5f;
    border-color: #ff3a5f;
}

    .sk-pg-home-our-history-button:hover {
        color: #ffffff;
        background-color: #3a3a50;
        border-color: #3a3a50;
    }

.sk-pg-home-why-people-choose {
    padding: 100px 0 60px;
}

    .sk-pg-home-why-people-choose h2 {
        padding: 0;
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 0px;
        text-align: center;
    }

.sk-pg-home-why-people-choose-hr {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .sk-pg-home-why-people-choose-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
    }

.sk-pg-home-why-people-choose-item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.sk-pg-home-why-people-choose-item1 {
    font-size: 0;
}

.sk-pg-home-why-people-choose-item2 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.sk-pg-home-why-people-choose-item-hr {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    font-size: 0;
}

    .sk-pg-home-why-people-choose-item-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
        width: 20%;
        max-width: 100%;
        display: inline-block;
    }

.sk-pg-home-why-people-choose-item3 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    padding-bottom: 60px;
}

.sk-pg-home-meet-our-team {
    padding: 100px 0 60px;
    background: #ff3a5f;
}

.sk-pg-home-meet-our-team-head h2 {
    margin: 0em 0;
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
}

.sk-pg-home-meet-our-team-head p {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #ffffff;
}

.sk-pg-home-meet-our-team-hr {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .sk-pg-home-meet-our-team-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
        width: 100%;
        max-width: 100%;
    }

.sk-pg-home-meet-our-team-photo {
    padding-bottom: 25px;
    text-align: center;
    font-size: 0;
}

    .sk-pg-home-meet-our-team-photo > span {
        display: inline-block;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        transition: .3s;
    }

        .sk-pg-home-meet-our-team-photo > span > img {
            border: 0;
            vertical-align: middle;
            max-width: 100%;
            height: auto;
            width: 100%;
        }

.sk-pg-home-meet-our-team-about {
    padding: 0 1px 25px;
}

    .sk-pg-home-meet-our-team-about p {
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0px;
        text-align: center;
    }

    .sk-pg-home-meet-our-team-about a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-style: normal;
        transition: .3s;
    }

        .sk-pg-home-meet-our-team-about a:hover {
            color: #3a3a50;
        }

    .sk-pg-home-meet-our-team-about span {
        font-weight: 300;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0px;
        color: #ffffff;
    }

.sk-pg-home-meet-our-team-soc {
    padding-bottom: 60px;
    text-align: center;
    display: none;
}

    .sk-pg-home-meet-our-team-soc > ul {
        list-style: none;
        font-size: 0;
    }

        .sk-pg-home-meet-our-team-soc > ul li {
            display: inline-block;
            vertical-align: top;
            margin-bottom: 0px;
            margin-right: 11.5px;
            margin-left: 11.5px;
        }

        .sk-pg-home-meet-our-team-soc > ul a {
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            transition: all .4s ease;
            overflow: hidden;
            font-size: 14px;
            width: 27px;
            height: 27px;
            border-top-width: 0px;
            border-right-width: 0px;
            border-bottom-width: 0px;
            border-left-width: 0px;
            border-radius: 25px;
            border-style: none;
            color: #3a3a50;
            background-color: #ffffff;
            border-color: transparent;
        }

            .sk-pg-home-meet-our-team-soc > ul a:hover {
                color: #2e3a46;
                background-color: #3afad5;
                border-color: transparent;
            }

.sk-pg-home-meet-our-team-button {
    padding-top: 25px;
    text-align: center;
}

    .sk-pg-home-meet-our-team-button > a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #3a3a50;
        border-color: #3a3a50;
    }

        .sk-pg-home-meet-our-team-button > a:hover {
            color: #ff3a5f;
            background-color: #ffffff;
            border-color: #ffffff;
        }

.sk-pg-home-latest-blog-posts {
    padding: 100px 0;
}

.sk-pg-home-latest-blog-posts-head h2 {
    margin: 0em 0;
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.sk-pg-home-latest-blog-posts-head p {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px;
}

.sk-pg-home-latest-blog-posts-hr {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .sk-pg-home-latest-blog-posts-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
        width: 100%;
        max-width: 100%;
    }

.sk-pg-home-latest-blog-posts-photo {
    padding-bottom: 25px;
    text-align: center;
    font-size: 0;
}

    .sk-pg-home-latest-blog-posts-photo > span {
        display: inline-block;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        transition: .3s;
    }

        .sk-pg-home-latest-blog-posts-photo > span > img {
            border: 0;
            vertical-align: middle;
            max-width: 100%;
            height: auto;
            width: 100%;
        }

.sk-pg-home-latest-blog-posts-about {
    padding: 0 1px 60px;
}

    .sk-pg-home-latest-blog-posts-about p {
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0px;
        text-align: center;
    }

    .sk-pg-home-latest-blog-posts-about a {
        color: #ffffff;
        color: #3a3a50;
        text-decoration: none;
        font-weight: 700;
        font-style: normal;
    }

        .sk-pg-home-latest-blog-posts-about a:hover {
            color: #ff3a5f;
        }

.sk-pg-home-latest-blog-posts-button {
    text-align: center;
}

    .sk-pg-home-latest-blog-posts-button > a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #3a3a50;
        border-color: #3a3a50;
    }

        .sk-pg-home-latest-blog-posts-button > a:hover {
            color: #ffffff;
            background-color: #ff3a5f;
            border-color: #ff3a5f;
        }

.sk-pg-home-startups {
    background-image: url(/img/sk-bg4.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 200px;
}

    .sk-pg-home-startups .t_system_3 {
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 120px;
        line-height: 1;
        letter-spacing: 0px;
    }

    .sk-pg-home-startups .t_system_10 {
        font-weight: 600;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0px;
    }

    .sk-pg-home-startups .t_system_4 {
        font-weight: 300;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 73px;
        line-height: 1.3;
        letter-spacing: 0px;
    }

    .sk-pg-home-startups .t_normal {
        font-weight: 300;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0px;
    }

        .sk-pg-home-startups .t_normal strong {
            font-weight: 700;
        }

.sk-pg-home-startups-text {
    padding-bottom: 60px;
}

.sk-pg-home-startups-button > a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: .3s;
    line-height: 15px;
    border-radius: 3.5px;
    border: 2px solid currentcolor;
    letter-spacing: .9px;
    font-size: 15px;
    padding: 16px 27px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #ff3a5f;
    border-color: #ff3a5f;
}

    .sk-pg-home-startups-button > a:hover {
        color: #ffffff;
        background-color: #3a3a50;
        border-color: #3a3a50;
    }

.sk-pg-home-our-clients {
    padding: 100px 0;
}

.sk-pg-home-our-clients-head p {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.sk-pg-home-our-clients-hr {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .sk-pg-home-our-clients-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
        width: 100%;
        max-width: 100%;
    }

.sk-footer-lbl2-bottom-text p {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.sk-footer-lbl2-bottom-text span {
    color: #c6c6d3;
}

.sk-footer-lbl2-bottom-text a {
    background-color: transparent;
    transition: .3s;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
        text-decoration: none;
}

    .sk-footer-lbl2-bottom-text a:hover {
        color: #ff3a5f;
    }

.sk-footer-soc {
    text-align: right;
}

    .sk-footer-soc > ul {
        list-style: none;
        font-size: 0;
    }

        .sk-footer-soc > ul li {
            display: inline-block;
            vertical-align: top;
            margin-bottom: 0px;
            margin-right: 11.5px;
            margin-left: 11.5px;
        }

        .sk-footer-soc > ul a {
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            transition: all .4s ease;
            overflow: hidden;
            font-size: 14px;
            width: 27px;
            height: 27px;
            border-top-width: 0px;
            border-right-width: 0px;
            border-bottom-width: 0px;
            border-left-width: 0px;
            border-radius: 25px;
            border-style: none;
            color: #3a3a50;
            background-color: #ffffff;
            border-color: transparent;
        }

            .sk-footer-soc > ul a:hover {
                color: #2e3a46;
                background-color: #3afad5;
                border-color: transparent;
            }

.sk-pages-services-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(/img/pages/services/services-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .sk-pages-services-banner h1 {
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

.sk-pages-services-banner-p {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.sk-pages-services-list {
    padding-top: 100px;
    padding-bottom: 25px;
}

.sk-pages-services-list-img {
    position: relative;
    text-align: center;
    font-size: 0;
    padding-bottom: 25px;
}

    .sk-pages-services-list-img span {
        margin: 0;
        padding: 0;
        display: inline-block;
        max-width: 100%;
        position: relative;
        overflow: hidden;
    }

    .sk-pages-services-list-img img {
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

.sk-pages-services-text {
    padding: 0 1px;
}

    .sk-pages-services-text h2 {
        margin: 0em 0;
        font-weight: 500;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

    .sk-pages-services-text p {
        font-weight: 300;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0px;
    }

.sk-pages-services-hr {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .sk-pages-services-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
    }

.sk-pages-services-footer-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #3a3a50;
}

.sk-pages-services-footer-banner-text {
    padding: 60px 41px;
}

.sk-pages-services-footer-banner-h {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}

.sk-pages-services-footer-banner-pempty {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
    text-align: center;
}

.sk-pages-services-footer-banner-p {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}

.sk-pages-services-footer-banner-button {
    padding-bottom: 60px;
    text-align: center;
}

    .sk-pages-services-footer-banner-button a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #ff3a5f;
        border-color: #ff3a5f;
    }

        .sk-pages-services-footer-banner-button a:hover {
            color: #3a3a50;
            background-color: #ffffff;
            border-color: #ffffff;
        }

.sk-pages-about-banner {
    position: relative;
    padding-top: 125px;
    padding-bottom: 100px;
    background-image: url('/img/pages/about/bg1.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
    .sk-pages-about-banner p {
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 48px;
        line-height: 1.5;
        letter-spacing: 0px;
        color: #ff3a5f;
    }

    .sk-pages-about-banner h1 {
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 73px;
        line-height: 1.3;
        letter-spacing: 0px;
    }

.sk-pages-about-banner-button {
    padding-top: 25px;
}

    .sk-pages-about-banner-button a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #ff3a5f;
        border-color: #ff3a5f;
    }

        .sk-pages-about-banner-button a:hover {
            color: #3a3a50;
            background-color: #ffffff;
            border-color: #ffffff;
        }

.sk-pages-about-keyadv {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('/img/pages/about/bg4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sk-pages-about-keyadv-h2 {
    padding: 0 1px;
}

    .sk-pages-about-keyadv-h2 h2 {
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

.sk-pages-about-keyadv-hr {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .sk-pages-about-keyadv-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
    }

.sk-pages-about-keyadv-blocks {
    padding-top: 60px;
}

.sk-pages-about-keyadv-blocks > .sk-row:first-child {
    padding-bottom: 25px;
}

.sk-pages-about-keyadv-block {
    padding: 0 15px;
}

.sk-pages-about-keyadv-block-img {
    padding-bottom: 25px;
    font-size: 0;
}

    .sk-pages-about-keyadv-block-img span {
        margin: 0;
        padding: 0;
        display: inline-block;
        max-width: 100%;
        position: relative;
        overflow: hidden;
    }

    .sk-pages-about-keyadv-block-img img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

.sk-pages-about-keyadv-block-h {
    padding-bottom: 25px;
}

    .sk-pages-about-keyadv-block-h > div {
        padding: 0 16px;
    }

    .sk-pages-about-keyadv-block-h p {
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 0px;
    }

.sk-pages-about-keyadv-block-t {
    padding-bottom: 60px;
}

    .sk-pages-about-keyadv-block-t > div {
        padding: 0 1px;
    }

    .sk-pages-about-keyadv-block-t p {
        padding: 0;
        margin: 0;
        font-weight: 300;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0px;
    }


.sk-pages-about-why-people-choose {
    padding: 100px 0 60px;
}

    .sk-pages-about-why-people-choose h2 {
        padding: 0;
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 0px;
        text-align: center;
    }

.sk-pages-about-why-people-choose-hr {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .sk-pages-about-why-people-choose-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
    }

.sk-pages-about-why-people-choose-item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.sk-pages-about-why-people-choose-item1 {
    font-size: 0;
}

.sk-pages-about-why-people-choose-item2 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.sk-pages-about-why-people-choose-item-hr {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    font-size: 0;
}

    .sk-pages-about-why-people-choose-item-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
        width: 20%;
        max-width: 100%;
        display: inline-block;
    }

.sk-pages-about-why-people-choose-item3 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    padding-bottom: 60px;
}

.sk-pages-about-team {
    background: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sk-pages-about-team-h2 {
    padding: 0 1px;
}

    .sk-pages-about-team-h2 h2 {
        text-align: center;
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

.sk-pages-about-team-hr {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    font-size: 0;
}

    .sk-pages-about-team-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
        width: 20%;
        max-width: 100%;
        display: inline-block;
    }

.sk-pages-about-team-img {
    padding-bottom: 25px;
    font-size: 0;
}

    .sk-pages-about-team-img span {
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .sk-pages-about-team-img img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

.sk-pages-about-team-content {
    padding-bottom: 60px;
    padding-left: 1px;
    padding-right: 1px;
}

.sk-pages-about-team-item-h {
    font-weight: 500;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ff3a5f;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.sk-pages-about-team-item-empty {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-about-team-item-s {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-about-team-item-t {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-about-business-loves {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sk-pages-about-business-loves-h2 {
    padding: 0 1px;
}

    .sk-pages-about-business-loves-h2 h2 {
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

.sk-pages-about-business-loves-hr {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    font-size: 0;
}

    .sk-pages-about-business-loves-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }

.sk-pages-about-business-loves-img {
    padding: 0 15px 25px;
    font-size: 0;
}

    .sk-pages-about-business-loves-img span {
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .sk-pages-about-business-loves-img img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

.sk-pages-about-business-loves-content {
    padding: 0 16px 60px;
}

    .sk-pages-about-business-loves-content h3 {
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

.sk-pages-about-business-loves-content-empty {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-about-business-loves-content-t {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-about-business-loves-content-sign {
    font-weight: 600;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ff3a5f;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-about-business-loves-button {
    text-align: center;
}

    .sk-pages-about-business-loves-button a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #3a3a50;
        border-color: #3a3a50;
    }

        .sk-pages-about-business-loves-button a:hover {
            color: #ffffff;
            background-color: #ff3a5f;
            border-color: #ff3a5f;
        }

.sk-pages-about-featured-projects {
    padding-top: 100px;
    background: #f5f5f5;
}

.sk-pages-about-featured-projects-h2 {
    padding: 0 1px;
}

    .sk-pages-about-featured-projects-h2 h2 {
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

.sk-pages-about-featured-projects-hr {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    font-size: 0;
}

    .sk-pages-about-featured-projects-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }

.sk-pages-about-featured-projects-pictures {
    padding: 10px 25px;
}

.sk-pages-about-featured-projects-pictures-img {
    padding: 10px;
    font-size: 0;
    position: relative;
    transition: .35s;
}

    .sk-pages-about-featured-projects-pictures-img > a {
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        overflow: hidden;
        transition: .35s;
    }

        .sk-pages-about-featured-projects-pictures-img > a > div {
            background-color: rgba(255,58,95,0.9);
            color: #fff;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            z-index: 100;
            transition: .35s;
            opacity: 0;
            display: flex;
            justify-content: space-around;
        }

        .sk-pages-about-featured-projects-pictures-img:hover > a > div {
            opacity: .9;
        }

.sk-pages-about-featured-projects-pictures-img > a > img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
}

    .sk-pages-about-featured-projects-pictures-img span {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: .88px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sk-pages-about-featured-projects-pictures-img svg {
        width: 60px;
    }

.sk-pages-about-featured-projects-footer-row-img {
    padding-bottom: 25px;
}

    .sk-pages-about-featured-projects-footer-row-img span {
        margin: 0;
        padding: 0;
        display: inline-block;
        max-width: 100%;
        position: relative;
        overflow: hidden;
    }

    .sk-pages-about-featured-projects-footer-row-img img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

.sk-pages-about-featured-projects-footer-row-content {
    padding: 0 16px 60px;
}

    .sk-pages-about-featured-projects-footer-row-content h3 {
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

.sk-pages-about-featured-projects-footer-row-content-empty {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-about-featured-projects-footer-row-content-t {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-about-featured-projects-footer-row-content-sign {
    font-weight: 600;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ff3a5f;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-contacts {
    padding: 100px 0;
}

    .sk-pages-contacts-yam {
        padding-bottom: 60px;
    }

        .sk-pages-contacts-yam > div {
            position: relative;
            overflow: hidden;
        }

            .sk-pages-contacts-yam > div > iframe {
                position: relative;
                width: 100%;
                min-height: 500px;
            }

.sk-pages-contacts-yam-overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sk-pages-contacts h1, .sk-pages-contacts h2 {
    margin: 0em 0;
    padding-bottom: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.sk-pages-contacts p {
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

    .sk-pages-contacts p strong {
        font-weight: 700;
    }

.sk-pages-contacts a {
    color: #ff3a5f;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    transition: .3s;
}

    .sk-pages-contacts a:hover {
        color: #777777;
    }

.sk-pages-contacts-form-block {
    margin-bottom: 10px;
}

    .sk-pages-contacts-form-block > label {
        display: block;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 11px;
        line-height: 30px;
        color: #3a3a50;
    }

    .sk-pages-contacts-form-block > input, .sk-pages-contacts-form-block > textarea {
        display: block;
        width: 100%;
        border: 1px solid currentcolor;
        padding: 15px 29px;
        font-size: 13px;
        line-height: 20px;
        color: #777777;
        background-color: #ffffff;
        font-style: normal;
        font-weight: 400;
        border-color: #f5f5f5;
        box-sizing: border-box;
    }

        .sk-pages-contacts-form-block > input:focus, .sk-pages-contacts-form-block > textarea:focus {
            outline: 0;
        }

    .sk-pages-contacts-form-block > textarea {
        margin-bottom: 20px;
        min-height: 150px;
        resize: none;
    }

        .sk-pages-contacts-form-block > input::placeholder, .sk-pages-contacts-form-block > textarea::placeholder {
            color: #777777;
        }

.sk-pages-contacts-form-button {
    margin-top: 15px;
    text-align: right;
}

    .sk-pages-contacts-form-button button {
        background: none;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        outline: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #ff3a5f;
        border-color: #ff3a5f;
    }

        .sk-pages-contacts-form-button button:hover {
            color: #ffffff;
            background-color: #3a3a50;
            border-color: #3a3a50;
        }

.sk-pg-home-main-slide1-in {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .sk-pg-home-main-slide1-in h1 {
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #ff3a5f;
        font-size: 120px;
        line-height: 1;
        letter-spacing: 0px;
        text-align: center;
    }

    .sk-pg-home-main-slide1-in p {
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0px;
        text-align: center;
    }

    .sk-pg-home-main-slide1-in a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #3a3a50;
        border-color: #3a3a50;
    }

        .sk-pg-home-main-slide1-in a:hover {
            color: #ffffff;
            background-color: #ff3a5f;
            border-color: #ff3a5f;
        }

.sk-pg-home-main-slide1-in-btn {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.sk-pg-home-main-slide2-in {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sk-pg-home-main-slide2-in-p1 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: right;
}

.sk-pg-home-main-slide2-in-p2 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}

.sk-pg-home-main-slide2-in-p3 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: right;
}

.sk-pg-home-main-slide2-in-btn {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: right;
}

    .sk-pg-home-main-slide2-in-btn a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #3a3a50;
        border-color: #3a3a50;
    }

        .sk-pg-home-main-slide2-in-btn a:hover {
            color: #ff3a5f;
            background-color: #ffffff;
            border-color: #ffffff;
        }





.sk-pg-home-main-slide3-in {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sk-pg-home-main-slide3-in-p1 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: right;
}

.sk-pg-home-main-slide3-in-p2 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
}

.sk-pg-home-main-slide3-in-p3 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ff3a5f;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: right;
}

.sk-pg-home-main-slide3-in-btn {
    padding-top: 25px;
    padding-bottom: 60px;
    text-align: right;
}

    .sk-pg-home-main-slide3-in-btn a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #3a3a50;
        border-color: #3a3a50;
    }

        .sk-pg-home-main-slide3-in-btn a:hover {
            color: #ffffff;
            background-color: #ff3a5f;
            border-color: #ff3a5f;
        }

.sk-pages-blog {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sk-pages-blog-sub-desc {
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.sk-pages-blogc-title {
    padding-top: 25px;
    padding-bottom: 25px;
}

.sk-pages-blogc-title h2 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin: 0em 0;
}

    .sk-pages-blogc-title h2 a {
        color: #3a3a50;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
        transition: .3s;
    }

        .sk-pages-blogc-title h2 a:hover {
            color: #ff3a5f;
        }

.sk-pages-blogc-date {
    padding-bottom: 25px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
}

    .sk-pages-blogc-date > .sk-pages-blogc-date-icon {
        margin-right: 10px;
    }

.sk-pages-blogc-pic {
    padding-bottom: 25px;
}

    .sk-pages-blogc-pic a {
    padding-bottom: 56.25%;
    text-decoration: none;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sk-pages-blogc-hr {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .sk-pages-blogc-hr > hr {
        box-sizing: content-box;
        height: 0;
        border: 0;
        border-top: 1px solid #eee;
        width: 100%;
        max-width: 100%;
    }

.sk-pages-blog article {
    padding: 0 15px 30px;
}

.sk-pages-blog-pic a {
    padding-bottom: 56.25%;
    text-decoration: none;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sk-pages-blog-date {
    padding-top: 25px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
}

    .sk-pages-blog-date > .sk-pages-blog-date-icon {
        margin-right: 10px;
    }

.sk-pages-blog-title {
    padding: 0 1px 25px;
}

    .sk-pages-blog-title h2 {
        margin: 0em 0;
        font-weight: 700;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 0px;
    }

    .sk-pages-blog-title a {
        transition: .3s;
        color: #3a3a50;
        text-decoration: none;
        font-weight: 700;
        font-style: normal;
    }

        .sk-pages-blog-title a:hover {
            text-decoration: none;
            font-weight: 700;
            font-style: normal;
            color: #ff3a5f;
        }

.sk-pages-blog-text {
    padding-bottom: 25px;
}

    .sk-pages-blog-text p {
        font-weight: 400;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0px;
    }

.sk-pages-blog-button {
    padding-bottom: 25px;
}

    .sk-pages-blog-button a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: .3s;
        line-height: 15px;
        border-radius: 3.5px;
        border: 2px solid currentcolor;
        letter-spacing: .9px;
        font-size: 15px;
        padding: 16px 27px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        background-color: #ff3a5f;
        border-color: #ff3a5f;
    }

        .sk-pages-blog-button a:hover {
            color: #ffffff;
            background-color: #3a3a50;
            border-color: #3a3a50;
        }

.sk-pages-blog-pager {
    padding: 25px 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

    .sk-pages-blog-pager ul {
        display: inline-flex;
        list-style: none;
        cursor: default;
    }

    .sk-pages-blog-pager li {
        line-height: 0;
        text-align: center;
        margin-right: 5px;
    }

        .sk-pages-blog-pager li > span {
            padding: 0 .75em;
            display: table;
            color: #3a3a50;
            background-color: transparent;
            border-width: 1px;
            border-radius: 0%;
            border-style: solid;
            width: 31px;
            height: 31px;
            font-style: normal;
            font-weight: 400;
            border-color: transparent;
            text-decoration: none;
            box-sizing: border-box;
        }

            .sk-pages-blog-pager li > span > span {
                display: table-cell;
                vertical-align: middle;
            }

        .sk-pages-blog-pager li > a {
            padding: 0 .75em;
            display: table;
            cursor: pointer;
            color: #3a3a50;
            background-color: transparent;
            border-color: transparent;
            border-width: 1px;
            border-radius: 0%;
            border-style: solid;
            text-decoration: none;
            width: 31px;
            height: 31px;
            box-sizing: border-box;
        }

            .sk-pages-blog-pager li > a:hover {
                color: #ff3a5f;
            }

            .sk-pages-blog-pager li > a > span {
                display: table-cell;
                vertical-align: middle;
            }

.sk-pages-article {
    padding-top: 60px;
    padding-bottom: 100px;
}

    .sk-pages-article h1 {
        font-weight: 400;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 0px;
        padding: 25px 0;
    }

.sk-pages-article-pars {
    padding-bottom: 25px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
}

    .sk-pages-article-pars a {
        color: #3a3a50;
        text-decoration: none;
        font-weight: 300;
        font-style: normal;
    }

        .sk-pages-article-pars a:hover {
            text-decoration: none;
            font-weight: 300;
            font-style: normal;
            color: #ff3a5f;
        }

.sk-pages-article-pars-icon {
    margin-right: 10px;
}

.sk-pages-article-content p {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0px;
    padding-bottom: 25px;
}

.sk-pages-article-content img {
    max-width: 100%;
    height: auto;
    padding: 25px 0 45px;
}

.sk-pages-article-right-block {
    padding: 25px 0;
}

.sk-pages-article-right-block-title {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #3a3a50;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px;
    padding-bottom: 25px;
}

.sk-pages-article-right-block ul {

}

.sk-pages-article-right-block li {
    list-style: none;
    padding-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    margin-bottom: 3px;
}

    .sk-pages-article-right-block li > a {
        display: flex;
        align-items: center;
        text-decoration: none;
        justify-content: flex-start;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        color: #3afad5;
    }

        .sk-pages-article-right-block li > a:hover {
            color: #ff3a5f;
            font-style: normal;
            font-weight: 500;
        }

.sk-pages-article-right-block-tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

    .sk-pages-article-right-block-tags a {
        display: block;
        transition: .2s;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-style: solid;
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-radius: 3px;
        text-decoration: none;
        color: #ffffff;
        background-color: #ff3a5f;
        border-color: transparent;
        margin-right: 4px;
        margin-bottom: 4px;
    }

        .sk-pages-article-right-block-tags a:hover {
            font-style: normal;
            font-weight: 700;
            background-color: #3a3a50;
            color: #ffffff;
            border-color: transparent;
        }

.sk-pages-article-right-block-post {
    padding: 25px 0;
}

    .sk-pages-article-right-block-post > a {
        display: inline-block;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        transition: .3s;
    }

        .sk-pages-article-right-block-post > a > img {
            vertical-align: middle;
            max-width: 100%;
            height: auto;
        }

    .sk-pages-article-right-block-post h2 {
        margin: 0em 0;
        font-weight: 600;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        color: #3a3a50;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0px;
        padding: 25px 0 0;
    }

        .sk-pages-article-right-block-post h2 > a {
            transition: .3s;
            color: #3a3a50;
            text-decoration: none;
            font-weight: 600;
            font-style: normal;
        }

            .sk-pages-article-right-block-post h2 > a:hover {
                text-decoration: none;
                font-weight: 600;
                font-style: normal;
                color: #ff3a5f;
            }