.buttons-header {
	height: 690px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.buttons-header h1 {
    margin-top: 340px;
    margin-bottom: 0;
    font-size: 60px;
    text-align: right;
    /*font-family: Times new Roman;*/
}
.buttons-header h2 {
    font-size: 44px;
    margin-top: 0;
    text-align: right;
    /*font-family: Times new Roman;*/
}
.buttons-header .buttons-section {
	margin-top: 100px;
	display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.buttons-header .buttons-section.slideDown {
	margin-top: 5px;
	z-index: 2;
	right: calc(50% - 588px);
}
.buttons-header .buttons-section a {
	display: inline-block;
	font-size: 20px;
	color: #38414b;
	line-height: 20px;
	padding: 6px 10px;
	background: #fff;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.buttons-header .buttons-section a:hover {
	color: #fff;
	background: #2b275a;
}
.buttons-header .bottom-arrow {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 21px);
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.buttons-header .bottom-arrow:hover {
	bottom: 25px;
}
.page-template-template-ir-new .reports-title {
    color: #2a265d;
    font-size: 50px;
    padding-right: 125px;
    font-weight: 700;
    position: relative;
    background: none !important;
}
.page-template-template-ir-new .top-space {
	padding-top: 50px;
}
.page-template-template-ir-new .reports-title i {
    display: block;
    position: absolute;
    width: 107px;
    height: 107px;
    right: 0;
    top: 50%;
    margin-top: -53px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-template-template-ir-new .reports .reports-title {
	margin-bottom: 45px;
}
.page-template-template-ir-new .contact-us-section .reports-title {
	margin-bottom: 70px;
}
.page-template-template-ir-new .reports .report-year .report-year-single {
    margin-bottom: 35px;
}
.page-template-template-ir-new .reports .report-year {
	margin-bottom: 70px;
}
.page-template-template-ir-new .diagram-area {
    margin-bottom: 0;
}
.page-template-template-ir-new .subsidiaries {
	background-image: url('../../../../../wp-content/uploads/2018/03/afcon-new-bg.png');
	background-repeat: no-repeat;
	background-position: left 0 top 200px;
}
.page-template-template-ir-new .content-container ul li {
    padding-right: 0;
    margin-bottom: 0;
    background-image: none;
    background-position: unset;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.page-template-template-ir-new .subsidiaries {
		background-image: none; 
	}
}