.single-awsm_job_openings .blog-detail-wrapper .fix-wrap .blog-post-details .awsm-success-message {
    padding: 14px;
    margin: 0 0 30px;
    background: #f3fff1;
}

.single-awsm_job_openings .blog-detail-wrapper .fix-wrap .blog-post-details .awsm-success-message li {
    padding: 0 !important;
    margin: 0 !important;
    color: #136e04 !important;
}

.single-awsm_job_openings .blog-detail-wrapper .fix-wrap .blog-post-details .awsm-success-message li:before {
    display: none;
}


/* Home Page MP4 Video Popup
-----------------------------------*/
.as-video-modal-wrapp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11111;
}

.as-video-modal-wrapp .video-container {
    position: relative;
    width: 80%;
    max-width: 900px;
    z-index: 111;
}

.as-video-modal-wrapp .video-container:after {
    display: block;
    padding-top: 56.25%;
    content: "";
}

.as-video-modal-wrapp .video-container>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.as-video-modal-wrapp .video-overlay {
    position: fixed;
    z-index: 111;
    background: rgba(0, 0, 0, .75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.as-video-modal-wrapp .close-video {
    width: 35px;
    height: 35px;
    top: -15px;
    left: auto;
    bottom: auto;
    right: -15px;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

.as-video-modal-wrapp .close-video span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
}

.as-video-modal-wrapp .close-video span:after,
.as-video-modal-wrapp .close-video span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
}

.as-video-modal-wrapp .close-video span:before {
    width: 2px;
    height: 100%;
}

.as-video-modal-wrapp .close-video span:after {
    width: 100%;
    height: 2px;
}

.as-lets-play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 92px;
    height: 92px;
    background-color: #e72e28;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.as-lets-play:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid #fff;
}




/*----------------------Dashboard------------------*/
.poc-app-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.poc-app-banner .service-page-title h1 {
    font-size: 76px;
    line-height: 85px;
    font-weight: 800;
}

.poc-app-banner .service-page-title p {
    margin: 22px 0 20px;
}

.dashboard-filter-tabs .button-group li .button {
    border-bottom-width: 3px !important;
}

.poc-app-banner p {
    max-width: 95% !important;
}

.dashboard-poc-scn {
    margin-bottom: 0 !important;
}

.dashboard-poc-scn .dashboard-column-items .dashboard-column-img {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}

.dashboard-poc-scn .dashboard-column-items .dashboard-column-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0) 20%, rgb(0 0 0 / 0%) 80%);
    opacity: 0.5;
    pointer-events: none;
}

.dashboard-poc-scn .dashboard-column-items .dashboard-column {
    margin-top: 21px;
}

.dashboard-poc-scn .dashboard-column-items .dashboard-column-img img {
    border-radius: 22px;
    height: 253px;
    width: 100%;
    object-fit: cover;
}

.hover-scale {
    overflow: hidden;
}

.hover-scale .dashboard-column-img img {
    transition: ease-in-out all 0.35s;
    transform: scale(1);
}

.hover-scale:hover .dashboard-column-img img {
    transform: scale(1.1);
}

.dashboard-poc-scn .dashboard-column-items .dashboard-column-img span.subtitle {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    /*background: linear-gradient(90deg, #2640CC 0%, #E2805E 100%);*/
    border-radius: 50px;
    padding: 2px 20px;
    font-size: 16px;
    z-index: 1;
}

.dashboard-poc-scn .dashboard-column-items .buy-now-tag {
    position: absolute;
    top: 13px;
    right: 8px;
    width: 107px;
    height: 102px;
    border-radius: 0;
    overflow: visible;
    opacity: 1;
    z-index: 1;
}

.hover-scale:hover .dashboard-column-content .dashboard-column-btns a .text-black {
    color: #e72e28;
}

.hover-scale .dashboard-column-content .dashboard-column-btns a .btn-arrow {
    transition: ease-in-out all 0.35s;
}

.hover-scale:hover .dashboard-column-content .dashboard-column-btns a .btn-arrow {
    margin-left: 14px;
    transition: ease-in-out all 0.35s;
}

.price-tag {
    background-color: #333;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 14px;
    border: 2px solid #fff;
    border-radius: 0 10px 10px 0;
}

.dashboard-poc-scn .dashboard-column-items .title {
    margin-top: 45px;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 5px;
}



.dashboard-poc-scn .dashboard-column-items:hover .read-more:after {
    right: -6px;
}

.dashboard-poc-scn .dashboard-column-items:hover .read-more {
    color: #e63b30 !important;
}

.dashboard-poc-scn .read-more:after {
    transition: all ease-in-out 0.35s;
}

.dashboard-poc-scn .dashboard-column-items.grid-item {
    padding: 0 15px !important;
}

.dashboard-poc-scn .dashboard-column-list {
    width: calc(100% + 30px);
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 58px !important;
}

.dashboard-column-content {
    min-height: 120px;
    margin-bottom: 54px;
}

.more-dashboard-detail-scn {
    padding: 0 !important;
}

.dashboard-poc-scn .full-anchor,
.pos-emb-transform .full-anchor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.pos-emb-transform {
    padding-top: 90px;
    padding-bottom: 120px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pos-emb-transform .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.pos-emb-transform .pos-list-items {
    width: calc(100% / 3 - 0px);
    padding: 0 15px;
}

.pos-emb-transform .section-title {
    margin-bottom: 60px;
}

.pos-emb-transform .section-title .h2 {
    color: #fff;
}

.pos-emb-transform .pos-list-items .pos-box-content {
    border-radius: 10px;
    background-image: -moz-linear-gradient(7deg, rgb(38, 64, 204) 0%, rgb(139, 98, 146) 55%, rgb(239, 132, 87) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(38, 64, 204) 0%, rgb(139, 98, 146) 55%, rgb(239, 132, 87) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(38, 64, 204) 0%, rgb(139, 98, 146) 55%, rgb(239, 132, 87) 100%);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px;
    position: relative;
}

.pos-emb-transform .pos-list-items .pos-box-content h5 {
    color: #fff;
    font-size: 21px;
    font-family: "Montserrat";
    margin-bottom: 0;

}

@media (max-width: 1600px) {
    .dashboard-poc-scn .dashboard-column-items .title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 991px) {
    .dashboard-poc-scn .dashboard-column-items .title {
        margin-top: 30px;
    }

    .dashboard-poc-scn .dashboard-column-items .dashboard-column {
        margin-top: 30px;
    }

    .pos-emb-transform {
        padding: 60px 0;
    }

    .pos-emb-transform .pos-list-items {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .pos-emb-transform .section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .dashboard-column-content {
        min-height: 100%;
        margin-bottom: 24px;
    }

    .pos-emb-transform .pos-list-items .pos-box-content {
        min-height: 130px;
        padding: 24px;
    }

    .pos-emb-transform .pos-list-items .pos-box-content {
        font-size: 16px;
        line-height: 24px;
    }

    .dashboard-poc-scn .dashboard-column-list {
        margin-top: 16px !important;
    }
}




@media (max-width: 1600px) {

    .dashboard-chart-iframe.financial-reporting-chart-frame>iframe {
        height: 747px !important;
        overflow: scroll;
    }
}

@media (max-width: 1199px) {

    .dashboard-chart-iframe.financial-reporting-chart-frame>iframe {
        height: 648px !important;
    }
}

@media (max-width: 1023px) {

    .dashboard-chart-iframe.financial-reporting-chart-frame>iframe {
        height: 504px !important;
    }
}

@media (max-width: 767px) {

    .dashboard-chart-iframe.financial-reporting-chart-frame>iframe {
        height: 300px !important;
    }
}

@media (max-width: 374px) {

    .dashboard-chart-iframe.financial-reporting-chart-frame>iframe {
        height: 230px !important;
    }
}

@media (max-width: 1600px) {

    .dashboard-chart-iframe.tweet-analysis-chart-frame>iframe {
        height: 1000px !important;
        overflow: scroll;
    }
}

@media (max-width: 1199px) {

    .dashboard-chart-iframe.tweet-analysis-chart-frame>iframe {
        height: 800px !important;
    }
}

@media (max-width: 1023px) {

    .dashboard-chart-iframe.tweet-analysis-chart-frame>iframe {
        height: 600px !important;
    }
}

@media (max-width: 767px) {

    .dashboard-chart-iframe.tweet-analysis-chart-frame>iframe {
        height: 300px !important;
    }
}

@media (max-width: 374px) {

    .dashboard-chart-iframe.tweet-analysis-chart-frame>iframe {
        height: 250px !important;
    }
}

@media (max-width: 1600px) {

    .dashboard-chart-iframe.music-analytics-chart-frame>iframe {
        height: 1400px !important;
        overflow: scroll;
    }
}

@media (max-width: 1470px) {

    .dashboard-chart-iframe.music-analytics-chart-frame>iframe {
        height: 1300px !important;
    }
}

@media (max-width: 1365px) {

    .dashboard-chart-iframe.music-analytics-chart-frame>iframe {
        height: 1100px !important;
    }
}

@media (max-width: 1199px) {

    .dashboard-chart-iframe.music-analytics-chart-frame>iframe {
        height: 1000px !important;
    }
}

@media (max-width: 1023px) {

    .dashboard-chart-iframe.music-analytics-chart-frame>iframe {
        height: 700px !important;
    }
}

@media (max-width: 767px) {

    .dashboard-chart-iframe.music-analytics-chart-frame>iframe {
        height: 300px !important;
    }
}

@media (max-width: 1600px) {

    .dashboard-chart-iframe.team-performance-analysis-chart-frame>iframe {
        height: 922px !important;
        overflow: scroll;
    }
}

@media (max-width: 1199px) {

    .dashboard-chart-iframe.team-performance-analysis-chart-frame>iframe {
        height: 750px !important;
    }
}

@media (max-width: 1023px) {

    .dashboard-chart-iframe.team-performance-analysis-chart-frame>iframe {
        height: 570px !important;
    }
}

@media (max-width: 767px) {

    .dashboard-chart-iframe.team-performance-analysis-chart-frame>iframe {
        height: 300px !important;
    }
}

@media (max-width: 374px) {

    .dashboard-chart-iframe.team-performance-analysis-chart-frame>iframe {
        height: 260px !important;
    }
}

@media (max-width: 1600px) {

    .dashboard-chart-iframe.hotel-occupancy-analytics-chart-frame>iframe {
        max-height: 2083px !important;
        overflow: scroll;
    }
}

@media (max-width: 1470px) {

    .dashboard-chart-iframe.hotel-occupancy-analytics-chart-frame>iframe {
        max-height: 1933px !important;
    }
}

@media (max-width: 1365px) {

    .dashboard-chart-iframe.hotel-occupancy-analytics-chart-frame>iframe {
        max-height: 1696px !important;
    }
}

@media (max-width: 1199px) {

    .dashboard-chart-iframe.hotel-occupancy-analytics-chart-frame>iframe {
        max-height: 1300px !important;
    }
}

@media (max-width: 1023px) {

    .dashboard-chart-iframe.hotel-occupancy-analytics-chart-frame>iframe {
        max-height: 1000px !important;
    }
}

@media (max-width: 767px) {

    .dashboard-chart-iframe.hotel-occupancy-analytics-chart-frame>iframe {
        max-height: 300px !important;
    }
}

@media (max-width: 1600px) {

    .dashboard-chart-iframe.coal-mine-chart-frame>iframe {
        height: 1013px !important;
        overflow: scroll;
    }
}

@media (max-width: 1470px) {

    .dashboard-chart-iframe.coal-mine-chart-frame>iframe {
        height: 945px !important;
    }
}

@media (max-width: 1365px) {

    .dashboard-chart-iframe.coal-mine-chart-frame>iframe {
        height: 835px !important;
    }
}

@media (max-width: 1199px) {

    .dashboard-chart-iframe.coal-mine-chart-frame>iframe {
        height: 720px !important;
    }
}

@media (max-width: 1023px) {

    .dashboard-chart-iframe.coal-mine-chart-frame>iframe {
        height: 552px !important;
    }
}

@media (max-width: 767px) {

    .dashboard-chart-iframe.coal-mine-chart-frame>iframe {
        height: 300px !important;
    }
}



/* Details
----------------------*/

.dashboard-purchase {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
}

.btn-buy-now {
    display: inline-block;
    margin: 0;
    min-width: 240px;
    height: 64px;
    line-height: 64px;
    border-radius: 0px;
    padding: 0px 10px;
    background: #e62e28;
}

.btn-enquire {
    border: 2px solid;
    margin-left: 30px;
    font-weight: 600;
    line-height: 64px;
    padding: 19px 64px;
    border-image-slice: 1;
    background-color: transparent;
    border-image-source: linear-gradient(to right, #f0537e, #ff8839);
    transition: all ease-in-out 0.35s;
    color: #000 !important;
}

.btn-enquire:hover {
    color: #fff !important;
    background: linear-gradient(to right, #f0537e, #ff8839);
}

.btn-arrow {
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
}

.btn-arrow:before {
    top: -1px;
    transform: rotate(45deg);
}

.btn-arrow:after {
    bottom: -1px;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .dashboard-purchase {
        display: grid;
        margin-bottom: 40px;
    }

    .enquire-btn {
        margin-top: 20px;
    }

    .btn-enquire {
        margin-left: 0;
        margin-top: 20px;
        padding: 19px 59px;
    }
}

.dashboard-column-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    text-align: center;
}


.btn-arrow {
    display: inline-block;
    width: 23px;
    height: 1px;
    background-color: currentColor;
    position: relative;
    vertical-align: middle;
    margin-left: 3px;
}

.btn-arrow:before,
.btn-arrow:after {
    content: "";
    position: absolute;
    background-color: currentColor;
    right: 2px;
    height: 7px;
    width: 1px;
}

.btn-arrow:after {
    bottom: -1px;
    transform: rotate(-45deg);
}

.btn-arrow:before {
    top: -1px;
    transform: rotate(45deg);
}

.dashboard-column-buy-now {
    color: #fff !important;
    background-color: #ff2d21;
    padding: 7px 20px;
    width: 120px;
    border: 1px solid #ff2d21;
}

.dashboard-column-buy-now:hover {
    background-color: #000;
    border: 1px solid #000;
}

.dashboard-column-inq {
    padding: 7px 35px 7px 25px;
    color: #000 !important;
    border: 1px solid #b0b5c8;
    font-weight: 500;
    position: relative;
}

.dashboard-column-inq:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

@media (max-width: 991px) {
    .dashboard-poc-scn .dashboard-column-items .title {
        font-size: 18px;
        line-height: 24px;
    }

    .dashboard-column-buy-now {
        padding: 7px 5px;
        width: 85px;
        font-size: 15px;
    }

    .dashboard-column-inq {
        padding: 7px;
        font-size: 15px;
    }

    .dashboard-column-inq:after {
        content: none;
    }
}

.dashboard-price .amount {
    font-weight: bold;
}

@media (max-width: 1200px) {
    .dashboard-column-buy-now {
        padding: 7px 14px;
        width: 90px;
        font-size: 15px;
    }
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 528px;
    max-width: 90%;
    border-radius: 0.5rem;
    max-height: 80%;
    overflow: auto;
}

.modal-content .header-title {
    margin-bottom: 10px;
}

.close-button {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    background-color: #F44336;
    color: #fff !important;
}

.close-button:hover {
    background-color: #F44336;
}

.show-modal {
    opacity: 1;
    z-index: 111;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.wpfs-tooltip {
    z-index: 999999 !important;
}

.wpfs-btn-primary {
    background-color: #F44336 !important;
    border-radius: 0 !important;
}

.wpfs-btn-link {
    display: none !important;
}

#stripForm .dashboard-price {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1060;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }

    #stripForm form {
        width: 100% !important;
    }

    .modal-content {
        width: 15rem;
        top: 60%;
        padding: 15px;
    }
}



@media (max-width: 1600px) {
    .dashboard-chart-iframe.abc-analytics-chart-frame > iframe {
        height: 1100px !important;
        overflow: scroll;
    }
}
@media (max-width: 1199px) {
    .dashboard-chart-iframe.abc-analytics-chart-frame > iframe {
        height: 900px !important;
    }
}
@media (max-width: 1023px) {
    .dashboard-chart-iframe.abc-analytics-chart-frame > iframe {
        height: 700px !important;
    }
}
@media (max-width: 767px) {
    .dashboard-chart-iframe.abc-analytics-chart-frame > iframe {
        height: 300px !important;
    }
}


/*----------Meet Dubai & Belgium text styles start---------------------*/
.meeting-dubai-wtc-2023 .contact-page-hero h1{max-width: 90%;}
.odoo-brussels-expo-belgium-2023 .contact-page-hero h1{max-width: 90%;}

@media (max-width: 1400px){
    .meeting-dubai-wtc-2023 .contact-page-hero h1{max-width: 90%;}
    .odoo-brussels-expo-belgium-2023 .contact-page-hero h1{max-width: 90%;}
}
@media (max-width: 768px){
    .meeting-dubai-wtc-2023 .contact-page-hero h1{max-width: 76%;}
    .odoo-brussels-expo-belgium-2023 .contact-page-hero h1{max-width: 76%;}
}
@media (max-width: 767px){
    .meeting-dubai-wtc-2023 .contact-page-hero h1{max-width: 100%;}
    .odoo-brussels-expo-belgium-2023 .contact-page-hero h1{max-width: 100%;}
}
/*----------Meet Dubai & Belgium text styles start---------------------*/



.cs-d-none {
   display: none;
}
  
.cs-d-none.meet-odoo-page-template {
display: block; 
}


.casestudies-recents-block .casestudies-recents-column img {
    width: 100%;
}
