#s-0004 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

#s-0004 .bg {
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#s-0004 .btn {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .4);
    color: #679b04;
    display: inline-table;
    font-family: Nunito, sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    left: 75px;
    letter-spacing: 2px;
    line-height: normal;
    max-width: 100%;
    outline: 0;
    overflow: hidden;
    padding: 20px 55px;
    position: relative;
    text-transform: uppercase;
    top: 100px;
    transition: 1s ease;
    z-index: 2
}

#s-0004 .btn:hover {
    background: #568007;
    color: #fff;
    transition: 1s ease
}

#s-0004 .cirle-bg {
    bottom: -70%;
    height: 500px;
    opacity: .1;
    position: absolute;
    right: 10%;
    width: 500px;
    z-index: 1
}

#s-0004 .get-in-touch-wrapper {
    border-left: 1px solid rgba(255, 255, 255, .21);
    padding: 10px 0 10px 30px;
    position: relative;
    width: 100%
}

#s-0004 h3 {
    color: #fff;
    font-family: Nunito, sans-serif !important;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: left;
    width: 100%
}

#s-0004 p {
    color: rgba(255, 255, 255, .8);
    font-family: Poppins, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 1.5em;
    padding-bottom: 10px;
    text-align: left
}

#s-0004 p:last-child {
    margin-bottom: 0
}

#s-0004.get-in-touch {
    box-shadow: rgb(50 50 93 / 25%) 0 30px 60px -12px inset, rgb(0 0 0 / 30%) 0 18px 36px -18px inset;
    height: 320px;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    width: 100%;
    z-index: 3
}

#s-0004.gradient-bg {
    background-color: #3eaafd;
    background: -moz-linear-gradient(top, #93af5e, #629306);
    background: -ms-linear-gradient(top, #93af5e, #629306);
    background: -o-linear-gradient(top, #93af5e, #629306);
    background: -webkit-linear-gradient(bottom, #93af5e, #629306)
}

@media (max-width: 767px) {
    #s-0004.get-in-touch {
        height: 350px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #s-0004 .bg {
        -webkit-background-size: cover;
        background-attachment: scroll !important;
        background-position: center
    }
}

@media screen and (max-width: 576px) {
    #s-0004 .btn {
        left: 20px
    }

    #s-0004 .col-md-4.d-flex.justify-content-center {
        left: -30px;
        position: relative;
        top: -75px
    }

    #s-0004 .get-in-touch-wrapper h3 {
        font-size: 24px
    }

    #s-0004 p {
        margin-bottom: 5px
    }

    #s-0004.get-in-touch {
        height: auto;
        padding: 50px 0 120px 0 !important
    }
}
