/*..........Footer..........*/

.footer-container {
    margin-bottom: 0px;
    background: #0d7de1;
    padding-top: 3rem;
}

.footer-container .footer-box-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.footer-container .footer-box-container .footer-box {
    box-sizing: border-box;
    overflow: hidden;
}

.sub-one-left {
    position: relative;
    width: 100%;
}

.sub-one-left h6 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.sub-one-left p,
.sub-two-right p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

@media (max-width: 736px) {
    .sub-one-left h6 {
        margin-bottom: 10px;
        padding-bottom: 7px;
    }
}

.columns-footer {
    margin-top: 1.2em;
}

.columns-footer ul.footer-social li,
.columns-footer ul.jst-link li {
    display: inline-block;
    margin-right: 5px;
}

.columns-footer ul.footer-social li a {
    color: #fff;
    width: 35px;
    height: 35px;
    background: #4cb0d4;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s ease;
}

.columns-footer ul.footer-social li a:hover {
    color: #fff;
    background-color: #0c62af;
}

.columns-footer ul.footer-social li a span {
    font-size: 15px;
    line-height: 35px;
}

.sub-two-right {
    position: relative;
    width: 100%;
}

.sub-two-right h6 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

@media (max-width: 736px) {
    .sub-two-right h6 {
        margin-bottom: 10px;
        padding-bottom: 7px;
    }
}

.sub-two-right ul li {
    list-style: none;
}

.sub-two-right ul li span {
    margin-right: 10px;
    color: #fff;
}

.sub-two-right ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 10px 0;
    display: block;
}

.sub-two-right ul li a:hover {
    color: #cecece;
}

.copyright-footer-side {
    margin-top: 1.5rem;
    padding: 20px 0;
    background: #0c62af;
}

.columns-side {
    margin: 0 auto;
}

.columns-side p {
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.columns-side p a {
    color: #4cb0d4;
    text-align: center;
    transition: 0.3s ease;
}

.columns-side p a:hover {
    color: #d73041;
    /* text-decoration: underline; */
}


/*..........End Footer..........*/
