* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik';
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a,
span {
    display: inline-block;
}

a span {
    display: inline;
}

a {
    text-decoration: none;
}

:is(h1, h2, h3, h4, h5, h6, p, figure, img, span, a, ul) {
    margin: 0;
    padding: 0;
}

:root {
    --primaryBlue: #2A2E72;
    --primaryBlue2: #35398E;
    --primaryBlue3: #4247A6;
    --white: #fff;
}

html,
body {
    /* scroll-margin-top: var(--headerHeight); */
}

body {
    padding-top: var(--headerHeight);
}

/* 
header {
    position: relative;
    padding: 25px 0;
    background: var(--white);
} */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background: var(--white);
    z-index: 999999;
    transition: 0.5s;
}

header.sticky {
    padding: 12px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header .inner .custom-logo-link {
    position: relative;
    max-width: 500px;
    transition: 0.5s;
}

header.sticky .inner .custom-logo-link {
    max-width: 450px;
}

header .inner .custom-logo-link img {
    height: auto;
}

header .toggle_menu {
    position: relative;
    width: 45px;
    height: 45px;
    border: none;
    background-color: var(--primaryBlue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    cursor: pointer;
    display: none;
}

header .toggle_menu::before,
header .toggle_menu::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 3px;
    background-color: var(--white);
    border-radius: 10px;
    transition: 0.5s;
    pointer-events: none;
}

header .toggle_menu::before {
    transform: translateY(-10px);
    box-shadow: 0px 10px 0 0 var(--white);
    transition: transform 0.5s;
}

header .toggle_menu::after {
    transform: translateY(10px);
}

header.active .toggle_menu::before {
    transform: translateY(0px) rotate(-225deg);
    box-shadow: 0px 0px 0 0 var(--white);
}

header.active .toggle_menu::after {
    transform: translateY(0px) rotate(45deg);
}

header .inner .navigation {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-wrap: wrap;
}

header .inner nav {
    position: relative;
    flex-grow: 1;
}

header .inner nav ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .inner nav ul li {
    position: relative;
    margin-left: 40px;
}

header .inner nav ul li a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--primaryBlue2);
}

header .inner nav ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--primaryBlue2);
    bottom: 0;
    left: 0;
    transition: 0.5s;
}

header .inner nav ul li a:hover::before {
    width: 100%;
}

header .inner .header_btn {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--primaryBlue);
    color: var(--white);
    border: 1px solid var(--primaryBlue);
    padding: 10px 25px;
    transition: 0.5s;
}

header .inner .header_btn:hover {
    background-color: var(--white);
    color: var(--primaryBlue);
}

.sec_shape_v1 {
    position: relative;
}

.sec_shape_v1::before {
    content: "" !important;
    position: absolute !important;
    top: initial !important;
    bottom: -1px;
    right: -22%;
    width: 100%;
    height: 15% !important;
    background: url(../images/white_shape.png) no-repeat center / 100% 100%;
    z-index: 1111;
}

.arrow_btn a {
    width: 100% !important;
}

.arrow_btn a .elementor-button-text {
    text-align: left;
}

.both_shapes_large {
    position: relative;
    overflow: hidden !important;
}

.both_shapes_large::before,
.both_shapes_large::after {
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 130px !important;
    background: url(../images/white_shape.png) no-repeat center / 100% 100% !important;
    z-index: 1111;
    opacity: 1 !important;
}

.both_shapes_large::before {
    top: -1px !important;
    left: 30% !important;
    transform: rotateY(0deg) rotateX(180deg);
    box-shadow: -800px 0px 0px 0px #fff !important;
}

.both_shapes_large::after {
    bottom: -1px !important;
    left: 0% !important;
}

.anim_up_down {
    position: relative;
    animation: animUpDown 2s ease-in-out infinite alternate;
}

@keyframes animUpDown {
    0% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(25px);
    }
}

.logo_reveal_with_text {
    position: relative;
}

.img_cover,
.img_cover img {
    position: relative;
    width: 100%;
}

.glowing_shape {
    position: relative;

}

.glowing_shape::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 140%;
    height: 140%;
    background: radial-gradient(#5f65e7 25%, transparent 70%);
    transform: translate(-50%, -50%);
}

.video_sec {
    position: relative;
    overflow: hidden;
    padding-top: 30% !important;
}

.video_sec .elementor-widget-video,
.video_sec .elementor-widget-video * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site_hover_btn_1 {
    position: relative;
}

.site_hover_btn_1 a {
    position: relative;
    transition: 0.5s;
}

.site_hover_btn_1 a:hover {
    background: #fff !important;
    color: #35398E;
}

footer {
    position: relative;
}

footer .inner {
    position: relative;
}

footer .inner .top {
    position: relative;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center right;
    padding-top: 30px;
    overflow: hidden;
}

footer .inner .top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blue_shape.png) no-repeat center / 100% 100%;
}

footer .inner .top::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -22%;
    width: 100%;
    height: 100%;
    /*     background: url(../images/white_shape.png) no-repeat center / 100% 100%; */
    transform: rotateY(180deg) rotateX(180deg);
}

footer .logo {
    position: relative;
    max-width: 300px;
}

footer .inner .bottom {
    position: relative;
    background: var(--primaryBlue2);
    padding: 80px 0;
    color: var(--white);
}

footer .inner .bottom .left {
    position: relative;
}

footer .inner .bottom .left h3 {
    position: relative;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 20px;
}

footer .inner .bottom .left .ch_text {
    position: relative;
    font-size: 54px;
    color: var(--white);
    opacity: 0.5;
}

footer .inner .bottom .left nav {
    position: relative;
    margin-top: 20px;
}

footer .inner .bottom .left nav ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

footer .inner .bottom .left nav ul li {
    position: relative;
    margin-right: 40px;
}

footer .inner .bottom .left nav ul li a {
    position: relative;
    font-size: 16px;
    color: var(--white);
    margin-bottom: 5px;
}

footer .inner .bottom .right {
    position: relative;
}

footer .inner .bottom .right h4 {
    position: relative;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .inner .bottom .right p {
    font-size: 20px;
}

footer .inner .bottom .right .contact_details {
    position: relative;
    margin-top: 40px;
}

footer .inner .bottom .right .contact_details .detail_wrap {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

footer .inner .bottom .right .contact_details .detail_wrap .iconBox {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primaryBlue3);
    margin-right: 20px;
    min-width: 150px;
    padding: 10px;
    flex-wrap: wrap;
}

footer .inner .bottom .right .contact_details .detail_wrap .iconBox img {
    max-width: 25px;
    margin-right: 15px;
}

footer .inner .bottom .right .contact_details .detail_wrap .iconBox .text {
    position: relative;
    font-size: 16px;
    font-style: normal;
}

footer .inner .bottom .right .contact_details .detail_wrap address {
    position: relative;
    margin-bottom: 0;
}

footer .inner .bottom .right .contact_details .detail_wrap a {
    font-size: 16px;
    color: var(--white);
}

footer .inner .bottom .copyright {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

footer .inner .bottom .copyright :is(p, a) {
    font-size: 16px;
}

footer .inner .bottom .copyright a {
    position: relative;
    color: var(--white);
}

footer .inner .bottom .copyright a.link {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

footer .inner .bottom .copyright a.link::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 15px;
    background-color: var(--white);
}

.margin_block_reset {
    margin-block-end: 0 !important;
    scroll-margin-top: var(--headerHeight);
}

/* vikas css */
html,
body {
    overflow-x: hidden;
}

.hero_area {
    position: relative;
    overflow: hidden;
}

.hero_area::before {
    content: "";
    position: absolute;
    top: unset;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 20%;
    background: url("/wp-content/uploads/2023/09/white-shape.png") no-repeat center left / 100% 100%;
    z-index: 9999;
}

.careers_join_us li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.careers_join_us li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    background: #35398E;
    border-radius: 50%;
}

.join_us_shape {
    position: relative;
}

.join_us_shape::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 50%;
    background-image: url(/wp-content/uploads/2023/09/white-shape.png);
    background-position: center;
    background-size: cover;
    transform: rotateX(180deg);
    top: -1px;
    z-index: 99;
}

.join_us_shape::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2023/09/white-shape.png);
    background-size: cover;
    width: 50%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotateY(180deg);
    bottom: -1px;
    right: 0;
    z-index: 99;
}

/* form css */
.vr_contact .form_head {
    font-size: 42px;
    /* font-family: "Rubik"; */
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.vr_contact .head p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0px;
}

.vr_contact .mt-50 {
    margin-top: 20px;
}

.vr_contact .vr_input {
    width: 100%;
    padding: 12px;
    margin-bottom: 5px;
    border: none;
    font-size: 14px;
}

.vr_contact label {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.vr_contact input:focus,
.vr_contact textarea:focus {
    outline: none;
    border: none;
}

.vr_contact .w-100 span {
    width: 100%;
}

.vr_contact .policy_check {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.vr_contact .policy_check .vr_checkbox label {
    display: flex;
    gap: 10px;
    margin: 0;
    color: #fff;
    width: 90%;
    font-size: 14px;
    align-items: baseline;
}

.vr_contact .policy_check .vr_checkbox span {
    margin: 0;
}

.vr_contact textarea {
    height: 120px;
}

.vr_contact .vr_submit {
    padding: 10px 30px;
    font-size: 20px;
    color: #35398e;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}

.contact_form_sec {
    position: relative;
}

.contact_form_sec>.e-con-inner {
    position: relative;
}

.contact_form_sec .contact_form_wrap {
    position: absolute;
    top: -50px;
    right: 0;
    width: calc(40% + 200px);
    z-index: 9;
}

.vr_contact .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.wpcf7-spinner {
    display: none;
}

.service_video_bg {
    position: relative;
}

.service_video_bg .elementor-widget-video::before {
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    background: linear-gradient(45deg, black, transparent);
    z-index: 2;
}

.service_video_bg .elementor-widget-video,
.service_video_bg .elementor-widget-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.contact_sec_mv {
    position: relative;
}

.contact_sec_mv .elementor-widget-google_maps,
.contact_sec_mv .elementor-custom-embed {
    position: relative;
    height: 100%;
}

.contact_sec_mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    min-height: 300px;
}

.contact_form_wrap {
    position: relative;
}

.contact_form_wrap::before,
.contact_form_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    background: inherit;
}

.contact_form_wrap::before {
    top: 0;
    transform: translateY(-100%);
}

.contact_form_wrap::after {
    top: 100%;
}

.hero_area .elementor-wrapper {
    --video-aspect-ratio: initial !Important;
}

/*career details css*/
.job_listing.inner-block {
    position: relative;
}

.job_listing .inner-block a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    background: #35398E;
    border-radius: 50%;
}

.job_listing .inner-block {
    width: 100%;
    max-width: 480px;
}

/* career details css */

.career_details_list ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
}

.career_details_list ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #111;
    border-radius: 50%;
}

/* home css 25/09/23 */
.arrow_btn,
.arrow_btn :is(.elementor-button-wrapper, button, a) {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    min-height: 70px;
}

.service_vde>.elementor-widget-container .elementor-open-inline {
    filter: unset !important;
}

.logo_reveal_with_text .heading_wrap {
    position: relative;
    text-align: center;
    z-index: 1;
}

.fs_22 span {
    position: relative;
    font-size: 22px !important;
}

[data-splitting] {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.splitting .char {
    transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1),
        opacity 0.3s linear;
    transition-delay: calc(20ms + (30ms * var(--char-index)));
    transition: 0.5s;
    opacity: 0;
}

.splitting .whitespace {
    position: relative;
    display: inline-block;
    width: 10px;
}

.splitting .char {
    position: relative;
    display: inline-block;
    /* animation: slide-in-left 1s linear; */
    transform: translateX(1000px);
}

.logo_reveal_with_text.visible .splitting .char {
    animation: slide-in-left-char 0.5s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(100ms * var(--char-index) + 100ms);
}

@keyframes slide-in-left-char {
    0% {
        transform: translateX(500px);
        opacity: 0;
    }

    90% {
        transform: translateX(0px);
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.logo_reveal_with_text.reverseText .splitting .char {
    animation: slide-in-left-char-reverse 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    /* animation-delay: calc(100ms * var(--char-index) + 100ms); */
}

@keyframes slide-in-left-char-reverse {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.logo_reveal_with_text .img_wrap {
    position: relative;
    text-align: center;
    opacity: 0;
    margin-bottom: 40px;
}

.logo_reveal_with_text.visible .img_wrap {
    animation: slide_in_right_img 8s ease-out;
}

@keyframes slide_in_right_img {
    0% {
        transform: translateX(-2000px);
        opacity: 0;
    }

    50% {
        transform: translateX(0px);
        opacity: 1;
    }

    75% {
        transform: translateX(0px);
        opacity: 1;
    }

    100% {
        transform: translateX(1000px);
        opacity: 1;
    }
}

.logo_reveal_with_text .img_wrap img {
    position: relative;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

/* 25/09/23 css end */
/* media query start */
/* min start */
/* container css  */
@media (min-width: 1599.99px) {

    .container,
    .e-con>.e-con-inner {
        max-width: 1440px !important;
    }
}

@media (max-width: 1599.98px) {

    .container,
    .e-con>.e-con-inner {
        max-width: 1320px !important;
    }
}

@media (max-width: 1399.98px) {

    .container,
    .e-con>.e-con-inner {
        max-width: 1140px !important;
    }
}

@media (max-width: 1199.98px) {

    .container,
    .e-con>.e-con-inner {
        max-width: 960px !important;
    }
}

@media (max-width: 991.98px) {

    .container,
    .e-con>.e-con-inner {
        max-width: 720px !important;
    }
}

@media (max-width: 767.98px) {

    .container,
    .e-con>.e-con-inner {
        max-width: 540px !important;
    }
}

@media (max-width: 575.98px) {

    .container,
    .e-con>.e-con-inner {
        max-width: 100% !important;
    }
}

/* min end */
/* max start */
@media (max-width: 1399.98px) {
    header .inner .custom-logo-link {
        max-width: 400px;
    }

    header.sticky .inner .custom-logo-link {
        max-width: 350px;
    }

    header .inner nav ul li {
        margin-left: 30px;
    }

    header .inner nav ul li a {
        font-size: 16px;
    }

    header .inner .header_btn {
        font-size: 16px;
        padding: 7px 15px;
    }

    .service_card .elementor-button-text {
        font-size: 16px;
        line-height: 1;
    }
}

@media (max-width: 1199.98px) {
    header .inner nav ul li {
        margin-left: 20px;
    }

    header .inner .custom-logo-link {
        max-width: 350px;
    }

    header.sticky .inner .custom-logo-link {
        max-width: 300px;
    }

    footer .logo {
        max-width: 200px;
    }

    footer .inner .bottom {
        padding: 60px 0;
    }

    footer .inner .bottom .left h3 {
        font-size: 18px;
    }

    footer .inner .bottom .left .ch_text {
        font-size: 34px;
    }

    footer .inner .bottom .left nav ul li {
        margin-right: 20px;
    }

    footer .inner .bottom .right h4 {
        font-size: 24px;
    }

    footer .inner .bottom .right p {
        font-size: 18px;
    }

    footer .inner .bottom .right .contact_details {
        margin-top: 20px;
    }

    footer .inner .bottom .right .contact_details .detail_wrap a {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    header .toggle_menu {
        display: flex;
    }

    header .inner .navigation {
        width: 100%;
        background-color: var(--primaryBlue);
        padding: 5px 15px 15px;
        margin-top: 15px;
        display: none;
    }

    header .inner nav {
        width: 100%;
    }

    header .inner nav ul {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    header .inner nav ul li {
        width: 100%;
        margin-left: 0;
    }

    header .inner nav ul li a {
        color: var(--white);
        display: block;
        padding: 10px 0;
    }

    header .inner nav ul li a::before {
        background: var(--white);
    }

    header .inner .header_btn {
        color: var(--primaryBlue);
        background-color: var(--white);
        margin-top: 10px;
    }

    footer .inner .top::before {
        width: 120%;
    }

    footer .inner .bottom {
        padding: 40px 0;
    }

    footer .inner .bottom .left {
        margin-bottom: 30px;
    }

    footer .inner .bottom .left h3 {
        font-size: 16px;
    }

    footer .inner .bottom .left .ch_text {
        font-size: 26px;
    }

    footer .inner .bottom .right h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .inner .bottom .right p {
        font-size: 16px;
    }

    footer .inner .bottom .copyright :is(p, a) {
        font-size: 14px;
    }

    .both_shapes_large::before,
    .both_shapes_large::after {
        height: 80px !important;
    }

    .both_shapes_large::before {
        box-shadow: -700px 0px 0px 0px #fff !important;
    }

    .glowing_shape {
        position: relative;
        width: 240px !important;
        max-width: 70% !important;
        margin: auto !important;
        margin-bottom: 20px !important;
        z-index: 1;
    }

    .join_us_img img {
        width: 250px;
        max-width: 50%;
    }

    .contact_form_sec .contact_form_wrap {
        position: static;
        width: 100%;
    }

    .contact_sec_mv iframe {
        position: relative;
    }

    .contact_form_wrap::before,
    .contact_form_wrap::after {
        display: none;
    }

    .fs_22 span {
        font-size: 20px !important;
    }

}

@media (max-width: 767.98px) {

    .both_shapes_large::before,
    .both_shapes_large::after {
        height: 50px !important;
        left: 0% !important;
    }

    .video_sec {
        padding-top: 40% !important;
    }

    .glowing_shape::before {
        width: 150% !important;
        height: 150% !important;
        background: radial-gradient(#5f65e7 -11%, transparent 50%);
    }

    .vr_contact .form_head {
        font-size: 35px;
    }

    .vr_contact label {
        font-size: 16px;
    }

    .vr_contact textarea {
        height: 140px;
    }

    .vr_contact .vr_submit {
        padding: 10px 20px;
        font-size: 16px;
    }

    footer .inner .top {
        background-size: cover;
    }

    footer .inner .top::before {
        width: 150%;
    }

    .fs_22 span {
        font-size: 18px !important;
    }
}

@media (max-width: 575.98px) {
    header .inner .custom-logo-link {
        max-width: 270px;
    }

    header.sticky .inner .custom-logo-link {
        max-width: 250px;
    }

    .vr_contact .form_head {
        font-size: 28px;
    }

    .vr_contact .head p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .vr_contact .vr_input {
        padding: 10px;
    }

    .vr_contact textarea {
        height: 120px;
    }

    .vr_contact .vr_submit {
        padding: 10px 20px;
        font-size: 16px;
    }

    .vr_contact .policy_check .vr_checkbox label {
        font-size: 12px;
    }

    .vr_contact .policy_check {
        flex-wrap: wrap;
    }

    footer .inner .top {
        background: var(--primaryBlue2);
        background-image: unset !important;
    }

    footer .inner .top::before,
    footer .inner .top::after {
        display: none;
    }

    footer .inner .top::before {
        width: 150%;
    }

    footer .inner .bottom .copyright {
        justify-content: center;
        text-align: center;
    }

    footer .inner .bottom .copyright a.link {
        margin-left: 0;
        padding-left: 0;
    }

    footer .inner .bottom .copyright a.link::before {
        display: none;
    }

    footer .inner .bottom .right .contact_details .detail_wrap .iconBox {
        margin-right: 10px;
        min-width: 60px;
    }

    footer .inner .bottom .right .contact_details .detail_wrap .iconBox img {
        margin: 0;
    }

    footer .inner .bottom .right .contact_details .detail_wrap .iconBox .text {
        display: none;
    }
}

/* max end */