
.noUi-connect{
  background: #61989C;
  box-shadow: none;
}
.noUi-handle{
  background: #61989C;
}
.breadcrumb-item.active a{
  color: #61989C; ?>;
}

				.body-loading{
					position: fixed;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					transition: all .5s ease-in-out;
					background: #fff;
					opacity: 1;
					visibility: visible;
					z-index: 999999;
				}
				.loaded .body-loading{
					opacity: 0;
					visibility: hidden;
				}
				#header .header-nav-main nav > ul:not(:hover) > li > a.active{
					color: #fff !important;
					background-color: #61989C;
				}
				#header .header-nav-main nav > ul > li.dropdown.open > a::before, #header .header-nav-main nav > ul > li.dropdown:hover > a::before{
					border-bottom-color: #61989C;
				}
				#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li.accessibility-open > a, #header .header-nav-main nav > ul > li:hover > a{
					color: #fff !important;
				}
				#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a{
					background-color: #61989C;
				}
				#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active{
					background: #61989C;
					color: white !important;
				}
				#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover{
					background: #61989C;
				}
				#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:hover{
					background: #61989C;
				}
				#header .header-nav-main nav > ul li a{
					color: #61989C;
				}
				#footer .footer-ribbon::before{
					border-right-color: var(--bsx-color-primary-light);
					border-left-color: var(--bsx-color-primary-light);
				}
		
:root { 
	--bsx-color-primary: #61989c;
	--bsx-color-primary-dark: #4e7a7d;
	--bsx-color-primary-darken: #3a5b5e;
	--bsx-color-primary-darkest: #273d3e;
	--bsx-color-primary-overdarkest: #131e1f;
	--bsx-color-primary-light: #81adb0;
	--bsx-color-primary-lighten: #a0c1c4;
	--bsx-color-primary-lightest: #c0d6d7;
	--bsx-color-primary-overlightest: #dfeaeb;
	--bsx-color-primary-soft: rgba(97, 152, 156, 0.70);
	--bsx-color-primary-soften: rgba(97, 152, 156, 0.50);
	--bsx-color-primary-softest: rgba(97, 152, 156, 0.20);
	--bsx-color-primary-oversoftest: rgba(97, 152, 156, 0.05);
 }
          .bsx-text-primary { color: #61989c !important; }
          .bsx-text-before-primary:before { color: #61989c !important; }
          .bsx-text-after-primary:after { color: #61989c !important; }
          .bsx-text-hover-primary:hover { color: #61989c !important; }
          .bsx-text-active-primary.active { color: #61989c !important; }
          .bsx-text-focus-primary:focus { color: #61989c !important; }
          .bsx-text-stroke-primary { -webkit-text-stroke-color: #61989c !important; text-stroke-color: #61989c !important; }
          .bsx-bg-primary { background-color: #61989c !important; }
          .bsx-bg-active-primary:active, .bsx-bg-active-primary.active { background-color: #61989c !important; }
          .bsx-bg-hover-primary:hover { background-color: #61989c !important; }
          .bsx-bg-before-primary:before { background-color: #61989c !important; }
          .bsx-bg-after-primary:after { background-color: #61989c !important; }
          .bsx-fill-primary { fill: #61989c !important; }
          .bsx-border-primary { border-color: #61989c !important; }
          .bsx-border-hover-primary:hover { border-color: #61989c !important; }
          .bsx-border-before-primary:before { border-color: #61989c !important; }
          .bsx-border-after-primary:after { border-color: #61989c !important; }
          .bsx-border-t-primary { border-top-color: #61989c !important; }
          .bsx-border-l-primary { border-left-color: #61989c !important; }
          .bsx-border-b-primary { border-bottom-color: #61989c !important; }
          .bsx-border-r-primary { border-right-color: #61989c !important; }
          .bsx-owl-arrow-primary .owl-next, .bsx-owl-arrow-primary .owl-prev { color: #61989c !important; }
        
          .bsx-text-primary-dark { color: #4e7a7d !important; }
          .bsx-text-before-primary-dark:before { color: #4e7a7d !important; }
          .bsx-text-after-primary-dark:after { color: #4e7a7d !important; }
          .bsx-text-hover-primary-dark:hover { color: #4e7a7d !important; }
          .bsx-text-active-primary-dark.active { color: #4e7a7d !important; }
          .bsx-text-focus-primary-dark:focus { color: #4e7a7d !important; }
          .bsx-text-stroke-primary-dark { -webkit-text-stroke-color: #4e7a7d !important; text-stroke-color: #4e7a7d !important; }
          .bsx-bg-primary-dark { background-color: #4e7a7d !important; }
          .bsx-bg-active-primary-dark:active, .bsx-bg-active-primary-dark.active { background-color: #4e7a7d !important; }
          .bsx-bg-hover-primary-dark:hover { background-color: #4e7a7d !important; }
          .bsx-bg-before-primary-dark:before { background-color: #4e7a7d !important; }
          .bsx-bg-after-primary-dark:after { background-color: #4e7a7d !important; }
          .bsx-fill-primary-dark { fill: #4e7a7d !important; }
          .bsx-border-primary-dark { border-color: #4e7a7d !important; }
          .bsx-border-hover-primary-dark:hover { border-color: #4e7a7d !important; }
          .bsx-border-before-primary-dark:before { border-color: #4e7a7d !important; }
          .bsx-border-after-primary-dark:after { border-color: #4e7a7d !important; }
          .bsx-border-t-primary-dark { border-top-color: #4e7a7d !important; }
          .bsx-border-l-primary-dark { border-left-color: #4e7a7d !important; }
          .bsx-border-b-primary-dark { border-bottom-color: #4e7a7d !important; }
          .bsx-border-r-primary-dark { border-right-color: #4e7a7d !important; }
          .bsx-owl-arrow-primary-dark .owl-next, .bsx-owl-arrow-primary-dark .owl-prev { color: #4e7a7d !important; }
        
          .bsx-text-primary-darken { color: #3a5b5e !important; }
          .bsx-text-before-primary-darken:before { color: #3a5b5e !important; }
          .bsx-text-after-primary-darken:after { color: #3a5b5e !important; }
          .bsx-text-hover-primary-darken:hover { color: #3a5b5e !important; }
          .bsx-text-active-primary-darken.active { color: #3a5b5e !important; }
          .bsx-text-focus-primary-darken:focus { color: #3a5b5e !important; }
          .bsx-text-stroke-primary-darken { -webkit-text-stroke-color: #3a5b5e !important; text-stroke-color: #3a5b5e !important; }
          .bsx-bg-primary-darken { background-color: #3a5b5e !important; }
          .bsx-bg-active-primary-darken:active, .bsx-bg-active-primary-darken.active { background-color: #3a5b5e !important; }
          .bsx-bg-hover-primary-darken:hover { background-color: #3a5b5e !important; }
          .bsx-bg-before-primary-darken:before { background-color: #3a5b5e !important; }
          .bsx-bg-after-primary-darken:after { background-color: #3a5b5e !important; }
          .bsx-fill-primary-darken { fill: #3a5b5e !important; }
          .bsx-border-primary-darken { border-color: #3a5b5e !important; }
          .bsx-border-hover-primary-darken:hover { border-color: #3a5b5e !important; }
          .bsx-border-before-primary-darken:before { border-color: #3a5b5e !important; }
          .bsx-border-after-primary-darken:after { border-color: #3a5b5e !important; }
          .bsx-border-t-primary-darken { border-top-color: #3a5b5e !important; }
          .bsx-border-l-primary-darken { border-left-color: #3a5b5e !important; }
          .bsx-border-b-primary-darken { border-bottom-color: #3a5b5e !important; }
          .bsx-border-r-primary-darken { border-right-color: #3a5b5e !important; }
          .bsx-owl-arrow-primary-darken .owl-next, .bsx-owl-arrow-primary-darken .owl-prev { color: #3a5b5e !important; }
        
          .bsx-text-primary-darkest { color: #273d3e !important; }
          .bsx-text-before-primary-darkest:before { color: #273d3e !important; }
          .bsx-text-after-primary-darkest:after { color: #273d3e !important; }
          .bsx-text-hover-primary-darkest:hover { color: #273d3e !important; }
          .bsx-text-active-primary-darkest.active { color: #273d3e !important; }
          .bsx-text-focus-primary-darkest:focus { color: #273d3e !important; }
          .bsx-text-stroke-primary-darkest { -webkit-text-stroke-color: #273d3e !important; text-stroke-color: #273d3e !important; }
          .bsx-bg-primary-darkest { background-color: #273d3e !important; }
          .bsx-bg-active-primary-darkest:active, .bsx-bg-active-primary-darkest.active { background-color: #273d3e !important; }
          .bsx-bg-hover-primary-darkest:hover { background-color: #273d3e !important; }
          .bsx-bg-before-primary-darkest:before { background-color: #273d3e !important; }
          .bsx-bg-after-primary-darkest:after { background-color: #273d3e !important; }
          .bsx-fill-primary-darkest { fill: #273d3e !important; }
          .bsx-border-primary-darkest { border-color: #273d3e !important; }
          .bsx-border-hover-primary-darkest:hover { border-color: #273d3e !important; }
          .bsx-border-before-primary-darkest:before { border-color: #273d3e !important; }
          .bsx-border-after-primary-darkest:after { border-color: #273d3e !important; }
          .bsx-border-t-primary-darkest { border-top-color: #273d3e !important; }
          .bsx-border-l-primary-darkest { border-left-color: #273d3e !important; }
          .bsx-border-b-primary-darkest { border-bottom-color: #273d3e !important; }
          .bsx-border-r-primary-darkest { border-right-color: #273d3e !important; }
          .bsx-owl-arrow-primary-darkest .owl-next, .bsx-owl-arrow-primary-darkest .owl-prev { color: #273d3e !important; }
        
          .bsx-text-primary-overdarkest { color: #131e1f !important; }
          .bsx-text-before-primary-overdarkest:before { color: #131e1f !important; }
          .bsx-text-after-primary-overdarkest:after { color: #131e1f !important; }
          .bsx-text-hover-primary-overdarkest:hover { color: #131e1f !important; }
          .bsx-text-active-primary-overdarkest.active { color: #131e1f !important; }
          .bsx-text-focus-primary-overdarkest:focus { color: #131e1f !important; }
          .bsx-text-stroke-primary-overdarkest { -webkit-text-stroke-color: #131e1f !important; text-stroke-color: #131e1f !important; }
          .bsx-bg-primary-overdarkest { background-color: #131e1f !important; }
          .bsx-bg-active-primary-overdarkest:active, .bsx-bg-active-primary-overdarkest.active { background-color: #131e1f !important; }
          .bsx-bg-hover-primary-overdarkest:hover { background-color: #131e1f !important; }
          .bsx-bg-before-primary-overdarkest:before { background-color: #131e1f !important; }
          .bsx-bg-after-primary-overdarkest:after { background-color: #131e1f !important; }
          .bsx-fill-primary-overdarkest { fill: #131e1f !important; }
          .bsx-border-primary-overdarkest { border-color: #131e1f !important; }
          .bsx-border-hover-primary-overdarkest:hover { border-color: #131e1f !important; }
          .bsx-border-before-primary-overdarkest:before { border-color: #131e1f !important; }
          .bsx-border-after-primary-overdarkest:after { border-color: #131e1f !important; }
          .bsx-border-t-primary-overdarkest { border-top-color: #131e1f !important; }
          .bsx-border-l-primary-overdarkest { border-left-color: #131e1f !important; }
          .bsx-border-b-primary-overdarkest { border-bottom-color: #131e1f !important; }
          .bsx-border-r-primary-overdarkest { border-right-color: #131e1f !important; }
          .bsx-owl-arrow-primary-overdarkest .owl-next, .bsx-owl-arrow-primary-overdarkest .owl-prev { color: #131e1f !important; }
        
          .bsx-text-primary-light { color: #81adb0 !important; }
          .bsx-text-before-primary-light:before { color: #81adb0 !important; }
          .bsx-text-after-primary-light:after { color: #81adb0 !important; }
          .bsx-text-hover-primary-light:hover { color: #81adb0 !important; }
          .bsx-text-active-primary-light.active { color: #81adb0 !important; }
          .bsx-text-focus-primary-light:focus { color: #81adb0 !important; }
          .bsx-text-stroke-primary-light { -webkit-text-stroke-color: #81adb0 !important; text-stroke-color: #81adb0 !important; }
          .bsx-bg-primary-light { background-color: #81adb0 !important; }
          .bsx-bg-active-primary-light:active, .bsx-bg-active-primary-light.active { background-color: #81adb0 !important; }
          .bsx-bg-hover-primary-light:hover { background-color: #81adb0 !important; }
          .bsx-bg-before-primary-light:before { background-color: #81adb0 !important; }
          .bsx-bg-after-primary-light:after { background-color: #81adb0 !important; }
          .bsx-fill-primary-light { fill: #81adb0 !important; }
          .bsx-border-primary-light { border-color: #81adb0 !important; }
          .bsx-border-hover-primary-light:hover { border-color: #81adb0 !important; }
          .bsx-border-before-primary-light:before { border-color: #81adb0 !important; }
          .bsx-border-after-primary-light:after { border-color: #81adb0 !important; }
          .bsx-border-t-primary-light { border-top-color: #81adb0 !important; }
          .bsx-border-l-primary-light { border-left-color: #81adb0 !important; }
          .bsx-border-b-primary-light { border-bottom-color: #81adb0 !important; }
          .bsx-border-r-primary-light { border-right-color: #81adb0 !important; }
          .bsx-owl-arrow-primary-light .owl-next, .bsx-owl-arrow-primary-light .owl-prev { color: #81adb0 !important; }
        
          .bsx-text-primary-lighten { color: #a0c1c4 !important; }
          .bsx-text-before-primary-lighten:before { color: #a0c1c4 !important; }
          .bsx-text-after-primary-lighten:after { color: #a0c1c4 !important; }
          .bsx-text-hover-primary-lighten:hover { color: #a0c1c4 !important; }
          .bsx-text-active-primary-lighten.active { color: #a0c1c4 !important; }
          .bsx-text-focus-primary-lighten:focus { color: #a0c1c4 !important; }
          .bsx-text-stroke-primary-lighten { -webkit-text-stroke-color: #a0c1c4 !important; text-stroke-color: #a0c1c4 !important; }
          .bsx-bg-primary-lighten { background-color: #a0c1c4 !important; }
          .bsx-bg-active-primary-lighten:active, .bsx-bg-active-primary-lighten.active { background-color: #a0c1c4 !important; }
          .bsx-bg-hover-primary-lighten:hover { background-color: #a0c1c4 !important; }
          .bsx-bg-before-primary-lighten:before { background-color: #a0c1c4 !important; }
          .bsx-bg-after-primary-lighten:after { background-color: #a0c1c4 !important; }
          .bsx-fill-primary-lighten { fill: #a0c1c4 !important; }
          .bsx-border-primary-lighten { border-color: #a0c1c4 !important; }
          .bsx-border-hover-primary-lighten:hover { border-color: #a0c1c4 !important; }
          .bsx-border-before-primary-lighten:before { border-color: #a0c1c4 !important; }
          .bsx-border-after-primary-lighten:after { border-color: #a0c1c4 !important; }
          .bsx-border-t-primary-lighten { border-top-color: #a0c1c4 !important; }
          .bsx-border-l-primary-lighten { border-left-color: #a0c1c4 !important; }
          .bsx-border-b-primary-lighten { border-bottom-color: #a0c1c4 !important; }
          .bsx-border-r-primary-lighten { border-right-color: #a0c1c4 !important; }
          .bsx-owl-arrow-primary-lighten .owl-next, .bsx-owl-arrow-primary-lighten .owl-prev { color: #a0c1c4 !important; }
        
          .bsx-text-primary-lightest { color: #c0d6d7 !important; }
          .bsx-text-before-primary-lightest:before { color: #c0d6d7 !important; }
          .bsx-text-after-primary-lightest:after { color: #c0d6d7 !important; }
          .bsx-text-hover-primary-lightest:hover { color: #c0d6d7 !important; }
          .bsx-text-active-primary-lightest.active { color: #c0d6d7 !important; }
          .bsx-text-focus-primary-lightest:focus { color: #c0d6d7 !important; }
          .bsx-text-stroke-primary-lightest { -webkit-text-stroke-color: #c0d6d7 !important; text-stroke-color: #c0d6d7 !important; }
          .bsx-bg-primary-lightest { background-color: #c0d6d7 !important; }
          .bsx-bg-active-primary-lightest:active, .bsx-bg-active-primary-lightest.active { background-color: #c0d6d7 !important; }
          .bsx-bg-hover-primary-lightest:hover { background-color: #c0d6d7 !important; }
          .bsx-bg-before-primary-lightest:before { background-color: #c0d6d7 !important; }
          .bsx-bg-after-primary-lightest:after { background-color: #c0d6d7 !important; }
          .bsx-fill-primary-lightest { fill: #c0d6d7 !important; }
          .bsx-border-primary-lightest { border-color: #c0d6d7 !important; }
          .bsx-border-hover-primary-lightest:hover { border-color: #c0d6d7 !important; }
          .bsx-border-before-primary-lightest:before { border-color: #c0d6d7 !important; }
          .bsx-border-after-primary-lightest:after { border-color: #c0d6d7 !important; }
          .bsx-border-t-primary-lightest { border-top-color: #c0d6d7 !important; }
          .bsx-border-l-primary-lightest { border-left-color: #c0d6d7 !important; }
          .bsx-border-b-primary-lightest { border-bottom-color: #c0d6d7 !important; }
          .bsx-border-r-primary-lightest { border-right-color: #c0d6d7 !important; }
          .bsx-owl-arrow-primary-lightest .owl-next, .bsx-owl-arrow-primary-lightest .owl-prev { color: #c0d6d7 !important; }
        
          .bsx-text-primary-overlightest { color: #dfeaeb !important; }
          .bsx-text-before-primary-overlightest:before { color: #dfeaeb !important; }
          .bsx-text-after-primary-overlightest:after { color: #dfeaeb !important; }
          .bsx-text-hover-primary-overlightest:hover { color: #dfeaeb !important; }
          .bsx-text-active-primary-overlightest.active { color: #dfeaeb !important; }
          .bsx-text-focus-primary-overlightest:focus { color: #dfeaeb !important; }
          .bsx-text-stroke-primary-overlightest { -webkit-text-stroke-color: #dfeaeb !important; text-stroke-color: #dfeaeb !important; }
          .bsx-bg-primary-overlightest { background-color: #dfeaeb !important; }
          .bsx-bg-active-primary-overlightest:active, .bsx-bg-active-primary-overlightest.active { background-color: #dfeaeb !important; }
          .bsx-bg-hover-primary-overlightest:hover { background-color: #dfeaeb !important; }
          .bsx-bg-before-primary-overlightest:before { background-color: #dfeaeb !important; }
          .bsx-bg-after-primary-overlightest:after { background-color: #dfeaeb !important; }
          .bsx-fill-primary-overlightest { fill: #dfeaeb !important; }
          .bsx-border-primary-overlightest { border-color: #dfeaeb !important; }
          .bsx-border-hover-primary-overlightest:hover { border-color: #dfeaeb !important; }
          .bsx-border-before-primary-overlightest:before { border-color: #dfeaeb !important; }
          .bsx-border-after-primary-overlightest:after { border-color: #dfeaeb !important; }
          .bsx-border-t-primary-overlightest { border-top-color: #dfeaeb !important; }
          .bsx-border-l-primary-overlightest { border-left-color: #dfeaeb !important; }
          .bsx-border-b-primary-overlightest { border-bottom-color: #dfeaeb !important; }
          .bsx-border-r-primary-overlightest { border-right-color: #dfeaeb !important; }
          .bsx-owl-arrow-primary-overlightest .owl-next, .bsx-owl-arrow-primary-overlightest .owl-prev { color: #dfeaeb !important; }
        
          .bsx-text-primary-soft { color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-text-before-primary-soft:before { color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-text-after-primary-soft:after { color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-text-hover-primary-soft:hover { color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-text-active-primary-soft.active { color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-text-focus-primary-soft:focus { color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-text-stroke-primary-soft { -webkit-text-stroke-color: rgba(97, 152, 156, 0.70) !important; text-stroke-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-bg-primary-soft { background-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-bg-active-primary-soft:active, .bsx-bg-active-primary-soft.active { background-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-bg-hover-primary-soft:hover { background-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-bg-before-primary-soft:before { background-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-bg-after-primary-soft:after { background-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-fill-primary-soft { fill: rgba(97, 152, 156, 0.70) !important; }
          .bsx-border-primary-soft { border-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-border-hover-primary-soft:hover { border-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-border-before-primary-soft:before { border-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-border-after-primary-soft:after { border-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-border-t-primary-soft { border-top-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-border-l-primary-soft { border-left-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-border-b-primary-soft { border-bottom-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-border-r-primary-soft { border-right-color: rgba(97, 152, 156, 0.70) !important; }
          .bsx-owl-arrow-primary-soft .owl-next, .bsx-owl-arrow-primary-soft .owl-prev { color: rgba(97, 152, 156, 0.70) !important; }
        
          .bsx-text-primary-soften { color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-text-before-primary-soften:before { color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-text-after-primary-soften:after { color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-text-hover-primary-soften:hover { color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-text-active-primary-soften.active { color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-text-focus-primary-soften:focus { color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-text-stroke-primary-soften { -webkit-text-stroke-color: rgba(97, 152, 156, 0.50) !important; text-stroke-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-bg-primary-soften { background-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-bg-active-primary-soften:active, .bsx-bg-active-primary-soften.active { background-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-bg-hover-primary-soften:hover { background-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-bg-before-primary-soften:before { background-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-bg-after-primary-soften:after { background-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-fill-primary-soften { fill: rgba(97, 152, 156, 0.50) !important; }
          .bsx-border-primary-soften { border-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-border-hover-primary-soften:hover { border-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-border-before-primary-soften:before { border-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-border-after-primary-soften:after { border-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-border-t-primary-soften { border-top-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-border-l-primary-soften { border-left-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-border-b-primary-soften { border-bottom-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-border-r-primary-soften { border-right-color: rgba(97, 152, 156, 0.50) !important; }
          .bsx-owl-arrow-primary-soften .owl-next, .bsx-owl-arrow-primary-soften .owl-prev { color: rgba(97, 152, 156, 0.50) !important; }
        
          .bsx-text-primary-softest { color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-text-before-primary-softest:before { color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-text-after-primary-softest:after { color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-text-hover-primary-softest:hover { color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-text-active-primary-softest.active { color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-text-focus-primary-softest:focus { color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-text-stroke-primary-softest { -webkit-text-stroke-color: rgba(97, 152, 156, 0.20) !important; text-stroke-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-bg-primary-softest { background-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-bg-active-primary-softest:active, .bsx-bg-active-primary-softest.active { background-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-bg-hover-primary-softest:hover { background-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-bg-before-primary-softest:before { background-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-bg-after-primary-softest:after { background-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-fill-primary-softest { fill: rgba(97, 152, 156, 0.20) !important; }
          .bsx-border-primary-softest { border-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-border-hover-primary-softest:hover { border-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-border-before-primary-softest:before { border-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-border-after-primary-softest:after { border-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-border-t-primary-softest { border-top-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-border-l-primary-softest { border-left-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-border-b-primary-softest { border-bottom-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-border-r-primary-softest { border-right-color: rgba(97, 152, 156, 0.20) !important; }
          .bsx-owl-arrow-primary-softest .owl-next, .bsx-owl-arrow-primary-softest .owl-prev { color: rgba(97, 152, 156, 0.20) !important; }
        
          .bsx-text-primary-oversoftest { color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-text-before-primary-oversoftest:before { color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-text-after-primary-oversoftest:after { color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-text-hover-primary-oversoftest:hover { color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-text-active-primary-oversoftest.active { color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-text-focus-primary-oversoftest:focus { color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-text-stroke-primary-oversoftest { -webkit-text-stroke-color: rgba(97, 152, 156, 0.05) !important; text-stroke-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-bg-primary-oversoftest { background-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-bg-active-primary-oversoftest:active, .bsx-bg-active-primary-oversoftest.active { background-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-bg-hover-primary-oversoftest:hover { background-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-bg-before-primary-oversoftest:before { background-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-bg-after-primary-oversoftest:after { background-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-fill-primary-oversoftest { fill: rgba(97, 152, 156, 0.05) !important; }
          .bsx-border-primary-oversoftest { border-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-border-hover-primary-oversoftest:hover { border-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-border-before-primary-oversoftest:before { border-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-border-after-primary-oversoftest:after { border-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-border-t-primary-oversoftest { border-top-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-border-l-primary-oversoftest { border-left-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-border-b-primary-oversoftest { border-bottom-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-border-r-primary-oversoftest { border-right-color: rgba(97, 152, 156, 0.05) !important; }
          .bsx-owl-arrow-primary-oversoftest .owl-next, .bsx-owl-arrow-primary-oversoftest .owl-prev { color: rgba(97, 152, 156, 0.05) !important; }
        
#footer { background: #fff; border-top-width: 1px;}
#footer h5 { color: #777;}
#footer .footer-copyright {background: #fafafa;}
.classic_inset-description .home-intro {background: #fff !important;}
.home-intro p { color: #777;}
.home-intro p span:not(.highlighted-word) { color: #777;}
#header .header-nav-main nav > ul > li > a { color: #777 !important;}