#footer .footer-top .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

#footer .footer-top .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

#footer .footer-top .member .member-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}

#footer .footer-top .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

#footer .footer-top .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

#footer .footer-top .member .social {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
}

#footer .footer-top .member .social a {
    transition: color 0.3s;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
}

#footer .footer-top .member .social a:hover {
    color: #ff4a17;
}

#footer .footer-top .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

#footer .footer-top .member:hover .member-info {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

#footer .footer-top  .member:hover .member-info-content {
    bottom: 60px;
    transition: bottom 0.4s;
}

#footer .footer-top .member:hover .social {
    bottom: 0;
    transition: bottom ease-in-out 0.4s;
}

.portfolio-details .images-details-slider img {
    width: 100%;
}
.portfolio-details .images-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .images-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ff4a17;
}

.portfolio-details .images-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff4a17;
}

.portfolio-details .commande-form {
    width: 100%;
    padding: 5px;
    font-family: "Open Sans", sans-serif;
    color: #969494;
}

.portfolio-details .commande-form .form-group {
    padding-bottom: 8px;
}

.portfolio-details .commande-form input,
.portfolio-details .commande-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.portfolio-details .commande-form textarea {
    min-height: 100px;
}

.portfolio-details .commande-form input:focus,
.portfolio-details .commande-form textarea:focus {
    border-color: #ff4a17;
}

.portfolio-details .commande-form input {
    height: 44px
}

.portfolio-details .commande-form textarea {
    padding: 10px 12px;
}

.portfolio-details .commande-form button[type=submit] {
    background: #ff4a17;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 0;
}

.portfolio-details .commande-form button[type=submit]:hover {
    background: #ff5e31;
}

.testimonials .testimonial-item .stars {
    margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .commande-form {
    width: 100%;
    padding: 5px;
    font-family: "Open Sans", sans-serif;
    color: #969494;
}

.testimonials .commande-form .form-group {
    padding-bottom: 8px;
}

.testimonials .commande-form input,
.testimonials .commande-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.testimonials .commande-form textarea {
    min-height: 100px;
}

.testimonials .commande-form input:focus,
.testimonials .commande-form textarea:focus {
    border-color: #ff4a17;
}

.testimonials .commande-form input {
    height: 44px
}

.testimonials .commande-form textarea {
    padding: 10px 12px;
}

.testimonials .commande-form button[type=submit] {
    background: #ff4a17;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 0;
}

.testimonials .commande-form button[type=submit]:hover {
    background: #ff5e31;
}