.ift_footer {
  background-color:#F9FAFC;
  padding:50px 0;
}
.ift_footer .wrapper {
    margin: 0 auto;
     max-width:1660px;
    padding: 20px 5%;
  display:flex;
}

.ift_footer .wrapper .col {
  flex:1;
}

.ift_footer .footer-logo img {
  width:122px;
  height:auto;
}

.ift_footer .social-icons {
  display:flex;
  align-items:center;
  gap:15px;
  padding-top:34px;
}

.ift_footer .social-icons svg {
  fill:#fff;
  width:16px;
  height:16px;
}

.ift_footer .social-icons img {
  width:16px;
  height:auto;
}

.ift_footer .awards{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
  gap:5px;
  padding-top: 0px;
  margin-left:-10px;
  width: 100%;
  justify-content: center;
}

.ift_footer .awards img{
  width: 120px;
  height: 120px;
}

.ift_footer .awards a{
  text-decoration:none;
}

.ift_footer .awards a:{
  margin-left:-10px;
}

.ift_footer .footer_menu h4 {
  margin:0;
  padding:0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1d3058;
  margin-bottom:12px
}

.ift_footer .footer_menu {
  padding-right:20px;
}

.ift_footer .footer_menu ul {
  list-style:none;
  margin:0;
  padding:0;
  display:block;
}
.ift_footer .footer_menu ul li {
  margin: 0 0 12px 0;
  line-height:1;
}
.ift_footer .footer_menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1d3058;
  text-decoration:none;
}

.ift_footer .footer_menu ul li a:hover,
.ift_footer .footer_menu .menu-title:hover,
.ift_footer .footer_menu .menu-title h4:hover {
  text-decoration:underline;
  text-underline-offset:6px;
}

.ift_footer .footer_menu .menu-group {
  margin-bottom:25px;
}

.ift_footer .btn.white,
.ift_footer .btn.orange {
  width:133px;
  margin-bottom:20px;
}

.ift_footer .right {
  text-align:right;
  max-width:214px;
  color:#fff;
  font-size: 14px;
  margin-left:auto;
}
.ift_footer .right .copyright a {
    font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #1d3058;
  text-underline-offset: 4px;
}

.ift_footer .right .copyright p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #1d3058;
}
.ift_footer .right .copyright ul {
  justify-content: flex-end;
}

.ift_footer .right .copyright ul li {
  margin:0 5px 0 0; 
  padding:0 5px 0 0;
  line-height: 1;
  border-right: 1px solid #fff;
}

.ift_footer .right .copyright ul li:last-of-type {
  border:none;
  margin:0; 
  padding:0 ;
}

@media (max-width:1330px) {
  .ift_footer .wrapper {
    flex-wrap:wrap;
  }
  .ift_footer .wrapper .col {
    flex:50%;
  }
  .ift_footer .awards{
    padding-top:0px;
    padding-bottom:20px;
  }
}
@media (max-width:860px) {
  .ift_footer .wrapper {
    flex-wrap:wrap;
  }
  .ift_footer .wrapper .col {
    flex:100%;
  }
  .ift_footer {
    padding:30px 0;
  }
  .ift_footer .social-icons {
    padding-top:20px;
    padding-bottom:20px;
  }
  .ift_footer .right {
    max-width:100%;
    text-align:center;
  }
  .ift_footer .btn.orange, 
  .ift_footer .btn.white {
    width:100%;
  }
}