.footer-section {
 background: #58A5BF;
}


.footer-logo img{
  max-width: 150px;
}
.footer-section .footer-col .footer-list li {
  position: relative;
  line-height: 20px;
}
.footer-section .footer-col .footer-list li:not(:last-child) {
  padding-bottom: 10px;
}
.footer-section .footer-col .footer-list li a {
  color: var(--white);
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  font-weight: 400;
  letter-spacing: -0.66px;
  font-size: var(--font14);
  line-height: 22px;
}
.footer-section .footer-col .footer-list li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  pointer-events: none;
  background: url('../img/double-arrow.svg')no-repeat;
  margin-right: 0;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.footer-section .footer-col .top-footer p{
    max-width: 320px;
    letter-spacing: -0.66px;
     font-size: var(--font14);
     line-height: 22px;
     color: var(--white);
}
.footer-section .footer-col .footer-list li a:hover::before{
  opacity: 1;
  visibility: visible;
  margin-right: 6px;
}
.footer-section .footer-col .footer-list li a:hover{
  color: var(--orange);
}
.footer-section .footer-col  .footer-list .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 1;
  color: var(--white);
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.footer-section .footer-col  .footer-list .social-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  transform: scale(0);
  z-index: -1;
  transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
}
.footer-section .footer-col  .footer-list .social-icon:hover::before {
  transform: scale(1);
}
.footer-section .footer-col  .footer-list .social-icon.facebook::before {
  background: #0766FF;
}
/* .footer-section .social-icon.youtube::before {
  background: red;
} */
.footer-section .footer-col  .footer-list .social-icon.linkedin::before {
  background: #0A66C2;
}
.footer-section .footer-col  .footer-list .social-icon.insta::before {
background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.footer-section .footer-col  .footer-list .social-icon:hover img,.main-footer.footer-section .footer-col  .footer-list .social-icon img{
  filter: brightness(1) invert(1);
}

.footer-section .footer-col  .footer-list .social-icon.twitter::before {
  background: #000;
}
/* footer bottom */
.copyright-box p{
  font-size: var(--font14);
  line-height: 24px;
  color: var(--white);
  
}
.footer-section.vto-footer{
  background: none;
  
}

.footer-section.vs-footer{
  background: #F7F8FA;
}
.footer-section.vto-footer .footer-col .footer-list li a,.footer-section.vto-footer .footer-col .top-footer p,.footer-section.vto-footer .copyright-box p{
  color: var(--gray1);
}
.footer-section.vto-footer .footer-col .footer-list li a:hover{
  color: var(--orange);
}
.footer-section.vs-footer .footer-col .footer-list li a,.footer-section.vs-footer .footer-col .top-footer p,.footer-section.vs-footer .copyright-box p{
  color: var(--lightblack1);
}
.footer-section.vs-footer .footer-col .footer-list li a:hover{
   color: var(--orange);
}



@media only screen and (max-width:992px){
    .copyright-box p{
    text-align: center;
  }
}

@media only screen and (max-width:768px){
  /* .footer-section {
    background: url('../img/mobile-networking-bg.png')no-repeat;
    background-size: cover;
    background-position: bottom;
  } */
  .footer-section .footer-col .footer-list li a,.footer-section  .footer-list li,.footer-section .footer-col .top-footer p{
    font-size: var(--font12);
    line-height: 18px;
  }
  .footer-section .footer-col .footer-list  li{
    padding-bottom: 8px;
  }
  .footer-section .footer-col .footer_title{
    font-size: var(--font20);
    line-height: 30px;
  }
  .copyright-box p{
    font-size: var(--font12);
    line-height: 18px;
  }

.footer-section .footer-col .footer-list li a::before{
  display: none;
}
}