:root {
    --color-primary: #5956e9;
}

html,
body {
    scroll-behavior: smooth;
}

.header-logo img {
    width: 90px;
}

.shape-group-21 .shape.shape-2 {
    top: 260px;
}

.banner {
    margin-top: -260px;
    padding: 255px 0 100px;
}

.banner.banner-style-5 {
    background-image: url("../media/banner/hero-image.jpeg");
}

.thumbnail i {
    color: var(--color-primary);
    font-size: 50px;
}

.services-grid.service-style-2 h5.title {
    font-size: 21px;
}

.process-work .content p {
    width: 80%;
}

.thumbnail.paralax-image img {
    border-radius: 10px;
}

.breadcrum-area.breadcrumb-banner.service-details {
    margin-top: -190px;
    padding: 185px 0 30px;
}

.section-heading p {
    width: 75%;
}

h4.phone-number {
    word-break: break-all;
}

.footer-social-link ul {
    justify-content: center;
    gap: 100px;
}

.twitter-icon {
    display: inline;
}

.twitter-icon svg {
    width: 30px;
}

.team-grid .thumbnail a {
    position: relative;
    border: 2px solid #3c3c46;
    border-radius: 50%;
}

.team-grid .thumbnail a img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.team-grid .thumbnail a img.main-author {
    width: 300px;
    height: 300px;
}

.team-grid .thumbnail a:after {
    border: 8px dashed var(--color-primary);
    border-radius: 50%;
}

.action-btn:hover {
    color: #000 !important;
}

.contact-info .title i {
    margin-right: 10px;
}

h4.phone-number.location,
.contact-info .phone-number {
    font-size: 28px;
    line-height: 42px;
}

.breadcrum-area.contact-page{
    margin-top: -191px;
}

/* ===================================
RESPONSIVE CSS
====================================*/
@media only screen and (max-width: 991px) {
    .breadcrum-area.breadcrumb-banner.service-details {
        margin-top: -210px;
    }

    .header-logo img {
        width: 90px !important;
    }

    .section-heading p {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .team-grid .thumbnail a img {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 425px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 32px;
    }

    .axil-btn {
        padding: 18px 40px;
    }

    .services-grid .thumbnail {
        width: 100%;
        margin-right: 0;
    }

    .services-grid {
        flex-direction: column;
        gap: 12px;
    }

    .services-grid.service-style-2 h5.title {
        margin-bottom: 10px;
    }

    .footer-social-link ul {
        gap: 16px;
    }

    .axil-mainmenu {
        padding-top: 15px;
    }

    .mobile-nav-logo img {
        width: 70px;
    }

    h1.title.h2.service-title {
        margin-top: 30px;
    }

    .contact-info,
    .contact-form-box {
        padding: 30px 20px;
    }

    .contact-info .phone-number {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-info p {
        width: 90%;
        font-size: 15px;
        margin: 0 0 20px 0;
    }

    .contact-form-box .title {
        font-size: 24px;
        margin: 0 0 20px 0;
    }

    .contact-info .title i {
        margin-right: 5px;
    }

    h4.phone-number.location {
        font-size: 18px;
        line-height: 28px;
    }

    .team-grid .thumbnail a img {
        width: 200px;
        height: 200px;
    }

    .team-grid .thumbnail a img.main-author {
        width: 200px;
        height: 200px;
    }
}
