/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


* {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

#mainMenu>ul>li>a {
    border-bottom: 0 none;
    border-radius: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 90px;
    line-height: 70px;
    margin-left: 0;
    margin-right: 0;
    outline: medium none;
    padding: 10px;
    text-transform: capitalize;
    transition: all .3s ease-in-out 0s;
}

#header.home #mainMenu > ul > li > a, #header.home #mainMenu > ul > li > ul > li > a, #header.home #mainMenu > ul > li > ul > li > ul > li > a, #header.home #main-menu .dropdown-menu a {
    font-family: 'Roboto',sans-serif !important;
    font-size: 14px;
    color: #686f7a!important;
    letter-spacing: 1px;
}

#header:not(.home) #mainMenu > ul > li > a, #header.home #mainMenu > ul > li > ul > li > a, #header.home #mainMenu > ul > li > ul > li > ul > li > a, #header.home #main-menu .dropdown-menu a {
    font-family: 'Roboto',sans-serif !important;
    font-size: 14px;
    color: #686f7a!important;
    letter-spacing: 1px;
}

#header.home.header-sticky #mainMenu > ul > li > a, #header.home.header-sticky #mainMenu > ul > li > ul > li > a, #header.home.header-sticky #mainMenu > ul > li > ul > li > ul > li > a, #header.home.header-sticky #main-menu .dropdown-menu a {
    font-family: 'Roboto',sans-serif !important;
    font-size: 14px;
    color: #686f7a!important;
    letter-spacing: 1px;
}



#header:not(.home).header-sticky #mainMenu > ul > li > a, #header.home.header-sticky #mainMenu > ul > li > ul > li > a, #header.home.header-sticky #mainMenu > ul > li > ul > li > ul > li > a, #header.home.header-sticky #main-menu .dropdown-menu a {
    font-family: 'Roboto',sans-serif !important;
    font-size: 14px;
    color: #686f7a!important;
    letter-spacing: 1px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}


@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.alert.alert-success {background-color: #0A2943;border-color: #0A2943;}