.rt-sub-text-top-gap {
    margin-top: 30px;
}

.policy-main {
    padding: 50px;
}
.policy-main h4 {
    margin-top: 30px;
}

.rt-footer-v2 {
    margin-top: 80px;
}

.footer-copyrights {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-copyrights-inner {
    max-width: 100%;
}
.text-center {
    text-align: center;
}

.text-black {
    color: #000;
}

.d-none {
    display: none;
}

.rt-faq .active .rt-button {
    background: white !important;
    color: black !important;
}

.faq-tab {
    cursor: pointer;
}

.faq-tab-section {
    display: none;
}
.faq-tab-section.active {
    display: block;
}

.faq-tabs {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}
.bg-transparent {
    background: transparent;
}

.rt-input-field-box-v3 {
    flex-direction: column;
}

.error {
    color: #75a47f;
    font-size: 12px;
}

.rt-nav-dropdown.current .rt-nav-link,
.rt-nav-menu .current,
.active-color {
    color: #75a47f;
}
.rt-nav-link:hover {
    color: #75a47f !important;
}

.ai-and-data-service .w-layout-vflex {
    flex-direction: row;
    gap: 100px;
    align-items: center !important;
}

.ai-services-content {
    max-width: 45%;
}

.float-img-content-cyber {
    max-width: 400px;
    background: rgba(0, 0, 0, 1);
    padding: 15px;
}

.rt-footer-v2 .rt-nav-link,
.faq-queation-details p {
    font-size: 20px;
}

.industry-server-main .rt-text-style-h5,
.ui-ux-main .rt-text-style-h5,
.sofware-testing-servies .rt-text-style-h5 {
    margin-bottom: 10px;
}

.rt-pricing-details-card .rt-text-style-h3 {
    font-size: var(--font-size--h4);
}
.rt-pricing-details-card .rt-text-style-h6 {
    text-transform: uppercase;
    font-size: 16px !important;
}
.ai-driven-para {
    max-width: 600px;
}
.operation-ai,
.cybersecurity-operations {
    max-width: 800px;
}
.cloud-infrastructure-section {
    padding-top: 50px;
}

.font-weight-normal {
    font-weight: normal !important;
}

.fs-16 {
    font-size: 16px;
}

.w--open .rt-faq-queation-opction,
.h-100 {
    height: auto !important;
    transition: 0.5s;
}

.rt-faq-toogle-icon img {
    transition: 0.5s !important;
}
.w--open .rt-faq-toogle-icon img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}

.green-text,
.hover-green-text:hover {
    color: #75a47f;
}

.home-industry {
    background: url("/img/home/three/bg.png") center / cover repeat !important;
}

.contact-us-home {
    background: url("/img/home/six/bg.png") center / cover repeat !important;
}

.section-bg-white {
    background-color: #fff;
}

.rt-customer-storie {
    background: url("/img/home/six/bg.png") center / cover repeat !important;
}

.digital-transformation-hero {
    background: url("/img/digital/one/bg.png") center / cover repeat !important;
}

.digital-strategy-section {
    background: url("/img/digital/three/bg.png") center / cover repeat !important;
}

.digital-industries-section {
    background: url("/img/digital/prgress/bg.png") center / cover repeat !important;
}

.product-service-bg {
    position: relative;
    background: url("/img/prod/one/two.png") center / cover repeat !important;
}

.product-full-stack {
    background: url("/img/prod/thrive/bg.png") center / cover repeat !important;
}

.ai-driven-section {
    background: url("/img/ai/four/bg.png") center / cover repeat !important;
}

.software-services-section {
    background: url("/img/software/one/banner.png") center / cover repeat !important;
}

.product-service-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.header_logo {
    width: 100%;
    max-height: 80px;
    object-fit: contain;
}
.footer_logo {
    height: 150px;
    object-fit: contain;
}

.contact-us-mainm {
    margin-top: 100px;
}

.rt-hero-v16-image-box {
    padding-bottom: 50px;
}

.footer-address-two a,
.footer-address-one a {
    text-align: center;
}
.footer-address-one div {
    display: flex;
    align-items: center;
    gap: 9px;
}
.footer-address-one {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-address-two {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-copyrights-bottom {
    background: rgba(0, 0, 0, 0.2);
}
.contact-us-contact-details .rt-contact-us-box {
    gap: 10px;
}

.-z-10 {
    z-index: -1;
}
.z-10 {
    z-index: 1;
}
