/*======================================================================= // Project Single =========================================================================*/

.projectSingleInfo ul,
.projectSingleInfo ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .projectSingleInfo ul li, .projectSingleInfo ol li {
        font-weight:500;
        line-height:24px !important;

     
    }
    .projectSingleText p{
        font-weight:500;
        line-height:28px;
    }
.projectSingleSec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.singleProCaro {
    margin-bottom: 200px;
}
    .singleProCaro ol.carousel-indicators {
        bottom: -138px;
        display: inline-block;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: left;
        width: 100%;
    }
    .singleProCaro .carousel-indicators li {
        background-color: rgba(0, 0, 0, 0);
        border: 3px solid transparent;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        height: 108px;
        margin: 0 20px 0 0;
        text-indent: inherit;
        width: 169px;
    }
        .singleProCaro .carousel-indicators li img {
            width: 100%;
            height: 100%;
        }

        .singleProCaro .carousel-indicators li.active {
            border-color: #3372b5;
        }
    .singleProCaro .carousel-control {
        background: #a9a7a2 none repeat scroll 0 0;
        bottom: 0;
        color: #000;
        font-size: 20px;
        height: 43px;
        left: 0;
        line-height: 0.8;
        margin: auto;
        opacity: 1;
        padding: 12px 13px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 43px;
        border-radius: 0px;
        text-shadow: none;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
        .singleProCaro .carousel-control:hover i {
            color: #3372b5;
        }
        .singleProCaro .carousel-control i {
            color: #fff;
        }
        .singleProCaro .carousel-control.right {
            left: auto;
            right: 20px;
        }

        .singleProCaro .carousel-control.left {
            left: 20px;
        }

.proDetaTitle {
    font-size: 20px;
    margin-bottom: 26px;
}

.projectDetais p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 33px;
}

.projectSininTitle {
    font-size: 21px;
    color: #3e3e3e;
    font-weight:500;
    margin-bottom: 20px;
    margin-top:-0.1em;
}

.projectSingleInfo {
    margin-top: 60px;
}

    .projectSingleInfo ul {
    }

        .projectSingleInfo ul li {
            line-height: .8;
            border-bottom: 1px solid #eeeeee;
            display: block;
            padding: 12px 0;
        }

            .projectSingleInfo ul li span {
                color: #393939;
            }

.projectSininTitle.two {
    margin-bottom: 25px;
}


.preloader img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.showit {
    background: #3372b5;
    bottom: 100px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 0.8;
    padding: 10px 12px;
    position: fixed;
    right: 60px;
    text-align: center;
    width: 40px;
    z-index: 99;
}
    .showit i {
        color: #fff;
    }
    .showit:hover {
        background: #333;
    }
