/* =DW (previously blocks.css)
-------------------------------------------------------------- */


/* parallax background */

.parallax-background {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 1049.2px) {
    .mobile {
        display: none
    }
}


/* =HERO
-------------------------------------------------------------- */

.hero {
    position: relative;
    background: #000;
    overflow: hidden;
}

.hero-container {
    max-width: 1920px;
    margin: 0 auto;
}

.hero .item {
    position: relative;
    /* height: 730px; */
    background-position: center center;
    background-size: cover;
}

.hero .item .content {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.hero .item .content .text {
    color: #fff;
    width: 50%;
}

.hero .item .content .text h1 {
    font-size: 46px;
}

.hero .item:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
}

.hero .item img {
    opacity: 0;
}

@media screen and (min-width: 1250px) {
    .hero .item img {
        max-width: 1180px;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1249px) {
    .hero .item img {
        max-width: 960px;
        height: auto;
        margin: 0 auto;
    }
    .hero .item .content .text h1 {
        font-size: 34px;
    }
}

@media screen and (max-width: 1049px) {
    .hero .item img {
        max-width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .hero .item .content .text h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 789px) {
    .hero-container .owl-item .item .inner {}
    .hero .item .content .text h1 {
        font-size: 20px;
    }
}

.hero-mob {
    display: none;
}

@media screen and (max-width: 1049px) {
    .hero {
        display: none;
    }
    .hero-mob {
        display: block;
    }
    .hero-mob .item {
        background-size: cover;
        background-position: center center;
    }
    .hero-mob .item img {
        display: block;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
    }
}


/* =PAGE HERO
-------------------------------------------------------------- */

.pages-hero {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.pages-hero:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: #000;
    opacity: 0.2;
}

.pages-hero .inner {
    height: 450px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.pages-hero .inner h1 {
    margin: 0;
    line-height: 1.1em!important;
    color: #fff;
}

@media screen and (max-width: 789px) {
    .pages-hero .inner {
        height: 300px;
    }
}


/* =OWL CAROUSEL
-------------------------------------------------------------- */

.hero .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0!important;
    z-index: 9999;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-mob .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0!important;
    z-index: 9999;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}


/* =FEATURE TEXT
-------------------------------------------------------------- */

.feature-text {
    padding: 100px 0;
    background: #eee;
}

@media screen and (max-width: 789px) {
    .feature-text {
        padding: 50px 0;
    }
}


/* =FEATURE TILES
-------------------------------------------------------------- */

.feature-tiles {
    padding: 100px 0;
    background: #fff;
}

.feature-tiles .the-tiles {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
}

.feature-tiles .the-tiles .item {
    margin: 0 0 15px;
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
}

.feature-tiles .the-tiles .item i {
    margin-right: 30px;
    font-size: 30px;
}

.feature-tiles .the-tiles .item h4 {}

.feature-tiles .the-tiles .item p {
    font-size: 14px;
}

@media screen and (min-width: 790px) {
    .feature-tiles .the-tiles .item {
        width: 30%;
    }
    .feature-tiles .the-tiles .item:nth-child(3n-1) {
        margin: 0 5% 15px;
    }
}

@media screen and (max-width: 789px) {
    .feature-tiles {
        padding: 50px 0;
    }
    .feature-tiles .the-tiles .item {
        width: 47.5%;
    }
    .feature-tiles .the-tiles .item:nth-child(odd) {
        margin-right: 5%;
    }
}

@media screen and (max-width: 479px) {
    .feature-tiles .the-tiles .item {
        width: 100%;
        margin: 0 0 15px!important;
    }
    .feature-tiles .the-tiles .item i {
        margin-right: 15px;
    }
}


/* =SERVICES-1 ACF REPEATER
-------------------------------------------------------------- */

.services-1 {
    padding: 0;
}

.services-1 article {
    padding: 100px 0;
    background: #fff;
}

.services-1 article:nth-child(even) {
    background: #eee;
}

.services-1 article>.inner {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services-1 article:nth-child(odd)>.inner {
    flex-direction: row-reverse;
}

.services-1 article>.inner>img {
    display: block;
    width: 47.5%;
    height: auto;
}

.services-1 article>.inner>.fields {
    width: 47.5%;
}

.services-1 article>.inner>.fields>h3:before {
    display: block;
    content: " ";
    width: 20px;
    height: 2px;
    background: #fe5d26;
    margin: 0 0 30px;
}

@media screen and (max-width: 789px) {
    .services-1 article {
        padding: 50px 0 20px;
    }
    .services-1 article>.inner>img {
        width: 100%;
        margin-bottom: 30px;
    }
    .services-1 article>.inner>.fields {
        width: 100%;
    }
}


/* =projects-1 CPT
-------------------------------------------------------------- */

.projects-1 {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.projects-1 .item {
    width: 47.5%;
    margin-bottom: 30px;
}

.projects-1 .item:nth-child(odd) {
    margin-right: 5%;
}

.projects-1 .item img {
    display: block;
    width: 100%;
    height: auto;
}

.projects-1 .item .fields {}

.projects-1 .item .fields h3 {
    margin: 15px 0;
}

@media screen and (max-width: 789px) {
    .projects-1 .item {
        width: 100%;
        margin-right: 0!important;
    }
}


/* =staff-1 CPT
-------------------------------------------------------------- */

.staff-1 {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -5%;
}

.staff-1 .item {
    width: 30%;
    margin-bottom: 5%;
}

.staff-1 .item:nth-child(3n-1) {
    margin: 0 5% 5%;
}

.staff-1 .item img {
    display: block;
    width: 100%;
    height: auto;
}

.staff-1 .item .fields {}

.staff-1 .item .fields h3 {
    margin: 15px 0;
}

@media screen and (max-width: 789px) {
    .staff-1 .item {
        width: 100%;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}


/* =staff-2 CPT
-------------------------------------------------------------- */

.staff-2 {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -5%;
}

.staff-2 .item {
    width: 30%;
    margin-bottom: 5%;
}

.staff-2 .item:nth-child(3n-1) {
    margin: 0 5% 5%;
}

.staff-2 .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
    position: relative;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
}

.staff-2 .item img:hover {
    bottom: 5px;
}

.staff-2 .item .fields {
    text-align: center;
}

.staff-2 .item .fields h3 {
    margin: 15px 0;
}

@media screen and (max-width: 789px) {
    .staff-2 .item {
        width: 100%;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}


/* =vacancies-1 CPT
-------------------------------------------------------------- */

.vacancies-1 {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vacancies-1 .item {
    width: calc(50% - 15px);
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #000;
    margin-bottom: 30px;
    background: #f7f7f7;
}

.vacancies-1 .item:nth-child(odd) {
    margin-right: 30px;
}

.vacancies-1 .item .button {
    margin: 30px 0 0;
}

@media screen and (max-width: 789px) {
    .vacancies-1 .item {
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 5%!important;
    }
}


/* =faqs-1 REPEATER
-------------------------------------------------------------- */

.faqs-1 {}

.faqs-1 .item {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.faqs-1 .item h4 {
    margin: 0;
    padding: 0 0 15px;
    cursor: pointer;
}

.faqs-1 .item .answer {
    display: none;
    padding: 0 0 15px;
    overflow: hidden;
}

.faqs-1 .item:first-child .answer {
    display: block;
}

.faqs-1 .item .answer p:last-child {
    margin: 15px 0 0 0;
}


/* =BLOG
-------------------------------------------------------------- */

.posts-1 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.posts-1 article {
    margin: 0 0 45px;
    padding: 0 0 45px;
    border-bottom: 1px solid #ddd;
}

.posts-1 article h2 {
    margin: 15px 0;
}

.posts-1 article .post-excerpt {
    margin: 0;
}

.post-meta {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
}


/* =FLEXIBLE CONTENT ACF TEST
-------------------------------------------------------------- */

.boc {
    padding: 40px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 0 0 10px;
}

.boc .gal {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
}

.boc .gal li {
    width: 25%;
}

.boc .gal li img {
    display: block;
    width: 100%;
    height: 165px;
}


/* =PAGE INTRO
-------------------------------------------------------------- */

.page-intro {
    color: #fff;
}

.page-intro p {
    font-size: 30px;
    margin: 0 0 45px;
    padding-right: 5%;
    letter-spacing: -0.68px;
    font-weight: 400;
}

.page-intro p {
    font-size: 35px;
}

.page-intro p:last-child {
    margin: 0;
}

@media screen and (max-width: 789px) {
    .home .page-intro p {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .page-intro p {
        font-size: 18px;
        margin: 0 0 15px;
    }
}


/* =WHAT WE DO CONTENT
-------------------------------------------------------------- */

.what-we-do-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}

.what-we-do-content .item {
    width: calc((100% / 2) - (20px / 2));
    background: #F8F8F8;
    border-radius: 10px;
    background: #F8F8F8;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.what-we-do-content .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    margin: 0 0 30px;
}

.what-we-do-content .item> :not(img) {
    margin-left: 60px;
    margin-right: 60px;
}

.what-we-do-content .item>.button {
    padding-top: 15px;
    margin-top: auto;
}

@media screen and (max-width: 789px) {
    .what-we-do-content .item {
        width: 100%;
    }
    .what-we-do-content .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .what-we-do-content .item> :not(img) {
        margin-left: 30px;
        margin-right: 30px;
    }
}


/* =WHO WE SERVE
-------------------------------------------------------------- */

.who-we-serve {}

.who-we-serve-carousel {
    padding-top: 40px;
}

.who-we-serve-carousel .item {
    position: relative;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
}

.who-we-serve-carousel .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.who-we-serve-carousel .item>a>img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    border-radius: 10px;
}

.who-we-serve-carousel .item>a>h3 {
    position: absolute;
    margin: 0;
    width: 100%;
    padding: 18px 0;
    line-height: 1.1em!important;
    background: rgba(122, 91, 91, 0.3);
    text-align: center;
    color: #fff;
}


/* =SERVICES LIST
-------------------------------------------------------------- */

.services-list {
    padding: 40px 0 0 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 40px 40px;
}

.services-list .item {
    display: flex;
    align-items: center;
}

.services-list .item .services-list .item:nth-child(3n-1) {}

.services-list .item img {
    margin-right: 10%;
}

.services-list .item p.title {
    font-size: 18px;
    margin: 0;
}

@media screen and (max-width: 789px) {
    .services-list {
        padding: 20px 0 0 0;
        grid-auto-flow: row;
        grid-template-columns: 1fr;
        grid-gap: 20px 0;
    }
    .services-list .item img {
        max-width: 30px;
        height: auto;
    }
    .services-list .item p.title {
        font-size: 16px;
    }
}


/* =THE PROCESS
-------------------------------------------------------------- */

.the-process {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.the-process .item {
    width: 10%;
    position: relative;
    margin: 0 0 20px;
}

.the-process .item:not(:last-child) .icon-container:after {
    display: block;
    content: " ";
    width: calc((30% / 6) * 10);
    height: 33px;
    background-image: url('images/arrow-right.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65% 80%;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.the-process .item .icon-container {
    position: relative;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin: 0 0 30px;
}

.the-process .item .icon-container img.size {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
}

.the-process .item .icon-container img.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

.the-process .item p.title {
    margin: 0;
}

@media screen and (max-width: 1249px) {
    .the-process .item .icon-container img.icon {
        height: 50%;
    }
    .the-process .item:last-child .icon-container img.icon {}
}

@media screen and (max-width: 789px) {
    .the-process {
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .the-process .item:not(:last-child) .icon-container:after {
        display: none;
    }
    .the-process .item {
        width: 47.5%;
    }
    .the-process .item .icon-container {
        margin-bottom: 15px;
    }
}


/* =HOMEPAGE SECTION / CTA SECTION
-------------------------------------------------------------- */

.cta-section {
    position: relative;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.cta-section:before {
    display: block;
    content: " ";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
}

.cta-section .inner {
    position: relative;
    z-index: 10;
}

.cta-section .inner h2 {
    font-size: 45px;
}

@media screen and (max-width: 789px) {
    .cta-section .inner h2 {
        font-size: 26px;
    }
}


/* =new-product-development-process
-------------------------------------------------------------- */

.new-product-development-process {
    display: flex;
    flex-wrap: wrap;
}

.new-product-development-process .item {
    width: calc((100% / 4) - (60px / 4));
    margin-right: 20px;
    margin-bottom: 40px;
}

.new-product-development-process .item .icon-container {
    position: relative;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin: 0 0 30px;
}

.new-product-development-process .item .icon-container img.size {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
}

.new-product-development-process .item .icon-container img.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    min-width: 40%;
    min-height: 40%;
    height: auto;
}

.new-product-development-process .item:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 789px) {
    .new-product-development-process .item {
        width: calc((100% / 2) - (20px / 2));
    }
    .new-product-development-process .item:nth-child(2n) {
        margin-right: 0;
    }
}


/* process - new */

.process-rows .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}

.process-rows .item .icon-container {
    width: 25%;
    position: relative;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.process-rows .item .icon-container img.size {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
}

.process-rows .item .icon-container img.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
}

.process-rows .item .contents {
    width: 70%;
}

.process-rows .item .contents h3 {
    font-size: 40px;
}

@media screen and (max-width: 789px) {
    .process-rows .item {
        align-items: flex-start;
    }
    .process-rows .item .contents h3 {
        font-size: 20px;
    }
}


/* blog */

.blog .navigation {
    display: flex;
    justify-content: center;
    margin: 45px 0 0 0;
}

.blog .navigation>span {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ED222A;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.35s ease;
    margin: 0 10px;
    padding: 0 10px;
}

.blog .navigation>span a {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.blog .navigation span:hover {
    transform: scale(1.05, 1.05);
}

.blog .navigation>span strong {
    padding: 0;
    color: #fff;
}

.blog .navigation>span strong:first-child {
    margin-right: 5px;
}

.blog .navigation>span strong:last-child {
    margin-left: 5px;
}

.blog aside {
    margin-top: 100px;
}

.archive-posts {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.archive-posts li {
    margin: 0 0 5px;
}

.archive-posts li a {}

.archive-posts-grid {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.archive-posts-grid li {
    position: relative;
    width: calc((100% / 3) - (40px / 3));
    margin: 0 0 40px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.archive-posts-grid li:nth-child(3n-1) {
    margin: 0 20px 40px;
}

.archive-posts-grid li:before {
    display: block;
    content: " ";
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.35;
}

.archive-posts-grid li img {
    display: block;
    opacity: 0;
}

.archive-posts-grid li span.contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    padding: 0 10%;
    text-align: center;
}

.archive-posts-grid li span.contents .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.5em!important;
}

.archive-posts-grid li span.contents .excerpt {
    color: #fff;
    margin: 0 0 15px;
}

.archive-posts-grid li span.contents .read-more {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (max-width: 789px) {
    .archive-posts-grid li {
        width: 100%;
    }
    .archive-posts-grid li:nth-child(3n-1) {
        margin: 0 0 40px;
    }
}


/* who we serve */

.serve-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.serve-boxes .item {
    width: calc((100% / 3) - (40px / 3));
    margin: 0 0 40px;
    background: #F8F8F8;
    border-radius: 0 0 10px 10px;
}

.serve-boxes .item:nth-child(3n-1) {
    margin: 0 20px 40px;
}

.serve-boxes .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.serve-boxes .contents {
    padding: 35px 40px 40px;
}

.serve-boxes .contents *:last-child {
    margin: 0;
}

.serve-boxes .contents h3 {
    color: #ED222A;
    margin: 0 0 15px;
}

@media screen and (max-width: 789px) {
    .serve-boxes .item {
        width: 100%;
    }
    .serve-boxes .item:nth-child(3n-1) {
        margin: 0 0 40px;
    }
}


/* contact us */

.contact-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-cols .col:first-child {
    width: 38.5%;
}

.contact-cols .col:last-child {
    width: 50%;
}

.contact-cols .col p {
    font-size: 16px;
}

.contact-cols .col .contacts {
    list-style-type: none;
    padding: 0;
    margin: 75px 0 15px;
}

.contact-cols .col .contacts li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}

.contact-cols .col .contacts li:nth-child(1):before {
    position: absolute;
    left: 0;
    top: -2px;
    display: block;
    content: " ";
    width: 28px;
    height: 28px;
    background-image: url(images/phone.svg);
}

.contact-cols .col .contacts li:nth-child(2):before {
    position: absolute;
    left: 0;
    top: -2px;
    display: block;
    content: " ";
    width: 30px;
    height: 30px;
    background-image: url(images/email.svg);
}

.contact-cols .col .contacts li:nth-child(3):before {
    position: absolute;
    left: 0;
    top: -2px;
    display: block;
    content: " ";
    width: 29px;
    height: 25px;
    background-image: url(images/warehouse.svg);
}

.wpforms-container-full {}

.wpforms-container-full input {
    border: none!important;
    border-radius: 10px!important;
    background: #F7F7F7!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: normal!important;
    padding: 40px 30px!important;
}

.wpforms-container-full textarea {
    border: none!important;
    border-radius: 10px!important;
    background: #F7F7F7!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: normal!important;
    padding: 20px 30px!important;
    max-width: 100%;
    min-width: 80%;
    min-height: 100px;
    max-height: 500px;
}

.title-mob {
    display: none;
}

@media screen and (max-width: 789px) {
    .contact-cols .col .contacts {
        margin: 30px 0 15px;
    }
    .contact-cols .col:first-child {
        width: 100%;
        margin: 0 0 30px;
    }
    .contact-cols .col:last-child {
        width: 100%;
    }
    .title-mob {
        display: block;
    }
}


/* about us */

.about-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-cols .col {
    width: 30%;
}

@media screen and (max-width: 789px) {
    .about-cols .col {
        width: 100%;
    }
    .about-cols .col:not(:last-child) {
        margin-bottom: 40px;
    }
}


/* infographic */

.infographic {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.infographic .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.infographic .row.reverse {
    flex-direction: row-reverse;
}

.infographic .row .item {
    display: flex;
    align-items: center;
}

.infographic .row .item img {
    max-width: 125px;
    height: auto;
    margin-right: 15px;
}

.infographic .row .item *:last-child {
    margin: 0;
}

.infographic .row .item h3 {
    margin: 0 0 15px;
}

.circle {
    width: 10px;
    height: 10px;
    border: 3px solid red;
    border-radius: 10px;
}

.infographic .row-1 .item.location {
    width: 35%;
}

.infographic .row-1 .item:nth-child(2) {
    width: 31%;
}

.infographic .row-1 .item.history {
    width: 31%;
    justify-content: flex-end;
}

.infographic .row-2 .item {
    height: 150px;
    width: calc(100% / 3);
}

.infographic .row-3 .item.products {
    width: 30%;
}

.infographic .row-3 .item:nth-child(2) {
    width: 29%;
}

.infographic .row-3 .item.partners {
    width: 41%;
    width: 31%;
    justify-content: flex-end;
}

.infographic .row-4 .item {
    height: 150px;
    width: calc(100% / 3);
}

.infographic .row-5 .item.capacity {
    width: 30%;
}

.infographic .row-5 .item:nth-child(2) {
    width: 9%;
}

.infographic .row-5 .item.brc {
    width: 22%;
}

.infographic .row-5 .item:nth-child(4) {
    width: 9%;
}

.infographic .row-5 .item.brc {
    width: 30%;
}

.infographic .item.line-horizontal {
    position: relative;
}

.infographic .item.line-horizontal .the-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ED222A;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.infographic .item.line-horizontal .the-line:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #ED222A;
    border-radius: 10px;
    background: #F8F8F8;
}

.infographic .item.line-horizontal .the-line:after {
    display: block;
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #ED222A;
    border-radius: 10px;
    background: #F8F8F8;
}

.infographic .item.line-vertical {
    position: relative;
}

.infographic .item.line-vertical .the-line {
    position: absolute;
    width: 3px;
    height: 80%;
    background-color: #ED222A;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.infographic .item.line-vertical .the-line:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #ED222A;
    border-radius: 10px;
    background: #F8F8F8;
}

.infographic .item.line-vertical .the-line:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #ED222A;
    border-radius: 10px;
    background: #F8F8F8;
}

@media screen and (min-width: 1250px) {
    .the-line.line-1 {
        width: 125%!important;
    }
    .the-line.line-3 {
        width: 125%!important;
        left: 42.5%!important;
    }
}

@media screen and (max-width: 1249px) {
    .the-line.line-1 {
        width: 100%!important;
    }
    .the-line.line-3 {
        width: 110%!important;
        left: 48.5% !important;
    }
    .infographic .row-2 .item {
        height: 75px;
    }
    .infographic .row-4 .item {
        height: 75px;
    }
    .infographic .row .item img {
        max-height: 75px;
        width: auto;
    }
    .infographic .row-3 .item.partners {
        width: 38%;
    }
    .infographic .row-3 .item:nth-child(2) {
        width: 22%;
    }
}

@media screen and (max-width: 700px) {
    .infographic .row {
        flex-wrap: wrap;
    }
    .infographic .row .item {
        width: 100%!important;
        flex-direction: row!important;
        justify-content: space-between!important;
    }
    .infographic .row .item {
        margin-bottom: 40px;
    }
    .infographic .row:last-child .item:last-child {
        margin-bottom: 0;
    }
    .infographic .row.row-2 {
        display: none;
    }
    .infographic .row.row-4 {
        display: none;
    }
    .infographic .row .item.line-horizontal,
    .infographic .row .item.line-vertical {
        display: none;
    }
    .infographic .row .item img {
        width: 90px!important;
    }
    .infographic .row .item .contents {
        width: calc(100% - 130px);
    }
}

h2.blog-title {
    margin: 0 0 30px!important;
}