.footer-container{
    position: relative;
    display: block;
}
.top-footer-container{
    background-image: linear-gradient(-30deg,#485460 3%,#3c454e 3%)!important;
    padding-top: 48px;
}
.top-footer-container .top-footer-inner{
    max-width: 1200px;
    width: 80%;
    margin: auto;
    position: relative;
}
.top-footer-container .footer-section-one{
    display: flex;
    width: 100%;
    margin: auto!important;
    grid-gap: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid #4a5966;
}
.footer-section-one .main-footer-content{
    flex: 1;
}
.main-footer-content .conf-logo img{
    width: 211.195px;
    height: auto;
    display: block;
}
.footer-container h5{
    margin: 0!important;
    font-size: 18px;
    color: #fff;
    font-family: 'gilroy-bold';
    line-height: 1em;
    font-weight: 500;
    padding-bottom: 10px;
}

/* Top Lists */
.main-footer-content .colateral-list ul{
    margin: 0;
    padding: 0 0 1em 1em;
    list-style-type: none!important;
    list-style-image: url(https://www.confluence.com/wp-content/uploads/2020/06/Confluence-Bullet-Points-White.svg);
    line-height: 26px;
    word-wrap: break-word;
}
.main-footer-content .colateral-list li{
    padding-bottom: 8px;
}
.main-footer-content .colateral-list li a{
    color: #fff!important;
    padding-bottom: 0.5em!important;
    text-decoration: none;
    font-family: 'gilroy-light'!important;
    line-height: 26px;
    font-weight: 500!important;
}

/* End of top section*/
/* Mid section start */

.top-footer-inner .footer-section-two{
    padding-top: 48px;
    display: flex;
    margin: auto;
    width: 100%;
    padding-bottom: 24px;
    grid-gap: 8px;
}
.footer-section-two .sub-footer-content{
    flex: 1;
}
.footer-section-two .sub-footer-content h5{
    padding-bottom: 16px;
}

/* Office grid */
.footer-section-two .office-contain .office-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}
.office-grid .office-btn .office-link{
    color: #fff!important;
    line-height: 1.4em;
    font-size: 14px;
    background: rgb(255,255,255);
    background: linear-gradient(-30deg, rgba(255,255,255,0) 5%, rgba(72,84,96,1) 5%);
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    font-family: 'gilroy-light';
}

/* Search Bar Section */
.footer-section-two .search-contain h5 {
    text-align: right;
}
.search-contain .search-bar-contain {
    margin-left: 90px;
}
.search-contain .search-bar-contain form {
    position: relative;
}
.search-contain .search-bar-contain form div{
    width: 100%;
    margin: 0;
    display: flex;
}
.search-bar-contain form .screen-reader-text{
    display: none;
}
.search-bar-contain form .conf-s{
    padding-top: 0.715em!important;
    padding-right: 0.715em!important;
    padding-bottom: 0.715em!important;
    padding-left: 7em!important;
    background: rgb(255,255,255);
    background: linear-gradient(-30deg,rgba(255,255,255,1) 88%,rgba(255,255,255,0) 88%);
    height: auto;
    min-height: 0;
    flex: 1;
    border: none;
    font-family: 'gilroy-light'!important;
    font-size: 14px;
}
.search-bar-contain form .conf-s:focus-visible{
    outline: unset;
}
.search-bar-contain form .et_pb_searchsubmit{
    color: transparent;
    background-image: url(https://www.confluence.com/wp-content/uploads/2020/05/Search-Icon-Projection-Angle.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
    margin-right: -10px;
    margin-left: -5px;
    border: none;
    cursor: pointer;
}


/* Bottom Footer Section */
.bottom-footer-bar{
    background-color: #485460!important;
}
.bottom-footer-bar .inner-bottom-bar{
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    width: 80%;
}

.inner-bottom-bar .conf-copyright{
    font-family:'gilroy-light';
    color: #fff!important;
    font-size: 14px!important;
    text-decoration: none!important;
    word-wrap: break-word;
    text-align: left;
    flex: 1;
}
.conf-copyright a{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.conf-copyright p{
    margin: 0!important;
}

.inner-bottom-bar .terms-list{
    flex: 2;
    text-align: right;
}
.terms-list a{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-family: 'gilroy-light';
    font-size: 14px;
}
.terms-list a:nth-child(1), .terms-list a:nth-child(2), .terms-list a:nth-child(3){
    border-right: 1px solid #62707e;
    padding-right: 0.75em;
    margin-right: 0.75em;
}


/* Responsive Footer Coding */
@media only screen and (max-width: 1110px){
    .footer-section-two .office-contain .office-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .search-contain .search-bar-contain{
        margin-left: 20px;
    }  
}

@media only screen and (max-width: 1050px){
    .top-footer-container .footer-section-one{
        display: grid!important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }
    .footer-section-two.two-col{
        display: block;
        padding-top: 24px;
    }
    .footer-section-two .office-contain .office-grid{
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 16px;
    }
    .bottom-footer-bar .inner-bottom-bar{
        display: block;
    }
    .inner-bottom-bar .terms-list{
        text-align: left;
        margin-top: 16px;
    }
    .search-contain .search-bar-contain{
        margin: 0;
    }
}
@media only screen and (min-width: 980px){
    .conf-copyright.mobile-bar{
        display: none;
    }
}
@media only screen and (max-width: 980px){
    .inner-bottom-bar .terms-list{
        display: flex;
        flex-direction: column;
        grid-gap: 8px;
        margin: 0;
    }
    .terms-list a:nth-child(1), .terms-list a:nth-child(2), .terms-list a:nth-child(3){
        border: none;
        padding: 0;
        margin: 0;
    }
    .conf-copyright.desktop-bar{
        display: none;
    }
    .conf-copyright.mobile-bar{
        font-family: 'gilroy-light';
        color: #fff!important;
        font-size: 14px!important;
        text-decoration: none!important;
        word-wrap: break-word;
        text-align: left;
        background-color: #3c454e;
        padding: 16px 0 16px 0;
    }
    .conf-copyright.mobile-bar p{
        width: 80%;
        margin: auto!important;
        max-width: 1200px;
    }
}

@media only screen and (max-width: 555px){
    .footer-section-two .office-contain .office-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-section-two.two-col{
        padding-bottom: 48px;
    }
}

@media only screen and (max-width: 445px){
    .top-footer-container .footer-section-one{
        grid-template-columns: repeat(1, 1fr);
    }
    .top-footer-container .footer-section-one .content-col-one{
        margin-bottom: 24px;
    }
    .top-footer-container .top-footer-inner, .bottom-footer-bar .inner-bottom-bar, .conf-copyright.mobile-bar p{
        width: 90%;
        max-width: 90%;
    }
}

@media only screen and (max-width: 350px){
    .sub-footer-content.search-contain{
        display: none;
    }
}