.br-12{
    border-radius: 12px;
}

.color-p{
    color: #a33a3e !important;
}

#about-me {
    scroll-margin-top: 120px;
}

.exp-date{
    font-weight: bold;
    border-bottom: 1px solid #a33a3e;
}



/* Text white on hover */
.service-item:hover .main-title,
.service-item:hover .card-para {
    color: #ffffff !important;
}

.service-item:hover .sub-title {
    color: rgba(255, 255, 255, 0.85);
}

.service-item:hover .exp-date {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
}

/* SVG icon white on hover */
.service-item:hover .card-icon svg {
    stroke: #ffffff;
}

/* Smooth transitions on the elements */
.main-title,
.sub-title,
.card-para,
.exp-date,
.card-icon svg {
    transition: color 0.35s ease, background 0.35s ease, stroke 0.35s ease;
}

.project-details-area-wrapper .container .row .col-lg-12 .project-details-thumnail-wrap img{
    width: 100% !important;
}