@media (max-width: 1024px) {
    footer .row.cs-footer__align.cs-footer__align--full {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    footer .row.cs-footer__align.cs-footer__align--full::before,
    footer .row.cs-footer__align.cs-footer__align--full::after {
        display: none;
    }
    footer .row.cs-footer__align.cs-footer__align--full .widget_text {
        width: 80%;
    }
    footer .row.cs-footer__align.cs-footer__align--full .widget_subscribe {
        width: auto;
    }
    footer .container{
        margin-left: 5%;
        margin-right: 0;
        width: 90%;
    }
    header .cs-header__content-wr {
        max-width: 90%;
    }
    header .cs-header__inner {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    header .cs-header__inner::before,
    header .cs-header__inner::after {
        display: none;
    }
    header .cs-header__inner nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    header .cs-header__inner nav::before,
    header .cs-header__inner nav::after {
        display: none;
    }
    header .cs-header__inner .main-menu li {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    header .cs-header__inner .main-menu li a {
        font-size: 25px;
    }
    header .cs-logo__link {
        max-width: 135px;
    }
}

@media (max-width: 767px) {
    .cs-heading__title {
        text-align: center;
    }
    .cs-top-header__content-wr {
        flex-direction: row;
    }
    header .cs-header__inner .main-menu li a {
        font-size: 20px;
    }
    .cs-address__item {
        margin-right: auto!important;
        margin-left: auto!important;
    }
}

@media (max-width: 640px) {
    .popup-form-content {
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        overflow: auto !important;
        padding: 20px 15px !important;
        max-width: initial !important;
    }
}

@media (max-width: 480px) {
    .cs-address__item {
        width: 100%;
        text-align: center;
    }
}

.cs-header__nav.js-header-nav[style] {
    max-height: calc(100vh - 65px)!important;
}

header .cs-header__inner {
    overflow-y: auto;
}

.cs-header__socials {
    padding-bottom: 40px;
}

.langs > a {
    margin-right: 10px;
}
.langs > a:last-child {
    margin-right: 0px;
}
.langs > a:after {
    display: none;
}

.cs-top-header .cs-top-header__content-wr .cs-top-header__links {
    display: flex;
}
.cs-top-header .cs-top-header__content-wr .cs-top-header__links .cs-top-header__desc {
    margin-left: 20px;
    margin-top: 0px !important;
}

@media (max-width: 479px) {
    .cs-top-header .cs-top-header__content-wr {
        align-items: center;
    }
    .cs-top-header .cs-top-header__content-wr .cs-top-header__links {
        flex-direction: column;
    }
    .cs-top-header .cs-top-header__content-wr .cs-top-header__links .cs-top-header__desc {
        margin-left: 0px;
        margin-top: 5px !important;
    }
}

ul.breadcrumbs {
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Woodford Bourne",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.breadcrumbs > li > a {
    display: block;
    padding: 10px 10px 10px 0;
}
ul.breadcrumbs > li > a:after {
    content: ">";
    margin-left: 10px;
}
ul.breadcrumbs > li > a:hover {
    color: #fff;
}
.f16{
    font-size: 16px !important;
    text-align: justify;
}

.popup-form {
    display: none;
}
.popup-form.show {
    display: block;
}
.popup-form:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}

.popup-form-content {
    position: fixed;
    width: 100%;
    max-width: 600px;
    background: #eef1f2;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: 40px auto;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    padding: 50px 35px;
}

.popup-form-content .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    cursor: pointer;
    z-index: 9;
}

.cs-portfolio.cs-portfolio--services h2.h6 {
    font-size: 16px;
}
.no-style {
    font-size: inherit !important;
    margin: 0 !important;
    color: inherit !important;
    padding: inherit !important;
    display: inline !important;
    font-weight: inherit !important;
}

.text-center {
    text-align: center;
}