﻿
.project-item {
    width: 230px;
}

    .project-item .single-project {
        margin: 0px;
    }

.choose-section.light .choose-bg {
    width: 100%;
    height: 100%;
    background-image: url(/Images/Abati/leftBanner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.grade-text-wrapper {
    text-align: center;
}

.grade-icon {
    display: block;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    background: #332f2b;
    border-radius: 50%;
    font-size: 70px;
    padding-top: 50px;
    border: 1px solid #162242;
    background: #fff;
    cursor: pointer;
}

    .grade-icon:hover {
        border: 1px solid orange;
    }

        .grade-icon:hover i:before {
            color: orange;
        }

    .grade-icon i:before {
        transition: 0.2s;
        font-size: 80px;
        color: orange;
        color: #2c118c;
    }

    .grade-icon:hover + .grade-text p {
        color: orange;
    }

.grade-text {
    display: block;
    padding: 5px;
    color: orange;
}

    .grade-text p {
        transition: 0.2s;
        color: #fff;
        font-size: 17px;
        padding-top: 21px;
    }


.counterap {
    width: 150px;
    height: 150px;
    padding-top: 44px;
    background: #363636;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: orange;
}

    .counterap p {
        color: orange;
    }


.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1e1146;
    text-align: center;
    z-index: 9999999;
    color: white;
}

@media only screen and (min-width: 1440px) {
    .slider-section-four {
    }

        .slider-section-four .hero-slider-four .hero-slider-item {
            height: 600px !important;
        }
}

.slider-section-four {
    margin-top: 90px;
}


.choose-section .choose-text-wrapper .choose-text {
    margin-left: 20px;
    padding: 10px;
    padding-top: 19px;
}



.project-item {
    margin: 2px;
}

.footer-project-li {
    display: block;
    overflow: hidden;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */


    .project-item {
        width: 230px;
        margin: 2px;
    }

    .slider-text-container {
        position: absolute;
        bottom: 0;
        height: 0;
        background: black;
        right: 0;
        left: 0;
        width: 100%;
        transition: 0;
        opacity: 0;
        overflow: hidden;
    }

        .slider-text-container .slider-text * {
            min-height: 100%;
            min-width: 327px;
            overflow: hidden;
        }

    .slider-section-four .hero-slider-four .hero-slider-item .slider-text * {
        display: none;
    }

    .slider-section-four .hero-slider-four .hero-slider-item .slider-text h1,
    .slider-section-four .hero-slider-four .hero-slider-item .slider-text h3 {
        display: block;
    }

    .slider-section-four .hero-slider-four .hero-slider-item .slider-text h1 {
        font-size: 20px;
    }


    .slider-text-container.active-slide {
        height: 35%;
        width: 100%;
        transition: 1s;
        opacity: 0.8;
    }
}
