body.new-home #tm-content,
body.new-home #tm-content #bd_results article{
    padding: 0;
}
body.new-home #home-slider .home-slider-wrapper img, #home-fourth-section img{
    width: 100%;
}
body.new-home #home-first-section{
    background: #088494;
    margin-bottom: 150px;
    position: relative;
}
body.new-home .home-first-inner-wrapper{
    max-width: 90%;
    margin: 0 auto;
    display: flex;
}
body.new-home .home-first-inner-wrapper .left-column h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
body.new-home .home-first-inner-wrapper .left-column h2 {
    margin: 0;
    font-weight: bold;
    font-size: 30px;
}

body.new-home .home-first-inner-wrapper .left-column *, body.new-home #tm-content .home-first-inner-wrapper .left-column p {
    color: #fff !important;
    width: 80%;
}
body.new-home .home-first-inner-wrapper .left-column {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
body.new-home .home-first-inner-wrapper .right-column {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    margin-top: 90px;
    position: relative;
    z-index: 1;
}
body.new-home .home-second-inner-wrapper{
    position: relative;
}
body.new-home .home-second-inner-wrapper:before {
    content: url(/images/folder/home/bread1.jpg);
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
}
.home-first-inner-wrapper .right-column img {
    padding: 0 10px;
    height: auto;
    display: block;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    position: relative;
}
body.new-home .home-second-inner-wrapper {
    position: relative;
    display: flex;
}
body.new-home .home-second-inner-wrapper .left-column{
    display: flex;
    position: relative;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40;
    justify-content: center;
}
body.new-home .home-second-inner-wrapper .left-column .home-badge {
    padding: 0 45px;
}
body.new-home .home-second-inner-wrapper .right-column{
    display: flex;
    position: relative;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    justify-content: center;
}
.cta-wrapper a {
    display: flex;
    align-items: center;
    background: #088494;
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    top: 50px;
    transition: .2s background ease-in-out;
}
.cta-wrapper a img {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
.home-second-wrapper {
    display: flex;
    max-width: 91%;
    margin: 0 auto;
}
.home-second-left-column {
    display: flex;
}
.home-second-left-column-first-img{
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    max-width: 51%;
}
.home-second-left-column-last-img{
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
.home-second-left-column-last-img img:first-child {
    margin-bottom: 20px;
}
.home-second-right-inner h2 {
    color: #088494;
    font-size: 22px;
    font-weight: bold;
}
.uk-panel.uk-panel-space .home-second-right-inner h3 {
    font-weight: 900;
    margin: 0 0 20px 0;
    color: #088494 !important;
}
#tm-content .home-second-right-inner p{
    color: #088494 !important;
    width: 80%;
}
.home-second-right-inner .cta-wrapper{
    display: inline-block;
}
.home-third-wrapper {
    display: flex;
    max-width: 80%;
    margin: 80px auto 0 auto;
    align-items: flex-end;
    padding-bottom: 60px;
    justify-content: center;
}
.home-third-wrapper .cat-col {
    padding: 45px;
    position: relative;
}
.home-third-wrapper .cat-col img{
    transition: .2s transform ease-in-out;
}
.home-third-wrapper .cat-col .cta-wrapper {
    position: absolute;
    top: calc(50% - 42px);
    text-align: center;
    left: calc(50% - 74px);
    opacity: 0;
    transition: .2s opacity ease-in-out;
}
.home-third-wrapper .cat-col:hover img{
    transform: scale(1.1);
}
.home-third-wrapper .cat-col:hover .cta-wrapper{
    opacity: 1;
}
.home-third-wrapper .cat-col .cta-wrapper a {
    background: #87b94f;
    color: #fff;
}
.home-third-wrapper .cat-col span {
    overflow: hidden;
    display: block;
    box-shadow: 0px 6px 10px #00000029;
}
.home-third-wrapper .cat-col h2 {
    color: #088494;
    font-weight: bold;
}
section#home-third-section {
    position: relative;
}
section#home-third-section:before {
    /* content: url(/images/folder/home/bread2.jpg);
    position: absolute;
    bottom: -8px; */
    content: '';
    position: absolute;
    bottom: -8px;
    background: url(/images/folder/home/bread2.jpg);
    width: 100%;
    height: 358px;
}
.cta-wrapper a:hover {
    background: #87b94f;
}


@media(min-width: 1681px){
    .home-second-left-column-first-img {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .home-second-wrapper {
        right: -150px;
        position: relative;
    }
    .home-second-right-inner{
        position: relative;
        left: -150px;
        width: 74%;
    }
}
@media(max-width: 1440px){
    body.new-home .home-first-inner-wrapper .left-column *, body.new-home #tm-content .home-first-inner-wrapper .left-column p {
        width: 95%;
    }
    .home-second-left-column-first-img {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        padding-right: 20px;
    }
    .home-second-left-column-last-img {
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%;
    }
}
@media(max-width: 1366px){
    body.new-home .home-first-inner-wrapper {
        max-width: 95%;
    }
}
@media(max-width: 1024px){
    body.new-home .home-first-inner-wrapper {
        flex-direction: column;
    }
    body.new-home .home-first-inner-wrapper .left-column, body.new-home .home-first-inner-wrapper .right-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    body.new-home .home-second-inner-wrapper {
        padding-top: 45px;
    }
    .home-second-wrapper {
        flex-direction: column;
    }
    .home-second-left-column {
        justify-content: center;
    }
    .home-second-right-column {
        justify-content: center;
        display: flex;
        margin-top: 45px;
    }
}
@media(max-width: 768px){
    body.new-home .home-second-inner-wrapper .left-column .home-badge {
        padding: 0 30px;
    }
    .home-second-inner-wrapper .cta-wrapper a{
        top: 30px;
    }
    .home-third-wrapper .cat-col {
        padding: 45px 15px;
    }
}
@media(max-width: 767px){
    body.new-home .home-first-inner-wrapper .right-column{
        margin-top: 0;
    }
    body.new-home .home-second-inner-wrapper .left-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    body.new-home .home-second-inner-wrapper {
        padding-top: 45px;
        flex-direction: column;
    }
    .home-third-wrapper {
        flex-direction: column;
    }
    .home-third-wrapper .cat-col .cta-wrapper{
        opacity: 1;
    }
    section#home-third-section {
        background: url(/images/folder/home/bread2.jpg);
    }
    body.new-home .home-second-inner-wrapper:before {
        bottom: -52px;
    }
    body.new-home .home-second-inner-wrapper .left-column .home-badge {
        padding: 30px;
    }
    .home-second-left-column-last-img img:first-child {
        margin-bottom: 8px;
    }
    #home-fourth-section img{
        object-fit: cover;
        height: 150px;
    }
}