    .career {
        background-color: #fff8f1;

    }

    .career-page {
        max-width: 1032px;
        width: 100%;
        margin: 0 auto;
    }

    .career-title {
        color: #000000;
        display: flex;
        flex-direction: column;
        font-size: 38px;
        height: 212px;
		padding-top:12px;
    }


    .career-title p {
        text-align: left;
		padding:0 30px;
    }


    .btn-career-about {
        display: flex;
        justify-content: left;
		padding:0 30px;
    }

    .cta {
        display: flex;
        padding: 5px 20px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: white;
        background: #6ABF4B;
        transition: 1s;
        box-shadow: 4px 4px 0 black;
        transform: skewX(-15deg);
    }


    .cta:focus {
        outline: none;
    }

    .cta:hover {
        transition: 0.5s;
        box-shadow: 10px 10px 0 #FBC638;
    }

    .cta span:nth-child(2) {
        transition: 0.5s;
        margin-right: 0px;
    }


    .cta:hover span:nth-child(2) {
        transition: 0.5s;
        margin-right: 25px;
    }

   .cta span {
        text-transform: uppercase;
        text-decoration:none;
    }

	.cta span:hover{
		text-decoration:none;
		color:white;
}
	.cta svg{
		position:relative;
		bottom:8px

	}

    span:nth-child(2) {
        /*! width: 3px; */
        margin-left: 14px;
        position: relative;
        top: 30%;
    }

    /**************SVG****************/

    path.one {
        transition: 0.4s;
        transform: translateX(-60%);
    }

    path.two {
        transition: 0.5s;
        transform: translateX(-30%);
    }

    .cta:hover path.three {
        animation: color_anim 1s infinite 0.2s;
    }

    .cta:hover path.one {
        transform: translateX(0%);
        animation: color_anim 1s infinite 0.6s;
    }

    .cta:hover path.two {
        transform: translateX(0%);
        animation: color_anim 1s infinite 0.4s;
    }

    /**************SVG****************/

    path.one {
        transition: 0.4s;
        transform: translateX(-60%);
    }

    path.two {
        transition: 0.5s;
        transform: translateX(-30%);
    }

    .cta:hover path.three {
        animation: color_anim 1s infinite 0.2s;
    }

    .cta:hover path.one {
        transform: translateX(0%);
        animation: color_anim 1s infinite 0.6s;
    }

    .cta:hover path.two {
        transform: translateX(0%);
        animation: color_anim 1s infinite 0.4s;
    }

    /* SVG animations */

    @keyframes color_anim {
        0% {
            fill: white;
        }

        50% {
            fill: #FBC638;
        }

        100% {
            fill: white;
        }
    }

    .career-plane,
    .career-hands
{
        display: flex;
        flex-direction: row;
        padding-top: 68px;
		align-items:center;
    }

.career-plane-img{
width:100%;
}

.career-success{
        display: flex;
        flex-direction: row;
		align-items:center;
        position: relative;
        bottom: 73px;

}

.career-dance {
 display: flex;
        flex-direction: row;
		align-items:center;

}

    .career-plane img,
    .career-hands img,
    .career-success img,
    .career-dance img {
        width: 300px;
        height: 200px;
        padding: 20px;
        align-items: center;
        display: flex;
    }





    .career-plane-text,
    .career-hands-text,
    .career-success-text,
    .career-dance-text {
    flex-direction: column;
    text-align: justify;
    padding:0 30px;
    }

    .career-plane-text-title,
    .career-hands-text-title,
    .career-success-text-title,
    .career-dance-text-title {
        font-size: 42px;
        opacity: .5
    }

    .marquee{
        overflow: hidden;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        display: flex;
		height:22px;
        align-items:center;
		justify-content:center;

    }

    .marquee h1 {
        font-size: 8px;
        white-space: nowrap;
        text-transform: uppercase;
		font-weight:600;
		padding-bottom:6px

    }

    .circle-icons {
        display: flex;
        width: 100%;
        max-width: 1008px;
        margin-top: 160px;
		padding-right:20px
    }

    .circle-icons img {
        width: 178px;
        position: relative;
        bottom: 188px;
        opacity: .7
    }

    .circle {
        width: 130px;
        height: 130px;
        border: 10px #6abf4b solid;
        opacity: .2;
        border-radius: 100%;
        position: relative;
        bottom: 65px;
		left:22px
    }


    .circle {
        animation: psycho 5s linear .55s infinite;
    }

    @keyframes psycho {
        0% {
            transform: rotate(0deg) scale(1) translate(0, 0);
        }

        33% {
            transform: rotate(360deg) scale(1) translate(10px, 10px);
        }

        66% {
            transform: rotate(720deg) scale(1) translate(-10px, -10px);
        }

        100% {
            transform: rotate(1080deg) scale(1) translate(0, 0);
        }
    }

    .circle-title,
	.wheel-spin-title, .message {
        font-size: 28px;
        margin-top: 90px;
        text-align: center;
    }

    .circle-icons p {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        opacity: .5;
        bottom: 8px;
        position: relative;
        margin: 0 auto;
        padding-bottom: 10px;
        left: 38px
    }

.wheel-spin{
display:flex;
flex-direction:column;
position:relative;
width:1032px;
height:600px;
}

    .container {
        width: 500px;
        height: 500px;
        /*background-color: #ccc;*/
        border-radius: 50%;
        border: 15px solid #6abf4b2b;
        position: absolute;
        overflow: hidden;
        transition: 5s;
        margin: 0 auto;
        top:80px;
        left:250px;
    }

    .container div {
        height: 50%;
        width: 270px;
        position: absolute;
        clip-path: polygon(100% 0, 50% 100%, 0 0);
        transform: translateX(-50%);
        transform-origin: bottom;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: bold;
        font-family: sans-serif;
        color: #fff;
        left: 135px;
    }

    .container .one {
        background-color: #7077B9;
        opacity: .5;
        left: 235px;
    }

    .container .two {
        background-color: #EE702D;
        opacity: .5;
        transform: rotate(60deg);
        left: 100px;
    }

    .container .three {
        background-color: #CC7D8E;
        opacity: .5;
        transform: rotate(120deg);
        left: 102px;
    }

    .container .four {
        background-color: #98C80A;
        opacity: .5;
        transform: rotate(180deg);
        left: 101px;
    }

    .container .five {
        background-color: #4E9BAA;
        opacity: .5;
        transform: rotate(240deg);
        left: 100px;
    }

    .container .six {
        background-color: #e1b046;
        opacity: .5;
        transform: rotate(300deg);
        left: 100px;
    }

    .container p {
        font-size: 14px;
        color: #000;
        font-weight: 100;
        position: absolute;
        bottom: 112px;
        width: 118px;
		line-height:1.2
    }

    .arrow {
    display:flex;
    position: absolute;
    top: 80px;
    left: 490px;
    width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #D45335;
    }



    #spin {
display:flex;
        position: absolute;
        top: 330px;
        left: 500px;
        transform: translate(-50%, -50%);
        z-index: 10;
        background-color: #FBFCFD;
        text-transform: uppercase;
        border: 8px solid #6abf4b2b;
        font-weight: bold;
        font-size: 20px;
        color: #6abf4b;
        width: 80px;
        height: 80px;
        font-family: sans-serif;
        border-radius: 50%;
        cursor: pointer;
        outline: none;
        letter-spacing: 1px;
      align-items:center;
    }
	#spin:hover{
 border: 8px solid white;

}

	.pics img{
   animation: pics-spin infinite 50s linear;
}

@keyframes pics-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

    .pics img{
max-width:110px;
height:auto;
    }

.pic-1{
		display:none;
    position:relative;
   left:0px;
		bottom:426px;
    opacity:.1;
}

.pic-2{
    position:relative;
    top:-574px;
   right:-60px;
    opacity:.2;
    transform: rotate(60deg);
}


.pic-3{
    position:relative;
    top:-100px;
   right:0px;
    opacity:.2;
    transform: rotate(60deg);
}

.pic-4{
    position:relative;
    top:-304px;
   left:670px;
    opacity:.2;   
}

.pic-5{
		display:none;
    position:relative;
    top:-540px;
   left:462px;
    opacity:.2;
    transform: rotate(60deg);
}
.pic-6{
    position:relative;
    top:-735px;
   left:510px;
    opacity:.2;
    transform: rotate(60deg);
}
.pic-7{
    position:relative;
    top-5px;
    left:226px;
    opacity:.2;
    transform: rotate(210deg);
}

/*banner_old*/

	/*@media only screen and (max-width: 767px) {
		.ban_jobs img{
			display:block;
			height:120px;
			width:auto;
}
}*/

@media all and (max-width:767px){
    .career-title {
        font-size: 24px;
        height: 300px;
		padding-top:22px;
    }

.career-plane{
flex-direction:column-reverse;
}

.career-hands{
flex-direction:column;
}

.career-success {
	bottom:20px;	
	flex-direction:column;
	}

.career-dance{
flex-direction:column-reverse;
	}

.career-plane-text-title, .career-hands-text-title, .career-success-text-title, .career-dance-text-title{
font-size: 22px;
padding:30px;	
text-align:center;
line-height:1;
}

.career-plane img, .career-hands img, .career-success img, .career-dance img{
        width: 100%;
        height: 100%;

	}

	.circle-title, .wheel-spin-title{
    font-size: 22px;
    margin-top: 90px;
    text-align: center;

}

	.message{
       font-size: 22px;
       text-align: center;
	   padding-bottom:50px;
	}

	.circle-icons {
flex-direction:column;
		margin-top:120px;
		position:relative;
		left:40px;
}

	.circle-1, .circle-2, .circle-3{
		margin-bottom:-80px
	}

.wheel-spin{
		width:320px;
		height:380px;
        margin:0 auto;
	}

	.container{
width:320px;
height:320px;
left:0px;
border: 10px solid #6abf4b2b;
}

	.container p{
font-size: 12px;
    bottom: 60px;
    width: 104px;

} 

.container .one {
    left: 150px;

	}

	.container div {
width: 172px;
left:0px;
}

	.container p{
font-size: 12px;
    bottom: 60px;
    width: 104px;

}

	.container .two, .container .three, .container .four, .container .five, .container .six{
left:64px;
	} 

.container .five p {
    left: 30px!important;
}

   #spin {
   width: 60px;
   height: 60px;
   font-size: 14px;
   border: 6px solid #6abf4b2b;
   top: 240px;
   left: 160px;
   justify-content: center;

	   }

	.arrow{
left: 148px;
}


	.pics{
display:none;
}

}

