
/*// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900*/

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
/* --------------------------------------------------------------
/* Reset
-------------------------------------------------------------- */
.navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-start;
}
.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 {
  font-family: "Inter", sans-serif;
  font-weight: bold; 
}
h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;  
}
/*--------------------------------------------------------------
# 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 .container-fluid{
  padding-left: calc(var(--bs-gutter-x)* 0)  
}
.navbar-brand {
  padding-left: 10px;
}

.navbar-light{
  background: #ffffff;
  padding: 0px;
		-webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;
    border-bottom: solid thin #ccc;
} 

.offcanvas .navbar-brand .logo,
.navbar-brand .logo {
  height: 100px;
}

.navbar-toggler {
  background:#24356d;
  padding: 40px;
  border-radius: 0px;
		-webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;
}
.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(255, 255, 255, 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: #0074b2;
  font-weight: 700;
}
.navbar-nav {
    font-weight: 700;
}
.nav-link:focus, .nav-link:hover {
    color:  #0074b2;
}
.offcanvas {
  transition: transform 0.3s ease-out;
}
.offcanvas-header {
  justify-content: flex-start;
  padding: 0px;
  border-bottom: solid thin #ccc
}
.offcanvas-header .close {
    background:#24356d;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    border: none;
    padding: 42px 46px;
}
.navbar-toggler::focus{
  color:transparent;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.report-header {
  width: 100%;
  height: 100%;
  margin-bottom: 70px}
/*--------------------------------------------------------------
# BREADCRUMB
--------------------------------------------------------------*/
.breadcrumb-bg {
  width: 100%;
  height: 400px;
  background: url("../img/breadcrumb-bg.webp") center center;
  background-size: cover;
  margin-top: 110px
}
.breadcrumb-inner {
  color:#FFFFFF;
  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%;
} 
@media screen and (max-width:767px){
  .breadcrumb-inner {
    padding-top: 150px;
  }
}
.breadcrumb-inner h1 {
  font-size: 1.8rem
}  
@media screen and (min-width:768px){
.breadcrumb-inner h1 {
  font-size: 2.4rem
}
  }
/*--------------------------------------------------------------
# PAGE BACKGROUND
--------------------------------------------------------------*/
.page-cont-white h4 {
  padding-bottom: 20px;
  color: #0074b2;
  text-align: left;
}
.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;
}
.page-cont-white a {
  color: #0074b2;
  text-decoration: none;
}
.page-cont-white .container {
  max-width: 970px;
}
.page-cont-white sub, .page-cont-white sup {
    font-size: 1em;
}
.diagram {
  text-align: center;
  padding-bottom: 20px;
}
.author {
  color: #EA5E27;
  font-size: 18px;
  font-weight: 700;
}
.blue {
  color: #0074b2;
}
/*--------------------------------------------------------------
# Tooltip
--------------------------------------------------------------*/
a#1,
a#i,
a#ii,
a#iii,
a#iv,
a#v,
a#vi,
a#vii,
a#viii,
a#ix,
a#x,
a#xi,
a#xii,
a#xiii,
a#xiv,
a#xv,
a#xvi,
a#xvii,
a#xviii,
a#xix,
a#xx {
  color: #0074b2 !important;
}
a sup {
   color: #0074b2 !important; 
}

/*--------------------------------------------------------------
# Progress bar
--------------------------------------------------------------*/
.progress-container {
  background-color: #0074b2;
  height: 3px;
  width: 100%;
}

.progress-bar {
  background-color: #2196f3;
  height: 3px;
  width: 0%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-top {
   display: block;
   box-sizing: border-box;
   background-color: #F4F4F4;
   width: 100%;
   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: #F4F4F4;  
  text-align: center;
  color: #777;
}
.footer-bottom a {
 color: #0074b2;
 text-decoration: none;
}
.footer-bottom a:hover {
 color: #18A99E;
 text-decoration: none;
}