html {
    scroll-behavior: smooth;
    font-family: Roboto, sans-serif;
}

.main-div {
    padding: 10rem 0;
}

.main-div .sub-title {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1.7rem;
    margin: 0;
    color: #00000099;
}

.main-div .title {
    font-size: 3.5rem;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    margin: 0;
}

.main-div .description {
    font-size: 1.5rem;
    margin: 20px 0 0;
    color: #fff;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4f65d3;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4f65d3;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.title {
    color: #4f65d3;
}

.read-more-btn {
    background-color: #4f65d3;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

.scholarship-header-section {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(scholarship-bg.jpg);
}

.title {
    color: #fff;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 4.375rem;
    font-weight: 700;
}

.scholarship-header-section .title {
    text-shadow: 0px 0px 8px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 0 0 rgb(0 0 0 / 0%);
}

.creative-studio .main-div {
    padding: 10rem 0;
}

.creative-studio .main-div .sub-title {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1.7rem;
    margin: 0;
    color: #42424299;
}

.creative-studio .main-div .title {
    color: #4f65d3;
    font-size: 3.5rem;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    margin: 0;
}

.creative-studio .main-div .description {
    font-size: 1.5rem;
    margin: 20px 0 0;
    color: #10101099;
}

/* Service Section */

#what-we-do {
    background: #ffffff;
}

#what-we-do .title {
    color: #4f65d3;
    text-shadow: none;
    font-weight: 800;
}

#what-we-do .card {
    padding: 1rem !important;
    border: none;
    margin-bottom: 1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#what-we-do .card:hover {
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

#what-we-do .card .card-block {
    padding-left: 50px;
    position: relative;
}

#what-we-do .card .card-block a {
    color: #4f65d3 !important;
    font-weight: 700;
    text-decoration: none;
}

#what-we-do .card .card-block a i {
    display: none;
}

#what-we-do .card:hover .card-block a i {
    display: inline-block;
    font-weight: 700;
}

#what-we-do .card .card-block:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #4f65d3;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

#what-we-do .card .block-1:before {
    content: "\f0e7";
}

#what-we-do .card .block-2:before {
    content: "\f0eb";
}

#what-we-do .card .block-3:before {
    content: "\f00c";
}

#what-we-do .card .block-4:before {
    content: "\f209";
}

#what-we-do .card .block-5:before {
    content: "\f0a1";
}

#what-we-do .card .block-6:before {
    content: "\f218";
}

#what-we-do .card:hover .card-block:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.feature-box-1 {
    background: #fff;
    padding: 32px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
}

.feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}

.feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #4f65d3;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
}

.feature-box-1 .icon i {
    line-height: 70px;
}

.feature-box-1 h5 {
    color: #20247b;
    font-weight: 600;
}

.feature-box-1 p {
    margin: 0;
}

.feature-box-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 10px;
    width: 0;
    background: #4f65d3;
    z-index: -1;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}

.feature-box-1:hover {
    top: -5px;
}

.feature-box-1:hover h5 {
    color: #ffffff;
}

.feature-box-1:hover p {
    color: rgba(255, 255, 255, 0.8);
}

.feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto;
}

.section {
    padding: 100px 0;
    position: relative;
}

.section-title {
    padding-bottom: 45px;
}

.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #4f65d3;
    padding-left: 15px;
}

/* End Service Section */

@media (max-width:992px) {

    #what-we-do,
    .vk3section-2 {
        padding: 2rem 0;
    }
}

@media (min-width:992px) {

    #what-we-do,
    .vk3section-2 {
        padding: 5rem 0;
    }
}



/* Vk3 Section */

.vk3section-2 {
    background: #edf9ff94;
}

@media screen {

    .vk3image {
        object-fit: cover;
        display: block;
        vertical-align: middle;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    img.vk3image {
        overflow: hidden;
    }

    .vk3sheet {
        position: relative;
        width: 1140px;
        margin: 0 auto;
    }

    @media (min-width: 1200px) {
        .vk3sheet {
            width: 1140px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .vk3sheet {
            width: 940px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .vk3sheet {
            width: 720px;
        }
    }

    @media (min-width: 576px) and (max-width: 767px) {
        .vk3sheet {
            width: 540px;
        }
    }

    @media (max-width: 575px) {
        .vk3sheet {
            width: 340px;
        }
    }

    .vk3container-layout {
        position: relative;
        flex: 1;
        max-width: 100%;
    }

    .vk3container-layout>* {
        position: relative;
    }

    .vk3expanded-width {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .vk3valign-middle {
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 1200px) {
        .vk3valign-middle-xl {
            display: flex;
            flex-direction: column;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .vk3valign-middle-lg {
            display: flex;
            flex-direction: column;
        }
    }

    .vk3valign-middle>* {
        flex-shrink: 0;
    }

    .vk3valign-middle {
        justify-content: center;
    }

    @media (min-width: 1200px) {
        .vk3valign-middle-xl {
            justify-content: center;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .vk3valign-middle-lg {
            justify-content: center;
        }
    }

    .vk3layout-row>.vk3size-30 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .vk3gutter-0 .vk3layout {
        margin: 0px;
    }

    .vk3gutter-0 .vk3layout .vk3layout-cell {
        border: 0px solid transparent;
    }

    .vk3layout-row {
        display: flex;
    }

    .vk3layout-row {
        flex: 1 1 100%;
    }

    .vk3layout-row>* {
        max-height: 100%;
        min-height: -webkit-fit-content;
        min-height: fit-content;
    }

    @media (max-width: 767px) {
        .vk3layout-row>* {
            min-width: 100%;
        }
    }

    .vk3layout-row {
        flex-direction: row;
        flex-wrap: wrap;
        min-height: 100%;
        max-width: 100%;
    }

    .vk3layout-cell {
        position: relative;
        display: flex;
        background-clip: padding-box;
        background-origin: padding-box;
    }

    .vk3sheet:not(.vk3image):not(.vk3video) {
        pointer-events: none;
    }

    .vk3sheet:not(.vk3image):not(.vk3video)>* {
        pointer-events: auto;
        pointer-events: initial;
    }

    @media (max-width: 767px) {
        .vk3layout-wrap .vk3layout {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .vk3layout-wrap .vk3layout .vk3layout-cell {
            border-left: 0 !important;
            border-right: 0 !important;
        }
    }

    .vk3line.vk3line-vertical {
        border-right-width: 0;
        border-bottom-width: 0;
        border-top-width: 0;
    }

    [class*="vk3border-"]:not(.vk3shape-svg) {
        stroke: none;
    }

    .vk3body h1 {
        padding: 0;
    }

    .vk3align-left {
        text-align: left;
    }

    .vk3align-center {
        text-align: center;
    }

    .vk3text {
        word-wrap: break-word;
        position: relative;
    }

    .vk3layout-cell {
        background-color: transparent !important;
        opacity: 1;
    }

    .vk3layout-cell:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    [class*="vk3border-"] {
        border-style: solid;
    }

    .vk3border-2,
    a.vk3button-style.vk3border-2 {
        border-width: 2px;
    }

    .vk3border-9 {
        border-width: 9px;
    }

    .vk3image {
        color: #111111;
    }

    .vk3border-palette-1-base {
        border-color: #4f65d3;
        stroke: #4f65d3;
    }

    .vk3button-style.vk3border-palette-1-base {
        border-color: #4f65d3 !important;
        color: #4f65d3 !important;
        background-color: transparent !important;
    }

    .vk3button-style.vk3border-palette-1-base:hover,
    .vk3button-style.vk3border-palette-1-base:focus {
        border-color: #73b9fb !important;
        color: #73b9fb !important;
        background-color: transparent !important;
    }

    .vk3text-black,
    a.vk3button-style.vk3text-black,
    a.vk3button-style.vk3text-black[class*="vk3border-"] {
        color: #000000 !important;
    }

    a.vk3button-style.vk3text-black:hover,
    a.vk3button-style.vk3text-black[class*="vk3border-"]:hover,
    a.vk3button-style.vk3text-black:focus,
    a.vk3button-style.vk3text-black[class*="vk3border-"]:focus,
    a.vk3button-style.vk3button-style.vk3text-black:active,
    a.vk3button-style.vk3button-style.vk3text-black[class*="vk3border-"]:active {
        color: #000000 !important;
    }

    h1.vk3title {
        font-weight: 700;
        line-height: 1.1;
        font-size: 6rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    p.vk3large-text {
        font-weight: 400;
        line-height: 1.6;
        font-size: 1rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .vk3btn {
        letter-spacing: 1px;
        font-size: 1rem;
        line-height: 1.4;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    @media (max-width: 991px) {
        h1.vk3title {
            font-size: 4.5rem;
        }
    }

    @media (max-width: 767px) {
        h1.vk3title {
            font-size: 3.75rem;
        }
    }

    @media (max-width: 575px) {
        h1.vk3title {
            font-size: 3rem;
        }
    }



    .vk3btn {
        background-color: #4f65d3;
        color: #000000;
    }

    .vk3btn:hover {
        background-color: #73b9fb;
        color: #000000;
    }

    .vk3btn:focus {
        background-color: #73b9fb;
        color: #000000;
    }

    .vk3btn:active {
        background-color: #73b9fb;
        color: #000000;
    }
}

.vk3section-2 .vk3sheet-1 {
    min-height: 872px;
}

.vk3section-2 .vk3layout-wrap-1 {
    margin: 60px 30px;
}

.vk3section-2 .vk3layout-cell-1 {
    min-height: 752px;
}

.vk3section-2 .vk3container-layout-1 {
    padding: 30px 30px 30px 0;
}

.vk3section-2 .vk3line-1 {
    height: 70px;
    width: 9px;
    transform-origin: center top;
    margin: 0 425px 0 0;
}

.vk3section-2 .vk3text-1 {
    font-size: 3.4375rem;
    margin: 17px 0 0;
}

.vk3section-2 .vk3text-2 {
    margin: 16px 30px 0 0;
}

.vk3section-2 .vk3btn-1 {
    border-style: solid;
    background-image: none;
    margin: 30px auto 0 0;
}

.vk3section-2 .vk3layout-cell-2 {
    min-height: 712px;
}

.vk3section-2 .vk3image-1 {
    width: 434px;
    height: 363px;
    object-position: 50% 0%;
    background-position: 50% 0%;
    margin: 0 0 0 auto;
}

.vk3section-2 .vk3image-2 {
    width: 471px;
    height: 359px;
    object-position: 50% 22.76%;
    background-position: 50% 22.76%;
    margin: -147px auto 0 0;
}

.vk3section-2 .vk3image-3 {
    width: 300px;
    height: 232px;
    margin: -54px 0 0 auto;
}

@media (max-width: 1199px) {
    .vk3section-2 .vk3sheet-1 {
        min-height: 100px;
    }

    .vk3section-2 .vk3layout-wrap-1 {
        margin-right: initial;
        margin-left: initial;
    }

    .vk3section-2 .vk3layout-cell-1 {
        min-height: 620px;
    }

    .vk3section-2 .vk3line-1 {
        margin-right: 338px;
    }

    .vk3section-2 .vk3text-2 {
        margin-right: auto;
    }

    .vk3section-2 .vk3layout-cell-2 {
        min-height: 587px;
    }

    .vk3section-2 .vk3image-1 {
        width: 411px;
    }

    .vk3section-2 .vk3image-2 {
        width: 403px;
        height: 332px;
        margin-top: -109px;
    }

    .vk3section-2 .vk3image-3 {
        margin-top: -66px;
    }
}

@media (max-width: 991px) {
    .vk3section-2 .vk3layout-cell-1 {
        min-height: 563px;
    }

    .vk3section-2 .vk3container-layout-1 {
        padding-left: 0;
    }

    .vk3section-2 .vk3line-1 {
        margin-right: 243px;
    }

    .vk3section-2 .vk3text-1 {
        font-size: 2.25rem;
    }

    .vk3section-2 .vk3layout-cell-2 {
        min-height: 563px;
    }

    .vk3section-2 .vk3image-1 {
        width: 320px;
        height: 261px;
    }

    .vk3section-2 .vk3image-2 {
        width: 316px;
        height: 259px;
        margin-top: -89px;
    }

    .vk3section-2 .vk3image-3 {
        width: 226px;
        height: 195px;
        margin-top: -65px;
    }
}

@media (max-width: 767px) {
    .vk3section-2 .vk3sheet-1 {
        min-height: 197px;
    }

    .vk3section-2 .vk3layout-cell-1 {
        min-height: 100px;
    }

    .vk3section-2 .vk3container-layout-1 {
        padding-right: 10px;
    }

    .vk3section-2 .vk3text-1 {
        font-size: 2.25;
    }

    .vk3section-2 .vk3layout-cell-2 {
        min-height: 100px;
    }

    .vk3section-2 .vk3image-2 {
        width: 427px;
        height: 296px;
    }

    .vk3section-2 .vk3image-3 {
        width: 261px;
        height: 203px;
        margin-top: -110px;
    }
}

@media (max-width: 575px) {
    .vk3section-2 .vk3image-1 {
        width: 300px;
        height: 233px;
    }

    .vk3section-2 .vk3image-2 {
        width: 287px;
        height: 219px;
        margin-top: -54px;
    }

    .vk3section-2 .vk3image-3 {
        width: 197px;
        height: 154px;
        margin-top: -58px;
    }
}

.vk3-border-2,
a.vk3-button-style.vk3-border-2 {
    border-width: 2px;
}

.vk3btn {
    padding: 0.5rem 1rem;
}

.vk3btn:hover {
    background: #007b5e;
}
/* Vk3 Section */

/* Vk4 Section */
@media screen {

    .vk4clearfix:after,
    .vk4clearfix:before {
        content: '';
        display: table;
    }

    .vk4clearfix:after {
        clear: both;
    }

    .vk4image {
        object-fit: cover;
        display: block;
        vertical-align: middle;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .vk4image-circle.vk4image {
        border-radius: 50% !important;
    }

    .vk4sheet {
        position: relative;
        width: 1140px;
        margin: 0 auto;
    }

    @media (min-width: 1200px) {
        .vk4sheet {
            width: 1140px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .vk4sheet {
            width: 940px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .vk4sheet {
            width: 720px;
        }
    }

    @media (min-width: 576px) and (max-width: 767px) {
        .vk4sheet {
            width: 540px;
        }
    }

    @media (max-width: 575px) {
        .vk4sheet {
            width: 340px;
        }
    }

    .vk4container-layout {
        position: relative;
        flex: 1;
        max-width: 100%;
    }

    .vk4container-layout>* {
        position: relative;
    }

    .vk4expanded-width {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .vk4valign-middle {
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 1200px) {
        .vk4valign-middle-xl {
            display: flex;
            flex-direction: column;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .vk4valign-middle-lg {
            display: flex;
            flex-direction: column;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .vk4valign-middle-md {
            display: flex;
            flex-direction: column;
        }
    }

    @media (max-width: 575px) {
        .vk4valign-middle-xs {
            display: flex;
            flex-direction: column;
        }
    }

    .vk4valign-middle>* {
        flex-shrink: 0;
    }

    .vk4valign-middle {
        justify-content: center;
    }

    @media (min-width: 1200px) {
        .vk4valign-middle-xl {
            justify-content: center;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .vk4valign-middle-lg {
            justify-content: center;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .vk4valign-middle-md {
            justify-content: center;
        }
    }

    @media (max-width: 575px) {
        .vk4valign-middle-xs {
            justify-content: center;
        }
    }

    .vk4layout-row>.vk4size-33 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .vk4layout-row>.vk4size-27 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .vk4layout-row {
        display: flex;
    }

    .vk4layout-row {
        flex: 1 1 100%;
    }

    .vk4layout-row>* {
        max-height: 100%;
        min-height: -webkit-fit-content;
        min-height: fit-content;
    }

    @media (max-width: 767px) {
        .vk4layout-row>* {
            min-width: 100%;
        }
    }

    .vk4layout-row {
        flex-direction: row;
        flex-wrap: wrap;
        min-height: 100%;
        max-width: 100%;
    }

    .vk4layout-cell {
        position: relative;
        display: flex;
        background-clip: padding-box;
        background-origin: padding-box;
    }

    .vk4sheet:not(.vk4image):not(.vk4video) {
        pointer-events: none;
    }

    .vk4sheet:not(.vk4image):not(.vk4video)>* {
        pointer-events: auto;
        pointer-events: initial;
    }

    @media (max-width: 767px) {
        .vk4layout-wrap .vk4layout {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .vk4layout-wrap .vk4layout .vk4layout-cell {
            border-left: 0 !important;
            border-right: 0 !important;
        }
    }

    .vk4shape-svg {
        border: none !important;
        color: transparent;
    }

    .vk4shape-svg .vk4svg-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    [class*="vk4border-"]:not(.vk4shape-svg) {
        stroke: none;
    }

    .vk4svg-link {
        width: 100%;
        height: 100%;
        fill: currentColor;
    }

    .vk4svg-content {
        width: 0;
        height: 0;
    }

    .vk4body h1 {
        padding: 0;
    }

    .vk4align-left {
        text-align: left;
    }

    .vk4container-style:not([class*="vk4align-"]) {
        text-align: left;
    }

    .vk4text {
        word-wrap: break-word;
        position: relative;
    }

    .vk4font-titillium-Web.vk4custom-font {
        font-family: 'Titillium Web', sans-serif !important;
    }

    .vk4layout-cell {
        background-color: transparent !important;
        opacity: 1;
    }

    .vk4layout-cell:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .vk4button-style[class*="vk4palette-"] {
        border-width: 0;
    }

    .vk4text .vk4btn {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: baseline;
        white-space: normal;
        text-align: inherit;
    }

    .vk4text .vk4btn.vk4button-link {
        display: inline;
    }

    [class*="vk4border-"] {
        border-style: solid;
    }

    .vk4border-1,
    a.vk4button-style.vk4border-1 {
        border-width: 1px;
    }

    .vk4border-13 {
        border-width: 13px;
    }

    .vk4radius-50,
    .vk4radius-50:before {
        border-radius: 50px !important;
    }

    .vk4image {
        color: #111111;
    }

    .vk4none.vk4button-style,
    .vk4none.vk4button-style:hover,
    .vk4none.vk4button-style:focus,
    .vk4none.vk4button-style:active,
    .vk4button-style.vk4hover-none:hover,
    .vk4button-style.vk4hover-none:focus,
    .vk4button-style.vk4active-none:active {
        color: inherit !important;
        background-color: transparent !important;
    }

    .vk4hover-palette-4-dark-1:hover,
    .vk4hover-palette-4-dark-1:focus,
    a.vk4button-style.vk4hover-palette-4-dark-1:hover,
    a.vk4button-style.vk4hover-palette-4-dark-1:focus {
        color: #ffffff !important;
        background-color: #4f65d3 !important;
    }

    .vk4palette-4-light-1 {
        color: #ffffff;
        background-color: #4f65d3;
    }

    .vk4button-style.vk4palette-4-light-1 {
        color: #ffffff !important;
        background-color: #4f65d3 !important;
    }

    .vk4button-style.vk4palette-4-light-1:hover,
    .vk4button-style.vk4palette-4-light-1:focus,
    .vk4button-style.vk4button-style.vk4palette-4-light-1:active {
        color: #ffffff !important;
        background-color: #e85baa !important;
    }

    .vk4border-palette-4-base {
        border-color: #4f65d3;
        stroke: #4f65d3;
    }

    .vk4border-grey-75 {
        border-color: #404040;
        stroke: #404040;
    }

    .vk4button-style.vk4border-grey-75 {
        border-color: #404040 !important;
        color: #404040 !important;
        background-color: transparent !important;
    }

    .vk4button-style.vk4border-grey-75:hover,
    .vk4button-style.vk4border-grey-75:focus {
        border-color: #3a3a3a !important;
        color: #3a3a3a !important;
        background-color: transparent !important;
    }

    .vk4text-palette-4-light-1 {
        color: #4f65d3 !important;
    }

    .vk4text-palette-4-light-1 svg {
        fill: #4f65d3;
    }

    .vk4text-palette-4-base {
        color: #4f65d3 !important;
    }

    .vk4text-palette-4-base svg {
        fill: #4f65d3;
    }

    a.vk4button-style.vk4button-style.vk4text-hover-white:hover,
    a.vk4button-style.vk4button-style.vk4text-hover-white:focus {
        color: #ffffff !important;
    }

    .vk4text-body-color,
    a.vk4button-style.vk4text-body-color,
    a.vk4button-style.vk4text-body-color[class*="vk4border-"] {
        color: #111111 !important;
    }

    a.vk4button-style.vk4text-body-color:hover,
    a.vk4button-style.vk4text-body-color[class*="vk4border-"]:hover,
    a.vk4button-style.vk4text-body-color:focus,
    a.vk4button-style.vk4text-body-color[class*="vk4border-"]:focus,
    a.vk4button-style.vk4button-style.vk4text-body-color:active,
    a.vk4button-style.vk4button-style.vk4text-body-color[class*="vk4border-"]:active {
        color: #0f0f0f !important;
    }

    .vk4text-body-alt-color,
    a.vk4button-style.vk4text-body-alt-color {
        color: #ffffff !important;
    }

    a.vk4button-style.vk4text-body-alt-color:hover,
    a.vk4button-style.vk4text-body-alt-color:focus,
    a.vk4button-style.vk4button-style.vk4text-body-alt-color:active {
        color: #e6e6e6 !important;
    }

    h1:not(.vk4title) {
        font-weight: 400;
        font-size: 3rem;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    p:not(.vk4text-variant) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .vk4btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    @media (max-width: 575px) {
        h1:not(.vk4title) {
            font-size: 2.25rem;
        }
    }

    .vk4btn {
        background-color: #435eb0;
        color: #ffffff;
    }

    .vk4btn:hover {
        background-color: #3c559e;
        color: #e6e6e6;
    }

    .vk4btn:focus {
        background-color: #3c559e;
        color: #e6e6e6;
    }

    .vk4btn:active {
        background-color: #3c559e;
        color: #e6e6e6;
    }
}

.vk4section-2 .vk4sheet-1 {
    min-height: 1003px;
}

.vk4section-2 .vk4layout-wrap-1 {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
}

.vk4section-2 .vk4layout-cell-1 {
    min-height: 883px;
}

.vk4section-2 .vk4container-layout-1 {
    padding: 30px;
}

.vk4section-2 .vk4text-1 {
    font-size: 3.75rem;
    margin: 0;
}

.vk4section-2 .vk4text-2 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2;
    margin: 60px 0 0;
}

.vk4section-2 .vk4text-3 {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 20px 0 0;
}

.vk4section-2 .vk4btn-1 {
    border-style: none none solid;
    padding: 0;
}

.vk4section-2 .vk4btn-2 {
    text-transform: uppercase;
    font-weight: 600;
    background-image: none;
    letter-spacing: 1px;
    border-style: none;
    margin: 50px auto 0 0;
    padding: 10px 63px 10px 62px;
}

.vk4section-2 .vk4layout-cell-2 {
    min-height: 883px;
}

.vk4section-2 .vk4container-layout-2 {
    padding: 30px 30px 30px 0;
}

.vk4section-2 .vk4image-1 {
    width: 556px;
    height: 556px;
    background-image: url(vk4-img1.jpg);
    background-position: 50% 50%;
    margin: 0 0 0 auto;
}

.vk4section-2 .vk4image-2 {
    width: 260px;
    height: 260px;
    background-image: url(vk4-img2.jpg);
    background-position: 50% 50%;
    margin: -149px auto 0 20px;
}

.vk4section-2 .vk4shape-1 {
    width: 186px;
    height: 186px;
    margin: -760px 0 0 auto;
}

.vk4section-2 .vk4shape-2 {
    width: 120px;
    height: 120px;
    margin: 353px 23px 0 auto;
}

.vk4section-2 .vk4shape-3 {
    width: 60px;
    height: 60px;
    margin: 50px 176px -93px auto;
}

@media (max-width: 1199px) {
    .vk4section-2 .vk4sheet-1 {
        min-height: 848px;
    }

    .vk4section-2 .vk4layout-wrap-1 {
        margin-left: initial;
    }

    .vk4section-2 .vk4layout-cell-1 {
        min-height: 728px;
    }

    .vk4section-2 .vk4layout-cell-2 {
        min-height: 816px;
    }

    .vk4section-2 .vk4image-1 {
        width: 487px;
        height: 487px;
    }

    .vk4section-2 .vk4image-2 {
        width: 209px;
        height: 209px;
        margin-top: -104px;
    }

    .vk4section-2 .vk4shape-1 {
        width: 173px;
        height: 173px;
        margin-top: -658px;
        margin-right: 13px;
    }

    .vk4section-2 .vk4shape-2 {
        margin-top: 300px;
        margin-right: 39px;
    }

    .vk4section-2 .vk4shape-3 {
        margin-top: 63px;
        margin-right: 178px;
        margin-bottom: -67px;
    }
}

@media (max-width: 991px) {
    .vk4section-2 .vk4sheet-1 {
        min-height: 678px;
    }

    .vk4section-2 .vk4layout-cell-1 {
        min-height: 100px;
    }

    .vk4section-2 .vk4text-1 {
        font-size: 3rem;
    }

    .vk4section-2 .vk4text-2 {
        font-size: 1.125rem;
    }

    .vk4section-2 .vk4layout-cell-2 {
        min-height: 743px;
    }

    .vk4section-2 .vk4container-layout-2 {
        padding-left: 0;
    }

    .vk4section-2 .vk4image-1 {
        width: 366px;
        height: 366px;
    }

    .vk4section-2 .vk4image-2 {
        width: 175px;
        height: 175px;
        margin-top: -63px;
        margin-left: 13px;
    }

    .vk4section-2 .vk4shape-1 {
        width: 173px;
        height: 173px;
        margin-top: -543px;
        margin-right: auto;
        margin-left: 180px;
    }

    .vk4section-2 .vk4shape-2 {
        width: 111px;
        height: 111px;
        margin-top: 178px;
        margin-right: 13px;
    }

    .vk4section-2 .vk4shape-3 {
        margin: 99px auto -66px 180px;
    }
}

@media (max-width: 767px) {
    .vk4section-2 .vk4sheet-1 {
        min-height: 1298px;
    }

    .vk4section-2 .vk4layout-cell-1 {
        min-height: 597px;
    }

    .vk4section-2 .vk4container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vk4section-2 .vk4text-1 {
        font-size: 3.75rem;
    }

    .vk4section-2 .vk4layout-cell-2 {
        min-height: 711px;
    }

    .vk4section-2 .vk4container-layout-2 {
        padding-right: 10px;
    }

    .vk4section-2 .vk4image-1 {
        width: 470px;
        height: 470px;
        margin-right: 40px;
        margin-left: 20px;
    }

    .vk4section-2 .vk4image-2 {
        width: 227px;
        height: 227px;
        margin-top: -116px;
        margin-right: 290px;
        margin-left: auto;
    }

    .vk4section-2 .vk4shape-1 {
        margin-top: -624px;
        margin-right: 13px;
        margin-left: auto;
    }

    .vk4section-2 .vk4shape-2 {
        width: 111px;
        height: 111px;
        margin-top: 212px;
        margin-right: 40px;
    }

    .vk4section-2 .vk4shape-3 {
        margin: 77px 145px -43px auto;
    }
}

@media (max-width: 575px) {
    .vk4section-2 .vk4sheet-1 {
        min-height: 1299px;
    }

    .vk4section-2 .vk4layout-cell-1 {
        min-height: 523px;
    }

    .vk4section-2 .vk4text-1 {
        font-size: 3rem;
    }

    .vk4section-2 .vk4layout-cell-2 {
        min-height: 586px;
    }

    .vk4section-2 .vk4container-layout-2 {
        padding-bottom: 0;
    }

    .vk4section-2 .vk4image-1 {
        width: 303px;
        height: 303px;
        margin-right: auto;
        margin-left: 0;
    }

    .vk4section-2 .vk4image-2 {
        width: 175px;
        height: 175px;
        margin-top: -71px;
        margin-right: 145px;
    }

    .vk4section-2 .vk4shape-1 {
        width: 133px;
        height: 133px;
        margin-top: -448px;
        margin-right: auto;
        margin-left: 188px;
    }

    .vk4section-2 .vk4shape-2 {
        width: 84px;
        height: 84px;
        margin-top: 117px;
        margin-right: 20px;
    }

    .vk4section-2 .vk4shape-3 {
        width: 47px;
        height: 47px;
        margin: 120px auto -42px 188px;
    }
}

/* End Vk4 Section */