.post,
.page {
	margin-bottom: 0;
}

html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
        font-family: "Sora", sans-serif;
        font-family: "Inter", sans-serif;
*/
body {
	overflow-x: hidden;
	text-decoration: none;
	box-sizing: border-box;
	margin-bottom: 0;
	color: #555;
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 16px;
}

b,
strong {
	font-weight: 700;
}

h1,
.h1 {
	font-size: 43px;
	font-style: normal;
	font-weight: 700;
	line-height: 59px;
	letter-spacing: -0.43px;
	font-family: "Sora", sans-serif;
}

h2,
.h2 {
	color: #000;
	font-family: "Sora", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 59px;
	letter-spacing: -0.4px;
}

h3,
.h3 {
	color: #FFF;
	font-family: "Sora", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px;
}


h4,
.h4 {
	color: #001E51;
	font-family: "Sora", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

h5,
.h5 {
	color: #FFF;
	font-family: "Sora", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: -0.25px;
}


h6,
.h6 {
	color: #000;
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.16px;
}

p {
	color: #555;
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 24px;
}

li {
	color: #555;

	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 24px;
}

a {
	text-decoration: none;
	color: #000;
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	transition: all 0.6s;
}

a:hover {
	text-decoration: none;
	color: #00C4A8;
}

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

.title-section {
	text-align: center;
	margin-bottom: 40px;
}

section {
	margin: 100px 0;
}

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

a.btn,
body input[type="submit"],
.custom-popup .cf7mls-btns button,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
	padding: 18.5px 30px;
	border: 1px solid #00C4A8;
	background-color: #00C4A8;
	transition: all 0.6s;
	text-align: center;
	display: flex;
	align-items: center;
	width: fit-content;
	justify-content: center;
	border-radius: 5px;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
	cursor: pointer;
}

body input[type="submit"],
.custom-popup .cf7mls-btns button,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
	background-color: #1100D9;
	border-color: #1100D9;
	font-family: "Plus Jakarta Sans", sans-serif;
}

body input[type="submit"]:hover,
.custom-popup .cf7mls-btns button:hover,
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
	border-color: #1100D9;
	color: #1100D9;
	background-color: transparent;
}

a.btn:hover {
	background-color: transparent;
	border-color: #00C4A8;
}

.btn-wraper {
	display: flex;
	align-items: center;
}

.btn-wraper>a:first-child {
	margin-right: 10px;
}

a.btn:hover svg path {
	fill: #ffffff;
}

.btn.btn-with-arrow:hover svg {
	transform: rotate(45deg);
}

.btn.btn-with-arrow:hover:hover {
	border: 1px solid #00C4A8;
	background-color: #00C4A8;
}

.btn svg {
	vertical-align: middle;
	margin-left: 14px;
}

.btn-with-arrow svg {
	margin-left: 14px;
}

.btn.btn-with-arrow {
	background-color: transparent;
	vertical-align: middle;
}

body .ff-btn-submit svg path {
	fill: #ffffff;
}

body .ff-btn-submit svg {
	margin-left: 10px;
	transition: all 0.6s;
	vertical-align: middle;
}


body .ff-btn-submit:hover {
	color: #6B0005;
}

.wpcf7-not-valid-tip:nth-of-type(n+2) {
	display: none !important;
}

.section-title {
	text-align: center;
	max-width: 635px;
	margin: 0 auto 50px;
}

.section-title h2 {
	margin-bottom: 5px;
}

.text-cta {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 59px;
	letter-spacing: -0.16px;
}

.text-cta:hover {
	color: #1100D9;
}

.text-cta:hover svg path {
	fill: #1100D9;
}

.text-cta svg {
	margin-left: 10px;
}

.tag {
	border-radius: 50px;
	background: #1100D9;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	color: #FFFBFB;
	padding: 8px 20px;
}

.container,
.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	width: 100%;
}

img {
	height: unset;
	width: unset;
	vertical-align: middle;
}

.column-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

.slick-arrow {
	position: absolute;
	height: 44px;
	width: 44px;
	background-color: #ffffff;
	border: 0;
	font-size: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.10);
	z-index: 1;
}


.slick-arrow:hover {
	background-color: #C2DF93;
}

.slick-arrow:hover svg path {
	fill: #ffff;
	stroke: #ffff;
}

.slick-slider .slick-track {
	display: flex;
}

.slick-slider .slick-slide {
	height: auto;
}

.custom-arrow .slick-arrow:hover svg path {
	fill: #0A544A;
	stroke: #0A544A;
}

.custom-arrow .slick-arrow {
	position: static;
	transform: unset;
	background-image: unset;
	border: 1px solid #0A544A;
}

.custom-arrow {
	display: flex;
	align-items: center;
	margin-top: 60px;
	justify-content: center;
}

.custom-arrow .slick-arrow.next {
	margin-left: 17px;
}

.custom-arrow-wraper {
	position: relative;
}

.custom-arrow .slick-arrow:before {
	content: "";
	display: block;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: calc(50% - 90px);
	background: rgba(10, 84, 74, 0.20);
	position: absolute;
}

.custom-arrow .slick-prev:before {
	left: 0;
}

.custom-arrow .slick-next:before {
	right: 0;
}


.slick-disabled {
	opacity: 0.50;
}

.slick-prev {
	left: 36px;
	background-image: url(../images/slick-left.svg);
}

.slick-next {
	right: 36px;
	background-image: url(../images/slick-right.svg);
}

ul.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 0;
	width: 100%;
}

ul.slick-dots li {
	margin-bottom: 0;
	height: 16px;
	width: 16px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
	opacity: 1;
	list-style-type: none;
	cursor: pointer;
}

ul.slick-dots li button {
	font-size: 0;
	background: 0;
	border: 0;
	width: 0;
	box-shadow: unset;
}

ul.slick-dots li.slick-active {
	opacity: 1;
	background: #00C4A8;
	width: 44px;
	border-radius: 50px;
}

.custom-slick {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.custom-dots {
	position: relative;
}

.custom-dots .slick-dots {
	position: static;
	justify-content: start;
	margin-top: 0;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	margin-top: 40px;
}

.pagination:before {
	content: "";
	display: none;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: calc(50% - 150px);
	background: rgba(10, 84, 74, 0.20);
	position: absolute;
	left: 0;
}

.pagination:after {
	content: "";
	display: none;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: calc(50% - 150px);
	background: rgba(10, 84, 74, 0.20);
	position: absolute;
	right: 0;
}

.pagination .page-numbers {
	border-radius: 50px;
	border: 1px solid #1100D9;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1100D9;
	font-weight: 500;
	margin: 0 5px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: #1100D9;
	color: #fff;
}

.pagination .next,
.pagination .prev {
	font-size: 0;
}

.pagination .page-numbers svg {
	width: 20px;
}

.pagination .page-numbers:hover svg path {
	stroke: #ffffff;
	fill: #ffffff;
}

.pagination .page-numbers svg path {
	stroke: #1100D9;
	fill: #1100D9;
}

.btn-div {
	display: flex;
	align-items: center;
}

.btn-div a:not(:last-child) {
	margin-right: 20px;
}

.mfp-close-btn-in .mfp-close {
	/* 	border-radius: 30px;
	background-color: #FFF;
	opacity: 1;
	font-size: 0;
	background-image: url(../images/x.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center; */
	display: none;
}

body.popup-open {
	overflow: hidden;
}

body .mfp-container {
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	width: 100%;
	right: 0;
}

.mfp-content {
	padding: 50px 0;
}

.custom-pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.custom-pagination .page-numbers {
	height: 40px;
	width: 40px;
	background-color: #ED1B24;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 6px;
}

.custom-pagination .page-numbers:hover,
.custom-pagination .page-numbers.active {
	background-color: #6B0005;
}

.input-field label {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	color: #000;
	font-family: "Sora", sans-serif;
	margin-bottom: 8px;
	display: inline-block;
}

.input-field p {
	opacity: 1;
}

select {
	border-radius: 50px;
	border: 1.2px solid rgba(0, 0, 0, 0.10);
	background-color: rgba(248, 248, 248, 0.40);
	padding: 10px 50px 10px 20px;
	color: #000000;
	font-family: 'Satoshi';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	outline: none;
	line-height: 140%;
	appearance: none;
	background-image: url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 21px;
	cursor: pointer;
	overflow-y: hidden !important;
}

.input-field input,
.input-field select,
.input-field input,
.input-field textarea {
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	padding: 15px 20px;
	width: 100%;
	background-color: transparent;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #747474;
	outline: none;
	letter-spacing: 0.15px;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.input-field input[type="checkbox"] {
	width: 16px;
	height: 16px;
	padding: 0;
	border-radius: 2px;
	border: 1px solid #E8E8E8;
	margin-right: 6px;
	cursor: pointer;
}

.input-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -20px;
}

.input-field {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.input-field.full-width.d-flex p {
	display: flex;
	align-items: center;
}

.input-field textarea::placeholder {
	color: #747474;
}

.input-field.full-width {
	width: 100%;
}

.input-field textarea {
	border-radius: 5px;
	height: 140px;
	resize: none;
}

.input-field input::placeholder {
	color: #747474;
}

.wpcf7-acceptance .wpcf7-list-item [type="checkbox"] {
	height: 20px;
	width: 20px;
	border-radius: 0;
	border-radius: 4px;
	border: 1px solid rgba(10, 84, 74, 0.20);
	padding: 0;
	margin-right: 15px;
	appearance: auto;
	-webkit-appearance: checkbox;
	cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item label {
	display: flex;
	align-items: center;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
	color: rgba(10, 84, 74, 0.80);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

body .input-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M8.39038 0.312348L4.39038 5.31235L0.390381 0.312347' stroke='%23000'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 9px 7px;
	padding-right: 30px;
	border-radius: 10px;
	background-color: #E9E9E9;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	line-height: 1;
}

.wpcf7-not-valid-tip {
	margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
	text-align: center;
	font-weight: 600;
	padding: 10px;
}

/*************************************************
                 Text Template Css
 *************************************************/
.main-content-wrapper.text-template h3,
.main-content-wrapper.text-template h4,
.main-content-wrapper.text-template h5 {
	color: #000;
}

.main-content-wrapper.text-template ul,
.main-content-wrapper.text-template ol {
	margin-left: 20px;
	margin-bottom: 24px;
}

.main-content-wrapper.text-template ul li,
.main-content-wrapper.text-template ol li {
	margin-bottom: 10px;
}

.main-content-wrapper.text-template p {
	margin-bottom: 24px;
}

.main-content-wrapper.text-template a {
	color: #00C4A8;
	text-decoration: underline;
}

.main-content-wrapper.text-template a:hover {
	text-decoration: none;
}


/*************************************************
                 404 Css
 *************************************************/
.error-404 .content_block .btn {
	margin: auto;
}

.error-404 .content_block {
	text-align: center;
}

.error-404 .content_block h1.page-title {
	font-size: 160px;
	line-height: 1;
	margin: 0;
	color: #000;
}

.error-404 .content_block .btn:hover {
	color: #00C4A8;
}

.error-404 .content_block .btn:hover path {
	fill: #00C4A8;
}

/*************************************************
                 Header Css
 *************************************************/

.admin-bar .site-header.is-sticky {
	top: 32px;
}

.site {
	position: relative;
}

.site-header {
	position: relative;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
	padding: 19.5px 0;
	background: #1100D9;
	margin-bottom: -1px;
}

.transparent-header .site-header {
	position: static;
	background-color: #000;
}

.site-header.is-sticky,
.transparent-header .site-header.is-sticky {
	position: fixed !important;
	animation: slideDown 1s ease-in-out;
}

.site-branding img.custom-logo {
	display: block;
}

.site-header .btn-blue a {
	font-weight: 700;
	padding: 6px 21px !important;
	display: block;
	text-align: center;
	text-transform: none !important;
	border-radius: 5px;
	background: #00C4A8;
	border: solid 1px #00C4A8;
}

.site-header .btn-blue a:hover {
	background: transparent;
	color: #fff;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.header-menu .main-menu ul>li>a {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-menu ul li.current_page_item a,
.header-menu .main-menu ul>li:hover>a {
	color: #00C4A8;
}

.header-menu ul li.current_page_item span.arrow path {
	stroke: #00C4A8;
}

.header-menu ul li {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 0;
}

.header-menu ul li:not(:last-child) {
	margin-right: 25px;
}

.menu-item-has-children {
	position: relative;
	padding-right: 15px;
}

span.arrow {
	background-repeat: no-repeat;
	background-size: 10px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 14px;
	transform: translateY(-50%);
	width: 9px;
}

span.arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

.menu-item-has-children:hover span.arrow svg,
svg,
span.arrow,
svg path {
	transition: all 0.6s;
}

.menu-item-has-children:hover span.arrow svg path {
	stroke: #00C4A8;
}

.header-menu .main-menu ul.sub-menu li {
	display: block;
	margin: 0;
	position: relative;
}

.header-menu .main-menu ul.sub-menu li:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='9' viewBox='0 0 7 9' fill='none'%3E%3Cpath d='M0.312255 0.390443L5.31226 4.39044L0.312255 8.39044' stroke='%231100D9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	width: 7px;
	height: 9px;
}

.header-menu .main-menu ul.sub-menu li a {
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	line-height: 38px;
	padding: 0 35px;
	width: 100%;
	display: block;
}

.menu-toggler svg {
	vertical-align: middle;
}

.menu-toggler {
	margin-left: 24px;
}

.header-menu ul li:last-child {
	margin-left: 34px;
}

/*************************************************
                 Footer Css
*************************************************/

.footer-cta-sec {
	margin: 100px 0;
}

.footer-cta-main {
	background:
		/*  url('../image/footer-cta-shape.svg') no-repeat left bottom, */
		#1100D9;
	border-radius: 20px;
	padding: 66px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-size: contain;
	position: relative;
	overflow: hidden;
}

.footer-cta-main:before {
	content: '';
	background-image: url('../image//bg-shope.png');
	width: 850px;
	height: 850px;
	position: absolute;
	left: 0;
	top: auto;
	background-repeat: no-repeat;
	bottom: -88px;
	z-index: 1;
	background-size: contain;
}

.footer-cta-main .cta-btn {
	flex-shrink: 0;
}

.footer-cta-main .cta-text {
	max-width: 640px;
}

.footer-cta-main .cta-text h2 {
	margin: 0;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px;
	/* 160% */
}

.footer-cta-main .cta-text p {
	color: #fff;
	font-weight: 700;
	line-height: 21px;
	/* 131.25% */
	letter-spacing: -0.25px;
	margin-bottom: 2px;
}

.site-footer {
	background-color: #000;
	padding: 56px 0;
}

.footer-logo p:not(.al-wrapper p) {
	margin-bottom: 20px;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-left {
	width: 20%;
}

.footer-right {
	display: flex;
	margin: 0 -13px;
	width: 74%;
}

.footer-right {
	display: flex;
}

.al-wrapper .d-flex {
	display: flex;
}

.al-wrapper .d-flex span {
	flex-shrink: 0;
	margin-right: 4px;
	font-weight: 700;
	letter-spacing: -0.25px;
	line-height: 25px;
}

.al-wrapper .d-flex p {
	letter-spacing: -0.25px;
}

.footer-link h3 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.footer-link {
	width: 33.33%;
	padding: 0 13px;
}

.footer-logo .site-branding {
	margin-bottom: 47px;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.social-links ul li a:hover {
	opacity: 0.7;
}

.social-links span {
	flex-shrink: 0;
	font-weight: 700;
}

.social-links ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.social-links ul li {
	margin: 0 0 0 10px;
}

.site-footer * {
	color: #fff;
}

.footer-link ul {
	margin: 0;
	list-style-type: none;
}

.footer-link ul.menu li {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath d='M0.699707 0.714355L5.08765 5.01256L0.889031 9.29884' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 7px;
	background-position: left 0 top 8px;
	padding-left: 14px;
}

.footer-link ul li:not(:last-child) {
	margin-bottom: 5px;
}

.footer-top {
	margin-bottom: 53px;
}

.footer-bottom {
	padding-top: 36px;
	border-top: solid 1px #fff;
}

.contact-info {
	padding-right: 12px;
}

.contact-info a {
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 5px;
}

.contact-info a img {
	width: 11px;
	height: 11px;
	margin-right: 11px;
	position: absolute;
	left: 0;
	top: 8px;
}

.footer-link h3 {
	padding-bottom: 18px;
	border-bottom: solid 1px #fff;
	position: relative;
}

.footer-link h3:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: #1100D9;
	z-index: 1;
	width: 50px;
	content: '';
	height: 3px;
}


.footer-link .form-row {
	position: relative;
}

.footer-link .form-row .wpcf7-email {
	width: 100%;
	height: 55px;
	padding: 18px;
	border-radius: 6px;
	padding-right: 70px;
	outline: none;
	font-size: 16px;
	font-family: "Sora", sans-serif;
}

.footer-link .form-row .wpcf7-email::placeholder {
	color: #ADADAD;
}

.footer-link .form-row input[type="submit"] {
	position: absolute;
	top: 0;
	width: 55px;
	height: 55px;
	font-size: 0;
	border-radius: 6px;
	right: 0;
	background-image: url("../image/send-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 27px;
}

.footer-link .form-row input[type="submit"]:hover {
	background-color: #1100D9;
}

.footer-link .wpcf7-response-output {
	font-size: 13px;
	margin-top: 20px !important;
	line-height: 24px;
}

.footer-link a:hover,
.footer-link .current-menu-item a {
	color: #00C4A8;
}

.form-group span.wpcf7-spinner {
	position: absolute;
	top: 100%;
	right: 0;
	margin-right: 0;
}

.wpcf7-not-valid-tip {
	color: #dc3232 !important;
}

.site-header li.current_page_item.btn-blue a {
	color: #fff;
}


.header-menu ul li.current-menu-parent a {
	color: #00C4A8;
}

.header-menu ul li.current-menu-parent span.arrow svg path {
	stroke: #00C4A8;
}

.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
	font-size: 16px;
}

.wpcf7 form .wpcf7-response-output {
	border: 2px solid #ffb900;
	color: #555;
	font-size: 16px;
}


body.mfp-active {
	overflow: hidden !important;
}

.mfp-bg {
	opacity: 0.7 !important;
}

/* Container Fix */
.mfp-wrap {
	overflow-y: auto !important;
}

/* Proper Vertical Alignment */
.mfp-container {
	/* display: flex !important;
    align-items: center !important;
    justify-content: center !important; */
	padding: 40px 20px !important;
	box-sizing: border-box;
}

.mfp-wrap {
	position: fixed !important;
	top: 0 !important;
	height: 100vh !important;
}

.mfp-container {
	height: 100vh !important;
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
	display: none;
}

.custom-popup {
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 60px;
}

.popup-inner {
	max-height: 90vh;
	overflow-y: auto;
}

.popup-close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	padding: 0;
	background: transparent;
	border: 0;
}

.custom-popup h2,
.custom-file-wrapper h3 {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 25px;
	padding-right: 30px;
}

.custom-popup .title h2 {
	margin-bottom: 15px;
}

.custom-file-wrapper h3 {
	margin-bottom: 10px;
}

.custom-progress-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 47px;
}

.custom-progress-bar .step-item {
	width: 33.33%;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom: solid 2px #E9E9E9;
	padding-bottom: 23px;
	position: relative;
	padding-left: 25px;
}

.custom-progress-bar .step-item:before {
	content: '';
	border: solid 1px #000;
	width: 19px;
	height: 19px;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
}

.custom-progress-bar .step-item.active::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M9.5 0C4.26154 0 0 4.26154 0 9.5C0 14.7385 4.26154 19 9.5 19C14.7385 19 19 14.7385 19 9.5C19 4.26154 14.7385 0 9.5 0ZM9.42796 12.2067C9.12158 12.5131 8.71863 12.6659 8.31408 12.6659C7.90954 12.6659 7.50263 12.5115 7.19308 12.2028L4.99067 10.0684L6.09346 8.93079L8.30458 11.0738L12.9034 6.56054L14.0149 7.68867L9.42796 12.2067Z' fill='%2300C4A8'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	border-color: #00C4A8;
}

.custom-progress-bar .step-item.active {
	border-bottom: 6px solid #00C4A8;
}

.custom-progress-bar .step-item.active:first-child:after {
	position: absolute;
	left: -60px;
	background-color: #00C4A8;
	width: 60px;
	height: 6px;
	display: block;
	content: '';
	bottom: -6px;
	z-index: -1;
}

.custom-popup fieldset {
	padding: 0;
}

.custom-popup .input-row .input-field label {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.custom-popup .input-row .input-field input {
	border-radius: 10px;
	background: #E9E9E9;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.custom-popup .input-row .input-field textarea {
	height: 164px;
	resize: none;
	border-radius: 10px;
	background: #E9E9E9;
	font-family: Sora;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	color: #000;
}

.custom-popup .input-row .input-field textarea::placeholder {
	color: #747474;
	font-weight: 400;
}

.custom-popup .input-row {
	margin-bottom: 0;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
	min-height: unset;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px !important;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns button,
body .custom-popup .input-row .input-field.full-width.btn-submit input[type="submit"] {
	margin: 0;
	float: none;
	background-repeat: no-repeat;
	padding-right: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	background-size: 24px;
	background-position: right 15px top 14px;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns button.cf7mls_back {
	background-image: url('../image/arrow-left.png');
	padding-left: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	background-size: 24px;
	padding-right: 15px;
	background-position: left 15px top 14px;
}

body .custom-popup .input-row .input-field.full-width.btn-submit input[type="submit"],
.wpcf7-form .fieldset-cf7mls .cf7mls-btns button.cf7mls_next {
	background-image: url('../image/arrow-right.png');
	background-repeat: no-repeat;
	padding-right: 50px !important;
	background-position: right 15px top 14px;
	padding-left: 15px !important;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns button:hover,
body .custom-popup .input-row .input-field.full-width.btn-submit input[type="submit"]:hover {
	background-color: #1100D9;
	border-color: #1100D9;
}

.cf7mls_next.action-button img,
.cf7mls_next.action-button.sending img {
	display: none !important;
}

.custom-file-wrapper label.file-trigger {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.custom-file-wrapper br {
	display: none;
}

.custom-file-wrapper span.wpcf7-form-control-wrap {
	display: none;
}

.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
	margin: 0;
}

.custom-popup .input-row .input-field.full-width.btn-submit {
	margin: 0;
	text-align: left;
}

body .custom-popup .input-row .input-field.full-width.btn-submit input[type="submit"] {
	margin: 0;
	float: none;
	padding: 13.5px 30px;
}

.custom-popup .input-row .input-field.full-width.btn-submit p {
	display: flex;
	align-items: center;
}


.custom-popup p:empty {
	display: none;
}

.custom-file-wrapper span.upload-icon {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	color: #2B33D9;
}

.custom-file-wrapper span.upload-icon svg {
	margin-left: 6px;
	flex-shrink: 0;
}

.thankyou-message {
	text-align: center;
	display: none;
}

.sucess-icon svg {
	display: block;
	margin: 0 auto 20px;
}

.thankyou-message h2 {
	margin-bottom: 10px;
}

.thankyou-message p {
	color: #000;
	margin-bottom: 35px;
}


.custom-popup span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
	display: flex;
	align-items: center;
	margin: 0;
}

.custom-popup span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #000;
}

.custom-popup span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item:not(:last-child) {
	margin-bottom: 15px;
}

.custom-popup span.wpcf7-form-control.wpcf7-checkbox {
	margin-bottom: 15px;
	display: block;
}

/*************************************************
                 Responsive Css
 *************************************************/


@media only screen and (min-width:576px) {

	.container,
	.container-fluid {
		max-width: 540px;
	}
}

@media only screen and (min-width:768px) {

	.container,
	.container-fluid {
		max-width: 720px;
	}

}

@media only screen and (min-width:992px) {

	.container,
	.container-fluid {
		max-width: 960px;
	}

	.sidebar-header {
		display: none;
	}

	.sidebar-logo {
		display: none;
	}

	.menu-toggler {
		display: none;
	}

	.sidebar .user-info {
		display: none;
	}

	.overlay {
		display: none;
	}

	ul.sub-menu {
		position: absolute;
		margin-left: 0;
		min-width: 340px;
		top: calc(100% + 10px);
		visibility: hidden;
		opacity: 0;
		z-index: 3;
		transition: all .6s ease-in;
		display: block;
		background-color: #fff;
		padding: 15px 0 15px 0;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
	}

	.menu-item-has-children:hover ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.menu-item-has-children:hover span.arrow {
		transform: translateY(-50%) rotate(-180deg);
	}

	.header-menu .main-menu ul.sub-menu li.current-menu-item a,
	.header-menu .main-menu ul.sub-menu li a:hover {
		background-color: #1100D9;
		color: #fff;
	}

	.header-menu .main-menu ul.sub-menu li.current-menu-item:before,
	.header-menu .main-menu ul.sub-menu li:hover:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='9' viewBox='0 0 7 9' fill='none'%3E%3Cpath d='M0.312255 0.390446L5.31226 4.39044L0.312255 8.39044' stroke='white'/%3E%3C/svg%3E");

	}
}

@media only screen and (min-width:1200px) {

	.container,
	.container-fluid {
		max-width: 1140px;
	}

}

@media only screen and (min-width:1400px) {
	.container {
		max-width: 1270px;
	}

	.container-fluid {
		max-width: 1330px;
	}
}

@media only screen and (max-width:1399px) {


	h1,
	.h1 {
		font-size: 32px;
		line-height: normal;

	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: normal;

	}

	.header-menu ul li:not(:last-child) {
		margin-right: 20px;
	}

	.header-menu .btn-blue a {
		padding: 10px 24px !important;
	}

	.header-menu ul li:last-child {
		margin-left: 0;
	}

	/*************************************************
                 Header Css
    *************************************************/

	/*************************************************
                 Footer Css
    *************************************************/
	.footer-left {
		width: 24%;
	}

	.footer-right {
		width: 76%;
	}
}

@media only screen and (max-width:1199px) {

	h1,
	.h1 {
		font-size: 32px;
		line-height: normal;

	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: 38px;

	}

	h3,
	.h3 {
		font-size: 24px;
		line-height: 28.6px;
	}

	h4,
	.h4 {
		font-size: 20px;
		line-height: 28.6px;

	}

	h5,
	.h5 {
		font-size: 18px;
		line-height: 26px;

	}

	section {
		margin: 60px 0;
	}

	.header-menu .main-menu ul>li>a {
		font-size: 13px;
	}

	.header-menu .main-menu ul.sub-menu li a {
		font-size: 13px;
		line-height: 34px;
	}

	.header-menu .btn-blue a {
		padding: 8px 18px !important;
	}

	/*************************************************
                 Header Css
    *************************************************/
	.header-menu ul li:not(:last-child) {
		margin-right: 14px;
	}

	/*************************************************
                 Footer Css
    *************************************************/
	.footer-cta-sec {
		margin: 60px 0;
	}

	.footer-link h3 {
		font-size: 16px;
	}

	.footer-cta-main {
		padding: 60px;
	}

	ul.slick-dots li {
		width: 10px;
		height: 10px;
	}

	ul.slick-dots li.slick-active {
		width: 30px;
	}

	.footer-cta-main:before {
		width: 580px;
		height: 600px;
		left: 40px;
		bottom: 0;
		background-size: 100% 100%;
	}

	.contact-info {
		padding-right: 0;
	}

	.al-wrapper .d-flex span,
	.al-wrapper .d-flex p {
		font-size: 15px;
	}

	.footer-link .form-row input[type="submit"] {
		height: 100%;
		background-size: 16px;
		padding: 0;
		width: 45px;
	}

	.footer-link .form-row .wpcf7-email {
		font-size: 12px;
		height: 50px;
		padding-right: 50px;
		padding-left: 10px;
	}

	.custom-popup {
		padding: 30px;
	}

	.popup-close svg {
		width: 20px;
		height: auto;
	}

	.custom-popup h2,
	.custom-file-wrapper h3 {
		font-size: 22px;
	}

	.custom-progress-bar {
		margin-bottom: 20px;
	}

	.custom-popup .input-row .input-field input {
		padding: 10px;
		border-radius: 5px;
	}

	body .input-field select {
		padding: 10px 20px 10px 10px;
		border-radius: 5px;
	}

	.custom-popup .input-row .input-field textarea {
		padding: 10px;
		height: 100px;
	}

	.custom-popup .input-row .input-field label,
	span#file-name-display {
		font-size: 14px;
		line-height: normal;
	}

	.thankyou-message .sucess-icon img {
		width: 130px;
	}

	.thankyou-message p {
		margin-bottom: 20px;
	}

	.sucess-icon svg {
		width: 50px;
		height: 50px;
	}

	.custom-progress-bar .step-item {
		font-size: 15px;
		padding-bottom: 15px;
	}

	.custom-progress-bar .step-item.active {
		border-bottom-width: 3px;
	}

	.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
		margin-top: 30px;
	}
}

@media only screen and (max-width:991px) {
	.section-title {
		margin-bottom: 30px;
	}

	a.btn,
	body input[type="submit"] {
		padding: 13.5px 20px;
		font-size: 16px;
	}

	section {
		margin: 40px 0;
	}

	.admin-bar .sidebar {
		top: 32px;
		height: calc(100% - 32px);
	}

	.error-404 .content_block h1.page-title {
		font-size: 100px;
	}

	/*************************************************
                 Mobile Header Css
    *************************************************/
	.site-header {
		padding: 14px 0;
	}

	.menu-toggler {
		display: block;
	}

	.sidebar {
		position: fixed;
		right: 0;
		background: #ffffff;
		height: 100%;
		max-width: 320px;
		width: 100%;
		top: 0;
		z-index: 2;
		overflow: auto;
		transform: translateX(100%);
		transition: all 0.6s;
		padding: 20px 20px;
	}

	.sidebar-header {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 20px;

	}

	.main-menu {
		display: block;
	}

	.main-menu .btn.header-btn {
		margin-left: 0;
		margin-top: 40px;
	}


	.menu li:not(:last-child) {
		margin-right: 0;
	}

	body.menu-open .sidebar {
		transform: translateX(0);
	}

	body.menu-open {
		overflow: hidden;
	}

	.overlay {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		right: 0;
		top: 0;
		width: 0;
		height: 100vh;
		display: inline-block;
		background-color: rgb(12 13 14 / 50%);
		z-index: 1;
		transition: all 0.8s ease-in-out;
	}

	body.menu-open .overlay {
		opacity: 1;
		visibility: visible;
		width: 100%;
	}

	.header-actions a {
		margin-left: 10px;
	}

	.menu-toggler {
		margin-left: 10px;
	}

	.header-menu ul li {
		display: block;
		padding: 0;
	}

	.menu-item-has-children {
		padding-right: 40px;
	}

	.header-menu .main-menu ul.sub-menu li:before {
		left: 10px;
		top: 15px;
	}

	.header-menu .main-menu ul>li>a {
		display: inline-block;
		padding: 0;
		color: #000;
		font-size: 16px;
	}

	.header-menu ul li.current_page_item a,
	.header-menu .main-menu ul.sub-menu li.current_page_item a {
		color: #00C4A8;
	}

	.header-menu .main-menu ul.sub-menu li.current_page_item:before {
		background-color: #00C4A8;
	}

	.header-menu ul li.current_page_item span.arrow svg path {
		stroke: #00C4A8;
	}

	.header-menu .main-menu ul.sub-menu li {
		margin-top: 5px;
	}

	.header-menu .main-menu ul.sub-menu li a {
		padding: 0 0 0 25px;
		line-height: 30px;
	}

	.header-menu .main-menu ul.sub-menu {
		margin: 0;
		display: none;
	}

	.header-menu ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.sidebar .user-info {
		display: block;
		margin-top: 20px;
	}

	.sidebar .user-info a {
		color: #000000;
	}

	.sidebar .user-info a img {
		filter: brightness(1) invert(2);
	}

	.site-header .btn-blue a {
		color: #fff !important;
	}

	span.arrow {
		width: 12px;
		height: auto;
	}

	span.arrow.active {
		transform: translateY(-50%) rotate(-180deg);
	}

	.arrow svg path {
		stroke: #000;
	}

	.header-menu .main-menu ul.sub-menu li a {
		font-size: 14px;
		line-height: 38px;
	}

	/*************************************************
                 Footer Css
    *************************************************/

	.footer-cta-main {
		padding: 40px 30px;
		flex-wrap: wrap;
		background-size: cover;
	}

	.footer-left {
		width: 100%;
	}

	.footer-right {
		width: 100%;
		margin-top: 30px;
	}

	.footer-cta-main .cta-btn {
		margin-top: 20px;
	}

	.footer-logo .site-branding {
		margin-bottom: 20px;
	}

	.site-footer {
		padding: 40px 0;
	}

	.footer-bottom {
		padding-top: 20px;
	}

	.footer-top {
		margin-bottom: 20px;
	}

	.footer-cta-sec {
		margin: 40px 0;
	}

	.footer-cta-main:before {
		height: 480px;
		width: 480px;
		left: 25px;
		bottom: 60px;
	}

	.footer-logo p:not(.al-wrapper p) {
		margin-bottom: 10px;
	}

	.footer-link .form-row input[type="submit"] {
		width: 50px;
	}
}

@media only screen and (max-width:782px) {
	.admin-bar .sidebar {
		top: 46px;
		/* height: calc(100% - 46px); */
	}

	.admin-bar .site-header.is-sticky {
		top: 46px;
	}
}

@media (max-width: 768px) {
	.custom-popup {
		padding: 20px;
	}
}

@media only screen and (max-width:600px) {
	.admin-bar .site-header.is-sticky {
		top: 0;
	}

	.admin-bar .site-header.is-sticky .sidebar {
		top: 0;
	}
}

@media only screen and (max-width:767px) {

	.pagination:before,
	.pagination:after {
		display: none;
	}

	.input-field {
		width: 100%;
		margin-bottom: 20px;
	}

	/*************************************************
                 Footer Css
    *************************************************/
	.footer-cta-main {
		padding: 30px 20px;
		justify-content: center;
		text-align: center;
	}

	.footer-cta-main .cta-text p {
		margin-bottom: 10px;
	}

	.footer-cta-main .cta-text h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.footer-right {
		flex-wrap: wrap;
	}

	.footer-link {
		width: 100%;
	}

	.social-links {
		margin-top: 15px;
	}

	.footer-link:not(:last-child) {
		margin-bottom: 30px;
	}

	.site-footer {
		padding-bottom: 20px;
	}

	.footer-bottom p {
		font-size: 14px;
		text-align: center;
	}

	.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
		font-size: 14px;
	}

	.footer-cta-main:before {
		left: 28px;
		height: 400px;
		width: 395px;
		bottom: 60px;
	}

	.custom-progress-bar .step-item {
		width: 100%;
	}

	.custom-progress-bar {
		flex-wrap: wrap;
	}

	.custom-progress-bar .step-item:not(:last-child) {
		margin-bottom: 15px;
	}

	.custom-popup {
		padding: 60px 20px 30px 20px;
	}

	.popup-close {
		top: 20px;
		right: 20px;
	}

	.custom-popup .input-row .input-field textarea {
		font-size: 14px;
	}

	.custom-popup .input-row .input-field input,
	.custom-popup span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label,
	body .input-field select {
		font-size: 14px;
		line-height: normal;
	}

	.custom-popup span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
		align-items: flex-start;
	}
}

@media only screen and (max-width:575px) {
	.btn-wraper {
		margin: auto;
		flex-direction: column;
	}

	.btn-wraper>a:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer-cta-main:before {
		bottom: 130px;
		height: 300px;
		width: 300px;
	}

	.footer-cta-main:before {
		bottom: 150px;
		height: 300px;
		width: 300px;
		left: 28px;
	}
}

@media only screen and (max-width:359px) {
	.wpcf7-form .fieldset-cf7mls .cf7mls-btns button {
		font-size: 14px !important;
	}
}