/* --------------------------------------------------------------
/* Reset
-------------------------------------------------------------- */
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body:not(.modal-open) {
    padding-right: 0px !important;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #777;
  overflow-x: hidden;
}

.page a {
    color: #A6CB39 ;
    text-decoration: none;
}

.page a:hover {
    color: #283302;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

/*--------------------------------------------------------------
# TEXT ALIGN
--------------------------------------------------------------*/

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
@media screen and (max-width:767px){
	.text-left {
		text-align: left !important;
	}
	.text-right {
		text-align: right !important;
	}
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/
.p20 {
	padding: 20px 0;
}
.p40 {
	padding: 40px 0;
}
.p60 {
	padding: 60px 0;
}
.p70 {
	padding: 70px 0;
}
.p80 {
	padding: 80px 0;
}
.p100 {
	padding: 100px 0;
}

.pt20 {
	padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}

.pb20 {
	padding-bottom: 20px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}


.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
/*--------------------------------------------------------------
# Line Height
--------------------------------------------------------------*/
.l20 {
	line-height: 20px !important;
}
.l30 {
	line-height: 30px !important;
}
.l40 {
	line-height: 40px !important;
}
.l50 {
	line-height: 50px !important;
}
/*--------------------------------------------------------------
# No Gutter
--------------------------------------------------------------*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

img{
    border:0;
    max-width:100%;
    vertical-align:middle;
}
img.responsive,img.scale{
    max-width:100%;
    height:auto;
}
img[class*=align],img[class*=wp-image-]{
    height:auto;
}
img.size-full{
    max-width:100%;
    width:auto;
}

/*--------------------------------------------------------------
# NAV
--------------------------------------------------------------*/
.navbar-brand {
  padding: 0px;
}

.navbar-light{
  background: transparent;
  padding: 0px;
		-webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;
} 
/* header large */
.navbar-brand .large {
	height: 140px;
		-webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;
}
.navbar-brand .logo {
  height: 140px;
}
@media screen and (max-width:991px){
  .navbar-brand .logo {
    height: 90px;  
  }
}
.navbar-brand .small {
	height: 90px;
  padding-bottom: 10px;
		-webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;
}
.navbar-toggler {
    border: solid 2px #EA5E27;
    color: #EA5E27;
}
.navbar-toggler-icon {
  margin-right: 5px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(234, 94, 39, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }
.custom-toggler.navbar-toggler {
    border-color: lightgreen;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #EA5E27;
}
.nav-link:focus, .nav-link:hover {
    color:  #EA5E27;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

.years-logo img {
  position: absolute;
  padding: 10px;
  background: #f7f7f7;
  border-radius: 50% 50%;
  width: 200px;
  height: 200px;
  bottom: -100px;
}
.report-header {
  width: 100%;
  height: 100%;
margin-bottom: 70px}
/*--------------------------------------------------------------
# BREADCRUMB
--------------------------------------------------------------*/
.breadcrumb-bg {
  width: 100%;
  height: 500px;
  background: url("../img/breadcrumb-bg.webp") center center;
  background-size: cover;
}
.breadcrumb-inner {
  color:#EA5E27;
  padding-top: 240px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,0.6) 41%, rgba(0,116,178,0.5) 100%);
  height: 100%;
} 
/*--------------------------------------------------------------
# PAGE BACKGROUND
--------------------------------------------------------------*/

.page-cont-white {
  background:#fff;
  text-align:justify
}
.page-cont-grey {
  background:#F7F7F7;
  text-align:justify
}
.page-cont-white h5,
.page-cont-grey h5 {
  text-align: left;
}
.page-cont-blue {
    background: #F6FFFF;
}
/*--------------------------------------------------------------
# CEO NOTE
--------------------------------------------------------------*/

.ceo-note {
  background: #f4f4f4;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: justify
}

.ceo-note img {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  img.ceo-note  {
    width: 100% !important;
    height: 100% !important;
  }
}

/*--------------------------------------------------------------
# FACT SHEET
--------------------------------------------------------------*/
.card {
  padding: 20px;
  background: #F9F9F9;
}
@media (max-width: 991px) {
  .card-margin {
    margin-bottom: 40px;
  }
}
.fact-title {
  color: #18A99E;
  font-weight: bold;
}
.fact-period-title {
    color: #EA5E27;
    text-align: center;
    width: 100%;
}
.fact-period-title span {
  color: #18A99E;
}
.fact-icon {
  text-align: center;
  margin-bottom: 10px;
}
.fact-icon img {
  min-height: 100px;
  height: 100px;
  max-width: 100px;
  text-align: center;
}
.fact-info {
   text-align: center; 
}
.fact-number {
  height: 44px;
  color:#EA5E27;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.fact-details {
  text-align: center;
  margin-bottom: 20px
}

/*--------------------------------------------------------------
# PULL QUOTES
--------------------------------------------------------------*/

.pull-quotes {
  background: #f4f4f4;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: justify;
}
.quotes-title {
  color: #EA5E27;
  text-align: center;
}
.pull-quotes h5 {
  color: #EE9250
}
.stream-title {
  color:#18A99E;
  text-align: center;
}
.bubble {
  background-color: #f2f2f2;
  box-shadow: 0px -6px 10px white, 0px 4px 25px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 2px 20px;
  margin-top: 20px;
}
.col-lg-6 .bubble:nth-child(1) {
  border-left: 10px solid #18A99E;
}
.col-lg-6 .bubble:nth-child(1):after {
  content: "";
  display: block;
  position: relative;
  margin-top: -40px;
  padding-top: 0px;
  bottom: -30px;
  left: 20px;
  border-width: 30px 0 0 30px;
  border-style: solid;
  border-color: #f2f2f2 transparent;
  width: 2px;
  border-radius: 0 0 40px 0;
}
.col-lg-6 .bubble:nth-child(2) {
  border-right: 10px solid orange;
}
.col-lg-6 .bubble:nth-child(2):after {
  content: "";
  display: block;
  position: relative;
  margin-top: -40px;
  padding-top: 0px;
  bottom: -30px;
  left: 400px;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #f2f2f2 transparent;
  width: 2px;
  border-radius: 0 0 0 40px;
}
.col-lg-6 .bubble:nth-child(3) {
  border-left: 10px solid limegreen;
}
.col-lg-6 .bubble:nth-child(3):after {
  content: "";
  display: block;
  position: relative;
  margin-top: -40px;
  padding-top: 0px;
  bottom: -30px;
  left: 20px;
  border-width: 30px 0 0 30px;
  border-style: solid;
  border-color: #f2f2f2 transparent;
  width: 2px;
  border-radius: 0 0 40px 0;
}
.bubble .detail {
  font-style: italic;
  display: inline;
  float: right;
}
/*--------------------------------------------------------------
# CHAPTER
--------------------------------------------------------------*/

.chapter-title {
  color: #18A99E;
}

.table-content a {
  text-decoration: none;
  color: #0074B2;
}
.table-content a:focus,
.table-content a:hover {
  color: #18A99E;
}
/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/
.btn-bottom {
  background: #0074B2;
  padding: 20px;
  border-radius: 0px;
  color: #FFF;
}
.btn-bottom:focus,
.btn-bottom:hover {
  background: #18A99E;
  border-radius: 0px;
  color: #FFF;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-top {
   display: block;
   box-sizing: border-box;
   background-color: #F4F4F4;
   width: 100%;
   color: #fff;
   text-align: center;
 }
.footer-icon {
  background: #0074b2;
  width:40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.footer-top a {
 color: #FFFFFF;
 text-decoration: none;
}
.footer-top a:hover {
 color: #F4F4F4;
 text-decoration: none;
}
.footer-icon ul {
  padding-left: 0px;
}
li.footer-icon  {
  list-style-type: none;
  margin-right: 20px;
  display: inline-block
}

.footer-bottom {
  line-height: 50px;
  background: #18a99e;
  text-align: center;
  color: #fff;
}
.footer-bottom a {
 color: #24356d;
 text-decoration: none;
}
.footer-bottom a:hover {
 color: #FFFFFF;
 text-decoration: none;
}
