html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.header-site {
  color: #fff;
  background-color: #03174f;
}

.nav-item:hover{
  background-color:#aaa;
  color:white;
}
.nav-item.show{
    background-color:#aaa !important;
    color:white !important;
}

.footer-site {
  color: #fff;
  background-color: #03174f;
}

.section {
  margin: 3em 0;
}

.section-title {
  width: 100%;
  margin-top: 0;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.6;
  border-bottom: 2px solid #313131;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 1em;
}

.footer-ul {
  list-style: outside none none;
  margin: 0;
}

.footer-li {
  padding-bottom: 1em;
}

.footer-li:not(:last-child) {
  border-bottom: 1px dotted rgba(239, 239, 239, 0.1);
}

.footer-li a {
  text-decoration: none; 
  text-align: center;
  color: #d3d3d3; 
}

.footer-text {
  text-align: center;
  color: #d3d3d3;
}

.copyright {
  text-align: center;
  color: #808080;
  vertical-align: middle;
}

.social-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.social-li {
  display: inline-block;
}

.social-li a {
  color: white;
  text-align: center;
  text-decoration: none;
}

.social-li a i {
  display: block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #ffb923;
}

.fa-facebook-f {
  background: #3b5998 !important;
}

.fa-linkedin-in {
  background: #0077B5 !important;
}

.fa-youtube {
  background: #d20014 !important;
}

.fa-instagram {
  background: #f09433 !important; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important; 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important; 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ) !important;
}