<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
p {
	margin-block-end: 1.3rem;
}
*/

strong, b {
	font-weight: 600;
}


/* --------------------------------------------------- Remove button syling on mobile burger nav toggle */

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon, .elementor-widget-n-menu .e-n-menu-toggle, .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle:hover, .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle:focus {
    background-image: none;
    box-shadow: unset;
    border: none !important;
}


/* --------------------------------------------------- Remove globally applied border radius on logo in header and footer */

.elementor-widget-theme-site-logo img, .elementor-location-footer img {
    border-radius: 0 !important;
}


/* --------------------------------------------------- Apply gradient fills to headings */

h1, h2 {
    display: inline;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #E8F6FF 0%, #A8DFFF 50%, #6AC7FF 100%);
}

body.home h1 {
    background-image: linear-gradient(120deg, #E8F6FF 0%, #6AC7FF 50%, #c66fdc 100%);
}

h2 {
  background-image: linear-gradient(-120deg, #7D2CFE 0%, #6100FE 50%, #350099 100%);
}

.brandgrad h2, .brandgrad h3, .brandgrad h4 {
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #1BA9FE 1%, #7D2CFE 100%);
}

.bluegrad h2, .bluegrad h3, .bluegrad h4 {
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #E8F6FF 0%, #A8DFFF 50%, #1BA9FE 100%);
}


/* --------------------------------------------------- Scalable font sizing for homepage H1 on large screens */

@media (min-width: 1024px) {
    body.home h1 {
        font-size: clamp(4rem, 5.612vw + 0.408rem, 8.125rem) !important;
        line-height: 0.9 !important;
    }
}

/* --------------------------------------------------- Custom link styling on site toolbar (top of screen) */

.elementor-30 .elementor-element.elementor-element-4601284 a {
	color: var(--e-global-color-f6ff656);
    font-size: 15px;
    font-weight: 600;
}

.toolbar a {
    text-decoration: underline !important;
    text-decoration-color: rgba(255,255,255,.6) !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 0.5px !important;
}

.toolbar .elementor-icon-list-item a {
    text-decoration-color: rgba(0,0,0,.5) !important;
}

.toolbar a:hover, .toolbar a:focus {
    text-decoration: none !important;
}


/* --------------------------------------------------- Custom link styling on site header */


/* position header absolutely */

header.elementor-location-header {
    z-index: 99;
    top: 0;
    position: absolute;
    left: 0;
    right: 0
}

.logged-in.admin-bar header.elementor-location-header {
    top: 32px;
}

body.home header.elementor-location-header, body.single-services header.elementor-location-header {
    background-image:none;
}

/* Applying background and border to header strip when sticky */

header.elementor-location-header .elementor-sticky {
	transition: background ease 0.3s;
}

header.elementor-location-header .elementor-sticky--active {
	background: #350099;
	border-bottom: 1px solid var( --e-global-color-accent ) !important;
}

/* Showing the phone CTA next to logo on larger screens when header is sticky */

@media (min-width: 1025px) {

	header.elementor-location-header .elementor-element-570512e0 .desktop-phone-cta {
		display: none;
		transform: translateX(-2rem);
		transition: 0.3s ease all;
	}
	
	header.elementor-location-header .elementor-sticky--active .desktop-phone-cta {
		opacity: 1;
		display: block;
		transform: translateX(0);
	}
}

/* --------------------------------------------------- Custom styling to M1 link in navigation menu */

#e-n-menu-title-1594 a {
    display: block;
    padding-left: 36px;
    background: url(/wp-content/uploads/m1-icon-1.svg) 0% 50%/ contain no-repeat;
}

.e-n-menu-title.e-current a {
    color: white;
}

#e-n-menu-title-1594 span {
    text-transform: none !important;
    letter-spacing: 1px !important;
}


#e-n-menu-title-1594 span, #e-n-menu-title-1595 span {
    font-family: var(--e-global-typography-bb5d255-font-family), Sans-serif;
    font-weight: var(--e-global-typography-bb5d255-font-weight);
    text-transform: var(--e-global-typography-bb5d255-text-transform);
    --n-menu-title-line-height: var(--e-global-typography-bb5d255-line-height);
    letter-spacing: var(--e-global-typography-bb5d255-letter-spacing);
    word-spacing: var(--e-global-typography-bb5d255-word-spacing);
}


/* --------------------------------------------------- ofsetting the white boxes in listings at large screens */

	@media (min-width: 1520px) {
		
		.service-listing article div.elementor, .service-listing article div.elementor div.elementor-element, .service-listing article div.elementor div.elementor-widget-container {
			height: 100%;
		}
	
		.service-listing article:nth-child(3n - 1) {
			transform: translateY(25px);
		}
		
		.service-listing article:nth-child(3n) {
			transform: translateY(50px);
	}
}


/* --------------------------------------------------- Custom bullet numbering on "our approach" listings */

.approach-list h3 {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-ae9fe37-font-family), Sans-serif;
    font-size: var(--e-global-typography-ae9fe37-font-size);
    font-weight: 300;
    text-transform: var(--e-global-typography-ae9fe37-text-transform);
    line-height: var(--e-global-typography-ae9fe37-line-height);
    letter-spacing: var(--e-global-typography-ae9fe37-letter-spacing);
    word-spacing: var(--e-global-typography-ae9fe37-word-spacing);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(-120deg, #7D2CFE 0%, #6100FE 50%, #350099 100%);
    display: inline;
}

.approach-list h3 strong {
	font-weight: inherit;
}

.approach-list li {
    margin-top: 50px;
}

.approach-list li::marker {
    background: green;
    color: white;
}


.approach-list ol::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	background-image: linear-gradient(0deg, #7D2CFE 0%, #6100FE 50%, #350099 100%);
    width: 2px;
    content: "";
}

.approach-list ol::before {
    position: absolute;
    bottom: 0;
    left: -6px;
    bottom: -16px;
    height: 13px;
    background: #7D2CFE;
    width: 13px;
    border-radius: 50%;
    content: "";
}

.approach-list ol { 
    list-style: none; 
    counter-reset: num; 
    margin-left: 15px;
    position: relative;
    padding-bottom: 1px;
} 
  
.approach-list ol li { 
    counter-increment: num; 
    font-size: 20px; 
} 

.approach-list ol li p {
    font-size: var(--e-global-typography-ef43067-font-size);
    line-height: var(--e-global-typography-ef43067-line-height);
    letter-spacing: var(--e-global-typography-ef43067-letter-spacing);
    word-spacing: var(--e-global-typography-ef43067-word-spacing);
    margin-top: 10px;
}
  
.approach-list ol li::before { 
    content: "0" counter(num);
    font-weight: bold;
    color: white;
    background-image: linear-gradient(120deg, #7D2CFE 0%, #6100FE 50%, #350099 100%);
    border-radius: 50%;
    transform: translate(-60px, -6px);
    padding: 10px;
    width: 40px;
    position: absolute;
    font-size: 15px;
    line-height: 1;
    height: 40px;
    z-index: 23;
    border: 2px solid white;
    text-align: center;
} 


/* ------------------------------------------------------------ background styles for cluster icons*/

.cluster-container {
    background-position: calc(120% - 2vw) 36% !important;
  background-repeat: no-repeat !important;
  background-size: 1500px auto !important;
}

@media (max-width: 1920px) {
.cluster-container {
    background-position: calc(120% - 2vw) 36% !important;
  background-repeat: no-repeat !important;
  background-size: 1300px auto !important;
}
}

@media (max-width: 1520px) {
    .cluster-container {
        background-position: 125% -29px !important;
        background-repeat: no-repeat !important;
        background-size: 880px auto !important;
    }
}

@media (max-width: 1024px) {
    .cluster-container {
       background-position: 202px 53% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

@media (max-width: 767px) {
    .cluster-container {
       background-position: 0px -93px !important;
    background-repeat: no-repeat !important;
    background-size: 611px auto !important;
    }
}

@media (max-width: 520px) {
    .cluster-container {
      background-position: -80px -100px !important;
    background-repeat: no-repeat !important;
    background-size: 631px auto !important;
    }
}


/* -------------------------------------------- events list page styles */

.events-list .dce-item_custommeta {
    display: inline-block;
}

.events-info p {
    margin-bottom: 0;
}

</pre></body></html>