.single-services ul{
    padding-left: 30px;
}

.single-services li{
    list-style-type: square;
    line-height: 2em;
}

.blog_img {
    width: 100%;
    padding: 20px 0px;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.project_summary{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.project_summary div{
    margin-right: 20px;
    font-size: 1.1em;
}

.project_summary i{
    font-size: 20px;
    color: #0b1c39;
}

.single-services .details-img .carousel-item{
    text-align: center;
     background-color: black;
}

.single-services .details-img .carousel-item img {
    max-width: 900px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: black;
    width: 40px;
    height: 40px;
    border-radius: 50% 50%;
    background-size: 20px;
    background-position: center;
}

/* Rev Slider
-------------------------------------------------------------- */
.custom .tp-bullet { background-color: #f2f2f2; border-radius: 50%; } 
.custom .tp-bullet:hover, .custom .tp-bullet.selected { background-color: #f22c23; }   

.custom.tparrows { background-color: #e7e7e7; border-radius: 50%; }
.tp-leftarrow.tparrows { margin-left: 15px; }
.tp-rightarrow.tparrows { margin-right: 15px; }
.custom.tparrows:before { color: #bdbdbd; }
.custom.tparrows:hover { background-color: #f22c23; }
.custom.tparrows:hover:before { color: #fff; }


.tp-caption{
    font-weight: 800;
}

.tp-caption a{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.03em;
    display: block;
}

.tp-caption a span{
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
}

.tp-caption a span::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    top: 0;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    background: #f22c23;
}

.tp-parallax-wrap{
    top: 350px;
}

#scrollUp{
    display: none;
    color: #fff;
}

#scrollUp::before{
    content: "\02c6";
    font-size: 3em;
    line-height: 70px;
}