@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Ms+Madi&display=swap');

html, body {
  font-family: 'Raleway', sans-serif;
  color: #080a3d;
  font-size: 14px;
  line-height: 1.25 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;  
}
a {
  color: #080a3d;
  outline: none;
  transition: all 0.25s ease-in-out;
}

.fa-linkedin{
  color:#0A66C2 !important;
}
.fa-youtube{
  color:#CD201F !important;
}
#project a{
  text-decoration: underline;
  font-weight: bold;
}

.download-arr {
  display: inline-block !important;
  width: 15px; 
  height: 15px;
  margin: 0 3px 0 0 !important; 
}

.download-arr:hover ~ #arrow {
  transform: translateY(-2px);
}
.pager.pagenav a:hover{
  color: #ffffff !important;
}

#project a:hover{
  text-decoration: underline;
}

#project h3{
  font-size: 1.5rem !important;
}
#project h2{
  font-size: 1.5rem !important;
}

button {
  outline: none !important;
}
a:hover {
  color: #e30613;
}
.content {
  min-height: 300px;
}
.large-icon {
  font-size: 13em !important;
}
.contact .contact-address {
  padding: 0 1.5rem;
}
.navbar .mod-languages {
  padding-bottom: 0.425rem;
  padding-top: 0.425rem;
}
.lang-inline {
  list-style: outside none none;
  margin: 0;
}
.lang-inline > li {
  display: inline;
  margin-left: 8px;
}
.login {
  margin: 0 auto;
  max-width: 330px;
  padding-top: 1em;
}
.tags.inline {
  padding-left: 0;
}
.tags.inline li {
  display: inline;
}
.item-image {
  margin-bottom: 20px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/****************/

.h100 {
  height: 100%;
}

#back-top {
  font-size: 1.5rem;
  line-height: 2.5rem;
  position: fixed;
  bottom: -100px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 5%;
  background: #fff;
  color: #e30613;
  text-align: center;
  z-index: 99;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
}
#back-top.showed {
  bottom: 20px;
  transition: 0.5s ease all;
}
@keyframes pulseradius {
  0% {
    border-radius: 20% 30px;
  }

  50% {
    border-radius: 20% 0 20% 0;
  }

  100% {
    border-radius: 20% 30px;
  }
}
@keyframes pulseheart {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes pulseup {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes pulsea {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 50%;
}
.hvr-ripple-out:before {
  border-radius: 50%;
  content: '';
  position: absolute;
  border: #fff solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/**********************************/

header {
	position: absolute;
	width: 100%;
	z-index: 999;
  height: 100px;
}
a.logo {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  align-items: center;
  width: 35%;
}
a.logo img {
  width: 100px;
  height: 100px;
}
a.logo span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.52rem;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
}
fa-linkedin {
  color:#0e76a8;
}
fa-youtube{
  color: #CD201F;
}

.altitle {
  padding: 10px 5px;
  line-height: 100%;
  text-align: center;
  color: #080a3d;
  background-color: #edebe5;
  margin-top: 0px;
  text-decoration: none;
}
a.logo:hover {
 text-decoration: none; 
}

.homepage .altitle {
  display: none;
}
.no-gutter {
	padding-right: 0;
	padding-left: 0;
}

.bg-white {
	background-color: #fff !important;
}
.bg-white-tr {
  background-color: rgba(255, 255, 255, 0.9);
} 
.bg-red-tr {
	background-color: rgba(227, 6, 19, 0.9);
}	
.bg-brown-tr {
	background-color: rgba(119, 69, 66, 0.6);
}
.bg-brown2-tr {
	background-color: rgba(119, 69, 66, 0.6);
}
.bg-blue-tr {
	background-color: rgba(40, 53, 131, 0.6);
}
.bg-blue2-tr {
	background-color: rgba(74, 38, 131, 0.6);
}
.bg-green-tr {
	background-color: rgba(150, 194, 30, 0.6);
}
.btn-tl-red {
  border-left: 1px solid #e30613;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  color: #e30613;
  position: relative;
}
.btn-tl-red:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 100%;
  left: 0;
  right: 100%;
  width: 40%;
  height: 1px;
  background-color: #e30613;
  transition: all 0.25s ease-in-out;
}
.btn-tl-red span {
  z-index: 1;
  position: relative;
}  
.btn-tl-red:hover {
  color: #fff;
  text-decoration: none;
}
.btn-tl-red:hover:before {
  width: 100%;
  color: #fff;
  right: 0;
  bottom: 0;
  height: auto;
}
.pager a.btn-tl-red:hover span {
  color: #fff;
}
.wh200 {
	width: 200px;
	height: 200px;
}
.mc h2{
  font-size: 2.25rem !important;
}
.mshare {
  position: absolute;
  right: 100px;
  top: 20px;
  z-index: 99999999;
  padding: 16px 0 14px 0;
  font-size: 0.85rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  color: #000561;
  text-transform: uppercase;
}
.a2a_button_x {
  transform: scale(0.75);
}
.fa.fa-bars.fa-times {
  color: ##171a6b;
}
.a2a_default_style a {
  display: block;
  line-height: 16px;
  padding: 0 !important;
  margin: 0 auto;
  width: 40px !important;
  background: transparent;
}
.a2a_svg {
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
}
.a2a_s_twitter, .a2a_s_linkedin {
  background: transparent !important;
}
.a2a_s_twitter svg path {
  fill: #55acee;
}
.a2a_s_linkedin svg path {
  fill: #0a66c2;
}
.navbar-toggler {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999999;
  background: #fff;
  color: #080A3D;
  padding: 17px 13px 13px 13px;
  font-size: 1.5rem;
  border-radius: 0;
  width: 55px;
  height: 60px;
}
.navbar-toggler .fa-times {
  color: #171a6b !important;
}
#mainnav {
  position: relative;
  z-index: 9999998;
  background-color: rgba(255, 255, 255, 0.99);
  color: #080A3D;
  left: 0;
  right: 0;
  top: -1200px;  
  transition: all 0.2s ease-in-out;  
  padding: 1.5% 5% 1.5% 5%;  
  overflow: hidden;
}
#mainnav i {
  transition: all 0.2s ease-in-out;  
}
#mainnav.open {
  top: 0;
  padding-top: 100px;
}
#mainnav ul.menu {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid  #24275FC7;
  width: 200%;
  padding: 20px 50%;
  margin-left: -50%;
  margin-right: -50%;
}
#mainnav ul.menu > li {
  padding: 0 20px;
  max-width: 20%;
  width: 100%;
  border-right: 1px solid rgba(255,255,255,0.5);
}
#mainnav ul.menu > li:first-child {
  border: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: -100px;
  max-width: 50%;
  text-align: left;
}
#mainnav ul.menu > li:first-child a {
  height: auto;
  padding: 30px 20px;
  margin: 0;
  display: block;
  font-size: 3rem;
  font-family: "Bebas Neue", sans-serif;

}
#mainnav ul.menu > li:last-child a, #mainnav ul.menu > li:last-child li.item-219 a {
  background-color: #24275F1A !important;
  color: #080a3d !important;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Bebas Neue", sans-serif
}
#mainnav ul.menu li a {
  color: #080A3D;
  padding: 5px 5px;
  margin: 5px 0;
  font-size:1.1rem;
  line-height: 1.3rem;
}
#mainnav ul.menu > li > a {
  font-size: 2rem;
  font-family: "Bebas Neue", sans-serif;
  text-align: left;
}
#mainnav ul.menu li a:hover {
  background-color: #fff;
  color: #e30613;
}
.menuright {
  padding: 0 0 0 25px;
  border-left: 1px solid #fff;
}
.menuright img {
  max-width: 200px;
  height: auto;
}
#mainnav ul.menu li.active > a {
  background-color: #fff;
  color: #e30613;
}
#mainnav ul.menu li.active > a.nav-link {
  color: #080A3D !important;
  background: transparent;
}
#mainnav ul.menu li.active > a.nav-link b {
  color: #e30613;
  font-weight: normal;
}
#mainnav img {
  width: 100%;
  max-width: 100%;
}
#mainnav img + span {
  display: none;
}

.dropdown-menu {
  background: transparent;
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  border: none;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item {
  white-space: normal;
  line-height: 1.1rem;
}


.text-justify p {
  text-align: justify !important;
}

.text-justify p br {
  display: none;
}

#mainnav ul.menu > li .item-233 > a {
  color: #fff;
  padding: 5px 5px;
  margin: 25px 0 5px 0;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
#mainnav ul.menu > li .item-233 > a:hover {
  color: #d30b15;
}
#mainnav ul.menu > li.active .item-233 > a {
  color: #d30b15; 
}

#top.showed {  
  z-index: 9999999;
/*  height: 55px;*/
}
#top.showed .logo {
  /*width: 105px;
  height: 105px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);*/
}
#top.showed .navbar-toggler, #top.showed .a2a_kit a {
  /*color: #e30813;*/
}
.a2a_kit {
  margin-left: 20px;
  display: flex;
}

.a2a_kit a {
  font-size: 24px !important;
}
.commission {
  overflow: hidden;
}
.commission-container {
/*  margin-right: -100%;*/
}

.moduletable {
  position: relative;
}


h3.modtitle {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  margin: 25px 0;
  font-family: "Bebas Neue", sans-serif;
  position: relative;
}
h3.modtitle::before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 4px;
  background: #E30613;
  width: 100px;
}
h3.modtitle .modsubtitle {
  color: #83849d;
}

.mod_inx_foreward::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -10%;
  background-image: url('../images/1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 30%;
  z-index: 999;
}

.milestones {
  padding: 50px 0 0 0;
}
.milestones .container {
  position: relative;
}
.homepage .milestones .container::after {
  content: " ";
  position: absolute;
  right: 20%;
  top: 75px;
  background-image: url('../images/piechart1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 20%;
  z-index: 999;
}

.commission .ctitle {
  position: relative;
}
.homepage .commission .ctitle::after {
  content: " ";
  position: absolute;
  left: -20%;
  bottom: -100%;
  background-image: url('../images/3.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 999;
}


.projects {
  position: relative;
}
/*.homepage .projects::after {
  content: " ";
  position: absolute;
  right: 0%;
  bottom: -5%;
  background-image: url('../images/4.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 20%;
  z-index: 999;
}*/

.mtitle {
  /*text-align: justify;*/
  margin: 100px 0 0 30px;
}
.ctitle {
  /*text-align: justify;*/
}
.ptitle {
  /*text-align: justify;*/
}
.finfointro {
  /*text-align: justify;*/
}
.scontent p {
  /*text-align: justify;*/
}
.table {
  width: 100% !important;
}
.card-body .table td, .card-body .table th {
  /*text-align: justify;*/
  font-family: 'Raleway', sans-serif !important;
  font-size: 12px !important;
}
.scontentm {
  text-align: left !important;
}
.ptext {
  font-size: 12px;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif !important;
}
.card-body .table td * {
  font-weight: normal !important;
  font-size: 12px !important;
}
#project h3 {
  font-size: 2rem !important;
  text-transform: uppercase;
}
.card-body .akd a {
  color: #fff !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}
#project .akds a {
  text-decoration: underline !important;
  font-weight: bold !important;
}


.scontentmsb::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.scontentmsb::-webkit-scrollbar-thumb {
  background: #96c21e;
}
.scontentmsb {
  scrollbar-color: #96c21e;
  scrollbar-width: thin;
}
.slick-slide ul {
  padding-left: 15px !important;
  padding-right: 10px !important;
}
.wg-container {
  overflow: hidden !important;
}


.pr {
  position: relative;
}
.article_title h1 {
  position: absolute;
  bottom: 20px;
  font-size: 4rem;
  line-height: 4.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  max-width: 70%;
}

@media only screen and (max-width: 768px) {
  .article_title h1 {
    max-width: 100%;
    font-size: 3rem;
    line-height: 3rem;
  }
}

.aname {
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Bebas Neue", sans-serif;
}

@media only screen and (max-width: 576px) {
  .mod_inx_footer {padding-bottom: 20px;}
}

@media only screen and (max-width: 768px) { 
  .article_banner {
    padding-top: 225px !important;
  }
  .pfigure {
      margin-top: 0 !important;
  }
  .article_content_graph img {
    width: 100%;
    height: auto;
  }
  .btnpdf {
    display: block !important;
  }
  .card-body {
    padding: 40px 25px !important;
  }
  #project {
    padding: 75px 15px 0 15px !important;
  }
  .mod_inx_banner {
    overflow: hidden;
  }
  .commission-container {
    padding: 100px 0 100px 30px !important;
  }
  .members-carousel-container .slick-list {
    padding: 0 !important;
  }
  .fvideo video {
    width: 100% !important;
  }
  .pcontent {
    min-height: auto !important;
  }
  .projects-container {
    margin-top: 0 !important;
  }
  .commission {
    background-size: 150% !important;
    background-position: -80% 90% !important;
  }
  .ctitle {
    margin: 50px 0 100px 20px !important;
  }
  .ml1 {
    margin: 50px 0 50px 10px !important;
  }
  .slick-prev {
    left: 20px !important;
  }
  .slick-prev, .slick-next {
    bottom: -80px !important;
  }
  .slick-list::before {
    display: none;
  } 
  .slick-slide {
    transform: none !important;
  }
  .milestones {
    background-size: 75% !important;
  }
  .mmask {
    left: 0 !important;
  }
  .mtitle {
    margin: 200px 0 0 50px !important;
  }
  .carousel-control-prev, .carousel-control-next {
    top: 25px !important;
  }
  .partners_left {
    padding: 50px 10% 120px 10% !important;
  }
  header {
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  .mod_inx_banner {
    height: 100vh;
  }
  .mod_inx_banner video {
    width: auto !important;
    height: 100% !important;
  }
  .logos {
    top: auto !important;
    bottom: 20px;
  }

  #mainnav ul.menu > li {
    max-width: 100%;
    position: 0 10px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 10px;
  }
  .modal-xl .modal-body {
    align-items: initial !important;
  }
 	a.logo {
		width: 100px;
		height: 100px;
    z-index: 9999999999;

	}
  #mainnav {
    margin-top: -700px;
  }
  #mainnav.open {
    margin-top: 0px;
    padding-top: 100px;
    
  }
  #mainnav ul {
    flex-direction: column;
  }
  #mainnav ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
  #mainnav .row > div {
    padding: 0;
  }
  #mainnav ul li a {
    color: #fff;
    padding: 5px;
    font-size: 0.9rem;
  }
  .menuright {
    padding: 20px 0 0 0;
    border-left: none;
  }
  .menuright img {
    max-width: 150px;
  }
}

@media only screen and (min-width: 1500px) {  
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
  html, body {
    font-size: 106%;
  }  
  .scontent h5 {
   font-size: 150% !important; 
  }
  .year {
   font-size: 450% !important; 
  }
  .keyf_title h3 {
    font-size: 200% !important
  }
  .keyf_title h5 {
    font-size: 150% !important;
  }
  .keyf_title h2 {
    font-size: 180% !important;
  }
  .scontent h3 {
    font-size: 150% !important;
  }
  .pcontent h3 {
   font-size: 180% !important; 
   line-height: 100% !important; 
  }
  .banner .banner-content h1 {
    font-size: 200% !important;
    line-height: 100% !important;
  }
  .homepage .slick-current {
    font-size: 80%;
  }
  .homepage .slick-slide {
    font-size: 80%;
  }
  .pagenav h4 {
   font-size: 150% !important; 
   line-height: 100% !important; 
  }

  #topics .card-header .btn {
    font-size: 120% !important; 
  }
  .akd table {
    font-size: 110% !important; 
  }
  .card-body h3 {
    font-size: 1.5rem !important;
  }
  .akds h3 {
   font-size: 110% !important;  
  }
}



.circle-shake  {
  -webkit-animation-name: shake;
  -webkit-animation-duration: 8s;
  -webkit-transform-origin:50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  
  -moz-animation-name: shake;
  -moz-animation-duration: 8s;
  -moz-transform-origin:50% 50%;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

}

@-moz-keyframes shake {
  0% { -moz-transform: translate(2px, 1px); }
  10% { -moz-transform: translate(-1px, -2px); }
  20% { -moz-transform: translate(-3px, 0px); }
  30% { -moz-transform: translate(0px, 2px); }
  40% { -moz-transform: translate(1px, -1px); }
  50% { -moz-transform: translate(-1px, 2px); }
  60% { -moz-transform: translate(-3px, 1px); }
  70% { -moz-transform: translate(2px, 1px); }
  80% { -moz-transform: translate(-1px, -1px); }
  90% { -moz-transform: translate(2px, 2px); }
  100% { -moz-transform: translate(1px, -2px); }
}
@-webkit-keyframes shake {
  0% { -webkit-transform: translate(2px, 1px); }
  10% { -webkit-transform: translate(-1px, -2px); }
  20% { -webkit-transform: translate(-3px, 0px); }
  30% { -webkit-transform: translate(0px, 2px); }
  40% { -webkit-transform: translate(1px, -1px); }
  50% { -webkit-transform: translate(-1px, 2px); }
  60% { -webkit-transform: translate(-3px, 1px); }
  70% { -webkit-transform: translate(2px, 1px); }
  80% { -webkit-transform: translate(-1px, -1px); }
  90% { -webkit-transform: translate(2px, 2px); }
  100% { -webkit-transform: translate(1px, -2px); }
}
@keyframes shake {
  0% { transform: translate(2px, 1px) scale(1.0); }
  10% { transform: translate(-1px, -2px); }
  20% { transform: translate(-3px, 0px) scale(1.02); }
  30% { transform: translate(0px, 2px) scale(1.0); }
  40% { transform: translate(1px, -1px); }
  50% { transform: translate(-1px, 2px) scale(1.02); }
  60% { transform: translate(-3px, 1px); }
  70% { transform: translate(2px, 1px) scale(1.0); }
  80% { transform: translate(-1px, -1px) scale(1.02); }
  90% { transform: translate(2px, 2px); }
  100% {transform: translate(2px, 1px) scale(1.0); }
}


scroll-behavior: smooth;