footer {
    padding-top: 50px;
  }
footer p, footer li {
    font-family: var(--bs-font-sans-serif);
}
  footer .fd-h {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-dark);
  }
  footer hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid rgb(255 2 65);
    width: 20%;
    left: 0;
    display: block;
    margin-left: 0;
  }
  footer ul {
    padding-inline-start: 0;
  }
  footer ul li {
    font-size: 16px;
    padding-bottom: 24px;
    display: flex;
  }
  .fd-footer-arrw {
    margin-right: 6px;
  }
  .fd-wrape {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
  }
  .fd-box-rec {
    width: 0;
    height: 2px;
    border-radius: 100px;
    background: #ff3757;
    margin: auto 0;
    margin-right: 0;
    transition: width 1s;
  }
  .fd-footer-links {
    color: var(--bs-dark);
  }
  .fd-footer-links:hover, .fd-footer-links:focus, .fd-footer-links:active {
    color: var(--bs-primary) !important;
  }
  .fd-pointer ul li {
    cursor: pointer;
    width: fit-content;
    width: -moz-fit-content;
  }
  .fd-pointer ul li:hover .fd-box-rec {
    width: 15px;
  }
  .fd-whole {
    display: flex;
    margin-top: 30px;
    align-items: baseline;
  }
  .fd-ul-animate {
    list-style: none;
    display: contents;
    text-align: center;
  }
  .fd-whole .fd-ul-animate li {
    margin-bottom: 15px;
  }
  .fd-ul-animate li {
    display: table-cell;
    position: relative;
    padding: 0;
  }
  .fd-ul-animate a {
    color: #333;
    text-decoration: none;
    letter-spacing: 0.15em;
    display: inline-block;
    padding: 0 20px;
    padding-left: 0;
    border-right: 1px solid #3333;
    margin-right: 20px;
    position: relative;
    font-size: 14px;
  }
  .fd-btn-f {
    padding: 16px 26px;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-image: linear-gradient(to right, #fd1942, #ff553b);
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  .fd-btn-f a {
    color: #fff;
  }
  .fd-ul-animate a:after {
    content: "";
    left: 50%;
    background: #ff3757;
    width: 0;
    display: block;
    width: 0;
    height: 2px;
    transition: width 0.2s ease-in;
  }
  .fd-ul-animate a:hover:after {
    width: 100%;
  }
  .fd-ul-animate a:hover {
    color: #ff3757;
  }
  .fd-foot-ad li {
    display: grid;
    grid-template: auto/20px auto;
    grid-gap: 10px;
    padding-bottom: 15px;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .fd-mid a.footer-link {
    display: flex;
    align-items: center;
    color: var(--bs-dark);
    height: 24px;
    width: 24px;
  }
  .fd-mid img {
    /* width: 20px; */
    margin-right: 10px;
  }
  .fd-mid i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #ff3757;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
  }
  .fd-foot-ad .fd-mid {
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    width: initial;
    text-overflow: ellipsis;
  }
  footer .row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  footer .row.fd-remove-bt {
    margin-top: 15px !important;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .fd-ul-socl {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .fd-ul-dis {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  footer .fd-copy {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
  }
  .fd-copy {
    display: contents;
  }
  .fd-ul-dis li {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    padding-left: 0;
    border-right: 1px solid #3333;
    margin-right: 10px;
    position: relative;
    font-size: 14px;
    padding-bottom: 0;
  }
  .fd-ul-dis li a {
    color: var(--bs-dark);
    white-space: nowrap;
  }
  .fd-ul-socl li {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    padding-left: 0;
    border-right: 1px solid #3333;
    margin-right: 10px;
    position: relative;
    font-size: 17px;
    padding-bottom: 0;
  }
  .ldn_clr {
    color: #1da1f2;
  }
  .twtr_clr {
    color: #0a66c2;
  }
  .fb_clr {
    color: #3d5b99;
  }
  .yt_clr {
    color: #ff0000;
  }
  .w-100p.tab-view {
    display: none;
  }
  footer .row.fd-remove-bt {
    border-bottom: none;
  }
  p.fd-footer-p {
    text-align: justify;
  }
  .footer-link:hover, .footer-link:focus, .footer-link:active {
    color: var(--bs-primary) !important;
  }
  .fd-footer-row2-2 .fd-footer-p {
    margin-top: 20px;
  }
  .ft-row-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .fd-h-none {
    opacity: 0;
  }
  .bdr-rt-no {
    border-right: none !important;
  }
  .fa-youtube {
    color: #ff3757;
    margin-top: 4px;
  }
  .fd-ul-socl span {
    display: none;
  }
  @media (max-width: 1200px) {
    footer .row.fd-remove-bt {
      flex-wrap: wrap;
      margin: 0;
    }
    .w-100p {
      width: 100%;
      text-align: center;
      margin-top: 20px;
    }
    .fd-ul-dis,
    .fd-ul-socl {
      justify-content: center;
    }
    .w-100p.tab-view {
      display: block;
    }
    .w-100p.desk-view {
      display: none;
    }
    .fd-ul-dis li {
      padding: 0 20px;
    }
    .fd-btn-f.btn-11 {
      margin-top: 40px;
    }
    .fd-whole {
      flex-wrap: wrap;
      justify-content: center;
    }
    .fd-ul-animate {
      display: flex;
    }
  }
  @media (max-width: 991px) {
    footer .fd-dis .container {
      padding: 0 20px;
    }
    footer hr {
      width: 15%;
    }
  }
  @media (max-width: 576px) {
    .fd-pointer {
      width: 100%;
    }
    .fd-ul-dis li {
      padding: 3px 10px;
      font-size: 13px;
      margin: 0;
    }
    .fd-ul-dis {
      flex-wrap: wrap;
    }
    .fd-h-none {
      display: none !important;
    }
    .fd-ul-animate {
      flex-wrap: wrap;
      justify-content: center;
    }
    .fd-pointer.fd-pad ul li:last-child {
      padding-bottom: 14px;
    }
    .fd-list-bot {
      padding-bottom: 14px;
    }
    .ft-exp-img {
      width: 100%;
      text-align: center;
      padding-bottom: 30px;
    }
  }
  footer .fa-facebook-official:after,
  footer .fa-linkedin-square:after,
  footer .fa-twitter-square:after,
  footer .fa-youtube:after {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 7px;
    color: #333;
    opacity: 0;
    transition: ease 0.5s;
    font-size: 12px;
    font-family: roboto;
    letter-spacing: 0.5px;
    font-weight: 400;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  /* footer .fa-facebook-official:hover:after {
    opacity: 1;
    content: "Facebook";
    top: -30px;
    left: -20px;
  }
  footer .fa-twitter-square:hover:after {
    opacity: 1;
    content: "Twitter";
    top: -30px;
    left: -20px;
  }
  footer .fa-linkedin-square:hover:after {
    opacity: 1;
    content: "Linkedin";
    top: -30px;
    left: -20px;
  }
  footer .fa-youtube-square:hover:after {
    opacity: 1;
    content: "Youtube";
    top: -30px;
    left: -20px;
  } */
  footer .fa-long-arrow-right {
    color: #fff;
    z-index: 2;
  }
  footer .fd-btn-o:hover .fa-long-arrow-right {
    color: #fd1942;
  }
  .fd-btn-o a {
    position: relative;
    transition: all 0.45s ease-Out;
  }
  .fd-btn-o {
    display: inline-flex;
    border: 1px solid #fd1942;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    padding: 16px 26px;
    border-radius: 4px;
    background-image: linear-gradient(to right, #fd1942, #ff553b);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
  }
  .fd-btn-o a {
    color: #fff;
  }
  .fd-btn-o:hover a {
    color: #fd1942;
    z-index: 1;
  }
  .fd-btn-o i {
    margin-left: 10px;
  }
  .fd-btn-o:hover {
    color: #fff;
    border: 1px solid #fd1942;
  }
  #circle-2 {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    transition: all 0.5s ease-Out;
    top: 20px;
    left: 70px;
  }
  .fd-btn-o:hover #circle-2 {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
  }
  .ft-ss-link, .ft-ss-link:hover, .ft-ss-link:focus, .ft-ss-link:active {
    color: var(--bs-primary);
  }
  .fd-footer-row2-2 .fd-footer-p,
  .m-address {
    color: #333;
    text-align: left;
  }
  .fa-facebook-official:before {
    content: "\f230";
  }
  .fa-twitter-square:before {
    content: "\f081";
  }
  .fa-linkedin-square:before {
    content: "\f08c";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  @font-face {
    font-family: "Roboto";
    src: url("/resources/font/Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url("/resources/font/Roboto-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url("/resources/font/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url("/resources/font/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  