body{ margin:0; padding: 0; }
*, ::after, ::before { box-sizing: border-box; }
a:hover{ text-decoration:none; }
.mb-30 { margin-bottom:30px; }
.cu-flex{ flex-flow:wrap row; }
.container-c{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/* section 1 css start */
.cu-a-main-wapper { padding-top:76px }
.cu-left-wapper{ height:100%; }
.cu-left-card-img { border-radius: 4px; height: 172px; width: 100%; }
.cu-left-card-img img { border-radius: 4px; max-width:unset; height:100%; width:100%; object-fit:cover; }
.cu-left-card-text { padding-top:16px; }
.cu-left-card-text p {margin: 0; }
.cu-left-card-text span a {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #53AEE9;
}
.cu-left-card-text h3 { margin:0; line-height: unset; }
.cu-left-card-text h3 a {
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #1E1D1D;
	display: block;
	margin: 8px 0;
}
.cu-left-card-text p {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #6D6D6D;
}
.cu-center-wapper { height:100%; }
.cu-center-text{ padding-bottom:24px; }
.cu-center-text span a{
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #DE6736;
}
.cu-center-text h3 { margin:0; line-height:unset; }
.cu-center-text h3 a {
	display: block;
	padding: 16px 0;
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	color: #1E1D1D;
}
.cu-center-text p {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #6D6D6D;
}
.cu-center-text p:last-child { margin:0; }
.cu-center-img { height: 415px; width: 100%; border-radius: 4px; }
.cu-center-img img { width:100%; height:100%; object-fit:cover; max-width:unset; border-radius:4px; }
.cu-right-card { padding:16px 0; border-bottom: 1px solid rgba(30, 29, 29, 0.1); }
.cu-right-card:first-child { padding-top:0; }
.cu-right-card:last-child { padding-bottom:0; border-bottom: 0; }
.cu-right-card span a {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}
.color-5DB437 span a { color:#5DB437; }
.color-F7B03C span a { color:#F7B03C; }
.color-DE6736 span a { color:#DE6736; }
.color-D1405C span a { color:#D1405C; }
.color-926AB3 span a { color:#926AB3; }
.color-53AEE9 span a { color:#53AEE9; }

.cu-right-card h3 { margin:0; line-height:unset; }
.cu-right-card h3 a {
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #1E1D1D;
	display: block;
	padding: 6px 0;
}
.cu-right-card p {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #6D6D6D;
	margin: 0;
}
/* section 1 css end */

/* section 2 css start */
.cta-wapper { 
	position:relative; 
	margin-top:90px; 
	display: flex;
	align-items: center;
}
.cta-wapper:before{
	content: '';
	background-color: #F0A639;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 330px; 
}
.cta-wapper .row { justify-content: space-between; }
.cta-col-left{
	-ms-flex: 0 0 27.0%;
	flex:  0 0 27.0%;
	max-width: 27.0%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	left: 30px;
}
.cta-col-center{
	-ms-flex: 0 0 50.3%;
	flex: 0 0 50.3%;
	max-width: 50.3%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.cta-col-right{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 20.9%;
	flex:  0 0 20.9%;
	max-width: 20.9%;
	right: 50px;
}
.cta-img-left {
	background-image: url(../img/Group-12.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 439px;
	width: 100%;
	height: 416px;
	position: relative;
	left: 0;
	top:0;
}
.cta-img-right {
	background-image: url(../img/Group-11.svg);	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	max-width:  347px;
	width: 100%;
	height: 350px;
	position: relative;
	right: 19px;
	top: 0;
}
.cta-form-wapper {  position:relative; padding: 113px 0 0px; }
.cta-form-wapper h3 {
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #1E1D1D;
	text-align: center;
	margin: 0;
	margin-bottom: 16px;
	margin-top:32px;
}
.cta-form-wapper p {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #1E1D1D;
	text-align: center;
	margin: 0;
}
.subscribe-form {
	max-width: 425px;
	width: 100%;
	height: 52px;
	background-color: #fff;
	border-radius: 100px;
	margin: auto;
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
}
.subscribe-form input{
	height: 52px;
	border: 0 !important;
	border-radius: 100px 0 0 100px;
	width: 100%;
	background-color: #fff;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 52px;
	color: #6D6D6D;
	padding: 0 20px;
}
.subscribe-form input:focus{ outline:unset !important; box-shadow:unset !important; }
.subscribe-form .subscribe-btn {
	background-color: #DE6837;
	border-radius: 100px;
	border: 0 !important;
	padding: 12px 20px 12px 20px !important;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
/* section 2 css end */

/* section 3 css start */
.sect-c-wapper { padding-top: 140px; }
.sect-c-title { margin-bottom:60px; }
.sect-c-title h2 {
	margin: 0;
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	text-align: center;
	color: #1E1D1D;
	margin: 0;
}
.sect-c-card {
	height: 100%;
	background: #FBF6F1;
	border-radius: 4px;
	padding: 33px 0;
	text-align: center;
	position: relative;
}
.sect-c-img { position:relative; }
.sect-c-text {position: relative;} 
.sect-c-text h3 { 
	font-family: 'Museo';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	color: #1E1D1D;
	padding-top: 28px;
	display: block;
}
.sect-c-card:before{
	content: '';
	background-repeat: no-repeat;
	background-size: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: bottom;
}
.bg-15:before { background-image: url(../img/15bg.png);background-position-y: top;background-size: cover;}
.bg-16:before { background-image: url(../img/16bg.png);background-position-y: top;background-size: cover;}
.bg-17:before { background-image: url(../img/17bg.png); background-position: left;background-position-y: top;background-size: cover;}
.bg-18:before { background-image: url(../img/18bg.png); right: 0; left: unset; background-position: right;background-position-y: top;background-size: cover;}
.bg-19:before { background-image: url(../img/19bg.png);background-position-y: top;background-size: cover;}
.bg-20:before { background-image: url(../img/20bg.png);background-position-y: top;background-size: cover;}
.bg-21:before { background-image: url(../img/21bg.png); background-position: left;background-position-y: top;background-size: cover;}

/* section 3 css end */

/* section 4 css start */
.sect-d-wapper { padding-top:110px; position:relative; }
.sect-d-card-main { display:flex; align-items:center; margin-bottom:40px; }
.sect-d-img { margin-right: 32px; border-radius: 4px; max-width: 296px; width: 100%; height: 200px; }
.sect-d-img img { border-radius:4px;  height:100%; width:100%; max-width:unset; object-fit:cover; }
.sect-d-text span a {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}
.sect-d-text h3 { margin:0; line-height:unset; }
.sect-d-text h3 a {
	display: block;
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	color: #1E1D1D;
	margin: 12px 0;
}
.sect-d-text p {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #6D6D6D;
	margin: 0;
}
.sect-d-date { font-size: 14px !important;line-height: 22px !important; margin-top: 10px !important;}
.sect-d-card-main:last-child{ margin-bottom:0; }

/* section 4 css end */

/* section 5 css start */
.sect-e-wapper { position:relative; padding-top:125px; padding-bottom:140px; }
.sect-cool-card:before{
	content: '';
	background-repeat: no-repeat;
	background-size: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.cool-1bg:before{ background-image:url(../img/cool-1bg.svg) }
.cool-2bg:before{ background-image:url(../img/cool-2bg.svg) }
.cool-3bg:before{ background-image:url(../img/cool-3bg.svg) }

.sect-e-title h2{
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	text-align: center;
	color: #1E1D1D;
	padding-bottom: 48px;
	position: relative;
}
.sect-cool-card {
	position: relative;
	height: 459px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	padding: 24px;
	border-radius: 4px;
}
.sect-cool-card h3{
	margin: 0;
	line-height: unset;
	background-color: #fff;
	border-radius: 100px;
	padding: 14px 32px;
	width: 100%;
	position: relative;
}
.sect-cool-card h3 a{
	display: block;
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
	color: #1E1D1D;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* section 5 css end */

/* section 6 css start */
.sect-f-wrapper { position:relative; }
.sect-f-card-main { display:flex; align-items:center; margin-bottom:30px; }
.sect-f-card-main:last-child {margin-bottom: 0;}
.sect-f-img { margin-right: 32px; border-radius: 4px; max-width: 296px; min-width: 250px;width: 100%; height: 200px; }
.sect-f-img img { border-radius:4px;  height:100%; width:100%; max-width:unset; object-fit:cover; }
.sect-f-text span a {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}
.sect-f-text h3 { margin:0; line-height:unset; }
.sect-f-text h3 a {
	display: block;
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
  line-height: 32px;
	color: #1E1D1D;
	margin: 12px 0;	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sect-f-text {padding-right: 20px;}
.sect-f-text p {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
  line-height: 22px;
	color: #6D6D6D;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sect-f-date { font-size: 14px !important;line-height: 14px !important; margin-block-start: 0.5em; margin-block-end: 0em; margin-bottom: 0;}
.sect-ent-l {
	width: 66.5%;
	max-width: 66.5%;
	display: inline-block;
	margin-bottom: 40px;
}

.sect-ent-r {
	width: 32.5%;
	max-width: 32.5%;
	display: inline-block;
	background-color: rgba(233, 133, 50, 0.04);
	vertical-align: top;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 120px;
}

.related-article-wapper {
	margin-bottom: 0;
}

.related-article-wapper h3 {
	padding-bottom: 0;
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 16px;
	background: #EEAB44;
}

.related-article-main {
	padding: 16px;
	padding-top: 0;
}

.related-article-card {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center!important;
	align-items: center!important;
	padding-top: 15px;
	border-top: 1px solid #eaeaea;
}

.related-article-text h2 {
	margin: 0;
	line-height: unset;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 2rem;
}

.related-article-text h2 a {
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #1E1D1D;
	display: block;
}
/* section 6 css end */

/* section 7 "latest" start */
.sect-latest {margin-top: 110px;	position: relative;background-color:#de6936; padding: 70px 0; overflow: hidden;}
.sect-latest .cu-latest-wrapper {
	display: flex;
	gap: 30px;
}
.sect-latest .container-c .cu-latest-wrapper .cu-left-card-wapper .cu-left-card-text span {color: #fff}
.sect-latest .container-c .cu-latest-wrapper .cu-left-card-wapper .cu-left-card-text a {color: #fff}
.sect-latest .container-c .cu-latest-wrapper .cu-left-card-wapper .cu-left-card-text p {
	color: #e6e7e7;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sect-latest .container-c .cu-latest-wrapper .cu-left-card-wapper .cu-left-card-text h3 {color: #fff}
.sect-latest .cu-left-card-wapper {max-width: 25%;}
.sect-latest .sect-latest-title h2 {
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	padding-bottom: 48px;
	position: relative;
}
.sect-latest>img {
	position: absolute;
	margin-top: -70px;
	height: 100%;
}
.sect-latest>img.ai-r {
	right: 0;
}
.sect-latest .container-c {overflow-x: scroll;}
.sect-latest .container-c::-webkit-scrollbar {
	display: none;
}
.sect-latest .container-c {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
/* section 7 "latest" end */

/* section 8 "staff favorites" start */
.sect-stf-fav-wrapper { padding-top:110px; position:relative; }
.sect-stf-fav-wrapper .container-c { border-left: 6px solid #EEAB44;	padding-left: 30px; }
.sect-stf-fav-card-main { display:flex; align-items:center; margin-bottom:40px; }
.sect-stf-fav-img { margin-right: 32px; border-radius: 4px; max-width: 296px; width: 100%; height: 200px; }
.sect-stf-fav-img img { border-radius:4px;  height:100%; width:100%; max-width:unset; object-fit:cover; }
.sect-stf-fav-text {padding-right: 30px;}
.sect-stf-fav-text span a {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}
.sect-stf-fav-title { margin-bottom: 45px; }
.sect-stf-fav-title>div>img {
	max-width: 30px;
    max-height: 30px;
    margin: -12px 1px 0px 1px;
 }
.sect-stf-fav-title>div>h2 { 
	margin: 0;
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	text-align: center;
	color: #1E1D1D;
	margin: 0;
 }
.sect-stf-fav-text h3 { margin:0; line-height:unset; }
.sect-stf-fav-text h3 a {
	display: block;
	font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	color: #1E1D1D;
	margin: 12px 0;
}
.sect-stf-fav-text p {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #6D6D6D;
	margin: 0;
}
.sect-stf-fav-date { font-size: 14px !important;line-height: 22px !important; margin-top: 10px !important;}
.sect-stf-fav-card-main:last-child{ margin-bottom:0; }
.sect-stf-fav-title {
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	position: relative;
}
.sect-stf-fav-title>div {width: 100%;}
.sect-stf-fav-title>div:nth-child(1) {text-align: right;}
.sect-stf-fav-title>div:nth-child(2) {text-align: center;	width: 60%;}
.sect-stf-fav-title>div:nth-child(3) {text-align: left;}
/* section 8 "staff favorites" end */

.row {
	justify-content: center;
}


@media(max-width:1500px){
	.cta-col-left { left:10px; }
	.cta-col-right { right:20px; }
	.cta-form-wapper h3 { font-size:34px; }
}

@media(max-width:1400px){
	.cta-form-wapper h3 { font-size:30px; line-height:40px; }	
	.cta-form-wapper p { font-size:16px; }
	.sect-stf-fav-title>div:nth-child(2) {width: 80%;}
}

@media(max-width:1199px){
	.sect-cool-card { height: 359px; }
	.sect-cool-card h3 { padding: 14px 26px; }
	.sect-latest>img.ai-l {
		margin-left: -20%;
	}
	.sect-stf-fav-title>div:nth-child(2) {width: 90%;}
}

@media(max-width:991px){
	.cta-wapper:before{ height:100%; }
	.cta-col-left, .cta-col-right { display:none; }
	.cta-wapper .row { justify-content:center; }
	.cta-col-center { -ms-flex: 0 0 85%; flex: 0 0 85%; max-width: 85%; }
	.cta-form-wapper { padding:50px 0; }
	.sect-d-card-main { align-items:flex-start; }
	.sect-d-img {  max-width:40%; }
	.sect-d-text { max-width:60%; }
	.sect-d-text h3 a { font-size:26px; line-height:32px; }
	.cu-left-card-img { height:auto; }
	.cu-center-img { height:auto; }
	.sect-cool-card { height: 459px; }
	.sect-cool-card h3 { padding: 14px 32px; }
	.cu-left-wapper {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 30px;
		grid-row-gap: 10px;
	}
	.cu-right-wapper {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 30px;
		grid-row-gap: 10px;
	}
	.sect-latest>img.ai-l {
		margin-left: -25%;
	}
	.sect-latest .cu-latest-wrapper {width: 300%; max-width: 300%;}
	.sect-stf-fav-title>div:nth-child(2) {width: 140%;}
}

@media(max-width:767px){
	.sect-d-card-main { flex-wrap:wrap; }
	.sect-d-img {  max-width:100%; margin-right: 0px;  }
	.sect-d-text { max-width:100%; }
	.sect-d-text { padding-top:20px; }
	.cu-center-text h3 a { font-size:26px; line-height:32px; }
	.sect-c-title h2 { font-size:40px; line-height:48px; }
	.sect-e-title h2 { font-size:40px; line-height:48px; }
	.cu-left-wapper { grid-template-columns: repeat(1,1fr); }
	.cu-right-wapper { grid-template-columns: repeat(1,1fr); } 
	.sect-ent-l {width: 100%; max-width: 100%;}
	.sect-ent-r {	width: 100%;max-width: 100%;}
	.sect-f-img { max-width: 160px; min-width: 160px; height: 120px; }
	.sect-f-text h3 a {font-size: 26px;line-height: 28px;}
	.sect-latest>img.ai-l {margin-left: -80%;}
	.sect-latest>img.ai-r {right: -20%;	}
	.sect-stf-fav-card-main {flex-direction: column-reverse;}
	.sect-stf-fav-img  {max-width: inherit;width: 93%;margin-bottom: 12px;}
	.sect-stf-fav-title>div:nth-child(2) {width: 600%;}
	.sect-stf-fav-title>div>img {display: none;}
	.sect-stf-fav-title>div>img:nth-child(1) {display: inline-block;}

@media (min-width: 576px) {
	.container-c{ max-width: 540px; }
}
@media (min-width: 768px) {
	.container-c { max-width: 720px; }
}
@media (min-width: 992px) {
	.container-c { max-width: 960px; }
}
@media (min-width: 1200px) {
	.container-c { max-width: 1140px; }
}
@media (min-width: 1440px) {
	.container-c { max-width: 1280px; }
}

}
@media(min-width:1700px){
	.cta-wapper:before { height: 320px;  }
	.cta-col-left { -ms-flex: 0 0 27.0%; flex:  0 0 27.0%; max-width: 27.0%; left: 30px; }
	.cta-col-center { -ms-flex: 0 0 50.3%; flex: 0 0 50.3%; max-width: 50.3%; }
	.cta-col-right { -ms-flex: 0 0 20.9%; flex:  0 0 20.9%; max-width: 20.9%; right:100px; }
	.cta-form-wapper h3 { font-size: 34px;  }
}

/*Contact form Design*/
.cta-form-wapper form {
    max-width: 425px;
    margin: auto !important;
    margin-top: 32px !important;
    position: relative;
}
.cta-form-wapper form p{ position:relative; }
.cta-form-wapper form p span { position: relative; display:block; }

.forminator-ui.forminator-custom-form[data-design=default] .forminator-input{
    height: 52px !important;
    border: 0 !important;
     border-radius: 100px !important;
    width: 100%;
    background-color: #fff !important;
    font-family: 'Nunito' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 52px !important;
    color: #6D6D6D !important;
    padding: 0 20px !important;
}
 .forminator-ui.forminator-custom-form[data-design=default] .forminator-button{
    background-color: #DE6837 !important;
    border-radius: 100px !important;
    border: 0 !important;
    width:110px !important;
    padding: 12px 20px 12px 20px !important;
    font-family: 'Nunito'!important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
    text-align: center !important;
    position: absolute !important;
    top: 5px;
    right: 5px;

}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-response-message.forminator-show {
    font-family: 'Nunito'!important;
    font-style: normal !important;
    padding: 7px !important;
}

.forminator-response-message.forminator-show.forminator-success {
    position: absolute;
    bottom: -55px;
    width: 100%;
    margin: 0 !important;
    padding: 15px 10px !important;
 font-family: 'Nunito'!important;
    font-style: normal !important;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-has_error .forminator-error-message{
  font-family: 'Nunito'!important;
    font-style: normal !important;
 
}

.forminator-module-edit-link{display:none;}
.wpcf7 .wpcf7-not-valid-tip{
    display:none !important;
}

/*End Home page css*/



