﻿@font-face {
    font-family: 'OPTIFuturaDemiBold';
    src: url("../font/OPTIFuturaDemiBold.ttf");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SansSerifFLF';
    src: url("../font/SansSerifFLF.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url("../font/CenturyGothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gradient {
    background: linear-gradient(to right, #00613E 6%, #005AAA 39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

*, *:before, *:after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.trans, .nav .sub-menu li, .nav .sub-menu li:hover, .nav .nav-grid .ul li a, .nav .nav-grid .ul li a:after, .nav .nav-grid .ul li a:hover, .nav .nav-grid .ul li a:hover:after, .nav .nav-grid .lang:hover svg, .nav .nav-grid .lang .lang-name a, .nav .nav-grid .lang .lang-name a:hover, .nav .nav-grid .lang svg, .more2, .more svg, .more:hover svg, .home-about .abt-img-box .abt-img, .home-about .abt-img-box .gr-box, .home-about .abt-img-box:hover .gr-box, .home-about .abt-img-box:hover .abt-img, .each-abt-box svg, .each-abt-box:after, .each-abt-box:before, .each-abt-box:hover svg, .each-abt-box:hover:after, .each-abt-box:hover:before, .each-service:hover .more2, .each-service .service-img, .each-service .service-img:hover, .each-project .project-title, .each-project .project-title h2, .each-project:hover .project-title, .each-project:hover .project-title h2, .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, .ex-offer .button, .ex-offer .button:hover {
    transition: 0.3s ease-in-out;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic';
    color: #303030;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'OPTIFuturaDemiBold';
}

p {
    font-family: 'Century Gothic';
    /*color:$p-color*/
    /*font-size: 18px;*/
}

ul, li {
    font-family: 'Century Gothic';
}

.wrapper {
    width: 1280px;
    height: auto;
    position: relative;
    padding: 20px 0;
    margin: auto;
}

@media (max-width: 1500px) {
    .wrapper {
        width: 1150px;
    }
}

@media (max-width: 1200px) {
    .wrapper {
        width: 952px;
    }
}

@media (max-width: 992px) {
    .wrapper {
        width: 95%;
    }
}

body li {
    list-style-type: none;
}

body a {
    text-decoration: none;
}

.two-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

@media (max-width: 1024px) {
    .two-grid {
        grid-template-columns: 1fr;
    }
}

.three-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

@media (max-width: 1024px) {
    .three-grid {
        grid-template-columns: 1fr;
    }
}

.four-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

@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;
    }
}

@media (max-width: 512px) {
    .five-grid {
        grid-template-columns: 1fr;
    }
}

img {
    width: 100%;
}

.nav-bg {
    /*background: linear-gradient(180deg, rgba(51, 51, 51, 0.63) 0%, rgba(0, 0, 0, 0) 100%);*/
    /*background: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);


    @media(max-width:$break) {
        margin-bottom: -7px;
    }*/
}

.shade {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(91deg, rgba(43, 43, 43, 0.38) 0.86%, rgba(255, 255, 255, 0) 101.42%);
    height: 100%;
    width: 100%;
}

.nav {
    position: fixed;
    width: 100%;
    z-index: 2000;
    font-family: 'OPTIFuturaDemiBold';
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.63) 0%, transparent 100%);
    background: linear-gradient(180deg, #333333 0%, transparent 100%);
    /*background: #fff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);*/
}

    .nav .nav-bg-shape {
        position: absolute;
        left: 167px;
        z-index: 1;
        top: -5px;
    }

    .nav .wrapper {
        padding: 5px 0;
    }

@media (max-width: 1024px) {
    .nav .wrapper {
        padding: 2px 0;
    }
}

.nav .nav-log {
    padding-top: 4px;
    width: 100%;
}

@media (max-width: 1024px) {
    .nav .nav-log {
        width: 100%;
    }
}

.nav .nav-content {
    padding-top: 10px;
    text-align: right;
    z-index: 2;
}

.nav .plusi {
    stroke: white;
    fill: white;
    width: 15px;
    height: 15px;
    margin-left: 2px;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .nav .plusi {
        stroke: black !important;
        fill: black;
    }
}

.nav .sub-menu {
    position: absolute;
    width: 223px;
    background: white;
    text-align: left;
    padding: 10px;
    /*color: $blue;*/
    display: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding-top: 10px;
    z-index: -1;
    top: 34px;
}

    .nav .sub-menu svg {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

@media (max-width: 1024px) {
    .nav .sub-menu {
        position: relative !important;
        width: unset !important;
        z-index: 1;
        background: unset !important;
        padding-top: 0px;
        box-shadow: unset;
        top: unset;
    }

        .nav .sub-menu li {
            background: unset !important;
            border-bottom: solid 1px #b4b4b4;
        }
}

.nav .sub-menu li {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 33px;
    transform: scale(1);
    display: block !important;
    color: #303030 !important;
}

    .nav .sub-menu li a {
        padding: 7px 0;
    }

        .nav .sub-menu li a:after {
            display: none;
        }

    .nav .sub-menu li:hover {
        font-size: 15px !important;
        color: #00613E !important;
    }

.nav .wrapperBig {
    padding: 5px 0;
    padding: 5px 0;
}

.nav .nav-grid {
    display: grid;
    grid-template-columns: 240px 1fr;
}

@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: 16px;
        margin-left: 20px;
        margin-right: 20px;
        color: white;
        position: relative;
    }

@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: unset;
}

    .nav .nav-grid .ul li a:after {
        /*content: "";
                        position: absolute;
                        top: 9px;
                        left: 10px;
                        transform: translate(-50%, -50%) rotate(218deg);
                        width: 13px;
                        height: 38px;
                        background: rgba(255,255,255,0.5);
                        border-radius: 10px;*/
        content: "";
        position: absolute;
        top: 9px;
        left: 10px;
        transform: translate(-50%, -50%) rotate(190deg);
        width: 13px;
        height: 38px;
        background: rgba(255, 255, 255, 0);
        border-radius: 10px;
        z-index: -1;
    }

@media (max-width: 1024px) {
    .nav .nav-grid .ul li a:after {
        display: none;
    }
}

.nav .nav-grid .ul li a:hover {
    /*color: $green;*/
}

    .nav .nav-grid .ul li a:hover:after {
        position: absolute;
        top: 19px;
        left: 23px;
        transform: translate(-50%, -50%) rotate(270deg);
        width: 3px;
        height: 51px;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 10px;
    }

.nav .nav-grid .lang {
    display: inline;
    margin-left: 15px;
    position: relative;
}

    .nav .nav-grid .lang:hover svg {
        /*fill: $blue;*/
    }

    .nav .nav-grid .lang .lang-name {
        display: none;
        position: absolute;
        top: 85px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 0 18px;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
        z-index: -1;
    }

        .nav .nav-grid .lang .lang-name p {
            margin: 3px 0;
            text-align: left;
        }

        .nav .nav-grid .lang .lang-name a {
            color: #00613E;
        }

            .nav .nav-grid .lang .lang-name a:hover {
                color: #303030;
            }

    .nav .nav-grid .lang svg {
        width: 28px;
        height: 28px;
        fill: #00613E;
        vertical-align: middle;
    }

    .nav .nav-grid .lang #arrow {
        transform: rotate(90deg);
        width: 13px;
        height: 13px;
    }

@media (max-width: 1024px) {
    .nav {
        /* Icon 2 */
    }

        .nav .nav-grid {
            grid-template-columns: 1fr 50px;
        }

        .nav .lang svg {
            width: 28px !important;
            height: 28px !important;
        }

        .nav .nav-log {
            padding-top: 16px;
            width: 200px;
        }

        .nav #arrow {
            display: none;
        }

        .nav .lang {
            width: 110px;
            padding-top: 6px;
        }

            .nav .lang .lang-name {
                top: 81px !important;
                left: 87% !important;
            }

        .nav .mobile-menu-btn {
            display: inline;
            z-index: 100;
        }

        .nav .ul {
            display: none;
            position: absolute;
            top: 327px;
            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: 550px;
            overflow-y: scroll;
        }

            .nav .ul li {
                line-height: 46px;
                display: block !important;
                background: #ebebeb;
                margin: 11px 0 auto;
                padding: 0 15px;
                margin-left: 0 !important;
                margin-right: 0 !important;
                color: #303030 !important;
                direction: ltr;
            }

                .nav .ul li a {
                    display: inline-block;
                    width: 100%;
                    color: #303030 !important;
                }

        .nav .nav-content {
            display: grid;
            grid-template-columns: 60px 90px;
            direction: rtl;
            padding-top: 11px;
        }

        .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: white;
                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;
}

.secondery-nav {
    padding: 5px 0;
    /*background: white;*/
}

@media (max-width: 1024px) {
    .secondery-nav {
        display: none !important;
    }
}

.secondery-nav .wrapper {
    border-bottom: solid 1px;
    border-color: rgba(255, 255, 255, 0.3);
}

.secondery-nav .grids {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
}

.secondery-nav svg {
    width: 21px;
    height: 21px;
    fill: white;
    vertical-align: middle;
    margin-right: 5px;
}

.secondery-nav p, .secondery-nav a {
    color: white;
    font-size: 14px;
    margin: 5px 0;
}

.secondery-nav .social-icons-nav {
    text-align: right;
}

    .secondery-nav .social-icons-nav a {
        margin-left: 25px;
    }

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ul,
body li {
    margin: 0;
    padding: 0;
}

.slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
}

    .slider-title h1 {
        font-size: 45px;
        width: 60%;
        font-weight: 400;
    }

@media (max-width: 1024px) {
    .slider-title h1 {
        width: 100%;
        font-size: 35px;
    }
}

.slider-title p {
    width: 60%;
    line-height: 30px;
}

@media (max-width: 1024px) {
    .slider-title p {
        display: none;
    }
}

.swiper-slide-active {
    animation-name: up2;
    animation-duration: 1s;
}

    .swiper-slide-active .slider-title h1 {
        animation-name: up1;
        animation-duration: 2s;
    }

    .swiper-slide-active .slider-title p {
        /*animation-name: up1;
            animation-duration: 3s;*/
    }

@media (max-width: 1024px) {
    .swiper-slide-active .slider-title p {
        width: 100%;
    }
}

@keyframes up1 {
    from {
        margin-top: 10%;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes up2 {
    from {
        /*margin-top: 50%;*/
        opacity: 0.5;
    }

    to {
        /*margin-top: 0;*/
        opacity: 1;
    }
}

.more2 svg {
    vertical-align: middle;
}

.more {
    background: #E6473B;
    max-width: 250px;
    padding: 10px 15px;
    color: white;
    margin-top: 40px;
}

    .more a {
        color: white;
    }

    .more svg {
        vertical-align: middle;
    }

    .more:hover svg {
        margin-left: 15px;
    }

.overflow {
    overflow: hidden;
}

.section-title h4 {
    color: #303030;
}

    .section-title h4 span {
        width: 30px;
        height: 2px;
        display: inline-block;
        background: #E6473B;
        margin-right: 10px;
        vertical-align: super;
    }

.section-title h1 {
    font-size: 40PX;
}

.section-title2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    /*span {
        background: #DADADA;
        width: 1px;
        height: 60px;
        margin-top: 24px;
    }*/
}

@media (max-width: 1024px) {
    .section-title2 {
        grid-template-columns: 1fr;
    }
}

.section-title2 h1 {
    width: 70%;
}

@media (max-width: 1024px) {
    .section-title2 h1 {
        width: 100%;
    }
}

.section-title2 p {
    margin-top: 34px;
    border-left: solid 1px #b9b9b9;
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .section-title2 p {
        margin-top: 4px;
    }
}

.abt-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 65px;
}

    .abt-grid .more {
        background: #303030;
    }

@media (max-width: 1024px) {
    .abt-grid {
        grid-template-columns: 1fr;
    }
}

.home-about {
    margin-top: 90px;
}

@media (max-width: 1024px) {
    .home-about {
        margin-top: 50px;
    }
}

.home-about .abt-content {
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .home-about .abt-content {
        margin-top: 10px;
    }
}

.home-about .abt-img-box {
    position: relative;
    margin-left: 30px;
}

    .home-about .abt-img-box .abt-img {
        width: 300px;
        height: 400px;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 504px;
    }

@media (max-width: 1024px) {
    .home-about .abt-img-box .abt-img {
        width: 90%;
        height: 300px;
    }
}

.home-about .abt-img-box .gr-box {
    width: 373px;
    height: 100%;
    background: linear-gradient(0deg, #E6473B 0%, #FAE543 100%);
    position: absolute;
    top: 46%;
    right: -141px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 1024px) {
    .home-about .abt-img-box .gr-box {
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #E6473B 0%, #FAE543 100%);
        position: absolute;
        top: 42%;
        left: 44%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}

.home-about .abt-img-box:hover .gr-box {
    width: 373px;
    height: 100%;
    background: linear-gradient(0deg, #E6473B 0%, #FAE543 100%);
    position: absolute;
    top: 37%;
    right: -68px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.home-about .abt-img-box:hover .abt-img {
    scale: 1.1;
}

.home-about .abt-img-box .gr-box2 {
    width: 300px;
    height: 100px;
    background: linear-gradient(0deg, #E6473B 0%, #FAE543 100%);
    position: absolute;
    bottom: -50px;
    right: -17px;
    transform: translate(-50%, -50%);
}

    .home-about .abt-img-box .gr-box2 h4 {
        font-size: 24px;
        padding-left: 20px;
        padding-top: 10px;
        color: white;
    }

.each-abt-box {
    /* Rectangle 44 */
    padding: 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.11);
    text-align: center;
    position: relative;
}

    .each-abt-box svg {
        width: 50px;
        height: 50px;
    }

    .each-abt-box h2 {
        font-size: 15px;
        margin-top: 10px;
    }

    .each-abt-box:after {
        content: "";
        position: absolute;
        top: 17px;
        right: -17px;
        transform: translate(-50%, -50%);
        width: 35px;
        height: 35px;
        border-top: solid #E6473B 2px;
        z-index: 2;
        border-right: solid #E6473B 2px;
    }

    .each-abt-box:before {
        content: "";
        position: absolute;
        top: 107px;
        left: 17px;
        transform: translate(-50%, -50%);
        width: 35px;
        height: 35px;
        border-bottom: solid #E6473B 2px;
        z-index: 2;
        border-left: solid #E6473B 2px;
    }

    .each-abt-box:hover svg {
        scale: 1.5;
    }

    .each-abt-box:hover:after {
        content: "";
        position: absolute;
        top: 29px;
        right: -30px;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-top: solid #E6473B 2px;
        z-index: 2;
        border-right: solid #E6473B 2px;
    }

    .each-abt-box:hover:before {
        content: "";
        position: absolute;
        top: 94px;
        left: 30px;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-bottom: solid #E6473B 2px;
        z-index: 2;
        border-left: solid #E6473B 2px;
    }

.service-home {
    /*background: #E8EBF4;*/
    /* Style the buttons inside the tab */
    /* Change background color of buttons on hover */
    /* Create an active/current tablink class */
    /* Style the tab content */
}

    .service-home .swiper {
        width: 100%;
        height: 380px;
        padding-left: 1px;
    }

    .service-home .tab {
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        /*background-color: #f1f1f1;*/
        margin-bottom: 30px;
    }

        .service-home .tab button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 14px 16px;
            transition: 0.3s;
            font-size: 17px;
            font-weight: bold;
            color: #303030;
            font-family: 'OPTIFuturaDemiBold';
            padding-left: 0;
            padding-right: 30px;
        }

            .service-home .tab button.active {
                border-bottom: solid #E6473B;
            }

    .service-home .tabcontent {
        display: none;
        padding: 6px -3px;
        /*border: 1px solid #ccc;*/
        /*border-top: none;*/
    }

.swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 22px;
}

.swiper-button-next, .swiper-button-prev {
    background: rgba(255, 255, 255, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.each-service {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    color: #303030;
    margin-right: 2px;
}

    .each-service a {
        color: #303030;
    }

    .each-service:hover .more2 {
        margin-left: 10px;
    }

    .each-service .service-img {
        height: 250px;
        background-position: center;
        background-size: cover;
        width: 100%;
    }

        .each-service .service-img:hover {
            background-position: 20% 80%;
        }

    .each-service .service-title {
        text-align: left;
        padding: 20px;
    }

.project-home {
    background: #E8EBF4;
    margin: 40px 0;
    padding: 50px 0;
}

.each-project {
    height: 420px;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
}

    .each-project .project-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* Rectangle 46 */
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, transparent 13.02%, rgba(0, 0, 0, 0.74) 100%);
        text-align: center;
    }

        .each-project .project-title h2 {
            position: absolute;
            bottom: 30px;
            left: 10px;
            color: white;
            text-align: center;
        }

    .each-project:hover .project-title {
        background: rgba(0, 0, 0, 0.7);
    }

        .each-project:hover .project-title h2 {
            position: absolute;
            bottom: 50%;
            left: 10px;
            color: white;
            text-align: center;
        }

.highlight-home {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

@media (max-width: 1024px) {
    .highlight-home {
        grid-template-columns: 1fr;
    }
}

.highlight-home .each-service {
    background: #FFFFFF;
    box-shadow: none;
}

.highlight-home .service-img {
    height: 250px;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.highlight-home .h-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media (max-width: 600px) {
    .highlight-home .h-post {
        grid-template-columns: 1fr;
    }
}

.highlight-home .h-top {
    padding: 20px;
    margin-bottom: 20px;
}

    .highlight-home .h-top p {
        line-height: 30px;
    }

.highlight-home .h-btm {
    padding: 20px;
    padding-right: 120px;
    position: relative;
    height: 350px;
}

@media (max-width: 1024px) {
    .highlight-home .h-btm {
        height: 370px;
        padding-top: 0;
    }
}

.highlight-home .orng-border {
    position: absolute;
    top: 62%;
    left: 40%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .highlight-home .orng-border {
        display: none;
    }
}

.highlight-home .factory {
    position: absolute;
    top: 97%;
    left: 10%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .highlight-home .factory {
        width: 250px;
        top: 220px;
        left: 124px;
    }
}

.gio-home {
    margin-top: 60px;
    background-position: center;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}

@media (max-width: 1024px) {
    .gio-home {
        height: auto;
    }
}

.gio-content {
    color: white;
    padding-top: 100px;
}

    .gio-content h1 {
        margin-bottom: 30px;
    }

    .gio-content .each-gio {
        margin-bottom: 30px;
    }

.download {
    color: white;
    margin-bottom: 40px;
}

    .download a {
        color: white;
    }

    .download svg {
        vertical-align: middle;
    }

    .download:hover {
        color: #E6473B;
        text-decoration: underline;
    }

.half-width {
    width: 50%;
}

@media (max-width: 1024px) {
    .half-width {
        width: 100%;
    }
}

.clients-home {
    height: 500px;
    position: relative;
    padding-top: 100px;
}

@media (max-width: 1024px) {
    .clients-home {
        padding-top: 30px;
        height: auto;
    }
}

.clients-home .bgimgc {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

footer {
    background: #303030;
    color: white;
    padding-top: 80px;
    position: relative;
    margin-top: 50px;
}

@media (max-width: 1024px) {
    footer {
        padding-top: 30px;
    }
}

footer a {
    color: #d7d7d7;
}

footer .logo {
    width: 300px;
}

footer .three-grid {
    grid-gap: 30px;
}

footer div:nth-child(1) svg {
    margin-right: 15px;
}

footer div:nth-child(2) p, footer div:nth-child(3) p {
    font-size: 15px;
}

.footer-info {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #3F3F3F;
    border-radius: 15px;
    padding: 26px;
}

@media (max-width: 1024px) {
    .footer-info {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-bottom: 20px;
    }
}

.footer-info h3 {
    font-size: 16px;
}

.footer-info .each-info {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 10px;
}

    .footer-info .each-info p {
        margin: 0;
    }

.hero-slider {
    position: relative;
    /*.mySwipernew .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }*/
}

    .hero-slider .swiper {
        /*width: 100%;*/
        height: 100vh;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-slider .swiper-slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .hero-slider .mySwipernew2 {
        height: 100vh;
        width: 100%;
    }

@media (max-width: 1024px) {
    .hero-slider .mySwipernew2 {
        height: 80vh;
    }
}

.hero-slider .swiper-pagination {
    text-align: left;
    padding-left: 10px;
    bottom: 44px !important;
}

    .hero-slider .swiper-pagination .swiper-pagination-bullet {
        background: white;
    }

@media (min-width: 1024px) {
    .hero-slider .swiper-pagination {
        display: none;
    }
}

.hero-slider .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.hero-slider .mySwipernew {
    height: 20%;
    box-sizing: border-box;
    padding: 0 !important;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 100%;*/
    border-color: rgba(255, 255, 255, 0.5);
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    color: white;
}

@media (max-width: 1024px) {
    .hero-slider .mySwipernew {
        display: none;
    }
}

.hero-slider .mySwipernew .swiper-slide-thumb-active {
    border-top: solid #E6473B !important;
    opacity: 1 !important;
}

.abt-header {
    height: 400px !important;
}

.page-header {
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative;
}

    .page-header .header-content {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .page-header .header-content a {
            color: white;
        }

.shade-gr {
    background: linear-gradient(40deg, #e6473b, #ffd34b);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 11s ease infinite;
    -moz-animation: AnimationName 11s ease infinite;
    animation: AnimationName 11s ease infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    height: 100%;
    width: 101%;
}

.page-header2 {
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
    position: relative;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 26%;
    }

    50% {
        background-position: 100% 75%;
    }

    100% {
        background-position: 0% 26%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 26%;
    }

    50% {
        background-position: 100% 75%;
    }

    100% {
        background-position: 0% 26%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 26%;
    }

    50% {
        background-position: 100% 75%;
    }

    100% {
        background-position: 0% 26%;
    }
}

.page-header2 .header-content {
    color: white;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .page-header2 .header-content a {
        color: white;
    }

.page-header3 {
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
    position: relative;
    background: linear-gradient(40deg, #e6473b, #ffd34b);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 11s ease infinite;
    -moz-animation: AnimationName 11s ease infinite;
    animation: AnimationName 11s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 26%;
    }

    50% {
        background-position: 100% 75%;
    }

    100% {
        background-position: 0% 26%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 26%;
    }

    50% {
        background-position: 100% 75%;
    }

    100% {
        background-position: 0% 26%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 26%;
    }

    50% {
        background-position: 100% 75%;
    }

    100% {
        background-position: 0% 26%;
    }
}

.page-header3 .header-content {
    color: white;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .page-header3 .header-content a {
        color: white;
    }

.page-header {
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative;
}

    .page-header .header-content {
        color: white;
        font-size: 25px;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .page-header .header-content a {
            color: white;
        }

.grid-gap {
    grid-gap: 30px;
}

.abt-page .abt-into {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
    padding: 50px;
    margin-top: -100px;
    margin-bottom: 100px;
}

@media (max-width: 1024px) {
    .abt-page .abt-into {
        padding: 20px;
    }
}

.abt-page .abt-into p {
    font-size: 18px;
    line-height: 30px;
    width: 90%;
}

    .abt-page .abt-into p span {
        font-weight: bold;
        margin-right: 6px;
    }

@media (max-width: 1024px) {
    .abt-page .abt-into p {
        width: 100%;
        font-size: 17px;
    }
}

.abt-page .ceo-box .ceo-title {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 30px;
}

@media (max-width: 1024px) {
    .abt-page .ceo-box .ceo-title {
        grid-template-columns: 1fr;
    }
}

.abt-page .ceo-box .ceo-title .bgl {
    position: absolute;
    top: 80px;
    right: -139px;
    transform: translate(-50%, -50%);
    width: 280px;
}

.abt-page .ceo-box .ceo-title .ceo-img {
    width: 150px;
}

.abt-page .ceo-box .ceo-title .ceo-name {
    border-left: solid 1px #d2d2d2;
    padding-left: 30px;
}

.abt-page .ceo-box .ceo-title .ceo-sig {
    width: 120px;
}

.abt-page .ceo-box p {
    font-size: 18px;
    line-height: 30px;
}

.each-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
}

.abt-boxes {
    position: relative;
}

    .abt-boxes .bgimgc {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: -1;
    }

.abt-objectives {
    grid-gap: 0;
}

    .abt-objectives .obj-img {
        width: 100%;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

@media (max-width: 1024px) {
    .abt-objectives .obj-img {
        height: 300px;
    }
}

.abt-objectives .obj-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 130px;
    background: #EFEFEF;
}

@media (max-width: 1024px) {
    .abt-objectives .obj-content {
        padding: 30px 10px;
    }
}

.abt-objectives ol {
    padding-left: 30px;
}

    .abt-objectives ol li {
        list-style: unset;
        line-height: 30px;
    }

.black {
    color: black !important;
}

    .black #nav-icon2 span {
        background: black !important;
    }

    .black p {
        color: black !important;
    }

    .black a {
        color: black !important;
    }

    .black svg, .black svg path {
        fill: #E6473B !important;
    }

    .black li {
        color: black !important;
    }

    .black .secondery-nav .wrapper {
        border-bottom: solid 1px;
        border-bottom-color: currentcolor;
        border-color: rgba(145, 145, 145, 0.3);
    }

    .black .plusi {
        stroke: black;
    }

.af-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

@media (max-width: 1024px) {
    .af-grid {
        grid-template-columns: 1fr;
    }
}

.af-grid .af-content {
    margin-top: 20px;
}

    .af-grid .af-content p {
        line-height: 30px;
    }

.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 #E6473B 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: #303030;
    }

        .detail-page .detail-sml .sidebar-box a:hover {
            color: #E6473B;
        }

    .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-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%;
        }

.contact-sidebar {
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative;
}

    .contact-sidebar .c-s-t {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        color: white;
    }

.shadeo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(91deg, rgba(43, 43, 43, 0.38) 0.86%, rgba(255, 255, 255, 0) 101.42%);
    height: 100%;
    width: 101%;
    background: linear-gradient(178.01deg, rgba(230, 71, 59, 0.51) 19.03%, #FAE543 98.32%);
    /*background: linear-gradient(180deg, rgba(230, 71, 59, 0.37) 0%, #FAE543 100%);*/
}

.each-career h1 {
    color: #E6473B;
}

.each-career ul, .each-career ol {
    padding-left: 20px;
}

.each-career li {
    list-style-type: unset !important;
    position: relative;
    line-height: 30px;
}

.each-contact {
    text-align: center;
}

    .each-contact svg {
        fill: #E6473B;
        width: 50px;
        height: 50px;
    }

    .each-contact:nth-child(2) {
        border-left: solid 1px #d9d9d9;
        border-right: solid 1px #d9d9d9;
    }

.ex-offer {
    background: #f0f0f0;
    color: black;
}

    .ex-offer h5 {
        font-size: 16px;
        font-weight: normal;
        color: #E6473B;
    }

    .ex-offer p {
        color: #303030;
    }

    .ex-offer .abt-img {
        position: relative;
    }

    .ex-offer .button {
        border: solid 1px white;
        border-radius: 30px;
        color: white;
        position: relative;
        display: inline-block;
        padding: 13px 45px 13px 45px;
        margin-top: 20px;
        background: #E6473B !important;
        border: solid #E6473B 1px;
    }

        .ex-offer .button:hover {
            background: unset !important;
            color: red;
            border: solid #E6473B 1px;
        }

    .ex-offer .cir-box {
        position: absolute;
        top: 63%;
        left: 76%;
        transform: translate(-50%, -50%) rotate(0deg);
        width: 273px;
        animation: rotate infinite;
        animation-duration: 17s;
    }

.contact-img {
    height: 200px;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.gio-page .swiper {
    width: 100%;
    height: 100%;
}

.gio-page .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gio-page .detail-main {
    width: 69%;
    display: inline-block;
    position: relative;
}

@media (max-width: 1024px) {
    .gio-page .detail-main {
        width: 100%;
    }
}

.gio-page .bgl-g {
    position: absolute;
    top: 79%;
    left: 161%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 600px;
}

@media (min-width: 1500px) {
    .gio-page .bgl-g {
        top: 79%;
        left: 161%;
    }
}

@media (max-width: 1500px) {
    .gio-page .bgl-g {
        top: 79%;
        left: 140%;
    }
}

.gio-page .detail-sml {
    width: 29%;
    height: 200px;
    display: inline-block;
    float: right;
    position: relative;
}

@media (max-width: 1024px) {
    .gio-page .detail-sml {
        width: 100%;
        float: unset;
    }
}

.gio-page .contact-sidebar {
    height: 200px;
}

.gio-page .shadeo {
    background: linear-gradient(178.01deg, rgba(230, 71, 59, 0.9) 19.03%, #FAE543 98.32%);
}

.gio-page .gio-content {
    color: black;
    padding-top: 0;
}

    .gio-page .gio-content h1 {
        margin-bottom: 30px;
        color: #E6473B;
    }

    .gio-page .gio-content .each-gio {
        margin-bottom: 30px;
    }

.gio-bg {
    padding-top: 80px;
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #d5d5d5;
}


.client-logo {
    object-fit: contain;
    height: 5rem;
    width: 10rem;
}
