/*  Demo header  */
body {
    height: 100%;
}

.mar-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mar-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-filter {
    border-bottom: 1px solid #ddd;
}

.project-filter li {
    background-color: transparent !important;
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 700;
    margin: 0 0 !important;
    line-height: 50px
}

.project-filter li.active {
    background-color: transparent !important;
    border-bottom: 1px solid #141414;
    color: #141414 !important;
}

.project-filter li.active:before {
    display: none !important;
}

.item-no {
    color: #555;
    background: #FFF;
    font-size: 11px;
    padding: 0 6px;
    margin-left: 7px;
    border-radius: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.demo-header h6,
.demo-header h3,
.demo-header p {
    color: #fff;
}

.demo-header {
    position: absolute;
    top: 41vh;
}

.demo-header h3 {
    margin-bottom: 0 !important;
}

.demo-header p {
    letter-spacing: 4px;
}

.demo-text.white-text {
    font-size: 13px;
    letter-spacing: 10px;
    font-weight: 300;
}

.t-name {
    font-size: 49px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
}

.t-desc {
    letter-spacing: 0;
    font-size: 22px;
    margin-bottom: 19px;
    display: inline-block;
}

.t-name:before {
    position: absolute;
    top: 55%;
    left: 115%;
    width: 100px;
    height: 1px;
    content: "";
    background: #fff;
}

.t-name:after {
    position: absolute;
    top: 55%;
    right: 115%;
    width: 100px;
    height: 1px;
    content: "";
    background: #fff;
}

.demo-content.text-center {
    padding: 40px;
}

.demo-content i {
    font-size: 33px;
}

.demo-img-text h4 {
    margin-top: 30px;
}

.demo-content {
    border-radius: 5px;
}

.demo-desc-slider .owl-item.active.center {
    border: 1px solid #ddd;
}

@media all and (max-width: 400px) {
    .t-name:before {
        width: 80px;
    }

    .t-name {
        margin-right: 12px;
    }

    .t-name:after {
        width: 80px;

    }
}

@media all and (max-width: 600px) {
    .t-desc {
        margin-right: 10px;
    }
}

@media all and (max-width: 600px) {
    .demo-header {
        top: 26vh;
    }
}


/* ------featured Section---- */
.service-icon i {
    color: #fff;
}

@media all and (min-width: 768px) and (max-width: 800px) {
    .single-promo-featured-item {
        width: 209px !important;
    }
}

@media all and (min-width: 414px) {
    .single-promo-featured-item {
        width: 160px !important;
    }
}

.single-project-item {
    transition: all 0.3s
}

.single-project-item:hover {
    margin-top: -5px;
}

.single-project-item img {
    box-shadow: 0 15px 20px rgba(0,0,0,0.1);
}

.single-project-item:hover img {
    transform: scale(1) !important;
}

.demo-portfolio {
    padding: 0 15px;
}

.demo-img-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px
}

/* Demo content */
.single-service {
    font-size: 44px !important;
    color: #141414 !important;
    transition: 0.6s;
}

.single-service:hover .service-icon {
    color: #999 !important;
}

.single-service h2 {
    font-size: 18px;
    color: #fff !important;
}

.single-service {
    border-right: 1px solid #999 !important;
    border-bottom: 1px solid #999 !important;
}

/*  Demo Action  */
.demo-action-area {
    background-color: rgba(6, 6, 6, 0.83);
    background-size: cover;
    background-position: center;
}

.demo-action-content p {
    color: #fff;
    font-size: 22px;
}

.demo-action-content p {
    color: #fff;
    font-size: 23px;
}

/* / Promo section / */

.promo-featured-section {
    background-color: rgba(230, 230, 230, 0.14901960784313725);
}

.promo-featured-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
}

.single-service:nth-child(3),
.single-service:nth-child(6) {
    border-right: none !important;
}

.single-service:nth-child(4),
.single-service:nth-child(5),
.single-service:nth-child(6) {
    border-bottom: none !important;
}

.single-promo-featured-item {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.09);
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px 15px 5px 15px;
    margin: 0 auto;
    margin-bottom: 27px;
    min-height: 140px;
}

.single-promo-featured-item p {
    line-height: 1.3
}

@media all and (max-width: 991px) {
    .single-service {
        border-right: none !important;
        border-bottom: none !important;
    }
}

/* .single-promo-featured-item:nth-child(7) {
    margin-right: 0;
} */

.single-promo-featured-item img {
    margin-bottom: 10px;
}

/* Demo slider */
.section-title h2 {
    margin-bottom: 0;
}

.subtext {
    color: #999;
    font-size: 15px;
}

.demo-slider-wrapper .owl-prev,
.demo-slider-wrapper .owl-next {
    position: absolute;
    top: 45%;
    left: -3%;
    font-size: 50px;
    transition: 0.5s;
}

.demo-slider-wrapper .owl-next {
    left: auto;
    right: -3%;
}

.demo-slider-wrapper .owl-next:hover {
    right: -4%;
}

.demo-slider-wrapper .owl-prev:hover {
    left: -4%;
}

.demo-slider-wrapper .owl-prev i,
.demo-slider-wrapper .owl-next i {
    font-size: 35px;
    color: #141414;
}

/* / Portfolio / */
.demo-slider-wrapper .owl-item {
    transform: scale(1);
    transition: 0.6s;
}

/* / Demo footer / */
.fastorBelt {
    height: 550px;
    margin-bottom: 40px;
}

.fastorBelt {
    position: relative;
    height: 650px;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.rotateBodyAnimate {
    pointer-events: auto;
}

.fastorBelt .bg1 {
    left: 0;
    top: 0;
    width: 300%;
    -webkit-animation: Vb 120s linear infinite;
}

.fastorBelt .photo {
    position: absolute;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: repeat-x;
    z-index: 22;
}

.tableHelper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.cellHelper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.fastorBelt img {

    position: relative;
    z-index: 23;
    -webkit-animation: Wb 15s linear infinite;

}