/*
 * Page
*/



/*Accordion*/

.accordion {
	padding: 3em 0;
}

.accordion h2 {
	text-align: center;
}

.accordion-item {
	margin-bottom: 1em;
	border-bottom: 1px solid #DDDDDD;
}

.accordion-header {
	width: 100%;
	padding: 0.9em 8.33% 0.9em;
	position: relative;
	border: none;
	background: none;
	text-align: left;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
}

.accordion-body > div {
	padding: 1em 8.33% 2em;
}

.accordion-header:after {
	position: absolute;
	right: 2em;
	font-size: 24px;
	top: 0;
	height: 100%;
	line-height: 2.5em;

}

.accordion-header[aria-expanded="false"]::after {
	content: "+";
	color: #7BA1AB;
}

.accordion-header[aria-expanded="true"]::after {
	content: "-";
	color: #BAA375;
}


/*
 * RESPONSIVE STYLES
*/

/* Landscape phones and down */
@media (max-width: 480px) {
	.accordion-header {
		padding: 0.9em 1em 0.9em 0;
	}

	.accordion-body > div {
		padding: 1em 0 2em;
	}

	.accordion-header:after {
		right: 0;
	}

}







/*Downloads*/

.dowloads {
	padding: 4em 0 5em;
}

.dowloads h2 {
	text-align: center;
}

.dowloads-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.8em 8.333333%;
}

.dowloads-item:not(:last-child) {
	border-bottom: 1px solid #DDDDDD;
}

.dowloads-item-title {
	font-family: Mulish;
	font-size: 1.29em;
	font-weight: 800;
	line-height: 1.8;
}

.dowloads .button {
	max-width: 12.7em;
	width: 100%;
	margin-left: 1em;
	padding: 0.9em 1.71em;
}


/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1310px) { 
	
}

@media (max-width: 1199px){
	
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
	.dowloads-item {
		padding: 1.8em 1em;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.dowloads-item {
		flex-direction: column;
	}

	.dowloads-item-title {
		margin-bottom: 0.5em;
	}

	.dowloads .button {
		max-width: none;
		margin-left: 0;
	}

}



.half-right .row {
	flex-direction: row-reverse;
}

.half .col-md-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.half img {
	width: 100%;
}

.half h2 {
	margin-top: 0.25em;
	max-width: 90%;
}

.half-content {
	max-width: 41em;
	width: 90%;
	line-height: 1.57;
}

.half-left h2,
.half-left .half-content {
	padding-left: 10%;
}

.half .button {
	margin-bottom: 2em;
}

.half-content strong {
	font-weight: 600;
}


.half-content ul {
	list-style: none;
	padding-left: 1.4em;
}

.half-content ul li {
	margin-bottom: 0.64em;
	position: relative;
}

.half-content ul li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0.6em;
	left: -1.4em;
	background: #BAA375;
	border-radius: 50%;
}

.half-content h3 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 1.29em;
	line-height: 1.22;
}

.half-content strong em {
	font-family: Mulish;
	color: #939393;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1200px) { 
	
}

@media (max-width: 991px){
	.half img {
		max-height: 20em;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.half-left h2, 
	.half-left .half-content {
		padding-left: 0;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.half .col-md-6 > img {
		margin-bottom: 1.5em;
	}
	
}




/*Gray section with large text*/

.gray {
	padding: 3.36em 0 2.07em;
	background: #F2F2F2;
	font-family: Mulish;
}

.gray > .container > .row {
	line-height: 1.31;
	font-size: 1.15em;
}

.gray .large {
	font-size: 2.23em;
	text-transform: capitalize;
}

.gray strong {
	font-weight: 800;
}

.gray h2 {
	margin-bottom: 0.5em;
}

.gray a {
	font-weight: 800;
	color: #7ba1ab;
}

/* Landscape phones and down */
@media (max-width: 480px) {

	.gray {
		padding: 36px 0 22px;
	}
	
	.gray .large {
		font-size: 28px;
	}

	.gray ul {
		margin-top: 1.5em;
	}

}





/*Testimonials Video*/

.testimonials-video-flexible {
	padding: 4em 0 2em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonials-video-flexible h2 {
	margin-bottom: 0.7em;
}

.testimonials-video {
	cursor: pointer;
}

.testimonials-video-item {
	margin-bottom: 2.3em;
}

.attachment-testimonial-videos {
	width: 100%;
}

.testimonials-video iframe {
	display: block;
	height: 20em;
}

.testimonials-video svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.7;
}

.testimonials-video:hover svg path {
	fill: #ff0000;
}

.entry-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #7BA1AB;
	color: #fff;
	padding: 0.5em;
}

article .entry-title {
	font-weight: bold;
	font-size: 1.29em;
	margin: 0;
}

.entry-program {
	font-family: Mulish;
	font-style: italic;
	font-weight: 300;
	font-size: 1.14em;
}

.testimonials-video-flexible .slick-prev, 
.testimonials-video-flexible .slick-next {
	height: auto;
	width: auto;
	top: 45%;
}

.testimonials-video-flexible .slick-prev {
	left: -40px;
}

.testimonials-video-flexible .slick-next {
	right: -40px;
}

.testimonials-video-flexible .slick-prev:before, 
.testimonials-video-flexible .slick-next:before {
	content: none;
}

.testimonials-video-flexible .slick-track {
	min-width: 100%;
}

.modal-testimonials-video .entry-content {
	padding: 0;
	border: none;
}

.modal-testimonials-video .modal-dialog {
	max-width: 74.71em;
}

.modal-testimonials-video iframe {
	display: block;
	width: 100%;
	height: 40em;
}

/*
 * RESPONSIVE STYLES
*/



/* Large desktop */

@media (max-width: 1199px){

}

@media (max-width: 1199px){

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
	.modal-testimonials-video .modal-dialog {
		max-width: 90%;
	}

	.modal-testimonials-video iframe {
		height: 56vw;
	}

	.testimonials-video-flexible .slick-next {
		right: 0px;
	}

	.testimonials-video-flexible .slick-prev {
		left: 0px;
		z-index: 1;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.testimonials-video-flexible {
		padding: 4em 0 2em;
	}

	.testimonials-video iframe {
		height: 16em;
	}

	.modal-testimonials-video .modal-dialog {
		max-width: 100%;
	}

	.testimonials-video-item {
		margin-bottom: 0;
	}
}

@media (max-width: 359px) {

}





/*List icons*/

.list-icons {
	padding: 1em 0 3em;
}

.list-icons h2 {
	margin-bottom: 1.5em;
}

.product-list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 3.5em;
}

.product-list-item.col-lg-4 {
	align-items: center;
}

.product-list-item-content {
	max-width: 82.2%;
}

.product-list-item.col-lg-3 .product-list-item-content {
	max-width: 70%;
}

.product-list-item.col-lg-4 .product-list-item-content {
	max-width: 80%;
}

.product-list-item-img {
	margin-top: 0.7em;
	margin-right: 1.93em;
}

.product-list-item-img > * {
	max-height: 4em;
	width: auto;
}

.product-list-item-content-title {
	margin-bottom: 0.4em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.86em;
	line-height: 1.27;
	color: #121212;
}



/*
 * RESPONSIVE STYLES
*/



/* Large desktop */
@media (max-width: 1300px){
	
}

@media (max-width: 1199px){
	.list-icons .product-list-item-img {
		margin-right: 1.1em;
	}
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.product-list-item {
		margin-bottom: 20px;
	}

	.product-list-item.col-lg-4 {
		align-items: flex-start;
	}

	.product-list-item-content-title {
		font-size: 21px;
	}

	.product-list-item-img {
		margin-top: 0.4em;
		margin-right: 11px;
	}
}

@media (max-width: 359px) {

}





/*Advantages*/

.points {
	padding: 4em 0 7em;
}

.points .container {
	max-width: 82.14em;
	text-align: center;
}

.points h2 {
	margin-bottom: 1.33em;
}

.points-title {
	margin-bottom: 0.29em;
	font-family: Mulish;
	font-weight: 900;
	font-size: 4.43em;
	line-height: 1.26;
	text-transform: uppercase;
	color: #7BA1AB;
}

.points-desc {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.21em;
	line-height: 1.24;
	text-align: center;
	color: #121212;
	max-width: 12.8em;
	margin: auto;
}

@media (max-width: 767px){
	.points-desc {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px){
	.points {
		padding: 2em 0 3em;
	}

	.points h2 {
		margin-bottom: 1em;
		text-align: left;
	}

	.points-title {
		font-size: 40px;
		line-height: 50px;
	}

	.points-desc {
		font-size: 14px;
		line-height: 18px;
	}

	.points .col-md-3.col-6:nth-child(2n) {
		order: 1;
	}
}





/*Why we - list of titles and descriptions*/
.why-we {
	padding: 4em 0;
}

.why-we h2 {
	margin-bottom: 1em;
}

.why-we .why-we-items.big-small {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  	grid-template-rows: 1fr 1fr;
	grid-template-areas: "one two four" "one three four";
}

.why-we .why-we-items.big-small.count-3 {
	grid-template-columns: 1fr 1fr;
}

.why-we .why-we-items.side-by-side {
	display: flex;
	flex-wrap: wrap;
}

.why-we .why-we-items.side-by-side .why-we-item {
	width: 50%;
}

.why-we-item1 {
	grid-area: one;
}

.why-we-item2 {
	grid-area: two;
}

.why-we-item3 {
	grid-area: three;
}

.why-we-item4 {
	grid-area: four;
}

.why-we-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 19.93em;
	padding: 1.4em 2.4em;
	position: relative;
	color: #FFF;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.why-we-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.28);
	transition: all 0.5s ease;
}

.why-we-item:hover {
	justify-content: center;
}

.why-we-item:hover::before {
	background: rgba(123, 161, 171, 1);
}

.why-we-item > * {
	position: relative;
	z-index: 1;
}

.why-we-title {
	font-size: 1.286em;
	font-weight: 800;
}

.why-we-description {
	display: none;
	transition: all 0.5s ease;
	overflow: hidden;
}

.why-we-description ul {
	padding-left: 1em;
}

.why-we-item:hover .why-we-description {
	display: block;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1200px) { 
	.why-we-item {
		min-height: 25em;
	}
}

@media (max-width: 991px){
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.why-we .why-we-items {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "one two" "one three" "four four";
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.why-we .why-we-items {
		display: block!important;
	}

	.why-we-item::before {
		background: rgba(123, 161, 171, 0.95);
		width: calc(100% - 4em);
		height: calc(100% - 6em);
		top: 3em;
		left: 2em;
	}

	.why-we-item {
		justify-content: center;
		width: 100%!important;
		padding: 3.4em 3em;
	}

	.why-we-description {
		display: block; 
	}
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.why-we {
		padding: 3em 0 4em;
	}


}



/*Schools*/

.school-list {
	padding: 5.2em 0;
	background: #F2F2F2;
}

.school-list .row:first-child {
	align-items: center;
}

.school-list .col-md-5 {
	margin-bottom: 1.16em;
}

.school-list .subtitle {
	margin-bottom: 1em;
	font-family: Mulish;
	font-size: 1.29em;
}

.school-list .col-lg-3 {
	margin-bottom: 1.9em;
}

.schools-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}

.schools-item-img {
	max-height: 14.36em;
	position: relative;
}

.schools-item-img:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.28);
	position: absolute;
}

.schools-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.schools-item-text {
	display: flex;
	align-items: center;
	height: 100%;
	background: #7BA1AB;
	color: #fff;
	min-height: 3.57em;
	padding: 0.35em 1.5em 0.35em 1.06em;
	position: relative;
	z-index: 1;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.24;
}

.schools-item-hidden {
	display: none;
}

.school-hidden,
.schools-item-mobile {
	display: none;
	position: relative;
	background: #FFFFFF;
	margin-bottom: 1.9em;
	padding: 4em 1em;
}

.school-hidden .close {
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
}

.schools-item-hidden-content {
	max-width: 38em;
	margin: auto;
}

.schools-item-hidden-title {
	margin-bottom: 0.7em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.24;
	color: #121212;
}

.schools-item-hidden-content a {
	font-weight: 500;
	color: #7BA1AB;
}

@media (max-width: 991px){
	.schools-item-text {
		padding: 0.35em 0.5em 0.35em 0.6em;
	}
}

@media (max-width: 767px){
	.schools-item-mobile {
		margin-top: 2em;
	}

	.schools-item {
		height: auto;
	}
}

@media (max-width: 480px){
	.school-list {
		padding-bottom: 3em !important;
	}

}


/*Guides*/

.guide-list {
	padding: 5em 0;
}

.guide-list-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.5em
}

.guide-list-header h2 {
	margin-right: 1em;
	max-width: 76%;
}

.guide-list-arrows {
	display: flex;
}

.guide-right {
	margin-left: 1em;
}

.guides-slider {
	margin: 0 -0.8em;
}

.guides-slider .slick-track {
	display: flex;
}

.guides-slider-item {
	padding-top: 12.5em;
	margin: 0.8em;
	height: auto;
	box-shadow: 0px 4px 0.8em rgba(0, 0, 0, 0.25);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
	line-height: 1.33;
	color: #FFF;
}

.guides-slider-item:hover {
	color: #FFF;
	text-decoration: none;
}

.guides-slider-item span {
	padding: 1em;
	height: 100%;
	background-position-y: -2em;
	display: block;
	background: #7BA1AB;
}

@media (max-width: 991px){
	.guides-slider-item {
		padding-top: 9.5em;
		background-position-y: -3em;
	}
}

@media (max-width: 480px){
	.guide-list-header h2 {
		margin-right: 0.5em;
		max-width: 65%;
	}

	.guides-slider-item {
		padding-top: 12.5em;
	}

	.guide-list {
		padding: 4em 0 3.5em;
	}
}



/*Testimonial Stories*/



.success-stories-left-side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding-bottom: 1em;
}

.success-stories-arrows {
	display: flex;
	align-items: center;
}

.success-stories-left, 
.success-stories-right {
	cursor: pointer;
}

.success-stories-arrows .slick-arrow svg {
	width: 2.79em;
	height: 2.79em;
}

.success-stories-count {
	margin: 0 1.4em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 2;
}

.success-stories-heading img {
	margin-bottom: 0.4em;
	width: 12.14em;
}

.success-stories-name {
	margin-bottom: 0.6em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 2;
	color: #7BA1AB;
}

.success-stories {
	padding: 5.4em 0;
	background: #F2F2F2;
}

.success-stories-items p {
	margin-bottom: 0.6em;
	font-family: 'Mulish';
	font-size: 0.86em;
}

.success-stories-items p strong {
	font-weight: 800;
}

.success-stories-heading {
	max-width: 15.57em;
	margin-left: auto;
}

.success-stories-content {
	max-width: 30.93em;
	margin: 0 auto;
}

.success-stories-content p {
	margin-bottom: 1.1em;
}

.success-stories-slider {
	margin: 0;
}

@media (max-width: 1300px){
	.success-stories-heading {
		margin-left: 0;
	}
}

@media (max-width: 767px){
	.success-stories-left-side {
		padding-bottom: 2.5em;
	}

	.success-stories-arrows {
		justify-content: space-between;
	}

	.success-stories-content {
		max-width: none;
		margin: 18px auto 0;
	}	
}

@media (max-width: 480px){
	.success-stories {
		padding: 3.4em 0;
	}

	.success-stories h2 {
		margin-bottom: 26px;
	}

	.success-stories-name {
		margin-bottom: 0.2em;
	}
}




/*Testimonials flexible*/

.testimonials-flexible {
	padding: 5.8em 0 5em;
	position: relative;
	background-color: #9F9F9F;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonials-flexible::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.87);
	z-index: 0;
}

.testimonials-flexible > * {
	position: relative;
}

.testimonials-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1.71em;
}

.testimonials-header .subtitle {
	max-width: 90%;
	font-size: 1.1em;
}

.testimonials-arrows {
	display: flex;
	min-width: 7em;
}

.testimonials-left.slick-arrow {
  margin-right: 1.2em;
}

.testimonials-slider.slick-initialized {
  margin: 0 -1em 0;
}

.testimonials-slider .slick-track {
	display: flex;
}

.testimonials-item {
	max-width: unset;
	flex: unset;
	height: auto;
	margin-bottom: 2em;
}

.type-testimonials {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);	
}

.testimonials-class {
	padding: 1em;
	min-height: 3.5em;
	background: #7CA1AB;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.14em;
	text-align: right;
	color: #FFFFFF;
}

.testimonials-item .entry-content {
	flex-grow: 1;
	padding: 4.6em 2.5em 2em 1.5em;
	position: relative;
	line-height: 1.5;
}

.testimonials-item .entry-content::before {
	content: "";
	display: block;
	width: 2.6em;
	height: 2em;
	position: absolute;
	top: 1.7em;
	left: 1.4em;
	background: url(/wp-content/uploads/2021/04/quote-2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.read-more {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #7CA1AB;
	margin-top: 1em;
}

.read-more:hover {
	color: #7CA1AB;
}

.testimonials-title {
	background: #F2F2F2;
}

.testimonials-title>* {
	margin-bottom: 0;
	padding: 1.25em;
	font-family: Mulish;
	font-style: italic;
	font-weight: bold;
	font-size: 1.14em;
	line-height: 145.5%;
	color: #121212;
	text-align: right;
}

.modal-testimonials .modal-dialog {
	max-width: 60.7em;
}

.modal-testimonials .testimonials-title > * {
	padding: 0.6em 1.25em;
	font-size: 1.5em;
}

.modal-testimonials .entry-content {
	padding: 4.6em 8.5em 2em 8.5em;
	position: relative;
}

.modal-testimonials .entry-content::before {
	content: "";
	display: block;
	width: 2.6em;
	height: 2em;
	position: absolute;
	top: 1.7em;
	left: 8.2em;
	background: url(/wp-content/uploads/2021/04/quote-2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 8.2em;
}

.modal-testimonials .entry-content::before {
	left: 8.2em;
}

.modal-prev {
	position: absolute;
	left: 2em;
	top: 40%;
	cursor: pointer;
}

.modal-next {
	position: absolute;
	right: 2em;
	top: 40%;
	cursor: pointer;
}



/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1200px) { 
	
}

@media (max-width: 991px){

	.slick-dots li button::before {
		font-size: 10px;
		opacity: 1;
		color: #C4C4C4;
	}

	.slick-dots li.slick-active button::before {
		opacity: 1;
		color: #BAA375;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.testimonials-flexible {
		padding: 47px 0;
	}

	.testimonials-header > div:first-child {
		max-width: 68%;
	}

	.testimonials-class {
		min-height: 2.9em;
		padding: 0.7em 1em;
		font-weight: bold;
		font-size: 15px;
	}

	.testimonials-title > * {
		padding: 1.1em;
		font-size: 14px;
	}

	.slick-dots {
		position: absolute;
		bottom: -33px;
	}

	.modal-testimonials .entry-content {
		padding: 3.6em 1.5em 1em 1.5em;
	}

	.modal-testimonials .entry-content::before {
	    left: 1.2em;
	    top: 58px;
	    width: 5em;
	    height: 3em;
	    opacity: 0.2;
	}

	.modal-next {
		right: 1.2em;
		top: 8px;
	}

	.modal-prev {
		left: 1.2em;
		top: 8px;
	}

	.modal-testimonials .testimonials-title > * {
		font-size: 1.3em;
	}

	.next.page-numbers {
		margin-left: 0.5em;
	}

	.prev.page-numbers {
		margin-right: 0.5em;
	}
}
