/*about*/
.block__about {
}

.about__container {
}

.about__box {
}

.about__content {
    width: calc(480/var(--ctn-per));
}

/* moved from inline styles in Home_tpl.php */
.block__about {
    color: #fff
}

.about-pretitle {
    font-family: 'CalSans-Regular';
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0.5rem
}

.about-hero-title {
    font-size: 60px;
    font-family: 'CalSans-Regular';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: capitalize
}

.about-hero-title .accent {
    color: #D91021;
    font-family: 'CalSans-Regular';
}

.about__excerpt {
    margin-bottom: 2rem;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.about-cta {
    padding-left: 70px;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none
}

.about-cta-bubble {
    position: absolute;
    width: 170px;
    height: 170px;
    border: 4px solid #D91021;
    left: 0
}

.about-cta-number {
    text-align: right;
    font-size: 130px;
    text-transform: capitalize;
    margin-right: 1rem;
    position: relative;
    font-family: 'CalSans-Regular';
    z-index: 2
}

.about-cta-desc {
    font-size: 31px;
    letter-spacing: -0.62px;
    text-transform: capitalize;
    width: 150px;
    font-family: 'CalSans-Regular';
    margin: 0
}

.about__content>p {
}

.about__content>h3 {
    margin-bottom: 1rem;
    font-family: 'CalSans-Regular';
}

.about__content>article {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    font-family: 'CalSans-Regular';
}

.about__btn {
}

.about__btn button {
}

.about__btn button a {
}

.about__photo {
    position: relative;
    padding: 25px;
    width: calc(700 / var(--ctn-per));
    max-width: 590px;
}

.about__photo figure img {
    z-index: 2;
    position: relative;
}

.about__photo figure:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #D91021;
    transform: rotate(-5deg);
}

/*end about*/

/*================================*/

/* tab */

.tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: calc(30/var(--ctn-per));
}

.tab-title li {
    margin: 0 5px;
}

.tab-title li button {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px 10px;
}

.tab-title li:hover button, .tab-title li.tab-active button {
    background: var(--color-red);
    color: #fff;
    border-color: var(--color-red);
}

/*end tab*/

/*================================*/

/* ads */
.block__ads {
}

.ads__container {
}

.ads__title {
}

.ads__title h3 {
}

.ads__title p {
}

/*end ads*/

/*================================*/

/* merge */
.block__merge {
}

.merge__container {
}

.merge__box {
}

.merge__title {
    margin-bottom: 20px;
}

.merge__title h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.merge__title p {
}

.block__news {
}

.news__box {
}

.news__special {
    width: calc(300/640*100%);
}

.news__special__photo {
    margin-bottom: 10px;
}

.news__special__photo a {
    display: inline-block;
}

.news__special__photo a img {
}

.news__special__content {
}

.news__special__content h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
}

.news__special__content h3 a {
    display: inline-block;
    font-size: inherit;
}

.news__special__content article {
    font-size: 1rem;
}

.news__special__content>a {
}

.news__scroll {
}

.news__scroll ul {
}

.news__scroll ul li {
    margin-bottom: 10px !important;
}

.news__scroll__photo {
}

.news__scroll__photo figure {
}

.news__scroll__photo figure a {
}

.news__scroll__photo figure a img {
}

.news__scroll__content {
    width: calc(190/320*100%);
}

.news__scroll__content h3 {
    line-height: initial;
}

.news__scroll__content h3 a {
    font-size: 1.3rem;
    text-transform: capitalize;
}

.news__scroll__content article {
}

.block__video {
    width: calc(540/var(--ctn-per));
}

.video__play {
    line-height: 0;
    margin-bottom: 10px;
}

#video__player {
    line-height: 0;
}

.video__list {
}

.video__select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    cursor: pointer;
}

.video__select option {
    cursor: pointer;
}

.video__wrap {
    margin: 0 -5px;
}

.video__col {
    padding: 0 5px;
}

/*end merge*/

/*================================*/

/* partner */
.block__partner {
}

.partner__container {
}

.partner__title {
}

.partner__title h3 {
}

.partner__title p {
}

/*end partner*/

/*================================*/

/*productMain*/
.block__productMain {
}

.productMain__container {
}

.productMain__box {
}

/*end productMain*/

/*================================*/

/* Service item rotated title (centered, vertical) */
.service__item {
    position: relative
}

.service-title span {
    display: inline-block;
    padding: 6px 12px;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.3)
}

.service__item.shrink .service-title {
    opacity: 0.8
}

.service__item.active .service-title {
    opacity: 1
}

@media (max-width:767px) {
    .service-title {
        transform: translate(-50%, -10%) rotate(0deg);
        top: auto;
        bottom: 16px;
        left: 50%
    }

    .service-title span {
        background: rgba(0, 0, 0, 0.45);
        font-size: 18px;
        padding: 8px 14px
    }

}

.service__title {
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'CalSans-Regular';
}

.service__title p {
    color: var(--main-1, #D91021);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'CalSans-Regular';
}

.service__title h3 {
    color: var(--color-text, #222);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    font-family: 'CalSans-Regular';
}

/* Service Carousel */
.service-carousel {
    display: flex;
    gap: 36px;
}

.service-carousel .service__item {
    flex: 1 1 0;
    min-width: 0;
    transition: flex 320ms ease, opacity 320ms;
}

.service-carousel .service__item figure {
    margin: 0;
    height: 520px;
    overflow: hidden;
}

.service-carousel .service__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Active shows fully, others are partially hidden */
.service-carousel .service__item.active {
    flex: 3.6 1 0;
    opacity: 1;
}

.service-carousel .service__item.shrink {
    flex: 1 1 0;
    opacity: 1;
}

.service-carousel .service__item.shrink .view-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center;
    color: #fff;
    z-index: 6;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-carousel .service__item.shrink .view-title {
    display: none;
}

.service-carousel .view-info {
    position: absolute;
    bottom: 1.5rem;
    left: 2rem;
    width: 60%;
}

.service-carousel .view-title {
    color: var(--white, #FFF);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: flex 320ms ease, opacity 320ms;
}

.service-carousel .view-desc {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: flex 320ms ease, opacity 320ms;
}

.service-carousel .view-more {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: flex 320ms ease, opacity 320ms;
}

.service-carousel .service__item.shrink .view-more, .service-carousel .service__item.shrink .view-desc {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

/* Mobile: Enable Owl Carousel for screens <= 450px */
@media (max-width:450px) {
    .service-carousel {
        display: block;
    }

    .service-carousel .service__item {
        flex: none;
        transition: none;
    }

    .service-carousel .owl-stage {
        display: flex;
    }

    .service-carousel .owl-item {
        display: block;
    }

    .service-carousel .view-info {
        width: 90%;
    }

    .service-carousel .view-more {
        display: none;
    }

    /* Hide shrink/active classes on mobile */
    .service-carousel .service__item.active, .service-carousel .service__item.shrink {
        flex: none;
    }

    .service-carousel .service__item.shrink .view-more, .service-carousel .service__item.shrink .view-desc {
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
    }

    .service-carousel .service__item.shrink .view-title {
        display: block;
        position: static;
        transform: none;
    }

}

/* Desktop: Disable Owl Carousel behavior for screens > 450px */
@media (min-width:451px) {
    .service-carousel .owl-stage {
        transform: none !important;
        width: auto !important;
    }

    .service-carousel .owl-item {
        width: auto !important;
    }

    .service-carousel .owl-nav, .service-carousel .owl-dots {
        display: none !important;
    }

}

/* contact */
.block__contact {
}

.contact__container {
}

.contact__title {
}

.contact__title h3 {
    color: var(--white, #FFF);
    text-align: center;    /* font-family: "1FTV VIP Dita & Rusta"; */
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
    font-family: 'CalSans-Regular';
}

.contact__title p {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
    text-transform: capitalize;
    font-family: 'CalSans-Regular';
}

.contact__photo {
    text-align: center;
}

.contact__photo img {
    width: calc(1150/1920*100%)
}

/*end contact*/

/* Inline mosaic styles for the project block to match the provided layout image */

/* ads */
.block__ads {
}

.ads__container {
}

.ads__title {
}

.ads__title h3 {
}

.ads__title p {
}

/*end ads*/

/*================================*/

/* merge */
.block__merge {
}

.merge__container {
}

.merge__box {
}

.merge__title {
    margin-bottom: 20px;
}

.merge__title h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.merge__title p {
}

.block__news {
}

.news__box {
}

.news__special {
    width: calc(300/640*100%);
}

.news__special__photo {
    margin-bottom: 10px;
}

.news__special__photo a {
    display: inline-block;
}

.news__special__photo a img {
}

.news__special__content {
}

.news__special__content h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
}

.news__special__content h3 a {
    display: inline-block;
    font-size: inherit;
}

.news__special__content article {
    font-size: 1rem;
}

.news__special__content>a {
}

.news__scroll {
    height: 350px;
    overflow: hidden;
    width: calc(320/640*100%);
}

.news__scroll ul {
}

.news__scroll ul li {
    margin-bottom: 10px !important;
}

.news__scroll__photo {
}

.news__scroll__photo figure {
}

.news__scroll__photo figure a {
}

.news__scroll__photo figure a img {
}

.news__scroll__content {
    width: calc(190/320*100%);
}

.news__scroll__content h3 {
    line-height: initial;
}

.news__scroll__content h3 a {
    font-size: 1.3rem;
    text-transform: capitalize;
}

.news__scroll__content article {
}

.news__scroll__item {
    list-style: none;
}

.news__scroll__box {
    padding: 0;
}

.block__video {
    width: calc(540/var(--ctn-per));
}

.video__play {
    line-height: 0;
    margin-bottom: 10px;
}

#video__player {
    line-height: 0;
}

.video__list {
}

.video__select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    cursor: pointer;
}

.video__select option {
    cursor: pointer;
}

.video__wrap {
    margin: 0 -5px;
}

.video__col {
    padding: 0 5px;
}

/*end merge*/

/*================================*/

/* partner */
.block__partner {
}

.partner__container {
}

.partner__title {
}

.partner__title h3 {
}

.partner__title p {
}

/*end partner*/

/*================================*/

/*productMain*/
.block__productMain {
}

.productMain__container {
}

.productMain__box {
}

/*end productMain*/

.work_process__title{
    color: white;
    padding : 10px 0;
    font-size: 48px;
    text-align: center
}

.work_process__photo{
    margin: auto;
    text-align: center;
}
.block__work_process{
   background: #111;
    padding: 20px 0;
}


/*================================*/
@media (max-width:767px) {
    .about__box {
        flex-direction: column-reverse;
    }

    .about__photo, .about__content {
        width: 100%;
    }

    .about-hero-title {
        font-size: 30px;
    }

    .service-hero .service__item.shrink .view-desc, .service-hero .service__item.shrink .view-title {
        display: block;
        pointer-events: auto;
        transform: initial;
        position: static;
        visibility: visible;
        opacity: 1;
    }

    .service-hero .service__item .view-info {
        width: 90%;
    }

    .block__menu, .service-hero .service__item .view-more {
        display: none;
    }

    .contact__title h3 {
        font-size: 30px;
        line-height: initial;
    }

    .contact__title p {
        font-size: 20px;
        line-height: initial;
    }

    .mosaic-overlay {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
    }

}

@media (max-width:450px) {
    .service__title h3 {
        font-size: 25px;
    }

    .about-cta-number {
        font-size: 80px;
    }

    .about-cta-bubble {
        width: 90px;
        height: 90px;
    }

    .about-cta-desc {
        font-size: 25px;
    }

    .service-hero .service__item .view-title {
        font-size: 20px;
    }
.work_process__title{
    font-size: 28px;
}
}
