.header .logo img {
    height: 100%;
    width: 25%;
}
.header .navbar ul li a {font-size: 14px;color:#222}

#get-started {
    padding: 60px 0;
}
#get-started .section-header {padding-bottom: 30px}

.recent-blog-posts .post-item .meta .post_span {padding-left: .5rem !important}
.social-links {
    justify-content: center;
}
.footer-info img {
    max-height: 60px;
}

.footer .footer-content .footer-info {margin-bottom: 20px}
#projects .section-header {padding-bottom:30px;}
#footer .credits a {color: #18d26e}
.footer {padding: 30px 0 10px 0;}
.services .service-item h3 {margin: 20px 0 20px 0 !important;}
#footer .copyright {font-size: 12px !important;}
#footer .copyright span {font-size: 12px !important;}
@media (max-width: 768px) {
    .hero .info h2 {  line-height: 50px; }
    .hero .info p {
        font-size: 14px;
        line-height: 25px;
    }
}

.alt-services p {text-align: justify;}
.alt-services h3 {margin-bottom: 10px}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {font-size: 15px;}
.testimonials .testimonial-item {
    padding: 30px 30px 20px 60px;
  }


.section-bg { background: linear-gradient(to right bottom,#000, #828282);}
.section-header h2 {
    color: #ffffff;
}

.services .service-item h3 {
    color: #ffffff;
}
.services .service-item {
    /*background: linear-gradient(to right bottom, #3d203d, #30004A);*/
    background: var(--color-primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}

.testimonials .testimonial-item {
    background: linear-gradient(to right bottom, var(--color-primary), #000);
}
.testimonials .testimonial-item h3,.testimonials .testimonial-item p {color: #ffffff}

body{
    background: linear-gradient(to right bottom, #eed5ff, #eeceff);
}

.get-started .php-email-form {
    background: transparent;
 }

.get-started .section-header h2 {
    color: #364d59;
 }

#get-started .section-header {
    padding-bottom: 0;
}
.php-email-form button[type="button"] {
    background: var(--color-primary);
}

.footer:before {
    background: rgba(17, 0, 30, 0.95);
}

.breadcrumbs:before {
    background: rgba(174, 48, 52, 0.9);
}

.about {
    background: linear-gradient(to right bottom, var(--color-primary), #dcbaee);
}
.about .our-story {
    background: linear-gradient(to right bottom, var(--color-primary), #000);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}
.bi-check-circle::before{
    color: #fff;
    opacity: .5;
}
.our-story ul li span {color:#ffffff}


/* Gallery */


.gallery .portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.gallery .portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.gallery .portfolio-flters li:hover,
.gallery .portfolio-flters li.filter-active {
    color: var(--color-primary);
}

.gallery .portfolio-flters li:first-child {
    margin-left: 0;
}

.gallery .portfolio-flters li:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .gallery .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.gallery .portfolio-content {
    position: relative;
    overflow: hidden;
}

.gallery .portfolio-content img {
    transition: 0.3s;
}

.gallery .portfolio-content .portfolio-info {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
}

.gallery .portfolio-content .portfolio-info h4 {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background-color: var(--color-primary);
}

.gallery .portfolio-content .portfolio-info p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.gallery .portfolio-content .portfolio-info .preview-link,
.gallery .portfolio-content .portfolio-info .details-link {
    position: absolute;
    left: calc(50% - 40px);
    font-size: 26px;
    top: calc(50% - 14px);
    color: #fff;
    transition: 0.3s;
    line-height: 1.2;
}

.gallery .portfolio-content .portfolio-info .preview-link:hover,
.gallery .portfolio-content .portfolio-info .details-link:hover {
    color: var(--color-primary);
}

.gallery .portfolio-content .portfolio-info .details-link {
    left: 50%;
    font-size: 34px;
    line-height: 0;
}

.gallery .portfolio-content:hover .portfolio-info {
    opacity: 1;
}

.gallery .portfolio-content:hover img {
    transform: scale(1.1);
}

.portfolio-content {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.projects h2 {
    color: var(--color-secondary);
}

.projects .portfolio-flters li:hover, .projects .portfolio-flters li.filter-active {
    color: #6900d1;
    text-decoration: underline;
}

.projects {
    background: linear-gradient(to right bottom, #deacff, #dcbaee);
}
