
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/barlow-v12-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/barlow-v12-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url('/css/fonts/barlow-v12-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/libre-baskerville-v14-latin-700.woff2') format('woff2');
}


/* ----------- Responsive tricks ----------- */
.hidden-xs {
    display: block;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration-color: #8BB31C !important;
    cursor: pointer;
}

ol {
    margin-left: 20px;
}

.visible-xs {
    display: none;
}

.partner-wrapper .single-partner .partner-content {
    padding: 30px;
}

@media (max-width:576px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .ivi-filter .overview-area {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .partner-wrapper .single-partner .partner-content {
        padding: 0px !important;
        padding-bottom: 10px !important;
    }

    .partner-wrapper .single-partner img.partner-content {
        padding-bottom: 30px !important;
    }

    .contact-form-wrapper {
        margin-bottom: 0px !important;
    }

    .footer-area {
        padding-top: 50px !important;
    }

    .footer-area .footer-widget {
        margin-bottom: 45px !important;
    }
}

.hidden-md {
    display: block;
}

.visible-md {
    display: none;
}

@media (max-width:992px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }
}

/* ----------- Colums ----------- */

.bottom-container {
    position: relative;
    height: 100%;
}

.bottom-wrapper {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    left: 0px;
}


.float-right {
    float: right;
}

.no-underline {
    text-decoration: none !important;
}

.text-underline{
    text-decoration: underline;
}

.text-underline-blue {
    text-decoration-color: #007bff;
}

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.class-h1 {
    font-size: 30px !important;
    line-height: 48px !important;
    font-weight: 600 !important;
}

.class-h2 {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
}


.class-h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
}

.class-h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 25px !important; 
}


@media (max-width:992px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }
}


.article-text{
    font-size: 15px;
    font-weight: 400;
    color: black;
}

.number-text {
    color: #d9d9d9;
    font-size: 34px;
    font-weight: 400;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.column-intro-text {
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 0.8em;
}

.intro-text {
    margin-top: 8px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 400;
    line-height: 20px;
}

.column-info-wrapper {
    margin-top: 12px;
}

/* ----------- Colums ----------- */

/* ----------- Share Buttons ----------- */

.clipboard-container {
    display: inline-block;
    position: absolute;
    right: 0px;
    padding-right: 15px;
}

.share-link {
    margin-left: 1em;
}

.ivi-clipboard {
    background-image: url(http://build-folio.com/img/copy_icon.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 1.0625em;
    padding-right: 1.5625em;
    padding: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    border: 0;
    border-radius: 0;
    background: none;
    color: #444;
}

.message-ivi-clipboard {
    font-size: 14px;
    color: #444;
    position: absolute;
    right: 0px;
    padding-right: 15px;
    width: max-content;
}


.social-button {
    color: #444;
    font-size: 18px;
}


/* ----------- Share Buttons ----------- */

.black-link {
    color: #040a11cc;
}

.black-link:hover {
    color: #040a11cc;
}

.part-two img {
    max-width: 100% !important;
}
    
.iib-button {
    background-color: #2ca0ff !important;
    padding: 15px 30px;
    border-radius: 3px;
    color: white !important;
    width: 100%;
    font-weight: 600;
}

.iib-button:hover {
    background-color: #148def !important;
}

.iib-lijst li {
    margin-bottom: 10px;

}

.ivi-button {
    background-color: #ffa92c !important;
    padding: 5px 25px;
    border-radius: 3px;
    color: white !important;
}

.ivi-button:hover{
    text-decoration: underline;
}

.iib-v3-button {
    padding: 5px 25px;
    color: white !important;
    border: 1px solid white;
    border-radius: 3px;
}

.sticky .iib-v3-button {
    padding: 5px 25px;
    color: rgba(4, 10, 17, 0.8) !important;
    border: 1px solid rgba(4, 10, 17, 0.8);
    border-radius: 3px;
}

.iib-v3-button:hover {
    text-decoration: underline;
}


footer .subscribe-wrapper .font-body {
    color: white !important;
}

footer.footer-area .subscribe-wrapper .font-body {
    color: rgba(4, 10, 17, 0.8) !important;
}

.ivi-button-big {
    padding: 10px 25px;
}

.contact-area .subscribe-wrapper input {
    background-color: #f5f1f1 !important;
}

.visible-xs {
    display: none;
}

.hidden-xs {
    display: block;
}

.bond-content h2,
.bond-content h3 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}

.bond-content p {
    margin-bottom: 15px !important;
}

.bond-content img {
    max-width: 480px;
    margin: 15px 0px;
}

.bond-content ul {
    margin-bottom: 15px !important;
}

.bond-content em {
    margin-bottom: 15px !important;
}

ul {
    list-style-type: initial;
    margin-left: 20px;
}

@media (max-width: 576px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
}

.ivi-bg {
    background: url(/assets/images/ubud-pool2.jpg) no-repeat center center scroll;
    background-size: cover;
    z-index: -1;
}

.ivi-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* This is where you set the color and opacity of the black layer. */
}

@media (min-width: 1100px) {
    .ivi-bg {
        background-size: 100vw auto;
    }
}

.ivi-filter {
    z-index: 1000;
    margin-top: -210px;
}

@media(max-width: 992px) {
    .no-left-margin-md {
        margin-left: 0px !important;
    }

    .partner-area .single-partner-details {
        padding: 30px 25px;
    }
    .partner-area .partner-wrapper .single-partner .partner-details .single-info h6 {
        min-width: 40% !important;
    }

    .partner-area .single-partner-details .part-one .part-one-left .part-one-left-content .item p {
        min-width: 60% !important;
    }
}

.ivi-filter-header {
    font-size: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ivi-filter-header {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ivi-filter-header {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .ivi-filter-header {
        font-size: 30px;
    }

    .partner-area .single-partner-details {
        padding: 20px 15px;
    }
}


.menu-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-btn {
    display: none;
}

@media (max-width: 992px) {

    .menu-area {
        display: none;
        transition: .3s;
    }

    .menu-area.active {
        float: right;
        top: -20px;
        right: 15px;
        align-items: center;
        flex-direction: column;
        background-color: #fff;
        border: 0px solid #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .main-menu {
        margin-bottom: 30px;
    }

    .menu-btn {
        float: right;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 999;
        background-color: #ffa92c;
        border: 0px solid #ffa92c;
        z-index: 1000;
        position: absolute;
        right: 15px;
        top: -20px;
    }

    .menu-btn span {
        width: 20px;
        height: 2px;
        background: #fff;
        margin: 2px 5px;
        display: block;
    }

    .header-area .menu-area .ivi-button {
        background-color: #ffa92c !important;
    }
}



/*===========================
     01.COMMON css 
===========================*/


/*@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('/css/fonts/poppins-v21-latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/poppins-v21-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/poppins-v21-latin-700.woff2') format('woff2');
}*/


body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgba(4, 10, 17, 0.8);
    overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville';
    font-weight: 700;
    color: #2E2E2E;
    margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.footer-ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-li {
    list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: rgba(4, 10, 17, 0.8);
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 3px;
  border: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  background-color: #FFA92C;
}

.main-btn:hover {
    background-position: right center;
    background-color: #f2a028 !important;
    cursor: pointer;
}
    .main-btn.white-hover:hover {
        color: white !important
    }


.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #FFA92C;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
}

.back-to-top:hover {
  color: #fff;
  opacity: .8;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #FFA92C;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 32px;
  padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}

.section-title .title span {
  font-weight: 400;
  display: contents;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== 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;
}

.text-vertical-align-container {
    display: table;
    height: 100%;
}

.text-vertical-align {
    display: table-cell;
    vertical-align: middle;
}

.vertical-align-container {
    white-space: nowrap;
    text-align: center;
}

.vertical-align-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.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.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms 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;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #FFA92C #FFA92C #E1E1E1;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #E1E1E1;
  -webkit-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: #E1E1E1;
  -webkit-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);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

/*===========================
    02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-area.sticky {
    position: fixed;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 6px 0;
    border-bottom: 1px solid #dadce0;
}

.header-area.sticky .menu-area .main-menu a span {
    color: black !important;
}

    .header-area .menu-area .main-menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 25px;
    }

    .header-area .menu-area .main-menu a:hover {
        text-decoration: underline;
    }

.column-details p,
.column-details h2,
.column-details h3,
.column-details h4,
.column-details h5 {
    margin: 16px 0px !important;
}

.header-area .menu-area .main-menu a span.menu-icon {
    width: 23px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    margin-right: 15px;
}

.header-area .menu-area .main-menu a span.menu-icon::after, .header-area .menu-area .main-menu a span.menu-icon::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 3px;
  background: #fff;
  left: 0;
}

.header-area .menu-area .main-menu a span.menu-icon::before {
  top: -10px;
}

.header-area .menu-area .main-menu a span.menu-icon::after {
  bottom: -10px;
}

@media (max-width: 767px) {
  .header-area .menu-area .main-menu a span.menu-icon {
    display: block;
  }
}

.header-area .menu-area .main-menu .ivi-button {
    margin-left: 40px;
    background-color: #ffa92c;
    padding: 5px 25px;
    border-radius: 3px;
}

.header-area .menu-area.active .main-menu a span {
    color: #2E2E2E;
}



.header-area .menu-area .main-menu a span {
    color: #fff;
    font-weight: 500;
}

.header-area .menu-area .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(4, 10, 17, 0.95);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-area .menu-area .main-menu ul.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.header-area .menu-area .main-menu ul .close-btn {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  z-index: 99;
}

.header-area .menu-area .main-menu ul li a {
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-area .menu-area .main-menu ul li a:hover {
  color: #FFA92C;
}

.header-area .menu-area .language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.header-area .menu-area .language-select .world-icon {
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .header-area .menu-area .language-select .world-icon {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .menu-area .language-select .world-icon {
    display: block;
  }
}


.hero-area {
  padding-top: 130px;
  padding-bottom: 220px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding-top: 110px;
    padding-bottom: 190px;
  }
}

@media (max-width: 767px) {
    .hero-area {
        padding-top: 90px;
        padding-bottom: 200px;
    }
}

.hero-area img {
  position: absolute;
  bottom: 30px;
}


.hero-area .hero-content h1, 
.hero-area .hero-content h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    color: white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-content h1,
    .hero-area .hero-content h2 {
        font-size: 45px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .hero-area .hero-content h1,
    .hero-area .hero-content h2 {
        font-size: 35px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-area .hero-content h1,
    .hero-area .hero-content h2 {
        font-size: 45px;
        line-height: 1.2;
    }
}

.overview-area {
  background: #ffa92c;
}

.overview-area .overview-form-wrapper form input,
.overview-area .overview-form-wrapper form textarea,
.overview-area .overview-form-wrapper form label,
.overview-area .overview-form-wrapper form select {
  width: 100%;
  margin-bottom: 35px;
}

.overview-area .overview-form-wrapper form label {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.overview-area .overview-form-wrapper form input,
.overview-area .overview-form-wrapper form textarea
{
  border: 1px solid #fff;
  background: #fff;
  border-radius: 3px;
  height: 45px;
  padding: 0 30px;
  color: rgba(4, 10, 17, 0.8);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.overview-area .overview-form-wrapper form input:focus,
.overview-area .overview-form-wrapper form textarea:focus{
  border-color: #FFA92C;
}

.overview-area .overview-form-wrapper form .checkbox-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overview-area .overview-form-wrapper form .checkbox-form input {
  width: auto;
  margin-bottom: 0px;
  height: auto;
}

.overview-area .overview-form-wrapper form .checkbox-form label {
  width: auto;
  margin-bottom: 0px;
  font-size: 15px;
}

.map-menu {
  margin-bottom: 20px;
}

.map-menu a {
  font-size: 16px;
  color: rgba(4, 10, 17, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 3px;
}

.map-menu a span {
  width: 30px;
  margin-left: 10px;
}

.map-menu a span img {
  width: 100%;
}

.partner-area .partner-wrapper {
    background: #fff;
}

.partner-area .partner-wrapper.border {
    border-radius: 3px;
    border: 1px solid #dadce0;
}

.partner-area .partner-wrapper .single-partner .partner-details{
  padding: 20px 20px;
}

.partner-img {
    text-align: center;
}

.banner-img-link img {
    transition: transform .2s;
    scale: 101%;
}

.banner-img-link:hover img {
    transform: scale(1.01) !important;
}

.partner-img a img {
    transition: transform .2s;
    scale: 101%;
}

.partner-img a:hover img {
    transform: scale(1.01) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .partner-area .partner-wrapper .single-partner .partner-img {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .partner-area .partner-wrapper .single-partner .partner-img {
    margin-bottom: 25px;
  }
}

.partner-area .partner-wrapper .single-partner .partner-details .single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .partner-area .partner-wrapper .single-partner .partner-details .single-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

.partner-area .partner-wrapper .single-partner .partner-details .single-info h6 {
  min-width: 30%;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

@media (max-width: 767px) {
  .partner-area .partner-wrapper .single-partner .partner-details .single-info h6 {
    margin-bottom: 3px;
  }
}

.partner-area .partner-wrapper .single-partner .partner-details .single-info p {
  font-size: 16px;
}

.partner-area .partner-wrapper .single-partner .partner-details .single-info p a {
  color: inherit;
  text-decoration: underline;
}

.single-partner h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0px 0px 20px;
}


.single-partner a:hover h2 {
    text-decoration: underline;
    text-decoration-color: #8bb32d;
}

.single-partner h2 {
    font-size: 25px;
    line-height: 1.2;
}

.concept-wrapper p {
    margin: 20px 0px !important;
}

.partner-area .single-partner-details {
    background: #fff;
    padding: 10px 0px;
    margin-top: 30px;
}

.partner-area .single-partner-details .part-one {
  border-bottom: 1px solid #E1E1E1;
}

.partner-area .single-partner-details .part-one .part-one-left h4 {
  font-weight: 400;
  color: rgba(4, 10, 17, 0.8);
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner-area .single-partner-details .part-one .part-one-left .part-one-left-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .partner-area .single-partner-details .part-one .part-one-left .part-one-left-content {
    margin-bottom: 30px;
  }
}

.partner-area .single-partner-details .part-one .part-one-left .part-one-left-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .partner-area .single-partner-details .part-one .part-one-left .part-one-left-content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .partner-area .single-partner-details .part-one .part-one-left .part-one-left-content .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}

.partner-area .single-partner-details .part-one .part-one-left .part-one-left-content .item p {
  font-family: "San", sans-serif;
  min-width: 40%;
  font-size: 16px;
  font-weight: 700;
  color: #040A11;
}

.partner-area .single-partner-details .part-one .part-one-right .part-one-right-content {
  margin-bottom: 15px;
}

.partner-area .single-partner-details .part-one .part-one-right .part-one-right-content h6 {
  background: rgba(4, 10, 17, 0.3);
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  margin-bottom: 15px;
}

.partner-area .single-partner-details .part-one .part-one-right .part-one-right-content a {
  color: rgba(4, 10, 17, 0.8);
  font-size: 18px;
  line-height: 34px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.partner-area .single-partner-details .part-one .part-one-right .part-one-right-content.links a {
    font-size: 16px;
}

.partner-area .single-partner-details .part-one .part-one-right .part-one-right-content a:hover {
  color: #FFA92C;
}

.partner-area .single-partner-details .part-two h4 {
  margin-bottom: 20px;
}

.partner-area .single-partner-details .part-three {
  padding-top: 20px;
}

.partner-area .single-partner-details .part-three h4 {
  margin-bottom: 20px;
}

.contact-area {
  margin-bottom: 90px;
}

.contact-form-wrapper-override .font-body {
    color: #2E2E2E !important;
}

.contact-area .contact-wrapper {
    background: #fff;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 0px 48px rgba(209, 209, 209, 0.16);
    box-shadow: 0px 0px 48px rgba(209, 209, 209, 0.16);
}

.contact-area .contact-wrapper.event {
    background: none;
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.contact-area .contact-wrapper h4 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .contact-wrapper .contact-form-wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contact-area .contact-wrapper .contact-form-wrapper {
    margin-bottom: 50px;
  }
}

.contact-area .contact-wrapper .contact-form-wrapper form label {
  font-size: 18px;
  color: #040A11;
  margin-bottom: 15px;
  width: 100%;
}

.contact-area .contact-wrapper .contact-form-wrapper form label.event {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    margin-bottom: 20px;
}

.contact-area .contact-wrapper .contact-form-wrapper form input,
.contact-area .contact-wrapper .contact-form-wrapper form textarea
{
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-radius: 3px;
  border: 1px solid #E1E1E1;
  margin-bottom: 20px;
}

.contact-area .contact-wrapper .contact-form-wrapper form input[type=checkbox] {
  width: auto;
  height: auto;
  margin-bottom: 0px;
}

.contact-area .contact-wrapper .contact-form-wrapper form .checkbox-label {
  width: auto;
  margin-left: 15px;
  display: inline;
}

.contact-area .contact-wrapper .contact-form-wrapper form button {
  margin-bottom: 20px;
}

.footer-area {
    background: #f5f1f1;
    padding-top: 80px;
}

.black-text {
    color: rgba(4, 10, 17, 0.8) !important;
}

.footer-area .footer-widget {
  color: #fff;
  line-height: 1.9;
  margin-bottom: 60px;
}

.footer-area .footer-widget h5 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(4, 10, 17, 0.8);
    margin-bottom: 30px;
}

.footer-area .footer-widget a {
  color: rgba(4, 10, 17, 0.8);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

    .footer-area .footer-widget a:hover {
        text-decoration: underline;
    }

.footer-area .copy-right {
  padding: 30px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.18);
}

.footer-area .copy-right p a {
  color: #fff;
}

.footer-area .copy-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .footer-area .copy-right ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.footer-area .copy-right ul li {
  margin: 0 10px;
}

.footer-area .copy-right ul li:first-child {
  margin-left: 0px;
}

.footer-area .copy-right ul li:last-child {
  margin-right: 0px;
}

.footer-area .copy-right ul li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  background: rgb(247 168 0 / 50%);
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

    .footer-area .copy-right ul li a:hover {
        background: rgb(247 168 0);
    }
/*# sourceMappingURL=style.css.map */


/* Foldable FAQ */

.collapser, .arrow {
    margin: 0px 1.25rem;
    border: 0 !important;
    cursor: pointer;
}

.collapsible {
    display: block;
    margin-bottom: 0px !important;
}

.collapsible input {
    position: absolute;
    left: -9999px;
}

    .collapsible input:focus ~ .collapser {
        border-color: grey;
    }

.collapsible .collapser {
    cursor: pointer;
    border: 1px transparent dotted;
}

.collapsible .arrow {
    float: right;
    margin-left: 0.5em;
    display: inline-block;
    transform: rotate(90deg);
    transition: transform 0.25s ease-out;
    user-select: none;
}

.collapsible input:checked ~ .arrow,
.collapsible input:checked ~ .collapser .arrow {
    transform: rotate(270deg);
}

.collapsible .collapsed {
    font-size: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    margin: .75rem 0px 0px;
    /* fade out, then shrink */
    transition: opacity 0.25s, margin 0.5s 0.25s, font-size 0.5s 0.25s, padding 0.5s 0.25s;
}

.collapsible input:checked ~ .collapsed {
    font-size: 16px;
    opacity: 1;
    height: auto;
    padding: 5px 0;
    padding: 1.25rem;
    margin: .75rem 0px 0px;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
    /* grow, then fade in */
    transition: margin 0.25s, padding 0.25s, font-size 0.25s, opacity 0.5s 0.25s;
}

.card-header-faq {
    background-color: rgb(245,245,245,0.3) !important;
    border-radius: 0 !important;
    padding: .75rem 0px 0px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
}

.card-faq {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /* word-wrap: break-word; */
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: 0px;
    border-radius: 0 !important;
}

.card-faq > .card-header-faq a::before {
    font-family: fontawesome;
    content: "\f067 ";
    color: #282425;
    float: right;
    margin-right: 15px;
    font-weight: 400;
    position: absolute;
    right: 0;
}

/* End Foldable FAQ */


/* ======== block_12 css ========= */
.block_12 {
}

    .block_12 .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .block_12 .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .block_12 .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.block_12 .block_12-image {
    margin-bottom: 24px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .block_12 .block_12-image {
        margin-bottom: 12px;
    }
}

.block_12 .block_12-image.big-image {
    min-width: 100%;
    height: 364px;
}

.block_12 .block_12-image.mini-image {
    height: 170px;
}

@media (max-width: 500px) {
    .block_12 .block_12-image.mini-image {
        height: 130px;
    }
}


@media (min-width: 992px) {
    .block_12 .block_12-image:hover .overlay {
        opacity: 1;
        visibility: visible;
    }
}

.block_12 .block_12-image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .block_12 .block_12-image .overlay .overlay-content i,
    .block_12 .block_12-image .overlay .overlay-content span {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
    }

.block_12 .block_12-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.block_12 .block_12-buttons {
    border-bottom: 1px solid #f58a07;
    padding-bottom: 20px;
}

    .block_12 .block_12-buttons ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .block_12 .block_12-buttons ul li {
            margin-right: 20px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .block_12 .block_12-buttons ul li {
        margin-right: 10px;
    }
}

.block_12 .block_12-buttons ul li:last-child {
    margin-right: 0px;
}

.block_12 .block_12-buttons ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8ecf6;
    border-radius: 3px;
    padding: 10px;
    color: #1f3a2b;
    font-weight: 700;
    width: 170px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .block_12 .block_12-buttons ul li a {
        width: 165px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .block_12 .block_12-buttons ul li a {
        width: auto;
        padding: 10px 15px;
        margin-bottom: 10px;
    }
}

.block_12 .block_12-buttons ul li a.fill-btn {
    background: #f58a07;
    color: #fff;
    border-color: transparent;
}

    .block_12 .block_12-buttons ul li a:hover,
    .block_12 .block_12-buttons ul li a.fill-btn:hover {
        transform: scale(1.05);
    }

.block_12.block_12-primary-2 .block_12-buttons {
    border-bottom: 1px solid #0f2c43;
}

    .block_12.block_12-primary-2 .block_12-buttons ul li a {
        color: #78182e;
    }

        .block_12.block_12-primary-2 .block_12-buttons ul li a:hover {
            transform: scale(1.05);
        }

        .block_12.block_12-primary-2 .block_12-buttons ul li a.fill-btn {
            background: #0f2c43;
            color: #fff;
        }

            .block_12.block_12-primary-2 .block_12-buttons ul li a.fill-btn:hover {
                transform: scale(1.05);
            }

.fullscreensvg {
    height: 40px;
    width: 40px;
    fill: white;
}



/* Sectie titels */
.section-title {
    margin-bottom: 10px;
    border-top: 1px solid #E1E1E1;
    padding: 15px 10px;
}

    .section-title h2 {
        font-size: 22px !important;
    }



/* FAQ-item lijst */
.faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #E1E1E1;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .faq-item:first-of-type {
        border-top: 1px solid #E1E1E1;
    }

    .faq-item:hover {
        background-color: #f1f1f1;
    }

/* Vraag */
.faq-question {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}


.faq-question h3 {
    font-size: 16px !important;
}

/* Uitklapicoon */
.faq-toggle {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    transition: transform 0.3s ease;
}

    .faq-toggle.expanded {
        transform: rotate(45deg);
    }

/* Verborgen antwoord */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    transition: max-height 0.2s ease, padding 0.2s ease;
}

    .faq-answer p {
        padding: 12px 0;
        font-size: 14px;
    }

    .faq-answer b {
        font-weight: 700;
        font-size: 14px;
    }

    /* Actieve antwoord sectie */
    .faq-answer.active {
        max-height: 300vh; /* Voldoende ruimte voor meeste antwoorden */
        padding: 15px 10px;
        border-bottom: 1px solid #E1E1E1;
    }



.gallery-button:hover span {
    text-decoration: underline;
}


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #8bb32d;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
