body {
	margin: 0;
	padding: 0;
	font-family: 'FRAMDCN';
}
ul{
	margin: 0;
	padding:0;
	list-style: none;
}
a:hover{
	text-decoration: none;
}

/* new container width */

/*.container{
	padding-left: 8px;
	padding-right: 8px;
}
.row{
	margin-right: -8px;
	margin-left: -8px;
}
[class^="col-"] {
	padding-left: 8px;
	padding-right: 8px;	
}*/
@media (min-width: 1400px) {
	.container{
		max-width: 1240px;
	}
}
@media (min-width: 1600px) {
	.container{
		max-width: 1440px;
	}
}
@media (min-width: 1800px) {
	.container{
		max-width: 1640px;
	}
}

/* containers end */

header{
	background-color: #0d1b0c;
	background-image: url(../images/header-bg.png);
	min-height: 100%;
	height: 100vh;
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
}
header .top-header{
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
	position: relative;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header .top-header .container{
	padding: 0;
}
header .top-header.fixed{
	position: fixed;
    background: #fff;
    box-shadow: 11px 0 27px rgba(5,5,5,0.08);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  	animation: smoothScroll 1s forwards;

}
header .top-header.fixed .container{
	padding: 0 8px;
}
header .top-header ul.social{
	text-align: right;
	margin-top: 55px;
}
header .top-header ul.social li{
	display: inline-block;
	margin-left: 20px;
}
header .top-header ul.social li a{
	font-size: 16px;
	color: #118139;
}
header .top-header .navigation{
	position: absolute;
	bottom: 0;
	right: 0;
}
header .top-header .navigation li{
	display: inline-block;
	margin-left: 30px;
}
header .top-header .navigation li a{
	font-size: 16px;
	color: #707070;
	text-transform: uppercase;
}
header .top-header .navigation li a:hover{
	color: #118139;
}
header .top-header .mobile-menu , header .top-header .visible-mobile-menu{
	display: none;
}
header .header-info{
	margin-top: 115px;
}
header .header-info .text h2{
	font-size: 65px;
	color: #118139;
	line-height: 56px;
	font-family: 'nobelbold';
}
header .header-info .text h2:after{
	background-color: #c3b987;
    height: 5px;
    width: 100px;
    content: "";
    display: block;
    margin-top: 10px;
}
header .header-info .text p{
	font-size: 22px;
	color: #5a5a5a;
	font-family: 'Calibri Light';
	font-weight: bold;
}
header .header-info .text a.download-report{
	width: 250px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	display: block;
    border-radius: 10px;
    font-family: 'nobelbold';
	background: #198d47; /* Old browsers */
	background: -moz-linear-gradient(top, #198d47 0%, #0f7833 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #198d47 0%,#0f7833 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #198d47 0%,#0f7833 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198d47', endColorstr='#0f7833',GradientType=0 ); /* IE6-9 */
}
header .header-info .text a.download-report img{
	margin-top: -10px;
    margin-right: 10px;
}
header a.next-arrow{
	display: table;
	margin: auto;
}

/* ceo msg */
.ceo-msg{
	padding: 50px 0;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.ceo-msg .ceo-img{

}
.ceo-msg .ceo-text h2{
	font-size: 30px;
	color: #12833b;
	text-transform: uppercase;
	font-family: 'nobelbold';
	white-space: pre-line;
	margin-top: 75px;
}
.ceo-msg .ceo-text h2 span{
	font-size: 55px;
}
.ceo-msg .ceo-text h3{
	font-size: 20px;
	color: #626262;
	text-transform: uppercase;
	font-family: 'Calibri Light';
	font-weight: bold;
	white-space: pre-line;

}
.ceo-msg .ceo-text p{
	font-size: 16px;
	color: #626262;
}
.ceo-msg .read-more{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#198d47+0,0f7833+100 */
	background: #198d47; /* Old browsers */
	background: -moz-linear-gradient(top, #198d47 0%, #0f7833 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #198d47 0%,#0f7833 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #198d47 0%,#0f7833 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198d47', endColorstr='#0f7833',GradientType=0 ); /* IE6-9 */
	width: 220px;
	height: 48px;
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	box-shadow: 5px 0 5px rgba(0,0,0,.13);
	font-size: 16px;
	text-transform: uppercase;
}


/* highlights */
section.highlights{
	padding: 90px 0;
	background-color: #307545;
	background-image: url(../images/highlights-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	text-align: center;
	background-attachment: fixed;
}
section.highlights h2.main-title{
	font-size: 57px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'nobelbold';
}
section.highlights h2.main-title:after{
	background-color: #e5c227;
    height: 5px;
    width: 100px;
    content: "";
    display: block;
    margin-top: 30px;
    margin-left: calc(50% - 50px);
}
section.highlights h3.sub-title{
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'nobelbold';
	margin-top: 40px;
}
section.highlights .high-items{
	margin-top: 75px;
}
section.highlights .high-item{
	height: 190px;
	background: #fff;
	font-size: 13px;
	color: #3c7e36;
	font-family: 'verdana';
	margin-top: 20px;
	font-weight: bold;
	display: table;
	padding: 20px;
	text-align: left;
}
section.highlights .high-item p{
	display: table-cell;
	vertical-align: middle;
}
/* svg general*/

svg.radial-progress {
  height: auto;
  max-width: 270px;
  padding: .5em;
  transform: rotate(-90deg);
  width: 100%;
  display: block;
  margin: auto;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  /*stroke: #fff;*/
  stroke-dashoffset: 219.91148575129; 
  stroke-width: 3;
}

svg.radial-progress text {
  fill: #fff;
  text-anchor: middle;
  font-family: 'nobelbold';
}


/* hightlights icd */
section.highlights-icd{
	height: 780px;
	padding: 70px 0;
	background-image: url(../images/header-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
}
section.highlights-icd h2.main-title{
	font-size: 40px;
	text-transform: uppercase;
	color: #228d48;
	font-family: 'nobelbold';
	text-align: center;
	width: 80%;
    margin: auto;
}
section.highlights-icd h2.main-title:after{
	background-color: #ac9d5a;
    height: 5px;
    width: 100px;
    content: "";
    display: block;
    margin-top: 30px;
    margin-left: calc(50% - 50px);
}
section.highlights-icd h3.sub-title{
	font-size: 20px;
	text-transform: uppercase;
	color: #878787;
	font-family: 'nobelbold';
	text-align: center;
	width: 50%;
    margin: 30px auto 0;
}
section.highlights-icd svg.radial-progress circle.complete{
	/*stroke: #39a362;*/
	stroke-dasharray: 219.91148575129;
}
section.highlights-icd svg.radial-progress circle.incomplete{
	stroke: #e6e7e8;
}
section.highlights-icd svg.radial-progress text {
	fill: #39a362;
}
.circle-chart{
	margin-top: 75px;
}
.circle-chart p{
	font-size: 18px;
	color: #4a4a4a;
	font-family: 'Calibri Light';
	text-align: center;
	width: 270px;
	margin: 10px auto 0;
	font-weight: bold;
}



/* financial inst */
section.financial-inst{
	height: 755px;
	padding: 70px 0;
	background-color: #fff;
}
section.financial-inst h2.main-title{
	font-size: 40px;
	text-transform: uppercase;
	color: #228d48;
	font-family: 'nobelbold';
	text-align: center;
	width: 60%;
    margin: auto;
}
section.financial-inst h2.main-title:after{
	background-color: #ac9d5a;
    height: 5px;
    width: 100px;
    content: "";
    display: block;
    margin-top: 30px;
    margin-left: calc(50% - 50px);
}
section.financial-inst h3.sub-title{
	font-size: 20px;
	color: #565656;
	font-family: 'Calibri Light';
	text-align: center;
	width: 100%;
    margin: 30px auto 0;
    font-weight: bold;
}
section.financial-inst .bank-types{
	margin-top: 65px;
	text-align: center;
}
.bank-types .bank-circle{
	width: 208px;
	height: 208px;
	border-radius: 50%;
	background: #1a8942;
	border: 2px solid #aed6bc;
	box-shadow: 0 0 0 10px #1a8942;
	text-align: center;
	margin: auto;
	padding-top: 35px;
}
.bank-types .bank-circle span{
	display: block;
	color: #fff;
	font-size: 36px;
	font-family: 'nobelbold';
}
.bank-type p{
	color: #565656;
	font-family: 'nobelbold';
	font-size: 16px;
	width: 60%;
	margin:35px auto 0;
	text-transform: uppercase;
}


/* data boxes */
section.data-boxes{
	height: 870px;
	padding: 110px 0;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
section.data-boxes .box-details{
	height: 300px;
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 6px 0 10px rgba(0,0,0,.10);
	color: #272727;
	display: table;
	width: 100%;
	text-align: left;
	padding: 0 50px;
}
section.data-boxes .box-details .text{
	display: table-cell;
	vertical-align: middle;
}
section.data-boxes .box-details p{
	font-family: 'Calibri Light';
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}
section.data-boxes .box-details strong{
	font-family: 'nobelbold';
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	color: #289750;
}
section.data-boxes .col-md-6:nth-child(even) .box-details{
	background: #17853e;
	box-shadow: 0;
	color: #fff;
}
section.data-boxes .col-md-6:nth-child(even) .box-details p{
	font-size: 18px;
	font-family: 'nobelbold';
	text-transform: uppercase;
}
section.data-boxes .col-md-6:nth-child(even) .box-details strong{
	font-size: 90px;
	font-family: 'nobelbold';
	text-transform: uppercase;
	color: #fff;
}


/* main sectors */
section.main-sectors{
	height: 1000px;
	padding: 90px 0;
	background-color: #fff;
}
section.main-sectors h2.main-title{
	font-size: 40px;
	text-transform: uppercase;
	color: #228d48;
	font-family: 'nobelbold';
	text-align: center;
	width: 80%;
    margin: auto;
}
section.main-sectors h2.main-title:after{
	background-color: #ac9d5a;
    height: 5px;
    width: 100px;
    content: "";
    display: block;
    margin-top: 30px;
    margin-left: calc(50% - 50px);
}
.sectors-list{
	text-align: center;
	width: 90%;
	margin: 60px auto 0;
}
.sectors-list li{
	display: inline-block;
	margin: 0 45px 50px;
}

/* top three */
section.top-three{
	height: 680px;
}

/* icd dashboard */
section.icd-dashboard{
	height: auto;
	padding: 65px 0;
}
section.icd-dashboard h2.main-title{
	width: 30%;
	margin: auto;
}
.icd-dashboard .chart-items{
	margin-top: 50px;
}
.icd-dashboard .chart-items .chart-item{
	height: 315px;
	background: #fff;
	padding: 40px;
	text-align: center;
	margin-bottom: 30px;
}
.icd-dashboard .chart-items .chart-item.horizontalBar{
	height: 360px;
}
.icd-dashboard .chart-items .chart-item h3{
	font-family: 'nobelbold';
	text-transform: uppercase;
	color: #4d4d4c;
	font-size: 20px;
	text-align: left;
}


/* sdg-results */
section.sdg-results{
	min-height: 1000px;
	height: auto;
}
section.sdg-results h2.main-title{
	width: 60%;
	line-height: 1;
	font-size: 57px;
}
section.sdg-results h3.sub-title{
	color: #12833b;
	font-size: 27px;
}
section.sdg-results .result-item{
	height: 250px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 6px 0 10px rgba(0,0,0,.10);
    color: #272727;
	width: 100%;
    text-align: center;
    padding: 0 50px;
    display: inline-block;
}
section.sdg-results .result-item img{
	display: block;
	margin: 60px auto 0;
	width: 95%;
}
section.sdg-results .all-results{
	margin-top: 50px;
	padding-bottom: 70px;
	border-bottom: 1px solid #9e9e9e;
	margin-bottom: 60px;
}
.no-borders{
	border: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}


/* summary */
section.summary{
	height: auto;
}
section.summary h2.main-title{
	font-size: 57px;
	line-height: 1;
}
section.summary h2.main-title p{
	margin:0;
	line-height: 1;
	font-size: 30px;
}

/* watch video */
section.watch-video{
	height: 800px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
section.watch-video iframe{
	width: 100%;
	height: 600px;
}

/* accordion */
#accordion .ui-state-active{
	background: #259653;
	border:0;
}
.ui-accordion .ui-accordion-header{
	text-align: left;
	padding: 20px;
	color: #f9f8f5;
	font-size: 25px;
	font-family: 'nobelbold';
	background: #aa9b58;
	outline: none;
	margin-top: 20px;
	text-transform: uppercase;
}
.ui-accordion .ui-accordion-header .ui-icon{
	float: right;
    margin-top: 6px;
    filter: brightness(100);
    -webkit-filter: brightness(100);
}
.ui-accordion .ui-accordion-content{
	font-size: 18px;
	color: #626262;
	font-family: 'Calibri Light';
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
    white-space: pre-line;
}

/*report */
.report-download{
	padding: 50px 0;
	background: #fff;
	height: auto;
}
.report-download .download-report{
	width: 300px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 10px;
    font-family: 'nobelbold';
    background: #198d47;
    background: -moz-linear-gradient(top, #198d47 0%, #0f7833 100%);
    background: -webkit-linear-gradient(top, #198d47 0%,#0f7833 100%);
    background: linear-gradient(to bottom, #198d47 0%,#0f7833 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198d47', endColorstr='#0f7833',GradientType=0 );
}
.report-download  a.download-report img{
    margin-top: -10px;
    margin-right: 10px;
}
header .top-header .visible-mobile-menu .navigation li a img {
	margin-top: -5px;
	margin-right: 10px;
}
 

/* footer */
footer{
	background: #207642;
	height: 60px;
	padding-top: 20px;
}
footer p.copyright{
	text-align: left;
	font-family: 'Calibri light';
	color: #fff;
	font-size: 16px;
	float: left;
}
footer .right-links{
	text-align: left;
	font-family: 'Calibri light';
	color: #fff;
	font-size: 16px;
	float: right;
}
footer .right-links a{
	color: #fff;
	font-size: 15px;
}


#button {
  display: inline-block;
  background-color: #228d48;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:active {
  background-color: #555;
  opacity: 1;
}
#button.show {
  opacity: .4;
  visibility: visible;
}
#button:hover {
  cursor: pointer;
  opacity: 1;
}

@media (max-width: 1200px) and (min-width: 992px){
	header,section{
		height: auto !important;
	}
	section.sdg-results .result-item{
		padding: 30px;
		height: auto;
	}
	section.sdg-results .result-item img{
		margin: auto;
	}

}


@media (max-width: 991px) and (min-width: 768px){
	header,section{
		height: auto !important;
	}
	header a.next-arrow{
		display: none;
	}
	header .top-header .navigation li{
		margin-left: 10px;
	}
	header .header-info > .row{
		flex-direction: column-reverse;
	}
	.icd-dashboard .chart-items .chart-item{
		height: auto !important;
	}
	.bank-types .bank-type{
		margin-bottom: 35px;
	}
	section.sdg-results .result-item{
		padding: 30px;
		height: auto;
	}
	section.sdg-results .result-item img{
		margin: auto;
	}
	header .header-info .text h2{
		font-size: 50px;
		line-height: 1;
		width: 80%;
    	margin: auto;
    	text-align: center;
	}
	header .header-info{
		margin-top: 30px;
	}
	header .header-info .text{
		margin-top: 30px;
	}
	header .header-info .text h2:after{
		position: relative;
		left: calc(50% - 50px);
	}
	header .header-info .text p{
		margin-top: 30px;
		line-height: 1.3;
		font-size: 24px;
		text-align: center;
	}
	header .header-info .text a.download-report{
		margin: 20px auto;
	}
	.ceo-msg{
		padding: 50px 0;
		text-align: center;
	}
	.ceo-msg .read-more{
		margin: auto;
	}
	.img-ceo{
		max-width: 100%;
	}
	.ceo-msg .ceo-text h2{
		font-size: 20px;
	}
	.ceo-msg .ceo-text h2 span , section.highlights h2.main-title{
		font-size: 57px;
	}
}



@media (max-width: 767px){
	section , header{
		height: auto !important;
	}
	header .header-info .text h2{
		font-size: 25px;
		line-height: 25px;
		width: 80%;
    	margin: auto;
    	text-align: center;
	}
	header .header-info{
		margin-top: 30px;
	}
	header .header-info .text{
		margin-top: 30px;
	}
	header .header-info .text h2:after{
		position: relative;
		left: calc(50% - 50px);
	}
	header .header-info .text p{
		margin-top: 30px;
		line-height: 1.3;
		font-size: 16px;
		text-align: center;
	}
	header .header-info .text a.download-report{
		margin: 20px auto;
	}
	.ceo-msg{
		padding: 50px 0;
		text-align: center;
	}
	.ceo-msg .read-more{
		margin: auto;
	}
	.img-ceo{
		max-width: 100%;
	}
	.ceo-msg .ceo-text h2{
		font-size: 20px;
	}
	.ceo-msg .ceo-text h2 span , section.highlights h2.main-title{
		font-size: 25px;
	}
	section.highlights-icd h2.main-title , section.financial-inst h2.main-title , section.main-sectors h2.main-title{
		font-size: 25px;
		width: 100%;
	}
	section.highlights-icd h3.sub-title , section.icd-dashboard h2.main-title{
		width: 100%;
	}
	.bank-types .bank-type{
		margin-bottom: 40px;
	}
	section.data-boxes .box-details strong{
		font-size: 30px;
	}
	section.data-boxes .col-md-6:nth-child(even) .box-details strong{
		font-size: 60px;
	}
	.sectors-list li{
		margin: 0 45px 20px;
	}
	section.financial-inst h3.sub-title{
		font-size: 18px;
		line-height: 1.5;
		text-align: left;
	}
	.icd-dashboard .chart-items .chart-item h3{
		font-size: 16px;
	}
	.icd-dashboard .chart-items .chart-item{
		height: 250px;
	}
	section.sdg-results h3.sub-title{
		font-size: 20px;
	}
	section.sdg-results .result-item{
		height: auto;
		padding: 30px;
	}
	section.sdg-results .result-item img{
		margin: auto ;
	}
	section.summary h2.main-title p{
		font-size: 20px;
	}
	.ui-accordion .ui-accordion-header{
		font-size: 16px;
	}
	.ui-accordion .ui-accordion-content{
		font-size: 16px;
		padding: 0 20px 20px;
	}
	section.watch-video iframe{
		height: auto;
		margin: 0;
	}
	section.watch-video{
		padding: 20px;
	}
	footer{
		height: auto;
		display: inline-block;
		width: 100%;
	}
	footer p.copyright , footer .right-links{
		float: none;
		text-align: center;
	}
	header .header-info > .row{
		flex-direction: column-reverse;
	}
	header .top-header .navigation{
		display: none;
	}
	header .top-header .mobile-menu{
		display: block;
		position: fixed;
	    top: 0;
	    z-index: 9999;
	    width: 100%;
    	left: 0;
	}
	header .top-header .mobile-menu .logo , header .top-header .mobile-menu .social{
		display: none;
	}
	header .top-header .visible-mobile-menu .logo {
		display: block;
		float: left;
		margin-left: 15px;
	}
	header .top-header .visible-mobile-menu .social{
		display: block;
		text-align: center;
	}
	header .top-header .visible-mobile-menu{
		height: 100%;
		background: #198d47;
	    background: -moz-linear-gradient(top, #198d47 0%, #0f7833 100%);
	    background: -webkit-linear-gradient(top, #198d47 0%,#0f7833 100%);
	    background: linear-gradient(to bottom, #198d47 0%,#0f7833 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198d47', endColorstr='#0f7833',GradientType=0 );
	}
	header .top-header .visible-mobile-menu .navigation{
		margin-top: 200px;
		text-align: center;
	}
	header .top-header .visible-mobile-menu .navigation li{
		margin:0 0 20px 0;
		display: block;
		border-bottom: 1px solid #539c5d;
		padding-bottom: 20px;
	}
	header .top-header .visible-mobile-menu .social{
		display: block;
	}
	header .top-header .visible-mobile-menu ul.social li a{
		color: #fff;
	}
	header .top-header .visible-mobile-menu .navigation li a{
		color: #fff;
	}
	header .top-header ul.social{
		display: none;
	}
	header .top-header .mobile-menu button{
		float: right;
		background: none;
		border: 0;
		margin-top: 20px;
		outline: none;
		position: relative;
		z-index: 9
	}
	header .top-header .mobile-menu button img{
		width: 50%;
	}
	header .top-header .visible-mobile-menu button img{
		filter: brightness(100);
		-webkit-filter: brightness(100);
	}
	.visible-mobile-menu .navigation {
		display: block !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
	}
	header a.next-arrow{
		display: none;
	}
}