		@font-face {
  font-family: "raleway";
  src: url("../fonts/Raleway-Regular.ttf");
}

		@font-face {
  font-family: "raleway-italic";
  src: url("../fonts/Raleway-ExtraBoldItalic.ttf");
}

		@font-face {
  font-family: "nexa";
  src: url("../fonts/Nexa Regular.otf");
}



body {
  font-family: "nexa", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
		

		/*--------------------------------------------------------------
# navigation
--------------------------------------------------------------*/
.top-bar { padding: .5rem 0; background: #eee; } .top-bar a { color: #666666; }.site-navbar { margin-bottom: 0px; z-index: 1999; position: relative; width: 100%; padding: 1rem; } @media (max-width: 991.98px) { .site-navbar { padding-top: 3rem; padding-bottom: 3rem; } } .site-navbar .toggle-button { position: absolute; right: 0px; } .site-navbar .site-logo { position: absolute; font-size: 2rem; text-transform: uppercase; font-weight: 900; line-height: 0; margin: 0; padding: 0; z-index: 3; } @media (max-width: 991.98px) { .site-navbar .site-logo { float: left; position: relative; } } .site-navbar .site-navigation.border-bottom { border-bottom: 1px solid white !important; } .site-navbar .site-navigation .site-menu { margin-bottom: 0; } .site-navbar .site-navigation .site-menu .active { color: #a6ce39 !important; } .site-navbar .site-navigation .site-menu a { text-decoration: none !important; display: inline-block; } .site-navbar .site-navigation .site-menu > li { display: inline-block; } .site-navbar .site-navigation .site-menu > li > a { margin-left: 15px; margin-right: 15px; padding: 20px 0px; color: #000 !important; display: inline-block; text-decoration: none !important; } .site-navbar .site-navigation .site-menu > li > a:hover { color: #a6ce39; } .site-navbar .site-navigation .site-menu .has-children { position: relative; } .site-navbar .site-navigation .site-menu .has-children > a { position: relative; padding-right: 20px; } .site-navbar .site-navigation .site-menu .has-children > a:before { position: absolute; content: "\e313"; font-size: 16px; top: 50%; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-family: 'icomoon'; } .site-navbar .site-navigation .site-menu .has-children .dropdown { visibility: hidden; opacity: 0; top: 100%; position: absolute; text-align: left; border-top: 2px solid #a6ce39; -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1); padding: 0px 0; margin-top: 20px; margin-left: 0px; background: #fff; -webkit-transition: 0.2s 0s; -o-transition: 0.2s 0s; transition: 0.2s 0s; } .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top { position: absolute; } .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before { display: none; bottom: 100%; left: 20%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before { border-color: rgba(136, 183, 213, 0); border-bottom-color: #fff; border-width: 10px; margin-left: -10px; } .site-navbar .site-navigation .site-menu .has-children .dropdown a { text-transform: none; letter-spacing: normal; -webkit-transition: 0s all; -o-transition: 0s all; transition: 0s all; color: #000 !important; } .site-navbar .site-navigation .site-menu .has-children .dropdown a.active { color: #a6ce39 !important; background: #f8f9fa; } .site-navbar .site-navigation .site-menu .has-children .dropdown > li { list-style: none; padding: 0; margin: 0; min-width: 200px; } .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a { padding: 9px 20px; display: block; } .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover { background: #f8f9fa; color: #ced4da; } .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before { content: "\e315"; right: 20px; } .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul { left: 100%; top: 0; } .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a { background: #f8f9fa; color: #ced4da; } .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a { color: #a6ce39; } .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active { cursor: pointer; } .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown { -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; margin-top: 0px; visibility: visible; opacity: 1; }.site-mobile-menu { width: 300px; position: fixed; right: 0; z-index: 2000; padding-top: 20px; background: #fff; height: calc(100vh); -webkit-transform: translateX(110%); -ms-transform: translateX(110%); transform: translateX(110%); -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1); box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1); -webkit-transition: .3s all ease-in-out; -o-transition: .3s all ease-in-out; transition: .3s all ease-in-out; } .offcanvas-menu .site-mobile-menu { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } .site-mobile-menu .site-mobile-menu-header { width: 100%; float: left; padding-left: 20px; padding-right: 20px; } .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close { float: right; margin-top: 8px; } .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span { font-size: 30px; display: inline-block; padding-left: 10px; padding-right: 0px; line-height: 1; cursor: pointer; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; } .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover { color: #ced4da; } .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo { float: left; margin-top: 10px; margin-left: 0px; } .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a { display: inline-block; text-transform: uppercase; } .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img { max-width: 70px; } .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover { text-decoration: none; } .site-mobile-menu .site-mobile-menu-body { overflow-y: scroll; -webkit-overflow-scrolling: touch; position: relative; padding: 0 20px 20px 20px; height: calc(100vh - 52px); padding-bottom: 150px; } .site-mobile-menu .site-nav-wrap { padding: 0; margin: 0; list-style: none; position: relative; } .site-mobile-menu .site-nav-wrap a { padding: 10px 20px; display: block; position: relative; color: #212529; } .site-mobile-menu .site-nav-wrap a:hover { color: #a6ce39; } .site-mobile-menu .site-nav-wrap li { position: relative; display: block; } .site-mobile-menu .site-nav-wrap li .nav-link.active { color: #a6ce39; } .site-mobile-menu .site-nav-wrap .arrow-collapse { position: absolute; right: 0px; top: 10px; z-index: 20; width: 36px; height: 36px; text-align: center; cursor: pointer; border-radius: 50%; } .site-mobile-menu .site-nav-wrap .arrow-collapse:hover { background: #f8f9fa; } .site-mobile-menu .site-nav-wrap .arrow-collapse:before { font-size: 12px; z-index: 20; font-family: "icomoon"; content: "\f078"; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) rotate(-180deg); -ms-transform: translate(-50%, -50%) rotate(-180deg); transform: translate(-50%, -50%) rotate(-180deg); -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; } .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .site-mobile-menu .site-nav-wrap > li { display: block; position: relative; float: left; width: 100%; } .site-mobile-menu .site-nav-wrap > li > a { padding-left: 20px; font-size: 20px; } .site-mobile-menu .site-nav-wrap > li > ul { padding: 0; margin: 0; list-style: none; } .site-mobile-menu .site-nav-wrap > li > ul > li { display: block; } .site-mobile-menu .site-nav-wrap > li > ul > li > a { padding-left: 40px; font-size: 16px; } .site-mobile-menu .site-nav-wrap > li > ul > li > ul { padding: 0; margin: 0; } .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li { display: block; } .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a { font-size: 16px; padding-left: 60px; } .site-mobile-menu .site-nav-wrap[data-class="social"] { float: left; width: 100%; margin-top: 30px; padding-bottom: 5em; } .site-mobile-menu .site-nav-wrap[data-class="social"] > li { width: auto; } .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a { padding-left: 15px !important; }.sticky-wrapper { position: relative; z-index: 100; width: 100%; } .sticky-wrapper .site-navbar { -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; } .sticky-wrapper .site-navbar { background: #fff; } .sticky-wrapper .site-navbar .site-logo a { color: #fff; } .sticky-wrapper .site-navbar ul li a { color: rgba(255, 255, 255, 0.7) !important; } .sticky-wrapper .site-navbar ul li a.active { color: #fff !important; } .sticky-wrapper.is-sticky .site-navbar { background: #fff; -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); } .sticky-wrapper.is-sticky .site-navbar .site-logo a { color: #a6ce39; } .sticky-wrapper.is-sticky .site-navbar ul li a { color: #000 !important; } .sticky-wrapper.is-sticky .site-navbar ul li a.active { color: #a6ce39 !important; } .sticky-wrapper .shrink { padding-top: 0px !important; padding-bottom: 0px !important; } @media (max-width: 991.98px) { .sticky-wrapper .shrink { padding-top: 30px !important; padding-bottom: 30px !important; } }

		/*--------------------------------------------------------------
/ end navigation
--------------------------------------------------------------*/


		/*--------------------------------------------------------------
# Zeevas Style
--------------------------------------------------------------*/
	.text-box1{
	font-size:28px;
	font-weight:400;
	padding-top:60px;
	padding-bottom: 60px;
	color: #7F7F7F;
	font-family: "raleway";
	}
								
.text-box1 h1{
	font-size:44px;
 font-weight:400;
	color: #a6ce39;
	display: inline;
	font-family: "raleway-italic"
}

.text-box1 h2{
	font-size:32px;
 font-weight:400;
	color: #a6ce39;
	display: inline;
	font-family: "raleway-italic"
}


.text-box1 h5{
	font-size:44px;
	font-weight:400;
 color: #000;
	display: inline;
	font-family: "raleway-italic"
	}
		
	#clients{
	height:400px;
	background-color: #a6ce39;
	padding-top:60px;
	text-align: center;
	font-size: 24px;
	font-weight:400;
	text-transform: uppercase;
	color:#000;
		}
		
		#fam{
		background-color: #E9E9E9;
		}
		
		#fam h1{
		color:#a6ce39;
		font-size:32px;
			}
								
								
		#formulier{
			background-color: #E9E9E9;
		 padding-top:80px;
			padding-bottom:80px;
			}
		
				#support{
			background-color: #E9E9E9;
			padding-bottom:30px;
			}		

			#support2{
			background-color: #E9E9E9;
			padding-bottom:30px;
			}		
								
					#privacy h1{
		color:#a6ce39;
		font-size:28px;
			}
									
					#privacy h2{
		color:#000;
		font-size:28px;
			}								
		/*--------------------------------------------------------------
/ end zeevas style
--------------------------------------------------------------*/
								
								
								
								
/*--------------------------------------------------------------
/ footer style
--------------------------------------------------------------*/						
								
	a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  height: 70vh; }

.footer-20192 {
  position: relative;
  color: #fff;
  padding: 7rem 0;
  background-color: #141d2a; }
  .footer-20192 .container {
    position: relative; }
  .footer-20192 h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; }
  .footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }
    .footer-20192 .links li a {
      color: #666873; }
      .footer-20192 .links li a:hover {
        color: #fff; }
  .footer-20192 .social li {
    display: inline-block;
    position: relative; }
    .footer-20192 .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: #a6ce39;
      color: #fff; }
      .footer-20192 .social li a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
								
						 .footer-20192 p{
							font-size:10px;
							}
							
							.footer-20192 h5{
							font-size:14px;
							color: #BDBDBD;
							}	
								
  .footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .footer-20192 .copyright {
    color: #666873; }
  .footer-20192 .cta {

    padding: 20px;
    background-color: #a6ce39;
    top: -150px;
    position: relative; }
    .footer-20192 .cta h2, .footer-20192 .cta h3 {
      line-height: 1.5; }
    .footer-20192 .cta h3 {
      font-size: 20px; }
							
h2{
	color:#fff;
}

								
/*--------------------------------------------------------------
/ footer style

    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
--------------------------------------------------------------*/														
								
								
								
							
								/* padded section */
.pad-section {
    padding: 50px 0;
}

.pad-section img {
    width: 100%;
}

/* vertical-centered text */
.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vcenter h1 {
    font-size: 3.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
				color: #a6ce39;
}

/* aparallax */
#home {
    background: url("../images/parallax.jpg") no-repeat center center fixed;
    display: table;
    height: 50%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#home2 {
    background: url("../images/parallax2.jpg") no-repeat center center fixed;
    display: table;
    height: 50%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home3 {
    background: url("../images/parallax3.jpg") no-repeat center center fixed;
    display: table;
    height: 50%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home4 {
    background: url("../images/parallax4.jpg") no-repeat center center fixed;
    display: table;
    height: 50%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
