.container {
	max-width: 1280px;
}

/*
.container .row .col-12 {
	padding-left:  15px;
	padding-right:  15px;
}

@media (min-width: 992px) {
	.container .row .col-12 {
		padding-left:  30px;
		padding-right:  30px;
	}
}

*/

@media (min-width: 1200px) {

	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}

	.container .row {
	    margin-right: -15px;
	    margin-left: -15px;
	}

	.container .row .col-md-6 {
	    padding-right: 15px;
	    padding-left: 15px;
	}

	.container .row .col-lg-6 {
	    padding-right: 15px;
	    padding-left: 15px;
	}

	.container .row .col-md-12 {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.header ul li {
	    margin-right: 0px;
	    margin-left: 30px;
	}

	.header ul li:first-child {
		margin-left: 0px;
	}
}

/* Breadcrumbs  */

.section--crumb {
	border-bottom:  1px solid #DCE2EE;
	display: none;
}

@media (min-width: 992px) {
	.section--crumb {
		display: block;
	}
}

.breadcrumbs {
    font-size: 14px;
    line-height: initial;
    padding: 30px 0;
    border-bottom: none;
}

.breadcrumbs:before,
.breadcrumbs:after {
	display: none;
}

.breadcrumbs a {
	display: block;
}

.breadcrumbs a span {
	line-height: 30px;
	padding: 0px 10px;
}

@media (min-width: 992px) {
	.breadcrumbs {
		display: flex;
		justify-content: space-between;
	}
}

.breadcrumbs li {
	font-size: 14px;
	line-height: 30px;
}

.breadcrumbs li:before {
	line-height: 30px;
	top: 0px;
	font-size: 12px;
}

.breadcrumbs ol {
	margin: 0;
	padding: 0;
	width: auto !important;
	height:  auto !important;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.breadcrumbs ul {
		display: none;
	}
}

@media (min-width: 992px) {
	.breadcrumbs ul {
		display: none;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs ul {
		display: block;
	}
}

.breadcrumbs ul li a {
	color: #0064FA;
}

/* Section  */

section {
	/*border: 1px solid red;*/
}

.section--content p {
	margin-bottom: 20px;
	line-height: 30px;
}

.section--content p:last-child {
	margin-bottom: 0px;
}

@media (min-width: 992px) {
	.section--content {
		padding:  80px 0;
	}
}

/* Section - Blue */

.section--blue {
	background: #10137B;
}

.section--blue h2 {
	color: #55D2FD;
}

.section--blue p {
	color: #fff;
}

.section--blue blockquote p {
	color: #55D2FD;
}

.section--blue blockquote footer {
	color: #fff;
}

/* Section - Meet the team */

.section--team {
	overflow: visible;
	margin-top: -247px;
	z-index: 999;
}

.section--team--intro {
	margin-bottom: 30px;
	padding-bottom: 290px !important;
}

.section--team--intro h2 {
	margin-bottom: 0px;
}

@media (min-width: 992px) {

	.section--team--intro {
		padding-bottom: 200px !important;
		margin-bottom: 0px;
	}

	.section--team {
		margin-top: -122px;
		
	}
}

.section--content>.container:before {
	display: none;
}

/*

---

Remove below from the main stylesheet: ;

.section--content+.section--testimonials {
    padding-top: 121px;
}
.section--content+.section--content {
    padding-top: 121px;
}

---

Also .section--testimonials are just section--content now

---

*/

.section--content {
	padding:  40px 0;
}

@media (min-width: 992px) {
	.section--content {
		padding:  80px 0;
	}
}

.section--content+.section--content {
	padding-top: 40px;
}

@media (min-width: 992px) {

	.section--content+.section--content {
		padding-top: 80px;
	}
}

/* Blockquote  */

blockquote {
	font-weight: 500;
}

blockquote p {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 40px;
	color: #10137B;
}

@media (min-width: 992px) {
	blockquote p {
		font-size: 28px !important;
		line-height: 44px !important;
	}
}

/* Staff Gallery  */

.slick-dots {
	display: none;
}

.staff-gallery {
	/*overflow: hidden;*/
}

.staff-gallery .slick-arrow {
	z-index: 999;
}

.staff-gallery .slick-slide {
	text-align: center;
}

@media (min-width: 576px) {
	.staff-gallery .slick-list {
		margin: 0 -10px;
	}

	.staff-gallery .slick-slide {
		margin: 0 10px;
	}
}

@media (min-width: 992px) {
	.staff-gallery .slick-list {
		margin: 0 -20px;
	}

	.staff-gallery .slick-slide {
		margin: 0 20px;
	}
}

@media (min-width: 1200px) {
	.staff-gallery .slick-list {
		margin: 0 -40px;
	}

	.staff-gallery .slick-slide {
		margin: 0 40px;
	}
}

.staff-gallery .slick-slide img {
	margin-bottom: 30px;
	width: 100%;
}

.staff-gallery .slick-slide h3 {
	margin-bottom: 0px;
}

.staff-gallery .slick-slide p {
	margin-bottom: 0px;
	font-size: 13px;
}

@media (min-width: 768px) {
	.staff-gallery .slick-slide p {
		margin-bottom: 30px;
	}
}

.staff-gallery .slick-next,
.staff-gallery .slick-prev {
	top: -50px;
	transform: none;
	height:  30px;
	width:  30px;
}

.staff-gallery .slick-next:before {
	content: '\f061';
	font-family:"Font Awesome 5 Free";
    font-weight: 900;
}

.staff-gallery .slick-prev:before {
	content: '\f060';
	font-family:"Font Awesome 5 Free";
    font-weight: 900;
}

.staff-gallery .slick-next:before,
.staff-gallery .slick-prev:before {
	font-size: 22px;
}

.staff-gallery .slick-prev {
	left:  0;
	right: auto;
}

@media (min-width: 992px) {
	.staff-gallery .slick-prev {
		left:  auto;
		right: 30px;
	}
}

.staff-gallery .slick-next {
	right: 0;
}

.image-grid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	position: relative;
	z-index: 999;
}

.image-grid img {
	width: 100%;
}

@media (min-width: 576px) {
	.image-grid {
		flex-direction: row;
	}
}

.image-grid:before {
	content: '';
	position: absolute;
	background: url(shape.svg) no-repeat;
	width: 443px;
	height: 470px;
	z-index: -1;
	display: none;
}

@media (min-width: 992px) {
	.image-grid:before {
		display: block;
		top: -310px;
		right: 0px;
	}
}

@media (min-width: 1200px) {
	.image-grid:before {
		display: block;
		top: -310px;
		right: 70px;
	}
}

/* Moneytree Gallery  */

@media (min-width: 992px) {
	.moneytree-gallery .slick-list {
		margin: 0 -5px;
	}

	.moneytree-gallery .slick-slide {
		margin: 0 5px;
	}
}

.moneytree-gallery .slick-next,
.moneytree-gallery .slick-prev {
	height:  40px;
	width:  40px;
	z-index: 999;
	background: #fff;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.moneytree-gallery .slick-next,
	.moneytree-gallery .slick-prev {
		height:  60px;
		width:  60px;
		z-index: 999;
		background: #fff;
		border-radius: 50%;
	}
}

.moneytree-gallery .slick-prev {
	left:  30px;
}

.moneytree-gallery .slick-next {
	right: 30px;
}

@media (min-width: 768px) {
	.moneytree-gallery .slick-prev {
		left:  60px;
	}

	.moneytree-gallery .slick-next {
		right: 60px;
	}
}

@media (min-width: 1200px) {
	.moneytree-gallery .slick-prev {
		left:  120px;
	}

	.moneytree-gallery .slick-next {
		right: 120px;
	}
}

.moneytree-gallery .slick-next:before {
	content: '\f061';
	font-family:"Font Awesome 5 Free";
    font-weight: 900;
    color:  #8199BB;
    font-size: 16px;
}

.moneytree-gallery .slick-prev:before {
	content: '\f060';
	font-family:"Font Awesome 5 Free";
    font-weight: 900;
    color:  #8199BB;
    font-size: 16px;
}


.section--getintouch {
	background: #F2F6FB;
	border-top:  0px;
	padding: 40px 0;
}

@media (min-width: 992px) {
	.section--getintouch {
		padding:  80px 0;
	}
}

.section--getintouch>.container:before {
	display: none ;
}

.section--getintouch .box--form {
	padding: 30px 0;
	margin-top: 0px;
}

@media (min-width: 992px) {
	.section--getintouch .box--form {
		padding: 30px;
	}
}

.section--getintouch .h1,
.section--getintouch h1 {
	margin-top: 0px;
}

.section--getintouch .box--form label {
	font-size: 14px;
}

.section--getintouch .contourNavigation .btn {
	float: none;
	max-width: inherit;
	width:  100%;
}

.section--getintouch .gdpr {
	margin-top: 30px;
	font-size: 14px;
	display: inline-block;
}