@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'RedRose';
    src: url('../fonts/RedRose-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'RedRose';
    src: url('../fonts/RedRose-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'RedRose';
    src: url('../fonts/RedRose-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'BeVietnam';
    src: url('../fonts/BeVietnam-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'BeVietnam';
    src: url('../fonts/BeVietnam-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'UTM HelvetIns';
    src: url('../fonts/UTM HelvetIns.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

:root{
    --color: #ed1c24;
    --color-lighter: #f4a19a;
    --color-background: #fff;
    --size: 60px;
    --thickness: 0.8;
    --scroll-progress: 0%;
}

body{
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    background-image:url('../images/bg_full.png');
    background-size:cover;
    background-attachment:fixed;
}

.main-menu-wrapper__call{
    margin-right: 60px;
}

.main-menu-wrapper__logo {
    position: relative;
    padding-top: 17px;
    padding-bottom: 15px;
    z-index: 11;
}

.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {
    padding-top: 22px;
    padding-bottom: 28px;
    position: relative;
}

.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a{
    font-family: 'UTM HelvetIns', sans-serif;
    font-weight: 500;
	font-size: 16px;
}

.main-menu-wrapper__right {
    position: relative;
    display: flex;
    padding: 25px 0;
    align-items: center;
    margin-left: auto;
    z-index: 11;
}

.main-slider .swiper-slide{
    background: transparent;
}

.main-slider .main-slider__title-box-2{
    position: absolute;
    top: 0;
    left: -20px;
    right: 0;
    bottom: 0;
}

.main-slider .main-slider__title-box-2 h2 {
    color: rgba(255, 255, 255, 0.15);
}

.welcome-one{
    padding: 80px 0;
}

.welcome-one__right{
    background-image: url(../images/bg_home-about-us.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-one__right .content{
    display: block;
    max-width: 350px;
}

.welcome-one__right .content .section-title__title {
    font-size: 32px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}
.welcome-one__right .content .welcome-one__right-text {
    color: #fff;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}

.welcome-one__right .section-title{
    margin-bottom: 10px;
    margin-top: 0;
}


.welcome-one__right-text{
    color: #fff;
}

.services-one{
    background: transparent;
}

.services-one__single {
    position: relative;
    margin-bottom: 0;
    background-color: transparent;
    padding: 30px 20px 20px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    height: 270px;
    background-image: url(../images/bg_item-service.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.section-title__title{
    color: #fff;
}

.services-one__title a {
    background: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.services-one__count:before{
    content: "0" counter(count) ".";
    font-family: 'RedRose', serif;
    font-weight: 500;
}


.services-one__icon{
    color:#fff;
    position: initial;
    margin-top: 10px;
}

.services-one__icon img{
    height: 80px;
}

.services-one__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}

.services-one__single:before{
    content: "";
    background: none;
}

.services-one__count{
    position: inherit;
    height: auto;
    width: auto;
    top: auto;
    left: auto;
    font-family: 'RedRose', sans-serif;
}

.services-one__count:before{
    color: #fff;
    position: inherit;
}

.services-one__view-all{
    height: 100%;
    background-color: transparent;
    background-image: url(../images/bg_item-service.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-one__inner{
    border-radius: 50px;
    background: #fff;
    max-width: 1200px;
    padding: 80px 0;
}

.counter-one__list{
    align-items: start;
}

.counter-one__icon {
    height: 155px;
    width: 155px;
}

.counter-one__text{
    text-align: center;
    font-family: 'RedRose', sans-serif;
    font-weight: 300;
    line-height: 26px;
    color:#000;
}

.counter-one__text span{
    color:#ed1c24;
}

.counter-one__icon img{
    max-width: 100%;
}

.counter-one__single:nth-child(1):after {
    position: absolute;
    top: 0;
    bottom: 10px;
    right: 0;
    content: "";
    width: 1px;
    background-color: #000;
}

.counter-one__single:nth-child(2):before {
    display: none;
}

.counter-one__single:nth-child(3):after {
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    content: "";
    width: 1px;
    background-color: #000;
}

.design-studio .design-studio__title{
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 500;
}

.counter-one__icon{
    background: transparent;
    box-shadow: none;
}

.we-care__inner{
    border-bottom: 1px solid #333;
}

.design-studio__title{
    font-family: 'RedRose', sans-serif;
    font-weight: 500;
}

.section-title__tagline{
    font-family: 'Roboto', sans-serif;
    color: #ed1c2b !important;
}

.project-one{
    padding-bottom: 0;
}

.project-one .section-title__tagline{
    font-size: 30px;
    letter-spacing: 0.25em;
    margin-bottom: 40px;
}

.services-one__top-left .section-title__tagline{
    font-size: 28px;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
}

.welcome-one .section-title__tagline{
    font-size: 20px;
    letter-spacing: 0.25em;
}

.project-one__img{
    height: auto;
    background: transparent;
}

.project-one__img img {
    width: 100%;
    mix-blend-mode: unset;
}

.about-page__right-text-1 {
    margin: 0;
    line-height: 32px;
    text-align: justify;
    color: #fff;
}

.about-page__right{
    margin-left: 40px;
}

.about-page__img-1 img {
    max-width: 100%;
    background: transparent;
    mix-blend-mode: normal;
}

.about-page__img-1 {
    background-color: transparent;
}

.about-page__left:before{
    display: none;
}

.testimonial-one{
    background: #fff;
    position: relative;
}

.testimonial-one:before {
    content: "";
    position: absolute;
    background-image: url(../images/bg_home-about-us.png);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.1;
}

.testimonial-one .section-title__tagline{
    font-size: 24px;
    letter-spacing: 0.25em;
    margin-bottom: 40px;
}

.testimonial-one .section-title__title {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 75px;
    color: #333;
    margin-bottom: 46px;
}

.team-one .section-title__tagline{
    font-size: 24px;
    letter-spacing: 0.25em;
    margin-bottom: 40px;
}

.team-one .section-title__title {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 75px;
    margin-bottom: 100px;
}

.team-one__img{
    background: transparent;
    mix-blend-mode: normal;
    border-radius: 0;
    padding: 0 30px;
}

.team-one__single{
    margin-bottom: 45px;
}

.team-one__img:before{
    display: none;
}

.testimonial-one__content {
    position: relative;
    display: block;
    border-radius: 20px;
    color: #fff;
    background-color: #9c0d00;
    border:0;
    padding: 48px 59px 76px;
    transition: all 500ms
    ease;
}

.services-three:before{
    background: #dfdfdf;
}

.services-three .section-title__title {
    color: #231f20;
}

.services-three {
    position: relative;
    display: block;
    padding-top: 70px;
    z-index: 1;
}

.services-three__single {
    padding: 35px 20px;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    background-image: url(../images/bg_item-service-detail.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    border: 0 !important;
}

.services-three__title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
    margin-top: 50px;
    color: #fff;
    font-family: 'RedRose', sans-serif;
    font-weight: 500;
}

.services-three__single:hover {
    box-shadow: none;
    border:0;
    color: #fff;
    transition: none;
}

.services-three__single:hover .services-three__btn{
    color: #fff;
}

.services-three__single:hover .services-three__title a{
    color: #fff;
}

.services-three_icon{
    width: 150px;
    height: 150px;
    background: transparent;
}

.services-three_icon img{
    max-width: 100%;
}

.services-three_icon:before{
    display: none;
}

.services-three__title a {
    background: none;
    color: #fff;
}

.services-three__btn{
    color: #fff;
}

.why-choose-one .content{
    position: relative;
}

.why-choose-one .content:before{
    content: "";
    position: absolute;
    background-image: url(../images/bg_home-why-choose-us.png);
    height: 100%;
    width: 100%;
    left: -10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.why-choose-one__right-text {
    margin: 0;
    color: #fff;
}

.why-choose-one__right .section-title{
    margin-top: 0;
}

.why-choose-one__right .section-title__tagline{
    font-size: 24px;
    letter-spacing: 0.25em;
    margin-bottom: 10px;
}

.why-choose-one .section-title__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.why-choose-one p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    padding: 0 0 0 33px;
}

.why-choose-one__left {
    position: relative;
    display: block;
    height: 100%;
    margin-left: 0;
}

.why-choose-one__left:before{
    display: none;
}

.why-choose-one__img {
    position: relative;
    display: block;
    background-color: transparent;
    max-width: 100%;
    height: 100%;
}

.why-choose-one__img img {
    width: 100%;
    height: 100%;
    mix-blend-mode: normal;
    object-fit: cover;
    object-position: left;
    border-radius: 50px;
    border-right: 5px solid #ed1c2b;
    border-bottom: 5px solid #ed1c2b;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.stricky-header.main-menu{
    background: #0c0c0c;
}

.thm-btn {
    position: relative;
    border-radius: 40px;
    height: 55px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 75px;
    padding-right: 24px;
}

.thm-btn:after{
    border-radius: 40px;
}

a.thm-btn{
    padding-top: 7px;
}

/*.thm-btn:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    background-image: url(../images/btn-icon.png);*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    left: 0;*/
/*    top: -2px;*/
/*    width: 55px;*/
/*    height: 55px;*/
/*}*/

.search-popup__content .thm-btn:before{
    display: none;
}

.symbol1{
    content: "";
    position: absolute;
    z-index: 99;
    background-image: url(../images/symbol-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    top: 65%;
    left: 70px;
}

.symbol23{
    content: "";
    position: absolute;
    z-index: 99;
    background: url(../images/symbol-2.png), url(../images/symbol-3.png);
    background-size: 100%, 50%;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    width: 130px;
    height: 130px;
    top: 30%;
    right: 0;
}

.symbol1-big{
    content: "";
    position: absolute;
    z-index: 99;
    background-image: url(../images/symbol-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    top:10%;
    right: -50px;
}

.symbol23-big{
    content: "";
    position: absolute;
    z-index: 99;
    background: url(../images/symbol-2.png), url(../images/symbol-3.png);
    background-size: 100%, 50%;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    width: 150px;
    height: 150px;
    top: -60px;
    left: -30px;
    transform: rotate(90deg);
}

.about-page__img-1 img {
    max-width: 100%;
    border-right: 5px solid #ed1c2b;
    border-bottom: 5px solid #ed1c2b;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.about-page:before{
    content: "";
    position: absolute;
    background-image: url(../images/base.png);
    top: 15px;
    left: -11%;
    width: 100%;
    height: 630px;
    background-size: contain;
    background-repeat: no-repeat;
}

.why-choose-one:before {
    content: "";
    position: absolute;
    background-image: url(../images/base.png);
    top: -40px;
    right: -68%;
    width: 100%;
    height: 1030px;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-header__inner h2{
    font-size: 64px;
    font-weight: 500;
}

.site-footer{
    background: #0c0c0c;
}

.site-footer__top-right-social a{
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.site-footer__middle{
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-widget__contact-text{
    color: #e92227;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
}

.footer-widget__contact-text:before {
    content: "";
    position: absolute;
    z-index: 99;
    background-image: url(../images/btn-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    transform-origin: 50% 50%;
    will-change: transform;
    animation: footer-contact-spin 2s linear infinite;
}

@keyframes footer-contact-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .footer-widget__contact-text:before {
        animation: none;
    }
}

.footer-widget__title{
    color: #e92227;
    font-family: 'RedRose', sans-serif;
    font-weight: bold;
    font-size: 26px;
}

.footer_h3_description{
    color: #fff;
    font-size: 16px;
    font-family: 'BeVietnam', sans-serif;
    margin: 10px 0 20px;
    font-weight: bold;
}

.footer-widget__links-list li a{
    font-family: 'BeVietnam', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 2.2;
}

.site-footer__bottom{
    background: #000;
}

.site-footer__bottom-text{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.main-menu-wrapper__call-number{
    font-family: 'UTM HelvetIns', sans-serif;
    font-weight: 500;
    color: #fff;
}

.main-menu-wrapper__call-number p{
    color: #fff;
}

.main-menu-wrapper__call-number h5 a{
    font-family: 'UTM HelvetIns', sans-serif;
    font-weight: 500;
}

.button-logo{
    position: absolute;
    z-index: 99999;
    height: 65px;
    bottom: 0;
    left: 0;
}

.progress {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: conic-gradient(
            var(--color) 0%,
            var(--color) var(--scroll-progress),
            var(--color-lighter) var(--scroll-progress),
            var(--color-lighter) 100%
    );
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.progress.hide{
    display: none;
    transition: display 0.5s ease-in-out;
}
.progress-inner {
    width: calc(var(--size) * var(--thickness));
    height: calc(var(--size) * var(--thickness));
    background-color: var(--color-background);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.arrow {
    position: relative;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.8rem solid var(--color);
    margin-top: 10px;
}

.percentage {
    position: relative;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: -5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .main-menu-wrapper__call {
        display: flex;
        margin-right: 17px;
    }

    .main-menu-wrapper__search-box:before{
        display: none;
    }
}

@media (max-width: 991px) {
    .main-menu .mobile-nav__toggler{
        color: #fff;
        padding: 25px 0;
    }

    .symbol1 {
        width: 50px;
        height: 50px;
        top: 70%;
        left: 0;
    }

    .symbol23 {
        width: 100px;
        height: 100px;
        top: 20%;
        right: 0;
    }

    .welcome-one__right {
        background-size: cover;
        margin-top: 0;
    }

    .project-one .section-title__tagline{
        line-height: 1.5;
    }

    .symbol1-big{
        width: 150px;
        height: 150px;
        top: 2%;
        right: -65px;
    }

    .symbol23-big{
        width: 150px;
        height: 150px;
        top: -155px;
        left: -60px;
    }

    .why-choose-one:before{
        display: none;
    }

    .why-choose-one__right{
        padding: 0;
        margin-bottom: 20px;
    }

    .why-choose-one .content:before{
        display: none;
    }

    .why-choose-one__right .section-title__tagline{
        font-size: 20px;
        letter-spacing: 0.25em;
        margin-bottom: 10px;
    }

    .why-choose-one .section-title__title{
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .we-care{
        margin-bottom: 100px;
    }

    .section-title__title{
        font-size: 24px;
        line-height: 32px;
    }
    .services-one__title{
        font-size: 13px;
        line-height: 22px;
    }
    .services-one__view-all{
        padding: 70px 25px;
    }
    .services-one__view-all-title {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 22px;
    }

    .team-one .section-title__title {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .testimonial-one .section-title__tagline {
        font-size: 18px;
        letter-spacing: 0.25em;
        margin-bottom: 14px;
    }

    .testimonial-one .section-title__title {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 32px;
        color: #333;
        margin-bottom: 30px;
    }

    .testimonial-one__content {
        padding: 25px 20px 60px !important;
    }
}

@media (max-width: 767px) {
    .design-studio .design-studio__title{
        font-size: 32px;
    }
}