 .fullpage-wrapper {
	 -webkit-perspective: 1000;
	 -webkit-filter: blur(0);
	 -webkit-transform: translateZ(0);
	 -webkit-font-smoothing: subpixel-antialiased;
}
 #fp-nav.fp-left {
	 left: 0;
}
 #fp-nav ul li {
	 margin: 15px;
}
 #fp-nav ul li .fp-tooltip.fp-left {
	 width: auto;
	 opacity: 1;
}
 #fp-nav ul li a.active {
	 background-color: inherit;
	 border: none;
}
 #fp-nav ul li a span {
	 height: 12px;
	 width: 12px;
	 border: solid 1px;
	 background-color: transparent;
	 margin: -6px 0 0 -6px;
}
 #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span {
	 height: 12px;
	 width: 12px;
	 border-radius: 100%;
	 -webkit-border-radius: 100%;
	 -moz-border-radius: 100%;
	 -ms-border-radius: 100%;
	 -o-border-radius: 100%;
	 margin: -6px 0 0 -6px;
}
 #fp-nav ul li .fp-tooltip {
	 position: relative !important;
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight: 500;
	 font-size: 20px;
	 display: block;
	 overflow: inherit;
	 width: 100%;
	 top: -6px;
}
 #fp-nav ul li .active .fp-tooltip {
	 font-weight: 700;
}
 .fp-section p {
	 margin: .5em 0 2em 0;
}
 .fp-section .text-center{
	 text-align:center;
}
 .fp-section .text-right{
	 text-align:right;
}
 .fp-section.active {
	 background-color: inherit;
	 border: none;
}
 .fp-section.black {
	 background-color: #000;
}
 .fp-section.light-font .fp-tableCell, .fp-section.light-font .fp-tableCell *{
	 color: #fff;
}
 .fp-section.white {
	 background-color: #fff;
}
 .fp-section.dark-font .fp-tableCell, .fp-section.dark-font .fp-tableCell * {
	 color: #333;
}
 .fp-section.dark-gray {
	 background-color: #606265;
}
 .fp-section.light-gray {
	 background-color: #DCDDDE;
}
 .fp-section.blue {
	 background-color: #004967;
}
 .fp-tableCell {
	 vertical-align: baseline;
}
 @media (min-width: 1024px) {
	 .fp-tableCell {
		 padding-left: 150px;
	}
}
 #footer .fp-tableCell, #footer-two .fp-tableCell {
	 padding-left: 0;
}
 #footer-two {
	 padding: 2em 0 2em 0 !important;
}
 .fp-section-content {
	 padding: 50px;
	 width: 100%;
	 height: 100%;
	 display: flex;
	 flex-direction: column;
}
 .fp-section-content-heading {
	 flex-grow: 0;
}
 .fp-section-content-body {
	 flex-grow: 1;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
}
 .fp-section-content p {
	 margin-bottom: 1em;
	 line-height: 1.5;
}
 .fp-section-content p.content-heading {
	 font-size: 3em;
	 margin-bottom: .5em;
	 font-weight: 700;
	 line-height: 1;
}
 .fp-section.light .fp-tableCell .content-heading {
	 color: #004967;
}
 .fp-section.blue .button.alt {
	 background-color: #fff;
	 color: #004967 !important;
}
 .fp-section.blue .button.alt:hover {
	 background-color: #009FDF;
	 color: #fff !important;
}
 .fp-section .section-header {
	 display: inline-block;
	 font-size: 1.2em;
	 padding-bottom: .2em;
	 border-bottom: solid 4px #004967 !important;
}
 .fp-section.blue .section-header {
	 border-bottom-color: #fff !important;
}
 .fp-section-content-body-split {
	 flex-grow: 1;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 height: 100%;
}
 .fp-section-content-body-50 {
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 height: 50%;
}
 @media (min-width: 1024px) {
	 .fp-section-content-body-split {
		 flex-direction: row;
	}
	 .fp-section-content-body-50 {
		 width: 50%;
		 display: flex;
		 flex-direction: column;
		 justify-content: center;
		 height: 100%;
	}
}
 @media (min-width: 1440px) {
	 .fp-section-content-body-50 {
		 width: 60%;
	}
	 .fp-section-content-body-50+.fp-section-content-body-50 {
		 width: 40%;
	}
}
/* slider CSS */
 .fp-section-slider-container {
	 position: relative;
	 display: flex;
	 flex-direction: column;
}
 .fp-section-slider-container .swiper-button-prev, .fp-section-slider-container .swiper-container-rtl .swiper-button-next {
	 left: -20px;
}
 .fp-section-slider-container .swiper-button-next, .fp-section-slider-container .swiper-container-rtl .swiper-button-prev {
	 right: -20px;
}
 .fp-section-slider-container .swiper-container {
	 height: 80%;
	 width: calc(100% - 20px);
	 margin: 10% 10px;
}
 @media (min-width: 768px) {
	 .fp-section-slider-container .swiper-container {
		 width: calc(100% - 80px);
		 margin: 10% 40px;
	}
	 .fp-section-slider-container .swiper-button-prev, .fp-section-slider-container .swiper-container-rtl .swiper-button-next {
		 left: 10px;
	}
	 .fp-section-slider-container .swiper-button-next, .fp-section-slider-container .swiper-container-rtl .swiper-button-prev {
		 right: 10px;
	}
}
 @media (max-width: 1023px) {
	 .fp-section-slider-container {
		 height: 500px;
	}
	 .fp-auto-height-responsive {
		 height: auto !important;
		 padding-top: 0 !important;
	}
	 .fullpage-wrapper {
		 margin-top: 100px !important;
	}
}
 @media (max-width: 786px) {
	 .fp-section-slider-container {
		 height: 400px;
	}
	 .fp-section-slider-container .swiper-container {
		 height: 100%;
		 margin-top:0;
		 margin-bottom:0;
	}
}
 .fp-section-slider-container .swiper-wrapper {
	 height: 100%;
	 height: 100%;
}
 .fp-section-slider-container .swiper-slide {
	 height: 100%;
	 width: 100%;
}
 .fp-section-slider-container .swiper-slide .fp-slider-card {
	 padding: 10px;
	 width: 100%;
	 height: 100%;
	 display: flex;
	 flex-direction: column;
}
 .fp-section-slider-container .swiper-slide .fp-slider-card .fp-slider-heading, .fp-section-slider-container .swiper-slide .fp-slider-card .fp-slider-footer {
	 flex-grow: 0;
	 text-align: center;
}
 .fp-section-slider-container .swiper-slide .fp-slider-card .fp-slider-body {
	 flex-grow: 1;
	 display: flex;
	 flex-direction: column;
	 text-align: center;
	 line-height: 1.5;
}
 .fp-section-slider-container .swiper-slide .fp-slider-card .fp-slider-footer a {
	 text-transform: uppercase;
}
 .fp-section-slider-container .swiper-slide.blue .fp-slider-card .fp-slider-footer a {
	 color: #fff;
}
 .fp-section-slider-container .swiper-slide.has-image .slide-bg {
	 height: 50%;
	 width: 100%;
}
 .fp-section-slider-container .swiper-slide.has-image .fp-slider-card {
	 height: 50%;
	 width: 100%;
}
 #fullpage .slide-bg {
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .fp-section-slider-container .swiper-slide.light-font, .fp-section-slider-container .swiper-slide.light-font * {
	 color: #fff;
}
 .fp-section-slider-container .swiper-slide.black {
	 background-color: #000;
}
 .fp-section-slider-container .swiper-slide.white {
	 background-color: #fff;
}
 .fp-section-slider-container .swiper-slide.dark-font, .fp-section-slider-container .swiper-slide.dark-font * {
	 color: #333;
}
 .fp-section-slider-container .swiper-slide.dark-gray {
	 background-color: #606265;
}
 .fp-section-slider-container .swiper-slide.light-gray {
	 background-color: #DCDDDE;
}
 .fp-section-slider-container .swiper-slide.blue {
	 background-color: #004967;
}
 .fp-section-slider-container .swiper-slide .fp-slider-card .fp-slider-heading span {
	 display: inline-block;
	 font-size: 1.1em;
	 padding-bottom: .1em;
	 border-bottom: solid 4px #004967 !important;
	 margin-bottom: .5em;
}
 .fp-section-slider-container .swiper-slide.blue .fp-slider-card .fp-slider-heading span {
	 border-bottom-color: #fff !important;
}
.fp-slider-card .fp-slider-heading h3 {
	 font-size: 22px;
	 font-weight: 700;
	 line-height: 1.1;
	 text-transform: uppercase;
	 margin-bottom: .3em;
	 margin-top: .3em;
}
.fp-slider-card .fp-slider-heading h3 {
   color: #004967 !important; 
}
.swiper-slide.light-font .fp-slider-card .fp-slider-heading h3 {
   color: #fff !important; 
}
.swiper-slide.light-font .fp-slider-card  a {
   color: #fff !important; 
}
.fp-slider-card .fp-slider-heading {
    margin-bottom: .3em;
}
.fp-slider-card .fp-slider-heading hr {
    margin-bottom:0;
}
.fp-slider-card .fp-slider-body-content {
    text-align: left;
    padding-left:1.3em;
    padding-right:1.3em;
}
.fp-slider-card .fp-slider-body-content p {
    font-size:15px;
}
.fp-section-content-body-content {
    padding-left:1.3em;
    padding-right:1.3em;
}
.fp-section-content-body-50 {
    margin-right: 4em;
}
.fp-section .button.white {
    background-color: #fff;
    color: #004967 !important;
}