#wishes {
	background: url(../img/wishes_bg.svg) no-repeat;
	background-size: 100%;
	text-align: center;
	padding: 40px 0px;
}

@media (max-width: 576px) {
	#wishes {
		background: url(../img/wishes_bg_mob.svg) no-repeat;
	}
}

#hero h1 {
	font-size: 3em;
	color: #3650a0;
}

.sec_2 {
	/*background: url(../img/top.svg) bottom right no-repeat;*/
	background-size: 580px;
	background-color: #f05a41;
	color: #fff;
	padding: 7em 0;
}

@media (max-width: 576px) {
	.sec_2 {
		background: #f05a41;
	}

	#hero h1 {
    	font-size: 2.5em;
	}

	.wp-block-button__link {
    	font-size: 1em;
	}
}

.sec_2 .dots {
	position: absolute;
	right: 0;
	margin-top: 3em;
	width: 200px;
}

.sec_2_1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sec_2 .top_desc {
	display: flex;
    align-items: center;
}

.sec_2 .right {
	display: flex;
    justify-content: right;
}

@media (max-width: 576px) {
	.sec_2 .right {
    	justify-content: center;
		margin-top: 2em;
	}
}

.sec_2 img {
	display: block;
	width: 200px;
}

.sec_2 .full_bt {
	display: inline-block;
	margin-top: 50px;
}

.sec_2_1 {
	margin-bottom: 100px;
}

.sec_3 {
	background: url(../img/dots.svg) bottom right no-repeat;
	background-size: 200px;
	background-color: #f0f0f0;
	padding: 2em 0;
}

.sec_3 .part_1 {
	background: url(../img/wishes_bg.svg) no-repeat;
	/*background: url(../img/trainr_bg.svg) no-repeat;*/
	background-size: cover;
	background-position-y: -40px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.sec_3 .part_2 {
	background: #f3f4f8;
	padding-top: 50px;
	padding-bottom: 100px;
}

.sec_3 .part_2 h2 {
	font-weight: 700;
	margin-bottom: 0.5em;
}

@media (max-width: 576px) {
	.sec_3 .part_1 {
		padding-top: 50px;
	}
	
	.sec_3 .part_2 {
		padding-bottom: 50px;
	}
}

.trainer_desc {
	font-size: 0.9em;
}

.trainer_desc h2 {
	font-size: 1.25em;
	font-weight: 700;
}

.trainer_desc h3 {
	font-size: 1em;
	font-weight: 500;
}

@media (max-width: 576px) {
	.trainer_thumb img {
		display: block;
		margin-bottom: 50px;
	}
}

.sec_4 {
	/*background: url(../img/form_bg.svg) no-repeat;
	background-size: cover;
	background-color: #f3f4f8;*/
	color: #233163;
}

.sec_4 h2 {
	font-weight: 700;
    font-size: 2em;
}

.sec_4 .agenda {
	line-height: 2.3em;
}

.sec_4 .sec_tit {
	color: #fff;
}

.sec_4 .ag_title {
	font-weight: 700;
	text-align: right;
}

@media (max-width: 576px) {	
	.sec_4 .ag_title {
		text-align: left;
	}
	
	.sec_4 .ag_desc {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: solid 1px #6077C2;
	}
}

#joinIn {
	margin-top: 100px;
	text-align: center;
}

#joinIn h2 {
	font-weight: 700;
    font-size: 2.5em;
}

@media (max-width: 576px) {
	#joinIn {
		margin-top: 50px;
	}
	
	#joinIn h2 {
		font-size: 1.5em;
	}
}

#joinIn .full_bt {
	display: inline-block;
	margin-top: 50px;
}

/*#footer {
    background-color: #ececec;
    color: #6077C2;
	border-top: solid 2px #6077C2;
	padding: 100px 0px;
}

#footer {
    background: url(../img/tlo.jpg) no-repeat;
    background-size: cover;
    background-color: #3750A0;
    color: #fff;
	border-top: solid 2px #6077C2;
	padding: 100px 0px;
}
	*/

#footer {
	padding: 4em 0;
    color: #3750A0;
}

#footer .foot_brand img {
	width: 90px;
	margin-bottom: 40px;
}

#footer a {
	color: #3750A0;
}

.foot_col {
	display: flex;
	align-items: center;
}

.foot_social {
	justify-content: right;
}

.foot_social .fa {
	margin-left: 10px;
}

.awards {
    justify-content: center;
}

@media (max-width: 576px) {
	#footer {
		padding: 40px 0px;
	}
	
	#footer, .foot_social {
		text-align: center;
	}
	
	.awards img {
		width: 70%;
		margin: 40px 0px;
	}

	.foot_col {
		justify-content: center;
	}
}

.about_me {
	padding-right: 40px;
}

.small_desc {
	font-size: 0.8em;
	margin-top: 2em;
}

.small_desc a {
	color: #f15b42;
	font-weight: 500;
}

.small_desc a:hover {
	color: #fff;
}

.wp-block-separator {
    border-top: 2px solid #f3f4f8;
	margin: 3em 0;
}

.bdw_logo {
	width: 250px;
	margin: auto;
}