.footer-sec {
    background: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-size: 100%;
    padding: 25px 0;
}
.together-text-block {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.footer-logo-content,
.location-block {
    column-gap: 66px;
}
.location-block {
    column-gap: 66px;
    row-gap: 20px;
}
.location-email {
    column-gap: 66px;
    row-gap: 20px;
}
.location-block {
    font-size: 17px;
    color: #000000;
}
.location-block a {
    color: #000;
    text-decoration: none;
}
.location-block a:hover {
    color: #E9481F;
}
.social-icons {
    column-gap: 16px;
}
.social-icons a:hover {
    opacity: 0.6;
}
.footer-sec .footer-logo-content {
    margin-bottom: 50px;
}
.footer-sec .footer-links ul {
    margin: 0;
    column-gap: 66px;
    row-gap: 17px;
}
.footer-sec .footer-links ul li {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}
.footer-sec .footer-links ul li a {
    color: #000;
    text-decoration: none;
    font-size: var(--font-16);
}
.footer-sec .footer-links ul li a:hover,
.footer-sec .footer-links ul li .active,
.footer-sec .social-icon-block a:hover svg,
.footer-sec .copyright a:hover {
    background: linear-gradient(246.74deg, #F5A315 34.97%, #E9481F 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.footer-sec .copyright {
    border-top: 2px solid #000000;
    padding: 25px 25px 0;
    margin-top: 25px;
    font-size: 16px;
    color: #000000;
}
.footer-sec .copyright .container {
     padding: 0 3.5%;
}
.border-block {
    height: 74px;
    width: 2px;
    background-color: #000000;
}
@media (max-width:1280px) {
.together-text-block {
        font-size: 38px;
}
}
@media (max-width:1180px) {
    .together-text-block {
        font-size: 38px;
    }
}
@media (max-width:992px) {
	.footer-sec {
		background-size: cover;
	}
    .footer-sec .footer-links {
        flex-wrap: nowrap !important;
    }
    .footer-sec .footer-links .footer-links {
        width: 50%;
    }
     .footer-sec .footer-links ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 11px;
    }
    .together-text-block {
        font-size: 30px;
    }
    .aboutus-sec .aboutus-left {
        flex-direction: column;
        display: flex;
    }
    .aboutus-sec .aboutus-left svg {
        margin: 0 auto;
        margin-top: -50px;
        margin-bottom: 30px;
    }
    .aboutus-sec .aboutus-left img {
        margin: 0 auto;
    }
}
@media (max-width:767px) {
    .footer-logo-content {
		flex-wrap: wrap;
	}

    .footer-sec .footer-links {
        width: 100%;
        padding-bottom: 0;
    }
    .footer-sec .footer-links {
        flex-wrap: wrap !important;
    }
    .footer-sec .footer-links .footer-links {
        width: 100%;
    }
    .footer-sec .footer-links ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 11px;
    }
    .footer-sec .footer-links .footer-links {
        margin-bottom: 0;
        padding-bottom: 24px;
        flex-wrap: wrap;
    }
    .border-block {
        width: 100%;
        height: 2px;
        margin: 0 0 24px;
    }
    .together-text-block {
        font-size: 24px;
    }
    .footer-sec .footer-logo-content {
        margin-bottom: 16px;
    }
}