@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    margin: 0;
    padding: 0;
}

a,
a:focus,
a:hover,
a:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

::selection {
    color: #000;
    background: #FFC107;
}

body {
    font-family: Roboto;
    color: #454F5E;
    font-size: 16px;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

.sec-overlay {
    height: calc(100vh - 80px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-bg {
    background-color: #FEF9E1;
}

.div-w50 {
    width: 50%;
    float: left;
}

.div-banner-text .txt1 {
    font-size: 80px;
    color: #FFC107;
    font-weight: 700;
    text-align: center;
    line-height: 90px;
    margin-bottom: 15px;
}

.div-banner-text .txt2 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.sec-home {
    background: linear-gradient(rgba(33, 45, 69, 0.8), rgba(33, 45, 69, 0.8)), url("../images/banner-home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sec-about {
    background: linear-gradient(rgba(33, 45, 69, 0.8), rgba(33, 45, 69, 0.8)), url("../images/banner-about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sec-service {
    background: linear-gradient(rgba(33, 45, 69, 0.8), rgba(33, 45, 69, 0.8)), url("../images/banner-service.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sec-project-bg {
    background: linear-gradient(rgba(33, 45, 69, 0.8), rgba(33, 45, 69, 0.8)), url("../images/banner-project.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.navbar {
    border: none;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #0F172A;
    font-size: 18px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.nav .alink {
    position: relative;
    display: inline-block;
}

.nav .alink a:before,
.sec-footer .alink a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -7px;
    left: 0;
    background-color: #FFC107;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 7px 0;
    padding-bottom: 2px;
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.nav .alink a:hover:before,
.sec-footer .alink a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.sec-title {
    font-size: 54px;
    font-weight: 700;
    color: #0F172A;
    line-height: 70px;
    margin-bottom: 15px;
}

.txt-center {
    text-align: center;
}

.secpad {
    padding: 70px;
}

.sec-trust .block-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0 20px;
}

.sec-trust .div-block {
    width: 20%;
    float: left;
    text-align: center;
}

.sec-trust .div-block img {
    height: 80px;
    width: 80px;
}

.sec-trust .div-block p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.sec-desc {
    color: #454F5E;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.sec-homeabout img {
    border-radius: 24px;
}

.sec-parallax {
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sec-parallax .div-par-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
}

.sec-parallax .div-par-text p {
    color: #fff;
}

.sec-parallax::before {
    content: "";
    position: absolute;
    top: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 45, 69, 0.7);
}

.parallax1 {
    background-image: url("../images/parallax.png");
}

.parallax2 {
    background-image: url("../images/parallax.png");
}

.parallax2 .div-par-text {
    text-align: left;
    margin: auto;
    padding: 30px;
    width: fit-content;
    background-color: #FFC107;
    border-radius: 15px;
    text-align: center;
}

.parallax2 .div-par-text .sec-title {
    color: #0F172A;
    margin-bottom: 0;
}

.sec-homevalue .div-value-wrap .div-row {
    margin: 50px 0;
}

.sec-homevalue .div-value-wrap .div-block-left {
    width: 200px;
    margin-right: 25px;
    float: left;
    text-align: center;
}

.sec-homevalue .div-value-wrap .div-block-left img {
    width: 100px;
}

.sec-homevalue .div-value-wrap .p1 {
    font-size: 24px;
    font-weight: 500;
    color: #0F172A;
    margin-bottom: 10px;
}

.sec-homevalue .div-value-wrap .p2 {
    font-size: 18px;
    font-weight: 400;
}

.sec-choose .div-chose-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.sec-choose .div-chose-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(#5FC5DA, #7E70E4);
    padding: 40px;
    border-radius: 24px;
    flex: 1 1 calc((100% - 60px) / 3);
    margin-bottom: 10px;
    text-align: center;
}

.sec-choose .div-chose-block.dbg1 {
    background: linear-gradient(#7CB324, #5FC5DA);
}

.sec-choose .div-chose-block.dbg2 {
    background: linear-gradient(#FFC107, #FB76B2);
}

.sec-choose .div-chose-block.dbg3 {
    background: linear-gradient(#5FC5DA, #7E70E4);
}

.sec-choose .div-chose-block:nth-child(7) {
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 calc((100% - 20px) / 3);
}

.div-chose-block img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}

.sec-choose .div-chose-block .txt1 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
}

.sec-choose .div-chose-block .txt2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.sec-founder {
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%);
}

.sec-founder .sec-title {
    color: #fff;
}

.sec-founder .div-founder {
    display: flex;
    position: relative;
}

.sec-founder .div-founder:nth-of-type(1) {
    margin-bottom: 30px;
}

.sec-founder .div-founder:nth-of-type(1)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 2px;
    width: 30%;
    margin: auto;
    background-color: #fff;
}

.sec-founder .div-founder .div-img {
    flex: 3;
    text-align: center;
    margin-top: 50px;
}

.sec-founder .div-founder .div-img img {
    height: 200px;
    width: 200px;
    border: 8px solid white;
    box-shadow: 0 0 20px #FFC107;
    border-radius: 50%;
}

.sec-founder .div-founder .div-info {
    flex: 7;
    padding: 20px;
}

.sec-founder .div-founder .sec-title {
    color: #fff;
}

.sec-founder .div-founder .txt-name {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.sec-founder .div-founder .sec-desc {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.sec-values .div-row {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.sec-values .div-row::after,
.sec-services .div-service-block::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    width: 30%;
    margin: auto;
    background-color: #0F172A;
}

.sec-services .div-service-block:nth-of-type(7) {
    margin-bottom: 0;
}

.sec-values .div-row:last-of-type::after,
.sec-services .div-service-block:last-of-type::after {
    background-color: transparent;
}

.sec-values .div-row .div-w50 {
    padding: 30px;
}

.sec-client-desc,
.sec-machine,
.sec-contactus {
    border-top: 2px solid #9E9E9E;
}

.sec-client-list {
    padding: 50x 70px;
}

.sec-client-list .sec-cbg1 {
    background: linear-gradient(#7CB324, #5FC5DA);
}

.sec-client-list .sec-cbg2 {
    background: linear-gradient(#FFC107, #FB76B2);
}

.sec-client-list .sec-cbg3 {
    background: linear-gradient(#5FC5DA, #7E70E4);
}

.sec-client-list .div-row {
    position: relative;
    padding: 80px 30px 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.sec-client-list .div-client {
    float: left;
    width: 23%;
    height: 200px;
    margin: 0 2% 2% 0;
    padding: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.sec-client-list .div-client img {
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sec-client-list .ribbon {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    --f: .8em;
    --r: .8em;
    position: absolute;
    top: 20px;
    left: calc(-1*var(--f));
    padding-inline: 1em;
    line-height: 1.8;
    background: #07457D;
    border-bottom: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path: polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/2), 100% 0);
}

.div-service-block {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}

.sec-services .div-service-block::after {
    height: 3px;
    bottom: -35px;
    width: 50%;
    background-color: #FFC107;
}

.sec-services .div-service-block .div-img {
    flex: 3;
    padding: 20px;
}

.sec-services .div-service-block .div-img img {
    border-radius: 15px;
}

.sec-services .div-service-block .div-info {
    flex: 7;
    padding: 20px;
}

.sec-services .div-service-block .div-info .txt-service-name {
    font-size: 32px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 15px;
}

.sec-services .div-service-block ul {
    list-style-position: inside;
}

.sec-services .div-service-block ul li {
    font-size: 20px;
    font-weight: 400;
    color: #0F172A;
    line-height: 35px;
}

.sec-project .div-proj-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec-project .txt-proj-subtitle {
    font-size: 35px;
    color: #0F172A;
    font-weight: 500;
    margin: 40px 0 30px;
    border-bottom: 3px solid #0F172A;
}

.sec-project .div-project-block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px;
    max-height: 300px;
}

.sec-project .div-proj2 .div-project-block {
    flex: 0 0 calc(50% - 20px);
}

.sec-project .div-proj3 .div-project-block {
    flex: 0 0 calc(33.333% - 20px);
}

.sec-project .div-project-block img {
    display: block;
    height: 100%;
    width: 100%;
}

.sec-project .div-project-block .txt-proj-name {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    background-color: rgb(255, 193, 7, 0.9);
    padding: 10px;
    text-align: center;
}

.sec-mach-list {
    padding: 0 70px 70px;
}

.sec-mach-list table th,
.sec-mach-list table td:nth-of-type(1),
.sec-mach-list table td:nth-of-type(4),
.sec-mach-list table td:nth-of-type(5) {
    text-align: center;
}

.sec-contactinfo {
    text-align: center;
}

.sec-contactinfo .txt-subtitle,
.sec-contactinfo .txt-subtitle a {
    font-size: 32px;
    color: #0F172A;
}

.sec-contactinfo .txt-subtitle .fa {
    color: #FFC107;
}

.sec-contactinfo .txt-subtitle.faicon1 {
    font-size: 42px;
}

.sec-contactinfo .txt-subtitle.faicon2 {
    font-size: 36px;
}

.sec-contactinfo .txt-subtitle.faicon3 {
    font-size: 34px;
}

.sec-footer {
    background-color: #222222;
    color: #FFFFFFB8;
    display: flex;
}

.sec-footer .div-sub:first-of-type,
.sec-footer .div-sub:last-of-type {
    flex: 2;
}

.sec-footer .div-sub {
    flex: 1;
    padding: 20px;
}

.sec-footer .div-sub .ftitle {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.sec-footer .flink {
    margin: 7px 0;
    position: relative;
    width: fit-content;
    padding-bottom: 5px;
    display: flex;
}

.sec-footer .flink .span-icon {
    margin-right: 7px;
    width: 20px;
}

.sec-footer .flink .span-icon .fa {
    vertical-align: middle;
    color: #FFC107;
    position: relative;
}

.sec-footer .flink.icon1 .fa {
    font-size: 26px;
}

.sec-footer .flink.icon2 .fa {
    font-size: 22px;
    top: 7px;
}

.sec-footer .flink.icon3 .fa {
    font-size: 20px;
    top: 7px;
}

.sec-footer .spanlh {
    line-height: 34px;
}

.sec-footer .div-sub .flink a {
    color: #FFFFFFB8;
}

@media only screen and (max-width: 768px) {
    .navbar-toggle {
        border-color: #FFC107;
    }

    .navbar-toggle .icon-bar {
        background-color: #FFC107;
    }

    .nav .alink {
        display: block;
    }

    .secpad {
        padding: 15px;
    }

    .div-banner-text .txt1 {
        font-size: 40px;
        line-height: 50px;
    }

    .div-banner-text .txt2 {
        font-size: 15px;
        line-height: 28px;
    }

    .sec-trust .block-wrap,
    .sec-founder .div-founder,
    .sec-values .div-row,
    .div-service-block,
    .sec-project .div-proj-row,
    .sec-footer {
        flex-direction: column;
    }

    .sec-trust .div-block,
    .div-w50,
    .sec-homevalue .div-value-wrap .div-block-left,
    .sec-client-list .div-client {
        width: 100%;
    }

    .sec-client-list .div-row {
        padding: 80px 15px 15px;
    }

    .sec-client-list .div-client {
        margin-bottom: 5%;
    }

    .sec-title {
        font-size: 30px;
        line-height: 44px;
        text-align: center;
    }

    .sec-homevalue .div-value-wrap .div-row {
        flex-direction: column;
        margin: 20px 0;
    }

    .sec-parallax {
        height: 300px;
    }

    .sec-parallax .div-par-text,
    .parallax2 .div-par-text {
        width: 90%;
    }

    .sec-choose .div-chose-block:nth-child(7) {
        flex: initial;
    }

    .sec-founder .div-founder .div-info,
    .sec-values .div-row .div-w50,
    .sec-services .div-service-block .div-img,
    .sec-services .div-service-block .div-info {
        padding: 0;
    }

    .sec-founder .div-founder .txt-name {
        font-size: 32px;
    }

    .dorder2 {
        order: 2;
    }

    .sec-values .div-row::after,
    .sec-services .div-service-block::after {
        bottom: -30px;
    }

    .sec-project .txt-proj-subtitle {
        font-size: 25px;
        margin: 20px 0 10px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .sec-contactinfo .txt-subtitle,
    .sec-contactinfo .txt-subtitle a {
        font-size: 27px;
    }
}