body {
	margin: 0 !important;
}

.outfit , .outfit a {
	font-family: "Outfit", sans-serif;
}
.playfaird {
	font-family: "Playfair Display", serif;
}
.montserrat , .montserrat p {
	font-family: "Montserrat", sans-serif;
}

.primaryColor {
	color: #68FC96;
}
.titleColor{
	color: #232D39;
}
.paraColor  {
	color: #808080;
}
.whiteColor {
	color: #ffffff;
}

.flex {
	display: flex;
}
.align_center {
	align-items: center;
}
.jspace_bet{
	justify-content: space-between;
}
a{
 	text-decoration: none;
 	
}


/* TExt Transform */
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}

.Page_title {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #232D39;
}
.paragraph_content {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #808080;
}	
.banner_title {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #ffffff;
}
.banner_para {
	font-family: Montserrat;
	font-weight: 500;
	font-style: Italic;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #ffffff;

}

.box_border {
	border: 1px solid #F0F0F0;
}
.border_radius {
	border-radius: 30px;
}
.container {
	  max-width: 1280px;
	  margin-left: auto;
	  margin-right: auto;
	  padding-left: 20px;
	  padding-right: 20px;
}


@media (max-width: 385px) {
	h2.page_title {
		font-size: 24px !important;
	}
}




