.elementor-kit-4351{--e-global-color-primary:#ECF0F4;--e-global-color-secondary:#22262A;--e-global-color-text:#ECF0F4;--e-global-color-accent:#FD6A00;--e-global-color-deed4a2:#040C19;--e-global-color-2e4febe:#122C56;--e-global-color-90b0539:#1F4080;--e-global-color-bf29530:#3866AD;--e-global-color-e242771:#6E94D4;--e-global-color-33c99c8:#C9A0FF;--e-global-color-7ec7f22:#4ABAFF;--e-global-color-37d866c:#FFC44D;--e-global-color-d8010d2:#E9EDF2;--e-global-color-cbcda78:#D8DCE0;--e-global-color-be89d6a:#00B2A1;--e-global-color-e1eb052:#169BFF;--e-global-color-712062e:#FFBA17;--e-global-color-ae645b2:#6337AA;--e-global-color-3bce747:#00FFE7;--e-global-color-dbe8d1a:#FFD200;--e-global-color-869783a:#00FF9E;--e-global-color-39e8a73:#FF002C;--e-global-color-178d558:#4913AF;--e-global-color-3c8827e:#005EFC;--e-global-typography-primary-font-family:"Almarai";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"canada-type-gibson", Sans-serif;font-size:18px;font-weight:300;line-height:1.4rem;}.elementor-kit-4351 button,.elementor-kit-4351 input[type="button"],.elementor-kit-4351 input[type="submit"],.elementor-kit-4351 .elementor-button{background-color:var( --e-global-color-accent );font-family:"canada-type-gibson", Sans-serif;font-size:18px;font-weight:500;line-height:26px;color:var( --e-global-color-text );border-radius:50px 50px 50px 50px;padding:4px 40px 5px 40px;}.elementor-kit-4351 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4351 a{font-weight:500;}.elementor-kit-4351 a:hover{color:var( --e-global-color-be89d6a );}.elementor-kit-4351 h1{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:3.5em;font-weight:300;}.elementor-kit-4351 h2{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:2.8em;font-weight:300;line-height:1.2em;}.elementor-kit-4351 h3{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:1.8em;font-weight:300;line-height:1.18em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:10px;--container-default-padding-right:0px;--container-default-padding-bottom:10px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-kit-4351 h1{font-size:2em;}.elementor-kit-4351 h2{font-size:1.8em;}.elementor-kit-4351 h3{font-size:1.45em;}.elementor-kit-4351 button,.elementor-kit-4351 input[type="button"],.elementor-kit-4351 input[type="submit"],.elementor-kit-4351 .elementor-button{padding:4px 30px 5px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}
/* Start custom CSS */input { 
-webkit-appearance: none; /* Remove default styling in WebKit browsers */ 
-moz-appearance: none;    /* Remove default styling in Firefox */ 
appearance: none;         /* Standard property for all browsers */ }


/* hide login and contact mobile nav item on desktop */
@media (min-width: 768px) {
#menu-login-mobile.e-n-menu-title {
display: none;
}
#menu-contact-mobile.e-n-menu-title {
display: none;
}
}

/* colour mobile contact nav item  */
#menu-contact-mobile.e-n-menu-title {
background: #2de2cc;
}

/* video play button opacity */
.elementor-custom-embed-play svg {
    opacity: 1;
}
.elementor-custom-embed-play:hover {
    opacity: 0.6;}

/* link color */    
a { color:inherit; }

/* span link hover */  
.green-link span a:hover {
color: #00B2A1 !important;
}
.blue-link span a:hover {
color: #169BFF !important;
}

/* link color */    
.thin-link a {
font-weight: 300;
}
    
/*animate gradient*/
.grad-animate {
  background-size: 200% 100%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* transform to h2 font size for SEO */
.trans_to_h2 h1,
.trans_to_h2 h3,
.trans_to_h2 h4,
.trans_to_h2 h5,
.trans_to_h2 h6,
.trans_to_h2 p {
	font-size: 2.8em;
  line-height: 1.2em;
  font-weight: 300;
}
@media all and (max-width: 767px) {
.trans_to_h2 h1,
.trans_to_h2 h3,
.trans_to_h2 h4,
.trans_to_h2 h5,
.trans_to_h2 h6,
.trans_to_h2 p {
    font-size: 1.8em !important;
  }	
}
/* transform to h3 font size for SEO */
.trans_to_h3 h1,
.trans_to_h3 h2,
.trans_to_h3 h4,
.trans_to_h3 h5,
.trans_to_h3 h6,
.trans_to_h3 p {
	font-size: 1.8em;
  line-height: 1.25em;
  font-weight: 300;
}
@media all and (max-width: 767px) {
.trans_to_h3 h1,
.trans_to_h3 h2,
.trans_to_h3 h4,
.trans_to_h3 h5,
.trans_to_h3 h6,
.trans_to_h3 p {
    font-size: 1.45em !important;
  }	
}

/* solutions workflow h4 style */
.workflow_title h4 {
	font-family: "canada-type-gibson";
	font-size: 1.1em;
  line-height: 1em;
  font-weight: 400;
}
@media all and (max-width: 767px) {
.workflow_title h4 {
    font-size: 1em !important;
  }	
}

/* post content image radius */
.syna-post-content img{
border-radius: 15px!important;
}
/* post content formatting */
.syna-post-content h1:not(:first-child),h2:not(:first-child),h3:not(:first-child),h4,h5,h6 {
margin-block-start:2.25rem;
margin-block-end:1.25rem;
}
.syna-post-content p {
margin-block-end:1rem;
}
/* post content heading size */
@media (min-width: 768px) {
.syna-post-content h2 { font-size:
1.8em!important;
}
.syna-post-content h3 { font-size:
1.5em!important;
}
}

/* Bullet Spacing */
.li-space li:not(:last-child) { 
   margin-bottom: 8px;
}
.ul-align ul {padding-inline-start: 20px;
}

/* salesforce form button style  */
.sforce-mod [type=submit]{
    border: 0px;
    width:100%;
    margin-top: 10px;
}
.sforce-mod [type=submit]:hover{
background-color: #122C56;
color: #FFFFFF;
}

/* form submit spacing (elementor) */
.elementor-field-type-submit {
margin-top: 15px;
}

/* counter suffix */
.small-suffix .elementor-counter-number-suffix {
    font-size: 2.4rem;
}


/* METAL NO HOVER (no border in elementor) */
.metal-silver-lt {
background-image:
linear-gradient(240deg, #122C560A 40%, #122C561A 100%);
box-shadow:
inset 0 0 12px #ffffff,
inset 4px -4px 8px #6337aa10,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5699;
}

.metal-green-lt {
background-image:
linear-gradient(240deg, #2DE2CC4D 20%, #2DE2CC0A 100%);
  box-shadow: 
inset 0 0 10px #2de2cc60,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}

.metal-purple-lt {
background-image:
linear-gradient(240deg, #C9A0FF60 20%, #C9A0FF4D 100%);
  box-shadow: 
inset 0 0 10px #C9A0FF80,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}

/* LIGHT GLASS EFFECT (no border in elementor) */
.glass-green-lt {
background-image:
linear-gradient(240deg, #122C560A 40%, #122C561A 100%);
box-shadow:
inset 0 0 12px #ffffff,
inset 4px -4px 8px #6337aa10,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5699;
backdrop-filter: blur(5px);
}
.glass-green-lt:hover {
background-image:
linear-gradient(240deg, #2DE2CC4D 20%, #2DE2CC0A 100%);
  box-shadow: 
inset 0 0 10px #2de2cc60,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}

.glass-blue-lt {
background-image:
linear-gradient(240deg, #122C560A 40%, #122C561A 100%);
box-shadow:
inset 0 0 12px #ffffff,
inset 4px -4px 8px #6337aa10,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5699;
backdrop-filter: blur(5px);
}
.glass-blue-lt:hover {
background-image:
linear-gradient(240deg, #4ABAFF4D 20%, #4ABAFF0A 100%);
  box-shadow: 
inset 0 0 10px #4ABAFF60,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}

.glass-purple-lt {
background-image:
linear-gradient(240deg, #122C560A 40%, #122C561A 100%);
box-shadow:
inset 0 0 12px #ffffff,
inset 4px -4px 8px #C9A0FF10,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5699;
backdrop-filter: blur(5px);
}
.glass-purple-lt:hover {
background-image:
linear-gradient(240deg, #C9A0FF4D 20%, #C9A0FF0A 100%);
  box-shadow: 
inset 0 0 10px #C9A0FF60,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}

/* DARK GLASS EFFECT (no border in elementor) */
.glass-green-dk {
background-image: linear-gradient(60deg, #FFFFFF00 40%, #FFFFFF20 100%);
box-shadow:
inset 0 0 12px #6337aa20,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
backdrop-filter: blur(5px);
}
.glass-green-dk:hover {
background-image: linear-gradient(60deg, #FFFFFF00 40%, #2DE2CC4D 100%);
    box-shadow: 
inset 0 0 12px #2de2cc90,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
}

.glass-blue-dk {
background-image: linear-gradient(60deg, #FFFFFF00 40%, #FFFFFF20 100%);
box-shadow:
inset 0 0 12px #6337aa20,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
backdrop-filter: blur(5px);
}
.glass-blue-dk:hover {
background-image: linear-gradient(60deg, #FFFFFF00 40%, #4ABAFF4D 100%);
    box-shadow: 
inset 0 0 12px #4ABAFF90,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
}
.glass-purple-dk {
background-image: linear-gradient(60deg, #FFFFFF00 40%, #FFFFFF20 100%);
box-shadow:
inset 0 0 12px #C9A0FF20,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
backdrop-filter: blur(5px);
}
.glass-purple-dk:hover {
background-image: linear-gradient(60deg, #FFFFFF00 40%, #C9A0FF4D 100%);
    box-shadow: 
inset 0 0 12px #C9A0FF90,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
}


.glass-light {
    box-shadow:
inset 0 0 12px #ffffff,
inset 4px -4px 8px #6337aa10,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5699;
backdrop-filter: blur(5px);
}
.glass-light:hover {
    box-shadow:
inset 0 0 12px #ffffff80,
inset 4px -4px 8px #6337aa05,
inset -1px 1px 0px 1px #ffffff80,
inset 0 0 0 1px #122c5610;
backdrop-filter: blur(5px);
}
.glass-dark {
    box-shadow:
inset 0 0 12px #6337aa20,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
backdrop-filter: blur(5px);
}
.glass-dark:hover {
    box-shadow:
inset 0 0 12px #6337aa40,
inset -4px 4px 8px #ffffff40,
inset -1px 1px 0 #ffffff,
inset 0 0 0 1px #ffffff80;
backdrop-filter: blur(5px);
}

/* GLOW EFFECT LIGHT (no border in elementor)
*/
.glow-green-lt {
    box-shadow:
inset 0 0 10px #2de2cc20,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}
.glow-green-lt:hover {
    box-shadow: 
inset 0 0 10px #2de2cc60,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}
.glow-blue-lt {
    box-shadow:
inset 0 0 10px #4abaff20,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}
.glow-blue-lt:hover {
    box-shadow: 
inset 0 0 10px #4abaff60,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}
.glow-yellow-lt {
    box-shadow:
inset 0 0 10px #ffc44d20,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}
.glow-yellow-lt:hover {
    box-shadow: 
inset 0 0 10px #ffc44d60,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}
.glow-purple-lt {
    box-shadow:
inset 0 0 10px #c9a0ff20,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}
.glow-purple-lt:hover {
    box-shadow: 
inset 0 0 10px #c9a0ff60,
inset -3px 3px 6px #ffffff,
inset -1px 1px 0px 1px #ffffff,
inset 0 0 0 1px #122c5680;
}


/* GLOW EFFECT DARK (no border in elementor)
*/
.glow-green-dk {
    box-shadow:
inset 0 0 12px #2de2cc45,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80, inset 0 0 0 1px #ffffff40;
}
.glow-green-dk:hover {
    box-shadow: 
inset 0 0 12px #2de2cc90,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
}

.glow-blue-dk {
    box-shadow:
inset 0 0 12px #4abaff44,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80, 
inset 0 0 0 1px #ffffff40;
}
.glow-blue-dk:hover {
    box-shadow: 
inset 0 0 12px #4abaff90,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
}

.glow-yellow-dk {
    box-shadow:
inset 0 0 12px #ffc44d45,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80, 
inset 0 0 0 1px #ffffff45;
}
.glow-yellow-dk:hover {
    box-shadow: 
inset 0 0 12px #ffc44d90,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
}

.glow-purple-dk {
    box-shadow:
inset 0 0 12px #c9a0ff45,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80, 
inset 0 0 0 1px #ffffff40;
}
.glow-purple-dk:hover {
    box-shadow: 
inset 0 0 12px #c9a0ff90,
inset -4px 4px 8px #ffffff20,
inset -1px 1px 0 #ffffff80,
inset 0 0 0 1px #ffffff40;
}/* End custom CSS */