*,
*::after *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --heading-color: #0A0102;
  --secondary-color: #0A0102;
  --paragraph-color: #323B47;
  --paragraph-color2: #323B47;
  --accent-color: #F4641E;
  --offwhite-color: #F7F8FA;
  --white-color: #fff;
  --saas-body: #fff;
  
}
:focus {
  outline: none;
}

html {
  font-family: var(--sf-body-font);
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/* Selection CSS */
::-moz-selection {
  color: var(--white-color);
  background: var(--accent-color);
}
::selection {
  color: var(--white-color);
  background: var(--accent-color);
}

/* ScrollBar CSS */
::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
  display: block;
}
::-moz-scrollbar {
  width: 4px !important;
  height: 4px !important;
  display: block;
}
::-ms-scrollbar {
  width: 4px !important;
  height: 4px !important;
}
::-webkit-scrollbar-thumb {
  cursor: pointer !important;
  background: var(--accent-color) !important;
  border-radius: 4px;
}

body {
  font-family: var(--sf-body-font);
  background: var(--saas-body);
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  overflow-x: hidden;
}

.container {
  max-width: 1344px;
  margin: auto;
}
.container-fluid {
  padding: 0;
  padding: 0px 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1366.99px) {
  .container,
  .container-fluid {
    padding: 0% 2%;
  }
}
@media only screen and (max-width: 1199.99px) {
  .container,
  .container-fluid {
    padding: 0% 5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.99px) {
.container, .container-fluid {  padding: 0% 20px; }
}
img, a, input, h1, h2, h3, h4, h5, h6, p {
	transition: all 0.4s ease;
}
img{
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--heading-color);
}


p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: var(--paragraph-color);
}
input, textarea, select, .form-control, select, .nice-select {
	color: var(--primary);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	width: 100%;
	min-height: 48px;
	outline: none;
	background-color: transparent;
	border: 1px solid #e6e8f1;
	border-radius: 8px;
	padding-left: 25px;
	color: #808695;
	height: 50px;
	padding: 0.375rem 0.75rem;
	font-size: 16px;
	background: #fff;
	border-radius: 4px;
}
textarea {
  height: 150px;
  min-height: 150px;
}
select option{
  color:var(--secondary) !important;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border-color: var(--accent-color) !important;
}
input[type="checkbox"] {
    width: initial;
    height: initial;
    line-height: initial;
    min-height: initial;
}
.nice-select .list{
	min-width:100%;
}
a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;

}
.wpcf7-not-valid-tip{
  border-color: var(--accent);
}
input[type="submit"] {
	border: none !important;
	color: var(--primary);
	border: 1px solid var(--primary);
	padding: 10px 25px;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
	gap: 10px;
	outline: none;
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: var(--accent);
	border-color: var(--accent);
	color: #fff;
	position: relative;
	width: fit-content;
}
textarea {
	max-height: 195px;
}
label {
  margin-bottom: 8px;
}

select {
	padding: 12px 20px;
	height: 50px;
	background: transparent;
	border: 1px solid var(--ternary);
	width:100%;
}


@media (max-width: 991px) {
.container {
	max-width: 100%;
}
}
/** === Predefined Global Classes === **/
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/**===== section padding scss =====**/
.sec_padding {
  padding: 120px 0px;
}

.sec_padding_two {
  padding: 100px 0px;
}

/** ===== section title scss ====== **/
.section_title h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: var(--accent-color);
	text-transform: uppercase;
	margin-bottom: 10px;
}
.section_title h2 {
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -1.7px;
  margin:0 !important;
}
.section_title p {
	line-height: 30px;
	color: #344054;
	margin-top: 12px;
	margin-bottom: 0;
}
.section_title{
	overflow: hidden;
}
.section_title.text-center {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.section_title.white h2,
.section_title.white p {
  color: #fff;
}

.section_title_two {
  margin-bottom: 50px;
}
.section_title_two h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--saas-purple);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section_title_two h2 {
  font-size: 56px;
  line-height: 65px;
  color: var(--heading-color);
  margin-bottom: 20px;
}
.section_title_two p {
  font-size: 18px;
  line-height: 30px;
  color: #344054;
}
.section_title_two.text-center {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section_title_three h2 {
  font-size: 48px;
  font-family: var(--sf-body-font);
  font-weight: 400;
  margin-bottom: 10px;
  color: #14141f;
}

.section_title_four {
  margin-bottom: 70px;
}
.section_title_four h2 {
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  font-size: 60px;
}
.sp_mg_top_60 {
	margin-top: 60px;
}

.list-unstyled ul,.list-unstyled ol {
	list-style: none;
	padding-left: 0;
}

/* Preloader CSS */
.pt-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
	background: #fff;
}

.pt-preloader .animation-preloader {
	z-index: 1000;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
}
.animation-preloader img {
	position: absolute;
	width: 42px;
	left: 0;
	top: 50%;
	margin-top: -21px;
	left: 50%;
	margin-left: -21px;
}
.pt-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid #543ee81a;
	border-top-color: var(--accent-color);
	height: 100px;
	width: 100px;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

/* Back To Top CSS */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #543ee821;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: var(--accent-color);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-weight: 900;
	font-family: "Font Awesome 6 Free" !important;
	content: "\f148";
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--accent-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.mg-btm-70{
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .progress-wrap {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .progress-wrap {
    right: 5%;
  }
  .mg-btm-70{
    margin-bottom: 40px;
  }
}


/* Theme Button */
.theme-btn {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	gap: 8px;
	letter-spacing: -0.32px;
	padding: 16px 24px;
	z-index: 2;
	transition: all 0.3s ease;
	border-radius: 8px;
	/* background: linear-gradient(90deg, #00155b 0%, #0a5954 100%); */
	box-shadow: 0 4px 4px 0 rgba(7, 7, 18, 0.08) inset;
	color: #e3f2ff;
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	background: linear-gradient(90deg, #F4641E 0%, #110F72 100%);
	border: none;
}
.theme-btn.gradient-border:hover{
  color:#fff;
}
.theme-btn i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.theme-btn:hover {
	color: #fff;
}
.theme-btn.outline-btn {
  background: transparent;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.theme-btn.outline-btn:hover {
  border: 1px solid transparent;
  color: var(--white-color);
}

@media only screen and (max-width: 767.99px) {
  .theme-btn {
    font-size: 14px;
  }
}

.theme-btn.icon-left {
	flex-direction: row-reverse;
}

.theme-btn.theme-btn--v2 {
	background: #FF0A58;
}






textarea.form-control {
	height: 140px;
}

.acceptance-check * {
  font-size: 14px;
  color: #222831;
}
.acceptance-check i {
	color: #4E535A;
}
.acceptance-check .wpcf7-list-item label {
  display: flex;
  gap: 10px;
  margin: 0;
}
.wpcf7-list-item {
  margin: 0;
}
.acceptance-check p {
  margin: 0;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.form-group p {
	display: block;
	float: none;
	display: block;
	margin: 0;
}
.wpcf7-form .form-group {
	margin-top: 15px;
}

.ehf-header #masthead {
	z-index: 33333;
}