.footer-global *{
  font-family: "Open Sans", sans-serif !important;
}
.footer-global .container{
max-width: 1440px;
}
.footer-global{
  background-color:#000;
  padding:40px 10px;
  overflow: hidden;
}
.office-location-wrap{
  display: flex;
  gap:35px;
  justify-content:space-between;
  padding-bottom:50px;
  flex-direction: column;
}
.office-location {
  text-align: center;
}
.location-img {
  margin-bottom: 10px;
}
.office-title {
  font-size:20px;
  margin-bottom:12px;
  color: #fff;
  line-height:150%;
  font-weight: 400;
}
.office-address{
  color:#8F8F8F;
  font-size:16px;
  line-height:150%;
  margin-bottom:16px;
}
.office-contact, .phone-no{
  color:#8F8F8F;
  font-size:16px;
  line-height:150%;
}
.phone-no:hover,.terms-policy a:hover,.social-list li a:hover{
  color:#fff;
  text-decoration:underline;
}
.partners-section{
  padding-bottom:30px;
}
.partners-block{
  display:flex;
  flex-direction: column;
  justify-content:space-between;
}
.partners-block img{
  width:90%;
}
.bottom-line{
  display:none;
  background-color:#323232;
  height:1px;
  width:100%;
  position: relative;
}
.bottom-line:before{
  content:"";
  position:absolute;
  left:100%;
  top:0;
  background-color:#323232;
  height:1px;
  width:100vw;
}
.bottom-line:after{
  content:"";
  position:absolute;
  right:100%;
  top:0;
  background-color:#323232;
  height:1px;
  width:100vw;
}
.partners-global{
  padding-bottom: 50px;
border-top: 1px solid #323232;
padding-top: 50px;
}
.partners-title{
  color:#fff;
  font-size:15px;
  line-height:150%;
  margin-bottom:30px;
  font-weight: 400;
  text-align:center;
}
.footer-bottom{
  display:flex;
  gap:20px;
  flex-direction: column;
  justify-content:space-between;

}
.copyright{
 color:#fff;
 font-size:20px;
 line-height:150%;
 margin-bottom:10px;
}
.all-right{
  color:#8F8F8F;
  font-size:18px;
  margin:10px 0;
}
.terms-policy{
  display:flex;
  gap:16px
}
.terms-policy a{
  color:#C9C9C9;
  font-size:14px;
}
.social-list{
  display:flex;
  gap:17px;
}
.social-list li a{
  color:#C9C9C9;
  font-size:14px;
}
.white-spx{
  display:none;
}

/* Responsive */
@media only screen and (min-width:576px){
  .partners-block img {
    width: 80%;
  }
  .partners-global,.copyright-detail{
    text-align:center;
  }
  .terms-policy,.social-list{
    justify-content: center;
  }
}
@media only screen and (min-width:768px){
  .office-location-wrap{
    flex-direction: row;
flex-wrap: wrap;
  }
  .office-location {
    width: 44%;
  }
  .location-img{
    min-height: 113px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  }
}
@media only screen and (min-width:992px){
  .footer-global{
    padding:50px 0;
  }
  .office-location-wrap{
    flex-wrap: inherit;
    gap: 45px;
    padding-bottom:80px;
  }
  .office-location {
    width: 24%;
  }
  .partners-section {
    padding-bottom: 55px;
  }
  .partners-block,.footer-bottom{
    flex-direction: row;
    gap:30px;
  }
  .partners-global{
    width:49%;
    border:none;
    padding:0 0 50px;
  }
  .partners-block img {
    width: auto;
  }
  .recognized-column{
    border-left:1px solid #323232;
    padding-left:40px;
  }
  .partners-title{
    font-size:16px;
  }
  .partners-global, .copyright-detail,.partners-title {
    text-align: left;
  }
  .terms-policy, .social-list {
    justify-content: initial;
  }
  .bottom-line{
    display:block;
  }
  .white-spx{
    display:flex;
    justify-content:flex-end;
    padding-top:36px;
  }
  .all-right {
    margin: 18px 0;
  }
  .copyright br{
    display:none;
  }

}
@media only screen and (min-width:1280px){
  .location-img{
    justify-content: flex-start;
  }
  .office-location{
    text-align:left;;
  }
  .office-address{
    font-size:15px;
  }
  .recognized-column{
    padding-left:70px;
  }

}
@media only screen and (min-width:1366px){
/* body{
background:url("../images/footer-match.png") no-repeat;
}
#wrapper{
opacity: 0.5;
}
.content{
height: 4281px;
} */


.footer-global .container{
padding:0 40px;
}
.footer-global {
padding: 90px 0 62px;
}
.location-img {
margin-bottom: 4px;
}
.office-title{
font-size:24px;
letter-spacing: -0.2px;
margin-bottom: 23px;
}
.office-address{
font-size:16px;
margin-bottom: 14px;
min-height: 72px;
}
.office-location {
width: 21.7%;
}
.office-location:nth-child(2){
padding-left:19px;
}
.office-location:last-child{
padding-left:16px;
}
.office-location-wrap{
padding-bottom:72px;
}
.partners-title{
margin-bottom:27px;
}
.partners-global{
padding-bottom: 72px;
}
.partners-column{
width:48%;
}
.recognized-column{
width:50%;
padding-left: 89px;
}
.partners-section {
padding-bottom: 36px; 
}
.copyright{
letter-spacing: -0.3px;
}
.all-right {
margin: 24px 0 16px;
}
.terms-policy {
gap:27px;
}
.terms-policy a {
letter-spacing: 0.1px;
}
.social-list{
gap: 25px;
}
.social-list li a{
font-size:16px;
}
.social-block{
padding-top:9px;
}
.white-spx{
padding-top:59px;
}
}
@media only screen and (min-width:1536px){
.office-address{
  min-height:auto;
}
}

