@charset "utf-8";
/* CSS Document */


#header .header-logo {
    margin: 0rem 0;
    position: relative;
    z-index: 1;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    color: #fdc308;
}

.btn-secondary:hover:not(.bg-transparent), .btn-secondary.hover:not(.bg-transparent) {
    background-color: #0047bb;
}
/*.btn-outline.btn-secondary {color: #000 !important;}*/

#header .header-nav-features {
    font-size: 23px;
}

.ccard .card {
    margin-bottom: 20px !important;
}

.svg-fill-color-secondary svg path, .svg-fill-color-secondary svg rect, .svg-fill-color-secondary svg line, .svg-fill-color-secondary svg polyline, .svg-fill-color-secondary svg polygon {
    fill: #000000 !important;
}

@media only screen and (max-width: 600px) {
  .header-logo img{
    width:220px !important;
  }
  .slidersec{ padding-top:0px; padding-bottom:80px !important;}
  
  ul.myUL {
  display: inline-block;
  text-align: left;
}

mul{
  text-align: center;
}

#header .header-nav-features {
    font-size: 18px;
}
#header .header-row {
    align-items: center;
    align-self: center;    
}

.ftline{ display:none;}

}