#landing-graphic-wrapper {
    position: absolute;
    left: 20%;
    right: 0;
    top: 0;
    height: 100%;
    min-height: 710px;
    z-index: -1;
    background-color: #eaf3fc;
    overflow: hidden
}

#landing-graphic-wrapper>img {
    height: 100%;
    width: auto
}

#landing-btn {
    padding: 20px;
    margin-top: 20px
}

#landing-content {
    margin-top: 180px;
    width: 38%;
    max-width: 700px;
    height: calc(100vh - 260px);
    min-height: 450px
}

@media (min-width:890px) and (max-width:1236px) {
    #landing-content {
        width: 45% !important
    }
}

@media (min-width:767px) and (max-width:890px) {
    #landing-content {
        width: 55% !important
    }
}

@media (max-width:1075px) {
    #landing-content {
        margin-top: 100px !important;
        height: calc(100vh - 180px) !important;
        min-height: 530px
    }
}

@media (min-width:581px) and (max-width:767px) {
    #landing-content {
        width: 60% !important
    }
}

@media (min-width:380px) and (max-width:581px) {
    #landing-content {
        margin-top: 50px !important;
        width: 80% !important;
        height: calc(100vh - 130px) !important;
        min-height: 580px
    }
}

@media (min-width:380px) and (max-width:441px) {
    #landing-content {
        width: 100% !important;
        height: calc(100vh - 130px) !important;
        min-height: 580px
    }

    .heading.title {
        font-size: 40px !important
    }
}

@media (max-width:380px) {
    #landing-content {
        margin-top: 50px !important;
        width: 100% !important;
        height: calc(100vh - 130px) !important;
        min-height: 580px
    }

    .heading {
        font-size: 25px !important
    }

    .heading.title {
        font-size: 30px !important
    }
}

.heading.title {
    margin: 0
}

section {
    margin: 0 auto;
    padding-top: 100px;
    width: 100%;
    min-height: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-graphic {
    height: 100%
}

.section-graphic.left {
    margin-right: 60px
}

.section-graphic.right {
    margin-left: 60px
}

.section-graphic>img {
    right: 50px;
    max-width: 100%;
    max-height: 100%
}

.section-content {
    width: calc(50% - 10px);
    max-width: 600px;
    display: inline-block;
    text-align: left
}

#our-websites {
    text-align: center
}

#feature-list-wrap {
    position: relative;
    width: 100%;
    overflow-x: hidden
}

@media (max-width:650px) {
    .section-content {
        width: 100% !important
    }

    section {
        flex-wrap: wrap
    }

    section {
        height: auto !important
    }

    .section-graphic {
        height: 250px;
        width: auto;
        order: 2;
        margin: 30px 0 0 0 !important
    }

    .section-content {
        order: 1
    }
}

#scroll-down-wrapper {
    text-align: center
}

#scroll-down-inner {
    position: relative;
    bottom: 80px;
    text-align: center
}

#scroll-text {
    position: absolute;
    top: 50px;
    width: 100%
}

#scroll-graphic {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #214983;
    border-radius: 50px;
    box-sizing: border-box
}

#scroll-graphic::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #214983;
    border-radius: 100%;
    box-sizing: border-box
}

#feature-list {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    font-family: Poppins, sans-serif;
    text-align: center;
    justify-content: center;
    max-width: 1300px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: hidden
}

#feature-list>div {
    width: calc(33% - 60px);
    min-width: 250px;
    border-radius: 15px;
    background-color: #eaf3fc;
    margin: 10px;
    height: 60px;
    position: relative
}

#feature-list span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#feature-list svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 40px;
    height: 40px;
    fill: #214983
}

@media (min-width:1060px) {

    #background-blur,
    #landing-sidebar {
        display: none !important
    }
}

#custom-design-svg {
    enable-background: new 0 0 122.47 122.88
}

#speed-svg {
    enable-background: new 0 0 82.1 122.88
}

#speed-svg path {
    fill-rule: evenodd;
    clip-rule: evenodd
}

#sec-svg {
    stroke-width: 3;
    stroke: #214983
}

#assets-svg {
    enable-background: new 0 0 122.88 107.95
}

#assets-svg path {
    fill-rule: evenodd;
    clip-rule: evenodd
}

#servers-svg {
    enable-background: new 0 0 113.45 122.88
}

#servers-svg path {
    fill-rule: evenodd;
    clip-rule: evenodd
}

#footer-badge {
    position: absolute;
    top: 30px;
    right: 30px;
}

#footer-badge > img {
    height: 64px;
}