@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
} 
body {
    background: #fff8f2;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.375rem;
    overflow-x: hidden;
}

section.banner_section {
    margin-top: 6rem;
}

video {
    border-radius: 2.5rem;
}

video {
    width: 100%;
}

.header {
    background: #fff;
}

.hero-wrapper {
    max-width: 87.5rem;
    margin: auto;
}

/* NAVBAR */ 
.navbar {
    width: 90%;
    margin: 1.875rem auto 0;
    background: #FFFFFFE5;
    border-radius: 3.125rem;
    padding: 0.938rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    padding-left: 0.938rem;
}

    .logo span {
        color: #ff8c00;
    }

.nav-links {
    display: flex;
    gap: 2.188rem;
    list-style: none;
    margin-bottom: 0rem;
    padding: 0px;
}

    .nav-links a {
        text-decoration: none;
        color: #2D3542;
        font-size: 1.125rem;
        font-family: 'Roboto-Regular';
        font-weight: 400;
        padding: 1.875rem 0rem;
    }

        .nav-links a:hover {
            color: #FE7C02;
        }

    .nav-links li .active {
        color: #FE7C02;
    }

.connect-btn {
    background: linear-gradient(to right, #FE7C02, #ffb14a);
    color: #fff;
    height: 3.25rem;
    border: none !important;
    padding: 0.625rem 2.188rem;
    border-radius: 1.625rem;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    line-height: inherit;
    display: flex;
    align-items: center;
}

    .connect-btn:hover {
        text-decoration: none;
        color: #fff;
    }

nav.navbar {
    margin-top: 2rem;
    margin-bottom: -7.3rem;
    z-index: 9;
}
  
.logo img {
    width: 12.5rem;
}
/* HERO CONTENT */

.video_section {
    position: relative;
    width: 100%;
    overflow: hidden;
}



.hero-content {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    z-index: 2;
    width: 90%;
    max-width: 800px;
    margin-top: inherit;
    padding: 5rem 4.125rem 5rem 1rem;
}


    .hero-content h1 {
        font-size: 4.938rem;
        line-height: 1.1;
        font-weight: 400;
        margin-bottom: 1.875rem;
    }

    .hero-content p {
        font-size: 1.375rem;
        line-height: 2.188rem;
        color: #ddd;
        margin-bottom: 2.5rem;
        font-family: 'Roboto-Regular';
        padding-right: 2rem;
    }

.demo-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    background: linear-gradient(to right, #FE7C02, #ffb14a);
    color: #fff;
    text-decoration: none;
    padding: 0.375rem 0.375rem 0.375rem 1.25rem;
    border-radius: 2.5rem;
    font-weight: 400;
    margin-top: 0.625rem;
    font-size: 1.125rem;
    font-family: 'Roboto-Regular';
}

    .demo-btn:hover {
        text-decoration: none;
        color: #fff;
    }

.arrow {
    width: 2.563rem;
    height: 2.563rem;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-btn span.arrow img {
    width: auto;
    height: auto;
}
/* ARROW */
.arrow2 {
    font-size: 0.75rem;
    margin-left: 0.313rem;
}

.nav-menu > li {
    position: relative;
}
/* DROPDOWN */
.dropdown {
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #FFFFFFE5;
    list-style: none;
    box-shadow: 0 0.313rem 1.25rem rgba(0,0,0,.15);
    display: none;
    padding: 0rem;
}

    .dropdown li a {
        display: block;
        padding: 0.75rem 1.125rem;
        color: #2D3542;
        text-decoration: none;
        border-bottom: 0.031rem solid #000000;
        transition: .3s;
        font-size: 1.125rem;
        font-family: 'Roboto-Regular';
        font-weight: 400;
    }

    .dropdown li:last-child a {
        border-bottom: none;
    }

    .dropdown li a:hover {
        color: #FE7C02;
    }

/* SHOW DROPDOWN */
.has-dropdown:hover .dropdown {
    display: block;
}



/* Hamburger */
.menu-toggle {
    display: none;
    font-size: 1.875rem;
    cursor: pointer;
}

/* Hide mobile button */
.mobile-btn {
    display: none;
}



.solution-title h2 {
    font-size: 3.125rem;
    font-weight: 500;
    color: #2D3542;
    line-height: 1.1;
    text-align: center;
    font-family: 'Roboto-Regular';
    margin-bottom: 0.938rem;
}

.solution-title span {
    display: block;
}

.solution-content {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.divider {
    width: 0.125rem;
    height: 4.375rem;
    background: #FE7C02;
    margin-top: 0.313rem;
}

.solution-content p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #4a4a4a;
}

section.explore_section {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.arrow_icon {
    width: 0.525rem !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 0rem !important;
}

.underline {
    width: 11.25rem;
    height: 0.125rem;
    background: #FE7C02;
    margin: 0 auto 2.188rem;
}

.sector_section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}


    .sector_section .underline {
        width: 11.25rem;
        height: 0.125rem;
        background: #FE7C02;
        margin: 0 auto 2.188rem;
    }


.service-section {
    width: 100%;
    padding: 3rem 6.25rem;
}

    .service-section .ts {
        max-width: 56.25rem;
    }

        .service-section .ts h3 {
            font-size: 4.688rem;
            line-height: 1.05;
            font-weight: 700;
            color: #2D3542;
            margin-bottom: 1.75rem;
        }

        .service-section .ts p {
            font-size: 1.375rem;
            line-height: 2.188rem;
            color: #2D3542;
            max-width: 50.5rem;
            margin-bottom: 1.75rem;
        }

    .service-section .btn {
        display: inline-block;
        padding: 0.875rem 2rem;
        background: linear-gradient(to right, #FE7C02, #ffb14a);
        color: #fff;
        text-decoration: none;
        border-radius: 1.875rem;
        font-size: 1.125rem;
        font-weight: 500;
        transition: 0.3s;
    }
     
.clearfix {
    clear: both;
} 
.service-card {
    position: relative;
}

    .service-card.top-space {
        margin-top: 7.5rem;
    }

    .service-card .image-wrapper {
        position: relative;
        display: inline-block;
    }

        .service-card .image-wrapper img {
            width: 100%;
            max-width: 31.375rem;
            height: 33.375rem;
            object-fit: cover;
            border-radius: 1.25rem;
            display: block;
        }

    .service-card.card1 .image-wrapper img {
        height: 45.688rem;
        max-width: 28.125rem;
    }

    .service-card.card4 .image-wrapper img {
        height: 45.688rem;
        max-width: 28.125rem;
    }

    .service-card .service_btn {
        position: absolute;
        bottom: 2.938rem;
        right: -1.6rem;
        width: 3.25rem;
        height: 3.25rem;
        border-radius: 50%;
        border: none;
        border: 0.438rem solid #fff;
        background: #2D3542;
        color: #fff;
        cursor: pointer;
        font-size: 1.125rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }

        .service-card .service_btn:hover {
            background: #FE7C02;
        }

    .service-card .service_txt {
        margin-top: 1.125rem;
        text-align: left;
    }

        .service-card .service_txt h4 {
            font-size: 3.125rem;
            font-weight: 500;
            margin-top: 3rem;
            color: #222;
            margin-bottom: 0.75rem;
        }

    .service-card .line {
        width: 11.25rem;
        height: 0.125rem;
        background: #FE7C02;
        margin-bottom: 2.125rem;
        margin-top: 15px;
    }

    .service-card .service_txt ul {
        list-style: none;
        padding: 0rem;
    } 
        .service-card .service_txt ul li {
            font-size: 1.375rem;
            color: #000000;
            position: relative;
            margin-bottom: 0.75rem;
        } 

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 22px;
        font-size: 22px;
        line-height: 1.45;
    }

        .feature-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: .96rem;
            height: .96rem;
            border: 0.063rem solid #FE7C02;
            border-radius: 50%;
            box-sizing: border-box;
        }

        .feature-list li::after {
            content: "";
            position: absolute;
            left: 4px;
            top: 12px;
            width: 0.438rem;
            height: 0.438rem;
            background: #FE7C02;
            border-radius: 50%;
        }
.service-card.card1 {
    margin-top: 7.4rem;
}

.service-card.card2 .service_btn {
    left: -1.1rem;
    bottom: 0.938rem;
}

.service-card.card4 {
    margin-top: -16rem;
}

.service-card.card3 {
    margin-top: 12.4rem;
}

.service_btn img {
    width: 1.125rem !important;
    height: auto !important;
    border-radius: 0rem !important;
    object-fit: contain !important;
}

.enquiry-section {
    background: #2D3542;
    padding: 3.75rem 1.25rem;
    width: 100%;
}

    .enquiry-section .container {
        max-width: 51.25rem;
        margin: auto;
        text-align: center;
    }

    .enquiry-section .title {
        color: #fff;
        font-size: 3.125rem;
        font-weight: 500;
        margin-bottom: 0.938rem;
    }

    .enquiry-section .underline {
        width: 11.25rem;
        height: 0.125rem;
        background: #FE7C02;
        margin: 0 auto 2.188rem;
    }

    .enquiry-section .form-row {
        display: flex;
        gap: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .enquiry-section .form-control {
        width: 100%;
        padding: 0.75rem 0.938rem;
        border: none;
        border-radius: 0.625rem;
        background: #f3f3f3;
        font-size: 1.125rem;
        outline: none;
        height: 4.063rem;
        margin-bottom: 1.2rem;
        color: #2D3542;
    }

        .enquiry-section .form-control input::placeholder {
            color: #2D3542;
        }

    .enquiry-section textarea.form-control {
        height: 7.5rem;
        resize: none;
    }

    .enquiry-section .full-width {
        margin-bottom: 0.625rem;
    }

    .enquiry-section .submit-btn {
        width: 100%;
        background: linear-gradient(to right, #FE7C02, #ffb14a);
        color: #fff;
        border: none;
        padding: 0.875rem;
        font-size: 1.25rem;
        border-radius: 0.625rem;
        cursor: pointer;
        text-transform: uppercase;
        transition: 0.3s;
    }

.testimonial-section {
    padding: 5rem 6.25rem;
    text-align: center;
}

    .testimonial-section h2 {
        font-size: 3.125rem;
        color: #2D3542;
        margin-bottom: 0.938rem;
        font-weight: 500;
    }

.testimonial-container {
    max-width: 87.5rem;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.testimonial-item {
    width: 100%;
}

.testimonial-box {
    background: #FE7C02;
    color: #fff;
    padding: 2.5rem 1.563rem;
    border-radius: 1rem;
    min-height: 17.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    font-size: 1.375rem;
}

.stars {
    margin: 1.25rem 0 0.625rem;
    color: #FE7C02;
    font-size: 1.125rem;
    letter-spacing: 0.188rem;
}

.client-name {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.client-role {
    font-size: 1rem;
    color: #000000;
}

.footer_section {
    padding: 5rem 6.25rem 2rem 6.25rem;
    background: #2D3542;
}

    .footer_section h5 {
        color: #fff !important;
        margin-top: 1.2rem;
        margin-bottom: 2rem;
        font-weight: 600;
    }

    .footer_section p {
        color: #b6b6b6;
        font-size: 1rem;
        margin-bottom: 0rem;
    }

#logo {
    width: calc(100% - 60px) !important;
}

iframe #logo {
    width: 200px !important;
}

.footer_logo {
    margin-bottom: 1.4rem;
}

    .footer_logo a img {
        width: 12.688rem;
    }

.footer_section a {
    color: #b6b6b6;
}

    .footer_section a:hover {
        color: #fff;
        text-decoration: none;
    }

p.copyright {
    font-size: 0.75rem;
    color: #fff;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}


.footer_newsletter input {
    width: 100%;
    background-color: transparent;
    border: 0rem;
    border-bottom: 0.063rem solid #626262f5;
    font-size: 1rem;
    padding: 0.5rem 0.813rem;
    color: #b6b6b6;
    outline: 0rem !important;
}

    .footer_newsletter input::placeholder {
        color: #b6b6b6;
    }

.footer_newsletter {
    margin-top: 1rem;
}

.footer_arrow {
    position: absolute;
    right: 1.2rem;
    margin-top: -1.9rem;
}

    .footer_arrow .fa {
        color: #fff;
        font-size: 1.5rem;
    }

        .footer_arrow .fa:hover {
            color: #fe7c02;
        }



.mail-txt a {
    position: relative;
    transition: all 0.8s ease;
}

    .mail-txt a:hover {
        background-position: 0 0, 150% 0;
        color: #fe7c02 !important;
    }

        .mail-txt a:hover:after {
            width: 100%;
        }

    .mail-txt a:after {
        border-bottom: 0.063rem solid #fe7c02;
        transition: all 0.8s ease;
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -0.688rem;
        right: 0;
        width: 0;
    }

.social-bar {
    margin-top: 4rem;
    padding-top: 3rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.063rem solid #626262f5;
}

.social-icons {
    display: flex;
    gap: 1.125rem;
}

    .social-icons a {
        transition: 0.3s;
    }

        .social-icons a:hover {
            color: #ff8c00;
            transform: translateY(-2px);
        }

    .social-icons img {
        width: 1.563rem;
    }

.fb {
    width: 0.625rem !important;
}

img.x_icon {
    width: 1.063rem;
}

.linked {
    width: 1.125rem !important;
}

/* Hamburger */
.hamburger {
    font-size: 1.75rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.938rem;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 51%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    right: -17.5rem;
    width: 17.5rem;
    height: 100vh;
    display: none;
    align-items: flex-start;
    justify-content: center;
    background: #fff;
    transition: 0.4s ease;
    z-index: 999;
    border-radius: 0.8rem 0rem;
}

    .sidebar.active {
        right: 0;
        width: 75%;
    }

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Menu Items */
.menu-list {
    list-style: none;
    padding: 5rem 2rem 0rem 1.5rem;
    width: 100%;
}

    .menu-list li {
        margin-bottom: 0.3rem;
    }

    .menu-list a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #2D3542;
        text-decoration: none;
        font-weight: 400;
        font-size: 1.25rem;
    }

    .menu-list span {
        width: 2.188rem;
        height: 2.188rem;
        background: #fff;
        color: #2f3744;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.875rem;
    }

ul.menu-list li a span img {
    width: 1rem;
}
/* Close Button */
.close-btn {
    position: absolute;
    top: 1.4rem;
    right: 1.2rem;
    transform: translateX(-50%);
    width: 1.563rem;
    height: 1.563rem;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 0.063rem solid #2D3542;
}

    .close-btn .fa {
        color: #2D3542;
        font-size: 0.75rem;
    }

.sidebar .active body {
    overflow: hidden !important;
}


.mobile_view {
    display: none !important;
}

.desktop_view {
    display: block !important;
}

.desktop_icon {
    display: block !important;
}

.mobile_icon {
    display: none !important;
}

.video_section {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.azguard-content {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    z-index: 2;
    width: 90%;
    max-width: 50rem;
    margin-top: inherit;
    padding: 0.625rem 0rem;
}


    .azguard-content h1 {
        font-size: 3.438rem;
        line-height: 1.1;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .azguard-content p {
        font-size: 1.375rem;
        line-height: 2rem;
        color: #ddd;
        margin-bottom: 2.5rem;
        font-family: 'Roboto-Regular';
        padding-right: 7rem;
    }

.az_list {
    padding-left: 0.3rem;
    margin-bottom: 1.8rem;
}

.az_tabs li {
    width: 23%;
}

.img {
    width: 100%;
}

.az_list li {
    list-style: none;
    font-size: 1.375rem;
}

    .az_list li img {
        width: 1.563rem;
        margin-right: 0.5rem;
    }

.service-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right, #FE7C02, #ffb14a);
    color: #fff;
    text-decoration: none;
    padding: 0.575rem 1.875rem 0.575rem 1.875rem;
    border-radius: 2.5rem;
    font-weight: 400;
    margin-top: 0.625rem;
    font-size: 1.125rem;
    font-family: 'Roboto-Regular';
}

    .service-btn:hover {
        text-decoration: none;
        color: #fff;
    }

section.compliance_section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

    section.compliance_section h2 {
        font-size: 3.125rem;
        margin-bottom: 2rem;
    }

.compliance_box {
    padding-left: 3.5rem;
}

.az_tabs {
    border-bottom: 0.063rem solid #FE7C02;
}

    .az_tabs .nav-link:hover {
        color: #495057;
        background-color: #ffffff00;
        border-color: #dee2e600 #dee2e600 #ffffff00;
        list-style: circle;
    }

    .az_tabs .nav-link.active {
        color: #495057;
        background-color: #ffffff00;
        border-color: #dee2e600 #dee2e600 #ffffff00;
        list-style: circle;
    }

    .az_tabs .nav-link::before {
        content: "";
        width: 0.75rem;
        height: 0.75rem;
        background: #ffffff00;
        border-radius: 50%;
        display: inline-block;
        margin-right: 0.5rem;
        margin-top: 0.688rem;
    }

    .az_tabs .nav-link.active::before {
        content: "";
        width: 0.75rem;
        height: 0.75rem;
        background: #FE7C02;
        border-radius: 50%;
        display: inline-block;
        margin-right: 0.5rem;
    }

    .az_tabs .nav-link::after {
        content: "";
        width: 0.75rem;
        height: 0.75rem;
        background: #ffffff00;
        border-radius: 50%;
        display: inline-block;
        margin-right: 0.5rem;
        margin-top: 0.688rem;
    }

    .az_tabs li a {
        color: #2D3542;
        font-size: 1.375rem;
        padding-bottom: 1rem;
        padding-left: 0rem;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: .5rem 0rem;
    }

    .az_tabs li:nth-child(2) {
        width: 20%
    }

    .az_tabs li:nth-child(3) {
        width: 18%
    }

    .az_tabs li:nth-child(4) {
        width: 19%
    }

.tab-content p {
    font-size: 1.375rem;
    padding-right: 0.7rem;
    margin-bottom: 3rem;
}

.tab-content {
    padding-top: 2rem;
}

.compliance_img {
    padding-right: 1rem;
}

    .compliance_img img {
        height: 32rem;
        object-fit: cover;
        border-radius: 1rem;
        margin-top: 0.625rem;
    }


.gaurd_section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.feature {
    display: flex;
    align-items: center;
    margin-bottom: 2.375rem;
}

/* Icon */

.icon-side {
    position: relative;
    display: flex;
    align-items: center;
}


.azgurad_icon img {
    width: 7.375rem;
    margin-left: -0.4rem;
}

.middleware_icon img {
    width: 6.25rem;
}

.healthcare_icon img {
    width: 6.125rem;
}


.icon {
    width: 9.375rem;
    height: 9.375rem;
    background: #FE7C02;
    border-radius: 50%;
    position: relative;
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: center;
}

    .icon::before {
        content: "";
        position: absolute;
        right: -0.813rem;
        top: 50%;
        transform: translateY(-50%);
        width: 1.625rem;
        height: 1.625rem;
        border-radius: 50%;
        background: #FE7C02;
    }
/* line */
.icon-side:after {
    content: "";
    position: absolute;
    right: -5.9rem;
    width: 5.438rem;
    border: 0.063rem dashed #747474;
}

.circle {
    position: absolute;
    right: -7.875rem;
    width: 3.75rem;
    height: 3.75rem;
    z-index: 9;
    border-radius: 50%;
    border: 0.438rem solid #FE7C02;
    background: #fff;
}

/* Card */
.tentacle_box {
    background: #2D3542;
    color: #fff;
    border-radius: 0.875rem;
    padding: 2rem 5rem 2rem 5rem;
    width: 64%;
    margin-left: 6rem;
    transition: .3s;
}



    .tentacle_box h3 {
        font-size: 1.875rem;
        margin-bottom: 1rem;
    }

    .tentacle_box p {
        font-size: 1.375rem;
        line-height: 2rem;
        color: #d8d8d8;
        margin-bottom: 0rem;
    }

.tentacle_img {
    display: flex;
    align-items: center;
    height: 100%;
}

    .tentacle_img img {
        height: 43.063rem;
        object-fit: cover;
        border-radius: 1.125rem;
    }




.video_box {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.testimonial_section {
    margin-top: 7rem;
    margin-bottom: 6rem;
}

.testimonial_box {
    background: #FE7C02;
    padding: 5rem 3rem;
    text-align: center;
    border-radius: 2.813rem;
}

    .testimonial_box h2 {
        font-size: 3.125rem;
        color: #fff;
        margin-bottom: 2.2rem;
        margin-top: 0.5rem;
    }

    .testimonial_box p {
        color: #fff;
        font-size: 1.375rem;
        max-width: 41.875rem;
        margin: auto;
    }

span.coma {
    font-size: 8rem;
    height: 7rem;
    display: block;
}

.testimonial_box .testimonial_name {
    color: #fff;
}

.testimonial_box .client_text {
    color: #fff;
}


.faq_section {
    margin-top: 7rem;
    margin-bottom: 7rem;
}


    .faq_section h2 {
        color: #2D3542;
        font-size: 3.125rem;
        text-align: center;
        margin-bottom: 0.938rem;
    }

.service_section {
    margin-top: 15rem;
    margin-bottom: 3rem;
}

.service_heading {
    color: #2D3542;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.2rem;
}

.service_text {
    color: #2D3542;
    font-size: 1.375rem;
    text-align: center;
    line-height: 2.188rem;
    margin-bottom: 5rem;
}

.service_section .service_card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    height: 3.75rem;
}

.service_icon img {
    width: 3.313rem;
}

.service_icon2 img {
    width: 3.688rem;
}

.service_icon3 img {
    width: 4.063rem;
}

.service_icon4 img {
    width: 3.688rem;
}

.service_icon5 img {
    width: 3.875rem;
}

.service_icon6 img {
    width: 4.063rem;
}

.service_card h3 {
    color: #2D3542;
    font-size: 1.375rem;
    line-height: 2.188rem;
    font-weight: 600;
    text-transform: uppercase;
}

.service_content p {
    font-size: 1.375rem;
    line-height: 2.188rem;
}

.service_content {
    margin: 1.6rem 0rem 5rem 0rem;
}


.operational_section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.service_img {
    display: flex;
    align-items: center;
}

    .service_img img {
        width: 100%;
        height: 54.313rem;
        border-radius: 0.875rem;
        object-fit: cover;
    }


.timeline {
    position: relative;
}


.timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2.625rem;
}

.timeline-box {
    position: absolute;
    left: 0rem;
    width: 5rem;
    height: 5rem;
    background: #FE7C02;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.125rem;
    z-index: 0;
    border-radius: 2.813rem 0 0 2.813rem;
}

.timeline-number {
    position: absolute;
    left: 0.625rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #243447;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.125rem;
    z-index: 5;
}

.timeline-content {
    margin-left: 4.375rem;
    background: #FE7C02;
    color: #fff;
    border-radius: 0.875rem;
    padding: 2rem 3rem 1rem 4rem;
    width: 100%;
}

    .timeline-content h3 {
        font-size: 1.375rem;
        line-height: 2.188rem;
        text-transform: uppercase;
        margin-bottom: 0.75rem;
        color: #fff;
        font-weight: 600;
    }

    .timeline-content p {
        font-size: 1.375rem;
        line-height: 1.875rem;
        margin-bottom: 1.125rem;
        color: #fff;
    }

.read-more {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 2.188rem;
    font-weight: 600;
}

    .read-more:hover {
        color: #fff;
        text-decoration: none;
    }

.circle_arrow {
    width: 1.75rem;
    height: 1.75rem;
    background: #2D3542;
    border-radius: 50%;
}

.circle_arrow {
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    background: #2D3542;
    border-radius: 50%;
    margin-left: 0.813rem;
}

span.circle_arrow img {
    width: 0.75rem;
    margin-left: 0.5rem;
}




/* Extra content for scrolling */
.spacer {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
}

/* Timeline Section */
.timeline-section {
    position: relative;
}

.timeline-wrapper {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.75rem;
}

/* Left Image */
.left-image img {
    width: 20rem;
    border-radius: 0.625rem;
}

/* Timeline */
.timeline {
    position: relative;
    margin-left: 3rem;
}



/* Grey line */
.line-bg {
    position: absolute;
    left: 2.375rem;
    top: 0;
    width: 0.063rem;
    height: 100%;
    background: #000;
    border-radius: 0.625rem;
}

/* Orange animated line */
.line-fill {
    position: absolute;
    left: 2.375rem;
    top: 0;
    width: 0.063rem;
    height: 0%;
    background: #FE7C02;
    border-radius: 0.625rem;
}

/* Items */
.item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.375rem;
    position: relative;
}

.solution_section {
    margin-top: 12rem;
    margin-bottom: 7rem;
}

    .solution_section h1 {
        font-size: 3.125rem;
        text-align: center;
        max-width: 48rem;
        margin: auto;
        margin-bottom: 2rem;
    }

    .solution_section .card-header {
        padding: 0rem 0rem;
        margin-bottom: 0;
        background-color: #FE7C02;
        border-bottom: 0rem solid rgba(0, 0, 0, .125);
    }

    .solution_section .header-left {
        align-items: center;
        display: flex;
        border-radius: 0.938rem;
    }

    .solution_section .icon-circle {
        width: 6rem;
        height: 6rem;
        float: left;
        margin: 1.6rem;
        border-radius: 50%;
        background: #fff;
        color: #f57c00;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

        .solution_section .icon-circle img {
            width: 3.75rem;
        }

.header-title {
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #fff;
    width: 33%;
}

.header-desc {
    font-size: 1.375rem;
    line-height: 2.188rem;
    color: #fff;
    font-weight: 400;
    width: 48%;
    margin: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.head_box {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0rem 10rem;
}

.solution_section .card {
    border: 0rem solid rgb(0 0 0 / 0%);
    border-radius: 0rem;
    margin-bottom: 2rem;
    background-color: #fff8f2;
    box-shadow: none;
}

.solution_section ul {
    list-style: none;
    padding: 0rem;
    margin-top: 1rem;
}

.solution_list li {
    font-size: 1.375rem;
}

.resources_section {
    margin-top: 15rem;
    margin-bottom: 8rem;
}

.services_box {
    background: #ffead8;
    padding: 2rem 2rem;
    border-radius: 0.875rem;
    max-width: 50rem;
    margin: auto;
}



    .services_box .nav-tabs .nav-link {
        border: 0.063rem solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #2D3542;
        background-color: #fff;
        border: 0rem;
        border-radius: 0.625rem;
        font-size: 1.25rem;
        padding-left: 2rem;
        background-image: url(../images/dropdown_arrow.png);
        background-position: calc(100% - 25px) calc(1em + 8px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-size: 8px, 5.5em 3.5em;
        background-repeat: no-repeat;
        height: 4.25rem;
        display: flex;
        align-items: center;
    }

    .services_box .nav-tabs a.nav-link.active {
        color: #fff;
        background-color: #FE7C02;
        background-size: 0.875rem, 5.5em 3.5em;
        background-position: calc(100% - 25px) calc(1em + 9px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-image: url(../images/dropdown_arrow_down.png);
    }

    .services_box .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 48%;
    }

    .services_box .nav-tabs {
        border-bottom: 0rem solid #dee2e6;
        margin: auto;
        display: flex;
        justify-content: center;
        gap: 1.3rem;
    }

.resources_section h1 {
    font-size: 3.125rem;
    text-align: center;
    margin-bottom: 3.6rem;
}

.resources_section h2 {
    font-size: 3.125rem;
    text-align: center;
    margin-bottom: 3.6rem;
}

.resources_section h3 {
    font-size: 3.125rem;
    margin-bottom: 2rem;
}

.resources_section .tab-content {
    padding-top: 3rem;
}


.resource_card {
    width: 100%;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #fff;
    position: relative;
}


.card-image {
    height: 19.438rem;
    background: #2D3542;
    position: relative;
    border-radius: 13px;
}

.date {
    position: absolute;
    top: 1.563rem;
    right: 1.25rem;
    width: 4.063rem;
    height: 4.688rem;
    background: #FE7C02;
    color: #fff;
    border-radius: 0.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1;
}

    .date .day {
        font-size: 1.875rem;
    }

    .date .month {
        font-size: 0.875rem;
        margin-top: 0.25rem;
    }

.card-content {
    background: #ff8200;
    color: #fff;
    padding: 2.813rem 2rem 1.875rem;
    border-radius: 13px;
    margin-top: -1.3rem;
}

    .card-content h2 {
        font-size: 1.875rem;
        margin-bottom: 0.75rem;
    }

    .card-content p {
        font-size: 1.375rem;
        line-height: 2.188rem;
        margin-bottom: 1.875rem;
    }

.resource_card .card-content h2 {
    margin-bottom: 0.75rem;
    text-align: left;
}

.read_more {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
}

    .read_more:hover {
        color: #fff;
        text-decoration: none;
    }

.api_box .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background: #EFEFEF;
    color: #2D3542;
    font-size: 1.25rem;
    padding: 1rem 1rem;
    border: 0rem solid transparent;
}

.api_box .nav-tabs .nav-item {
    margin-bottom: 0rem;
    width: 24.3%;
    text-align: center;
    border-right: 0.063rem solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
}

.api_box .nav-tabs {
    border-bottom: 0rem solid #B8B8B8;
    display: flex;
    justify-content: center;
}

    .api_box .nav-tabs .nav-item:last-child {
        border-right: 0rem solid #00000038;
    }

    .api_box .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #FE7C02;
        border-color: #dee2e6 #dee2e6 #fff;
    }

.api_box .circle_tick {
    width: 2.375rem;
    height: 2.375rem;
    background-color: #FE7C02;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

    .api_box .circle_tick img {
        width: 1.156rem;
    }

.api_box ul.introduction_list {
    list-style: none;
    padding: 0rem 9rem 0rem 3.5rem;
}

.api_box .introduction_list li {
    font-size: 1.375rem;
    height: 4.5rem;
    color: #2D3542;
    font-weight: 600;
    text-indent: -2.8em;
    line-height: 2.188rem;
    margin-bottom: 3rem;
}


.api_box .tab-content p {
    margin-bottom: 2rem;
}

.authentication_card {
    width: 100%;
    background: #2f3643;
    color: #fff;
    border-radius: 0.813rem;
    padding: 2.125rem 2.125rem 2.5rem;
    position: relative;
    margin-top: 0.8rem;
    height: 25rem;
}

    .authentication_card .number {
        width: 3.313rem;
        height: 3.313rem;
        background: #FE7C02;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.375rem;
        font-weight: 400;
        margin-bottom: 2.813rem;
    }

    .authentication_card h4 {
        font-size: 1.875rem;
        font-weight: 600;
        margin-bottom: 0.625rem;
        line-height: normal;
    }

    .authentication_card p {
        font-size: 1.125rem;
        line-height: 1.35;
        color: #f0f0f0;
        font-weight: 400;
    }

    .authentication_card p {
        font-size: 1.375rem;
    }

.full_line {
    width: 100%;
    height: 0.125rem;
    background: #FE7C02;
    margin: 0 auto 2.188rem;
}


.errors_box h4 {
    color: #FE7C02;
    font-size: 1.875rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.api_box .tab-content .errors_box p {
    margin-bottom: 4rem;
}


.contact_section {
    margin-top: 15rem;
    margin-bottom: 5rem;
}

.contact_icon {
    margin-bottom: 2rem;
    height: 4rem;
}


.phone_icon {
    width: 3.75rem;
}

.email_icon {
    width: 4.25rem;
}

.map_icon {
    width: 2.875rem;
}

.contact_box {
    text-align: center;
}

    .contact_box p {
        font-size: 1.375rem;
        color: #000000;
    }

    .contact_box a {
        font-size: 1.375rem;
        color: #000000;
    }

        .contact_box a:hover {
            text-decoration: none;
            color: #000000;
        }

.enquiry_section {
    margin-top: 2rem;
    margin-bottom: 8rem;
}

.enquiry_box {
    background: #FE7C02;
    padding: 4rem 4rem;
    border-radius: 0.813rem;
}


    .enquiry_box h1 {
        font-size: 2.188rem;
        color: #fff;
        font-weight: 600;
        margin-bottom: 3rem;
    }

    .enquiry_box .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #000;
        background-color: #fff;
        background-clip: padding-box;
        border: 0.063rem solid #ced4da;
        border-radius: 0.25rem;
        margin-bottom: 1rem;
        height: 2.75rem;
    }

        .enquiry_box .form-control::placeholder {
            font-size: 0.875rem;
            color: #747474;
        }

    .enquiry_box .contact_btn {
        display: inline-flex;
        align-items: center;
        gap: 0.625rem;
        background: linear-gradient(to right, #2D3542, #476391);
        color: #fff;
        text-decoration: none;
        padding: 0.375rem 0.375rem 0.375rem 1.25rem;
        border-radius: 2.5rem;
        font-weight: 400;
        margin-top: 0.625rem;
        font-size: 1.125rem;
        font-family: 'Roboto-Regular';
        box-shadow: none;
        border: 0rem;
        margin-top: 1.3rem;
        cursor: pointer;
    }

        .enquiry_box .contact_btn .arrow img {
            width: 0.968rem;
            height: auto;
        }

    .enquiry_box textarea {
        height: 6.313rem !important;
        resize: none;
    }




/* Overlay on top of video */
.video_overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 97.7%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    border-radius: 2rem 2rem 2rem 2rem;
}

/* Heading above overlay */
.video_section .main-heading {
    position: absolute;
    z-index: 2;
}

.top_overlay video {
    top: -8px;
    border-radius: 2rem 2rem 3rem 3rem
}

.authentication_card ul {
    padding-left: 0.8rem;
}

    .authentication_card ul li {
        font-size: 1.375rem;
        list-style: none;
        margin-bottom: 0.75rem;
    }


.data_engineering video { 
    top: -8px;
}


.data_engineering .video_overlay {
    border-radius: 3%;
}

.single-slide-desktop .arrow_icon {
    width: auto !important;
}

.faq_section .card-header a {
    text-transform: capitalize;
}

.text_cap_h h3 {
    text-transform: capitalize;
}



@media(min-width:1200px) {
    .api_box .introduction_list li:nth-child(3) {
        margin-bottom: 0rem;
    }
}

@media(min-width:1300px) and (max-width:1600px) {
    .card-content {
        height: 22.188rem;
    }
}
@media(max-width:768px) {
    .heading {
        font-size: 2.125rem;
    }
   
    .slide img {
        height: 23.75rem;
    }

    .enquiry_section iframe {
        height: 300px !important;
    }

    .badge {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }

    .content p {
        font-size: 1.375rem;
    }
}

/* --------End CSS Mobile Slider  --------*/
@media (max-width:1390px) {
    .center p {
        font-size: 0.813rem !important;
    }
}

@media (max-width:1280px) {
    .nav-links {
        gap: 0.938rem;
    }

        .nav-links a {
            font-size: 0.875rem;
        }

    .connect-btn {
        font-size: 0.875rem;
    }

    .hero-content h1 {
        font-size: 3.125rem;
    }

    .hero-content p {
        font-size: 1.125rem;
        line-height: 1.625rem;
        padding-right: 7rem;
    }

    .demo-btn {
        font-size: 0.875rem;
    }

    .arrow {
        width: 1.938rem;
        height: 1.938rem;
    }

    .hero-content {
        padding: 5.625rem 6rem;
    }

    .azguard-content h1 {
        font-size: 2.438rem;
    }

    .azguard-content p {
        font-size: 1.1rem;
        line-height: 1.5rem;
        padding-right: 0rem;
        margin-bottom: 1rem;
    }

    .azguard-content {
        left: 46%;
    }

    .az_list li {
        font-size: 1.175rem;
    }

    .service-btn {
        font-size: 0.875rem;
    }

    section.compliance_section h2 {
        font-size: 2.125rem;
    }

    .az_tabs li a {
        font-size: 1rem;
        padding-right: 0rem;
    }

    .tab-content p {
        font-size: 1rem;
    }

    .authentication_card ul li {
        font-size: 1rem;
    }

    .az_tabs li {
        width: 28%;
    }

    .api_box .tab-content p {
        margin-bottom: 1rem;
    }

    .compliance_box {
        padding-left: 0rem;
    }

    .compliance_img img {
        height: 25rem;
    }

    .az_tabs li:nth-child(2) {
        width: 25%;
    }

    .az_tabs li:nth-child(3) {
        width: 21%;
    }

    .az_tabs li:nth-child(4) {
        width: 23%;
    }

    .az_tabs .nav-link::before {
        margin-top: 0.388rem;
    }

    .authentication_card ul {
        padding-left: 0.5rem;
    }
}

@media (max-width:1200px) {
    .hero-content {
        padding: 5.625rem 6rem;
        margin-top: 3rem;
    }
}

@media (max-width:1180px) {

    .azguard-content p {
        font-size: 1rem;
        line-height: 1.3rem;
        margin-bottom: 1rem;
    }

    .azguard-content h1 {
        font-size: 2.238rem;
    }

    .az_list li {
        font-size: 1rem;
    }

    .az_list {
        margin-bottom: 0.8rem;
    }
}

@media (max-width:1100px) {
    .nav-links {
        gap: 0.625rem;
    }

        /*.nav-links a {
            font-size: 0.75rem;
        }*/

    .connect-btn {
        font-size: 0.75rem;
    }




    .hero-content p {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding-right: 12rem;
    }

    .demo-btn {
        font-size: 0.875rem;
    }

    .arrow {
        width: 1.475rem;
        height: 1.475rem;
    }

    .solution-title h2 {
        font-size: 2.188rem;
    }

    .service-section .ts h3 {
        font-size: 2.688rem;
    }

    .az_list {
        margin-bottom: 0.8rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }

    .desktop-p-0 {
        padding: 0rem;
    }
}

@media (max-width: 1400px) {
    .tab-content p {
        padding-right: 0rem;
    }
}

@media (min-width: 1400px) {
    .card4 .header-title {
        width: 30%;
    }
}

@media (min-width: 1800px) {
    .service-card.card1 .image-wrapper img {
        height: 43.688rem;
        max-width: 28.125rem;
    }

    .compliance_img img {
        height: 32rem;
    }

    .card4 .header-title {
        width: 30%;
    }

    .hero-content {
        left: 42%;
        max-width: 950px;
        padding: 8rem 4.125rem 5rem 1rem;
    }

        .hero-content h1 {
            font-size: 5.938rem;
        }

        .hero-content p {
            padding-right: 15rem;
        }
}


/* ======================
   Mobile Responsive
====================== */
@media (max-width: 991px) {
    .sidebar {
        display: flex;
    }
    .privacy-policy {
        margin-top: 2rem !important;
        margin-bottom: 0rem;
    }

    .menu-toggle {
        display: block;
    }

    .desktop-btn {
        display: none;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        display: none;
        box-shadow: 0 0.625rem 1.25rem rgba(0,0,0,0.1);
    }

        .nav-links.active {
            display: flex;
        }

        .nav-links li {
            width: 100%;
            border-bottom: 0.063rem solid #eee;
        }

        .nav-links a {
            display: block;
            width: 100%;
            padding: 0.938rem 1.25rem;
        }

    .mobile-btn {
        display: block;
        padding: 0.938rem 1.25rem;
    }

    .mobile-btn .connect-btn {
        width: 100%;
    }

    /* Mobile dropdown */
    .dropdown {
        position: static;
        box-shadow: none;
        display: block;
        background: #fff;
        width: 100%;
        padding-left: 0.6rem;
    }

    .has-dropdown.active .dropdown {
        display: block;
    }

    .dropdown a {
        padding-left: 2.5rem;
    }

    .menu-list .card {
        border-radius: 0rem;
        box-shadow: none !important;
        padding: 0rem !important;
        border: 0rem !important;
    }

    .dropdown li a {
        padding: 0.25rem 0.125rem;
        color: #2D3542;
        border-bottom: 0.031rem solid #00000036;
        display: flex;
        align-items: center;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 991px) {
    .navbar {
        flex-wrap: wrap;
        gap: 0.938rem;
    }

    .nav-links {
        display: none;
    }

    .hero-content {
        padding: 5rem 5.125rem 5rem 3.125rem;
        margin-top: -28rem;
    }

    .hero-content p {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .service-section .ts h3 {
        font-size: 2.688rem;
    }
}

@media (max-width: 900px) {

    .testimonial-container {
        gap: 0rem;
        max-width: 100%;
    }

    .testimonial-item {
        width: 100%;
        max-width: 100%;
    }

    .testimonial-section h2 {
        font-size: 2.25rem;
    }
}


@media(max-width:768px) {
    .hero-content {
        margin-top: -28rem;
    }

        .hero-content p {
            margin-bottom: 1.25rem;
        }

    .demo-btn {
        font-size: 0.75rem;
        margin-top: 0rem;
    }

    .solution-section {
        flex-direction: column;
        gap: 1.25rem;
    }

    .solution-content {
        gap: 1rem;
    }

    .solution-title h2 {
        font-size: 2.375rem;
    }

    .solution-content p {
        font-size: .72rem;
        line-height: 1rem;
    }

    .service-card .service-card.top-space {
        margin-top: 0;
    }

    .service-card .image-wrapper img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .service-card .content h3 {
        font-size: 1.625rem;
    }

    .enquiry-section .form-row {
        flex-direction: column;
    }

    .enquiry-section .title {
        font-size: 1.375rem;
        margin-bottom: 0.5rem;
    }
    .testimonial-section h2 {
        margin-bottom: 0.5rem;
    }
    .testimonial-section {
        padding: 3rem 2.25rem;
    }

    section.compliance_section {
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .compliance_img img {
        height: 17.938rem;
    }

    video {
        border-radius: 1.5rem;
    }

    .faq_section h2, .sector_section h2, .solution-title h2 {
        font-size: 1.375rem !important;
    }

    .azguard-content {
        top: 50%;
    }
}

@media(min-width:1040px) and (max-width:1250px) {
    .service-card.card1 .image-wrapper img {
        height: 33.688rem;
        max-width: 20.125rem;
    }

    .service-card.card4 .image-wrapper img {
        height: 33.688rem;
        max-width: 20.125rem;
    }

    .service-card .image-wrapper img {
        max-width: 20.375rem;
        height: 20.375rem;
    }

    .service-card .service_txt h4 {
        font-size: 2.125rem;
    }

    .service-section .ts h3 {
        font-size: 4.188rem;
    }

    .navbar {
        width: 100%;
        padding: 0.938rem 2rem;
    }

    .connect-btn {
        height: 2.25rem;
        padding: 0.225rem 1.188rem;
        border-radius: 1.325rem;
        font-size: .8rem;
    }

    .service_img {
        height: 100%;
    }

    .tentacle_box {
        padding: 1.5rem 1rem 1.5rem 3rem;
        width: 100%;
    }

        .tentacle_box p {
            font-size: 1.175rem;
            line-height: 1.6rem;
        }

        .tentacle_box h3 {
            font-size: 1.475rem;
            margin-bottom: 0.4rem;
        }

    .service-section .ts {
        max-width: 52.25rem;
    }
}

@media(max-width:1024px) {

    .service-section .ts h3 {
        font-size: 2.489rem;
        margin-bottom: 1rem;
        padding-right: 8rem;
    }

    .service-section .ts p {
        font-size: 1rem;
        line-height: 1.3rem;
        margin-bottom: 1.2rem;
        padding-right: 0rem;
    }

    .service-section .btn {
        padding: 0.475rem 1rem;
        border-radius: 0.93rem;
        font-size: 0.644rem;
    }


    .service-card.card1 .image-wrapper img {
        height: 20.875rem;
        max-width: 14.985rem;
    }

    .service-section {
        width: 100%;
        padding: 2rem 3.25rem;
    }

    .service-card.card3 {
        margin-top: 0rem;
    }

    .service-card.card4 {
        margin-top: -10rem;
    }

        .service-card.card4 .image-wrapper img {
            height: 17.875rem;
            max-width: 10.985rem;
        }

    .service-card.card1 {
        margin-top: 4rem;
    }

    .service-card .service_txt h4 {
        font-size: 1.564rem;
        margin-top: 0rem;
    }

    .service-card .line {
        margin-bottom: 1.125rem;
        margin-top: 1.1rem;
        width: 7.576rem;
        height: 0.125rem;
    }

    .service-card .service_txt ul li {
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }

    .service-card .image-wrapper img {
        width: 17rem;
        max-width: 17rem;
        height: 16rem;
    }

    .service_btn .mobile_icon {
        display: block !important;
        width: 0.88rem !important;
    }

    .service-card.card3 .service_btn {
        left: -1.6rem;
    }

    .desktop_icon {
        display: none !important;
    }

    .enquiry-section .container {
        max-width: 41.25rem;
    }

    .enquiry-section {
        padding: 2rem 2rem;
    }

        .enquiry-section .form-control {
            padding: 0.75rem 0.938rem;
            border-radius: 0.595rem;
            height: 2.375rem;
            font-size: 0.863rem;
            margin-bottom: 1rem;
            color: #2D3542;
        }

            .enquiry-section .form-control input::placeholder {
                font-size: 0.763rem;
                color: #2D3542;
            }

    .inquiry-section .submit-btn {
        padding: 0.695rem;
        font-size: 0.858rem;
        border-radius: 0.625rem;
    }

    .inquiry-section .title {
        font-size: 2.125rem;
    }

    .inquiry-section .underline {
        width: 8.25rem;
    }

    .testimonial-box {
        line-height: 1.4;
        font-size: 1rem;
    }

    .testimonial-section {
        padding: 3rem 2.25rem;
    }

    .testimonial-box {
        padding: 0.5rem 1.563rem;
        min-height: 11.625rem;
    }

    .testimonial-section h2 {
        font-size: 3rem;
        margin-bottom: 1.25rem;
    }

    .footer_section h5 {
        font-size: 1.2rem;
    }

    .az_tabs li {
        width: 30%;
    }

        .az_tabs li:nth-child(2) {
            width: 20%;
        }

        .az_tabs li:nth-child(3) {
            width: 25%;
        }

        .az_tabs li:nth-child(4) {
            width: 22%;
        }

    .az_tabs .nav-link::before {
        margin-top: 0.448rem;
    }

    .tentacle_box {
        padding: 2rem 1rem 2rem 3rem;
        width: 100%;
    }

        .tentacle_box h3 {
            font-size: 1.675rem;
            margin-bottom: 0.5rem;
        }

        .tentacle_box p {
            font-size: 1.175rem;
            line-height: 1.4rem;
        }

    .icon {
        width: 6.25rem;
        height: 6.25rem;
    }

    .azgurad_icon img {
        width: 5rem;
    }

    .middleware_icon img {
        width: 3.75rem;
    }

    .healthcare_icon img {
        width: 3.75rem;
    }

    .circle {
        right: -7.5rem;
        width: 2.75rem;
        height: 2.75rem;
        border: 0.338rem solid #FE7C02;
    }

    .tentacle_img img {
        height: 30.063rem;
    }

    .compliance_box {
        padding-left: 0.5rem;
    }

    .compliance_img img {
        height: 23.9rem;
    }

    .tab-content p {
        margin-bottom: 2rem;
    }

    .service_section {
        margin-top: 10rem;
    }

    .service_box {
        background: #fff;
        border-radius: 0.375rem;
        padding: 1rem 1rem;
        margin-bottom: 1rem;
    }

    .service_section .line {
        margin-bottom: 1.125rem;
        margin-top: 0.1rem;
        width: 5rem;
        height: 0.076rem;
        background: #FE7C02;
    }

    .service_text {
        font-size: 0.75rem;
        text-align: left;
        line-height: 1.125rem;
        margin-bottom: 2rem;
    }

    .service_card h3 {
        font-size: 0.875rem;
        line-height: 1.188rem;
    }

    .service_heading {
        font-size: 1.375rem;
        text-align: center;
        margin: auto;
        margin-bottom: 0.5rem;
        max-width: 25rem;
    }

    .service_content p {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    .service_section .service_card {
        height: auto;
    }

    .service_content {
        margin: 0.6rem 0rem 0rem 0rem;
    }

    .service_icon img {
        width: 2.25rem;
    }

    .service_icon2 img {
        width: 2.25rem;
    }

    .service_icon3 img {
        width: 2.125rem;
    }

    .service_icon4 img {
        width: 2.25rem;
    }

    .service_icon5 img {
        width: 2.313rem;
    }

    .service_icon6 img {
        width: 2.313rem;
    }

    .timeline {
        margin-left: 0rem;
    }

    .service_img img {
        height: auto;
    }

    .footer_section {
        padding: 2rem 0rem 2rem 0rem;
    }

    .api_box ul.introduction_list {
        list-style: none;
        padding: 0rem 0rem 0rem 3.5rem;
    }

    .resources_section {
        margin-top: 10rem;
        margin-bottom: 4rem;
    }

    .resource_card {
        margin-bottom: 2rem;
    }

    .card-content p {
        line-height: 1.5rem;
    }

    .enquiry_box h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .enquiry_section iframe {
        height: 490px;
    }

    .hero-content {
        padding: 5.625rem 6rem;
        left: 41%;
        margin-top: 2rem;
    }
}

@media(min-width:1024px) and (max-width:1100px) {
    .nav-links a {
        padding: 1.875rem 0.2rem;
    }

    .nav-links {
        gap: 0.625rem;
    }

    .service_img {
        display: flex;
        align-items: center;
        height: 100%;
    }



    .connect-btn {
        height: 2.25rem;
        padding: 0.225rem 1.188rem;
        border-radius: 1.325rem;
        font-size: .8rem;
    }

    .az_tabs li:nth-child(2) {
        width: 22%;
    }

    .az_tabs .nav-link::before {
        margin-top: 0.348rem;
    }

    .tentacle_box {
        padding: 1.6rem 1rem 1.6rem 3rem;
    }

        .tentacle_box p {
            font-size: 1.2rem;
        }

    .header-title {
        font-size: 1.175rem;
        width: 54%;
    }

    .header-desc {
        font-size: 1.175rem;
        line-height: 1.188rem;
        width: 60%;
    }

    .card4 .header-title {
        width: 50%;
    }

    .enquiry_section .col-lg-push-6 {
        left: 50%;
    }

    .enquiry_section .col-lg-pull-6 {
        right: 50%;
    }
}

@media(min-width:750px) and (max-width:991px) {
    .azguard-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        width: 100%;
        max-width: 900px;
        z-index: 2;
    }
}





@media(min-width:991px) {
    .stars {
        margin-bottom: 0rem;
    }
}

    @media(max-width:991px) {


        nav.navbar {
            margin-top: 0.5rem;
            margin-bottom: 0rem;
            background: none;
            width: 100%;
            padding: 0rem 0rem;
        }



        .connect-btn {
            font-size: 0.784rem;
            border-radius: 1.761rem;
            padding: 0.575rem 0.175rem 0.575rem 0.25rem;
            margin-top: 1rem;
            width: 6.265rem;
            width: 7.625rem;
            height: 2.25rem;
            text-align: center;
        }

        .nav-links {
            top: 0rem;
            left: 0;
            width: 100%;
            height: 100vh;
            background: #fff;
            padding: 0rem;
        }

        header {
            margin-bottom: 1rem;
            display: flex;
        }

        .lines {
            display: flex;
            flex-direction: column;
            gap: 0.35rem;
            align-items: flex-end;
            margin-top: 1rem;
            margin-right: 0rem;
        }

            .lines .line {
                height: 0.25rem;
                background: #ff7a00;
                border-radius: 1.563rem;
            }

                .lines .line:nth-child(1) {
                    width: 1.375rem;
                }

                .lines .line:nth-child(2) {
                    width: 0.875rem;
                }

                .lines .line:nth-child(3) {
                    width: 1.375rem;
                }

        .hamburger_box {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-right: 0.1rem;
        }

        .logo {
            padding-left: 0rem;
        }

        .inquiry-section .submit-btn {
            font-size: 1rem;
        }

        .video_section {
            padding: 0rem 0rem;
        }

        .mobile_logo {
            position: absolute;
            top: 1rem;
            left: 1.2rem;
        }

            .mobile_logo img {
                height: 2.875rem;
            }


        .demo-btn {
            font-size: 0.784rem;
            padding: 0.375rem 0.175rem 0.375rem 1.25rem;
        }

        span.arrow img {
            width: 0.608rem;
        }

        .solution-section {
            text-align: center;
        }

        .solution-title h2 {
            font-size: 1.275rem;
            text-align: center;
            margin-bottom: 0.5rem;
        }


        .solution-content {
            display: flex;
        }


        .products_arrow a span img {
            width: 1rem !important;
        }

        .products_arrow a:not(.collapsed) img {
            transform: rotate(180deg);
        }

        .products_arrow a.collapsed img {
            transform: rotate(0deg);
        }

        .dropdown li a span img {
            transform: rotate(0deg) !important;
        }

        .products_arrow a span .products_arrow_top {
            width: 0.813rem !important;
        }

        .mobile_view {
            display: block !important;
        }

        .desktop_view {
            display: none !important;
        }

        section.explore_section {
            margin-bottom: 4rem;
        }

        .sector_section {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        .service-section .ts {
            max-width: 38.25rem;
        }



        /* --------Start CSS Mobile Slider  --------*/


        .slider-wrapper {
            width: 100%;
            text-align: center;
            margin-top: 1rem;
        }

        .heading {
            font-size: 3rem;
            font-weight: 600;
            margin-bottom: 1.875rem;
            color: #1f2937;
        }

        .slider {
            position: relative;
            overflow: hidden;
        }

        .slide {
            display: none;
            position: relative;
        }

            .slide.active {
                display: block;
            }


            .slide img {
                width: 100%;
                height: 20.125rem;
                object-fit: cover;
                border-radius: 0.938rem;
                display: block;
            }

        .single-slide-desktop.slide-size .slide img {
            /*width: 550px;*/
            height: 380px;
        }


        /* Dark Overlay */
        .overlay2 {
            position: absolute;
            inset: 0;
            border-radius: 1.875rem;
            background: linear-gradient( to top, rgba(0,0,0,0.65), rgba(0,0,0,0.15) );
        }

        /* Center Badge */

        .badge {
            position: absolute;
            left: 50%;
            top: 65%;
            transform: translate(-50%, -50%);
            background: #fff;
            color: #333;
            padding: .5rem 1.2rem;
            border-radius: 0.946rem;
            font-size: 1rem;
            font-weight: 600;
            z-index: 2;
        }
        /* Content */

        .content2 {
            position: absolute;
            bottom: 0.913rem;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            color: #fff;
            z-index: 2;
        }

            .content2 p {
                font-size: 1rem;
                line-height: 1.2rem;
                margin-bottom: 0.438rem;
            }

        .read-more {
            display: inline-flex;
            align-items: center;
            gap: 0.625rem;
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
        }

            .read-more span {
                width: 1.4rem;
                height: 1.4rem;
                border-radius: 50%;
                background: #ff8c00;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
            }

        /* Navigation */
        .navigation {
            display: flex;
            justify-content: center;
            gap: 0.625rem;
            margin-top: 1.25rem;
        }


        .nav-btn {
            width: 1.875rem;
            height: 1.875rem;
            border-radius: 50%;
            border: 0.063rem solid #404040;
            background: none;
            background-image: url(../images/arrow_left.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.875rem;
            font-size: 0rem;
            cursor: pointer;
            transition: .3s;
        }

        .left_arrow {
            background-image: url(../images/arrow_left.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.875rem;
        }

        .right_arrow {
            background-image: url(../images/arrow_right.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.875rem;
        }



        .service-section .ts h3 {
            font-size: 2.489rem;
            margin-bottom: 1rem;
            padding-right: 8rem;
        }

        .service-section .ts p {
            font-size: 1rem;
            line-height: 1.3rem;
            padding-right: 3rem;
            margin-bottom: 1.2rem;
        }

        .solution-content p {
            font-size: 1rem;
            line-height: 1.3rem;
            text-align: left;
        }

        .service-section .btn {
            border-radius: 2.5rem;
            font-size: 0.784rem;
            padding: 0.575rem 1rem 0.575rem 1rem;
        }


        .service-card.card1 .image-wrapper img {
            height: 22.875rem;
            max-width: 16.985rem;
        }

        .service-section {
            width: 100%;
            padding: 2rem 0.8rem;
        }

        .service-card.card3 {
            margin-top: 0rem;
        }

        .service-card.card4 {
            margin-top: -7rem;
        }

            .service-card.card4 .image-wrapper img {
                height: 19.875rem;
                max-width: 12.985rem;
            }

        .service-card.card1 {
            margin-top: 4rem;
            margin-bottom: 3rem;
        }

        .service-card .service_txt h4 {
            font-size: 1.564rem;
            margin-top: 0rem;
        }

        .service-card .line {
            margin-bottom: 1.125rem;
            margin-top: 1.1rem;
            width: 7.576rem;
            height: 0.125rem;
        }

        .service-card .service_txt ul li {
            font-size: 1rem;
            line-height: 1.2rem;
            margin-bottom: 0.35rem;
        }

        .bullet::after {
            width: 0.338rem;
            height: 0.338rem;
        }

        .bullet {
            width: .8rem;
            height: .8rem;
            top: 0.12rem;
        }

        .service-card .image-wrapper img {
            width: 17rem;
            max-width: 17rem;
            height: 17rem;
        }

        .inquiry-section .title {
            font-size: 1.364rem;
            margin-bottom: 1rem;
        }

        .inquiry-section .underline {
            width: 7.25rem;
            height: 0.125rem;
            margin: 0 auto 1.8rem;
        }

        .underline {
            width: 7.25rem;
        }

        .tentacle_img {
            align-items: baseline;
        }

        .sector_section .underline {
            width: 7.25rem;
        }

        .testimonial-box {
            padding: 1.5rem 1.563rem;
            min-height: 9.621rem;
            line-height: 1.436rem;
            font-size: 1rem;
            width: 73%;
            margin: auto;
        }

        .stars {
            color: #FE7C02;
            font-size: 1.375rem;
            margin: 0.7rem 0 0rem 0rem;
        }

        .client-name {
            font-size: 1.1rem;
            margin-bottom: 0rem;
            margin-top: 1rem;
        }

        .client-role {
            font-size: .9rem;
        }

        .testimonial-section h2 { 
            font-size: 1.364rem;
            margin-bottom: 0.5rem;
        }

        .testimonial-section {
            padding: 2rem 1.25rem 1.5rem 1.25rem;
        }

        .cline {
            width: 6.25rem;
            height: 0.125rem;
            background: #FE7C02;
            margin: 0 auto 0.9rem;
            margin-top: .5rem;
        }

        .footer_section h5 {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .footer_logo {
            margin-bottom: 1rem;
        }

        p.copyright {
            margin-top: .8rem;
            margin-bottom: .8rem;
        }

        p.mail-txt {
            margin-bottom: 1rem;
        }

        .linked {
            width: 1rem !important;
        }

        .social-icons {
            margin-bottom: 1rem;
        }

        .owl-prev {
            left: 1.9rem !important;
        }

        .owl-next {
            right: 1.9rem !important;
        }

        .hero-content h1 {
            font-size: 2.125rem;
            padding-right: 7rem;
        }

        .azguard-content {
            padding: 0.625rem 3rem;
        }

            .azguard-content h1 {
                color: #ffffff;
                font-size: 2rem;
                margin-bottom: 1rem;
            }

            .azguard-content p {
                font-size: 0.75rem;
                line-height: 1.125rem;
                margin-bottom: 1rem;
                color: #ffffff;
                text-align: left;
                padding-right: 2rem;
            }

        .azguard-mobile {
            margin-top: -8rem;
        }

        .azguard-mobile {
            margin-top: -15rem;
            width: 100%;
            text-align: center;
        }

            .azguard-mobile h1 {
                display: none;
            }

        .azguard-content .divider {
            width: 6.25rem;
            height: 0.125rem;
            background: #FE7C02;
            margin: 1rem 0 0.9rem;
        }

        .az_list li {
            font-size: 0.75rem;
            color: #fff;
            text-align: left;
        }

            .az_list li img {
                width: 0.75rem;
                margin-right: 0.5rem;
            }

        .service-btn {
            font-size: 0.784rem;
            float: left;
            padding: 0.575rem 1rem 0.575rem 1rem;
        }

        .az_list {
            margin-bottom: 0.4rem;
        }

        .az_list {
            margin-bottom: 0.4rem;
        }

        .compliance_img img {
            height: 12.938rem;
        }

        .compliance_box {
            padding-left: 0rem;
            margin-top: 0.5rem;
        }

        section.compliance_section h2 {
            font-size: 1.375rem;
            text-align: left;
            margin-bottom: .5rem;
        }

        .az_tabs li a {
            font-size: 0.75rem;
            padding-right: 0rem;
        }

        .az_tabs li {
            width: 25%;
        }



        .az_tabs .nav-link::before {
            width: 0.381rem;
            height: 0.381rem;
            margin-top: 0.33rem;
            margin-right: 0.3rem;
        }

        .tab-content p {
            padding-right: 0rem;
            text-align: left;
            font-size: 0.75rem;
        }



        section.compliance_section {
            margin-top: 2rem;
        }

        .tab-content {
            padding-top: 1rem;
        }

        .az_list {
            margin-bottom: 0rem;
        }

        .compliance_img img {
            height: 16.938rem;
        }

        .compliance_box {
            padding-left: 0rem;
        }

        section.compliance_section h2 {
            font-size: 1.375rem;
            text-align: left;
            margin-bottom: .8rem;
        }

        .az_tabs li a {
            font-size: 0.75rem;
            padding-right: 0rem;
        }

        .az_tabs li {
            width: 25%;
        }

            .az_tabs li:nth-child(2) {
                width: 23%;
            }

            .az_tabs li:nth-child(3) {
                width: 20%;
            }

            .az_tabs li:nth-child(4) {
                width: 21%;
            }

        .az_tabs .nav-link.active::before {
            width: 0.381rem;
            height: 0.381rem;
            margin-top: 0.33rem;
            margin-right: 0.3rem;
        }

        .az_tabs .nav-link::before {
            width: 0.381rem;
            height: 0.381rem;
            margin-top: 0.33rem;
            margin-right: 0.3rem;
        }

        .tab-content p {
            padding-right: 0rem;
            text-align: left;
            font-size: 1rem;
            line-height: 1.3rem;
            margin-bottom: 1rem;
        }

        .authentication_card ul li {
            font-size: 1rem;
        }

        .tab-content {
            padding-top: 1rem;
        }

        .gaurd_section .line {
            margin-bottom: 1.125rem;
            margin-top: 0.1rem;
            width: 6.5rem;
            height: 0.125rem;
            background: #FE7C02;
        }

        .feature_box {
            margin-top: 0rem;
        }

        .gaurd_section h3 {
            font-size: 1.375rem;
            margin-bottom: 0.5rem;
        }


        .icon {
            width: 5.25rem;
            height: 5.25rem;
        }

        .tentacle_box {
            padding: 1rem 3rem 1rem 3rem;
            width: 100%;
        }

        .azgurad_icon img {
            width: 4rem;
        }

        .middleware_icon img {
            width: 3.275rem;
        }

        .healthcare_icon img {
            width: 3.275rem;
        }

        .circle {
            right: -7.5rem;
            width: 2.75rem;
            height: 2.75rem;
            border: 0.338rem solid #FE7C02;
        }

        .tentacle_img img {
            height: 90%;
        }

        .gaurd_section {
            margin-top: 0rem;
            margin-bottom: 0rem;
        }

        .video_box {
            margin-top: 2.2rem;
            margin-bottom: 0rem;
            padding: 0rem 0rem;
        }

            .video_box video {
                border-radius: 1rem;
            }

        .testimonial_box h2 {
            font-size: 1.375rem;
            margin-bottom: 1.2rem;
        }

        .testimonial_box {
            padding: 2rem 1rem;
            border-radius: 0.5rem;
        }

            .testimonial_box p {
                font-size: 0.666rem;
            }

        span.coma {
            font-size: 3.875rem;
            height: 1.5rem;
            margin-top: 2rem;
        }

        .testimonial_box p {
            font-size: 1rem;
            max-width: 28.875rem;
            line-height: 1.3rem;
        }

        .testimonial_section {
            margin-top: 1.5rem;
            margin-bottom: 0rem;
        }

        .tentacle_box p {
            font-size: 1rem;
            line-height: 1.3rem;
        }

        .faq_section h2 {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
        }

        .faq_section {
            margin-top: 5rem;
            margin-bottom: 5rem;
        }

        .faq_section {
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

        .service_img {
            margin-bottom: 5rem;
        }

        .service_section {
            margin-top: 2rem;
        }

        .service_video {
            position: relative;
            overflow: hidden;
            border-radius: 0.875rem;
            margin-bottom: 2rem;
        }

            /* Make video fill the container */
            .service_video video {
                width: 100%;
                height: auto;
                display: block;
                object-fit: cover;
                border-radius: 0.875rem;
            }

            /* Dark overlay */
            .service_video::before {
                content: "";
                position: absolute;
                inset: 0;
                background: #2d3542ad;
                z-index: 1;
            }

            /* Center text */
            .service_video h1 {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: #fff;
                font-size: 1.625rem;
                font-weight: 500;
                margin: 0;
                z-index: 2;
                text-align: center;
            }

        .service_heading {
            font-size: 1.375rem;
            text-align: center;
            margin: auto;
            margin-bottom: 0.5rem;
            max-width: 25rem;
        }

        .service_box {
            background: #fff;
            border-radius: 0.375rem;
            padding: 1.4rem 1.4rem;
            margin-bottom: 1rem;
        }

        .service_section .line {
            margin: auto;
            margin-bottom: 1.125rem;
            margin-top: 0.1rem;
            width: 5rem;
            height: 0.125rem;
            background: #FE7C02;
        }

        .service_text {
            font-size: 1rem;
            line-height: 1.3rem;
            text-align: center;
            margin-bottom: 2rem;
        }

        .service_card h3 {
            font-size: 0.875rem;
            line-height: 1.188rem;
        }

        .service_content p {
            font-size: 1rem;
            line-height: 1.3rem;
        }

        .timeline-content p {
            font-size: 1rem;
            line-height: 1.3rem;
        }

        .testimonial-box {
            font-size: 1rem;
            line-height: 1.3rem;
            height: 170px;
        }

        .service_section .service_card {
            height: auto;
        }

        .service_content {
            margin: 0.6rem 0rem 0rem 0rem;
        }

        .timeline {
            margin-left: 0rem;
        }

        .item {
            margin-bottom: 0.375rem;
        }

        .inner_pages .container {
            max-width: 100%;
        }

        .footer_section .container {
            max-width: 100%;
        }

        .tablet_view {
            max-width: 100%;
        }

        .container {
            max-width: 100%;
        }

        .video_section {
            position: relative;
        }

            .video_section video {
                width: 100%;
                height: auto;
                display: block;
                top: 0px;
            }








        .service-btn {
            display: inline-block;
            margin-top: 1.25rem;
        }


        .video_section {
            position: relative;
            width: 100%;
            overflow: hidden;
        }



        .hero-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: left;
            color: #fff;
            z-index: 2;
            width: 90%;
            max-width: 50rem;
            margin-top: inherit;
            padding: 5rem 9.125rem 5rem 0rem;
        }

        .solution_section {
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

            .solution_section h1 {
                font-size: 1.375rem;
                max-width: 22rem;
                margin: auto;
                margin-bottom: 1rem;
            }

            .solution_section .line {
                margin: auto;
                margin-bottom: 1.125rem;
                margin-top: 0.1rem;
                width: 5rem;
                height: 0.125rem;
                background: #FE7C02;
            }

            .solution_section .line {
                margin-bottom: 1.125rem;
            }

        .head_box {
            display: block;
            padding: 0rem 3rem 0rem 7rem;
        }

        .header-title {
            font-size: 1rem;
            width: 45%;
            margin-bottom: .3rem;
        }

        .card4 .header-title {
            width: 38%;
        }

        .solution_section .icon-circle {
            width: 4.625rem;
            height: 4.625rem;
            margin: 0rem 0.6rem;
        }

        .header-desc {
            font-size: 1rem;
            line-height: 1.3rem;
            width: 92%;
            margin: inherit;
        }

        .solution_section .icon-circle img {
            width: 2.5rem;
        }

        .services_box .nav-tabs .nav-item {
            width: 48%;
            margin-right: 0rem;
            margin-bottom: 0rem;
        }

        .services_box {
            background: #ffead8;
            padding: 2rem 1.5rem;
            border-radius: 0.875rem;
            margin-bottom: 0.8rem;
        }

        .resources_section {
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

        .services_box .nav-tabs {
            gap: 1.5rem;
            justify-content: center;
        }

        .resource_card {
            margin-bottom: 2rem;
        }

        .resources_section h2 {
            font-size: 2rem;
            text-align: center;
            margin-top: 1rem;
            margin-bottom: 2rem;
        }

        .resources_section h3 {
            font-size: 2rem;
            text-align: left;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .read_more {
            font-size: 1rem;
        }

            .read_more img {
                width: 1.25rem;
            }

        .resources_section .tab-content {
            padding-top: 2rem;
        }

        .resources_section h1 {
            font-size: 2.125rem;
            text-align: center;
            margin-bottom: 1.6rem;
        }

        .api_box .nav-tabs .nav-item {
            width: 33.3333%;
        }

        .api_box .nav-tabs .nav-link {
            font-size: 1rem;
            padding: 1rem 1rem;
        }

        .api_box .introduction_list li {
            font-size: 1rem;
            text-indent: 0rem;
            line-height: 1.3rem;
            margin-bottom: 0rem;
        }

        .authentication_card {
            padding: 2rem 2rem 2rem;
            margin-top: 0.8rem;
            margin-bottom: 1rem;
            height: 18rem;
        }

            .authentication_card .number {
                margin-bottom: 0.813rem;
            }

            .authentication_card h4 {
                font-size: 1.25rem;
            }

        .errors_box h4 {
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
        }

        .api_box .tab-content .errors_box p {
            margin-bottom: 0rem;
        }

        .error_inner {
            background: #fff;
            padding: 2rem;
            border-radius: 0.375rem;
            margin-bottom: 1rem;
        }

        .services_box .nav-tabs .nav-link {
            font-size: 1rem;
            height: 3.625rem;
        }

        .api_box ul.introduction_list {
            padding: 0rem 0rem 0rem 3.5rem
        }


        .api_box .circle_tick {
            position: absolute;
            left: 1rem;
        }

        .resources_section .resource_card h2 {
            font-size: 1.375rem;
            margin-bottom: 1rem;
            text-align: left;
            margin-top: 0rem;
        }

         .contact_section {
            margin-top: 2rem;
            margin-bottom: 0rem;
        }

        .phone_icon {
            width: 2.953rem;
        }

        .email_icon {
            width: 3.35rem;
        }

        .map_icon {
            width: 2.258rem 36.128px;
        }

        .contact_box p {
            font-size: 1rem;
            line-height: 1.3rem;
        }

        .contact_box a {
            font-size: 1rem;
            line-height: 1.3rem;
        }

        .enquiry_box {
            margin-top: 2rem;
            padding: 3rem 3rem;
        }

            .enquiry_box .contact_btn {
                font-size: 0.784rem;
                margin: auto;
                margin-top: 0.625rem;
                display: flex;
                justify-content: center;
            }

                .enquiry_box .contact_btn .arrow img {
                    width: 0.568rem;
                }

            .enquiry_box h1 {
                text-align: center;
            }

        .enquiry_section {
            margin-bottom: 4rem;
        }

        .feature-list li::before {
            top: 2px;
        }

        .feature-list li::after {
            top: 6px;
        }

        .single-slide-desktop.slide-size .slide a.read-more span img {
            width: 10px !important;
        }
    }




    @media(min-width:800px) and (max-width:900px) {
        .hero-content {
            padding: 5rem 15.125rem 5rem 0rem;
        }

            .hero-content p {
                padding-right: 1rem;
            }
    }


    @media(max-width:700px) {
        .service-card.card4 {
            margin-top: 0rem;
        }

        .azguard-content {
            padding: 1.625rem 2rem;
        }


        .azguard-mobile h1 {
            display: block;
            text-align: center;
        }

        .azguard-mobile {
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff;
            width: 100%;
            max-width: 56.25rem;
            z-index: 2;
            margin-top: inherit;
        }

        .azguard-content p {
            font-size: 0.75rem;
            line-height: 1rem;
            margin-bottom: 1rem;
            color: #2D3542;
            padding-right: 0rem;
            text-align: left;
        }

        .az_list li {
            font-size: 0.75rem;
            color: #2D3542;
            text-align: left;
        }

        .azguard-content {
            position: relative;
            padding: 0.625rem 3rem;
        }
    }


    @media(max-width:550px) {
        .azguard-content {
            position: relative;
            padding: 1.625rem 0rem;
        }

        .azguard-mobile {
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff;
            width: 100%;
            max-width: 56.25rem;
            z-index: 2;
            margin-top: inherit;
        }

        .toggle-btn img {
            width: 1.25rem;
        }
    }


    @media(max-width:499px) {
        .footer_section {
            padding: 3rem .8rem;
            background: #2d3542;
        }

        .hero-content h1 {
            font-size: 1.25rem;
            margin-bottom: 0.625rem;
            padding-right: 0rem;
        }

        .hero-content {
            padding: 0rem 0rem 0rem 0rem;
            text-align: center;
        }

            .hero-content p {
                font-size: 0.875rem;
                margin-bottom: 0.625rem;
                line-height: 1rem;
                padding-right: 0rem;
                text-align: center;
            }

        .service-section {
            padding: 1rem 0rem;
            margin-top: 1rem;
        }

        .underline {
            margin: 0 auto 1.188rem;
        }

        .solution-content p {
            font-size: 0.875rem;
            line-height: 1.1rem;
            text-align: center;
            padding: 0rem 1rem;
        }

        section.explore_section {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        .sector_section {
            margin-top: 1rem;
            margin-bottom: 4rem;
        }

        .divider {
            width: 7.25rem;
            height: 0.125rem;
            background: #FE7C02;
            margin: 0 auto 0.9rem;
            margin-top: 0rem;
        }

        .logo img {
            width: 9.375rem;
            margin: 0.5rem 0.5rem;
        }

        .testimonial-section h2 {
            margin-bottom: .5rem;
        }

        .inquiry-section .title {
            margin-bottom: .5rem;
        }

        .connect-btn {
            font-size: 0.875rem;
            border-radius: 2.5rem;
            height: 1.921rem;
            padding: 0.298rem 0rem;
            margin-top: 1rem;
            width: 7.565rem;
        }

        .testimonial_section {
            margin-top: 1.5rem;
            margin-bottom: 0rem;
        }

        .solution-content {
            display: block;
        }

        .lines .line {
            height: 0.125rem;
            background: #ff7a00;
            border-radius: 1.563rem;
        }

            .lines .line:nth-child(1) {
                width: 1.375rem;
            }

            .lines .line:nth-child(2) {
                width: 0.875rem;
            }

            .lines .line:nth-child(3) {
                width: 1.375rem;
            }


        .video_box video {
            border-radius: 0.7rem;
        }

        .slide img {
            height: 13.125rem;
        }

        .testimonial_box {
            padding: 1rem 1rem;
        }

            .testimonial_box h2 {
                font-size: 1.375rem;
                margin-bottom: 0.6rem;
            }

        .content2 p {
            font-size: 0.875rem;
            line-height: 1.1rem;
            margin-bottom: 0.138rem;
        }

        .read-more {
            display: inline-flex;
            align-items: center;
            gap: 0.625rem;
            color: #fff;
            text-decoration: none;
            font-size: 0.875rem;
        }

            .read-more span {
                width: 1.25rem;
                height: 1.25rem;
                border-radius: 50%;
                background: #ff8c00;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
            }

        .content2 {
            bottom: 0.313rem;
            width: 100%;
            padding: 0rem 1rem;
        }

        .slide .content2 {
            padding: 0rem 0.5rem;
        }

        .badge {
            top: 40%;
            font-size: 0.606rem;
            padding: 0.313rem 1rem;
            border-radius: 0.646rem;
        }

        .testimonial_box p {
            font-size: 0.875rem;
            max-width: 100%;
        }

        .solution-title {
            display: block;
            padding-left: 0rem;
        }

        .service-section .ts h3 {
            font-size: 1.489rem;
            margin-bottom: 1rem;
            padding-right: 5rem;
        }

        .service-section .ts p {
            font-size: 0.875rem;
            line-height: 1.1rem;
            margin-bottom: 1.2rem;
            padding-right: 3rem;
        }

        .service-card.card3 {
            margin-top: 0rem;
            float: right;
        }

        .service-card.card4 {
            margin-top: 0rem;
            text-align: left !important;
        }

        .service-card.card1 {
            margin-top: 0rem;
        }

        .service-card.card2 .service_txt {
            float:left;
        }

        .service-card .service_txt h4 {
            font-size: 1.364rem;
            margin-top: 0rem;
        }

        .service-card .service_txt ul li {
            font-size: 0.875rem;
            margin-bottom: 0.35rem;
        }

        .service-card.card1 .image-wrapper img {
            height: 17.875rem;
            max-width: 10.985rem;
        }

        .service-card .image-wrapper img {
            width: 13rem;
            max-width: 15rem;
            height: 13rem;
        }

        .desktop_icon {
            display: none !important;
        }

        .inquiry-section .form-control {
            padding: 0.75rem 0.938rem;
            border-radius: 0.625rem;
            height: 2.375rem;
            font-size: 0.763rem;
            margin-bottom: 1rem;
            color: #2D3542;
        }

        .testimonial-box {
            padding: 1.5rem 1.563rem;
            min-height: 9.621rem;
            line-height: 1.136rem;
            font-size: 0.875rem;
            width: 100%;
            height: 210px;
        }

        .owl-prev {
            left: -1.625rem !important;
        }

        .owl-next {
            right: -1.625rem !important;
        }

        .client-name {
            font-size: 0.875rem;
            margin-bottom: 0rem;
        }

        .client-role {
            font-size: 0.758rem;
            color: #000000;
        }

        .demo-btn {
            font-size: 0.875rem;
            padding: 0.275rem 0.175rem 0.275rem 1.25rem;
        }

        .service-section .btn {
            font-size: 0.875rem;
            border-radius: 2.5rem;
            padding: 0.538rem 1rem;
        }

        .azguard-content {
            position: relative;
            padding: 0rem 0rem;
            width: 100%;
        }

            .azguard-content h1 {
                font-size: 1.375rem;
                margin-bottom: 0rem;
            }

            .azguard-content p {
                font-size: 0.875rem;
                line-height: 1.1rem;
                margin-bottom: 1rem;
                color: #2D3542;
                padding-right: 0rem;
                text-align: left;
            }

        .azguard-mobile {
            margin-top: -8rem;
        }

        section.compliance_section {
            margin-top: 1rem;
            margin-bottom: 1rem;
            padding: 0rem 0rem;
        }

        .azguard-mobile {
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff;
            width: 100%;
            max-width: 900px;
            z-index: 2;
            margin-top: inherit;
        }

            .azguard-mobile h1 {
                width: 100%;
                color: #fff;
                text-align: center;
                display: block;
            }

        .azguard-content .divider {
            width: 6.25rem;
            height: 0.125rem;
            background: #FE7C02;
            margin: 1rem 0 0.9rem;
        }

        .az_list li {
            font-size: 0.875rem;
            color: #2D3542;
            text-align: left;
        }

            .az_list li img {
                width: 0.75rem;
                margin-right: 0.3rem;
            }

        .service-btn {
            font-size: 0.875rem;
            float: left;
            padding: 0.575rem 1rem 0.575rem 1rem;
        }

        .inquiry-section .submit-btn {
            font-size: 0.875rem;
        }

        .az_list {
            margin-bottom: 0.4rem;
        }

        .compliance_img img {
            height: 12.938rem;
        }

        .compliance_box {
            padding-left: 0rem;
            margin-top: 1.5rem;
        }

        section.compliance_section h2 {
            font-size: 1.375rem;
            text-align: left;
            margin-bottom: .8rem;
        }

        .az_tabs li a {
            font-size: 0.75rem;
            padding-right: 0rem;
        }

        .az_tabs li {
            width: 25%;
        }

        .az_tabs .nav-link.active::before {
            width: 0.381rem;
            height: 0.381rem;
            margin-top: 0.33rem;
            margin-right: 0.3rem;
        }

        .az_tabs .nav-link::before {
            width: 0.381rem;
            height: 0.381rem;
            margin-top: 0.33rem;
            margin-right: 0.3rem;
        }

        .tab-content p {
            padding-right: 0rem;
            text-align: left;
            font-size: 0.875rem;
            line-height: 1.1rem;
        }

        .authentication_card ul li {
            font-size: 0.875rem;
        }

        .tab-content {
            padding-top: 1rem;
        }

        .az_tabs .nav-link::after {
            content: "";
            width: 0rem;
            height: 0rem;
            margin-right: 0rem;
            margin-top: 0rem;
        }

        .tentacle_img img {
            height: 100%;
        }

        .gaurd_section .line {
            margin-bottom: 1.125rem;
            margin-top: 0.1rem;
            width: 5rem;
            height: 0.125rem;
            background: #FE7C02;
        }

        .gaurd_section h3 {
            font-size: 1.375rem;
            margin-bottom: 0.5rem;
        }

        .gaurd_section .tentacle_box h3 {
            font-size: 1rem;
            margin-bottom: 0.5rem;
        }

        .tentacle_box p {
            font-size: 0.875rem;
            line-height: 1.1rem;
        }

        .icon {
            width: 3.332rem;
            height: 3.332rem;
        }

        .azgurad_icon img {
            width: 2.394rem;
            margin-left: -0.2rem;
        }

        .middleware_icon img {
            width: 1.875rem;
        }

        .healthcare_icon img {
            width: 1.875rem;
        }

        .circle {
            right: -3.875rem;
            width: 1.533rem;
            height: 1.533rem;
            border: 0.228rem solid #FE7C02;
        }

        .tentacle_box {
            padding: 1rem 1rem 1rem 2rem;
            width: 100%;
            margin-left: 3rem;
        }

        .icon-side:after {
            right: -3.9rem;
            width: 3.688rem;
        }

        .feature_box {
            margin-top: 0rem;
        }

        .gaurd_section {
            padding: 0rem 0rem;
            margin-top: 0rem;
            margin-bottom: 0rem;
        }

        .feature {
            margin-bottom: 2rem;
        }

        .icon::before {
            right: -0.413rem;
            width: 0.938rem;
            height: 0.938rem;
        }

        .faq_section {
            margin-top: 3rem;
            margin-bottom: 4rem;
            padding: 0rem 0rem;
        }

            .faq_section h2 {
                font-size: 1.375rem; 
            }

        .service_img img {
            height: 100%;
        }

        .timeline {
            margin-left: 0rem;
        }

        .timeline-content h3 {
            font-size: 0.9rem;
            line-height: 1.246rem;
            margin-bottom: 0.2rem;
        }

        .timeline-content p {
            font-size: 0.875rem;
            line-height: 1.1rem;
            margin-bottom: 0rem;
        }

        .timeline-content {
            margin-left: 3.375rem;
            padding: 1rem 1rem 1rem 2rem;
        }

        .timeline-number {
            width: 2.614rem;
            height: 2.614rem;
            font-size: 0.783rem;
        }

        .timeline-box {
            width: 4rem;
            height: 3.5rem;
        }

        .line-bg {
            left: 1.9rem;
        }

        .line-fill {
            left: 1.9rem;
        }

        .service_img {
            margin-bottom: 3rem;
        }

        .service_heading {
            font-size: 1.175rem;
            text-align: left;
            margin: auto;
            margin-bottom: 0.5rem;
            max-width: 100%;
        }

        .service_section .line {
            margin: inherit;
            margin-bottom: 1.125rem;
        }

        .service_text {
            margin-bottom: 1.5rem;
            text-align: left;
            font-size: 0.875rem;
            line-height: 1.1rem;
        }

        .solution_section h1 {
            font-size: 1.375rem;
            text-align: center;
            max-width: 15rem;
            margin-bottom: 1rem;
        }

        .solution_section .line {
            margin: auto;
            margin-bottom: 1.125rem;
            margin-top: 0.1rem;
            width: 5rem;
            height: 0.125rem;
            background: #FE7C02;
        }

        .solution_section .line {
            margin-bottom: 1.125rem;
        }

        .header-desc {
            font-size: 0.875rem;
            line-height: 1.1rem;
            width: 95%;
            text-align: left;
            margin: inherit;
        }

        .header-title {
            font-size: 0.875rem;
            width: 85%;
            margin-bottom: .3rem;
        }

        .card4 .header-title {
            width: 100%;
        }

        .head_box {
            padding: 0rem 0rem 0rem 6rem;
        }

        .solution_section {
            margin-top: 1.2rem;
            margin-bottom: 2rem;
        }

        .resources_section {
            margin-top: 1.2rem;
            margin-bottom: 2rem;
        }

        .mob_mb0 {
            margin-bottom: 0rem !important;
        }

        .services_box .nav-tabs .nav-link {
            line-height: 1.801rem;
            font-size: 1rem;
            height: 55.98px;
        }

        .resources_section h1 {
            font-size: 1.375rem;
            margin-bottom: 1.6rem;
        }

        .resources_section h2 {
            font-size: 1.375rem;
            margin-bottom: 2rem;
            text-align: center;
            margin-top: 2rem;
        }


        .resources_section .resource_card h2 {
            font-size: 1.375rem;
            margin-bottom: 1rem;
            text-align: left;
            margin-top: 0rem;
        }

        .services_box .nav-tabs {
            gap: 0rem;
            justify-content: center;
        }

            .services_box .nav-tabs .nav-item {
                width: 100%;
                margin-bottom: 1rem;
            }

        .card-image {
            height: 17.548rem;
        }

        .card-content {
            padding: 45px 32px 25px;
        }

        .read_more {
            font-size: 0.875rem;
        }

            .read_more img {
                width: 20px;
            }

        .resource_card {
            margin-bottom: 1.5rem;
        }

        .date .day {
            font-size: 1.693rem;
        }

        .date .month {
            font-size: 0.79rem;
            margin-top: 4px;
        }


        .api_box .nav-tabs .nav-item {
            width: 33.333%;
        }

        .api_box .nav-tabs .nav-link {
            font-size: 0.9rem;
            padding: 1rem 0rem;
        }

        .resources_section h3 {
            font-size: 1.375rem;
            text-align: left;
            margin-bottom: 1rem;
            margin-top: .7rem;
        }

        .api_box .tab-content p {
            margin-bottom: 0.5rem;
        }

        .api_box .circle_tick {
            width: 1.738rem;
            height: 1.738rem;
            position: absolute;
            left: 1rem;
        }

            .api_box .circle_tick img {
                width: 0.846rem;
            }


        .api_box ul.introduction_list {
            padding: 0rem 0rem 0rem 3rem;
            margin-top: 0rem;
            margin-bottom: 0rem;
        }

        .api_box .introduction_list li {
            font-size: 0.875rem;
            line-height: 1.25rem;
            display: flex;
            text-indent: 0rem;
            align-items: center;
            margin-bottom: 1rem;
            height: 2.5rem;
        }

        .error_inner {
            padding: 1.5rem;
        }

        .contact_box {
            margin-bottom: 4rem;
        }

        .contact_icon {
            margin-bottom: 2rem;
            height: 2.5rem;
        }

        .contact_box p {
            font-size: 0.875rem;
            line-height: 1.1rem;
        }

        .contact_box a {
            font-size: 0.875rem;
            line-height: 1.1rem;
        }

        .enquiry_box h1 {
            font-size: 1.244rem;
            margin-bottom: 1rem;
        }

        .enquiry_box {
            padding: 2rem 2rem;
            margin-top: 1rem;
        }

        .contact_section {
            margin-bottom: 0rem;
        }

        .enquiry_section {
            margin-top: 0rem;
            margin-bottom: 4rem;
        }

        .enquiry_box .contact_btn {
            font-size: 0.875rem;
        }

            .enquiry_box .contact_btn .arrow img {
                width: 0.568rem;
            }

        .sector_section .underline {
            width: 5.25rem;
            margin: 0 auto 1.188rem;
        }
        .enquiry-section .underline {
        
            margin: 0 auto 1.188rem;
        }
        .service-card .line {
            width: 5.25rem;
            margin-top: 0.5rem;
        }

        .inquiry-section .underline {
            width: 5.25rem;
        }

        .underline {
            width: 5.25rem;
        }

        .top_overlay video {
            top: 0px;
            border-radius: 2rem;
        }

        .data_engineering video {
            top: 0px;
        }

        .authentication_card {
            height: 18rem;
        }

        .single-slide-desktop.slide-size .slide img {
            width: 100%;
            height: 230px;
        }

        .single-slide-desktop.slide-size .slide a.read-more span img {
            width: 8px !important;
        }
        .service-card .service_btn { 
            right: -0.6rem; 
        }
        .service-card.card2 .service_btn {
            left: -0.8rem; 
        }
    }

    @media(max-width:550px) and (min-width:490px) {
        .hero-content h1 {
            font-size: 1.125rem;
            margin-bottom: 1rem;
            padding-right: 0rem;
        }

        .hero-content p {
            padding-right: 1rem;
        }


        .service-section .ts h3 {
            padding-right: 0rem;
            font-size: 2.189rem;
        }

        .service-section .ts p {
            padding-right: 4rem;
        }
    }


    @media(max-width:820px) and (min-width:750px) {
        .col-sm-push-6 {
            left: 50%;
        }

        .col-sm-pull-6 {
            right: 50%;
        }
    }

    @media(max-width:750px) and (min-width:620px) {
        .col-sm-push-6 {
            left: 50%;
        }

        .col-sm-pull-6 {
            right: 50%;
        }

        .owl-prev {
            left: 1.9rem !important;
        }

        .owl-next {
            right: 1.9rem !important;
        }

        .service-card .service_txt h4 {
            font-size: 1.264rem;
            margin-bottom: 0.5rem;
        }
        .service-card .line { 
            margin-top: 0.5rem; 
        }
        .service-card .service_txt ul li {
            font-size: .8rem;
            margin-bottom: 0.25rem;
        }

        .service-card .image-wrapper img {
            width: 13rem;
            max-width: 13rem;
            height: 13rem;
        }

        .hero-content h1 {
            margin-bottom: 1.375rem;
        }

        .azguard-content p {
            padding-right: 0rem;
        }

        .azguard-content p {
            font-size: 0.75rem;
            line-height: .9rem;
            padding-right: 0rem;
            margin-bottom: 0.8rem;
            color: #2D3542;
        }

        .az_list li {
            color: #2D3542;
        }

        .az_tabs li {
            width: 30%;
        }

            .az_tabs li:nth-child(2) {
                width: 25%;
            }

            .az_tabs li:nth-child(3) {
                width: 22%;
            }

            .az_tabs li:nth-child(4) {
                width: 23%;
            }

        section.compliance_section h2 {
            margin-bottom: 0.3rem;
        }

        .tentacle_img {
            align-items: baseline;
        }

        section.compliance_section {
            margin-top: 4rem;
            margin-bottom: 1rem;
        }

        section.compliance_section {
            margin-top: 0rem;
            margin-bottom: 1rem;
        }

        .service-section .ts h3 {
            padding-right: 0rem;
        }

        .azguard-content {
            padding: 0.625rem 0rem;
            position: relative;
        }

            .azguard-content h1 {
                font-size: 1.5rem;
                margin-bottom: 0.5rem;
            }

        .azguard-mobile h1 {
            display: block !important;
            color: #fff;
            text-align: center;
        }

        .azguard-mobile {
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff;
            width: 100%;
            max-width: 900px;
            z-index: 2;
            margin-top: inherit;
        }

        .compliance_section .col-sm-7 {
            padding: 0px;
        }

        .az_tabs li a {
            font-size: 0.6rem;
            padding-right: 0rem;
        }

        .az_tabs .nav-link.active::before {
            margin-top: 0.23rem;
        }

        .service-section .ts {
            max-width: 33.25rem;
        }

            .service-section .ts p {
                padding-right: 7rem;
            }

        .divider {
            height: 3.375rem;
        }

        .header-title {
            width: 55%;
        }

        .card4 .header-title {
            width: 46%;
        }

        .toggle-btn {
            position: relative;
            right: 10px;
            margin-top: 6.4rem;
        }

            .toggle-btn img {
                width: 20px;
            }

        .services_box .nav-tabs {
            gap: 1rem;
        }

            .services_box .nav-tabs .nav-item {
                margin-bottom: 0rem;
            }

        .card-content {
            height: 280px;
        }

        .card-image {
            height: 280px;
        }
    }

    @media(max-width:650px) and (min-width:550px) {
        .hero-content h1 {
            font-size: 1.525rem;
        }

        .hero-content p {
            font-size: 0.875rem;
            margin-bottom: 1.25rem;
            padding-right: 0rem;
        }

        .service-card.card1 .image-wrapper img {
            height: 15.875rem;
            max-width: 10.985rem;
        }

        .service-card .image-wrapper img {
            width: 11rem;
            max-width: 11rem;
            height: 10rem;
        }

        .service-card .service_txt h4 {
            font-size: 1.264rem;
            margin-top: 0rem;
        }

        .service-section .ts h3 {
            font-size: 2rem;
            padding-right: 2rem;
        }


        .azguard-content {
            position: relative;
            padding: 1.625rem 0rem;
        }

            .azguard-content h1 {
                font-size: 1.375rem;
                margin-bottom: 0rem;
                display: none;
            }

            .azguard-content p {
                font-size: 0.75rem;
                line-height: 1rem;
                margin-bottom: 1rem;
                color: #2D3542;
                padding-right: 0rem;
                text-align: left;
            }

        .azguard-mobile {
            width: 100%;
            text-align: center;
        }

            .azguard-mobile h1 {
                width: 100%;
                color: #fff;
                text-align: center;
                display: block;
            }

        .azguard-content .divider {
            width: 6.25rem;
            height: 0.125rem;
            background: #FE7C02;
            margin: 1rem 0 0.9rem;
        }

        .az_list li {
            font-size: 0.75rem;
            color: #2D3542;
            text-align: left;
        }

            .az_list li img {
                width: 0.75rem;
                margin-right: 0.5rem;
            }

        .service-btn {
            font-size: 0.644rem;
            float: left;
            padding: 0.575rem 1rem 0.575rem 1rem;
        }

        .az_list {
            margin-bottom: 0.4rem;
        }

        .timeline {
            margin-left: 0rem;
        }

        .service-section .ts {
            max-width: 28.25rem;
        }

            .service-section .ts p {
                padding-right: 2rem;
            }

        .services_box .nav-tabs {
            gap: 1rem;
        }

        .card-image {
            height: 280px;
        }
    }

    @media(max-width:660px) and (min-width:640px) {
        .azguard-content p {
            color: #2D3542;
        }
    }

    @media (min-width: 500px) and (max-width: 549px) {
        .azguard-content h1 {
            font-size: 1.375rem;
        }
    }

    @media (max-width: 390px) {
        .service-section .ts h3 {
            padding-right: 1.8rem;
        }

        .service-section .ts p {
            padding-right: 0rem;
        }


        .badge {
            top: 38%;
        }

        .header-title {
            width: 100%;
        }
    }

    /*destop slider home page sectors*/

    @media (min-width:992px) {
        .single-slide-desktop.slider-wrapper {
            width: 100%;
            text-align: center;
            margin-top: 1rem;
            position: relative;
        }

        .single-slide-desktop .heading {
            font-size: 3rem;
            font-weight: 600;
            margin-bottom: 1.875rem;
            color: #1f2937;
        }

        .single-slide-desktop .slider {
            position: relative;
            overflow: hidden;
        }

        .single-slide-desktop .slide {
            display: none;
            position: relative;
        }

            .single-slide-desktop .slide.active {
                display: block;
                width: 80%;
            }

            .single-slide-desktop .slide img {
                width: 100%;
                height: auto;
                object-fit: cover;
                border-radius: 1.875rem;
                display: block;
            }

        .single-slide-desktop.slide-size .slide img {
            width: 100%;
            height: 600px;
        }


        /* Dark Overlay */
        .single-slide-desktop .overlay2 {
            position: absolute;
            inset: 0;
            border-radius: 1.875rem;
            background: linear-gradient( to top, rgba(0,0,0,0.65), rgba(0,0,0,0.15) );
        }

        /* Center Badge */
        .single-slide-desktop .badge.b2 {
            top: 26rem;
        }

        .single-slide-desktop .badge {
            position: absolute;
            left: 50%;
            top: 28rem;
            transform: translate(-50%, -50%);
            background: #fff;
            color: #333;
            padding: .5rem 1.2rem;
            border-radius: 0.946rem;
            font-size: 2.3rem;
            font-weight: 600;
            z-index: 2;
        }
        /* Content */

        .single-slide-desktop .content2 {
            position: absolute;
            bottom: 0.913rem;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            color: #fff;
            z-index: 2;
        }

            .single-slide-desktop .content2 p {
                font-size: 1.375rem;
                line-height: normal;
                margin-bottom: 0.438rem;
            }

        .single-slide-desktop .read-more {
            display: inline-flex;
            align-items: center;
            gap: 0.625rem;
            color: #fff;
            text-decoration: none;
            font-size: 1.375rem;
        }

            .single-slide-desktop .read-more span {
                width: 2rem;
                height: 2rem;
                border-radius: 50%;
                background: #ff8c00;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
            }



        /* Navigation */
        .single-slide-desktop .navigation { 
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            pointer-events: none;
        }

        .single-slide-desktop .nav-btn {
            width: 2.875rem;
            height: 2.875rem;
            border-radius: 50%;
            border: 0.063rem solid #404040;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.875rem;
            font-size: 0rem;
            cursor: pointer;
            transition: .3s;
            pointer-events: auto;
        }

        .single-slide-desktop .left_arrow {
            background-image: url(../images/arrow_left.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.875rem;
            margin-left: 0rem;
        }

        .single-slide-desktop .right_arrow {
            background-image: url(../images/arrow_right.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.875rem;
            margin-right: 0rem;
        }
    }

    @media (max-width:991px) {
        .single-slide-desktop .left_arrow {
            margin-left: 0;
        }

        .single-slide-desktop .right_arrow {
            margin-right: 0;
        }

        .single-slide-desktop .nav-btn {
            width: 1.875rem;
            height: 1.875rem;
        }
    }


    @media (min-width:992px) and (max-width:1199px) {
        .single-slide-desktop .badge {
            top: 15rem;
        }
    }


    @media (min-width:1200px) and (max-width:1366px) {
        .single-slide-desktop .badge {
            top: 23rem;
        }
    }
     

    @media (min-width: 1281px) {
        .azguard-content.main-heading {
            text-align: center;
        }
    }

    @media (max-width: 1280px) {
        .azguard-content.main-heading {
            text-align: center;
            left: 50%;
        }
    }

    @media (min-width: 750px) and (max-width: 991px) {
        .azguard-content.main-heading h1 {
            text-align: center;
        }
    }





    .tb-box .tentacle_box {
        width: 95%;
        padding: 1rem 1.5rem 1rem 1.5rem;
        margin-left: 1rem;
    }


    @media (min-width: 768px) {
        .vedio-heading-font h3 {
            font-size: 1.875rem;
            width: 90%;
            margin: auto;
        }

        .video-size {
            width: 100%;
            margin: auto;
        }
    }

    @media (max-width: 767px) {
        .vedio-heading-font h3 {
            font-size: 1rem;
            width: 100%;
            margin: auto;
        }

        .video-size {
            width: 100%;
            margin: auto;
        }

        .data_engineering video {
            top: 0px;
        }

        .single-slide-desktop.slide-size .slide a.read-more span img {
            width: 8px !important;
        }
        .service-card.card1 {
            margin-top: 0rem; 
        }
    }



    .case-box .tentacle_img {
        height: auto;
    }

    .thunder-box .tentacle_img {
        height: auto;
    }


    .wid-98 {
        width: 98%;
    }

    @media (min-width:992px) and (max-width:1199px) {
        .single-slide-desktop.slide-size .badge {
            top: 25rem;
        }

            .single-slide-desktop.slide-size .badge.b2 {
                top: 20rem;
            }
    }


    @media (min-width:1200px) and (max-width:1366px) {
        .single-slide-desktop.slide-size .badge {
            top: 28rem;
        }

            .single-slide-desktop.slide-size .badge.b2 {
                top: 26rem;
            }
    }

    @media (max-width: 499px) {
        .single-slide-desktop.slide-size .content2 {
            width: 100%;
        }

        .single-slide-desktop.slide-size .badge {
            top: 50%;
        }
    }


    @media (min-width: 1200px) {
        .de-img img {
            height: 35rem;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .de-img img {
            height: 31rem;
        }
    }



    @media (max-width: 991px) {
        .video_overlay {
            height: 97.5%;
        }

        .tb-box .tentacle_box {
            width: 100%;
            padding: 1rem 1.5rem 1rem 1.5rem;
            margin-left: 0rem;
        }
    }

    @media (max-width: 650px) and (min-width: 550px) {
        .azguard-content.main-heading h1 {
            text-align: center;
            display: block;
            color: #fff;
        }
    }

    .faq_section .card-header a {
        text-transform: capitalize;
    }

    .text_cap_h h3 {
        text-transform: capitalize;
    }

    .home-review .testimonial-item {
        width: 100%;
        height: 80%;
    }

    .home-review .testimonial-box {
        height: 100%;
        margin-bottom: 20px;
    }

    @media (max-width: 991px) {
        .tb-box.incident_re {
            margin-top: 0rem;
        }
    }


    .product_img {
        height: auto;
    }

        .product_img img {
            border-radius: 1.125rem;
        }

    @media (min-width: 992px) {
        .product_img img {
            height: 31rem;
        }
    }


    @media (min-width: 1025px) and (max-width:1039px) {
        .tentacle_box h3 {
            margin-bottom: 0.5rem;
        }

        .tentacle_box p {
            line-height: 1.4rem;
            margin-bottom: 0rem;
        }
    }

@media (min-width: 768px) and (max-width:991px) {
    .enquiry-section .title, .sector_section h2, .solution-title h2, .testimonial-section h2 {
        font-size: 2.5rem !important;
    }
    }
@media(max-width:600px) {   
    .services_box .nav-tabs .nav-item {
        width: 100% !important;        
    }
}

 a:focus-visible {
    outline:none;
}
.privacy-policy h1{
    font-weight:600;
}
.privacy-policy h2 {
    font-weight: 600;
    font-size:1.5rem;
}
.privacy-policy p, .privacy-policy li {  
    font-size: 1.3rem;
}
.privacy-policy {
    margin-top: 12rem;
    margin-bottom: 5rem;
}
