.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

html {
    scroll-behavior: smooth
}

.footer-logo {
    width: 185px;
    float: right
}

.footer-back {
    background-image: url(../images/tokyo-images/footer-bg.png);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 110%;
    background-size: contain;
    background-color: #4d4d4d;
    margin-top: 20px
}

.footer-pad {
    padding: 40px 0 90px
}

.footer-mar {
    margin: 0 -10px
}

.footer-section {
    margin-bottom: 15px
}

.footer-section a {
    display: block
}

.footer-topic {
    color: #b5b5b5;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px
}

.footer-section a {
    font-size: 11px;
    color: #b5b5b5;
    margin-bottom: 5px;
    font-weight: 400;
    width: max-content
}

.footer-section p {
    font-size: 11px;
    color: #b5b5b5;
    margin-bottom: 5px;
    font-weight: 400
}

.footer-section a:hover {
    text-decoration: none;
    color: #b5b5b5
}

.footer-bottom {
    padding: 7px 0;
    background-color: #fff
}

.footer-icons i {
    color: #fff;
    font-size: 12px;
    margin: 0 auto
}

.footer-icons .icon-div {
    width: 23px;
    height: 23px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.footer-icons a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    margin-right: 12px;
    display: inline-block
}

.copyright {
    margin: 0;
    font-size: 13px;
    text-align: center;
    color: #b5b5b5;
    padding: 0 15px
}

.footer-links {
    display: inline-flex;
    float: right
}

.footer-links a {
    color: #b5b5b5;
    font-size: 13px;
    margin-right: 15px
}

.footer-company {
    position: relative;
    left: -30px
}

.footer-investor {
    position: relative;
    right: -10px
}

@media(max-width:1200px) {
    .footer-company {
        left: 0
    }

    .footer-investor {
        right: 0
    }

    .footer-back {
        background-position: 0 100%
    }
}

@media (max-width:768px) {
    .footer-back {
        margin-top: 30px
    }

    .footer-pad {
        padding: 30px 0 10px 0
    }

    .footer-topic {
        margin-bottom: 10px
    }

    .footer-section a,
    p {
        margin-bottom: 6px
    }
}

@media (max-width:767px) {
    .footer-pad {
        padding: 16px 25px 10px !important
    }

    .footer-bottom {
        padding: 15px 25px !important
    }

    .footer-icons {
        margin-bottom: 12px;
        text-align: center
    }

    .copyright {
        margin-bottom: 7px
    }

    .footer-logo {
        float: unset
    }
}

.page-wrap {
    padding: 0 0 70px
}

.page-topic {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 30px
}

.sub-page-topic {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.page-para {
    margin: 0;
    color: #5e5e5e;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    text-align: justify
}

.power-mar {
    margin: 0 -20px !important
}

.power-pad {
    padding: 0 20px !important
}

.power-img {
    position: relative;
    padding: 0 0 40px 40px
}

.power-img img {
    width: 100%;
    z-index: 30;
    position: relative
}

.power-img-box {
    width: 61%;
    height: 75%;
    background-color: #eb1c24;
    position: absolute;
    bottom: 0;
    left: 0
}

.water-power-img-box {
    background-color: #1668b3 !important
}

.tab-btn {
    background: #000;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: .5s;
    cursor: pointer
}

.tab-btn:hover {
    background: #eb1c24
}

.tab-btn a {
    color: #fff
}

.tab-btn a:hover {
    color: #fff;
    text-decoration: none
}

.tab-active {
    background: #eb1c24
}

.benefits-img img {
    top: 0
}

.adhesive-img-box {
    width: 61%;
    height: 83%;
    position: absolute;
    bottom: 0;
    left: 0
}

.shadow-box {
    position: absolute;
    width: 81%;
    height: 84%;
    background-color: #fff;
    z-index: 20;
    bottom: 40px;
    box-shadow: 0 2px 5px 4px #00000012
}

.page-sub-topic {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 16px
}

.benefits-icons {
    display: inline
}

.concrete-icons {
    position: relative;
    top: 20px
}

.concrete-icons img {
    position: relative;
    opacity: 0;
    bottom: 150px;
    width: 95px;
    margin: 0 7px 0 !important;
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

.benefits-icons img {
    position: relative;
    opacity: 0;
    bottom: 150px;
    width: 95px;
    margin: 25px 7px 0;
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

.benefits-icons img.animate {
    opacity: 1;
    bottom: 0;
    -webkit-animation: tiny-bounce 1s .2s ease-in-out infinite;
    animation: tiny-bounce 1s .2s ease-in-out infinite
}

.icon-topic {
    margin: 25px 0 0;
    width: max-content
}

.icon-topic h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.icon-topic i {
    font-size: 22px;
    margin-left: 20px;
    color: #8182858f
}

.video-back .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005c
}

.pause-icon {
    height: 100%;
    width: 100%
}

.play-btn {
    text-align: right
}

.play-btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    background-color: #232b2d;
    border-radius: 50%;
    text-align: center;
    padding: 14px 16px;
    font-size: 19px;
    color: #fff
}

#buttonValue {
    border: 1px solid #232b2d;
    font-size: 15px;
    padding: 5px 40px;
    font-weight: 400;
    background: #232b2d;
    color: #fff;
    letter-spacing: .6px;
    outline: 0
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    margin-top: 10%;
    color: #000;
    font-size: 15px;
    font-weight: 600
}

div.wpcf7-response-output {
    margin-top: 10%;
    color: #000;
    font-size: 15px;
    font-weight: 600
}

div.wpcf7-mail-sent-ok {
    margin-top: 10%;
    color: #000;
    font-size: 15px;
    font-weight: 600
}

span.wpcf7-not-valid-tip {
    color: red;
    font-weight: 600;
    font-size: 13px
}

.contact-input {
    height: 55px;
    font-size: 13px;
    background-color: #f7f9f8;
    border: 2px solid #e5e6e8;
    color: #959696;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 25px
}

.send-btn {
    border: none;
    border-radius: 0;
    background: #eb1c24;
    padding: 16px 10px;
    float: right;
    margin-top: 15px;
    font-weight: 600;
    width: 43%;
    text-transform: uppercase;
    font-size: 13px
}

.compare-image {
    width: 100%;
    height: 100%
}

.vision-img {
    position: relative;
    height: 80%;
    padding-top: 80%
}

.vision-img img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover
}

@media (max-width:1024px) {
    .power-mar {
        margin: 0 -10px !important
    }

    .power-pad {
        padding: 0 10px !important
    }

    .page-para {
        font-size: 14px;
        font-weight: 500
    }

    .page-topic {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 20px
    }

    .sub-page-topic {
        font-size: 20px
    }

    .page-sub-topic {
        font-size: 20px;
        letter-spacing: 0;
        margin-bottom: 15px
    }

    .benefits-icons img {
        width: 80px;
        height: auto
    }

    .power-img {
        position: relative;
        padding: 0 0 20px 20px
    }

    .shadow-box {
        bottom: 20px
    }

    div.wpcf7-mail-sent-ok {
        margin-top: 17%
    }

    div.wpcf7-acceptance-missing,
    div.wpcf7-validation-errors {
        margin-top: 17%
    }

    div.wpcf7-response-output {
        margin-top: 17%
    }
}

@media (max-width:768px) {
    .page-topic {
        font-size: 22px;
        margin-bottom: 15px
    }

    .sub-page-topic {
        font-size: 18px
    }

    .page-sub-topic {
        font-size: 18px;
        margin-bottom: 15px
    }

    .send-btn {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 600;
        width: 75%
    }

    .icon-topic h1 {
        font-size: 16px
    }

    .icon-topic i {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .page-wrap {
        padding: 0 25px 50px !important
    }
}

@media (max-width:575px) {
    .power-img {
        padding: 20px 35px 35px 35px
    }

    .power-img-box {
        width: 75%;
        height: 75%
    }

    .adhesive-img-box {
        width: 65%;
        height: 67%
    }

    .contact-form-back {
        padding: 20px 0 0
    }

    .benefits-para {
        padding: 30px 0 0
    }

    .shadow-box {
        width: 73%;
        height: 61%;
        bottom: 35px
    }
}

.tokyo-img-box {
    background-color: #eb1c24 !important
}

.nippon-img-box {
    background-color: #2d3691 !important
}

.standard-img-box {
    background-color: #006095 !important
}

.high-img-box {
    background-color: #f26522 !important
}

.screed-image-box {
    background-color: #7b5fa9 !important
}

.premium-img-box {
    background-color: #7f1416 !important
}

.regular-img-box {
    background-color: #38b54a !important
}

.bond-img-box {
    background-color: #a12380 !important
}

.water-img-box {
    background-color: #1668b3 !important
}

.weather-img-box {
    background-color: #028454 !important
}

.white-img-box {
    background-color: #38b54a !important
}

.compound-img-box {
    background-color: #8c8f97 !important
}

.premix-img-box {
    background-color: #16b9ed !important
}

.image-table img {
    width: 100%;
    margin-top: 25px
}

.image-table {
    margin-top: 45px
}

.cement-bag {
    margin: 0 0 40px 0
}

.technical-img {
    width: 80% !important;
    margin: 0 auto;
    display: block
}

@media(max-width:768px) {
    .cement-bag {
        margin: 0 0 20px 0
    }

    .technical-img {
        width: 100% !important
    }
}

@media(max-width:576px) {
    .image-table {
        margin-top: 35px
    }
}

.pro-img-mar {
    margin: 0 -2px
}

.pro-img-section {
    position: relative;
    bottom: 200px;
    opacity: 0;
    display: inline-flex;
    width: 20%;
    padding: 10px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.cement-based-link {
    width: 16.66% !important
}

.pro-img-section.animate {
    bottom: 0;
    opacity: 1
}

@media screen and (min-width:1024px) {
    .animate-in-left {
        position: relative;
        right: 200px;
        opacity: 0;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out
    }

    .animate-in-left.animate {
        right: 0;
        opacity: 1
    }

    .animate-in-right {
        position: relative;
        left: 200px;
        opacity: 0;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out
    }

    .animate-in-right.animate {
        left: 0;
        opacity: 1
    }

    .fade-in {
        opacity: 0;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out
    }

    .fade-in.animate {
        opacity: 1
    }
}

.pro-img img {
    width: 100%;
    height: 100%
}

.pro-img-content {
    position: relative;
    cursor: pointer;
    outline: 0
}

.pro-img-text {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #00000080;
    transition: .5s
}

.pro-img-content:hover .pro-img-text {
    background-color: #00000080;
    height: 50%
}

.pro-img-text p {
    width: 100%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    letter-spacing: 1px
}

.catalog-img img {
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
    border: 3px solid #fff;
    border-radius: 4px
}

.download-bg {
    background-image: url(../images/download-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 0 90px
}

.download-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000bd;
    z-index: 10;
    width: 100%;
    height: 100%
}

.download-back {
    position: relative;
    z-index: 20;
    padding: 30px 0
}

.download-back h1 {
    color: #fff;
    margin-bottom: 0
}

.download-back p {
    color: #f4f4f2
}

.download-btn {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.download-btn button {
    border: none;
    border-radius: 0;
    background: #eb1c24;
    padding: 15px 15px;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    transition: .3s;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .pro-img-mar {
        margin: 0 -5px
    }

    .pro-img-section {
        padding: 5px
    }

    .pro-img-text p {
        font-size: 13px;
        padding: 0 10px
    }

    .download-btn button {
        margin-top: 35px
    }
}

@media (max-width:768px) {
    .animate-in-left {
        right: 0 !important;
        opacity: 1 !important
    }

    .animate-in-right {
        right: 0 !important;
        opacity: 1 !important
    }

    .fade-in {
        opacity: 1 !important
    }

    .catalog-img img {
        width: 120px
    }
}

@media (max-width:767px) {
    .download-bg {
        margin: 0 0 50px !important
    }

    .download-back {
        padding: 30px 25px !important
    }
}

@media (max-width:576px) {
    .pro-img-section {
        width: 50%
    }

    .pro-img-text p {
        font-size: 12px
    }

    .catalog-img img {
        width: 100px
    }

    .download-back h1 {
        margin-bottom: 15px
    }
}

.home-img-section {
    transform: skewY(6deg)
}

.news-topic {
    font-size: 25px;
    font-weight: 900;
    color: #4c4c4c;
    text-transform: uppercase;
    position: relative
}

.news-border {
    border-top: 1px solid #4c4c4c;
    position: absolute;
    bottom: 13px;
    right: 0;
    width: calc(100% - 85px)
}

* {
    box-sizing: border-box
}

.slider-img {
    width: 100%;
    height: 30vh;
    border-radius: 10px !important;
    overflow: hidden
}

.slider {
    width: 100%;
    margin: 0 auto
}

.slick-slide {
    margin: 0
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 40px
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1
}

.slick-active {
    opacity: 1
}

.slider-back {
    margin: 0 -10px !important
}

.slider-text {
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.slider-text .heading-text {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #e6e6e6;
    text-align: left;
    line-height: normal;
}

.slider-text p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    color: #5e5e5e;
    text-align: justify;
    letter-spacing: 0
}

.slider-content {
    padding: 20px 10px 0
}

.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7206232834930848) 0, rgba(0, 0, 0, 0) 100%)
}

.news-btn {
    text-align: center;
    margin-top: 10px;
    width: 100%
}

.news-btn a {
    font-size: 22px;
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .5s;
    outline: 0;
    background: #c2272d;
    border-radius: 10px;
    border: 1px solid #c2272d;
    position: relative;
    top: 30px
}

.news-btn a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #c2272d
}

@media (max-width:1024px) {
    .slider-text p {
        font-size: 12px
    }

    .slider-text .heading-text {
        font-size: 15px;
        margin: 20px 0 7px 0
    }
}

@media (max-width:768px) {
    .slider-content {
        padding: 30px 20px 0
    }

    .slider-text {
        padding: 0 15px 15px
    }
}

.page-top {
    position: relative;
    top: -55px
}

.bg-banner-back {
    height: 100vh;
    position: relative
}

.bg-banner-back:before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 50vh;
    background-color: #fff;
    bottom: -35vh;
    transform: skewY(7.3deg)
}

.bg-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bg-banner {
    position: relative
}

.bg-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000000f
}

.nippo-pro-bg-round {
    width: 1000px;
    height: 1000px;
    position: absolute;
    bottom: -29%;
    right: -3%;
    border-radius: 50%;
    overflow-x: hidden;
    background: #ffffff82
}

.superlight-round {
    background: #ffffffe0 !important
}

.nippo-pro-bg-round img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
    display: none
}

.bg-text-head {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.leading-text {
    position: relative;
    top: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 80px;
    letter-spacing: 15px;
    line-height: 5;
    margin-right: -17px;
    text-align: right;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    opacity: 0
}

.leading-text.animate {
    top: 0;
    line-height: 1.2;
    opacity: 1
}

.in-text {
    position: relative;
    opacity: 0;
    color: #fff;
    font-size: 22px;
    text-align: right;
    letter-spacing: 5px;
    transition: all 1s ease
}

.in-text.animate {
    opacity: 1
}

.discover-btn {
    opacity: 0;
    float: right;
    background: 0 0;
    border: 1px solid;
    border-radius: 0;
    padding: 13px 55px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 1s ease
}

.discover-btn.animate {
    opacity: 1
}

.discover-btn:hover {
    color: #fff;
    background-color: #ffffff45;
    border-color: #fff
}

.discover-btn:not(:disabled):not(.disabled).active,
.discover-btn:not(:disabled):not(.disabled):active,
.show>.discover-btn.dropdown-toggle {
    color: #fff;
    background-color: #ffffff1c;
    border-color: #fff
}

.discover-btn.focus,
.discover-btn:focus {
    box-shadow: none
}

.discover-btn:not(:disabled):not(.disabled).active:focus,
.discover-btn:not(:disabled):not(.disabled):active:focus,
.show>.discover-btn.dropdown-toggle:focus {
    box-shadow: none
}

@media(max-width:1600px) {
    .nippo-pro-bg-round {
        width: 900px;
        height: 900px;
        bottom: -33%;
        right: -7%
    }
}

@media (max-width:1024px) {
    .leading-text {
        font-size: 60px
    }

    .discover-btn {
        padding: 8px 55px
    }

    .nippo-pro-bg-round {
        bottom: -17%;
        right: -12%;
        width: 600px;
        height: 600px
    }
}

@media (max-width:768px) {
    .bg-banner-back {
        height: 85vh
    }

    .leading-text {
        font-size: 50px;
        letter-spacing: 10px;
        margin-right: -9px
    }

    .discover-btn {
        padding: 6px 30px;
        font-size: 13px
    }

    .in-text {
        font-size: 18px;
        letter-spacing: 3px
    }

    .nippo-pro-bg-round {
        bottom: -26%;
        right: -13%;
        width: 550px;
        height: 550px
    }

    .bg-text-head {
        top: 10px
    }
}

@media (max-width:767px) {
    .bg-text-pad {
        padding: 0 25px !important
    }
}

@media (max-width:576px) {
    .leading-text {
        font-size: 30px;
        letter-spacing: 8px;
        margin-right: 0;
        text-align: left
    }

    .in-text {
        font-size: 15px;
        text-align: left
    }

    .discover-btn {
        padding: 5px 25px;
        float: left
    }
}

@media (max-width:575px) {
    .nippo-pro-bg-round {
        top: -26%;
        left: -22%;
        width: 400px;
        height: 400px
    }
}

.cement-mar {
    margin: 0 -35px !important
}

.cement-pad {
    padding: 0 35px !important
}

.bg-cement {
    position: relative;
    bottom: -25%;
    transition: all 2s ease;
    opacity: 0
}

.products-hero {
    bottom: -20%
}

.bg-cement.animate {
    opacity: 1
}

.animate-truck {
    position: relative;
    left: -75%;
    transition: all 2s ease;
    opacity: 0;
    bottom: -50%
}

.animate-truck.animate {
    opacity: 1;
    left: 0
}

.bg-cement img {
    width: 100%
}

.animate-truck img {
    width: 100%
}

.page-banner-back {
    height: 80vh;
    position: relative;
    overflow: hidden
}

.page-banner-back:before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 50vh;
    background-color: #fff;
    bottom: -35vh;
    transform: skewY(4deg)
}

.cement-text {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 60px;
    position: relative;
    top: 100px;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    opacity: 0;
    line-height: 5
}

.cement-logo {
    width: 250px
}

.nippon-pro-logo {
    width: 230px
}

.banner-logo {
    width: 100%;
    float: right
}

.cement-text.animate {
    top: 0;
    line-height: 1.2;
    opacity: 1
}

.cement-para {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.1px;
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    opacity: 0;
    transition: all 1s ease
}

.cement-para.animate {
    opacity: 1
}

@media (max-width:1024px) {
    .bg-cement {
        position: relative;
        bottom: -30%
    }

    .animate-truck {
        position: relative;
        bottom: -30%
    }

    .page-banner-back {
        height: 70vh
    }

    .page-banner-back:before {
        height: 45vh
    }
}

@media (max-width:768px) {
    .page-banner-back {
        height: 60vh
    }

    .cement-mar {
        margin: 0 -10px !important
    }

    .cement-pad {
        padding: 0 10px !important
    }

    .cement-text {
        font-size: 30px
    }

    .cement-para {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .bg-cement {
        bottom: -40%
    }

    .animate-truck {
        bottom: -40%
    }

    .cement-logo {
        width: 150px
    }

    .nippon-pro-logo {
        width: 150px
    }
}

@media (max-width:576px) {
    .cement-text {
        font-size: 21px
    }

    .bg-cement {
        bottom: -25px
    }

    .animate-truck {
        bottom: 10px
    }

    .bg-cement img {
        width: 230px
    }

    .animate-truck img {
        width: 300px;
        top: 15px;
        position: relative
    }

    .page-banner-back:before {
        height: 40vh
    }

    .banner-logo {
        width: 80%;
        float: left
    }
}

@media(max-width:375px) {
    .bg-cement {
        bottom: -20px
    }

    .page-banner-back {
        height: 45vh
    }
}

@media(max-width:360px) {
    .bg-cement {
        bottom: -10px
    }

    .page-banner-back {
        height: 55vh
    }
}

.navi-class>li>a {
    position: relative;
    opacity: 0;
    bottom: 50px;
    transition: all .6s ease
}

.navi-class>li>a.animate {
    opacity: 1;
    bottom: 0
}

.content-img img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    margin: 20px 0
}

.director-name {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0
}

.director-post {
    color: #939393;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    width: 100%;
    display: block
}

.timeline-para {
    margin: 0;
    color: #a7a7a7;
    font-weight: 500;
    line-height: 1.7;
    font-size: 14px
}

.timeline-year {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}

.timeline-img-mar {
    margin: 0 -20px !important
}

.timeline-img-pad {
    padding: 20px !important
}

.timeline-img img {
    width: 100%
}

.timeline-img p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #000
}

@media (max-width:768px) {
    ul {
        padding-inline-start: 25px
    }
}

.content-table {
    font-size: 14px;
    margin-top: 40px
}

.content-table thead {
    color: #a7a7a7;
    font-weight: 600;
    text-align: center
}

.content-table tbody {
    color: #000
}

.content-table th {
    border: 1px solid #dee2e6;
    border-bottom: none !important
}

.content-table td {
    vertical-align: middle;
    border: 1px solid #dee2e6
}

.content-table th {
    border-top: 1px solid #dee2e6 !important
}

.preloader img {
    animation: pulse 1s ease-in-out infinite, rotate2 1s ease-in-out infinite
}

.preloader-wrap {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 10px #b90000;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-top-color: transparent;
    animation: rotate 1s ease-in-out infinite
}

.preloader {
    pointer-events: initial
}

.preloader.hide {
    pointer-events: none !important;
    animation: dis-none 1s forwards
}

@keyframes dis-none {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 0;
        display: none
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes pulse {
    0% {
        width: 150px
    }

    50% {
        width: 200px
    }

    100% {
        width: 150px
    }
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 85px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 50
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

@media (max-width:1024px) {
    #scroll {
        width: 40px;
        height: 40px
    }
}

.cool-timeline .timeline-post .timeline-content img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto
}

.cool_timeline h1.timeline-main-title {
    display: none
}

.cement-content .card-header {
    padding: 9px 15px
}

.cement-content button {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%
}

.btn-link:focus,
.cement-content .btn-link.focus {
    text-decoration: none
}

.cement-content .btn-link:hover {
    text-decoration: none
}

.cement-content-topic {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0
}

.solution-content-topic {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 15px 0 0 !important
}

.solution-content-para {
    color: #eee;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0 15px 0 0
}

.cement-content i {
    display: inline-block;
    float: right;
    text-align: right;
    position: absolute;
    right: 0;
    background-color: #000;
    padding: 2px 4px;
    color: #fff;
    font-size: 14px
}

.cement-content .card-header {
    background-color: #232b2d;
    border-bottom: none
}

.cement-content .card {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.cement-content .card-body {
    padding: 15px
}

.down-btn:before {
    content: "\f078" !important
}

.down-btn.collapsed:before {
    content: "\f077" !important
}

@media(max-width:1024px) {
    .cement-content-topic {
        font-size: 18px
    }

    .solution-content-topic {
        font-size: 15px
    }

    .solution-content-para {
        font-size: 14px
    }
}

@media(max-width:768px) {
    .cement-content-topic {
        font-size: 15px
    }

    .solution-content-topic {
        margin-bottom: 10px
    }

    .solution-content-para {
        font-size: 13px
    }
}

.tokyo-pc {
    display: block
}

.tokyo-mob {
    display: none
}

.concrete-table {
    margin: 25px 0
}

.concrete-table img {
    width: 100%
}

.supermix-image img {
    width: 20%;
    display: block;
    margin: 10px auto
}

@media(max-width:991px) {
    .tokyo-pc {
        display: none
    }

    .tokyo-mob {
        display: block
    }

    .tokyo-mob .page-sub-topic {
        margin-top: 45px
    }
}

@media(max-width:575px) {
    .tokyo-mob .page-sub-topic {
        margin-top: 35px
    }
}

.header-up {
    top: -100px
}

.brand-logo {
    width: 250px
}

.brand-logo-back {
    border: 2px solid #eb1c24;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 10px
}

.brand-logo-back:hover {
    border: 2px solid #090909;
    border-radius: 10px
}

.brand-logo-back {
    position: relative;
    opacity: 0;
    bottom: 150px;
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

.brand-logo-back.animate {
    opacity: 1;
    bottom: 0;
    -webkit-animation: tiny-bounce 1s .2s ease-in-out infinite;
    animation: tiny-bounce 1s .2s ease-in-out infinite
}

.logo-read {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px
}

.logo-read p {
    width: max-content;
    margin: 0 auto;
    background: #eb1c24;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .5s;
    border: 1px solid #eb1c24
}

.brand-logo-back:hover .logo-read p {
    background: #fff;
    color: #eb1c24
}

.tokyo-home-btn {
    width: max-content;
    display: block;
    margin: 0 auto;
    background: #eb1c24;
    border: 1px solid #eb1c24;
    padding: 5px 25px;
    border-radius: 0;
    margin-top: 40px;
    transition: .9s;
    cursor: pointer
}

.tokyo-home-btn a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase
}

.tokyo-home-btn:hover a {
    color: #eb1c24;
    text-decoration: none
}

.tokyo-home-btn:hover {
    background: #fff;
    border: 1px solid #eb1c24
}

@media(max-width:992px) {
    .brand-logo {
        width: 180px
    }
}

@media(max-width:576px) {
    .brand-logo {
        width: 150px
    }

    .brand-logo-back {
        margin-bottom: 30px
    }
}

.case-table {
    margin-top: 20px
}

.case-table thead {
    background-color: #29abe2;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600
}

.case-table .min-topic {
    color: #29abe2;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600
}

.case-table td {
    vertical-align: middle;
    border: 2px solid #b4b5b9
}

.case-table tbody td {
    color: #5e5e5e;
    font-weight: 600;
    line-height: 1.7;
    font-size: 15px
}

.case-table .table-bordered {
    border: 2px solid #b4b5b9
}

@media (max-width:1024px) {
    .case-table tbody td {
        font-size: 14px;
        font-weight: 500
    }
}

.plant-network-map {
    height: 100vh
}

@media (max-width:768px) {
    .plant-network-map {
        height: 80vh
    }
}

.cmoponents-img {
    margin: 20px 0
}

.cmoponents-img img {
    width: 30%;
    display: block;
    margin: 0 auto
}

.processes-img img {
    width: 220px;
    display: block;
    margin: 0 auto
}

.contact-image img {
    width: 25%
}

@media(max-width:768px) {
    .cmoponents-img img {
        width: 50%
    }

    .processes-img img {
        width: 180px
    }

    .contact-image img {
        width: 40%
    }
}

.page-path .breadcrumb {
    padding: 5px 10px;
    margin-bottom: 40px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.page-path .breadcrumb-item a {
    color: #000
}

.page-path .breadcrumb-item a:hover {
    color: #232b2d;
    text-decoration: none
}

.compare-image .table {
    margin-bottom: 0;
    color: #5e5e5e
}

.compare-image .table thead th {
    border-bottom: none;
    font-weight: 700
}

.compare-image .table td,
.table th {
    border-top: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.compare-image .table td {
    border-right: 2px solid #d8d8d9
}

.compare-image img {
    width: 150px;
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -50px
}

.compare-image .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e6e6e8
}

.compare-image .table-striped tbody tr:nth-of-type(even) {
    background-color: #f2f2f3
}

.compare-image .tile-dot {
    width: 15px;
    height: 15px
}

.compare-image .blue {
    background: #005f95
}

.compare-image .orange {
    background: #f16523
}

.compare-image .brown {
    background: #7e1416
}

@media(max-width:768px) {

    .compare-image .table td,
    .table th {
        font-size: 13px
    }

    .compare-image img {
        width: 140px
    }
}

.application-list ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding: 0;
    margin: 0
}

.application-list ol li {
    counter-increment: my-awesome-counter;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.application-list ol li::before {
    content: counter(my-awesome-counter);
    font-weight: 400;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: #fff;
    padding: 0 7px;
    position: absolute
}

.application-box {
    width: 170px;
    height: 170px;
    border: 2px solid #6d6e71;
    border-radius: 15px;
    padding: 15px;
    margin: 10px;
    display: inline-block
}

.application-box img {
    width: 100%;
    margin: 0 !important
}

.application-icon {
    margin: 0 -10px
}

.application-topic {
    margin: 30px 0;
    text-transform: uppercase;
    font-size: 35px;
    width: max-content;
    color: #fff;
    font-weight: 500;
    padding: 3px 20px
}

.application-sub-topic {
    margin: 30px 0;
    font-size: 30px;
    font-weight: 400
}

.application-list {
    margin: 20px 0 50px
}

.application-list span {
    margin-left: 35px;
    display: block
}

.application-list:last-child {
    margin: 20px 0 0
}

.small-list {
    margin: 0;
    font-size: 13px
}

.app-block {
    color: #a02380
}

.app-bg-block {
    background-color: #a02380
}

.application-list .app-list-block li::before {
    background: #a02380
}

.app-super {
    color: #1668b3
}

.app-bg-super {
    background-color: #1668b3
}

.application-list .app-list-super li::before {
    background: #1668b3
}

.app-cast {
    color: #028454
}

.app-bg-cast {
    background-color: #028454
}

.application-list .app-list-cast li::before {
    background: #028454
}

.app-standard {
    color: #006095
}

.app-bg-standard {
    background-color: #006095
}

.application-list .app-list-standard li::before {
    background: #006095
}

.app-high {
    color: #f26522
}

.app-bg-high {
    background-color: #f26522
}

.application-list .app-list-high li::before {
    background: #f26522
}

.app-premium {
    color: #7f1416
}

.app-bg-premium {
    background-color: #7f1416
}

.application-list .app-list-premium li::before {
    background: #7f1416
}

.app-regular {
    color: #38b54a
}

.app-bg-regular {
    background-color: #38b54a
}

.application-list .app-list-regular li::before {
    background: #38b54a
}

.app-flooring {
    color: #8c8f97
}

.app-bg-flooring {
    background-color: #8c8f97
}

.application-list .app-list-flooring li::before {
    background: #8c8f97
}

.app-screed {
    color: #7b5fa9
}

.app-bg-screed {
    background-color: #7b5fa9
}

.application-list .app-list-screed li::before {
    background: #7b5fa9
}

@media (max-width:1024px) {
    .application-box {
        width: 130px;
        height: 130px;
        padding: 5px;
        margin: 5px
    }

    .application-icon {
        margin: 0 -5px
    }

    .application-list ol li {
        font-size: 15px;
        margin-bottom: 10px
    }

    .application-sub-topic {
        margin: 10px 0;
        font-size: 25px
    }

    .application-topic {
        font-size: 30px
    }
}

@media (max-width:768px) {
    .application-box {
        width: 110px;
        height: 110px;
        padding: 5px
    }

    .application-sub-topic {
        font-size: 23px
    }

    .application-topic {
        font-size: 28px
    }

    .application-list ol li {
        font-size: 14px
    }
}

.auto-vid-frame {
    top: 0;
    background-color: #fff;
    z-index: 300;
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.auto-vid-frame.hide {
    pointer-events: none;
    opacity: 0
}

.auto-vid-frame video {
    position: absolute;
    top: 0;
    outline: 0;
    background: #000
}

.lb-outerContainer {
    width: 65% !important;
    height: auto !important
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important
}

@media(max-width:1024px) {
    .lb-outerContainer {
        width: 75% !important;
        height: auto !important
    }

    .lightbox .lb-image {
        width: 100% !important;
        height: auto !important
    }
}

@media(max-width:768px) {
    .lb-outerContainer {
        width: 95% !important;
        height: auto !important
    }

    .lightbox .lb-image {
        width: 100% !important;
        height: auto !important
    }
}

.timeline-bar-back {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1rem 0;
    text-align: center;
    height: 50vh
}

.timeline-year {
    margin: 0 0 3px;
    font-size: 12px;
    font-weight: 600;
    color: #5e5e5e
}

.timeline-bar {
    height: 100%;
    position: relative
}

.timeline {
    border-bottom: 2px solid #f16e00;
    border-top: 2px solid #f16e00;
    height: 100%;
    margin: auto;
    position: relative;
    width: 5px
}

.timeline::before {
    border-right: 1px dotted #f16e00;
    bottom: 0;
    content: "";
    display: block;
    left: calc(50% - 1px);
    position: absolute;
    top: 0;
    width: 1px
}

.timeline-track {
    background-color: #f16e00;
    height: 1px;
    left: -22px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 50px
}

.timeline-track::after,
.timeline-track::before {
    left: 0;
    position: absolute
}

.timeline-track::before {
    background-color: #f16e00;
    border-radius: 50%;
    color: #fff;
    content: "2007";
    height: 43px;
    line-height: 43px;
    -webkit-transform: translate(-53px, -50%);
    transform: translate(-53px, -50%);
    width: 43px;
    font-weight: 600;
    font-size: 11px
}

.timeline-track::after {
    background: #f16e00;
    height: 8px;
    -webkit-transform: translate(-15px, -50%) rotate(.125turn);
    transform: translate(-15px, -50%) rotate(.125turn);
    width: 8px
}

.ser-banner-back {
    height: 80vh;
    position: relative
}

.banner-background {
    background-color: #000;
    width: 100%;
    height: 100%
}

.ser-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ser-topic {
    color: #fff;
    font-size: 65px;
    letter-spacing: 3px;
    margin: 20px 0;
    font-weight: 900;
    position: relative;
    top: 100px;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    opacity: 0
}

.ser-topic.animate {
    top: 0;
    opacity: 1
}

.ser-para {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.1px;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    top: 50px;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    opacity: 0
}

.ser-para.animate {
    top: 0;
    opacity: 1
}

.ser-path {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    opacity: 0
}

.ser-path a {
    font-size: 14px;
    color: #fff
}

.ser-path a:hover {
    color: #fff;
    text-decoration: none
}

.ser-path.animate {
    opacity: 1
}

.ser-side-img {
    margin-top: -55px
}

.ser-side-img img {
    width: 100%
}

.ser-side-img img:first-child {
    margin-bottom: 15px
}

.ser-img-height {
    height: 50vh
}

.ser-img-height img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.ser-page-topic-pad {
    margin-top: 70px
}

.ser-page-topic {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px
}

.gray-background {
    background: #f7f8fa;
    padding: 20% 0 0 0;
    margin-top: -20%;
    margin-bottom: 90px
}

.ser-download-btn {
    margin-top: 50px
}

.ser-download-btn a {
    background: #000;
    border-radius: 0;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #000;
    transition: .5s
}

.ser-download-btn a:hover {
    background: 0 0;
    color: #fff;
    text-decoration: none;
    color: #000
}

.ser-download-btn i {
    margin-left: 35px
}

.video-wrap {
    position: relative
}

.video-text {
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    height: 100%
}

.video-text .ser-page-topic {
    color: #fff !important
}

.video-text .play-btn:before {
    background-color: transparent;
    padding: 13px 15px;
    font-size: 19px;
    border: 1px solid #fff;
    color: #fff
}

.video-text .stop-btn:before {
    background-color: transparent;
    padding: 13px 15px;
    font-size: 19px;
    border: 1px solid #fff;
    color: #fff
}

.video-text .pause-icon {
    margin-top: 60px
}

.video-text p {
    z-index: 25
}

.down-arrow {
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: 50px;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    opacity: 0;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}

.video {
    outline: 0;
    z-index: 20
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.down-arrow.animate {
    opacity: 1
}

.down-arrow a {
    color: #fff;
    margin: 0 auto
}

.down-arrow i {
    margin: 0 auto
}

.super-house-top {
    margin-top: 80px
}

.super-house-top iframe {
    width: 100%;
    height: 80vh
}

@media (max-width:768px) {
    .ser-banner-back {
        height: 60vh
    }

    .ser-topic {
        font-size: 50px;
        font-weight: 700
    }

    .ser-page-topic {
        font-size: 28px
    }

    .video-text .pause-icon {
        margin-top: 30px
    }

    .super-house-top iframe {
        width: 100%;
        height: 50vh
    }
}

@media (max-width:767px) {
    .gray-background {
        margin-bottom: 50px
    }

    .ser-topic {
        font-size: 35px;
        margin: 10px 0
    }

    .ser-page-topic-pad {
        margin-top: 50px
    }

    .ser-page-topic {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media (max-width:575px) {
    .ser-side-img {
        margin-top: 20px
    }

    .video-text .pause-icon {
        margin-top: 20px
    }
}

.lab-side-img {
    height: 70vh
}

.lab-side-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.lab-gray-back {
    background: #f7f8fa;
    padding: 10% 0 5%;
    margin: -8% 0 0
}

@media(max-width:768px) {
    .lab-side-img {
        height: 50vh
    }
}

@media(max-width:575px) {
    .lab-gray-back {
        padding: 10% 0 0
    }
}

.media-post-img {
    height: 30vh
}

.media-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.media-post-title {
    margin-bottom: 25px
}

.media-post-title a:hover {
    text-decoration: none;
    color: #000
}

.media-single-post header {
    display: none
}

.media-single-post img {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    object-fit: cover;
    object-position: center;
    height: 70vh
}

.media-single-post .entry-content {
    margin: 0;
    color: #5e5e5e;
    font-weight: 500;
    line-height: 1.7;
    font-size: 15px
}

.media-single-post .entry-footer {
    display: none
}

.single-post-mar {
    margin: 0 -10px !important
}

.single-post-pad {
    padding: 0 10px 10px !important
}

.single-post-pad img {
    max-height: 30vh;
    object-fit: cover;
    object-position: center
}

.media-video-topic {
    margin: 15px 0
}

.media-video-topic h1 {
    margin: 0;
    background: #eaeaea;
    color: #000;
    font-size: 22px;
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: 600
}

.aiovg .aiovg-responsive-element {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.aiovg .aiovg-link-title {
    color: #232b2d;
    font-size: 15px
}

.aiovg-link-category {
    display: none
}

.aiovg-icon-folder-open {
    display: none
}

.aiovg-text-muted {
    display: none !important
}

.aiovg-pull-right {
    display: none !important
}

@media(max-width:1024px) {
    .media-single-post .entry-content {
        font-size: 14px;
        font-weight: 500
    }

    .media-single-post img {
        width: 100%;
        display: block;
        margin-bottom: 25px;
        object-fit: cover;
        object-position: center;
        height: 50vh
    }
}

@media(max-width:768px) {
    .media-video-topic h1 {
        font-size: 17px;
        padding: 6px 10px
    }
}

.vacancy-img {
    height: 35vh;
    margin: 30px 0
}

.vacancy-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.tribe-events-page-title {
    display: none
}

#tribe-events-bar {
    display: none
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    display: none
}

#tribe-events-content {
    display: none !important
}

.single-tribe_events .tribe-events-event-meta {
    display: none
}

.tribe-events-back {
    margin: 0 0 20px;
    display: none
}

.tribe-events-sub-nav {
    display: none
}

.tribe-events-sub-nav a {
    color: #000
}

#tribe-events-pg-template,
.tribe-events-pg-template {
    width: 100% !important;
    margin: 0 !important;
    max-width: none
}

#tribe-events-pg-template {
    padding: 0 !important
}

.tribe-events-event-image img {
    width: 100%
}

.aiovg-pagination .page-numbers {
    color: #000
}

.aiovg-pagination .current {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    color: #000
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../new-fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('../new-fonts/ITCAvantGardeStd-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../new-fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
        url('../new-fonts/ITCAvantGardeStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'holidayfreeregular';
    src: url('../new-fonts/holidayfree-webfont.woff') format('woff2'),
        url('../new-fonts/holidayfree-webfont.woff') format('woff');
}

body {
    background: url(../images/tokyo-images/page-bg.png);
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
    font-family: 'ITC Avant Garde Gothic Std'
}

.banner-bg {
    height: 100%;
    margin-bottom: 80px
}

.banner-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000002b
}

.banner-bg-img {
    width: 100%;
    height: 100%
}

.tile-img-section-back {
    display: inline-flex
}

.tile-img-section {
    position: relative;
    display: inline-flex;
    bottom: 200px;
    opacity: 0;
    padding: 10px !important;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    height: 38vh;
    pointer-events: none
}

.tile-img-section.animate {
    bottom: 0;
    opacity: 1;
    pointer-events: auto
}

.tile-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden
}

.brand-tile-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: 0 0
}

.tokyo-tile-img {
    background-color: #fff !important
}

.brand-tile-img img {
    width: 75%;
    margin: 0 auto
}

.tile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.tile-img-content {
    position: relative;
    cursor: pointer;
    outline: 0;
    height: 100%;
    width: 100%
}

.tile-img-text {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #00000038;
    transition: .5s;
    border-radius: 15px;
    overflow: hidden
}

.tokyo-tile-img-text {
    background-color: unset !important
}

.tile-img-text p {
    width: 100%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #e6e6e6;
    font-size: 26px;
    font-weight: 700;
    padding: 0 20px;
    line-height: 1
}

@media(max-width:768px) {
    .banner-bg {
        margin-bottom: 50px
    }

    .tile-img-text p {
        font-size: 20px;
        font-weight: 600;
        padding: 0 10px
    }
}

.product-topic {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    letter-spacing: -3px;
    text-align: center
}

.product-topic span {
    font-family: holidayfreeregular;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 40px
}

.cement-brand-text {
    font-size: 35px !important
}

.service-topic {
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    letter-spacing: -3px;
    text-align: center
}

.service-topic span {
    font-family: holidayfreeregular;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 60px
}

.service-topic-head {
    font-size: 85px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    letter-spacing: -3px;
    text-align: center
}

.service-topic-head span {
    font-family: holidayfreeregular;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 70px
}

.tile-link-back {
    margin-top: 40px
}

.tile-link-text {
    background-color: #4d4d4d;
    color: #e7e7e7;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 40px 10px;
    border-radius: 15px
}

.product-download p {
    color: #666;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0
}

.product-download h5 {
    color: #666;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    text-transform: uppercase
}

.sustainability-product-topic {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    letter-spacing: -3px;
    text-align: center
}

.sustainability-product-topic span {
    font-family: holidayfreeregular;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 30px
}

@media (max-width:1024px) {
    .product-topic {
        font-size: 45px;
        font-weight: 700;
        letter-spacing: -1px
    }

    .product-topic span {
        font-size: 30px
    }

    .cement-brand-text {
        font-size: 25px !important
    }

    .service-topic {
        font-size: 60px
    }

    .service-topic span {
        font-size: 50px
    }

    .service-topic-head {
        font-size: 65px
    }

    .service-topic-head span {
        font-size: 55px
    }

    .sustainability-product-topic {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: -1px
    }

    .sustainability-product-topic span {
        font-size: 25px
    }
}

@media (max-width:768px) {
    .product-topic {
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 20px
    }

    .product-topic span {
        font-size: 20px
    }

    .cement-brand-text {
        font-size: 20px !important
    }

    .service-topic {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 20px
    }

    .service-topic span {
        font-size: 20px
    }

    .service-topic-head {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 20px
    }

    .service-topic-head span {
        font-size: 20px
    }

    .sustainability-product-topic {
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 20px
    }

    .sustainability-product-topic span {
        font-size: 18px
    }
}

.recommended-topic {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px
}

.regular-color {
    color: #37b34a
}

.standard-color {
    color: #006093
}

.flooring-color {
    color: #8c8f97
}

.flooring-dark-color {
    color: #4d4d4d
}

.screed-color {
    color: #7a5fa8
}

.ready-concrete-bg-color {
    background-color: #3da2db
}

.screed-bg-color {
    background-color: #7a5fa8
}

.ready-color {
    color: #0e1524
}

.weather-color {
    color: #068152
}

.weather-bg-color {
    background-color: #068152
}

.premix-color {
    color: #00b7eb
}

.premix-bg-color {
    background-color: #00b7eb
}

.high-color {
    color: #f16522
}

.high-bg-color {
    background-color: #f16522
}

.premium-color {
    color: #7f1416
}

.premium-bg-color {
    background-color: #7f1416
}

.regular-bg-color {
    background-color: #37b34a
}

.flooring-bg-color {
    background-color: #8c8f97
}

.standard-bg-color {
    background-color: #006093
}

.nippon-pro-bg-color {
    background-color: #2f368e
}

.water-bg-color {
    background-color: #0c68b3
}

.water2k-bg-color {
    background-color: #163d77
}

.concrete-bg-color {
    background-color: #00b7eb
}

.gray-bg-color {
    background-color: #808185
}

.water-color {
    color: #0c68b3
}

.water2k-color {
    color: #163d77
}

.white-color {
    color: #fff !important
}

.black-color {
    color: #000 !important
}

.recommended-img img {
    position: relative;
    width: 17%;
    margin: 10px 20px 10px 0;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.recommended-img img.animate {
    opacity: 1;
    bottom: 0;
    -webkit-animation: tiny-bounce 1s .2s ease-in-out infinite;
    animation: tiny-bounce 1s .2s ease-in-out infinite
}

.tech-sheet img {
    width: 100%;
    cursor: zoom-in
}

.tech-sheet {
    margin-top: 25px
}

.app-method .card-header {
    padding: 7px 10px;
    border-radius: 15px !important;
    border-bottom: 2px solid #fff;
    margin-bottom: 0 !important
}

.app-method button {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%
}

.app-method .btn-link.focus,
.btn-link:focus {
    text-decoration: none
}

.app-method .btn-link:hover {
    text-decoration: none
}

.app-method-topic {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 30px
}

.app-method i {
    display: inline-block;
    float: right;
    text-align: right;
    position: absolute;
    right: 0;
    padding: 2px 4px;
    color: #fff;
    font-size: 14px
}

.app-method .card {
    border: none;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background: 0 0
}

.app-method .card-body {
    padding: 15px
}

.app-method-border {
    border: 1px solid #6d6e70;
    border-radius: 15px;
    margin: 15px 0;
    background-color: #fff;
    padding: 5px 0;
    position: relative;
    min-height: 200px
}

.app-method-border p {
    color: #6d6e70;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 0 15px 0 0;
    justify-content: center
}

.app-method-num {
    font-size: 10px;
    border-radius: 50%;
    font-weight: 500;
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 1px 0;
    color: #fff;
    width: 17px;
    height: 17px;
    text-align: center
}

.down-btn:before {
    content: "\f078" !important
}

.down-btn.collapsed:before {
    content: "\f077" !important
}

@media(max-width:1024px) {
    .app-method-topic {
        font-size: 17px
    }

    .app-method-border {
        min-height: 220px
    }
}

@media(max-width:768px) {
    .app-method-topic {
        font-weight: 500
    }

    .recommended-topic {
        font-size: 22px
    }

    .app-method-border p {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .app-method-border {
        min-height: auto
    }

    .app-method-num {
        top: 7px
    }
}

@media (max-width:575px) {
    .app-method-border p {
        padding: 15px
    }

    .recommended-img img {
        width: 95px
    }
}

.regular-banner-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0003
}

.banner-bg-text-back {
    position: absolute;
    bottom: -7%;
    left: 0;
    width: 100%;
    height: 100%
}

.regular-logo-text {
    margin-top: -8%
}

.regular-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-bg-text h1 {
    font-weight: 600;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 0
}

.banner-bg-text p {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 0;
    text-transform: uppercase
}

.banner-bg-logo {
    width: 90% !important
}

.banner-bg-hero {
    text-align: left
}

.banner-bg-badge {
    text-align: center
}

.banner-bg-badge img {
    width: 63%;
    margin: 0 30px 60px 0
}

.banner-bg-hero img {
    width: 80%
}

.video-item {
    margin-top: -7px;
    padding: 4px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@media (max-width:1024px) {
    .banner-bg-logo {
        width: 70% !important
    }

    .banner-bg-text h1 {
        font-size: 45px
    }

    .banner-bg-text p {
        font-size: 25px
    }
}

@media(max-width:768px) {
    .banner-bg-text h1 {
        font-size: 35px
    }

    .banner-bg-text p {
        font-size: 20px
    }

    .banner-bg-badge img {
        width: 50%;
        margin: 0 30px 30px 0
    }
}

@media (max-width:767px) {
    .banner-bg-text-back {
        padding: 0 25px !important;
        bottom: 0
    }
}

@media (max-width:575px) {
    .banner-bg-hero img {
        width: 100%
    }

    .banner-bg-logo {
        width: 60% !important
    }

    .regular-logo-text {
        margin-top: -4%
    }

    .banner-bg-badge img {
        margin: 0;
        width: 100%
    }

    .banner-bg-text h1 {
        font-size: 18px
    }

    .banner-bg-text p {
        font-size: 15px
    }

    .banner-bg-text-back {
        padding: 0 25px !important;
        bottom: -10%
    }
}

.header-back {
    position: fixed !important;
    z-index: 100;
    width: 100%;
    top: 0px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.header-back .navbar-light .navbar-nav .nav-link {
    color: #b5b5b5;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s
}

.header-back .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
    position: relative
}

.header-back .menu-item.active::after {
    content: "";
    background: url(http://tokyo.arimac.tech/wp-content/uploads/2020/04/down-arrow.png);
    width: 15px;
    position: absolute;
    bottom: -11px;
    z-index: 1000;
    height: 14px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important
}

.header-back .navbar {
    padding: 0 0;
    background-color: #000 !important
}

.new-logo-wrap {
    background: #fff;
    width: 25%;
    padding-left: 70px
}

.new-logo-wrap img {
    width: 75%
}

.header-back .navbar-collapse {
    padding-right: 70px
}

.header-back .dropdown-menu {
    text-align: center
}

.dropdown-item {
    font-weight: 400;
    color: #b5b5b5;
    display: inline;
    padding: 0 25px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: .5s;
    white-space: nowrap
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    background-color: transparent
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
    outline: 0
}

.navbar-toggler {
    padding: 0 15px;
    outline: 0 !important
}

.menu-icon i {
    color: #fff;
    font-size: 25px
}

.header-back .dropdown-toggle::after {
    display: none
}

.search-icon i {
    padding: 0 15px;
    color: #fff;
    font-size: 20px
}

.menu-item {
    position: static
}

.dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 12px 15px;
    background: #232b2d;
    border-radius: 0;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: inline
}

@media (max-width:1024px) {
    .new-logo-wrap {
        padding-left: 50px
    }

    .header-back .navbar-collapse {
        padding-right: 50px
    }
}

@media (max-width:991px) {
    .navbar-light .navbar-toggler {
        padding: 0 50px 0 0
    }

    .header-back .navbar-nav {
        margin: 10px 0 !important
    }

    .megamenu-li {
        border-bottom: 1px solid #ffffff26
    }

    .header-back .navbar-light .navbar-nav .nav-link {
        padding: 10px 50px
    }

    .header-back .dropdown-menu {
        text-align: left
    }

    .navi-class>li>.dropdown-menu {
        background: #232b2d
    }

    .dropdown-menu {
        padding: 7px 50px;
        background: #464e50
    }

    .dropdown-item {
        padding: 0 15px 0 0
    }

    .nav-fill .nav-item {
        text-align: left
    }

    .header-back .navbar-collapse {
        padding-right: 0
    }

    .search-icon i {
        padding: 0 50px 10px
    }

    .header-back .menu-item.active::after {
        display: none
    }
}

@media (max-width:768px) {
    .new-logo-wrap {
        width: 50%
    }

    .new-logo-wrap img {
        width: 100%
    }
}

@media (max-width:767px) {
    .new-logo-wrap {
        padding-left: 25px
    }

    .navbar-light .navbar-toggler {
        padding: 0 25px 0 0
    }

    .header-back .navbar-light .navbar-nav .nav-link {
        padding: 10px 25px
    }

    .dropdown-menu {
        padding: 0 15px
    }

    .dropdown-item {
        padding: 10px 0 10px 10px;
        display: block
    }

    .search-icon i {
        padding: 0 25px 10px
    }
}

.company-box-text {
    position: relative
}

.company-box-text {
    background-color: #e7e7e7;
    padding: 10px;
    border-radius: 10px;
    height: 100%
}

.company-box-text p {
    font-size: 14px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    color: #5e5e5e
}

.company-box-text::after {
    content: "";
    height: 35px;
    width: 3px;
    background: #4d4d4d;
    position: absolute;
    top: -35px;
    left: 50%
}

.company-box-topic {
    background: #4d4d4d;
    text-align: center;
    margin: 0 0 35px;
    color: #fff;
    font-size: 22px;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500
}

@media (max-width:575px) {
    .company-box-topic {
        font-size: 18px;
        margin-bottom: 20px
    }

    .company-box-text::after {
        display: none
    }

    .company-box-text {
        margin-bottom: 15px
    }
}

.lab-banner-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 70px !important;
    align-items: flex-end;
    background-color: #0000003b
}

.lab-banner-text h1 {
    font-size: 140px;
    color: #fff;
    font-weight: 900;
    line-height: .8;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: -10px
}

.trining-bg-text {
    font-size: 105px !important
}

.content-image {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.content-wrap {
    margin: 0 -25px 80px
}

.content-wrap-pad {
    padding: 0 25px !important
}

.content-wrap:last-child {
    margin-bottom: 0 !important
}

.table-head {
    background: #1a1a1a;
    color: #fefefe;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin: 15px 0
}

.lab-table table {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin: 0
}

.lab-table .table td {
    vertical-align: middle;
    border-top: none;
    background: #f2f2f2;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid #5e5e5e
}

.lab-table .table td:first-child {
    border-left: none
}

.lab-table .table thead td {
    background: #1a1a1a;
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    padding-left: 30px
}

.lab-table .table-text {
    font-size: 25px !important;
    padding-left: 30px;
    border-right: 1px solid #5e5e5e
}

.lab-table li {
    margin-bottom: 3px
}

@media (max-width:1024px) {
    .lab-banner-text {
        padding: 0 50px !important
    }

    .lab-banner-text h1 {
        font-size: 100px
    }

    .trining-bg-text {
        font-size: 70px !important
    }
}

@media (max-width:768px) {
    .content-wrap {
        margin: 0 -15px 50px
    }

    .content-wrap-pad {
        padding: 0 15px !important
    }

    .lab-banner-text h1 {
        font-size: 80px
    }

    .trining-bg-text {
        font-size: 50px !important
    }

    .table-head {
        font-size: 20px
    }

    .lab-table .table-text {
        font-size: 17px !important;
        padding-left: .75rem
    }

    .lab-table .table thead td {
        font-size: 17px;
        padding-left: .75rem
    }

    .lab-table .table td {
        font-size: 15px
    }

    .content-image {
        height: auto
    }
}

@media (max-width:767px) {
    .lab-banner-text {
        padding: 0 25px !important
    }

    .content-image {
        margin-top: 20px
    }
}

@media (max-width:576px) {
    .lab-banner-text h1 {
        font-size: 35px;
        color: #fff;
        font-weight: 900;
        line-height: 1;
        letter-spacing: -2px;
        margin-bottom: -5px
    }

    .trining-bg-text {
        font-size: 25px !important
    }
}

@media (max-width:575px) {
    .content-wrap {
        margin: 0 0 50px
    }

    .content-wrap-pad {
        padding: 0 !important
    }
}

.power-icon-text {
    margin: 0;
    font-size: 16px;
    color: #036333;
    font-weight: 600
}

.aggregate-table-head {
    background: #1a1a1a;
    margin: 0;
    font-size: 32px;
    text-align: center;
    color: #fefefe;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 700
}

.aggregate-table table {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin: -5px 0 0
}

.aggregate-table thead {
    background-color: #4d4d4d
}

.aggregate-table .table thead th {
    vertical-align: middle;
    border: none;
    color: #e8e8e8;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    letter-spacing: -1px
}

.aggregate-table .table td {
    vertical-align: middle;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: 10px 20px;
    letter-spacing: -1px;
    border-left: 1px solid #5e5e5e
}

.aggregate-table .table td:first-child {
    border-left: none
}

.aggregate-table tbody {
    background-color: #f2f2f2
}

.aggregate-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e6e6e6
}

.sand-logo {
    width: 350px
}

@media (max-width:768px) {
    .aggregate-table-head {
        font-size: 18px
    }

    .aggregate-table .table thead th {
        font-size: 16px
    }

    .aggregate-table .table td {
        font-size: 15px
    }

    .sand-logo {
        width: 200px
    }
}

.banner-standard-badge {
    text-align: center
}

.banner-standard-badge img {
    width: 95%;
    padding-bottom: 6%
}

.app-method-border p small {
    font-size: 10px
}

.banner-bg-text-back.standard-banner-text {
    bottom: -10%;
    left: -3%
}

.standard-banner-bg-logo {
    width: 90% !important
}

@media(max-width:1024px) {
    .banner-bg-text-back.standard-banner-text {
        bottom: -10%;
        left: 0
    }
}

@media(max-width:768px) {
    .standard-banner-bg-logo {
        width: 60% !important
    }

    .banner-standard-badge img {
        width: 75%;
        padding-bottom: 0
    }
}

@media (max-width:575px) {
    .standard-banner-bg-logo {
        width: 50% !important
    }

    .banner-standard-badge img {
        width: 100%;
        padding-bottom: 10%
    }
}

.nipponpro-recommended-back {
    margin: 0 -10px !important
}

.nipponpro-recommended-img {
    flex: 0 0 14.22%;
    max-width: 14.22%;
    padding: 0 10px 15px !important
}

.nipponpro-recommended-img img {
    width: 100%
}

.nippon-pro-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12% 4% 0 0
}

.nippon-pro-banner-text h5 {
    font-family: holidayfreeregular;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 25px;
    color: #333;
    letter-spacing: 2px;
    width: fit-content;
    float: right;
    text-align: center;
    line-height: 1.8;
    position: relative;
    left: 4%;
    margin-top: 15px
}

.nippon-pro-banner-logo {
    width: 25% !important;
    float: right
}

.nippon-pro-truck img {
    width: 70%;
    display: block;
    margin: 30px auto 0
}

.nippon-recommended-img img {
    position: relative;
    width: 12%;
    margin: 10px 10px 10px 0;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

@media(max-width:1024px) {
    .nippon-pro-banner-text h5 {
        font-size: 22px;
        left: 10%
    }
}

@media(max-width:768px) {
    .nippon-recommended-img img {
        width: 100px
    }

    .nippon-pro-banner-text h5 {
        font-size: 16px
    }

    .nipponpro-recommended-img {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(max-width:576px) {
    .nippon-pro-banner-text h5 {
        font-size: 15px;
        left: 0
    }

    .nipponpro-recommended-img {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.nippon-bg-color {
    background-color: #2f368e
}

.tokyo-bg-color {
    background-color: #ed2228
}

.nippon-color {
    color: #2f368e
}

.tokyo-color {
    color: #ed2228
}

.nippon-topic {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.nippon-cement-img {
    width: 45%;
    margin-bottom: 20px
}

.nippon-section {
    margin-top: 50px
}

.nippon-mob-view {
    display: none
}

.nippon-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 6% 0 0 1%
}

.nippon-banner-logo {
    float: left;
    width: 35% !important
}

.nippon-banner-text h5 {
    font-family: holidayfreeregular;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 45px;
    color: #333;
    letter-spacing: 1px;
    position: relative;
    top: -15px;
    padding-left: 4%
}

@media(max-width:1024px) {
    .nippon-banner-text h5 {
        font-size: 30px;
        top: 0;
        padding-left: 4%
    }

    .nippon-topic {
        font-size: 25px
    }
}

@media(max-width:768px) {
    .nippon-banner-text h5 {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .nippon-web-view {
        display: none
    }

    .nippon-mob-view {
        display: block
    }

    .nippon-banner-text {
        font-size: 25px
    }
}

@media (max-width:576px) {
    .nippon-cement-img {
        width: 55%;
        margin-bottom: 10px
    }

    .nippon-topic {
        font-size: 20px
    }

    .nippon-banner-text {
        padding: 6% 0 0 5%
    }

    .nippon-banner-text {
        font-size: 17px
    }

    .nippon-banner-logo {
        width: 40% !important
    }
}

.lb-data .lb-number {
    display: none !important
}

.tokyo-banner {
    margin-bottom: 80px
}

.tokyo-banner img {
    width: 100%;
    height: 100%
}

.tokyo-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 0 12% 1%
}

.tokyo-banner-logo {
    width: 45% !important;
    float: left
}

.tokyo-banner-text h5 {
    font-family: holidayfreeregular;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 44px;
    color: #333;
    letter-spacing: 1px;
    position: relative;
    top: -30px;
    padding-left: 2%
}

@media(max-width:1024px) {
    .tokyo-banner-text h5 {
        font-size: 30px;
        top: -18px
    }
}

@media(max-width:768px) {
    .tokyo-banner {
        margin-bottom: 50px
    }

    .tokyo-banner-text h5 {
        font-size: 21px;
        top: -10px
    }
}

@media(max-width:575px) {
    .tokyo-banner-text {
        padding: 0 0 5% 5%
    }

    .tokyo-banner-logo {
        width: 50% !important
    }

    .tokyo-banner-text h5 {
        font-size: 13px;
        top: -3px
    }
}

.table-content-topic {
    background: #666;
    color: #fff !important;
    margin: 0;
    padding: 8px;
    text-align: center
}

.tile-table .table thead th {
    font-size: 22px !important;
    text-align: center
}

.tile-table .table td {
    border-left: none !important
}

.tile-table table {
    border-spacing: 10px 5px !important;
    margin: 0 !important
}

.tile-table tbody {
    background-color: #f2f2f200 !important
}

.tile-bg-text-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 4% 10% !important
}

.tile-banner-text h1 {
    font-size: 80px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px
}

.tile-banner-text p {
    font-family: holidayfreeregular;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px
}

.tile-hero-img {
    margin-top: -5%
}

@media(max-width:1024px) {
    .tile-bg-text-back {
        padding: 0 0 0 3% !important
    }

    .tile-banner-text h1 {
        font-size: 75px
    }

    .tile-banner-text p {
        font-size: 30px
    }
}

@media(max-width:768px) {
    .tile-table .table thead th {
        font-size: 16px !important
    }

    .tile-bg-text-back {
        padding: 0 !important
    }

    .tile-banner-text h1 {
        font-size: 55px
    }

    .tile-banner-text p {
        font-size: 23px
    }
}

@media(max-width:767px) {
    .tile-bg-text-back {
        padding: 0 25px !important
    }

    .tile-hero-img {
        margin-top: -10%
    }
}

@media(max-width:575px) {
    .tile-hero-img {
        margin-top: -4%
    }

    .tile-banner-text h1 {
        font-size: 25px
    }

    .tile-banner-text p {
        font-size: 15px
    }
}

.biomass-icon-text {
    margin: 0;
    color: #5e5e5e;
    font-weight: 500;
    font-size: 14px;
    padding: 0 30px 0 10px
}

.biomass-icon-text span {
    color: #2fad64
}

.biomass-icon-border {
    border-top: 2px solid #86c344;
    padding: 50px 0 0;
    margin: 50px 0 0
}

.biomass-icon-pad {
    padding-bottom: 40px
}

@media (max-width:768px) {
    .biomass-icon-text {
        padding: 0 10px
    }
}

@media (max-width:575px) {
    .biomass-icon-pad {
        padding-bottom: 0
    }
}

.forestry-mar {
    margin: 0 -10px !important
}

.forestry-mar img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    padding: 10px !important
}

.facilities-map {
    width: 80%;
    display: block;
    margin: 80px auto 0
}

@media(max-width:768px) {
    .facilities-map {
        width: 100%;
        display: block;
        margin: 30px auto 0
    }
}

.financial-report-head {
    background: #0e1525;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 8px 10px;
    border-radius: 13px;
    margin: 25px 0
}

.financial-report p {
    margin-bottom: 10px
}

.financial-report p a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #5e5e5e;
    background: #e6e6e6;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: .4s
}

.financial-report p a:hover {
    color: #5e5e5e;
    background: 0 0;
    border: 1px solid #e6e6e6
}

.financial-back {
    padding: 0 50px !important
}

.financial-icon {
    position: absolute;
    top: 20px;
    left: -3px
}

@media (max-width:992px) {
    .financial-back {
        padding: 0 30px !important
    }

    .financial-report p {
        margin-bottom: 15px
    }

    .financial-report p a {
        font-size: 13px
    }

    .financial-report-head {
        font-size: 17px
    }

    .financial-icon {
        left: -15px
    }
}

.mangrove-list ul {
    list-style: none;
    counter-reset: item;
    padding: 0 0 0 30px
}

.mangrove-list ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
    color: #53823c;
    font-size: 16px;
    font-weight: 500
}

.mangrove-list ul li:before {
    content: '';
    background-color: #53823c;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-indent: 0
}

@media (max-width:576px) {
    .mangrove-list ul {
        list-style: none;
        counter-reset: item;
        padding: 0 0 0 20px
    }

    .mangrove-list ul li {
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 14px
    }

    .mangrove-list ul li:before {
        top: 4px;
        width: 10px;
        height: 10px
    }
}

.stock-link {
    background: #0e1525;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #fff;
    margin: 10px auto 0;
    padding: 10px;
    width: 42%;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: .4s
}

.stock-link:hover {
    background: 0 0;
    color: #0e1525;
    border-color: #0e1525
}

.stock-head {
    padding: 10px 15px;
    background: #0e1525;
    color: #fff;
    text-align: center;
    margin: 0
}

.stock-head h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 600
}

.stock-item-list {
    display: inline-flex;
    margin: 0 -4px 30px
}

.stock-item {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 25px 15px;
    background: #e6e6e6;
    margin: 8px 4px
}

.stock-item p {
    font-size: 14px;
    margin: 0;
    color: #5e5e5e;
    font-weight: 500;
    text-align: center
}

@media(max-width:768px) {
    .stock-link {
        font-size: 12px;
        padding: 10px 12px;
        width: max-content
    }

    .stock-head h1 {
        font-size: 18px
    }

    .stock-item p {
        font-size: 13px
    }
}

@media(max-width:576px) {
    .stock-item {
        width: 100%
    }

    .stock-item-list {
        display: inline-block
    }
}

.flooringLanding-bg-text-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 7% 4%
}

.flooring-banner-text h1 {
    font-size: 53px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #333
}

.flooring-banner-text p {
    font-family: holidayfreeregular;
    font-weight: 500;
    font-size: 40px;
    color: #333;
    letter-spacing: 1px
}

.font-weight-regular {
    font-weight: 500 !important
}

@media(max-width:1024px) {
    .flooring-banner-text h1 {
        font-size: 40px
    }

    .flooring-banner-text p {
        font-size: 30px
    }
}

@media(max-width:768px) {
    .flooringLanding-bg-text-back {
        padding: 0 0 9% 0
    }

    .flooring-banner-text h1 {
        font-size: 30px
    }

    .flooring-banner-text p {
        font-size: 23px
    }
}

@media(max-width:767px) {
    .flooringLanding-bg-text-back {
        padding: 0 25px !important
    }
}

@media(max-width:575px) {
    .flooring-banner-text h1 {
        font-size: 17px
    }

    .flooring-banner-text p {
        font-size: 13px
    }
}

.banner-bg-text-back.flooring-bg-text-back {
    position: absolute;
    bottom: -9%;
    left: -2%;
    width: 100%;
    height: 100%
}

.banner-flooring-logo {
    width: 100% !important
}

@media(max-width:1024px) {
    .banner-bg-text-back.flooring-bg-text-back {
        bottom: -10%;
        left: 0
    }
}

@media(max-width:768px) {
    .banner-flooring-logo {
        width: 70% !important
    }
}

@media(max-width:575px) {
    .banner-flooring-logo {
        width: 50% !important
    }
}

.screed-banner-text {
    bottom: -5%;
    left: -3%
}

.screed-banner-bg-logo {
    width: 90% !important
}

@media(max-width:1024px) {
    .screed-banner-text {
        bottom: -4%;
        left: -1%
    }

    .screed-banner-bg-logo {
        width: 85% !important
    }
}

@media(max-width:768px) {
    .screed-banner-bg-logo {
        width: 70% !important
    }
}

@media(max-width:575px) {
    .screed-banner-text {
        bottom: -10%;
        left: 0
    }

    .screed-banner-bg-logo {
        width: 50% !important
    }
}

.reef-map {
    border: 3px solid #00c0f1;
    border-radius: 10px;
    padding: 30px
}

.reef-icon {
    display: inline-block
}

.reef-icon img {
    width: 80px;
    margin-right: 12px
}

.reef-icon-text {
    display: inline-block
}

.reef-icon-text p {
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 500
}

.reef-topic {
    color: #00c0f1;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    z-index: 25
}

.reef-topic-border {
    position: absolute;
    width: 97%;
    height: 2px;
    background-color: #00c0f1;
    bottom: 40px
}

.reef-partners {
    margin-top: 50px
}

.reef-partners img {
    width: 90%;
    display: block;
    margin: 0 auto
}

@media (max-width:1024px) {
    .reef-topic {
        font-size: 32px
    }
}

@media (max-width:768px) {
    .reef-topic {
        font-size: 28px
    }

    .reef-topic-border {
        display: none
    }
}

@media (max-width:767px) {
    .reef-topic {
        font-size: 20px
    }
}

.locate-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.locate-banner-btn {
    margin-bottom: 10% !important
}

.locate-banner-text {
    margin-bottom: 11%
}

.locate-banner-text.locate-banner-btn a {
    display: block;
    color: #00b7eb;
    font-size: 75px;
    text-align: center;
    font-weight: 900;
    background-color: #ffffffc4;
    padding: 13px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: 1;
    border: 3px solid transparent;
    transition: .4s
}

.locate-banner-text a {
    display: block;
    color: #00b7eb;
    font-size: 55px;
    text-align: center;
    font-weight: 900;
    background-color: #ffffffc4;
    padding: 13px 35px;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: 1;
    border: 3px solid transparent;
    transition: .4s
}

.locate-banner-text i {
    font-size: 80px;
    color: #fff;
    line-height: 0;
    text-align: center;
    display: block;
    margin-top: 20px
}

.locate-banner-text a:hover {
    border: 3px solid #00b7eb;
    text-decoration: none
}

.locate-topic {
    color: #00b7eb;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.locate-list ul {
    list-style: none;
    counter-reset: item;
    padding: 0
}

.locate-list ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #5e5e5e;
    font-size: 15px;
    font-weight: 500
}

.locate-list ul li:before {
    content: '';
    background-color: #5e5e5e;
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: 0
}

.locate-map-back {
    border: 2px solid #00b7eb;
    padding: 5px !important;
    border-radius: 5px
}

@media(max-width:1024px) {
    .locate-banner-text {
        margin-bottom: 11%
    }

    .locate-banner-text.locate-banner-btn a {
        font-size: 55px
    }

    .locate-banner-btn {
        margin-bottom: 8% !important
    }
}

@media (max-width:768px) {
    .locate-banner-text {
        margin-bottom: 7%
    }

    .locate-banner-text a {
        font-size: 35px
    }

    .locate-topic {
        font-size: 20px
    }

    .locate-banner-text i {
        font-size: 50px
    }

    .locate-banner-btn {
        margin-bottom: 6% !important
    }

    .locate-banner-text.locate-banner-btn a {
        font-size: 40px
    }
}

@media (max-width:576px) {
    .locate-banner-text {
        margin-bottom: 7%
    }

    .locate-banner-text a {
        font-size: 18px;
        padding: 7px 12px
    }

    .locate-topic {
        font-size: 18px
    }

    .locate-banner-text i {
        font-size: 30px;
        margin-top: 5px
    }

    .locate-banner-text.locate-banner-btn a {
        font-size: 20px;
        padding: 7px;
        border-radius: 8px
    }
}

.superlight-icons {
    margin-top: 40px
}

.superlight-bg-text-back {
    position: absolute;
    top: 3%;
    left: 3%;
    width: 100%;
    height: 100%
}

.superlight-bg-logo {
    width: 80% !important
}

.superlight-banner-text {
    font-family: holidayfreeregular;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 30px;
    color: #333;
    letter-spacing: 1px;
    padding-left: 3%
}

.superlight-bg-hero {
    position: relative;
    left: 10%
}

.superlight-logo-text {
    margin-top: -10%
}

@media(max-width:1024px) {
    .superlight-bg-text-back {
        top: 4%;
        left: 2%
    }

    .superlight-banner-text {
        font-size: 25px;
        letter-spacing: 0;
        padding-left: 0
    }
}

@media(max-width:768px) {
    .superlight-icons {
        margin-top: 25px
    }

    .superlight-bg-text-back {
        top: 5%;
        left: 0
    }

    .superlight-banner-text {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .superlight-bg-text-back {
        padding: 0 25px !important
    }
}

@media(max-width:575px) {
    .superlight-banner-text {
        font-size: 15px
    }

    .superlight-bg-logo {
        width: 50% !important
    }

    .superlight-logo-text {
        margin-top: -5%
    }

    .superlight-bg-hero {
        left: 0
    }
}

.concrete-banner-text {
    color: #fff !important;
    border: 3px solid #fff !important;
    background-color: transparent !important;
    width: 30%;
    margin: 0 auto
}

.concrete-banner {
    margin-bottom: 80px
}

.recommended-mar {
    margin: 0 -45px !important
}

.recommended-pad {
    padding: 20px 45px !important
}

.concrete-download span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: #00b7eb;
    padding: 6px 10px;
    border-radius: 10px;
    position: relative;
    top: 2px
}

.concrete-download:hover {
    text-decoration: none
}

.concrete-download img {
    width: 45px
}

@media(max-width:1024px) {
    .concrete-banner-text {
        width: 35%
    }
}

@media(max-width:768px) {
    .concrete-banner {
        margin-bottom: 50px
    }

    .recommended-mar {
        margin: 0 -25px !important
    }

    .recommended-pad {
        padding: 15px 25px !important
    }

    .concrete-download span {
        font-size: 15px
    }

    .concrete-banner-text {
        width: 35%
    }
}

@media(max-width:575px) {
    .recommended-mar {
        margin: 0 -20px !important
    }

    .recommended-pad {
        padding: 15px 20px !important
    }

    .concrete-download span {
        display: block
    }

    .concrete-banner-text {
        border: 1px solid #fff !important;
        width: 50%
    }
}

.ready-bg {
    margin-bottom: 80px;
    position: relative;
    height: 100%
}

.ready-icon-back {
    border: 1px solid #3da2db;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff
}

.ready-icon {
    border-right: 1px solid #3da2db;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center
}

.ready-icon img {
    width: 100%
}

.ready-icon-text {
    padding: 8px !important
}

.ready-icon-text h1 {
    color: #3da2db;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase
}

.ready-icon-text p {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

.ready-mix-logo {
    width: 50%;
    margin: 20px 0 10px
}

.concrete-recommend {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    background-color: #00b7eb;
    padding: 7px 10px;
    border-radius: 15px
}

.ready-bg-text-back {
    position: absolute;
    top: -10%;
    left: 3%;
    width: 100%;
    height: 100%
}

.ready-bg-text h1 {
    font-weight: 600;
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #0e1524
}

.ready-bg-text p {
    font-family: holidayfreeregular;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 27px;
    color: #0e1524;
    letter-spacing: 1px;
    margin-top: 5px
}

@media (max-width:1024px) {
    .concrete-recommend {
        font-size: 17px
    }

    .ready-bg-text-back {
        top: -9%;
        left: 0
    }

    .ready-bg-text h1 {
        font-size: 55px
    }

    .ready-bg-text p {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .ready-mix-logo {
        width: 70%
    }

    .concrete-recommend {
        font-weight: 500
    }

    .ready-banner-text {
        font-size: 20px
    }

    .ready-bg {
        margin-bottom: 50px
    }

    .ready-bg-text-back {
        left: 0
    }

    .ready-bg-text h1 {
        font-size: 40px
    }

    .ready-bg-text p {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .ready-bg-text-back {
        padding: 0 25px !important;
        top: 0
    }

    .ready-bg-text h1 {
        font-size: 30px
    }

    .ready-bg-text p {
        font-size: 15px
    }
}

@media(max-width:575px) {
    .ready-bg-text h1 {
        font-size: 22px
    }

    .ready-bg-text p {
        font-size: 14px
    }
}

.partnership-topic {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
    text-transform: uppercase
}

@media(max-width:768px) {
    .partnership-topic {
        font-size: 22px;
        margin-bottom: 20px
    }
}

.event-topic {
    color: #333;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 25px
}

.event-bg-color {
    background-color: #333
}

.event-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px
}

.event-icon {
    width: 30px;
    margin-right: 8px
}

.vacancy-modal .modal-body {
    padding: 10px 30px 40px
}

.vacancy-back .card-body {
    min-height: 300px;
    margin-bottom: 50px
}

.vacancy-modal-btn {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    background-color: #666;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer
}

.vacancy-page-para {
    margin: 0;
    color: #5e5e5e;
    font-weight: 500;
    line-height: 1.7;
    font-size: 14px;
    text-align: justify
}

.vacancy-modal-close {
    color: #5e5e5e;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer
}

.vacancy-modal-content {
    margin-top: 25px
}

.vacancy-modal-content .modal-title {
    text-align: left !important;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 15px;
    border-radius: 15px;
    width: 100%
}

.vacancy-modal-title {
    background: #c1272c;
    margin-bottom: -20px;
    z-index: 20;
    position: relative
}

.vacancy-modal-image {
    width: 100%;
    border-radius: 10px
}

.vacancy-modal-para,
.vacancy-modal-requirement {
    padding: 20px 10px 0
}

.vacancy-back {
    margin-bottom: 60px
}

@media(max-width:1024px) {
    .vacancy-modal-btn {
        font-size: 14px;
        padding: 8px
    }
}

@media(max-width:768px) {
    .vacancy-back .card-body {
        margin-bottom: 30px
    }

    .vacancy-modal-content .modal-title {
        font-size: 17px
    }

    .vacancy-modal .modal-body {
        padding: 10px 20px 30px
    }

    .vacancy-page-para img {
        width: 100%;
        height: auto
    }
}

@media(max-width:767px) {
    .vacancy-back {
        margin-bottom: 40px
    }
}

.cement-based-topic {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    letter-spacing: -3px;
    text-align: center
}

.based-bg-text-back {
    position: absolute;
    top: 20%;
    left: -8%;
    width: 100%;
    height: 100%
}

.based-banner-text h1 {
    font-size: 75px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    color: #0e1623
}

.based-banner-text p {
    font-family: holidayfreeregular;
    font-weight: 500;
    font-size: 43px;
    letter-spacing: 1px;
    margin-top: 5px;
    color: #0e1623
}

@media(max-width:1024px) {
    .cement-based-topic {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -1px
    }

    .based-bg-text-back {
        top: 23%;
        left: -2%
    }

    .based-banner-text h1 {
        font-size: 55px
    }

    .based-banner-text p {
        font-size: 30px
    }
}

@media(max-width:768px) {
    .cement-based-topic {
        font-size: 25px;
        letter-spacing: 0
    }

    .based-bg-text-back {
        top: 20%;
        left: -2%
    }

    .based-banner-text h1 {
        font-size: 40px
    }

    .based-banner-text p {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .based-bg-text-back {
        top: 10%;
        left: 0;
        padding: 0 25px !important
    }

    .based-banner-text h1 {
        font-size: 35px
    }

    .based-banner-text p {
        font-size: 20px
    }
}

@media(max-width:575px) {
    .based-banner-text h1 {
        font-size: 22px
    }

    .based-banner-text p {
        font-size: 15px
    }
}

.water-proofer-icon {
    width: 60%;
    display: block;
    margin: 0 auto
}

.water-bg-text-back {
    position: absolute;
    top: 8%;
    left: -6%;
    width: 100%;
    height: 100%
}

@media(max-width:1204px) {
    .water-bg-text-back {
        top: 8%;
        left: -2%
    }
}

@media(max-width:768px) {
    .water-bg-text-back {
        top: 8%;
        left: 0;
        padding: 0 25px !important
    }
}

@media(max-width:575px) {
    .water-proofer-icon {
        width: 100%
    }
}

.premix-recommended-img {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px 15px
}

.premix-recommended-img img {
    width: 100%
}

.banner-bg-text-back.premix-bg-text-back {
    bottom: -4%;
    left: 3%
}

.premix-bg-text-back .banner-bg-text h1 {
    padding-left: 2%
}

@media(max-width:1024px) {
    .banner-bg-text-back.premix-bg-text-back {
        left: 0
    }
}

@media(max-width:767px) {
    .premix-recommended-img {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(max-width:420px) {
    .premix-recommended-img {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.cement-tile-overlay {
    background: #00000012 !important
}

.network-back {
    margin-top: 10%
}

.network-tile {
    height: 38vh
}

.network-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px
}

.network-icon {
    float: right;
    padding: 2px 10px 0 0
}

.network-text {
    font-size: 15px;
    text-transform: none;
    position: relative;
    display: block;
    font-weight: 500
}

.aiovg .aiovg-thumbnail img {
    border-radius: 8px
}

.director-mar {
    margin: 40px -25px 10% !important;
    border-bottom: 2px solid #99999959;
    padding-bottom: 50px
}

.director-mar:last-child {
    border-bottom: none
}

.director-back {
    padding: 0 25px !important
}

.director-img img {
    width: auto;
    display: block;
    margin: 0 auto;
    height: 35vh
}

.director-topic {
    background: #c1272c;
    color: #fff;
    border-radius: 8px;
    padding: 15px 25px;
    margin-bottom: 12px
}

.director-topic h5 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600
}

.director-topic p {
    margin: 0;
    font-size: 15px;
    color: #fff
}

.director-para {
    margin: 0;
    color: #5e5e5e;
    line-height: 1.5;
    font-size: 14px;
    text-align: justify
}

.director-continue {
    padding: 3px 10px;
    margin-top: 12px;
    background-color: #999;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    cursor: pointer
}

.director-short-para {
    display: none
}

@media(max-width:768px) {
    .director-img img {
        height: 30vh
    }

    .director-topic h5 {
        font-size: 15px;
        font-weight: 500
    }

    .director-topic p {
        font-size: 13px
    }

    .director-para {
        font-size: 13px
    }
}

@media(max-width:575px) {
    .director-img img {
        height: 25vh
    }

    .director-mar {
        margin: 0 !important;
        border-bottom: none;
        padding-bottom: 0
    }

    .director-back {
        padding: 20px 0 30px !important
    }
}

.wallPlaster-bg-text-back {
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
    height: 100%
}

.wallPlaster-banner-text {
    padding-left: 3%
}

.wallPlaster-banner-text h1 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px
}

.wallPlaster-banner-text p {
    font-family: holidayfreeregular;
    font-weight: 500;
    font-size: 30px;
    color: #333;
    letter-spacing: 1px;
    margin: 5px 0 0
}

.wallPlaster-logo {
    width: 80% !important;
    position: relative;
    top: -15px;
    left: 20px
}

.wallLanding-badge {
    width: 65%;
    display: block;
    float: right;
    padding-top: 15%
}

@media(max-width:1024px) {
    .wallPlaster-banner-text {
        padding-left: 0
    }

    .wallPlaster-banner-text h1 {
        font-size: 40px
    }

    .wallPlaster-banner-text p {
        font-size: 25px
    }

    .wallPlaster-logo {
        top: -10px;
        left: 10px
    }
}

@media(max-width:768px) {
    .wallPlaster-bg-text-back {
        top: 15%
    }

    .wallPlaster-banner-text h1 {
        font-size: 35px
    }

    .wallPlaster-banner-text p {
        font-size: 20px
    }
}

@media(max-width:768px) {
    .wallPlaster-bg-text-back {
        top: 15%;
        padding: 0 25px !important
    }

    .wallPlaster-banner-text h1 {
        font-size: 35px
    }

    .wallPlaster-banner-text p {
        font-size: 20px
    }
}

@media(max-width:575px) {
    .wallPlaster-bg-text-back {
        top: 10%
    }

    .wallPlaster-banner-text h1 {
        font-size: 18px
    }

    .wallPlaster-banner-text p {
        font-size: 13px
    }

    .wallPlaster-logo {
        width: 100% !important
    }

    .wallLanding-badge {
        width: 90%
    }
}

.contact-text {
    font-size: 25px;
    font-weight: 500;
    color: #333
}

.contact-text a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    transition: .4s
}

.contact-text a:hover {
    text-decoration: underline
}

.contactUs-table table {
    border-collapse: separate;
    border-spacing: 3px 5px;
    margin: 0
}

.contactUs-table th {
    border: none !important
}

.contactUs-table td {
    border: none !important
}

.contactUs-table .phone-width {
    width: 22%
}

.contactUs-table tbody {
    background: #e6e6e6;
    text-transform: uppercase;
    color: #5e5e5e;
    font-weight: 500;
    font-size: 14px
}

.contactUs-table tbody a {
    color: #5e5e5e
}

.contactUs-table .body-back {
    background: #4d4d4d;
    color: #fff;
    vertical-align: middle;
    border: none
}

.contactUs-table .contact-head {
    background: #4d4d4d;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}

.contactUs-topic {
    font-size: 21px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.contactUs-details-back {
    border-radius: 8px;
    border: 1px solid #4d4d4d;
    margin-top: 30px
}

.contactUs-wrap {
    border-right: 1px solid #4d4d4d
}

.contactUs-wrap:last-child {
    border-right: none
}

.contactUs-details {
    padding: 8px 10px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

.contactUs-details p {
    margin: 0;
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 500;
    width: 100%
}

.contactUs-details p a {
    color: #5e5e5e
}

.contactUs-input-back {
    background: #33333308;
    padding: 30px 20px !important;
    border-radius: 15px
}

.contactUs-input input {
    border: 1px solid #4d4d4d;
    height: 40px;
    border-radius: 5px;
    color: #5e5e5e94
}

.contactUs-input select {
    border: 1px solid #4d4d4d;
    height: 40px;
    border-radius: 5px;
    color: #5e5e5e94
}

.contactUs-input select option {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    padding: 7px 10px;
    border-radius: 0;
    background-color: #5e5e5e94
}

.contactUs-input select {
    background-image: linear-gradient(45deg, transparent 50%, #333 60%), linear-gradient(135deg, #333 40%, transparent 50%) !important;
    background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none
}

.contactUs-input textarea {
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    color: #5e5e5e94
}

.contactUs-input label {
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    margin: 0;
    text-transform: uppercase
}

.contactUs-input .form-group {
    margin-bottom: 30px
}

.contactUs-input .form-control:focus {
    border-color: #5e5e5e;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .26);
    color: #5e5e5e94
}

.contactUs-input select:focus {
    background-image: linear-gradient(45deg, transparent 50%, #333 60%), linear-gradient(135deg, #333 40%, transparent 50%) !important
}

.contactUs-input .contactUs-btn {
    background: #4d4d4d;
    border: 1px solid transparent;
    color: #b3b3b3;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 40px;
    transition: .4s;
    border-radius: 8px;
    height: auto;
    float: right
}

.contactUs-input .contactUs-btn:hover {
    background: 0 0;
    color: #4d4d4d;
    border-color: #4d4d4d
}

.btn:focus,
.contactUs-input .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .26)
}

.contactUs-para {
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    margin: 0 0 15px;
    text-transform: uppercase
}

.contact-bg-btn-back {
    margin-bottom: 9%
}

.contact-bg-btn {
    display: block;
    color: #fff;
    font-size: 5.5rem;
    text-align: center;
    font-weight: 900;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: 1;
    border: 3px solid #fff;
    transition: .4s
}

.contact-bg-btn:hover {
    text-decoration: none;
    color: #fff
}

.contact-bg-btn-back i {
    color: #fff;
    font-size: 7rem;
    text-align: center;
    display: block;
    line-height: 0;
    margin-top: 3%
}

@media(max-width:1024px) {
    .contact-bg-btn {
        font-size: 4.5rem
    }

    .contact-bg-btn-back i {
        font-size: 6rem
    }

    .contactUs-input select {
        font-size: 17px
    }
}

@media (max-width:991px) {
    .contactUs-wrap {
        border-right: none;
        border-bottom: 1px solid #4d4d4d
    }

    .contactUs-wrap:last-child {
        border-bottom: none
    }

    .contactUs-details p {
        text-align: left !important
    }

    .contactUs-table tbody {
        font-size: 13px
    }

    .contactUs-table .contact-head {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .contactUs-topic {
        font-size: 18px
    }

    .contactUs-input-back {
        background: #33333308;
        padding: 20px !important;
        border-radius: 15px
    }

    .contactUs-input input {
        height: 40px
    }

    .contact-bg-btn {
        font-size: 2.5rem
    }

    .contact-bg-btn-back i {
        font-size: 5rem
    }

    .contactUs-input select {
        font-weight: 500;
        font-size: 15px
    }
}

@media(max-width:575px) {
    .contact-bg-btn {
        font-size: 20px;
        border: 2px solid #fff
    }

    .contact-bg-btn-back i {
        font-size: 35px;
        margin-top: 2%
    }

    .contact-bg-btn-back {
        margin-bottom: 10%
    }
}

.news-section {
    background: #e6e6e6;
    padding: 10px !important;
    border-radius: 8px;
    margin-bottom: 50px
}

.news-image {
    width: auto;
    border-radius: 8px;
    max-height: 200px;
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    color: #666
}

.news-para {
    margin: 0;
    color: #5e5e5e;
    font-weight: 500;
    line-height: 1.5;
    font-size: 14px;
    text-align: justify
}

.news-para .more-link {
    display: none
}

.news-read-more a {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #666;
    width: fit-content;
    padding: 4px 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 15px 0 0;
    border: 1px solid transparent;
    transition: .4s;
    border-radius: 5px
}

.news-read-more a:hover {
    color: #666;
    background: 0 0;
    border: 1px solid #666;
    text-decoration: none
}

.news-date-back {
    text-align: right;
    position: relative;
    top: -10px;
    right: -20px
}

.news-date-back img {
    width: 25px;
    display: inline-block
}

.news-date-back p {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 500;
    margin: 0;
    display: inline-block
}

.news-text-back {
    padding: 10px 20px 10px 0 !important
}

.news-description {
    display: none
}

.news-banner-btn-back {
    position: relative;
    bottom: 14%
}

.news-banner-btn {
    color: #fff;
    font-size: 5.5rem;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 1;
    border-radius: 10px;
    border: 3px solid;
    padding: 10px 120px
}

.news-banner-btn:hover {
    color: #fff;
    text-decoration: none
}

.news-banner-btn-back i {
    color: #fff;
    font-size: 7rem;
    line-height: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 3%
}

.news-modal-image {
    max-height: 500px;
    object-fit: contain
}

@media(max-width:1024px) {
    .news-banner-btn-back {
        bottom: 12%
    }

    .news-banner-btn {
        font-size: 4.5rem;
        padding: 10px 75px
    }

    .news-banner-btn-back i {
        font-size: 6rem;
        margin-top: 3%
    }
}

@media(max-width:768px) {
    .news-banner-btn {
        font-size: 3.5rem;
        padding: 10px 75px
    }

    .news-banner-btn-back i {
        font-size: 4rem
    }
}

@media (max-width:575px) {
    .news-date-back {
        top: 0
    }

    .news-banner-btn {
        font-size: 25px;
        border: 2px solid;
        padding: 5px 35px
    }

    .news-banner-btn-back i {
        font-size: 35px
    }
}

.cement-img-topic {
    font-size: 16px;
    font-weight: 700;
    background: #c1272d;
    padding: 4px 6px;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase
}

.cement-img-text-back {
    margin-bottom: 35px
}

.cement-topic {
    font-size: 40px;
    color: #c1272d;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media(max-width:1024px) {
    .cement-img-topic {
        font-size: 15px
    }

    .cement-topic {
        font-size: 35px
    }
}

@media(max-width:768px) {
    .cement-topic {
        font-size: 25px;
        margin-bottom: 20px
    }

    .cement-img-text-back {
        margin-bottom: 25px
    }
}

.case-bg-color {
    background-color: #3babe1
}

.case-studies-table table {
    margin-bottom: 50px
}

.case-studies-table {
    margin-top: 40px
}

.case-studies-table th:first-child {
    border-right: 1px solid #fff
}

.case-studies-table th {
    background-color: #3babe1;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding: 10px 10px 10px 25px
}

.case-studies-table .table-text {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    width: 20%;
    text-transform: uppercase;
    vertical-align: middle
}

.case-studies-table td {
    vertical-align: middle;
    border-top: 1px solid #5e5e5e;
    background: #f2f2f2;
    padding: 15px 25px
}

.case-studies-table .case-img {
    padding: 15px 0 0 15px !important;
    background-color: transparent !important;
    width: 30%
}

.case-studies-table .case-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px
}

@media(max-width:768px) {
    .case-studies-table th {
        background-color: #3babe1;
        font-size: 16px;
        padding: 10px 10px 10px 10px
    }

    .case-studies-table .table-text {
        font-weight: 500;
        font-size: 16px;
        width: auto
    }

    .case-studies-table .case-img {
        padding: 10px 0 0 10px !important;
        width: auto;
        display: none
    }
}

.general-bg-text-back {
    position: absolute;
    bottom: -2%;
    left: -3%;
    width: 100%;
    height: 100%
}

.general-bg-logo {
    width: 100% !important;
    display: block;
    margin: 0 auto
}

.general-bg-badge {
    width: 65% !important;
    display: block;
    margin: 0 auto
}

.general-bg-text h1 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0 0
}

@media(max-width:1024px) {
    .general-bg-text-back {
        bottom: -4%;
        left: -2%
    }

    .general-bg-logo {
        width: 90% !important
    }

    .general-bg-badge {
        width: 55% !important
    }

    .general-bg-text h1 {
        font-size: 27px
    }
}

@media(max-width:768px) {
    .general-bg-logo {
        width: 70% !important
    }

    .general-bg-badge {
        width: 40% !important
    }

    .general-bg-text h1 {
        font-size: 25px
    }
}

@media(max-width:768px) {
    .general-bg-text-back {
        bottom: -6%;
        left: 0;
        padding: 0 25px !important
    }

    .general-bg-logo {
        width: 50% !important;
        margin: unset
    }

    .general-bg-badge {
        width: 40% !important;
        margin: unset
    }

    .general-bg-text h1 {
        font-size: 20px;
        text-align: left;
        padding: 0 25px
    }
}

.news-table table {
    background: #e6e6e6;
    font-size: 14px;
    color: #333
}

.news-table .table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
    border-left: 1px solid #dee2e6;
    text-align: center
}

.news-table .table tr {
    border-bottom: 1px solid #dee2e6
}

.news-table .table tr:last-child {
    border-bottom: none
}

.news-table .news-row {
    background-color: #fff
}

.news-table .news-row a {
    color: #333
}

.modal-next-btn {
    display: block;
    color: #fff !important;
    font-size: 14px;
    background: #666;
    width: fit-content;
    padding: 4px 15px;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid transparent;
    transition: .4s;
    border-radius: 5px
}

.water-landing-bags {
    margin-top: -7%;
    margin-bottom: 50px
}

.water-bg-badge {
    text-align: right
}

.water-bg-badge img {
    width: 70%;
    margin: 0 0 20% 0
}

.water-landing-table .table thead th {
    vertical-align: bottom;
    border: none;
    background: #0c68b3;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .8px;
    text-align: left
}

.water-landing-table .table td {
    vertical-align: middle;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    color: #5e5e5e;
    font-size: 15px;
    font-weight: 500;
    text-align: center
}

.water-landing-table .table td:last-child {
    border-right: none
}

.water-landing-table .table td img {
    width: 25px
}

.water-landing-table .table-text {
    padding-left: 35px;
    text-align: left !important
}

.water-landing-table .table-width {
    width: 23%
}

@media(max-width:767px) {
    .water-landing-bags {
        margin-bottom: 30px;
        padding: 0 25px !important
    }
}

.tile-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.title-badge-img {
    width: 150px !important;
}

.construction-cta-heading {
    text-align: center;
    color: #3FA0D9;
}

.under-construction-heading {
    font-size: 62px;
}

.under-construction-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.construction-cta {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.construction-cta-left {
    display: block;
    margin-right: auto;
    width: 50%;
}

.construction-cta-right {
    display: block;
    margin-left: auto;
    width: 50%;
}

.construction-cta-img {
    width: 100%;
}

.page-para-ul li::marker {
    font-size: 2em;
}

.page-para-ul li {
    padding-bottom: 10px;
}

.under-construction-margin-top {
    margin-top: 25%;
}

.superseal-table-border {
    border-left: 10px solid #fff !important;
}

.superseal-table div {
    display: inline-block;
}

.superseal-table-text {
    width: 55%;
    vertical-align: middle;
}

.superseal-table-img {
    width: 40%;
}

.superseal-table-img img {
    width: 100%;
}

.tile-image-with-description {
    row-gap: 50px;
}

.tile-img-text-applications p {
    width: 100%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 1;
}

.tile-img-section-appl {
    height: 30vh !important;

}

.tile-img-text-clients p {
    width: 100%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 10px;
    line-height: 1;
}

.row-margin-top-70 {
    margin-top: 70px;
}



@media(max-width:767px) {
    

    .under-construction-heading {
        font-size: 36px;
    }

    .under-construction-margin-top {
        margin-top: 50%;
    }

    .construction-cta {
        width: 70%;
    }

    .mobile-mb-70 {
        margin-bottom: 70px;
    }

    .tile-badge {
        right: -10px;
    }

    .construction-cta-left {
        margin-bottom: 40px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    
    .construction-cta-right {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

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

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

    .superseal-table-img {
        width: unset;
        text-align: center;
    }

    .superseal-table-text {
        width: 100%;
        vertical-align: middle;
    }
}