
*::selection {
  background: #CCD9E4;
  color: #000;
}
*::-moz-selection {
  background:#CCD9E4;
  color: #000;
}
::-webkit-scrollbar {
  display: none;
}
::scrollbar {
  display: none;
}
::-moz-scrollbar {
  display: none;
}
*:not(nav):not(body):not(html){
  scroll-behavior: smooth;
  transition: .4s linear all;
  -moz-transition: .4s linear all;
  -webkit-transition: .4s linear all;
  -ms-transition: .4s linear all;
}
body::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
}
@-moz-document url-prefix() {
  html {
    scrollbar-width: none;
  }
}
.clearfix:after, .clearfix:before {
  display: table;
  content: " "
}
.clearfix:after {
  clear: both
}
html {
  position: absolute;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE 11 */
  width: 100%;
  scroll-behavior: smooth;
}
body {
  overflow: auto;
  line-height: 1.6;
  height: 100%;
  scrollbar-width: none;
  scroll-behavior: smooth;
}



/* width */
.scroll-col::-webkit-scrollbar {
  width: 10px;
	display: block;
}

/* Track */
.scroll-col::-webkit-scrollbar-track {
  box-shadow: inset 1px 1px 5px #ccc;
  border-radius: 20px;
  background: rgba(70, 2, 52, 0.15);
}
 
/* Handle */
.scroll-col::-webkit-scrollbar-thumb {
  background: #460234;
  border-radius: 10px;
  max-height: 5px;
  height: 30px;
  margin: 45px;
  padding: 30px;
}

/* Handle on hover */
.scroll-col::-webkit-scrollbar-thumb:hover {
  background: rgba(70, 2, 52, 0.75); 
}


.link{cursor: pointer;}



a, a:focus {
  color: #064181;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #333;
}
body, input, select, textarea, button, tspan {
  font-family: "roboto",sans-serif;
}
hr {
  width: 100%
}
input, input:focus, select, select:focus {
  outline: none;
  border: 0;
}
h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
h1 span {
  color: #064181;
}
h2 {
  color: #064181;
}
h3 {
  color: #064181;
  font-size: 23px;
  font-weight: 400;
  margin: 40px 0 15px 0;
  line-height:1.2;
  font-family: 'Comfortaa';
}
h4 {
  color: #064181;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-family: 'Comfortaa';
}
b, strong {
  font-weight: 600;
  line-height: 1;
}
sup, sub {
  vertical-align: super;
  position: relative;
  top: 1px;
  font-size: 9px;
}
sub {
  top: 0.4em;
}
body {
  font-family: "roboto",sans-serif;
  font-weight: 300;
  color: #414042;
  font-size: 100%;
  margin: 0;
  width: 100%;
}
p {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.7;
  font-family: "roboto",sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #4C4D4F;
  margin-top: 0px;
}

article{max-width: 1600px;margin: 0 auto;padding: 1px 45px;box-sizing: border-box;position: relative;}
.center-block {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
header {
position: fixed; 
width: 100%;	
}

nav{
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	-moz-backdrop-filter: blur(4px);
}
nav ul{float: left;margin: 0;padding: 0;padding-top: 10px;}
nav ul li{
    position: relative;
    display: inline-block;
    padding: 15px;
    margin: 0px 15px;
    min-width: 220px;
    box-sizing: border-box;
    text-align: center;
}
nav ul li a{position: relative;z-index: 2;color: #10084C;font-weight: 900;font-family: 'roboto';font-size: 13px;}
nav ul li:after{content:'';position: absolute;z-index: 1;background-image: url("../images/menu-active.png");background-repeat: no-repeat;background-position: bottom left;width: 100%;height: 100%;left: 0;top: 50%;transform: translateY(-65%);display: none;background-size: contain;}

nav ul.nav-list2 {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 0px;
	 display: none;
}
nav ul.nav-list2 li{
    padding: 17px 10px;
    margin: 0px 0px;
    min-width: 92px;
    display: block;
    width: 100%;
}
nav ul.nav-list2 li a{position: relative;z-index: 2;color: #10084C;font-weight: 900;font-family: 'roboto';font-size: 13px;}
nav ul.nav-list2 li:after{content:'';position: absolute;z-index: 1;background-image: url("../images/menu-active.png");background-repeat: no-repeat;background-position: bottom left;width: 100%;height: 100%;left: 0;top: 50%;transform: translateY(-65%);display: none;background-size: contain;}



.menu-trigger{ display: none;}








div.logo{ float: left;}


.mm01 nav ul li.mm01:after, .mm02 nav ul li.mm02:after, .mm03 nav ul li.mm03:after, .mm04 nav ul li.mm04:after, .mm05 nav ul li.mm05:after { display: block;}
.mm01 nav ul li.mm01 a, .mm02 nav ul li.mm02 a, .mm03 nav ul li.mm03 a, .mm04 nav ul li.mm04 a, .mm05 nav ul li.mm05 a { color: #fff;}

.mm01 nav ul li:hover:after, .mm02 nav ul li:hover:after, .mm03 nav ul li:hover:after, .mm04 nav ul li:hover:after, .mm05 nav ul li:hover:after { display: block;}

footer p {
    color: #fff;
    margin: 0;
	font-weight: 500;
}

a.exl {
  background: #ffffff;
  border: solid 1px #8DC63F;
  border-radius: 2px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  float: right;
  margin-bottom: 15px;
  transition: .35s linear all;
}

a.exl span {
		background: #8DC63F;
		border-radius: 0;
		color: #ffffff;
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		line-height: normal;
		padding: 5px 10px;
		position: relative;
		text-transform: uppercase;
		z-index: 1;
		transition: .35s linear all;
}

a.exl span:last-child {
		margin-left: -20px;
	transition: .35s linear all;
}

a.exl:before,
a.exl:after {
		background: #ffffff;
		border: solid 2px #10044B;
		border-radius: 0;
		content: '';
		display: block;
		height: 30px;
		left: 50%;
		margin: -17px 0 0 -12px;
		position: absolute;
		top: 50%;
		/*transform:translate(-50%,-50%);*/
		transition: .35s linear all;
		width: 21px;
}

a.exl:hover:before,
a.exl:hover:after {
		background: #e2e8f0;
	transition: .35s linear all;
}
/*a:before{transform:translate(-30%,-60%);}*/

a.exl:before {
		margin: -23px 0 0 -5px;
	transition: .35s linear all;
}

a.exl:hover {
		background: #e2e8f0;
		border-color: #9fb4cc;
	transition: .35s linear all;
}

a.exl:active {
		background: #dae0e8;
		box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
	transition: .35s linear all;
}

a.exl span:first-child {
		display: none;
	transition: .35s linear all;
}

a.exl:hover span:first-child {
		display: inline-block;
	transition: .35s linear all;
}

a.exl:hover span:last-child {
		display: none;
	transition: .35s linear all;
}

.left-nav {
    float: left;
    width: 20%;
    /* border: 30px solid transparent; */
    background-repeat: no-repeat;
    background: url(../images/left-nav-bg.png);
    border-image: url(../images/left-nav-border.png) 40 40 round;
    box-sizing: border-box;
    background-size: contain;
    margin-left: -10px;
    border-style: solid;
    border-width: 30px;
}
.left-nav.big{ min-height: 600px}
.left-nav ul li {
    list-style: none;
    color: #10044B;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 40px;
    cursor: pointer;
    font-size: 13px;
}

.right-cont {
    float: left;
    width: 80%;
    max-height: 1080px;
    overflow-y: scroll;
}

.download-links {
    width: 20%;
    float: right;
    margin-bottom: 45px;
}

.heading {
    float: left;
    width: 80%;
    margin-bottom: 15px;
}

.heading h3 {margin-top: 10px;color: #0C014B;margin-bottom: 5px;font-family: 'Comfortaa';font-size: 23px;}
/*.heading p {color: #8DC63F}*/

.fin-tbl tr:hover {background:#E4E5E6;}
 tr.no-hover:hover {background-color:#FDF5F4}
.fin-tbl {width:100%;margin:0 0 0 0;padding:0 0px;font-size: 13px!important;}
.fin-tbl tr td {padding:3px 5px 3px 3px; line-height:1.3!important; color: #414042;}
.fin-tbl th {padding:3px 7px 3px 3px;color:#1D1147!important;background:#F6F9ED;line-height:1.3!important;font-size: 13px;font-weight:600;}
.fin-tbl tr th[width="5"], .fin-tbl tr td[width="5"] { padding:0; width: 5px;}
.fin-tbl tr th[align="left"], .fin-tbl tr td[align="left"] { text-align: left;}
.fin-tbl tr th[align="right"], .fin-tbl tr td[align="right"] { text-align: right;}
.fin-tbl tr th[height="10"], .fin-tbl tr td[height="10"] { padding:0; height: 5px;}
.finthinline {border-bottom:1px solid #575756;}
.finthickline {border-bottom:2px solid #575756;}
tr.finthinline td, tr.finthinline th{border-bottom:1px solid #575756;}
tr.finthickline td, tr.finthickline th{border-bottom:2px solid #575756;}

.fintopleft {border-top:1px solid #575756; border-left:1px solid #575756;}
.fintopright {border-top:1px solid #575756; border-right:1px solid #575756;}
.finbotleft {border-bottom:1px solid #575756; border-left:1px solid #575756;}
.finbotright {border-bottom:1px solid #575756; border-right:1px solid #575756;}
.finbotrighthick {border-bottom:2px solid #575756; border-right:1px solid #575756;}
.finbotrighthickgreen {border-bottom:2px solid #95C11F; border-right:1px solid #575756;}
.finleft {border-left:1px solid #575756;}
.finright {border-right:1px solid #575756;}
.fintop {border-top:1px solid #575756;}
.finrowleft {border-top:1px solid #575756; border-bottom:1px solid #575756; border-left:1px solid #575756;}
.finrowright {border-top:1px solid #575756; border-bottom:1px solid #575756; border-right:1px solid #575756;}
.finrow {border-top:1px solid #575756; border-bottom:1px solid #575756;} 

.fin-head{border-bottom:2px solid #95C11F;}
.fincaption {font-size:12px!important;}

.switchpurple {color:#1D1147!important;}
.switchblue {color:#004986!important;}
.switchgreen {color:#94C11E!important}
.switchdarkerblue {color:#10014B!important}
.font-23{ font-size: 23px}

.who-bluebg{background: #C5D9D9}
.who-whitebg{background: #fff}



.who-div{width: 65%; float: left; margin-right: 5%}
.who-div-1{width: 30%; float: left}


.img-responsive {display:block; max-width:100%;}


.right-cont article {
    margin-bottom: 85px;
    padding: 1px 80px;
}

section.content-conatainer {
    margin-top: 100px;
}




.container-list li {list-style: none;width: 15px;height: 15px;border-radius: 50%;margin: 30px 15px;cursor: pointer;border: 1px solid rgba(139, 197, 62, 0.7);}

.container-list li.active {background: rgba(139, 197, 62, 0.7);}

span.previous {
    cursor: pointer;
    color: #10044B;
    font-size: 12px;
    font-weight: 500;
}

span.next {
    cursor: pointer;
    color: #10044B;
    font-size: 12px;
    font-weight: 500;
}

ul.list li { font-size:13px}



.bg-who {
    background: url(../images/who-we-are.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}



/* width */
.right-cont::-webkit-scrollbar {
  width: 10px;
	display: block;
}

/* Track */
.right-cont::-webkit-scrollbar-track {
  box-shadow: inset 1px 1px 5px #ccc;
  border-radius: 0px;
  background: rgba(139, 197, 62, 0.15);
}
 
/* Handle */
.right-cont::-webkit-scrollbar-thumb {
  background: #8BC53E;
  border-radius: 0px;
  max-height: 5px;
  height: 30px;
  margin: 45px;
  padding: 30px;
}

/* Handle on hover */
.right-cont::-webkit-scrollbar-thumb:hover {
  background: rgba(70, 2, 52, 0.75); 
}


/*GLOBAL MAP*/
.blue-circle-one {border-radius:50%;border:5px solid #1B528B;width: 73px;height: 73px;position: absolute;top: 292px;right: -36px;}
.blue-circle-two {border-radius:50%;border:5px solid #1B528B;width: 140px;height: 140px;position: absolute;top: 222px;right: 38px;}
.red-circle-one {border-radius:50%;border:5px solid #E86D51;width: 70px;height: 70px;position: absolute;top: 323px;left: 233px;}
.red-circle-two {border-radius:50%;border:5px solid #E86D51;width: 110px;height: 110px;position: absolute;top: 222px;left: 285px;}
.red-circle-three {border-radius:50%;border:5px solid #E86D51;width: 90px;height: 90px;position: absolute;top: 240px;left: 460px;}
.red-circle-four {border-radius:50%; border:5px solid #E86D51; width: 70px; height: 70px; position: absolute; top: 154px; right: 286px;}
.red-circle-five {border-radius:50%; border:5px solid #E86D51; width: 50px; height: 50px; position: absolute; top: 117px; left: 501px;}
.red-circle-six {border-radius:50%; border:5px solid #E86D51; width: 80px; height: 80px; position: absolute; top: 73px; right: 101px;}
.red-circle-seven {border-radius:50%; border:5px solid #E86D51; width: 60px; height: 60px; position: absolute; top: 108px; right: 58px;}
.green-circle-one {border-radius:50%; border:5px solid #8BC53E; border-radius:50%; width: 40px; height: 40px; position: absolute; top: 68px; left: 401px;}
.turquise-circle-one {border-radius:50%; border:5px solid #3894AE; width: 40px; height: 40px; position: absolute; top: 111px; left: 407px;}
.turquise-circle-two {border-radius:50%; border:5px solid #3894AE; width: 60px; height: 60px; position: absolute; top: 44px; left: 441px;}


a:hover.blue-circle-one  {border:8px solid #1B528B; cursor:pointer;}
a:hover.blue-circle-two  {border:8px solid #1B528B; cursor:pointer;}
a:hover.red-circle-one {border:8px solid #E86D51; cursor:pointer;}
a:hover.red-circle-two {border:8px solid #E86D51; cursor:pointer;}
a:hover.red-circle-three {border:8px solid #E86D51; cursor:pointer;}
a:hover.red-circle-four {border:8px solid #E86D51; cursor:pointer;}
a:hover.red-circle-five {border:8px solid #E86D51; cursor:pointer;}
a:hover.red-circle-six {border:8px solid #E86D51; cursor:pointer;}
a:hover.red-circle-seven {border:8px solid #E86D51; cursor:pointer;}
a:hover.green-circle-one {border:8px solid #8BC53E; cursor:pointer;}
a:hover.turquise-circle-one {border:8px solid #3894AE; cursor:pointer;}
a:hover.turquise-circle-two {border:8px solid #3894AE; cursor:pointer;}

.emerge-bkr {border: 2px solid #E86D51; width: 300px; max-height: 130px; padding: 15px; position: absolute; left: 336px; top: -155px; float: none!important; text-align: initial!important;  margin-top: 0px!important; background:#fff;}
.emerge-bkr ul {list-style:none; margin:0px; padding:0px; clear:both;}
.emerge-bkr ul li {float:left; width:50%; border-right:1px solid #E86D51; box-sizing:border-box;}
.emerge-bkr ul li:last-of-type {border-right:0px solid #000; padding-left:20px; box-sizing:border-box;}
.emerge-bkr ul li p {margin:0px; padding:0px; font-size:16px;}
.emerge-bkr ul li p:nth-child(2) {font-size:20px; font-weight:bold; color:#E86D51;}


.australasia-bkr {border: 2px solid #00528C;width: 300px;max-height: 130px;padding: 15px;position: absolute;left: 336px;top: -155px;float: none!important;text-align: initial!important;margin-top: 0px!important;background:#fff;}
.australasia-bkr ul {list-style:none; margin:0px; padding:0px; clear:both;}
.australasia-bkr ul li {float:left; width:50%; border-right:1px solid #00528C; box-sizing:border-box;}
.australasia-bkr ul li:last-of-type {border-right:0px solid #000; padding-left:20px; box-sizing:border-box;}
.australasia-bkr ul li p {margin:0px; padding:0px; font-size:16px;}
.australasia-bkr ul li p:nth-child(2) {font-size:20px; font-weight:bold; color:#00528C;}


.uk-bkr {border: 2px solid #8DC73F;width: 300px;max-height: 130px;padding: 15px;position: absolute;left: 336px;top: -155px;float: none!important;text-align: initial!important;margin-top: 0px!important;background:#fff;}
.uk-bkr ul {list-style:none; margin:0px; padding:0px; clear:both;}
.uk-bkr ul li {float:left; width:50%; border-right:1px solid #8DC73F; box-sizing:border-box;}
.uk-bkr ul li:last-of-type {border-right:0px solid #000; padding-left:20px; box-sizing:border-box;}
.uk-bkr ul li p {margin:0px; padding:0px; font-size:16px;}
.uk-bkr ul li p:nth-child(2) {font-size:20px; font-weight:bold; color:#8DC73F;}


.europe-bkr {border: 2px solid #3C94AE;width: 300px;max-height: 130px;padding: 15px;position: absolute;left: 336px;top: -155px;float: none!important;text-align: initial!important;margin-top: 0px!important;background:#fff;}
.europe-bkr ul {list-style:none; margin:0px; padding:0px; clear:both;}
.europe-bkr ul li {float:left; width:50%; border-right:1px solid #3C94AE; box-sizing:border-box;}
.europe-bkr ul li:last-of-type {border-right:0px solid #000; padding-left:20px; box-sizing:border-box;}
.europe-bkr ul li p {margin:0px; padding:0px; font-size:16px;}
.europe-bkr ul li p:nth-child(2) {font-size:20px; font-weight:bold; color:#3C94AE;}


.switch-red {color:#E86D51!important;}
.switch-aus-blue {color:#00528C!important;}
.switch-uk-green {color:#8DC73F!important;}
.switch-europe-turquise {color:#3C94AE!important;}
.font-size-20 {font-size:20px;}


.admin-block {background:#F3F5F1; padding:30px;}
.admin-block-inner {border:5px solid #fff; padding:30px;}
.admin-headings {font-size:20px;}

.admin-table {display:table; width:100%; margin-top:3em}
.admin-table-cell {display:table-cell; width:50%;}
@media screen and (max-width: 1024px) {
.admin-table {display:block;}
.admin-table-cell {display:block; width:100%;}
}

.hidden{visibility: hidden;}

section#sec-1 {
    max-height: 947px;
    min-height: 947px;
    background: url(../images/Home_1.jpg);
    background-position: top center;
    padding: 50px;
    box-sizing: border-box;
	background-size: cover;
}
section#sec-2 {
    max-height: 947px;
    min-height: 100vh;
    background: url(../images/Home_2.jpg);
    background-position: top center;
    padding: 180px 50px;
    box-sizing: border-box;
	background-size: cover;	
}
section#sec-3 {
    max-height: 947px;
    min-height: 890px;
    background: url(../images/Home_3.jpg);
    background-position: top center;
    padding: 50px;
    box-sizing: border-box;
	background-size: cover;	
}

ul.container-list {
position: fixed;
    top: 50%;
    padding: 10px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
}

.slide-container {position: relative;}

.home-section div {
    max-width: 50%;
    margin-top: 174px;
    float: right;
    text-align: center;
}

section#sec-1  div {
    max-width: 50%;
    margin-top: 300px;
    float: right;
    text-align: center;
}



.home-section div img {
    margin-bottom: 45px;
}

.home-section div h1 {
    font-size: 35px;
    font-family: 'Comfortaa';
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    color: #585859;
    margin-bottom: 10px;
}

.home-section div h1 big {
    display: block;
    color: #8BC53E;
    font-size: 50px;
    font-weight: 900;
}

a.button {
    position: relative;
    padding: 20px;
    color: #fff;
    margin: 50px 50px;
    box-sizing: border-box;
    display: inline-block;
}

a.button:after {content: '';position: absolute;width: 100%;height: 100%;z-index: 1;background: #8BC53E;left: 0;top: 0;transform: rotate(-3deg);}

a.button * {
    position: relative;

    z-index: 2;
    color: #fff;
}

a.button:before {}

a.button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #8BC53E;
    left: 0;
    top: 0;
    transform: rotate(
-3deg);
    transition: .35s linear all;
}

a.button:hover:before {
    transform: rotate( 
3deg);
    transition: .35s linear all;
}

.downloads-block{box-sizing: border-box;background: url("../images/downloads-bg.png");background-repeat: no-repeat;background-size: contain;min-height: 782px;width: 80%;margin: 150px auto 0px auto;padding: 90px;}

.downloads{background: url("../images/download-banner.png");background-repeat: no-repeat;background-size: cover;background-position: 0% 0%;min-height: 947px;box-sizing: border-box;padding-top: 50px;
  
}

.highlights-box {width:50%; float: left; margin-left:70px; /*padding-top:100px;*/}
.highlights-box ul {list-style:none; margin:0; padding:0; clear:both; padding-top:15px;}
.highlights-box ul li {float:left; border-bottom:1px solid #000; width:40%; margin-right:4%; box-sizing:border-box; min-height:220px; position:relative;}
.highlights-box ul li div {position:absolute; bottom:0px; right:0px;}
.highlights-box ul li:last-of-type {margin-right:0%;}

.highlights-heading-1 {font-size:25px; color:#58595B; font-weight:bold; margin:0px; padding:0; line-height:1;}
.highlights-heading-1 span {font-size:17px; font-weight:normal;}
.highlights-heading-2 {font-size:35px; color:#8DC73F; font-weight:bold; margin:0px; padding:0;}
.highlights-heading-3 {font-size:20px; color:#58595B;}
.highlights-heading-3 img {margin-left:120px;}
.highlights-heading-4 {font-size:17px; color:#58595B;}
.highlights-heading-4 img {margin-left:80px;}
.graphic-responsive {max-width:100%;}



@keyframes animationFrames{
  0% {
   background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@-moz-keyframes animationFrames{
  0% {
   background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@-webkit-keyframes animationFrames {
  0% {
   background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@-o-keyframes animationFrames {
  0% {
   background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@-ms-keyframes animationFrames {
  0% {
   background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}




.cover-img {
    position: relative;
}

.cover-img img {
    position: absolute;
    right: -3%;
    max-width: 487px;
    top: 145%;
}

.downloads-block div {
    width: 25%;
    float: left;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

h2 {
}

.cover-img h2 {
    color: #8BC53E;
    margin: 0;
    font-family: 'Comfortaa';
}

.downloads-block div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.downloads-block div ul li {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    color: #10084C;
    font-weight: 500;
}



.excels h4 {
    color: #3894AE;
    border-bottom: 1px solid #3894AE;
    padding-left: 30px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 400;
    font-family: 'roboto';
}

.excels h4:after {
    content: '\efd8';
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'icomoon';
}
#sec-3 h3 {
    width: 29%;
    margin: 0;
    float: right;
    text-align: left;
    display: block;
}

.pdfs h4 {
    color: #10084C;
    border-bottom: 1px solid #10084C;
    padding-left: 30px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 400;
    font-family: 'roboto';
}

.pdfs h4:after {
       content: '\efd5';
       position: absolute;
       left: 0;
       top: 1px;
       font-family: 'icomoon';
}



.webcast h4 {
    color: #585859;
    border-bottom: 1px solid #585859;
    padding-left: 30px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 400;
    font-family: 'roboto';
}

.webcast h4:after {
    content: '\ee12';
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'icomoon';
}

.left-nav h4 {
    color: #8BC53E;
    padding-left: 60px;
    font-weight: 600;
    font-family: 'Comfortaa';
    font-size: 25px;
}



/*FONT-WEIGHT RESETS*/
.B100 {
  font-weight: 100
}
.B200 {
  font-weight: 200
}
.B300 {
  font-weight: 300
}
.B400 {
  font-weight: 400
}
.B500 {

  font-weight: 500
}
.B600 {
  font-weight: 600
}
/*PADDING RESETS*/
.no-padding {
  padding: 0 !important;

}
.no-paddingT {
  padding-top: 0 !important;
}
.no-paddingB {
  padding-bottom: 0 !important;
}
.no-paddingL {
  padding-left: 0 !important;
}
.no-paddingR {
  padding-right: 0 !important;
}
.padding-60 {
  padding: 60px !important;
}
.padding-60L {
  padding-left: 60px !important;
}
.padding-60R {
  padding-right: 60px !important;
}
.padding-60T {
  padding-top: 60px !important;
}
.padding-60B {
  padding-bottom: 60px !important;
}
.padding-50 {


  padding: 50px !important;
}


.padding-50L {
  padding-left: 50px !important;
}
.padding-50R {
  padding-right: 50px !important;
}
.padding-50T {
  padding-top: 50px !important;
}
.padding-50B {
  padding-bottom: 50px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-40L {
  padding-left: 40px !important;
}
.padding-40R {
  padding-right: 40px !important;
}
.padding-40T {
  padding-top: 40px !important;
}
.padding-40B {
  padding-bottom: 40px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-30L {
  padding-left: 30px !important;
}
.padding-30R {
  padding-right: 30px !important;
}
.padding-30T {
  padding-top: 30px !important;
}
.padding-30B {
  padding-bottom: 30px !important;
}
.padding-25 {
  padding: 25px !important;
}
.padding-25L {
  padding-left: 25px !important;
}
.padding-25R {
  padding-right: 25px !important;
}
.padding-25T {
  padding-top: 25px !important;
}
.padding-25B {
  padding-bottom: 25px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-20L {
  padding-left: 20px !important;
}
.padding-20R {
  padding-right: 20px !important;
}
.padding-20T {
  padding-top: 20px !important;
}
.padding-20B {
  padding-bottom: 20px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-15L {
  padding-left: 15px !important;
}
.padding-15R {
  padding-right: 15px !important;
}
.padding-15T {
  padding-top: 15px !important;
}
.padding-15B {
  padding-bottom: 15px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-10L {

  padding-left: 10px !important;

}
.padding-10R {
  padding-right: 10px !important;
}
.padding-10T {
  padding-top: 10px !important;
}
.padding-10B {
  padding-bottom: 10px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-5L {
  padding-left: 5px !important;
}
.padding-5R {
  padding-right: 5px !important;
}
.padding-5T {
  padding-top: 5px !important;
}
.padding-5B {
  padding-bottom: 5px !important;
}
/*MARGIN RESETS*/
.no-margin {
  margin: 0 !important;
}
.no-marginT {
  margin-top: 0 !important;
}
.no-marginB {
  margin-bottom: 0 !important;
}
.no-marginL {
  margin-left: 0 !important;
}
.no-marginR {
  margin-right: 0 !important;
}
.margin-60 {
  margin: 60px !important;
}
.margin-60L {
  margin-left: 60px !important;
}
.margin-60R {
  margin-right: 60px !important;
}
.margin-60T {
  margin-top: 60px !important;
}
.margin-60B {
  margin-bottom: 60px !important;
}
.margin-50 {
  margin: 50px !important;
}
.margin-50L {
  margin-left: 50px !important;
}
.margin-50R {
  margin-right: 50px !important;
}
.margin-50T {
  margin-top: 50px !important;
}
.margin-50B {
  margin-bottom: 50px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-40L {
  margin-left: 40px !important;
}

.margin-40R {
  margin-right: 40px !important;
}
.margin-40T {
  margin-top: 40px !important;
}
.margin-40B {
  margin-bottom: 40px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-30L {
  margin-left: 30px !important;
}
.margin-30R {
  margin-right: 30px !important;
}
.margin-30T {
  margin-top: 30px !important;
}
.margin-30B {
  margin-bottom: 30px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-25L {
  margin-left: 25px !important;
}
.margin-25R {
  margin-right: 25px !important;
}
.margin-25T {
  margin-top: 25px !important;
}
.margin-25B {
  margin-bottom: 25px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-20L {
  margin-left: 20px !important;
}
.margin-20R {
  margin-right: 20px !important;
}
.margin-20T {
  margin-top: 20px !important;
}
.margin-20B {
  margin-bottom: 20px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-15L {
  margin-left: 15px !important;
}
.margin-15R {
  margin-right: 15px !important;
}
.margin-15T {
  margin-top: 15px !important;
}
.margin-15B {
  margin-bottom: 15px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-10L {
  margin-left: 10px !important;
}
.margin-10R {
  margin-right: 10px !important;
}
.margin-10T {
  margin-top: 10px !important;
}
.margin-10B {
  margin-bottom: 10px !important;
}

.margin-5 {
  margin: 5px !important;
}
.margin-5L {
  margin-left: 5px !important;
}

.margin-5R {
  margin-right: 5px !important;
}
.margin-5T {
  margin-top: 5px !important;
}
.margin-5B {
  margin-bottom: 5px !important;
}
.mm00.sm03 section.grey-bg p {
  font-size: 20px
}
.mm00.sm03 section.white-bg p {
  font-size: 20px
}
.mm00.sm03 section.grey-bg h4 {
  font-size: 30px
}
.mm00.sm03 section.white-bg h4 {
  font-size: 30px
}
.font-25{ font-size: 25px}

footer{background: rgb(16,5,74);background: linear-gradient(90deg, rgba(16,5,74,1) 19%, rgba(139,197,62,1) 100%);text-align: center;padding: 15px;height: 53px;box-sizing: border-box;}




