@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {

    /* 🎨 Colors */
    --primary-color: rgb(15 47 135);
    --secondary-color: rgb(30 58 138);
    --accent-color: #f5f5f5;

    --text-color: rgb(75 85 99);
    --text-light: rgb(75 85 99);
    --card-bg-color: rgb(233 237 245);
    --white: #ffffff;
    --black: #000000;

    /* 🔤 Font Family */
    --font-primary: 'Manrope', sans-serif;

    /* 🔠 Font Sizes */
    --font-h2: 68px;
    --font-base: 16px;

    /* 🔥 Font Weights */
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-extrabold: 800;

    /* 📦 Container */
    --container-width: 1240px;
    --transition-default: all 0.5s ease;

    /* 🌫 Shadow */
    --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 5px 15px rgba(0, 0, 0, 0.15);

    --btn-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3C!-- White Background Circle --%3E %3Ccircle cx='15' cy='15' r='15' fill='%23ffffff'/%3E %3C!-- Centered Arrow --%3E %3Cg transform='translate(2 3)'%3E %3Cpath d='M19.852,11.652l-4.716-4.716a.747.747,0,0,0-.531-.236.72.72,0,0,0-.531.236l-.413.413a.747.747,0,0,0-.236.531.72.72,0,0,0,.236.531l2.771,2.771H7.707a.681.681,0,0,0-.707.707v.59a.681.681,0,0,0,.707.707h8.784l-2.771,2.771a.728.728,0,0,0-.236.472.72.72,0,0,0,.236.531l.413.413a.747.747,0,0,0,.531.236.72.72,0,0,0,.531-.236l4.716-4.716a.747.747,0,0,0,.236-.531.747.747,0,0,0-.236-.531Z' fill='%231b357d' /%3E %3C/g%3E %3C/svg%3E");
    --btn-bg-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3C!-- White Background Circle --%3E%3Ccircle cx='15' cy='15' r='15' fill='%231e3a8a'/%3E%3C!-- Centered Arrow --%3E%3Cg transform='translate(2 3)'%3E%3Cpath d='M19.852,11.652l-4.716-4.716a.747.747,0,0,0-.531-.236.72.72,0,0,0-.531.236l-.413.413a.747.747,0,0,0-.236.531.72.72,0,0,0,.236.531l2.771,2.771H7.707a.681.681,0,0,0-.707.707v.59a.681.681,0,0,0,.707.707h8.784l-2.771,2.771a.728.728,0,0,0-.236.472.72.72,0,0,0,.236.531l.413.413a.747.747,0,0,0,.531.236.72.72,0,0,0,.531-.236l4.716-4.716a.747.747,0,0,0,.236-.531.747.747,0,0,0-.236-.531Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    --light-icon: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 24 24' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z'%3E%3C/path%3E%3Cpath d='M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z'%3E%3C/path%3E%3Cpath d='M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z'%3E%3C/path%3E%3Cpath d='M4.893 4.893a1 1 0 0 1 1.32 -.083l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 0 -1.414z'%3E%3C/path%3E%3Cpath d='M17.693 4.893a1 1 0 0 1 1.497 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7z'%3E%3C/path%3E%3Cpath d='M14 18a1 1 0 0 1 1 1a3 3 0 0 1 -6 0a1 1 0 0 1 .883 -.993l.117 -.007h4z'%3E%3C/path%3E%3Cpath d='M12 6a6 6 0 0 1 3.6 10.8a1 1 0 0 1 -.471 .192l-.129 .008h-6a1 1 0 0 1 -.6 -.2a6 6 0 0 1 3.6 -10.8z'%3E%3C/path%3E%3C/svg%3E");
    --slider-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='31' viewBox='0 0 18 31' fill='none'%3E%3Cpath d='M17.1013 16.5805C17.7231 15.979 17.7231 14.9741 17.1013 14.3711L2.75336 0.456903C2.12355 -0.152301 1.10217 -0.152301 0.473953 0.456903C-0.155855 1.06611 -0.155855 2.05561 0.473953 2.66482L13.6821 15.4765L0.472357 28.2866C-0.157452 28.8974 -0.157452 29.8853 0.472357 30.4961C1.10217 31.1053 2.12354 31.1053 2.75176 30.4961L17.1013 16.5805Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
    --location-icon: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_367_418)'%3E%3Cpath d='M28.7661 4.45965C25.8903 1.58379 22.0667 0 17.9996 0C13.9326 0 10.1089 1.58379 7.23309 4.45965C4.35723 7.33558 2.77344 11.1592 2.77344 15.2261C2.77344 23.4536 10.5527 30.2967 14.732 33.9731C15.3128 34.484 15.8143 34.9252 16.2139 35.2984C16.7145 35.7661 17.3571 35.9999 17.9996 35.9999C18.6422 35.9999 19.2846 35.7661 19.7853 35.2984C20.1849 34.9251 20.6864 34.484 21.2672 33.9731C25.4465 30.2967 33.2258 23.4536 33.2258 15.2261C33.2257 11.1592 31.642 7.33558 28.7661 4.45965ZM19.8743 32.3898C19.2808 32.9119 18.7683 33.3628 18.3457 33.7574C18.1516 33.9386 17.8476 33.9387 17.6533 33.7574C17.2308 33.3626 16.7183 32.9118 16.1248 32.3897C12.1957 28.9335 4.88211 22.5 4.88211 15.2262C4.88211 7.99328 10.7665 2.10889 17.9995 2.10889C25.2324 2.10889 31.1168 7.99328 31.1168 15.2262C31.1169 22.5 23.8034 28.9335 19.8743 32.3898Z' fill='rgb(30 58 138)'/%3E%3Cpath d='M18 7.94098C14.3001 7.94098 11.29 10.951 11.29 14.6509C11.29 18.3508 14.3001 21.3608 18 21.3608C21.7 21.3608 24.71 18.3508 24.71 14.6509C24.71 10.951 21.7 7.94098 18 7.94098ZM18 19.252C15.463 19.252 13.3989 17.1879 13.3989 14.6508C13.3989 12.1138 15.463 10.0497 18 10.0497C20.5371 10.0497 22.6012 12.1138 22.6012 14.6508C22.6012 17.1879 20.5371 19.252 18 19.252Z' fill='rgb(30 58 138)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_367_418'%3E%3Crect width='36' height='36' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    --faq-plus: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12H18M12 6V18' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --faq-minus: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L18 12' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --double-arrow: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 24 24' class='w-7 h-7' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.394 13.742 4.743 3.62 7.616-8.704-1.506-1.316-6.384 7.296-3.257-2.486zm19.359-5.084-1.506-1.316-6.369 7.279-.753-.602-1.25 1.562 2.247 1.798z'%3E%3C/path%3E%3C/svg%3E");

}

body {
    font-family: var(--font-primary);
    font-size: 16px;
    color: var(--text-color);
}

h1 {
    font-size: var(--font-xxl);
    font-weight: var(--fw-bold);
}

h2 {
    font-size: 48px;
    font-weight: var(--fw-semibold);
    line-height: 58px;
}


h3 {
    font-weight: var(--fw-semibold);
}

p {
    font-size: var(--font-base);
    color: var(--text-light);
    line-height: 28px;
}

a {
    text-decoration: none;
    transition: var(--transition-default);
}

.container {
    max-width: var(--container-width);
    padding: 0 20px;
    margin: 0px auto;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

/* Hero Sldier */
.overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.2) 100%);
}

.hero-section .hero-slider .slide {
    background-position: center;
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 740px;
    padding: 140px 0 140px;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.2) 100%);
}

.hero-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    color: #fff;
}

.hero-section .hero-content h2 {
    font-weight: 600;
    margin-bottom: 24px;
    font-size: var(--font-h2);
    line-height: 78px;
    color: #fff;
}

.hero-section .hero-content p {
    font-size: 16px;
    max-width: 520px;
    color: #ccc;
    line-height: 30px;
}

.hero-btn {
    margin-top: 32px;
}

.hero-section .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}

.hero-section .btn:hover {
    background: #fff;
    color: #000;
}

/* Animation */
.hero-section .hero-content h2,
.hero-section .hero-content p,
.hero-section .hero-content .hero-btn {
    opacity: 0;
    transform: translateY(40px);
}

.hero-section .slick-active .hero-content h2 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.3s;
}

.hero-section .slick-active .hero-content p {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.6s;
}

.hero-section .slick-active .hero-content .hero-btn {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.9s;
}



.hero-section ul.slick-dots {
    display: flex;
    gap: 18px;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    left: calc((100% - 1200px)/2 + 40px);
}

.hero-section ul.slick-dots li {
    line-height: normal;
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section ul.slick-dots li button {
    outline: none;
    background: #ccc;
    border: 0;
    font-size: 0;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.hero-section ul.slick-dots li.slick-active button {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
}


.button-box button.common-btn,
.button-box>a.cstm-btn {
    padding: 12.5px 4rem 12.5px 1.25rem;
    font-size: 16px;
    line-height: 31px;
    width: 150px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #fff;
    position: relative;
    border-radius: 50px;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    width: fit-content;
    color: var(--white);
    outline: none;

}

.button-box button.common-btn::before,
.button-box>a.cstm-btn:before {
    content: '';
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: var(--btn-arrow);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    border-radius: 50px;

}

.button-box button.common-btn:hover,
.button-box>a.cstm-btn:hover {
    color: var(--secondary-color);
    /* background: #fff; */
    border-color: transparent;
}

.button-box button.common-btn::after,
.button-box>a.cstm-btn::after {
    background-color: #fff;
    content: "";
    z-index: 0;
    width: 0%;
    transition: width .3s;
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 50px;
}

.button-box button.common-btn:hover::after,
.button-box>a.cstm-btn:hover:after {
    width: 100%;
}

.button-box button.common-btn:hover::before,
.button-box>a.cstm-btn:hover::before {
    animation: arrowSlideAcross 0.5s ease forwards;
    border-color: var(--secondary-color);

}


@keyframes arrowSlideAcross {
    0% {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }

    30% {
        transform: translateY(-50%) translateX(10px);
        opacity: 0;
    }

    60% {
        transform: translateY(-50%) translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
}

.hero-section {
    margin-bottom: 60px;
}


/* About Css */
.subtitle {
    box-shadow: 0 1px 2px 0 #0000000d;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: normal;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid rgb(209 217 230);
    width: fit-content;
}


.mb-60 {
    margin-bottom: 60px;
}

.pt-30 {
    padding-top: 30px;
}

.about-section .left-col {
    width: 300px;
}

.about-section .right-col {
    width: calc(100% - 300px);
    padding-left: 80px;
}

.about-section .right-col p {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}

.left-col {
    width: 50%;
}

.right-col {
    width: 50%;
}

.form-submit.button-box button.common-btn,
.button-box>a.cstm-btn.btn {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.form-submit.button-box button.common-btn:before,
.button-box>a.cstm-btn.btn:before {
    background-image: var(--btn-bg-arrow);
}

.form-submit.button-box button.common-btn:hover,
.button-box>a.cstm-btn.btn:hover {
    color: var(--white);
    border-color: transparent;
}

.form-submit.button-box button.common-btn:hover::before,
.button-box>a.cstm-btn.btn:hover:before {
    background-image: var(--btn-arrow);
}

.form-submit.button-box button.common-btn::after,
.button-box>a.cstm-btn.btn::after {
    background-color: var(--secondary-color);
}


/* Our mission css */
.our-mission-items {
    background-color: rgb(233 237 245);
    border-radius: 10px;
    padding: 30px;
    grid-column: span 3 / span 3;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.grid-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    display: grid;
    gap: 1.5rem;
}

.our-mission-items.img-mission {
    grid-column: span 6 / span 6;
    background-color: transparent;
}

.mission-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: 0px -180px; */
    transition: all 0.5s ease;
}

.our-mission-items.img-mission:hover .mission-image img {
    transform: scale(1.1);
}

.our-mission-items.img-mission:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 0;
}

.our-mission-items.img-mission .icon img {
    width: 100%;
    max-width: 35px;
}

.our-mission-title h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(11 11 11);
    z-index: 1;
    position: relative;
}

.our-mission-items.misson-bg {
    background-color: var(--secondary-color);
}

.our-mission-title {
    margin-bottom: 20px;
    margin-top: 50px;
}

.our-mission-items.img-mission .our-mission-title h3,
.our-mission-items.img-mission p,
.our-mission-items.misson-bg .our-mission-title h3,
.our-mission-items.misson-bg p {
    color: var(--white);
}

.our-mission-content p {
    color: rgb(85 85 85);
    line-height: 1.7;
    z-index: 1;
    position: relative;
}

.bg-overlay-mission {

    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 160px;
    height: 160px;
    background: #93c5fd4d;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0;
    transition: all 0.5s ease;
}

.our-mission-items:hover .bg-overlay-mission {
    opacity: 1;
}

.mission-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.mission-icon .icon img.emoji {
    width: 30px !important;
    height: 30px !important;
}

.opacity-0 {
    opacity: 0;
}

.our-mission-items:hover {
    transform: translateY(-10px);
}


/* Protect. Prevent. Progress css */
section.security-section {
    position: relative;
    padding: 140px 0;
}

.security-section-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.security-section-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

section.security-section .container {
    position: relative;
}

.security-grid {
    margin-top: 56px;
}

.security-section h2 {
    color: var(--white);
}

.title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}

.center {
    text-align: center;

}

.security-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

section.security-section .title p {
    max-width: 640px;
    margin: 0 auto;
    color: #ffffffcc;
}

.feature-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}

.feature-box:hover {
    transform: translateY(-10px);
}

.feature-box:last-child {
    margin-bottom: 0;
}

.center-image img {
    border-radius: 15px;
    width: 260px;
    transition: all 0.5s ease;
    height: 260px;
}

.center-image img:hover {
    transform: scale(1.05);
}


.security-grid .col-2 {
    width: calc(100% - 802px);
}


.center-image {
    width: 362px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.feature-box .content {
    width: calc(100% - 30px);
    padding-left: 20px;
}

.feature-box .content h3 {
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
}

.feature-box .content p {
    color: rgb(107 114 128);
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
}

.number {
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: rgb(243 244 246);
    border-radius: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.protection-section .left-col img {
    width: 100%;
    height: 100%;
}

section.protection-section .left-col img {
    border-radius: 20px;
    display: block;
    height: 400px;
    object-fit: cover;
}

.main-img {
    overflow: hidden;
}

.small-img {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 68%;
    width: 50%;
    transform: translateY(-50%);
}

section.protection-section .left-col .small-img img {
    height: 340px;
    object-fit: cover;
    border: 10px solid #fff;
    border-radius: 20px;
}


.experience-box {
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    background: linear-gradient(80deg, #1b3f91 0%, #2f6fe4 100%);
    width: 50%;
    top: 79.2%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}

.experience-box h3 {
    color: #fff;
    font-size: 72px;
    line-height: 55px;
    font-weight: 600;
    position: relative;
    padding-left: 64px;
}

.experience-box p {
    border-top: 1px solid rgb(229, 231, 235);
    padding-top: 12px;
    opacity: .8;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .5rem;
    color: #fff;

}

.experience-box h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 58px;
    height: 58px;
    transform: translateY(-50%);

    /* Color control */
    background-color: #fff;

    /* Mask */
    -webkit-mask-image: var(--light-icon);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: var(--light-icon);

    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

section.protection-section .left-col {
    position: relative;
    width: 51.334%;
}

section.protection-section .right-col {
    width: 48.666%;
    padding-left: 50px;
}

section.protection-section .right-col h2 {
    color: #000;
}

section.protection-section .right-col p {
    color: rgb(75 85 99);
    font-size: 15px;
}

.feature-item .icon {
    background: rgb(11 62 168);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.feature-item h3 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}



.feature-item .icon img {
    width: 100%;
    max-width: 26px;
    filter: brightness(0) invert(1);
}

section.protection-section .right-col .feature-item p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
}

.feature-item .content {
    width: calc(100% - 48px);
    padding-left: 20px;
}

.feature-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

section.services-slider-section {
    background: #000;
    padding: 60px 0;
}

section.services-slider-section .title h2,
section.services-slider-section .title p {
    color: #fff;
}

section.services-slider-section .title {
    max-width: 710px;
    margin: 0 auto;
}

.services-slider .image img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
}

.services-slider .content,
.services-slider .icon {
    position: relative;
    z-index: 1;
}

.services-slider .content p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    transition: all 0.5s ease;
    margin-top: 8px;
}

.services-slider .content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    transition: all 0.5s ease;
}

.services-slider .card:hover p,
.services-slider .card:hover h3 {
    /* color: var(--secondary-color); */
}

.services-slider .card:hover .image img {
    transform: scale(1.05);
}

.services-slider {
    display: flex;
    align-items: center;
}

.services-slider .card {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.services-slider .content {
    margin-top: auto;
    padding: 0 20px 30px 20px;
    position: relative;
    z-index: 3;
}

/* .slide-list {padding: 0 15px;} */
.slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 1;
}

.slide-item {
    background: rgb(11 14 18);
    border: 1px solid #ffffff1a;
    border-radius: 20px;
    height: 440px;
    position: relative;
    overflow: hidden;
}

.slide-item .card .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.services-slider .card .icon {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 0 0 24px 0;
}

.services-slider .card .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    background: rgb(37 99 235);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: -1;
}

.services-slider .card .icon img {
    filter: brightness(0) invert(1);
}

.wrapper {
    margin-top: 50px;
}

.services-slider .card {
    position: relative;
    overflow: hidden;
}

.card-link-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
}

/*  */

.services-slider .slick-slide {
    transition: all 0.4s ease;
    transform: scale(0.70);
    opacity: 0.4;
    /* height: 250px; */

}

/* Left & Right (active but not center) */
.services-slider .slick-active {
    transform: scale(0.85);
    opacity: 0.7;
    /* height: 300px; */

}

/* Center Slide (main focus) */
.services-slider .slick-center {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    /* height: 400px; */
}

.center-slider .slick-slide {
    /* filter: blur(1px); */
}

.center-slider .slick-center {
    /* filter: blur(0); */
}

.services-slider button.slick-arrow {
    position: absolute;
    bottom: 0;
    background: rgb(0 41 142);
    border: 1px solid transparent;
    outline: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

.services-slider button.slick-arrow:hover {
    background: #ffffff1a;
}

.services-slider .slick-track {
    padding-bottom: 80px;
}

.services-slider button.slick-prev.slick-arrow {
    left: calc(50% - 60px) !important;
    transform: rotate(180deg);
}

.services-slider button.slick-next.slick-arrow {
    right: calc(50% - 60px) !important;
}

.services-slider button.slick-arrow:before {
    content: "";
    position: absolute;
    left: 19px;
    top: 15px;
    width: 10px;
    height: 18px;

    background-image: var(--slider-arrow);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-size: contain;
}

/* Offering You Premium Best Features css */
.text-black {
    color: #000;
}

section.premium-features .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.premium-features .image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

section.premium-features .image {
    width: 510px;
}

section.premium-features .features {
    width: calc(100% - 510px);
    padding-right: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.premium-features h2 {
    margin: 0;
}

.premium-features .title {
    margin-bottom: 50px;
}

section.premium-features .feature-card {
    border: 1px solid rgb(229 231 235);
    background: rgb(255 255 255);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: var(--shadow-md);
    z-index: 1;
    transition: all 0.5s ease;

}

section.premium-features h3 {
    color: rgb(31, 41, 55);
    font-size: 24px;
    line-height: 34px;
    transition: all 0.5s ease;
    margin-bottom: 16px;
}

section.premium-features p {
    transition: all 0.5s ease;
    color: rgb(31, 41, 55);
}

section.premium-features .feature-card::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: 0;
    background: var(--secondary-color);
    border-radius: 10px;
    z-index: -1;
    transition: all 0.5s ease;
}

section.premium-features .feature-card:hover .premium_best_icon {
    background: #fff;
}

section.premium-features .feature-card:hover .premium_best_icon svg {
    fill: var(--secondary-color);
}

section.premium-features .feature-card:hover::before {
    height: 100%;
}

section.premium-features .feature-card:hover {
    transform: translateY(-5px);
}

section.premium-features .feature-card:hover h3,
section.premium-features .feature-card:hover p {
    color: #fff;
}

section.premium-features {
    background: rgb(248 248 248);
    padding: 60px 0;
}

.premium_best_icon {
    width: 63px;
    height: 63px;
    background: var(--secondary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    transition: all 0.5s ease;
    justify-content: center;
}

.premium_best_icon svg {
    width: 26px;
    height: 26px;
    transition: all 0.5s ease;
    fill: #fff;
}

.desktop-none {
    display: none;
}

section.premium-features .title h2 {
    margin: 0;
}

.immigration-path-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.immigration-path-image {
    background-image: url('../../../../wp-content/uploads/2026/04/guide-1.png');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: cover;
    padding: 80px 56px 20px;
    height: 520px;
    position: relative;
}

.immigration-path-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 0;
    border-radius: 20px;
}



.immigration-path-image .row {
    height: 100%;
}

.relative {
    position: relative;
}

.number-list {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.number-list .number-date {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 63px;
}


.number-list .number-row .number-title {
    font-size: 14px;
    line-height: 20px;
}

.immigration-path .title h2 {
    margin-bottom: 25px;
}

.immigration-path-image .right-col {
    width: 420px;
}

.immigration-path-image .left-col {
    width: calc(100% - 420px);
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
}

.col-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 470px;
}

.col-row .profile-pic {
    width: 90px;
    height: 90px;
}

.col-row .profile-pic img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
}

.col-row .immigration-desc {
    width: calc(100% - 90px);
    padding-left: 30px;

}

.col-row .immigration-desc p {
    color: #fffc;
}

/* our business community css */
.our_business_community .title {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    flex-wrap: wrap;
}

.our_business_community .title {
    margin-bottom: 30px;
}

.our_business_community .title h2 {
    margin: 0;
}

.security-grid.new-sec {
    margin: 0;
}

.new-sec .feature-box {
    background: #F8F8F8;
}

.center_community_group {
    height: 528px;
    width: 400px;
    position: relative;
    transition: all 0.5s ease;
}

.center_community_group:hover {
    transform: scale(1.03);

}

.center_community_group .card {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
    width: 100%;
}

.center_community_group .card iframe {
    height: 100%;
    display: block;
    width: 100%;
}

video.video-file {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center_community_group .card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.center_community_group .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.author img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.center_community_group .content .author h4,
.center_community_group .content .author span,
.center_community_group .content p {
    color: #fff;
}

.new-sec .author {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.center_community_group .content .stars,
.center_community_group .content .desc,
.center_community_group .content .author {
    padding: 0 20px;
    margin-top: 16px;
}

.center_community_group .content .desc {
    color: #fff;
}

.new-sec .author span {
    color: rgb(209 213 219);
    font-size: 12px;
}

.new-sec .author {
    font-size: 14px;
    line-height: normal;
}

.center_community_group .content .author {
    padding-bottom: 20px;
}


.gradient-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 21%, rgba(10, 40, 100, 0.5) 50%, rgb(4 22 58) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.security-grid.new-sec .content p {
    font-size: 14px;
    line-height: 25px;
}

.creative-row .stars,
.center_community_group .content .stars {
    color: rgb(249 115 22);
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 3px;
}

.play-icon {
    width: 56px;
    /* w-14 */
    height: 56px;
    /* h-14 */
    border-radius: 50%;
    background-color: #2563eb;
    /* bg-blue-600 */

    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* shadow-lg */
    z-index: 1;
    cursor: pointer;
}

.play-icon svg {
    width: 26px;
    height: 26px;
}

.creative-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.security-grid.new-sec .col-2 .author span {
    color: rgb(107 114 128);
}

.security-grid.new-sec .col-2 .author h4 {
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #000;
}

.security-grid.new-sec .col-2 .content {
    padding-left: 0;
}

.center_community_group .content .author img {
    width: 40px;
    height: 40px;
}


/* Blog css */
.blog-col {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-col .blog-item {
    width: calc(100% / 3 - 10px);
    background: #f7f7f7;
    padding: 15px;
    border-radius: 20px;
}


.blog-image-wrap {
    margin-bottom: 20px;
    position: relative;
}

.blog-image-wrap a {
    display: inline-block;
    height: 200px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

span.category-badge {
    background: rgb(38 100 236);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    padding: 7px 12px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

.blog-meta span {
    color: rgb(107 114 128);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}





.blog-image-wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;

}

.blog-image-wrap a:before {
    background: #0000006b;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all .5s linear;
    z-index: 9999;
}

.blog-item:hover .blog-image-wrap a::before {
    left: 10%;
    right: 10%;
    opacity: 0;
    transition: all .5s linear;
}

.blog-item:hover .blog-image-wrap a img {
    transform: scale(1.04);
}

.blog-item .blog-title a:hover {
    color: var(--secondary-color);
}

span.category {
    display: inline-block;
}

span.category,
span.category a {
    color: rgb(0 0 0 / 60%);
    font-size: 16px;
    line-height: 26px;
}

.blog-title {}

.blog-title a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: rgb(17 24 39);
    display: inline-block;
}

span.date svg {
    fill: #2664ec;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.slide-blog .slick-list.draggable {
    margin: 0 -10px;
}

.slide-blog .slick-list.draggable .slick-slide {
    padding: 0 10px;
}

.slide-blog button.slick-arrow {
    position: absolute;
    top: -70px;
    font-size: 0;
    background-color: #fff;
    outline: 0;
    border: 1px solid #1b3f91;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 2;
    padding: 0 !important;
    border-radius: 50px;
}

.slide-blog button.slick-prev.slick-arrow {
    right: calc(((100% - 1120px) / 2));
    transform: translate(-50%) rotate(180deg);
}

.slide-blog button.slick-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;

    background-color: #000;
    /* icon color */

    -webkit-mask-image: var(--slider-arrow);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: var(--slider-arrow);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    transition: 0.5s;

}

.slide-blog button.slick-arrow:hover {
    background: var(--secondary-color);
    border-color: transparent;
}

.slide-blog button.slick-arrow:hover:before {
    background-color: #fff;
}

.slide-blog button.slick-next.slick-arrow {
    /* opacity: 0.5; */
    right: calc(((100% - 1200px) / 2));
}

button.slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: .6;
}

.cyber-attacks-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 200px;
    background-image: url('../../../../wp-content/uploads/2026/04/Protection-From-Cyber-Attacks.png');
    position: relative;
}

.cyber-box {
    padding-bottom: 70px;
}


.cyber-box h2 {
    color: #fff;
    font-size: 96px;
    margin-bottom: 20px;
    line-height: 96px;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: -343px;
}

.contact-cards .card-item {
    width: 100%;
    background: #fff;
    clip-path: polygon(0 0, 78% 0, 100% 24%, 100% 100%, 0 100%);
    border-radius: 16px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.contact-cards .button-box {
    margin-top: auto;
}

.contact-cards .card-item h3 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.contact-cards .card-item p {
    color: rgb(107 114 128);
    font-size: 14px;
    line-height: 25px;
}

.contact-cards .card-item .icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: rgb(238 242 247);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(30 58 138);
}

/* Inner page css */
/* about us page css */
.inner-pg-main-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-pg-main-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.6;
    background: #00298ef7;
}

.inner-pg-main-banner h1 {
    color: #fff;
    font-size: 96px;
    line-height: 96px;
}

body .inner-pg-main-banner h1 {
    margin-bottom: 10px;
}

p.breadcrumb a,
p.breadcrumb {
    color: rgb(219 234 254);
}
p.breadcrumb a:hover {color: #fff;}

.banner-content {
    position: relative;
    z-index: 1;
}

section.common-section .img-box img {
    width: 100%;
    height: 100%;
    display: block;
}

h2 {
    color: rgb(11 11 11);
}

section.common-section .row .left-col {
    width: 40%;
}

.common-section .right-col {
    padding-left: 50px;
    width: 60%;
}

.common-section h2 {
    margin-bottom: 20px;
}

.common-section p {
    color: rgb(75 85 99);
    font-size: 15px;
    line-height: 27px;
    padding-bottom: 12px;
}

.common-section p:last-child {
    padding-bottom: 0;
}

.row-reverse {
    flex-direction: row-reverse;
}

.row.row-reverse .right-col {
    padding-left: 0;
    padding-right: 50px;
}

.display-none {
    display: none;
}

.color-white {
    color: #fff;
}

section.team-section {
    background: rgb(2 11 24);
    padding: 50px 0;
}

.team-card img {}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 3.5rem;
}

.team-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 420px;
}

.team-card .team-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.team-card .team-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.team-card:hover .team-img img {
    transform: scale(1.04);
}

.team-img::before {
    background-image: linear-gradient(to top, #000c, #0003, transparent);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.team-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
}

.team-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
}

.team-card h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #fff;
    margin-bottom: 8px;
}

.team-card p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(209 213 219);
}

.left-box,
.right-box,
.col-50 {
    width: 50%;
}

.service-bg {
    background-color: rgb(246 247 249);
    padding: 60px 0;
}

.common-section .zigzig-row {
    align-items: center;
    padding-bottom: 60px;
}

.common-section .zigzig-row:last-child {
    padding-bottom: 0;
}

.common-section .zigzig-row p {
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 30px;
}

.zigzig-row:nth-child(odd) .left-box {
    padding-right: 50px;
}

.right-box .img-box img {
    border-radius: 15px;
    object-fit: cover;
}

.zigzig-row .img-box {
    height: 680px;
}

.zigzig-row:nth-child(even) {
    flex-direction: row-reverse;
}

.zigzig-row:nth-child(even) .left-box {
    padding-left: 50px;
}


.service-bg .zigzig-row h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 12px;
}

.zigzig-row ul li {
    background: rgb(255 255 255);
    border-radius: 10px;
    padding: 30px 10px;
    font-weight: 600;
    color: rgb(55 65 81);
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s ease;

}

.zigzig-row ul {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.zigzig-row ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2d3f8f, #4a66d6);
    opacity: 1;
    transition: 0.4s ease;
    z-index: -1;
    top: 0;
    transform: translateY(170px);
}


.zigzig-row ul li:hover {
    color: #fff;
}

.zigzig-row ul li:hover:before {
    opacity: 1;
    transform: translateY(0);
}

/* contact css */
section.map-section iframe {
    width: 100%;
    height: 450px;
    display: block;
}

.location-box {
    padding-top: 25px;
}

.location-box h3 {
    color: #000;
    font-size: 22px;
    line-height: 32px;
}

.custom-form-field {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 2 - 10px);
}

p:last-child,
p:last-of-type {
    margin-bottom: 0;
}

.wpcf7-form-control-wrap {
    position: relative;
}

form .custom-form .form-row input,
form .custom-form textarea,
form .custom-form select {
    outline: none;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    padding: 14px 15px;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    transition: all .5s ease;
    font-family: var(--font-primary);
}

form .custom-form input:focus,
form .custom-form select:focus,
form .custom-form textarea:focus {
    border: 1px solid var(--primary-color);
}

form .custom-form textarea {
    min-height: 90px;
    resize: none;
}

.form-submit {
    position: relative;
    margin-top: 35px;
}

.contact-section .form-submit p {
    position: relative;
}

.contact-section .form-submit p .wpcf7-spinner {
    background: var(--primary-color);
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: auto;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.form-submit button {
    cursor: pointer;
}

.full-width {
    width: 100%;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: none;
}

form .custom-form .wpcf7-not-valid .wpcf7-select,
form .custom-form .wpcf7-not-valid {
    border: 1px solid red !important;
}

.location-add {
    margin-top: 15px;
}

.location-add p {
    color: #000;
    position: relative;
    padding-left: 30px;
}

.location-add p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: var(--location-icon);
}



section.contact-us-section .left-col {
    padding-right: 50px;
}

section.contact-us-section .right-col .contact-form {
    background: #FFF;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.18);
    padding: 45px 50px 50px 50px;
}

.form-submit p {
    display: flex;
    align-items: center;
}

.form-submit p span.wpcf7-spinner {
    margin: 0 14px;
    background-color: #1e3a8a;
}

/* 404 page css */
a.cstm-btn.bg-btn {
    background: #1e3a8a;
}

.button-box>a.cstm-btn.bg-btn:hover::before {
    background-image: var(--btn-bg-arrow);
}


body.error404,
.page-template-page-templates {
    padding-top: 104px;
}

body.error404 header,
.page-template-page-templates header.header-sec {
    box-shadow: 0 3px 6px #000000d4;
    background: rgb(0 0 0 / 88%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(12px);
}



body.error404 header,
body.page-template-thank-you header {
    padding-bottom: 20px;
}

.img_txt_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.error_col_two {
    width: 50%;
}

.error_col_one.err-col {
    width: 50%;
    margin-right: 0px;
    padding-right: 90px;
}

.error_col_one img {
    max-width: 100%;
    height: auto;
}

.err-col.img-col {
    padding-right: 40px;
}

.error_col_two.inner-page-title h1 {
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}

.error_col_two .description p {
    text-align: left;
}

.cmn_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
    column-gap: 20px;
    row-gap: 15px;
}

.error_col_two p {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #000;
}

.error_col_two p:last-child {
    padding-bottom: 0;
}

.error_col_two h1 {
    padding-bottom: 15px;
    font-size: 40px;
    color: #000;
    text-align: left;
    line-height: 50px;
    text-transform: none;
    text-shadow: none;
}

.error_col_two a.df-btn {
    width: 100%;
    max-width: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
}

.error_section {
    padding: 70px 0px 70px;
}

.thank_you_sec .error_col_two {
    width: 60%;
}

.thank_you_sec .error_col_one.err-col {
    width: 40%;
}

.error_col_two {}

.error_col_two .row {
    padding-top: 30px;
    gap: 10px;
}

/* FAQ section css start */

section.faq-section {
    padding-top: 60px;
    background: rgb(245 245 245);
    padding-bottom: 60px;
}

.faq-section .faq-content {
    width: 52.5%;
    margin-top: -9px;
}

.faq-section .faq-content p {
    font-size: 22px;
    line-height: 42px;
}

.faq-section .row {
    justify-content: space-between;
}

.faq-item {
    background: transparent;
    padding: 20px 0px 0 40px;
    padding-bottom: 0;
    transition: all 0.5s ease;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid rgb(209 213 219);
}

.faq-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.faq-question {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    list-style: none;
    cursor: pointer;
    position: relative;
    color: rgb(17 24 39);
    padding-right: 40px;
    margin-bottom: 20px;
}

summary::-webkit-details-marker {
    display: none;
}

summary {
    list-style: none;
    cursor: pointer;
}

.faq-question::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -4px;
    width: 24px;
    height: 24px;

    /* Mask setup */
    -webkit-mask-image: var(--faq-plus);
    mask-image: var(--faq-plus);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

    /* Icon color */
    background-color: #6b728f;
    transition: all 0.4s ease;
}

.faq-item.active .faq-question::after {
    background-image: var(--faq-minus) !important;
    -webkit-mask-image: var(--faq-minus) !important;
    mask-image: var(--faq-minus) !important;
}
.typography p:last-child {
    padding-bottom: 0;
}
.faq-answer.typography p,
.typography p {
    padding-bottom: 20px;
}



/* .typography ul > li, */
/* .typography ol > li, */
/* .typography p{font-size:20px;line-height:40px;} */
.typography ul>li {
    padding-left: 20px;
}

.typography ul>li,
.typography ol>li {
    margin-bottom: 8px;
    position: relative;
}

.typography ul>li:last-child,
.typography ol>li:last-child {
    margin-bottom: 0;
}

.faq-answer {
    margin-top: 10px;
    padding-right: 60px;
    padding-left: 0px;
}

.typography ul>li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    height: 14px;
    background-image: var(--ul-listing-arrow);
    background-repeat: no-repeat;
    background-size: contain;
}

.typography strong {
    font-weight: 600;
}

.typography a {
    color: #448668;
}

.typography a:hover {
    color: var(--color-black);
}

.typography ol>li {
    counter-increment: custom-counter;
    padding-left: 30px;
}

.typography ol>li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 10px;
    height: 20px;
    color: #fff;
    width: 20px;
    background: #448668;
    display: flex;
    justify-content: center;
    font-family: var(--font-poppins);
    align-items: center;
    line-height: 1;
    font-size: 13px;
    border-radius: 50px;
}


.faq-accordion {
    counter-reset: faq-counter;
}

.faq-item {
    counter-increment: faq-counter;
    position: relative;
}

/* Number before question */
.faq-item::before {
    content: counter(faq-counter, decimal-leading-zero) " ";
    font-weight: 500;
    margin-right: 0;
    color: rgb(107 114 128);
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 20px;
    line-height: normal;
}

/* FAQ section css  end */



/* service details page css */
.top-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.top-image img:hover {
    transform: scale(1.04);
}

.top-image .column {
    overflow: hidden;
    border-radius: 20px;

}

.overview-section h3 {
    color: rgb(17 24 39);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.overview-section .right-col {
    padding-left: 50px;
    width: 57%;
}

.overview-section .left-col {
    width: 43%;
}

ul.list-items li {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(31 41 55);
    font-weight: 500;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}

ul.list-items li:last-child {
    margin-bottom: 0;
}

ul.list-items {
    column-count: 2;
    gap: 30px;
}


ul.list-items li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../../../../wp-content/uploads/2026/04/checkmark.png');
}

.service-security-section {
    background: rgb(249 250 251);
    padding: 60px 0;
}

.service-grid-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

section.premium-features .service-grid-row h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
    color: rgb(17 24 39);
}

section.premium-features .service-grid-row p {
    color: rgb(75 85 99);
    font-size: 14px;
    line-height: 24px;
}

.svg-icon {
    width: 40px;
    height: 40px;
    background-color: #1e3a8a;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.svg-icon svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    position: relative;
    transition: all 0.5s ease;

}

.service-grid-row .feature-card:hover .svg-icon {
    background-color: #fff;
}

.premium-features .security-service-box .title {
    margin-bottom: 12px;
}

.premium-features .security-service-box .title h2 {
    font-size: 26px;
    line-height: 36px;
}

.service-grid-row .feature-card:hover .svg-icon svg {
    fill: var(--secondary-color);
}




/* service details page css */

@media (max-width:1239px) {
    .slide-blog button.slick-prev.slick-arrow {
        right: 40px;

    }

    .slide-blog button.slick-arrow {
        top: -67px;
    }

    .slide-blog button.slick-next.slick-arrow {
        right: 0;
    }

    /* Inner page css */
    /* about us page css */
    .inner-pg-main-banner h1,
    .cyber-box h2 {
        font-size: 76px;
        margin-bottom: 0;
        line-height: 84px;
    }


}

@media (max-width:1199px) {

    .hero-section ul.slick-dots {
        left: 20px;
    }

    /* about css */
    .about-section .left-col {
        width: 200px;
    }

    /* about css */
    .about-section .right-col {
        width: calc(100% - 200px);
        padding-left: 0;
    }

    .about-section .right-col p {
        font-size: 22px;
        line-height: 32px;
    }

    /* Protect. Prevent. Progress  css */
    .center-image {
        width: 260px;
    }

    .security-grid .col-2 {
        width: calc(100% - 627px);
    }

    .security-grid {}


    section.security-section {
        padding: 100px 0;
    }

    .title h2 {
        font-size: 36px;
        line-height: 46px;
    }



    .experience-box h3 {
        font-size: 52px;
        line-height: 45px;
    }

    section.premium-features .image {
        width: 440px;
    }

    section.premium-features .features {
        width: calc(100% - 440px);
        padding-right: 40px;
    }

    section.premium-features h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    section.premium-features .feature-card {
        padding: 20px;
    }

    .premium_best_icon {
        width: 53px;
        height: 53px;
        margin-bottom: 14px;
    }

    .premium_best_icon svg {
        width: 22px;
        height: 22px;
    }

    .premium-features .title {
        margin-bottom: 40px;
    }

    .immigration-path-image {
        padding: 60px 40px 50px;
        height: 440px;
    }

    .number-list .number-date {
        font-size: 36px;
        line-height: 53px;
    }

    .number-list {
        gap: 30px;
    }

    .cyber-box {
        padding-bottom: 50px;
    }

    .cyber-box h2 {
        font-size: 56px;
        line-height: 64px;
    }

    .contact-cards .card-item h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-cards .card-item .icon {
        width: 50px;
        height: 50px;
    }

    .contact-cards .card-item {
        padding: 25px 20px;
    }


    /* Inner page css */
    /* about us page css */
    .inner-pg-main-banner h1 {
        font-size: 56px;
        line-height: 64px;
    }

    .inner-pg-main-banner {
        height: 450px;
    }

    h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .common-section .right-col {
        padding-left: 40px;
    }

    .zigzig-row .img-box {
        height: 600px;
    }

    /* 404p page css */
    .error_col_two h1 {
        padding-bottom: 12px;
        font-size: 34px;
        line-height: 44px;
    }

    .error_col_one.err-col {
        padding-right: 70px;
    }

    /* 404 page css */



    /* Contact page css */
    section.contact-us-section .right-col .contact-form {
        padding: 35px 30px 40px 30px;
    }

    form .custom-form .form-row input,
    form .custom-form select {
        height: 46px;
    }

    form .custom-form textarea {
        min-height: 80px;
    }

    .overview-section .right-col {
        padding-left: 40px;
    }


}


@media (max-width:1024px) {

    .hero-section .hero-content h2 {
        font-size: 58px;
        line-height: 68px;
    }

    .hero-section .hero-slider .slide {
        height: auto;
    }

    /* about css */
    .about-section .right-col p {
        font-size: 20px;
        line-height: 30px;
    }

    /* Our mission css */
    .our-mission-items {
        grid-column: span 4 / span 4;
        padding: 30px;
    }

    .our-mission-items.img-mission {
        grid-column: span 4 / span 4;
    }

    .title h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .slide-item {
        height: 400px;
    }

    .services-slider .content h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .center-slider .slick-slide,
    .center-slider .slick-center {
        /* filter: unset; */
    }

    .services-slider .slick-slide,
    .services-slider .slick-active {
        transform: unset;
        opacity: 1;
    }

    .slide-list {
        padding: 0 15px;
    }

    .services-slider button.slick-arrow {
        width: 42px;
        height: 42px;
    }

    .services-slider button.slick-arrow:before {
        left: 16px;
        top: 12px;
    }

    .services-slider .slick-track {
        padding-bottom: 70px;
    }

    section.services-slider-section .title {
        max-width: 620px;
    }

    .wrapper {
        margin-top: 40px;
    }

    .team-card {
        height: 330px;
    }

    .zigzig-row .img-box {
        height: 580px;
    }

    .zigzig-row:nth-child(odd) .left-box {
        padding-right: 40px;
    }

    .zigzig-row:nth-child(even) .left-box {
        padding-left: 40px;
    }

    .common-section .zigzig-row p {
        padding-bottom: 20px;
    }

    .service-bg .zigzig-row h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .faq-question {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .faq-answer {
        padding-bottom: 15px;
    }

    .faq-item {
        padding: 15px 0px 0px 40px;
    }


    .faq-item::before {
        top: 17px;
        font-size: 18px;
        line-height: normal;
    }

    .faq-answer {
        padding-right: 50px;
    }
.faq-answer.typography p:last-child {padding-bottom: 0;}
    .overview-section h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 16px;
    }



}

@media (max-width:991px) {

    /* Our mission css */
    .grid-row {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .our-mission-title {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .center-image {
        width: 200px;
    }

    .center-image img {
        width: 200px;
        height: 200px;
    }

    .security-grid .col-2 {
        width: calc(100% - 485px);
    }

    .feature-box {
        margin-bottom: 15px;
    }

    section.protection-section .left-col {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        height: 450px;
    }

    section.protection-section .right-col {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    section.protection-section .left-col img {
        height: 300px;
    }

    .experience-box {
        padding: 25px;
        top: 84.5%;
    }


    section.protection-section .left-col .small-img img {
        height: 280px;
    }

    .small-img {
        top: 70%;
    }

    section.protection-section .right-col .feature-item p {
        margin-top: 4px;
    }


    section.premium-features .features {
        width: 100%;
        padding-right: 0;
    }

    section.premium-features .row {
        row-gap: 40px;
        flex-direction: column-reverse;
    }

    section.premium-features .image img {
        height: 400px;
    }

    .immigration-path .title h2 {
        margin-bottom: 20px;
    }

    section.premium-features .image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .number-list {
        gap: 20px;
        padding: 20px;
    }

    .immigration-path-image .right-col {
        width: 340px;
    }

    .col-row .immigration-desc {
        padding-left: 20px;
    }

    .immigration-path-image .left-col {
        width: calc(100% - 340px);
    }

    .immigration-path-image {
        padding: 60px 20px 49px;
    }

    .security-grid.new-sec {
        flex-direction: column;
    }

    .security-grid.new-sec .col-2 {
        width: 100%;
    }

    .security-grid.new-sec .center_community_group {
        width: 100%;
        height: 450px;
    }

    .blog-col .blog-item {
        width: calc(100% / 2 - 8px);
    }

    .blog-image-wrap a {
        height: 250px;
    }

    .contact-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-cards .card-item {
        row-gap: 0;
    }

    .contact-cards .card-item .icon,
    .contact-cards .card-item h3 {
        margin-bottom: 10px;
    }

    .contact-cards .card-item p {
        margin-bottom: 20px;
    }

    /* Inner page css */
    /* about us page css */
    section.common-section .row .left-col {
        width: 100%;
    }

    .common-section .right-col {
        padding-left: 0;
        margin-top: 40px;
        width: 100%;
    }

    section.common-section .img-box img {
        max-width: 500px;
        margin: 0 auto;
    }

    .common-section h2 br {
        display: none;
    }

    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 2.5rem;
    }

    .team-card .team-img img {
        object-position: top;
    }

    .left-box,
    .right-box,
    .col-50 {
        width: 100%;
    }

    .zigzig-row:nth-child(odd) .left-box {
        padding-right: 0;
    }

    .zigzig-row:nth-child(even) .left-box {
        padding-left: 0;
    }

    .common-section .zigzig-row {
        flex-direction: column-reverse;
    }

    .zigzig-row .img-box {
        height: 400px;
        margin-bottom: 40px;
    }

    .zigzig-row ul li {
        padding: 20px 20px;
    }

    /* 404 page css */
    .thank_you_sec .error_col_one.err-col {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding-right: 0;
    }

    .thank_you_sec .error_col_two {
        width: 100%;
        padding-top: 40px;
    }

    .thank_you_sec .error_col_two h1,
    .thank_you_sec .error_col_two p {
        text-align: center;
        justify-content: center;
    }

    .thank_you_sec .button-box {
        text-align: center;
    }

    .error_col_two .row {
        justify-content: center;
    }

    /* 404 page css */

    /* Contact us page css */
    section.contact-us-section .left-col {
        padding-right: 0;
        margin-bottom: 50px;
    }

    section.contact-us-section .title h2,
    .location-add {
        margin-top: 10px;
    }

    .location-box {
        padding-top: 20px;
    }

    .custom-form-field {
        column-gap: 15px;
        row-gap: 15px;
    }

    .form-row {
        width: calc(100% / 2 - 8px);
    }

    .right-col {
        width: 100%;
    }

    .left-col {
        width: 100%;
    }

    .overview-section .right-col {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
    }

    .overview-section .left-col {
        width: 100%;
    }

    .overview-section .button-box.mobile-none {
        display: none;
    }

    .overview-section .button-box.desktop-none {
        display: block;
    }

    .service-grid-row {
        grid-template-columns: repeat(2, 1fr);
    }

    section.premium-features .service-grid-row h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .premium-features .security-service-box .title h2 {
        font-size: 24px;
        line-height: 34px;
    }


    .svg-icon {
        margin-bottom: 14px;
    }
}


@media (max-width:767px) {

    .hero-section .hero-content h2 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 12px;

    }

    .hero-btn {
        margin-top: 24px;
    }

    .hero-section .hero-slider .slide {
        min-height: 640px;
        padding: 60px 0 60px;
    }

    .hero-section ul.slick-dots {
        bottom: 50px;
        gap: 15px;
    }

    .hero-section .hero-content p,
    p {
        line-height: 26px;
    }

    .button-box>a.cstm-btn:before {
        width: 26px;
        height: 26px;
        right: 20px;
    }

    /* about css */
    .about-section .right-col p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-section .left-col {
        width: 100%;
    }

    .about-section .right-col {
        width: 100%;
        margin-top: 20px;
    }

    .pt-25 {
        padding-top: 25px;
    }


    /* Our mission css */
    .grid-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .our-mission-title {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .our-mission-title h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .our-mission-content p {
        line-height: 26px;
    }

    .feature-item h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .feature-item .icon {
        width: 38px;
        height: 38px;
    }

    .feature-item .content {
        width: calc(100% - 38px);
    }

    .feature-item .icon img {
        max-width: 20px;
    }

    .security-grid {
        flex-direction: column;
    }

    .security-grid .col-2 {
        width: 100%;
    }

    .title h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .services-slider button.slick-arrow:before {
        width: 8px;
        height: 14px;
        top: 50%;
        left: 17px;
        transform: translateY(-50%);
    }

    .services-slider button.slick-prev.slick-arrow {
        left: calc(50% - 55px) !important;
    }

    .services-slider button.slick-next.slick-arrow {
        right: calc(50% - 55px) !important;
    }

    section.services-slider-section {
        padding: 40px 0;
    }

    .services-slider .content {
        padding: 0 20px 20px 20px;
    }

    .services-slider .card .icon {
        width: 55px;
        height: 55px;
        border-radius: 0 0 14px 0;
    }

    .services-slider .card .icon:before {
        width: 30px;
        height: 30px;
        border-radius: 7px;
    }

    .services-slider .card .icon img {
        max-width: 14px;
    }

    .desktop-none {
        display: block;
    }

    .mobile-none {
        display: none;
    }

    section.premium-features .title h2 br {
        display: none;
    }

    .premium-features .title {
        margin-bottom: 30px;
    }

    section.premium-features {
        padding: 40px 0;
    }

    section.premium-features h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    section.premium-features .row {
        row-gap: 30px;
    }

    .immigration-path-image .right-col {
        display: none;
    }

    .immigration-path-image .left-col {
        width: 100%;
        padding-right: 0;
    }

    .immigration-path .title h2 {
        margin-bottom: 15px;
    }

    .blog-image-wrap a {
        height: 210px;
    }

    .slide-blog button.slick-arrow {
        top: -63px;
        width: 35px;
        height: 35px;
    }

    .slide-blog button.slick-prev.slick-arrow {
        right: 35px;
    }

    .inner-pg-main-banner h1,
    .cyber-box h2 {
        font-size: 46px;
        line-height: 54px;
    }

    /* Inner page css */
    /* about us page css */
    .inner-pg-main-banner {
        height: 400px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .common-section h2 {
        margin-bottom: 14px;
    }

    .common-section p {
        font-size: 14px;
        line-height: 25px;
    }

    .common-section .right-col {
        margin-top: 30px;
    }

    .service-bg .zigzig-row h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .common-section .zigzig-row {
        padding-bottom: 50px;
    }

    .zigzig-row .img-box {
        margin-bottom: 30px;
    }

    section.contact-us-section .left-col {
        margin-bottom: 40px;
    }

    .faq-question {
        font-size: 16px;
        line-height: 26px;
    }

    .faq-question::after {
        top: 2px;
    }

    .faq-item::before {
        font-size: 16px;
    }

    .grid {
        gap: 20px;
    }

    ul.list-items li {
        margin-bottom: 18px;
    }
}

@media (max-width:650px) {
    .blog-col .blog-item {
        width: 100%;
    }

    .blog-image-wrap {
        margin-bottom: 12px;
    }

    form .custom-form .form-row input,
    form .custom-form select {
        height: 42px;
    }

    .form-col,
    .form-row {
        width: 100%;
    }

    section.contact-us-section .right-col .contact-form {
        padding: 30px 20px 30px 20px;
    }

    .form-submit {
        margin-top: 30px;
    }


}


@media (max-width:576px) {

    .hero-section .hero-content h2 {
        font-size: 34px;
        line-height: 44px;
    }

    /* Our mission css */

    .our-mission-items {
        padding: 30px 20px
    }

    .experience-box h3 {
        font-size: 32px;
        line-height: 25px;
        padding-left: 44px;
    }

    .experience-box h3:before {
        width: 38px;
        height: 38px;
    }

    .experience-box {
        padding: 20px;
        top: 81.5%;
    }

    .experience-box p {
        margin-top: 1rem;
        font-size: .6rem;
    }

    section.protection-section .left-col .small-img img {
        height: 240px;
    }

    section.protection-section .left-col {
        height: 420px;
    }

    .experience-box {
        top: 86%;
    }

    .small-img {
        top: 78%;
    }

    section.protection-section .right-col {
        padding-top: 30px;
    }

    section.premium-features .features {
        grid-template-columns: repeat(1, 1fr);
    }

    .col-row {
        flex-direction: column;
    }

    .col-row .immigration-desc {
        padding: 10px 0 0 0;
        width: 100%;
    }


    .security-grid.new-sec .center_community_group {
        height: 330px;
    }

    .gradient-overlay {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 21%, rgba(10, 40, 100, 0.6) 50%, rgb(4 22 58) 100%);
    }

    .slide-blog button.slick-arrow {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .slide-blog button.slick-next.slick-arrow {
        right: -30px;
    }

    .slide-blog button.slick-prev.slick-arrow {
        right: auto;
        left: 0;
        transform: translate(-50%, -50%) rotate(180deg);

    }

    .blog-col {
        margin-top: 20px;
    }

    button.slick-arrow.slick-disabled {
        opacity: 0;
    }

    .inner-pg-main-banner h1,
    .cyber-box h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .team-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-top: 2rem;
    }

    .team-card {
        height: 500px;
    }

    .zigzig-row ul {
        grid-template-columns: repeat(2, 1fr);
    }

    /* 404 page css */
    body.error404,
    .page-template-page-templates {
        padding-top: 92px;
    }

    .error_col_two h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .error_section {
        padding: 60px 0px 60px;
    }

    /* 404 page css */

    .overview-section h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .service-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }


.security-service-box {
    margin-bottom: 10px;
}
}


@media (max-width:480px) {
    .team-card {
        height: 400px;
    }

    .zigzig-row ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    ul.list-items {
        column-count: 1;
    }

}