﻿.sokhan {
    z-index: 50;
    text-align: right;
    direction: rtl;
    padding: 20px;
    padding-top: 0px;
}

    .sokhan p {
        font-size: 16px;
    }

    .sokhan h2 {
        background-color: #de1f26;
        color: #ffffff;
        padding: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.sokhan2 {
    min-height:615px;
    background-color: #f6f6f6 !important;
    padding: 10px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}
    .sokhan2 p{
        font-size:13px;
        text-align:justify;
    }
    .sokhan2 h3 {
        font-size: 15px;
    }
    .sokhan2 li {
        font-size: 13px;
    }
    .sokhan2:hover {
        transform: scale(1.05);
    }

    .sokhan2 img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        cursor: pointer;
    }

.Project {
    text-align: center !important;
    margin: 0 !important;
    padding: 10px !important;
    padding-bottom: 0px !important;
    background-color: #de1f26 !important;
}

.AlProgressBar {
    background-color: #f4f4f4 !important;
}

    .AlProgressBar svg {
        width: 25%;
    }
/*************************Project******************/
.DivPr {
    padding: 1%;
}

.Prcontainer {
    transition: all 0.3s ease;
    display: block;
    padding: 0px;
}

    .Prcontainer a {
        transition: all 0.3s ease;
        opacity: 0;
        background-color: #ffffff;
        display: block;
        padding-top: 20px;
        padding-bottom: 30%;
        padding-right: 5px;
        padding-left: 5px;
        color: #212060;
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        left: 4%;
        bottom: -50%;
        width: 92%;
    }

    .Prcontainer img {
        cursor: pointer;
        width: 100%;
    }

    .Prcontainer:hover a {
        opacity: .8;
        bottom: 6%;
    }
/*************************Project******************/

/*************************CircleProgrssbar******************/

svg {
    margin: 10px;
}

.ProgressBar {
    text-align: center !important;
    margin: 0 !important;
    padding: 10px !important;
    padding-bottom: 0px !important;
    background-color: #f5f5f5 !important;
    padding-bottom: 30px !important;
}

.radial-progress {
    padding: 0 !important;
}

svg.radial-progress {
    height: auto;
    max-width: 200px;
    padding: 1em;
    transform: rotate(-90deg);
    width: 100%;
}

    svg.radial-progress circle {
        fill: rgb(255 255 255 / 0.00);
        stroke: #004aaf;
        stroke-dashoffset: 219.91148575129;
        stroke-width: 10;
    }

        svg.radial-progress circle.incomplete {
            opacity: 0.25;
        }

        svg.radial-progress circle.complete {
            stroke-dasharray: 219.91148575129;
        }

    svg.radial-progress text {
        fill: #464646;
        text-anchor: middle;
    }


    svg.radial-progress:nth-of-type(6n+1) circle {
        stroke: #04c1e5;
    }

/*************************CircleProgrssbar******************/

/*************************WaterCircleProgrssbar******************/
.box {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    max-width: 200px;
    transform: translate(-50%, -50%);
    background: rgb(199 238 255 / 0.15);
    border-radius: 100%;
    overflow: hidden;
}

    .box .percent {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        color: #464646;
        font-size: 35px;
    }

    .box .water {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        transform: translate(0, 100%);
        background: #04c1e5;
        transition: all 0.3s;
    }

    .box .water_wave {
        width: 200%;
        position: absolute;
        bottom: 100%;
    }

    .box .water_wave_back {
        right: 0;
        fill: #C7EEFF;
        -webkit-animation: wave-back 1.4s infinite linear;
        animation: wave-back 1.4s infinite linear;
    }

    .box .water_wave_front {
        left: 0;
        fill: #04c1e5;
        margin-bottom: -1px;
        -webkit-animation: wave-front 0.7s infinite linear;
        animation: wave-front 0.7s infinite linear;
    }

@-webkit-keyframes wave-front {
    100% {
        transform: translate(-50%, 0);
    }
}

@keyframes wave-front {
    100% {
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes wave-back {
    100% {
        transform: translate(50%, 0);
    }
}

@keyframes wave-back {
    100% {
        transform: translate(50%, 0);
    }
}

/*************************WaterCircleProgrssbar******************/


.blue {
    background-color: #212060;
}

.news {
    direction: rtl !important;
    z-index: 60;
    background-color: #efefef;
}

.date {
    text-align: center;
    direction: rtl !important;
    color: #676767;
}

.news h2 {
    text-align: center !important;
    background-color: #de1f26;
    color: #ffffff;
    margin-top: 0;
    padding: 20px;
    border-radius: 0 0 50px 50px;
    margin-bottom: 20px;
}

.news a {
    -webkit-animation: wave-front 0.7s infinite linear;
    animation: wave-front 0.7s infinite linear;
    color: #282828;
    text-decoration: none;
}

    .news a:hover {
        color: #212060;
        text-decoration: none;
    }

.otherNews {
    margin-top: 20px !important;
}

    .otherNews h2 a {
       text-decoration:none;
        color: #ffffff;
    }

    .otherNews h2 {
        text-align: center !important;
        background-color: #212060;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px;
        border-radius: 50px 50px 0 0;
    }

.news h2 a {
    color: #ffffff;
}

.carousel {
    margin-top: 100px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #212060;
}

.item {
    margin-bottom: 100px;
}

.carousel-indicators li {
    border-color: #212060;
}

    .carousel-indicators li.active {
        background-color: #212060;
    }

.itemPic {
    width: 500px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.59);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
