/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
:root{
	--header-height: 103.63px;
	--beige: #fffde9;
	--green: #55754e;
	--gold: #c09b2a;
}
@font-face {
  font-family: 'Cresinta';
  src: url('fonts/Cresinta-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Optional: defines how the font loads and displays */
}

html, body{
	height: 100%;
	font-family: "Poppins", sans-serif;
	scroll-behavior: smooth;
} 

body{
	height: auto;
	min-height: 100%;
	background: var(--beige);
    font-size: 1.3vw;
    line-height: 1.6;
    font-weight: 300;
}
#main{
	width:100%;
	padding:0;
	margin:0 auto;
	padding-top: 0;
}
*{
	padding:0;
	margin:0;
}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
}
b{
	font-weight: 500;
}
p{
    font-size: 1.3vw;
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
    padding: 0 0 15px 0;
}
.center{
	text-align: center;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.contain_90{
	width: 90%;
	margin: auto;
}
.contain_80{
	width: 80%;
	margin: auto;
}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding:0%;
	background:transparent;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);*/
}
header .contain_90{
	padding: 2vw 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo {
	width: 20%;
	/*float: left;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0;
}
header nav {
	display: inline-block;
	float: right;
	padding: 0% 0% 0% 0%;
	background-color: transparent;
	margin-top: 5px;
	width: unset;
}
header .ace-responsive-menu > li{
	padding: 1vw 1.5vw;
}
header .ace-responsive-menu > li:last-child{
	padding-right: 0;
}
header .ace-responsive-menu > li > a{
	font-size: 1.2vw;
	font-weight: 300;
	text-transform: none;
	color: #fff;
	padding: 0;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:var(--green);
	padding: 0%;
}
header.smaller .logo {
	/*width:14%;*/
}
header.smaller nav {
	display: inline-block;
	/*float: left;*/
	padding:0%;
	margin-top: 0%;
}
section{
	position: relative;
}


.heading{
	font-size: 2.8vw;
	font-weight: 500;
	color: var(--green);
}

/*hero*/
.hero{
	background: url(../images/bg/hero.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 56.25vw;
	/*max-height: 100vh;*/
	overflow: hidden;
	position: relative;
}
.hero::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	border-left: 100vw solid var(--beige);
    border-top: 7vh solid transparent;
	z-index: 2;
	/*opacity: 0.5;*/
}
.hero .inner_container{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	--image-size: 28%;
}
.hero .inner_container .text_box{
	width: calc(100% - var(--image-size));
	padding: 0 0 0 5vw;
}
.hero .inner_container .text_box .line_1{
	font-family: 'Cresinta';
	font-size: 5.5vw;
	color: #fff;
}
.hero .inner_container .text_box .line_2{
	font-size: 2vw;
    color: #fff;
    background: #ca3c26;
    padding: 1vw 2vw;
    text-transform: uppercase;
    /*opacity: 0.5;*/
    margin: 2vw 0 0 0;
}
.hero .inner_container .lady_overlay{
	width: var(--image-size);
    margin: 9% 2% -9% -2%;
    position: relative;
    z-index: 1;
}
.hero .inner_container .lady_overlay::before{
	--circle-size: 49vw;
    position: absolute;
    content: '';
    left: -46%;
    top: 29%;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    /*opacity: 0.5;*/
    background: #b0cfa8;
    z-index: -1;
}
/*section_2*/
.section_2{
	padding: 2vw 0 5vw;
}
.section_2 .text_wrapper{
	text-align: center;
    width: 62%;
    margin: auto;
    padding: 0 0 5vw 0;
}
.section_2 .three_boxes{
	display: flex;
	justify-content: space-between;
	padding: 0 0 3vw 0;
}
.section_2 .three_boxes .info_box{
	width: 32%;
	overflow: hidden;
	border-radius: 30px;
}
.section_2 .three_boxes .info_box .text{
	background: var(--green);
    color: #fff;
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.3;
    font-weight: 500;
    padding: 1vw;
}
.section_3{
	background: var(--green);
}
.section_3 .text_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_3 .text_overlay .inner_container{
	display: flex;
	align-items: center;
	justify-content: center;
	--size: 50%;
}
.section_3 .text_overlay .inner_container .left_pane{
	width: var(--size);
	color: #fff;
}
.section_3 .text_overlay .inner_container .left_pane .text{
	font-size: 2.8vw;
	font-weight: 500;
}
.section_3 .text_overlay .inner_container .right_pane{
	width: calc(100% - var(--size));
}
.section_3 .text_overlay .inner_container .right_pane ul{
	padding: 0 0 0 2vw;
}
.section_3 .text_overlay .inner_container .right_pane ul li{
	font-size: 1.4vw;
    line-height: 1.4;
    color: #fff;
    padding: 0 0 0.7em 0;
    position: relative;
}
.section_3 .text_overlay .inner_container .right_pane ul li::before{
	--size: 0.8em;
	position: absolute;
	content: '';
	left: -1.5em;
	top: 0.3em;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background: var(--gold);
}
.section_3 .text_overlay .inner_container .right_pane ul li:last-child{
	padding: 0;
}
.section_3 .text_overlay .inner_container .right_pane ul li b{
	font-size: 1.2em;
}
.section_4 .inner_container{
	display: flex;
	align-items: center;
	justify-content: center;
	--size: 50%;
	padding: 5vw 0;
}
.section_4 .inner_container .left_pane{
	width: var(--size);
	color: #fff;
}
.section_4 .inner_container .left_pane .text{
	font-size: 2.8vw;
	font-weight: 500;
	color: var(--green);
}
.section_4 .inner_container .right_pane{
	width: calc(100% - var(--size));
}
.section_4 .inner_container .right_pane p:last-child{
	padding: 0;
}
.section_4 .inner_container .right_pane p b{
	font-size: 1.2em;
}
.section_5{
	background: var(--green);
	padding: 5vw 0;
	text-align: center;
}
.section_5 .img_box{
	width: 50%;
	margin: auto;
}
.section_5 .text{
	color: #fff;
	padding: 1vw 0 4vw;
}
.section_5 .golden_band{
	color: #fff;
	background: var(--gold);
	width: 90%;
	margin: auto;
	font-size: 1.5vw;
	font-weight: 500;
	padding: 1.5vw 0;
	position: relative;
}
/*.section_5 .golden_band::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	border-left: 2vw solid var(--green);
	border-top: 1vw solid transparent;
	border-bottom: 1vw solid transparent;
}*/
.section_5 .golden_band::before{
	position: absolute;
    content: '';
    left: -1px;
    top: 0;
    width: 1.2vw;
    height: 100%;
    background: var(--green);
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.section_5 .golden_band::after{
	position: absolute;
    content: '';
    right: -1px;
    top: 0;
    width: 1.2vw;
    height: 100%;
    background: var(--green);
    clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
}
.last_section{
	background: var(--green);
	padding: 5vw 0;
	text-align: center;
}
.last_section p{
	color: #fff;
}
.last_section p b{
	color: #fff;
	font-style: italic;
	font-size: 1.2em;
}
.footer{
	padding: 5vw 0;
}
.footer .inner_container{
	display: flex;
	align-items: center;
}
.footer .left_pane{
	width: 50%;
}
.footer .left_pane ul{
	display: flex;
}
.footer .left_pane ul li{
	padding: 0 2vw 0 0;
}
.footer .left_pane ul li img{
	width: 3vw;
}
.footer .right_pane{
	width: 50%;
}
.footer .right_pane .form_wrapper{
	background: var(--green);
	padding: 3vw;
	color: #fff;
}
.footer .right_pane .form_wrapper ul.form_pagination{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .right_pane .form_wrapper ul.form_pagination li{
	width: 48%;
	height: 4px;
	background: #000;
	border-radius: 50px;
	background: var(--beige);
}
.footer .right_pane .form_wrapper ul.form_pagination li.active{
	background: var(--gold);
}
.footer .right_pane .form_wrapper .form_step{
    text-align: center;
    font-size: 1vw;
	padding: 1vw 0;
}
.footer .right_pane .form_wrapper .title{
	font-weight: 500;
    font-size: 1.6vw;
    padding: 0 0 1vw;
}
.footer .right_pane .form_wrapper .checkboxes_wrapper ul li{
	padding: 0 0 1vw;
}
.footer .right_pane .form_wrapper .checkboxes_wrapper ul li label{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: var(--beige);
	color: #000;
	font-weight: 500;
	padding: 0.8vw;
	cursor: pointer;
	user-select: none;
}
.footer .right_pane .form_wrapper .checkboxes_wrapper ul li label span{
    font-size: 1.3vw;
	line-height: 1;
	padding: 0 0 0 0.5vw;
}
.footer .right_pane .form_wrapper .checkboxes_wrapper ul li label input[type="checkbox"] {
  accent-color: #2196F3; /* This changes the checkbox color when checked */
  width: 1em; /* You can still adjust size with width/height */
  height: 1em;
}
.footer .right_pane .form_wrapper .form_2_wrapper{
	background: var(--beige);
    padding: 1.5vw 1vw 1vw 1vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.footer .right_pane .form_wrapper .form_2_wrapper .form-group{
	margin: 0 0 1vw;
}
.footer .right_pane .form_wrapper .form_2_wrapper .form-group .form-label{
	font-size: 1vw;
	color: var(--green);
}
.footer .right_pane .form_wrapper .form_2_wrapper .form-group .form-control{
	width: 100%;
	padding: 0.5vw;
	color: #000;
	border: 1px solid var(--green);
}
.footer .right_pane .form_wrapper .form_section_2 .btn_wrapper{
	padding: 1vw 0 0 0;
}
.footer .right_pane .form_wrapper .form_section.form_section_2{
	display: none;
}
.golden_btn{
	border: none;
	outline: none;
	background: var(--gold);
	color: #fff;
	padding: 0.5vw 1vw;
	width: 100%;
}
.form_error{
	font-size: 1vw;
	color: red;
}

/*section_link*/
.section_link{
	position: absolute;
	left: 0;
	top: calc(var(--header-height) * -1);
}