@font-face {
	 font-family: 'Biennale';
	 src: url('../fonts/Biennale-Regular.eot');
	 src: url('../fonts/Biennale-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Biennale-Regular.woff2') format('woff2'), url('../fonts/Biennale-Regular.woff') format('woff'), url('../fonts/Biennale-Regular.ttf') format('truetype'), url('../fonts/Biennale-Regular.svg#Biennale-Regular') format('svg');
	 font-weight: normal;
	 font-style: normal;
	 font-display: swap;
}
 @font-face {
	 font-family: 'Biennale';
	 src: url('../fonts/Biennale-Medium.eot');
	 src: url('../fonts/Biennale-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Biennale-Medium.woff2') format('woff2'), url('../fonts/Biennale-Medium.woff') format('woff'), url('../fonts/Biennale-Medium.ttf') format('truetype'), url('../fonts/Biennale-Medium.svg#Biennale-Medium') format('svg');
	 font-weight: 500;
	 font-style: normal;
	 font-display: swap;
}
 @font-face {
	 font-family: 'Biennale';
	 src: url('../fonts/Biennale-SemiBold.eot');
	 src: url('../fonts/Biennale-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Biennale-SemiBold.woff2') format('woff2'), url('../fonts/Biennale-SemiBold.woff') format('woff'), url('../fonts/Biennale-SemiBold.ttf') format('truetype'), url('../fonts/Biennale-SemiBold.svg#Biennale-SemiBold') format('svg');
	 font-weight: 600;
	 font-style: normal;
	 font-display: swap;
}
 @font-face {
	 font-family: 'Biennale';
	 src: url('../fonts/Biennale-Bold.eot');
	 src: url('../fonts/Biennale-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Biennale-Bold.woff2') format('woff2'), url('../fonts/Biennale-Bold.woff') format('woff'), url('../fonts/Biennale-Bold.ttf') format('truetype'), url('../fonts/Biennale-Bold.svg#Biennale-Bold') format('svg');
	 font-weight: bold;
	 font-style: normal;
	 font-display: swap;
}
 @font-face {
	 font-family: 'Biennale Book';
	 src: url('../fonts/Biennale-Book.eot');
	 src: url('../fonts/Biennale-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Biennale-Book.woff2') format('woff2'), url('../fonts/Biennale-Book.woff') format('woff'), url('../fonts/Biennale-Book.ttf') format('truetype'), url('../fonts/Biennale-Book.svg#Biennale-Book') format('svg');
	 font-weight: normal;
	 font-style: normal;
	 font-display: swap;
}
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 font-size: 100%;
	 font: inherit;
	 vertical-align: baseline;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	 display: block;
}
 img {
	 max-width: 100%;
}
 ol, ul {
	 list-style: none;
}
 blockquote, q {
	 quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
	 content: '';
	 content: none;
}
 table {
	 border-collapse: collapse;
	 border-spacing: 0;
}
 a {
	 text-decoration: none;
	 transition: all .4s;
	 color: inherit;
}
 a:hover {
	 color: #FF795F;
}
 .img-cover > img{
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 body {
	 font-family: 'Biennale';
	 color: #4d5762;
	 line-height: normal;
	 font-size: 18px;
	 line-height: 1.4;
	 font-weight: 400;
}
 strong{
	font-weight: bold;
}
 .container {
	 max-width: 1240px;
	 padding: 0 15px;
}
 .header {
	 background-color: #fff;
	 z-index: 123;
	 transition: all 0.5s;
	 left: 0;
}
 .top-header {
	 padding: 10px 0;
	 background-color: #6e74b0;
	 color: white;
}
 .top-header p {
	 font-size: 19px;
}
 .top-header p strong {
	 font-weight: 600;
}
 .logo {
	 max-width: 258px;
	 width: 100%;
}
 .logo a {
	 display: block;
	 font-size: 0;
}
.logo-text {
	font-weight: bold;
    font-size: 19px;
    text-align: center;
    display: block;
    color: #c54487;
    margin-top: 10px;
}
 .main-header {
	 padding: 20px 0 16px;
}
 .social-wrap ul {
	 gap: 26px;
}
 .social-wrap ul li {
	 color: #c64b95;
}
 .social-wrap ul li i {
	 font-size: 38px;
}
 .social-wrap ul li img {
	 width: 32px;
}
 .social-wrap ul li.icon-img {
	 font-size: 0;
}
 .footer {
	 padding: 15px 0;
	 color: #fff;
	 background-color: #c64b95;
	 background-image: linear-gradient(90deg, #c64b95 0%, #ff795f 100%);
}
 .footer p {
	 font-size: 18px;
}
 .container-fluid {
	 padding-left: 35px;
	 padding-right: 35px;
}
 .footer .social-wrap ul li i {
	 color: #fff;
}

 .btn {
	 font-size: 18	px;
	 font-weight: 700;
	 outline: none;
	 border-radius: 0;
	 padding: 6px 20px;
	 text-transform: uppercase;
}
 .btn-outline {
	 border: 4px solid #c54487;
	 color: #c54487;
	 min-width: 200px;
}
 .btn-outline:hover {
	 background-color: #c54487;
	 color: #fff;
}
 .btn-outline-white {
	 border: 4px solid #fff;
	 color: #fff;
}
 .btn-outline-white:hover {
	 background-color: #fff;
	 color: #c54487;
}
 .hero-img {
	 font-size: 0;
}
 h3, h1 {
	 font-size: 48px;
	 font-weight: 500;
}
 h3 {
	 font-weight: 700;
	 color: #28418e;
}
h2 {
	 font-weight: 600;
	 color: #28418e;
	font-size: 46px;
}
 .hero-left {
	 color: #fff;
	 background-color: #c64b95;
	 background-image: linear-gradient(90deg, #c64b95 0%, #ff795f 100%);
}
 .hero-left > div {
	 padding-right: 14%;
	 width: 100%;
}
 .hero-left p {
	 font-size: 28px;
	 margin-top: 15px;
}
 .hero-left .btn {
	 margin-top: 30px;
	 width: 300px;
	 padding: 10px 25px;
}
 .hero-right {
	 font-size: 0;
}
 .hero-right img {
	 object-fit: cover;
	 min-height: 420px;
	 width: 100%;
	 max-height: 640px;
}
 section {
	 margin-bottom: 55px;
}
 .what-i-do h3 {
	 margin-bottom: 20px;
	 font-weight: 600;
	 color: #4a4ea1;
	 font-size: 45px;
}
 .what-i-do h2 {
	 font-size: 60px;
	 font-weight: bold;
	 margin: 0;
	 color: #be428b;
}
 .bluebg {
	 background-color: #d9e4ec;
	 padding: 45px 0 75px;
}
 .faq h3 {
	 text-align: center;
	 font-weight: 600;
	 margin-bottom: 45px;
}
.faq .faq-in {
	padding-left: 15px;
	
	padding-right: 15px;
}
#faqAccordion {
max-width: 1000px;
width: 100%;
	margin: 0 auto;
}
 .accordion-item, #faqAccordion {
	 background-color: transparent;
}
 .accordion {
	 border-top: 2px solid #c54487;
	 border-bottom: 2px solid #c54487;
	 border-radius: 0;
}
 .accordion-item {
	 border: none;
	 border-bottom: 2px solid #c54487;
}
 .accordion-item:last-child {
	 border-bottom: none;
}
 .accordion-button:not(.collapsed), .accordion-button {
	 background-color: transparent;
	 font-weight: 500;
	 box-shadow: none;
	 font-size: 32px;
	 color: #4a4ea1;
	 padding: 15px 20px 15px 0;
}
 .accordion-button:focus {
	 box-shadow: none;
}
 .accordion-button::after {
	 flex-shrink: 0;
	 width: auto;
	 height: auto;
	 content: '+';
	 color: #4a4ea1;
	 font-weight: 500;
	 font-size: 36px;
	 transform: none !important;
	 background-image: none !important;
}
 .accordion-button:not(.collapsed)::after {
	 content: '-';
}
 .accordion-body {
	 padding: 0 20px 15px 0;
}
.accordion-body p + p {
	margin-top: 15px
}
 .pink-org-bg {
	 padding: 65px 0 50px;
	 position: relative;
	 z-index: 1;
}
 .pink-org-bg::before {
	 opacity: 0.5;
	 content: '';
	 position: absolute;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: -1;
	 top: 0;
	 background-color: #c64b95;
	 background-image: linear-gradient(270deg, #c64b95 0%, #ff795f 100%);
}
 .pink-org-bg h3 {
	 text-align: center;
	 margin-bottom: 55px;
}
 .Bonfire-place-section h6 {
	 margin-bottom: 8px;
	 font-weight: bold;
	 font-size: 21px;
	 color: #f05a33;
}
 .Bonfire-place-section h6:before {
	 content: '🔥';
}
 .Bonfire-place-section p {
	 margin-bottom: 25px;
}
 .fire-together-img {
	 border: 8px solid #f05a33;
	 margin-bottom: 40px;
}
 .fire-together-img img {
	 object-fit: cover;
}
 .Bonfire-place-left {
	 padding-right: 50px;
}
 .fire-together {
	 background-color: #c54f95;
	 padding: 40px 35px;
	 text-align: center;
}
 .fire-together p {
	 margin: 0;
	 font-size: 30px;
	 font-weight: 500;
	 color: #fff;
}
 .fire-together .btn {
	 margin-top: 25px;
	 padding: 5px 25px;
}
 .purple-bg {
	 padding: 40px 0;
	 background-color: #c9c9e4;
}
 .testimonial-sec .container {
	 max-width: 1190px;
	 width: 100%;
}
 .testimonial-sec p {
	 font-weight: 500;
	 line-height: 1.35;
	 font-size: 28px;
}
 .testimonial-row {
	 margin-top: 30px;
}
 .testimonial-row .testimonial-img {
	 flex: 0 0 auto;
	 width: 250px;
	 max-width: 250px;
	 border: 5px solid #c54f95;
}
 .testimonial-row .testimonial-img img {
	 object-fit: cover;
}
 .testimonial-row .testimonial-right {
	 flex: 0 0 auto;
	 width: calc(100% - 250px);
	 max-width: calc(100% - 250px);
	 padding-left: 35px;
	 display: flex;
	 flex-direction: column;
	 gap: 15px;
}
 .testimonial-row .testimonial-right h6 {
	 color: #c54f95;
	 font-weight: 600;
	 font-size: 20px;
}
 .testimonial-row .testimonial-right p {
	 font-size: 21px;
	 font-family: 'Biennale Book';
}
 .testimonial-row .testimonial-right p strong {
	 font-family: 'Biennale';
	 font-weight: 600;
}
 .thought-wrap {
	 margin-bottom: 30px;
}
 .card-item-02, .card-item-01 {
	 background-image: url('../images/thought-01.png');
	 background-repeat: no-repeat;
	 background-size: contain;
	 width: 427px;
	 text-align: center;
	 height: 248px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 padding-bottom: 40px;
	 background-position: bottom center;
}
 .card-item-02 *, .card-item-01 *, .card-item-02 p, .card-item-01 p {
	 font-size: 32px;
	 line-height: 1.2;
}
 .card-item-02 {
	 background-image: url('../images/thought-02.png');
	 height: 219px;
	 width: 549px;
	 padding-bottom: 48px;
}
#header.sticky .top-header {
	display: none 
}
#header {
	left:0;
	width: 100%;
	top: 0;
	position: absolute;
	transition: all .5s
}
#header.sticky {
	position: fixed;
	box-shadow: 0px 10px 21px -12px rgba(0,0,0,0.25);	
}
.alignleft  {
	float: left;
	margin: 0 15px 15px 0
}
.alignright   {
	float: right;
	margin: 0 0 15px 15px
}
/* default page style starts here */
.inner-hero-section {
    overflow: hidden;
    position: relative;
    min-height: 130px;
    width: 100%;
    max-height: 130px;
	 color: #fff;
	 background-color: #c64b95;
	 background-image: linear-gradient(90deg, #c64b95 0%, #ff795f 100%);
}
.hero-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.default_page_wrapper {
	 padding: 40px 0 0;
}
.default_page_wrapper .nf-form-cont {
	 padding: 40px 100px;
	 background-color: #c9c9e4;
	     margin-top: 30px;
}
.default_page_wrapper h4 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 26px;
    color: #f05a33;
}
.default_page_wrapper h5 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 21px;
    color: #4d5762;
}
.default_page_wrapper h5 a {
   font-weight: bold;
    color: #c64b95;
}
.nf-form-cont .nf-form-title h3 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 26px;
    color: #4d5762;
}
.nf-field-element input, 
.nf-field-element select, 
.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content .nf-row .nf-field .nf-field-element input[type="email"] ,
.nf-form-content .nf-row .nf-field  .nf-field-element input[type="tel"] ,
.nf-form-content .nf-row .nf-field .nf-field-element input[type="number"],
.nf-form-content .nf-row .nf-field .nf-field-element select,
.nf-form-content .nf-row .nf-field .nf-field-element input[type="text"],
.nf-form-content .list-select-wrap .nf-field-element>div {
	padding: 0 25px;
	color: #221f1f;
	border: 1px solid #221f1f;
	border-radius: 5px;
	background: transparent;
	font-weight: 500;
	height: 56px !important;
}

.nf-field-element textarea {
	padding: 10px 25px;
	color: #221f1f;
	border: 1px solid #221f1f;
	border-radius: 5px;
	background: transparent;
	font-weight: 500;
}
.nf-form-content  ::placeholder {
  color: #221f1f;
  opacity: 1; /* Firefox */
}

.nf-form-content ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #221f1f;
}
.nf-form-cont .field-wrap button, .nf-form-cont .field-wrap input[type=button], .nf-form-cont .field-wrap input[type=submit] {
    width: 100%;
    border-radius: 0;
    font-size: 17px;
    min-width: 295px;
    height: 56px;
    padding: 0 15px;
    border: none;
    background-color: #c64b95;
    background-image: linear-gradient(90deg, #c64b95 0%, #ff795f 100%);
    display: flex;
    color: #fff;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    font-family: 'Biennale';
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}
.nf-form-cont .field-wrap button:hover, .nf-form-cont .field-wrap input[type=button]:hover, .nf-form-cont .field-wrap input[type=submit]:hover {
    background-image: linear-gradient(-90deg, #c64b95 0%, #ff795f 100%);
    color: #fff;
}
.nf-form-content .list-select-wrap>div div:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 50px;
    line-height: 50px;
}
.list-select-wrap div:after {
    color: rgb(106.75, 106.75, 106.75);
    transition: all .5s;
}

.nf-form-content .list-select-wrap>div div{display: block;     
	position: absolute;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 16px;
    height: 50px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;}
.nf-form-cont .list-select-wrap>div div:after , #nf-field-44-wrap>div div:after {
    content: '' !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 100%;
    background-image: url('../images/arrow-down-select.png');
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.nf-form-content .list-select-wrap>div select {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
}
.default_page_wrapper .nf-form-cont {
	border-radius: 15px;
	margin-top: 40px
}
.default_page_wrapper .nf-form-cont  h4,
.default_page_wrapper .nf-form-cont nf-section {
	font-size: 17px;
    color: #f05a33;
    text-transform: uppercase;
    font-weight: 600;
   
}
.default_page_wrapper .nf-form-cont nf-section .nf-form-fields-required {
	 margin-bottom: 15px !important;
}
.default_page_wrapper .nf-form-cont p {
	color: #221f1f;
}
.nf-form-content .nf-row .list-radio-wrap .nf-field-element ul {
	display: flex; flex-wrap: wrap;
}
.nf-form-content .nf-row .list-radio-wrap .nf-field-element ul li {
	width: 33.33%; max-width: 33.33%;
	padding: 0 50px!important;
}

.nf-form-content .nf-row .list-radio-wrap .nf-field-element ul {
	margin: 0 -50px !important;
	row-gap: 20px;
}
.nf-form-content .nf-row .list-radio-wrap .nf-field-element ul li label {
	    font-size: 17px;
    color: #000000;
}
.list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
	height: auto !important
}
select::-webkit-listbox {
  width: 100%;
	box-sizing: border-box;
	max-width: 100%; min-width: initial
}
select option {
  white-space: nowrap; 
  text-overflow: ellipsis;
  overflow: hidden;
	min-width: initial;
	box-sizing: border-box
}
/* Hide default radio */
.nf-form-content .nf-row ul li input[type="radio"] {
 -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #6a5acd;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    margin-right: 8px !important;
    vertical-align: middle !important;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    padding: 0 !important;
	margin-top:3px
}

/* Inner dot when checked */
.nf-form-content .nf-row ul li input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6a5acd;  /* fill color */
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* Hover effect */
.nf-form-content .nf-row ul li input[type="radio"]:hover {
  border-color: #ff4081;
}

.error_msg {
    color: #e80000;
    text-transform: uppercase;
    font-weight: 600;
}
.default_page_wrapper p {
    margin-bottom: 10px;
}
.default_page_wrapper b , .default_page_wrapper strong {
    font-weight: bold;
}
.default_page_wrapper p a {color: #c54487; text-decoration: none;}
.default_page_wrapper p a:hover {color: #c54487; text-decoration: underline; }
.default_page_wrapper ul, .default_page_wrapper ol {margin-bottom: 20px;}
.default_page_wrapper ul li , .default_page_wrapper ol li {
    font-family: 'Biennale';
    color: #4d5762;
    line-height: normal;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}
.default_page_wrapper ul li {list-style-type: disc; }
.default_page_wrapper ol li {list-style-type: decimal; }
.default_page_wrapper ul,
.default_page_wrapper ol {
  margin: 0.5rem 0 1.5rem 2rem;
}

.default_page_wrapper blockquote {
  border-left: 4px solid #c54487;
  padding-left: 1.2rem;
  color: #555;
  font-style: italic;
  background: #d9e4ec;
  margin: 1.5rem 0;
}

.default_page_wrapper blockquote p {
  margin: 0;
}
/* Default image styling */
.default_page_wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Centered image */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Left-aligned image */
.alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}

/* Right-aligned image */
.alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}

/* Clearfix for floated images */
.default_page_wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.default_page_wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

.default_page_wrapper th,
.default_page_wrapper td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}

.default_page_wrapper th {
  background: #f7f7f7;
  font-weight: 600;
}
