/*projects-all*/
.all-projects .col-md-4 {
    margin-bottom: 1.5rem;
	transition: .5s;
}
.all-projects .col-md-4 a {
    border: 0px solid #0056b3;
	color: inherit;
    padding: 0;

}
.all-projects .col-md-4:hover, .all-projects .col-md-4:focus {
    transform: scale(1.02);
    border: 0px solid #fffbff;
    color: #030549;
}
.all-projects img {
    border-radius: 5px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border: 2px solid #f7f7f7;
}

.all-projects  a:hover img {
    filter: grayscale(0.8);
}

.row2.tran {
    position: relative;
    margin-top: -78px;
    background: #03054900;
    color: #030549;
    text-align: center;
    font-size: 1.4rem;
    transition: all 0.15s ease-out;
    border-top: 4px solid white;
    border-radius: 0 0 15px 15px;
    border-bottom: 1px solid white;
    line-height: 4.5rem;
    font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ribbon-2 {
    --f: 10px;
    --r: 20px;
    --t: 26px;
    position: absolute;
    inset: var(--t) calc(-1* var(--f)) auto auto;
    padding: 11px 16px 19px 31px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
    background: #030549;
    color: #fff;
    box-shadow: 0 calc(-1* var(--f)) 0 inset #0005;
    margin-right: 15px;
    font-weight: bold;
    font-size: 1.1rem;
}
.all-projects img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.row2.tran span {
    background: #ffffff;
    padding: 0.35rem 0.75rem;
    border-radius: 15px;
}

@media only screen and (max-width:1200px) and (min-width: 768px) {
  .btgrid.all-projects   .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/*project item*/
.slick-slide img {
    display: block;
    width: 100%;
	padding: 0.25rem;
}
.details {
    border: 7px double #123177;
    padding: 1rem;
    border-radius: 10px;
    background: #f3f3f3;
    margin: 1rem 0;
}
.sub-title{
	font-size: 1.5rem;
    margin-top: 0.5rem;
}

/* steps*/

 .timeline button {
    border: 2px solid black;
    cursor: pointer;
    outline: none;
    font-size: 1.1rem;
    font-weight: bold;
    min-width: 108px;
    background: #ffffff;
    border-radius: 30px;
    color: #000000;
    padding: 0.25rem 1rem;
    transition: .5s;
    margin: 0 10px;
}
.timeline button:hover , .timeline button:focus{
    transform: scale(1.02);
    color: #fafaff;
    background: #000000;
}
            .timeline button:hover, .timeline button:focus{
                text-decoration: underline;
                color: #ffffff;
            }
            
            .timeline {
                white-space: nowrap;
                overflow-x: hidden;                
                direction: ltr;                
                margin: 0 0; 
				text-align: center;										
            }           

            .move-timeline{
                display:flex;
                justify-content: space-between;
            }

            .timeline ul {
                font-size: 0;                
                padding: 150px 0;
                transition: all 1s;
                overflow: hidden !important;            
                direction: rtl;                
            }
            
            .timeline-wrapper{
                cursor: default !important;
            }

            .timeline-wrapper > div{
                padding-right: 0 !important;
            }
            
            .timeline ul li {
                position: relative;
                display: inline-block;
                list-style-type: none;
                width: 200px;
                height: 3px;             
                border-top: dotted 3px #dbdbdb;
            }            

           .circle {
                content: '';
                position: absolute;
                top: 50%;                
                right: 48.2%;                
                bottom: 0;
                width: 20px;
                height: 20px;
                transform: translateY(-50%);
                border-radius: 50%;                
                z-index:2;

            }
            
            .timeline-post-container {
                position: absolute;                
                right: calc(0% + 9px);
                height: 155px !important;
                direction: ltr;                
                width: 280px;
                padding: 15px;
                font-size: 1rem;
                white-space: normal;
                color: black;                
                display:flex;
                align-items: center;
            }

            .timeline-post-container .post-img{
                width: 100px;
                height: 100px;
                object-fit: contain;
                box-shadow: 0 7px 20px 0 rgb(0 0 0 / 15%);
                border: solid 5px #ffffff;
                margin-left: 1.3rem;
            }

            .timeline-post-container .post-link-href{
                display: flex;
                align-items:center;
                z-index: 2;
            }

            .timeline-post-container .post-link-href:hover, .timeline-post-container .post-link-href:focus{
                text-decoration: none;
            }

            .post-details{
				display: flex;
				flex-direction: column;
				text-align: center;
				min-width: 241px;
				flex-basis: 23%;
				height: 130px;
				border-radius: 10px;
				overflow: hidden;
				-webkit-box-shadow: 5px 5px 11px -6px rgba(0, 0, 0, 0.8);
				box-shadow: 5px 5px 11px -6px rgba(0, 0, 0, 0.8);
				text-decoration: none;
				transition: .5s;
				padding: 10px;
				padding-top: 0;
            }

            .post-details .desc{
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                direction: rtl;
                color: #4e4e4e;
                font-size: 1.1rem;
            }



            .timeline ul li:nth-child(odd) .timeline-post-container {                
                top: -12px;                
                transform: translateY(-92%);
            }




			
	
			.future{
				background: linear-gradient(to right, #2a623e, #2aa03e);
			}

.timeline .time {
	font-size: 1.2rem;
    text-align: right;
    color: #fff;
    line-height: 2.5rem;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    direction: rtl;
    font-weight: bold;
}

            .timeline .arrows {
                display: flex;
                justify-content: center;
                margin-bottom: 20px;
                display: none;
            }

            .timeline .arrows .arrow__prev {
                margin-right: 20px;
            }

            .timeline .disabled {
                opacity: .5;
            }

            .timeline .arrows img {
                width: 45px;
                height: 45px;
            }   
.ststus {
    position: absolute;
    bottom: 16px;
    left: 18px;
    height: 33px;
    width: 60px;
    border-radius: 5px 5px 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: rgb(255 255 255);
    font-weight: bold;
}


.file-browser ul li a {
    display: block;
    padding: 1rem;
    background: #f1f1f1;
    border-right: 3px solid #002483;
    border-radius: 30px;
}
/*gallery*/

.gallery {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}
