.alliances-section {
    padding: 10px 0 20px;
    text-align: center;
}
.alliances-section .alliances{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
}
.footer-bottom  .alliances-section ul li {
    display: inline-block;
    list-style: none;
    margin-bottom: 10px;
    max-width: 115px;
    width: 100%;
}
.footer-bottom  .alliances-section ul li a::after{
    display: none;
}
.footer-bottom  .alliances-section ul li img{
    max-width: 100%;
    object-fit: scale-down;
    width: 100%;
}

.footer-bottom {
    padding-bottom: 60px;
    background: #363636;
    color: #a8a8a8;
}
.footer-bottom .container{
    margin: 0 auto;
}
.footer-bottom .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom .col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
}

.footer-bottom .col-md-3 h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.country_title {
    margin-bottom: 6px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-bottom ul {
    padding: 0 0 20px 0;
    margin-bottom: 0px;
}
.footer-bottom ul ul{
    padding-bottom: 0;
}

.footer-bottom h4 {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
}
.footer-bottom h4::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #E85624;
}
.footer-bottom ul li {
    list-style: none;
    margin: 0px;
}

.footer-bottom ul li.call-contact {
    margin-top: 10px;
}

.footer-bottom ul li a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    white-space: normal;
    word-break: break-word;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 25px;
    transition: all 0.5s;
}
.contact .right-content ul li a {
    line-height: normal;
}
li.footer-innermenu ul li {
    margin-bottom: 8px;
}
.footer-bottom ul li a:hover{
    color: rgba(255, 255, 255, 0.45);
}
.footer-bottom  ul li a::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    height: 10px;
    width: 10px;
    border: 1px solid #727272;
    border-radius: 50%;
    transition: all 0.5s;
}
.footer-bottom ul li a:hover:after{
    border: 1px solid rgba(193,193,193, 0.45);
    background-color: rgba(193,193,193, 0.45);
}
.footer-logo svg path, .footer-logo svg{
    transition: all 0.5s;
}
.footer-logo svg:hover path {
    fill:#f94900;
}
.footer-bottom ul li .address {
    font-family: "Inter", sans-serif;
    color: #828282;
    max-width: 272px;
    font-size: 14px;
    line-height: 20px;
}

.footer-bottom ul li.call-contact .address_contact {
    font-family: "Inter", sans-serif;
    color: #828282;
    display: block;
}

.footer-bottom .features .skype-call {
    margin-bottom: 10px;
}

.footer-bottom .features .mail-contact svg,
.footer-bottom .features .skype-call svg {
    font-size: 20px;
    width: 20px;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.footer-bottom ul.payment-details .sprite {
    width: 79px;
    background-position: 0 -27px;
    display: inline-block;
    height: 37px;
    margin-right: 6px;
}

.footer-bottom .features .mail-contact {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.footer-bottom .features .mail-contact a {
    width: calc(100% - 25px);
}

.footer-bottom ul.payment-details li h4,
.footer-bottom ul.payment-details+h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.footer-bottom ul.social-icons li {
    display: inline-block;
}

.footer-bottom ul.social-icons li a {
    width: 28px;
    height: 28px;
    padding: 4px 0;
    margin-right: 6px;
    margin-bottom: 6px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 13px;
    white-space: normal;
    word-break: break-word;
}
.footer-bottom .row.border-bottom{
    padding: 0;
}
.footer-bottom  .alliances-section ul li a {
    padding-left: 0px;
    margin: 0;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .footer-bottom ul.social-icons li a {
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .footer-bottom ul.social-icons li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}
.footer-bottom ul.social-icons li svg {
    width: 2.6em;
    height: 24px;
}

.footer-bottom .features .mail-contact a,
.footer-bottom .features .skype-call a {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #ccc;
    line-height: 20px;
    vertical-align: baseline;
}

.footer-bottom ul.payment-details .sprite {
    background: url("../images/xhome_sprite.home.webp");
    display: inline-block;
    height: 37px;
    margin-right: 6px;
}

.footer-bottom ul.social-icons {
    padding: 0;
}

.clutch-images {
    margin-top: 35px;
}

.clutch-images ul li+li {
    margin-top: 10px;
}

.clutch-images ul li a img {
    width: auto;
}

.clutch-images ul li.biztech_img {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.clutch-images .biztech_img a {
    display: inline-block;
}

.clutch-images .biztech_img img {
    width: 125px;
}

.text-center {
    text-align: center;
}

.bold-text {
    font-weight: 600;
}

.footer-bottom ul.payment-details .sprite.paypal {
    width: 79px;
    background-position: 0 -27px;
}

.footer-bottom ul.payment-details .sprite.visa {
    width: 53px;
    background-position: -116px 2px;
}

.footer-bottom ul.payment-details .sprite.mastercard {
    width: 59px;
    background-position: -178px 2px;
}

.footer-bottom ul.payment-details .sprite.american-express {
    width: 59px;
    background-position: -245px 2px;
}

.copyright-sec {
    padding: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.copyright-sec h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ccc;
    margin: 0 0 10px;
}

.copyright-sec p {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

.footer-bottom .copyright-sec ul {
    padding: 0 0 10px 0;
}
.footer-bottom .copyright-sec .copyright-text{
    flex-grow: 1;
    text-align: center;
    margin-bottom: 10px;
}
.copyright-sec ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 10px;
    line-height: 15px;
    margin-bottom: 10px;
}
.copyright-sec ul li:first-child {
    padding-left: 0;
}
.copyright-sec ul li:last-of-type{
    border: 0;
}
.copyright-sec ul li a {
    font-size: 14px;
    padding: 0;
    line-height: 15px;
}
.copyright-sec ul li a::after{
    display: none;
}

.copyright-sec .copy-link {
    border: none;
    color: #fff;
}

.copyright-sec .copy-link:hover {
    color: #fff;
    cursor: default;
}
.contact{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
}
.contact .row{
    align-items: center;
}
.contact .left-content{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 90px 20px 20px;
    position: relative;
    margin-bottom: 20px;
    background-color: #2F2D2D;
}
.left-content .bg-image{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.left-content p{
    margin-bottom: 10px;
    font-size: 16px;
}
.left-content p a{
    color: #fff;
    display: flex;
    align-items: center;
}
.left-content p a span{
    display: inline-flex;
    margin-right: 5px;
}
.contact .right-content{
    flex-grow: 1;
}
.contact .right-content ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
.contact .right-content ul li{
    flex-grow: 1;
    padding-right: 15px;
    margin-bottom: 10px;
}
.contact .right-content ul li h6{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}
.contact .right-content ul li h6 span{
    display: inline-block;
    margin-right: 5px;
}
.contact .right-content ul li a{
    font-size: 16px;
    padding: 0;
}
.contact .right-content ul li a::after{
    display: none;
}
.footer-logo{
    display: block;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}
.footer-logo .logo-icon{
    margin-bottom: 15px;
}
.footer-logo ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.footer-logo ul li{
    padding: 0 10px;
}
.footer-logo ul li a{
    padding: 0;
}
.footer-logo ul li a::after{
    display: none;
}
@media (min-width: 768px){
    .footer-bottom {
        padding-bottom: 30px;
    }
    .footer-bottom .col-md-3 {
        max-width: 33.33%;
    	flex: 0 0 33.33%;
    }
    .footer-bottom  .alliances-section ul li {
        max-width: 120px;
    }
    .footer-bottom .copyright-sec ul{
        padding: 0;
    }
    .footer-logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 10px;
    }
    .footer-bottom ul {
        padding: 0 0 30px 0;
    }
    .footer-logo ul{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
    }
    .footer-logo .logo-icon{
        margin-bottom: 0px;
    }
    .footer-bottom .copyright-sec .copyright-text{
        text-align: right;
    }
    .copyright-sec{
        flex-direction: row;
    }
    .footer-logo ul li{
        padding: 0px;
    }
    .alliances-section{
        padding: 20px 0 50px;
    }
    .footer-bottom .col-md-3 h4 {
        font-size: 18px;
    }
    
}
@media (min-width: 960px){
    .right-header ul.menu-title li.sub-menu.solution-tab:hover ul.submenu_innerlist {
        display: flex;
        flex-wrap: wrap;
        transition: 0.2s ease all;
    }
}
@media (min-width: 1100px){
    .footer-bottom .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .footer-bottom  .alliances-section ul li {
        max-width: 115px;
    }
    .contact .left-content{
        flex: 0 0 440px;
        max-width: 440px;
        margin-right: 20px;
        margin-bottom: 0;
        padding: 30px 90px 30px 40px;
    }
    .contact .right-content ul li{
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px){
    .footer-bottom .col-md-3 {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .footer-bottom  .alliances-section ul li {
        max-width: 130px;
    }  
}
@media screen and (min-width: 1400px) {
    .footer-bottom .container {
        max-width: 1390px;
    }
    .footer-bottom  .alliances-section ul li {
	    max-width: 150px;
	}
}