@media only screen and (min-width: 768px) {
    .vertical-swiper-wrapper {
        margin-top: 5%;
        height: 90%;
    }
}


.map-container {
    position: relative;
    padding-bottom: 65.54%;
}

.marker {
    width: 1.96%;
    height: 4.9%;
    position: absolute;
    z-index: 2;
}

.marker:hover {
    /* cursor: pointer; */
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.partner-info {
    display: none;
}

.map-modal {
    position: absolute;
    display: none;
    max-width: 350px;
    min-width: 200px;
    z-index: 10000;
    box-shadow: 0 8px 6px -6px #333;
    text-align: right;
}

.map-modal-content {
    background: #fff;
    padding: 15px;
    border: 1px solid #000;
    text-align: left;
}

.modal-close-btn {
    background: #fff;
    display: inline-block;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #fff;
    padding: 2px 10px;
    margin-bottom: -1px;
    font-weight: bold;
    font-size: 16px;
}

.modal-close-btn:hover {
    cursor: pointer;
}

.map-modal-content a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000;
}

.map-modal-content .partner-header {
    font-weight: bold;
    text-transform: uppercase;
}

/* Partners */
.partner-tiles-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
    width: 100%;
}

.partner-tile {
    /*float: left;*/
    display: flex;
    flex-flow: column;
    width: 32%;
    margin-bottom: 20px;
    padding: 35px 20px 20px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.partner-tile:nth-child(3n) {
    margin-right: 0;
}

.partner-tile__logo-wrapper {
    height: 40px;
}

.partner-tile__logo {
    height: 100% !important;
}

.partner-tile__name {
    font-size: 28px;
    font-weight: 700;
    margin: 30px 0 10px;
    min-height: 102px;
    min-height: 68px;
}

.partner-tile__phone,
.partner-tile__web {
    margin-bottom: 0;
    line-height: 22px;
}

.partner-tile__phone a,
.partner-tile__web a {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    color: #bc2a38;
}

.partner-tile__location {
    padding: 10px 0 10px;
    min-height: 68px;
}

.partner-tile-hidden {
    display: none;
}

.partner-tile__services {
    font-weight: 600;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    min-height: 78px;
}

.partner-tile-filters-wrapper {
    display: flex;
    margin-bottom: 40px;
    align-content: center;
    justify-content: flex-end;
}

.partner-tile-select {
    position: relative;
    width: 300px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.partner-tile-select-separator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.partner-tile-select ul {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0;
    list-style: none;
    border: 1px solid #5f5f5f;
    box-shadow: 2px 5px 5px 1px rgba(0, 0, 0, 0.33);
    background-color: #fff;
}

.partner-tile-select:hover ul {
    display: block;
}

.partner-tile-select span {
    display: block;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    background-color: #121d30;
}

.partner-tile-select span::after {
    content: "\25BE";
    position: absolute;
    right: 10px;
}

.partner-tile-select li {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #121d30;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}

.partner-tile-select ul .selected {
    display: none;
}
.partner-tile-select li:hover {
    text-transform: uppercase;
    color: #fff;
    background-color: #5f5f5f;
    background-color: #5c7daa;
}

.partner-tile-select .disabled {
    color: #ccc;
    cursor: default;
}

.partner-tile-select .disabled:hover {
    color: #ccc;
    background-color: #fff;
}

/*Responsive*/
@media (max-width: 1140px) {
    .partner-tile {
        width: 48%;
    }

    .partner-tile__name {
        font-size: 26px;
        line-height: 1.1;
    }
}

@media (max-width: 780px) {
    .partner-tile-region-select {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    .partner-tile-region-select li {
        width: 50%;
        text-align: center;
    }

    .partner-tile-select {
        width: 100%;
    }

    .partner-tile {
        width: 100%;
    }

    .partner-tile-filters-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 4%;
    }

    .partner-tile-region-select {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .partner-tile-select {
        margin: 20px auto;
    }
}

.homepage-hotspots-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 500px) {
    .homepage-hotspots-container .hotspot-descriptions {
        max-width: 85%;
        font-size: 15px;
    }
}

.hotspots-container {
    position: relative;
    padding-bottom: 50.2%;
    width: 100%;
}

.hotspots-container .hotspots-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.hotspots-container .hotspots-bg img {
    width: 100%;
}

.hotspots-container .hotspot {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #4c86cc;
    box-shadow: inset 0 0 0 3px #c9daf0, inset 0 0 0 7px #94b6e0;
    transform: scale(1);
    transition: transform 0.2s ease-in;
}

.hotspots-container .hotspot:hover {
    cursor: pointer;
}

.hotspots-container .hotspot.hotspot-active,
.hotspots-container .hotspot.hovered
{
    background: #bc2a38;
    box-shadow: inset 0 0 0 3px #ebbfc3, inset 0 0 0 7px #d06973;
    transform: scale(1.2);
}

.hotspot-descriptions {
    text-align: center;
    padding: 15px;
}

.hotspot-descriptions .hotspot-description.active {
    display: block;
    max-width: 387px;
    margin-left: auto;
}

.hotspot-descriptions  .hotspot-description {
    display: none;
}

.hotspot-descriptions  .hotspot-description h4,
.hotspot-descriptions  .hotspot-description p {
    color: var(--e-global-color-primary);
}

@media screen and (min-width: 1025px) {
    .homepage-hotspots-container {
        flex-direction: row;
    }

    .homepage-hotspots-container .column {
        width: 50%;
    }

    .hotspots-container {
        padding-bottom: calc(50.2% / 2);
    }

    .hotspot-descriptions {
        padding: 15px 45px;
    }
}

/* Custom Style Updates */
/* Homepage */
.homepage-hero .hero-content h1 {
    margin-bottom: 20px;
    color: #051c2c !important;
}
.homepage-hero .hero-content p {
    margin-bottom: 20px;
    color: #051c2c !important;
}
.five-columns .elementor-widget-container li::marker {
    font-size: 10px;
}
.five-columns
.elementor-element-populated
.elementor-widget-button
.elementor-button-link {
    color: #051c2c !important;
}
.five-columns
.elementor-element-populated
.elementor-widget-button
.elementor-button-link:hover {
    color: #c2273d !important;
}
.stats-bar {
    padding: 0px 0px 29px !important;
    max-width: 1320px;
    margin: 0 auto 120px !important;
    border-radius: 22px;
    background-color: #c2273d !important;
}
@media screen and (max-width: 1320px) {
    .stats-bar {
        margin: 0 20px 120px !important;
    }
}
.stats-bar .elementor-container {
    border-radius: 22px;
    background: #051c2c !important;
    max-width: 100% !important;
    padding: 53px 50px 50px !important;
    justify-content: center;
    align-items: initial;
}
.stats-bar.stats-bar-with-heading .elementor-container {
    border-radius: 0 0 22px 22px;
    padding: 0 50px 50px !important;
}
.stats-bar-heading {
    max-width: 1320px;
    margin: 0 auto -1px;
}
.stats-bar-heading .elementor-container {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    background: #051c2c !important;
    padding: 53px 50px 0 50px !important;
    max-width: 100% !important;
}
@media screen and (max-width: 767px) {
    .stats-bar .elementor-container {
        flex-direction: column;
    }
}
.hotspots-container .hotspot {
    width: 20px !important;
    height: 20px !important;
}
.hotspot.hotspot-active,
.hotspot.hovered {
    background: #c2273d !important;
}
.hotspot-descriptions h4 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
}
.stats-bar .elementor-col-33 {
    width: 30% !important;
    min-height: 176px;
}
@media screen and (max-width: 767px) {
    .stats-bar .elementor-col-33 {
        width: 100% !important;
    }
}
.stats-item .elementor-counter-number-wrapper {
    margin-bottom: 10px !important;
    font-size: 60px;
}
.stats-item .elementor-counter-number-wrapper .elementor-counter-number {
    font-size: 60px !important;
    color: #c2273d !important;
    line-height: 60px;
    font-weight: 700;
}
.stats-item.stats-item-yellow .elementor-counter-number-wrapper .elementor-counter-number,
.stats-item.stats-item-yellow .elementor-counter-number-wrapper .elementor-counter-number-suffix
{
    color: #F5A830 !important;
}
.stats-item .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    font-size: 60px !important;
    color: #c2273d !important;
    line-height: 60px;
    font-weight: 700;
}
.stats-item .elementor-counter-number-wrapper .elementor-counter-number-prefix {
    line-height: 60px;
}
.stats-item .elementor-counter-title {
    line-height: 1.4rem !important;
    font-family: "stratos", sans-serif;
    color: #f8f9fa;
    max-width: 320px !important;
    margin: 0 auto;
}

.custom-counter .elementor-counter-number-wrapper {
    max-height: 210px;
}
.custom-counter .elementor-counter-number-suffix {
    font-size: 12.5rem !important;
}

.custom-counter .elementor-counter-number {
    font-size: 12.5rem;
    padding-left: 45px;
}
/*.custom-counter .elementor-counter-title {*/
/*    font-size: 4.15rem !important;*/
/*    margin-top: 25px;*/
/*}*/

/*.custom-counter .elementor-counter {*/
/*    margin-top: -10px;*/
/*}*/

.feature .custom-counter .elementor-counter-number-wrapper span {
    font-size: 200px;
    line-height: 250px;
}

.feature .custom-counter .elementor-counter-number-wrapper {
    max-height: 250px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .custom-counter .elementor-counter-number-suffix {
        font-size: 9.5rem !important;
    }
    .custom-counter .elementor-counter-number {
        font-size: 9.5rem !important;
    }
    .custom-counter .elementor-counter-title {
        font-size: 2.5rem !important;
        line-height: 1.5 !important;
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .custom-counter .elementor-counter-number-suffix {
        font-size: 8.5rem !important;
        line-height: 200px !important;
    }
    .custom-counter .elementor-counter-number {
        font-size: 8.5rem !important;
        line-height: 200px !important;
    }
    .custom-counter .elementor-counter-title {
        font-size: 2.5rem !important;
        line-height: 1.5 !important;
        margin-top: 10px;
    }
}
@media (max-width: 375px) {
    .custom-counter .elementor-counter-number-suffix {
        font-size: 6.5rem !important;
    }
    .custom-counter .elementor-counter-number {
        font-size: 6.5rem !important;
    }
    .custom-counter .elementor-counter-title {
        font-size: 2rem !important;
        line-height: 0.5 !important;
        margin-top: 10px;
    }
}

.btn-custom-light .elementor-button-link {
    color: #051c2c !important;
    border: 2px solid #c2273d !important;
}
.list-item {
    padding-bottom: 50px;
}
.list-item .elementor-button-link {
    background-color: transparent !important;
}
.list-item .elementor-button-link:hover .elementor-button-text {
    color: #c2273d !important;
}
.list-item .elementor-button-text {
    color: #051c2c !important;
}
@media (max-width: 1025px) {
    .list-item {
        padding-bottom: 0px;
    }
}
.list-item .elementor-button-link {
    font-size: 24px;
    padding: 0px 0px 0px 15px;
}
.cta-section .elementor-container {
    max-width: 1165px;
}
.cta-section .elementor-heading-title {
    color: #f8f9fa !important;
    text-transform: uppercase;
}
.cta-section .elementor-widget-text-editor p {
    color: #f8f9fa !important;
}
.cta-section .elementor-widget-heading {
    margin-bottom: 0px !important;
}
.cta-section .elementor-widget-container {
    max-width: 100%;
    margin-bottom: 10px;
}
.cta-section .elementor-widget-text-editor {
    margin-bottom: 40px;
}
.cta-section .elementor-button-link {
    font-size: 14px;
    background: #c2273d !important;
    border: 2px solid #c2273d !important;
}
.cta-section .elementor-button-link .elementor-button-text {
    color: #f8f9fa !important;
}
.cta-section .elementor-button-link:hover {
    background: #f8f9fa !important;
    border: 2px solid #f8f9fa !important;
}
.cta-section .elementor-button-link:hover .elementor-button-text {
    color: #c2273d !important;
}

.news-listing-custom .elementor-post__title {
    font-size: 24px !important;
    margin-bottom: 10px !important;
}
.news-listing-custom .elementor-post__title a {
    color: #051c2c !important;
}
.news-listing-custom .elementor-post-date {
    color: #051c2c !important;
}
.news-listing-custom .elementor-post__excerpt p {
    font-size: 16px !important;
}
.news-listing-custom .elementor-post__thumbnail {
    width: 370px !important;
    height: 337px !important;
    padding-bottom: unset !important;
}
.news-listing-custom .elementor-post__thumbnail img {
    height: 100% !important;
}

/* energy-sustainability-advisory-services */
.hero-service {
    padding: 120px 0px !important;
}
.hero-service .elementor-column {
    padding: 0px;
    width: 65%;
}
@media (max-width: 1595.98px) {
    .hero-service .elementor-column {
        width: 60%;
    }
}
@media (max-width: 1429.98px) {
    .hero-service .elementor-column {
        width: 50%;
    }
}
@media (max-width: 1274.98px) {
    .hero-service .elementor-column {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    .hero-service .elementor-column {
        width: 70%;
    }
}

.hero-service .elementor-heading-title {
    color: #f8f9fa !important;
    font-size: 3.55rem;
}
@media (max-width: 1499.98px) {
    .hero-service {
        background-position-x: calc(100% + 30px);
    }
}
@media (max-width: 1399.98px) {
    .hero-service {
        background-position-x: calc(100% + 130px);
    }
}
@media (max-width: 1199.98px) {
    .hero-service {
        background-position-x: calc(100% + 240px);
    }
}
@media (max-width: 768px) {
    .hero-service .elementor-heading-title {
        font-size: 3rem;
    }
}
.hero-service .elementor-widget-text-editor p {
    color: #f8f9fa !important;
    font-size: 20px;
}

.feature-section .elementor-heading-title {
    font-size: 3rem;
    color: #051c2c !important;
}

.feature-section {
    margin-bottom: 120px !important;
}
.feature-section .elementor-widget-container ul li {
    color: #051c2c !important;
}
.feature-section .elementor-widget-container ul li {
    color: #051c2c !important;
    margin-bottom: 10px;
}
.feature-section .elementor-widget-container ul li::marker {
    font-size: 10px;
}
@media (min-width: 768px) {
    .content-image-section .elementor-col-66 {
        width: 103%;
    }
}
.content-image-section {
    margin-bottom: 50px !important;
}
.content-image-section .elementor-widget-text-editor p {
    color: #051c2c !important;
}
.content-image-section .elementor-heading-title span {
    font-size: 48px !important;
    line-height: 58px;
    color: #051c2c !important;
}
.content-image-section .elementor-widget-heading {
    margin-bottom: 10px !important;
}

.icon-copy-section {
    margin-bottom: 120px !important;
}
.icon-copy-section .elementor-container {
    gap: 20px;
}
.icon-copy-section .elementor-widget-icon {
    margin-bottom: 10px !important;
}
.icon-copy-section .elementor-widget-heading {
    margin-bottom: 10px !important;
}
.icon-copy-section .elementor-widget-heading h6 {
    color: #051c2c !important;
    font-size: 24px !important;
}
.icon-copy-section .elementor-widget-text-editor p {
    color: #051c2c !important;
}
/* Hospitality */

.hero-industries {
    padding: 120px 0px !important;
    margin-bottom: 120px !important;
}
.hero-industries .elementor-widget-wrap p {
    color: #f8f9fa !important;
}
@media (min-width: 768px) {
    .hero-industries .elementor-column {
        width: 100% !important;
    }
}
.hero-industries .elementor-heading-title {
    color: #f8f9fa !important;
    font-size: 3.75rem !important;
}
.hero-industries .elementor-widget-text-editor {
    color: #f8f9fa !important;
}
@media (min-width: 1350px) {
    .overview-section .elementor-heading-title {
        font-size: 3rem !important;
        color: #051c2c !important;
    }
}
.overview-section .elementor-widget-container ul li {
    color: #051c2c !important;
}
.overview-section .elementor-widget-container ul li {
    color: #051c2c !important;
    margin-bottom: 10px !important;
}
.overview-section .elementor-widget-container ul li::marker {
    font-size: 10px;
}
.projects-section {
    margin-bottom: 120px !important;
}
.projects-section .elementor-widget-image img {
    max-height: 246px;
    width: 100%;
}
.projects-section .elementor-widget-image {
    margin-bottom: 40px !important;
}
.projects-section .elementor-widget-heading {
    margin-bottom: 10px !important;
}
.projects-section .elementor-widget-heading h5 {
    font-size: 24px !important;
    color: #051c2c !important;
}
.projects-section .elementor-widget-text-editor p {
    color: #051c2c !important;
}
.projects-section .elementor-container {
    gap: 20px;
}

/*Our Partners */

.map-section {
    margin-bottom: 120px !important;
    margin-top: 60px !important;
}

.map-section .custom-h3 {
    color: #051c2c !important;
    margin-bottom: 20px !important;
}
.map-section .elementor-col-66 {
    padding-left: 30px;
}
/*.map-section .elementor-col-33 {*/
/*    padding-top: 75px;*/
/*}*/
.map-section .elementor-widget-text-editor .elementor-widget-container {
    color: #051c2c !important;
}

.icon-map-list .elementor-icon-list-items {
    display: flex;
    gap: 15px;
}

.icon-map-list .elementor-icon-list-item .elementor-icon-list-text{
    font-size: 14px;
    color: #051C2C;
}

.map-section .elementor-element-populated {
    padding: 0 !important;
}

@media (max-width: 1199.98px) {
    .map-section {
        padding: 0 10px;
    }

    .icon-map-list .elementor-icon-list-items {
        flex-wrap: wrap;
        gap: 10px;
    }

    .icon-map-list .elementor-icon-list-item {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 489.98px) {
    .icon-map-list .elementor-icon-list-item {
        flex: 0 0 100%;
    }
}

@media (max-width: 992px) {
    .map-section .elementor-container {
        flex-direction: column-reverse;
    }
    .map-section .elementor-col-33 {
        padding-top: 0px;
        width: 100% !important;
    }
    .map-section .elementor-col-66 {
        padding-left: 0px;
        width: 100% !important;
        margin-bottom: 50px;
    }

    .map-section {
        margin-bottom: 60px !important;
    }
}
.partner-tile-select-separator {
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #051c2c !important;
    font-family: "Roboto", sans-serif !important;
}
.partners-section {
    margin-bottom: 120px;
}
.partners-section .partner-tile-select {
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #f8f9fa !important;
}
.partners-section .partner-tiles-wrapper {
    column-gap: 4% !important;
    row-gap: 80px;
}
.partner-tile-select span {
    background-color: #051c2c;
}
.partners-section .partner-tile {
    border-radius: 40px !important;
    background: #e9ecef !important;
    padding: 30px 20px !important;
}
@media (min-width: 768px) {
    .partner-tile {
        width: 30.5% !important;
    }
}
.partners-section .partner-tile .partner-tile__name {
    color: #051c2c !important;
    font-size: 24px !important;
}
.partners-section .partner-tile .partner-tile__phone {
    margin-bottom: 10px;
}
.partners-section .partner-tile .partner-tile__phone a {
    font-size: 16px !important;
    color: #051c2c !important;
}
.partners-section .partner-tile .partner-tile__web a {
    font-size: 16px !important;
    color: #051c2c !important;
    word-wrap: break-word;
}
.partners-section .partner-tile .partner-tile__location {
    font-size: 14px !important;
    padding: 30px 0 10px !important;
    color: #051c2c !important;
}
.partners-section .partner-tile .partner-tile__services {
    font-size: 16px !important;
    color: #051c2c !important;
    text-transform: none !important;
    line-height: 30px !important;
}
@media (max-width: 768px) {
    .partner-tile {
        width: 100% !important;
    }
}
/* Careers */
.image-content-section {
    margin-bottom: 120px !important;
    padding: 24px 0px 0px;
}
.image-content-section .elementor-container {
    gap: 20px;
}
.image-content-section .elementor-widget-text-editor p a {
    font-weight: 600 !important;
    text-decoration: underline;
}
.image-content-section ul li::marker {
    font-size: 10px;
}

.bubbles-section {
    margin-bottom: 120px !important;
}
.bubbles-section .elementor-container {
    gap: 20px;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .bubbles-section .elementor-col-33 {
        width: 31.1% !important;
    }
}

.bubbles-section .elementor-widget-icon {
    margin-bottom: 10px !important;
}
.bubbles-section .elementor-widget-icon .elementor-icon {
    font-size: 120px !important;
}

.why-section-top {
    margin-bottom: 0px !important;
    padding-top: 120px !important;
    background: #051c2c;
}
.why-section-top .elementor-widget-heading {
    margin-bottom: 10px !important;
}
.why-section-top .elementor-heading-title {
    color: #f8f9fa !important;
}
.why-section-top .elementor-widget-text-editor {
    color: #f8f9fa !important;
}
.why-section-top .elementor-widget-text-editor a {
    color: #f8f9fa !important;
    font-weight: 600;
    text-decoration: underline;
}
.why-section-top .elementor-widget-text-editor a:hover {
    color: #c2273d !important;
}
.why-section-accordion {
    background: #051c2c;
    padding: 70px 0px 120px;
    margin-top: -1px !important;
    margin-bottom: 0px !important;
}
.why-section-accordion {
    color: #f8f9fa;
}
.why-section-accordion
.eael-adv-accordion
.eael-accordion-list
.eael-accordion-header:hover {
    background-color: unset !important;
}
.why-section-accordion
.eael-adv-accordion
.eael-accordion-list
.eael-accordion-header {
    background-color: unset !important;
    padding: 10px 0px !important;
}
.why-section-accordion
.eael-adv-accordion
.eael-accordion-list
.eael-accordion-header
.eael-accordion-tab-title {
    color: #f8f9fa !important;
    font-size: 34px !important;
    font-weight: 400;
}

.why-section-accordion
.eael-adv-accordion
.eael-accordion-list
.eael-accordion-header
.fa-plus::before {
    content: "+";
    color: #f8f9fa !important;
    font-size: 34px !important;
}
.why-section-accordion
.eael-adv-accordion
.eael-accordion-list
.eael-accordion-header
.fa-minus::before {
    content: "--";
    color: #f8f9fa !important;
    font-size: 34px !important;
    letter-spacing: -3px;
    text-wrap: nowrap;
}
.why-section-accordion
.eael-adv-accordion
.eael-accordion-list
.eael-accordion-content {
    color: #f8f9fa !important;
    font-size: 16px !important;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #f8f9fa;
    padding: 10px 10px 20px 10px !important;
    margin-bottom: 20px;
}
.why-section-accordion .eael-accordion-list:last-child .eael-accordion-content {
    border: none !important;
}

.why-section-accordion
.eael-adv-accordion
.eael-accordion-list
.eael-accordion-content
ul {
    margin: 0 !important;
}
.form-section {
    background: #204986 !important;
    padding: 120px 0px !important;
}
.form-section .elementor-heading-title {
    line-height: 44px !important;
}
.form-section .elementor-form {
    max-width: 786px;
    margin: 0 auto;
    padding-top: 60px;
}
.form-section .elementor-form .elementor-field-group {
    margin-bottom: 20px !important;
}
.form-section .elementor-form label {
    padding-bottom: 10px !important;
}

.form-section .elementor-form .elementor-field-group-message {
    margin-bottom: 40px !important;
}
.form-section .elementor-form textarea {
    height: 200px;
}
.form-section .elementor-element-populated {
    border: none !important;
}
.form-section .elementor-button {
    border-radius: 10px !important;
    background: #c2273d !important;
    color: #f8f9fa !important;
}
.form-section .elementor-button:hover {
    border-radius: 10px !important;
    background: #f8f9fa !important;
    color: #c2273d !important;
}
.form-section .elementor-button span {
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* Join Us */
.jois-us-section-1 {
    padding-top: 24px;
}
.jois-us-section {
    margin-bottom: 40px !important;
}
@media (min-width: 768px) {
    .jois-us-section .elementor-col-33 {
        width: 31.1% !important;
        min-height: 414px;
    }
}

.jois-us-section .elementor-container {
    gap: 20px;
    justify-content: center;
}
.jois-us-section .elementor-element-populated {
    padding: 30px 20px !important;
    border-radius: 40px !important;
    background: #e9ecef !important;
    border: none !important;
}
.jois-us-section .elementor-icon-box-icon {
    margin-bottom: 30px !important;
}
.jois-us-section .elementor-icon-box-icon .elementor-icon {
    font-size: 80px !important;
}
.jois-us-section .elementor-icon-box-content h4 {
    margin-bottom: 30px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}

/* News */
.news-listing {
    --grid-column-gap: 40px;
    --grid-row-gap: 60px;
    width: 100% !important;
}
/*
@media (min-width: 768px) {
    .news-listing {
        width: 73.5% !important;
    }
}*/
.news-listing .elementor-post__thumbnail__link {
    margin-bottom: 40px !important;
}
.news-listing .elementor-post__title {
    font-size: 24px !important;
    color: #051c2c !important;
    margin-bottom: 10px !important;
}
.news-listing .elementor-post__meta-data {
    font-size: 14px !important;
    color: #051c2c !important;
}
.news-listing .elementor-post__excerpt p {
    font-size: 16px !important;
    color: #051c2c !important;
}

/* Our Ambition Page */

.ambition-section .elementor-container {
    gap: 40px;
}

.ambition-section .elementor-container .elementor-col-25 {
    border-radius: 40px;
    background: #e9ecef;
    padding: 30px 20px;
    text-align: center;
}
.ambition-section .elementor-col-25 .elementor-widget-text-editor p {
    font-family: Stratos;
    font-size: 24px;
    color: #051c2c;
}

/* Our People */

.ambition-section-three {
    margin-bottom: 40px;
    margin-top: 10px;
}
.ambition-section-three ~ .ambition-section-three {
    margin-bottom: 120px;
    margin-top: 0px;
}
.ambition-section-three .elementor-container {
    gap: 40px;
}
.ambition-section-three .elementor-container .elementor-col-33 {
    gap: 40px;
    border-radius: 40px;
    background: #e9ecef;
    padding: 30px 20px;
    text-align: center;
}
.ambition-section-three .elementor-widget-heading {
    margin-bottom: 30px;
}
.ambition-section-three .elementor-heading-title {
    font-size: 24px !important;
}
.our-people-accordion .eael-accordion-content p {
    margin-bottom: 20px !important;
}

@media (max-width: 575.98px) {
    .hero-service {
        padding: 60px 0 !important;
    }

    .stats-bar-heading .elementor-container {
        padding: 30px 20px 0 20px !important;
    }
}

@media screen and (max-width: 767.98px) {
    .stats-item .elementor-counter-title {
        max-width: 100% !important;
    }

    .stats-bar .elementor-col-33 {
        min-height: auto !important;
    }

    .why-section-top {
        padding: 60px 0 !important;
    }

    .why-section-accordion .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
        font-size: 24px !important;
    }

    .why-section-accordion {
        padding: 20px 0 60px !important;
    }
}

.hotspot-arrow {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}

.hotspot-arrow.hotspot-next {
    right: 0;
}

.hotspot-arrow.hotspot-prev {
    right: 450px;
}

.hotspot-descriptions {
    position: relative;
}

@media screen and (max-width: 1024.98px) {
    .hotspot-arrow.hotspot-prev {
        left: -20px;
        right: auto;
    }

    .hotspot-arrow.hotspot-next {
        right: -20px;
    }
}

/* Elementor Pages Margins and Padings*/
.homepage-hero .hero-content-container .hero-content {
    padding: 0 0 0 20px;
}

@media (max-width: 767px) {
    .elementor-section.bubbles-section-heading,
    .elementor-section.bubbles-section {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

/* Mobile Specific Hero - Homepage [homepage_hero] */
.hero-content-container-custom {
	position: absolute;
	display: block;
    width: 100%;
}

.hero-content-container-custom .hero-content h1 {
	line-height: 1.1;
    font-style: normal;
    font-weight: 400;
	color: #051c2c;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
.hero-content-container-custom .hero-content p {
	font-size: 20px;
	line-height: 1.4;
    font-style: normal;
    font-weight: 400;
	color: #051c2c;
	margin-bottom: 0px;
}

.hero-content-container-custom.dark .hero-content h1 {
	color: #fff !important;
}

.hero-content-container-custom.dark .hero-content p {
	color: #fff !important;
}

@media (min-width: 1200px) {
	.hero-content-container-custom {
	    background: url('/wp-content/themes/hello-theme-child/custom/images/hero-content-back-light-3x.png');
	    background-size: 100%;
		background-repeat: no-repeat;
		max-width: 800px;
	    height: 397px;
        bottom: 20px;
	}
	
	.hero-content-container-custom.dark {
	    background: url('/wp-content/themes/hello-theme-child/custom/images/hero-content-back-dark-3x.png');
	    background-size: 100%;
		background-repeat: no-repeat;
		display: none;
    }
	
	.hero-content-container-custom .hero-content {
        display: flex;
        flex-direction: column;
		justify-content: center;
        gap: 15px;
	    height: 100%;
        padding: 30px 130px 70px 50px;
    }

    .hero-content-container-custom .hero-content h1 {
        font-size: 45px;
		margin-top: 0px;
    }
	
	.hero-content-container-custom .hero-content p {
	    font-size: 20px;
		margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
	.elementor-section.homepage-hero .elementor-widget-container {
	    height: 650px;
        position: relative;
	}

	.hero-content-container-custom {
	    background: url('/wp-content/themes/hello-theme-child/custom/images/hero-content-back-light-2x.png');
	    background-size: 100%;
		background-repeat: no-repeat;
		max-width: 700px;
        height: 347px;
		bottom: 20px;
        /* top: 50%; */
        /* transform: translateY(-50%); */
	}
	
	.hero-content-container-custom.dark {
	    background: url('/wp-content/themes/hello-theme-child/custom/images/hero-content-back-dark-2x.png');
	    background-size: 100%;
		background-repeat: no-repeat;
    }
	
	.hero-content-container-custom .hero-content {
	    display: flex;
        flex-direction: column;
		justify-content: center;
        gap: 15px;
	    height: 100%;
        padding: 30px 130px 70px 50px;
    }
	
	.hero-content-container-custom .hero-content h1 {
        font-size: 40px;
    }
	
	.hero-content-container-custom .hero-content p {
	    font-size: 20px;
    }
}

@media (max-width: 767px) {
	.elementor-section.homepage-hero .elementor-widget-container {
	    height: 410px;
        position: relative;
	}
	
	.elementor-section.homepage-hero {
	    height: 410px;
	}
	
	.hero-content-container-custom {
	    background: url('/wp-content/themes/hello-theme-child/custom/images/hero-content-back-light.png');
	    background-size: 100%;
		background-repeat: no-repeat;
		max-width: 375px;
	    height: 186px;
		bottom: 20px;
        /* top: 50%; */
        /* transform: translateY(-50%); */
	}
	
	.hero-content-container-custom.dark {
	    background: url('/wp-content/themes/hello-theme-child/custom/images/hero-content-back-dark.png');
	    background-size: 100%;
		background-repeat: no-repeat;
    }
	
	.hero-content-container-custom .hero-content {
	    display: flex;
        flex-direction: column;
		justify-content: center;
        gap: 10px;
	    height: 100%;
        padding: 16px 50.15px 33.5px 16.5px;
    }
	
	.hero-content-container-custom .hero-content h1 {
	    font-size: 20px;
	}
	
	.hero-content-container-custom .hero-content p {
	    font-size: 12px;
	}
}

@media (max-width: 380px) {
    .hero-content-container-custom .hero-content {
	    height: 100%;
        padding: 10px 50px 32px 16.5px;
    }
	
	.hero-content-container-custom .hero-content h1 {
	    font-size: 18px;
	}
	
	.hero-content-container-custom .hero-content p {
	    font-size: 11px;
	}
}

/* Partners Logo */
.h60 {
    height: 60px;
}

.hide-section {
    display: none !important;
}

/* Hide Header with Title for Elementor Pages */
body.page.elementor-page header.page-header {
    display: none;
}

/* Blog Hero Background Fixes */
body.single-blog .hero.hero-service .elementor-widget-container h1.elementor-heading-title {
    font-size: 40px;
}

@media (max-width: 1274.98px) {
    body.single-blog .hero {
        background-position: 130% 50% !important;
    }
}

@media (max-width: 1134.98px) {
    body.single-blog .hero {
        background-position: 190% 50% !important;
    }
}

@media (max-width: 991.98px) {
    body.single-blog .hero {
        background-position: 500px 50% !important;
    }
}

@media (max-width: 767.98px) {
    body.single-blog .hero {
        background-position: 400px 50% !important;
    }
}

@media (max-width: 575.98px) {
    body.single-blog .hero {
        background-position: 300px 50% !important;
    }
}

@media (max-width: 459.98px) {
    body.single-blog .hero {
        background-position: 250px 50% !important;
    }
}

.content-with-list ol {
    padding: 15px;
}

.content-with-list ol li::marker {
    color: #C2273D;
    font-size: 24px;
}

.content-with-list h6 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #051C2C;
}

.content-with-list ol li {
    margin-bottom: 20px;
}

.home-swiper .swiper-wrapper {
    align-items: center;
}

/*.home-swiper .swiper-slide {*/
/*    width: auto !important;*/
/*    padding: 0 40px;*/
/*}*/

.hidden {
    display: none !important;
}

@media (max-width: 767.98px) {
    .home-swiper .swiper-slide {
        margin-right: 40px !important;
    }
}

/* Pretty Blog Elemetor*/
@media (min-width: 1200px) {
    .pretty-h3 {
	    font-size: 48px !important;
    }
}

.blog-listing-feature a {
	text-decoration: none;
}

.custom-button a {
    min-width: 220px;
}

.two-blocks-image-column .elementor-widget-image, .two-blocks-image-column .elementor-widget-container {
    height: 100%;
}

@media (max-width: 767px) {
    .two-blocks-image-column .elementor-widget-image, .two-blocks-image-column .elementor-widget-container, .two-blocks-image-column img {
        max-width: 100%;
        width: 100% !important;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }

    .content-block .elementor-container .elementor-widget-button a,
    .two-blocks .elementor-container .elementor-section .elementor-container .elementor-column a {
        width: 100%;
    }
}

.contact-us-block .elementor-widget-heading {
    margin-bottom: 0 !important;
}

.single-white-paper footer .elementor-top-section:first-child,
.single-video footer .elementor-top-section:first-child,
.single-post footer .elementor-top-section:first-child,
.single-blog footer .elementor-top-section:first-child,
.single-downloadable-report footer .elementor-top-section:first-child,
.single-case-studies footer .elementor-top-section:first-child
{
    padding: 136px 0 12px 0 !important;
}

.direction-column .elementor-widget-wrap {
    flex-direction: column !important;
}

.new-hero .elementor-widget-image {
    margin-bottom: 0 !important;
}

.video-hero {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}

.video-hero .video-block {
    cursor: pointer;
}

.counter-new .elementor-counter-title {
    text-align: center !important;
}

.stats-bar.counter-new {
    margin: 0 auto 64px !important;
}

@media screen and (max-width: 1320px) {
    .stats-bar.counter-new {
        margin: 0 20px 64px !important;
    }
}

@media (max-width: 767px) {
    .video-hero .video-block .elementor-wrapper, .video-section .elementor-wrapper {
        aspect-ratio: 1.33333 !important;
    }

    .video-hero-overlay {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .new-stats-bar-heading .elementor-heading-title {
        text-align:center;
    }
}

.custom-form {
    display: flex;
    max-width: 500px !important;
    margin: 0 auto !important;
    align-items: flex-start;
}

.custom-form>p {
    display: flex !important;
    width: 100% !important;
}

.custom-form>p input {
    width: 100% !important;
    border-radius: 0 8px 8px 0;
}

.custom-form>p .wpcf7-submit {
    background: #C2ED63;
    color: #051C2C;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    width: 100% !important;
}

.custom-form .wpcf7-form-control {
    margin: 0 !important;
}

.eael-contact-form-align-default {
    display:block;
}

.custom-form .custom-form-email input {
    border-radius: 8px 0 0 8px;
    max-width: 280px !important;
    height: 44px !important;
    padding: 0 10px;
    font-size: 14px;
    color: #AAACAE;
}

.custom-form .custom-form-email {
    max-width: 280px !important;
}

.custom-form .custom-form-email span {
    width: 100% !important;
    height: 100% !important;
    display:block;
}

.custom-form .wpcf7-spinner {
    position: absolute;
}

.custom-form .custom-form-email p {
    display: block;
    height: 100% !important;
}

.video-section {
    cursor: pointer;
}

.video-hero-overlay {
    height: 100%;
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.contact-us-block .elementor-button-content-wrapper {
    align-items: center;
}

.contact-us-block .elementor-button-content-wrapper .elementor-align-icon-right {
    display: flex;
    align-items: center;
}

.success-block {
    display: none;
}

.wpcf7-spinner {
    top: 50%;
    transform: translateY(-50%);
}

.form-block .wpcf7-response-output {
    border: none !important;
    text-align: center;
    color: #dc3232;
}

@media (max-width: 575.98px) {
    .custom-form .custom-form-email, .custom-form .custom-form-email p {
        max-width: 100% !important;
        width: 100% !important;
    }

    .custom-form .custom-form-email input {
        max-width: 100% !important;
        width: 100% !important;
    }

    .custom-form>p {
        width: 116px !important;
    }
}

footer .elementor-top-section:first-child {
    padding: 136px 0 12px 0 !important;
}

.post-card-homepage .post-card-homepage-bottom .elementor-button-link {
    padding: 0 !important;
    margin-top: auto;
}

.post-card-homepage .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column !important;
    flex-wrap: nowrap;
}

.post-card-homepage .post-card-homepage-bottom {
    flex: 1;
}

.post-card-homepage .post-card-homepage-bottom .elementor-container {
    height: 100%;
}

.post-card-homepage .post-card-homepage-bottom .elementor-container .transparent-button {
    margin-top: auto;
}

.two-blocks-video {
    height: 320px;
}

.cta-transparent .elementor-button {
    padding: 0 !important;
}

.cta-transparent .elementor-button .elementor-button-icon {
    width: 23px;
}

.faq-block .faq-block-accordion .elementor-accordion-item {
    border-left: none;
    border-right: none;
}

.faq-block .faq-block-accordion .elementor-accordion-item .elementor-tab-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.faq-block .faq-block-accordion .elementor-accordion-item .elementor-tab-content p {
    max-width: 790px;
}

.faq-block .faq-block-accordion .elementor-accordion-item .elementor-accordion-icon .elementor-accordion-icon-closed svg,
.faq-block .faq-block-accordion .elementor-accordion-item .elementor-accordion-icon .elementor-accordion-icon-opened svg
{
    width: 25px;
    height: 25px;
}

@media (max-width: 1024px) {
    .faq-block .faq-block-accordion .elementor-accordion-item .elementor-tab-content p {
        max-width: 75%;
    }
}

.counter-item-new .elementor-counter-title {
    text-align: center;
}

.accordion-white .elementor-accordion-item {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion-white .elementor-accordion-item .elementor-tab-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.accordion-white .elementor-accordion-item .elementor-tab-title.elementor-active {
    padding-bottom: 8px !important;
    transition: 0.3s;
}

.accordion-white .elementor-accordion-item .elementor-accordion-icon svg path{
    fill: transparent;
}

.transparent-button.cta-transparent .elementor-button-icon svg {
    width: 23px;
}

.mb-0 p {
    margin-bottom: 0!important;
}

/**** Services single page general classes ****/
.nova-cardinal-50-50-background {
    width: 100%;
    height: 100%;
    background: #204986;
    background: -moz-linear-gradient(top, #204986 0%, #204986 50%, #c2273d 50%, #c2273d 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #204986), color-stop(50%, #204986), color-stop(50%, #c2273d), color-stop(100%, #c2273d));
    background: -webkit-linear-gradient(top, #204986 0%, #204986 50%, black 50%, #c2273d 100%);
    background: -o-linear-gradient(top, #204986 0%, #204986 50%, #c2273d 50%, #c2273d 100%);
    background: -ms-linear-gradient(top, #204986 0%, #204986 50%, #c2273d 50%, #c2273d 100%);
    background: linear-gradient(to bottom, #204986 0%, #204986 50%, #c2273d 50%, #c2273d 100%);
}

.white-naval-40-60-background {
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #051c2c 40%, #051c2c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(40%, #ffffff), color-stop(40%, #051c2c), color-stop(100%, #051c2c));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 40%, #051c2c 40%, #051c2c 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 40%, #051c2c 40%, #051c2c 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 40%, #051c2c 40%, #051c2c 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #051c2c 40%, #051c2c 100%);
}

.border-radius-24 {
    border-radius: 24px !important;
}

.div-center {
    margin: 0 auto;
}

@media (max-width: 991px) {
    .display-none-tablet {
        display: none;
    }
}

@media (max-width: 767px) {
    .display-none-phone {
        display: none;
    }
}

/**** Services single page overview ****/

.overview ul {
    list-style-position: inside;
    padding: 0;
}

.overview .half-size li {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.overview .half-size li:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
}

@media (max-width: 991px) {
    .overview .half-size li {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    
    .overview .half-size li:nth-child(2n) {
        margin-left: 0;
    }
    
    .overview ul {
        list-style-position: inside;
        padding: 0;
    }
}
/**** Services single page overview ****/

/**** Services single page stats-bar-v2 ****/
.stats-bar-v2 {
    background: #fff;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .stats-bar-v2 {
        margin: 64px auto;
    }
}

.stats-bar-v2 .stats-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stats-bar-v2 .stats-container .stats-item {
    color: #ffffff;
    font-family: "stratos", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
}

.stats-bar-v2 .stats-container .stats-item .invisible p {
    visibility: hidden;
}

.stats-bar-v2 .stats-container .stats-item .elementor-counter-number-wrapper .elementor-counter-number,
.stats-bar-v2 .stats-container .stats-item .counter-value,
.stats-bar-v2 .stats-container .stats-item .elementor-counter-number-wrapper .elementor-counter-number,
.stats-bar-v2 .stats-container .stats-item .elementor-counter-number-wrapper .elementor-counter-number-prefix,
.stats-bar-v2 .stats-container .stats-item .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    color: #f5a830 !important;
    font-family: "stratos", sans-serif;
    font-size: 60px !important;
    font-weight: 700;
    line-height: 65px;
}

/**** Services single page stats-bar-v2 ****/

/**** Services single page facts-boxes ****/
.facts-boxes .facts-column {
    padding: 106px 25px;
}

.facts-boxes .facts-column:first-of-type {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.facts-boxes .facts-column:last-of-type {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.facts-boxes .facts-column.column-narrow {
    flex-shrink: 2;
    padding: 106px 25px;
    transition: flex-shrink 0.5s;
}

.facts-boxes .facts-column.column-wide {
    flex-grow: 2;
    padding: 68px 50px;
    transition: flex-grow 0.5s;
}

.facts-boxes .facts-column .fact-details,
.facts-boxes .facts-column.column-narrow .fact-details {
    display: none;
}

.facts-boxes .facts-column.column-wide .fact-details {
    display: block;
}

.facts-boxes .facts-item {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .facts-boxes .facts-column {
        display: none !important;
    }
    
    .facts-boxes .facts-item {
        display: block !important;
    }
    
    .facts-boxes .facts-item {
        padding: 32px 16px 18px 16px;
    }
    
    .facts-boxes .facts-item:first-of-type {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }
    
    .facts-boxes .facts-item:last-of-type {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    
    .facts-boxes .facts-item .down-arrow {
        display: block;
    }
    
    .facts-boxes .facts-item.expanded .down-arrow {
        display: none;
    }
    
    .facts-boxes .facts-item .up-arrow {
        display: none;
    }
    
    .facts-boxes .facts-item.expanded .up-arrow {
        display: block;
    }
    
    .facts-boxes .facts-item .fact-details {
        display: none;
    }
    
    .facts-boxes .facts-item.expanded .fact-details {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .facts-column .elementor-widget {
        position: absolute;
        width: 80%;
        top: 50%;
        transform: translateY(-50%);
        transition: margin-top .3s ease;
    }
    
    .facts-column.column-wide .elementor-widget.elementor-widget-heading {
        margin-top: -27px;
    }
    
    .facts-column.column-wide .elementor-widget.elementor-widget-text-editor {
        margin-top: 27px;
    }
    
    .facts-column {
        height: 290px;
    }
    
    .facts-column .elementor-widget-container p {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
  .facts-column .elementor-widget-container p {
    width: 590px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  
  .facts-column .elementor-widget-container p {
    margin: 0 auto;
  }
    
    .facts-column.offset-5.column-wide .elementor-widget.elementor-widget-heading {
        margin-top: -55px;
    }

    .facts-column.offset-5.column-wide .elementor-widget.elementor-widget-text-editor {
        margin-top: 19px;
    }

    .facts-column.offset-8.column-wide .elementor-widget.elementor-widget-heading {
        margin-top: -80px;
    }

    .facts-column.offset-8.column-wide .elementor-widget.elementor-widget-text-editor {
        margin-top: 30px;
    }

    .facts-boxes .facts-column.column-narrow {
        flex-shrink: 1.3;
    }

    .facts-column .elementor-widget-container p {
        width: 250px;
    }
}
/**** Services single page facts-boxes ****/

/**** Services single page services-related-ctas ****/
.services-related-ctas .elementor-button-link {
    align-items: flex-start;
    display: flex;
    width: 100%;
}

.services-related-ctas .elementor-button-link .elementor-button-content-wrapper {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.services-related-ctas .elementor-button-link .elementor-button-text {
    font-family: "stratos", sans-serif;
    text-align: left;
}

.services-related-ctas .elementor-button-link .elementor-button-icon svg {
    stroke: #051c2c;
    width: 36px;
}

.services-related-ctas .elementor-button-link:hover .elementor-button-icon svg {
    stroke: #c2ed63;
    width: 36px;
}

.services-related-ctas .elementor-button-link .elementor-button-text span.title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

@media only screen and  (max-width: 768px) {
    .services-related-ctas .elementor-button-link .elementor-button-text span.title {
        font-size: 20px;
        line-height: 25px;
    }
}

.services-related-ctas .elementor-button-link .elementor-button-text span.subtitle {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

@media only screen and  (max-width: 768px) {
    .services-related-ctas .elementor-button-link .elementor-button-text span.subtitle {
        font-size: 14px;
        line-height: 22px;
    }
}


/**** Services single page services-cta-wrapper ****/
.services-cta-wrapper .elementor-widget:not(:last-child) {
    margin-block-end: 0;
}

.services-cta-wrapper .cta-items .elementor-widget-button,
.services-cta-wrapper .cta-items .elementor-button {
    background: transparent;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    color: #ffffff;
    font-family: "stratos", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.05em;
    padding: 12px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.services-cta-wrapper .cta-items .elementor-button .elementor-button-link {
    border: none !important;
    background: transparent !important;
}

.services-cta-wrapper .cta-items .elementor-button .elementor-button-link:hover {
    border: none !important;
}

.services-cta-wrapper .cta-items .elementor-button:hover {
    border: 2px solid #ffffff !important;
}

.services-cta-wrapper .cta-items .primary-button {
    background: #c2ed63;
    font-weight: 600;
    color: #051c2c;
    cursor: pointer;
    padding: 12px 40px;
}

.services-cta-wrapper .cta-items .primary-button:hover .elementor-button-link {
    border: 2px solid transparent !important;
    color: #ffffff;
}

.services-cta-wrapper .cta-items .primary-button:hover {
    background: transparent;
    border: 2px solid #c2ed63 !important;
}

.services-cta-wrapper .cta-items .elementor-button-link .elementor-button-icon svg {
    height: 14px;
    margin-left: 13px;
    width: 24px;
}

.services-cta-wrapper .cta-items .elementor-button-link span.elementor-button-text {
    padding-top: 2px;
}

.services-cta-wrapper .cta-items .elementor-button-link .elementor-button-icon {
    padding-top: 4px;
}

/**** Services single page services-cta-wrapper ****/
.faq-block .faq-block-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
    border-top: none;
}

.industry-popup a.dialog-close-button.dialog-lightbox-close-button {
    border-radius: 50%;
    padding: 6px;
}

.hover-burgundy .elementor-button .elementor-button-icon svg path {
    transition: all .3s;
}

.hover-burgundy .elementor-button:hover .elementor-button-icon svg path {
    fill: #BC2A38;
}

.careers-tabs .eael-tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 64px !important;
}

.careers-tabs .eael-tab-inline-icon {
    width: auto;
    justify-content: center !important;
    background: #051C2C;
    padding: 8px 16px !important;
    gap: 16px 32px;
    border-radius: 100px;
}

.careers-tabs .eael-advance-tabs .eael-tabs-nav>ul li {
    flex: none;
}

.careers-tabs .eael-advance-tabs .eael-tabs-nav>ul li::after {
    display: none !important;
}

.careers-tabs .eael-advance-tabs .eael-tabs-content>div.active {
    padding: 0 !important;
}

@media (max-width: 767.98px) {
    .careers-tabs .eael-tab-inline-icon {
        border-radius: 24px;
        padding: 32px 16px !important;
    }

    .careers-tabs .eael-tabs-nav {
        margin-bottom: 32px !important;
    }

    .careers-tabs .eael-tab-inline-icon {
        gap: 10px 10px;
    }

    .position-container.e-con.e-flex {
        width: auto;
    }
}

.white-arrow-hover .elementor-button:hover .elementor-button-icon svg path {
    fill: white;
    transition: fill 0.3s ease;
}

/*Add custom margin to list*/
.list-ps-30 ul {
    padding-inline-start: 30px !important;
}

.approache-tabs .eael-advance-tabs .eael-tabs-nav>ul li {
    flex: initial;
}

.approache-tabs .eael-advance-tabs .eael-tabs-nav>ul {
    gap: 48px;
}

.approache-tabs .eael-tab-content-item {
    padding: 0 !important;
}

/*Hover burgundy focus*/
.transparent-button.cta-transparent.hover-burgundy a:focus {
    color: #C2ED63 !important;
}

.transparent-button.cta-transparent.hover-burgundy a:focus svg path {
    fill: #C2ED63 !important;
}

.tab-image {
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .tab-image {
        transform: translateY(0);
    }
}

/**** Services single page services-cta-wrapper ****/




/*Hero text animation */

.hero-heading-animation {
    min-height: 570px;
}

.hero-heading-animation .e-con-inner {
    position: relative;
}


.hero-heading-animation .elementor-widget-heading:after {
    content: '';
    background: rgb(5,28,44);
    background: linear-gradient(180deg, rgba(5,28,44,1) 0%, rgba(5,28,44,0) 100%);
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    opacity: 0;
}

.hero-heading-animation .elementor-widget-heading {
    top: 50%;
    position: absolute;
    opacity: 0;
    transform: scale(1.2) translateY( -50%);
    transition: transform .8s ease, opacity .8s ease;
    width: 98%;
}

.hero-heading-animation .elementor-widget-heading.active {
    opacity: 1;
    transform: scale(1) translateY(-50%);
    transition: transform 1s ease, opacity .5s ease;
    z-index: 100;
}

.hero-heading-animation .elementor-widget-heading.active.prev {
    opacity: 0;
    transform: scale(.7) translateY( -50%);
    transition: transform 1s ease, opacity 1s ease;
}

.hero-heading-animation .elementor-widget-heading.active.prev:after {
    opacity: 1;
    transition: opacity 1s ease;
}

.hero-heading-animation .elementor-widget-heading.active:after {
    opacity: 0;
}

.custom-tab-step a {
    color: #FFFFFF;
    text-decoration: underline;
    transition: 0.3s;
}

.custom-tab-step a:hover {
    text-decoration: none;
    transition: 0.3s;
}
/*Hero text animation */


/* Custom vertical slider */
.complex-title .vertical-swiper-wrapper {
    background: transparent;
}

.complex-title .vertical-swiper-wrapper .section-title {
    width: 50%;
    padding: 20px;
    align-items: flex-start;
}

.complex-title .vertical-swiper-wrapper .vertical-swiper-container {
    width: 45%;
}

.complex-title .vertical-swiper-wrapper .swiper-slide .vertical-swiper-item,
.complex-title .vertical-swiper-wrapper .swiper-slide {
    background: transparent;
}

.complex-title .vertical-swiper-wrapper .swiper-slide {
      display: flex;
    align-items: center;
}


.complex-title .vertical-swiper-wrapper .swiper-slide .vertical-swiper-item {
    width: 100%;
}


.complex-title .vertical-swiper-wrapper .section-title h3 {
        color: #FFFFFF;
    font-family: "stratos", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    line-height: 60px;
      margin-bottom: 20px;
}

.complex-title .vertical-swiper-wrapper .section-title p {
        color: #FFFFFF;
    font-family: "stratos", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.complex-title .vertical-swiper-wrapper .section-title p.yellow {
    color: #F5A830;
    font-family: "stratos", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.85px;
}

.complex-title .vertical-swiper-wrapper .swiper-pagination {
    margin-top: 30px;
}




.swiper-20-80 .vertical-swiper-wrapper .swiper-slide .vertical-swiper-item .item-title {
    width: 10%;
}

.swiper-20-80 .vertical-swiper-wrapper .swiper-slide .vertical-swiper-item .item-content {
    width: 90%;
}


.swiper-20-80 .vertical-swiper-wrapper .swiper-slide .vertical-swiper-item .item-content p {
    margin-bottom: 0;
}

.swiper-20-80 .vertical-swiper-wrapper .swiper-slide h4 {
    text-align: center !important;
    transition: transform .3s ease;
}

.swiper-20-80 .vertical-swiper-wrapper .swiper-slide.swiper-slide-active h4 {
    transform: scale(2);
}


@media only screen and (max-width: 1024px) {
    .complex-title .vertical-swiper-wrapper .section-title {
    width: 100%;
}

.complex-title .vertical-swiper-wrapper .vertical-swiper-container {
    width: 100%;
    
}
    
    .complex-title .vertical-swiper-wrapper .swiper-slide .vertical-swiper-item {
        flex-direction: row;
    }
}

@media only screen and (max-width: 767px) {
    .vertical-swiper-wrapper .swiper-slide .vertical-swiper-item .item-content,
    .vertical-swiper-wrapper .swiper-slide .vertical-swiper-item .item-title {
        margin-left: 10px;
    }
}
/* Custom vertical slider */

/*Outline button hover start*/
.elementor-element.outline-hover a.elementor-button {
    border: 2px solid transparent !important;
    padding: 12px !important;
    border-radius: 8px !important;
}

.elementor-element.outline-hover a.elementor-button svg {
    height: 14px;
    margin-left: 10px;
    width: 24px;
}

.elementor-element.outline-hover a.elementor-button:hover {
    border: 2px solid #fff !important;
    border-radius: 8px !important;
}
/*Outline button hover end*/


/*FIx homepage swiper animation*/
body .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}
/*FIx homepage swiper animation end*/

/*Leadership page updates*/
.position-container p {
    margin-bottom: 0;
}
.btn-arrow-right a svg {
    fill: #051C2C;
    transition: all .3s;
}
.btn-arrow-right a:hover svg {
    fill: #bc2a38;
}
/*Leadership page updates end*/