.main-hero {
    background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)),url("https://apihoard.webit.com/api/v1/Image/4BC0D4BBDC489A3F03EC5BA0D67681AF/4BC0D4BBDC489A3F03EC5BA0D67681AF.jpg?size=1920x1440");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px
}

@media(max-width: 812px) {
    .h1,h1 {
        font-size:2rem
    }
}

.display-4 {
    font-size: 2.55rem
}

@media(min-width: 812px) {
    .main-hero {
        background:url(https://apihoard.webit.com/api/v1/Image/4BC0D4BBDC489A3F03EC5BA0D67681AF/4BC0D4BBDC489A3F03EC5BA0D67681AF.jpg?size=1920x1440);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 600px
    }

    .shadow {
        border-top: solid;
        border-bottom: solid;
        border-color: #66a836;
        background: rgba(0,0,0,.6);
        padding: 20px
    }
}

.cw-setup {
    position: fixed;
    bottom: 1em;
    right: 1em;
    border-radius: 25px
}

.cw-setup:hover {
    cursor: pointer
}

.hidden {
    display: none
}

#cw-contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff
}

#cw-contactBtns a:before {
    font: normal normal normal 32px/1 FontAwesome;
    color: var(--color-theme-secondary)
}

.cw-Phone:before {
    content: "\f098"
}

.cw-Email:before {
    content: "\f0e0"
}

.cw-Text:before {
    content: "\f27a"
}

@media(max-width: 768px){
.apply-now {
    padding: 7px !important;
    position: relative !important;
    width: 100% !important;
    padding-left: 0;
    height: none;
    clip-path: none !important;
}
}

@media(min-width: 1200px){
    .apply-now {
    top: 18% !important;
    width: 16% !important;
}
}


  .apply-now {
    background: #66A836;
    padding: 7px;
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 100000;
    color: #fff;
    width: 22%;
    padding-left: 3em;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}




