.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding-top: 15px;
  background: #004e9e;
  min-height: 60px;
  font-size: 12px;
  margin: 0; }
  .footer ul {
    list-style-type: none !important;
    padding: 0; }
  .footer a, .footer .footer1 h3 {
    color: #fff; }
  .footer li a:before {
    content: '';
    width: 0;
    padding: 0; }
  .footer .trigger {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 10px 0;
    margin: 0; }
  .footer .trigger:empty {
    display: none; }
  .footer .toggle, .footer .toggle:empty {
    display: none;
    padding-top: 5px; }
  .footer .trigger::after {
    content: '\f067';
    font-weight: normal;
    color: #eee;
    font-size: 100%;
    font-family: FontAwesome;
    float: right;
    padding: 0 0 5px; }
  .footer .trigger.active::after {
    content: '\f068'; }
  .footer .trigger.active {
    color: #fff; }
  .footer .toggle ul:not(.symbols) {
    padding: 0; }
  .footer .footer1 {
    width: 100%; }
  .footer .footer1 .buli {
    padding: 15px 30px; }
  .footer .footer2 {
    background-color: #023d79;
    display: flex;
    height: 48px; }
    .footer .footer2 .d-md-inline {
      transition: all ease 0.3s;
      opacity: 0; }
    .footer .footer2 .d-md-inline:hover {
      opacity: 0.5; }

@media screen and (min-width: 576px) {
  .footer .footer1 .f1 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px; }
    .footer .toggle, .footer .toggle:empty {
      display: block; }
    .footer .trigger {
      border: 0; }
    .footer .trigger::after {
      content: '';
      padding: 0; } }

@media screen and (min-width: 768px) {
  .footer {
    clip-path: polygon(0 55px, 100% 0, 100% 100%, 0 100%); }
    .footer .col-md-3 {
      flex: 0 0 20%;
      max-width: 20%; } }

@media screen and (min-width: 992px) {
  .footer {
    padding-top: 75px; }
    .footer .footer1 {
      padding-left: 15px;
      padding-right: 15px; } }
