*{
    /* font-family: 'Poppins'; */
    font-family: "Poppins", sans-serif;
}
a:hover{
    text-decoration: none;
    color: none;
}
.dropdown-menu.header_hire_dd.show {
    width: 100% !important;
    font-size: 12px !important;
    left: -3px !important;
    min-width: 9rem !important
}

.dropdown-menu.header_hire_dd a {
    padding: .25rem 1rem !important
}

.chevron-custom {
    transition: transform .3s
}

.chevron-custom.upward {
    transform: rotate(180deg)
}

.card-body-collaboration,
.card-body-excellence,
.card-body-innvation,
.card-body-integrity {
    box-shadow: 1px 1px 16px 0 #3284FF26;
    padding: 40px 24px;
    text-align: center
}

#culture_bgimg {
    background-image: url(../image/culture_sec_1st.webp);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.culture {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.culture h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

.culture p {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.button-culture {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 65px;
    height: 50px;
    background-color: #3284ff;
    width: 265px;
    color: #fff;
    border: unset !important
}

.culture_page_img {
    width: 45%
}

.culture_contact_heading,
.culture_page_img img {
    width: 100%
}

.who_we_culture p {
    font-size: 17px;
    font-weight: 400;
    color: #404040
}

.culture_section_section_heading_common h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000
}

.culture_second_section_img_content {
    display: flex;
    gap: 3rem
}

.contact_frm_culture,
.culture_page_img_office,
.who_we_culture {
    width: 50%
}

.card-body-innvation {
    background: #ffd6001A;
    border: 1px solid #ffd600;
    border-radius: 4px
}

.card-body-integrity {
    border: 1px solid #3284ff;
    background: #3284FF1A;
    border-radius: 4px
}

.card-body-collaboration {
    border: 1px solid #f9ddbd;
    background: #f9dDBD1A;
    border-radius: 4px
}

.card-body-excellence {
    border: 1px solid #ffa1e0;
    background: #ffa1E01A;
    border-radius: 4px
}

.card-body-culture h5 {
    font-size: 30px;
    font-weight: 500
}

.card-body-culture p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #404040
}

.card-culture {
    position: relative
}

.card_culture_upper_img img {
    width: 100%;
    position: absolute;
    top: -15%
}

.culture_fourth_section_img_content {
    display: flex;
    gap: 3rem;
    flex-direction: row-reverse
}

.office_cul {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.culture_contact_section_start {
    background-image: url(../image/cul_bg_last.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact_section_culture {
    width: 100%;
    display: flex;
    gap: 3rem
}

h2.culture_contact_heading_join {
    font-size: 200px;
    font-weight: 400;
    text-align: left;
    color: #e0e0e0;
    opacity: 30%
}

h2.culture_contact_heading_kaamvala {
    font-size: 200px;
    font-weight: 400;
    text-align: right;
    color: #e0e0e0;
    opacity: 30%
}

.contact_content_culture {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px
}

.contact_content_culture h3 {
    font-size: 42px;
    font-weight: 600;
    text-align: left;
    color: #fff
}

.contact_content_culture h6 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #fff
}

.cul_cont_cmn {
    width: 100% !important;
    background: 0 0 !important;
    outline: 0 !important;
    border: unset !important;
    border-bottom: 1px solid #f2f2f2 !important
}

.cul_sub_frm_btn {
    width: 100%;
    background: #fff;
    color: #1a191a;
    border: unset;
    height: 35px;
    font-size: 18px;
    font-weight: 500
}

select.wpcf7-form-control.wpcf7-select.dd_cul_frm.cul_cont_cmn {
    color: #fff;
    background-color: transparent
}

select.wpcf7-form-control.wpcf7-select.dd_cul_frm.cul_cont_cmn option {
    color: #000;
    background-color: #fff
}

select.wpcf7-form-control.wpcf7-select.dd_cul_frm.cul_cont_cmn:focus {
    color: #fff
}

select.wpcf7-form-control.wpcf7-select.dd_cul_frm.cul_cont_cmn option:checked {
    color: #fff;
    background-color: #3284ff
}

.msg_cul_frm {
    resize: none
}

.wpcf7 select {
    width: -webkit-fill-available !important
}

::-webkit-input-placeholder {
    color: #fff !important
}

::-moz-placeholder {
    color: #fff !important
}

@media screen and (max-width:1024px) {
    .wpcf7 select {
        width: 100% !important
    }
}

@media screen and (max-width:768px) {
    .culture_second_section_img_content {
        flex-wrap: wrap
    }

    .culture_page_img,
    .who_we_culture {
        width: 100%;
        padding: 0 10px
    }

    .culture_page_img img {
        width: 100%;
        height: auto
    }

    .core_values_culture {
        padding-bottom: 0 !important
    }

    .culture_fourth_section_img_content {
        display: flex;
        flex-direction: column;
        padding: 10px
    }

    .culture_page_img_office {
        width: 100%
    }

    .contact_content_culture h3 {
        font-size: 32px
    }

    .contact_content_culture h6 {
        font-size: 20px
    }
}

@media screen and (max-width:426px) {
    .culture h1 {
        font-size: 30px;
        font-weight: 700
    }

    .culture p,
    .who_we_culture p {
        font-size: 15px
    }

    .button-culture {
        font-size: 18px;
        font-weight: 600;
        height: 45px;
        width: 200px
    }

    .core_values_culture,
    .culture_second_section_container {
        padding-block: 0px !important
    }

    .culture_contact_section_start {
        height: 800px;
        padding: 10px
    }

    .contact_section_culture {
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .contact_content_culture,
    .contact_frm_culture {
        width: 100%
    }
}