@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Bahnschrift.ttf');
}

:before {
    font-family: IcoFont;
    font-style: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

input:focus-visible {
    outline: none
}

textarea:focus-visible {
    outline: none
}


.wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body {
    font-family: 'Bahnschrift';
    margin: 0;
    background-color: #ffffff;
    font-size: 20px;
    overflow-x: hidden !important;
    color: #000000;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 60px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 25px;
    height: 25px;
    z-index: 9;
    left: 50%;
}

.scroll-down.arrow1 {
    bottom: 35px;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 1.5s ease-in-out infinite;
    -moz-animation: fade_move_down 1.5s ease-in-out infinite;
    animation: fade_move_down 1.5s ease-in-out infinite;
    border-bottom: 4px solid #d1d1d1;
    border-right: 4px solid #d1d1d1;
}

.scroll-down.arrow2 {
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 1.5s ease-in-out infinite;
    -moz-animation: fade_move_down 1.5s ease-in-out infinite;
    animation: fade_move_down 1.5s ease-in-out infinite;
    border-bottom: 3px solid #c6c6c6;
    border-right: 3px solid #c6c6c6;
}

.scroll-down.arrow3 {
    bottom: 10px;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 1.5s ease-in-out infinite;
    -moz-animation: fade_move_down 1.5s ease-in-out infinite;
    animation: fade_move_down 1.5s ease-in-out infinite;
    border-bottom: 5px solid #5e5e5e;
    border-right: 5px solid #5e5e5e;
}

.scroll-arrow-div {
    position: absolute;
    left: 25%;
    bottom: 50px;
}


@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

.nav-web-out {
    height: 160px;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 4;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.nav-web .nav-menu {
    width: 80%;
}

.nav-web .nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    background: rgb(255 255 255 / 50%);
    height: 70px;
    backdrop-filter: blur(4px);
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.nav-web .nav-menu ul li a {
    list-style-type: none;
    color: inherit;
    text-decoration: none;
    font-size: 21px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    padding: 15px 25px;
}

.nav-web .nav-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-web .nav-inside .nav-logo {
    width: 20%;
}

.nav-web .nav-inside .nav-logo a {
    display: block;
    width: 240px;
}

.nav-web .nav-inside .nav-logo a img {
    padding: 15px;
    backdrop-filter: blur(4px);
    max-width: 100%;
}


.container {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.header-title {
    position: relative;
}

.header-title h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 167px;
   
    letter-spacing: 15px;
    margin: 0;
    color: #413F3F;
}

.header-title img {
    position: absolute;
    top: -80px;
    max-width: 100%;
    left: 100px;
}

.header2 {
    width: 100%;
    height: 500px;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    background-size: 70%;
}

.page-row-inside {
    display: flex;
    justify-content: space-evenly;
    padding-top: 70px;
}

.about-page .page-row-inside ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 25px;
    margin-left: auto;
    padding-top: 100px;
    color: rgb(0 0 0 / 60%);
    max-width: 100%;
    width: 260px;
}

.about-page .page-row-inside ul li {
    margin-bottom: 15px;
}

.about-page .page-row-inside ul li a {
    color: inherit;
    text-decoration: none;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 3px;
}

.about-page .page-row-inside ul li a.active {
    color: #000000;
}

.page-row-inside .left {
    width: 20%;
}

.page-row-inside .right {
    width: 80%;
    margin-right: auto;
}

.project-page .row {
    margin: 0 -15px;
}

.page-row-inside .right h2 {
    font-size: 55px;
    font-family: 'Bebas Neue', cursive;
    color: #413F3F;
    letter-spacing: 6px;
    font-weight: 200;
    margin: 0;
    position: relative;
    width: max-content;
    max-width: 100%;
}

.page-row-inside .right h2 img {
    position: absolute;
    bottom: 0;
    right: -300px;
}

.about-page .page-row-inside .right .detail-div {
    width: 690px;
    max-width: 100%;
}

.about-page .page-row-inside .right .detail-div p {
    font-size: 20px;
}

footer {
    position: relative;
}

.footer-bg img {
    width: 100%;
    line-height: normal;
    display: block;
}

footer .footer-list {
    display: flex;
}

footer .footer-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right: 0;
    width: 340px;
    max-width: 100%;
}

footer .footer-list ul .footer-social-media a {
    display: inline-block;
    margin-right: 5px;
}


footer .footer-list ul li a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 2px;
}

footer .footer-bottom {
    background-color: rgb(91 147 138 / 80%);
    position: absolute;
    bottom: 68px;
    width: 100%;
    height: 430px;
    display: flex;
    align-items: center;
}

footer .footer-map {
    position: absolute;
    bottom: 0;
    right: 0; pointer-events: none;
}

footer .footer-map img {
    line-height: normal;
    display: block;
}

.services-page .services-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 50%;
}

.services-page .services-list li {
    padding: 10px 0;
    font-size: 17px;
}

.services-page .services-list-out {
    display: flex;
    align-items: center;
}

.services-page .services-products {
    background-image: url(assets/img/services-bg.png);
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.services-page .services-products .bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}

.form-div {
    width: 450px;
    max-width: 100%;
    position: relative;
}

.form-div input, textarea {
    width: 100%;
    margin-bottom: 20px;
    background-color: #F7F7F7;
    border: 1px solid #707070;
    box-sizing: border-box;
    font-family: 'Bahnschrift';
}


.form-div input {
    height: 45px;
    padding: 0 20px;
    display: block;
}

.form-div input::placeholder, textarea::placeholder {
    color: #707070;
    letter-spacing: 2px;

}

.form-div textarea {
    height: 120px;
    padding: 20px;
    max-width: 100% !important;
    position: relative;
}


.form-div .form-btn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-div .form-btn-row button, .form-div .form-btn-row input[type=submit] {
    width: 50%;
    height: 64px;
    font-family: 'Bebas Neue', cursive;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer; margin-bottom: 0;
}

.form-div .form-btn-row .cv-btn {
    margin-right: 10px;
    background-color: #707070;
    color: #ffffff;
    box-shadow: none;
    outline: none;
    border: 0; width: 100%;
}

.form-div .form-btn-row .send-btn {
    box-shadow: none;
    outline: none;
}

.home-page .home-project:before {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 45%;
    height: 100%;
    background: #55746F;
    display: block;
    clip-path: polygon(0 0, 100% 0, 47% 100%, 0% 100%);
}

.home-services-about:before {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 55%;
    height: 100%;
    background: rgba(65, 65, 63, 0.4);
    display: block;
    position: absolute;
    right: 0;
    clip-path: polygon(46% 0, 100% 0, 100% 100%, 0% 100%);
}

.home-page .home-project .owl-carousel .owl-nav {
    margin-top: 20px;
}

.contact-page .contact-row {
    display: flex;
    padding-top: 20px;
}

.contact-page .contact-info a.mapLink{display:block; width: 100%; border:5px solid #413F3F;}
.contact-page .contact-info a.mapLink img{display:block; width:100%;}


.contact-page .contact-info ul {
    list-style-type: none;
    padding: 0;
    font-size: 21px;
    margin: 0;
}

.contact-page .contact-info ul li {
    margin-bottom: 20px;
}

.contact-page .contact-info ul .social-media {
    display: flex;
    align-items: center;
}

.contact-page .contact-info ul .social-media a {
    margin-right: 8px;
}

.contact-page .contact-info ul .phone span {
    display: block;
}

.contact-page .form-div {
    margin-left: 200px;
}

.contact-page .form-div h3 {
    margin-top: 0;
}

.project-page h1 {
    color: #55746F;
}

.project-page .gallery-box {
    position: relative;
    max-width: 33.333333%;
    flex: 33.333333%;
    padding: 15px;
}

.gallery-box .gallery-img-div, .slider-box .gallery-img-div {
    line-height: normal;
    display: block;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.gallery-box .gallery-img-div img, .slider-box .gallery-img-div img {
    transition: all 0.3s;
    transform: scale(1); height:200px; object-fit: cover;
}

.gallery-box:hover .gallery-img-div img, .slider-box:hover .gallery-img-div img {
    transform: scale(1.3);
}

.project-page .gallery-box:hover .gallery-box-inside, .slider-box:hover .gallery-text-div {
    background-color: #55746f;
}

.gallery-box:hover, .slider-box:hover .gallery-text-div span {
    color: #C9E2DD;
}

.project-page .gallery-box img {
    width: 100%;
    display: block; height:200px; object-fit: cover;
}

.project-page .gallery-box .gallery-text-div {
    
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.project-page .gallery-box .gallery-text-div span {
    font-size: 20px;
    color: #55746F;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    text-decoration: none;
}

.project-page .gallery-box:hover .gallery-text-div span{color:#fff;}

.project-page .gallery-box .gallery-box-inside {
    background-color: #C9E2DD; height: 100%;
}

.project-page .filter-menu {
    max-width: 100%;
    width: 260px;
    margin-left: auto;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 2px;
    color: #706F6F;
    font-size: 18px;
}

.project-page .filter-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.project-page .filter-menu ul li a{color: #706F6F; display:block; position:relative; width: 100%;}
.project-page .filter-menu ul li a:after{content: ""; top:5px;
    display: block;
    width: 16px;
    height: 16px;
    background: white;
    border: 1px solid #707070; position: absolute; right:0;}
.project-page .filter-menu ul li a.selected:before{content: "";
    position: absolute;
    top: 8px; z-index:2;
    background: #55746F;
    border-radius: 50%;
    width: 8px;
    height: 8px; position: absolute; right:4px;}

.project-page .filter-menu .title-filter {
    font-size: 34px;
    color: #55746F;
    margin-bottom: 5px;
    display: block;
}

.project-page .filter-menu .name-filter {
    display: block;
}

.project-page .filter-menu ul li {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    justify-content: space-between;
    padding-right: 50px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 16px;
    height: 16px;
    display: block;
}

.styled-checkbox+label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: white;
    border: 1px solid #707070;
}


.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    background: #55746F;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
    align-items: center;
}

.pagination a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.pagination ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    padding: 10px;
    color: #707070;
    font-size: 21px;
}

.pagination ul li .active {
    color: #55746F;
}


.project-detail-page .gallery-col {
    width: 60%;
}

.project-detail-page .detail-col {
    width: 40%;
}

.project-detail-page .detail-col .project-top-title {
    font-size: 21px;
    color: #413F3F;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.project-detail-page .detail-col h1 {
    margin: 0;
    margin-bottom: 60px;
    color: #55746F;
    font-size: 34px;
    letter-spacing: 2px;
}

.project-detail-page .detail-col .project-icons {
    display: flex;
    align-items: center;
    margin-bottom: 60px; width: 100%; flex-wrap: wrap;
}

.project-detail-page .detail-col .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px; width: 50%;
}

.project-detail-page .detail-col .icon-box img {
    width: 50px;
}

.project-detail-page .detail-col .icon-box span {
    font-size: 20px;
    display: inline-block;
    padding-left: 10px;
}

.projectDetail table{width: 100%;color: #413F3F;font-size: 18px;margin-bottom: 60px;}
.projectDetail table td{padding:5px 0; width: 50%;}

.projectDetail ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}

.projectDetail ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.projectDetail ul .list-left {
    color: #413F3F;
    font-size: 18px;
    width: 50%;
}

.projectDetail ul .list-right {
    color: #413F3F;
    font-size: 18px;
    width: 50%;
}

.projectDetail ul .list-right .list-item-multi {
    display: block;
    margin-bottom: 15px
}

.site-btn {
    width: 230px;
    height: 64px;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #ffffff;
    display: flex;
    border: 1px solid #413F3F;
    color: #000000;
    align-items: center;
    justify-content: center;
    position: relative;
}

.site-btn::before {
    position: absolute;
    width: 40px;
    height: 40px;
    border-top: 4px solid #413f3f;
    border-left: 4px solid #413f3f;
    content: "";
    left: 0;
    top: 0;
    transition: all .5s ease-out;
}

.site-btn:hover::before {
    background-color: #413f3f;
    width: 100%;
    height: 100%;
}

.site-btn:hover::after {
    background-color: #413f3f;
    width: 100%;
    height: 100%;
}

.site-btn:hover span {
    color: #ffffff;
}

.site-btn span {
    position: absolute;
    z-index: 2;
}

.site-btn::after {
    position: absolute;
    width: 40px;
    height: 40px;
    border-bottom: 4px solid #413f3f;
    border-right: 4px solid #413f3f;
    content: "";
    right: 0;
    bottom: 0;
    transition: all .5s ease-out;
}

.project-detail-page .gallery-col img {
    width: 100%;
}

.lSSlideOuter .lSPager.lSGallery img{ height:113px!important; object-fit: cover;}


.project-detail-page .gallery-col-inside {
    padding-right: 70px;
}

.lSSlideOuter .lSPager.lSGallery li {
    position: relative;
}

.lSSlideOuter .lSPager.lSGallery li::after {
    position: absolute;
    content: "";
    background-color: rgb(255 255 255);
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
    cursor: pointer;
}

.lSSlideOuter .lSPager.lSGallery li.active::after {
    position: absolute;
    content: "";
    background-image: url(../img/zoom.svg);
    background-color: transparent;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
}

.product-slider-div .project-page .gallery-box img {
    width: 100%;
    display: block;
}

.product-slider-div .gallery-img-div {
    line-height: normal;
    display: block;
}

.product-slider-div .gallery-text-div {
    background-color: #C9E2DD;
    height: 76px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.product-slider-div .gallery-text-div span {
    font-size: 20px;
    color: #55746F;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    text-decoration: none;
}

.product-slider-div h2 {
    color: #55746F;
    font-size: 34px;
    text-align: center;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

.product-slider-div {
    margin-top: 120px;
    position: relative;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 30px;
}

.owl-carousel .owl-nav button.owl-prev {
    width: 64px;
    height: 64px;
    background-color: #C9E2DD;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s ease-out;
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-left: 4px solid #55746f;
    border-bottom: 4px solid #55746f;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px;
    border-radius: 3px;
}

.owl-carousel .owl-nav button.owl-next::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-right: 4px solid #C9E2DD;
    border-bottom: 4px solid #C9E2DD;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px;
    border-radius: 3px;
}

.owl-carousel .owl-nav button.owl-next {
    width: 64px;
    height: 64px;
    background-color: #55746F;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s ease-out;
    position: relative;
}

.owl-carousel .owl-nav span {
    display: none;
}



.product-slider-div .project-d1 {
    position: absolute;
    left: 0;
    top: -40px;
}

.product-slider-div .project-d2 {
    position: absolute;
    right: 17%;
    bottom: 60px;
}

.home-page .home-services-about .row {
    position: relative;
}

.home-page .home-services-about {
    position: relative;
    display: flex;
    align-items: center;
}

.home-page .home-services-about .bg1 {
    position: absolute;
    top: 0;
    left: -300px;
    z-index: -1;
    height: 100%;
}

.home-page .home-services-about .bg2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.home-page .home-services-about .left {
    width: 40%;
    display: flex;
    align-items: center;
}

.home-page .home-services-about .right {
    width: 60%;
    height: 500px;
}

.home-page .home-services-about .text {
    position: absolute;
    right: 0;
    text-align: right;
    width: 300px;
    bottom: 15%;
    z-index: 2;
}

.home-page .home-services-about .text h2 {
    font-size: 40px;
    text-align: right;
    margin: 0;
    margin-bottom: 12px;
    letter-spacing: -1px;
    color: #413F3F;
}

.home-page .home-services-about .text span {
    font-size: 13px;
    color: #ffffff;
}

.home-page .home-services-about .div-btn {
    position: absolute;
    right: 390px;
    top: 42%;
    border: 10px solid white;
}

.home-page .home-services-about .home-services-d1 {
    position: absolute;
    top: 20%;
    right: 200px;
}

.home-page .home-services-about .home-services-d2 {
    position: absolute;
    right: 450px;
    bottom: 10%;
}

.home-page .home-project {
    position: relative;
    display: flex;
    align-items: center;
}

.home-page .home-project .bg1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.home-page .home-project .product-slider-div {
    margin-top: 0;
    position: relative;
    width: 900px;
    max-width: 100%;
    margin-left: auto;
}

.home-page .home-project .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    margin-right: auto;
    margin-left: 0;
}

.owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.home-page .home-project .div-btn {
    position: absolute;
    left: 200px;
    top: 45%;
    border: 10px solid white;
}

.home-page .home-project .site-btn {
    border: 1px solid #55746f;
    color: #55746f;
}

.home-page .home-project .site-btn::after {
    border-color: #55746f;
}

.home-page .home-project .site-btn::before {
    border-color: #55746f;
}

.home-page .home-project .site-btn:hover::before {
    background-color: #55746f;
}

.home-page .home-project .site-btn:hover::after {
    background-color: #55746f;
}

.home-page .home-project-d1 {
    position: absolute;
    bottom: 25%;
    left: 10px;
}

.home-page .home-project-d2 {
    position: absolute;
    top: 4%;
    left: 500px;
}

.home-page .home-project .home-project-inside {
    position: relative;
    height: 470px;
}

.product-slider-div-out {
    position: absolute;
    top: 15%;
    right: 0;
}

.home-page .home-project .bg-out {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #55746f;
    content: "";
    width: 50%;
    left: 0;
    z-index: -1;
}

.home-page .home-services-about .bg-out {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #b4b3b3;
    content: "";
    width: 50%;
    z-index: -1;
    right: 0;
}

.home-page .home-slider .owl-carousel:after {
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.27);
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    padding-bottom: 30%;
    pointer-events: none;
    z-index: 500;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.home-page .home-slider .slider1 .site-btn {
    border: 1px solid #354361;
    color: #354361;
}

.home-page .home-slider .slider1 .site-btn::after {
    border-color: #354361;
}

.home-page .home-slider .slider1 .site-btn::BEFORE {
    border-color: #354361;
}

.home-page .home-slider .slider1 .site-btn:hover::before {
    background-color: #354361;
}

.home-page .home-slider .slider1 .site-btn:hover::after {
    background-color: #354361;
}

.home-page .home-slider.yellow .site-btn {
    border: 1px solid #e8a734;
    color: #e8a734;
}

.home-page .home-slider.yellow .site-btn::after {
    border-color: #e8a734;
}

.home-page .home-slider.yellow .site-btn::BEFORE {
    border-color: #e8a734;
}

.home-page .home-slider.yellow .site-btn:hover::before {
    background-color: #e8a734;
}

.home-page .home-slider.yellow .site-btn:hover::after {
    background-color: #e8a734;
}

.home-page .home-slider.purple .site-btn {
    border: 1px solid #8077b6;
    color: #8077b6;
}

.home-page .home-slider.purple .site-btn::after {
    border-color: #8077b6;
}

.home-page .home-slider.purple .site-btn::BEFORE {
    border-color: #8077b6;
}

.home-page .home-slider.purple .site-btn:hover::before {
    background-color: #8077b6;
}

.home-page .home-slider.purple .site-btn:hover::after {
    background-color: #8077b6;
}


.home-page .home-slider .img-slider {
    width: 70%;
    margin-left: auto;
    height: 100vh; background-size: cover; background-repeat:no-repeat; background-position:center;
}
.project-detail-page {
    padding-top: 150px;
}

.project-detail-page, .project-page, .services-page, .about-page, .contact-page, .ik-page {
    padding-bottom: 150px;
}

.home-page .home-slider .slider-content {
    position: relative;
}

.home-page .home-slider .slider-content .slider-title {
    position: absolute;
    top: 200px;
    left: 0px;
}

.home-page .home-slider .slider-content .slider-title h2 {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 70px;
    color: #ffffff;
    margin: 0;
    width: 450px;
}

.home-page.en .home-slider .slider-content .slider-title h2{font-size: 60px;}

.home-page .home-slider .slider-content .site-btn {
    position: absolute;
    left: 26%;
    top: 511px;
}

.home-page .home-slider .slider-content .slider-text {
    position: absolute;
    top: 540px;
    height: 200px;
    width: 400px;
    left: -140px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.home-page .home-slider .slider-content .slider-text span {
    padding: 20px 30px;
    line-height: 1.6;
    width: 335px;
    color: #413F3F;
}

.home-page .home-slider .slider-content .slider-text span a {
    font-weight: 700;
    color: #000000;
}

.home-page .home-slider .social-media-div {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}

.home-page .home-slider .social-media-div img {
    display: block;
}

.home-page .home-slider .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 501;
}

.home-page .home-slider .owl-carousel .owl-nav button.owl-next {
    background-color: #354361;
}

.home-page .home-slider .owl-carousel .owl-nav button.owl-prev {
    background-color: #CAD1DC;
}

.home-page .home-slider .owl-carousel .owl-nav button.owl-prev::after {
    border-color: #354361;
}

footer .copyright::before {
    content: "";
    position: absolute;
    background-image: url(../img/footer-ucgen.svg);
    left: 0%;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
}

footer .copyright {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7BA8A1;
}

.home-page .home-slider .slider-cover {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    backdrop-filter: blur(4px);
    opacity: 0.7;
}

.home-page .home-slider .slider-cover img {
    display: block;
}

.home-news-slider2 .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.home-page .home-slider .slider-social-media {
    width: max-content;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}

.home-page .home-slider .slider-social-media ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page .home-slider .slider-social-media ul li a {
    display: inline-block;
    margin-right: 5px;
    width: 33px;
    height: 33px;
    background: #354361;
    line-height: 33px;
    text-align: center;
    color: #fff;
}

.home-page .home-slider .slider-social-media ul li a.facebook:before {
    content: "\ed37";
}

.home-page .home-slider .slider-social-media ul li a.twitter:before {
    content: "\ed7a";
}

.home-page .home-slider .slider-social-media ul li a.linkedin:before {
    content: "\ed4d";
}

.home-page .home-slider .slider-social-media ul li a.instagram:before {
    content: "\ed46";
}

.home-page .home-slider.yellow .slider-social-media ul li a {
    background: #e8a734;
}

.home-page .home-slider.yellow .owl-carousel .owl-nav button.owl-prev::after {
    border-color: #e8a734;
}

.home-page .home-slider.yellow .owl-carousel .owl-nav button.owl-next::after {
    border-color: #fde5cb;
}

.home-page .home-slider.purple .slider-social-media ul li a {
    background: #8077b6;
}

.home-page .home-slider.yellow .owl-carousel .owl-nav button.owl-prev {
    background: #FDE5CB;
}

.home-page .home-slider.yellow .owl-carousel .owl-nav button.owl-next {
    background: #E8A734
}

.home-page .home-slider.purple .owl-carousel .owl-nav button.owl-prev {
    background: #DFE1F0;
}

.home-page .home-slider.purple .owl-carousel .owl-nav button.owl-next {
    background: #8077B6
}

.home-page .home-slider.purple .owl-carousel .owl-nav button.owl-prev::after {
    border-color: #8077B6;
}

.home-page .home-slider.purple .owl-carousel .owl-nav button.owl-next::after {
    border-color: #DFE1F0;
}


.home-page .home-slider {
    position: relative;
}

.fancy-button {
    background-repeat: no-repeat;
    background-image: linear-gradient(-60deg, #413F3F 0%, #413F3F 41.6%, #413F3F 41.6%, #413F3F 100%), linear-gradient(-60deg, #413F3F 0%, #413F3F calc(100% - 41.6%), #413F3F calc(100% - 41.6%), #413F3F 100%);
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background-size: 100% 0.3em, 100% 0.3em, calc(100% + 0.6em) 100%, 100% calc(100% + 0.6em);
    border: none;
    border-left: 0.3em solid #413F3F;
    border-right: 0.3em solid #413F3F;
    padding: 1em 1.5em;
    overflow: hidden;
    position: relative;
    font-size: 1em;
    margin-bottom: 1em;
    transition: all 0.4s;
}

.fancy-button:hover:before, .fancy-button:hover:after, .fancy-button:active:before, .fancy-button:active:after {
    transform: translateX(0);
}

.fancy-button:before, .fancy-button:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% calc(100% - 0.6em);
    background-position: 50% 0.3em;
    transition: all 0.4s;
}

.fancy-button:before {
    background-image: linear-gradient(-60deg, transparent 0%, transparent 50%, #413F3F 50%, #413F3F 100%);
    transform: translateX(calc(-100% + 41.6%));
}

.fancy-button:after {
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #413F3F 50%, #413F3F 100%);
    transform: translateX(calc(100% - 41.6%));
}

.fancy-button:hover {
    color: white;
}

.fancy-button {
    appearance: none;
    background-color: transparent;
    outline: none !important;
}

.nav-mobil-out {
    display: none;
}

.mobile-header-nav {
    background-color: #413f3f;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 80px;
    width: 100%;
}

.mobile-header-nav li {
    border-bottom: 1px solid #000000;
}

.mobile-header-nav li a {
    color: white;
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}

.mobile-header-nav li a:hover {
    background-color: #2f2f2f;
}

.hamburger-menu {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 30px;
    left: 20px;
}

.hamburger-menu:hover {
    cursor: pointer;
}

.hamburger-menu .menu-item {
    background: black;
    display: block;
    height: 4px;
    margin: 0 0 9px;
    transition: all 0.3s ease-in-out;
    width: 37px;
}

.hamburger-menu.open .menu-item {
    margin: 0 0 5px;
}

@media (max-width: 1600px) {
    footer .footer-map img {
        width: 80%;
        margin-left: auto;
    }

    .home-page .home-slider .slider-content .slider-text {
        left: -110px;
    }

    .home-page .home-slider .slider-content .slider-title {
        left: 15px;
    }

    .home-page .home-slider .slider-content .site-btn {
        left: 30%;
    }
}

@media (max-width: 1500px) {
    .home-page .home-project .product-slider-div {
        width: 750px;
    }

    .product-slider-div .gallery-text-div span {
        font-size: 17px;
    }

    .home-page .home-slider .slider-content .slider-text {
        left: -60px;
    }

    .home-page .home-slider .slider-content .slider-title {
        left: 60px;
    }

    .home-page .home-slider .slider-content .site-btn {
        left: 31%;
    }
}

@media (max-width: 1400px) {
    .form-div .form-btn-row button {
        height: 55px;
        font-size: 17px;
    }

    .site-btn{
        height: 55px;
        font-size: 17px;
    }

    .product-slider-div h2 {
        font-size: 28px;
    }

    .project-detail-page .detail-col .detail-list {
        margin-bottom: 30px;
    }

    .project-detail-page .detail-col .project-icons {
        margin-bottom: 30px;
    }


    .project-detail-page .detail-col h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .project-detail-page, .project-page, .services-page, .about-page, .contact-page, .ik-page {
        padding-top: 150px;
    }

    .about-page .page-row-inside ul{
        font-size: 20px;
    }

    .about-page .page-row-inside .right .detail-div p {
        font-size: 17px;
    }

    .page-row-inside {
        padding-top: 40px;
    }

    .page-row-inside .right h2 {
        font-size: 40px;
    }

    .header2 {
        height: 340px;
    }

    .header-title img {
        position: absolute;
        top: -22px;
        max-width: 100%;
        left: 100px;
        height: 200px;
    }

    .header-title h1 {
        font-size: 120px;
        color: #413F3F;
    }


    footer .footer-list ul li a {
        font-size: 18px;
    }

    footer .copyright {
        font-size: 18px;
    }

    .nav-web .nav-menu ul li a {
        font-size: 18px;
    }

    .scroll-arrow-div {
        left: 35%;
    }

    .home-page .home-slider .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        bottom: 14%;
        right: 5%;
    }

    footer .footer-map img {
        width: 70%;
        margin-left: auto;
    }

    .home-page .home-slider .slider-content .slider-text span {
        padding: 10px 20px;
        line-height: 20px;
        font-size: 11px;
        width: 305px;
    }

    .home-page .home-slider .slider-content .slider-text {
        top: 495px;
        left: -10px;
        width: 350px;
        height: 150px;
        background-position: bottom;
    }

    .home-page .home-slider .slider-content .slider-title {
        left: 100px;
        width: 330px;
        top: 135px;
    }

    .home-page .home-slider .slider-content .site-btn {
        left: 21%;
        top: 288px;
    }


    .home-page .home-project .product-slider-div {
        width: 750px;
    }

    .product-slider-div .gallery-text-div span {
        font-size: 16px;
    }

    .home-page .home-slider .slider-content .slider-title h2 {
        font-size: 35px;
        width: 235px;
        left: 11px;
    }

    .home-page .home-slider .img-slider {
        width: 80%;
    }

}

@media (max-width: 1300px) {
    .header-title img {
        left: 20px;
        width: auto;
        height: 200px;
    }

    .header-title {
        padding-left: 20px;
    }

    footer .footer-map img {
        width: 60%;
        margin-left: auto;
    }

    footer .footer-bottom {
        height: 370px;
    }

    .header-title h1 {
        font-size: 120px;
    }

}


@media (max-width: 1200px) {
    .home-page .home-slider .slider-content .site-btn {
        left: 255px;
    }


    .home-page .home-slider .slider-content .slider-text {
        left: 0;
        top: 485px;
    }

    .home-page .home-project .product-slider-div {
        width: 650px;
    }

    .home-page .home-services-about .home-services-d1 {
        display: none;
    }

    .home-page .home-services-about .home-services-d2 {
        display: none;
    }

    .home-page .home-project-d1 {
        display: none;
    }

    .home-page .home-project-d2 {
        display: none;
    }

    .container {
        width: 1140px;
    }

    footer .footer-list ul {
        width: 220px;
    }

    footer .footer-list ul li a {
        text-decoration: none;
        padding: 7px 0;
        display: block;
        color: #ffffff;
        font-size: 18px;
        font-family: 'Bebas Neue', cursive;
        letter-spacing: 2px;
    }

    footer .footer-bottom {
        background-color: rgb(91 147 138 / 80%);
        position: absolute;
        bottom: 68px;
        width: 100%;
        height: 280px;
        display: flex;
        align-items: center;
    }

    footer .footer-map img {
        width: 50%;
        margin-left: auto;
    }

    .nav-web .nav-menu ul li a {
        font-size: 19px;
        padding: 10px 20px;
    }

    .home-page .home-services-about .right {
        height: 400px;
    }

    .home-page .home-project .home-project-inside {
        height: 400px;
    }

    .home-page .home-services-about .div-btn {
        right: 410px;
        top: 39%;
    }

    .home-page .home-project .div-btn {
        left: 180px;
    }

}

@media (max-width: 1130px) {
    .home-page .home-project .product-slider-div {
        width: 500px;
    }

    .home-page .home-services-about .div-btn {
        right: 350px;
    }

    .home-page .home-slider .owl-carousel:after {
        width: 22%;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }

    .home-services-about:before {
        width: 55%;
        clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .home-page .home-project:before {
        width: 45%;
        clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
    }


    .site-btn {
        width: 170px;
        height: 55px;
        font-size: 17px;
    }

    .nav-web .nav-menu ul {
        width: 90%;
    }

    .nav-web .nav-inside .nav-logo {
        text-align: center;
    }

    .nav-web .nav-menu ul li a {
        font-size: 15px;
        padding: 10px 20px;
    }

    .project-page .gallery-box {
        max-width: 50%;
        flex: 50%;
    }


}

@media (max-width: 992px) {

    .home-page .home-services-about .container{
        padding: 0;
    }

    .home-page .home-slider .slider-content .slider-title h2 {
        font-size: 30px;
        width: 290px;
        left: 15px;
    }

    .home-page .home-slider .img-slider {
        display: block;
        width: 100%;
        height: 500px;
        background-position: top;
    }

    .scroll-arrow-div {
        display: none;
    }

    .home-page .home-services-about .row {
        position: relative;
        background-color: rgb(65 63 63 / 8%);
        padding: 15px;
    }

    .home-page .home-services-about .div-btn {
        right: auto;
        top: 0;
        position: relative;
        margin: 0 auto;
        margin-top: 30px;
        width: max-content;
    }

    .home-page .home-services-about .text span {
        text-align: left;
        color: #000000;
    }


    .home-page .home-services-about .text h2 {
        font-size: 40px;
        text-align: center;
    }

    .home-page .home-services-about .right {
        height: auto;
        width: 100%;
    }

    .home-page .home-services-about .left {
        width: 100%;
        justify-content: center;
        padding: 20px 0;
    }

    .home-page .home-services-about .text {
        position: relative;
        right: auto;
        text-align: center;
        width: 100%;
        bottom: auto;
        z-index: 1;
    }

    .home-page .home-services-about .bg1 {
        display: none;
    }

    .home-page .home-services-about .bg2 {
        display: none;
    }

    .home-page .home-services-about .bg-out {
        display: none;
    }

    .home-page .home-project .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        margin: 0 auto;
        margin-top: 30px;
    }

    .home-page .home-project .product-slider-div {
        width: 100%;
    }

    .home-page .home-project .home-project-inside {
        height: auto;
        padding-bottom: 40px;
    }

    .product-slider-div-out {
        position: relative;
        top: auto;
        right: auto;
    }

    .home-project {
        padding: 40px 0;
    }

    .home-page .home-project .div-btn {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        width: max-content;
    }

    .home-page .home-project .bg1 {
        display: none;
    }

    .home-page .home-project .bg-out {
        display: none;
    }


    .home-page .home-slider .slider-social-media {
        right: 30px;
        top: 75%;
    }

    .home-page .home-slider .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        position: absolute;
        bottom: auto;
        right: 10%;
        top: 50%;
    }

    .home-page .home-slider .slider-content .slider-title {
        left: 0;
        width: 350px;
        top: 25px;
    }

    .home-page .home-slider .slider-content .site-btn {
        top: 190px;
        left: 170px;
    }

    .home-page .home-slider .slider-content .slider-text {
        left: 125px;
        top: 280px;
    }

    .product-slider-div .owl-carousel .owl-nav {
        margin-top: 20px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
        background-color: #C9E2DD;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .5s ease-out;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        background-size: auto;
    }

    .owl-carousel .owl-nav button.owl-next:hover {
        background-size: auto;
    }

    .owl-carousel .owl-nav button.owl-prev::after {
        top: 10px;
    }

    .owl-carousel .owl-nav button.owl-next::after {
        top: 10px;
    }


    .owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        background-color: #55746F;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .5s ease-out;
    }


    .product-slider-div .project-d1 {
        display: none;
    }

    .product-slider-div .project-d2 {
        display: none;
    }

    .project-detail-page .detail-col h1 {
        margin-bottom: 20px;
    }


    .project-detail-page .detail-col {
        width: 100%;
        padding-top: 30px;
    }

    .project-detail-page .row {
        display: block;
    }

    .project-detail-page .gallery-col {
        width: 100%;
    }

    .project-detail-page .gallery-col-inside {
        padding-right: 0;
    }

    .project-detail-page {
        padding-top: 50px;
    }

    .project-detail-page, .project-page, .services-page, .about-page, .contact-page, .ik-page {
        padding-bottom: 50px;
    }


    footer .footer-list {
        display: flex;
        justify-content: space-between;
    }

    footer .footer-bottom {
        position: relative;
        bottom: auto;
    }

    footer .copyright {
        position: relative;
    }

    .footer-bg {
        display: none;
    }

    .footer-map {
        display: none;
    }

    .nav-web-out {
        display: none;
    }

    .page-row-inside .left {
        width: 25%;
    }

    .page-row-inside .right {
        width: 75%;
    }

    .nav-mobil-out {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #ffffff;
        height: 80px;
        z-index: 5;
    }

    .nav-mobil-out .nav-logo {
        position: absolute;
        top: 8px;
        margin: 0 auto;
        left: 0;
        width: max-content;
        right: 0;
    }

    .nav-mobil-out .nav-logo img {
        width: 65px;
    }

    .content {
        padding-top: 80px;
        margin: 0;
    }

    .header2 {
        height: 250px;
    }

    .header-title h1 {
        font-size: 80px;
    }

    .page-row-inside .right h2 img {
        display: none;
    }

    .header-title img {
        left: 20px;
        width: auto;
        height: 170px;
    }

    .services-page .services-products img {
        width: 350px;
        max-width: 100%;
    }

    .services-page .services-products .bg {
        display: none;
    }

    .contact-page .form-div {
        margin-left: 50px;
    }

    .contact-page .contact-info ul {
        font-size: 16px;
    }

}




@media (max-width: 768px) {
    .home-page .home-slider .slider-content .slider-text {
        left: 5px;
        top: 200px;
        width: 300px;
        height: 170px;
    }

    .home-page .home-slider .slider-content .slider-title {
        left: 0;
        width: 350px;
        top: 0;
    }

    .home-page .home-slider .slider-content .slider-text span {
        padding: 20px 30px;
        line-height: 20px;
        width: 335px;
        color: #413F3F;
    }

    .home-page .home-slider .slider-content .site-btn {
        top: 75px;
        left: auto;
        right: 10%;
    }

    .home-page .home-slider .slider-content .slider-text {
        left: px;
        top: 200px;
        width: 300px;
        height: 170px;
    }

    .home-page .home-slider .slider-title img {
        display: none;
    }

    .home-page .home-slider.yellow .slider-title img {
        display: none;
    }

    .home-page .home-slider.purbple .slider-title img {
        display: none;
    }

    .home-page .home-slider .slider-title h2 {
        background-color: #354361;
        width: 320px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .home-page .home-slider.yellow .slider-title h2 {
        background-color: #e8a734;
        width: 320px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .home-page .home-slider.purple .slider-title h2 {
        background-color: #8077b6;
        width: 320px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    footer .copyright {
        position: relative;
        padding: 15px;
    }

    footer .copyright::before {
        display: none;
    }

    footer .footer-bottom {
        height: auto;
        padding: 20px 0;
    }


    footer .footer-list {
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .footer-list ul {
        width: 50%;
        padding: 15px 0;
    }

    .header-title h1 {
        font-size: 55px;
    }

    .header-title img {
        left: 20px;
        top: auto;
        bottom: 0;
        height: 120px;
    }

    .header2 {
        height: 170px;
    }

    .hamburger-menu .menu-item {
        background: black;
        display: block;
        height: 4px;
        margin: 0 0 8px;
        transition: all 0.3s ease-in-out;
        width: 32px;
    }

    .page-row-inside .right h2 img {
        display: none;
    }

    .services-page .services-list-out {
        display: block;
        align-items: center;
    }

    .services-page .services-list {
        width: 100%;
        padding-bottom: 40px;
    }


    .page-row-inside {
        display: block;
    }

    .page-row-inside .left {
        width: 100%;
    }

    .page-row-inside {
        padding-top: 20px;
    }

    .page-row-inside .right {
        width: 100%;
    }

    .services-page .services-products {
        width: 100%;
    }

    .project-page .filter-menu {
        width: 50%;
        margin: 0 auto;
    }


    .about-page .page-row-inside ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    footer .footer-list ul {
        width: 100%;
        padding: 15px 0;
    }

    .services-page .services-list li {
        width: 49%;
        display: inline-block;
    }

}

@media (max-width: 576px) {
    .home-page .home-slider .img-slider {
        height: 350px;
    }

    .home-page .home-slider .slider-social-media ul li {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .home-page .home-slider .slider-social-media ul li:last-child {
        margin-right: 0;
    }

    .hamburger-menu .menu-item {
        background: black;
        display: block;
        height: 3px;
        margin: 0 0 5px;
        transition: all 0.3s ease-in-out;
        width: 23px;
    }

    project-page .filter-menu .title-filter {
        font-size: 25px;
        margin-bottom: 5px;
    }


    .project-page .filter-menu .name-filter {
        display: block;
        font-size: 17px;
    }

    .header-title img {
        left: 0;
        top: auto;
        bottom: 0;
        height: auto;
        width: 100%;
    }

    .header-title {
        padding-left: 0;
    }

    .about-page .page-row-inside ul {
        margin-bottom: 30px;
    }

    .about-page .page-row-inside ul li {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .about-page .page-row-inside .right .detail-div p {
        font-size: 15px;
    }

    .home-page .home-services-about .text h2 {
        font-size: 30px;
    }

    .home-page .home-services-about .left img {
        max-width: 100%;
    }

    .home-page .home-slider .slider-content .site-btn {
        top: 155px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .home-page .home-slider .slider-title h2, .home-page .home-slider.yellow .slider-title h2, .home-page .home-slider.purple .slider-title h2 {
        width: auto;
        height: auto;
        padding: 20px;
        font-size: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }


    .home-page .home-slider .img-slider {
        width: 100%;
    }

    .home-page .home-slider .slider-content .slider-title {
        left: 0;
        width: 350px;
        top: 0;
        right: 0;
        margin: 0 auto;
    }

    .home-page .home-slider .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .home-page .home-slider .slider-social-media {
        right: 0;
        top: auto;
        bottom: 10px;
        left: 0;
        margin: 0 auto;
    }

    .home-page .home-slider .slider-content .slider-text {
        display: none;
    }

    .contact-page .form-div {
        margin: 0;
    }

    .contact-page .contact-row {
        display: block;
    }

    .services-page .services-list {
        padding-bottom: 20px;
    }

    .services-page .services-list li {
        width: 100%;
        display: block;
    }

    .page-row-inside .right h2 {
        font-size: 30px;
    }

    .ik-page .header-title img {
        left: 0;
        top: auto;
        bottom: 0;
        height: 110px;
        width: auto;
    }


    .header2 {
        height: 140px;
        background-size: 100%;
    }


    .header-title h1 {
        font-size: 45px;
    }

    .services-page .services-products img {
        width: 100%;
    }

    .services-products .bg {
        display: none;
    }

    .services-page .services-list li {
        padding: 5px 0;
        font-size: 15px;
    }


    .project-page .filter-menu {
        width: 100%;
        margin: 0;
    }


    .project-page .gallery-box {
        max-width: 100%;
        flex: 100%;
    }

    .project-detail-page .detail-col h1 {
        font-size: 20px;
    }

    .project-detail-page .detail-col .project-top-title {
        font-size: 15px;
    }

    .project-detail-page .detail-col .icon-box span {
        font-size: 15px;
        padding-left: 5px;
    }

    .product-slider-div .owl-carousel .owl-nav {
        margin: 0 auto;
        margin-top: 20px;
        width: max-content;
    }

    .product-slider-div h2 {
        font-size: 25px;
    }

    .product-slider-div {
        margin-top: 70px;
    }

    .project-detail-page .site-btn {
        margin: 0 auto;
    }

    .project-detail-page {
        padding-top: 20px;
    }
}

.fileInput{position:relative; width: 48%;}
.fileInput input[type=file]{position: absolute; top:0; left:0; opacity: 0;}