body {
    background-color: #EDEDED;
}
.noSpace p {
	margin-bottom: 0px;
}
.break-word {
	word-wrap: break-word;
}
@media (max-width: 767px) {
	h1 br, h2 br, h3 br, h4 br, h5 br, ul.elementor-icon-list-items li br { display: none; }	
}
body.elementor-page .page-header { display: none; }

.banner_gradient { position: relative; }
.banner_gradient::before {
	position: absolute;
	top: 0;
	left:0;
	z-index:1;
	pointer-events:none;
	content:'';
	width: 100%;
	height: 50%;
	background: #001122;
	background: linear-gradient(0deg, rgba(0, 17, 34, 0) 15%, rgba(0, 17, 34, 0.7) 100%);
}
.gradient_blur:before {
	position: absolute;
    content: '';
    top: 0; left: 0;
    width: 100%; height: 100%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* blur gradient control */
    -webkit-mask-image: linear-gradient(
    135deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.4) 30%,
    rgba(0,0,0,1) 70%
    );
    
    mask-image: linear-gradient(
    135deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.4) 30%,
    rgba(0,0,0,1) 70%
    );
}


/* Button Style */
a.elementor-button, button.elementor-button {
	position: relative;
	transition: box-shadow 0.3s ease, transform 0.25s ease;
}
a.elementor-button:hover,
a.elementor-button:focus,
a.elementor-button:active,
button.elementor-button:hover,
button.elementor-button:focus,
button.elementor-button:active {
	box-shadow:
		0 0 8px rgba(81,168,211,0.6),
		0 0 18px rgba(81,168,211,0.35);
	transform: translateY(-1px);
}

/* Text */
a.elementor-button .elementor-button-content-wrapper,
button.elementor-button .elementor-button-content-wrapper {
	position: relative;
	z-index: 3;
}

/* Inner background */
a.elementor-button::before,
button.elementor-button::before {
	content: '';
	position: absolute;
	inset: 2px; /* border thickness */
	background: linear-gradient(
		125deg,
		rgba(0,136,177,1) 12%,
		rgba(10,68,125,1) 32%,
		rgba(81,168,211,1) 44%,
		rgba(5,102,151,1) 69%,
		rgba(81,168,211,1) 78%,
		rgba(10,68,125,1) 94%
	);
	border-radius: inherit;
	z-index: 1;
	opacity:0.8;
	background-size: 300% 300%;
  animation: bgMove 8s ease infinite;
}

/* Gradient border */
a.elementor-button::after,
button.elementor-button::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		125deg,
		#51a8d3,
		#0088b1,
		#0a447d,
		#51a8d3
	);
	border-radius: inherit;
	z-index: 0;		
}

@keyframes bgMove {
    0% {
    background-position: 0% 50%;
    }
    50% {
    background-position: 100% 50%;
    }
    100% {
    background-position: 0% 50%;
    }
}

a.elementor-button:hover::after,
button.elementor-button:hover::after {
    animation-duration: 2.5s;
}


@media (max-width: 767px) {
    a.elementor-button:hover,
    a.elementor-button:focus,
    a.elementor-button:active,
	button.elementor-button:hover,
    button.elementor-button:focus,
    button.elementor-button:active{
    box-shadow:
      0 0 6px rgba(81,168,211,0.5),
      0 0 14px rgba(81,168,211,0.3);
    }
}

@media (max-width: 575px) {
	h1 br, h2 br, h3 br, h4 br, h5 br, ul.elementor-icon-list-items li br { word-break: break-all; }	
}


.gray_box {
    background: linear-gradient(#ededed, #ededed) 50% 50%/calc(100% - 2px) calc(100% - 2px) no-repeat,
                linear-gradient(150deg, #ffffff99 12%, #e4e4e4b0 19%, #f2f2f2ab 21%, #f2f2f2ab 42%, #abababb3 49%, #f2f2f2ab 55%, #e4e4e4b0 88%, #ffffff99 93%) !important;
    position: relative;
	z-index: 9;
}
.gray_box > * {
	position: relative;
	z-index: 99;
}
.gray_box:before {
    position: absolute;
	content: '';
	top: 1px !important;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
	background-color: #f7f7f7;
	background-image: url(../img/gray-bg.webp);	
	z-index: 11;
}
.gray_box.gray_gradient_box:before {
	background-image: url(../img/gray-gradient-box.svg);	
}
.gray_gradient_border {
	border: 2px solid;
	border-image-source: url(../img/gray-gradient-box-border.svg);
	border-image-slice: 2;
	border-image-repeat: stretch;
}

/* Form */
.formStyle .elementor-field {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.formStyle textarea.elementor-field-textual {
	min-height: 215px;
}
.formStyle .elementor-field:focus {
	background: #fff !important;
	border-color: var( --e-global-color-2b40a36 ) !important;
}
::placeholder {
	color: var( --e-global-color-secondary ) !important
}

/* Footer */
.scroll-progress {
	position:fixed;
	top:0;
	left:0;
	height:3px;
	width:0%;
	background:linear-gradient(90deg,#0A447D,#51A8D3);
	z-index:9999;
	border-radius: 15px;
}
.scroll-top {
	position:fixed;
	right:30px;
	bottom:30px;
	width:45px;
	height:45px;
	background:transparent;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	border: 1px solid var( --e-global-color-primary );
	cursor:pointer;
	opacity:0;
	visibility:hidden;
	transition:.3s;
	z-index:999;
	backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
	padding-top: 5px;
}
.scroll-top:hover {
	background: var( --e-global-color-primary )
}
.scroll-top svg {
	fill: var( --e-global-color-primary );
	font-size: 20px;
		
}
.scroll-top:hover svg {
	fill: #fff
}

.scroll-top.active{
	opacity:1;
	visibility:visible;
}
