

/*-------------------------
    Footer
--------------------------*/
.footer {
    overflow-x: hidden;
    
  }
  .footer .footer-primary {
    position: relative;
    padding: 123px 0 100px;
    background-color: #298899;
    
  }
  .footer .footer-primary:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 377px;
    z-index: 1;
    /* background-image: url(../images/backgrounds/pattern.png); */
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .footer .footer-secondary {
    position: relative;
    padding: 46px 0;
    background-color: #fff;
  }
  .footer .footer-secondary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    height: 5px;
    background-color: var(--color-primary);
  }
  .footer [class*=footer-widget] {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
  }
  .footer .footer-widget-title {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 33px;
  }
  .footer .contact-list li {
    margin-bottom: 17px;
  }
  .footer .contact-list li:last-child {
    margin-bottom: 0;
  }
  .footer .contact-list li a{
    font-family: var(--font-primary);
    font-size: 17px;
    text-decoration: none;

    font-weight: 500;
    display: flex;
    align-items: center;
    color: hsl(238, 91%, 13%);
  }
  .footer .contact-list li i{
    color: white;
  }
  .footer .contact-list li a .contact-icon {
    margin-right: 15px;
    text-decoration: none;

  }
  .footer .contact-list li a:hover {
    color: #fff;
  }
  .footer .contact-list li p {
    margin-bottom: 7px;
  }
  .footer .footer-widget-contact p {
    color: var(--color-gray-100);
  }
  .footer .footer-widget-nav li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;

    font-size: 14px;
    margin-bottom: 11px;
  }
  .footer .footer-widget-nav li a:hover {
    color:hsl(238, 91%, 13%);
    margin-left: 10px;
  }
  
  .footer .footer-copyright-links li a {
    position: relative;
    color: var(--color-secondary);
    display: block;
    margin-right: 25px;
    padding: 3px 0;
  }
  .footer .footer-copyright-links li a:before {
    content: "-";
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
    color: var(--color-secondary);
  }
  .footer .footer-copyright-links li a:hover {
    color: var(--color-primary);
  }
  .footer .footer-copyright-links li:last-child a {
    margin-right: 0;
  }
  .footer .footer-copyright-links li:last-child a:before {
    display: none;
  }
  .footer .social-icons li {
    margin-right: 30px;
  }
  .footer .social-icons li a {
    width: auto;
    height: auto;
    box-shadow: none;
    text-decoration: none;
  }
  .footer .social-icons li a i {
    font-size: 17px;
  }
  .footer .social-icons li a .social-title {
    font-weight: 700;
    color: var(--bs-gray);
    margin-left: 10px;
    transition: all 0.4s linear;
  }
  .footer .social-icons li a:hover {
    background-color: transparent;
  }
  .footer .social-icons li a:hover i {
    color: var(--color-primary);
  }
  .footer .social-icons li a:hover .social-title {
    color: var(--color-primary);
  }
  .footer .social-icons li:last-of-type {
    margin-right: 0;
  }
  
  /* Scroll Top Button */
  #scrollTopBtn {
    color: var(--color-primary);
    transition: all 0.4s linear;
  }
  #scrollTopBtn .btn-text {
    font-weight: 700;
  }
  #scrollTopBtn:hover {
    color: var(--color-secondary);
  }
  
  /* Mobile Phones and tablets */
  @media (min-width: 320px) and (max-width: 1200px) {
    .footer .footer-primary {
      padding-top: 35px;
      padding-bottom: 30px;
    }
    .footer .footer-secondary {
      padding: 20px 0;
    }
    .footer .footer-secondary:after {
      left: 20px;
      right: 20px;
      height: 3px;
    }
    .footer .footer-widget {
      margin-bottom: 20px;
    }
    .footer .footer-widget-title {
      margin-bottom: 15px;
    }
    .footer .footer-widget-nav li a {
      font-size: 13px;
    }
    .footer .phone-number {
      margin: 10px 0;
    }
  }
  /* Mobile Phones */
  @media (min-width: 320px) and (max-width: 767px) {
    .footer .social-icons {
      margin: 10px 0;
    }
    .footer .social-icons li:not(:last-child) {
      margin-right: 20px;
    }
    
  }
  @media(max-width:440px){
    .list-unstyled li a{
      font-size: 10px !important;
    }
    .footMail{
      font-size: 12px !important;
    }
    .footP{
      font-size: 10px !important;
    }
  }
  