.contact-location h3 {
    font-size: 24px !important;
}

.btn-directions {
    font-family: 'Europa', sans-serif !important;
}

.dropbtn {
    background-color: #1B143C;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown i {
    font-size: 13px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin: 0;
}

.dropdown-content li {
    color: black;
    padding: 10px 0px;
    text-decoration: none;
    display: block;
}

.dropdown-content a {

    padding: 12px 32px 12px 10px;

}

.dropdown-content li:hover {
    background-color: #f1f1f1
}

.dropdown-content a:hover {
    color: #1B143C
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #1B143C;
}

.page-template-page-investors-php section#team {
    padding-top: 20px;
}

.page-template-page-investors-php #team .row .col-lg-2 {
    flex: 0 0 19.95%;
    max-width: 19.95%;
}

@media screen and (min-width:992px) {
    .dropdown {
        display: none;
    }

}

@media screen and (max-width:991px) {
    .news-filter {
        display: none !important;
    }

    .portfolio-filter-container ul.dropdown-content {
        display: none;
    }

}




.sub-menu.elementor-nav-menu--dropdown li a {
    border: 0;
    font-weight: 700 !important;
}


.sub-menu.elementor-nav-menu--dropdown li:hover a {
    border: 0;
    font-weight: 700 !important;
}











.news-filter {
    position: relative;
    margin: 0 0 40px 0;
    list-style: none;
    border: 1px solid #76909F;
    float: left;
    border-radius: 0px;
}

.news-filter li {
    float: left;
    position: relative;
}


.news-filter li.activeFilter a {
    color: #FFF !important;
    background-color: #1B143C;
    margin: -1px 0;
    padding: 13px 18px;
    font-weight: bold;
}

.news-filter li:first-child a {
    border-left: none;
}

.news-filter li a {
    display: block;
    position: relative;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 15px;
    color: #76909F;
    border-left: 1px solid #76909F;
}


.entry {
    background: linear-gradient(#F5F5F5, #F5F5F5) bottom center/calc(100% - 15px) 2px;
    background-repeat: no-repeat;
}


.mindful-employer {
    max-height: 65px;
}


#lg_image ul,
#top-section-levers-sub ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}


#top-section-levers-sub li:before {
    content: "";
    border-color: transparent #7d2081;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.2em;
    position: relative;
}



.navigation.pagination {
    margin-bottom: 40px;
}

.grecaptcha-badge {
    opacity: 0;
}

.pagination .nav-links {

    margin: 0 auto;
}


.pagination .nav-links a,
.pagination .nav-links span {
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;

}



.pagination .nav-links span.current {
    color: #FFF !important;
    background-color: #7d2081 !important;
    border-color: #7d2081 !important;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

ul {
    margin-left: 1.5em;
}

#top-bar .container {
    max-width: 100%;
    padding: 0 90px 0px 30px;
}

.modal-body {
    margin: 0 auto;
    padding: 0;
}

form.wpcf7-form {
    text-align: center;
    margin-top: 15px;
}

.modal-body label {
    text-align: left;
}

.modal-image {
    width: 100px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.case-studies-container {
    display: flex;
    flex-direction: column;
}

.case-study-video-container {
    margin-top: auto;
    position: relative;
}


body.stretched #header.full-header .container {
    padding: 0 30px 0px 80px;
}

#header-wrap {
    margin-top: 20px;
}

#header.sticky-header:not(.static-sticky) #header-wrap {
    margin-top: 0px;
    padding: 10px 0;
    height: 80px;
}

.cookie-table tr {
    border-bottom: 1px solid #CCC;
}

.cookie-table td {
    padding: 10px;
}

.top-links li>a {
    color: #76909f;
}

.top-links .icon-mail {
    font-size: 20px;
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column {
    margin: 0 auto;
}

#primary-menu .mega-menu-column li>a {
    color: #ffffff;
}

#primary-menu .mega-menu-column li {
    border-left: 1px solid #A1185B;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;

}

#primary-menu li.mega-menu>a::after {
    opacity: 0;
    content: "";
    bottom: 0px;
    width: 0;
    height: 0;
    border-width: 0 25px 25px 25px;
    border-style: solid;
    border-color: transparent transparent #1b143c transparent;
    position: absolute;
    transition-delay: 0s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


#primary-menu li.mega-menu:hover>a.hovered::after {
    content: "";
    opacity: 1;
    display: block;
    bottom: 0px;
    transition-delay: 0s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

#primary-menu .mega-menu-column li:first-of-type {
    border-left: none;
}

#primary-menu ul li.current-menu-item>a {
    color: #7D2081;
}

/*
.current-menu-item a:after{
    content: " ";
    display: block;
    border-bottom: 3px solid #7D2081;
    padding-top: 8px;
}
*/
/*//////////
oc-posts
/////*/

#oc-posts {
    margin-top: 60px;
    margin-bottom: 0px;
}


#oc-posts.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

#oc-posts.owl-carousel .entry-title {
    text-align: center;

}

#oc-posts.owl-carousel .ipost .entry-title h3 {

    font-size: 36px;

}

#oc-posts.owl-carousel .ipost .entry-title h3 a {
    color: #280A36;
}

#oc-posts.owl-carousel .ipost .entry-content {
    padding: 0 70px;
    text-align: center;
}

#oc-posts.owl-carousel .ipost .entry-content p {
    color: #76909F;
}


#oc-posts.owl-carousel .entry-image-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 70px 70px 0;
    border-color: transparent rgba(118, 144, 159, 0.25) transparent transparent;
    position: absolute;
    right: 25px;
    top: 0px;
}


#oc-posts.owl-carousel .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 0 35px;
    border-color: transparent transparent transparent rgba(118, 144, 159, 0.25);

    bottom: 10px;
    left: 8px;
}


#oc-posts .portfolio-overlay-btn-span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: auto;
}


#oc-posts .entry-bottom {
    position: relative;
    margin-top: 20px;
}

.oc-item .entry-bottom a {
    display: block;
    width: 100%;
    height: auto;
}

/*//////////
values subpage
/////*/

.grey-background-color {
    background-color: #f2f3f5;
}

h2.padding-title {
    padding: 40px 0px;
}

.top-section-sub {
    padding: 0px 40px;
}

.lg_image_info_container {
    padding: 50px;
}


#lg_image li:before {
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.2em;
    position: relative;
}

.lg_image_logo {
    max-width: 200px;
    margin-bottom: 50px;
}

.case_studies_arrow {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #7D2081 transparent transparent transparent;
}

.case_studies_play_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}

.case_studies_play_circle {
    width: 100px;
    height: 100px;
    background: #1896A4;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.nexus .case_studies_play_arrow {
    border-color: transparent transparent transparent #240D34;
    left: 51%;
}

.nexus .case_studies_play_circle {
    background: #D5BE3B;
}


.side-tri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 100px 100px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.side-tri-odd {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 100px 0px;
    border-color: transparent #ffffff transparent transparent;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;

}

#case_studies a:hover {
    cursor: pointer;
}

#case_studies a:hover .case_studies_play_arrow {
    border-color: transparent transparent transparent #1b143c;
}

.modal-video {
    width: 600px;
}

.modal-subpage .modal-content {
    background-color: #240D34;
}

.modal-subpage .modal-header {
    border: none;
}

.modal-subpage .close {
    color: #fff;
}



.di-quote-block.purpblu strong,
.di-quote-block.blueyell strong,
.di-quote-block.purpyell strong {
    color: #ffffff;
}

.di-quote-block p {
    padding: 0px 90px;
}


.di-quote-block.purpblu {
    background-color: #7D2082;
}

.di-quote-block.purpblu .di-quote {
    border-color: transparent transparent transparent #240D34;
}

.di-quote-block.purpblu .di-quote:after {
    border-color: transparent transparent #1896A4 transparent;
}

.di-quote-block.purpblu .di-quote-end {
    border-color: transparent #240D34 transparent transparent;
}

.di-quote-block.purpblu .di-quote-end:after {
    border-color: #1896A4 transparent transparent transparent;
}


.di-quote-block.blueyell {
    background-color: #1896A4;
}

.di-quote-block.blueyell .di-quote {
    border-color: transparent transparent transparent #240D34;
}

.di-quote-block.blueyell .di-quote:after {
    border-color: transparent transparent #DABF00 transparent;
}

.di-quote-block.blueyell .di-quote-end {
    border-color: transparent #240D34 transparent transparent;
}

.di-quote-block.blueyell .di-quote-end:after {
    border-color: #DABF00 transparent transparent transparent;
}


.di-quote-block.purpyell {
    background-color: #240D34;
}

.di-quote-block.purpyell .di-quote {
    border-color: transparent transparent transparent #A3195B;
}

.di-quote-block.purpyell .di-quote:after {
    border-color: transparent transparent #DABF00 transparent;
}

.di-quote-block.purpyell .di-quote-end {
    border-color: transparent #A3195B transparent transparent;
}

.di-quote-block.purpyell .di-quote-end:after {
    border-color: #DABF00 transparent transparent transparent;
}





/*//////////
Page-download
/////*/

.page-download-inner .row {
    margin-bottom: 20px;
    position: relative;
    background-color: rgba(118, 144, 159, 0.25);
    background-clip: content-box;
    padding-left: 10px;
}

.page-download {
    margin-bottom: 50px;
}

.page-download p {
    color: #280A36;
    font-weight: 600;
}




.page-download .page-download__thumb img {

    position: absolute;
    top: -10px;
    margin-top: 0px !important;

}



.page-download__content {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    height: 100%;
}

/*//////////
ESG
/////*/

#esg-mid {
    border-top: 1px solid #76909F;
}


#esg-mid p {
    color: #280A36;
    font-weight: 600;
}

#esg-mid a {
    color: #1996A4
}

#esg-low {
    border-bottom: 1px solid #76909F;
}

#esg-low h4 {
    margin-bottom: 10px;
}


/*//////////
investor
/////*/

#investor-lower {
    border-top: 1px solid #76909F;
    border-bottom: 1px solid #76909F;

    text-align: center;
}

#investor-lower h2 {
    margin-bottom: 10px;
}




/*//////////
DNA
/////*/


.dna {
    text-align: center;
}

.dna-first,
.dna-second {
    font-size: 18px;
    margin-bottom: 5px;
}

.dna-first {
    color: #280A36
}

.dna-second {
    color: #76909F;
}

.dna-arrow {

    width: 0;
    height: 0;
    margin: 0 auto;
    margin-top: 10px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #7D2081 transparent transparent transparent;
}

.dna h4 {
    font-size: 38px;
}

.dna-di h4 {
    color: #7D2081;
}

.dna h4 span {
    color: #A1185B !important;
}

/*//////////
Box
/////*/

.box-container {
    background-color: rgba(118, 144, 159, 0.10);
}

.box-image img {
    padding: 40px;
}

.box-text {
    padding: 40px;
}

.box-text p {
    color: #76909F
}

.box-text .triangle {

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #a2195b transparent transparent;
    position: absolute;
    right: 40px;

}

.box-text .triangle-bottom {

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 0px 20px;
    border-color: transparent transparent transparent #a2195b;
    position: absolute;
    left: 40px;
    bottom: 40px;

}

/*//////////
Stats
/////*/

#statistic {

    color: #A3195B;
    padding-top: 30px;
    margin-top: 20px;
}

#statistic .grey-background {
    background-color: #e7ecef;
    padding-bottom: 10px;
}

#statistic .grey-background img {
    padding: 20px 20px 0 20px;
}

#statistic h5 {
    color: #280A36;
}


/*//////////
News
/////*/


#news {
    margin-bottom: 40px;
}

.news-container {
    background-color: #F2F2F2;
}

.news-topbar {
    padding: 15px 20px 0;
}

.news-topbar h3 {
    color: #1b143c;
    margin-bottom: 0;
    border-bottom: 3px solid #1b143c;


}


.news-topbar .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #a2195b transparent transparent;
    position: absolute;
    right: 25px;
    top: 7px;
}


.news-info {
    padding: 5px 20px 0;
    color: #1b143c;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;

}

.news-info span {
    color: #7D2081;
    margin-top: 5px;
}

.news-info p {
    font-size: 1rem;
    margin-top: 5px;
    color: #1b143c;
    min-height: 55px;
}

.news-btn {
    padding: 0 19px 0 12px;
    font-size: 12px;
    text-shadow: none;
    line-height: 31px;
    height: 31px;
}

.news-info .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent #a2195b;
    position: absolute;
    bottom: 10px;
    left: 8px;
}

.news-btn:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #A1185B;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 10px;
}


.news-image {
    max-width: 50%;
    float: right;
    margin-left: 10px;
}



.button-dark-purple {
    background-color: #1b143c;

}


.portfolio-image .portfolio-overlay span img {
    width: auto;
    margin-left: 10%;
    display: inline-block;
    max-height: 65px;
}


.portfolio-item .portfolio-image span a {
    display: inline-block;
    width: 100%;
}

.portfolio-filter-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
    flex-wrap: wrap;
}

.portfolio-header {
    text-align: center;
    padding: 0 60px;
}

.btn-overlay {
    padding: 0 18px 0 12px;
    font-size: 14px;
    text-shadow: none;
    line-height: 30px;
    height: 30px;
}

.btn-container-center {
    margin: 0 auto;
    display: block;
    text-align: center;
}


.portfolio-overlay-btn-span {
    margin-right: 5%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}


.portfolio-header p {
    color: #76909F;
}

.portfolio-info-text {
    border-right: 1px solid #1896A4;
}

.portfolio-image img {
    transition: transform .2s;
    /* Animation */

}

.portfolio-image a img:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.portfolio-overlay-logo {
    display: inline-block;
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.iportfolio .portfolio-image .portfolio-overlay .portfolio-overlay-logo img {
    max-height: 38px;
    width: auto;
}



#similar-industries {
    margin-bottom: 50px;
}


.iportfolio .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent rgba(125, 32, 129, 0.8) transparent transparent;
    position: absolute;
    right: 20px;
    top: 14px;
    opacity: 1;
    z-index: 20;
}

.iportfolio .bottom-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent rgba(125, 32, 129, 0.9);
    position: absolute;
    bottom: 6px;
    left: 6px;
}



.about-us-text {
    border-right: 1px solid #76909f;
}

/*///////////////
Portfolio sidebar
///////////////*/

.table {
    color: #1b143c;
    margin-top: 40px;
    margin-bottom: 40px;
}

.table td {
    color: #1896A4;
}

.table th,
.table td {
    border-top: none;
    padding: 0.40rem 0.40rem 0.40rem 1rem;
}

.table th {
    border-right: 1px solid #76909F;
}

.our-people-info-sidebar {
    padding: 0 40px 0 15px;
}

.our-people-info-text {
    border-left: 1px solid #1896A4;
}


.portfolio-info-sidebar {
    padding: 0 15px 0 40px;
}

.btn-overlay:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1b143c;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 10px;
}


#portfolio-info h3 {
    color: #1896A4;
    margin-bottom: 5px;
    text-transform: capitalize;
}

#portfolio-info img {
    margin-top: 40px;
}

.portflio-quote-block {
    background-color: #1896A4;
    color: #ffffff;
    padding: 40px;
    position: relative;
}

.portflio-quote-block strong {
    color: #A3195B
}

.portflio-quote-container {
    position: absolute;
    top: 16px;
    left: 10px;
}

.portflio-quote {
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #A1185B;
}

.portflio-quote:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    top: -6px;
    left: -10px;
    position: relative;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #1b143c transparent;
}

.portflio-quote-end-container {
    position: absolute;
    right: 10px;
    bottom: 25px;
}

.portflio-quote-end {
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #A1185B transparent transparent;
}

.portflio-quote-end:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    top: -15px;
    left: 0px;
    position: relative;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #1b143c transparent transparent transparent;
}

.region-box {
    border-right: 1px solid #1896A4;
}

.region-box:last-of-type {
    border: none;
}

/*///////////////
D&I sidebar
///////////////*/
.di-quote-block {
    background-color: #1896A4;
    color: #ffffff;
    padding: 40px;
    position: relative;
}


.di-quote-block strong {
    color: #A3195B
}


.di-quote-container {
    position: absolute;
    top: 16px;
    left: 10px;
}

.di-quote-block p {
    font-size: 1.4rem;
}


.di-quote {
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #A1185B;
}



.di-quote:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    top: 0px;
    left: -20px;
    position: relative;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #1b143c transparent;

}


.di-quote-end-container {
    position: absolute;
    right: 10px;
    bottom: 25px;
}


.di-quote-end {
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #A1185B transparent transparent;
}



.di-quote-end:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    top: -20px;
    left: 0px;
    position: relative;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #1b143c transparent transparent transparent;
}

/*////////////////
Owl Carousel
///////////////*/



.iportfolio .portfolio-overlay {
    height: 20% !important;
}





.owl-carousel:before,
.owl-carousel:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 250px;
    top: 0;
    height: 100%;
    pointer-events: none;
    /*makes the linkes behind clickable.*/
}

.owl-carousel:before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.owl-carousel:after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}


.owl-carousel.vcr:after,
.owl-carousel.vcr:before {
    background: none;
}

.owl-carousel .owl-nav [class*=owl-] {
    border-radius: unset;
    background-color: unset;
}

.owl-carousel:hover .owl-nav .owl-next {

    right: 0px;

}

.owl-carousel:hover .owl-nav .owl-prev {

    left: 0px;

}


.owl-carousel .owl-nav .owl-next {
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #1b143c;
    right: 0px;
    z-index: 2;
}

.owl-carousel .owl-nav .owl-prev {
    border-style: solid;
    border-width: 25px 25px 25px 0;
    border-color: transparent #1b143c transparent transparent;
    left: 0px;
    z-index: 2;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: unset !important;
}


.owl-next i,
.owl-prev i {
    display: none;
}


/*

.iportfolio .portfolio-image .portfolio-overlay span img{
    width: 150px;
    margin-top: 4%;
}

*/
.fancy-title h3 {
    font-size: 36px;
}


#team .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

#team .fancy-title {
    margin-bottom: 20px;
}


.team-desc {
    position: relative;
    padding-left: 30px;
}

#team .team-desc .team-title h4 {
    font-size: 18px;
}

#team .team-desc .team-title span {
    font-size: 14px;
}


.team-desc .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #7D2081 transparent transparent;
    position: absolute;
    right: 0;
    top: 10px
}


.team-contact span {
    color: #7D2081;
}

.team-contact p {
    line-height: 1 !important;
    font-weight: 600;
}


/*////////////////
Value boxes
///////////////*/

.btn-directions {
    background-color: #A1185B;
    color: #ffffff;
}

/*////////////////
Value boxes
///////////////*/

.value-boxes img {
    padding: 40px
}

.value-boxes h2 {
    text-align: center;
    margin-top: 10px
}


/*////////////////
History
///////////////*/
.timeline {
    background-color: rgba(118, 144, 159, 0.10);
}

.timeline-text {
    color: #240D34;
    text-align: center;
    font-size: 24px;
    font-weight: 600;

}


.timeline-text-container {

    display: table;
    height: 100%;
    width: 100%;
}

.timeline-text-container span {
    display: table-cell;
}


.history-arrow {

    width: 0;
    height: 0;
    margin: 0 auto;
    margin-top: 10px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #240D34 transparent transparent transparent;
}



/*////////////////
Value Levers
///////////////*/


.vl-box-image {
    padding: 20px;
}

.vl-box-text-container {
    background-color: rgba(118, 144, 159, 0.10);
    background-clip: content-box;
}

.vl-box-text {
    padding: 40px;
}

.vl-box-text h3 {

    margin-bottom: 10px;
}


/*////////////////
Foundation
///////////////*/

#foundation {
    background-color: #7D2081;
    color: #FFF;
}

.foundation-text {
    text-align: center;
    padding: 20px 0px;
}

.foundation-text h2 {
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.2;
}

.foundation-text p {
    margin-bottom: 0;
}

#foundation .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #240D34 transparent transparent;
    position: absolute;
    right: 30px;
}


#foundation .triangle-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 0px 20px;
    border-color: transparent transparent transparent #240D34;
    position: absolute;
    left: 30px;
    bottom: 10px;
}

/*////////////////
get-in-touch
///////////////*/

#get-in-touch {
    background-color: #280A36;
    color: #fff;
}

#get-in-touch img {
    padding: 15px;
}

#get-in-touch .get-in-touch-text {
    padding-top: 40px;
}

#get-in-touch h2 {
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.2;

}

#get-in-touch a {
    color: #A3195B;
}

#get-in-touch p {
    font-size: 18px;
    line-height: 1.6;
}

/*////////////////
Footer
///////////////*/

#footer {
    color: #1b143c;
    margin-bottom: 100px;
}

#footer .container-fluid {
    padding-right: 80px;
    padding-left: 40px;
}



#footer h5 {
    color: #1b143c;
    margin-bottom: 1px;
}


.footer-address p {
    font-size: 0.75rem;
}

.footer-address .triangle {

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #a2195b transparent transparent;
    position: absolute;
    right: 0;
}


.footer-slogan h3 {
    color: #7d2081;
}

.copyright-links {
    font-weight: 600;
}

.copyright-text {
    color: #76909f;
    font-weight: 600;
    margin-bottom: 10px;
}

.social-icon.si-rounded {

    background-color: #7d2081;
    margin-right: 20px;

}

.icon-linkedin2:before {
    color: #fff;
}

@media only screen and (min-width:991px) and (max-width:1300px) {

    .iportfolio .triangle {

        border-width: 0 60px 60px 0;

    }

    .iportfolio .bottom-triangle {

        border-width: 18px 0 0 18px;

    }


}


@media only screen and (min-width:991px) and (max-width:1064px) {

    #primary-menu ul li>a {
        font-size: 15px;
    }
}


@media only screen and (min-width:1200px) and (max-width:1500px) {


    .btn-overlay {
        padding: 0px 3px 0 5px;
        font-size: 10px;
        text-shadow: none;
        line-height: 26px;
    }

    .no-box-btn .btn-overlay {
        padding: 0 18px 0 12px;
        line-height: 30px;
    }

    .btn-overlay:after {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 7px;
        border-color: transparent transparent transparent #1b143c;
        display: inline-block;
        position: relative;
        top: 4px;
        left: 10px;
    }

    .portfolio-image .portfolio-overlay span img {

        max-height: 55px;
    }


}


@media only screen and (max-width:1280px) {

    .container {
        max-width: 1070px;
    }

    #oc-posts.owl-carousel .ipost .entry-title h3 {
        font-size: 26px;
    }



    #oc-posts.owl-carousel .ipost .entry-content {
        padding: 0 40px;
    }

    .team-title h4,
    .team-title span {
        font-size: 16px
    }

    .portfolio-image .portfolio-overlay span img {

        max-height: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .portfolio-slider-inner .elementor-container {
        margin: 0 auto;
        justify-content: center;
    }
}

@media only screen and (max-width:990px) {

    #primary-menu li.mega-menu:hover>a.hovered::after {
        display: none;
    }

    .owl-item.active {
        /*   margin-left: 60px;
        */
    }

    .modal-image {
        width: 50px;
    }


    #primary-menu .mega-menu-column li>a {
        color: #1b143c;
    }


    #primary-menu .mega-menu-column li {
        border-left: none;
    }


    .portfolio-info-text,
    .region-box {
        border: none;
    }

    .portfolio-info-sidebar {
        padding: 0 15px;
    }

    .portfolio-image .portfolio-overlay span img {

        max-height: 30px;
    }



    .portfolio-filter {
        float: none;
    }

    /* .portfolio-filter-container{
        display: block;
    }*/
    .portfolio-filter-container ul {
        display: inline-block;
    }

    .our-people-info-sidebar {
        padding: 0 15px;
    }

    .vl-box-text {
        padding: 10px;
    }

    .mindful-employer {
        display: block;
        margin: 0 auto;
    }

}


@media only screen and (max-width:768px) {
    .page-template-page-investors-php #team .row .col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .portfolio-image .portfolio-overlay span img {

        max-height: 35px;
    }


    .portfolio-filter,
    .news-filter {

        border: 1px solid #1B143Ced;
        /*width: 100%;*/
    }


    .our-people-info-text {
        border: none;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0px;
    }

    .about-us-text {
        border: none;
    }

    .timeline-text {
        font-size: 18px;
        padding: 20px;
    }

    #get-in-touch .get-in-touch-text {
        padding-top: 18px;

    }

    #get-in-touch p {
        font-size: 14px;
    }

    .portfolio-header {
        padding: 0;
    }

}


@media only screen and (min-width:576px) and (max-width:1132px) {

    /*
    .iportfolio .portfolio-image .portfolio-overlay span img{
        width: 100px;
    }

    */
    .portfolio-overlay-btn-span .btn-overlay {
        padding: 0 8px 0 12px;
        font-size: 9px;
        line-height: 21px;
    }

    .portfolio-overlay-btn-span .btn-overlay:after {

        top: 3px;
        border-width: 6px 0 6px 6px;
    }



}

@media only screen and (max-width:767px) {
    .page-template-page-investors-php #team .row .col-lg-2 {
        flex: 100%;
        max-width: 100%;
    }

    .portfolio-filter,
    .news-filter {
        width: 100%;
    }

    .portfolio-filter li,
    .news-filter li {
        width: 25%;
        margin: 0 !important;
    }

}


@media only screen and (max-width:576px) {

    .lg_image_info_container {
        padding: 50px 30px
    }

    .top-section-sub {
        padding: 30px;
    }

    .di-quote-block p {
        padding: 0px 20px;
    }



    .owl-carousel:before,
    .owl-carousel:after {
        width: 100px;
    }

    #copyrights {
        font-size: 10px;
    }

    .portfolio-image .portfolio-overlay span img {

        max-height: 45px;
    }


    #get-in-touch .get-in-touch-text {
        padding: 18px 18px 0px 18px;
    }

    .vl-box-text {
        padding: 10px;
    }

    .vl-box-text-container {
        background-clip: initial;
    }
}


@media only screen and (max-width:575px) {


    .portfolio-filter li,
    .news-filter li {
        width: 50%;
    }

}



/*---- Portfolio Slider----*/

.img-caption {
    display: flex;
    justify-content: center;
}

.img-caption .content {
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    position: absolute;
    top: 40%;
    color: #fff;
    margin: 0 auto;
    align-items: center;
    width: 90%;
    text-align: center;
    z-index: 99;
}

.img-caption .content p {
    font-family: 'Europa', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
}

.bottom-caption .btn-findout {
    padding: 0px 22px 5px 13px !important;
    font-size: 14px !important;
    text-shadow: none;
    background-color: #A2195B;
    color: #fff !important;
    letter-spacing: 0;
    margin: 0 !important;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}

.bottom-caption .btn-findout:hover {
    color: #fff;
    background-color: #7D2082;
}

.bottom-caption .btn-findout:after {
    content: " ";
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1b143c;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
}

.bottom-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    width: 100%;
}

.bottom-caption .client-logo img {
    max-height: 38px;
    width: auto;
}

.bottom-caption .client-logo {
    display: inline-block;
    width: 50%;
}

#portfolio-slider .portfolio-overlay {
    display: flex;
    align-items: center;
    position: absolute;
    height: 20%;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.porfolio-bg:before {
    background-color: rgb(0 0 0 / 33%);
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.porfolio-bg {
    position: relative;
    height: 372px;
}

#portfolio-slider .oc-item .porfolio-bg:hover img {
    transform: scale(1.5);
    transition: transform .2s;
}

#portfolio-slider .oc-item .porfolio-bg img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform .2s;
    height: 100%;
    object-position: center;
    width: 100%;
}

#portfolio-slider .oc-item {
    overflow: hidden;
}

#portfolio-slider .owl-carousel .owl-nav .owl-prev {
    border-style: solid;
    border-width: 25px 25px 25px 0;
    border-color: transparent #1b143c transparent transparent;
    left: 0px;
    z-index: 2;
}

#portfolio-slider .slide-item:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent rgba(125, 32, 129, 0.8) transparent transparent;
    position: absolute;
    right: 20px;
    top: 14px;
    opacity: 1;
    z-index: 20;
    float: right;
}

#portfolio-slider .slide-item:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent rgba(125, 32, 129, 0.9);
    position: absolute;
    bottom: 6px;
    left: 6px;
    z-index: 999;
    float: left;
    margin-left: 6px;
}

#portfolio-slider .owl-nav .owl-next {
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #1b143c;
    right: 0px;
    z-index: 2;
}

#portfolio-slider .owl-nav .owl-prev {
    border-style: solid;
    border-width: 25px 25px 25px 0;
    border-color: transparent #1b143c transparent transparent;
    left: 0px;
    z-index: 2;
}

#portfolio-slider .owl-carousel:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 250px;
    top: 0;
    height: 100%;
    pointer-events: none;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

#portfolio-slider .owl-carousel:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 250px;
    top: 0;
    height: 100%;
    pointer-events: none;
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.portfolio-slider-home:before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
}

.portfolio-slider-home:after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
}

.portfolio-slider-home:before,
.portfolio-slider-home:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 250px;
    top: 0;
    height: 100%;
    pointer-events: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .porfolio-bg {
        position: relative;
        height: 100% !important;
    }

    .img-caption .content {
        display: flex;
        justify-content: center;
        left: auto;
        right: auto;
        position: absolute;
        bottom: 50%;
        color: #fff;
        margin: 0 auto;
        align-items: center;
        width: 300px;
        text-align: center;
    }

    .img-caption .content p {
        font-family: 'Europa', sans-serif;
        font-size: 18px;
        font-weight: 500;
    }

    .portfolio-overlay {
        display: flex;
        align-items: center;
        position: absolute;
        height: 24%;
        width: 100%;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .bottom-caption .client-logo img {
        max-height: 30px;
        width: auto;
    }

    .bottom-caption {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 10px;
        width: 100%;
    }

    .bottom-caption .btn-findout {
        padding: 0px 13px 5px 13px !important;
        font-size: 14px !important;
        text-shadow: none;
        background-color: #A2195B;
        color: #fff !important;
        letter-spacing: 0;
        margin: 0 !important;
        display: inline-block;
        font-weight: 700;
        text-decoration: none;
    }

    #portfolio-slider .owl-carousel:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100px;
        top: 0;
        height: 100%;
        pointer-events: none;
        left: 0;
        background: linear-gradient(to right, rgb(255 255 255 / 56%), rgba(255, 255, 255, 0));
    }

    #portfolio-slider .owl-carousel:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100px;
        top: 0;
        height: 100%;
        pointer-events: none;
        right: 0;
        background: linear-gradient(to left, rgb(255 255 255 / 54%), rgba(255, 255, 255, 0));
    }

    #portfolio-slider .slide-item:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 50px 0;
        border-color: transparent rgba(125, 32, 129, 0.8) transparent transparent;
        position: absolute;
        right: 20px;
        top: 14px;
        opacity: 1;
        z-index: 20;
        float: right;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .porfolio-bg {
        position: relative;
        height: 100% !important;
    }

    .img-caption .content {
        display: flex;
        justify-content: center;
        left: auto;
        right: auto;
        position: absolute;
        bottom: 50%;
        color: #fff;
        margin: 0 auto;
        align-items: center;
        width: 300px;
        text-align: center;
    }

    .img-caption .content p {
        font-family: 'Europa', sans-serif;
        font-size: 18px;
        font-weight: 500;
    }

    .portfolio-overlay {
        display: flex;
        align-items: center;
        position: absolute;
        height: 24%;
        width: 100%;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .bottom-caption .client-logo img {
        max-height: 30px;
        width: auto;
    }

    .bottom-caption {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 10px;
        width: 100%;
    }

    .bottom-caption .btn-findout {
        padding: 0px 13px 5px 13px !important;
        font-size: 14px !important;
        text-shadow: none;
        background-color: #A2195B;
        color: #fff !important;
        letter-spacing: 0;
        margin: 0 !important;
        display: inline-block;
        font-weight: 700;
        text-decoration: none;
    }

    #portfolio-slider .draggable:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 150px;
        top: 0;
        height: 100%;
        pointer-events: none;
        left: 0;
        background: linear-gradient(to right, rgb(255 255 255 / 56%), rgba(255, 255, 255, 0));
    }

    #portfolio-slider .draggable:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 150px;
        top: 0;
        height: 100%;
        pointer-events: none;
        right: 0;
        background: linear-gradient(to left, rgb(255 255 255 / 54%), rgba(255, 255, 255, 0));
    }

    #portfolio-slider .slide-item:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 0 0 18px;
        border-color: transparent transparent transparent rgba(125, 32, 129, 0.9);
        position: absolute;
        bottom: 2px;
        left: 6px;
        z-index: 999;
        float: left;
        margin-left: 6px;
    }

    #portfolio-slider .slide-item:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 50px 0;
        border-color: transparent rgba(125, 32, 129, 0.8) transparent transparent;
        position: absolute;
        right: 20px;
        top: 14px;
        opacity: 1;
        z-index: 20;
        float: right;
    }
}

@media only screen and (min-width: 1225px) and (max-width: 1366px) {
    .porfolio-bg {
        position: relative;
        height: 300PX !important;
    }

    .img-caption .content p {
        font-family: 'Europa', sans-serif;
        font-size: 18px;
        font-weight: 500;
    }

    .img-caption .content {
        display: flex;
        justify-content: center;
        left: auto;
        right: auto;
        position: absolute;
        bottom: 50%;
        color: #fff;
        margin: 0 auto;
        align-items: center;
        width: 300px;
        text-align: center;
    }

    #portfolio-slider .slide-item:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 80px 80px 0;
        border-color: transparent rgba(125, 32, 129, 0.8) transparent transparent;
        position: absolute;
        right: 20px;
        top: 14px;
        opacity: 1;
        z-index: 20;
        float: right;
    }
}

.home-news .elementor-post__text {
    position: relative;
    column-count: 1 !important;
}

.home-news .elementor-post__excerpt {
    margin-bottom: 0 !important;
}





.home-portfolio .img-caption {
    display: none;
}

.home-our-people .our-people:after,
.home-our-people .our-people:before {
    display: none;
}

.single-post .clearfix:after,
.single-post .clearfix:before {
    border: 0;
    height: 0;
    width: 0;
}


.book-download-slider .elementor-invisible {
    visibility: visible !important;
}

.book-download-slider .btn-simple {
    justify-content: center;
    max-width: 150px;
    width: 100% !important;
    margin: 0 auto;
}

.book-download-slider .btn-simple:after {
    right: 7px;
    top: 7px;
    position: absolute;
    left: inherit;
}

.book-download-slider .elementor-widget-image img {

    max-height: 220px;
    width: auto;

}

.book-download-slider .elementor-widget-heading h2 {

    height: 60px;

}

.portfolio-slider-inner .owl-carousel .owl-item {
    min-height: 650px;
}


/* .esg-news-inside .post-grid .elementor-post__excerpt {
    position: absolute;
    left: 0;
    width: 100%;
    top: -77px;
    height: 70px !important;
    padding: 10px;
    background-color: var(--e-global-color-338a142);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.esg-news-inside .post:hover .elementor-post__excerpt {
    opacity: 1;
} */
.esg-news-inside .post-grid .elementor-post__excerpt {
    order: -1;
    margin-bottom: 10px !important;
}

.esg-news-inside .elementor-posts .elementor-post__title {
    order: -1;
    margin-bottom: 10px;
    min-height: auto;
}

.esg-news-inside .post-grid .elementor-post__excerpt p {
    color: #777 !important;
    font-weight: normal !important;
    line-height: 20px;
}

.why-diversity .elementor-column.elementor-col-14 {
    margin: 14px auto !important;
}

.box-content:after,
.box-content:before,
.box-content .elementor-element-populated:before,
.box-content .elementor-element-populated:after {
    width: 30px !important;
    height: 30px !important;
}

.box-content p {
    padding: 25px 15px !important;
}

.value-creation-slider.inside .m50 {
    display: none;
}

.value-creation-slider.inside .elementor-testimonial__text:before {
    bottom: 0 !important;
}

.value-creation-slider.inside .elementor-testimonial {
    padding-bottom: 0;
}

.why-diversity-matter .slick-slide {
    padding: 0 15px;
}

.sa_hover_container .value-slider .left a {
    margin-top: 25px !important;
}

#main_slider .caption-slider {
    display: none;
}

#main_slider .sa_hover_container:before {
    background-color: rgb(0 0 0 / 33%);
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#main_slider .sa_hover_container .footer-caption {
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
}





#main_slider:before,
#main_slider:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 250px;
    top: 0;
    height: 100%;
    pointer-events: none;
}

#main_slider:after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
}

#main_slider:before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
}

#main_slider .sa_hover_container {
    background-size: 101% !important;
    transition: all 0.2s ease-in-out;
}

#main_slider .sa_hover_container:hover {
    background-size: 150% !important;
}

.team-slider .elementor-widget-text-editor {
    font-size: 17px !important;
    font-family: "europa" !important;
    font-weight: 700 !important;
}

.team-slider .elementor-widget-text-editor .elementor-widget-container {
    margin-top: 0 !important;
}

.team-slider .elementor-widget-text-editor .elementor-widget-container p {
    margin-bottom: 0;
}

.team-slider .elementor-widget-heading .elementor-heading-title {
    font-family: "europa" !important;
    font-weight: 700 !important;
}

.team-slider .elementor-widget-heading {
    margin-bottom: 0 !important;
}

.team-section .elementor-widget-heading .elementor-heading-title {
    font-family: "europa" !important;
    font-weight: 700 !important;
}

.team-section .elementor-widget-text-editor {
    font-family: "europa" !important;
    font-weight: 700 !important;
    font-size: 17px !important;
}




.case-study .sa_hover_container {
    min-height: 430px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px !important;
}

.case-study .sa_hover_container .cu_slide {
    min-height: 100%;
}

.cs-slider .elementor-widget-image img {
    display: block;
    max-height: 100px;
    width: auto;
}

.cs-slider .swiper-pagination-bullet {

    background-color: #fff !important;
    opacity: 0.5 !important;
}

.cs-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;

}

.technology-slider.pharma .left-slide {
    width: 55%;
}

.technology-slider.pharma .right-slide {
    width: 45%;
}

.technology-slider.pharma {
    align-items: center;
}

.technology-slider.pharma .right-slide {
    padding: 0 10px;
}

.technology-slider.pharma .text-para {
    padding: 0 10px;
}

.hc-team-slider .new_cls {
    margin-left: 0;
    margin-right: 0;
}

#slider_17297 section .elementor-element-populated {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#slider_17297 section .elementor-heading-title {
    height: 60px;
}

#slider_17297 section .attachment-large {
    max-height: 220px;
    width: auto;
}

#slider_17297 section .btn-simple {
    justify-content: center;
    max-width: 150px;
    width: 100% !important;
    margin: 0 auto;
}

.esg-slider .slider-bth {
    justify-content: center;
}

.esg-slider .slider-bth a {
    margin-right: 15px;
}

#slider_17297 .owl-nav .owl-prev {
    /* left: -30px;     */
    background: url(/wp-content/uploads/2022/10/right.png) center no-repeat !important;
}

#slider_17297 .owl-nav .owl-next {
    /* right: -30px;   */
    background: url(/wp-content/uploads/2022/10/left.png) center no-repeat !important;
}

#slider_14856 .owl-dots.disabled {
    padding: 0 !important;
}

.esg-investment {
    height: 230px;
    width: 230px;
    margin: 0 auto;
    display: block;
    background-color: #F1F0F0;
    border: 8px solid #B7C2C9;
    position: relative;
    border-radius: 50%;
    padding: 20px;
}

.esg-investment .elementor-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}

.esg-bg-image {
    position: absolute !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;

}

#slider_17374 {
    max-width: 90%;
    margin: 0 auto;
}

#slider_17374 .owl-prev {
    background: url('/wp-content/uploads/2022/11/arrow-pre.png') center no-repeat !important;
    background-size: contain !important;
    left: -10px;
}

#slider_17374 .owl-next {
    background: url('/wp-content/uploads/2022/11/arrow-next.png') center no-repeat !important;
    background-size: contain !important;
    right: -10px;
}

#slider_17374 .owl-nav button {
    width: 20px !important;
}

#slider_17374 .owl-nav button.disabled {
    display: block !important;
}

#slider_17374 .owl-nav button.disabled {
    opacity: 0.4;
}

.esg-post .btn-simple2 {
    padding: 2px 10px 2px 10px !important;
    max-width: 150px;
}

.esg-post .btn-simple2 .elementor-button {
    padding: 5px 5px 5px 0px !important;
}

.slider-bth {
    width: 160px !important;
    margin: 0 auto;
}

.slider-bth button {
    font-weight: 400 !important;
    font-family: 'europa' !important;
}


@media(min-width:768px) {
    .home-news .elementor-post__read-more {
        position: absolute;
        bottom: 0;
        right: 0;
    }


    .esg-post .btn-simple2 {
        margin-left: auto;
    }

    #slider_17374 .owl-prev {
        left: -40px;
    }

    #slider_17374 .owl-next {
        right: -40px;
    }

    .esg-bg-image {
        width: calc(100% + 20px);
    }

    #slider_17374 .owl-item:not(.active)+.owl-item.active .esg-bg-image {
        width: calc(100% + 20px);
    }

    #slider_17374 .owl-item:not(.active)+.owl-item.active {
        z-index: 999;
    }

    #slider_17374 .owl-item:not(.active)+.owl-item.active+.owl-item.active {
        z-index: 99;
    }

    #slider_17374 .owl-item:not(.active)+.owl-item.active+.owl-item.active .esg-bg-image {
        width: 100%
    }

    #slider_17374 .owl-item:not(.active)+.owl-item.active+.owl-item.active+.owl-item.active {
        z-index: 0;
    }

    #slider_17374 .owl-item:not(.active)+.owl-item.active+.owl-item.active+.owl-item.active .esg-bg-image {
        width: 100%;
    }

}

@media(min-width:980px) {
    #slider_17374 .owl-item:not(.active)+.owl-item.active+.owl-item.active .esg-bg-image {
        width: calc(100% + 20px);
    }

}

@media(min-width:1025px) {

    .home-news .post-grid {
        height: 100%;
    }

    .home-news .post-grid * {}

    .home-news .post-grid .elementor-post__text * {
        height: auto;
    }

    .home-news .post-grid .elementor-post__thumbnail img {}

    .home-news .post-grid .elementor-post__text {
        height: auto;
        display: flex !important;
        flex-direction: revert;
        flex-wrap: wrap;
    }

    .home-news .post-grid .elementor-post__meta-data {
        width: 1000%;
    }

    .home-news .post-grid .elementor-post__excerpt {
        width: 100%;
    }

    .home-news .elementor-post__title {
        min-height: 60px;
    }


}


@media(min-width:1251px) {
    .portfolio-slider-inner .owl-carousel .owl-item {
        min-height: auto;
    }

    .value-levers .nav .elementkit-nav-item {
        min-height: 250px;
        margin-bottom: 10px !important;
    }

    .value-levers .nav .elementkit-nav-item .top-pos {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        flex: inherit;
        padding: 65px 20px 14px 20px !important;
    }

    .value-levers .nav .elementkit-nav-item .ekit-tab-title-group {
        margin-top: auto;
        flex: inherit;
    }

    .value-levers .tab-content {
        background-color: #eff2f3;
        margin-bottom: 10px;
    }
}

@media (max-width: 1330px) {
    .team-section .elementor-widget-text-editor {
        font-size: 16px !important;
    }
}

@media(max-width:1250px) {

    .home-news .post-grid2 .elementor-post__read-more {
        /* font-size: 12px !important;
        padding: 0px 10px 5px 7px !important; */
        min-height: 30px;
    }

    .home-news .post-grid2 .elementor-post__read-more:after {
        /* top: 6px;
        left: 6px; */
    }

    .home-news .post-grid2 .elementor-post__excerpt p {
        font-size: 14px !important;
    }

    .home-news .post-grid2 .elementor-post__meta-data {
        font-size: 13px !important;
    }

    .home-news .elementor-post__title {
        min-height: 55px;
    }


}

.lefts-de-single-post .elementor-posts-container {
    height: 100%;
}

#slider_17297 .owl-nav button.disabled {
    display: block !important;
}


@media (max-width: 1024px) {
    .page-template-page-investors-php #team .row .col-lg-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    #main_slider:after {
        width: 20%;
        background: linear-gradient(271.14deg, #FFFFFF 0.91%, rgba(255, 255, 255, 0.792379) 0, rgba(255, 255, 255, 0) 70%);
    }
}

@media (max-width: 767px) {
    .portfolio-slider .find-out-btn .slider-bth {
        margin: 0 auto;
    }

    .esg-news-inside .post-grid .elementor-post__excerpt {
        display: none;
    }

    .portfolio-slider-inner .owl-carousel .owl-item {
        min-height: 550px;
    }

}


.pdf-listing .elementor-widget-heading {
    position: relative;
    padding-right: 20px;
}

.pdf-listing .elementor-widget-heading::after {
    content: "";
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #7D2082 transparent transparent;
    position: absolute;
    right: 10px;
    top: -10px;
}






/*.page-template-page-news-php .portfolio-item .portfolio-image img {*/
/*    height: 400px;*/
/*    object-fit: cover;*/
/*    object-position: top;*/
/*}*/


/*@media(max-width:1440px) {*/
/*  .page-template-page-news-php .portfolio-item .portfolio-image img{*/
/*    height: 320px;*/
/*  }*/
/*}*/

/*@media(max-width:1199px) {*/
/*  .page-template-page-news-php .portfolio-item .portfolio-image img{*/
/*    height: 200px;*/
/*  }*/
/*}*/
/*@media(max-width:991px) {*/
/*  .page-template-page-news-php .portfolio-item .portfolio-image img{*/
/*    height: 150px;*/
/*  }*/
/*}*/


.search-toggle-btn {
    position: relative;
    z-index: 99;
}

.custom-searbar button.elementor-search-form__submit {
    visibility: hidden;
    opacity: 0;
}

.custom-searbar {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center !important;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.custom-searbar input[type="search"]::-webkit-search-decoration,
.custom-searbar input[type="search"]::-webkit-search-cancel-button,
.custom-searbar input[type="search"]::-webkit-search-results-button,
.custom-searbar input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.search-active .custom-searbar {
    opacity: 1;
    visibility: visible;
}

.search-active .search-toggle-btn .fa-search:before {
    content: "\e870";
    font-family: elementskit !important;
    font-size: 17px;
}

.custom-searbar .elementor-widget-container {
    width: 100%;
    flex: 0 0 100%;
}

.custom-searbar .elementor-search-form {
    margin-bottom: 0;
}

.pos-static {
    position: static !important;
}

.pos-static>.elementor-widget-wrap {
    position: static;

}

.page-id-19427 ol {
    padding-left: 15px;
}


.stats-box .elementor-image-box-img {
    background-color: #EEF2F3;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    position: relative;
    padding: 20px;

}

.stats-box .elementor-image-box-img:after {
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #D9BF27 transparent transparent;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
}

.stats-box .elementor-image-box-img:before {
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent #459E99;
    content: "";
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.stats-box .elementor-image-box-title {
    margin-bottom: 7px;
}


.stats-box .state-1 .elementor-image-box-img:before {
    border-color: transparent transparent transparent #459E99;
}

.stats-box .state-2 .elementor-image-box-img:before {
    border-color: transparent transparent transparent #28255A;
}

.stats-box .state-3 .elementor-image-box-img:before {
    border-color: transparent transparent transparent #7D2082;
}

.stats-box .state-4 .elementor-image-box-img:before {
    border-color: transparent transparent transparent #972A5B;
}

.stats-box .state-5 .elementor-image-box-img:before {
    border-color: transparent transparent transparent #4387C3;
}




.stats-box .elementor-image-box-img img {
    max-height: 150px;
    width: auto;
    max-width: 100%;

}

.stats-box .elementor-element-populated {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-news .portfolio-item .portfolio-desc h3 {
    font-size: 16px;
}

@media(min-width:576px) {

    .page-template-page-news .portfolio-item .portfolio-image {
        height: 210px !important;
    }

    .page-template-page-news .portfolio-item {
        height: 390px !important;
    }
}

@media(min-width:768px) {

    .page-template-page-news .portfolio-item .portfolio-image {
        height: 160px !important;
    }

    .page-template-page-news .portfolio-item {
        height: 350px !important;
    }
}

@media(min-width:1024px) {
    .page-template-page-news .portfolio-item .portfolio-desc h3 {
        font-size: 18px;
    }

    .page-template-page-news .portfolio-item .portfolio-image {
        height: 220px !important;
    }

    .page-template-page-news .portfolio-item {
        height: 380px !important;
    }
}

@media(min-width:1281px) {
    .page-template-page-news .portfolio-item .portfolio-desc h3 {
        font-size: 20px;
    }

    .page-template-page-news .portfolio-item .portfolio-image {
        height: 240px !important;
    }

    .page-template-page-news .portfolio-item {
        height: 400px !important;
    }
}

@media(max-width:1024px) {
    .elementor-kit-10201 h4 {
        font-size: 22px;
    }
}

@media(max-width:767px) {
    .team-desc {
        padding-left: 10px;
    }

    .elementor-kit-10201 h4 {
        font-size: 18px !important;
    }

    #team .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }

    .portfolio-slider .sa_vert_center .footer-caption .footer-btn-find:last-child a.btn-findout {
        margin: 0 auto !important;
    }

    .portfolio-slider .sa_vert_center .footer-caption .footer-btn-find:last-child {
        margin-top: 8px !important;
    }

    #portfolio-slider .slide-item:before {
        display: none;
    }

    #main_slider .footer-caption {
        padding: 15px !important;
    }

    #ad-tabs .nav .elementkit-nav-item>a {
        height: 100%;
    }

    #ad-tabs .nav .elementkit-nav-item {
        margin-bottom: 10px;
    }

    #ad-tabs .nav {
        display: flex;
        width: 100%;
        flex: 0 0 auto;
        margin: 0 -5px
    }

    #ad-tabs .nav .elementkit-nav-item {
        margin: 0 !important;
        width: 50% !important;
        flex: 0 0 auto;
        padding: 5px;
    }

    .widget-slider .elementor-testimonial__footer {
        margin-bottom: 5px !important;
    }

    .widget-slider .elementor-testimonial__footer img {
        height: 55px !important;
    }

    .widget-slider .elementor-testimonial__cite {
        margin-top: 15px !important;
    }

    .footer-logo {
        text-align: center !important;
    }

}

@media (max-width: 575px) {
    .portfolio-slider #main_slider .sa_hover_container {
        height: 250px;
        min-height: inherit !important;
    }

    #main_slider:after {
        width: 15%;
    }

    #main_slider:before {
        width: 15%;
    }

    #main_slider .footer-caption img {
        height: 30px;
        width: auto;
    }
}


#slider_16089 .owl-nav .owl-next {
    background: rgba(255 255 255 / 0%) url(/wp-content/plugins/slide-anything/images/black_icon_next.png) no-repeat center center !important;
}

#slider_16089 .owl-nav .owl-prev {
    background: rgba(255 255 255 / 0%) url(/wp-content/plugins/slide-anything/images/black_icon_prev.png) no-repeat center center !important;
}

#slider_16089 .owl-item .elementor-inner-section {
    margin-left: 0;
    margin-right: 0;
}

#slider_160810 .owl-nav .owl-next {
    background: rgba(255 255 255 / 0%) url(/wp-content/plugins/slide-anything/images/black_icon_next.png) no-repeat center center !important;
}

#slider_160810 .owl-nav .owl-prev {
    background: rgba(255 255 255 / 0%) url(/wp-content/plugins/slide-anything/images/black_icon_prev.png) no-repeat center center !important;
}

#slider_160810 .owl-item .elementor-inner-section {
    margin-left: 0;
    margin-right: 0;
}

#slider_160810 .owl-nav {
    display: block !important;
}

.great-place-work .elementor-column .bottom-shape {
    margin-top: auto;
}

.great-place-work .elementor-column .elementor-widget-wrap {
    flex-direction: column;
}

.great-place-work .top-icon img {
    height: 85px;
    width: auto !important;
}

@media(max-width:1199px) {


    .great-place-work .bottom-shape img {
        width: 40px !important;
    }

    .multiple-icons-row .bottom-shape img {
        width: 25px !important;
    }
}

@media(max-width:1024px) {
    .great-place-work h2 {
        font-size: 24px !important;
    }

    .great-place-work p {
        font-size: 16px !important;

    }

    .great-place-work .top-icon img {
        height: 65px;
    }
}

.feedback-slider .elementor-repeater-item-92be88b:after,
.feedback-slider .elementor-repeater-item-92be88b:before,
.feedback-slider .elementor-repeater-item-b8b56d1:after,
.feedback-slider .elementor-repeater-item-b8b56d1:before,
.feedback-slider .elementor-repeater-item-1148703:after,
.feedback-slider .elementor-repeater-item-1148703:before,
.feedback-slider .elementor-repeater-item-5bae7dd:after,
.feedback-slider .elementor-repeater-item-5bae7dd:before,
.feedback-slider .elementor-repeater-item-d036933:after,
.feedback-slider .elementor-repeater-item-d036933:before {
    content: '';
    position: absolute;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.feedback-slider .elementor-repeater-item-92be88b:after,
.feedback-slider .elementor-repeater-item-b8b56d1:after,
.feedback-slider .elementor-repeater-item-1148703:after,
.feedback-slider .elementor-repeater-item-5bae7dd:after,
.feedback-slider .elementor-repeater-item-d036933:after {
    bottom: 20px;
    right: 20px;
}

.feedback-slider .elementor-repeater-item-92be88b:before,
.feedback-slider .elementor-repeater-item-b8b56d1:before,
.feedback-slider .elementor-repeater-item-1148703:before,
.feedback-slider .elementor-repeater-item-5bae7dd:before,
.feedback-slider .elementor-repeater-item-d036933:before {
    top: 20px;
    left: 20px;
}



.feedback-slider .elementor-repeater-item-92be88b:after {
    background-image: url(../images/yellow-quote-2.png);
}

.feedback-slider .elementor-repeater-item-92be88b:before {
    background-image: url(../images/yellow-quote-1.png);

}

.feedback-slider .elementor-repeater-item-b8b56d1:after {
    background-image: url(../images/yellow-white-quote-2.png);
}

.feedback-slider .elementor-repeater-item-b8b56d1:before {
    background-image: url(../images/yellow-white-quote-1.png);
}




.feedback-slider .elementor-repeater-item-1148703:after {
    background-image: url(../images/green-quote-2.png);
}

.feedback-slider .elementor-repeater-item-1148703:before {
    background-image: url(../images/green-quote-1.png);
}

.feedback-slider .elementor-repeater-item-5bae7dd:after {
    background-image: url(../images/yellow-quote-2.png);
}

.feedback-slider .elementor-repeater-item-5bae7dd:before {
    background-image: url(../images/yellow-quote-1.png);
}

.feedback-slider .elementor-repeater-item-d036933:after {
    background-image: url(../images/purple-quote-2.png);
}

.feedback-slider .elementor-repeater-item-d036933:before {
    background-image: url(../images/purple-quote-1.png);
}

.feedback-slider .swiper-pagination-bullet {
    border: 0;
}

/* .feedback-slider .elementor-swiper-button-prev i::before{
    content: url(/wp-content/uploads/2022/10/arrow-left-1.svg);
}
.feedback-slider .elementor-swiper-button-next i::before{
    content: url(/wp-content/uploads/2022/10/arrow-right-1.svg);
} */

@media (min-width:768px) {

    .feedback-slider .elementor-repeater-item-92be88b:after,
    .feedback-slider .elementor-repeater-item-b8b56d1:after,
    .feedback-slider .elementor-repeater-item-1148703:after,
    .feedback-slider .elementor-repeater-item-5bae7dd:after,
    .feedback-slider .elementor-repeater-item-d036933:after {
        bottom: 35px;
        right: 35px;
    }

    .feedback-slider .elementor-repeater-item-92be88b:before,
    .feedback-slider .elementor-repeater-item-b8b56d1:before,
    .feedback-slider .elementor-repeater-item-1148703:before,
    .feedback-slider .elementor-repeater-item-5bae7dd:before,
    .feedback-slider .elementor-repeater-item-d036933:before {
        top: 35px;
        left: 35px;
    }

    .feedback-slider .swiper-pagination-bullet {
        margin: 0 10px !important;
    }

}

.work-north-edge .work-north-edge-inner .elementor-container {
    max-width: 70% !important;
    margin: 0 auto;
    min-height: 390px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: static;
}

.work-north-edge .work-north-edge-inner .elementor-container:before {
    content: '';
    background-image: url(../images/work-north-edge-bg-right.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.work-north-edge .work-north-edge-inner .elementor-container:after {
    content: '';
    background-image: url(../images/work-north-edge-bg-left.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top left;
}

.work-north-edge .work-north-edge-inner .elementor-column {
    z-index: 99;
}

@media(max-width:991px) {
    .work-north-edge .work-north-edge-inner .elementor-container:before {
        background-size: 250px;
    }

    .work-north-edge .work-north-edge-inner .elementor-container:after {
        background-size: 400px;
    }
}

@media(max-width:575px) {
    .work-north-edge .work-north-edge-inner .elementor-container:before {
        background-size: 180px;
    }

    .work-north-edge .work-north-edge-inner .elementor-container:after {
        background-size: 250px;
    }

    .work-north-edge .work-north-edge-inner .elementor-container {
        min-height: 450px;
    }
}

.private-equity-slider .elementor-testimonial__image {
    min-height: 150px;
}

.private-equity-slider .elementor-testimonial__footer {
    margin-bottom: 15px !important;
}

.our-values-boxes .elementor-widget-image .elementor-widget-container {
    height: 200px;
    width: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width:768px) {
    .our-values-boxes .elementor-widget-image .elementor-widget-container {
        height: 160px;
        width: 160px;

    }
}

@media (min-width:992px) {
    .our-values-boxes .elementor-widget-image .elementor-widget-container {
        height: 200px;
        width: 200px;
    }
}

@media (min-width:1200px) {
    .our-values-boxes .elementor-widget-image .elementor-widget-container {
        height: 250px;
        width: 250px;
    }
}


.value-creation-slider .private-equity-slider .elementor-testimonial__image:after {
    display: none;
}

.value-creation-slider .private-equity-slider .elementor-testimonial__text:before {
    content: "";
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 25px;
    border-color: transparent transparent transparent #7d2082 !important;
    position: absolute;
    left: 50px;
    bottom: 90px;
}

.value-creation-slider .private-equity-slider .arrow-img {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    right: 50px;
    transform: rotate(-90deg);
}

.value-creation-slider .private-equity-slider .arrow-img img {
    display: block;
    width: 100%;
}

.work-north-edge-inner a:hover {
    color: #1B143C !important;
}


@media(max-width:767px) {

    .value-creation-slider .private-equity-slider .arrow-img {
        right: 5px;
    }

    .value-creation-slider .private-equity-slider .elementor-testimonial__text:before {
        display: block !important;
        left: 5px;
        bottom: 0;
    }
}



.multiple-icons-row .elementor-container {
    flex-wrap: wrap;
    justify-content: center;
}

.multiple-icons-row .elementor-column {
    width: 100% !important;
}

@media(min-width:576px) {

    .multiple-icons-row .elementor-column {
        width: 50% !important;
    }
}

@media(min-width:768px) {

    .multiple-icons-row .elementor-column {
        width: 33.3333% !important;
    }
}

@media(min-width:1024px) {

    .multiple-icons-row .elementor-column {
        width: 25% !important;
    }
}

@media(min-width:1200px) {

    .multiple-icons-row .elementor-column {
        width: 20% !important;
    }
}



/* 23/03/2026 */

.news-filter-class #portfolio {
    height: auto !important;
}

.news-filter-class #portfolio .portfolio-item {
    position: static !important;
    /* display: block !important; */
}

.news-load-more-wrap {
    position: static !important;
    margin-bottom: 60px;
    text-align: center;
}

.portfolio.portfolio-3 {
    margin-bottom: 60px !important;
}

.btn-see-all.custom-button {
    font-family: "europa";
    padding: 0px 22px 5px 13px !important;
    font-size: 14px !important;
    text-shadow: none;
    background-color: #A2195B;
    border: 1px solid #A2195B;
    color: #fff;
    letter-spacing: 0;
    margin: 0 !important;
    display: inline-block;
    font-weight: bold !important;
    transition: all 0.3s ease-in-out;
}

.btn-see-all.custom-button:hover {
    background-color: #7D2082;
    border-color: #7D2082;
}

.btn-see-all.custom-button:after {
    content: " ";
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1b143c;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
}

.news-filter-class .portfolio-image a img {
    transition: all 0.5s ease;
}

.news-filter-class .portfolio-image a img:hover {
    transform: scale(1);
    opacity: 0.8
}

.page-template-page-news .news-filter-class .portfolio-item {
    min-height: 550px !important;
    margin-bottom: 30px;
    height: auto !important;
}

.page-template-page-news .news-filter-class .portfolio-item:after {
    content: "";
    background: #e3e3e3;
    height: 2px;
    width: 96%;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
}

.page-template-page-news .news-filter-class .portfolio-item .portfolio-desc h3 {
    font-size: 24px;
}

.news-filter-class .post-link {
    margin-top: 10px;
}

.news-filter-class .portfolio-item span.post-date {
    margin: 5px 0 20px 0;
    color: #7d2081;
    font-size: 14px;
    line-height: 14px;
}


body .main-hero-col .e-hosted-video {
    padding-bottom: 0;
    height: 100%;
}

#news-and-article {
    padding-top: 25px;
}

.cloud-slider .white .sa_owl_theme .owl-nav .owl-next:after {
    top: 0;
}

button.custom-button {
    font-family: "europa" !important;
    padding: 0px 22px 5px 13px !important;
    font-size: 14px !important;
    text-shadow: none;
    background-color: #A2195B;
    color: #fff;
    letter-spacing: 0;
    margin: 0 !important;
    display: inline-block;
    font-weight: bold !important;
    transition: all 0.3s ease-in-out;
    border: 0;
}

button.custom-button:after{
    content: " ";
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1b143c;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
}

button.custom-button:hover {
    background-color: #7D2082;
}

@media (max-width: 1366px) and (min-width: 1281px) {
    .main-hero-col {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1023px) {
    .page-template-page-news .news-filter-class .portfolio-item {
        min-height: 450px !important;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-page-news .news-filter-class .portfolio-item {
        min-height: auto !important;

    }
}


/* 23/03/2026 */