/* .dsn-col > * {
    width: calc((100% / var(--dsn-col)) - 4px) !important;
} */

.feature-box{

}
.feature-box ul{}
.feature-box ul li{
    text-align: start;
    float: left;
    margin: 5px 3px;
    background: #212121;
    padding: 10px;
}
.feature-box ul li:hover{
    background: #212122;
    cursor:pointer;
    box-shadow:0 0.125rem 0.25rem rgb(116 116 116) !important;
}
.work-inner .container-custom {
    max-width: 1240px !important;
}
.project-info .sub-text-header li {
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: inline-block;
    float: left;
}

/* .project-info .sub-text-header li:last-child {
    float: right !important;
} */

/* work */
.our-work .work-item .item-info::before {
display: none !important;
}
.our-work .work-item .item-info{
    z-index: 20;
    bottom: 0;
    padding: 10px 20px 20px;
}
/* .our-work .work-item img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
} */
/* end work */

/* about */
.intro-about .intro-about-info {
    padding-right: 50px;
}
@media only screen and (max-width: 991px) {
    .intro-about .intro-about-info {
        margin-bottom: 50px;
        padding-right: 0;
    }
}
.intro-about .intro-about-info .accordion__item {
    margin-bottom: 0;
    padding: 10px 0px;
    border: 1px solid #181818 !important;
    border-bottom: 1px solid #181818;
}
.intro-about .intro-about-info .accordion__item:first-of-type {
    padding-top: 0;
}
.v-light:not(.no-light) .intro-about .intro-about-info .accordion__item {
    border-color: #bebebe;
}
.intro-about .intro-about-info .accordion__answer {
    padding-left: 50px;
}
.intro-about .intro-about-info .accordion__answer p {
    padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .intro-about .intro-about-info .accordion__answer {
        padding-left: 0;
    }
}
.intro-about .box-img {
    height: 100%;
    padding-left: 50px;
}
@media only screen and (max-width: 991px) {
    .intro-about .box-img {
        padding-left: 0;
        height: 80vh;
    }
}
@media only screen and (max-width: 767px) {
    .intro-about .box-img img {
        width: 100%;
    }
}
.intro-about .box-img .exper {
    bottom: 0;
    left: 0;
    padding: 60px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .intro-about .box-img .exper {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .intro-about .box-img .exper {
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 400px) {
    .intro-about .box-img .exper {
        width: 100%;
    }
}
.v-light:not(.no-light) .intro-about .box-img .exper {
    background-color: #d90a2c;
}
.intro-about .box-img .exper .numb-ex .word-text {
    font-size: 120px;
    font-weight: bold;
    color: #fff;
    line-height: 85px;
}
.intro-about .box-img .exper h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
.v-light:not(.no-light) .intro-about .box-img .exper h4 {
    color: #fff;
}
.accordion {
    line-height: 1.2;
}
.accordion__answer {
    display: none;
    max-width: 400px;
    padding-top: 10px;
}
.accordion__answer.active {
    display: block;
}
.accordion__item {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .accordion__item {
        margin-bottom: 20px;
    }
}
.accordion__item:last-of-type {
    margin-bottom: 0;
}
.accordion__question {
    padding: 8px 15px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion__question:first-of-type {
    padding-top: 0;
}
.accordion__question .icon {
    width: 35px;
    margin-right: 15px;
}
.accordion__question h4 {
    font-weight: 600;
    margin-bottom: 0;
}
.accordion__question:before {
    content: "";
    display: inline-block;
    border: solid #db3835;
    border-width: 0 2px 2px 0;
    padding: 3px;
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.v-light:not(.no-light) .accordion__question:before {
    border-color: #d90a2c;
}
.expanded.accordion__question:before {
    content: "";
    border: solid #db3835;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.v-light:not(.no-light) .expanded.accordion__question:before {
    border-color: #d90a2c;
}
.intro-project {
    position: relative;
}
.intro-project .intro-text {
    position: relative;
}
.intro-project .title-cover {
    text-align: left;
}
.intro-project h2 {
    letter-spacing: 2px;
}
.intro-project:not(.text-center) .inner {
    /*max-width: 750px; */
}
.intro-project .inner > p {
    font-weight: bold;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .intro-project .inner > p {
        font-size: 14px;
    }
}
.intro-project.text-center .intro-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 750px;
}
@media only screen and (max-width: 575px) {
    .intro-project.text-center .intro-text {
        max-width: 100%;
        overflow: hidden;
    }
}
.intro-project.text-center .intro-text .title-cover {
    text-align: center;
}
.intro-project.text-center .intro-text .intro-project-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-me {
    padding: 50px 0;
}
.about-me .after-bg.cover-bg {
    background-size: auto;
    background-repeat: repeat;
}
.about-me .content {
    z-index: 2;
}
.about-me .title-block {
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: inherit;
}
@media only screen and (max-width: 767px) {
    .about-me .title-block {
        margin-bottom: 15px;
    }
}
.about-me .section-bg {
    top: 0;
    left: 0;
    width: calc(100% - ((100vw - 1140px) / 2) - 15px);
    height: 100%;
    background-color: #090909;
    border-top: 2px solid #0e0e0d;
}
.v-light:not(.no-light) .about-me .section-bg {
    background-color: #e6e6e6;
    border-color: #bebebe;
}
.about-me .section-bg .after-bg {
    top: 0;
    left: 0;
    opacity: 0.05;
}
@media only screen and (max-width: 991px) {
    .about-me .section-bg {
        width: 100%;
    }
}
.about-me .section-bg:after {
    left: 0;
}
/* end about */
.control-loc{
    position: absolute;
    bottom: -100px;
    right: -40px;
    z-index: 3;
    line-height: 1.1;
}
.control-loc span{
    font-size: 4vw;
    color: rgba(255, 255, 255, 0.07);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
    -webkit-transform: scale3d(1, 1.15, 1.15);
    transform: scale3d(1, 1.15, 1.15);
    font-style: italic;
}

.img-360{
    z-index: 10;
    top: 70%;
    left: 30%;
}
.rotate-360{
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out; 
}
.rotate-360:hover{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
          
}
.float-left{
    float: left !important;
}

.service .services-item .services-item-inner {
    padding: 25px 15px 90px 15px;
}

.site-header .inner-header .main-logo img {
    height: 65px;
}