.paral-bot .footer-bottom {
  position: absolute;
  bottom: 0;
}
.paral-bot {
  background: #252525;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 404px; }
  .paral-bot .footer-wrap-1 {
    color: #ccc;
    padding: 0 8%; }
    .paral-bot .footer-wrap-1 .foot1row {
      padding: 55px 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .paral-bot .footer-wrap-1 .foot1row .menu {
        width: 30%;
        margin: 0; }
        .paral-bot .footer-wrap-1 .foot1row .menu li {
          display: block;
          color: #fff;
          list-style: none; }
          .paral-bot .footer-wrap-1 .foot1row .menu li a {
            color: #ccc;
            padding: 8px 0;
            display: block; }
            .paral-bot .footer-wrap-1 .foot1row .menu li a:hover {
              color: #388e3c;
              text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .footer-wrap-1{
          padding-bottom: 100px!important;
        }
        .paral-bot .footer-wrap-1 .foot1row .menu:last-child {
          border-bottom: none; }
        .paral-bot .footer-wrap-1 .foot1row .menu {
          margin: 2% 0;
          width: 100%;
          text-align: center;
          padding-bottom: 5px;
          border-bottom: 1px dotted rgba(255, 255, 255, 0.2); } }
      .paral-bot .footer-wrap-1 .foot1row .text-feedback {
        width: 30%;
        padding-top: 8px; }
        .paral-bot .footer-wrap-1 .foot1row .text-feedback p {
          padding-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .paral-bot .footer-wrap-1 .foot1row .text-feedback {
          width: 100%;
          text-align: center; } }
    @media only screen and (max-width: 768px) {
      .paral-bot .footer-wrap-1 .foot1row {
         -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .footer-bottom {
    width: 100%;
    padding: 20px 0px;
    font-size: 12px;
    background: #1c1c1c;
    color: #777;
    overflow: hidden; }
    .footer-bottom .foot-row {
      padding: 0 8%; }
      .footer-bottom .foot-row .social {
        color: #777;
        margin: 0; }
        .footer-bottom .foot-row .social li {
          margin-left: 20px;
          display: inline-block; }
          .footer-bottom .foot-row .social li i {
            color: #777;
            font-size: 2em; }
            .footer-bottom .foot-row .social li i:hover {
              color: #388e3c; }
    @media only screen and (max-width: 768px) {
      .footer-bottom .foot-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
         -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .footer-bottom .foot-row p {
          order: 1;
          text-align: center; }
        .footer-bottom .foot-row .social {
          text-align: center;
          margin: 0; } }

@media only screen and (max-width: 992px) {
  .paral-bot {
    position: relative; } }

/*# sourceMappingURL=footer.css.map */
