@import url('https://fonts.googleapis.com/css2?family=Lexend');

.header-menu {
    margin: auto;
}

.header-menu-active > a {
    color: #00A69C !important;
    border-bottom: 2px solid #00A69C;
    padding-bottom: 4px;
}

.header-menu > ul {
    position: relative;
    left: 15%;
}

.header-menu > ul > li {
    list-style: none;
    display: inline-block;
    padding-right: 30px;
    padding-top: 20px;

}

.header-menu > ul > li > a {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.header-menu > ul > li > a:hover {
    color: #00A69C !important;
    border-bottom: 2px solid #00A69C;
    padding-bottom: 4px;
    text-underline: none;
    text-decoration: none;
}

.header-contact {
    padding-top: 7px;
}

.header-contact > button {
    border: none;
    float: right;
    width: 150px;
    height: 50px;
    background: #00A69C;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    outline: none;

}

.header-contact > button :hover {
    border: none;
    float: right;
    width: 150px;
    height: 50px;
    background: #00A69C;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.header-contact > button :focus {
    outline: none !important;
}

.home-hero-section {
    margin-top: 50px;
    width: 100%;
    height: 450px;
}

.home-hero-section > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.home-about-section {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 46px;
    text-align: center;
    width: 700px;
    height: 364px;
    position: relative;
    top: -132px;
    left: 25%;
    background: #FFFFFF;
    box-shadow: 0px 4px 80px rgba(29, 33, 31, 0.1);
}

.home-about-section > h3 {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 21px;
}

.home-about-section > p {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #1D211F;
    opacity: 0.8;
    margin-bottom: 38px;
}

.home-about-section-button > button {
    width: 150px;
    height: 50px;
    border: 1px solid #00A69C;
    box-sizing: border-box;
    background: none;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #00A69C;
    outline: none;
}

.home-about-section-button > button:hover {
    width: 150px;
    height: 50px;
    box-sizing: border-box;
    background: #00A69C;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: white;
}


.home-content-section {
    height: 456px;
    border-bottom: 1px solid #B3C7BB;
    display: flex;
}

.home-content-one {
    width: 38.46%;
    height: 350px;
    padding-top: 50px;
}

.home-content-one > h3 {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    color: #000000;

}

.home-content-one > p {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    opacity: 0.8;
}

.home-content-one-btn > button {
    width: 160px;
    height: 50px;
    background: #00A69C;
    border: none;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    outline: none;

}

.home-content-two {
    width: 25.38%;
    height: 350px;
    margin-left: 90px;
    position: relative;
}

.home-content-three {
    width: 25.38%;
    height: 350px;
    margin-left: 50px;
    position: relative;
}

.home-content-two-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(180deg, rgba(29, 33, 31, 0) 0%, #1D211F 100%);
}

.home-content-two-title {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 23px;
    padding-bottom: 12px;
    padding-right: 15px;
}

.home-content-two-title > h4 {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 42px;
    color: #FFFFFF;
    width: 89%;
}

.home-content-two-title > button {
    width: 31px;
    height: 31px;
    border: none;
    border-radius: 50%;
    background-color: #00A69C;
    float: right;
    margin-top: 6px;
}

.home-content-two-title > button > img {
    margin-top: -3px;
}

.home-project-section {
    margin-top: 96px;
    text-align: center;
    margin-bottom: 139px;
}

.home-project-section > h3 {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 16px;
}

.home-project-section > p {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #1D211F;
    opacity: 0.8;
    margin-bottom: 42px;
}

.home-project-section-button > button {
    width: 150px;
    height: 50px;
    border: 1px solid #00A69C;
    box-sizing: border-box;
    background: none;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #00A69C;
    outline: none;
}

.home-project-section-button > button:hover {
    width: 150px;
    height: 50px;
    box-sizing: border-box;
    background: #00A69C;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: white;
}

.home-project-list {
    display: flex;
    margin-bottom: 35px;
}

.home-project-list-item {
    width: 25%;
    margin-right: 33px;
    height: 250px;
    position: relative;
}

.home-project-list-item > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
}

.home-project-list-item-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(29, 33, 31, 0) 0%, #1D211F 100%);
}

.home-project-list-item-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 70px;
}

.home-project-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.home-project-detail-info {
    width: 61.54%;
    padding-left: 10px;
}

.home-project-detail-p-no {
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 110px;
    line-height: 137px;
    color: #006439;
    opacity: 0.08;
}

.home-project-detail-info-title {
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 42px;
    color: #1D211F;
    margin-top: -57px;
    padding-left: 12px;
}

.home-project-detail-info-detail {
    padding: 10px;
}

.home-project-detail-info-detail > h5 {
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 42px;
    color: #1D211F;
}

.home-project-detail-info-detail > p {
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    opacity: 0.8;
}

.home-project-detail-info-detail > button {
    width: 150px;
    height: 50px;
    background: #00A69C;
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    outline: none;
    border: none;
}

.home-project-detail-img {
    width: 38.46%
}

.home-project-detail-img > img {
    width: 100%
}

.home-project-detail-pr-60 {
    padding-right: 60px;
}

.home-project-detail-pl-60 {
    padding-left: 60px;
}

.footer-section {
    width: 100%;
    height: 540px;
    background: #E5F6F5;
    margin-top: 90px;
}

.footer-section-subscribe {
    width: 800px;
    height: 162px;
    background: #00A69C;
    position: relative;
    top: -81px;
    left: 255px;
    display: flex;
}

.footer-section-subscribe-text {
    width: 50%;
    padding: 49px;
    padding-right: 0px;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 32px;
    color: #FFFFFF;
}

.footer-section-subscribe-input {
    width: 50%;
    padding: 56px;
}

.footer-section-subscribe-input-group {
    width: 295px;
    height: 50px;
    background: #33B8B0;
    display: flex;
}

.footer-section-subscribe-input-group > input {
    background: none;
    border: none;
    width: 83%;
    padding-left: 20px;
    outline: none !important;
    color: #FFFFFF;
    opacity: 0.7;
}

.footer-section-subscribe-input-group > input::placeholder {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 0.7;
}

.footer-section-subscribe-input-group > button {
    width: 40px;
    height: 40px;
    background: #006439;
    border: none;
    margin: auto;
    outline: none;
}

.footer-section-logo {
    margin-bottom: 20px;
}

.footer-section-logo > p {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

.footer-section-about {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.footer-section-contact-list {
    display: flex;
    margin-bottom: 10px;
}

.footer-section-contact-list > button {
    width: 36px;
    height: 36px;
    border: none;
    background: #CEEEEC;
    margin-right: 14px;
}

.footer-section-contact-list > a {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #1D211F;
    text-decoration: none;
}


.footer-section-menu {
}

.footer-section-menu > h3 {
    text-align: center;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1D211F;
    margin-bottom: 15px;

}

.footer-section-menu-devider {
    width: 60px;
    height: 2px;
    background: #1D211F;
    margin-left: 33%;
    margin-bottom: 25px;
}

.footer-section-menu > ul {
    margin-left: 23%;
}

.footer-section-menu > ul > li {
    list-style: none;
}

.footer-section-menu-hover {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #1D211F;
}

.footer-active {
    color: #00A69C;
    text-decoration: none;
}

.footer-section-menu-hover:hover {
    color: #00A69C;
    text-decoration: none;
}

.footer-section-map {
    width: 425px;
    height: 225px;
}

.footer-divider {
    height: 1px;
    background: #00A69C;
    opacity: 0.5;
    margin-right: -12px;
    margin-top: 38px;
}

.footer-section-info {
    height: 60px;
    padding-top: 1.5%;
}

.footer-section-info-copy-right {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #1D211F;
}

.footer-section-info-developer {
    float: right;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #1D211F;
}

.footer-section-info-developer > a {
    float: right;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #0EABA1;
}

.title-section {
    height: 350px;
    margin-bottom: 100px;
}

.title-section > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.title-section-title {
    position: absolute;
    top: 210px;
    text-align: center;
    width: 100%;
    left: 0%;
}

.title-section-title > h1 {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.title-section-title > h6 {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.about-section-text {
    width: 925px;
    position: relative;
    left: 15%;
    margin-bottom: 20px;
}

.about-section-text p{
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #1D211F;
    opacity: 0.8;
}

.about-section-text li{
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #1D211F;
    opacity: 0.8;
}
.about-section-image {
    width: 100%;
    margin-bottom: 30px;
}


.about-section-image img{
    width: 100%;
}

.product-section {
    height: 456px;
    display: flex;
}

.product-section-item {
    width: 33.33%;
    height: 425px;
    margin-left: 33.33px;
    position: relative;
}

.product-section-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.product-section-item-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(180deg, rgba(29, 33, 31, 0) 0%, #1D211F 100%);
}

.product-section-item-title {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 23px;
    padding-bottom: 12px;
    padding-right: 15px;
}

.product-section-item-title > h4 {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 42px;
    color: #FFFFFF;
    width: 89%;
}

.product-section-item-title > button {
    width: 31px;
    height: 31px;
    border: none;
    border-radius: 50%;
    background-color: #00A69C;
    float: right;
    margin-top: 6px;
}

.product-section-item-title > button > img {
    margin-top: -3px;
}

.contact-section {

}

.contact-section-info {
    margin-bottom: 30px;
}

.contact-section-info > h4 {
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1D211F;
}

.contact-section-info > p {
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #1D211F;
    opacity: 0.8;,
}

.contact-section-info > table > tr > td {
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #1D211F;
    opacity: 0.8;,
}

.contact-section-message {
    height: 440px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 55, 96, 0.1);
    padding: 30px;
}

.contact-section-message-input-group {
    display: flex;
    width: 100%;
    height: 50px;
    border: 1px solid #E8E9E9;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.contact-section-message-input-group > img {
    width: 16px;
    height: 16px;
    margin: 15px;
}

.contact-section-message-input-group > input {
    border: none;
    background: none;
    width: 100%;
    outline: none !important;

}

.contact-section-message-input-group > input :focus {
    outline: none !important;
}

.contact-section-message-textarea {
    margin-right: -12px;
    height: 180px;
    margin-bottom: 20px;
}

.contact-section-message-textarea > textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #E8E9E9;
    padding: 20px;
    outline: none !important;

}

.contact-section-message-textarea > textarea ::placeholder {
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #1D211F;
    opacity: 0.3;
}

.contact-section-message-button {
    float: right;
    margin-right: -12px;

}

.contact-section-message-button > button {
    width: 150px;
    height: 45px;
    background: #00A69C;
    border: none;
    font-family: Lexend, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

/*MODAL FADE LEFT BOTTOM */

.modal.left {
    font-family: Kiron, serif;
}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    min-width: 300px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);

}

.modal.left .modal-dialog.modal-sm {
    max-width: 300px;
    height: 100vh;
    overflow-y: auto;

}

.modal.left .modal-content {
    min-height: 100vh;
    border: 0;
    height: 100vh;
    display: block;
    border-radius: 0;
}

.modal.left .modal-header {
    height: 58px;
}

.modal.left .modal-body {
    height: calc(100vh - 58px);
    overflow: auto;
}

.mobile-menu {
    list-style: none !important;
    padding-left: 5px;

}

.mobile-menu-sub {
    list-style: none !important;
    padding-left: 10px;

}

.mobile-menu li {
    font-size: 20px;
    line-height: 39px;
    list-style: none !important;

}

.mobile-menu-sub li {
    font-size: 20px;
    list-style: none !important;
    padding-left: 1px;
    line-height: 20px;
}

.mobile-menu a {
    padding: 6px 8px 6px 0px;
    text-decoration: none;
    font-size: 20px;
    font-family: Lexend, sans-serif;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

.mobile-menu-sub a {
    text-decoration: none;
    font-size: 20px;
    font-family: Lexend, sans-serif;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

.detail-section {
    margin-top: 30px;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1330px !important;
    }

    .header-section {
        margin-top: 10px;
        height: 76px;
        border-bottom: 1px solid #B3C7BB;
    }
}

@media (min-width: 1367px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1330px !important;
    }

    .header-section {
        margin-top: 10px;
        height: 76px;
        border-bottom: 1px solid #B3C7BB;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-menu > ul > li {
        padding-right: 5px;
    }

    .header-menu > ul > li > a {
        font-size: 15px;
    }

    .header-contact > button {
        width: 130px;
        height: 40px;
        font-size: 14px;
        line-height: 17px;
    }

    .header-contact > button :focus {
        outline: none;
    }

    .home-about-section {
        width: 96%;
        top: -132px;
        left: 2%;
    }

    .home-about-section > p {
        font-size: 15px;
    }

    .home-content-section {
        height: 280px;
    }

    .home-content-one {
        width: 33.33%;
        height: 232px;
        padding-top: 0;
    }

    .home-content-two {
        width: 33.33%;
        margin-left: 20px;
        height: 232px;
    }

    .home-content-two > img {
        width: 100%;
        height: 100%;
    }

    .home-content-three {
        width: 33.33%;
        margin-left: 20px;
        height: 232px;
    }

    .home-content-three > img {
        width: 100%;
        height: 100%;
    }

    .home-content-one > h3 {
        font-size: 15px;
        line-height: 23px;
    }

    .home-content-one > p {
        font-size: 12px;
        line-height: 23px;
        margin-bottom: 9px;
    }

    .home-content-one > button {
        width: 160px;
        height: 31px;
        font-size: 12px;
        line-height: 26px;
    }

    .home-project-list {
        display: flex;
        margin-bottom: 35px;
        flex-wrap: wrap;
    }

    .home-project-list-item {
        width: 45%;
        margin-right: 33px;
        margin-bottom: 20px;
        height: 250px;
        position: relative;
    }

    .home-project-list-item > img {
        width: 100%;
        height: 100%;
    }

    .footer-section {
        height: 740px;
    }

    .footer-section-subscribe {
        width: 100%;
        left: 0;
    }

    .footer-section-subscribe-text {
        padding: 43px;
        font-size: 17px;
    }

    .footer-section-subscribe-input {
        padding: 50px;
        padding-left: 26px;
    }

    .footer-section-map {
        width: 100%;
    }

    .contact-section-message {
        height: 530px;
    }

    .contact-section-message-button > button {
        margin-top: 20px;
    }
    .home-project-detail-info {
        width: 100%;
    }

    .home-project-detail-img {
        width: 100%;
        padding-left: 10px;
    }

    .home-project-detail-p-no {
        font-size: 54px;
        line-height: 115px;
    }

    .home-project-detail-pl-60 {
        padding-left: 0;
    }

    .home-project-detail-pr-60 {
        padding-left: 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 764px !important;
    }

    .header-section {
        margin-top: 10px;
        height: 70px;
        border-bottom: 1px solid #B3C7BB;
    }

    .home-about-section {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
        width: 96%;
        top: -100px;
        left: 2%;
    }

    #sideMenu {
        margin-top: 11px
    }

    .home-content-section {
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }

    .home-content-one {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        padding-top: 0;
    }

    .home-content-two {
        width: 48%;
        margin-left: 0;
        height: 250px;
        margin-bottom: 20px;
        margin-right: 14px;
    }

    .home-project-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }

    .home-project-list-item {
        width: 50%;
        padding-right: 2%;
        margin-bottom: 20px;
    }

    .home-project-list-item > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .home-content-two > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .home-content-three {
        width: 49%;
        margin-left: 0;
        height: 250px;
    }

    .home-content-three > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .footer-section {
        height: 975px;
    }

    .footer-section-subscribe {
        width: 100%;
        height: 162px;
        top: -81px;
        left: 0;
        display: block;
    }

    .footer-section-subscribe-text {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .footer-section-subscribe-input {
        width: 100%;
        padding: 0;
        padding-left: 25px;
    }

    .footer-section-subscribe-input-group {
        margin: auto;
    }

    .footer-section-menu-devider {
        margin-left: 0;

    }

    .footer-section-menu > h3 {
        text-align: left;
    }

    .footer-section-menu > ul {
        margin-left: 0;
        padding-left: 0;
    }

    .footer-section-map {
        width: 100%;
    }

    .footer-section-info-developer {
        float: left;
    }

    .contact-section-message {
        height: 530px;
    }

    .contact-section-message-button > button {
        margin-top: 20px;
    }
    .home-project-detail-info {
        width: 100%;
    }

    .home-project-detail-img {
        width: 100%;
        padding-left: 10px;
    }

    .home-project-detail-p-no {
        font-size: 54px;
        line-height: 115px;
    }

    .home-project-detail-pl-60 {
        padding-left: 0;
    }

    .home-project-detail-pr-60 {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 480px !important;
    }

    .header-logo-image {
        width: 144px;
        height: 40px;
    }

    .header-contact > button {
        width: 85px;
        height: 30px;
        font-size: 12px;
        line-height: 15px;
    }

    .header-section {
        margin-top: 10px;
        height: 60px;
        border-bottom: 1px solid #B3C7BB;
    }

    .home-hero-section {
        margin-top: 25px;
        width: 100%;
        height: 250px;
    }

    .home-about-section {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
        width: 96%;
        top: -65px;
        left: 2%;
    }

    .home-about-section > h3 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .home-about-section > p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        margin-bottom: 18px;
    }

    .home-content-section {
        display: initial;
    }

    .home-content-one {
        width: 100%;
        padding-top: 0;
        height: auto;
        margin-bottom: 30px;
    }

    .home-content-two {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        height: auto;
    }

    .home-content-two > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .home-content-three {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        height: auto;
    }

    .home-content-three > img {
        width: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .home-project-list {
        display: inline;
    }

    .home-project-list-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-project-list-item > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .footer-section {
        height: 912px;
    }

    .footer-section-logo {
        margin-top: -50px;
    }

    .footer-section-subscribe {
        width: 100%;
        height: 162px;
        top: -81px;
        left: 0;
        display: block;
    }

    .footer-section-subscribe-text {
        width: 100%;
        padding: 10px;
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }

    .footer-section-subscribe-input {
        width: 100%;
        padding: 10px;
    }

    .footer-section-subscribe-input-group {
        margin: auto;
        width: auto;
    }

    .footer-section-menu > h3 {
        text-align: left;
    }

    .footer-section-menu-devider {
        margin-left: 0%;
    }

    .footer-section-menu > ul {
        margin-left: -10%;
    }

    .footer-section-map {
        width: 100%;
        height: 176px;
    }

    .footer-section-info-developer {
        float: left;
    }

    .title-section {
        height: 160px;
        margin-bottom: 40px;
    }

    .title-section > img {
        height: 100%;
    }

    .title-section-title {
        top: 125px;
    }

    .title-section-title > h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .about-section-text {
        width: 100%;
        left: 0;
    }

    .about-section-image > img {
        width: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .product-section {
        height: 456px;
        display: initial;
    }

    .product-section-item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .contact-section-message {
        height: 530px;
    }

    .contact-section-message-button > button {
        margin-top: 20px;
    }

    .home-project-detail-info {
        width: 100%;
    }

    .home-project-detail-img {
        width: 100%;
        padding-left: 10px;
    }

    .home-project-detail-p-no {
        font-size: 54px;
        line-height: 115px;
    }

    .home-project-detail-pl-60 {
        padding-left: 0;
    }

    .home-project-detail-pr-60 {
        padding-left: 0;
    }
}