/**
* Theme Name:		Saundersint Child
* Author:			Dileep
* Template:			generatepress
* Text Domain:		saundersint-child
* Description:		Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
*/

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}

:root {
	--body-font: "SuisseIntl", sans-serif;
	--heading-font: "SuisseIntl", sans-serif;
}

.post,
.page {
	margin: 0;
}

.elementor-button {
	cursor: pointer;
}

.elementor-menu-toggle__icon--close svg,
.elementor-menu-toggle__icon--open svg {
	display: block;
}

.elementor-icon {
    display: inline-flex;
}

.text-inherit {
	color: inherit;
}


a:hover,
a:active {
	outline: 0;
}

.elementor-icon-wrapper .elementor-icon {
    display: inline-flex;
}

.elementor-select-wrapper select option {
    color: var(--e-global-color-text);
}

/* Navigation */

.navigation .elementor-nav-menu--dropdown {
    position: static !important;
    width: auto !important;
    margin: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1  !important;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 1  !important;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 1  !important;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1  !important;
}

/* Elenentor Editor custamize Start */

.elementor-nav-menu--layout-horizontal {
	margin-top: 0 !important;
}

[data-elementor-type="wp-page"] > [data-element_type="container"] {
	padding: 0;
}

[data-elementor-type="wp-page"] > [data-element_type="container"] > .e-con-inner{
	padding: 0;
	max-width: 100%;
}

[data-elementor-post-type=page]>.elementor-section-wrap,
[data-elementor-post-type=page],
[data-elementor-post-type=revision] {
    display: flex;
    flex-direction: column;
/*    overflow: hidden;*/
    gap: 0rem;
}

[data-elementor-type=single-post]>.elementor-element:first-child,
[data-elementor-type=single-post]>.elementor-section-wrap>[data-element_type="container"]:first-child,
[data-elementor-post-type=page]>.elementor-element:first-child,
[data-elementor-post-type=page]>.elementor-section-wrap>[data-element_type="container"]:first-child,
[data-elementor-post-type=revision]>.elementor-element:first-child,
[data-elementor-post-type=revision]>.elementor-section-wrap>[data-element_type="container"]:first-child {
    padding: 7.25rem 3rem;
}

[data-elementor-type=single-post]>.elementor-element:first-child>.e-con-inner,
[data-elementor-type=single-post]>.elementor-section-wrap>[data-element_type="container"]:first-child>.e-con-inner,
[data-elementor-post-type=page]>.elementor-element:first-child>.e-con-inner,
[data-elementor-post-type=page]>.elementor-section-wrap>[data-element_type="container"]:first-child>.e-con-inner,
[data-elementor-post-type=revision]>.elementor-element:first-child>.e-con-inner,
[data-elementor-post-type=revision]>.elementor-section-wrap>[data-element_type="container"]:first-child>.e-con-inner {
    max-width: 100%;
}

[data-elementor-type=single-post]>.elementor-section-wrap>[data-element_type="container"],
[data-elementor-type=single-post]>.elementor-element,
[data-elementor-post-type=page]>.elementor-section-wrap>[data-element_type="container"],
[data-elementor-post-type=page]>.elementor-element,
[data-elementor-post-type=revision]>.elementor-section-wrap>[data-element_type="container"],
[data-elementor-post-type=revision]>.elementor-element {
    padding: 7.25rem 3rem;
}

[data-elementor-type=single-post]>.elementor-section-wrap>[data-element_type="container"]>.e-con-inner,
[data-elementor-type=single-post]>.elementor-element>.e-con-inner,
[data-elementor-post-type=page]>.elementor-section-wrap>[data-element_type="container"]>.e-con-inner,
[data-elementor-post-type=page]>.elementor-element>.e-con-inner,
[data-elementor-post-type=revision]>.elementor-section-wrap>[data-element_type="container"]>.e-con-inner,
[data-elementor-post-type=revision]>.elementor-element>.e-con-inner {
    padding: 0;
    gap: 7rem;
    max-width: 100%;
}

.elementor-add-section {
    width: 100%
}

.title-wrap {
    white-space: nowrap;
}

/* Elenentor Editor custamize End */

html {
	font-size: 16px;
}

body {
	font-family: var(--body-font);
	font-size: 1rem;
	line-height: 1.32;
	color: var(--e-global-color-text);
	overflow-x: hidden;
}

a {
	color: var(--e-global-color-text);
	text-decoration: none;
}

a:hover {
	color: var(--e-global-color-primary);
}

ul,
ol {
	padding-left: 1.75rem;
	margin-left: 0;
	margin-bottom: 0;
}

ul ~ p,
ol ~ p {
    margin-top: 1rem;
}

ul li + li,
ol li + li {
	margin-top: 0rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.single-post [data-elementor-type="single-post"] h2,
.single-post [data-elementor-type="single-post"] h3,
.single-post [data-elementor-type="single-post"] h4,
.single-post [data-elementor-type="single-post"] h5,
.single-post [data-elementor-type="single-post"] h6,
.single-post [data-elementor-type="single-post"] ul,
.single-post [data-elementor-type="single-post"] ol {
	margin-bottom: 1rem;
}

.elementor p a,
.elementor ul li a,
.elementor ol li a {
	text-decoration: underline;
}

p:last-child {
	margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: var(--heading-font);
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	h1, .h1 {
		font-size: 4rem;
		line-height: 1;
	}

	h2, .h2 {
		font-size: 2.625rem;
		line-height: 1.25;
	}

	h3, .h3 {
		font-size: 1.875rem;
		line-height: 1;
	}

	h4, .h4 {
		font-size: 1.5rem;
		line-height: 1.425;
	}

	h5, .h5 {
		font-size: 1.125rem;
		line-height: 1.2;
	}

	h6, .h6 {
		font-size: 1.125rem;
		line-height: 1.625;
	}
}

@media (max-width: 1023px) {
	h1, .h1 {
		font-size: 2.5rem;
		line-height: 1;
	}

	h2, .h2 {
		font-size: 1.625rem;
		line-height: 1.25;
	}

	h3, .h3 {
		font-size: 1.5rem;
		line-height: 1;
	}

	h4, .h4 {
		font-size: 1.25rem;
		line-height: 1.425;
	}

	h5, .h5 {
		font-size: 1rem;
		line-height: 1.2;
	}

	h6, .h6 {
		font-size: 1rem;
		line-height: 1.625;
	}
}

/* Global Class css */

.lead {
	font-size: 1.5rem;
}

.lead-fw-300 .lead {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-700 {
	font-weight: 700;
}

.container {
	max-width: 77rem; /*1250px*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	max-width: 100%;
}

.container-lg {
    max-width: 82rem;
}

.container-md {
    max-width: 87.25rem;
}

.ms-auto {
	margin-left: auto;
}

.me-auto {
	margin-right: auto;
}

.gap-1 {
	display: grid;
	gap: 0.25rem;
}

.gap-2 {
	display: grid;
	gap: 0.5rem;
}

.gap-3 {
	display: grid;
	gap: 0.75rem;
}

.gap-4 {
	display: grid;
	gap: 1rem;
}

.gap-5 {
	display: grid;
	gap: 1.25rem;
}

.gap-6 {
	display: grid;
	gap: 1.5rem;
}

.gap-7 {
	display: grid;
	gap: 1.75rem;
}

.gap-8 {
	display: grid;
	gap: 2rem;
}

.gap-9 {
	display: grid;
	gap: 2.25rem;
}

.gap-10 {
	display: grid;
	gap: 2.5rem;
}

.gap-11 {
	display: grid;
	gap: 2.75rem;
}

.gap-12 {
	display: grid;
	gap: 3rem;
}

.gap-13 {
	display: grid;
	gap: 3.25rem;
}

.gap-14 {
	display: grid;
	gap: 3.5rem;
}

.gap-15 {
	display: grid;
	gap: 3.75rem;
}

.gap-16 {
	display: grid;
	gap: 4rem;
}

.gap-17 {
	display: grid;
	gap: 4.25rem;
}

.gap-18 {
	display: grid;
	gap: 4.5rem;
}

.gap-19 {
	display: grid;
	gap: 4.75rem;
}

.gap-20 {
	display: grid;
	gap: 5rem;
}

.gutters-1 { margin: -0.25rem; }
.gutters-1 > div { padding: 0.25rem; }

.gutters-2 { margin: -0.5rem; }
.gutters-2 > div { padding: 0.5rem; }

.gutters-3 { margin: -.75rem; }
.gutters-3 > div { padding: .75rem; }

.gutters-4 { margin: -1rem; }
.gutters-4 > div { padding: 1rem; }

.gutters-5 { margin: -1.25rem; }
.gutters-5 > div { padding: 1.25rem; }

.gutters-6 {margin: -1.5rem; }
.gutters-6 > div { padding: 1.5rem; }

.gutters-7 {margin: -1.75rem; }
.gutters-7 > div { padding: 1.75rem; }

.gutters-8 {margin: -2rem; }
.gutters-8 > div { padding: 2rem; }

.gutters-9 { margin: -2.25rem; }
.gutters-9 > div { padding: 2.25rem; }

.gutters-10 { margin: -2.5rem; }
.gutters-10 > div { padding: 2.5rem; }

.gutters-11 { margin: -2.75rem; }
.gutters-11 > div { padding: 2.75rem; }

.gutters-12 { margin: -3rem; }
.gutters-12 > div { padding: 3rem; }

.gutters-13 { margin: -3.25rem; }
.gutters-13 > div { padding: 3.25rem; }

.gutters-14 {margin: -3.5rem; }
.gutters-14 > div { padding: 3.5rem; }

.gutters-15 {margin: -3.75rem; }
.gutters-15 > div { padding: 3.75rem; }

.gutters-16 {margin: -4rem; }
.gutters-16 > div { padding: 4rem; }

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

.col {
	flex: 1 1 0%;
}

.col-2 {
	min-width: 16.66666667%;
	max-width: 16.66666667%;
}

.col-3 {
	min-width: 25%;
	max-width: 25%;
}

.col-4 {
	min-width: 33.33%;
	max-width: 33.33%;
}

.col-5 {
	min-width: 41.6666667%;
	max-width: 41.6666667%;
}

.col-6 {
	min-width: 50%;
	max-width: 50%;
}

.col-7 {
	min-width: 58.3333333%;
	max-width: 58.3333333%;
}

.col-8 {
	min-width: 66.66666667%;
	max-width: 66.66666667%;
}

.col-12 {
	min-width: 100%;
	max-width: 100%;
}

.align-items-center {
	align-items: center;
}

.align-items-end {
	align-items: end;
}

.align-items-start {
	align-items: start;
}

.align-self-center {
	align-self: center;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

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

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.block-wrapper .block-image img {
	width: 100%;
}




.r-top-left {
	border-top-left-radius: 10rem !important;
}

.r-bottom-left {
	border-bottom-left-radius: 10rem !important;
}

.r-top-right {
	border-top-right-radius: 10rem !important;
}

.r-bottom-right {
	border-bottom-right-radius: 10rem !important;
}

.img-r-bottom-left .elementor-widget-container {
	overflow: hidden;
	border-bottom-left-radius: 10rem !important;
}

.img-r-bottom-right .elementor-widget-container {
	overflow: hidden;
	border-bottom-right-radius: 10rem !important;
}





.sst-btn {
    padding: 0.75rem 1rem 0.5rem;
    font-family: var(--e-global-typography-accent-font-family);
    line-height: 1;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .25s ease;
    display: inline-flex;
    border-radius: 10rem;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.sst-btn-link {
    padding: 0;
    font-size: 1.125rem;
    border-radius: 0;
    align-items: center;
    gap: 1rem;
}

.sst-btn-link svg {
	width: 2rem;
	height: 2rem;
	fill: #000;
}

.sst-btn-full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 10;
}

/* Button Dark */

.sst-btn-dark {
	background-color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
	color: var(--e-global-color-secondary);
}

.sst-btn-dark:hover,
.sst-btn-dark:focus {
	background-color: var(--e-global-color-974948f);
	border-color: var(--e-global-color-accent);
	color: var(--e-global-color-accent);
}

/* Button Light */

.sst-btn-light {
	background-color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
	color: var(--e-global-color-accent);
}

.sst-btn-light:hover {
	background-color: var(--e-global-color-8800457);
	border-color: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

/* Button Dark Outline */

.sst-btn-outline-dark {
	background-color: var(--e-global-color-8800457);
	border-color: var(--e-global-color-accent);
	color: var(--e-global-color-accent);
}

.sst-btn-outline-dark:hover {
	background-color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
	color: var(--e-global-color-secondary);
}

/* Button Light Outline */

.sst-btn-outline-light {
	background-color: var(--e-global-color-8800457);
	border-color: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

.sst-btn-outline-light:hover {
	background-color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
	color: var(--e-global-color-accent);
}

/* Header */

/* Default Design */

.elementor-element:has(.section-space) {
	padding: 0 !important;
}

.elementor-element:has(.section-space) > .e-con-inner {
	padding: 0 !important;
	max-width: 100%;
}

.overlay-top::before {
    top: -10rem !important;
    height: 10rem !important;
    border-radius: 0 !important;
    pointer-events: none;
}

.overlay-bottom::before {
	top: auto !important;
    bottom: -10rem !important;
    height: 10rem !important;
    border-radius: 0 !important;
    pointer-events: none;
}

.overlay-top-bottom:before {
	bottom: -10rem !important;
    top: -10rem !important;
    height: auto !important;
    border-radius: 0 !important;
    pointer-events: none;
}

/* Banner  Design */

.main-banner {
    padding: 1.75rem 3rem;
}

.main-banner .banner-title {
	max-width: 100%;
}

.main-banner .heading-description {
    letter-spacing: 0.2px;
}


/* Icon Boxes Card Design */

.icon-boxes-section .section-heading {
	max-width: 50%;
}

.icon-boxes-section .section-heading .heading-description {
	max-width: 55%;
}

.icon-boxes-card {
	position: relative;
	height: 100%;
}

.icon-boxes-card:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.5rem;
	width: 1px;
	background-color: var(--e-global-color-af0c718);
}

.icon-boxes-item:last-child .icon-boxes-card:after {
	display: none;
}

.icon-boxes-icon {
	margin-bottom: 4.625rem;
	font-size: 4rem;
	width: 4rem;
	height: 4rem;
}

.icon-boxes-icon svg {
	width: 100%;
	height: 100%;
}

.icon-boxes-description {
	font-size: .75rem;
}

/* Number box card Design */

.partner-section .section-heading {
/*	margin-bottom: 2.75rem;*/
} 

.partner-card {
	display: flex;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.partner-card-number {
    margin-right: 2.375rem;
    min-width: 2rem;
    margin-top: 1.5rem;
}

.partner-card-content {
	flex: auto;
}

.partner-card-title {
	border-bottom: 1px solid var(--e-global-color-text);
	padding-bottom: .5rem;
    margin-bottom: 2rem;
}

.partner-card-description {
    font-size: .875rem;
    max-width: 94%;
    line-height: 1.4;
}

.info-content {
    max-width: 1110px;
    margin: auto;
/*    margin-top: 5rem;*/
}

/* Text Section Design */

.text-section {
	
}

.text-section .block-title {
	max-width: 92%;
}

.text-section .block-description {
	letter-spacing: 0.2px;
}

.text-section .thumb ~ .summary .block-content {
	margin-top: 2rem;
	margin-left: 0.625rem;
	max-width: 90%;
}

/* Image text section Design */

.image-text-section {

}

.image-text-section .image-direction-left .block-content {
	max-width: 40.75rem;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.image-text-section .image-direction-right .block-content {
	max-width: 40.75rem;
	margin-left: auto;
	padding-left: 3rem;
	padding-right: 5rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.image-text-section .block-content .block-description {
	letter-spacing: 0.2px;
}

.image-text-section .image-direction-right .block-image {
	overflow: hidden;
	border-top-left-radius: 10rem;
}

.image-text-section .image-direction-left .block-image {
	overflow: hidden;
	border-top-right-radius: 10rem;
}

.image-text-section .block-image {
	height: 100%;
	background-size: cover;
}

.image-text-section .block-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 355 / 306;
}

/* Accordion block Design */

.accordion-block .e-n-accordion .e-n-accordion-item {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.accordion-block .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    padding: 1.5rem 1.875rem;
}

.accordion-block .e-n-accordion .e-n-accordion-item:not(:last-child) {
	border-bottom: none;
}

.accordion-block .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header {
	transition: margin 0.25s ease;
}

/* accordion-tabs */

.accordion-tabs .e-n-accordion .e-n-accordion-item {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.accordion-tabs .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    padding: 1.375rem 0;
}

.accordion-tabs .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
	transition: all 0.25s ease;
	line-height: 1.3;
}

.accordion-tabs .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
	font-size: 1.875rem;
	padding: .375rem 0;
}

.accordion-tabs .e-n-accordion .e-n-accordion-item:not(:last-child) {
	border-bottom: none;
}

/* Contact And Location */

.section-pt-0 .contact-location-section {
    padding-top: 1rem;
}

.contact-location-section {
    padding: 8.75rem 2rem;
}

.location-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 3rem 5rem;
    color: #FFF;
}

.contact-location-section .shortcode-content {
    padding-right: 7.25rem;
}

.contact-location-section .heading-description {
	max-width: 30rem;
}

.location-content p {
	font-size: .75rem;
}

.location-content p a {
	color: var(--e-global-color-accent);
	display: inline-block;
	margin-bottom: .125rem;
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
}



.elementor-field-option {
    display: flex;
    align-items: center;
}

.elementor-field-option [type="checkbox"] {
    width: 2rem;
    display: none !important;
}

.elementor-field-option label {
    position: relative;
    padding-left: 3rem;
    line-height: 1.4;
    margin: 2px 0;
}

.elementor-field-option label:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    border-radius: 0.5rem;
}

.elementor-field-option [type="checkbox"]:checked ~ label:before {
	background-color: var( --e-global-color-accent );
	border-color: var( --e-global-color-accent );
}

.elementor-field-option [type="checkbox"]:checked ~ label:after {
    content: "";
    width: 6px;
    height: 12px;
    border-bottom: 2px solid var( --e-global-color-text );
    border-right: 2px solid var( --e-global-color-text );
    position: absolute;
    top: 2px;
    left: 9px;
    right: 0;
    transform: rotate(45deg);
}

.elementor-button .elementor-form-spinner {
    font-size: 0;
}

.elementor-button .elementor-form-spinner i {
    font-size: 1rem;
}

/* Project card Design */

.project-banner .main-banner .heading-title {
	min-width: 102%;
}

.project-card {
	overflow: hidden;
	border-radius: 1rem;
}

.project-card:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.5%, #000000 89.5%);
    background-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.project-card-image {
    aspect-ratio: 4/2.4;
    display: block;
}

.project-card-image img {
	display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.project-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 1.625rem 2.5rem;
}

/* Blog Post */

.blog-post .elementor-post__read-more {
	display: inline-flex;
    align-items: center;
    gap: 1.25rem;
}

.blog-post .elementor-post__read-more:after {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="30" height="16" viewBox="0 0 30 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM29.7071 8.70711C30.0976 8.31658 30.0976 7.68342 29.7071 7.29289L23.3431 0.928932C22.9526 0.538408 22.3195 0.538408 21.9289 0.928932C21.5384 1.31946 21.5384 1.95262 21.9289 2.34315L27.5858 8L21.9289 13.6569C21.5384 14.0474 21.5384 14.6805 21.9289 15.0711C22.3195 15.4616 22.9526 15.4616 23.3431 15.0711L29.7071 8.70711ZM1 9H29V7H1V9Z" fill="%23003D33"/> </svg>');
    width: 1.875rem;
    height: 1rem;
    display: inline-block;
    background-size: contain;
}


/* Image container size */

.full-image .block-image img {
	display: block;
	width: 100%;
}

.elementor-button .elementor-button-content-wrapper {
	align-items: center;
}

.elementor-button .elementor-button-icon svg {
    width: 2rem;
}

/* Our team section */

.our-team-card-image {
    aspect-ratio: 3 / 3.4;
    border-radius: 0rem 1rem 0rem 1rem;
    overflow: hidden;
}

.our-team-card-image img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.our-team-positoon {
	font-weight: 400;
}

.our-team-description {
	font-size: .875rem;
	line-height: 1.44;
}

/* Our History Section */

.our-history-block {
    display: grid;
    gap: 12rem;
}

.our-history-item {
	position: relative;
}

.our-history-year:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 38px;
    bottom: -12.625rem;
    width: 2px;
    background-color: #f3fe85;
}

.our-history-item:last-child .our-history-year:after {
	display: none;
}

.our-history-card {
    display: flex;
}

.our-history-year {
    min-width: 46.25%;
    max-width: 46.25%;
	flex: auto;
    text-align: right;
    padding-right: 3.875rem;
    position: relative;
}

.our-history-year:before {
    content: "";
    width: 1.1875rem;
    height: 1.1875rem;
    background-color: #f3fe85;
    position: absolute;
    right: -10px;
    top: 15px;
    border-radius: 2rem;
    outline: 2px solid #f3fe85;
    outline-offset: 4px;
}

.our-history-content {
	flex: auto;
	min-width: 53.75%;
	max-width: 53.75%;
    padding-left: 5.625rem;
    padding-top: 0.75rem;
}

.our-history-title {
	font-weight: bold;
}

.our-history-description {
    font-size: 1.125rem;
    line-height: 1.56;
}

/* Call to Action Section */

.call-to-action-section {

}

.call-to-action-section .block-image img {
	display: block;
	width: 100%;
	border-radius: 1rem;
}

.call-to-action-content {
	max-width: 75%;
}


@media (min-width: 1024px) {
/*	.main-banner .block-content {
	    margin-top: 5rem;
	}*/
	.main-banner .summary {
		align-self: end;
	}
}

.content-space .text-section .block-title {
    max-width: 79%;
    margin-bottom: 4rem;
}


/* title-content-section */

.title-content-section {}

.title-content-section .block-description {
	line-height: 1.44;
	letter-spacing: 0.2px;
}

.title-content-section .heading-block {
	max-width: 65%;
}

.title-content-section .block-content {
	max-width: 58%;
}

.join-section .block-content .block-description {
    font-size: 1rem;
    max-width: 58%;
}

.join-section .title-content-section .gap-16 {
	gap: 2rem;
}

/* our-team-slider-slide */

.our-team-card-slide .our-team-card-image {
	aspect-ratio: 3 / 2.425;
	width: 100%;
	object-fit: cover;
	border-radius: 0rem 1rem 0 1rem;
}


.our-team-slider {
    position: relative;
}

.our-team-slider .swiper-button-next,
.our-team-slider .swiper-button-prev {
    bottom: calc(100% + 7.375rem);
    right: 0;
    left: auto;
    top: auto;
    border: 1px solid #000;
    color: #000;
    width: 60px;
    height: 40px;
    border-radius: 2rem;
}

.our-team-slider .swiper-button-next:after,
.our-team-slider .swiper-button-prev:after {
	display: none;
}

.our-team-section .swiper-button-prev {
    right: 4.5rem;
}

.elementor-cta__bg-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.89%, rgba(0, 0, 0, 0.9) 91.35%, #000000 100%);
}



.asx-style .investi-share-price {
    display: flex;
    justify-content: center;
    font-size: 2.625rem;
    font-weight: normal;
    font-family: var(--heading-font);
    gap: 0.5rem;
    line-height: 1.28;
}

.asx-style .investi-share-price .market-data-header:first-child {
	display: none;
}

.asx-style .investi-share-price .market-data-updated-section {
    display: none;
}

.asx-style .investi-share-price .investi-market-data-last-container {
    border: none;
    padding: 0;
}

.asx-style .investi-share-price .market-data-movement-section {
    padding: 0;
    border: none;
    display: flex;
    gap: 7px;
    font-size: 1rem;
    align-self: end;
    margin-bottom: 0.75rem;
}

.asx-style .investi-share-price .market-data-header {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.asx-style .investi-share-price .investi-market-data-last-container span#market-data-last {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}





@media (min-width: 1025px) {

	.accordion-block .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-header {
	    margin-top: 1.25rem;
	    margin-bottom: -1.25rem;
	    width: 40%;
	}

	.our-team-card-slide {
	    max-width: 22.75rem;
	}

	.service-tabs .e-n-tabs-heading {
	    max-width: 43%;
	    margin-left: auto;
	    position: relative;
	    z-index: 1;
	}

}

@media (max-width: 1460px) {

	/*.image-text-section .image-direction-right .block-image {
		border-top-left-radius: 5rem;
	}

	.image-text-section .image-direction-left .block-image {
		border-top-right-radius: 5rem;
	}*/

	.r-top-left {
		border-top-left-radius: 5rem !important;
	}

	.r-bottom-left {
		border-bottom-left-radius: 5rem !important;
	}

	.r-top-right {
		border-top-right-radius: 5rem !important;
	}

	.r-bottom-right {
		border-bottom-right-radius: 5rem !important;
	}

	.img-r-bottom-left .elementor-widget-container {
		border-bottom-left-radius: 5rem !important;
	}

	.img-r-bottom-right .elementor-widget-container {
		border-bottom-right-radius: 5rem !important;
	}


}


@media (min-width: 1024px) and (max-width: 1440px) {

	.image-text-section .image-direction-right .block-content {
		padding-right: 1rem;
		padding-bottom: 4rem;
	}

	.image-text-section .image-direction-left .block-content {
		padding-left: 1rem;
		padding-bottom: 4rem;
	}

}

@media (max-width: 1023px) {

	/* Navigation */

	[data-elementor-type=single-post]>.elementor-element:first-child,
	[data-elementor-type=single-post]>.elementor-section-wrap>[data-element_type="container"]:first-child,
	[data-elementor-post-type=page]>.elementor-element:first-child,
	[data-elementor-post-type=page]>.elementor-section-wrap>[data-element_type="container"]:first-child,
	[data-elementor-post-type=revision]>.elementor-element:first-child,
	[data-elementor-post-type=revision]>.elementor-section-wrap>[data-element_type="container"]:first-child {
	    padding: 3rem 1.5rem;
	}

	[data-elementor-type=single-post]>.elementor-section-wrap>[data-element_type="container"],
	[data-elementor-type=single-post]>.elementor-element,
	[data-elementor-post-type=page]>.elementor-section-wrap>[data-element_type="container"],
	[data-elementor-post-type=page]>.elementor-element,
	[data-elementor-post-type=revision]>.elementor-section-wrap>[data-element_type="container"],
	[data-elementor-post-type=revision]>.elementor-element {
	    padding: 3rem 1.5rem;
	}

	[data-elementor-type=single-post]>.elementor-section-wrap>[data-element_type="container"]>.e-con-inner,
	[data-elementor-type=single-post]>.elementor-element>.e-con-inner,
	[data-elementor-post-type=page]>.elementor-section-wrap>[data-element_type="container"]>.e-con-inner,
	[data-elementor-post-type=page]>.elementor-element>.e-con-inner,
	[data-elementor-post-type=revision]>.elementor-section-wrap>[data-element_type="container"]>.e-con-inner,
	[data-elementor-post-type=revision]>.elementor-element>.e-con-inner {
	    gap: 3rem;
	}

	.r-top-left {
		border-top-left-radius: 3rem !important;
	}

	.r-bottom-left {
		border-bottom-left-radius: 3rem !important;
	}

	.r-top-right {
		border-top-right-radius: 3rem !important;
	}

	.r-bottom-right {
		border-bottom-right-radius: 3rem !important;
	}

	.img-r-bottom-left .elementor-widget-container {
		border-bottom-left-radius: 3rem !important;
	}

	.img-r-bottom-right .elementor-widget-container {
		border-bottom-right-radius: 3rem !important;
	}

	.gap-7 {
		display: grid;
		gap: 1.25rem;
	}

	.gap-8 {
		display: grid;
		gap: 1rem;
	}

	.gap-9 {
		display: grid;
		gap: 1.25rem;
	}

	.gap-10 {
		display: grid;
		gap: 1.5rem;
	}

	.gap-11 {
		display: grid;
		gap: 1.75rem;
	}

	.gap-12 {
		display: grid;
		gap: 2rem;
	}

	.gap-13 {
		display: grid;
		gap: 2.25rem;
	}

	.gap-14 {
		display: grid;
		gap: 2.5rem;
	}

	.gap-15 {
		display: grid;
		gap: 2.75rem;
	}

	.gap-16 {
		display: grid;
		gap: 2rem;
	}

	.gap-17 {
		display: grid;
		gap: 2.25rem;
	}

	.gap-18 {
		display: grid;
		gap: 2.5rem;
	}

	.gap-19 {
		display: grid;
		gap: 2.75rem;
	}

	.gap-20 {
		display: grid;
		gap: 3rem;
	}

	
	.gutters-4 { margin: -1rem; }
	.gutters-4 > div { padding: 1rem; }

	.gutters-8 {margin: -1rem; }
	.gutters-8 > div { padding: 1rem; }

	.gutters-9 { margin: -1.15rem; }
	.gutters-9 > div { padding: 1.15rem; }

	.gutters-10 { margin: -1.5rem; }
	.gutters-10 > div { padding: 1.5rem; }

	.gutters-11 { margin: -1.75rem; }
	.gutters-11 > div { padding: 1.75rem; }

	.gutters-12 { margin: -1.5rem; }
	.gutters-12 > div { padding: 1.5rem; }

	.gutters-13 { margin: -1.75rem; }
	.gutters-13 > div { padding: 1.75rem; }

	.gutters-14 {margin: -2rem; }
	.gutters-14 > div { padding: 2rem; }

	.gutters-15 {margin: -2.25rem; }
	.gutters-15 > div { padding: 2.25rem; }

	.gutters-16 {margin: -2.5rem; }
	.gutters-16 > div { padding: 2.5rem; }

	.col-2 {
		min-width: 33.33%;
		max-width: 33.33%;
	}

	.col-7 {
		min-width: 100%;
		max-width: 100%;
	}

	.col-5 {
		min-width: 100%;
		max-width: 100%;
	}

	.col-6 {
		min-width: 100%;
		max-width: 100%;
	}

	.col-4 {
		min-width: 50%;
		max-width: 50%;
	}

	.col-3 {
	    min-width: 50%;
	    max-width: 50%;
	}

	.lead {
		font-size: 1.125rem;
	}

	.sst-btn-link {
		font-size: .875rem;
	}

	.sst-btn-link svg {
		width: 1.5rem;
		height: 1.5rem;
	}

	/* Defailt css */

	.main-banner {
		padding: 1.75rem 1.5rem;
	}

	/* Text Section */

	.text-section .thumb ~ .summary .block-content {
		max-width: 100%;
		margin-left: 1.5rem;
	}

	.text-section .block-title {
		max-width: 100%;
	}

	.image-text-section .row {
		flex-direction: column-reverse;
	}

	.image-text-section .image-direction-right .block-image {
		border-top-left-radius: 0;
	}
	
	.image-text-section .image-direction-left .block-content,
	.image-text-section .image-direction-right .block-content {
		max-width: 100%;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		padding-top: 2rem;
		padding-bottom: 1rem;
	}

	.partner-card {
		margin-top: 0;
		margin-bottom: 0;
	}

	.partner-card-number {
		margin-right: 1rem;
		margin-top: .5rem;
	}

	.partner-card-title {
		margin-bottom: 1.5rem;
	}

	.project-content {
		padding: 1.5rem 1.5rem;
	}

	.accordion-block .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
		padding: 1.25rem 0;
	}

	.accordion-block .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
	    width: 1.5rem;
	}

	.contact-location-section {
	    padding: 3rem 1.5rem;
	}

	.contact-location-section .shortcode-content {
		padding-right: 0;
	}

	.location-items {
		margin-top: 2rem;
		gap: 2rem 1rem;
	}

	.icon-boxes-card:after {
		width: 100%;
		height: 1px;
		top: auto;
		right: 0;
		bottom: -1.5rem;
		display: none;
	}



	.title-content-section .heading-block {
		max-width: 100%;
	}

	.title-content-section .block-content {
		max-width: 100%;
	}





	.our-history-block {
	    gap: 4rem;
	}

	.our-history-year {
		min-width: 5rem;
		max-width: 5rem;
		text-align: left;
		padding-right: 0;
		font-size: 1.5rem;
	}

	.our-history-content {
		min-width: calc(100% - 5rem);
		max-width: calc(100% - 5rem);
		padding-left: 2rem;
		padding-top: 0;
	}

	.our-history-year:before {
		width: 0.5rem;
		height: 0.5rem;
		right: -4px;
		top: 8px;
	}

	.our-history-year:after {
		top: 22px;
		bottom: -4.125rem;
	}

	.our-history-description {
		font-size: 1rem;
	}

	.call-to-action-content {
		max-width: 100%;
		margin-bottom: 2rem;
	}

	.accordion-tabs .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
		font-size: 1.25rem;
	}


	.icon-boxes-section .section-heading {
		max-width: 100%;
	}

	.icon-boxes-section .section-heading .heading-description {
		max-width: 100%;
	}

	.content-space .text-section .block-title {
		max-width: 100%;
		margin-bottom: 0;
	}

	.our-team-slider {
		padding-bottom: 3.5rem;
		overflow: hidden;
	}

	.our-team-slider .swiper-button-next {
		left: calc(50% + 0.5rem);
		bottom: 0;
	}

	.our-team-slider .swiper-button-prev {
		right: calc(50% + 0.5rem);
		bottom: 0;
	}

	.our-team-card-slide {
	    max-width: 50%;
	}

	.projects-section .heading-title,
	.projects-section .text-align-right {
	    text-align: center;
	}

	/* Banner Css */

}

@media (max-width: 575px) {

	/* Default Css */

	.col-2 {
		min-width: 50%;
		max-width: 50%;
	}

	.col-4 {
		min-width: 100%;
		max-width: 100%;
	}

	.col-3 {
	    min-width: 100%;
	    max-width: 100%;
	}

	.join-section .block-content .block-description {
		max-width: 85%;
	}

	.our-team-card-slide {
	    max-width: 100%;
	}
	
	.asx-style .investi-share-price {
		font-size: 2rem;
	}


}

/* AXS */

.e-filter-item[data-filter="defence-government"] { order: 0; }
.e-filter-item[data-filter="energy"] { order: 2; }
.e-filter-item[data-filter="resources-and-industrials"] { order: 3; }
.e-filter-item[data-filter="water"] { order: 1; }

.investor-report .investi-announcements-header {
    padding: 0;
    margin-bottom: 2rem;
    background: none !important;
    color: var( --e-global-color-af0c718 );
}

.investor-report .investi-announcements-header a {
    color: var(--e-global-color-ee6e00a);
    font-size: 1.25rem;
    text-decoration: underline;
}

.investor-report .investi-announcement-row .investi-announcement-headline a {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--e-global-color-ee6e00a);
}

.investor-report .investi-announcement-row .investi-announcement-date {
	font-size: 1.25rem;
	font-weight: 500;
}

.investor-report .investi-announcement-row .investi-announcement-headline a:after {
    content: "";
    background-image: url(https://saundersint.wpenginepowered.com/wp-content/uploads/2025/07/icons.svg);
    width: 2rem;
    height: 1.75rem;
}

.investor-report [data-investi-filter-regex="presentation"] .investi-announcement-row .investi-announcement-headline a {
    color: var(--e-global-color-fb040eb);
}

.post-categories h5 {
	display: none;
}
.post-categories .postform {
    font-size: 0.75rem;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    padding: .625rem 2.25rem .625rem 1.25rem;
    border-radius: 2rem;
    -webkit-appearance: none;
    line-height: 1;
    border-color: var( --e-global-color-text );
    background-color: transparent;
    background-image: url(https://saundersint.wpenginepowered.com/wp-content/uploads/2025/06/icon-1.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.sort-newest {
    border: 1px solid;
    background: transparent;
    line-height: 1;
}

.sort-newest:hover,
.sort-newest:focus,
.sort-newest:active {
	background-color: var( --e-global-color-accent );
	color: var( --e-global-color-primary );
}








@media print {
	
	/* Hide everything except #page */
	body * {
		visibility: hidden !important;
		color: black !important;
	}
	
	body>* {
		display: none;
	} 
	
	#page, #page * {
		visibility: visible !important;
	}

	#page {
		display: block !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		background: inherit !important;
		color: inherit !important;
		transform: scale(1);
		transform-origin: top left;
	}

	html, body {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
		background: white !important;
		color: black !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	img {
		filter: none !important;
		opacity: 1 !important;
		mix-blend-mode: normal !important;
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
		color-adjust: exact !important;
		max-width: 100% !important;
	}

	/* Prevent content breaking into multiple pages */
	* {
		page-break-before: avoid !important;
		page-break-after: avoid !important;
		page-break-inside: avoid !important;
	}
	
	.elementor-widget-image {
		max-width: 400px !important;
	}
	
	.print-page {
		display: none !important;
	}
	
	.project-navigation {
		display: none !important;
	}

	.main-banner {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.project-heading .elementor-widget-container {
		margin-bottom: 0 !important;
	}
	
	@page {
		size: auto;   /* auto = use default page size */
	}
	
}