body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.logo-wrapper img {
    position: absolute;
    top: -100px;
    left: 3px;
}
.logo-wrapper {
    position: relative;
}
section.skn1 {
    background-color: #1a1f61;
    background-image: url(../img/bg-1.jpg);
    color: #fff;
    padding: 200px 0;
    background-size: cover;
    background-position: center;
}
section.skn3 {
    padding: 0 0 100px;
}
section.skn2 {
    background-repeat: no-repeat;
    background-position: bottom center;
}
section.skn-2 {
    padding: 120px 0;
}
section.skn4 {
    padding: 80px 0;
    border-bottom: 1px solid #F0F0F0;
}
section.skn1 h1 {
    font-size: 42px;
    font-weight: lighter;
    margin: 0;
}
section.skn1 p {
    font-size: 21px;
    font-weight: lighter;
    line-height: 1.5;
    width: 460px;
    margin-bottom: 30px;
}
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #FD7E2E;
    border: none;
    border-radius: 8px;
    padding: 12px 28px;
    cursor: pointer;
    text-decoration: none;
    transition: .5s ease;
}
.button:hover {
    background-color: #fd680b;
}
.title-wrapper {
    text-align: center;
    padding-bottom: 60px;
}
.title-wrapper h2 {
    font-size: 35px;
    font-weight: lighter;
    margin: 0;
    padding-bottom: 10px;
}
.title-wrapper p {
    max-width: 825px;
    font-size: 17px;
    font-weight: lighter;
    margin: 0 auto;
}
.feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature-case {
    width: 48%;
    display: flex;
}
.f-image {
    margin: 0 auto 30px;
}
.feature-case.shadow {
    width: 44%;
    display: flex;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 5%);
    background-color: #fff;
    padding: 20px 30px 20px 15px;
    margin-bottom: 20px;
}
.feature-case.shadow p {
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    color: #373737;
}
.feature-case h3 {
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0 0;

}
.feature-case p {
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.5;
    margin: 10px 0 30px;
}
.feature-case img {
    margin: 0 auto;
}
section.skn2 {
    padding: 100px 0;
}
.content-wrapper-blue {
    background-color: #1a1f61;
    background-image: url(../img/bg-2.jpg);
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 80px;
}
.content-large-img {
    padding-bottom: 30px;
}
.content-large-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto !important;
}
.btn-wrapper a {
    background-color: #FD7E2E;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    width: 225px !important;
    font-size: 11px;
    text-align: center;
    padding: 12px 28px;
}
.btn-wrapper {
    text-align: center;
}
.btn-wrapper {
    text-align: center;
    padding-top: 80px;
}
.content-wrapper-blue p {
    max-width: 1030px;
    margin: 0 auto;
    font-size: 24px;
}
.nk-large-pic {
    text-align: center;
}
.nk-large-pic img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.f-content a {
    color: #0072FA;
}


@media (max-width: 850px) {
    .feature-case.shadow {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width: 0px) and (max-width:  767px) {
    section.skn1 {
        background-color: #5732B6;
        background-image: none;
        color: #fff;
        padding: 100px 0;
        text-align: center;
    }
    section.skn1 h1 {
        font-size: 45px;
        width: 100%;
    }
    section.skn1 p {
        font-size: 21px;
        font-weight: lighter;
        width: 100%;
    }
    .container {
        width: 95%;
        margin: 0 auto;
    }
    .feature {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 0;
    }
    .feature-case {
        width: 100%;
        display: flex;
    }
    .content-wrapper-blue p {
        width: 90%;
        margin: 0 auto;
    }
    .feature img {
        width: 100%;
    }
    section.skn2 img {
        display: none;
    }
    .title-wrapper h2 {
        font-size: 25px;
    }
    section.skn4 {
        padding-bottom: 60px;
    }
    section.skn2 {
        padding: 60px 0;
    }
    section.skn3 {
        padding: 0 0 60px;
    }
    .title-wrapper {
        text-align: center;
        padding-bottom: 10px;
    }
    .feature-case.shadow {
        width: 80%;
    }
    .feature-case p {
        margin-bottom: 10px;
    }
    section.skn-2 {
        padding: 0 0 50px;
    }
    .btn-wrapper {
        padding-top: 40px;
    }
    .content-wrapper-blue {
        padding-top: 30px;
    }
}
@media(min-width: 768px) and (max-width: 1199px) {
    .container {
        width: 95%;
        margin: 0 auto;
    }
    section.skn3 img {
        width: 100%;
    }
    .content-wrapper-blue p {
        width: 90%;
        margin: 0 auto;
    }
}
