body {
	font-family: articulat-cf, sans-serif;
	font-weight: 300;
	font-style: normal;
}


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 700;
}

h1, .h1 {

    line-height: 2.7rem;
}

.br-0 {
	
	 border-radius: 0px!important;
}

.home-swiper h1 {
    font-weight: 500;
    font-size: 54px;
    line-height: 54px;
    width: 55%!important;
}

.home-swiper .opacity-35 {
    opacity: 0.35 !important;
    z-index: 2;
}

.home-swiper .swiper,.home-swiper .swiper-home {
    height: calc(100vh - 73px);
}

span.swiper-pagination-bullet {
	
	background-color: #fff;
}


.home-swiper .btn-next {
    right: 1.25rem!important;
	z-index: 10;
}


.home-swiper .btn-prev {
    left: 1.25rem!important;
	z-index: 10;
}

.home-swiper .swiper-pagination {
    position: absolute!important;
    bottom: 41px!important;
	z-index: 10!important;
}

.page-plain {
	
	min-height:700px!important;
}

.swiper-colour span.swiper-pagination-bullet {
    background-color: #ccc!important;
}

.dropdown-menu {
    min-width: 600px;
}

.swiper-slide:hover {
    cursor: grabbing;
}

.btn-video {
    display: none;
}

.dropdown-right {
    right: -115px;
	    left: auto!important;
}

.opacity-35 {
    opacity: 0.35 !important;
}


a.btn-video.btn-icon {
	position: relative
}




a.btn-video.btn-icon:after {
    content: "Watch Video (turn on sound)";
    position: absolute;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    top: 80px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  
    display: block;

    /* background-color: #ccc; */
    height: 30px;
    text-align: center;
    color: #fff;
	font-weight: 400;
}


.stretched-link::after {
    position: absolute;
    top: 0;
    right: inherit!important;
    bottom: inherit!important;
    left: inherit!important;
    z-index: 1;
    content: "";
}



.lg-video-cont.lg-has-youtube {

    height: 100%!important;
    width: 100%!important;
    position: absolute!important;
    top: 0px!important;
}


.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 4.25rem;
}

a.nav-link {
    color: #76837a;
}


.step-number {
    background-color: transparent;
    width: 100%;
}

.step-number img {
    width: 100px!important;
}

.step-number-inner {
    font-size: 23px;
    color: #9DB5A5;
    line-height: 22px;
    text-align: center;
    padding-top: 6px;
    margin-right: 40px;
}


.swiper-slide {
    position: relative;
    padding-bottom: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
}


.swiper-slide .caption {
    position: absolute;
    bottom: 0px;
    background-color: #0000006e;
    color: #fff;
    width: 100%;
    padding: 15px;
    text-align: center;
}

p.caption-quote {
    color: #fff;
    position: absolute;
    bottom: 0px;
}


iframe {
    width: 100%!important;
    height: 100%!important;
    top: 0px!important;
    left: 0px!important;
    position: absolute!important;
}


.swiper-slide .card {
    height: 130px;
}

.swiper-slide .card {
    height: 130px;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}


.swiper-slide .card img {
    margin-top: auto;
    margin-bottom: auto;
	    margin-left: auto;
    margin-right: auto;
	max-width: 83%;
}


.btn-vid-link {
    margin-left: 109px;
}

.btn-vid-link span {
    margin-left: -122px;
    margin-right: 26px;
}




.btn-link {
    text-decoration: none;
    padding-left: 0px;
    color: #9DB5A5;
    padding-right: 0px;
    border-bottom: solid 1px #9DB5A5!important;
    border-radius: 0px;
    padding-bottom: 0px;
}

.bg-info .btn-link {
    color: #fff;
}

button.close {
    float: right;
       right: -14px;
    top: -10px;
    position: absolute;
    background-color: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 23px;
    line-height: 23px;
}

.usp {
    font-weight: 700;
    background-color: #565A59;
    padding: 26px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    color: #fff;
	height:100%;
}

.icon-xl {
    font-size: 3.2rem;
  
}


.pb-md {
    padding-bottom: 80px!important;
}

.pb-lg {
    padding-bottom: 100px!important;
}


.pb-xl {
    padding-bottom: 150px!important;
}


.pb-xxl {
    padding-bottom: 200px!important;
}



body {
    overflow-x: hidden;
}

.gallery-item2 {
    height: 400px;
}

.bg-grey {
    background-color: #ededed!important;
}


.sticky-nav {
	opacity:0;
	transition: all 0.5s ease;
	
}

.gallery-item-link {
    display: block;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.gallery-item-link > img {
    display: block;
      flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
	    max-width: none!important;
    height: inherit;
	
}

.gallery-item-link::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-color: var(--si-gallery-overlay-bg);
    content: "";
    opacity: 0;
    z-index: 1;
}

.gallery-item-link .gallery-item-caption {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
    color: #fff;
    z-index: 5;
}


.gallery-item-link:hover::before, .gallery-item-link:hover::after, .gallery-item-link:hover .gallery-item-caption, .gallery-item-link.is-hovered::before, .gallery-item-link.is-hovered::after, .gallery-item-link.is-hovered .gallery-item-caption {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

div#navlist .active {
    background-color: transparent!important;
}


.navbar {
  --si-navbar-padding-y: 0.9rem;
	
}

.gallery-item:hover::before {
    opacity: 0.5;
}

.gallery-item-link:hover::before {
    opacity: 0.5;
}

.logo-columns img {
    max-height: 100px;
}

.table-sm td {
    font-size: 14px;
}
.table-sm .badge {
    width: 12px;
    height: 12px;
    margin-top: 3px;
}


.gallery-item.gallery-item2 .gallery-item-caption, .gallery-item-link.gallery-item2 .gallery-item-caption {
    font-size: 30px!important;
    text-transform: none!important;
    font-weight: 100!important;
    line-height: 32px;
    text-align: center!important;
    /* top: 50%; */
    /* left: 50%; */
	 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.swiper-button-disabled {
    opacity: 0.4!important;
}

.bg-primary.btn-icon i {
	color:#fff!important;
}


.col-graph {
    height: 70px;
    flex: none;
    border-right: solid 1px #fff;
}


.col-graph:hover {
opacity:0.7;

}
	
	
.breadcrumb-item + .breadcrumb-item::before {
    margin-top: -0.3em;
}

.text-primary {
	
color:#9DB5A5!important;	
}


.text-dark-green {
	
	color:#646f67!important;
}



.border-primary {
    border-color: #9DB5A5!important;
}


.mt-6 {
    margin-top: 3.5rem !important;
}

.mb-6 {
    margin-top: 3.5rem !important;
}



.mt-7 {
    margin-top: 4rem !important;
}

.mb-7 {
    margin-bottom: 4rem !important;
}


.mt-8 {
    margin-top: 4.5rem !important;
}

.mb-8 {
    margin-bottom: 4.5rem !important;
}




.mt-9 {
    margin-top: 5rem !important;
}

.mb-9 {
    margin-bottom: 5rem !important;
}




.mt-10 {
    margin-top: 5.5rem !important;
}

.mb-10 {
    margin-bottom: 5.5rem !important;
}




.mt-11 {
    margin-top: 6rem !important;
}

.mb-11 {
    margin-bottom: 6rem !important;
}




.mt-12 {
    margin-top: 6.5rem !important;
}

.mb-12 {
    margin-bottom: 6.5rem !important;
}




.mt-13 {
    margin-top: 7rem !important;
}

.mb-13 {
    margin-bottom: 7rem !important;
}







.mt-14 {
    margin-top: 7.5rem !important;
}

.mb-14 {
    margin-bottom: 7.5rem !important;
}



.mt-15 {
    margin-top: 8rem !important;
}

.mb-15 {
    margin-bottom: 8rem !important;
}


.mt-16 {
    margin-top: 8.5rem !important;
}

.mb-16 {
    margin-bottom: 8.5rem !important;
}


.mt-17 {
    margin-top: 9rem !important;
}

.mb-17 {
    margin-bottom: 9rem !important;
}


.mt-18 {
    margin-top: 10rem !important;
}

.mb-18 {
    margin-bottom: 10rem !important;
}


.mt-19 {
    margin-top: 10.5rem !important;
}

.mb-19 {
    margin-bottom: 10.5rem !important;
}


.mt-20 {
    margin-top: 11rem !important;
}

.mb-20 {
    margin-bottom: 11rem !important;
}


.gallery-item::after {
	
	opacity:0!important;
}


.gallery-item.video-item::after {
	
	opacity:1!important;
}



a.dropdown-item {
    color: #9DB5A5;
}


.step-body {
    padding-left: 45px!important;
}


.step-number {
    background-color: transparent;
}

.step-number-inner {
    font-size: 23px;
    color: #9DB5A5;
    line-height: 22px;
    text-align: center;
    padding-top: 6px;
}

.step-img {
    margin-bottom: 20px;
}

.swiper-button-next:after, .swiper-button-prev:after {

    color: #fff;
    font-size: 24px;

}


.page-plain .card {
    border-radius: 0px;
    box-shadow: none!important;
	transform: translate3d(0px, 100px, 0px)!important;
}


.page-plain .card.bg-primary {
    background-color: #fff!important;
}


.page-plain .card.bg-primary p,
.page-plain .card.bg-primary h2
{
    color: #575B5A!important;
}


.page-plain .rounded-3 {
	
	border-radius: 0px!important;
}

.page-plain .card.bg-primary .text-primary.text-uppercase {
	
	color:#9DB5A5!important;
}




i.h1 {
    font-size: 48px;
}



blockquote {
    padding: 40px!important;
}


.step::before, .step::after {

    background-color: #fff;
}


.logos {
    text-align: center;
}

.logos img {
    max-width: 11%;
    margin-right: 1%;
    margin-left: 1%;
    max-height: 100px;
    margin-bottom: 30px;
}



.swiper-slide img {
    object-fit: cover;
    max-width: 100%;
}





.slider-home .swiper-slide img {
    object-fit: cover;
    max-width:none!important;
}



.timeline-slider .swiper-slide img {
    object-fit: cover;
    max-width: 100%;
}


@media only screen and (max-width: 992px)  {

	.logos img {
		max-width: 26%;

	}
	
	
.home-swiper h1 {
    font-weight: 500;
    font-size: 37px;
    line-height: 37px;
    width: 90%!important;
}	
	
	
.home-swiper .top-50 {
	
	bottom: 50px!important;
    top: initial!important;
	
}	


@media only screen and (max-width: 500px)  {

	.logos img {
		max-width: 33%;

	}
	
	
.was-d-none.w-75 {
    width: 100%!important;
    padding-left: 0px!important;
    /* border-radius: 0px!important; */
}
	
	
.was-d-none.w-75 div {
    border-radius: 0px!important;
}	
}	




@media (min-width: 988px) and (max-width: 1600px)  {
	
	.dropdown-menu {
		right: -115px;
	}

	
}


@media only screen and (max-width: 1200px)  {
	
	
.fs-xl {
    font-size: 1.05rem !important;
}	
	
	
	.page-plain .card.bg-primary, .bg-white {
    background-color: #ffffffb5!important;
}
	
.bg-info {
    background-color: #e2e5f1cc!important;
}	
	
	
	p.fs-lg {
    font-size: 14px!important;
}
	
.mt-20 {
    margin-top: 5rem !important;
}
	
body {
    font-size: 14px;
    line-height: 22px;
}
	
.nav-item {

    font-size: 12px;
}
	
	.block-text-img .card.bg-primary, .block-text-img .card.bg-white {
    background-color: rgb(255 255 255 / 80%)!important;
}

	
.block-text-img  .bg-info {
    background-color: rgb(226 229 241 / 80%)!important;
}

}



h1.pb-3, h1 {
    padding-bottom: 0rem !important;
}

@media only screen and (max-width: 800px)  {
	
	

	
	
	
.block-img {
    position: relative!important;
    display: block!important;
    background-color: #ccc;
    height: 400px!important;
	 min-height: 400px!important;
    padding: 0px!important;
    margin-top: -100px;
}


.block-img div {
    height: 400px!important;
	 min-height: 400px!important;
    width: 100%;
}


.block-text-img .card.bg-primary, .block-text-img .card.bg-white {

    background-color: rgb(226 229 241 / 80%)!important;
}
	
	
.page-plain .card {

    transform: none!important;
}
	
	
.mt-10 {
    margin-top: 0px !important;
}
	
}






