/* careers page  30-06-2025 */

.container-careers {
    width: 1170px;
    padding: 0;
    margin: 0 auto;

}

.home_second_section-careers {
    padding: 90px 20px 40px;
}

.home_second_section-careers .col-md-10 {
    width: 83.3333%;
    margin: 0 auto;
}

.element_svg {
    height: 100px;
    width: auto;
    vertical-align: bottom;
    margin-bottom: 20px;
    display: inline-block;
    animation: fadeInLeftcareers 1s ease-out both;
}

.element_heading {
    display: inline-block;
    font-size: 2.5em;
    font-weight: 400;
    color: #000;

}

/* .element_heading i {
    font-style: italic;
    color: #67b38c;

} */

.text-left {
    text-align: left;
    display: block;
}

.text-right {
    text-align: right;
    display: block;
    animation: fadeInrightcareers 1s ease-out both;


}

@keyframes fadeInLeftcareers {
    from {
        opacity: 0;
        transform: translateX(-100px);

    }

    to {
        opacity: 1;
        transform: translateX(0);

    }
}

@keyframes fadeInrightcareers {
    from {
        opacity: 0;
        transform: translateX(100px);

    }

    to {
        opacity: 1;
        transform: translateX(0);

    }
}

/* careers page 1-07-2025 */

.container-careers-third-section {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px;
}

.careers_content_wrapper {
    margin: 50px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.careers_content_wrapper .items {
    padding: 15px;
}

.careers_content_wrapper .items:first-child {
    width: 66.66%;
    padding-right: 15px;
}

.careers_content_wrapper .items:last-child {
    width: 33.33%;
    padding-left: 15px;
}

/* Typography */
.careers_content_wrapper h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333;
}

.careers_content_wrapper h4 {
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1.2rem;
    margin-bottom: 20px;
}



.text-center {
    text-align: center;
}

.heading-talent {
    font-size: 36px;
}

.heading-h4 {
    font-size: 18px;
}

/* Images */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.margin_top {
    margin-top: 30px;

}

/* Social Icons */
.soc_ico {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.soc_ico li {
    display: block;
    padding: 5px 10px;
}

.soc_ico li a {
    color: #000;
    transition: all ease 0.2s;
}



.fa-2x {
    font-size: 25px;
}

/* Button */
.btnn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
    cursor: pointer;
    padding: 15px 50px;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}

.btn-1 {
    border: 3px solid #72c29b;
    color: #000;
}

.btn-1:hover {
    background-color: #72c29b;
    color: white;
}

.btn-1e {
    overflow: hidden;
}

.contact-btn {
    color: #000000;
    font-size: 23px;
}

.a-btn:hover {
    text-decoration: underline;
    text-decoration-color: #111111;
}

.a-btn {
    text-decoration: none;
}

/* Animations */
.animated {
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.fadeInLeftShort {
    animation-name: fadeInLeftShort;
}

.fadeInRightShort {
    animation-name: fadeInRightShort;
}

.fadeInDownShort {
    animation-name: fadeInDownShort;
}

@keyframes fadeInLeftShort {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRightShort {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInDownShort {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.go {
    opacity: 1;
}
/* blog page 1-07-2025 */

.container-blog {
    width: 1170px;
    padding: 0;
    margin: 0 auto;
}

.home_second_section-blog {
    padding: 90px 200px 40px;

}


.home_second_section-blog .col-md-10 {
    width: 83.3333%;
    margin: 0 auto;
}

.element_svg {
    height: 100px;
    width: auto;
    vertical-align: bottom;
    margin-bottom: 20px;
    display: inline-block;
    animation: fadeInLeftblog 1s ease-out both;
}

.element_heading {
    display: inline-block;
    font-size: 2.5em;
    font-weight: 400;
    color: #000;
}

/* .element_heading i {
    font-style: italic;
    color: #67b38c;

} */

.text-left {
    text-align: left;
    display: block;
}

.text-right {
    text-align: right;
    display: block;
    animation: fadeInrightblog 1s ease-out both;
}

@keyframes fadeInLeftblog {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInrightblog {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.filter_links {
    margin: 30px 0;
    text-align: center;
}

.filterOptions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.filterOptions .filOpt {
    cursor: pointer;
    flex-basis: 30%;
    height: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #919396;
    background-color: transparent;
    color: #333a47;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    text-decoration: none;
}

.filterOptions .filOpt.active,
.filterOptions .filOpt:hover,
.filterOptions .filOpt:focus {
    background: #333a47 url('https://www.tablonoir.com/wp-content/themes/tablonoir/img/workfilter/spill.png') no-repeat right top;
    color: #fff;
    border-color: #333a47;
}

.blog_banner_bg {
    display: block;
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none;
}

.blog_banner_bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.blog_banner_bg .overlay .container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.blog_banner_bg .overlay .cat {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

.blog_banner_bg .overlay .title {
    font-size: 3em;
    font-style: italic;
    color: #72c29b;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
}

.blog_banner_bg .overlay .date {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

@keyframes fadeInLeftShort {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInLeftShort {
    animation-name: fadeInLeftShort;
}


.container-blog {
    width: 1170px;
}

.blog_archive_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-row{
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 40px; */
}

.archive {
    padding: 10px;
    text-decoration: none;
    color: inherit;
    flex: 1;
}

.archive img {
    max-width: 100%;
    height: auto;
}

.archive h4:hover {
    color: #72c29b;
}

.thumb {
    position: relative;
}

.cat-1 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
}

.archive h4 {
    margin-top: 10px;
    font-size: 18px;
    color: inherit;
}

.row-2 .archive {
    width: 50%;
}

.row-3 .archive {
    width: 33.33%;
}

.row-1 .archive {
    width: 100%;
}

/* carrers page  */

@media only screen and (max-width: 319.5px) {

    .container-careers,
    .container-careers-third-section {
        width: 100% !important;
        padding: 10px !important;
    }

    .element_svg {
        height: 60px !important;
        margin-bottom: 10px !important;
    }

    .element_heading {
        font-size: 18px !important;
        text-align: center !important;
    }

    .home_second_section-careers {
        padding: 30px 10px !important;
    }

    .careers_content_wrapper {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .careers_content_wrapper .items {
        width: 100% !important;
        padding: 0 !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        font-size: 20px !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        font-size: 14px !important;
    }

    .btnn {
        width: 100% !important;
        font-size: 14px !important;
        padding: 10px !important;
    }

    .soc_ico {
        display: flex !important;
        justify-content: center !important;
        gap: 8px !important;
     
    }

    .soc_ico li {
        padding: 0 5px !important;
    }

    .fa-2x {
        font-size: 18px !important;
    }

    .contact-btn {
        font-size: 16px !important;
    }
}


@media only screen and (min-width: 320px) and (max-width: 767.5px) {

    .container-careers,
    .container-careers-third-section {
        width: 100% !important;
        padding: 15px !important;
    }

    .element_svg {
        height: 70px !important;
    }

    .element_heading {
        font-size: 20px !important;
        text-align: center !important;
        display: block !important;
    }

    .home_second_section-careers {
        padding: 50px 15px !important;
    }

    .careers_content_wrapper {
        flex-direction: column !important;
        gap: 25px !important;
    }

    .careers_content_wrapper .items {
        width: 100% !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        font-size: 24px !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        font-size: 16px !important;
    }

    .btnn {
        font-size: 15px !important;
    }

    .contact-btn {
        font-size: 18px !important;
    }

    .soc_ico {
        display: flex !important;
        justify-content: center !important;
        gap: 12px !important;
    }

    .soc_ico li {
        padding: 5px !important;
    }

    .fa-2x {
        font-size: 20px !important;
    }
}

/* ========== 768px – 1023.5px ========== */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
    .container-careers {
        width: 100% !important;
        max-width: 100% !important;
        padding: 80px 20px !important;
        margin: 0 auto !important;
        /* text-align: center !important; */
    }

    .element_svg {
        height: 80px !important;
        display: block !important;
        /* margin: 0 auto 20px !important; */
    }

    .element_heading {
        font-size: 24px !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .careers_content_wrapper {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 30px !important;
    }

    .careers_content_wrapper .items {
        width: 100% !important;
        max-width: 700px !important;
        padding: 0 10px !important;
        margin: 0 auto !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        font-size: 28px !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        font-size: 17px !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .btnn {
        font-size: 16px !important;
        width: auto !important;
        display: inline-block !important;
        text-align: center !important;
        padding: 12px 24px !important;
        margin: 0 auto !important;
    }

    .contact-btn {
        font-size: 20px !important;
        display: inline-block !important;
        margin-top: 20px !important;
        text-align: center !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279.5px) {
    .element_heading {
        font-size: 26px !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        font-size: 30px !important;
        text-align: center !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        font-size: 18px !important;
        text-align: center !important;
    }

    .container-careers {
        width: 100% !important;
        padding: 60px 20px !important;
        text-align: center !important;
    }

    .element_svg {
        padding-left: 100px;
    }

}

@media only screen and (min-width: 1280px) and (max-width: 1439.5px) {
    .container-careers {
        width: 100% !important;
        padding: 70px 40px !important;
        text-align: center !important;
    }

    .element_svg {
        display: block !important;
        margin: 50px auto 20px 250px !important;
    }

    .element_heading {
        font-size: 28px !important;
        text-align: center !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        font-size: 32px !important;
        text-align: center !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        font-size: 19px !important;
        text-align: center !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599.5px) {
    .container-careers {
        width: 100% !important;
        padding: 80px 60px !important;
        text-align: center !important;
    }

    .element_svg {
        display: block !important;
        margin: 50px auto 20px 250px !important;
    }

    .element_heading {
        font-size: 30px !important;
        text-align: center !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        font-size: 36px !important;
        text-align: center !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        font-size: 20px !important;
        text-align: center !important;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919.5px) {
    .container-careers {
        width: 100% !important;
        padding: 90px 70px !important;
        text-align: center !important;
    }

    .element_svg {
        display: block !important;
        margin: 50px auto 20px 250px !important;
    }

    .element_heading {
        font-size: 32px !important;
        text-align: center !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        font-size: 38px !important;
        text-align: center !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        font-size: 22px !important;
        text-align: center !important;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2559.5px) {
    .container-careers {
        width: 100% !important;
        padding: 100px 80px !important;
        text-align: center !important;
    }

    .element_svg {
        display: block !important;
        margin: 50px auto 20px 380px !important;
    }

    .element_heading {
        font-size: 34px !important;
        text-align: center !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        text-align: center !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        font-size: 24px !important;
        text-align: center !important;
    }
}


@media only screen and (min-width: 2560px) and (max-width: 3840px) {
    .container-careers {
        width: 100% !important;
        padding: 120px 100px !important;
        text-align: center !important;
    }

    .element_svg {
        display: block !important;
        margin: 60px auto 30px 600px !important;
        height: 110px !important;
    }

    .element_heading {
        font-size: 38px !important;
        text-align: left !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        text-align: center !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {

        text-align: center !important;
    }

    .careers_content_wrapper {
        margin: 20px 0;
        text-align: center;
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .text-right {
        text-align: center;
        padding-left: 700px;
    }
}

@media only screen and (min-width: 3841px) and (max-width: 6144px) {
    .container-careers {
        width: 100% !important;
        padding: 140px 120px !important;
        text-align: center !important;
    }

    .element_svg {
        display: block !important;
        margin: 80px auto 30px 1000px !important;
        height: 130px !important;
    }

    .element_heading {
        font-size: 44px !important;
        text-align: left !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        text-align: center !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        text-align: center !important;
    }

    .careers_content_wrapper {
        margin: 30px 0;
        text-align: center;
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .text-right {
        text-align: center;
        padding-left: 800px;
    }
}

@media only screen and (min-width: 6144px) and (max-width: 7680px) {
    .container-careers {
        width: 100% !important;
        padding: 160px 160px !important;
        text-align: center !important;
    }

    .element_svg {
        display: block !important;
        margin: 100px auto 30px 1900px !important;
        height: 150px !important;
    }

    .element_heading {
        font-size: 52px !important;
        text-align: left !important;
    }

    .careers_content_wrapper h1,
    .heading-talent {
        text-align: center !important;
    }

    .careers_content_wrapper h4,
    .heading-h4 {
        text-align: center !important;
    }

    .careers_content_wrapper {
        margin: 40px 0;
        text-align: center;
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .text-right {
        text-align: center;
        padding-left: 1000px;
    }
}


/* contact page */

@media only screen and (max-width: 319.5px) {
    .contact_us_links_wrapper {
        width: 100% !important;
    }

    .contact-form-section {
        width: 100% !important;
        padding: 10px !important;
    }

    .form-inline {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .checkbox-group {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
    .contact_us_links_wrapper {
        width: 100%;
    }

    .contact-form-section {
        width: 100%;
        padding: 10px;
    }

    .form-inline {
        flex-direction: column;
    }

    .checkbox-group {
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
    .contact_us_links_wrapper {
        width: 48%;
    }

    .contact-form-section {
        width: 95%;
        padding: 20px;
    }

    .form-inline {
        flex-direction: row;
        gap: 16px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .contact_us_links_wrapper {
        width: 30%;
    }

    .contact-form-section {
        width: 95%;
        padding: 30px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .contact_us_links_wrapper {
        width: 23%;
    }

    .contact-form-section {
        width: 90%;
    }
}


@media only screen and (min-width: 1441px) and (max-width: 1599px) {
    .contact_us_links_wrapper {
        width: 22%;
    }

    .contact-form-section {
        width: 92%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1823px) {
    .contact_us_links_wrapper {
        width: 21%;
    }

    .contact-form-section {
        width: 93%;
    }
}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {
    .contact_us_links_wrapper {
        width: 20%;
    }

    .contact-form-section {
        width: 94%;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .contact_us_links_wrapper {
        width: 18%;
    }

    .contact-form-section {
        width: 95%;
    }
}

@media only screen and (min-width: 2561px) and (max-width: 3840px) {
    .contact_us_links_wrapper {
        width: 16%;
    }

    .contact-form-section {
        width: 96%;
    }
}

@media only screen and (min-width: 3841px) and (max-width: 6144px) {
    .contact_us_links_wrapper {
        width: 14%;
    }

    .contact-form-section {
        width: 97%;
    }

    .contact-banner-section {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 6145px) and (max-width: 7680px) {
    .contact_us_links_wrapper {
        width: 12%;
    }

    .contact-form-section {
        width: 98%;
    }

    .contact-banner-section {
        margin-top: 70px;
    }
}




.heading-fg {
    padding-top: 30px;
}

.ahref {
    list-style: none;
    text-decoration: none;
    color: #000;
}