.breadcumb-heading {
    font-size: 27px;
    color: #424242;
    line-height: 1.2;
}

.breadcumb-paragraph {
    font-size: 14px;
    line-height: 1.5;
    color: #939393;
}

.home4-about-section .text-rotate-area {
    top: auto;
    left: auto;
}

.home2-about-section .about-content-wrap .about-title h2 {
    font-size: 38px;
}

.about-img-seven-wrap {
    position: relative;
    padding-bottom: 90px;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.about-img-seven-wrap img:nth-child(1) {
    border-radius: 10px;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.about-img-seven-wrap img:nth-child(2) {
    position: absolute;
    right: 50px;
    bottom: 0;
    border: 8px solid white;
    border-radius: 10px;
    z-index: 3;
}

.about-img-seven-wrap .shape {
    position: absolute;
    left: 33%;
    bottom: -8%;
    z-index: -1;
    animation: alltuchtopdown 8s infinite linear;
}

@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        transform: rotateX(0deg) translateY(-50px);
    }

    100% {
        transform: rotateX(0deg) translateY(0px);
    }
}

.about-img-seven-wrap .experience-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 8px solid #FFFFFF;
    border-radius: 19px 63px 24px 0px;
    max-width: 197px;
    min-height: 384px;
    background: #0091c8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px;
    text-align: center;
}

.about-img-seven-wrap .experience-wrap .title {
    color: white;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: .8;
}

.about-img-seven-wrap .experience-wrap p {
    margin-bottom: 0;
    color: white;
    font-family: var(--tg-heading-font-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.success-wrap-two {
    margin-bottom: 25px;
}

.about-content-seven p {
    color: #7e7e7e;
    text-align: justify;
}

.features-bg {
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.features-shape-wrap img {
    position: absolute;
    z-index: -1;
}

.features-shape-wrap img:nth-child(2) {
    left: 8%;
    bottom: 10%;
    animation: animationFramesOne 18s linear infinite;
}



.features-shape-wrap img:nth-child(1) {
    right: 9%;
    top: 10%;
    animation: float-bob-x 4s infinite linear;
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.features-item {
    border: 1px solid #B6C1DB;
    border-radius: 10px;
    padding: 35px 50px;
    margin-bottom: 40px;
    background: #ffffff;
    position: relative;
}

.features-item::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -5px;
    background: #F1F4FC;
    border: 1px solid #B6C1DB;
    border-radius: 8px;
    height: 70px;
    z-index: -1;
    transition: .3s ease-in;
}

.features-content .content-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.features-content .content-top .icon {
    font-size: 50px;
    line-height: 0;
    position: relative;
    color: #0055FF;
    z-index: 1;
    margin-right: 15px;
}

.features-content .content-top .icon::before {
    content: "";
    position: absolute;
    left: -13px;
    top: -15px;
    width: 46px;
    height: 46px;
    background: #E6EEFF;
    z-index: -1;
    border-radius: 50%;
    transition: .3s ease-in;
}

.features-content .content-top .title {
    font-size: 22px;
    margin-bottom: 0;
}

.features-content p {
    margin-bottom: 0;
    color: #667594;
}

.features-item::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -10px;
    background: #DFE5F0;
    border: 1px solid #B6C1DB;
    border-radius: 8px;
    height: 70px;
    z-index: -2;
    transition: .3s ease-in;
}

.features-item:hover::after,
.features-item:hover::before {
    bottom: 3px;
}

.features-item:hover .features-content .content-top .icon::before {
    left: 0;
    top: 0;
}

.pq-section-bg-primary:before {
    content: "";
    position: absolute;
    background-color: #0091c8;
    width: 43%;
    height: 100%;
    top: 0;
    left: -15%;
}

.pq-bg-img-6:after {
    background-image: url(../images/services/1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 72%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 0;
    opacity: 0.03;
    content: "";
}

.pq-bg-grey {
    background-color: #F7F8F9 !important;
    position: relative;
    padding: 120px 0;
}

.whatwedo img {
    position: relative;
    z-index: 1;
}

.whatwedo .pq-fancy-box.pq-fancy-box.pq-fancybox-1 {
    border-radius: 5px;
    background: white;
}

.pq-fancy-box.pq-fancybox-1 {
    display: flex;
    align-items: flex-start;
    padding: 0;
    position: relative;
    z-index: 2;
}

.pq-fancy-box.pq-fancybox-1 .pq-fancy-box-wrapper {
    padding: 45px 30px;
    display: flex;
    margin: 10px;
    gap: 10px;
    border: 1px solid #40404017;
}

.pq-fancy-box.pq-fancybox-1 .pq-fancy-media {
    margin-right: 20px;
}

.pq-fancy-box.pq-fancybox-1 .pq-fancy-box-wrapper:hover {
    background: #0091c8;
    border: 1px solid #ffffff;
    box-shadow: inset 1px 1px 10px -5px black;
    border-radius: 10px;
}

@media(max-width:750px){
    .about-img-seven-wrap .experience-wrap{
        display: none;
    }
}