
.section-block-demo36-footer {
    position: relative;
    background: url("/source/38b97fbf166e13dbfbf1f793e0525e29/657ac6246f10d71085.png");
    background-color: #fff;
    background-position: center top;
    background-size: cover
}

.section-block-demo36-footer li {
    padding-left: 0;
    list-style: none
}

.section-block-demo36-footer,
.section-block-demo36-footer a {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    font-family: var(--bs-font-sans-serif);
    line-height: 30px
}

.section-block-demo36-footer .foor-service {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 240px 100px 120px 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-block-demo36-footer .foor-service .foot-item .foot-title {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 1
}

.section-block-demo36-footer .foot-item {
    position: relative;
    float: left;
    display: block;
    min-width: 16.66%
}

.section-block-demo36-footer .foot-item.foot-contact-item {
    max-width: 400px
}

.section-block-demo36-footer .conpamy-intro {
    font-weight: 100;
    font-family: var(--bs-font-sans-serif)
}

.section-block-demo36-footer .foot-nav {
    position: relative
}

.section-block-demo36-footer .foot-nav li {
    position: relative;
    display: block
}

.section-block-demo36-footer .foot-contact {
    position: relative;
    margin-top: 27px
}

.section-block-demo36-footer .foot-nav li a {
    position: relative;
    text-transform: capitalize;
    font-weight: 100;
    font-family: var(--bs-font-sans-serif);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -ms-transform: translateX(-15px)
}

.section-block-demo36-footer .foot-nav li a::before {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    content: "-";
    vertical-align: baseline;
    opacity: 0
}

.section-block-demo36-footer .foot-nav li:hover a {
    color: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0)
}

.section-block-demo36-footer .foot-nav li:hover a::before {
    opacity: 1
}

.section-block-demo36-footer .foot-item.foot-contact-item ul.foot-contact li {
    position: relative;
    padding-left: 30px
}

.section-block-demo36-footer .foot-item.foot-contact-item ul.foot-contact li:last-child {
    margin-bottom: 0
}

.section-block-demo36-footer .foot-item.foot-contact-item ul.foot-contact li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    font-size: 18px;
    font-family: fontawesome
}

.section-block-demo36-footer .foot-item.foot-contact-item ul.foot-contact li i {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("/source/d34aad224dee8228c5156dbd83e49588/657916e91033891392.png");
    background-repeat: no-repeat
}

.section-block-demo36-footer .foot-item.foot-contact-item ul.foot-contact li i.contact-ico-tel {
    background-position: 0 0
}

.section-block-demo36-footer .foot-item.foot-contact-item ul.foot-contact li i.contact-ico-email {
    background-position: 0 -42px
}

.section-block-demo36-footer .foot-sns {
    position: relative
}

.section-block-demo36-footer .foot-sns li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.section-block-demo36-footer .foot-sns li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s
}

.section-block-demo36-footer .foot-sns li img {
    position: relative;
    margin-right: 15px;
    width: auto;
    width: 20px;
    vertical-align: middle;
    line-height: 30px;
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.section-block-demo36-footer .foot-sns li:hover a {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -ms-transform: translateX(10px)
}

.section-block-demo36-footer .copyright {
    position: relative;
    display: block;
    padding: 34px 0;
    border-top: 1px solid #bababa;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--bs-font-sans-serif);
    line-height: 1.5
}

@media only screen and (max-width:1280px) {
    .section-block-demo36-footer .foor-service {
        padding: 90px 0 45px 0
    }
}

@media only screen and (max-width:992px) {
    .section-block-demo36-footer .foor-service {
        flex-wrap: wrap
    }

    .section-block-demo36-footer .foot-item {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:768px) {
    .section-block-demo36-footer .foot-item {
        width: 100%
    }
}