/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/
/*************
    GLOBAL
 /*************/

:root {
	--background-gradient: linear-gradient(45deg, #B2CCED, #B8A5DF, #D7AC69, #E2D693) border-box;
	
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 135px;
}

@media only screen and (max-width: 1024px) {
    html {
	    scroll-padding-top: 90px;
    }
}
body {
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale;
}
a:focus {
    outline:none !important;
}
p:only-of-type,
p:first-of-type  {
    margin-top:0em;
}
p:only-of-type,
p:last-of-type{
    margin-bottom:0em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top:0em;
	margin-bottom:0.25em;
}

:is(p, ul, ol) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 1.5em;
}

p a {
	text-decoration:underline !important;
}

.single-news :is(h1, h2, h3, h4, h5, h6) {
	color:white;
}

.single-news h2 {
	font-size:2rem;
}
.single-news h3 {
	font-size:1.8rem;
}
.single-news h4 {
	font-size:1.6rem;
}
.single-news h5 {
	font-size:1.4rem;
}
.single-news h6 {
	font-size:1.2rem;
}
/*************
MISC
 /*************/
.sticky-element {
    position: -webkit-sticky;
    position: sticky;
    top: 4em;
    margin-bottom:auto;
}
.elementor-search-form--skin-minimal:focus-within {
    border:0px !important;
    outline: 0 !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.rank-math-breadcrumb a {
	color:white !important;
}
.footer-sticky {
	padding:1rem !important;
}
/*************
 FORM STYLING
 /*************/
.contact_form label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.elementor-field-group:not(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio, .elementor-field-type-select) {
    position:relative;
}
.elementor-field-group:not(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio, .elementor-field-type-select) label{
    position:absolute;
    font-size:12px;
    visibility:hidden;
    opacity:0;
    transition:all 0.3s;
    top:20px;
    left:36px;
    color:black !important;
}
.elementor-field-group.active label {
    visibility:visible;
    opacity:1;
    top:5px;
}
.elementor-field-group.elementor-field-type-acceptance label {
   display:none;
}
.elementor-field-group.elementor-field-type-acceptance .elementor-field-option label {
	   font-size:14px !important;
	display:block;
}
.elementor-field-group.elementor-field-type-acceptance label a {
    text-decoration:underline;
}
.contact_form textarea {
    font-family: inherit !important;
    padding: 20px !important;
}
.contact_form :is(input, select, textarea) {
    border-bottom: 1px solid transparent !important;
    border-image: linear-gradient(0.25turn, #B2CCED, #B8A5DF, #D7AC69, #E2D693) !important;
    border-image-slice: 1 !important;
}
.contact_form :is(input, select, textarea):focus {
    border: 1px solid transparent !important;
    border-image: linear-gradient(0.25turn, #B2CCED, #B8A5DF, #D7AC69, #E2D693) !important;
    border-image-slice: 1 !important;
	box-shadow:none !important;
}

.contact_form .elementor-field-option {
	padding-right:2rem !important;
}
.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox) [type="checkbox"],
.contact_form .elementor-field-type-radio [type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0.01;
}


.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio) input + label {
  display: block;
  position: relative;
  padding-left: 32px; 
  line-height: 1.4;
  cursor: pointer;
  font-size: 14px;
  vertical-align: top;
  word-break: break-word;
}


.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio) input + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid var(--e-global-color-secondary);
}


.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio) input + label:after {
  width: 16px;
  height: 16px;
  top: 4px;
  left: 2px;
  position: absolute;
  background: var(--e-global-color-primary) url(/wp-content/themes/hello-theme-child-master/img/white-tick.svg) center center no-repeat;
  background-size: 12px;
  transition: all 0.3s ease-in-out;
  content: "";
}


.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio) input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(0deg);
}


.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio) input:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(0);
}


.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio) input:disabled + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}


.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio) input:disabled:checked + label:after {
  color: #777;
}


.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio) input:disabled + label {
  color: #aaa;
}


.contact_form :is(.elementor-field-type-acceptance, .elementor-field-type-checkbox, .elementor-field-type-radio) input:focus + label:before {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}



.contact_form [type="submit"] {
    margin-top:1em;
}
.contact_form [type="submit"]:hover {
    border-color:  var(--e-global-color-38aadf2) !important;
}

.elementor-message-success {
    width: 100%;
    padding: 1em;
    background: green;
    color: white;
}



/*************
 FOOTER
 /*************/
.small_print {
    text-align:left;
}
.small_print,
.small_print a{
/*     color:rgba(255,255,255,0.5); */
	color: var(--e-global-color-text);
    font-size:14px;
}
.small_print a {
	color:var(--e-global-color-81309b7);
}
footer a,
.small_print a {
	text-decoration: none !important;
}
footer a:hover,
.small_print a:hover {
/*     color:rgba(255,255,255,0.5); */
	color: var(--e-global-color-primary) !important;
    text-decoration:underline !important;
}
.elementor-icon-list-item a:hover {
	text-decoration:none !important;
}
.small_print ul, .small_print li {
    display:inline;
    position:relative;
}
.small_print ul {
    margin:0;
    padding:0;
}
.small_print li {
    margin-right:1em;
}
.small_print li:after {
    position: absolute;
    height: 12px;
    width: 1px;
    background: var(--e-global-color-text);
    content: "";
    display: block;
    right: -0.6em;
    top: 4px;
}
/* .small_print li:last-of-type:after {
    display:none;
} */
.rank-math-breadcrumb {
	font-size:14px;
}
.hero:after {
	width:100%;
	height:100%;
	content:"";
	top:0;
	left:0;
	    pointer-events: none;
	z-index:0
	position:absolute;
	background: #2A7B9B;
	background: linear-gradient(180deg,rgba(6,3,31,100) 0%, rgba(6,3,31,0) 25%);
	
}

/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-120px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
 width: 100%!important;
}
.sticky-shadow {
box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 36px 0px;
}

.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* End Of Slide In From The Top Option */

/** START OF CUSTOM CSS **/
#content .page-header {
    display: none;
}


.gradient-border:before {
	border-radius: 40px;
	border: 2px solid transparent;
}
.gradient-border.b-r-5:before {
	border-radius: 5rem;
}
.grad-border .elementor-button:before, .grad-border .elementor-button:after, .mnu-btn .elementor-button:before, .testi-slider .elementor-swiper-button:before, .testi-slider .elementor-swiper-button:after, #mnu-mega .elementskit-dropdown.elementskit-submenu-panel > li > a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transition:0.3s ease all;
}
.mnu-btn .elementor-button:before {
	border: 1px solid transparent;
	border-radius: 4px;
}

/* #cont-form .elementor-field-group:not(.elementor-field-type-submit, .elementor-field-type-acceptance, .elementor-field-type-radio, .elementor-field-type-html):before {
    border-bottom: 1px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    top: 0;
    width: 97%;
    height: 100%;
    margin: auto;
    z-index: 0;
}
#cont-form input, #cont-form select, #cont-form textarea {
	z-index:1;
    background: transparent;
} */


#hdr-inner:before,
.grad-border .elementor-button:before,
.grad-border .elementor-button:after,
.cont-grad-border:before {
    border-radius: 2rem;
	border: 2px solid transparent;
}
header .cont-grad-border:before {
	border-radius: 3rem;
}
.grad-border .elementor-button:hover {
/* 	border-color:transparent !important; */
/* 	background-color: transparent !important; */
	background: var(--background-gradient);
}
/* .grad-border .elementor-button:hover:before {
	opacity:0;
}
.grad-border .elementor-button:hover:after {
	opacity:1;
}
.grad-border .elementor-button:after {
    background: var(--background-gradient)
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: add;
	content: '';
	transition:0.3s ease all;
	opacity:0;
} */


.grad-border .elementor-button:before, .grad-border .elementor-button:after {
	z-index:0;
}
.grad-border .elementor-button .elementor-button-text {
	z-index:1;
}
.grad-border .elementor-button {
    position: relative;
}
.grad-border .elementor-button:not(:hover) {
    border: solid 1px transparent;
}

#hdr-inner:before,
.grad-border .elementor-button:before,
.gradient-border:before,
.mnu-btn .elementor-button:before,
.testi-slider .elementor-swiper-button:before,
#mnu-mega .elementskit-dropdown.elementskit-submenu-panel > li > a:before,
.cont-grad-border:before {
    background: var(--background-gradient);
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
	content: '';
	transition:0.3s ease all;
}

.grad-txt,
.grad-title em {
	background:var(--background-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style:normal;
}



#mnu-mega .elementskit-dropdown.elementskit-submenu-panel > li > a:before {
    border-left: solid 2px transparent;
    border-right: solid 2px transparent;
}
#mnu-mega .elementskit-dropdown.elementskit-submenu-panel {
	background:#06031f;
}
#mnu-mega li:hover .elementskit-dropdown.elementskit-submenu-panel > li > a:before {
	opacity:1;
}
#mnu-mega .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a:before {
    border-top: solid 2px transparent;
}
#mnu-mega .elementskit-dropdown.elementskit-submenu-panel > li:last-child > a:before {
    border-bottom: solid 2px transparent;
}

#mnu-mega .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a, #mnu-mega .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a:before {
    border-radius: 20px 20px 0 0;
}
#mnu-mega .elementskit-dropdown.elementskit-submenu-panel > li:last-child > a, #mnu-mega .elementskit-dropdown.elementskit-submenu-panel > li:last-child > a:before {
    border-radius: 0 0 20px 20px;
}


.testi-slider .elementor-swiper-button {
    top: auto !important;
    height: 60px;
    position: absolute !important;
    bottom: -120px;
    width: 120px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-content: center;
	transition:0.3s ease all;
	border-radius:30px;
}

.testi-slider .elementor-swiper-button-prev {
    left: 36% !important;
}
.testi-slider .elementor-swiper-button-next {
    right: 36% !important;
}
.testi-slider .elementor-swiper-button:before {
	border-radius: 30px;
	border: 1px solid transparent;
	z-index:0;
}
.testi-slider .elementor-swiper-button:after {
	margin:auto;
    background-color: transparent !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	border-radius:30px;

	mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) !important;
	content:'';
	z-index:0;
	opacity:0;
}
.testi-slider .elementor-swiper-button:hover:after {
    background: linear-gradient(45deg, #B2CCED, #B8A5DF, #D7AC69, #E2D693) border-box !important;
	opacity:1;
}

.testi-slider .elementor-swiper-button svg path {
	display:none;
}
.testi-slider .elementor-swiper-button-prev svg {
    background: url(/wp-content/uploads/2025/04/left-arrow.png);
}
.testi-slider .elementor-swiper-button-next svg {
    background: url(/wp-content/uploads/2025/04/right-arrow.png);
}

.testi-slider .elementor-swiper-button svg {
    display: block !important;
    visibility: visible;
    background-position: center;
    background-repeat: no-repeat;
	z-index:1;
}

.mnu-btn .elementor-button-wrapper {
    display: flex;
}
.logged-in:not(.elementor-editor-active) #hdr-main, .logged-in:not(.elementor-editor-active) #hdr-main.elementor-sticky--active {
    top: 50px !important;
}
#hdr-main.elementor-sticky--active {
	top:10px !important;
}
#hdr-mnu .sub-arrow svg {
    font-size: 18px;
}
#hdr-main.elementor-sticky--active #hdr-btn a {
    padding-top: 10px;
    padding-bottom: 10px;
}
#hdr-main.elementor-sticky--active #hdr-logo img {
    width: 164px;
}
#hdr-main #hdr-btn a, #hdr-main #hdr-logo img, .rev-icon-color .elementor-button svg, .elementor-widget-button svg  {
	transition:0.3s ease all;
}
#hdr-inner {
    min-height: 0;
}



.rev-icon-color .elementor-button:hover svg, .rev-ico-color svg, .white-icon svg {
    filter: invert(1) brightness(1);
	z-index:1;
}


#hp-sol-slider .swiper-wrapper {
    overflow: visible;
}
#hp-sol-slider .e-n-carousel {
	overflow:hidden;
}

html, body {
	position:relative;
	overflow-x:hidden;
	max-width:100%;
}
.sol-slider-btn a {
    width: 100% !important;
}
.sol-slider-btn a .elementor-button-content-wrapper{
    padding: 470px 50px 50px 50px !important;
	justify-content: left;
}

.sol-slider-btn a:hover {
    color: #ffbcff !important;
}
.sol-slider-btn a:hover svg {
    filter: sepia(1) saturate(10) hue-rotate(270deg);
}
.accord .e-n-accordion-item-title {
    justify-content: space-between;
	border-top: solid 1px #BABABA !important;
	padding: 28px 0 !important;
}
.accord [role="region"] {
    gap: 31px;
	padding:20px 90px 50px 0 !important;
}
#mnu-mega .elementskit-megamenu-panel {
    padding-top: 29px !important;
}
/* #mnu-mega .elementskit-megamenu-panel {
    left: -15vw !important;
} */
/**
.hdr-mnu-hdr:hover {
	filter: saturate(1.5) brightness(1.5);
}
.hdr-mnu-hdr {
    transition:0.3s ease all;
}
**/
.disp-block-mobile {
	display:none;
}
.disp-non-mobile {
	display:block;
}
#mobile-mnu .sub-arrow svg {
    fill: #fff;
}
/**
#mnu-mega .elementskit-dropdown.elementskit-submenu-panel {
    border-radius: 20px !important;
    overflow: hidden;
    background: #06031F;
}
**/
.tool-tip .e-hotspot__tooltip {
    width: 296px;
    text-wrap: auto;
}
.tool-tip .e-hotspot__tooltip p {
    margin-bottom: 5px !important;
}
.tool-tip {
    position: absolute;
    bottom: 0;
}
.tooltip-column {
    padding-bottom: 29px !important;
}
.trust-p-imgbox .elementor-image-box-wrapper {
    align-items: center !important;
}
.trust-p-imgbox .elementor-image-box-img {
    margin-left: auto !important;
    margin-right: auto !important;
}
#testi-section {
    background-size: 25%;
}
.large-arrow svg {
	font-size: 33px;
}
.cta-circle {
    position: relative;
	overflow:hidden;
}


.large-arrow a {
    align-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.large-arrow {
    position: relative;
    height: 100%;
	width:480px
}
.large-arrow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2025/04/cta-bg-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: 480px;
    border-radius: 100%;
    background-color: #4285F4;
	transition:0.3s ease all;
}
.large-arrow:hover:before {
    background-color: var( --e-global-color-81309b7 );
}

#cta-spectrum {
    position: absolute;
    bottom: -138px;
    left: 0;
    right: 0;
    margin: auto;
}
.ov-flow-hid {
	overflow:hidden;
}
.elementor-widget-text-editor a {
	text-decoration:none !important;
}
.hdr-mnu-hdr a, .hdr-mnu-hdr a:hover {
    color: unset;
}
.breadcrumbs a, .breadcrumbs .breadcrumb_last {
    padding: 0 13px;
    color: #fff;
}
.breadcrumbs a {
    text-decoration: none !important;
}
.inner-hdr:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: -32px;
    background: url(/wp-content/uploads/2025/04/services-hdr-logo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.lower-opacity {
	opacity:0.7;
}
.loop-featimg a {
	width:100%;
}
#news-section.inner-hdr:before {
    background-size: 1000px;
}
.share-icons .ekit_socialshare {
    display: flex;
}
.share-icons .ekit_socialshare li > div {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #fff;
}
/* #cont-form input, #cont-form textarea, #cont-form select {
    box-shadow: none !important;
}
#cont-form textarea {
	resize:none;
}
#cont-form .elementor-field-type-acceptance label {
    font-size: 14px;
    line-height: 1.3em;
    padding-left: 10px;
}
#cont-form .elementor-field-type-acceptance input {
    width: 16px;
    height: 16px;
}
#cont-form .elementor-field-option {
    display: flex;
}
#cont-form .elementor-field-type-submit {
    display: block;
}
#cont-form button {
    width: 160px !important;
    height: 60px;
    padding: 0;
}

#cont-form .elementor-field-type-radio .elementor-field-option label {
    padding-left: 9px;
}
#cont-form .elementor-field-type-radio label {
    position: relative !important;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    top: 0;
    width: 100%;
    left: 0;
}
#cont-form .elementor-field-type-radio .elementor-field-subgroup {
    gap: 20px;
}
#cont-form .elementor-field-type-radio .elementor-field-label {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
#cont-form .elementor-field-type-html {
    color: var(--e-global-color-text);
}
#cont-form .elementor-field-type-select select option:first-child {
    display: none;
}
#cont-form button:hover {
    background-color: var(--e-global-color-81309b7);
    border-color: var(--e-global-color-81309b7);
} */
.share-icons .ekit_socialshare li > div:hover svg, .share-icons .ekit_socialshare li > div:hover i {
    filter: brightness(0.0) invert(1);
}
.share-icons .ekit_socialshare li > div:hover {
	background:var( --e-global-color-primary ) !important;
}



@media all and (min-width: 768px) {
	#ftr-row2 .elementor-element[data-element_type="container"] {
		width: auto;
	}
	.news-btn {
		bottom: 33px;
		position: absolute;
		right: 30px;
	}
	.news-cont-inner, .news-cont-outer .e-con-inner {
		position: static;
	}
	.news-cont-outer {
		position: relative;
	}
}
@media all and (max-width: 1501px) {
	.sol-slider-btn a .elementor-button-content-wrapper{
		padding: 350px 35px 35px 35px !important;
	}
	.accord .e-n-accordion-item-title {
		padding: 22px 0 !important;
	}
	.accord [role="region"] {
		gap: 21px;
		padding:15px 50px 40px 0 !important;
	}
/* 	#mnu-mega .elementskit-megamenu-panel {
		left: -25vw !important;
	} */
	#ftr-inner-cont.gradient-border:before {
		border-radius: 30px;
	} 
	.large-arrow:before {
		height: 408px;
	}
	.testi-slider .elementor-swiper-button {
		height: 40px;
		bottom: -90px;
		width: 80px;
	}
    .testi-slider .elementor-swiper-button-prev {
        left: calc(50% - 85px) !important;
    }
    .testi-slider .elementor-swiper-button-next {
        right: calc(50% - 85px) !important;
    }
	.news-btn {
		bottom: 25px;
	}
	#cont-form .elementor-field-group {
		margin-bottom: 40px;
	}
	#cont-form textarea {
		height: 100px;
	}
}
@media all and (max-width: 1025px) {
	.disp-non-tablet {
		display:none;
	}
	.sol-slider-btn a .elementor-button-content-wrapper{
		padding: 250px 30px 30px 30px !important;
	}
	.accord .e-n-accordion-item-title {
		padding: 18px 0 !important;
	}
	.accord [role="region"] {
		gap: 15px;
		padding:10px 30px 30px 0 !important;
	}
	  #mnu-mega .elementskit-megamenu-panel {
/* 		left: -30vw !important; */
		width:100% !important;
	  }
/* 	#mnu-mega .elementskit-menu-container {
		max-width: 100%;
		padding-bottom: 0;
	}
	#mnu-mega .ekit-menu-nav-link i {
		padding-left: 9px;
		padding-right:9px;
	} */
	#mnu-mega .elementskit-menu-container {
		max-width: 100%;
		padding-bottom: 0;
	}
    .large-arrow:before {
        height: 347px;
    }
	.large-arrow .elementor-button-content-wrapper {
		gap: 10px !important;
	}
	#cta-spectrum {
		bottom: -80px;
	}
	.large-arrow svg {
		font-size: 24px;
	}
	.large-arrow {
		width: 347px;
	}

	.flex-down {
		flex-direction: column !important;
		text-align: right;
	}
	.news-btn {
		bottom: 20px;
	}
	#news-section.inner-hdr:before {
		background-size: 700px;
	}
}



@media all and (max-width: 768px) {
    .small_print ul {
        flex-direction:column;
        margin-bottom:1em;
    }
    .small_print li:after {
        display:none;
    }
	.sol-slider-btn a .elementor-button-content-wrapper{
		padding: 200px 22px 22px 22px !important;
	}
	.accord .e-n-accordion-item-title {
		padding: 13px 0 !important;
	}
	.accord [role="region"] {
		gap: 13px;
		padding:10px 0px 20px 0 !important;
	}
	.disp-block-mobile {
		display:block;
	}
	.disp-non-mobile {
		display:none;
	}
/* 	#hdr-btn {
		margin-left:auto;
	}
	#hdr-main.elementor-sticky--active #hdr-logo img {
	  width: 138px;
	}
	#hdr-main.elementor-sticky--active #hdr-inner {
	  padding-top: 4px;
	  padding-bottom: 4px;
	}
	#hdr-main.elementor-sticky--active {
	  top: 4px !important;
	}
	#hdr-main.elementor-sticky--active .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	  margin-top: 3px;
	} */
	.tool-tip {
		position: relative;
	}
	.tooltip-column {
		padding-bottom: 0px !important;
	}
	.accord .e-n-accordion-item-title {
		justify-content: center;
	}
	#ftr-inner-cont.gradient-border:before {
		border-radius: 20px;
	} 
    .large-arrow {
        width: 315px;
        height: 50px !important;
        position: relative !important;
        display: block !important;
        margin: auto;
    }
	.large-arrow:before {
		display:none;
	}
    .large-arrow .elementor-button {
		background:var( --e-global-color-primary ) !important;
	}
	.large-arrow .elementor-button:hover {
		background:var( --e-global-color-secondary ) !important;
	}
    .testi-slider .elementor-swiper-button {
        bottom: -70px;
	}
	.inner-hdr:before {
		background-size: cover;
	}
	.flex-down {
		text-align: center;
	}
    .news-btn {
        bottom: 0;
    }
	.news-cont-outer {
		height: auto !important;
	}
	.custom-post-loop .elementor-loop-container {
		grid-auto-rows: auto !important;
	}
    #cont-form .elementor-field-group {
        margin-bottom: 30px;
    }
	
	#menu-primary-menu {
		padding:2rem;
	}
	#menu-primary-menu .ekit-menu-nav-link {
		display:flex;
		justify-content:space-between;
	}
	
	#menu-primary-menu .cont-grad-border:before {
		border-radius:20px !important;
	}
	#menu-primary-menu > li {
		margin-bottom:2rem;
	}
	#menu-primary-menu > li .ekit-menu-dropdown-toggle {
		margin-bottom:1rem;
	}
	.ekit_menu_responsive_mobile>.elementskit-navbar-nav-default {
		background:var(--e-global-color-text) !important;
	}
	
	
}

@media all and (max-width: 479px) {
	.invi-on-mob {
		display:none;
	}
    .large-arrow .elementor-button {
        font-size: 16px !important;
    }
    .large-arrow {
        width: 276px;
        height: 45px !important;
	}
	.large-arrow .elementor-button-icon {
		display: none;
	}
	#testi-section {
		background-size: 75vw 87%;
	}
}