
        .employers-cv-area {
            position: relative;
            z-index: 1;
            background-color: #fff;
            padding: 0 150px;
            position: relative;
            overflow: hidden;
            background-image: url(images/background/shape-bg-1.png);
            background-position: top center;
            padding: 100px 0px;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .employers-cv-area::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background-color: var(--whiteColor);
            z-index: -1;
        }
        .employers-cv-bg {
            background-color: #FF5722;
            border-radius: 20px;
            padding: 70px 50px;
        }
        .align-items-center {
            align-items: center!important;
        }
        .employers-cv-content h2 {
            font-size: 40px;
            font-weight: 500;
            margin-top: 0;
            line-height: 1.2;
            color: #fff;
            margin-bottom: 10px;
        }
        .employers-cv-content .bar {
            height: 7px;
            width: 85px;
            background: #fff;
            position: relative;
            border-radius: 50px;
        }
        .employers-cv-content .bar:before {
            content: "";
            position: absolute;
            top: -2px;
            left: 0;
            height: 10px;
            width: 10px;
            border-radius: 50px;
            background: var(--whiteColor);
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: MOVE-BG;
            animation-name: MOVE-BG;
        }
        .employers-cv-content p {
            padding-top: 15px;
            margin-bottom: 0;
            color: #ffffff;
        }
        .employers-cv-btn {
            float: right;
        }
        .employers-cv-btn a {
            background-color: #fff;
            display: inline-block;
            padding: 12px 30px;
            color: #333;
            font-weight: 500;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
        }
        @media only screen and (max-width: 767px) {
              .employers-cv-area {
                    position: relative;
                    z-index: 1;
                    background-color: #fff;
                    padding: 0 150px;
                    position: relative;
                    overflow: hidden;
                    background-image: url(images/background/shape-bg-1.png);
                    background-position: top center;
                    padding: 37px 0px;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
            }