﻿.footer-bottom {
    background: #415161;
}

.copyright-text {
    padding: 0;
    margin: 0;
}

    .copyright-text > p {
        padding: 0;
        margin: 4px 0;
        font-size: 0.8rem;
        color: #7d99b5
    }

    .copyright-text a {
        color: #b6ccd9;
        font-weight: 100;
    }

.feature-icon> img{
    padding:10px;
}

.work-process .overlay {
    background-color: rgb(243 243 243 / 90%);
}

.work-process .section-title {
     color: #6f6f6f; 
}

.process-icon {
    /*margin-top: 0;*/
}

.process-info {
  /*  padding-top: 15px;*/
}

.mb-15{
    /*margin-bottom:15px;*/
}

/*.feature-icon {
    background-color: #2c3e50;
}

.features:hover .feature-icon {
    background-color: #83cf63;
}*/

./*process-info h4 {
    transition: all 0.5s ease-in-out;
}

.process-info h4:hover {
    cursor: initial;
    color: #83cf63;
}*/

.mnh-100{
    height:61vh;
}

.carousel-inner > .item > p {
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: 200;
    font-family: system-ui;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;

    @media(max-width: 768px) {
        min-height: calc(100vh - 20px);
    }
}

.pad-15 {
    padding: 15px;
}

.modal-service > div > h3:after {
    background-color: #83cf63;
}

.white{
    color:white;
}

.testimonial-section > .section-title {
    margin-bottom: 30px;
}
    
.bg-transparent{
    background:transparent;
}

.section-title> p{
    font-size: 14px;
}

.features:hover .feature-icon.bg-transparent {
    background-color: transparent; 
}
 