﻿@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

*, *:before, *:after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.trans, .three-grid a, .three-grid a:hover, .nav-bg-w, .top-pad, nav .nav-grid .ul li a, nav .nav-grid .ul li a:hover, .hero-slider .swiper-pagination-bullet, .hero-slider .swiper-pagination-bullet-active, .shade, .more-text svg, .more-text:hover svg, .each-ser-home h2, .each-ser-home .shade, .each-ser-home:hover .shade, .each-ser-home:hover h2, .footer-box div p svg, .footer-box div p:hover svg, .each-service .service-img, .each-service:hover .service-img, .each-service:hover svg, .detail-page .detail-sml .sidebar-box a, .detail-page .detail-sml .sidebar-box a:hover, .detail-page .detail-sml .sidebar-box .each-sidebar .each-side-img, .detail-page .detail-sml .sidebar-box .each-sidebar:hover .each-side-img {
    transition: 0.3s ease-in-out;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.btm-div {
    height: 80px;
}

@media (max-width: 1024px) {
    .btm-div {
        height: 83px;
    }
}

p {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.overflow {
    overflow: hidden;
}

.wrapper {
    width: 1250px;
    height: auto;
    position: relative;
    padding: 20px 0;
    margin: auto;
}

@media (max-width: 1500px) {
    .wrapper {
        width: 1200px;
    }
}

@media (max-width: 1250px) {
    .wrapper {
        width: 1100px;
    }
}

@media (max-width: 1100px) {
    .wrapper {
        width: 93%;
    }
}

.wrapper2 {
    width: 1100px;
    height: auto;
    position: relative;
    padding: 20px 0;
    margin: auto;
}

@media (max-width: 1600px) {
    .wrapper2 {
        width: 83%;
        /*width:1100px;*/
    }
}

@media (max-width: 1250px) {
    .wrapper2 {
        /*width: 1100px;*/
    }
}

@media (max-width: 1100px) {
    .wrapper2 {
        width: 93%;
    }
}

.two-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    position: relative;
}

@media (max-width: 1024px) {
    .two-grid {
        grid-template-columns: 1fr;
    }
}

.three-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    position: relative;
}

@media (max-width: 1024px) {
    .three-grid {
        grid-template-columns: 1fr;
    }
}

.three-grid a {
    color: white !important;
}

    .three-grid a:hover {
        color: white !important;
    }

.four-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    /*a {
        color: black !important;
        @extend .trans;

        &:hover {
            color: $blue !important;
            @extend .trans;
        }
    }*/
}

@media (max-width: 1024px) {
    .four-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 512px) {
    .four-grid {
        grid-template-columns: 1fr;
    }
}

.five-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

@media (max-width: 1024px) {
    .five-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 512px) {
    .five-grid {
        /*grid-template-columns: 1fr 1fr;*/
    }
}

img {
    width: 100%;
}

.nav-bg-w {
    background: #1a213f !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.top-pad {
    padding-top: 15px !important;
}

.lang-im img {
    width: 25px;
    vertical-align: bottom;
    margin: 0 10px;
}

@media (max-width: 1024px) {
    .lang-im img {
        vertical-align: middle;
    }
}

@media (max-width: 1024px) {
    .lang-im {
        direction: ltr;
        vertical-align: middle;
    }
}

nav {
    position: fixed;
    width: 100%;
    z-index: 100;
    font-family: 'Inter', sans-serif;
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

    nav .nav-log {
        padding-top: 4px;
        width: 90px;
    }

    nav .sub-menu {
        position: absolute;
        width: 100px;
        background: white;
        text-align: left;
        padding: 10px;
        color: #003394;
        display: none;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

@media (max-width: 1024px) {
    nav .sub-menu {
        position: relative !important;
        width: unset !important;
    }
}

nav .sub-menu li {
    font-size: 13px !important;
    margin: 0 !important;
}

nav .nav-content {
    padding-top: 20px;
    text-align: right;
}

nav .wrapperBig {
    padding: 5px 0;
    padding: 5px 0;
}

nav .phone {
    width: 22px;
    height: 22px;
    fill: #414141;
    vertical-align: middle;
}

nav .nav-grid {
    display: grid;
    grid-template-columns: 150px 1fr;
    padding: 0;
}

@media (min-width: 1024px) {
    nav .nav-grid .ul {
        display: inline;
    }
}

nav .nav-grid .ul {
    padding: 0;
}

    nav .nav-grid .ul li {
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        font-size: 18px;
        margin-left: 20px;
        margin-right: 20px;
        color: green;
    }

@media (max-width: 1302px) and (min-width: 1024px) {
    nav .nav-grid .ul li {
        font-size: 16px;
        margin-left: 20px;
    }
}

nav .nav-grid .ul li a {
    color: #414141;
}

    nav .nav-grid .ul li a:hover {
        color: #003394;
    }

@media (max-width: 1024px) {
    nav {
        /* Icon 2 */
    }

        nav .nav-grid {
            grid-template-columns: 120px 1fr;
        }

        nav .lang svg {
            width: 33px !important;
            height: 33px !important;
        }

        nav .nav-log {
            padding-top: 15px;
        }

        nav #arrow {
            display: none;
        }

        nav .lang {
            width: 60px;
        }

            nav .lang .lang-name {
                top: 64px !important;
                left: 87% !important;
                padding: 0 10px;
            }

        nav .mobile-menu-btn {
            display: inline;
            z-index: 100;
        }

        nav .ul {
            display: none;
            position: absolute;
            top: 284px;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
            width: 100%;
            z-index: 1;
            padding: 20px !important;
            text-align: left;
            height: 432px;
        }

            nav .ul li {
                line-height: 46px;
                display: block !important;
                background: #f1f4fe;
                margin: 11px 0 auto;
                padding: 0 15px;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }

        nav .nav-content {
            display: grid;
            grid-template-columns: 60px 90px;
            direction: rtl;
            padding-top: 17px;
        }

        nav #nav-icon2 {
            width: 45px;
            height: 40px;
            position: relative;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
        }

            nav #nav-icon2 span {
                display: block;
                position: absolute;
                height: 2px;
                width: 50%;
                background: #003394;
                opacity: 1;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }

                nav #nav-icon2 span:nth-child(even) {
                    left: 50%;
                    border-radius: 0 9px 9px 0;
                }

                nav #nav-icon2 span:nth-child(odd) {
                    left: 6px;
                    border-radius: 9px 0 0 9px;
                }

                nav #nav-icon2 span:nth-child(1), nav #nav-icon2 span:nth-child(2) {
                    top: 6px;
                }

                nav #nav-icon2 span:nth-child(3), nav #nav-icon2 span:nth-child(4) {
                    top: 18px;
                }

                nav #nav-icon2 span:nth-child(5), nav #nav-icon2 span:nth-child(6) {
                    top: 30px;
                }

            nav #nav-icon2.open span:nth-child(1), nav #nav-icon2.open span:nth-child(6) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            nav #nav-icon2.open span:nth-child(2), nav #nav-icon2.open span:nth-child(5) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            nav #nav-icon2.open span:nth-child(1) {
                left: 5px;
                top: 10px;
            }

            nav #nav-icon2.open span:nth-child(2) {
                left: calc(50% - 5px);
                top: 10px;
            }

            nav #nav-icon2.open span:nth-child(3) {
                left: -50%;
                opacity: 0;
            }

            nav #nav-icon2.open span:nth-child(4) {
                left: 100%;
                opacity: 0;
            }

            nav #nav-icon2.open span:nth-child(5) {
                left: 5px;
                top: 23px;
            }

            nav #nav-icon2.open span:nth-child(6) {
                left: calc(50% - 5px);
                top: 23px;
            }
}

nav .padd {
    padding: 5px 0;
}

.hero-slider .swiper-slide {
    height: 100vh;
    width: 100%;
}

.hero-slider .slide-bg {
    width: 100%;
    height: 100vh;
    position: relative;
}

    .hero-slider .slide-bg .slide-bg-img {
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.2);
        width: 100%;
        height: 100%;
        transition: 0.5s ease-in-out;
    }

    .hero-slider .slide-bg .slide-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 600px;
        width: 100%;
        text-align: center;
        color: white;
    }

        .hero-slider .slide-bg .slide-title h1 {
            font-size: 50px;
        }

@media screen and (max-width: 500px) {
    .hero-slider .slide-bg .slide-title h1 {
        font-size: 40px;
    }
}

@media (max-media: 1000px) {
    .hero-slider .slide-bg .slide-title h1 {
        font-size: 20px !important;
    }
}

.hero-slider .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
}

.hero-slider .swiper-pagination-bullet-active {
    width: 40px;
    background: white;
}

.hero-slider .swiper-slide.swiper-slide-active .slide-bg-img {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s ease-in-out;
}

.hero-slider .swiper-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
    bottom: 40px;
}

.shade {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.about-home {
    padding: 50px 0;
    text-align: center;
}

    .about-home h6 {
        font-weight: normal;
        color: #676767;
        font-size: 18px;
        margin: 0;
    }

    .about-home h1 {
        color: #003394;
        line-height: 45px;
        font-size: 35px;
    }


@media (max-width: 1024px) {
    .about-home h1 {
        font-size: 25px;
    }
}

.about-home p {
    color: #565656;
}

@media (max-width: 500px) {
    .about-home p {
        text-align: left !important;
    }
}

.more-text {
    color: #003394;
}

    .more-text a {
        color: #003394;
    }

    .more-text svg {
        vertical-align: middle;
        margin-left: 10px;
    }

    .more-text:hover svg {
        margin-left: 18px;
    }

.more-btn {
    background: #003394;
    padding: 5px 15px;
    width: 200px;
}

    .more-btn a {
        color: white !important;
    }

.service-home {
    grid-gap: 0 !important;
}

    .service-home .firts-ser {
        position: relative;
        text-align: center;
        width: 80%;
        margin: auto;
    }

@media (max-width: 1024px) {
    .service-home .firts-ser {
        padding-bottom: 50px;
    }
}

.service-home .firts-ser img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: -1;
}

@media (max-width: 1024px) {
    .service-home .firts-ser img {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 161%;
        z-index: -1;
        opacity: 0.5;
    }
}

.service-home .firts-ser .more-btn {
    margin: auto;
}

.each-ser-home {
    background-position: center;
    background-size: cover;
    position: relative;
    height: 300px;
    text-align: center;
}

    .each-ser-home h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        font-size: 20px;
    }

    .each-ser-home .shade {
        background: rgba(0, 0, 0, 0.5);
    }

    .each-ser-home:hover .shade {
        background: rgba(0, 0, 0, 0.1);
    }

    .each-ser-home:hover h2 {
        top: 30%;
    }

.safety-home {
    background-position: center;
    background-size: cover;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #003394;
}

    .safety-home p {
        width: 50%;
        margin: auto;
        color: #003394;
    }

@media (max-width: 1024px) {
    .safety-home p {
        width: 96%;
    }
}

@media (max-width: 500px) {
    .safety-home p {
        text-align: left !important;
    }
}

.new-section {
    /*background: #a6b8da;*/
}

    .new-section .btm {
        margin-top: 0;
    }

        .new-section .btm .text-box {
            margin-left: 0;
            margin-right: -90px;
            margin-top: 70px;
            background: #003394;
            padding: 40px;
        }

@media (max-width: 1024px) {
    .new-section .btm .text-box {
        margin-right: 0px;
        margin-top: 10px;
        padding: 20px;
    }
}

.new-section .top-new {
    height: 460px;
}

    .new-section .top-new .left-bg-img {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 400px;
    }

@media (max-width: 1024px) {
    .new-section .top-new .left-bg-img {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .new-section .top-new {
        height: auto;
    }
}

.new-section .right-text {
    background: #A6B8DA;
    color: white;
    position: relative;
}

.new-section .two-grid {
    grid-gap: 0;
}

.new-section .text-box {
    margin-left: -90px;
    margin-top: 70px;
    background: #003394;
    padding: 40px;
    position: absolute;
    height: 400px;
}

@media (max-width: 1024px) {
    .new-section .text-box {
        position: relative;
        height: auto;
        margin-top: 0px;
        margin-left: 0;
        padding: 20px;
    }
}

footer {
    background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #DCDFE4 100%);
    position: relative;
    padding-top: 80px;
    overflow: hidden;
}

    footer a {
        color: #565656 !important;
    }

    footer .g {
        position: absolute;
        top: 190px;
        right: -13%;
    }

@media (max-width: 1024px) {
    footer .g {
        top: 38px;
        right: -13%;
        width: 200%;
    }
}

.footer-box .logo-fo {
    width: 200px;
    margin: auto;
}

.footer-box h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #003394;
    width: 70%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.footer-box .social-p svg {
    fill: #003394;
    margin-right: 20px;
}

.footer-box div h2 {
    /* Quick Links */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .footer-box div h2 {
        margin-top: 10px;
    }
}

.footer-box div p svg {
    margin-right: 5px;
}

.footer-box div p:hover {
    color: #003394;
}

    .footer-box div p:hover svg {
        margin-right: 10px;
    }

.about-page-top {
    background: #F5F5F6;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}

    .about-page-top .abt-img {
        height: 400px;
        width: 100%;
        background-position: center;
        background-size: cover;
    }

    .about-page-top .abt-text {
        position: relative;
        z-index: 1;
    }

        .about-page-top .abt-text h1 {
            color: #003394;
        }

        .about-page-top .abt-text h5 {
            font-weight: normal;
            color: gray;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .about-page-top .abt-text .g2 {
            position: absolute;
            top: 75px;
            right: -83%;
            width: 196%;
            z-index: -1;
            opacity: 0.4;
        }

@media (max-width: 1024px) {
    .about-page-top .abt-text .g2 {
        top: 38px;
        right: -13%;
        width: 240%;
    }
}

.shape-box {
    position: absolute;
    top: 0;
    width: 300px;
    height: 300px;
}

.s1 {
    position: absolute;
    width: 157px;
    height: 157px;
    left: -4px;
    top: -7px;
    background: #F2F7FF;
    transform: rotate(177.31deg);
    z-index: 1;
}

.s2 {
    /* Rectangle 79 */
    position: absolute;
    width: 157.99px;
    height: 157.99px;
    left: 18px;
    top: 12px;
    background: #E6EBF5;
    transform: rotate(177.31deg);
    z-index: 0;
}

.s3 {
    /* Rectangle 78 */
    position: absolute;
    width: 157.99px;
    height: 157.99px;
    left: 48px;
    top: 37px;
    background: rgba(209, 218, 238, 0.37);
    transform: rotate(177.31deg);
}

.service-title {
    text-align: center;
    margin-bottom: 20px;
}

    .service-title p {
        color: gray;
        font-size: 19px;
    }

    .service-title h1 {
        color: #003394;
        width: 50%;
        margin: auto;
    }

@media (max-width: 1024px) {
    .service-title h1 {
        width: 100%;
    }
}

.each-service .service-img {
    height: 250px;
    background-position: center;
    background-size: cover;
}

.each-service:hover .service-img {
    background-position: 20% 80%;
}

.each-service:hover svg {
    margin-left: 20px;
}

.each-service .service-text {
    padding: 10px 15px;
}

    .each-service .service-text h2 {
        /* Concrete Batch Plant */
        font-size: 19px;
        line-height: 29px;
        color: #161616;
        margin-bottom: 0;
        margin-top: 5px;
        /* identical to box height, or 130% */
        color: #161616;
    }

    .each-service .service-text p {
        font-size: 16px;
        line-height: 25px;
        /* or 188% */
        color: #676767;
        margin-top: 10px;
    }

.detail-page {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px;
}

@media (max-width: 1024px) {
    .detail-page {
        grid-template-columns: 1fr;
    }
}

.detail-page .detail-main img {
    margin-bottom: 10px;
}

.detail-page .detail-sml .sidebar-box {
    border-top: 4px #003394 solid;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    /*box-shadow: 0px 10px 35px 0px rgba(53, 82, 99, 0.7);*/
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
}

    .detail-page .detail-sml .sidebar-box a {
        color: #565656;
    }

        .detail-page .detail-sml .sidebar-box a:hover {
            color: #003394;
        }

    .detail-page .detail-sml .sidebar-box h2 {
        margin-bottom: 20px;
    }

    .detail-page .detail-sml .sidebar-box .each-sidebar {
        display: grid;
        grid-template-columns: 80px 1fr;
        grid-gap: 10px;
        margin: 20px 0;
    }

        .detail-page .detail-sml .sidebar-box .each-sidebar .each-side-text h4 {
            margin: 0;
        }

        .detail-page .detail-sml .sidebar-box .each-sidebar .each-side-img {
            background-position: center;
            background-size: cover;
            height: 60px;
            width: 100%;
        }

        .detail-page .detail-sml .sidebar-box .each-sidebar:hover .each-side-img {
            background-position: 20% 80%;
        }


#gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (max-width: 1024px) {
    #gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {
    #gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}