/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

body{
	--mfn-button-padding: 15px 35px 15px 35px;
}
/*----------*/
.button.button_size_2, input[type="submit"] {
    background-color: var(--mfn-button-theme-bg);
    border-color: var(--mfn-button-theme-border-color);
    color: var(--mfn-button-theme-color);
    box-shadow: var(--mfn-button-theme-box-shadow);
}
.button.button_size_2:hover, input[type="submit"]:hover {
    background-color: var(--mfn-button-theme-bg-hover);
    border-color: var(--mfn-button-theme-border-color-hover);
    color: var(--mfn-button-theme-color-hover);
}

.page-id-46 section.section-page-footer,
.page-id-461 section.section-page-footer,
.page-id-10 section.section-page-footer,
.page-id-331 section.section-page-footer {
    display: none;
}
/*-----------*/
.menuo-no-borders #Top_bar .menu>li>a span {
    text-transform: uppercase;
}

body .portfolio_group .portfolio-item {
    margin-right: 0 !important;
    margin-left: 0 !important;
    /* perspective: 80px; */
}

body .home-page-portfolio .portfolio_group .portfolio-item,
.portfolio_group .portfolio-item {
    width: 33.33% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body .about-portfolio .portfolio_group .portfolio-item {
    width: 25% !important;
}

body .about-portfolio .portfolio_group .portfolio-item .desc .title_wrapper h5 {
    text-align: left;
}

body .portfolio_group .portfolio-item .portfolio-item-fw-bg {
    margin: 0 20px 0 !important;
}

body .portfolio_group .portfolio-item .image_frame {
    transition: all 4000ms cubic-bezier(0.03, 0.98, 0.52, 0.99) 0s;
    -webkit-transition: transform 0.5s;
}

body .mcb-section-2om5tniov .column_filters .image_frame_main .image_frame {
    transform: none !important;
}

body .portfolio_group .about-portfolio-item.portfolio-item .about-portfolio-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.porfolio-description {
    position: relative;
    z-index: 1;
}

body .home-page-portfolio .portfolio_group .portfolio-item .image_frame a {
    position: relative;
    padding: 0;
}

body .home-page-portfolio .portfolio_group .portfolio-item .image_frame a .mask {
    top: 0;
}

body .home-page-portfolio .portfolio_group .portfolio-item .image_frame a img,
body .portfolio-page-design .portfolio_group .portfolio-item .image_frame a img {
    width: 100%;
    height: 100% !important;
    position: relative;
    object-fit: cover;
    left: 0;
}

/*body .home-page-portfolio .portfolio_group .portfolio-item:hover .image_frame a{
    -webkit-transform: scale(1.2);
       -ms-transform: scale(1.2);
       transform: scale(1.2);
}*/
body .home-page-portfolio .portfolio_group .portfolio-item .image_frame a {
    -webkit-transition: -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
    -o-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transition: transform 12s cubic-bezier(.23, 1, .32, 1), -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
}

.portfolio_group .portfolio-item .image_frame {
    border: none;
}

body .portfolio_group .portfolio-item .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important;
}

.portfolio_group .portfolio-item .desc .title_wrapper h5 {
    font-size: 20px;
    text-align: left;
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love {
    display: none;
}

.portfolio_group .portfolio-item .desc .title_wrapper {
    padding: 0;
    margin: 0;
}

.portfolio_group .portfolio-item .desc {
    padding: 20px 0;
    height: auto !important;
}

.portfolio_group .portfolio-item .desc .desc-wrapper {
    text-align: left;
    margin: 10px 0 0;
}

.portfolio_group .portfolio-item .desc .desc-wrapper p {
    margin: 0;
}

.image_frame:hover .image_wrapper img {
    top: 0;
}

.image_frame .image_wrapper .mask::after {
    background-color: transparent;
}

.image_frame .image_wrapper .mask {
    box-shadow: none !important;
}

.image_frame .image_wrapper .image_links {
    display: none;
}

.section_wrapper,
.container {
    max-width: 1270px;
}

.sections_group .section_wrapper {
    max-width: 1300px !important;
}

.home-portfolio-section {
    padding: 0 15px;
}

.home-portfolio-section .section_wrapper {
    max-width: 100% !important;
}

.sections_group .one.column,
.sections_group .gallery-item {
    width: 100% !important;
    margin: 0 0 40px;
}

.home-page-portfolio.one.column {
    margin: 0 0 0 !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/* about oage css */
.service-cotent .icon_box {
    max-width: 340px;
    margin: 0 auto !important;
}

.service-cotent .image_wrapper {
    max-width: 100px;
    width: 100%;
    height: 100px;
    box-shadow: 0px 4px 20px 0px rgb(63 58 93 / 10%);
    border-radius: 100%;
    line-height: 100px;
    margin: 0 auto 30px;
}

.service-cotent .image_wrapper img {
    vertical-align: middle;
}

.about-service-section .portfolio-item {
    perspective: 80px;
}

.about-service-section .mcb-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-service-section .one-third.column {
    width: 33.33%;
    margin: 0 0 40px;
    float: none;
}

.about-service-section .one-third.column .icon_box {
    margin: 0 1% 0;
}

ul.about_portfolio_group li.about-portfolio-item {
    width: 25% !important;
}

li.about-portfolio-item:hover .sevice-portfolio-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.about_portfolio_group {
    display: flex;
    flex-wrap: wrap;
}

.porfolio-description {
    padding: 60% 40px 40px;
}

.about-portfolio-item .sevice-portfolio-img {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.sevice-portfolio-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

li.about-portfolio-item .sevice-portfolio-img img {
    -webkit-transition: -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
    -o-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transition: transform 12s cubic-bezier(.23, 1, .32, 1),
        -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
}

.about-portfolio-item .about-portfolio-inner {
    margin: 0 20px;
    position: relative;
}

.porfolio-description h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
}

.porfolio-description p {
    font-size: 17px;
    line-height: 1.5;
    color: #Fff;
}

.image_frame_main {
    perspective: 80px;
}

/* #Filters{
    display: none;
} */
body .column_portfolio .portfolio_group {
    padding: 10px 0 0;
    margin: 0 35px !important;
}

body .column_portfolio .portfolio_group .portfolio-item .portfolio-item-fw-bg {
    margin: 0 15px 0 !important;
    display: inline-block;
    width: calc(100% - 30px);
    transition: animation 0.3s;
}

.porfolio-image-gallery .image_wrapper a>.mask {
    display: none
}

.porfolio-image-gallery .gallery .gallery-item .gallery-icon {
    margin: 0 !important;
    width: 100% !important;
}

@media only screen and (max-width: 1199px) {
    .home-portfolio-section {
        padding: 0;
    }

    body .column_portfolio .portfolio_group {
        margin: 0 !important;
    }

    body .portfolio_group .portfolio-item {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    li.about-portfolio-item {
        width: 50%;
        margin: 0 0 40px !important;
    }

    body .home-page-portfolio .portfolio_group .portfolio-item,
    .portfolio_group .portfolio-item,
    body.page-id-461 .portfolio_group .portfolio-item {
        width: 50% !important;
    }

    body.page-id-461 ul.portfolio_group.about_portfolio_group {
        row-gap: 30px;
    }
    body .column_portfolio .portfolio_group .portfolio-item .portfolio-item-fw-bg {
        margin: 0 15px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .home-portfolio-section {
        padding: 0;
    }

    body .home-page-portfolio .portfolio_group .portfolio-item,
    .portfolio_group .portfolio-item {
        width: 100% !important;
    }

    .home-portfolio-section .section_wrapper,
    .portfolio-page-design .section_wrapper {
        padding: 0 !important;
    }
    body.page-id-461 .portfolio_group .portfolio-item .about-portfolio-inner {
        margin: 0 !important;
    }
    
}

@media only screen and (max-width: 600px) {
    body.page-id-461 .service-card-section .column_icon_box{
        width: 100% !important;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {
    body.page-id-461 .service-card-section .column_icon_box{
        width: 50% !important;
    }
}




#Subheader {
    display: none;
}

.inner-content-wrapper {
    background: none;
    padding: 60px 0 0;
}

.inner-content-wrapper .title {
    text-align: left;
    margin: 0 0 14px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.42;
}

.main-excerpt {
    margin-bottom: 0;
}

.detail-inner-text h5 {
    margin: 0 0 8px;
    line-height: 1.5;
}

.detail-inner-text p {
    margin: 0;
    line-height: 1.5;
}

.porfolio-image-gallery .gallery .gallery-item .gallery-icon .image_frame {
    border: none;
}

.detail-section-main .mcb-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.portfolio-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.portfolio-row .portfoliocol {
    padding: 0 25px;
    width: 33.33%;
    margin: 0 0 30px;
}

/* .portfoliocol a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.portfoliocol a .portfolio-listing-content {
    transition: box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    overflow: hidden;
}
.portfoliocol a:hover .portfolio-listing-content {
    transform: scale3d(1.1,1.1,1.1);
}
.portfoliocol a:hover .portfolio-listing-content .portfolio-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
} */
.portfoliocol a .portfolio-listing-content .portfolio-img {
    /*-webkit-transition: -webkit-transform 12s cubic-bezier(.23,1,.32,1);*/
    /*transition: -webkit-transform 12s cubic-bezier(.23,1,.32,1);*/
    /*-o-transition: transform 12s cubic-bezier(.23,1,.32,1);*/
    /*transition: transform 12s cubic-bezier(.23,1,.32,1);*/
    /*transition: transform 12s cubic-bezier(.23,1,.32,1),-webkit-transform 12s cubic-bezier(.23,1,.32,1);*/
    transition-duration: 2s;
}

.portfoliocol a .portfolio-img img {
    vertical-align: top;
}

.portfoliocol .portfolio-title {
    margin-top: 10px;
}

.portfoliocol .portfolio-title h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.5;
}


.section_wrapper>.column {
    margin-bottom: 0;
}

.section_wrapper>.column .title {
    margin: 0 0 15px;
}

.pf-description {
    max-width: 812px;
    margin: 0 0 30px;
}


/* fade up animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.portfolio-page-design .section_wrapper {
    max-width: 100% !important;
    padding: 0 15px;
}



body #Filters .filters_wrapper ul li {
    width: auto;
    margin: 0 5px;
}

body #Filters .filters_wrapper ul li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 10px;
    border: none;
    border-radius: 2px;
}

body #Filters .filters_wrapper ul {
    text-align: center;
}



.portfolio-page-design .portfolio_group.grid .portfolio-item .desc .desc-wrapper {
    display: block !important;
}

#Top_bar .top_bar_right {
    padding: 0 40px;
}

.sections_group .section.the_content {
    display: none;
}

/*--------Career Page----------*/
.career_banner_section {
    position: relative;
    background: #EBFAF4;
    padding: 110px 0 70px;
}

.career_banner_section:after {
    content: "";
    background-image: url(https://ixdesign.in/wp-content/uploads/2022/09/curve.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    top: 0;
    background-position: right;
}

.career_banner_section .column.career_banner_inner_sec {
    margin-bottom: 0 !important;
    width: 70% !important;
}

.career_banner_inner_sec h1 {
    font-size: 60px;
}

.career_banner_inner_sec h1,
.career_banner_inner_sec p {
    margin-bottom: 30px;
}

.career_banner_inner_sec h5.sub_heading_txt_blk {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
    margin-bottom: 4px;
}

.career_banner_inner_sec span.author_txt_blk {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #00C586;
}

.hiring_main_sec_blk,
.hiring_offer_sec {
    position: relative;
}

.hiring_main_sec_blk:after,
.hiring_offer_sec:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/curve2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hiring_box_blk_col .column_attr.clearfix {
    width: 74%;
    margin: auto;
}

.hiring_box_blk_col {
    margin-bottom: 0 !important;
}

.hiring_box_blk_col p {
    margin-bottom: 2px;
}

.hiring_box_blk_col span a {
    font-weight: 500 !important;
    font-size: 22px;
}

.hiring_main_sec_blk .wrap.mcb-wrap {
    padding: 0 !important;
}

.hiring_offer_sec {
    padding: 80px 0;
}

.hiring_offer_col {
    margin-bottom: 0 !important;
}

.hiring_offer_col span {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    text-align: center;
    display: block;
}

.hiring_offer_col span font {
    color: #00C586;
}

.hiring_offer_sec {
    position: relative;
}

.hiring_offer_sec:before {
    height: 306px;
}

.open_hiring_sec {
    padding: 70px 0;
}

.open_hiring_heading_txt h2 {
    text-align: center;
    margin: 0;
}

.open_hiring_heading_txt {
    margin-bottom: 55px !important;
}

.open_hiring_descri {
    margin-bottom: 0 !important;
}

.open_hiring_descri .hiring_staff_box {
    display: flex;
}

.hiring_staff_details {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 30px;
    padding: 30px;
}

.hiring_staff_details:last-child {
    margin-right: 0;
}

.hiring_apply {
    width: 140px;
    height: 52px;
    background: #cfffec;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

span.hiring_apply a {
    font-weight: 500;
    font-size: 14px;
    color: #00C586;
    text-align: center;
    padding: 15px 35px;
}

span.hiring_apply:hover {
    background: #00C586;
}

span.hiring_apply a:hover {
    color: #fff;
    text-decoration: none;
}

.hiring_staff_details span {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
}

.hiring_staff_details p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #262626;
}

/* .own_gallery_main_sec .section_wrapper.mcb-section-inner {
    max-width: 1352px !important;
}

.gallery_res_view {
    display: inline-flex;
}

.gallery_grid_view_img .img_item_deff {
    padding-bottom: 24px;

}

img.photo_frame_one,
img.photo_frame_two,
img.photo_frame_four,
img.photo_frame_five {
    padding-right: 24px;
    width: 100%;
} */
.own_gallery_main_sec {
    padding: 70px 0;
}

.gallery_res_view .column.mcb-column {
    margin-bottom: 0;
    height: 302px;
    margin: 0px;
}

.gallery_res_view .column.mcb-column .icon_box {
    height: 100%;
    padding: 0;
}

.gallery_res_view .column.mcb-column .icon_box a,
.gallery_res_view .column.mcb-column .icon_box a img {
    height: 100% !important;
    object-fit: cover;
}

.gallery_res_view .column.mcb-column .icon_box a .image_wrapper {
    margin-bottom: 0px;
    height: 100%;
}

.photo_frame_one,
.photo_frame_two,
.photo_frame_four,
.photo_frame_five {
    padding-right: 24px !important;
}

.img_item_deff {
    margin-bottom: 24px;
}

.gallery_res_view .one-second.column {
    width: 50%;
}

.gallery_res_view .one-fourth.column,
.gallery_res_view .four.columns {
    width: 25%;
}

/*--------Career Page--------*/

.single-jobs .career_banner_inner_sec {
    background: #EBFAF4;
    /* height: 500px; */
    position: relative;
}

.single-jobs .career_banner_inner_sec:after {
    content: "";
    background-image: url(https://ixdesign.in/wp-content/uploads/2020/09/agency5-sectionbg1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.career_banner_inner_container {
    height: 500px;
    position: relative;
    max-width: 1300px !important;
}

.career_banner_inner_row {
    display: flex;
    align-items: center;
    height: 100%;
}

.career_banner_left_cont {
    width: 10%;
    position: relative;
    display: inline-block;
}

.career_banner_inner_conatiner {
    max-width: 1300px !important;
}

.career_banner_inner_col {
    width: auto;
    display: inline-block;
    position: relative;
}

.single-jobs .career_banner_inner_sec .career_banner_inner_info h1 {
    margin-bottom: 0 !important;
}

.job_description_main_block {
    margin: 70px 0;
}

.jobs_description_main_info p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.jobs_find_main_fields {
    margin-top: 50px;
}

.jobs_find_main_fields ul {
    font-size: 18px;
}

.jobs_find_main_fields ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 20px;
    line-height: 1.3;
}

.jobs_find_main_fields ul li:last-child {
    margin-bottom: 0;
}

.jobs_find_main_info h2 {
    color: #00C586;
}

.jobs_description_main_container {
    max-width: 1300px !important;
}

.jobs_description_main_row {
    display: flex;
    justify-content: space-between;
}

.jobs_applying_btn_link span a {
    color: #ffffff;
    background-color: #00d285;
    border-color: transparent;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 15px 35px 15px 35px;
    border-width: 0px;
    border-radius: 5px;
    text-decoration: none;
    line-height: normal;
}

.jobs_applying_btn_link span a:hover {
    color: #00d285;
    background: transparent;
    border: 1px solid #00d285;
}

.jobs_applying_row {
    display: inline-block;
    margin-top: 50px;
}

.jobs_applying_col {
    height: 100%;
}

.jobs_applying_btn_link span {
    display: flex;
    height: 58px;
}

.popup_job_applying_section {
    display: none;
}

.popup_job_applying_section.active {
    position: fixed;
    width: 100%;
    top: 0;
	left: 0;
    height: -webkit-fill-available;
    z-index: 2100;
    background: #ffff;
    display: flex;
    margin: auto;
    justify-content: center;
    padding-top: 60px;
    overflow: auto;
}

.popup_job_applying_section.active .popup_job_applying_row {
    width: 60%;
    text-align: center;
    position: relative;
}

.popup_job_applying_section.active .popup_close_icon {
    position: absolute;
    right: 0;
}

.popup_close_icon a i.fa-times {
    font-size: 22px;
}

.popup_job_applying_section.active input.wpcf7-form-control {
    border: 1px solid #00d285;
    margin-bottom: 10px;
}

.popup_job_applying_section.active select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: 1px solid #00d285;
    margin-bottom: 10px;
}

.popup_job_applying_section.active textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border: 1px solid #00d285;
    margin-bottom: 10px;
    height: 150px;
    resize: none;
}

.popup_job_applying_section.active input.wpcf7-form-control.wpcf7-not-valid,
.popup_job_applying_section.active select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid,
.popup_job_applying_section.active textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    margin: 0;
}

.popup_job_applying_section.active .form_apply_job_file .contact_form_apply_inner input.wpcf7-form-control {
    padding: 15px 15px;
    width: -webkit-fill-available;
    border-radius: 5px;
}

.contact_form_apply_inner input,
.contact_form_apply_inner textarea,
.contact_form_apply_inner select {
    color: #000 !important;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 17px;
}

.contact_form_apply_col_6:last-child {
    margin: 0;
}

.contact_form_apply_col_6 {
    width: 100%;
    margin-right: 15px;
}

.wpcf7-response-output {
    width: -webkit-fill-available;
    color: red;
    margin: 10px 0 0 0 !important;
    padding: 0px !important;
}

.contact_form_apply_row11 {
    display: flex;
}

.contact_form_apply_col_6 {
    width: 100%;
    margin-right: 15px;
}

.contact_form_apply_inner span.wpcf7-not-valid-tip:after,
.contact_form_recaptcha span.wpcf7-not-valid-tip:after {
    content: unset !important;
}

.contact_form_apply_inner span.wpcf7-not-valid-tip:before,
.contact_form_recaptcha span.wpcf7-not-valid-tip:before {
    content: unset !important;
}

.contact_form_apply_inner span.wpcf7-not-valid-tip,
.contact_form_recaptcha span.wpcf7-not-valid-tip {
    position: relative !important;
    left: 0 !important;
    color: #ed3b2e;
    background: transparent !important;
    display: flex;
    text-indent: unset !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 15px;
	line-height: normal;
	top: 12px !important;
}

.contact_form_apply_inner button br {
    display: none;
}

.contact_form_apply_inner button span {
    font-size: 18px;
}

.contact_form_apply_inner button:hover {
    background-color: transparent;
    color: #00d285;
    border: 1px solid #00d285;
}

.contact_form_apply_inner button {
    line-height: unset !important;
    display: block;
    border: 1px solid #00d285;
    display: flex;
    margin: auto;
}

.contact_form_apply_row13 {
    margin-top: 10px;
}

.contact_form_apply_inner.contact_form_apply_inner_btn {
    height: 59px;
    display: block;
}

.form_popup_heading_main_img_part_blocks {
    margin-bottom: 30px;
}

/* #form_limit_file .Fileupload input[type=file] {
    color: transparent !important;
}

#form_limit_file .Fileupload input[type=file]:after {
    content: "Resume upload (pdf, doc, docx):";
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 10px;
    color: #939393;
    display: flex;
    align-items: center;
    font-size: 16px;
}

#form_limit_file .Fileupload input::file-selector-button {
    color: #000;
    padding: 0;
    background: transparent;
    border: 0;
    display: none;
} */

.form_active_contact div#Header_wrapper, 
.form_active_contact footer#Footer {
    display: none;
}

span.wpcf7-form-control-wrap.recaptcha span.wpcf7-not-valid-tip {
    justify-content: center;
}

/*--------Thank You Page--------*/

.thankyou_main_banner_sec {
    height: 350px;
    padding: 0 !important;
}

.thankyou_main_banner_sec .section_wrapper.mcb-section-inner {
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.thankyou_thumb_main_sec {
    padding: 50px 0;
}

.thankyou_thumb {
    margin-bottom: 20px !important;
}

.thankyou_main_banner_sec .career_banner_inner_sec h1 {
    font-size: 90px;
    font-family: serif;
    font-style: italic;
}

.thankyou_message_txt {
    margin-bottom: 0 !important;
    text-align: center;
}

.thankyou_thumb .image_frame {
    text-align: center;
}

.thankyou_message_txt span {
    font-size: 22px;
    text-align: center;
    display: block;
    line-height: 1.7;
    margin-bottom: 30px;
}

.thankyou_message_txt a.site_button span {
    margin: 0;
    padding: 0;
}

.thankyou_message_txt a.site_button {
    color: #ffffff;
    background-color: #00d285;
    border-color: transparent;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 10px 65px 10px 65px;
    border: 1px solid #00d285;
    border-radius: 5px;
    text-decoration: none;
    line-height: normal;
}

.thankyou_message_txt a.site_button:hover {
    color: #00d285;
    background: transparent;
    border: 1px solid #00d285;
}

.thankyou_thumb img {
    filter: invert(52%) sepia(90%) saturate(1388%) hue-rotate(117deg) brightness(100%) contrast(101%);
}

/*-----------------------------*/
#Footer .one-fourth .widget {
    margin: 0;
}

#Footer .footer_first_blocks img {
    margin-bottom: 20px;
}

#Footer .footer_second_block a {
    display: block;
    margin-bottom: 10px;
    color: #fff !important;
}

#Footer .footer_second_block a:last-child {
    margin: 0;
}

#Footer .footer_third_block h6,
#Footer .footer_fourths_block h6 {
    font-size: 20px;
	color: #fff;
}

#Footer .one-fourth ul {
    padding: 0;
    margin-left: 20px;
}

#Footer .one-fourth ul li {
    list-style: none;
}

#Footer .one-fourth ul li:after {
    content: unset;
}

#Footer .one-fourth ul li a {
    padding: 0 0 10px !important;
    font-size: 17px;
    line-height: 1.2;
    color: #fff !important;
}

#Footer .one-fourth ul li:last-child a {
    padding: 0 !important;
}

#Footer .footer_fourths_sp_block span {
    display: block;
    color: #fff !important;
    margin-bottom: 10px;
    margin-left: 20px;
}

#Footer .footer_fourths_sp_block span:last-child {
    margin-bottom: 0;
}

.footer_first_blocks p {
    margin: 0;
    color: #fff;
}

#Footer .footer_second_block a:hover,
#Footer .one-fourth ul li a:hover {
    text-decoration: none;
    color: #01ca91 !important;
}

.footer_second_block span {
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

.footer_second_block span:last-child {
    margin-bottom: 0;
}

.footer_fourths_sp_block span i {
    font-family: "Font Awesome 5 Brands";
    margin-right: 10px;
}

/* footer#Footer .container {
    display: flex;
    justify-content: space-between;
}
 */
/* .one-fourth {
    width: auto !important;
} */
#Footer .one-fourth:nth-child(1) {
    width: 30% !important;
}

#Footer .one-fourth:nth-child(2) {
    width: 30% !important;
}

#Footer .one-fourth:nth-child(3) {
    width: 22% !important;
}

#Footer .one-fourth:nth-child(4) {
    width: auto !important;
}

footer#Footer a,
#Footer .footer_copy .copyright,
footer#Footer ul li a {
    color: #fff !important;
}

footer#Footer {
    position: relative;
}

/* footer#Footer:after {
    content: "" !important;
    background-image: url(https://ixdesign.in/wp-content/uploads/2022/09/curve.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    top: 0;
    background-position: right;
    visibility: unset !important;
} */


footer#Footer .widgets_wrapper.center {
    z-index: 11;
    position: relative;
}

.footer_fourths_sp_block span a {
    text-decoration: none;
    cursor: pointer;
}

/*----------Media Query--------*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .career_banner_section:after {
        background-position: 30% 10%;
		opacity: 0.7;
    }

    .career_banner_section .column.career_banner_inner_sec {
        margin-bottom: 0 !important;
        width: auto !important;
    }

    .career_banner_inner_sec h6 {
        margin-bottom: 2px;
    }

    .career_banner_inner_sec h1 {
        font-size: 37px;
        margin-bottom: 15px;
    }

    .career_banner_inner_sec h5.sub_heading_txt_blk {
        font-size: 18px;
    }

    .career_banner_inner_sec span.author_txt_blk {
        font-size: 17px;
    }

    .service_card_anim_wrap_one .column,
    .service_card_anim_wrap_two .column {
        width: 50% !important;
    }

    .service_better_sec .section_wrapper.mcb-section-inner .column .image_wrapper {
        max-width: 80px !important;
        object-fit: contain;
        max-height: 80px;
        display: flex;
        justify-content: center;
    }

    .service_better_sec .section_wrapper.mcb-section-inner .column .image_wrapper img {
        width: 36px;
        height: auto;
        object-fit: contain;
    }

    .hiring_box_blk_col .column_attr.clearfix {
        width: 100%;
    }

    .hiring_box_blk_col .image_frame {
        margin-top: -55px !important;
    }

    .hiring_main_sec_blk:after,
    .hiring_offer_sec:before {
        background-size: auto 100%;
    }

    .hiring_offer_sec:before {
        background-position: 100% 100%;
    }

    .hiring_box_blk_col span a {
        font-size: 17px;
    }

    .hiring_offer_col span {
        font-size: 32px;
    }

    .open_hiring_descri .hiring_staff_opening .hiring_staff_box {
        display: block;
    }

    .hiring_staff_details {
        margin-right: 0 !important;
        margin-bottom: 20px;
        text-align: center;
    }

    .hiring_staff_details span {
        font-size: 17px;
    }

    .hiring_staff_details p {
        font-size: 16px;
    }

    .hiring_staff_details:last-child {
        margin-bottom: 0 !important;
    }

    .hiring_staff_details span.hiring_apply {
        margin: auto;
    }

    .gallery_res_view .one-second.column {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 24px;
    }

    .gallery_res_view .one-fourth.column,
    .gallery_res_view .four.columns {
        width: 100%;
    }

    .gallery_res_view .column.mcb-column .icon_box a,
    .gallery_res_view .column.mcb-column .icon_box a img {
        width: 100%;
    }

    .photo_frame_five {
        padding-right: 0 !important;
    }

    .photo_frame_six {
        margin-top: 24px !important;
        margin-bottom: 0px !important;
    }

    .photo_frame_one,
    .photo_frame_two,
    .photo_frame_four,
    .photo_frame_five {
        padding-right: 0 !important;
    }

    .galle_res_view .photo_frame_three {
        width: 100%;
    }

    .galle_res_view img {
        height: 230px !important;
        object-fit: cover;
        object-position: 100% 50%;
    }

    .galle_res_view.img_item_deff img {
        width: 100%;
    }

    .galle_res_view img {
        margin-bottom: 24px;
    }

    .galle_res_view img:last-child {
        margin-bottom: 0 !important;
    }

    .photo_frame_six {
        margin-top: 0px !important;
    }

    .img_item_deff {
        margin-bottom: 0 !important;
    }

    .mobile_gallery_res_view .column.mcb-column {
        margin: 0 !important;
    }

    .career_banner_inner_container {
        height: 300px;
    }

    /*-------------------*/

    footer#Footer .container {
        display: block;
    }

    body #Footer .widgets_wrapper .column.one-fourth {
        margin: 0;
        margin-bottom: 30px !important;
        width: 100% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:last-child:last-child {
        margin-bottom: 0 !important;
    }

    .footer_first_blocks p br,
    .footer_second_block a br {
        display: none;
    }

    .footer_first_blocks p,
    .footer_second_block a,
    .footer_second_block span,
    .one-fourth ul li a,
    .footer_fourths_sp_block span {
        font-size: 16px;
    }

    .footer_first_blocks,
    .footer_second_block,
    .footer_third_block,
    .one-fourth ul li,
    .footer_fourths_block {
        text-align: left;
    }

    .one-fourth:nth-child(3) ul li,
    .footer_fourths_sp_block span {
        float: left;
        width: 50%;
    }

    .footer_fourths_sp_block span {
        width: 42% !important;
    }
}

@media (max-width: 336px) {
    .contact_form_recaptcha {
        border-right: 1px solid #d3d3d3;
        height: 76px;
    }

    .g-recaptcha div {
        width: auto !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .career_banner_section:after {
		background-position: 0% 40%;
		opacity: 0.6;
    }

    .career_banner_section .column.career_banner_inner_sec {
        margin-bottom: 0 !important;
        width: auto !important;
    }

    .career_banner_inner_sec h6 {
        margin-bottom: 2px;
    }

    .career_banner_inner_sec h1 {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .career_banner_inner_sec h5.sub_heading_txt_blk {
        font-size: 20px;
    }

    .career_banner_inner_sec span.author_txt_blk {
        font-size: 18px;
    }

    .service_card_anim_wrap_one .column,
    .service_card_anim_wrap_two .column {
        width: 50% !important;
    }

    .service_better_sec .section_wrapper.mcb-section-inner .column .image_wrapper {
        max-width: 80px !important;
        object-fit: contain;
        max-height: 80px;
        display: flex;
        justify-content: center;
    }

    .service_better_sec .section_wrapper.mcb-section-inner .column .image_wrapper img {
        width: 36px;
        height: auto;
        object-fit: contain;
    }

    .hiring_box_blk_col .column_attr.clearfix {
        width: 100%;
    }

    .hiring_box_blk_col .image_frame {
        margin-top: -55px !important;
    }

    .hiring_main_sec_blk:after {
        background-size: auto 100%;
    }

    .hiring_box_blk_col span a {
        font-size: 18px;
    }

    .hiring_offer_col span {
        font-size: 35px;
    }

    .open_hiring_descri .hiring_staff_opening .hiring_staff_box {
        display: block;
    }

    .hiring_staff_details {
        margin-right: 0 !important;
        margin-bottom: 20px;
        text-align: center;
    }

    .hiring_staff_details span {
        font-size: 17px;
    }

    .hiring_staff_details p {
        font-size: 16px;
    }

    .hiring_staff_details:last-child {
        margin-bottom: 0 !important;
    }

    .hiring_staff_details span.hiring_apply {
        margin: auto;
    }

    .gallery_res_view .one-second.column {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 24px;
    }

    .gallery_res_view .one-fourth.column,
    .gallery_res_view .four.columns {
        width: 100%;
    }

    .gallery_res_view .column.mcb-column .icon_box a,
    .gallery_res_view .column.mcb-column .icon_box a img {
        width: 100%;
    }

    .photo_frame_five {
        padding-right: 0 !important;
    }

    .photo_frame_six {
        margin-top: 24px !important;
        margin-bottom: 0px !important;
    }

    .photo_frame_one,
    .photo_frame_two,
    .photo_frame_four,
    .photo_frame_five {
        padding-right: 0 !important;
    }

    .galle_res_view .photo_frame_three {
        width: 100%;
    }

    .galle_res_view img {
        height: 230px !important;
        object-fit: cover;
        object-position: 100% 30%;
    }

    .galle_res_view.img_item_deff img {
        width: 100%;
    }

    .galle_res_view img {
        margin-bottom: 24px;
    }

    .galle_res_view img:last-child {
        margin-bottom: 0 !important;
    }

    .photo_frame_six {
        margin-top: 0px !important;
    }

    .img_item_deff {
        margin-bottom: 0 !important;
    }

    .mobile_gallery_res_view .column.mcb-column {
        margin: 0 !important;
    }

    .career_banner_inner_container {
        height: 350px;
    }

    /*-------------------*/

    footer#Footer .container {
        display: block;
    }

    body #Footer .widgets_wrapper .column.one-fourth {
        margin: 0;
        margin-bottom: 30px !important;
        width: 100% !important;
    }

    .one-fourth:last-child {
        margin-bottom: 0 !important;
    }

    .footer_first_blocks p br,
    .footer_second_block a br {
        display: none;
    }

    .footer_first_blocks p,
    .footer_second_block a,
    .footer_second_block span,
    .one-fourth ul li a,
    .footer_fourths_sp_block span {
        font-size: 16px;
    }

    .footer_first_blocks,
    .footer_second_block,
    .footer_third_block,
    .one-fourth ul li,
    .footer_fourths_block {
        text-align: left;
    }

    .one-fourth:nth-child(3) ul li,
    .footer_fourths_sp_block span {
        float: left;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    /*.page-id-331 .section_wrapper .column {*/
    /*    height: 100% !important;*/
    /*}*/

    .gallery_res_view {
        display: none;
    }

    .jobs_find_main_fields ul li {
        font-size: 16px;
    }

    .contact_form_apply_row11 {
        display: block;
    }

    .popup_job_applying_section.active .popup_job_applying_row {
        width: 90%;
    }

    .contact_form_apply_col_6 {
        margin-right: 0;
    }

    .jobs_description_main_row {
        flex-direction: column-reverse;
    }

    .jobs_description_main_row .jobs_description_main_col,
    .jobs_description_main_row .jobs_applying_col {
        width: 100%;
    }

    .jobs_description_main_row .jobs_applying_col {
        margin-bottom: 30px;
    }

    .jobs_applying_row {
        margin-top: 30px;
    }

    .contact_form_apply_inner input,
    .contact_form_apply_inner textarea,
    .contact_form_apply_inner select {
        font-size: 15px;
    }

    /* .contact_form_recaptcha span div {
        width: 288px !important;
    }

    .contact_form_recaptcha {
        border: 1px solid #777;
    }

    body div#rc-anchor-container {
        width: 286px;
    }

    body div#rc-anchor-container .rc-anchor-normal-footer .rc-anchor-logo-portrait {
        margin: 10px 10px 0 !important;
        width: auto;
    }
    .rc-anchor-normal .rc-anchor-content {
        width: 193px !important;
    } */
    body #Footer .widgets_wrapper .column.one-fourth:last-child {
        margin-bottom: 0 !important;
    }

    .footer_third_block span.themecolor,
    .footer_fourths_block span.themecolor {
        display: none;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(3) ul.menu {
        margin-left: 0 !important;
    }

    #Footer .footer_fourths_sp_block span {
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	body .multiple_design_service_blk .multiple_design_service_box {
		width: 50%!important;
		margin: 0!important;
		padding: 10px!important;
		margin-bottom: 0 !important;
	}
	
    .career_banner_section:after {
		background-position: 135% 20%;
		opacity: 0.6;
    }

    .career_banner_section .column.career_banner_inner_sec {
        margin-bottom: 0 !important;
        width: 690px !important;
    }

    .career_banner_inner_sec h6 {
        margin-bottom: 2px;
    }

    .career_banner_inner_sec h1 {
        font-size: 44px;
        margin-bottom: 15px;
    }

    .career_banner_inner_sec h5.sub_heading_txt_blk {
        font-size: 20px;
    }

    .career_banner_inner_sec span.author_txt_blk {
        font-size: 18px;
    }

    .service_better_sec .section_wrapper.mcb-section-inner .column .desc_wrapper h5 {
        font-size: 14px;
    }

    .service_better_sec .section_wrapper.mcb-section-inner .column .image_wrapper {
        max-width: 80px !important;
        object-fit: contain;
        max-height: 80px;
        display: flex;
        justify-content: center;
    }

    .service_better_sec .section_wrapper.mcb-section-inner .column .image_wrapper img {
        width: 36px;
        height: auto;
        object-fit: contain;
    }

    .hiring_box_blk_col span a {
        font-size: 19px;
    }

    .hiring_offer_col span {
        font-size: 39px;
    }

    .open_hiring_descri .hiring_staff_box {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .hiring_staff_details {
        display: inline-block;
    }

    .hiring_staff_details.hiring_box_one {
        width: 48%;
        float: left;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .hiring_staff_details.hiring_box_two {
        width: 48%;
        float: right;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .hiring_staff_details.hiring_box_three {
        width: 60%;
        margin: auto;
    }

    .hiring_staff_details span.hiring_apply {
        margin: auto;
    }

    .hiring_staff_details {
        height: 212px;
        display: grid;
    }

    .hiring_staff_details span {
        font-size: 17px;
    }

    .hiring_staff_details p {
        font-size: 16px;
    }

    .gallery_res_view .one-second.column {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 24px;
    }

    .gallery_res_view .one-fourth.column,
    .gallery_res_view .four.columns {
        width: 50%;
    }

    .gallery_res_view .column.mcb-column .icon_box a,
    .gallery_res_view .column.mcb-column .icon_box a img {
        width: 100%;
    }

    .photo_frame_five {
        padding-right: 0 !important;
    }

    .photo_frame_six {
        margin-top: 24px !important;
        margin-bottom: 0px !important;
    }

    .career_banner_inner_container {
        height: 370px;
    }

    .jobs_find_main_fields ul li {
        font-size: 17px;
    }

    .popup_job_applying_section.active .popup_job_applying_row {
        width: 90%;
    }

    .contact_form_apply_inner input,
    .contact_form_apply_inner textarea,
    .contact_form_apply_inner select {
        font-size: 16px;
    }

    /*-------------*/
    body #Footer .widgets_wrapper .column.one-fourth:nth-child(1) {
        width: 46% !important;
    }

    footer#Footer .container {
        display: block;
    }

    .one-fourth:nth-child(odd) {
        margin-right: 50px;
    }

    .one-fourth {
        margin: 0;
    }

    .footer_first_blocks p br {
        display: none;
    }

    .one-fourth:nth-child(1),
    .one-fourth:nth-child(2) {
        margin-bottom: 30px !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(2) {
        width: 46% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(3) {
        width: 46% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(4) {
        width: 46% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(3) ul li {
        width: 50%;
        float: left;
    }

    .footer_first_blocks p,
    .footer_second_block a,
    .footer_second_block span,
    .one-fourth ul li a,
    .footer_fourths_sp_block span {
        font-size: 16px;
    }

}

@media (max-width: 980px) {
    .career_banner_section {
        padding: 50px 0 50px;
    }

    .section_wrapper.mcb-section-inner,
    .career_banner_inner_container,
    .jobs_description_main_container,
    .thankyou_main_banner_sec .section_wrapper.mcb-section-inner,
    .thankyou_thumb_main_sec .section_wrapper.mcb-section-inner,
    footer#Footer .container {
        margin: 0 28px;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .career_banner_inner_sec p {
        font-size: 16px;
    }

    .service_better_sec .section_wrapper.mcb-section-inner {
        margin: 0;
    }

    .service_better_sec .section_wrapper.mcb-section-inner .column {
        margin-bottom: 10px;
    }

    .service_better_sec {
        padding-bottom: 30px !important;
    }

    .service_better_sec .section_wrapper.mcb-section-inner .column .column_attr.clearfix.align_center {
        padding: 50px 0 0 !important;
    }

    .hiring_main_sec_blk,
    .hiring_offer_sec,
    .open_hiring_sec {
        padding: 50px 0 !important;
    }

    .own_gallery_main_sec {
        padding: 50px 0;
    }

    .job_description_main_block {
        margin: 50px 0;
    }

    .jobs_find_main_fields {
        margin-top: 40px;
    }

    .career_banner_inner_sec:after {
        background-position: 90% 100% !important;
    }

    .popup_job_applying_row form.wpcf7-form.invalid {
        margin-bottom: 40px !important;
        display: inline-block;
        width: 100%;
    }

    /*--------------*/
    #Footer .widgets_wrapper {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .career_banner_section .column.career_banner_inner_sec {
        margin-bottom: 0 !important;
        width: 64% !important;
    }

    .career_banner_inner_sec h6 {
        margin-bottom: 2px;
    }

    .career_banner_inner_sec h1 {
        font-size: 46px;
        margin-bottom: 15px;
    }

    .career_banner_inner_sec h5.sub_heading_txt_blk {
        font-size: 20px;
    }

    .career_banner_inner_sec span.author_txt_blk {
        font-size: 18px;
    }

    .hiring_box_blk_col span a {
        font-size: 20px;
    }

    .hiring_offer_col span {
        font-size: 39px;
    }

    .hiring_staff_details span {
        font-size: 17px;
    }

    .hiring_staff_details p {
        font-size: 16px;
    }

    .hiring_staff_details span.description_heading {
        height: 57px;
        display: grid;
    }

    .gallery_res_view .column.mcb-column {
        width: 33.33%;
    }

    .career_banner_inner_container {
        height: 450px;
    }

    .popup_job_applying_section.active .popup_job_applying_row {
        width: 70%;
    }

    /*-------------*/
    .footer_first_blocks p br,
    .footer_second_block a br {
        display: none;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(1) {
        width: 23% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(2) {
        width: 30% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(3) {
        width: 20% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(4) {
        width: auto !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .career_banner_section .column.career_banner_inner_sec {
        margin-bottom: 0 !important;
        width: 64% !important;
    }

    .career_banner_inner_sec h6 {
        margin-bottom: 2px;
    }

    .career_banner_inner_sec h1 {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .career_banner_inner_sec h5.sub_heading_txt_blk {
        font-size: 21px;
    }

    .career_banner_inner_sec span.author_txt_blk {
        font-size: 19px;
    }

    .hiring_box_blk_col span a {
        font-size: 20px;
    }

    .hiring_offer_col span {
        font-size: 41px;
    }

    .hiring_staff_details span {
        font-size: 17px;
    }

    .hiring_staff_details p {
        font-size: 16px;
    }

    .hiring_staff_details span.description_heading {
        height: 57px;
        display: grid;
    }

    .gallery_res_view .column.mcb-column {
        width: 33.33%;
    }

    .career_banner_inner_container {
        height: 450px;
    }

    .popup_job_applying_section.active .popup_job_applying_row {
        width: 70%;
    }

    /*-------------*/

    .footer_first_blocks p br,
    .footer_second_block a br {
        display: none;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(1) {
        width: 28% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(2) {
        width: 30% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(3) {
        width: 20% !important;
    }

    body #Footer .widgets_wrapper .column.one-fourth:nth-child(4) {
        width: auto !important;
    }

}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.multiple_design_service_blk .multiple_design_service_box {
		width: 25%!important;
		margin: 0!important;
		padding: 10px!important;
		margin-bottom: 0 !important;
	}
    .career_banner_section .column.career_banner_inner_sec {
        margin-bottom: 0 !important;
        width: 64% !important;
    }

    .career_banner_inner_sec h1 {
        font-size: 52px;
        margin-bottom: 15px;
    }

    .career_banner_inner_sec h5.sub_heading_txt_blk {
        font-size: 21px;
    }

    .career_banner_inner_sec span.author_txt_blk {
        font-size: 19px;
    }

    .hiring_box_blk_col span a {
        font-size: 20px;
    }

    .hiring_offer_col span {
        font-size: 41px;
    }

    .hiring_staff_details span.description_heading {
        height: 57px;
        display: grid;
    }

    .career_banner_inner_container {
        height: 450px;
    }

    .popup_job_applying_section.active .popup_job_applying_row {
        width: 70%;
    }

    /*----------------------*/
    .one-fourth:nth-child(1) {
        width: 28% !important;
    }

    .one-fourth:nth-child(2) {
        width: 30% !important;
    }

    .one-fourth:nth-child(3) {
        width: 20% !important;
    }

    .one-fourth:nth-child(4) {
        width: auto !important;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .career_banner_section .column.career_banner_inner_sec {
        margin-bottom: 0 !important;
        width: 65% !important;
    }

    .career_banner_inner_sec h1 {
        font-size: 52px;
        margin-bottom: 15px;
    }

    .career_banner_inner_sec h5.sub_heading_txt_blk {
        font-size: 21px;
    }

    .career_banner_inner_sec span.author_txt_blk {
        font-size: 19px;
    }

    .hiring_box_blk_col span a {
        font-size: 21px;
    }

    .hiring_offer_col span {
        font-size: 44px;
    }

    .career_banner_inner_container {
        height: 450px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .career_banner_section .column.career_banner_inner_sec {
        margin-bottom: 0 !important;
        width: 66% !important;
    }

    .career_banner_inner_sec h1 {
        font-size: 55px;
    }

    .career_banner_inner_sec h5.sub_heading_txt_blk {
        font-size: 22px;
    }

    .hiring_box_blk_col span a {
        font-size: 21px;
    }

    .hiring_offer_col span {
        font-size: 46px;
    }

    .career_banner_inner_container {
        height: 480px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1370px) {

    .career_banner_section .section_wrapper.mcb-section-inner,
    .open_hiring_sec .section_wrapper.mcb-section-inner,
    .own_gallery_main_sec .section_wrapper.mcb-section-inner,
    .career_banner_inner_container,
    .jobs_description_main_container,
    .thankyou_main_banner_sec .section_wrapper.mcb-section-inner,
    .thankyou_thumb_main_sec .section_wrapper.mcb-section-inner {
        margin: 0 40px;
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1340px) {
    footer#Footer .container {
        margin: 0 40px;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .mobile_gallery_res_view {
        display: none;

    }
}
/*-----------*/

.portfolio-filter {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-filter button {
    padding: 7px 10px;
    background: #fff;
    border: none;
    color: #858585;
    font-weight: 500;
	text-transform: capitalize;
}

.portfolio-filter button.filter-button.active {
    background-color: #00d285;
    color: #fff;
}
.portfolio-row {
    margin: 0;
}

.page-id-12 .portfolio-row {
    padding: 0 30px;
	row-gap: 20px;
}

.page-id-12 .portfolio-row .portfoliocol {
	width: 30%;
	margin: auto !important;
	padding: 0 !important;
}
.sections_group {
    /*padding: 0 20px;*/
    padding: 0;
    width: auto !important;
}
.dental-inner-main {
    width: 100%;
}
.sections_group .section_wrapper.inner-content-wrapper {
    margin-bottom: 30px;
}

.page-id-12 .portfolio-filter button.filter-button {
    font-size: 18px !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.last_section_hiring_form .hiring_box_blk_col .column_attr.clearfix {
		width: 100%;
	}
	.page-id-12 .portfolio-row .portfoliocol {
		width: 100%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.last_section_hiring_form .hiring_box_blk_col .column_attr.clearfix {
		width: 90%;
	}
	.page-id-12 .portfolio-row .portfoliocol {
		width: 100%;
		padding: 0 20px !important;
	}
}

@media (max-width: 767px) {
	.portfolio-row div.one-third {
		width: 100%;
	}
	.sections_group {
    	padding: 0 !important;
	}
	.sections_group .section_wrapper.inner-content-wrapper .one-fifth {
		margin-bottom: 20px;
	}
	.sections_group .section_wrapper.inner-content-wrapper .one-fifth:last-child{
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-row div.one-third {
		width: 50%;
	}
	.last_section_hiring_form .hiring_box_blk_col .column_attr.clearfix {
		width: 80%;
	}
	.page-id-12 .portfolio-row .portfoliocol {
		width: 44%;
		padding: 0 20px !important;
	}
}

@media only screen and (max-width: 991px) {
	.last_section_hiring_form .hiring_box_blk_col .column_attr.clearfix h4 a {
		font-size: 20px !important;
	}
	.last_section_hiring_form .hiring_box_blk_col .column_attr.clearfix p {
		font-size: 16px !important;
	}
}

@media only screen and (min-width: 992px) {
	.last_section_hiring_form .hiring_box_blk_col .column_attr.clearfix {
		width: 50%;
	}
}

/*-----------------*/
.page-id-14 .map_main_section .column.mcb-column {
    margin-bottom: 0;
}

.page-id-14 section.section.section-page-footer {
    display: none;
}

.page-id-14 .map_main_section .section_wrapper.mfn-wrapper-for-wraps {
    margin: 0 !important;
}