.logo-part a {
    display: flex;
    align-items: center;
}

.logo-part h1 {
    font-size: 30px;
    line-height: normal;
    margin: 0 0 0 10px;
    color: #1072bb;
}

.logo-part h1 span {
    display: block;
    font-size: 16px;
    color: #fe6500;
}

.mobile-logo-part a {
    display: flex;
    align-items: center;
}

.mobile-logo-part h1 {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 0 10px;
    color: #fff;
}

.mobile-logo-part h1 span {
    display: block;
    font-size: 13px;
    color: #fff;
}

.rs-footer-inner {
    padding: 50px 0;
}

.menu-list ul {
    column-count: 2;
}

.menu-list ul li {
    position: relative;
    padding-left: 15px;
}

.menu-list ul li a {
    color: #fff;
}

.menu-list ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 10px;
    background-color: #fff;
}

.sec-title .sub-title {
    color: #fe6500;
}

.rs-our-services-part {
    background-color: #f5f5f5;
}

.pb-header-underline {
    height: 14px;
    width: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(images/header_divider.png);
    margin-left: auto;
    margin-right: auto;
}

.rs-expertise-part {
    background-image: url(images/background.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}

.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 5px;
    z-index: 2;
}

.fix-btn li {
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
}

.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}

.fix-btn li:last-child i {
    font-size: 28px;
}

.fix-btn li i {
    color: #fff;
    font-size: 24px;
}

.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
    }
}

.form-title {
    color: #fff;
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .rs-slider.home7slider .single-slide {
        background-size: cover !important;
        background-position: 80% 100% !important;
        position: relative;
    }
    .rs-slider.home7slider .single-slide::before {
        content: "";
        position: absolute;
        background: linear-gradient(81deg, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .sec-title .sub-title {
        font-size: 20px;
        line-height: 27px;
    }
    .footer-section {
        margin-top: 30px;
    }
    .breadcrumbs-inner-part .breadcrumbs-inner-bread .breadcrumbs-title li {
        font-size: 14px;
        padding-right: 20px;
        margin-right: 0px;
    }
    .rs-portfolio-Detail .row {
        flex-direction: column-reverse;
    }
    .rs-portfolio-Detail.pt-80 {
        padding-top: 50px;
    }
    .rs-portfolio-Detail.pb-80 {
        padding-bottom: 0;
    }
}