* {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'Poppins', sans-serif !important;
  }

.career-page {
    /* margin: 50px; */
    position: relative;
    background: rgb(245,245,245);
}


.text_column {
    position: relative;
    width: 50%;
    /* margin-left: 50px; */
    height: auto;
    animation: slideIn 1s forwards;
    opacity: 0; 
  }
  @keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.job a{
    color: black !important;
}

.top-sesson {
    padding: 100px 130px 50px 130px;
}

.top_bannerWithText {
    /* margin: 50px; */
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner1 {
    height: auto;
    width: 100%;
}

.banner {
    width: 50%;
    height: auto;
    opacity: 0;
    animation: slideRightToLeft 1s forwards;
    }
    
    @keyframes slideRightToLeft {
    0% {
    transform: translateX(10%);
    opacity: 0;
    }
    100% {
    transform: translateX(-5%);
    opacity: 1;
    }
    }
.banner_discription {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    margin-bottom: 30px;
    margin-right: 30px;
    font-size: 20px;
}
.digital-career {
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 1s, transform 1s;
  }
  
.in-viewport {
    opacity: 1;
    transform: translateX(0);
  }

.banner_title_row {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}
.box_4 {
    border-radius: 30px;
    width: auto;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    outline: none;
    border-color: rgb(3, 53, 103);
    background: rgb(3, 53, 103);
    color: white; 
}
.box_4 a {
    color: white;
    text-decoration: none;
}
.box_4:hover {
    background: white;
    color: #212529;
}
.box_4:hover a{
    background: white;
    color: #212529;
    text-decoration: none;
}
.box_5 {
    display: none;
}
@keyframes slideInFromBottom {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
.row-section-career {
    opacity: 0; 
    transform: translateY(50px); 
    transition: opacity 1s, transform 1s; 
}

.row-section-career.animate {
    opacity: 1;
    transform: translateY(0);
}
.row.case-row1{
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: space-around;
    align-items: center;
    
}
.row.case-row2{
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: space-around;
    align-items: center;
}
.row.case-row3{
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: space-around;
    align-items: center;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.row-section-career{
    padding: 50px 75px;
    display: flex;
    justify-content: space-between;
}
.case-column1{
    padding: 0px 75px 85px 75px;
    text-align: center;
}
.case-column2{
    padding: 0px 55px 85px 50px;
    text-align: center;
}
.case-column3{
    padding: 0px 75px 85px 89px;
    text-align: center;
}
.case-btn{
    font-size: 20px;
    border: none;
    background-color: #58b236;
    padding: 5px 20px;
    color: white;
    font-weight: 700;
}
.case-btn a{
    color: white !important;
}
/* .case-column1{
    padding: 0px 50px 50px 50px;
} */
.case-h{
    font-size: 25px;
    padding-bottom: 20px;
}
.middle_content {
    position: relative;
    text-align: center;
    top: 30px;
    color: white;
    font-family: "Equip-Regular", sans-serif;
}

.heading_consult {
    font-size: 35px;
    margin-top: 20px;
    font-weight: 700;
}

.input_consult {
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
    /* margin-bottom: 30px; */
}

.box_1 {
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    /* border: none; */
    outline: none;
    color: rgb(58, 56, 56);
    border: 1px solid white;
    /* background: rgb(206, 201, 201); */
    background: white;
}


::placeholder {
    color: rgb(58, 56, 56);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(58, 56, 56);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(58, 56, 56);
}


.box_2 {
    width: 100%;
    height: 110px;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    color: #212529;
    border: 1px solid white;
    border: 1px solid white;
}

.box_3 {
    width: auto;
    text-align: center;
    font-size: 17px;
    padding: 15px 50px 15px 50px;
    margin-bottom: 30px;
    border-radius: 30px;
    outline: none;
    border: 1px solid #212529;
    background: #212529;
    color: white;
}

/* .box_2:hover{
    background: white;
    color: rgb(35,152,206);
} */
.box_3:hover {
    background: white;
    color: #212529;
    border: 1px solid #212529;
    /* border-color: #212529; */
}

.box_4 {
    border-radius: 30px;
    width: auto;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    outline: none;
    border-color: #212529;
    background: #212529;
    color: white;
}
.box_4 a{
    color: white;
    text-decoration: none;
}

.box_4:hover {
    background: white;
    color: #212529;
}
.box_4:hover a{
    background: white;
    color: #212529;
    text-decoration: none;
}

.box_5 {
    display: none;
}

#submitMessage_menu {
    display: none;
}
#submitMessage_menu.show {
    display: block;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 24px;
    padding-bottom: 30px;
}

/* ========================= */

.bottom_form {
    width: 100%;
    position: relative;
    background: gray;
}

.bottom-sesson {
    margin: 0px 130px 0px;
}

.btn {
    width: 20%;
}
.btn_1 {

    width: 30%;
    margin: 10px;
    background: gray;
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    font-size: 17px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}
.btn_1 a{
    color: white;
    text-decoration: none;
}
.btn_1:hover{
    background: white;
    color: gray;
    border: 1px solid gray;
}


.btn_1:hover a{
    background: white;
    color: gray;
    text-decoration: none;
}
.btn_1_3 {
    width: 45%;
    margin: 10px;
    background: gray;
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    font-size: 17px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}
.btn_1_3 a{
    color: white;
    text-decoration: none;
}
.btn_1_3:hover{
    background: white;
    color: gray;
    border: 1px solid gray;
}


.btn_1_3:hover a{
    background: white;
    color: gray;
    text-decoration: none;
}
.middle-sesson {
    position: relative;
    /* background: mediumaquamarine; */
    /* margin-top: 30px; */
    /* top: 30px; */
    border-top: 0.5px solid rgb(189 194 209);
    border-bottom: 0.5px solid rgb(189 194 209);
    /* background: rgba(89, 14, 92, 0.425); */



}

.btn_consulting {
    /* margin: 50px; */
    /* margin-left: 50px;
    margin-right: 50px; */
    position: relative;
    display: flex;
    justify-content: center;
    margin: 20px 130px;



}


.middle-container {
    position: relative;
    /* margin: 30px; */
    display: flex;
    justify-content: space-evenly;
    background: rgba(255, 136, 0, 0.911);
    margin-top: 30px;
    margin-bottom: 30px;
}

.middle-iconWithContent {
    width: 30%;
    text-align: center;
}

.m-icon {
    height: 40px;
    width: 40px;
    background: black;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-heading {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

.m-discribtion {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.m-img-left {
    position: relative;
    /* width: 70%; */
    display: flex;
    margin: 20px;

}

.m-img-right {
    position: relative;
    /* width: 70%; */
    display: flex;
    margin: 20px;
}

.m-img-container {
    position: relative;
    display: flex;
    background: black;
    /* width: 100%; */
    margin: 50px 130px;

}

.imgs {
    height: auto;
    width: 100%;
}

.m-img-block {
    display: block;
    width: 35%;
}

.img-m-1 {
    height: auto;
    width: 64%;
    overflow: hidden;
}

.img-m-2 {
    height: auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}



/* CREATIVE POST PRODUCT */

.m-img-container_CPP {
    display: block;
    background: black;
    margin: 50px 130px;
}

.m-img-left_CCP {
    display: flex;
    margin: 10px;
    margin-top: 20px;
}

.m-img-right_CCP {
    display: flex;
}

.img-m-1a {
    width: auto;
    height: auto;
}

.img-m-1_CCP {
    width: 60%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.img-m-2_CCP {
    width: 40%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.img-m-2b {
    width: auto;
    height: auto;
}

/* TVC POST PRODUCT */

.m-img-container_TPP {
    height: auto;
    margin: 50px 130px;
}

.btn_1_4 {
    width: 40%;
    margin: 10px;
    background: gray;
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    font-size: 17px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.btn_1_4 a {
    color: white;
    text-decoration: none;
}

.btn_1_4:hover {
    background: white;
    color: gray;
    border: 1px solid gray;
}


.btn_1_4:hover a {
    background: white;
    color: gray;
    text-decoration: none;
}
.career-details{
    padding: 50px 185px;
}
.digital-career h1{
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
   
}
.digital-career{
    padding-bottom: 40px;
}
.vis_1{
    padding-bottom: 30px;
}
.vis_2{
    padding-bottom: 20px;
}
.role_career{
    padding-bottom: 20px;
}
label,
.error-message {
  display: block;
  font-size: 1em;
}
label {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.error-message {
  margin-top: 0.2em;
}
.required-color {
    color: #ff4747;
  }
  .error {
    border-color: #ff4747;
  }
  .valid {
    border-color: #37a137;
  }
  .hide {
    display: none;
  }
  .box-span-left{
    width: 100%;
    margin-right: 20px;
}
.box-span-right{
    width: 100%;
    margin-left: 20px;
}

@media screen and (max-width: 790px) {
    .box-span-right {
        width: 100%;
        margin-left: 0px;
    }
    .row-section-career {
        padding: 0px 15px;
        display: flex;
        flex-direction: column;
    }
    .career-details {
        padding: 50px 15px;
    }
    .digital-career h1 {
        padding-bottom: 20px;
        font-size: 25px;
        font-weight: 700;
    }
    .case-column1 {
        padding: 0px 15px 60px 15px;
        text-align: center;
    }
    .case-column2 {
        padding: 0px 15px 60px 15px;
        text-align: center;
    }
    .case-column3 {
        padding: 0px 15px 60px 15px;
        text-align: center;
    }
    .digital-career {
        opacity: 1;
        transform: translateX(0%);
        transition: opacity 1s, transform 1s;
    }
    
    
    .btn_1_4 {
        min-width: 65%;
        max-width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 15px;
    }


    .middle-sesson {
        /* height: 30px; */
        /* border: none; */
        background: none;
        margin: 0;
    }

    .top-sesson {
        padding: 0px;
    }

    .consulting_Page {
        margin: 0px;
    }

    .bottom-sesson {
        margin: 0px;
    }

    .banner {
        width: 95%;
        height: auto;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .heading_consult {
        font-size: 25px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 30px;
    }

    .text_column {
        width: auto;
        /* left: 10px; */
        right: 10px;
        top: 10px;
        bottom: 10px;
        margin-left: 20px;
        height: auto;
        align-items: center;
        overflow: hidden;

    }

    .banner_title_row {
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .banner_discription {
        margin-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 16px;
    }


    .box_4 {
        display: none;
    }

    .box_5 {
        display: block;
        border-radius: 30px;
        width: auto;
        text-align: center;
        padding: 15px;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-top: 20px;
        outline: none;
        border-color: #212529;
        background: #212529;
        color: white;
    }

    .box_5:hover {
        background: white;
        color: #212529;
    }

    .box_5 a{
        color: white;
        text-decoration: none;
    }
    
    .box_5:hover a{
        background: white;
        color: #212529;
        text-decoration: none;
    }

    .banner1 {
        height: auto;
        width: 100%;
    }

    .top_bannerWithText {
        position: relative;
        background: none;
        display: block;
    }

    .bottom_form {
        position: relative;
    }

    .btn_consulting {
        margin: 10px;
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        overflow: hidden;
        scroll-behavior: smooth;
        overflow: scroll !important;
    }

    .btn_1 {
        min-width: 50%;
        max-width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 15px;
    }
    .btn_1_3 {
        min-width: 70%;
        max-width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 15px;
    }


    .input_consult {
        width: 100%;
        display: block;
        justify-content: space-evenly;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .box_1 {
        box-sizing: border-box;
        width: 95%;
        max-width: 100%;
        text-align: left;
        padding: 20px;
        margin-top: 20px;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .box_2 {
        box-sizing: border-box;
        height: 70px;
        width: 95%;
        max-width: 100%;
        text-align: left;
        padding: 20px;
        margin-top: 20px;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    .box_3 {
        margin-top: 30px;
        margin-left: 2.5%;
    }
    .row-section-career {
        opacity: 1;
        display: flex;
        flex-direction: column;
    }
}