.footer-sec {
    background: linear-gradient(to bottom right, #060605 0%, #060605 60%, #1b445e 100%);
    padding: 4em 0 1em;
    color: #fff;
}
.footer-sec h1 {
font-size: 55px;
    font-weight: 600;
}
#secondary-menu li a:hover {
    color: var(--yellow-color);
}
.footer-sec h2 {
    font-size: 55px;
    font-weight: 600;
}
.footer-btn a {
    padding: 15px 50px;
    font-size: 20px;
    color: #ffff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 50px;
    position: relative;
    top: 45px;
    z-index: 9;
    background: #060605;
    transition:0.6s;
    outline:none;
}
.footer-btn a:hover {
    background: #fff;
    color: var(--yellow-color);
}
.footer-seprater {
    border: 1px solid #968a8a;
    margin: 2em 0;
}
.footer-column-box {
    padding: 3em 0;
    text-align: left;
}
.footer-sec h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-sec a {
    color: #fff;
    text-decoration: none;
    outline:none;
    transition:0.6s;
}
.footer-btn a:hover {
    color: #000;
}
.footer-column-two.social-media-wrp ul li a:hover,
.footer-content ul li a:hover{
    color: var(--yellow-color);
}
.footer-logo img {
    width: 100%;
    max-width: 500px;
   padding: 1em 0 3em;
}
.footer-column-two li {
    display: inline-block;
    font-size: 25px;
    padding: 0 40px 0 0;
}
.footer-content a {
    font-size: 18px;
    outline:none;
}
.footer-sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-address-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.footer-address-wrp img {
    width: 100%;
    max-width: 50px;
    padding: 1em 0 0;
}
.footer-address-wrp p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.footer-column-two.social-media-wrp img {
    width: 100%;
    max-width: 35px;
    border-radius: 5px;
}
/* copyright css*/
.copyright-sec li {
    display: inline-block;
    padding: 5px 15px;
}
.copyright-sec {
    background: #191919;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.copyright-sec ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.copyright-sec p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}
.copyright-sec a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    outline:none;
    transition:0.6s;
}
.copyright-sec a:hover {
    color: var(--yellow-color);
    text-decoration: none !important;
}
@media only screen and (max-width:992px) {
    .footer-column-two li {
    padding: 0 16px 0 0;
}
.footer-sec h2 {
    font-size: 30px;
}
.copyright-sec {
    background: #191919;
    height: 75px;
}
.footer-sec h3 {
    font-size: 16px;
}
.footer-address-wrp p {
    font-size: 11px;
}
.footer-sec h1 {
    font-size: 35px;
    font-weight: 600;
}
}



@media only screen and (max-width:767px) {
    .footer-btn a {
    padding: 15px 25px;
    font-size: 16px;
}
    .footer-sec h1 {
        font-size: 22px;
        font-weight: 600;
        margin: 25px 0 0px;
    }
.footer-address-wrp .row .col-md-3:last-child {
    display: none;
}
    .footer-column-two li {
        padding: 0 0px 0 0;
        margin: 0 15px;
    }
    .footer-address-wrp {
        text-align: left;
        height: auto;
        margin: 3em 0 0;
    }
    .quick-link-wrp {
        text-align: center;
        margin: 3em 0;
        display: none;
    }
    .footer-sec h3 {
        font-size: 20px;
        margin-top: 17px;
    }
    .footer-sec h3 {
margin-bottom: 30px; 
}

.footer-sec h2 {
    font-size: 22px;
}
.footer-address-wrp p {
    font-size: 13px;
    width: 100%;
}
.location-img-wrp {
    margin-bottom: 10px;
}
.copyright-sec li {
        padding: 0px 0px;
        width: min(100%, 246px);
    }
.copyright-sec ul {
    text-align: left;
}
.copyright-sec a {
    font-size: 13px;
}
.copyright-sec p {
    font-size: 13px;
}
.copyright-sec {
    height: 70px;

}
.footer-column-one {
    text-align: left;
}
.footer-column-two {
    text-align: left;
      margin: 4em 0 0;
}
    .footer-content h3 {
        font-size: 15px;
        margin: 15px 0;
    }
.footer-logo img {
    padding: 1em 0 1em;
    max-width: 300px;
}
.footer-column-box {
    padding: 1em 0 1em;
}
 .footer-content a {
    font-size: 16px;
}

  .footer-address-wrp h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer-address-wrp p {
    font-size: 12px;
    line-height: 1.4;
  }
  .footer-sec {
    padding: 10px 0 1em;
}

}