@media screen {
    .helper-primary-inner-div {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    .helper-img-100 {
        width: 100% !important;
    }

    .helper-animation-pulse {
        animation: pulse 10s infinite;
    }

    .helper-btn {
        text-align: center;
        transition: background-color 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s;
    }

    .helper-btn-primary {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #000000;
        color: #000000;
        font-size: 20px;
        display: inline-block;
        padding: 7px 40px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .helper-btn:hover {
        cursor: pointer;
        text-align: center;
        transition: background-color 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s;
    }

    .helper-btn-primary:hover {
        background: #000000 none repeat scroll 0 0;
        color: #ffffff;
        text-decoration: none;
    }

    .et_pb_button {
        position: relative;
        padding: .6em 1em;
        border: 2px solid;
        border-radius: 3px;
        background: transparent;
        background-size: cover;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.7em !important;
        transition: all .2s;
    }

    .et_pb_button_3:hover:after {
        margin-left: .3em;
        left: auto;
        opacity: 1;
    }

    .et_pb_button_3:after {
        color: #e09900;
        line-height: 1.7em;
        font-size: 1em!important;
        margin-left: -1em;
        left: auto;
    }

    .et_pb_button:hover:after {
        margin-left: 0;
        opacity: 1;
    }

    .et_pb_button:hover {
        background-color: rgba(0,0,0,.05);
    }

    .et_pb_button:hover {
        padding: .6em 2em .6em .7em;
        border: 2px solid transparent;
        text-decoration: none;
    }

    .helper-margin-top-20 {margin-top: 20px !important;}
    .helper-margin-bottom-20 {margin-bottom: 20px !important;}
    .helper-bold {font-weight: bold !important;}

    .helper-recent-projects-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 0;
        padding: 0 0;
    }

    .helper-recent-projects-list > div {
        list-style-type: none;
        padding: 15px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 300px;
        cursor: pointer;
        text-align: center;
        margin: 0 0 0 0;
        position: relative;
        overflow: hidden;
    }

    div.helper-recent-projects-content-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        background-color: rgba(9, 67, 106, 0.95);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 15px 15px;
        transition: all .3s ease;
    }

    .helper-recent-projects-list > div > div:hover .helper-recent-projects-content-area {
        opacity: 1;
    }

    .helper-recent-projects-list > div > div p {
        color: #ffffff;
    }

    .helper-recent-projects-list .summary {
        display: none !important;
    }

    .helper-recent-projects-content-outer-area img {
        transform: scale(1);
        transition: all .35s ease-in-out;
    }

    .helper-recent-projects-content-outer-area:hover {
        z-index: 10;
    }

    .helper-recent-projects-content-outer-area:hover img {
        transform: scale(1.2);
    }

    .helper-primary-index-p {
        color: #000000;
    }
}

@media screen and (max-width: 450px) {
    .helper-recent-projects-list > div {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .helper-sm-margin-top-0 {margin-top: 0;}

    .helper-recent-projects-list > div > div {
        width: 100%;
    }

    .helper-primary-index-p {
        font-size: 1.1em;
    }

    .helper-primary-store-banner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .helper-primary-store-banner > h1 {
        color: #ffffff;
        font-size: 40px;
        text-align: center;
        position: relative;
        font-weight: bold;
        letter-spacing: 10px;
        margin: 0 0;
    }
}

@media screen and (min-width: 451px) and (max-width: 767px) {
    .helper-recent-projects-list > div {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .helper-primary-index-p {
        font-size: 1.2em;
    }

    .helper-primary-store-banner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .helper-primary-store-banner > h1 {
        color: #ffffff;
        font-size: 60px;
        text-align: center;
        position: relative;
        font-weight: bold;
        letter-spacing: 10px;
        margin: 0 0;
    }

    .helper-primary-store-banner > h1::before {
        content: "";
        position: absolute;
        top: -22px;
        left: -1px;
        width: 71px;
        height: 7px;
        background: #ffffff;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .helper-recent-projects-list > div > div:not(:nth-of-type(2n + 2)) {
        margin: 0 0 0 0;
    }

    .helper-recent-projects-list > div {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1199px) {
    .helper-cool-box-flex-ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        list-style-type: none;
        padding: 0 0;
        margin: 0 0;
    }

    .helper-cool-box-flex-ul > li {
        background: #f5f5f5;
        padding: 15px 15px;
        width: 100%;
        list-style-type: none;
        margin: 0 0 20px 0;
    }
}

@media screen and (min-width: 1201px) {
    .helper-cool-box-flex-ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        list-style-type: none;
        padding: 0 0;
        margin: 0 0;
    }

    .helper-cool-box-flex-ul > li {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #f5f5f5;
        padding: 15px 15px;
        width: calc((100% / 3) - 15px);
        list-style-type: none;
        min-height: 235px;
    }

    .helper-cool-box-flex-ul > li:not(:nth-of-type(3n + 3)) {
        margin: 0 20px 0 0;
    }

    .helper-recent-projects-list > div {
        width: 25%;
    }
}