@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

/* root */
:root {
    --color-primary: #0b5793;
    --bg-body: #020202;
    --button-color: linear-gradient(0deg, #004AAD 0%, #EC23EE 100%);
    --color-white: #ffffff;
    --color-black: #222222;
    --color-light-black: #333333;
    --color-third: #004AAD;
    --border-color: #E8E8E8;
    --border-radius: 50px;
    --font-primary: "Inter", sans-serif;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

body {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
}


dl,
ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-id-2191,
.page-id-8 {
    background-color: #fff;
}

/* .page-id-2191 .container,
.page-id-8 .container, .page-id-2353 .container {
    width: 100%;
    max-width: 1326px;
    margin: 0 auto;
    padding: 0px 15px;
} */

.container {
    width: 100%;
    max-width: 1326px;
    margin: 0 auto;
    padding: 0px 15px;
}

a:visited {
    color: var(--color-white);
}

p:empty {
    display: none;
}

/* header css start here */
/* Default styles */
.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: unset;
    color: #000;
}

.page-id-2191 header.new-page-header,
.page-id-2353 header.new-page-header,
.page-id-8 header.new-page-header {
    position: absolute;
    z-index: 2;
    top: 33px;
    background: transparent;
    width: 100%;
}


.page-id-2191 header.new-page-header .home-inner-sec,
.page-id-2353 header.new-page-header .home-inner-sec,
.page-id-8 header.new-page-header .home-inner-sec {
    background: #fff;
    border: 1px solid #D8D8DB;
    border-radius: 72px;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 13px;
}

.home-inner-sec {
    background: #fff;
    border-radius: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 13px;
}

.inside-article .entry-content {
    margin-top: 0;
}

header.new-page-header .home-inner-sec nav.main-navigation {
    margin-left: 0 !important;
}

.new-page-header .menu-header-menu-container ul {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.new-page-header .menu-header-menu-container ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #111111;
}

header.new-page-header .home-inner-sec .btn-wrap {
    padding: 18px 36px;
}

header.new-page-header .home-inner-sec .site-branding img {
    width: 100%;
    max-width: 191px;
    object-fit: cover;
}

/* header css end here */
/* banner sec start here */
.banner-sec {
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 210px 100px;
}

.banner-sec .banner-head-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 0px 80px;
    gap: 40px;
}

.banner-head-main h2 {
    font-weight: 400;
    font-size: 68px;
    line-height: 79px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: var(--color-white);
}

.banner-head-main h2 span {
    font-weight: 600;
    display: block;
    text-align: center;
}

.banner-head-main .banner-btn-middle ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-head-main .banner-btn-middle ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0px 0px 1px 1px #00000014;
    border: 1px solid #FFFFFF33;
    background: #F5F6F91A;
    border-radius: 40px;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    text-transform: capitalize;
    color: var(--color-white);
    padding: 15px 24px;
}

.banner-sec .banner-head-main p {
    color: var(--color-white);
    width: 100%;
    max-width: 1076px;
    text-align: center;
}

.btn-wrap {
    border-radius: 60px;
    background: var(--button-color);
    border: 1px solid #FFFFFF33;
    padding: 18px 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: var(--color-white);
    transition: all 200ms ease-in-out;
}

.btn-wrap:hover {
    color: var(--color-white);
    opacity: 0.9;
}

li#menu-item-2252,
li#menu-item-2292,
li#menu-item-2293,
li#menu-item-2360 {
    display: none;
}

/* banner sec end here */
/* banner video sec start */
.video-banner-sec .video-container {
    position: relative;
    width: 100%;
    max-width: 1072px;
    border-radius: 45px;
    overflow: hidden;
    box-shadow: 0px 5.01px 30.07px 0px #00000040;
    margin: 0 auto;
    height: 630px;
}

.video-banner-sec .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    width: 83px;
    height: 83px;
}

.video-thumbnail img {
    width: 100%;
    /* max-width: 1024px; */
    margin: 0 auto;
    height: 100%;
    border-radius: 12px;
}

.video-banner-sec .video-container .play-button img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-banner-sec {
    margin-top: -145px;
}

.video-banner-sec .video-thumbnail {
    position: relative;
    cursor: pointer;
    background: #fff;
    height: 100%;
}

.video-banner-sec .video-thumbnail::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
}

.video-banner-sec .video-container video#myVideo,
.video-banner-sec .video-container iframe {
    width: 100%;
    height: 100%;
}

/* banner video sec end */
/* our client start here */
.our-cleint-sec {
    padding: 120px 0;
}

.client-main-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.our-cleint-main h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #222222;
}

.client-main-list ul li {
    border: 1.73px solid #D9D9D9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 20px;
}

.client-main-list ul li img {
    aspect-ratio: 250 / 71;
    object-fit: contain;
}

/* our client end here */
.benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-icon span {
    background: #ffffff;
    padding: 13px 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    border-radius: 50px;
    font-family: Inter;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    color: #222222;
    border: 1px solid #E8E8E8;
}

h3.heading-typo {
    font-weight: 500;
    font-size: 46px;
    line-height: 62px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
}

h3.heading-typo span {
    color: #004AAD;
}



/* book a demo start */
.book-demo-main {
    background: #F4F8FC;
    padding: 48px;
    border-radius: 40px;
    display: flex;
    align-items: end;
    position: relative;
}

.book-demo-main .book-demo-left {
    width: 62%;
    position: relative;
    z-index: 1;
}

.book-demo-main .book-demo-right {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.book-demo-main .book-demo-right img {
    width: 538px;
}

.book-icon {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    width: fit-content;
    padding: 13px 31px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.book-icon span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Inter;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    text-transform: capitalize;
}

.book-demo-left h3 {
    font-weight: 500;
    font-size: 46px;
    line-height: 62px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
}

.book-demo-left h3 span {
    color: #004AAD;
}

.book-demo-main .book-demo-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 25px 0 10px 0;
}

.book-demo-main .book-demo-left a {
    color: #004AAD;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.benefit h3.heading-typo {
    width: 100%;
    max-width: 777px;
    margin: 0 auto;
    text-align: center;
}

.benefit b {
    display: block;
    margin-bottom: 17px;
}

.benefit p {
    margin-top: 50px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
}

.bg-icon {
    margin-bottom: 30px;
}

.benefit p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    max-width: 1076px;
    margin: 50px 0 auto 0;
}

.work-sec-main {
    padding: 120px 0;
}

.work-sec-main .content-text p {
    margin-bottom: 30px;
}

.work-sec-main h3.heading-typo {
    padding-right: 121px;
    margin-bottom: 40px;
}

.work-sec-main .border-box p {
    margin-bottom: 30px;
}

.work-sec-main .second-row,
.work-sec-main .first-row-work {
    display: flex;
    gap: 134px;
}

.work-sec-main .second-row {
    display: flex;
    gap: 134px;
    padding-top: 120px;

}

.video-thumbnail {
    position: relative;
}

.video-thumbnail::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
}

.work-sec-main .second-row .video-thumbnail,
.work-sec-main .first-row-work .video-thumbnail {
    position: relative;
    padding: 18px 16px;
    background: #F5F8FB;
    border-radius: 13px;
    aspect-ratio: 16 / 9;
}

.work-sec-main .second-row .video-thumbnail .play-button,
.work-sec-main .first-row-work .video-thumbnail .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    width: 83px;
    height: 83px;
}

/* book a demo end */

.work-sec-main .second-row .second-row-left {
    width: 526px;
    min-width: 526px;
}

.work-sec-main .first-row-work .work-sec-left {
    width: calc(100% - 526px);
    padding-right: 40px;
}

.work-sec-main .first-row-work .work-sec-right {
    width: 526px;
    min-width: 526px;
}

.work-sec-main .second-row .second-row-right {
    width: calc(100% - 526px);
    padding-right: 40px;
}

.work-sec-main .main-heading .highlight {
    color: #1e5ed8;
}

.work-sec-main .content-text p,
.work-sec-main .border-box p {
    font-size: 16px;
    margin-bottom: 12px;
    Color: #333333;
    line-height: 2;
}

.work-sec-main .content-text p strong,
.border-box p strong {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
}

.work-sec-main .video-box {
    border-radius: 10px;
    overflow: hidden;
    background: #f7f7f7;
    position: relative;
}

.work-sec-main .video-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.work-sec-main .video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 8px 16px;
    cursor: pointer;
}

.custom-footer {
    background-color: #171717;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.custom-footer .site-info p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.book-demo-sec {
    margin-bottom: 120px;
}

.book-demo-main::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(244, 248, 252, 0) 0%, #F4F8FC 100%);
    z-index: 1;
}

.bg-icon span img,
.book-icon span img {
    width: 30px;
    height: 30px;
    aspect-ratio: 1 /1;
}

.custom-footer .site-info p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.custom-footer .site-info {
    background: transparent;
}

.banner-head-main .banner-btn-middle ul li img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    aspect-ratio: 1 /1;
    object-position: 25% 18%;
}

.header-logout {
    gap: 12px;
    display: flex;
    align-items: center;
}

.main-navigation a.training-portal {
    display: none;
}

/*============== 9/11/2025 ===========*/
.video-container {
    position: relative;
    z-index: 2;
    border-radius: 13px;
    overflow: hidden;
    aspect-ratio: 16/ 9;
    position: sticky;
    top: 0;
}

.video-container iframe#my-Video-work,
.video-container #video-six-element {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
}

/*============== 9/11/2025 ===========*/
/* contact form css start here */

.custom-contact {
    padding-block: 180px 120px;
}

.custom-contact h1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 25px;
    color: #222222;
}

.page-id-2353 header#masthead {
    box-shadow: unset;
}

.contant-main-sec .contact-main-input {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contant-main-sec p label span.wpcf7-form-control-wrap input,
.contant-main-sec select.wpcf7-form-control {
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 8px;
}

.contant-main-sec select.wpcf7-form-control {
    display: block;
    width: 100%;
    padding: 12px;
}

.contant-main-sec p label span.wpcf7-form-control-wrap input::placeholder,
.contant-main-sec select.wpcf7-form-control {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #646464 !important;
    font-family: 'Inter';
}

.contact-main-input {
    margin-bottom: 20px;
}

.contant-main-sec .contact-main-input p {
    display: block;
    width: 100%;
}

.contant-main-sec .contact-main-input p label,
.contant-main-sec p label {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.contant-main-sec .contact-main-input p label span.wpcf7-form-control-wrap,
.contant-main-sec .contact-main-input p label span.wpcf7-form-control-wrap input,
.contant-main-sec p,
.contant-main-sec p input,
.contant-main-sec p label {
    width: 100%;
    display: block;
}

.contant-main-sec p label span.wpcf7-form-control-wrap {
    margin-top: 15px;
    display: block;
}

.contant-main-sec p input,
.contant-main-sec p textarea {
    padding: 12px;
    border-radius: 8px !important;
}

.contant-main-sec input.wpcf7-submit {
    border-radius: 60px !important;
    background: var(--button-color);
    border: 1px solid #FFFFFF33;
    padding: 18px 48px !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: var(--color-white);
    transition: all 200ms ease-in-out;
    margin-top: 25px;
    display: inline-block !important;
    width: fit-content !important;
    font-size: 18px;
}

.contant-main-sec p label {
    margin-top: 18px;
}

.contant-main-sec .contact-main-input p label {
    margin: 0;
}

.contant-main-sec p textarea {
    height: 150px;
}

.cf7sr-g-recaptcha {
    margin-top: 20px;
}

/* contact form css end here */





/* media screen start here */
@media (max-width: 1280px) {
    .work-sec-main h3.heading-typo {
        padding-right: 0;
    }

    .work-sec-main .second-row,
    .work-sec-main .first-row-work {
        gap: 40px;
    }

    .book-demo-main .book-demo-right img {
        width: 400px;
    }

    .book-demo-main {
        padding: 20px;
    }

    .book-demo-left h3 {
        font-size: 34px;
        line-height: 45px;
    }

    .work-sec-main .first-row-work .work-sec-left {
        padding-right: 0;
    }

    .book-demo-main .book-demo-left p {
        font-size: 16px;
        line-height: 28px;
        margin: 15px 0 10px 0;
    }

    .video-banner-sec .video-container {
        max-width: 900px;
        height: 500px;
    }

    .banner-sec {
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
        padding-block: 150px 100px;
    }

    .banner-head-main h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .client-main-list ul li {
        padding: 18px;
    }
}

@media (max-width: 991px) {
    .logged-in li#menu-item-2360 {
        display: none;
    }

    .banner-head-main .banner-btn-middle ul {
        gap: 12px;
    }

    .banner-head-main .banner-btn-middle ul li {
        font-size: 16px;
        padding: 13px 18px;
    }

    .banner-sec .banner-head-main {
        gap: 25px;
    }

    .benefit h3.heading-typo {
        max-width: 100%;
    }

    .work-sec-main,
    .our-cleint-sec {
        padding: 80px 0;
    }

    .work-sec-main .second-row {
        padding-top: 80px;
    }

    .book-demo-sec {
        margin-bottom: 80px;
    }

    .work-sec-main .second-row,
    .work-sec-main .first-row-work {
        flex-direction: column;
        text-align: center;
    }

    .work-sec-main .first-row-work .work-sec-left,
    .work-sec-main .second-row .second-row-right {
        width: 100%;
    }

    .work-sec-main .first-row-work .work-sec-right,
    .work-sec-main .second-row .second-row-left {
        width: 100%;
        min-width: 100%;
    }

    .bg-icon {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .client-main-list ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .new-page-header .menu-header-menu-container ul {
        gap: 10px;
    }

    header.new-page-header .home-inner-sec .btn-wrap {
        padding: 11px 12px;
    }

    header.new-page-header .home-inner-sec .site-branding img {
        max-width: 120px;
    }

    .new-page-header .menu-header-menu-container ul {
        gap: 8px;
    }

    .video-container {
        margin: 0 auto;
    }

    /* .video-container iframe#my-Video-work,
    .video-container #video-six-element {
        height: 430px;
    } */

    .video-thumbnail>img {
        object-fit: cover;
        border-radius: 16px;
    }

    .header-logout {
        gap: 5px;

    }

    .page-id-2353 .main-navigation {
        background: #004AAD;
    }

    .page-id-2353 .main-navigation .menu-header-menu-container ul li a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .new-page-header .menu-header-menu-container ul {
        gap: 16px;
    }

    li#menu-item-2360 {
        display: block;
    }

    header.new-page-header .home-inner-sec .btn-wrap {
        padding: 14px 31px;
        width: fit-content;
        margin: 10px auto 0 auto;
        font-size: 16px;
    }

    .work-sec-main,
    .our-cleint-sec {
        padding: 50px 0;
    }

    .work-sec-main .second-row {
        padding-top: 50px;
    }

    .book-demo-sec {
        margin-bottom: 50px;
    }

    .video-banner-sec .video-container {
        max-width: 100%;
        height: 450px;
    }

    .banner-head-main h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .banner-sec .banner-head-main {
        gap: 20px;
    }

    p {
        font-size: 14px;
        line-height: 21px;
    }

    h3.heading-typo,
    .book-demo-left h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .client-main-list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .banner-head-main .banner-btn-middle ul {
        gap: 12px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .banner-sec {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-block: 120px 100px;
    }

    .video-banner-sec .play-button,
    .work-sec-main .second-row .video-thumbnail .play-button,
    .work-sec-main .first-row-work .video-thumbnail .play-button {
        width: 50px;
        height: 50px;
    }

    .bg-icon span {
        padding: 9px 24px;
        gap: 10px;
        font-size: 16px;
    }

    .benefit p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        max-width: 100%;
        margin: 20px 0 auto 0;
    }

    .book-icon {
        border-radius: 50px;
        padding: 9px 17px;
        gap: 8px;
        justify-content: center;
        margin: 0 auto;
    }

    .book-icon span {
        gap: 12px;
        font-size: 15px;
    }

    .book-demo-main {
        padding: 10px;
        flex-direction: column;
    }

    .book-demo-main .book-demo-left {
        width: 100%;
        text-align: center;
    }

    .book-demo-main .book-demo-right {
        position: unset;
        width: 100%;
    }

    .banner-head-main h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .benefit p,
    .work-sec-main .content-text p,
    .work-sec-main .border-box p,
    .book-demo-main .book-demo-left p,
    .custom-footer .site-info p {
        font-size: 14px;
        line-height: 21px;
    }

    .work-sec-main .first-row-work .work-sec-left,
    .work-sec-main .second-row .second-row-right {
        width: 100%;
        padding-right: 0;
    }

    .work-sec-main .second-row .video-thumbnail,
    .work-sec-main .first-row-work .video-thumbnail {
        border-radius: 13px;
    }

    .book-icon {
        margin: 0 auto 10px auto;
    }

    .book-demo-main .book-demo-left a {
        font-size: 16px;
        line-height: 28px;
    }

    .custom-footer {
        padding: 20px 0;
    }

    .video-thumbnail img {
        margin: 0 auto;
        /* height: 100%;
        object-fit: contain; */
    }

    header.new-page-header .home-inner-sec .site-branding img {
        width: 100%;
        max-width: 110px;
        object-fit: cover;
    }

    header.new-page-header .home-inner-sec .btn-wrap {
        padding: 14px 31px;
    }

    .banner-head-main .banner-btn-middle ul li {
        font-size: 16px;
        padding: 9px 13px;
    }

    .site-branding {
        width: 100%;
    }

    header.new-page-header {
        top: 13px;
    }

    .new-page-header .menu-header-menu-container {
        display: none;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
        z-index: 1001;
    }

    .main-navigation {
        display: none;
        position: absolute;
        top: 70px;
        /* adjust based on header height */
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px 0;
        text-align: center;
    }

    .main-navigation.active {
        display: block;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 15px;
    }

    .btn-wrap {
        display: none;
        /* hide login on mobile or move inside nav if needed */
    }

    .main-navigation.active .menu-header-menu-container {
        display: block;
    }

    li#menu-item-2252,
    li#menu-item-2292,
    li#menu-item-2293 {
        display: block;
    }

    li#menu-item-2252 {
        display: none;
    }

    li#menu-item-2252 a,
    li#menu-item-2292 a,
    li#menu-item-2293 a,
    li#menu-item-2360 a {
        border-radius: 60px;
        background: var(--button-color);
        border: 1px solid #FFFFFF33;
        padding: 12px 30px;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        color: var(--color-white);
        transition: all 200ms ease-in-out;
    }

    .our-cleint-main h3 {
        font-size: 24px;
    }

    .main-navigation a.training-portal {
        display: block;
    }

    .contant-main-sec .contact-main-input {
        flex-direction: column;
    }

    .contant-main-sec input.wpcf7-submit {
        padding: 14px 34px !important;
        font-size: 16px;
        margin-top: 15px;
    }

    .contant-main-sec p input,
    .contant-main-sec p textarea {
        padding: 8px;
    }

    .custom-contact {
        padding-block: 120px 80px;
    }

    .custom-contact h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .contant-main-sec p label span.wpcf7-form-control-wrap {
        margin-top: 10px;
    }

    .contant-main-sec p label span.wpcf7-form-control-wrap input::placeholder,
    .contant-main-sec select.wpcf7-form-control {
        font-size: 14px !important;
    }

    .contant-main-sec .contact-main-input p label,
    .contant-main-sec p label {
        font-size: 14px;
        ;
    }
}

@media (max-width: 400px) {
    .video-banner-sec .video-container {
        max-width: 100%;
        height: 350px;
        border-radius: 18px;
    }
}

/* media screen end here */