/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: Humayun Ahmed
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.64);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

.text a {
    color: #255DB4 !important
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;}

a:focus,
a:hover {
    text-decoration: none; }

.text a:focus,
.text a:hover {
  text-decoration: underline; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;}

ol {
    margin: 0px;
    padding: 0px;
    text-align: left;
  margin-left:25px;
  font-size:18px;}
ol li {
  padding-bottom:10px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0px; }

.over-text {
  font-size: 20px;
  line-height: 28px;
  padding-top:20px;
}

.bg_cover {
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #163668;
  padding: 0 16px;
  font-size: 16px;
  line-height: 38px;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #163668; }
  .main-btn i {
    margin-right: 12px; }
  .main-btn:hover {
    background-color: #3463AA;
    color: #ffffff;
    border-color: #3463AA; }

/*===== All Button Style =====*/
.section-title .sub-title {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.64);
  line-height: 30px; }
  @media (max-width: 767px) {
    .section-title .sub-title {
      font-size: 18px;
      line-height: 28px; } }
.features-items .sub-title {
  font-size: 25px;
  color: #000000;
}
.features-items p {
  font-size: 18px;
  line-height: 26px;
}
.main-title {
  color: #e39603;
  font-size: 36px;
}
.section-title .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #e39603;
  line-height: 45px;
}
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title .main-title {
      font-size: 32px;
      line-height: 38px; } }
  @media (max-width: 767px) {
    .section-title .main-title {
      font-size: 26px;
      line-height: 34px; } }
.section-title .text {
  margin-top: 19px; }



/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #2768FF #2768FF #A4A4A4;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #A4A4A4;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #A4A4A4;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
    2.HEADER css
===========================*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar {
  position: relative;
  padding-left: 0;
  padding-right: 0; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 8px 15px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0px 12px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); } }

.navbar-nav .nav-item {
  margin-left: 30px; }
  .navbar-nav .nav-item:first-child {
    margin-left: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 5px 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 5px 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .navbar-nav .nav-item a.active {
      color: #3463AA; }
  .navbar-nav .nav-item:hover a {
    color: #3463AA; }

.navbar-btn {
  margin-left: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
      position: absolute;
      top: 50%;
      right: 55px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 767px) {
    .navbar-btn {
      position: absolute;
      top: 50%;
      right: 45px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-btn {
      right: 55px; } }
  @media (max-width: 767px) {
    .navbar-btn .main-btn {
      font-size: 14px;
      padding: 0 8px;
      line-height: 32px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-btn .main-btn {
      font-size: 16px;
      padding: 0 16px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .navbar-btn .main-btn i {
      margin-right: 5px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-btn .main-btn i {
      margin-right: 12px; } }

.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  z-index: 99; }

/*===== Header Banner =====*/
.header-banner {
  height: 460px;
  margin-top: 65px;
  margin-bottom:70px;
  margin-left:-50px;
  background-position: center center
}

.header-banner-content {
  margin-left:50px;
}

.header-banner-content .sub-title {
  font-weight: 600;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 30px;
}

@media (max-width: 767px) {
  .header-banner-content .sub-title {
    font-size: 18px;
  }
}

.header-banner-content .header-title {
  font-size: 54px;
  font-weight: 800;
  line-height: 60px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-banner-content .header-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .header-banner-content .header-title {
    font-size: 40px;
    line-height: 40px;
    margin-top: -80px;
  }
}

.header-banner-content ul {
  padding-top: 20px;
}
.header-banner-content ul li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 25px;
}
.header-banner-content ul li:last-child {
  margin-right: 0;
}

.header-banner-content ul li .banner-preview {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-banner-content ul li .banner-preview i {
  margin-right: 5px;
}
.header-banner-content ul li .banner-preview:hover {
  color: #2768FF;
}

.nieuweprijs {
    width: 180px;
    height: 180px;
    position: relative;
    top: -450px;
    left: 550px;
    z-index: -5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .nieuweprijs {
    left: 400px;
    top:-400px;
    z-index: 10;
  }
}

@media (max-width: 991px) {
  .nieuweprijs {
    left: 350px;
    top: -650px;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .nieuweprijs {
    display:none !important;
  }
}

/*===========================
      3.INSIDE css
===========================*/
.inside-area {
  position: relative;
}

.inside-illustration {
  position: absolute;
  bottom: 0;
  left: 19px;
}

@media only screen and (min-width: 1400px) {
  .inside-illustration {
    left: 13%;
  }
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .inside-illustration {
      position: relative;
      width: 720px;
      text-align: center;
      margin-top: 32px;
      padding: 0 15px;
      left: 0; } }
  @media (max-width: 767px) {
    .inside-illustration {
      position: relative;
      width: 100%;
      text-align: center;
      margin-top: 32px;
      padding: 0 15px;
      left: 0; } }

.single-inside-items {
  padding-top: 39px; }
  .single-inside-items .inside-items-content {
    padding-top: 14px; }
    .single-inside-items .inside-items-content .inside-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 30px; }
      @media (max-width: 767px) {
        .single-inside-items .inside-items-content .inside-title {
          font-size: 20px; } }
    .single-inside-items .inside-items-content .text {
      margin-top: 8px; }

/*===========================
       4.LEARN css
===========================*/
.reasons-area {
  background-color: #F8F8F8;
}
.learn-area {
/*  background-color: #F8F8F8;  */
background-color: #ffffff;}

.learn-video {
  position: relative; }
  .learn-video a {
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.64);
    color: #fff;
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .learn-video a {
        width: 68px;
        height: 68px;
        line-height: 68px;
        font-size: 46px; } }

/*===========================
       4.FEATURES css
===========================*/
.features-image img {
  width: 100%;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.features-image:hover img {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08); }

/*===========================
       5.READERS css
===========================*/
.readers-area {
  background-color: #F8F8F8;
  padding-bottom: 205px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .readers-area {
      padding-bottom: 120px; } }
  @media (max-width: 767px) {
    .readers-area {
      padding-bottom: 120px; } }

.readers-illustration {
  position: absolute;
  bottom: 0;
  left: 19px; }
  @media only screen and (min-width: 1400px) {
    .readers-illustration {
      left: 13%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .readers-illustration {
      position: relative;
      width: 720px;
      text-align: center;
      margin-top: 32px;
      padding: 0 15px;
      left: 0; } }
  @media (max-width: 767px) {
    .readers-illustration {
      position: relative;
      width: 100%;
      text-align: center;
      margin-top: 32px;
      padding: 0 15px;
      left: 0; } }

.single-readers-items .readers-items-content {
  padding-left: 16px; }
  .single-readers-items .readers-items-content .readers-title a {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    line-height: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single-readers-items .readers-items-content .readers-title a {
        font-size: 20px; } }
    .single-readers-items .readers-items-content .readers-title a:hover {
      color: #2768FF; }
  .single-readers-items .readers-items-content .text {
    margin-top: 8px; }

/*===========================
     5.AUTHOR css
===========================*/
.author-content .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 1); }
  @media (max-width: 767px) {
    .author-content .title {
      font-size: 20px; } }
.author-content .text {
  font-size: 19px;
  line-height: 27px;
  position: relative;
  padding-left: 0px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 0px;
  margin-top: 0px; }
  @media (max-width: 767px) {
    .author-content .text {
      #font-size: 20px;
      #line-height: 30px;
      #padding-left: 30px;
      #padding-top: 20px;
      #padding-bottom: 20px; } }
  .author-content .text::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 100%;
    background-color: #C4C4C4;
    border-radius: 16px;
    left: 0;
    top: 0; }
.author-content .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 48px; }
.author-content .sub-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px; }
.author-content .social {
  margin-top: 16px; }
  .author-content .social li {
    display: inline-block;
    margin-right: 6px; }
    .author-content .social li a {
      font-size: 24px;
      color: rgba(0, 0, 0, 0.64);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .author-content .social li a:hover {
        color: #2768FF; }

.author-active .slick-dots {
  display:none;
  text-align: center;
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%; }
  .author-active .slick-dots li {
    display: inline-block;
    margin: 0 4px; }
    .author-active .slick-dots li button {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.64);
      border: 0;
      padding: 0;
      font-size: 0; }
    .author-active .slick-dots li.slick-active button {
      background-color: #2768FF; }

/*===========================
     6.TESTIMONIAL css
===========================*/
.testimonial-area {
  background-color: #F8F8F8;
  position: relative; }

.testimonial-illustration {
  position: absolute;
  bottom: 0;
  left: 19px; }
  @media only screen and (min-width: 1400px) {
    .testimonial-illustration {
      left: 13%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-illustration {
      position: relative;
      width: 720px;
      text-align: center;
      margin-top: 32px;
      padding: 0 15px;
      left: 0; } }
  @media (max-width: 767px) {
    .testimonial-illustration {
      position: relative;
      width: 100%;
      text-align: center;
      margin-top: 32px;
      padding: 0 15px;
      left: 0; } }

.testimonial-more a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2768FF;
  margin-top: 56px; }

.single-testimonial {
  margin-top: 48px; }
  .single-testimonial .testimonial-author img {
    border-radius: 50%; }
  .single-testimonial .testimonial-content {
    padding-left: 16px; }
    .single-testimonial .testimonial-content .author-name {
      margin-top: 16px;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px; }
    .single-testimonial .testimonial-content .sub-title {
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      color: rgba(0, 0, 0, 0.64); }

/*===========================
     7.FEATURED css
===========================*/
.single-featured {
  margin: 10px 0; }
  .single-featured img {
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single-featured:hover img {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08); }

.featured-active .slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 12px; }
  .featured-active .slick-dots li {
    display: inline-block;
    margin: 0 4px; }
    .featured-active .slick-dots li button {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.64);
      border: 0;
      padding: 0;
      font-size: 0; }
    .featured-active .slick-dots li.slick-active button {
      background-color: #2768FF; }

/*===========================
       8.ORDER css
===========================*/
.order-area {
  background-color: #F8F8F8;
  height: auto;
}

.order-content .section-title .main-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 65px; }
  @media (max-width: 767px) {
    .order-content .section-title .main-title {
      font-size: 38px;
      line-height: 45px; } }

.single-order {
  background-color: #fff;
  padding: 38px 16px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-top: 32px; }
  .single-order .order-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .single-order .order-title {
        font-size: 20px; } }
  .single-order .text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.64); }
  .single-order .main-btn {
    margin-top: 16px; }

.order-link {
  padding-top: 22px; }
  .order-link a {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    line-height: 24px;
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.38);
    margin: 10px 3px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); }
    .order-link a i {
      margin-right: 5px; }
    .order-link a:hover {
      color: #2768FF; }

.order-image img {
  height: 450px;
  margin-left:100px;
  margin-bottom:50px;
}

.bread-logo {
  margin-top: 32px; }
  .bread-logo img {
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .bread-logo:hover img {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08); }

/*===========================
     9.OTHER BOOKS css
===========================*/
.single-books img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.single-books:hover img {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08); }

/*===========================
      10.CONTACT css
===========================*/
.contact-area {
  background-color: #F8F8F8;
  position: relative; }

.form-message.error, .form-message.success {
  font-size: 16px;
  color: #222;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #fff;
  margin-left: 15px; }
.form-message.error {
  color: #fc3832; }

.contact-shape-left {
  position: absolute;
  top: 48px;
  left: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-shape-left img {
      width: 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-shape-left img {
      width: 170px; } }
  @media (max-width: 767px) {
    .contact-shape-left img {
      width: 80px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-shape-left img {
      width: 120px; } }

.contact-shape-right {
  position: absolute;
  top: 48px;
  right: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-shape-right img {
      width: 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-shape-right img {
      width: 170px; } }
  @media (max-width: 767px) {
    .contact-shape-right img {
      width: 80px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-shape-right img {
      width: 120px; } }

.single-form {
  position: relative; }
  .single-form label {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: -10px;
    left: 44px; }
  .single-form input {
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 2px solid #A4A4A4;
    background-color: #F8F8F8;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 44px;
    padding-right: 20px; }
  .single-form i {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    line-height: 50px;
    left: 10px;
    top: 0; }

/*===========================
      11.FOOTER css
===========================*/
.footer-area {
  background-color: #eaeaea; }

.footer-link ul {
  margin-left:-40px;
}
.footer-link ul li {
  margin-top: 12px;
display:inline;margin-left:40px;}
  .footer-link ul li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8); }

.footer-follow-subscribe .footer-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8); }

.footer-follow .social {
  margin-top: 16px; }
  .footer-follow .social li {
    display: inline-block;
    margin-right: 6px; }
    .footer-follow .social li a {
      font-size: 28px;
      color: rgba(0, 0, 0, 0.64);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer-follow .social li a:hover {
        color: #255DB4; }

.subscribe-form {
  position: relative; }
  .subscribe-form label {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: -10px;
    left: 44px; }
  .subscribe-form input {
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 2px solid #A4A4A4;
    background: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 44px;
    padding-right: 20px; }
    .subscribe-form input::placeholder {
      opacity: 1;
      color: rgba(0, 0, 0, 0.8); }
    .subscribe-form input::-moz-placeholder {
      opacity: 1;
      color: rgba(0, 0, 0, 0.8); }
    .subscribe-form input::-moz-placeholder {
      opacity: 1;
      color: rgba(0, 0, 0, 0.8); }
    .subscribe-form input::-webkit-input-placeholder {
      opacity: 1;
      color: rgba(0, 0, 0, 0.8); }
  .subscribe-form i {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    line-height: 50px;
    left: 10px;
    top: 0; }
  .subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: none; }
    .subscribe-form button i {
      position: relative;
      top: 0;
      left: 0;
      color: #163668; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 36px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #163668;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04); }
  .back-to-top:hover {
    color: #fff;
    background-color: #2768FF; }

/*# sourceMappingURL=style.css.map */

/* EXTRA */
.over-boek {
  background-color: #F8F8F8;
}
#voor-wie {
  background-color: #F8F8F8;
}
#in-de-media {
  background-color: #F8F8F8;
}
.cus {
  font-size: 14px;
  line-height:1.5;
  color: rgba(0, 0, 0, 0.64);
}
.cushead {
  font-size: 18px;
  font-weight: bold;
  padding-bottom:5px;
  color: #e39603;
}
#features {
  margin-bottom:70px;
}
.features-image img {
  margin-top:90px;
}
.booktext {
  font-size:18px;
  line-height:23px;
  padding-top:15px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
}

.header-banner-content .text {
  font-size:23px;
  padding-top:15px;
  line-height: 1.25;
}
#opbouw .section-title .sub-title {
  font-size:19px;
  font-weight:400;
  line-height:24px;
}
#opbouw .text {
  font-size: 18px;
  line-height: 1.4;
  padding-bottom:2px;
}
.headconleft {
  display:block;
  width:275px;
  height: auto;
  float:left;
  padding: 0px 5px;
  margin-top:30px;
}
.headconright{
  display:block;
  width:310px;
  height: auto;
  float:left;
  padding: 0px 5px;
  margin-top:30px;
}
.info {
  float:left;
  padding-top:15px;
  color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 992px) {
  .order-image {
  text-align:center;
  margin-top:40px;
  margin-left:-100px;
  }
  .headcon {
    width: 100%;
  }
  .footer-follow-subscribe {
    display:none;
  }
  .author-content .text {
    font-size: 17px;
    padding-right: 305px;
    margin-left: -60px;
  }
  .author-content .main-title {
    margin-left:-60px;
  }
  .inside-illustration {
    display:none;
  }
  .features-image {
      text-align: center;
  }
  .features-image img {
    max-height: 500px;
    width: auto;
    margin-top:20px;
    margin-bottom:20px;
  }
}




@media (min-width: 992px) and (max-width: 1200px) {
  .header-banner {
    margin-top: 200px !important;
    margin-bottom:150px;
  }
}
@media (max-width: 991px){
  .header-banner {
    background-position: top center !important;
    background-size: 600px !important;
    padding-top: 640px;
    margin-bottom: 280px !important;
  }
}


@media (max-width: 768px) {
  .author-content {
    width: 300px !important;
    margin-left:60px;
    margin-top:-60px;
    margin-bottom:-60px
  }
  .header-banner {
    height: 300px !important;
    background-size: 400px !Important;
    margin-top: 65px !Important;
    margin-bottom: 300px;
    margin-left:50px;
  }
  .header-banner-content {
    margin-left:-40px !important;
    padding-right:50px !important;
  }
  .author-area {
    background-size:0px;
  }
  .author-content .text {
    padding-right: 0px;
  }
}

@media (max-width: 500px) {
  .header-banner {
    background-position: top left !important;
    margin-left: 20px;
    background-size: 300px !important;
    margin-bottom: 325px !important;
    padding-top: 575px;
  }
  .header-banner-content {
    margin-left: -20px !important;
  }
}
