div#slide-out-widget-area,div#top {
    display: none;
}

.sideMenuclose {
    display: none;
}
.mobile-open .sideMenuOpen {
    display: none;
}
.mobile-open .sideMenuclose {
    display: block;
}

@media(max-width: 991px) {
    /* Mobile Menu */ body.mobile-open {
        color: white;
        overflow: hidden;
        background-color: #5459DF;
    }

    .mobile-open div#slide-out-widget-area {
        min-width: 78vw;
        width: 78vw;
        margin: 0 0 0 auto;
        padding-left: 50px;
        padding-right: 50px;
        display: block !important;
    }

    .mobile-open .inner-wrap {
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .mobile-open .inner-wrap li {
        position: relative;
        list-style: none;
        margin: 10px;
        font-family: var(--e-global-typography-351a102-font-family), Sans-serif;
        font-size: var(--e-global-typography-351a102-font-size);
        font-weight: var(--e-global-typography-351a102-font-weight);
    }

    .mobile-open .inner-wrap a {
        color: var(--white_color);
        margin: 10px;
    }

    .mobile-open .inner-wrap li.menu-item-has-children .sub-menu {
        display: none;
    }

    .mobile-open div#slide-out-widget-area-bg {
        background: var(--primary_color);
        opacity: 1;
        height: 100vh;
        width: 100vw;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mobile-open .page-wrapper {
        transform: scale(0.84) translateX(-93vw) translateZ(0)!important;
        position: absolute;
        top: 0;
        left: 10%;
        height: 100vh;
        overflow: hidden;
        transition: transform 0.5s;
        width: 100%;
    }

    .page-wrapper {
        transition: transform 0.5s;
        top: auto;
        /*transform:scale(1) translateX(0vw) translateY(0)!important;*/
        /*height: 100vh;*/
    }

    .off-canvas-menu .menu {
        display: flex;
        justify-content: center;
        width: 240px;
        margin-bottom: 30px;
        align-items: center;
        flex-direction: column;
        padding: 0;
    }

    .off-canvas-menu .menu .menu-item a {
        color: #FFFFFF;
        /* text-transform:uppercase; */
        font-size: 25px;
        text-decoration: none;
        /* margin: 10px !important; */
    }

    .off-canvas-menu .menu .menu-item > .sub-menu {
        padding: 10px 0 10px 20px;
    }

    .off-canvas-menu .menu .nav-btn a {
        background: #ff1053;
        padding: 9px 22px;
        border-radius: 40px;
        font-size: 14px!important;
        margin: 15px 0;
        color: #FFFFFF;
    }
    .button_div.btn_style_1 a {
        background-color: transparent;
		font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    	font-weight: var(--e-global-typography-accent-font-weight);
        font-size: 16px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
        transition-duration: 0s;
        border-radius: 8px 8px 8px 8px;
        padding: 15px 20px 15px 20px;
        text-decoration: none;
        background-color: #00AEEF;
    }
}

/* Blog Listing css  Start*/
/* ===== BLOG PAGE OUTER ===== */
.blog-page-outer {
    background: #fff;
    display: inline-block;
    width: 100%;
    z-index: 2;
    position: relative;
}

/* ===== CATEGORY LIST ===== */
.blog-page-outer .cat-list {
    text-align: center;
    padding: 20px 16px;
    background: #1F2222;
    margin-bottom: 32px;
}
.blog-page-outer .cat-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-page-outer .cat-list ul li {
    float: none;
    display: inline-block;
    margin: 0 16px;
}
.blog-page-outer .cat-list ul li a {
    letter-spacing: 1.92px;
    color: #8A8A8A;
    font-family: var(--primary-font) !important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.blog-page-outer .cat-list ul li a:hover {
    color: #00aeef;
}
.blog-page-outer .cat-list ul li.active a {
    color: #00aeef;
}

/* ===== BLOGS LISTING NEW ===== */
.blogs-listing-new .blog-listing-wrap {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.blogs-listing-new .container {
    max-width: 1144px !important;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===== SECTION WRAP ===== */
.blogs-listing-new .section_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: flex-end;
}
.blogs-listing-new .section_wrap:nth-child(odd) {
    justify-content: flex-start;
}
.blogs-listing-new .section_wrap:nth-child(even) {
    flex-direction: row-reverse;
}

/* ===== LEFT PART (Small Card) ===== */
.blogs-listing-new .section_wrap .left_part {
    width: 30%;
    padding-left: 15px;
}
.blogs-listing-new .section_wrap:nth-child(even) .left_part {
    padding: 0 15px 0 0;
}
.blogs-listing-new .section_wrap .left_part .left_inner {
    box-shadow: 0 3px 40px #dde8ec;
    border-radius: 15px;
    background-color: #ffffff;
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
}
.blogs-listing-new .section_wrap .left_part .top_part {
    width: 100%;
    height: 270px;
    border-radius: 15px 15px 0 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.blogs-listing-new .section_wrap .left_part .bottom_part {
    padding: 30px;
}
.blogs-listing-new .section_wrap .left_part .bottom_part ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 6px 0;
    margin: 0;
    list-style: none;
}
.blogs-listing-new .section_wrap .left_part .bottom_part ul li {
    margin-right: 5px;
}
.blogs-listing-new .section_wrap .left_part .bottom_part ul li:last-child {
    margin-right: 0;
}
.blogs-listing-new .section_wrap .left_part .bottom_part ul li a {
    color: #518ef8;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}
.blogs-listing-new .section_wrap .left_part h3 {
    font-size: 22px;
    line-height: 33px;
    margin: 0;
}
.blogs-listing-new .section_wrap .left_part h3 a {
    color: #001b38;
    text-decoration: none;
    transition: color 0.3s ease;
}
.blogs-listing-new .section_wrap .left_part .bottom_part h3 a:hover {
    color: #3452ff;
}

/* ===== RIGHT PART (Large Card) ===== */
.blogs-listing-new .section_wrap .right_part {
    width: 70%;
    padding-right: 15px;
}
.blogs-listing-new .section_wrap:nth-child(even) .right_part {
    padding: 0 0 0 15px;
}
.blogs-listing-new .section_wrap .right_part .right_inner {
    box-shadow: 0 3px 40px #dde8ec;
    border-radius: 15px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
}
.blogs-listing-new .section_wrap .right_inner .left_box {
    width: 50%;
    height: 100%;
    padding: 40px 35px;
    background: url(https://www.goals.com/wp-content/uploads/2022/12/Intersection.png) no-repeat top left / cover;
}
.blogs-listing-new .section_wrap .right_inner .left_box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 6px 0;
    margin: 0;
    list-style: none;
}
.blogs-listing-new .section_wrap .right_inner .left_box ul li {
    margin-right: 5px;
}
.blogs-listing-new .section_wrap .right_inner .left_box ul li:last-child {
    margin-right: 0;
}
.blogs-listing-new .section_wrap .right_inner .left_box ul li a {
    color: #518ef8;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}
.blogs-listing-new .section_wrap .right_inner .left_box h3 {
    font-size: 30px;
    line-height: 44px;
    padding-bottom: 23px;
    margin: 0;
}
.blogs-listing-new .section_wrap .right_inner .left_box h3 a {
    color: #001b38;
    text-decoration: none;
    transition: color 0.3s ease;
}
.blogs-listing-new .section_wrap .right_inner .left_box h3 a:hover {
    color: #518ef8;
}
.blogs-listing-new .section_wrap .right_inner .right_box {
    width: 50%;
    height: 100%;
}
.blogs-listing-new .section_wrap .right_inner .right_box .box_img {
    width: 100%;
    height: 100%;
    min-height: 462px;
    border-radius: 0 15px 15px 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* ===== PAGINATION ===== */
.digitalparc-pagination {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.digitalparc-pagination a {
    letter-spacing: 1.92px;
    color: #00AEEF;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    font-family: 'Rubik';
}
.digitalparc-pagination a:hover {
    color: #0090c8;
}
.digitalparc-pagination span.dp_blog_prev a {
    padding-left: 42px;
    float: left;
}
.digitalparc-pagination span.dp_blog_prev a::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    background: url('../images/blue-right-arrow.png') no-repeat;
    background-size: contain;
    height: 16px;
    width: 32px;
    transform: rotate(180deg);
}
.digitalparc-pagination span.dp_blog_next a {
    padding-right: 42px;
    float: right;
}
.digitalparc-pagination span.dp_blog_next a::after {
    position: absolute;
    content: "";
    top: 6px;
    right: 0;
    background: url('../images/blue-right-arrow.png') no-repeat;
    background-size: contain;
    height: 16px;
    width: 32px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .blogs-listing-new .blog-listing-wrap .container {
        max-width: 950px !important;
    }
    .blogs-listing-new .section_wrap .right_inner .right_box .box_img {
        min-height: 300px;
    }
    .blogs-listing-new .section_wrap .right_inner .left_box {
        padding: 30px 20px;
    }
    .blogs-listing-new .section_wrap .left_part {
        padding-left: 10px;
    }
    .blogs-listing-new .section_wrap .right_part {
        padding-right: 10px;
    }
    .blogs-listing-new .section_wrap:nth-child(even) .left_part {
        padding: 0 10px 0 0;
    }
    .blogs-listing-new .section_wrap:nth-child(even) .right_part {
        padding: 0 0 0 10px;
    }
    .blogs-listing-new .blog-listing-wrap .section_wrap:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .blogs-listing-new .blog-listing-wrap {
        padding: 70px 0;
    }
    .blogs-listing-new .blog-listing-wrap .container {
        max-width: 730px !important;
    }
    .blogs-listing-new .section_wrap .left_part .top_part {
        height: 150px;
    }
    .blogs-listing-new .section_wrap .left_part .bottom_part {
        padding: 15px;
    }
    .blogs-listing-new .section_wrap .left_part h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .blogs-listing-new .section_wrap .right_inner .left_box {
        padding: 15px;
    }
    .blogs-listing-new .section_wrap .right_inner .left_box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .blog-page-outer .cat-list ul li {
        margin: 4px 10px;
    }
}

@media (max-width: 767px) {
    .blogs-listing-new .section_wrap .left_part {
        width: 50%;
    }
    .blogs-listing-new .section_wrap .right_part {
        width: 50%;
    }
    .blogs-listing-new .blog-listing-wrap .container {
        max-width: 100% !important;
        padding: 0 15px;
    }
    .blogs-listing-new .section_wrap .right_inner .left_box {
        width: 100%;
        height: auto;
        order: 2;
    }
    .blogs-listing-new .section_wrap .right_inner .right_box {
        width: 100%;
        height: auto;
        border-radius: 15px 15px 0 0;
    }
    .blogs-listing-new .section_wrap .right_inner .right_box .box_img {
        min-height: auto;
        height: 150px;
        border-radius: 15px 15px 0 0;
    }
    .blog-page-outer .cat-list ul li {
        float: left;
        width: 100%;
        display: block;
        text-align: left;
    }
    .blog-page-outer .cat-list {
        float: left;
        width: 100%;
    }
    .digitalparc-pagination a {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .blogs-listing-new .section_wrap .left_part {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .blogs-listing-new .section_wrap .right_part {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .blogs-listing-new .section_wrap .right_inner .left_box h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .blogs-listing-new .section_wrap .right_inner .left_box {
        background: none;
    }
    .blogs-listing-new .section_wrap:nth-child(odd) .left_part,
    .blogs-listing-new .section_wrap:nth-child(odd) .right_part,
    .blogs-listing-new .section_wrap:nth-child(even) .left_part,
    .blogs-listing-new .section_wrap:nth-child(even) .right_part {
        padding: 0;
    }
    .blogs-listing-new .section_wrap {
        margin-bottom: 0;
    }
    .blogs-listing-new .blog-listing-wrap {
        padding: 50px 0;
    }
}

/* Blog listing css End */

/* About Us Tabbing Section Start */
/* ===== SLIDE BG LIST (Background Images) ===== */
.slide-bg-list {
/*     position: relative; */
    width: 100%;
    height: 100%;
}
.slide-bg-list .slide-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.slide-bg-list .slide-bg.active {
    opacity: 1;
}
.slide-bg-list .inside {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

/* ===== TABBING OUTER (Desktop) ===== */
.tabbing-outer {
    padding: 64px 0 54px;
}
.tabbing-outer-desktop {
    display: block;
}
.tabbing-outer .container {
    max-width: 1383px !important;
    margin: 0 auto;
    padding: 0 15px;
}
.tabbing-contain-inner {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: inline-block;
    padding: 36px 36px 46px;
    width: 100%;
    max-width: 600px;
}

/* ===== TABS LIST ===== */
.tabbing-outer ul.tabs {
    float: left;
    max-width: 226px;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabbing-outer ul.tabs h4 {
    letter-spacing: 2.16px;
    color: #FFFFFF;
    margin: 0 0 16px 0 !important;
    padding: 0 0 26px 0 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
}
.tabbing-outer ul.tabs h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 114px;
    height: 2px;
    background: #F5415F;
}
.tabbing-outer ul.tabs li {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    letter-spacing: normal;
    font-family: var(--primary-font);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 26px;
    transition: color 0.3s ease;
}
.tabbing-outer ul.tabs li.current {
    color: #00AEEF;
}
.tabbing-outer ul.tabs li:hover {
    color: #00AEEF;
}

/* ===== TAB CONTENT OUTER ===== */
.tab-contain-outer {
    float: left;
    max-width: 256px;
    margin-left: 24px;
}
.tab-contain-outer .tab-content {
    display: none;
    position: relative;
}
.tab-contain-outer .tab-content.current {
    display: block;
}
.tab-contain-outer .tab-content h3 {
    letter-spacing: normal;
    color: #FFFFFF;
    font-family: var(--primary-font) !important;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}
.tab-contain-outer .tab-content span {
    letter-spacing: 0.96px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    padding-bottom: 22px;
    display: block;
    margin-top: 12px;
}
.tab-contain-outer .tab-content span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #F5415F;
}
.tab-contain-outer .tab-content p {
    letter-spacing: 0.96px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.8;
}

/* ===== MORE BTN ===== */
.tab-contain-outer .tab-content .tab-more-btn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 22px;
    text-decoration: none;
    cursor: pointer;
}
.tab-contain-outer .tab-content .tab-more-btn::after {
    position: absolute;
    content: "";
    right: -22px;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 22px;
    background: #F5415F;
    margin: auto;
}
.tab-contain-outer .tab-content .tab-more-btn::before {
    position: absolute;
    content: "";
    right: -12px;
    top: 0;
    bottom: 0;
    height: 22px;
    width: 2px;
    background: #F5415F;
    margin: auto;
}

/* ===== TABBING MOBILE ===== */
.tabbing-mobile {
    display: none;
}
.tabbing-mobile .tab-contain-outer {
    max-width: 100%;
    margin: 0;
    float: none;
}
.tabbing-mobile .tab-content {
    display: block;
    position: relative;
}
.tabbing-mobile .tab-content figure {
    height: 580px;
    margin: 0;
    overflow: hidden;
}
.tabbing-mobile .tab-content figure img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}
.tabbing-mobile .tab-contain-inner-mob {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 40px 36px 90px;
}
.tabbing-mobile .tab-contain-inner-mob h3 {
    letter-spacing: normal;
    color: #FFFFFF;
    font-family: var(--primary-font) !important;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 6px;
    padding: 0;
    margin-top: 0;
}
.tabbing-mobile .tab-contain-inner-mob span {
    letter-spacing: 0.96px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin-bottom: 16px;
    padding: 0;
}

/* ===== MOBILE SLIDER ARROWS ===== */
.tabbing-mobile button.slick-next.slick-arrow,
.tabbing-mobile button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 0;
    background-color: transparent;
    border: transparent;
    background-image: url('./images/blur-right-arrow-slider.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 22px;
    z-index: 1;
    cursor: pointer;
}
.tabbing-mobile button.slick-prev.slick-arrow {
    left: 20px;
    right: inherit;
    transform: rotate(180deg);
}

/* ===== POPUP ===== */
.tabbing-mobile .popup {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.tabbing-mobile .popup-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.tab-popup.popup-content {
    background: #000;
    opacity: 1 !important;
}
.tab-popup.popup-content figure {
    height: auto;
    margin: 0;
}
.tab-popup.popup-content figure img {
    height: 350px;
    object-fit: cover;
    width: 100% !important;
    object-position: top;
    margin: 0;
}
.popup-inner-contain {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: inline-block;
    width: 100%;
    padding: 32px 22px 22px;
    text-align: center;
    position: relative;
    z-index: 9999;
    top: -40px;
    height: 100%;
    background: #000;
    height: auto;
}
.popup-inner-contain h3 {
    letter-spacing: 2.2px;
    color: #FFFFFF;
    font-family: var(--primary-font) !important;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}
.popup-inner-contain span {
    letter-spacing: 0.96px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    padding-bottom: 12px;
    display: block;
    margin-top: 12px;
    margin-bottom: 22px;
}
.popup-inner-contain span::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #F5415F;
    margin: auto;
    display: block;
}
.popup-inner-contain p {
    text-align: left;
    letter-spacing: 0.96px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.8;
}

/* ===== CLOSE BUTTON ===== */
.fancybox-close-small {
    display: inline-block;
    position: absolute;
    top: 20px !important;
    right: 20px !important;
    font-size: 70px !important;
    color: transparent;
    z-index: 9999;
    cursor: pointer;
}
.fancybox-close-small:after,.fancybox-close-small:before{position:absolute !important;content:"" !important;right:0 !important;top:10px !important;height:2px !important;width:32px !important;background:#fff !important;transform:rotate(45deg) !important;}
.fancybox-close-small:before{transform:rotate(-45deg) !important;}
.fancybox-button svg {
    display: none !important;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .tabbing-outer {
        padding: 0;
    }
    .slide-bg-list .inside {
        height: 382px;
    }
    .tabbing-contain-inner {
        width: 100%;
        background: rgba(0, 0, 0, 1);
        border-radius: 0;
        margin-top: 312px;
    }
    .tabbing-outer ul.tabs {
        max-width: 32%;
    }
    .tab-contain-outer {
        max-width: 66%;
        margin-left: 2%;
    }
}

@media (max-width: 767px) {
    .tabbing-outer ul.tabs {
        display: none;
    }
    .tabbing-contain-inner,
    .tab-contain-outer {
        max-width: 100%;
        margin: 0;
    }
    .tabbing-outer {
        padding: 0;
    }
    .tabbing-contain-inner {
        padding: 36px 26px 46px;
        width: 100%;
        height: 100%;
        margin-top: 372px;
        border-radius: 0;
    }
    .tabbing-outer-desktop {
        display: none !important;
    }
    .tabbing-mobile {
        display: block;
    }
    .slide-bg-list .inside {
        background-position: top;
    }
    .tab-contain-outer .tab-content span::after {
        display: none;
    }
    .tabbing-mobile .tab-content figure {
        height: 580px;
    }
    .tabbing-mobile .tab-contain-inner-mob {
        padding: 19px 36px 50px;
    }
        .tabbing-mobile .tab-content figure img {
        object-position: -350px center;
    }
    .tabbing-mobile .tab-content:nth-child(3) > figure img {
        object-position: -480px center;
    }
    .tabbing-mobile .tab-content figure img {
        height: 100%;
        object-fit: cover;
    }
    .tabbing-mobile .tab-content:nth-child(3) > figure img {
        object-position: -480px center;
    }
	.popup.fancybox-content{
		padding:0 !important
	}
}

@media (max-width: 575px) {
    .tabbing-mobile .tab-content figure {
        height: 470px;
    }
}

/* About us tabbing section End */


#gform_1 label.gform-field-label {
    color: white !important;
}
p.gform_required_legend {
    display: none !important;
}
#gform_1 div#gform_fields_1 {
    row-gap: 25px;
}
#gform_1 div#field_1_7 {
    color: white;
    padding: 15px;
    border: 1px solid;
    font-size: 14px !important;
}
#gform_1 input#gform_submit_button_1 {
    width: 100%;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: .125rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    font-size: 18px;
    height: auto;
    padding: 24px 16px !important;
    background-color: #1fbbb1 !important;
}
div#gform_confirmation_message_1 {
    color: white;
    text-align: center;
}

div#gform_fields_2 label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-size: 16px;
    color: white;
}

div#gform_fields_2 input#input_2_8_1,div#gform_fields_2 .gfield_checkbox input {
    height: 25px !important;
    width: 25px !important;
}
div#gform_fields_2 .gfield_checkbox label {
    color:white !important;
    font-size: 18px !important;
}

#gform_fields_2 input,#gform_fields_2 textarea {
    border-radius: 6px;
    height: 58px;
    font-size: 16px;
    font-family: 'Rubik';
}

div#gform_fields_2 #field_2_1 legend {
    color: white;
    font-size: 24px;
}

div#gform_fields_2 {
    row-gap: 25px;
}

input#gform_submit_button_2 {
    background-color: #26ACE2;
    font-size: 18px;
}
.gform_validation_errors {
    display: none !important;
}
input#gform_submit_button_3 {
    background-color: #26ACE2;
    font-size: 16px;
}
#gform_fields_3 input {
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none !important;
}

div#gform_fields_3 {
    row-gap: 25px;
}


div#gform_fields_4 {
    row-gap: 25px;
}
#gform_fields_4 input,#gform_fields_4 textarea {
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none !important;
    height: 50px;
    font-size: 16px;
}
#gform_fields_4 input.gfield-choice-input {
    height: 20px;
}

input#gform_submit_button_4 {
    background-color: #26ACE2;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 40px;
}