/*--------------------------------------------
##CLEAN UP
---------------------------------------------*/
aside#secondary,
header.entry-header,
footer.entry-footer {
    display: none;
}
p:empty {
    display: none;
}
body p {
    margin-bottom: 0;
}
body {
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
    outline: none !important;
}
.post, .page,
.entry-content {
    margin: 0 !important;
}
input {
    outline: none !important;
}
.entry-content {
    overflow-x: hidden;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important; 
}
.remove-wp-mg-bottom.wpb_content_element {
	margin-bottom: 0 !important
}
/*--------------------------------------------
##GENERAL CLASSES
---------------------------------------------*/
.ibl-widthcontainer,
.ibl-wpcontainer  > .vc_column-inner {
	/* max-width: 1170px; */
    max-width: 1230px;
	margin: 0 auto;
}
.dark-blue-bg {
	background-color: #0a2d6e;
}
.dark-blue-color,
.dark-blue-color * {
    color: #0a2d6e;
}
.bluenavy-bg {
    background: #0A2D6E
}
.light-blue-bg {
	background-color: #5ac3cd;
}
.white-color,
.white-color * {
	color: #fff;
}
.darkgrey-color,
.darkgrey-color * { 
    color: #3a3a3a; 
}
.lightblue-color,
.lightblue-color * {
	color: #5ac3cd;
}
.white-bg {
	background: #fff;
}
/* .ibl .container-col {
	overflow: hidden;
} */
h3,h4,h5,h6,li,lo,p,a,button,form *,table th,table td, select, option,div {
    font-family: 'Roboto', sans-serif;
}
h1,h2 {
    font-family: 'Roboto Slab', serif;
}
.uppercase {
	text-transform: uppercase;
}
.width-wp750 > .vc_column-inner {
    max-width: 750px;
    margin: 0 auto;
}
.text-content-wrapper p:not(:last-child) {
    margin-bottom: 15px;
}
.grey-mosaic-bg {
    background: url(/wp-content/uploads/2023/08/mosaic-grey.png) repeat;
}
.pad-55 {
    padding: 55px 0;
}
.body-overflow {
    overflow-y: hidden;
}
/*--------------------------------------------
##GENERAL COMPONENT
---------------------------------------------*/
/*KPI*/
.ibl-kpi-content-holder p {
	color: #ffffff;
}
.ibl-kpi-container {
    max-width: 200px;
    display: block;
    height: 200px;
    width: 200px !important;
}
.ibl-kpi-container .ibl-kpi-content-holder {
	height: 100%;
}

/*--------------------------------------------
##MENU
---------------------------------------------*/
.ibl-logo {
    max-width: 160px;
}
.ibl-logo img {
    height: 100%;
    width: 100%;
}
nav.navbar.navbar-expand-lg {
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
}
.ibl-menu-holder ul li a {
    color: #0a2d6e;
    font-size: 14px;
}
.ibl-menu-holder ul li:not(:last-child) {
    margin-right: 20px;
}
.ibl-menu-holder {
    padding-top: 35px;
}
header {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
}
.entry-content {
    margin-top: 95px !important;
}
ul.dropdown-menu {
    background: rgba(20, 48, 100, 0.85);
    border-radius: 0;
    padding: 40px;
    width: 820px;
    left: -65px;
    z-index: 6;
    top: 60px;
}
.ibl-menu-wrapper.menu-wrapper {
    position: relative;
    z-index: 6;
}
.megamenu-title-wrapper {
    margin-bottom: 30px;
}
.megamenu-title {
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    padding-right: 100px;
    position: relative;
    font-size: 30px;
    color: #fff;
}
.megamenu-title:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f178" !important;
    position: absolute;
    color: #5ac3cd;
    font-weight: 300;
    right: 0;
}
.dropdown-menu li a {
    border-bottom: 1px solid #0a2d6e;
    color: #5ac3cd !important;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 50px;
    font-size: 13px;
    display: block;
    transition: 0.3s all ease-in-out;
}
.dropdown-menu li a:before {
    background: #5ac3cd;
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    content: "";
    top: 19px;
    left: 0;
    transition: 0.3s all ease-in-out;
}
li.menu-item-has-children:before {
    position: absolute;
    display: block;
    bottom: -37px;
    height: 37px;
    content: '';
    z-index: 2;
    right: 0;
    left: 0;
} 
ul.dropdown-menu li {
    float: left;
    width: 45%;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu li::after {
    position: absolute;
    background: #fff;
    display: block;
    content: "";
    height: 1px;
    bottom: 0;
    width: 0;
    left: 0;
    transition: 0.6s width ease-in-out;
}
.dropdown-menu li:hover::after {
    width: 100%;
}
.dropdown-menu li:hover a {
    color: #fff !important;
}
.dropdown-menu li:hover a:before {
    background: #fff;
}
li.menu-item-has-children .dropdown-toggle::after {
    display: none;
}
.dropmenu-active {
    display: block !important;
}
.dropdown-menu-wrapper .dropdown-menu {
    transform-origin: top;
    transform: scaleY(0);
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 2;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out;
}
.dropdown-menu.active {
    transform: scaleY(1);
    opacity: 1
}
ul.language-dropdown-menu {
    padding-left: 20px;
    list-style: none;
    display: flex;
    margin: 0;
}
ul.language-dropdown-menu li {
    margin: 0 !important;
}
ul.language-dropdown-menu li {
    line-height: 16px;
    font-size: 14px;
}
li.current-lang {
    color: #5ac3cd;
}
li.current-lang {
    border-right: 2px solid #0a2d6e;
    padding-right: 5px;
    color: #5ac3cd;
}
ul.language-dropdown-menu li:last-child {
    padding-left: 5px;
}
.ibl-mobile-menu-container {
    display: none;
}
/*--------------------------------------------
##FOOTER
---------------------------------------------*/
.ibl-footer-container {
    justify-content: space-between;
    display: flex;
}
.footer-search-social-medias {
    display: flex;
}
.footer-search input {
    border-bottom: 2px solid #5ac3cd !important;
    font-family: 'Roboto';
    background: #fff;
    color: #0a2d6e;
    font-size: 14px;
    border: none;
    height: 35px;
}
.footer-search {
    position: relative;
    width: 315px;
}
.footer-search form,
.footer-search form input {
    width: 100%;
}
.footer-social-media ul {
    display: flex;
}
.footer-social-media ul li:not(:last-child) {
    margin-right: 25px;
}
.footer-social-media ul {
    padding: 0;
    list-style: none;
}
.footer-social-media ul li a i {
    color: #fff;
    font-size: 25px;
}
.footer-social-media {
    padding-left: 35px;
}
button#header-searchsubmit {
    background: transparent;
    border: transparent;
    position: absolute;
    height: 100%;
    right: 0;
}
button#header-searchsubmit i {
    color: #0a2d6e61;
    font-weight: 400;
    font-size: 20px;
}
.footer-logo {
    max-width: 120px;
}
.footer-logo img {
    width: 100%;
}
.ibl-group-name {
    color: #5ac3cd;
    font-weight: 500;
    font-size: 30px;
    line-height: 24px;
}
.ibl-group-tel a {
    display: block;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}
.ibl-group-tel {
    margin-top: 20px;
}
p.white-color.footer-address {
    margin-top: 5px;
}
footer#colophon {
    padding: 30px 0;
}
.footer-search-social-medias {
    padding-top: 15px;
}
.footer-privacy-notice ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-privacy-notice ul li a {
    font-size: 16px;
    color: #fff;
}
.footer-privacy-notice {
    padding-top: 40px;
}
.footer-privacy-notice ul li {
    position: relative;
    line-height: 18px;
}
.footer-privacy-notice ul li:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}
.ibl-footer-container {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.ibl-copyright-container p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
/*--------------------------------------------
##HOME
---------------------------------------------*/
.ibl-home-banner-section {
    background: url(/wp-content/uploads/2023/08/mosaic-grey.png) repeat;
}
.ibl-home-content-left:before {
    background: url(/wp-content/uploads/2023/08/whitegradient.png);
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    right: 0;    
    left: 0;
    top: 0;
}
.ibl-home-banner-section .ibl-home-content-left {
	padding-left: calc((100% - 1230px) / 2);
}
.ibl-home-banner-section .ibl-home-content-left > .vc_column-inner {
    padding-left: 0;
}
a.ibl-custom-button {
    text-transform: uppercase;
}
.ibl-square-container {
	display: flex;
}
.sqaure-wrapper {
	height: 200px;
    width: 200px;
}
.sqaure-wrapper.blue {
    background: url(/wp-content/uploads/2023/08/mosaic-blue.png) repeat;
}
.mosaic .sqaure-wrapper.white,
.background-mosaic .white:before {
	background: url(/wp-content/uploads/2023/08/mosaic-white.png) repeat;
}
.mosaic .sqaure-wrapper.grey,
.background-mosaic .grey:before {
	background: url(/wp-content/uploads/2023/08/mosaic-grey.png) repeat;
}
.background-mosaic .sqaure-wrapper {
	position: relative;
}
.background-mosaic .sqaure-wrapper:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.two-square-investors {
    position: relative;
    overflow: visible;
}
.ibl-square-container.mosaic.blue-investors-hp-mosaic {
    position: absolute;
	right: -155px;
    top: 200px;
}
.right-investor-second-sq-bottom-img {
    margin-right: 200px;
}
.quote-text-wrapper {
    font-family: 'Roboto Slab', serif;
    line-height: 34px;
    font-weight: 300;
    color: #0a2d6e;
    font-size: 24px;
}
.quote-text-container {
    max-width: 350px;
}
.col-investors-img > .vc_column-inner {
    padding-right: 0 !important;
}
.col-investors-boxes > .vc_column-inner {
    padding-left: 0 !important;
}
.col-investors-img.wpb_column {
    padding-top: 200px;
}
.col-investors-content .ibl-heading-content {
    height: 500px;
}
.quote-investors-container {
    padding-right: 45px;
    padding-left: 65px;
    position: absolute;
    padding-top: 35px;
    bottom: 198px;
    left: 15px;
}
.quote-text-container {
    float: inherit !important;
}
.investors-blue-boxes-container {
	display: flex !important;
    position: absolute;
    left: 50px;
    top: 235px;
	z-index: 1;
}
.blue-redirection-box-container {
    margin-right: 1px;
    height: 170px;
    width: 170px;
}
.ibl-society-row .wpb_wrapper {
    background: #fff;
    margin-left: 130px;
    padding: 70px 40px;
    max-width: 400px;
}
.hp-all-clusters-row .ibl-container {
	max-width: 100%;
}
.hp-all-clusters-row .ibl-content-wrapper {
    clear: both;
}
.hp-all-clusters-row .sqaure-wrapper,
.all-cluster-img {
    height: 200px;
    width: 200px;
}
.all-cluster-img img {
    height: 100%;
    width: 100%;
}
.all-clusters {
    float: right;
}
.all-clusters-first-row {
    margin-right: 200px;
}
.hp-all-clusters-row .ibl-wpcontainer > .vc_column-inner {
    max-width: 100%;
}
.ibl-clusters-slider {
    padding-right: 15px;
    max-width: 1230px;
    margin: 0 auto;
}
.all-cluster-item {
	position: relative;
}
.overlay-cluster {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.all-cluster-item-name {
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    display: flex;
    height: 100%;
    right: 0;
    left: 0;
    top: 0; 
}
.all-cluster-item-name p {
    line-height: 18px;
    font-weight: 400;
    font-size: 16px;
    padding: 0 10px;
    color: #fff;
}
.hp-all-clusters-row .hp-our-business-clusters {
    left: calc((100% - 1230px) / 2);
    padding-left: 25px;
	position: absolute;
	z-index: 1;
    top: 30px;
}
.sidebar-cluster-item {
    padding: 15px 20px;
}
.sidebar-cluster-item p {
    color: #fff;
}
.ibl-sidebar-clusters-menu .slick-slide {
    border: none !important;
}
.ibl-sidebar-clusters-menu {
    position: absolute !important;
    max-width: 270px;
    right: -245px;
    top: 120px;
    transition: 0.6s all ease-in-out
}
.ibl-sidebar-clusters-menu:hover {
	cursor: pointer;
	right: 0;
}
.ibl-sidebar-clusters-menu .slick-current .sidebar-cluster-item {
    position: relative;
}
.ibl-sidebar-clusters-menu .slick-current  .sidebar-cluster-item:before {
	background: #fff;
    position: absolute;
	height: 100%;
    width: 10px;
    content: "";
	left: 0;
    top: 0;
	transition: 0.6s all ease-in-out;
}
.ibl-sidebar-clusters-menu .slick-current  .sidebar-cluster-item:after {
	position: absolute;
    height: 100%;
	width: 10px;
	left: -10px;
	content: "";
	z-index: 1;
    top: 0;
    transition: 0.6s all ease-in-out;
}
.ibl-sidebar-clusters-menu:hover .slick-current .sidebar-cluster-item:before {
    height: 10px;
    top: 4px;
    left: 4px;
}
.ibl-sidebar-clusters-menu:hover .slick-current  .sidebar-cluster-item:after {
	z-index: -1;
	left: 0;
}
.ibl-sidebar-clusters-menu .slick-list {
    overflow: visible;
}
.ibl-sidebar-clusters-menu .slick-current .sidebar-cluster-item.sidebar-all-clusters:after {
	background: #0a2d6e;
}
.cluster-first-row {
    display: flex;
}
.cluster-name-first-box {
	justify-content: space-between;
    display: flex;
    width: 615px;
}
.cluster-image {
    width: 615px;
}
.cluster-image img {
    width: 100%;
}
.cluster-second-box-permalink {
	align-items: flex-end;
    display: flex;
}
.cluster-permalink-box a {
	justify-content: center;
	align-items: center;
	display: flex;
    height: 60px;
    width: 60px;
}
.cluster-permalink-box a i {
	font-weight: 400;
    font-size: 30px;
    color: #fff;
}
.cluster-second-row {
    display: flex;
}
.cluster-excerpt-learn-more {
	padding-left: 60px;
	padding-top: 40px;
    max-width: 385px;
}
.cluster-name h2 {
    font-family: 'Roboto Slab', serif;
	font-size: 50px;
}
.cluster-name {
    max-width: 370px;
}
.ibl-cluster-item .sqaure-wrapper p {
    font-size: 18px;
}
.sqaure-wrapper {
    align-items: center;
    padding: 0 20px;
    display: flex;
}
.cluster-learn-more.ibl-button-container {
    margin-top: 25px;
}
.ibl-banner-image > .vc_column-inner {
    padding-left: 0 !important;
}
.ibl-home-content-left> .vc_column-inner {
    padding-right: 0 !important;
}
.ibl-banner-image .wpb_content_element {
    margin-bottom: 0 !important;
}
.ibl-banner-image .ibl-content-wrapper {
    position: absolute;
    bottom: 0;
}
.team-members-hp-box {
    position: relative;
    bottom: 200px;
}
.container-col.column-.ibl-kpi-content-right-container {
    overflow: visible;
}
.ibl-kpi-content-container {
    justify-content: flex-end;
    display: flex !important;
}
.hp-ibl-banner-text {
    padding-right: 150px;
}
.ibl-kpi p {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 40px;
}
.ibl-kpi-title p,
.ibl-kpi-subtitle p {
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
}
.ibl-kpi-content-holder {
    justify-content: center;
    padding: 0 15px 0 20px;
    flex-direction: column;
    display: flex;
}
.team-members-hp-box:before {
    background: url(/wp-content/uploads/2023/08/mosaicblue.png) repeat;
    position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.ibl-kpi-title, .ibl-kpi {
    position: relative;
}
.ibl-home-content-left .wpb_wrapper {
    height: 100%;
}
.ibl-home-content-left .ibl-content-wrapper:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ibl-home-content-left .ibl-content-wrapper:first-child {
    padding-bottom: 140px;
    align-items: center;
    display: flex;
    height: 100%;
}
.ibl-clusters-container {
    padding-top: 120px;
}
.ibl-home-content-left {
    background: url(/wp-content/uploads/2023/08/gradient-mosaic-banner-1.png);
}
.box-title p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.blue-redirection-box {
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 20px;
    display: flex;
    height: 100%;
}
.box-link {
    padding-top: 5px;
}
.box-link i {
    color: #5ac3cd;
    font-weight: 300;
    font-size: 30px;
}
.col-investors-content > .vc_column-inner {
    padding-right: 0 !important;
}
.col-investors-img  > .vc_column-inner {
    padding-left: 0 !important;
}
.col-investors-content .ibl-heading-content {
    background: url(/wp-content/uploads/2023/08/mosaic-grey.png) repeat;
    margin-right: -5px;
    padding: 70px;
    height: 500px;
}
.quote-text-container {
    position: relative;
}
.quote-text-container:before {
    background: url(/wp-content/uploads/2023/08/quote-left.png) no-repeat;
    content: "";
    position: absolute;
    left: -65px;
    width: 50px;
    height: 50px;
    top: -35px;
}
.quote-text-container:after {
    background: url(/wp-content/uploads/2023/08/quote-right.png) no-repeat;
    content: "";
    position: absolute;
    right: -65px;
    width: 50px;
    height: 50px;
    bottom: 40px;
}
.quote-from-wrapper p {
    font-family: 'Roboto Slab', serif;
    color: #0a2d6e;
    font-size: 18px;
}
.quote-from-wrapper {
    padding-top: 45px;
}
.quote-investors-container .ibl-button-container {
    margin-top: 35px;
}
.ibl-society-row {
    position: relative;
    height: 615px;
}
.ibl-society-row .ibl-wpcontainer {
    height: 100%;
}
.ibl-society-row .vc_column-inner {
    align-items: flex-end;
    display: flex;
    height: 100%;
}
.ibl-society-row .ibl-button-container {
    margin-top: 35px;
}
.ibl-society-row .text-content-wrapper {
    margin-top: 20px;
}
.hp-investors-corner {
    padding-top: 100px;
}
.quote-from-wrapper .quote-jobtitle {
    font-weight: 600;
    margin-top: 2px;
    font-size: 13px;
}
.hp-latest-news-row {
    padding: 90px 0 180px;
}
.career-boxes > .vc_column-inner {
    padding-left: 0 !important
}
.career-img-col > .vc_column-inner {
    padding-right: 0 !important
}
.career-boxes .wpb_wrapper {
    display: flex;
}
.hp-career-content-col {
    align-items: center;
    display: flex;
}
.career-boxes {
    align-items: flex-end;
    display: flex;
}
.career-ibl-inner-row {
    padding-bottom: 200px; 
    display: flex;
}
.background-mosaic.career-mosaic-box {
    position: relative;
    top: 200px;
}
.career-img-col {
    margin-top: -70px;
}
.hp-career-content-col .text-content-wrapper {
    margin: 20px 0 80px;
}
.blue-redirection-box-container:after {
    background: #5ac3cd;
    pointer-events: none;
    position: absolute;
    bottom: -200px;
    left: -200px;
    height: 100%;
    content: '';
    width: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.blue-redirection-box-container:hover:after {
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.blue-redirection-box-container {
    position: relative;
    overflow: hidden;
}
.blue-redirection-box-container:hover .box-title p {
    color: #0a2d6e;
}
.box-title,.box-link {
    position: relative;
    z-index: 1;
}
.blue-redirection-box-container:hover .box-link i {
    color: #fff;
}
.hp-latest-news-row {
    display: flex;
}
.hp-latest-news-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.hp-latest-news-item {
    max-width: 295px;
    height: 295px;
}
.hp-latest-news-img {
    height: 100%;
}
.hp-latest-news-item:after {
    background: rgba(20, 48, 100, 0.65);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    transition: 0.3s all ease-in-out ;
}
.hp-latest-news-item {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.hp-latest-news-item:hover:after {
    background: rgba(251, 251, 251, 0.9);
    border: 1px solid #5ac3cd;
}
.hp-latest-news-date {
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
}
.hp-latest-news-date p {
    font-weight: 500;
    transition: 0.5s all ease-in-out ;
}
.hp-latest-news-item:hover .hp-latest-news-date p {
    color: #0a2d6e;
}
.hp-latest-news-content {
    position: absolute;
    padding: 0 30px;
    bottom: -20px;
    z-index: 1;
    transition: 0.3s all ease-in-out;
}
.latest-news-title p {
    font-family: 'Roboto Slab', serif;
    line-height: 25px;
    font-weight: 700;
    font-size: 23px;
}
.latest-news-title {
    margin-bottom: 20px;
}
.hp-latest-news-item:hover .hp-latest-news-content {
    bottom: 20px;
}
.hp-latest-news-item:hover .latest-news-tag p {
    color: #5ac3cd;
} 
.hp-latest-news-item:hover .latest-news-title p {
    color: #0a2d6e;
}
.latest-news-button.ibl-button-container a {
    color: #5ac3cd;
    font-weight: 500;
}
.latest-news-button.ibl-button-container a:before {
    background: #5ac3cd;
}
.latest-news-tag {
    margin-bottom: 15px;
}
/*--------------------------------------------
##ABOUT US
---------------------------------------------*/
.our-key-figures-row .vc_col-sm-6:first-child .vc_column-inner {
    padding-right: 0; 
}
.our-key-figures-row .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 0; 
}
.square-img .vc_single_image-wrapper {
    height: 200px;
    width: 200px;
}
.square-img .vc_single_image-wrapper img {
    width: 100%;
}
.wpb_single_image.wpb_content_element.vc_align_left.square-img {
    margin-bottom: 0 !important;
}
.our-key-figures-row .ibl-heading-content {
    align-items: center;
    margin-left: 200px;
    padding-left: 20px;
    height: 200px;
    display: flex;
}
.right-col-key-figures {
    margin-top: -200px;
}
#chart-container text {
    font-family: 'Roboto', sans-serif !important;
    color: #0a2d6e !important;
    fill: #0a2d6e !important;
    font-size: 14px !important;
    font-weight: 600;
}
#chart-container text:hover {
    color: #5ac3cd !important;
    fill: #5ac3cd !important;
}
text.highcharts-credits {
    display: none !important;
}
.investment-portfolio-row {
    background: linear-gradient(30deg, #f0f0f0 0%, #fcfcfc 100%);
}
.group-structure-box {
    clear: both;
}
.strategy-international-wrap .more-details-box-container {
    width: 100%;
}
.more-details-box-wrapper {
    height: 195px;
}
.small-box .more-details-box-wrapper   {
    height: 182.5px;
}
.large-box .more-details-box-wrapper   {
    height: 395px;
}
.more-details-box-container {
    padding-bottom: 30px;
}
.background-image .more-details-box-wrapper {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.more-details-box-container.background-image .more-details-box-wrapper:before {
    background: rgba(20, 48, 100, 0.6);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}
.more-details-box-container.background-image .more-details-box-wrapper {
    position: relative;
}
.more-details-box-wrapper {
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    display: flex;
}
.more-details-title p {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 30px;
    line-height: 35px;
    font-weight: 300;
    font-size: 30px;
}
.more-details-box-container.background-image * {
    position: relative;
}
.more-details-text-wrapper p {
    font-size: 16px;
}
.more-details-text-wrapper  {
    margin-bottom: 15px;
}
.large-box .more-details-text-wrapper {
    margin-bottom: 30px;
}
.small-box .more-details-title p {
    margin-bottom: 15px;
}
.more-details-btn a {
    font-size: 14px !important;
    font-weight: 500;
}
.more-details-box-row {
    padding: 80px 0;
}
.background-mosaic .more-details-box-wrapper,
.background-mosaic *  {
    position: relative;
}
.background-mosaic .more-details-box-wrapper:before {
    position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.our-strategy-row {
    background: linear-gradient(30deg, #f0f0f0 0%, #fcfcfc 100%);
    position: relative;
    padding: 70px 0;
}
.our-strategy-row:before {
    background: url(/wp-content/uploads/2023/08/gradient-overlay.png);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}
.our-strategy-subtitle {
    margin: 25px 0 30px;
}
.achieve-aims-row {
    padding-top: 60px;
}
/* .col-achive-aims  .container-col {
    overflow: hidden;
} */
.col-achive-aims .ibl-heading-container h4 {
    margin-bottom: 2px;
}
.ibl-button-container.achieve-aims-btn {
    margin-bottom: 20px;
    margin-top: 5px;
}
.ibl-button-container.achieve-aims-btn a {
    font-weight: 500;
}
.international-presence-title-row {
    padding: 70px 0 50px 0;
}
.international-presence-subtitle {
    margin-top: 30px;
}
.investment-portfolio-row {
    position: relative;
    padding: 70px 0;
}
.investment-portfolio-row:before {
    background: url(/wp-content/uploads/2023/08/gradient-overlay.png);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}
.investment-portfolio-subtitle {
    margin: 25px 0 50px;
}
.our-key-figures-row {
    padding-bottom: 80px;
}
.achieve-aims-title {
    padding-bottom: 30px;
}
.discover-more-row {
    padding: 100px 0 110px;
}
.discover-more-row .ibl-heading-content {
    margin-bottom: 60px;
}
.discover-more-row {
    background: url(/wp-content/uploads/2023/08/mosaicblue.png);
    background-repeat: repeat;
    position: relative;
    height: 100%;
    width: 100%;
    content: "";
    margin: 0;
}
.discover-more-row:before {
    left: calc((100% - 920px) / 2);
    background: #fff;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}
.discover-more-img {
    position: relative;
}
.discover-more-img img {
    object-fit: cover;
    height: 100%;
    width: 100%; 
    transition: 0.8s all ease-in-out;
}
.discover-more-img:before {
    background-color: rgba(20, 48, 100, 0.85);
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    transition: all 0.8s ease-in-out;
}
.discover-more-item:hover .discover-more-img:before  {
    background-color: rgba(251, 251, 251, 0.9);
}
.discover-title {
    justify-content: center;
    pointer-events: none;
    align-items: center;
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.discover-more-item {
    position: relative;
}
.discover-title a {
    font-size: 20px !important;
    color: #fff !important;
    transition: 0.8s all ease-in-out;
}
.discover-title {
    text-align: center;
    padding: 0 20px; 
}
.discover-more-img {
    overflow: hidden;
}
.discover-more-item:hover .discover-more-img img {
    transform: scale(1.2);
}
.discover-more-item:hover .discover-title a {
    color: #0a2d6e !important;
    transform: scale(1.2);
}
.cluster-color {
    display: inline-block;
    margin-right: 15px;
    height: 15px;
    width: 15px;
}
.about-map-holder {
    position: relative;
}
.about-us-map-content {
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    padding: 15px 25px 15px 15px;
    background-color: white;
    border-radius: 8px;
    position: absolute;
    display: none;
    top: 0;
}
.about-us-map-content ul li {
    list-style: none;
    font-size: 14px;
}
.about-us-map-content ul {
    margin: 15px 0 0;
    padding: 0;
}
.map-pin {
    cursor: pointer;
}
.about-us-map-container {
    position: relative;
}
.about-us-map-content ul li:not(:last-child) {
    margin-bottom: 10px;
}
.map-pin-title {
    margin-bottom: 20px;
}
.map-pin-title p {
    font-family: 'Roboto Slab', serif;
    color: #0a2d6e;
    font-weight: 400;
    font-size: 20px;
}
/*--------------------------------------------
##GROUP STRUCTURE
---------------------------------------------*/
.accordion-title:before {
    position: absolute;
    display: block;
    height: 10px;
    content: '';
    width: 10px;
    z-index: -1;
    left: 0px;
    top: 5px;
    transition: 0.8s all ease-in-out;
}
.accordion-title {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.accordion-title p {
    position: relative;
    line-height: 20px;
    color: #0a2d6e;
    cursor: pointer;
    font-size: 16px;
    transition: 0.8s all ease-in-out;
}
.group-structure-accordion-wrapper {
    max-width: 910px;
    margin: 0 auto;
}
.group-structure-accordion-wrapper {
    position: relative;
    max-width: 910px;
    margin: 0 auto;
}
.group-structure-accordion-wrapper > div {
    float: left;
    width: 50%;
}
.group-structure-accordion-wrapper .accordion-panel ul {
    padding: 0;
}
.group-structure-accordion-wrapper .accordion-panel ul li {
    font-weight: 700;
    color: #0a2d6e;
    font-size: 15px;
}
.group-structure-accordion-wrapper .accordion-panel ul li:not(:last-child) {
    padding-bottom: 20px;
}
.group-structure-accordion-wrapper .slick-current .accordion-title:before {
    height: 100%;
    width: 100%;
}
.group-structure-accordion-wrapper .slick-current  .accordion-title p {
    padding: 20px 40px 10px 45px;
    color: #fff !important;
    line-height: 30px;
    font-size: 20px;
}
.group-structure-accordion-wrapper .slick-current .accordion-card {
    position: relative;
}
.group-structure-accordion-wrapper .accordion-card:before {
    position: absolute;
    background: #fff;
    display: block;
    content: "";
    left: 2px;
    height: 0;
    width: 0;
    top: 7px;
    transition: 0.8s all ease-in-out;
}
.group-structure-accordion-wrapper .slick-current .accordion-card:before {
    height: 15px;
    width: 15px;
}
.group-structure-accordion-wrapper .slick-slide.slick-current.slick-active:before {
    position: absolute;
    display: block;
    height: 435px;
    content: "";
    width: 2px;
    right: 0;
    top: 0;
}
.accordion-panel:before {
    position: absolute;
    display: block;
    height: 435px;
    content: "";
    left: -1px;
    width: 2px;
    top: 6px;
}
.accordion-panel {
    position: relative;
    padding-left: 75px;
}
.group-structure-panel .slick-list {
    overflow: visible;
}
.group-structure-accordion .slick-slide {
    cursor: pointer;
}
.slide-content-wrapper {
    width: 500px !important;
    position: relative;
    float: right;
}
.slide-content {
    justify-content: center;
    flex-direction: column;
    position: absolute;
    padding: 0 110px;
    display: flex;
    height: 100%; 
    width: 100%;
    left: 0;
    top: 0;
}
.vmv-slick-nav-col > .vc_column-inner {
    padding-right: 0 !important;
}
.vmv-sqaure-box-col > .vc_column-inner {
    padding-left: 0 !important;
}
.vmv-slick-nav-col {
    padding-top: 200px;
}
.vmv-slick-nav-row {
    padding-top: 85px;
}
.vision-mission-values-square-boxes {
    padding-top: 200px;
}
.background.blue-vmv-square {
    margin-left: 200px;
}
.slider-name-wrapper .slick-slide {
    width: 170px !important;
    height: 170px;
}
.slider-name-wrapper .slick-slide:not(:last-child) {
    margin-right: 2px;
}
.slider-name-wrapper .slick-slide > div,
.slide-name-box {
    height: 100%;
}
.slider-name-wrapper {
    position: absolute !important;
    left: 40px;
    z-index: 1;
    top: 40px;
}
.slick-nav-container {
    position: relative;
}
/*--------------------------------------------
##BUSINESS CLUSTERS
---------------------------------------------*/
.hp-all-clusters-row.business-clusters-row .ibl-wpcontainer > .vc_column-inner {
    max-width: 1230px;
}
/*--------------------------------------------
##SINGLE BUSINESS CLUSTERS
---------------------------------------------*/
.single-cluster-container {
    padding-top: 220px;
}
.cluster-widthcontainer {
    max-width: 950px;
    margin: 0 auto;
}
.cluster-main-details-wrapper .row > div {
    padding: 0;
}
.row-text-descirption,
.two-square-boxes-wrapper,
.row-image-kpi {
    display: flex;
}
.col-image {
    width: 80%;
}
.cluster-image-kpi-wrapper,
.cluster-image-kpi-wrapper img {
    width: 100%;
}
.col-title-desc {
    padding-right: 80px;
    width: 60%;
}
.cluster-image-kpi-wrapper {
    position: relative;
}
.ibl-kpi-container.box-on-image-kpi {
    position: absolute;
    left: 200px;
    bottom: 0;
}
.single-cluster-boxes .flex-end {
    justify-content: flex-end;
}
.cluster-business-item {
    width: calc(100% / 5);
    float: left;
}
.blue-mosaic-bg {
    background: url(/wp-content/uploads/2023/08/mosaicblue.png);
    background-repeat: repeat;
    position: relative;
    height: 100%;
    width: 100%;
    content: "";
    margin: 0;
}
.blue-mosaic-bg:before {
    left: calc((100% - 860px) / 2);
    background: #fff;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}
.cluster-businesses-holder {
    overflow: hidden;
}
.cluster-widthcontainer * {
    position: relative;
}
.lets-work-together {
    padding-left: calc((100% - 1230px) / 2);
    align-items: center;
    display: flex;
    height: 140px;
    width: 50%;
}
.lets-work-together p {
    font-family: 'Roboto Slab', serif;
    font-size: 55px;
}
.work-together-arrow {
    background: #08519d;
}
.cluster-work-together {
    display: flex;
}
.work-together-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 140px;
    width: 140px;
}
.work-together-arrow i {
    font-size: 40px;
    color: #fff;
}
.where-we-work-map .map-pin {
    display: none;
}
.where-we-work-map-wrapper {
    position: relative;
}
.country-item {
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    padding: 25px 25px 30px 25px;
    background-color: white;
    border-radius: 8px;
    position: absolute;
    display: none;
    top: 0;
}
.country-item p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
}

/*--------------------------------------------
##OUR HISTORY
---------------------------------------------*/
.our-history-container {
    margin-top: 180px;
}
.our-history-accordion-wrapper > div {
    width: 50%;
}
.our-history-accordion-wrapper {
    align-items: center;
    display: flex;
}
.ibl-square-container.background.history-banner-square.center {
    position: relative;
    margin-left: 110px;
    z-index: 5;
}
.history-square-boxes-row .history-square-boxes {
    position: absolute;
    right: -200px;
    z-index: 1;
}
.history-square-boxes-row .ibl-content-wrapper .ibl-container {
    position: relative;
}
.ibl-square-container.background.history-blue-square {
    margin-top: -200px;
}
.history-turquoise-square {
    margin-left: 200px;
}
.our-history-panel .accordion-panel {
    max-width: 550px;
}
/*--------------------------------------------
## IBL AND SOCIETY
---------------------------------------------*/
.icon-box-item {
    background: #0a2d6e;
    padding: 70px 40px;
    position: relative;
    height: 400px;
}
.icon-box-content {
    line-height: 18px;
    font-size: 14px;
}
.ibl-society-icon-box-row {
    padding-top: 110px;
    margin-top: 350px;
}
.box-icon-holder {
    background: #5ac3cd;
    position: absolute;
    left: 40px;
    top: -70px;
}
.icon-box-title h2 {
    margin-bottom: 20px;
    font-weight: 300;
}
.ibl-society-icon-box-row {
    height: 400px;
}
.swappable-box-container {
    position: relative;
    max-width: 790px;
    padding: 0 15px;
}
.swap-box-image {
    height: 400px;
}
.swap-box-image img {
    height: 100%;
    width: 100%;
}
.swappable-box-wrapper {
    width: 170px !important;
    position: absolute;
    right: -85px;
    bottom: 50px;
    padding: 0;
}
.swap-box-image {
    margin-top: 70px;
}
.swap-box-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.swappable-box-container .col-md-6 {
    padding: 0;
}
.swap-box-content {
    padding: 75px 30px 75px 40px;
    height: 400px;
}
.swap-box-text {
    padding-right: 80px;
    margin-top: 20px;
}
.swap-box-title h2 {
    line-height: 40px;
    color: #5ac3cd;
    font-weight: 300;
    font-size: 40px;
}
.swap-box-subtitle h3 {
    font-weight: 100;
    font-size: 24px;
}
.swap-box-subtitle {
    padding-right: 80px;
}
.row.swap-active {
    flex-direction: row-reverse;
}
.swappable-box-wrapper.blue-redirection-box-container {
    padding: 0;
}
.swappable-box-wrapper.blue-redirection-box-container.center {
    margin: 0 auto;
    right: 0;
    left: 0;
}
.swappable-box-item.center {
    justify-content: center;
}
.swappable-box-item.flex-end {
    justify-content: flex-end;
}
.swappable-box-item.flex-start {
    justify-content: flex-start;
}
.swappable-box-item {
    display: flex;
}
.swappable-box-item {
    padding: 70px 0;
}
.gradient-bg-overlay {
    background: linear-gradient(30deg, #f0f0f0 0%, #fcfcfc 100%);
    position: relative;
    padding: 70px 0;
}
.gradient-bg-overlay:before {
    background: url(/wp-content/uploads/2023/08/gradient-overlay.png);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}
.icon-box-item .ibl-custom-button::before {
    background: #5ac3cd;
}
.icon-box-item .ibl-button-container a {
    color: #5ac3cd;
}
.icon-box-item .ibl-button-container {
    margin-top: 20px;
}
/*--------------------------------------------
## INVESTORS
---------------------------------------------*/
.share-price-figure h2,
.investors-communication-title h2,
.investor-box-title h2  {
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 30px;
}
.share-price-figure  {
    padding: 25px 40px;
}
.share-price-graph {
    height: 300px;
}
.investors-communications-container {
    padding: 50px 0 30px;
    height: 450px;
}
.investors-communication-item a {
    font-family: 'Roboto Slab', serif !important; 
    font-size: 15px !important;
    font-weight: 400;
    color: #fff;
    transition: 0.3s all ease-in-out;
}
.investors-communication-item img {
    position: absolute;
    width: 18px;
    left: 0;
    top: -5px;
}
.investors-communication-item a {
    padding-left: 30px;
    position: relative;
    display: block;
}
.investors-communication-item:not(:last-child) {
    margin-bottom: 10px;
}
.investors-communications-latest-pdf {
    margin: 25px 0 20px;
    padding: 5px 15px 0;
    max-height: 155px;
    overflow: scroll;
}
.investors-communication-title {
    padding: 0 40px;
}
.investors-communication-item a:hover {
    color: #5ac3cd;
}
.see-more-investor a.ibl-custom-button {
    color: #5ac3cd;
}
.see-more-investor .ibl-custom-button::before {
    background: #5ac3cd;
}
.see-more-investor {
    padding-left: 40px;
}
.see-more-investor a {
    font-size: 14px !important;
}
.see-more-investor a.ibl-custom-button:hover {
    color: #fff;
}
.light-blue-bg .see-more-investor a.ibl-custom-button {
    color: #0a2d6e;
}
.light-blue-bg .see-more-investor .ibl-custom-button::before {
    background: #0a2d6e;
}
.investor-presentation-item a {
    color: #0a2d6e;
}
.investor-presentation-item a:hover {
    color: #fff;
}
.investors-presentations-container {
    padding: 15px 20px;
}
.investors-communications-latest-pdf.investors-presentation-latest-pdf {
    max-height: 155px;
    padding: 0;
}
.investors-communication-item.investor-presentation-item a:before {
    background: #0a2d6e;
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    top: 6px;
    left: 0;
}
.investors-communication-item.investor-presentation-item a {
    font-family: 'Roboto', sans-serif;
}
.investors-communications-latest-pdf.investors-presentation-latest-pdf {
    margin-bottom: 0;
}
.investors-communications-latest-pdf.investors-presentation-latest-pdf,
.sustainability-latest-pdf {
    margin-bottom: 0;
}
.investor-corporate-box {
    clear: both;
}
.investor-news-alerts-inner-row .wpb_wrapper {
    padding-left: calc((100% - 1230px) / 2);
    justify-content: space-between;
    background: #0a2d6e;
    align-items: center;
    position: relative;
    max-width: 70%;
    height: 140px;
    display: flex;
}
.container-col.investor-news-title > div {
    float: inherit !important;
}
.investor-news-title .text-content-wrapper p {
    font-weight: 500;
    color: #fff;
}
.investor-news-alerts-inner-row .ibl-content-wrapper {
    padding-left: 15px;
}
.investor-news-alerts-inner-row .gform_footer.before {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    right: -140px;
    top: 0;
}
.investors-intro-blocks-inner-row {
    padding-right: calc((100% - 1230px) / 2);
    padding-left: calc((100% - 1230px) / 2);
}
.investor-news-alerts-inner-row .gform_footer.before input {
    background: #08519d;
    margin: 0 !important;
    text-indent: -9999px;
    cursor: pointer;
    height: 140px;
    width: 140px;
    border: none;
}
.investor-news-alerts-inner-row .gform_footer.before:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f178" !important;
    justify-content: center;
    pointer-events: none;
    align-items: center;
    position: absolute;
    font-weight: 200;
    font-size: 40px;
    color: #fff;
    display: flex;
    height: 100%;
    width: 100%;
}
.investor-news-alerts-inner-row .gform_wrapper label {
    display: none !important;
}
.investor-news-alerts-inner-row input#input_1_1 {
    border-bottom: 2px solid #5ac3cd !important;
    font-family: 'Roboto';
    padding-left: 40px;
    background: #fff;
    color: #0a2d6e;
    font-size: 14px;
    border: none;
    width: 300px;
    height: 60px;
}
.investors-intro-blocks-form {
    background-size: cover;
    padding: 90px 0;
}
.investor-news-alerts-inner-row {
    padding-top: 90px;
}
.investor-news-alerts-inner-row .gform-body.gform_body {
    padding-right: 10px;
}
.integrated-reports-container {
    padding-left: calc((100% - 1230px) / 2);
    margin-left: 100px;
}
.integrated-reports-row {
    padding: 55px 0;
}
.integrated-reports-year-tab {
    width: 700px;
}
.integrated-report-title-tab {
    justify-content: space-between;
    display: flex;
}
.all-integreated-report button.slick-next i {
    transform: rotate(180deg);
    color: #5ac3cd;
    font-weight: 700;
    font-size: 20px;
}
.all-integreated-report button.slick-next {
    background: #ffffff8a;
    padding: 10px 15px 7px;
    position: absolute;
    cursor: pointer;
    border: none;
    top: 190px;
    left: 0;
}
.integrated-reports-container .see-more-investor {
    padding-right: 60px;
    text-align: right;
    padding-left: 0;
}
.all-integreated-report button.slick-prev {
    display: none !important;
}
.all-integreated-report.slick-slider {
    padding-left: 50px;
}
.all-integreated-report .slick-slide {
    margin: 12px;
}
.report-single-year-content .report-featured-image-wrapper {
    width: 300px;
}
.report-featured-image-wrapper .report-image,
.report-featured-image-wrapper .report-image img,
.all-integreated-report .report-image img  {
    min-height: 390px;
    object-fit: cover;
    width: 100%;
}
.report-year {
    position: absolute;
    left: 25px;
    top: 25px;
}
.report-featured-image-wrapper {
    position: relative;
}
.report-title-links {
    position: absolute;
    padding: 25px;
    width: 100%;
    bottom: 0;
}
.report-links {
    justify-content: space-between;
    margin-top: 15px;
    display: flex;
}
.report-links a {
    margin-top: 0;
}
.box-with-image {
    position: relative;
    height: 175px;
    width: 175px;
    
}
.box-with-image:before {
    background: rgba(20, 48, 100, 0.65);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
}
.blue-redirection-box-container.box-with-image:after {
    background: #fff;
}
.box-with-image:hover .box-link i {
    color: #5ac3cd;
}
.investor-document-wrapper {
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    display: flex;
}
.download-investor-doc {
    align-items: center;
    display: flex;
}
.download-doc img {
    width: 20px;
}
.file-type {
    padding-right: 20px;
}
.investor-document-wrapper p {
    font-weight: 500;
    font-size: 16px;
}
.corporate-governace-documents-container {
    padding-right: 35px;
    max-height: 270px;
    overflow: scroll;
    margin: 50px 0 40px;
}
.corporate-document-wrapper:first-child {
    border-top: 2px solid #fff;
}
.corporate-governance-subtitle {
    padding: 35px 0 25px;
}
.corporate-governance-text.text-content-wrapper p:not(:last-child) {
    margin-bottom: 30px;
}
.corporate-governance-row .ibl-wpcontainer > .vc_column-inner {
    max-width: 950px;
}
.latest-news-title p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
}
.fiancial-news-row .hp-latest-news-item {
    max-width: 300px;
    height: 300px;
}
.hp-latest-news-row.fiancial-news-row {
    padding: 50px 0 0;
}
.financial-news-announcements-row {
    padding: 90px 0 70px;
}
.upcoming-event-container {
    display: flex;
}
.all-events-wrapper {
    width: 80%;
}
.featured-event-wrapper {
    width: 25%;
}
.featured-event-holder {
    width: 100%;
}
.all-events-wrapper {
    height: 325px;
    padding: 25px;
}
.all-events-wrapper .no-featured-event-found p {
    font-size: 20px;
}
.all-events-wrapper {
    margin-left: 30px;
    height: 325px;
    padding: 25px;
}
.featured-event-holder {
    border: 20px solid #ebebeb;
    background: #fff;
    height: 275px;
}
.featured-event-title p {
    font-weight: 500;
    font-size: 16px;
}
.featured-event-title {
    margin-bottom: 15px;
}
.upcoming-shareholders-event-row .ibl-heading-content {
    padding-bottom: 45px;
}
.medium-terms-documents-container {
    padding: 20px 20px 70px;
    margin-top: 55px;
}
.medium-terms-documents-container .investor-document-wrapper {
    border-bottom: 1px solid #f2f2f2;
    padding-right: 150px;
}
.downloads-title {
    padding: 20px 190px 30px 0;
    text-align: right;
}
.downloads-title {
    border-bottom: 2px solid #f2f2f2;
}
.downloads-title p {
    font-weight: 500;
    font-size: 16px;
}
.financial-results-year-tab ul {
    justify-content: flex-end;
    list-style: none;
    display: flex;
}
.financial-results-year-tab ul li:not(:last-child) {
    margin-right: 30px;
}
.financial-results-year-tab ul li {
    text-transform: uppercase;
    color: #5ac3cd;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.financial-results-year-tab ul {
    justify-content: flex-end;
    list-style: none;
    display: flex;
}
.financial-results-year-tab ul li:not(:last-child) {
    margin-right: 30px;
}
.financial-results-year-tab ul li {
    text-transform: uppercase;
    color: #5ac3cd;
    font-weight: 500;
    font-size: 16px;
}
.year-result-tab-item.active:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0a2d6e;
    position: absolute;
    display: block;
    bottom: -10px;
    content: "";
    left: 12px;
    height: 0;
    width: 0;
}
.year-result-tab-item.active {
    position: relative;
    color: #0a2d6e;
}
.financial-results-container {
    margin-top: 55px;
    display: flex;
}
.financial-results-doc-container {
    padding: 20px 20px 30px;
    margin-left: 30px;
    padding: 20px;
    width: 100%;
}
.investor-document-name {
    max-width: 600px;
}
.latest-financial-doc a {
    font-size: 18px !important;
    color: #fff !important;
}
.latest-financial-results {
    width: 250px;
}
.latest-financial-doc {
    align-items: center;
    text-align: center;
    display: flex;
    height: 100%;
}
.financial-results {
    max-height: 220px;
    overflow: scroll;
}
.financial-result-text {
    border-bottom: 2px solid #f2f2f2;
    justify-content: space-between;
    padding: 50px 140px 20px 20px;
    display: flex;
}
.financial-result-text * {
    font-weight: 500;
    font-size: 16px;
}
.financial-results .investor-document-wrapper {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 90px 20px 20px;
}
.integrated-reports-year-tab ul li {
    color: #5ac3cd;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}
.integrated-report-title p {
    font-family: 'Roboto Slab', serif;
    color: #5ac3cd;
    font-weight: 300;
    font-size: 40px;
}
.integrated-reports-year-tab .slick-current li {
    position: relative;
    color: #0a2d6e;
}
.integrated-reports-year-tab .slick-current li:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0a2d6e;
    position: absolute;
    display: block;
    bottom: -10px;
    content: "";
    left: 12px;
    height: 0;
    width: 0;
}
.integrated-reports-year-tab ul .slick-list {
    padding-bottom: 40px;
}
.report-image:before {
    background: rgba(251, 251, 251, 0.9);
    border: 1px solid #5ac3cd;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0;
    right: 0;
    left: 0;
    top: 0;
    transition: 0.3s all ease-in-out;
}
.report-image {
    position: relative;
}
.report-year,
.report-title-links {
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
.report-content-holder:hover .report-image:before,
.report-content-holder:hover .report-year,
.report-content-holder:hover .report-title-links,
.report-single-year-content:hover .report-image:before,
.report-single-year-content:hover .report-year,
.report-single-year-content:hover .report-title-links {
    opacity: 1;
}
.report-links .ibl-custom-button:before {
    background: #0a2d6e;
}

.report-links .ibl-custom-button {
    color: #5ac3cd;
    font-weight: 500;
}
.report-title h3 {
    font-weight: 700;
    font-size: 25px;
}
.report-title {
    max-width: 200px;
}
.report-links .ibl-custom-button::before {
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    content: '';
    top: 4px;
}
.report-links img {
    object-fit: contain;
    height: 22px;
    width: 22px;
}
.report-year p {
    font-weight: 500;
    font-size: 16px;
}
.integrated-reports-container .see-more-investor a.ibl-custom-button:hover {
    color: #0a2d6e;
}
.investors-contact-box .more-details-box-wrapper {
    height: 247px;
}
.investor-featured-upcoming-event {
    margin-bottom: 30px;
    overflow: hidden;
    height: 400px;
}
.investor-view-integreted-report .more-details-box-wrapper {
    background-position: center !important;
    background-size: contain !important;
    height: 400px;
}
.sustainability-container.light-blue-bg {
    padding: 20px 40px;
}
.sustainability-container.light-blue-bg .investors-communications-latest-pdf {
    padding-left: 0;
}
.investors-contact-box .more-details-box-wrapper {
    height: 283px;
}
.share-price-container {
    margin-bottom: 30px;
}
.investors-presentations-container .ibl-heading-container h2 {
    font-size: 30px;
}
.investor-corporate-box.large-box .more-details-box-wrapper {
    height: 435px;
}
.featured-upcoming-event-container {
    height: 100%;
    width: 100%;
}
.go-to-calendar {
    position: absolute;
    right: 20px;
    top: 20px;
}
.go-to-calendar a {
    font-weight: 500;
}
.featured-upcoming-event-container {
    padding: 50px 20px;
    height: 100%;
}
.no-featured-event-found p {
    line-height: 22px;
    color: #0a2d6e;
    font-weight: 300;
    font-size: 23px;
}
.no-featured-event-found {
    padding-top: 50px;
    margin-left: 40px;
    max-width: 215px;
}
.share-price-figure .ibl-heading-container h2,
.investors-shareholding-structure-box .more-details-title p,
.investors-communications-container .ibl-heading-container h2,
.featured-upcoming-event-container .ibl-heading-container h2  {
    line-height: 30px;
    font-size: 25px;
}
.featured-upcoming-event-container .ibl-heading-container {
    max-width: 250px;
}
.investors-contact-box .more-details-btn.ibl-button-container {
    margin-top: 115px;
}
.investors-communications-container .see-more-investor {
    padding-top: 70px;
}
.investor-view-integreted-report .more-details-btn.ibl-button-container {
    background: #5ac3cd;
    position: absolute;
    padding: 7px 35px;
    width: 100%;
    bottom: 0;
    left: 0;
}
/*--------------------------------------------
## TAXONOMY INVESTOR TYPES
---------------------------------------------*/
.taxonomy-investor-types-container .banner-heading h2 {
    line-height: 40px;
    font-size: 40px;
}
.investor-types-doc {
    padding: 65px;
}
.taxonomy-investor-types-doc {
    padding: 70px 0;
}
.taxonomy-investor-types-container .downloads-title {
    padding: 20px 80px 30px 0;
    margin-bottom: 50px;
}
.taxonomy-investor-types-doc .investor-document-wrapper {
    border-bottom: 1px solid #f2f2f2;
}
.taxonomy-investor-types-doc .investor-document-name {
    max-width: 840px;
}
.taxonomy-investor-types-container {
    margin-top: 95px !important;
}
.discover-more-img {
    height: 295px;
}
/*--------------------------------------------
## IBL PRODUCTS
---------------------------------------------*/
.archive-products-container {
    margin-top: 95px !important;
}
.product-filtering-container {
    background: url(/wp-content/uploads/2023/09/filter__bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    margin: 60px 0;
}
.banner-image img {
    width: 100%;
}
.cluster-options-select select, 
.cluster-options-select input {
    height: 58px !important;
    width: 245px;
    border: none;
    border-bottom: 2px solid #5ac3cd;
}
.cluster-options-select button {
    background: #fff !important;
    border: 1px solid #5ac3cd;
    padding: 0 !important;
    height: 58px;
    width: 58px;
}
.cluster-options-select button i {
    color:  #5ac3cd;
    font-size: 20px;
    transform: rotate(-45deg);
}
.cluster-options-select input {
    padding-left: 10px;
    color: #0e389e;
    margin: 0 5px;
}
.product-filtering-container .ibl-widthcontainer {
    max-width: 910px;
}
p.white-color.filter-title {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 16px;
}
.hp-all-clusters-row.business-clusters-row.clusters-products-row {
    padding: 0;
}
.clusters-products-row.hp-all-clusters-row .ibl-content-wrapper {
    overflow: hidden;
}
select#cluster-filter {
    color: #0e389e;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    padding-left: 10px;
    outline: none;
}
.cluster-options-select input::placeholder {
    color: #0e389e;
    font-weight: 400;
}
.products-footer .footer-logo img {
    background: #0a2d6e;
    width: 90px;
}
.follow-us-title {
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.products-footer .ibl-group-name {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.products-footer .ibl-copyright-container {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.products-footer .ibl-copyright-container p {
    font-weight: 400;
    font-size: 14px;
}
.products-footer .ibl-footer-container {
    border-bottom: none;
    margin-bottom: 0;
}
.products-footer .footer-privacy-notice {
    padding-top: 0;
}
.products-footer .footer-privacy-notice ul {
    display: block;
}
.products-footer .footer-privacy-notice ul li:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.products-footer .ibl-group-tel a,
.products-footer .footer-privacy-notice ul li a {
    font-size: 14px !important;
    font-weight: 400;
}
.products-footer .footer-search.ibl-group-tel {
    margin-top: 0;
    width: 200px;
}
.products-footer .footer-logo {
    justify-content: flex-end;
    display: flex;
    width: 300px;
}
.products-footer  .footer-search-social-medias {
    margin-left: -150px;
}
.products-footer .footer-social-media ul li a i {
    font-size: 18px;
}
.products-footer .footer-social-media {
    padding-left: 80px;
}
/*--------------------------------------------
## OUR LEADERSHIP
---------------------------------------------*/
.board-committees-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 800px;
}
.committees-accordion .accordion-card:first-child {
    border-top: 1px solid #f2f2f2;
}
.committees-accordion .accordion-card {
    border-bottom: 1px solid #f2f2f2;
}
.committees-accordion .accordion-title {
    position: relative;
    padding: 15px 22px;
    overflow: hidden;
    margin-bottom: 0;
}
.committee-title {
    width: 245px;
    float: left;
}
.committee-excerpt {
    padding-left: 25px;
    width: 470px;
    float: left;
}
.committee-excerpt p {
    color: #3a3a3a;
    font-size: 14px;
}
.committee-title p {
    text-transform: uppercase;
    color: #0a2d6e;
    font-weight: 500;
    font-size: 14px;
    transition: 0.6s all ease-in-out;
}
.committee-composition-text-description {
    display: flex;
}
.committee-composition {
    width: 245px;
}
.committee-text-desc-wrapper {
    width: 470px;
}
.committee-file a.ibl-custom-button {
    display: block;
    margin-top: 0;
}
.committees-accordion .accordion-panel {
    padding: 22px 65px 55px;
    display: none;
}
.composition-list {
    margin-top: 70px;
}
.composition-title p {
    text-transform: uppercase;
    color: #0a2d6e;
    font-weight: 500;
    font-size: 14px;
}
.committee-file a.ibl-custom-button {
    color: #5ac3cd;
}
.committee-file a.ibl-custom-button:before {
    background: #5ac3cd;
    top: 5px;
}
.committees-accordion .accordion-card.active {
    background: #f2f2f2;
}
.committees-accordion .accordion-title:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f067" !important;
    justify-content: center;
    pointer-events: none;
    align-items: center;
    position: absolute;
    color: #5ac3cd;
    font-weight: 300;
    font-size: 30px;
    display: flex;
    height: 100%;
    right: 22px;
    top: 0;
}
.committees-accordion .accordion-title.active:after {
    content: "\f068" !important;
}
.committee-text-desc {
    padding: 0 0 50px 30px;
}
.board-committees-text {
    margin-bottom: 35px;
    margin-top: 50px;
}
.board-committees-text li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
    list-style: none;
    font-size: 14px;
}
.board-committees-text ul {
    margin-bottom: 30px;
    padding: 0;
}
.board-committees-text li:before {
    border: 1px solid #3a3a3a;
    position: absolute;
    height: 7px;
    content: "";
    width: 7px;
    top: 5px;
    left: 0;
}
.team-box-item {
    width: calc(100% / 6);
    float: left;
}
.team-thumb img {
    height: 200px;
    width: 100%;
}
.team-name-position {
    position: absolute;
    padding: 10px;
    width: 100%;
    z-index: 1;
    bottom: 0;
    transition: 0.3s all ease-in-out;
}
.team-box-item:hover .team-name-position {
    bottom: 60px;
}
.team-thumb:before {
    background: rgba(20, 48, 100, 0.5);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.team-thumb {
    position: relative;
}
.team-box-item:hover .team-thumb:before {
    background: rgba(20, 48, 100, 0.65);
}
.team-image-info-wrapper {
    position: relative;
}
.team-container {
    padding-top: 65px;
}
.discover-more-row.board-directors-discover-more {
    margin-top: 0;
}
.executive-team-row {
    padding-top: 100px;
}
.executive-team-text {
    padding-top: 15px;
}
.team-detail-box-wrapper {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    display: none;
    height: 100vh;
    z-index: 5;
    right: 0;
    left: 0;
    top: 0;
}
.board-director-details {
    background: #ebebeb;
    margin: 50px auto;
    max-width: 800px;
    padding: 70px 0;
    height: 85vh;
}
.board-main-infos {
    max-height: 285px;
    overflow: scroll;
}
.board-director-details {
    position: relative;
}
.close-board-btn {
    position: absolute;
    line-height: 50px;
    cursor: pointer;
    right: -50px;
    height: 25px;
    width: 25px;
    top: 20px;
}
.close-board-btn:before, .close-board-btn:after {
    transform: rotate(-45deg);
    background-color: #fff;
    position: absolute;
    display: block;
    height: 2px;
    width: 30px;
    content: "";
    top: 5px;
    right: 0;
    transition: all .25s ease-out;
}
.close-board-btn:after {
    transform: rotate(-135deg);
}
.close-board-btn:hover:before, .close-board-btn:hover:after {
    transform: rotate(0deg);
}
.board-main-infos {
    margin: 30px auto 0;
    padding-right: 20px;
    margin-top: 30px;
    max-width: 650px;
}
.board-image-info {
    position: relative;
    display: flex;
    left: -40px;
}
.board-name p {
    line-height: 40px;
    font-weight: 100;
    font-size: 40px;
}
.board-job-title p {
    font-weight: 500;
    font-size: 24px;
}
.board-job-title {
    margin: 30px 0 25px;
}
.board-info-holder {
    padding-left: 70px;
    padding-top: 30px;
}
.board-image {
    height: 250px;
    width: 250px;
}
.board-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.board-main-infos * {
    color: #3a3a3a;
}
.board-text-wrapper strong {
    margin-bottom: 15px !important;
    font-weight: 500;
    display: block;
}
.board-text-wrapper {
    margin-bottom: 30px;
}
.board-text-wrapper li {
    font-size: 14px;
}
.board-text-wrapper ul li:before {
    border: 1px solid #3a3a3a;
    position: absolute;
    background: #fff;
    height: 7px;
    content: "";
    width: 7px;
    top: 5px;
    left: 0;
}
.board-text-wrapper ul li {
    position: relative;
    padding-left: 30px;
}
.board-text-wrapper ul {
    list-style: none;
    padding: 0;
}
.board-image:before {
    background: url(/wp-content/uploads/2023/08/mosaicblue.png);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    left: -35px;
    z-index: -1;
    top: -30px;
}
.board-image {
    position: relative;
    z-index: 1;
}
.board-open-popup {
    justify-content: center;
    background: #5ac3cd;
    align-items: center;
    position: absolute;
    display: flex;
    height: 15px;
    width: 15px;
    bottom: 0;
    right: 0;
    transition: 0.3s all ease-in-out;
}
.board-open-popup i {
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
.team-box-item:hover .board-open-popup {
    height: 60px;
    width: 60px;
}
.team-box-item:hover .board-open-popup i {
    opacity: 1;
}
.board-box-item {
    cursor: pointer;
}
.board-of-directiors-text {
    padding-top: 70px;
}
.board-directors-text {
    padding-top: 10px;
}
.board-committees-row {
    padding-top: 80px;
}
.file-button-container.board-file-button {
    margin-left: 200px;
    padding-top: 40px;
    clear: both;
}
.board-sqaure-boxes-row {
    position: absolute;
    bottom: -235px;
    right: 0;
}
.grey-board-square {
    margin-right: 200px;
}
/*--------------------------------------------
## JOBS
---------------------------------------------*/
.browse-by-container {
    margin-top: 120px;
    padding: 50px 0;
}
.jobs-filters-wrapper {
    align-items: center;
    display: flex;
}
.browse-by-title p {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px;
}
.browse-by-title {
    padding-right: 60px;
}
.browse-select {
    position: relative;
    cursor: pointer;
}
.browse-select select {
    padding-left: 20px;
    color: #0a2d6e;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    width: 330px;
    height: 58px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.browse-select:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f078" !important;
    justify-content: center;
    pointer-events: none;
    align-items: center;
    position: absolute;
    background: #fff;
    color: #5AC3CD;
    font-weight: 500;
    font-size: 35px;
    cursor: pointer;
    display: flex;
    height: 58px;
    right: -62px;
    width: 58px;
    z-index: 1;
    top: 0;
}
.job-functions-select {
    margin-right: 95px;
}
.job-opportunities-wrapper {
    align-items: center;
    display: flex;
}
.browse-for-more-container {
    padding: 50px 0;
}
.browse-select.select-more-job-wrapper select {
    width: 400px;
}
.job-vacancy-item {
    align-items: center;
    position: relative;
    display: flex;
    height: 225px;
}
.company-logo {
    position: relative;
    padding: 0 15px;
    z-index: 1;
    width: 35%;
}
.job-info-wrapper {
    width: 65%;
}
.company-logo img {
    object-fit: contain;
    height: 90px;
    width: 100%;
}
.job-vacancy-item:before {
    background: #0a2d6e;
    position: absolute;
    height: 100%;
    content: "";
    width: 35%;
    z-index: 1;
    left: 0;
    top: 0;
    transition: 0.3s all ease-in-out;
}
.job-vacancy-item:hover:before {
    width: 100%;
}
.job-info-wrapper {
    justify-content: center;
    flex-direction: column;
    background: #F0F0F1;
    display: flex;
    padding: 20px;
    height: 100%;
}
.job-info-wrapper  * {
    position: relative;
    z-index: 1;
    transition: 0.3s all ease-in-out;
}
.job-vacancy-item:hover .job-info-wrapper * {
    color: #fff;
}    
.job-title {
    margin-bottom: 10px;
}
.job-title p {
    font-family: 'Roboto Slab', serif;
    padding-right: 25px;
    line-height: 28px;
    color: #0A2D6E;
    font-weight: 700;
    font-size: 24px;
}
.job-code p {
    color: #5ac3cd;
    font-size: 16px;
}
.closing-date p {
    color: #0A2D6E;
    font-size: 16px;
}
.closing-date {
    position: absolute;
    bottom: 20px;
}
.open-jobs-container {
    margin: 65px 0;
}
.archive-container,
.single-container {
    margin-top: 95px;
}
.single-job-container.single-container {
    margin-top: 220px;
}
.single-job-content {
    background: #f6f6f6;
    padding: 70px 45px;
    max-width: 910px;
    margin: 0 auto;
}
.single-job-title h2 {
    line-height: 45px;
    font-size: 45px;
}
.single-job-title {
    margin-bottom: 15px;
    width: 80%;
}
.job-deadline p {
    font-size: 16px;
}
.jobs-icon-container .icon-box-item {
    height: 300px;
}
.personal-details-row > .wpb_column > .vc_column-inner {
    padding: 40px 65px 170px;
    background: #f0f0f0;
    margin-bottom: 170px;
}
.personal-details-row input {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #cccccc;
}
.personal-details-row select {
    border: none;
}
.personal-details-row select,
.personal-details-row input {
    border-bottom: 2px solid #5ac3cd;
    background: #fff;
    line-height: 50px;
    color: #3a3a3a;
    font-size: 14px;
    outline: none;
    height: 50px;
    padding: 0;
    margin: 0;
}
.personal-details-row label {
    margin-bottom: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: 'Roboto';
    color: #0a2d6e;
    font-size: 14px;
    outline: none;
}
p.gform_required_legend {
    display: none;
}
div#gform_fields_3 {
    grid-column-gap: 3%;
    grid-row-gap: 35px;
}
div#field_3_2 {
    grid-column: span 2;
}
div#field_3_3 {
    grid-column: span 5;
}
div#field_3_4 {
    grid-column: span 5;
}
div#field_3_8 {
    grid-column: span 2;
}
div#field_3_9 {
    grid-column: span 5;
}
div#field_3_10 {
    grid-column: span 3;
}
div#field_3_11 {
    grid-column: span 3;
}
select#input_3_1 {
    width: 500px;
}
input#gform_next_button_3_13 {
    background-color: #0a2d6e;
    text-transform: uppercase;
    white-space: break-spaces;
    position: absolute;
    line-height: 22px;
    text-align: left;
    font-size: 18px;
    padding: 0 25px;
    bottom: -210px;
    display: block;
    color: #fff;
    height: 140px;
    width: 140px;
    right: 0px;
    border: 0;
    margin: 0;
    transition: 0.6s all ease-in-out;
}
.personal-details-row .gform_page_footer.top_label{
    position: relative;
}
.personal-details-row .gform_page_footer.top_label:after {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    color: #5ac3cd;
    font-weight: 200;
    content: '\f178';
    font-size: 30px;
    bottom: -193px;
    right: 85px;
    transition: 0.6s all ease-in-out;
}
input#gform_next_button_3_13:hover {
    background-color: #5ac3cd;
    color: #0a2d6e;
}
.personal-details-row .gform_page_footer.top_label:hover:after {
    color: #fff;
}
/*--------------------------------------------
## AUDIO BOX
---------------------------------------------*/
.audio-title p {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 11px;
    line-height: 24px;
    color: #0a2d6e;
    font-weight: 400;
    font-size: 20px;
}
.audio-image-holder {
    height: 100px;
    width: 100px;
}
.audio-image-holder img {
    height: 100%;
    width: 100%;
}
.image-audio-wrapper {
    align-items: center;
    display: flex;
}
.audio-holder {
    margin-left: 10px;
}