.ql_link_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ql_link_sec a {
  color: #fff;
  text-decoration: none;
  font-size: 50px;
  padding: 0 20px;
  font-family: "Avenir LT Pro";
}

.ql_link_sec a:hover {
  color: #fff;
}

.insights_Links_Container h2 {
    font: normal normal 300 20px/30px Avenir LT Pro;
    color: #0D0D0D !important;
}

.insights_Links_Container .ql_link_sec a:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #0055b8 0%, #26cad3 100%);
}

footer {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0D0D0D;
}

footer .ft_scroll_up {
  position: absolute;
  right: 100px;
  top: 70px;
  z-index: 9999;
}

.ft_sc_iconlist,
.ft_sc_linklist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ft_sc_iconlist a {
  padding: 0 20px;
}

.ft_sc_linklist a,
.ft_sc_linklist p {
  color: #fff;
  font-family: "Avenir LT Pro";
  font-size: 20px;
}

.ft_sc_linklist a:not(p),
.ft_sc_linklist p:not(p) {
  text-decoration: none;
  transition: 0.5s all;
}

.ft_sc_linklist a:hover{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #0055b8 0%, #26cad3 100%);
}

.ft_sc_linklist a + a:before,
.ft_sc_linklist a + p:before,
.ft_sc_linklist p + a:before,
.ft_sc_linklist p + p:before {
  content: "|";
  padding: 0 15px;
}
.mobile{
    display: none;
}
footer .ic .desk {
    width: 316px;
}
footer hr {
    background: transparent linear-gradient(90deg, #26CAD3 0%, #6A1A6A 100%) 0% 0% no-repeat padding-box;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 40px;
    height: 2px !important;
}

.ft_sc_iconlist a {
    padding: 12px;
    margin: 0 20px;
    background: #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
}
.ft_sc_iconlist a:hover {
    background: linear-gradient( -45deg , #0055b8 0%, #26cad3 100%);
}
.scroll-up {
    display: flex;
    align-items: center;
}
.scroll-up .scroll-up-text {
    color: #fff;
    transform: rotate(-90deg);
    margin-bottom: -70px;
    margin-right: -50px;
}
.ft_sc_iconlist a i {
    color: #fff;
}
.scroll-up-img.hover {
    display: none;
}
footer .ft_scroll_up:hover .scroll-up-img.hover {
    display: block;
}
footer .ft_scroll_up:hover .scroll-up-img {
    display: none;
}
.ft_sc_linklist p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
.ft_sc_linklist a + p::before{
    display: none;
}

/* Media Queries START */

@media(max-width:1350px){
    .insights_Links_Container .ql_link_sec a{
        font-size: 26px !important;
        padding: 0 15px;
    }
    footer .ft_scroll_up img {
        width: 60%;
        margin-left: auto;
    }
}

@media(max-width: 1400px){
    footer .container {
        max-width: 700px;
    }
}

@media(max-width: 991px){
    footer .container {
        max-width: 570px;
        padding: 0;
    }
    footer .container .col-12 {
        padding: 0;
    }
    .ft_sc_linklist p {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .ft_sc_linklist p::before{
        display: none;
    }
}

@media(max-width: 1199.98px){
    footer .ft_scroll_up{
        right: 20px;
    }
}


 @media(max-width: 1023.98px){
    .insights_Links_Container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .mobile{
        display: inline-block;
    }
    .desk{
        display: none !important;
    }
    footer .ft_scroll_up a {
        display: flex;
        align-items: center;
        text-decoration: none;
        margin-right: 15px;
    }
    footer .ft_scroll_up p {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        color: #fff;
        text-decoration: none;
        height: 100%;
        width: 100%;
        margin-bottom: -50px;
        margin-right: -35px;
    }
    footer .ft_scroll_up img {
        width: 70%;
        margin-left: auto;
    }
    .scroll-up .scroll-up-text{
        margin-bottom: -50px;
    }
    footer .ft_scroll_up{
        right: 20px;
        top: 30px;
    }

}
@media(max-width: 767.98px){
  .ic_sc_grdnt .nt_hv, .ic_sc_grdnt .hv{
      width: 48px;
  }
  .insights_Links_Container {
      padding-left: 37px;
      padding-right: 37px;
      padding-bottom: 50px !important;
  }
  .insights_linksContainer h2 {
    margin-bottom: 40px !important;
  }
  .insights_Links_Container .ql_link_sec a {
    font-size: 25px !important;
    line-height: 30px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .ft_sc_iconlist, .ft_sc_linklist {
    display: block;
  }
  .ft_sc_linklist a {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    }
    .ft_sc_linklist a::before , .ft_sc_linklist p::before{
        display: none;
    }
    footer {
        padding-top: 50px;
        min-height: 360px;
        overflow: hidden;
        padding-bottom: 90px;
    }
    .ft_sc_iconlist {
        padding-bottom: 20px;
        text-align: center;
    }
    footer .container {
        padding: 0 30px;
    }
    footer .ft_scroll_up {
        bottom: 70px;
        top: auto;
        right: 0;
    }
    .ft_sc_iconlist a{
        margin: 0 4px;
    }
    .ft_sc_linklist p{
        text-align: left;
    }
}

@media(max-width: 374px){
    footer .container {
        padding: 0 15px;
    }
    footer .ft_scroll_up {
        right: -10px;
    }
}

@media(min-width: 1800px){
    .insights_Links_Container .ql_link_sec a {
        font-size: 35px !important;
        line-height: 50px !important;
    }
    .insights_Links_Container h2 {
        font-size: 24px !important;
        line-height: 40px !important;
    }
    .ft_sc_linklist a, .ft_sc_linklist p{
        font-size: 24px;
    }
    footer hr {
        max-width: 550px;
    }
    .ic_sc_grdnt .nt_hv, .ic_sc_grdnt .hv {
        width: 80px;
    }
    .ft_sc_iconlist a {
        padding: 15px;
        width: 60px;
        height: 60px;
    }
}
    
    
/* Media Queries END */

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