.carrer-top-col1{
    width: 40%;
    position: relative;
}
.carrer-top-col2{
    width: 60%;
    padding-right: 5%;
}
.carrer-top__para{
    padding-top: 140px;
}
.carrer-top__heading{
    font-size: 225px;
    font-weight: 500;
    color: #fff;
    -webkit-transform: rotate(-90deg) translateX(100px);
        -ms-transform: rotate(-90deg) translateX(100px);
            transform: rotate(-90deg) translateX(100px);
    text-align: left;
}
.carrer-top__para{
    font-size: 21px;
    line-height: 1.5;
    color: #515350;
    margin-bottom: 100px;
}
.carrer-top__img-holder{
    text-align: right;
}
.carrer-top__img-holder img{
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
}
.carrer-top-col2__heading{
    text-transform: capitalize;
    color: #000;
    font-size: 148px;
    font-weight: 700;
    margin-bottom: 140px;
}

/* accordian */
.job-accordian{
    position: relative;
}
.job-accordian-body, .job-accordian-black{
    padding: 70px 80px;
}
.job-accordian-body{
    background-color: #fff;
    margin-bottom: 5px;
}
.job-accordian-body{
    height: 100%;
    position: relative;
    z-index: 1;
    opacity: 1;
    display: none;
}
.job-accordian-black{
    background-color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}
.job-accordian-black.active{
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
}
.job-accordian-black.active svg path,.job-accordian-black.active svg line{
    stroke: #000;
}
.job-accordian-black:hover .job-accordian-black__bg1{
    height: 100%;
    -webkit-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
    bottom: 0;
}
.job-accordian-black:hover .job-accordian-black__bg2{
    height: 100%;
    -webkit-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
    bottom: 0;
}
.job-accordian-black__bg1{
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #e7e7e7;
    z-index: -1;
    -webkit-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
    bottom: 0;
}
.job-accordian-black__bg2{
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    background-color: #aaa;
    z-index: -1;
    -webkit-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
}
.job-accordian-black__col1{
    width: 92%;
}
.job-accordian-black__col2{
    width: 40px;
}
.job-accordian-black__sub-h{
    font-size: 21px;
    color: #fff;
    margin-bottom: 5px;
}
.job-accordian-black__heading{
    font-size: 61px;
    font-weight: 700;
    color: #fff;
}
.job-accordian-black.active .job-accordian-black__heading,
.job-accordian-black.active .job-accordian-black__sub-h{
    color: #000;
}
.arrow-holder{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.arrow-holder svg{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.arrow-holder.active svg{
    -webkit-transform: rotate(450deg);
        -ms-transform: rotate(450deg);
            transform: rotate(450deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.job-accordian-body__title{
    font-size: 28px;
    margin-bottom: 10px;
}
.job-accordian-body__para{
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.apply{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.apply__heading{
    font-size: 61px;
    color: #515350;
    font-weight: 700;
    text-decoration: underline;
    margin: auto;
}
@media(min-width:1800px){
    .carrer-top-col2{
        padding-right: 10%;
    }
    .carrer-top__heading {
        font-size: 197px;
    }
}
@media(min-width:2200px){
    .carrer-top-col2{
        padding-right: 10%;
    }
    .carrer-top__heading {
        font-size: 225px;
    }
}
@media(max-width:1799px){ 
    /* 1400px to  1599px */
    /* lg-screens */
    .carrer-top__heading {
        font-size: 170px;
    }
}
@media(max-width:1599px){ 
    /* 1400px to  1599px */
    /* lg-screens */
    .carrer-top__heading {
        font-size: 145px;
    }
    .apply__heading{
        font-size: 51px;
        color: #515350;
        font-weight: 700;
    }
}
@media(max-width:1399px){ 
    /* 1200px to  1399px */
    /* full laptops */
    .carrer-top__para{
        padding-top: 70px;
    }
    .carrer-top-col2__heading{
        font-size: 100px;
        margin-bottom: 80px;
    }
    .carrer-top__para{
        font-size: 18px;
        line-height: 1.4;
    }
    .job-accordian-body, .job-accordian-black{
        padding: 40px 50px;
    }
    .job-accordian-black__sub-h {
        font-size: 18px;
    }
    .job-accordian-black__heading{
        font-size: 40px;
    }
    .carrer-top__heading {
        font-size: 120px;
    }
    .apply__heading{
        font-size: 41px;
        color: #515350;
        font-weight: 700;
    }
}
@media(max-width:1199px){ 
    /* 992px to  1199px */
    /* small laptops */
    .carrer-top__heading {
        font-size: 90px;
        margin-top: 30px;
        margin-right: 30px;
    }
}
@media(max-width:991px){ 
    /* 768px to  991px */
    /* tablets */
    .carrer-top__heading {
        font-size: 80px;
    }
    .carrer-top__heading{
        margin-top: 0;
        -webkit-transform: rotate(-90deg) translateX(190px);
            -ms-transform: rotate(-90deg) translateX(190px);
                transform: rotate(-90deg) translateX(190px);
    }
    .carrer-top__para{
        padding-top: 0;
        margin-bottom: 50px;
    }
    .carrer-top-col2 {
        width: 100%;
        -webkit-transform: translateY(-90px);
            -ms-transform: translateY(-90px);
                transform: translateY(-90px);
        padding-right: 20px;
    }
    .carrer-top__img{
        height: 500px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .apply__heading{
        font-size: 31px;
    }
    .carrer-top-col1 {
        width: 100%;
    }
}
@media(max-width:767px){
    /* 540px to  767px */
    /* tablets and bigger mobiles */
    .carrer-top__heading {
        font-size: 60px;
        margin-top: 0;
        transform: rotate(-90deg) translateX(222px) translateY(-143px);
        font-family: 'TT Norms';
        letter-spacing: -3px;
        font-weight: 500;
    }
    .contact-form-wrapper1{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-form-wrapper1 .wrapper{
        margin-bottom: 15px;
    }
    .contact-form-wrapper1 .wrapper:nth-child(3){
        margin-bottom: 0;
    }
    .carrer-top-col2__heading {
        font-size: 69px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .apply__heading{
        font-size: 22px;
    }
    .carrer-top__img-holder{
        margin-bottom: 150px;
    }
}
@media(max-width:539px){
    /* 360px to  539px */
    /* normal mobiles */
    .carrer-top-col1 {
        width: 100%;
    }
    .carrer-top__img-holder{
        margin-bottom: 150px;
    }
    .job-accordian-body, .job-accordian-black {
        padding: 20px 20px;
    }
    .job-accordian-black__sub-h {
        font-size: 14px;
    }
    .job-accordian-black__heading {
        font-size: 20px;
    }
    .job-accordian-body__title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .job-accordian-body__para {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .carrer-top-col2__heading {
        font-size: 45px;
    }

}
@media(max-width:359px){
    /* 320px to  359px */
    /* small mobile */
}