footer.main-footer {
    background-color: #004071;
    padding-top: 70px;
    margin-top: 70px;
  }
  
  footer.main-footer h4,
  footer.main-footer p,
  footer.main-footer a {
    color: #fff;
  }
  
  footer.main-footer h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
  }
  
  footer.main-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  footer.main-footer .section-title {
    margin-bottom: 12px;
  }
  
  footer.main-footer .section-title h4 {
    margin-bottom: 10px;
  }
  
  footer.main-footer .widgets-footer {
    display: flex;
    padding-bottom: 97px;
    border-bottom: 1px solid #f36f21;
  }
  
  footer.main-footer .widget-footer {
    margin-right: 35px;
  }
  
  footer.main-footer .widget-footer ul h4 {
    margin-bottom: 25px;
  }
  
  footer.main-footer .widget-footer a {
    font-size: 15px;
    line-height: 25px;
  }
  
  footer.main-footer .widget-footer li {
    margin-bottom: 8px;
  }
  
  footer.main-footer .widget-footer li a svg {
    margin-right: 13px;
  }
  
  footer.main-footer .widget-footer li a:hover {
    color: #f36f21;
  }
  
  footer.main-footer .widget-footer li a:hover svg path {
    fill: #f36f21;
  }
  
  footer.main-footer .widget-footer li a:hover h4 {
    color: #f36f21;
  }
  
  footer.main-footer .widget-footer-cta {
    margin-left: auto;
    margin-right: 0;
    background-color: #f1f1f1;
    width: 300px;
    text-align: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 18px;
    align-self: flex-start;
  }
  
  footer.main-footer .widget-footer-cta::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #f36f21;
  }
  
  footer.main-footer .widget-footer-cta h4,
  footer.main-footer .widget-footer-cta p {
    color: #1d1d1d;
  }
  
  footer.main-footer .widget-footer-cta h4 {
    margin-bottom: 21px;
  }
  
  footer.main-footer .widget-footer-cta p {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    vertical-align: middle;
  }
  
  footer.main-footer .widget-footer-cta a {
    color: #f36f21;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
  }
  
  footer.main-footer .widget-footer-cta svg {
    margin-right: 5px;
  }
  
  footer.main-footer .widget-footer-cta i {
    line-height: 25px;
    margin-right: 5px;
    color: #f36f21;
  }
  
  footer.main-footer .widget-footer-cta i.fa-envelope {
    font-size: 20px;
  }
  
  footer.main-footer .widget-footer-cta li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  footer.main-footer .bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 39px;
    padding-bottom: 40px;
  }
  
  footer.main-footer .bottom-footer .footer-links li {
    display: inline-block;
    padding-right: 17px;
    margin-right: 13px;
    position: relative;
  }
  
  footer.main-footer .bottom-footer .footer-links li::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  footer.main-footer .bottom-footer .footer-links li:last-child {
    padding-right: 0;
  }
  
  footer.main-footer .bottom-footer .footer-links li:last-child::before {
    display: none;
  }
  
  footer.main-footer .bottom-footer .footer-links li a {
    font-size: 14px;
    font-weight: normal;
  }
  
  footer.main-footer .bottom-footer .footer-links li a:hover {
    color: #f36f21;
  }
  
  footer.main-footer .bottom-footer p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 16px;
  }
  
  footer.main-footer .bottom-footer .social-media-icons {
    display: flex;
    align-items: center;
  }
  
  footer.main-footer .bottom-footer .social-media-icons li {
    margin-right: 20px;
  }
  
  footer.main-footer .bottom-footer .social-media-icons li:last-child {
    margin-right: 0;
  }
  
  footer.main-footer .bottom-footer .social-media-icons li i {
    font-size: 37px;
  }
  
  footer.main-footer .bottom-footer .social-media-icons li a:hover svg path {
    fill: #f36f21;
  }
  
  footer.main-footer .bottom-footer .social-media-icons li a:hover i {
    color: #f36f21;
  }
  
  @media (max-width: 1199px) {
    footer.main-footer .widget-footer {
      margin-right: 20px;
    }
  }
  
  @media (max-width: 991.90px) {
    footer.main-footer .widgets-footer {
      flex-wrap: wrap;
    }
    footer.main-footer .widget-footer {
      width: 50%;
      margin-right: 0;
      margin-bottom: 25px;
    }
    footer.main-footer .widget-footer-cta {
      width: 300px;
      margin-left: 0;
      margin-top: auto;
      margin-bottom: auto;
    }
    footer.main-footer .bottom-footer {
      flex-wrap: wrap;
      padding-bottom: 50px;
      padding-top: 20px;
    }
    footer.main-footer .bottom-footer .social-media-icons {
      width: 100%;
      justify-content: center;
      margin-top: 30px;
    }
  }
  
  @media (max-width: 767px) {
    footer.main-footer {
      padding-top: 50px;
      margin-top: 45px;
    }
    footer.main-footer .widgets-footer {
      padding-bottom: 50px;
    }
    footer.main-footer .widgets-footer .widget-footer {
      width: 100%;
      margin-bottom: 18px;
    }
    footer.main-footer .widgets-footer .widget-footer-cta {
      margin-left: 5px;
      margin-top: 0;
      margin-bottom: 0;
      max-height: none;
    }
    footer.main-footer .bottom-footer .footer-links li {
      line-height: 35px;
    }
    footer.main-footer .bottom-footer p {
      line-height: 25px;
      margin-top: 6px;
    }
  }
  
  