/*-- Use For Custom Styling --*/
.nibirumail_agreement {
  background: #fff;
  color: #000 !important;
  padding: 5px 8px;
  border-radius: 10px;
  font-weight: bold;
}

*{
  color:#737373;
  font-family: quicksand,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
}

#e_learning p a {
  text-decoration: underline;
  font-weight: bold;
}

#e_learning p a.btn-primary {
  color: #fff !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #737373 !IMPORTANT;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #737373 !IMPORTANT;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #737373 !IMPORTANT;
}

.credit a:active, a:hover {
  color: #ddd;
}

p:last-child {
  margin-bottom: inherit;
  font-family: inherit;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
  font-family: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #3180C4;
}

.top font,
.banner font,
.target font,
#team font,
footer h3 font,
footer p font,
li.breadcrumb-item font{
  color: #fff;
}

.num_question {
  position: absolute;
  top: 0;
  left: 0;
  background: #3180C4;
  color: #fff;
  padding: 0px 10px 2px;
  width: 100%;
  text-align: center;
}

.w_100_400_f {
  width: 100px;
  margin-right: 400px;
  float: right;
}

.w_100 {
  width: 150px;
  max-width: 100%;
}

.w_200 {
  width: 200px;
  max-width: 100%;
}

.w_300 {
  width: 300px;
  max-width: 100%;
}

.w_100perc {
  width: 100%;
  max-width: 100%;
}

.w_70perc {
  width: 70%;
  margin-left:15%;
  max-width: 80%;
}

.not_done {
  background: #ffe0e0 !important;
}

.form-control {
  margin: 10px 0;
}

#DataTables_Table_0_filter{
  display: none;
}


h2.title {
  font-size: 42px;
  font-weight: 900;
}

#divider path {
  fill: #fff;
}

#footer-divider path {
  fill: #3180C4;
}

li {
  list-style: disc;
}

.e_learning li {
  list-style: inherit;
}

.results hr{
  border-color: #65904f;
}

.breadcrumb li {
  list-style: none;
}

.news-item .news-title{
  color:#737373;
}

.banner nav{
  background: none;
  box-shadow: none;
}

.banner nav .navbar .links li a,
.banner nav .navbar .links li i{
  color: #fff !important;
}

.banner nav .navbar .links li a{
  text-shadow: 0px 0px 7px #000000;
}

.banner nav .navbar .links li .sub-menu{
  background: #00000042;
}

ul.flags li{
  display: initial;
}

ul.flags li img{
  width: 30px;
}

header {
  margin-bottom: 20px;
  z-index: 9999;
  position: relative;
}

.carousel-section .testimonials p,
.carousel-section .testimonials h5 {
  color: #737373;
}

.home header {
  margin-bottom: 0px;
}

.referencecs li{
  list-style:initial !important;
  margin-bottom: 10px;
}

.testo li {
  list-style: disc;
  margin-left: 30px;
}

.btn.btn-primary {
  background: #3180C4;
  border-radius: 20px;
  padding: 8px 30px;
  font-size: 18px;
}

.btn:hover {
  transform: scale(1.1);
  box-shadow: 1px 9px 10px rgba(53, 52, 52, 0.45);
}

.about-media::before {
    background: #01a0e3;
}

.navbar-simple .navbar-nav .nav-link:hover, .navbar-simple .navbar-nav .nav-link.active {
  color: #01a0e3;
}

.news-item:hover .news-title {
  color: #3180C4;
}

.side-menu {
  background: #01a0e3;
  background: -webkit-linear-gradient(to left, #f3c78d, #f04);
  background: linear-gradient(to left, #f3c78d, #f04);
}

section {
  padding: 2.0rem 0;
}

.navbar-top-default {
  overflow: visible;
}

header a.logo img {
  max-width: 260px;
}

#page p a{
  color: #65904f !important;
}

p + ul { margin-top: -15px; }

article {
  overflow: hidden;
  margin-bottom: 10px;
}

.meeting a.readmore{
  color: #0183ff !important;
}

.side-nav .navbar-nav .nav-item {
  margin: 5px 0 !important;
}

.breadcrumb {
  background-color: #3180C4 !important;
  margin-bottom: 20px !IMPORTANT;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item a{
  font-weight: bold;
}

.breadcrumb-item.active,.breadcrumb a{
  color: #ffffff !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff !important;
}

.testimonial-section .text-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-nav {
  align-items: first baseline !important;
}

.side-nav .navbar-nav .nav-link {
  font-size: 16px;
}

#page a {
  color: #65904f;
}

.breadcrumb-item a {
  color: #FFF;
}

a.btn{
  color: #FFF !important;
}

a.btn.btn-trans-white{
  color: #000 !important;
}

/*Menù*/
nav{
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.home nav{
  background: none;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 10px 50px;
  z-index: 99999;
}

.navbar a{
  color: #404044 !important;
}

.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
  margin-top: 20px;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #2C3E50;
  line-height: 35px;

  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  letter-spacing: 0.5px;
}
.links li:hover i.arrow,
.links li:hover i.js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #404044;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 35px;
  left: 20px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}

.home nav .navbar .links li .sub-menu{
  background: #ffffff;
}

nav .navbar .links li:hover .menu1,
nav .navbar .links li:hover .menu2,
nav .navbar .links li:hover .menu3{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #2C3E50;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.navbar .links li .sub-menu a:hover{
  color: #49647F;
  text-decoration: underline;
}

.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}

.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:1190px){
  nav{
    /* position: relative; */
  }
  nav .navbar .links li br {
    display: none;
  }

  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    max-width: 350px;
    width: 100%;
    background: #fff;
    line-height: 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name img{
    width: 280px;
  }
  .sidebar-logo  i,
  .navbar .bx-menu{
    font-size: 45px;
    color: #000;
  }

  .sidebar-logo  i{
    margin-top: 50px;
    margin-right: 20px;
  }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
  left: 0px;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .menu1,
  nav .navbar .links li:hover .menu2,
  nav .navbar .links li:hover .menu3{
    display: none;
  }
  .navbar .nav-links.show1 .links .menu1,
  .navbar .nav-links.show2 .links .menu2,
  .navbar .nav-links.show3 .links .menu3{
      display: block;
    }
    .navbar .nav-links.show1 .links .arrow{
        transform: rotate(180deg);
}

}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
}
}

a strong, p a, li a {
  color: #1271c4 !important;
}
