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.png);
	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.png);	
	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 h3 { margin:0; line-height:0; position:relative; }
.sect-c-text h3 a {
	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); }
.bg-16:before { background-image: url(../img/16bg.png); }
.bg-17:before { background-image: url(../img/17bg.png); background-position: left; }
.bg-18:before { background-image: url(../img/18bg.png); right: 0; left: unset; background-position: right; }
.bg-19:before { background-image: url(../img/19bg.png); }
.bg-20:before { background-image: url(../img/20bg.png); }
.bg-21:before { background-image: url(../img/21bg.png); background-position: left; }

/* 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-card-main:last-child{ margin-bottom:0; }

/* section 4 css end */

/* section 5 css start */
.sect-e-wapper { position:relative; padding-top:140px; 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 */


@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; }
}

@media(max-width:1199px){
	.sect-cool-card { height: 359px; }
	.sect-cool-card h3 { padding: 14px 26px; }
}

@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;
	}
}

@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); } 
}


@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*/



