/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for the Hello Elementor theme
Author: Hassan Ahmed Khan
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

html {
    font-size: 0.8333333333vw;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Font Scalablitiy  */
@media (max-width:991px) {
    html {
        font-size: 1.3333334vw;
    }
}

@media (max-width:600px) {
    html {
        font-size: 4.102564103vw;
    }
}

/* Project Setup  */
body {
    overflow: hidden;
    scroll-behavior: smooth;
    font-family: "Maven Pro", serif !important;
    background: #040612 !important;
}


body .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

body .elementor-widget:not(:last-child) {
    margin-block-end: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p,
span {
    margin: 0 !important;
}

.myContainer {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
}

.sec-padded {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.top-padded {
    padding-top: 6.25rem;
}

.bottom-padded {
    padding-bottom: 6.25rem;
}

.m-bottom {
    margin-bottom: 2rem !important;
}

.m-bottom-2 {
    margin-bottom: 2.5rem !important;
}

.p-bottom{
	padding-bottom: 1.2rem !important;
}
.p-bottom-2{
	padding-bottom: 2.5rem !important;
}
body .elementor-widget:not(:last-child).m-bottom {
    margin-bottom: 2rem !important;
}

h1 {
    font-size: 3.25rem !important;
    line-height: 3.9rem !important;
    color: #FCFCFC !important;
    font-weight: 600 !important;
    font-family: "Maven Pro", serif !important;
}

h2 {
    font-size: 3rem !important;
    line-height: 3.6rem !important;
    color: #FCFCFC !important;
    font-weight: 600 !important;
    font-family: "Maven Pro", serif !important;
}

h3 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
    color: #FCFCFC !important;
    font-weight: 600 !important;
    font-family: "Maven Pro", serif !important;
}

h4 {
    font-size: 1.75rem !important;
    line-height: 2.1rem !important;
    color: #D1D1D1 !important;
    font-weight: 500 !important;
    font-family: "Maven Pro", serif !important;
}

h5 {
    font-size: 1.5rem !important;
    line-height: 1.763rem !important;
    color: #FCFCFC !important;
    font-weight: 600 !important;
    font-family: "Maven Pro", serif !important;
}

h6 {
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    color: #FCFCFC !important;
    font-weight: 600 !important;
    font-family: "Maven Pro", serif !important;
}

p {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
    color: #D1D1D1 !important;
    font-weight: 400 !important;
    font-family: "Maven Pro", serif !important;
}

li {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
    color: #D1D1D1 !important;
    font-weight: 400 !important;
    font-family: "Maven Pro", serif !important;
    list-style: none !important;
}

/* Header  */
.header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    transition: all 0.4s ease-out;
    background-color: black !important;
}

.home .header {
    background-color: transparent !important;
}

.header .col-1 {
	width: 85rem;
/*     width: 72.941rem; */
}

.header .col-2 {
    width: 10.625rem;
}

.header .elementor-container {
    justify-content: space-between;
    align-items: center;
}

.header .col-1 .logo {
	width: 18rem !important;
    transition: all 0.4s ease-out;
/*     width: 14.816rem !important; */
}
.header.header-scrolled .col-1 .logo {
    width: 15rem !important;
}

.header .col-1 .navbar {
    width: 55.375rem !important;
}

.header .col-1 .navbar ul.wpr-nav-menu {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.header .col-1 .navbar ul li a {
    font-size: 1.2rem !important;
    line-height: 1.625rem !important;
    font-family: "Maven Pro", serif !important;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 0.375rem !important;
}

.header .col-1 .navbar ul li a i {
    position: relative;
    font-size: 1rem !important;
    top: 50% !important;
    transform: none;
    margin-left: 0.5rem;
    margin-top: 0 !important;
}

.global-btn a {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400 !important;
    font-family: "Maven Pro", serif !important;
    background: #1368A3 !important;
    border-radius: 6.25rem;
    transition: all 0.4s ease-out;
}

.global-btn a:hover {
    transition: all 0.4s ease-out;
    background: #232D5C !important;
    box-shadow: 0px 6px 20px 0px #00000026;
}

.header {
    position: fixed !important;
    width: 100%;
    z-index: 10;
}

.header.header-scrolled {
    transition: all 0.4s ease-out;
    background: #040612 !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* Hero Section  */
.hero-details {
    position: absolute;
    top: 55%;
    width: 62.375rem !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.hero-details p {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
}

.hero-sec::before {
    background: linear-gradient(257.92deg, rgba(7, 13, 35, 0) 34.63%, #070D23 100.13%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.hero-details h1 {
    font-size: 3.75rem !important;
    line-height: 3.75rem !important;
}

.hero-sec .e-hosted-video {
/*     height: 56.25rem !important; */
    width: 100%;
	height: 100vh !important;
}
.page-id-2039 .hero-sec .e-hosted-video .elementor-custom-embed-image-overlay{
	opacity: 0.7;
}
.page-id-2039 .marquee .splide__list{
	gap: 5rem;
	padding: 0.4rem 0 !important;
}

.page-id-2039 .marquee .splide__list li{
	color: #fff !important;
}

.hero-sec::after {
    content: '';
    position: absolute;
    left: 2.063rem;
    background-image: url(/wp-content/uploads/2025/01/line-and-mouse.webp);
    display: block;
    height: 90%;
    width: 100%;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    transform: translateY(-50%);
    animation: upDownAnimation 2s ease-in-out infinite;
}

@keyframes upDownAnimation {
    0% {
        transform: translateY(-50%) translateY(0);
    }

    50% {
        transform: translateY(-50%) translateY(-10px);
    }

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

/* Video Sec  */
.video-sec {
    padding-left: 20rem;
    padding-right: 20rem;
}

.video-sec video {
    border-radius: 1.5rem;
}

/* Two Col Sec  */
.twoColSec .col-1,
.twoColSec .col-2 {
    width: 50.625rem !important;
}

.twoColSec .elementor-container {
    justify-content: space-between;
    align-items: center;
}

.global-btn span.elementor-button-content-wrapper {
    align-items: center;
    gap: 0.625rem;
}

.global-btn .elementor-button-icon svg {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0.4rem !important;
}

/* Our Services Section  */
.services-inner {
    margin-top: 3.75rem;
}

.services-inner .col-1 {
    width: 39.063rem;
}

.services-inner .col-2 {
    width: 62.313rem;
}

.services-inner>.elementor-container {
    justify-content: space-between;
    align-items: center;
}

.services-inner .col-2 h4 {
    padding: 3.399rem 0;
    border-bottom: 0.063rem solid #1368A3;
    transition: all 0.4s ease-out;
}

.services-inner .col-2 h4 span {
    margin-right: 2.5rem !important;
}

.services-inner .col-2 h4:hover {
    color: #1368A3 !important;
    transition: all 0.4s ease-out;
    cursor: default;
}

.services-inner .col-2 h4:hover a::before {
    filter: brightness(0) saturate(100%) invert(34%) sepia(69%) saturate(482%) hue-rotate(181deg) brightness(89%) contrast(94%);
}

.services-inner .col-2 h4 a {
    width: 100%;
    display: block;
}

.services-inner .col-2 h4 a::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/rotate-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.638rem;
    height: 3rem;
    transition: all 0.4s ease-out;
}

.services-inner .elementor-widget-heading:last-child h4 {
    border: none;
}

.services-inner .col-2 h4:hover::before {
    filter: brightness(0) saturate(100%) invert(35%) sepia(17%) saturate(1980%) hue-rotate(183deg) brightness(94%) contrast(90%);
    transition: all 0.4s ease-out;
}

.rightBefore::before {
    content: '';
    width: 36.125rem;
    height: 84.5rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: -25rem;
    background-image: url(/wp-content/uploads/2025/01/right-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/* Our Partners Section  */
.leftBefore::before {
    content: '';
    width: 36.125rem;
    height: 84.5rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: -40rem;
    background-image: url(/wp-content/uploads/2025/01/left-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.partnersCarousel {
    margin-top: 1.75rem;
}

.partnersCarousel figure.swiper-slide-inner {
    width: 15.625rem !important;
    height: 10rem !important;
    padding: 0 0.8rem;
}

.partnersCarousel figure.swiper-slide-inner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.partnersCarousel .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
}

.partnersCarousel {
    padding: 0 8.313rem;
}

.partnersCarousel svg circle {
    fill: transparent;
}

.partnersCarousel svg {
    width: 5.813rem !important;
    height: 3.938rem !important;
}

/* Faq Section  */
.faqSec .col-1 {
    width: 53.625rem !important;
}

.faqSec .col-2 {
    width: 50.125rem !important;
}

.faqSec .elementor-container {
    justify-content: space-between;
    align-items: center;
}

.faqSec img {
    width: 100%;
}

.faqSec .elementor-tab-title a {
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    color: #FCFCFC !important;
    font-weight: 600 !important;
    font-family: "Maven Pro", serif !important;
}

.faqSec .elementor-toggle-icon {
    position: absolute;
    right: 0;
}

.faqSec .elementor-tab-title {
    padding: 1.125rem 0 !important;
    border-top: 0.063rem solid #3A3939;
    border-bottom: none !important;
}

.faqSec .elementor-toggle .elementor-tab-title.elementor-active {
    padding-bottom: 1.5rem;
}

.faqSec p {
    padding-bottom: 1.125rem;
}

.faqSec .elementor-toggle .elementor-tab-content {
    padding: 0;
    border-bottom: 0;
}

/* CTA Section  */
.bottomCTA {
    background: linear-gradient(131.06deg, #1368A3 1.89%, #07273D 103.86%);
}

.bottomCTA p {
    margin-bottom: 1.5rem;
}

.bottomCTA .global-btn a {
    width: 16.875rem;
}

/* Footer  */
.footer-top {
    padding-top: 7.5rem;
    padding-bottom: 3.375rem;
    border-bottom: 0.063rem solid #313548;
}

.footer-top .col-1,
.footer-bottom .col-1 {
    width: 32.75rem !important;
}

.footer-top .col-2,
.footer-bottom .col-2 {
    width: 10.438rem !important;
}

.footer-top .col-3,
.footer-bottom .col-3 {
    width: 19.5rem !important;
}

.footer-top .elementor-container {
    justify-content: space-between;
}

.footer-bottom {
    padding: 2.5rem 0;
}

.footer-bottom .elementor-container {
    justify-content: space-between;
    align-items: center;
}

.footer-name {
    display: flex;
    align-items: center;
}

.footer-bottom .col-2 a {
    text-decoration: underline;
    color: #D1D1D1;
}

.footer-top .col-1 h5 {
    margin-bottom: 2.375rem !important;
}

.footer-top .col-2 ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-top .col-2 ul li a span {
    font-family: 'Maven Pro';
    font-weight: 400;
    color: #fff !important;
}

.footer-top .col-3 .elementor-widget-text-editor {
    margin-top: 2.5rem;
}

.footer-top .col-3 .elementor-widget-text-editor p {
    font-size: 1.25rem !important;
    line-height: 1.625rem !important;
    color: #9A9494 !important;
}

.footer-top .col-3 .elementor-widget-text-editor p a {
    color: white;
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.footer-top .col-3 .elementor-icon-list-items {
    margin: 0;
}

.footer-top .col-3 .elementor-icon-list-items svg {
    fill: white;
    width: 1.125rem !important;
    height: 1.125rem;
    margin: 0;
}

.footer-top .col-3 .elementor-icon-list-items span.elementor-icon-list-icon {
    padding: 1.25rem;
    background: #0D1621;
    border-radius: 3.25rem;
    border: 0.063rem solid #1368A3;
}

.footer-top .col-3 ul {
    gap: 0.75rem;
}

.footer-top::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/footer-right.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18.625rem;
    height: 28.188rem;
    right: -6.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.3;
    pointer-events: none;
}

.footer-top::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/footer-left.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18.625rem;
    height: 28.188rem;
    left: -6.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.3;
    pointer-events: none;
}

.leftAfter::after {
    content: '';
    width: 36.125rem;
    height: 84.5rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: -40rem;
    background-image: url(/wp-content/uploads/2025/01/left-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/* Marquee Slider Section  */
.marqueeSec .splide__list {
    display: flex;
    gap: 1.688rem;
}

.marqueeSec .splide__list .image {
    padding: 2.625rem 4.188rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: white;
    height: 100%;
    border-radius: 1.5rem;
}

.splide.variant {
    margin-top: 1.25rem;
}

.marqueeSec h2 {
    margin-bottom: 3.875rem !important;
}

/* Portfolio Page  */
.bg-sec {
    background: #060D2A !important;
}

/* Page Title  */
.innerPageTitleSection {
    margin-top: 11.224rem;
    height: 18.813rem;
    background-color: black;
}

.innerPageTitleSection .elementor-container {
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Services Grid  */
.services-grid {
    margin-top: 3.75rem;
}

.services-grid .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    z-index: 2;
}

.services-grid .box {
    width: 100%;
    padding: 2.188rem 2.5rem;
    background: linear-gradient(0deg, #0D1621, #0D1621),
        linear-gradient(0deg, #0C0F1D, #0C0F1D);
    position: relative;
    border-radius: 1.5rem;
}

.services-grid .box:before {
    content: '';
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(131.45deg, #1368A3 2.31%, #07273D 96.89%);
    border-radius: 1.5rem;
    z-index: -1;
}

.services-grid .box img {
    margin-bottom: 2rem;
}

.services-grid .box h5 {
    text-align: center;
    width: 90% !important;
    margin: 0 auto !important;
    margin-bottom: 2rem !important;
}

.services-grid .box p {
    text-align: center;
    margin-bottom: 2rem !important;
}

.services-grid .box .global-btn a {
    padding: 0;
    background: transparent !important;
    justify-content: center;
    display: flex;
}

.services-grid.flex-grid .elementor-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.services-grid.flex-grid .elementor-container .box {
    width: 33%;
}

.services-grid.flex-grid {
    margin-top: 2.5rem;
}

.mission-sec .para p {
    width: 71.625rem;
    margin: 0 auto !important;
}

.vision-sec {
    margin-top: 3.75rem;
    z-index: 2;
}

.vision-sec .elementor-container {
    align-items: center;
}

.vision-sec .content-box {
    background: linear-gradient(0deg, #0D1621, #0D1621),
        linear-gradient(0deg, #0C0F1D, #0C0F1D);
    padding: 3.344rem 2.5rem;
    position: relative;
}

.vision-sec .content-box.left {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.vision-sec .mid-image img {
    width: 100%;
}

.vision-sec .content-box.right {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.vision-sec .content-box.left::before {
    content: '';
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(131.45deg, #1368A3 2.31%, #07273D 96.89%);
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    z-index: -1;
}

.vision-sec .content-box.right::before {
    content: '';
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(131.45deg, #1368A3 2.31%, #07273D 96.89%);
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    z-index: -1;
}

/* Text Marquee  */
.textMarquee {
    margin-bottom: 4rem !important;
}

.textMarquee .text h2 {
    color: #1368A3 !important;
    font-size: 11rem !important;
    line-height: 15.6rem !important;
    white-space: nowrap !important;
    text-transform: uppercase;
}

.textMarquee .splide__list li {
    width: 100% !important;
}

.textMarquee .splide__list {
    gap: 35rem;
}

/* Partners Page  */
.partnersBox {
    margin-top: 2.5rem;
}

.partnersBox .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.partnersBox .elementor-container .elementor-column {
    width: 100%;
    padding: 2rem;
    background: white;
    border-radius: 1.5rem;
}

.mission-sec .global-btn a {
    margin-top: 3.75rem !important;
}

.partnersGrid .wpr-media-grid article {
    padding: 2rem;
    background: white;
    border-radius: 1.5rem;
}

.partnersGrid {
    margin-top: 3.063rem;
}

.partnersGrid .wpr-grid-media-hover.wpr-animation-wrap {
    display: none;
}

.partnersGrid .wpr-grid-pagination {
    margin: 0 !important;
}

.partnersGrid .wpr-grid-pagination a {
    margin-top: 3.75rem !important;
    background: #1368A3 !important;
    border-radius: 6.25rem !important;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1.25rem 5.125rem !important;
    transition: all 0.4s ease-out !important;
}

.partnersGrid .wpr-grid-pagination a:hover {
    background: #232D5C !important;
    box-shadow: 0px 6px 20px 0px #00000026;
}

.partnersGrid .wpr-grid-item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.partnersGrid .wpr-media-grid article {
    height: 15rem !important;
	overflow: hidden;
}

/* Careers Page  */
.careersSec .elementor-tab-title {
    padding: 2.5rem !important;
    border-bottom: 0 !important;
    background: #040612 !important;
    border: 0.063rem solid #292929 !important;
    border-radius: 1.5rem;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease-out;
}

.careersSec .elementor-toggle {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.careersSec .elementor-tab-title a {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: 'Maven Pro';
    color: white !important;
}

.careersSec .elementor-tab-title a span {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.careersSec .elementor-tab-title a span.last {
    margin-left: 2rem !important;
    position: relative;
}

.careersSec .elementor-tab-title a span.last::before {
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    display: block;
    position: absolute;
    left: -20px;
    background: #1368A3;
    border-radius: 100%;
    transition: all 0.4s ease-out;
    top: 50%;
    transform: translateY(-50%);
}

.careersSec span.elementor-toggle-icon {
    position: absolute;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.careersSec span.elementor-toggle-icon svg {
    font-size: 2.5rem;
}

.careersSec .elementor-widget-heading {
    position: relative;
    z-index: 2;
}

.careersSec {
    z-index: 2;
}

.careersSec .elementor-toggle {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.careersSec .elementor-tab-title a {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: 'Maven Pro';
    color: white !important;
}

.careersSec .elementor-tab-title a span {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.careersSec .elementor-tab-title a span.last {
    margin-left: 2rem !important;
    position: relative;
}

.careersSec .elementor-tab-title a span.last::before {
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    display: block;
    position: absolute;
    left: -20px;
    background: #1368A3;
    border-radius: 100%;
    transition: all 0.4s ease-out;
    top: 50%;
    transform: translateY(-50%);
}

.careersSec span.elementor-toggle-icon {
    position: absolute;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.careersSec span.elementor-toggle-icon svg {
    font-size: 2.5rem;
}

.careersSec .elementor-widget-heading {
    position: relative;
    z-index: 2;
}

.careersSec .elementor-tab-title.elementor-active {
    border: none !important;
    background: #1368A3 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.4s ease-out;
}

.careersSec .elementor-tab-content {
    border: none !important;
    padding: 2.5rem !important;
    background: #1368A3;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    transition: all 0.4s ease-out;
}

.careersSec .elementor-tab-content strong {
    line-height: 1.875rem;
    font-size: 1.5rem;
    color: white !important;
}

.careersSec .elementor-tab-content ul {
    padding-left: 0;
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-left: 1.5rem;
}

.careersSec .elementor-tab-content ul li {
    color: white !important;
    position: relative;
}

.careersSec .elementor-tab-content ul li::before {
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    display: block;
    background: white;
    top: 50%;
    transform: translateY(-50%);
    left: -0.938rem;
}

/* Single Blog Post Page  */
.innerPageTitleSection .elementor-heading-title {
    width: 86.688rem;
    margin: 0 auto !important;
    text-align: center;
}

.blogPostSec .col-1 {
    width: 70rem;
    z-index: 2;
}

.blogPostSec .col-2 {
    width: 33.75rem;
}

.blogPostSec .elementor-container {
    justify-content: space-between;
}

.blogPostSec .col-1 h2 {
    width: 59.25rem !important;
}

.blogPostSec p:not(:last-child) {
    margin-bottom: 1.5rem !important;
}

.blogPostSec img {
    width: 100%;
    height: 32.375rem !important;
    margin-bottom: 0.5rem;
    border-radius: 1.5rem;
    object-fit: cover;
}

.blogPostSec .col-2 .elementor-widget-sidebar {
    padding: 2rem;
    background: #0C0F1D;
    border-radius: 1.5rem;
    border: 0.063rem solid #1368A3;
}

.blogPostSec .col-2 .elementor-widget-sidebar h2 {
    font-size: 1.5rem !important;
    line-height: 1.763rem !important;
    padding-bottom: 2.5rem;
    border-bottom: 0.063rem solid white;
    margin-bottom: 2.5rem !important;
}

.blogPostSec .col-2 .elementor-widget-sidebar ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.blogPostSec .col-2 .elementor-widget-sidebar ul li {
    background: #040612;
    border-radius: 1.5rem;
    border: 0.063rem solid #292929;
    position: relative;
    transition: all 0.4s ease-out;
}

.blogPostSec .col-2 .elementor-widget-sidebar ul li:hover {
    background: #1368A3;
    transition: all 0.4s ease-out;
}

.blogPostSec .col-2 .elementor-widget-sidebar ul li a {
    font-size: 1.25rem;
    color: white;
    line-height: 1.875rem;
    font-weight: 600;
    width: 24.125rem;
    display: block;
    padding: 2rem;
    cursor: pointer;
}

.blogPostSec .col-2 .elementor-widget-sidebar ul li a:before {
    content: '';
    position: absolute;
    right: 2rem;
    background-image: url(/wp-content/uploads/2025/01/faq-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.blogPostSec.leftAfter::after {
    bottom: 30rem;
}

.blogPostSec.rightBefore::before {
    bottom: 50rem !important;
}

/* Events Single  */
.blogPostSec.eventsSec .col-1 {
    width: 100%;
}

.blogPostSec.eventsSec .col-1 img {
    width: 100%;
}

.blogPostSec.eventsSec .eventsTopImg img {
    height: 37.5rem !important;
    object-fit: cover;
}

.blogPostSec.eventsSec .imagesCol img {
    height: 26.313rem !important;
    object-fit: cover;
}

.blogPostSec.eventsSec .imagesCol .elementor-container {
    gap: 3.933rem;
}

.relatedEvents .elementor-posts-container {
    gap: 1.875rem !important;
}

.relatedEvents .elementor-posts-container img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 21.875rem !important;
    object-fit: cover;
    margin: 0;
}

.relatedEvents .elementor-posts-container .elementor-post__text {
    padding: 1.75rem;
    background: #1368A3;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.relatedEvents .elementor-posts-container .elementor-post__text h6 a {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-family: 'Maven Pro';
    line-height: 1.5rem;
    margin-bottom: 0.938rem !important;
    width: 100% !important;
    display: block;
}

.relatedEvents .elementor-posts-container .elementor-post__text a.elementor-post__read-more {
    font-family: 'Maven Pro';
    color: white;
    padding: 1.188rem 2rem;
    border: 0.063rem solid #FFFFFF;
    border-radius: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    display: inline-block;
    font-weight: 400;
    transition: all 0.4s ease-out;
}

.relatedEvents .elementor-posts-container .elementor-post__text a.elementor-post__read-more:hover {
    transition: all 0.4s ease-out;
    background: #232D5C !important;
    box-shadow: 0px 6px 20px 0px #00000026;
    border-color: #232D5C;
}

/* Inner Sercvice Page  */
.ServiceTopImg img {
    height: 37.5rem !important;
    object-fit: cover;
    border-radius: 1.5rem;
}

.servicesContent .col-1 {
    width: 69.25rem !important;
}

.servicesContent .col-2 {
    width: 33.75rem !important;
}

.servicesContent .elementor-container {
    justify-content: space-between;
    z-index: 2;
}

.servicesContent .gallery {
    display: flex !important;
    gap: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.servicesContent .gallery figure img {
    width: 100%;
    border-radius: 1.5rem;
    height: 25.75rem;
    object-fit: cover;
}

.servicesContent ul.elementor-icon-list-items {
    padding: 2rem !important;
    border-radius: 1.5rem;
    background: #0C0F1D;
    border: 0.063rem solid #1368A3;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.servicesContent ul.elementor-icon-list-items li a {
    padding: 2rem;
    background: #040612;
    border-radius: 1.5rem;
    border: 0.063rem solid #292929;
    color: white;
    transition: all 0.4s ease-out;
}

.servicesContent ul.elementor-icon-list-items li a span.elementor-icon-list-text {
    color: white !important;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-family: 'Maven Pro';
    font-weight: 600;
    width: 93%;
}

.servicesContent ul.elementor-icon-list-items li a .elementor-icon-list-icon {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.servicesContent ul.elementor-icon-list-items li a .elementor-icon-list-icon svg {
    width: 1rem !important;
    height: 1rem !important;
}

.servicesContent ul.elementor-icon-list-items li a:hover {
    background: #1368A3;
}

.servicesContent .wpr-promo-box-content {
    margin-top: 2rem;
    padding: 2.5rem;
    background: linear-gradient(131.06deg, #1368A3 1.89%, #07273D 103.86%);
    border-radius: 1.5rem;
}

.servicesContent .wpr-promo-box-content a {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1.25rem 2.5rem;
    margin-top: 2rem !important;
    display: block;
    width: fit-content;
    background: #1368A3;
    color: white;
    border-radius: 6.25rem;
    transition: all 0.4s ease-out;
}

.servicesContent .wpr-promo-box-content a:hover {
    transition: all 0.4s ease-out;
    background: #232D5C !important;
    box-shadow: 0px 6px 20px 0px #00000026;
}
.servicesContent .solutionContent .servicesList svg{
	align-items: start;
}

body .servicesContent .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
    width: 2.25rem;
	height: 100%;
}

.servicesInner.rightBefore::before {
    bottom: 50rem;
}

.servicesInner.leftAfter::after {
    bottom: 0;
}

/* Contact Page  */
body .map-1 {
    display: block;
}

.services-grid .box,
.contact-grid .box:hover {
    transition: all 0.4s ease-out;
}

.contactSec .elementor-widget-text-editor p {
    width: 53.063rem;
    margin: 0 auto !important;
}

.contactSec {
    padding-left: 19.875rem;
    padding-right: 19.875rem;
}

.contactSec form {
    margin-top: 3.75rem;
}

.addressSec {
    padding-left: 16.375rem;
    padding-right: 16.375rem;
}

.footer-top,
.footer-bottom {
    z-index: 2;
}

.event-container.blog-container .elementor-post__title a,
.event-container .elementor-post__read-more {
    font-family: 'Maven Pro' !important;
}

.blog-container h3 {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
    margin-top: 2rem !important;
}

.excellence .elementor-widget-text-editor p {
    width: 71.625rem;
    margin: 0 auto !important;
}

.excellence .elementor-widget-text-editor {
    width: 100% !important;
}

.ourPathColumn .timeLineSlider .wpr-button-next.wpr-timeline-next-arrow,
.ourPathColumn .timeLineSlider .wpr-button-prev.wpr-timeline-prev-arrow {
    background-repeat: no-repeat;
    z-index: 2;
}

/* Hover Section Homepage  */
.hover-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url("/wp-content/uploads/2025/02/next-gen-xdr-image.webp");
    transition: background-image 0.5s ease-in-out;
    z-index: -1;
}

.hover-section {
    display: flex;
}

.hover-section .grid-item {
    width: 30rem;
    height: 44.375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem;
    transition: all 0.4s ease-out;
    border-right: 0.063rem solid #FFFFFF33;
}

.hover-section .grid-item .top-number {
    font-size: 1.75rem;
    color: #fff;
    line-height: 1.625rem;
    font-weight: 400;
}

.hover-section .grid-item h3 {
    margin-bottom: 1rem !important;
	min-height: 9rem;
}

.hover-section .grid-item p {
    color: white !important;
    margin-bottom: 2.25rem !important;
    overflow: hidden;
    transform: translateY(100%);
    transition: all 0.4s ease-out;
    opacity: 0;
    height: 0;
}

.hover-section .grid-item:hover {
    transition: all 0.4s ease-out;
    background: #1368A3B2;
}

.hover-section .grid-item:hover p {
    transform: translateY(0);
    opacity: 1;
    height: 4.875rem;
    transition: all 0.4s ease-out;
}

.hover-section .grid-item:hover .icon img {
    transition: all 0.4s ease-out;
    transform: rotate(-45deg);
}

.hover-section .grid-item .icon img {
    transition: all 0.4s ease-out;
}

body.home .hoverSec {
    margin: 2.5rem 0 !important;
}

/* Mega Menu  */
/* .wpr-sub-mega-menu {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
} */

.header .wpr-sub-mega-menu {
    transform: translateY(3rem) !important;
    background: transparent !important;
    border: none !important;
}

.header .wpr-sub-mega-menu .megaMenu {
    border: 0.063rem solid #1368A3 !important;
    z-index: 2 !important;
    padding: 2.5rem;
    border-radius: 1.5rem;
    width: fit-content;
    background: linear-gradient(0deg, #0D1621, #0D1621),
        linear-gradient(0deg, #0C0F1D, #0C0F1D);
    left: 6.375rem;
}

.megaMenu ul {
    gap: 1rem;
    margin: 0 !important
}

.header .col-1 .navbar .megaMenu ul li a {
    padding: 1.25rem !important;
    border-radius: 0.75rem;
    transition: all 0.4s ease-out;
}

.header .col-1 .navbar .megaMenu ul li a span.elementor-icon-list-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: white;
    font-weight: 400;
    padding-left: 1.25rem;
}

.header .col-1 .navbar .megaMenu ul li a svg {
    width: 1rem;
    height: 1.25rem;
    margin: 0;
}

.header .col-1 .navbar .megaMenu ul li a:hover {
    transition: all 0.4s ease-out;
    background: #1368A3;
}

.header .col-1 .navbar .megaMenu ul li a:hover svg path {
    fill: white !important;
    transition: all 0.4s ease-out;
}

.header .col-1 .navbar .megaMenu ul li a svg path {
    transition: all 0.4s ease-out;
}

.header .col-1 .navbar ul li a i::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/chevron-down.webp);
    display: block;
    width: 0.875rem;
    height: 0.563rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .wpr-sub-mega-menu .megaMenu.resourcesMega {
    width: 46.75rem;
}
.header .wpr-sub-mega-menu .megaMenu.resourcesMega ul li {
    width: 48.5%;
}

.securityAssured .col-mega-1 {
    width: 11.313rem;
}
.page-id-2039 .header{
	background: transparent !important;
}

.page-id-2039 .hero-sec {
/*     margin-top: 0; */
}
.page-id-2039 .header.header-scrolled{
	background: #040612 !important;
}

.securityAssured .col-mega-2 {
    width: 21.5rem !important;
}

.securityAssuredMarquee{
/* 	position: absolute;
	top: 11rem; */
	background: #1467a6 !important;
	z-index: 99;
}

.securityAssuredMarquee marquee {
    font-size: 1.1rem;
    color: #fff;
/*     background: #232D5C; */
    padding: 0.4rem 0;
    z-index: 3;
    position: relative;
}

.securityAssuredMarquee marquee .marquee-con{
	display: flex;
    gap: 6rem;
}

.securityAssured .elementor-container {
    gap: 2.5rem;
}

.securityAssured .col-mega-2 p {
    font-size: 0.875rem !important;
    line-height: 1.313rem !important;
}

.portfolioMega h2 {
    margin-bottom: 2rem !important;
    font-size: 2rem !important;
    line-height: 2.4rem !important;
}

.portfolioMega .elementor-container {
    align-items: flex-start;
}

.portfolioMega .portfolioMegaCol1 {
    width: 47rem !important;
    padding-right: 2rem;
}

.portfolioMega .portfolioMegaCol2 {
    width: 23.125rem !important;
    padding-left: 2rem;
    border-left: 0.063rem solid #1368A3;
}

.portfolioMega .portfolioMegaCol1 ul li {
    width: 48%;
}

.megaMenu.portfolioMega ul {
    gap: 0;
    justify-content: space-between;
}

.mobileHide {
    display: none;
}

/* Hover Effect Gradients  */
.vision-sec .content-box.left::after {
    content: '';
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(131.45deg, #1368A3 2.31%, #07273D 96.89%);
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.content-box .elementor-widget-wrap {
    z-index: 3;
}

.vision-sec .content-box.left:hover::after {
    opacity: 1;
}

.vision-sec .content-box.right::after {
    content: '';
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(131.45deg, #1368A3 2.31%, #07273D 96.89%);
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.content-box .elementor-widget-wrap {
    z-index: 3;
}

.vision-sec .content-box.right:hover::after {
    opacity: 1;
}

.services-grid .box:after {
    content: '';
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(131.45deg, #1368A3 2.31%, #07273D 96.89%);
    border-radius: 1.5rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.services-grid .elementor-widget-wrap {
    z-index: 2;
}

.services-grid .box:hover:after {
    opacity: 1;
}

.services-grid.withIcon .box:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(3624%) hue-rotate(227deg) brightness(121%) contrast(109%);
}

.services-grid .box .global-btn a:hover {
    box-shadow: none !important;
}

/* Story Page CSS  */
.ourPathColumn .timeLineSlider .wpr-wrapper .swiper-slide .wpr-main-line-icon.wpr-icon svg,
.ourPathColumn .timeLineSlider .wpr-wrapper .swiper-slide .wpr-main-line-icon.wpr-icon {
    width: 8rem !important;
    height: 8rem !important;
    background-color: transparent !important;
}

.timeLineSlider .wpr-wrapper.swiper.wpr-horizontal-bottom {
    overflow: visible;
}

.ourPathColumn .timeLineSlider .wpr-wrapper .wpr-title-wrap .wpr-title {
    font-size: 6rem;
    background: linear-gradient(180deg, #1368A3 0%, rgba(19, 104, 163, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-family: 'Maven Pro';
    opacity: 12%;
}

.ourPathColumn .timeLineSlider .wpr-wrapper .wpr-story-info {
    background-color: transparent !important;
    box-shadow: none;
}

.ourPathColumn .timeLineSlider .wpr-wrapper .wpr-extra-label .wpr-label {
    font-size: 3rem !important;
    font-weight: 600 !important;
}

.ourPathColumn .timeLineSlider .wpr-wrapper .wpr-extra-label .wpr-sub-label {
    font-size: 1.5rem !important;
    color: #D1D1D1 !important;
}

.ourPathColumn .timeLineSlider .wpr-wrapper .wpr-timeline-content-wrapper .wpr-description {
    margin-top: -40px !important;
    padding: 0 1.25rem;
}

.ourPathColumn .timeLineSlider .wpr-wrapper .wpr-timeline-content-wrapper .wpr-title-wrap {
    text-align: left !important;
}

.ourPathColumn .timeLineSlider .wpr-wrapper .swiper-slide.swiper-slide-line-top .wpr-main-line-icon.wpr-icon {
    top: -6.25rem !important;
    transform: translate(-50%, -50%);
}

.ourPathColumn .timeLineSlider .wpr-button-next.wpr-timeline-next-arrow {
    background-image: url('/securenetworks/wp-content/uploads/2025/01/arrow-left-long.svg');
    width: 3.125rem !important;
    height: 4rem !important;
}

.ourPathColumn .timeLineSlider .wpr-button-prev.wpr-timeline-prev-arrow {
    background-image: url('/securenetworks/wp-content/uploads/2025/01/arrow-left-long.svg');
    width: 3.125rem !important;
    height: 4rem !important;
}

.ourPathColumn .timeLineSlider .wpr-button-next.wpr-timeline-next-arrow svg,
.ourPathColumn .timeLineSlider .wpr-button-prev.wpr-timeline-prev-arrow svg,
.ourPathColumn .timeLineSlider .wpr-button-next.wpr-timeline-next-arrow .fa-angle-left,
.ourPathColumn .timeLineSlider .wpr-button-prev.wpr-timeline-prev-arrow .fa-angle-left {
    display: none;
}

.ourPathColumn .timeLineSlider .wpr-wrapper .wpr-extra-label {
    width: 100% !important;
}

/* Customize CSS - Mustufa Bhai and Salman Bhai */
.grid.cols-3>.elementor-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1rem;
}

.grid>.elementor-container .elementor-column {
    width: 100%;
    padding: 2.5rem;
    border-radius: 24px;
    background: #000;
    transition: .4s;
    pointer-events: auto;
}

.grid>.elementor-container .elementor-column:hover {
    background: #1368A3;
    cursor: pointer;
}

.contact-grid .box:hover {
    background: #1368A3;
    cursor: pointer;
}

.grid>.elementor-container .elementor-column::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(to right, #1368A3 2.31%, #07273D 96.89%);
    border-radius: 24px;
    z-index: -1;
}

.map-1,
.map-2,
.map-3 {
    display: none;
}

.blog-container .elementor-post__thumbnail {
    border-radius: 1.5rem;
}

.blog-container .elementor-post__title a {
    font-family: "Maven Pro";
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
}

.blog-container .elementor-post__title {
    line-height: 1;
}

.blog-container .elementor-button-link {
    background: #1368A3;
    border-radius: 6.5rem;
    text-decoration: none;
    padding: 1.25rem 2.5rem;
}

.blog-container .elementor-button-text {

    font-family: "Maven Pro";
    font-size: 1.125rem;
    font-weight: 400;
}

.blog-container .elementor-button-link:hover {
    background: #232D5C;
    box-shadow: 0px 6px 20px 0px #00000026;
}

.event-container.blog-container .elementor-post__thumbnail {
    border-radius: 1.5rem 1.5rem 0 0;
}

.event-container.blog-container .elementor-post__text {
    border-radius: 0 0 1.5rem 1.5rem;
    background: #1368A3;
    padding: 1.75rem;
    display: flex;
    row-gap: 1rem;
    justify-content: space-between;
	padding-top: 0;
}
.event-container.blog-container .elementor-post__text h3.elementor-post__title {
    margin-top: 1.5rem !important;
}

.event-container.blog-container .elementor-post__title a {
    font-size: 1.25rem;
}

.event-container.blog-container .elementor-post__title {
    line-height: 0.65;
}

.event-container .elementor-post__read-more {
    padding: 1rem 1.5rem;
    border-radius: 6.5rem;
    border: 1px solid #fff;
    font-family: "Maven Pro" !important;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
}

.event-container .elementor-post__read-more:hover {
    background: #232D5C;
    border-color: #232D5C;
}

.contact-form input,
.contact-form textarea {
    border: none !important;
    border-bottom: 0.5px solid #FFFFFF !important;
    border-radius: 0 !important;
    padding: 1.2rem 0 !important;
    background-repeat: no-repeat !important;
    background-position: 10px 20px !important;
    padding-left: 40px !important;
    color: white !important;
}

.contact-form textarea {
    height: 6rem;
}

.contact-form .outer-form {
    width: 100%;
    padding: 2.188rem 2.5rem;
    background: linear-gradient(0deg, #0D1621, #0D1621), linear-gradient(0deg, #0C0F1D, #0C0F1D);
    position: relative;
    border-radius: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.5rem;
}

.contact-form .outer-form div:last-child,
.contact-form .outer-form div:nth-last-child(2) {
    grid-column: span 2;
}

.contact-form .outer-form:before {
    content: '';
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(131.45deg, #1368A3 2.31%, #07273D 96.89%);
    border-radius: 1.5rem;
    z-index: -1;
}

.contact-form .wpcf7-submit {
    padding: 1.25rem 4.5rem !important;
    border-radius: 6.5rem !important;
    border: none !important;
    font-family: "Maven Pro" !important;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: 0.4s !important;
    background: #1368A3 !important;

}

.contact-form .wpcf7-submit:hover {
    background: #232D5C !important;
}

.contact-form .outer-form div:last-child {
    text-align: center;
}

.name-icon {
    background: url(/wp-content/uploads/2025/01/name-icon.webp) !important;
}

.email-icon {
    background: url(/wp-content/uploads/2025/01/email-icon-2.webp) !important;
}

.tel-icon {
    background: url(/wp-content/uploads/2025/01/phone-icon.webp) !important;
}

.sub-icon {
    background: url(/wp-content/uploads/2025/01/subject-icon.webp) !important;
}

.pencil-icon {
    background: url(/wp-content/uploads/2025/01/pencil-icon.webp) !important;
}

.sub-head {
    font-family: "Maven Pro";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.625rem;
    letter-spacing: 0.1em;
    padding: 0.625rem 1.25rem;
    border: 1px solid #FFFFFF;
    border-radius: 3.125rem;
    color: #fff !important;
    width: max-content !important;
    margin: 0 auto;
}

.sub-head .elementor-heading-title {
    color: #fff !important;
}

.services-grid.contact-grid .box h5 {
    text-align: left;
    width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 2rem !important;
}

.services-grid.contact-grid .box p {
    text-align: left;
}

.timeLineSlider {
    margin-top: 10rem;
}

.ourPathColumn .timeLineSlider .wpr-wrapper .wpr-extra-label {
    width: 100% !important;
    top: -2.25rem;
}

.ourPathColumn .timeLineSlider .wpr-button-prev.wpr-timeline-prev-arrow {
    transform: translateY(-40%);
}

.ourPathColumn .timeLineSlider .wpr-button-next.wpr-timeline-next-arrow {
    transform: translateY(-60%) rotate(180deg);
}

#timeLineSlider .wpr-story-info:before {
    width: 15px;
    height: 15px;
    background: #fff;
    top: -45px;
    border-radius: 6rem;
    border: 3px solid #69B6EC !important;
    background: #1368A3;
    border-bottom-color: #69B6EC !important;
}

.innerPageTitleSection .elementor-heading-title:after {
    content: "";
    display: block;
    background-image: url('/wp-content/uploads/2025/01/arrow-down.webp');
    background-size: 100% 100%;
    width: 1.5rem;
    height: 1rem;
    background-repeat: no-repeat;
    margin-top: 2rem;
}

.innerPageTitleSection .elementor-heading-title {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.services-grid .box.active:after {
    opacity: 1;
}

.zoom-effect article img {
    transition: transform 0.4s ease-in-out !important;
}

.zoom-effect article:hover img {
    transform: scale(1.1) translate(-50%, -50%) !important;
}

.marqueeSec .splide__list .image .marqueeText {
    background: #1368A3;
    border: 0.063rem solid #ECECEC;
    border-radius: 1.5rem;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 3.188rem;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.marqueeSec .splide__list .image .marqueeText p {
    color: white !important;
    margin-bottom: 1rem !important;
}

.marqueeSec .splide__list .image:hover .marqueeText {
    opacity: 1;
}

.wpcf7-response-output {
    color: white;
}

.contactForm {
    background: linear-gradient(0deg, #0D1621, #0D1621),
        linear-gradient(0deg, #0C0F1D, #0C0F1D);
    padding: 2.5rem;
    border-radius: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contactForm::before {
    content: '';
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(131.45deg, #1368A3 2.31%, #07273D 96.89%);
    border-radius: 1.5rem;
    z-index: -1;
}

.contactForm .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.contactForm .row input {
    height: 3.688rem;
}

.contactForm .row textarea {
    height: 6.25rem;
}

.contactForm .row input,
.contactForm textarea {
    padding-left: 1.75rem !important;
    background: transparent;
    color: white !important;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.contactForm .row>div {
    position: relative;
}

.contactForm .row .name::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/name-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    top: 1.4rem;
    z-index: 2;
}

.contactForm .row .email::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/email-icon-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 1.125rem;
    height: 1rem;
    top: 1.4rem;
    z-index: 2;
}

.contactForm .row .telephone::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/phone-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 1.125rem;
    height: 1rem;
    top: 1.4rem;
    z-index: 2;
}

.contactForm .row .subject::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/subject-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 1.125rem;
    height: 1rem;
    top: 1.4rem;
    z-index: 2;
}

.contactForm .message::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/pencil-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 1.125rem;
    height: 1rem;
    top: 30%;
    transform: translateY(-50%);
    z-index: 2;
}

.rowMessage .message {
    position: relative;
}

.submit-row p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body.page .contact-form .wpcf7-form input:-webkit-autofill,
body.page .contact-form .wpcf7-form textarea:-webkit-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-box-shadow: 0 0 0 1000px #0d1621 inset !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #2c2a2a;
    transition: background-color 5000s ease-in-out 0s !important;
}

.elementor-widget-google_maps iframe {
    filter: invert(90%) hue-rotate(180deg)
}

/* Story Slider  */
.storySlider .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
    gap: 8.813rem;
}

.storySlider .elementor-testimonial__footer {
    margin: 0;
    flex-direction: column;
    position: relative;
}

.storySlider .elementor-testimonial__footer .elementor-testimonial__image img {
    width: 15rem;
    height: 8rem;
    object-fit: contain;
    margin-bottom: 1.5rem;
}

.storySlider .elementor-testimonial__footer cite.elementor-testimonial__cite {
    margin: 0;
    text-align: center !important;
}

.storySlider .elementor-testimonial__footer cite.elementor-testimonial__cite span.elementor-testimonial__name {
    font-weight: 600;
    color: #1368A3;
    font-family: 'Maven Pro';
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 0.5rem !important;
}

.storySlider .elementor-testimonial__footer cite.elementor-testimonial__cite span.elementor-testimonial__title {
    color: #D1D1D1;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.763rem;
    font-family: 'Maven Pro';
}

.storySlider .elementor-testimonial__text {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
    color: #D1D1D1 !important;
    font-style: normal !important;
    font-family: 'Maven Pro' !important;
    font-weight: 400 !important;
    width: 23.5rem !important;
    margin: 0 auto !important;
    position: relative;
}

.storySlider .swiper-slide {
    padding: 0 !important;
}

.storySlider .elementor-testimonial__footer::before {
    content: '';
    display: block;
    height: 0.063rem;
    width: 100%;
    background: #1368A3;
    position: absolute;
    bottom: -3rem;
}

.storySlider .elementor-testimonial__footer::after {
    content: '';
    width: 0.969rem;
    height: 0.969rem;
    border-radius: 0.484rem;
    border: 0.188rem solid #69B6EC !important;
    background: #1368A3;
    border-bottom-color: #69B6EC !important;
    bottom: -3.5rem;
    position: absolute;
}

.storySlider .elementor-swiper-button svg {
    display: none;
}

.storySlider .elementor-swiper-button.elementor-swiper-button-prev {
    content: '';
    display: block;
    position: absolute;
    width: 3.233rem;
    height: 3.125rem;
    background-image: url(/wp-content/uploads/2025/01/arrow-left-long.svg);
    background-repeat: no-repeat;
    opacity: 1 !important;
    left: 0 !important;
    top: 52.6% !important;
    background-size: contain;
}

.storySlider .elementor-swiper-button.elementor-swiper-button-next {
    content: '';
    display: block;
    position: absolute;
    width: 3.233rem;
    height: 3.125rem;
    background-image: url(/wp-content/uploads/2025/01/arrow-right-long.svg);
    background-repeat: no-repeat;
    opacity: 1 !important;
    right: 0 !important;
    top: 52.6% !important;
	background-size: contain;
}

.storySlider {
    margin-top: 6.25rem !important;
}

.storySlider .swiper-slide .elementor-testimonial__text::before {
    content: '';
    font-size: 6rem;
    position: absolute;
    font-weight: 600;
    top: -4.5rem;
    left: 0;
    background: linear-gradient(180deg, #1368A3 0%, rgba(19, 104, 163, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 7.2rem;
    z-index: -1;
    opacity: 0.3;
}

.storySlider .swiper-slide[aria-label="1 / 13"] .elementor-testimonial__text::before {
    content: '01';
}

.storySlider .swiper-slide[aria-label="2 / 13"] .elementor-testimonial__text::before {
    content: '02';
}

.storySlider .swiper-slide[aria-label="3 / 13"] .elementor-testimonial__text::before {
    content: '03';
}

.storySlider .swiper-slide[aria-label="4 / 13"] .elementor-testimonial__text::before {
    content: '04';
}

.storySlider .swiper-slide[aria-label="5 / 13"] .elementor-testimonial__text::before {
    content: '05';
}

.storySlider .swiper-slide[aria-label="6 / 13"] .elementor-testimonial__text::before {
    content: '06';
}

.storySlider .swiper-slide[aria-label="7 / 13"] .elementor-testimonial__text::before {
    content: '07';
}

.storySlider .swiper-slide[aria-label="8 / 13"] .elementor-testimonial__text::before {
    content: '08';
}

.storySlider .swiper-slide[aria-label="9 / 13"] .elementor-testimonial__text::before {
    content: '09';
}

.storySlider .swiper-slide[aria-label="10 / 13"] .elementor-testimonial__text::before {
    content: '10';
}

.storySlider .swiper-slide[aria-label="11 / 13"] .elementor-testimonial__text::before {
    content: '11';
}

.storySlider .swiper-slide[aria-label="12 / 13"] .elementor-testimonial__text::before {
    content: '12';
}

.storySlider .swiper-slide[aria-label="13 / 13"] .elementor-testimonial__text::before {
    content: '13';
}

body .career-form form {
    margin-bottom: 2rem !important;
}

.career-form .contactForm .row .email::before {
    background-image: url(/wp-content/uploads/2025/01/name-icon.webp);
}

.contactForm input.wpcf7-form-control.wpcf7-file {
    width: 100%;
    color: rgb(117, 117, 117) !important;
}

/* Solutions Hero  */
.solutionsHero .col-1 {
    width: 51.313rem;
}

.solutionsHero .col-1 h2 {
    width: 100%;
    text-align: left;
}

.solutionsHero .col-1 h2::after {
    display: none;
}

.solutionsHero .col-2 {
    width: 22.5rem;
}

.solutionsHero .elementor-container {
    justify-content: space-between;
}

.myContainer.solutionsHero {
    padding-right: 15.438rem;
}

.solutionsHero .col-2 img {
    height: 13.125rem !important;
    object-fit: contain;
}

.solutionsHero::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/02/solutions-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 20rem;
    height: 100%;
    left: 0;
}

body .solutionsContent .elementor-widget-icon-box {
    margin-bottom: 1.5rem !important;
}

body .solutionsContent .elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
}

body .solutionsContent.servicesList .elementor-widget-icon-box .elementor-icon-box-wrapper {
    align-items: center;
}

body .solutionsContent .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin: 0;
}

body .solutionsContent .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
    width: 2.25rem;
}

body .solutionsContent .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 0.5rem;
}

.blogPostSec .elementor-widget-text-editor p a {
    color: #D1D1D1;
    text-decoration: underline;
}

.blogPostSec.carouselCaseStudies img {
    height: 100% !important;
}

.blogPostSec.eventsSec .imagesCol.eventsGrid .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.blogPostSec.eventsSec .imagesCol.eventsGrid .elementor-container .elementor-column {
    width: 100%;
}

.relatedEvents {
    margin-top: 5rem;
}

.blogPostSec.eventsSec .imagesCol.eventsGrid .elementor-container .elementor-column .elementor-widget-image a {
    width: 100%;
}

.bg-heading h2 {
    background: #1368a3;
    width: fit-content;
    border-radius: 1rem;
    padding: 0.5rem;
}

/* CSS For Mobile Devices  */
@media screen and (min-width: 280px) and (max-width:600px) {

    /* Header Start  */
    body.home section.header.myContainer,
    .header.header-scrolled {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #040612 !important;
    }

    .blogPostSec.eventsSec .imagesCol.eventsGrid .elementor-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .relatedEvents {
        margin-top: 2rem;
    }

    body section.header.myContainer,
    .header.header-scrolled {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #000 !important;
    }

    .myContainer {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .header .col-2 {
        display: none;
    }

    .header .col-1 {
        width: 100%;
    }

    .header .col-1 .logo {
        width: 50% !important;
    }

    .header .col-1 .navbar {
        width: 50% !important;
    }

    .header .wpr-mobile-toggle {
        border-color: white !important;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        width: 2.2rem !important;
    }

    .header .wpr-mobile-toggle .wpr-mobile-toggle-line {
        background-color: white !important;
        height: 0.13rem !important;
    }

    .header .wpr-mobile-toggle-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .header .wpr-mobile-toggle {
        border-color: white !important;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        width: 2.2rem !important;
    }

    .header .wpr-mobile-toggle .wpr-mobile-toggle-line {
        background-color: white !important;
        height: 0.13rem !important;
    }

    .header .wpr-mobile-toggle-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .header .wpr-mobile-nav-menu {
        top: 3.7rem;
        margin: 0 !important;
    }

    body.home .header .wpr-mobile-nav-menu li {
        background: #040612 !important;
    }

    body .header .wpr-mobile-nav-menu li {
        background: #000 !important;
    }

    body .header .navbar .wpr-mobile-nav-menu li a {
        padding: 0 1.5rem !important;
        background-color: transparent !important;
        margin-bottom: 1rem !important;
    }

    body.home .header .navbar .wpr-mobile-nav-menu {
        background: #040612;
        padding: 1rem 0;
    }

    body .header .navbar .wpr-mobile-nav-menu {
        background: #000;
        padding: 1rem 0;
    }

    .header .wpr-mobile-nav-menu .menu-item-has-children>a:after {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
    }

    /* Header End  */
    .hero-sec .e-hosted-video {
        height: 30rem !important;
/*         margin-top: 6rem; */
    }

    .hero-sec::after {
        display: none;
    }

    .hero-details {
        width: 100% !important;
        top: 60%;
    }

    .hero-details h1 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
        padding: 0 1.5rem;
    }

    .hero-details p {
        font-size: 1rem !important;
        line-height: inherit !important;
        padding: 0 1.5rem;
    }

    .video-sec {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .video-sec .elementor-custom-embed-image-overlay {
        border-radius: 1rem !important;
    }

    .video-sec svg {
        width: 4rem;
    }

    .twoColSec .col-1,
    .twoColSec .col-2 {
        width: 100% !important;
    }

    .twoColSec .elementor-container {
        gap: 2rem;
    }

    h2 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    body .elementor-widget:not(:last-child).m-bottom {
        margin-bottom: 1rem !important;
    }

    p {
        font-size: 1rem !important;
        line-height: inherit !important;
    }

    .global-btn a {
        padding: 1rem 2rem;
        font-size: 1rem;
        line-height: inherit;
    }

    .services-inner {
        margin-top: 2rem;
    }

    .m-bottom-2 {
        margin-bottom: 1rem !important;
    }

    .services-inner .col-1,
    .services-inner .col-2 {
        width: 100%;
    }

    .services-inner>.elementor-container {
        gap: 2rem;
    }

    .services-inner .col-2 h4 {
        padding: 2rem 0;
    }

    h4 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .services-inner .col-2 h4 a {
        width: 85%;
        display: block;
    }

    .services-inner .col-2 h4::before {
        width: 2rem;
        height: 2rem;
    }

    .services-inner .col-2 h4 span {
        margin-right: 0.5rem !important;
    }

    .partnersCarousel {
        margin-top: 0;
    }

    .partnersCarousel svg {
        width: 4rem !important;
        height: 100% !important;
    }

    .partnersCarousel figure.swiper-slide-inner {
        width: 12rem !important;
        height: 7rem !important;
        padding: 0;
    }

    .partnersCarousel .elementor-swiper-button.elementor-swiper-button-next {
        right: -1rem !important;
    }

    .partnersCarousel .elementor-swiper-button.elementor-swiper-button-prev {
        left: -1rem !important;
    }

    .marqueeSec h2 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 2rem !important;
    }

    .marqueeSec .splide__list .image {
        padding: 1rem;
    }

    .bottom-padded {
        padding-bottom: 5rem !important;
    }

    .sec-padded {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }

    .top-padded {
        padding-top: 5rem;
    }

    .partnersCarousel {
        padding: 0 5rem;
    }

    .faqSec .col-1,
    .faqSec .col-2 {
        width: 100% !important;
    }

    .faqSec .elementor-container {
        gap: 2rem;
    }

    .faqSec .elementor-tab-title a {
        width: 85%;
        display: block;
    }

    .bottomCTA .global-btn a {
        width: fit-content;
    }

    .footer-top {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    h5 {
        font-size: 1.2rem !important;
        line-height: 1.5rem !important;
        color: #FCFCFC !important;
        font-weight: 600 !important;
        font-family: "Maven Pro", serif !important;
    }

    .footer-top .col-1 h5 {
        margin-bottom: 1rem !important;
    }

    .footer-top .col-1,
    .footer-bottom .col-1 {
        width: 100% !important;
    }

    .footer-top .col-2,
    .footer-bottom .col-2 {
        width: 100% !important;
    }

    .footer-top .col-3,
    .footer-bottom .col-3 {
        width: 100% !important;
    }

    .footer-top .elementor-container {
        gap: 2rem;
    }

    li {
        font-size: 1rem !important;
        line-height: inherit !important;
    }

    .footer-top .col-2 ul {
        gap: 1rem;
    }

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

    .footer-top .col-3 .elementor-widget-text-editor {
        margin-top: 1.5rem;
    }

    .footer-bottom {
        padding: 2rem 0;
    }

    .footer-bottom .elementor-container {
        gap: 1rem;
    }

    .footer-name {
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        text-align: center;
    }

    .footer-bottom .elementor-widget-text-editor p {
        text-align: center;
    }

    .innerPageTitleSection {
        margin-top: 6rem;
        height: 100%;
        background-color: black;
        background-image: none !important;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .innerPageTitleSection .elementor-heading-title {
        width: 100%;
        padding: 0 1.5rem;
    }

    .innerPageTitleSection .elementor-heading-title:after {
        margin-top: 1rem;
    }

    .mission-sec .para p {
        width: 100%;
    }

    .vision-sec {
        margin-top: 2rem;
    }

    .vision-sec .elementor-container {
        gap: 2rem;
    }

    .vision-sec .content-box {
        padding: 2rem;
        border-radius: 1.5rem;
    }

    .vision-sec .content-box.left::before,
    .vision-sec .content-box.right::before {
        border-radius: 1.5rem;
    }

    .services-grid {
        margin-top: 2rem;
    }

    .services-grid .elementor-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .services-grid .box {
        padding: 2rem;
    }

    .textMarquee {
        margin-bottom: 2rem !important;
    }

    .textMarquee .text h2 {
        font-size: 4rem !important;
        line-height: 6rem !important;
    }

    .event-container.blog-container .elementor-post__text {
        padding: 1.5rem;
    }

    .blogPostSec.eventsSec .eventsTopImg img {
        height: 10rem !important;
    }

    .m-bottom {
        margin-bottom: 1rem !important;
    }

    .blogPostSec img {
        border-radius: 1rem;
    }

    .blogPostSec.eventsSec .imagesCol img {
        height: 10rem !important;
        object-fit: cover;
    }

    .blogPostSec.eventsSec .imagesCol .elementor-container {
        gap: 1rem;
    }

    .blogPostSec .col-1 h2 {
        width: 100% !important;
        margin-top: 1rem !important;
    }

    .blogPostSec.eventsSec .col-1 img {
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }

    .relatedEvents .elementor-posts-container .elementor-post__text {
        padding: 1rem;
    }

    .relatedEvents .elementor-posts-container .elementor-post__text a.elementor-post__read-more {
        padding: 1rem 1.5rem;
    }

    .services-grid.flex-grid .elementor-container .box {
        width: 100%;
    }

    .services-grid .box h5 {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    .services-grid .box img {
        margin-bottom: 1rem;
    }

    .ServiceTopImg img {
        height: 10rem !important;
        border-radius: 1rem;
    }

    .servicesContent.top-padded {
        padding-top: 2rem;
    }

    .servicesContent .gallery {
        gap: 1rem;
        margin-top: 2rem;
        flex-direction: column;
    }

    .servicesContent .gallery figure img {
        border-radius: 1rem;
        height: 10rem;
    }

    .servicesContent .elementor-container {
        gap: 2rem;
    }

    .servicesContent ul.elementor-icon-list-items {
        padding: 1.5rem 1rem !important;
    }

    .servicesContent ul.elementor-icon-list-items li a {
        padding: 1.5rem 1rem;
        border-radius: 1rem;
    }

    .servicesContent ul.elementor-icon-list-items li a span.elementor-icon-list-text {
        width: 85%;
    }

    .servicesContent .wpr-promo-box-content {
        margin-top: 2rem;
        padding: 1.5rem;
    }

    h3 {
        font-size: 2rem !important;
        line-height: 2rem !important;
    }

    .servicesContent .wpr-promo-box-content a {
        font-size: 1rem;
        line-height: inherit;
        padding: 1rem 1.5rem;
        margin-top: 1rem !important;
    }

    .blog-container h3 a {
        font-size: 1.25rem !important;
        line-height: inherit !important;
    }

    .blogPostSec img {
        height: 10rem !important;
    }

    .blogPostSec .elementor-container {
        gap: 2rem;
    }

    .blogPostSec .col-2 {
        width: 100%;
    }

    .blogPostSec .col-2 .elementor-widget-sidebar ul li a {
        width: 100%;
        padding: 1rem 1.5rem;
        width: 85%;
    }

    .blogPostSec .col-2 .elementor-widget-sidebar {
        padding: 1.5rem 1rem;
    }

    .partnersBox .elementor-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .partnersBox {
        margin-top: 1rem;
    }

    .mission-sec .global-btn a {
        margin-top: 2rem !important;
    }

    .partnersBox .elementor-container .elementor-column {
        padding: 1.5rem;
    }

    .careersSec .elementor-toggle {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .careersSec .elementor-tab-title {
        padding: 1.5rem !important;
    }

    .careersSec .elementor-tab-title a {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .careersSec .elementor-tab-title a span {
        font-size: 1rem;
        line-height: inherit;
    }

    .careersSec span.elementor-toggle-icon svg {
        font-size: 2rem;
    }

    .careersSec span.elementor-toggle-icon {
        right: 2rem;
    }

    .careersSec .elementor-tab-content {
        padding: 1.5rem !important;
    }

    .careersSec .elementor-tab-content ul {
        margin: 1rem 0;
    }

    .careersSec .elementor-toggle {
        gap: 1rem;
    }

    .contactSec {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .contactSec .elementor-widget-text-editor p {
        width: 100%;
    }

    .contact-form .outer-form {
        padding: 2rem 1.5rem !important;
        display: block !important;
    }

    .contact-form .wpcf7-submit {
        padding: 1rem 3rem !important;
        margin-top: 1rem !important;
    }

    .addressSec {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    body .contact-form input,
    body .contact-form textarea {
        background-position: center left !important;
    }

    .excellence .elementor-widget-text-editor p {
        width: 100%;
        margin: 0 auto !important;
    }

    .ourPathColumn .timeLineSlider .wpr-button-next.wpr-timeline-next-arrow {
        transform: translateY(-64%) rotate(180deg);
    }

    .ourPathColumn .timeLineSlider .wpr-button-prev.wpr-timeline-prev-arrow {
        transform: translateY(-36%);
    }

    .hover-section {
        flex-wrap: wrap;
        background-image: none !important;
    }

    .hover-section .grid-item {
        width: 100%;
        height: 20rem;
        border-right: 0;
        border-bottom: 0.063rem solid white;
    }

    .hover-section::before {
        display: none !important;
    }

    .hover-section .grid-item h3 {
        margin-bottom: 1rem !important;
        font-size: 1.5rem !important;
        line-height: inherit !important;
    }

    .hover-section .grid-item .top-number {
        font-size: 1.5rem;
        line-height: inherit;
    }

    .marqueeSec .splide__list .image .marqueeText {
        padding: 0 0.1rem;
    }

    .contactForm {
        gap: 1rem;
        padding: 1.5rem !important;
    }

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

    .storySlider {
        margin-top: 3rem !important;
    }

    .storySlider .elementor-swiper-button.elementor-swiper-button-prev,
    .storySlider .elementor-swiper-button.elementor-swiper-button-next {
        top: 52.8% !important;
    }

    .solutionsHero .col-1,
    .solutionsHero .col-2 {
        width: 100%;
    }

    .solutionsHero::before {
        display: none;
    }

    .myContainer.solutionsHero {
        padding-right: 1.5rem;
    }

    .solutionsHero .elementor-container {
        justify-content: center;
        text-align: center;
    }

    .solutionsHero .col-2 img {
        height: 7rem !important;
        object-fit: contain;
    }

    .solutionsHero .col-1 h2 {
        padding: 0;
        text-align: center;
    }

    .blogPostSec .col-1,
    .blogPostSec .col-2 {
        width: 100% !important;
    }

    .blogPostSec .carouselCaseStudies img {
        height: 100% !important;
    }
	.page-id-2039 .header {
    	margin-top: 2.299rem;
	}

	.securityAssuredMarquee{
    	position: fixed !important;
	}

}

/* Media Query for Tablet Devices  */
@media screen and (min-width: 601px) and (max-width:1024px) {

    /* Header Start  */
    body.home section.header.myContainer,
    .header.header-scrolled {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        background-color: #040612 !important;
        position: relative;
    }

    body section.header.myContainer,
    .header.header-scrolled {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        background-color: #000 !important;
    }

    .myContainer {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .header .col-2 {
        display: none;
    }

    .header .col-1 {
        width: 100%;
    }

    .header .col-1 .logo {
        width: 50% !important;
    }

    .header .col-1 .navbar {
        width: 50% !important;
    }

    .header .wpr-mobile-toggle {
        border-color: white !important;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        width: 2.2rem !important;
    }

    .header .wpr-mobile-toggle .wpr-mobile-toggle-line {
        background-color: white !important;
        height: 0.13rem !important;
    }

    .header .wpr-mobile-toggle-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .header .wpr-mobile-toggle {
        border-color: white !important;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 3.2rem !important;
    }

    .header .wpr-mobile-toggle .wpr-mobile-toggle-line {
        background-color: white !important;
        height: 0.3rem !important;
    }

    .header .wpr-mobile-toggle-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .header .wpr-mobile-nav-menu {
        top: 5.5rem;
        margin: 0 !important;
    }

    body.home .header .wpr-mobile-nav-menu li {
        background: #040612 !important;
    }

    body .header .wpr-mobile-nav-menu li {
        background: #000 !important;
    }

    body .header .navbar .wpr-mobile-nav-menu li a {
        padding: 0 3.5rem !important;
        background-color: transparent !important;
        margin-bottom: 1rem !important;
    }

    body.home .header .navbar .wpr-mobile-nav-menu {
        background: #040612;
        padding: 1rem 0;
    }

    body .header .navbar .wpr-mobile-nav-menu {
        background: #000;
        padding: 1rem 0;
    }

    .header .wpr-mobile-nav-menu .menu-item-has-children>a:after {
        margin-left: 0 !important;
        margin-right: 3.5rem !important;
    }

    .header .col-1 .logo img {
        width: 15rem;
    }

    .hero-sec .e-hosted-video {
        height: 40rem !important;
    }

    .hero-sec::after {
        display: none;
    }

    .hero-details h1 {
        font-size: 3rem !important;
        line-height: 3.5rem !important;
    }

    body .elementor-widget:not(:last-child).m-bottom {
        margin-bottom: 1rem !important;
    }

    .hero-details {
        top: 65%;
        padding: 0 3.5rem;
    }

    .video-sec {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .sec-padded {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .video-sec .elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
        border-radius: 1.5rem !important;
    }

    .twoColSec .col-1,
    .twoColSec .col-2 {
        width: 48% !important;
    }

    h2 {
        font-size: 2.5rem !important;
        line-height: 3rem !important;
    }

    .global-btn .elementor-button-icon svg {
        width: 1rem !important;
    }

    .hover-section .grid-item {
        width: 25%;
        height: 40rem;
    }

    .hover-section .grid-item h3 {
        margin-bottom: 1.25rem !important;
    }

    h3 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .services-inner .col-1,
    .services-inner .col-2 {
        width: 48%;
    }

    .services-inner .col-2 h4 {
        padding: 2rem 0;
    }

    h4 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .services-inner .col-2 h4 span {
        margin-right: 0 !important;
    }

    .services-inner .col-2 h4 a {
        width: 85%;
        display: block;
    }

    .partnersCarousel figure.swiper-slide-inner {
        width: 80% !important;
    }

    .bottom-padded {
        padding-bottom: 5rem;
    }

    .top-padded {
        padding-top: 5rem;
    }

    .marqueeSec .splide__list .image {
        padding: 2rem;
    }

    .faqSec .col-1,
    .faqSec .col-2 {
        width: 48% !important;
    }

    .bottomCTA .global-btn a {
        width: 20%;
    }

    .innerPageTitleSection {
        margin-top: 8rem;
        height: 100%;
        background-image: none !important;
        padding: 5rem 3.5rem;
    }

    .innerPageTitleSection .elementor-heading-title {
        width: 100%;
    }

    .excellence .elementor-widget-text-editor p {
        width: 100%;
    }

    .ourPathColumn .timeLineSlider .wpr-button-next.wpr-timeline-next-arrow {
        transform: translateY(-40%) rotate(180deg) !important;
    }

    .ourPathColumn .timeLineSlider .wpr-button-prev.wpr-timeline-prev-arrow {
        transform: translateY(-60%) !important;
    }

    .elementor-318 .elementor-element.elementor-element-64b39ed6 .wpr-swiper-pagination.swiper-pagination-progressbar {
        width: 100%;
        transform: scaleY(0.2) translateX(-50%);
    }

    .textMarquee .text h2 {
        font-size: 8rem !important;
        line-height: 8rem !important;
    }

    .footer-top {
        padding-top: 5rem;
    }

    .vision-sec .content-box {
        padding: 2rem;
    }

    .vision-sec img {
        width: 30%;
    }

    .vision-sec .mid-image img {
        height: 31rem;
        object-fit: cover;
        border-radius: 1.5rem;
    }

    .services-grid .box {
        padding: 2rem;
    }

    .mission-sec .para p {
        width: 100%;
    }

    .blogPostSec.eventsSec .eventsTopImg img {
        height: 25rem !important;
    }

    .blogPostSec.eventsSec .imagesCol .elementor-container {
        gap: 2rem;
    }

    .blogPostSec.eventsSec .imagesCol .elementor-container .elementor-col-50 {
        width: 48% !important;
    }

    .blogPostSec.eventsSec .imagesCol img {
        height: 20rem !important;
    }

    .blogPostSec .col-1 h2 {
        width: 100% !important;
        margin-bottom: 2rem !important;
    }

    .services-grid .elementor-container {
        gap: 2rem;
    }

    .services-grid .box img {
        width: 30%;
    }

    .servicesContent .col-1,
    .servicesContent .col-2 {
        width: 48% !important;
    }

    .servicesContent .gallery {
        gap: 2rem;
        margin-top: 2.75rem;
        flex-direction: column;
    }

    .servicesContent .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 100% !important;
    }

    .servicesContent .gallery figure img {
        height: 20rem;
    }

    .ServiceTopImg img {
        height: 20rem !important;
    }

    .blogPostSec .col-1,
    .blogPostSec .col-2 {
        width: 48% !important;
    }

    .blogPostSec img {
        height: 20rem !important;
    }

    .contactSec {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .contactSec .elementor-widget-text-editor p {
        width: 100%;
    }

    .addressSec {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .partnersGrid .wpr-media-grid article {
        height: 15rem !important;
    }

    .storySlider .elementor-swiper-button.elementor-swiper-button-prev,
    .storySlider .elementor-swiper-button.elementor-swiper-button-next {
        top: 53.6% !important;
    }

    .solutionsHero .col-1 {
        width: 48%;
    }

    .solutionsHero .col-2 {
        width: 35%;
    }

    .myContainer.solutionsHero {
        padding-right: 3.5rem;
    }

    .solutionsHero::before {
        display: none;
    }

    .blogPostSec.eventsSec .imagesCol.eventsGrid .elementor-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .relatedEvents {
        margin-top: 4rem;
    }
	.securityAssuredMarquee{
/* 		margin-top: 80px; */
		z-index: 99;
		position: fixed !important;
	}
	.page-id-2039 .header {
    	margin-top: 2.299rem;
	}
}

/* Media Query for Smaller Laptops  */
@media screen and (min-width: 1024px) and (max-width:1600px) {
    .ourPathColumn .timeLineSlider .wpr-button-next.wpr-timeline-next-arrow {
        transform: translateY(-50%) rotate(180deg);
    }

    .ourPathColumn .timeLineSlider .wpr-button-prev.wpr-timeline-prev-arrow {
        transform: translateY(-50%);
    }
}

/* CSS of Feedback of Client 14 March 2025  */
body .services-grid.flex-grid .elementor-container {
    flex-wrap: nowrap;
}

body .solutionsGrid .box img {
    height: 6.25rem;
    object-fit: cover;
}

.filter img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(59deg) brightness(103%) contrast(101%);
}

.textMarquee {
    display: none;
}

.storySlider .elementor-testimonial__footer cite.elementor-testimonial__cite span.elementor-testimonial__title {
    opacity: 0;
}

.elementor-widget-testimonial-carousel .swiper-wrapper .swiper-slide:first-child .elementor-testimonial__footer cite.elementor-testimonial__cite span.elementor-testimonial__title {
    opacity: 1;
}

.video-section {
    padding-top: 3.25rem;
}

/* Security Assured Page  */

.apartsTab.faqSec .elementor-tab-title a {
    font-size: 1.75rem !important;
    line-height: 1.75rem !important;
}

.apartsTab.faqSec .elementor-tab-title {
    padding: 2.25rem 0 !important;
}

.apartsTab.faqSec .elementor-toggle .elementor-tab-title.elementor-active {
    padding-bottom: 1.5rem !important;
    border: none !important;
}

.apartsTab.faqSec .elementor-toggle .elementor-tab-title.elementor-active a {
    color: #1368A3 !important;
}

.apartsTab.faqSec p {
    padding-bottom: 1.875rem;
    color: #1368A3 !important;
}

.apartsTab.faqSec .elementor-tab-title {
    border-top: 0.063rem solid #1368A3 !important;
}

.apartsTab .elementor-toggle-item:last-child .elementor-tab-title {
    border-bottom: 0.063rem solid #1368A3 !important;
}

.apartsTab .elementor-toggle-item:first-child .elementor-tab-title {
    border-top: none !important;
}

.localExpertise ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
}

.localExpertise ul li {
    position: relative;
    padding-left: 2rem;
}

.localExpertise ul li::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/03/bullet-icon.svg);
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
}

.coreServicesGrid.services-grid .elementor-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    justify-content: center;
}

.coreServicesGrid.services-grid .elementor-container .box {
    width: 34.167rem !important;
}

/* Hero Carousel  */

.hero-details .elementor-testimonial__text {
    font-size: 3.75rem !important;
    line-height: 3.75rem !important;
    color: white;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 600;
}

.hero-details .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0 !important;
}

.hero-details .elementor-main-swiper {
    width: 100%;
}

.hero-details span.elementor-testimonial__name {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
    font-family: 'Maven Pro';
    color: #D1D1D1 !important;
    font-weight: 400;
}

.hero-details .elementor-testimonial__footer {
    margin-top: 2rem;
}

.hero-details .swiper-pagination span.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #040612;
    opacity: 1;
}

.hero-details .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.hero-details .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
}

.hero-details .swiper-pagination {
    bottom: -5rem !important;
}

@media screen and (min-width: 280px) and (max-width:600px) {
    .coreServicesGrid.services-grid .elementor-container .box {
        width: 100% !important;
    }

    .hero-details .elementor-testimonial__text {
        font-size: 2rem !important;
        line-height: 2rem !important;
        padding: 0 1.5rem;
    }

    .hero-details span.elementor-testimonial__name {
        font-size: 1.25rem !important;
        line-height: 1.6rem !important;
        padding: 0 1.5rem;
    }

    .hero-details .swiper-pagination {
        bottom: -2rem !important;
    }

    .hero-details .swiper-pagination span.swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem;
    }
}

@media screen and (min-width: 601px) and (max-width:1024px) {
    .hero-details .swiper-pagination {
        bottom: -2rem !important;
    }
}

@media screen and (min-width: 1366px) and (max-width:1600px) {

    .storySlider .elementor-swiper-button.elementor-swiper-button-prev,
    .storySlider .elementor-swiper-button.elementor-swiper-button-next {
        top: 53.44% !important;
    }
}



