@charset "UTF-8";
body {
  font-family: 'Open Sans', sans-serif;
}
body {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1 {
  font-weight: 700;
  color: #000064;
}
.bkg-header {
  background-color: #fff;
}
.isl {
  background: url("images/background-unsplash.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.nav-link:hover {
  color: #000064 !important;
  font-weight: 700;
  background-color: #fff;
}
.hgt-lnk {
  color: #000064 !important;
  font-weight: 700;
  background-color: #fff;
}
.isl img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  opacity: 0.5;
}
.gloss {
  font-size: 0.9em;
}
.anchor-gl {
  display: block;
  padding-top: 368px;
  margin-top: -368px;
}
/* nav menu*/
.top-bt {
  position: fixed;
  right: 5%;
  bottom: 5%;
}
.head-zawya {
  border: 0;
  width: 100%;
  height: 168px;
  padding: 0;
  margin: 0;
}
.footer-zawya {
  border: 0;
  width: 100%;
  height: 573px;
  padding: 0;
  margin: 0;
}
/* button scroll */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {}
.row.align-items-center.justify-content-md-center {
  background-color: #000064;
}
.table .thead-dark th {
  background-color: #000064;
  border-color: #000064;
}
.lnk .nav-link {
  color: #fff;
  text-align: center
}
.flt {
  display: inline-block;
}
.flt .nav-link {
  color: #fff;
}
.cont {
  font-size: 1.2em;
}
.border-num {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 14px 20px;
  font-size: 22px;
  font-weight: 700;
  border: 3px solid;
  text-align: center;
  vertical-align: middle;
  line-height: 1em;
  display: inline-table;
  color: #000064;
}
.legend {
  font-size: 0.9em;
  font-style: italic;
  padding-bottom: 30px;
  padding-top: 10px;
}
/*contenitore e nav menu*/
.headnav {
  height: 56px;
}
.navbar-dark {
  background-color: #000064;
}
.dropdown-item {
  font-size: 0.85rem;
}
.nav-link {
  font-size: 0.85rem;
}
.collapse.navbar-collapse {
  padding-left: 30px;
}
/*slider*/
.container-slider {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: right;
}
.container-slider .internal {
  text-align: left;
}
.carousel-caption {
  bottom: 10%;
  right: 20%;
}
.carousel-caption h1 {
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
}
.carousel-caption p {
  font-size: 1.1rem;
  font-weight: 200;
  line-height: normal
}
.carousel-item {
  min-height: 200px;
}
/*distribution column*/
.media {
  font-size: 1.1em;
}
.media-body h5 {
  font-size: 1.2em;
}
.media.icons {
  margin-bottom: 50px;
}
.icons img {
  width: 80px;
}
.icons2 img {
  width: 80px;
}
.icons3 img {
  width: 180px;
  height: 180px;
}
.icons3 {
  width: 100%;
  text-align: center;
}
.icons4 img {
  max-height: 55px;
  max-width: 81px;
}
.icons5 img {
  height: 270px;
}
.icons6 img {
  height: 40px;
}
.icons7 img {
  max-height: 55px;
  min-height: 40px;
}
.icons7 {
  width: 100%;
  text-align: left !important;
}
.highlighted {
  float: left;
  line-height: 0.4;
  padding-right: 5px;
  font-weight: 700;
  font-size: 40px;
}
.highlighted2 {
  padding-right: 5px;
  font-weight: 700;
  font-size: 30px;
  color: #000064;
  line-height: 1;
}
.highlighted3 {
  font-weight: 700;
  font-size: 48px;
  color: #000064;
}
.highlighted4 {
  font-weight: 700;
  font-size: 36px;
  color: #000064;
  text-align: center;
  width: 100%;
}
.highlighted5 {
  font-weight: 700;
  font-size: 36px;
  color: #000064;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.highlighted6 {
  font-weight: 600;
  font-size: 1.2em;
}
.highlighted7 {
  font-weight: 700;
  font-size: 26px;
  color: #000064;
  line-height: 0.9
}
.notohead {
  float: left;
  line-height: 1.5;
  margin-bottom: 0;
}
.h6.text-right {
  text-align: right !important;
  width: 100%;
  font-size: 12px;
  color: #000064;
}
/*vertical progress*/
.loadbar {
  width: 50px;
  height: 400px;
  background-color: #eaeef7;
  position: relative;
  float: left;
  overflow: inherit;
  margin: 20px;
  margin-bottom: 20px;
}
.bar {
  width: 50px;
  display: block;
  font-family: arial;
  font-size: 12px;
  background-color: #b8ccff;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.prg-txt {
  font-size: 15px;
  font-weight: bold;
  color: #000064;
  text-align: left;
  padding-bottom: 0;
  width: 50px;
  overflow: visible;
  display: inline-block;
  white-space: nowrap;
  bottom: 0px;
  position: absolute;
  float: left;
  padding-left: 30px;
  transform: rotate(-90deg);
}
.progress {
  vertical-align: middle;
  height: 50px;
  background-color: #e9ecef;
  border-radius: 0rem;
}
.progress-bar {
  background-color: #b8ccff;
}
.prg-txt-oriz {
  font-size: 15px;
  font-weight: bold;
  color: #000064;
  text-align: left;
  overflow: visible;
  display: ruby;
  position: absolute;
  padding-left: 13px;
}
.h-ele {
  display: none;
}
.leg-q {
  width: 25px;
  padding-bottom: 3px;
}
.d-block.w-100.slide {
  object-fit: cover;
  min-height: 200px;
}
.cli img {
  max-width: 150px;
}
@media (min-width: 576px) {
  .carousel-caption {
    bottom: 20%;
  }
  .carousel-caption h1 {
    font-size: 2em;
    font-weight: bold;
  }
  .carousel-caption p {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: normal
  }
  .h-ele {
    display: flex;
  }
  .s-ele {
    display: none;
    padding: 10px;
  }
  .anchor-gl {
    display: block;
    padding-top: 333px;
    margin-top: -333px;
  }
  .head-zawya {
    height: 168px;
  }
  .footer-zawya {
    height: 573px;
  }
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .carousel-caption {
    bottom: 20%;
  }
  .carousel-caption h1 {
    font-size: 3.5em;
    font-weight: bold;
  }
  .carousel-caption p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: normal
  }
  .h-ele {
    display: flex;
  }
  .anchor-gl {
    display: block;
  }
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .carousel-caption {
    bottom: 25%;
  }
  .carousel-caption h1 {
    font-size: 4em;
    font-weight: bold;
  }
  .carousel-caption p {
    font-size: 2rem;
    font-weight: 300;
    line-height: normal
  }
  .h-ele {
    display: block;
  }
  .anchor-gl {
    display: block;
    padding-top: 333px;
    margin-top: -333px;
  }
}
/*/ //Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .carousel-caption {
    bottom: 35%;
  }
  .carousel-caption h1 {
    font-size: 4.5em;
    font-weight: bold;
  }
  .carousel-caption p {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: normal
  }
  .h-ele {
    display: flex;
  }
  .anchor-gl {
    display: block;
    padding-top: 278px;
    margin-top: -278px;
  }
}