@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular.ttf')  format('truetype'),
       url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Light.woff') format('woff'),
       url('../fonts/ProximaNova-Light.ttf')  format('truetype'),
       url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Bold.woff') format('woff'),
       url('../fonts/ProximaNova-Bold.ttf')  format('truetype'),
       url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/** End **/

/** Component **/
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'ProximaNova-Bold';
}
body {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  font-family: 'ProximaNova-Regular';
  line-height: 1;
  vertical-align: top;
 /* overflow-x: hidden;*/
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.d_i {
  display: inline-block;
  width: 100%;
}
.c_l {
  clear: left;
}
.green_bg {
  background-color: #8CF5C9;
}
.blue_bg {
  background-color: #2BBBE6;
}
.yello_bg {
  background-color: #FFDD6E;
}
.lemon_bg {
  background-color: #F5F58C;
}

/** Sticky Header **/
.sticky_header {
  background-color: #FFF;
  -webkit-box-shadow: 2px 0px 10px -3px #000;
  -moz-box-shadow: 2px 0px 10px -3px #000;
  -ms-box-shadow: 2px 0px 10px -3px #000;
  -o-box-shadow: 2px 0px 10px -3px #000;
  box-shadow: 2px 0px 10px -3px #000;
}
.sticky_header.header nav {
  padding: 20px 0;
}
.sticky_header .header_logo img {
  max-width: 150px;
}
.sticky_header.header .header_menu {
  margin: 40px 0 0;
}
.sticky_body {
  overflow-y: hidden;
}

/** Header **/
header.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
header.nav-down {
  /*position: fixed;*/
  -webkit-transform: translateY(-250px);
  -moz-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  -o-transform: translateY(-250px);
  transform: translateY(-250px);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
header.nav-up {
  position: fixed;
  background-color: rgba(256,256,256,.9);
  -webkit-box-shadow: 2px 0px 10px -3px #000;
  -moz-box-shadow: 2px 0px 10px -3px #000;
  -ms-box-shadow: 2px 0px 10px -3px #000;
  -o-box-shadow: 2px 0px 10px -3px #000;
  box-shadow: 2px 0px 10px -3px #000;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
header.nav-up.header nav {
  padding: 20px 0;
}
header.nav-start {
  background-color: transparent;
}
header.nav-down .header_logo img,
header.nav-up .header_logo img {
  max-width: 150px;
}
header.nav-up.header .header_menu {
  margin: 40px 0 0;
}
.header nav {
  padding-top: 40px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header .header_logo {
  float: left;
  display: inline-block;
  width: 30%;
}
.header .header_menu  {
  display: inline-block;
  width: 70%;
  margin: 85px 0 0;
  padding-right: 40px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header_logo img {
  max-width: 280px;
  height: 100% !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
ul.menu {
  float: right;
  display: inline-block;
  list-style-image: none;
}
ul.menu li,
.header_menu li.insta-icon{
  float: left;
  display: inline-block;
  list-style: none;
  margin-right: 45px;
}
.header_menu li.insta-icon {
  margin-right: 0;
}
.header_menu li.insta-icon {
    position: relative;
    float: right;
    /*margin-right: 5px;*/
}
ul.menu li a {
  position: relative;
  display: inline-block;
  background-color: #8cf5c9;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 10px;
  z-index: 2;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
ul.menu li.active a::before,
ul.menu li a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  content: '';
}
ul.menu li.active a::before {
  width: 100%;
  background-color: #fedc00;
}
ul.menu li.current-menu-item a{
  background-color: #fedc00;
}
ul.menu li a:hover::before {
  display: inline-block;
  width: 100%;
  background-color: #fedc00;
  content: '';
}
.device_menu ul.menu li a:hover::before {
  background-color: #000;
}
.header_menu li.insta-icon a:hover::before {
  display: none;
}
.header_menu li.insta-icon a {
    position: absolute;
    margin-top: -16px;
    background-color: transparent;
    /*height: 40px;*/
}
.header_menu li.insta-icon a img {
    max-width: 40px;
    height: 40px;
}
  
.header_menu li.insta-icon a::after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 40px;
    width: 0;
    background-image: url(../images/black-insta.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header_menu li.insta-icon a:hover::after {
  width: 40px;
}
/** Banner section **/
.banner_section {
  display: inline-block;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}
.inner_position {
  position: relative;
  height: 100%;
}
.banner_content {
  position: absolute;
  top: auto;
  bottom: 155px;
  left: auto;
  max-width: 575px;
  z-index: 9;
}
.banner_content.banner_sub_heading {
  bottom: 135px;
}
.banner_content h1 {
  position: relative;
  font-size: 48px;
  line-height: 68px;
  z-index: 1;
}
.banner_content.banner_sub_heading h1 {
  line-height: 55px;
  font-size: 44px;
}
.banner_content.banner_sub_heading span {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  font-family: 'ProximaNova-Bold';
}
.banner_content_bg {
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 68px;
  left: 0;
  width: 52%;
  height: 290px;
  /*background-color: #8CF5C9;*/
  opacity: .8;
}
.banner_content_bg[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: .8;
}
.banner_content.dak_heading span {
  font-size: 30px;
}
.banner_content.dak_heading {
  bottom: 145px;
}
.less_verder {
  position: absolute;
  top: auto;
  right: -15px;
  bottom: 92px;
  left: auto;
}
.less_verder p {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.less_verder p::after {
  position: absolute;
  top: auto;
  left: auto;
  right: -43px;
  bottom: -23px;
  display: inline-block;
  height: 60px;
  width: 2px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
}


/** End **/

/** Home Detail **/
.home_detail .home_detail_section {
  padding: 70px 0;
}
.home_detail_section .left_content {
  float: left;
  display: inline-block;
  width: 40%;
}
.home_detail_section .left_content h2 {
  max-width: 396px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}
.home_detail_section .left_content h3 {
  max-width: 370px;
  margin-top: 40px; 
  color: #000;
  font-size: 20px;
  line-height: 26px;
}
.home_detail_section .left_content h3 a{
  color: #000;
}
.home_detail_section .right_content {
  display: inline-block;
  width: 60%;
}
.home_detail_section .right_content p {
  font-size: 19px;
  line-height: 30px;
}

/** End **/

/** Specialist content **/
.specialist_content {
  padding: 70px 0;
}
.specialist_content .specialist_title {
  margin-bottom: 65px;
}
.specialist_content .specialist_title h3 {
  max-width: 610px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.dakwerken_specialist_content .specialist_content .specialist_title h3 {
  max-width: 650px;
}
.dakwerken_specialist_content .grid_item span {
  color: #2BBBE6;
}
.grid_view .grid_item {
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 40px;
  padding-right: 75px;
  width: calc(33.33% - 10px);
}
.grid_view .grid_item:nth-child(3n) {
  margin-right: 0;
}
.grid_item span {
  display: inline-block;
  margin-bottom: 10px;
  color: #8CF5C9;
  font-size: 30px;
  font-weight: 600;
}
.grid_item h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.grid_item p {
  font-size: 18px;
  line-height: 25px;
}

/** End **/

/** Manager Detail **/
.manager_detail {
  display: inline-block;
  width: 100%;
  padding: 50px 0 70px;
}
.manager_detail .manager_img {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
}
.manager_detail .manager_img img {
  max-width: 85px;
}
.manager_detail .manager_inner_detail h4 {
  margin: 50px 0;
}
.manager_detail .manager_inner_detail h4 {
  color: #9F9F9F;
}
.manager_detail .manager_inner_detail h4 span {
  font-weight: 600;
  color: #000;
}
.manager_detail .manager_inner_detail {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.manager_detail .manager_inner_detail p {
  font-size: 20px;
  line-height: 36px;
}
/** End **/

/** Renewable Energy **/
.renewable_energy_section {
  background-color: #F8F8F8;
}
.renewable_energy_section .renewable_energy_content {
  display: inline-block;
  width: 100%;
  padding: 100px 0 100px 175px;
}
.renewable_energy_content .left_content {
  float: left;
  display: inline-block;
  width: 40%;
}
.renewable_energy_content .left_content h2 {
  max-width: 330px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}
.renewable_energy_content .left_content h2 span {
  display: block;
  color: #BEBEBE;
}
.renewable_energy_content .right_content {
  display: inline-block;
  width: 60%; 
}
.renewable_energy_content .right_content p {
  font-size: 22px;
  font-weight: 600;
  max-width: 500px;
  line-height: 32px;
}

/** End **/

/** Know More Section**/
.know_more_content {
  display: inline-block;
  width: 100%;
  padding: 70px 0 115px;
  text-align: center;
}
.know_more_content .about_more_title {
  display: inline-block;
  margin-right: 55px; 
}
.know_more_content .about_more_title h3 {
  color: #AAA;
  font-size: 35px;
  font-family: 'ProximaNova-Light';
}
.know_more_content .about_item {
  display: inline-block;
  /*width: 73%;*/
}
ul.more_menu {
  display: inline-block;
  list-style: none;
}
ul.more_menu li {
  float: left;
  display: inline-block;
  margin-right: 60px;
  list-style: none;
}
ul.more_menu li a {
  position: relative;
  display: inline-block;
  padding: 2px 2px 10px 2px;
  border-bottom: 2px solid #8CF5C9;
  color: #000;
  font-size: 35px;
  z-index: 2;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.contact_company_detail ul.more_menu li a {
  padding: 2px;
}
/*ul.more_menu li a::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  background-color: #8CF5C9;
  content: '';
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}*/
/*ul.more_menu li a:hover::before {
  height: 100%;
  content: '';
}*/
ul.more_menu li a:hover {
  color: #8CF5C9;
}


/** End **/

/** Footer **/
.footer {
  background-color: #FDFDFD;
}
.footer_content {
  padding: 100px 0 40px;
}
.footer_content .footer_logo {
  display: inline-block;
  margin-bottom: 50px;
}
.footer_content .footer_logo img {
  max-width: 90px;
}
.discuss_content h3 {
  margin-bottom: 20px;
  font-size: 23px;
}
.discuss_content span {
  color: #8CF5C9;
  font-size: 35px;
  font-weight: 600;
}
.footer_bottom_content {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  float: left;
}
.error404 .footer_bottom_content {
   /* position: absolute;*/
    bottom: 0;
}
.footer_bottom_content .copy_right_content {
  float: left;
  display: inline-block;
}
.copy_right_content p {
  font-size: 11px;
}
.copy_right_content p > a {
  color: #000;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  
  /*text-decoration: none;*/
}
.copy_right_content p > a:hover {
  color: #a7a9a8;
}
.footer_bottom_content .follow_us {
  float: right;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  position: relative;
  top: -78px;
}
.footer_bottom_content .follow_us h3 {
  float: left;
  display: inline-block;
}
.footer_bottom_content .follow_us p {
  font-size: 14px;
}
.footer_bottom_content .follow_us a {
  position: relative;
  float: left;
  display: inline-block;
  margin-top: -6px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  
}
.footer_bottom_content .follow_us a:hover {
  opacity: .7;
}
.footer_bottom_content .follow_us a img {
  max-width: 40px;
  margin-top: -6px;
  height: 40px;
}


/** 
 * Dakwerken Page
 **/

.renewable_energy_section.buurzame_section .right_content p {
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 200;
  font-family: 'ProximaNova-Light';
}
.renewable_energy_section.buurzame_section .right_content p:first-child {
  font-size: 21px;
}
.buurzame_section .sub_content {
  margin-top: 65px;
}
.buurzame_section .sub_content h3 {
  margin-bottom: 8px;
  font-size: 22px;
}
.buurzame_section .dick_content .left_content {
  margin-top: -38px;
  padding-right: 95px;
}
.buurzame_section .dick_content .left_content h3 {
  margin-bottom: 8px;
  font-size: 22px;
}
.buurzame_section .dick_content .left_content p {
  font-size: 20px;
  font-weight: 200;
  font-family: 'ProximaNova-Light';
  line-height: 28px;
}
.buurzame_section .dick_content .right_content p:first-child {
  font-size: 20px;
}
/** End **/

/** Slider Section **/
.manager_detail.slider_section .one-slide .manager_inner_detail {
  max-width: 100%;
}
.manager_detail.slider_section .manager_inner_detail p {
  max-width: 1065px;
  margin: 0 auto;
}
/** End **/

/** Slider **/
ul.slick-dots {
  margin-top: 30px;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  margin-right: 12px;
}
ul.slick-dots li:last-child {
  margin-right: 0;
}
ul.slick-dots li button {
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 50%;
  background-color: #F8F8F8;
  font-size: 0;
  outline: none;
  cursor: pointer;
}
ul.slick-dots li.slick-active button {
  background-color: #2BBBE6;
}

/** End **/


/*
 *  Zonnepanelen - b2b Partnership Page
 */

/** zonn Banner section **/
.partner_banner_section .banner_content {
  max-width: 595px;
}
.partner_banner_section .banner_content_bg {
  width: 56%;
}
/** End **/

/** Zonne special section **/
.zonne_special_section .grid_item span {
  color: #FFDD6E;
}
.zonne_special_section .specialist_content .specialist_title h3 {
  max-width: 755px;
}
.partner_detail .right_content p:first-child {
  margin-bottom: 30px;
}
.partner_detail .right_content h3 {
  display: inline-block;
  font-size: 20px;
  margin-top: 8px;
}
/** End **/

/** Partner content **/
.partner_content .partner_title {
  text-align: center;
  margin: 70px 0;
  font-size: 24px;
  font-weight: 100;
  font-family: 'ProximaNova-Light';
}
.partner_slider .slider_item {
  float: left;
  display: inline-block;
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
}
.partner_slider .slider_item h3 {
  margin-bottom: 8px;
  font-size: 22px;
}
.partner_slider .slider_item p {
  font-size: 20px;
  font-family: 'ProximaNova-Light';
}
.partner_logo {
  display: inline-block;
  width: 100%;
  margin: 160px 0;
}
ul.logo_item {
  display: inline-block;
  width: 100%;
  text-align: center;
  list-style: none;
}
ul.logo_item li {
  display: inline-block;
  margin-right: 90px;
}
ul.logo_item li:last-child {
  margin-right: 0;
}
ul.logo_item li img {
  max-width: 330px;
}
ul.logo_item li.small_img img {
  max-width: 280px;
}
/** End **/


/*
 * Privacy Policy section
 */
.privacy_content {
  display: inline-block;
  width: 100%;
  margin-top: 250px;
}
.privacy_content h1 {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 40px;
}
.privacy_content .left_content {
  float: left;
  display: inline-block;
  width: calc(100% - 260px);
  padding-right: 90px;
}
.privacy_content .right_content {
  display: inline-block;
  width: 260px;
}
.privacy_content .right_content h2,
.privacy_content .left_content h2 {
  margin-bottom: 8px;
  font-size: 22px;
}
.privacy_content .right_content address,
.privacy_content .left_content p {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
  font-family: 'ProximaNova-Light';
}
.privacy_content .right_content p, 
.privacy_content .right_content a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  font-family: 'ProximaNova-Light';
}
.privacy_content .right_content .mail_item {
  margin-bottom: 35px;
}
.privacy_content .right_content .mail_item p {
  margin-bottom: 8px;
}
.privacy_content .right_content address {
  line-height: 30px;
}
/** End **/


/*
 *  Zonnepanelen Page
 */
.clientes_setisfy_section {
  background-color: #FDFDFD;
}
.clientes_setisfy_section .clientes_setisfy_content {
  padding: 90px 0;
}
.clientes_setisfy_section .clientes_setisfy_content .left_content {
  float: left;
  display: inline-block;
  width: 34%;
}
.clientes_setisfy_section .clientes_setisfy_content .left_content h2 {
  font-size: 32px;
  padding-right: 40px;
}
.clientes_setisfy_section .clientes_setisfy_content .left_content h2 span {
  display: block;
}
.clientes_setisfy_section .clientes_setisfy_content .right_content {
  display: inline-block;
  width: 66%;
}
.clientes_setisfy_section .clientes_setisfy_content .right_content p {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 28px;
  font-family: 'ProximaNova-Light';
}
.clientes_setisfy_section .clientes_setisfy_content .right_content p:last-child {
  margin-bottom: 0;
}
.clientes_setisfy_section .clientes_setisfy_content .right_content p a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #8cf5c9;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; 
}
.clientes_setisfy_section .clientes_setisfy_content .right_content p a:hover {
  color: #8cf5c9;
}
.zonne_special_section.expertise_section .grid_item span {
  color: #F5F58C;
}
.feature_content {
  float: right;
  display: inline-block;
  width: 66%;
  margin: 90px 0;
}
.feature_content .inner_content {
  margin-bottom: 65px;
}
.feature_content .inner_content:last-child {
  margin-bottom: 0;
}
.feature_content .inner_content h2 {
  display: inline-block;
  max-width: 380px;
  margin-bottom: 20px;
  font-size: 28px;
}
.feature_content .inner_content p {
  max-width: 545px;
  font-size: 22px;
  line-height: 30px;
  font-family: 'ProximaNova-Light';
}
.feature_content .inner_content .top_features {
  display: inline-block;
  width: 100%;
  position: relative;
}
.feature_content .inner_content .top_features::before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -15px;
  width: 2px;
  height: 82%;
  background-color: #8cf5c9;
  content: '';
}
.client_logo {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
.client_logo .client_item {
  float: left;
  display: inline-block;
  margin-right: 40px;
  width: calc(20% - 32px);
  text-align: center;
  list-style: none;
}
.client_logo .client_item:last-child {
  margin-right: 0;
}
.client_logo .client_item img {
  height: 60px;
}
.mas_grid {
  margin-top: 15px;
  margin-bottom: 75px;
}
.masonry-item--width2 {
  width: 400px;
}
.masonry-item:after {
  content: '';
  display: block;
  clear: both;
}
.masonry-item-sizer,
/*.grid__item{
  margin: 10px;
  overflow: hidden;
  width: calc(33.33% - 30px);
}*/
.grid__item{
  float: left;
}
.masonry-item-sizer img,
.grid__item img {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; 
}
.masonry-item-sizer:hover img,
.grid__item:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.manager_detail.zonnepane_manager_section {
  padding: 50px 0 100px;
}
.zonnepane_manager_section ul.slick-dots li.slick-active button {
  background-color: #F5F58C;
}
.zonnepane_manager_section ul.slick-dots li button {
  background-color: #9D9D9D;
}

/** End **/

/** 
 * Contact Page
 **/
.contact_form {
  display: block;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 115px 0 50px;
}
.contact_form .left_content {
  float: left;
  display: inline-block;
  width: 40%;
}
.contact_form .left_content h2 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 200;
  font-family: 'ProximaNova-Light';
}
.contact_form .left_content p {
  font-size: 22px;
  font-family: 'ProximaNova-Light';
  opacity: .4;
}
.contact_form .right_content {
  display: inline-block;
  width: 60%;
}
.contact_form .right_content .form_content {
  float: right;
  display: inline-block;
  width: 80%;
  margin-top: 20px;
}
.contact_form .right_content .form_content input[type="submit"]{
  font-size: 20px;
  
  border: none;
  font-weight: bold;
  background-color: transparent;
  font-family: 'ProximaNova-Bold';
}
.contactbtn {
    display: inline-block;
    position: relative;
}
.contactbtn:hover::after{
   left: 6px;
}
.contactbtn:hover{
  cursor: pointer;
}
.contactbtn::after {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    height: 20px;
    width: 20px;
/*    margin-left: 5px;*/   
     background-image: url('../images/right-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
 /*   position: relative;*/   
    left: -8px;
}
.contact_form .right_content .form_content h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact_form .right_content .form_content h2:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 30px;
  background-image: url('../images/right-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.contact_form .right_content .form_content p {
  font-size: 16px;
  font-family: 'ProximaNova-Light';
  line-height: 22px;
}
.contact_form .right_content .form_content a {
  color: #000;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  
}
.contact_form .right_content .form_content a:hover {
  color: #a7a9a8;
}
.contact_banner_section {
  position: relative;
  background-position: bottom -95px right;
}
.contact_banner_section .banner_content h1 {
  line-height: 54px;
}
.contact_banner_section .banner_content span,
.company_detail span {
  display: block;
  color: #adadad;
  font-size: 36px;
  line-height: 45px;
 font-family: 'ProximaNova-Bold';
}
.contact_banner_section .banner_content a{
  margin-top: 15px;
    font-size: 19px;
    color: #000;
    text-decoration: none;
    float: left;
    width: 100%;
}

.company_detail_section {
  margin-top: 75px;
  background-color: #F8F8F8;
}
.company_detail_section .company_detail {
  display: inline-block;
  width: 100%;
  padding: 165px 0 120px 75px;
}
.company_detail .grid_3 {
  float: left;
  display: inline-block;
  margin-right: 90px;
  width: calc(33.33% - 60px);
}
.company_detail .grid_3:last-child {
  margin-right: 0;
}
.company_detail .grid_3 h2 {
  font-size: 36px;
}
.company_detail .grid_3 h3 {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 28px;
}
.company_detail .grid_3 h2 span {
  display: block;
  color: #BFBFBF;
}
.company_detail .grid_3 address {
  max-width: 240px;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-family: 'ProximaNova-Light';
}
.company_detail .grid_3.beaurega_content span {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    margin-top: 25px;
    font-family: 'ProximaNova-Light';
    color: #000;
}
.company_detail .grid_3 ul {
  display: inline-block;
  margin-top: 37px;
  list-style: none;
}
.company_detail .grid_3 ul li {
  display: inline-block;
  /*margin-right: 5px;
*/  list-style: none;
  vertical-align: middle;
}
.company_detail .grid_3 ul li:last-child {
  margin-right: 0;
}
.company_detail .grid_3 ul li a img {
  width: 32px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  
}
.company_detail .grid_3 ul li a img:hover {
  opacity: .6;
}
.company_detail .grid_3 ul li h3 {
  margin-bottom: 0;
}
.top_logo {
  position: absolute;
  top: -75px;
  left: 0;
  display: inline-block;
}
.top_logo img {
  max-width: 200px;
}
/** Input form design **/
.input_group {
  position: relative; 
  float: right;
  width: 80%;
  margin-bottom: 25px;
}
.right_content .wpcf7-form br{
  display: none;
}
.input_group input , 
.input_group textarea {
  display: block;
  width:  100%;
  padding: 8px 8px 8px 0px;
  border: none;
  border-bottom: 1px solid #484848;
  font-size: 18px;
  font-family: 'ProximaNova-Bold';
  border-radius: 0;
}
.input_group textarea{
  resize: none;
  height: 40px;
}
/*textarea[contenteditable]{
    max-height: 200px;
    overflow: auto;
}*/
.input_group input:focus,
.input_group textarea:focus{
  outline:none;
}

/** Lable **/
.input_group label {
  position: absolute;
  top: 10px;
  left: 0;
  color: #000; 
  font-size: 18px;
  font-weight: normal;
  pointer-events: none;
  opacity: .3;
  font-family: 'ProximaNova-Bold';
  -moz-transition: all 0.2s ease-in-out; 
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
}
.input-item label {
  top: -15px;
  left: -2px;
  color: #484848;
  font-size: 14px;
}

.input_group .bar  {
  position: relative;
  display: block;
}
.input_group .bar:before,
.input_group .bar:after   {
  position: absolute;
  bottom: 0px; 
  height: 2px; 
  width: 0;
  background: #484848; 
  content:'';
  -moz-transition: 0.2s ease all; 
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all; 
}
.input_group .bar:before {
  left: 50%;
}
.input_group .bar:after {
  right: 50%; 
}

.input-item .bar:before,
.input-item .bar:after {
  width: 50%;
}
.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100vh;
  width: 100%;
  background-color: #fff;
}
.mobile_menu .inner_menu_content {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 15px;
}
.ham_open {
  display: inline-block;
  height: 100%;
}
.inner_menu_content .mobile_top_logo {
  text-align: center;
}
.inner_menu_content .mobile_top_logo img {
  max-width: 220px;
}
.device_menu ul {
  display: inline-block;
  width: 100%;
  margin: 35px 0 12px;
  text-align: center;
  list-style: none;
}
.device_menu ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.device_menu ul li a {
  position: relative;
  display: inline-block;
  background-color: none;
  color: #000;
  font-size: 22px;
  font-family: 'ProximaNova-Bold';
  text-decoration: none;
}
/*.device_menu ul li a:hover {
  opacity: .7;
}*/
ul.device_menu li.current-menu-item a::before,
.device_menu ul li a::before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -5px;
  display: inline-block;
  height: 2px;
  width: 0;
  background: #000;
  content: '';
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
ul.device_menu li.current-menu-item a:last-child a::before,
.device_menu ul li:last-child a::before {
  display: none;
}
ul.device_menu li.current-menu-item a::before/*,
.device_menu ul li a:hover::before */{
  width: 100%;
}
.device_menu ul li a img, .device_menu li.insta-icon a img {
  max-width: 30px;
}
.device_menu li.insta-icon {
    text-align: center;
    list-style: none;
    margin-bottom: 20px;
}
.device_menu .discuss_content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.menu_privacy_policy.copy_right_content {
  text-align: center;
  margin-top: 20px;
}

/** Select box **/
.faux-select {
  display: inline-block;
  font-size: 18px;
  padding: 8px 8px 8px 0px;
  font-family: 'ProximaNova-Bold';
  border-bottom: 1px solid #484848;
  position: relative;
  width: 100%;
  cursor: pointer;
  color:#B1B1BA;
  text-align: left;
  width: 100%;
  list-style-type: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance:none;
  box-shadow: none;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  background-color: transparent;
}
.interest_in{
  position: relative;
}
.interest_in:before{
  right: 6px;
  top: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  color:#B1B1BA;
  position: absolute;
  content: "\f107";
}
.faux-select li {
  position: relative;
  font-size: 16px;
}
.faux-select li .options {
  position: relative;
  top: 4px;
  left: 0;
  display: block;
  max-height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 3px solid transparent;
  background: transparent;
  overflow: hidden;
  list-style-type: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.faux-select li span {
  padding: 0;
  color: #000;
  font-family: 'ProximaNova-Bold';
  font-size: 18px;
  opacity: .3;
}
.faux-select li .options li {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-family: 'ProximaNova-Bold';
  font-size: 18px;
  opacity: .3;
}
.faux-select option{
  background-color: #fff;
}
.faux-select li .options li:hover {
  background: #f1f1f1;
}
.faux-select li .options li:last-of-type {
  border-bottom: 0;
}
.faux-select li .options.open {
  position: relative;
  left: 0;
  z-index: 9;
  max-height: 100%;
  border: 1px solid #a5a5a5;
  background: #fff;
}
.faux-select:before {
    position: absolute;
    top: 7px;
    right: 12px;
    width: 10px;
    height: 12px;
    width: 12px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*.faux-select.open:before {
  content: '^';
}*/


/** Mobile menu **/
.sm_hide,
.sm_hide input {
  display: none;
}
.sm_hide {
  float: right;
  margin: 30px 15px;
}
.sm_hide label {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 40px;
  margin: 0;
  text-align: left;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.sm_hide div,
.sm_hide div:before,
.sm_hide div:after {
  position: absolute;
  height: 3px;
  width: 40px;
  border-radius: 4px;
  background: #fedd00;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.sm_hide label div:first-child {
  top: 0px;
}
.sm_hide label div:nth-child(2) {
  top: 10px;
}
.sm_hide label div:nth-child(3) {
  top: 20px;
}

#menu + label div:first-child {
  transition: width .15s .15s, top .15s, right .15s, -webkit-transform .15s;
  transition: width .15s .15s, top .15s, right .15s, transform .15s;
  transition: width .15s .15s, top .15s, right .15s, transform .15s, -webkit-transform .15s;
}
#menu + label div:nth-child(2) {
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}
#menu + label div:nth-child(3) {
  /*right: 0;*/
  transition: width .15s .15s, top .15s, right .15s, -webkit-transform .15s;
  transition: width .15s .15s, top .15s, right .15s, transform .15s;
  transition: width .15s .15s, top .15s, right .15s, transform .15s, -webkit-transform .15s;
}

#menu:checked + label div:first-child {
  top: 12%;
  left: 7%;
  width: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: width .15s, top .15s .15s, left .15s .15s, -webkit-transform .15s .15s;
  transition: width .15s, top .15s .15s, left .15s .15s, transform .15s .15s;
  transition: width .15s, top .15s .15s, left .15s .15s, transform .15s .15s, -webkit-transform .15s .15s;
}
#menu:checked + label div:nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: -webkit-transform .15s .15s;
  transition: transform .15s .15s;
  transition: transform .15s .15s, -webkit-transform .15s .15s;
}
#menu:checked + label div:nth-child(3) {
  right: 8%;
  top: 70%;
  width: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: width .15s, top .15s .15s, right .15s .15s, -webkit-transform .15s .15s;
  transition: width .15s, top .15s .15s, right .15s .15s, transform .15s .15s;
  transition: width .15s, top .15s .15s, right .15s .15s, transform .15s .15s, -webkit-transform .15s .15s;
}

/** End **/

/** Strip banner **/
.strip_banner {
  /*position: relative;*/
  display: inline-block;
  width: 100%;
}
.strip_item {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 0;
  margin-right: 25px;
  width: calc(5% - 27px);
  background: rgba(252,193,0,1);
  background: -moz-linear-gradient(top, rgba(252,193,0,1) 0%, rgba(252,193,0,1) 29%, rgba(255,255,39,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,193,0,1)), color-stop(29%, rgba(252,193,0,1)), color-stop(100%, rgba(255,255,39,1)));
  background: -webkit-linear-gradient(top, rgba(252,193,0,1) 0%, rgba(252,193,0,1) 29%, rgba(255,255,39,1) 100%);
  background: -o-linear-gradient(top, rgba(252,193,0,1) 0%, rgba(252,193,0,1) 29%, rgba(255,255,39,1) 100%);
  background: -ms-linear-gradient(top, rgba(252,193,0,1) 0%, rgba(252,193,0,1) 29%, rgba(255,255,39,1) 100%);
  background: linear-gradient(to bottom, rgba(252,193,0,1) 0%, rgba(252,193,0,1) 29%, rgba(255,255,39,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc100', endColorstr='#ffff27', GradientType=0 );
}
.strip_item:last-child {
  margin-right: 0;
}
.col_0 {
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.strip_down .col_0 {
  height: 4vh;
}
.col_1 {
  left: 5%;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.strip_down .col_1 {
  height: 2vh;
}
.col_2 {
  left: 10%;
  -webkit-transition: all 1.4s ease-in-out;
  -moz-transition: all 1.4s ease-in-out;
  -ms-transition: all 1.4s ease-in-out;
  -o-transition: all 1.4s ease-in-out;
  transition: all 1.4s ease-in-out;
}
.strip_down .col_2 {
  height: 18vh;
}
.col_3 {
  left: 15%;
  -webkit-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  -ms-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}
.strip_down .col_3 {
  height: 13vh;
}
.col_4 {
  left: 20%;
  -webkit-transition: all 1.8s ease-in-out;
  -moz-transition: all 1.8s ease-in-out;
  -ms-transition: all 1.8s ease-in-out;
  -o-transition: all 1.8s ease-in-out;
  transition: all 1.8s ease-in-out;
}
.strip_down .col_4 {
  height: 14vh;
}
.col_5 {
  left: 25%;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.strip_down .col_5 {
  height: 12vh;
}
.col_6 {
  left: 30%;
  -webkit-transition: all 2.2s ease-in-out;
  -moz-transition: all 2.2s ease-in-out;
  -ms-transition: all 2.2s ease-in-out;
  -o-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;
}
.strip_down .col_6 {
  height: 2vh;
}
.col_7 {
  left: 35%;
  -webkit-transition: all 2.4s ease-in-out;
  -moz-transition: all 2.4s ease-in-out;
  -ms-transition: all 2.4s ease-in-out;
  -o-transition: all 2.4s ease-in-out;
  transition: all 2.4s ease-in-out;
}
.strip_down .col_7 {
  height: 4vh;
}
.col_8 {
  left: 40%;
  -webkit-transition: all 2.6s ease-in-out;
  -moz-transition: all 2.6s ease-in-out;
  -ms-transition: all 2.6s ease-in-out;
  -o-transition: all 2.6s ease-in-out;
  transition: all 2.6s ease-in-out;
}
.strip_down .col_8 {
  height: 8vh;
}
.col_9 {
  left: 45%;
  -webkit-transition: all 2.8s ease-in-out;
  -moz-transition: all 2.8s ease-in-out;
  -ms-transition: all 2.8s ease-in-out;
  -o-transition: all 2.8s ease-in-out;
  transition: all 2.8s ease-in-out;
}
.strip_down .col_9 {
  height: 20vh;
}
.col_10 {
  left: 50%;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
.strip_down .col_10 {
  height: 35vh;
}
.col_11 {
  left: 55%;
  -webkit-transition: all 3.2s ease-in-out;
  -moz-transition: all 3.2s ease-in-out;
  -ms-transition: all 3.2s ease-in-out;
  -o-transition: all 3.2s ease-in-out;
  transition: all 3.2s ease-in-out;
}
.strip_down .col_11 {
  height: 30vh;
}
.col_12 {
  left: 60%;
  -webkit-transition: all 3.4s ease-in-out;
  -moz-transition: all 3.4s ease-in-out;
  -ms-transition: all 3.4s ease-in-out;
  -o-transition: all 3.4s ease-in-out;
  transition: all 3.4s ease-in-out;
}
.strip_down .col_12 {
  height: 45vh;
}
.col_13 {
  left: 65%;
  -webkit-transition: all 3.6s ease-in-out;
  -moz-transition: all 3.6s ease-in-out;
  -ms-transition: all 3.6s ease-in-out;
  -o-transition: all 3.6s ease-in-out;
  transition: all 3.6s ease-in-out;
}
.strip_down .col_13 {
  height: 40vh;
}
.col_14 {
  left: 70%;
  -webkit-transition: all 3.8s ease-in-out;
  -moz-transition: all 3.8s ease-in-out;
  -ms-transition: all 3.8s ease-in-out;
  -o-transition: all 3.8s ease-in-out;
  transition: all 3.8s ease-in-out;
}
.strip_down .col_14 {
  height: 20vh;
}
.col_15 {
  left: 75%;
  -webkit-transition: all 4s ease-in-out;
  -moz-transition: all 4s ease-in-out;
  -ms-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}
.strip_down .col_15 {
  height: 57vh;
}
.col_16 {
  left: 80%;
  -webkit-transition: all 4.2s ease-in-out;
  -moz-transition: all 4.2s ease-in-out;
  -ms-transition: all 4.2s ease-in-out;
  -o-transition: all 4.2s ease-in-out;
  transition: all 4.2s ease-in-out;
}
.strip_down .col_16 {
  height: 65vh;
}
.col_17 {
  left: 85%;
  -webkit-transition: all 4.4s ease-in-out;
  -moz-transition: all 4.4s ease-in-out;
  -ms-transition: all 4.4s ease-in-out;
  -o-transition: all 4.4s ease-in-out;
  transition: all 4.4s ease-in-out;
}
.strip_down .col_17 {
  height: 53vh;
}
.col_18 {
  left: 90%;
  -webkit-transition: all 4.6s ease-in-out;
  -moz-transition: all 4.6s ease-in-out;
  -ms-transition: all 4.6s ease-in-out;
  -o-transition: all 4.6s ease-in-out;
  transition: all 4.6s ease-in-out;
}
.strip_down .col_18 {
  height: 40vh;
}
.col_19 {
  left: 95%;
  -webkit-transition: all 4.8s ease-in-out;
  -moz-transition: all 4.8s ease-in-out;
  -ms-transition: all 4.8s ease-in-out;
  -o-transition: all 4.8s ease-in-out;
  transition: all 4.8s ease-in-out;
}
.strip_down .col_19 {
  height: 75vh;
}

.window-strip .strip_item {
  bottom: 110%;
}

/* Effect : Scale up */
.masonry_grid.eff-2 div.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}


@-webkit-keyframes scaleUp {
  0% { }
  100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
  0% { }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  float: left;
  width: 100%;
  color: #f00000;
  margin-left: 20%;
  padding: 0;
  margin-top: 35px;
}
span.wpcf7-not-valid-tip{
  padding-top: 5px;
}

/*changes 25-12*/

.privacy_content .left_content ul{
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 35px;
}
.privacy_content .left_content ol{
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 35px;
}
.privacy_content .left_content ul li,
.privacy_content .left_content ol li{
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-family: 'ProximaNova-Light';
}
.privacy_content .left_content blockquote{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
.privacy_content .left_content p a {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-style: normal;
    font-family: 'ProximaNova-Light';
}
.privacy_content .left_content p img{
    width: 100%;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    z-index: 1111;
    float: right;
    width: 80%;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid{
  border-bottom: 2px solid #f00;
  position: relative;
  z-index: 1;
}
.input_group span.wpcf7-not-valid-tip{
  display: none;
}

@-moz-document url-prefix() {
  .faux-select option{
      padding: 10px 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.4);
      font-family: 'ProximaNova-Bold';
      font-size: 18px;
      opacity: .3;
    }
}

/*changes 19-1*/

/*.grid_item:last-child{
  clear: right;
}
*/

.error404{
  min-height: 100vh;
}




/** Responsive Design **/
@media (max-width: 1200px) {
  .header_logo img {
    max-width: 240px;
  }
  .header .header_menu {
    margin-top: 70px;
  }
  .banner_content h1 {
    font-size: 45px;
  }
  .partner_banner_section .banner_content_bg,
  .banner_content_bg {
    width: 60%;
  }
  .privacy_content {
    margin-top: 250px;
  }
  .home_more_title .know_more_content .about_more_title {
      width: 100%;
      margin-bottom: 30px;
  }
  .less_verder {
    right: 0;
  }
  .company_detail .grid_3 {
      margin-right: 30px;
      width: calc(33.33% - 20px);
  }
}
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape){
    .grid__item {
        width: calc(33.33% - 30px);
        margin: 10px;
        overflow: hidden;
    }
}*/
@media (max-width: 1070px){
  .company_detail .grid_3 ul li a img{
    max-width: 22px;
  }
}

@media (max-width: 1024px) {
  .partner_slider {
    text-align: center;
  }
  .partner_slider .slider_item {
    float: none;
    width: 33.33%;
    margin-bottom: 25px;
  }
  .partner_banner_section .banner_content_bg {
    width: 60%;
  }
  .company_detail .grid_3 ul li{
    margin-right: 5px;
  }
  
  .renewable_energy_section .renewable_energy_content {
      padding: 100px 0 100px 100px;
  }
  .banner_content.banner_sub_heading{
    bottom: 155px;
  }
  .company_detail .grid_3 {
      margin-right: 30px;
      width: calc(33.33% - 20px);
  }
  .company_detail .grid_3 h3{
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .header .header_menu {
    display: none;
  }
  .sm_hide {
    display: inline-block;
    margin: 40px 15px 0;
  }
  .banner_content_bg {
    display: none;
  }
  .banner_content {
    top: 70%;
    bottom: auto;
    left: 50%;
    max-width: 100%;
    width: 95%;
    padding: 20px 30px;
    text-align: center;
    z-index: 1;
    background-color: #8CF5C9;
    opacity: 1;
    -webkit-transform: translate(-50%,-70%);
    -moz-transform: translate(-50%,-70%);
    -ms-transform: translate(-50%,-70%);
    -o-transform: translate(-50%,-70%);
    transform: translate(-50%,-70%);
  }
  .dakwerken_banner_section .banner_content {
    background-color: #2BBBE6;
  }
  .partner_banner_section .banner_content {
    background-color: #FFDD6E;
  }
  .contact_banner_section .banner_content {
    background-color: transparent;
  }
  .home_detail_section .left_content h2 {
    padding-right: 20px;
    font-size: 32px;
    line-height: 35px;
  }
  .home_detail_section .left_content h3 {
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .home_detail_section .right_content p {
      font-size: 18px;
      line-height: 26px;
  }
  .renewable_energy_content .left_content h2 {
    font-size: 32px;
  }
  .know_more_content .about_more_title {
    width: 100%;
    margin: 0 0 30px;
  }
  ul.more_menu li {
    margin: 0 20px;
  }
  ul.more_menu li a {
    font-size: 32px;
  }
  .know_more_content {
    padding: 70px 0;
  }
  .partner_content .partner_title {
    margin: 0 0 50px;
  }
  .partner_logo {
    margin: 70px 0;
  }
  .client_logo .client_item {
    margin-right: 20px;
    width: calc(20% - 16px);
  }
  .renewable_energy_section .renewable_energy_content {
    padding: 100px 0;
  }
  .grid_view .grid_item {
    width: calc(50% - 15px);
    padding-right: 20px;
  }
  .grid_view .grid_item:nth-child(2n) {
    margin-right: 0;
    float: left;
  }
  .grid_view .grid_item:nth-child(3) {
    margin-right: 15px;
    clear: left;
  }
  .c_l {
    clear: none;
  }
  .footer_top_content {
    text-align: center;
  }
  .footer_content {
    padding: 50px 0;
  }
  .company_detail_section .company_detail {
    padding: 165px 0 120px 0;
  }
  .strip_item {
    width: calc(6% - 27px);
  }
 /* .grid_view .grid_item:last-child {
    clear: left;
  }*/
  .banner_content.banner_sub_heading {
    bottom: auto;
  }
  .banner_content {
      -webkit-transform: translate(-50%,-70%) !important;
      -moz-transform: translate(-50%,-70%) !important;
      -ms-transform: translate(-50%,-70%) !important;
      -o-transform: translate(-50%,-70%) !important;
      transform: translate(-50%,-70%) !important;
  }
  .grid__item {
      width: calc(50% - 10px);
      margin: 10px;
  }
  .company_detail .grid_3 h2 ,
  .company_detail span{
      font-size: 32px;
  }
  .company_detail .grid_3 h3 ,
  .company_detail .grid_3 address ,
  .company_detail .grid_3.beaurega_content span{
      font-size: 16px;
  }
}
@media(max-width: 889px){
  .home_detail_section .left_content h2 {

      padding-right: 20px;
      font-size: 27px;
      line-height: 31px;

  }
}
@media(max-width: 768px){
  .privacy_content .left_content{
    width: 100%;
    padding-right: 0;
  }
  .privacy_content .right_content{
    width: 100%;
  }
}


@media (max-width: 767px) {
  .home_detail_section .left_content h2 {
      padding-right: 20px;
      font-size: 27px;
      line-height: 33px;
  }
  section {
    overflow-x: hidden;
  }
  .banner_content {
    top: 75%;
  }
  .banner_content.banner_sub_heading h1,
  .banner_content.banner_sub_heading span,
  .banner_content h1 {
    font-size: 38px;
    line-height: 40px;
  }
  .home_detail_section .right_content,
  .home_detail_section .left_content {
    width: 100%;
    text-align: center;
  }
  .home_detail_section .left_content h3,
  .home_detail_section .left_content h2 {
    max-width: 540px;
    margin: 0 auto 30px;
    padding-right: 0;
  }
  .know_more_content,
  .specialist_content,
  .home_detail .home_detail_section {
    padding: 50px 0;
  }
  .specialist_content .specialist_title h3 {
    font-size: 22px;
  }
  .header_logo img {
    max-width: 180px;
  }
  .manager_detail {
    padding: 25px 0 50px;
  }
  .manager_detail .manager_img {
    margin-bottom: 20px;
  }
  .manager_detail .manager_inner_detail h4 {
    margin: 30px 0;
  }
  .manager_detail .manager_inner_detail p {
    line-height: 30px;
  }
  .renewable_energy_content .right_content,
  .renewable_energy_content .left_content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .renewable_energy_content .right_content p,
  .renewable_energy_content .left_content h2 {
    max-width: 100%;
  }
  .renewable_energy_content .left_content h2{
    margin-bottom: 20px;
  }
  .renewable_energy_section .renewable_energy_content {
    padding: 50px 0;
  }
  ul.more_menu li {
    margin: 0 15px; 
  }
  ul.more_menu li a {
    font-size: 26px;
  }
  .footer_bottom_content .follow_us {
    float: none;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .footer_bottom_content .follow_us h3,
  .footer_bottom_content .follow_us a {
    float: none;
  }
  .footer_bottom_content .follow_us a {
    margin-left: 10px;
  }
  .footer_content {
    padding: 50px 0;
  }
  .footer_bottom_content .copy_right_content {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .footer_top_content {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .buurzame_section .dick_content .left_content {
    margin-top: 20px;
    padding-right: 0;
  }
  .buurzame_section .sub_content {
    margin-top: 30px;
  }
  .renewable_energy_section.buurzame_section .right_content p:first-child {
    font-size: 20px;
  }
  .renewable_energy_content .right_content p {
    line-height: 28px;
  }
  .manager_detail.slider_section {
    padding: 50px 0;
  }
  .privacy_content .right_content,
  .privacy_content .left_content {
    width: 100%;
    padding-right: 0;
  }
  .privacy_content {
    margin-top: 215px;
  }
  ul.logo_item li {
    margin-right: 10px;
  }
  ul.logo_item li.small_img img {
    max-width: 242px;
  }
  ul.logo_item li img {
    max-width: 275px;
  }
  .partner_logo {
    margin: 50px 0;
  }
  .contact_banner_section .banner_content h1 span, .contact_banner_section .banner_content span {
    font-size: 32px;
    line-height: 34px;
  }
  .contact_form .left_content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact_form {
    padding: 50px 0;
  }
  .contact_form .right_content {
    width: 100%;
  }
  .contact_form .right_content .form_content,
  .input_group {
    float: none;
    margin: 0 auto 25px;
  }
  .contact_form .right_content .form_content {
    display: block;
  }
  /*.company_detail .grid_3 {
    margin-right: 40px;
    width: calc(33.33% - 27px);
  }*/
  .top_logo {
    top: -58px;
  }
  .top_logo img {
    max-width: 160px;
  }
  .company_detail .grid_3 h2 {
    font-size: 26px;
  }
  /*.company_detail .grid_3 h3 {
    font-size: 20px;
  }*/
  .company_detail_section .company_detail {
    padding: 140px 0 50px;
  }
  .clientes_setisfy_section .clientes_setisfy_content .left_content {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .clientes_setisfy_section .clientes_setisfy_content .left_content h2 {
    padding-right: 0;
    font-weight: 30px;
  }
  .clientes_setisfy_section .clientes_setisfy_content .right_content p {
    font-size: 20px;
  }
  .clientes_setisfy_section .clientes_setisfy_content .right_content {
    width: 100%;
    text-align: center;
  }
  .clientes_setisfy_section .clientes_setisfy_content {
    padding: 50px 0;
  }
  .feature_content {
    float: left;
    width: 100%;
    margin: 50px 0;
    padding-left: 15px;
  }
  .feature_content .inner_content h2 {
    font-size: 26px;
  }
  .feature_content .inner_content p {
    font-size: 20px;
  }
  .client_logo {
    text-align: center;
  }
  .client_logo .client_item {
    float: none;
    margin-right: 15px;
    margin-bottom: 35px;
    width: calc(33.33% - 20px);
  }
 /* .masonry-item-sizer, .grid__item{
    padding: 8px;
  }*/
  .mas_grid {
    margin-bottom: 50px;
  }
  .device_menu {
    display: inline-block;
    width: 100%;
    /*overflow-y: auto;*/
  }
  .header nav {
    padding-top: 25px;
  }
  /*.grid_view .grid_item:last-child {
    clear: left;
  }*/
  .strip_item {
    width: calc(8% - 27px);
  }
  .less_verder {
    display: none;
  }
  .grid__item {
      width: calc(100% - 10px);
      margin: 0;
  }
  .company_detail .grid_3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .banner_content {
      padding: 15px 15px;
  }
  .banner_content.banner_sub_heading h1,
  .banner_content.banner_sub_heading span,
  .banner_content h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .home_detail_section .left_content h2 {
    max-width: 100%;
    font-size: 28px;
  }
  .specialist_content .specialist_title h3 {
    font-size: 20px;
  }
  .specialist_content .specialist_title {
    margin-bottom: 40px;
  }
  .grid_view .grid_item {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
  }
  .grid_view .grid_item:nth-child(2n) {
    margin-right: 0;
  }
  .grid_view .grid_item:last-child {
    margin-bottom: 0;
  }
  .grid_item h3 {
    margin-bottom: 12px;
  }
  .grid_item span {
    margin-bottom: 10px;
  }
  ul.more_menu li {
    width: 100%;
    margin: 0 0 25px; 
  }
  .partner_slider .slider_item {
    width: 100%;
  }
  ul.logo_item li {
    width: 100%;
    margin-right: 0;
  }
  .contact_banner_section .banner_content h1 span {
    font-size: 30px;
    line-height: 32px;
  }
  .contact_form .right_content .form_content,
  .input_group {
    width: 100%;
  }
  
  .company_detail .grid_3.beaurega_content span {
    margin-top: 12px;
  }
    .wpcf7-response-output.wpcf7-validation-errors {
      margin-left: 0;
      margin-top: 0px;
  }
  .grid__item {
      width: calc(50% - 20px)!important;
      margin: 10px;
      overflow: hidden;
  }
}

@media (max-width: 480px) {
  .header_logo img {
    max-width: 150px;
  }
  .sm_hide {
    margin: 35px 0 0;
  }
  .banner_content.banner_sub_heading span,
  .banner_content.banner_sub_heading h1,
  .banner_content h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner_content_bg {
    height: 160px;
  }
  .banner_content {
      padding: 15px 15px;
  }
  .manager_detail .manager_inner_detail p {
    font-size: 18px;
    line-height: 26px;
  }
  .renewable_energy_content .right_content p {
    font-size: 20px;
    line-height: 28px;
  }
  .renewable_energy_content .left_content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .discuss_content span {
    font-size: 28px;
  }
  .discuss_content h3 {
    font-size: 20px;
  }
  .footer_content .footer_logo {
    margin-bottom: 40px;
  }
  .privacy_content {
    margin-top: 180px;
  }
  .privacy_content h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .privacy_content .right_content address, .privacy_content .left_content p {
    margin-bottom: 25px;
  }
  .partner_logo {
    margin: 20px 0;
  }
  .contact_banner_section .banner_content h1 span, .contact_banner_section .banner_content span {
    font-size: 24px;
    line-height: 26px;
  }
  .contact_banner_section .banner_content h3 {
    font-size: 20px;
    margin-top: 8px;
  }
  .company_detail .grid_3 h2 {
    font-size: 24px;
  }
  .top_logo {
    top: -45px;
  }
  .top_logo img {
    max-width: 125px;
  }
  .company_detail_section .company_detail {
    padding: 110px 0 50px;
  }
  .device_menu ul li {
    margin-bottom: 18px;
  }
  .device_menu ul li a {
    font-size: 20px;
  }
  .clientes_setisfy_section .clientes_setisfy_content .left_content h2 {
    font-size: 28px;
  }
  .clientes_setisfy_section .clientes_setisfy_content .right_content p {
    font-size: 18px; 
  }
  .client_logo .client_item {
    width: 100%;
    margin-right: 0;
  }
  .footer_bottom_content .follow_us h3 {
    font-size: 16px;
  }
  .footer_bottom_content .follow_us a {
    float: none;
    margin-left: 15px;
  }
  .menu_privacy_policy.copy_right_content {
    display: block;
    max-width: 285px;
    margin: 20px auto 0;
  }
  .menu_privacy_policy.copy_right_content p {
    line-height: 16px;
  }
  .header .header_logo {
    width: 40%;
  }
  .strip_item {
    width: calc(10% - 27px);
  }
  .clientes_setisfy_section .clientes_setisfy_content .right_content p a {
    display: inline-block;
    word-break: break-word;
  }
  .copy_right_content p {
      font-size: 11px;
      max-width: 288px;
      margin: 0 auto;
  }
}

@media (max-width: 360px) {
  ul.more_menu li a {
    font-size: 18px;
  }
}

#sb_instagram .sb_instagram_header h3, #sb_instagram .sbi_header_text .sbi_bio {
color: #000;
}

.privacy_section_404 {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.privacy_section_404 .container_404 {
    display: table-cell;
    vertical-align: middle;
}

.privacy_section_404 .container_404 center {
    padding: 15px;
}

.header_logo_404 {
    width: 238px;
    margin-bottom: 20px;
}

.privacy_content_404 h1 { font-size: 120px;}

.inner_content_404 p {
    font-size: 20px;
    margin-bottom: 30px;    
    margin-top: 20px;
}

.inner_content_404 p a { color: inherit;}

.privacy_content_404 .home-btn {
    /*border: 1px solid #8CF5C9;
    max-width: 170px;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #8CF5C9;*/
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    color: #000;
}

.privacy_content_404 .home-btn:hover {
    color: #8CF5C9;    
}

@media only screen and (max-width: 767px) {
    .privacy_content_404 h1 { font-size: 70px;}
    .inner_content_404 p {
        margin-bottom: 20px;
        margin-top: 10px; 
        font-size: 18px;
    }
    .header_logo_404 { 
        margin-bottom: 10px;
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .privacy_content_404 h1 { font-size: 40px;}
}

