/*
=========================
            General
=========================
*/

:root {
	--white: #ffffff;
	--grey-blue: #677b8c;
	--darkblue: #1c222a;
	--dark-grey-blue: #344854;
	--pale-olive: #bdd684;
	--leaf: #79a938;
}

.hvid p,
.hvid span,
.hvid h1,
.hvid h2,
.hvid h3,
.hvid h4,
.hvid h5,
.hvid h6,
.hvid a {
	color: #fff;
}

.wpb_text_column.with-space p,
.wpb_text_column.with-space h1,
.wpb_text_column.with-space h2,
.wpb_text_column.with-space h3,
.wpb_text_column.with-space h4,
.wpb_text_column.with-space ul {
	padding-bottom: 18px;
}

.padding15 > .vc_column-inner {
	padding: 15px;
}

.padding20 > .vc_column-inner {
	padding: 20px;
}

.padding30 > .vc_column-inner {
	padding: 30px;
}

.padding45 > .vc_column-inner {
	padding: 45px;
}

.padding60 > .vc_column-inner {
	padding: 60px;
}

.padding100 {
	padding: 100px 0;
}

.btn-shadow,
.qbutton.default,
#catapultCookie {
	box-sizing: border-box !important;
	vertical-align: middle;
	-webkit-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
	box-shadow: 0 10px 15px 0 rgba(103, 123, 140, 0.15);
	background-image: linear-gradient(72deg, var(--pale-olive), var(--leaf));
	text-align: center;
}

a.qbutton.white.default {
    border-style: solid;
    border: 2px solid var(--leaf);
    background-color: #fff;
    background-image: none;
    line-height: 46px;
}

.btn-shadow:hover, .qbutton.default:hover, button#catapultCookie:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .24) !important;
}

.btn-shadow:focus,
.qbutton.default:focus,
button#catapultCookie:focus {
  outline: none;
}

#back_to_top.on {
  left: 0;
  bottom: 0px;
  right: unset;
}

#back_to_top > span {
  z-index: 100;
}

#back_to_top.on:after {
  content: "";
  border-bottom: 80px solid #677b8c;
  border-right: solid 80px rgba(255, 255, 255, 0);
  bottom: 0px;
  left: 0px;
  position: absolute;
  -webkit-transition: all 1.2s ease-in-out 0s;
  -moz-transition: all 1.2s ease-in-out 0s;
  -ms-transition: all 1.2s ease-in-out 0s;
  -o-transition: all 1.2s ease-in-out 0s;
  transition: all 1.2s ease-in-out 0s;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

/*
=========================
	    Header
=========================
*/

.header_top {
    padding: 0 45px;
    height: 40px;
    line-height: 40px;
    z-index: 100;
}

.header-widget.widget_nav_menu ul.menu li a {
    padding: 0 15px;
}

.q_logo a {
    height: 100px !important;
    margin-top: -10px;
    z-index: 999;
}

.scrolled .q_logo a {
    height: 80px !important;
}

.sub-menu {
  display: none;
}

.side_menu .menu-item-has-children > i {
  font-size: 28px;
  line-height: 20px;
  margin-left: 5px;
  padding: 0 5px;
  vertical-align: text-top;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  -ms-transition: -ms-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  cursor: pointer;
}

.rotate {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari 3-8 */
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  -ms-transition: -ms-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
}

header.dark.scrolled .q_logo img.normal {
    opacity: 1;
}

header.dark.scrolled .q_logo img.dark {
    opacity: 0;
}

.header_bottom_right_widget_holder {
    height: 75px;
}

.header_inner_right .qbutton.default {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

.header_inner_right .qbutton.default.white {
    line-height: 40px;
}

header.dark.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton.white, 
header.dark:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton.white {
    color: #344854 !important;
    border-color: var(--leaf) !important;
    background-color: #fff !important;
}

.header_inner_right .qbutton.default:not(.white) {
    color: #fff !important;
}

@media screen and (min-width: 1000px) {

header.dark.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton:not(.white) {
    color: #fff !important;
}

}

.dark nav.main_menu > ul > li > a,
.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a {
    color: #fff;
}

.dark nav.main_menu > ul > li.active > a,
.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a {
    color: #fff;
}

.dark.header_style_on_scroll nav.main_menu > ul > li > a {
    color: #677b8c;
}

.dark.header_style_on_scroll nav.main_menu > ul > li.active > a {
    color: #676c8c;
}

.dark .header-widget.widget_nav_menu ul.menu li a, 
.dark:not(.sticky):not(.scrolled) .header-widget.widget_nav_menu ul.menu li a {
    color: #fff !important;
}

.dark.header_style_on_scroll .header-widget.widget_nav_menu ul.menu li a {
    color: #677b8c !important;
}

/*
=========================
	     Footer
=========================
*/


/*
=========================
         Title
=========================
*/


/*
=========================
            Content
=========================
*/

.space-between > .section_inner > .section_inner_margin > .wpb_column {
  padding: 0 15px;
}

.space-between > .section_inner > .section_inner_margin > .wpb_column:first-child {
  padding-left: 0;
}

.space-between > .section_inner > .section_inner_margin > .wpb_column:last-child {
  padding-right: 0;
}


/*
=========================
        Responsive
=========================
*/

@media screen and (max-width: 1200px) {


}

@media screen and (max-width: 1000px) {


}

@media screen and (max-width: 992px) {

  .space-between > .section_inner > .section_inner_margin > .wpb_column:first-child {
    padding-right: 0;
  }

  .space-between > .section_inner > .section_inner_margin > .wpb_column:last-child {
    padding-left: 0;
  }

}

@media screen and (max-width: 768px) {


}

@media screen and (max-width: 600px) {


}

@media screen and (max-width: 480px) {


}

/*
=========================
      Pretty photo
=========================
*/

.ppt {
  display: none !important;
}

a.pp_next,
a.pp_previous {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  margin-top: -20px;
}

body a.pp_next:after,
body a.pp_previous:after {
  border: none;
  border-radius: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

body a.pp_previous,
body a.pp_previous:after {
  left: 0;
}

body a.pp_next,
body a.pp_next:after {
  right: 0;
}

body div.pp_default .pp_content {
  position: relative;
}

body div.pp_default .pp_content_container .pp_details {
  opacity: 1;
  position: unset;
}

body div.pp_default .pp_close {
  top: 0;
  display: block;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

body div.pp_default .pp_close:after {
  content: "✖";
}

body div.pp_default .pp_nav .currentTextHolder {
  font-family: "Questrial", sans-serif;
  letter-spacing: 4px;
}

/*
=========================
          CTA Footer
=========================
*/

.cta-footer {
  display: none;
}

@media screen and (max-width: 650px) {
  .cta-footer {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
    zoom: 0.8;
    display: block;
  }

  .cta-footer > ul {
    padding: 0 5px;
    text-align: center;
    display: flex;
    list-style: none;
  }

  .cta-footer > ul > a {
    flex: 1;
  }

  .cta-footer > ul > a > li {
    padding: 15px 5px;
    min-width: 98px;
    cursor: pointer;
  }

  .cta-footer > ul > a > li > p {
    line-height: 13px;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    color: #485f73;
  }

  .cta-footer > ul > a > li > i {
    color: #485f73;
  }

  .cta-footer > ul > a:hover > li > p,
  .cta-footer > ul > a:hover > li > i {
    color: #2da6a6;
  }

  .cta-footer > ul > a:first-child {
    display: unset;
  }

}

/*
=========================
          TITLE
=========================
*/
h1, h2 {
  word-break: break-word;
}

/*
=========================
          GRID
=========================
*/

@media only screen and (max-width: 374px) {
  div.grid_section .section_inner {
    width: 300px;
  }
}

@media only screen and (max-width: 480px) {
  div.grid_section .section_inner {
    width: 345px;
  }
}


/*
=========================
          Forside Top
=========================
*/
/*
#forside-top,
.forside-top {
  background-image: url("./img/BG-Mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.forside-top__right {
  position: relative;
  overflow: hidden;
  left: calc(-50vw + 50%);
  width: 100vw !important;
}

.man-image {
  position: absolute;
  bottom: -12vw;
  right: -24vw;
  z-index: 3;
}

.man-image img {
  width: 82vw;
  height: auto;
}

.woman-image {
  position: absolute;
  bottom: -10vw;
  left: -12vw;
  z-index: 2;
}

.woman-image img {
  width: 79vw;
  height: auto;
}

.man-name {
  display: none;
}

.woman-name {
  display: none;
}

.man-name p,
.woman-name p {
  font-size: 12px;
  line-height: 1.17;
}

.man-name strong,
.woman-name strong {
  font-size: 14px;
  font-weight: 500;
  color: #344854;
  margin-bottom: 10px !important;
  display: block;
}

.forside-top__title {
  margin-bottom: 15px !important;
  text-align: center;
}

.forside-top__desc {
  text-align: center;
  margin-bottom: 70px !important;
}

.forside-top__desc p {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 300;
}

#forside-top .qbutton.default,
.forside-top .qbutton.default {
  width: 100%;
  margin-bottom: 20px;
}

.forside-top__left {
  margin-top: 106px;
}

.forside-top__right {
  height: 115vw !important;
}

@media (min-width: 992px) {
  #forside-top,
  .forside-top {
    background-image: url("./img/BG-Desktop.jpg");
    background-size: contain;
    background-position-y: 0;
  }

  .forside-top__left {
    margin-top: 25%;
  }

  .forside-top__right {
    height: 100vh !important;
    left: auto;
    width: 50% !important;
  }

  .forside-top__title {
    margin-bottom: 20px !important;
    text-align: left;
  }

  .forside-top__desc {
    margin-bottom: 50px !important;
    font-size: 24px;
    line-height: 1.42;
    text-align: left;
  }

  .forside-top__desc p {
    font-size: 24px;
    line-height: 1.42;
  }

  #forside-top .qbutton.default,
  .forside-top .qbutton.default {
    margin-right: 20px;
    width: auto;
  }

  #forside-top .qbutton.default.white,
  .forside-top .qbutton.default.white {
    margin-right: 0;
    width: 146.53px;
  }

  .man-name {
    display: block;
    position: absolute;
    top: 24vw;
    right: 0;
    z-index: 4;
  }

  .woman-name {
    display: block;
    position: absolute;
    top: 25vw;
    left: 7vw;
    z-index: 4;
  }

  .man-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
  }

  .man-image img {
    width: 30vw;
    height: auto;
  }

  .woman-image {
    position: absolute;
    bottom: 0;
    right: 17vw;
    z-index: 2;
    left: auto;
  }

  .woman-image img {
    width: 29vw;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .forside-top__right {
    width: 66% !important;
  }

  .woman-name {
    top: 30vw;
  }

  .man-name {
    !*right: 0;*!
    top: 29vw;

  }
}

@media (min-width: 1440px) {
  .forside-top.grid_section .section_inner {
    width: 1350px;
  }

  .woman-name {
    left: 14vw;
  }
}

@media (min-width: 1600px) {
  .woman-name {
    top: 24vw;
    left: 7vw;
  }

  .man-name {
    top: 23vw;
  }
}

@media (min-width: 1800px) {
  .woman-name {
    left: 20px;
  }

  .man-name {
    right: 4vw;
  }
}*/

/*
=========================
         Forside stuff and Forside Head section
=========================
*/
.forside-head {
  background-image: url("./img/BG-Mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.forside-head .full_section_inner {
  padding-left: 15px;
  padding-right: 15px;
}

.forside-head__left {
  margin-top: 106px;
}

.forside-head__title {
  margin-bottom: 15px !important;
  text-align: center;
}

.forside-head__desc {
  text-align: center;
  margin-bottom: 70px !important;
}

.forside-head__desc p {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 300;
}

.forside-head .qbutton.default {
  width: 100%;
  margin-bottom: 20px;
}


.forside-stuff {
  position: relative;
}

.forside-stuff__item {
  position: absolute;
  display: none;
}


.forside-stuff__item strong {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--dark-grey-blue);
}

.forside-stuff__item div {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: var(--grey-blue);
}

.forside-stuff__image img {
	display: block;
}

@media (max-width: 991px) {
  .forside-stuff {
    position: relative;
    overflow: hidden;
    left: calc(-50vw + 50%);
    width: 100vw !important;
  }

  .forside-stuff__image img {
    max-width: none;
    /*width: 130%;
    margin-left: -7%;*/
    width: 100%;
  }
  .forside-stuff__image {
    max-width: 440px;
    margin: 20px auto 0;
  }
}

@media (min-width: 768px) {
  .forside-head .full_section_inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 992px) {

  .forside-head .full_section_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .forside-head__left {
    margin-top: 13%;
  }

  .forside-head {
    background-image: url("./img/BG-Desktop.jpg");
    background-size: cover;
    margin-top: 0;
  }

  .forside-stuff {
    position: relative;
    height: 400px;
  }

  .forside-stuff__image {
    position: absolute;
    bottom: 0;
    right: 60px;
    display: flex;
  }

  .forside-stuff__item {
    display: block;
  }

  .forside-head__title {
    margin-bottom: 20px !important;
    text-align: left;
  }

  .forside-head__title h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .forside-head__desc {
    margin-bottom: 30px !important;
    text-align: left;
  }

  .forside-head__desc p {
    font-size: 24px;
    line-height: 1.42;
  }

  .forside-head .qbutton.default {
    margin-right: 20px;
    width: auto;
  }

  .forside-stuff__item--left {
    max-width: 150px;
    bottom: 210px;
    left: -70px;
    text-align: right;
  }

  .forside-stuff__item--right {
    bottom: 160px;
    right: -70px;
    max-width: 110px;
  }
}

@media (min-width: 1024px) {

  .forside-head .full_section_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .forside-stuff {
    height: 500px;
  }

  .forside-head__left {
    margin-top: 15%;
  }
}

@media (min-width: 1100px) {
  .forside-head .full_section_inner {
    padding-left: 45px;
    padding-right: 45px;
  }

  .forside-stuff__item--right {
    max-width: 110px;
    bottom: 170px;
    right: -60px;
  }
}

@media (min-width: 1200px) {
  .forside-stuff {
    height: 600px;
  }

  .forside-head .full_section_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .forside-stuff__item--left {
    bottom: 290px;
    left: -40px;
  }

  .forside-stuff__item--right {
    bottom: 240px;
    right: -27px;
  }

  .forside-head__desc {
    margin-bottom: 40px !important;
    font-size: 24px;
    line-height: 1.42;
    text-align: left;
  }
}

@media (min-width: 1300px) {

  .forside-head .full_section_inner {
    padding-left: 55px;
    padding-right: 55px;
  }

  .forside-stuff {
    height: 700px;
  }

  .forside-head__left {
    margin-top: 240px;
  }

  .forside-head__title h1 {
    font-size: 50px;
    line-height: 65px;
  }

  .forside-stuff__image {
    max-width: 679px;
  }

  .forside-stuff__item--left {
    bottom: 320px;
    left: -35px;
  }

  .forside-stuff__item--right {
    bottom: 260px;
    right: -14px;
  }

}

@media (min-width: 1600px) {

  .forside-head .full_section_inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
=========================
          Nav menu
=========================
*/

nav.mobile_menu ul:not(.sub_menu) {
  height: calc(100vh - 76px);
}

nav.mobile_menu {
  overflow-y: scroll;
}

nav.mobile_menu ul li.menu-item-button {
  display: inline-block;
  margin-top: 15px;
}

.menu-item-button:hover .qbutton.default {
  opacity: 1 !important;
}

.menu-item-button .qbutton.default {
  line-height: 50px !important;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  width: 165px;
  font-size: 14px;
  margin-left: 15px;
  padding-left: 0;
  color: #fff;
}

.menu-item-button .qbutton.default.white {
  line-height: 49px !important;
  width: 165px;
  color: #344854 !important;
}

nav.mobile_menu ul li {
  border-bottom: 0;
}

nav.mobile_menu ul li a {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
}

nav.mobile_menu ul li ul {
    padding: 10px;
}

nav.mobile_menu ul li ul li a {
    font-size: 16px;
    padding: 7px 0;
}


/*hide extra arrows*/
nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
  display: none;
}

nav.mobile_menu .menu-item > i {
  display: none;
}

.sub_menu .fa-angle-down {
  display: none;
}

nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
  border-bottom: 0;
}

nav.mobile_menu ul li.open_sub > ul {
  border-top: 0;
}

.mobile_menu .menu-item > a > span {
  margin-right: 10px;
}

#nav-menu-item-13 .fa {
  margin-left: 5px;
}


@media (min-width: 1024px) {
  nav.main_menu ul li.menu-item-button {
    margin-top: 28px;
  }

  .page_header.scrolled nav.main_menu ul li.menu-item-button {
    margin-top: 16px;
  }

  .menu-item-button .qbutton.default {
    line-height: 44px !important;
    height: 44px;
    margin-left: 0;
    width: 118px;
    padding-left: 15px;
  }

  .menu-item-button .qbutton.default.white {
    line-height: 41px !important;
    margin-left: 15px;
    width: 118px;
  }

  .scrolled nav.main_menu > ul > li > a {
    line-height: 75px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {

  nav.main_menu > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1400px) {
  nav.main_menu ul li.menu-item-button--ml {
    margin-left: 100px;
  }
}

@media (min-width: 1600px) {
  nav.main_menu ul li.menu-item-button--ml {
    margin-left: 150px;
  }
}

@media (min-width: 1000px) and (max-width: 1500px) {

  .q_logo a {
    height: 90px !important;
  }

	nav.main_menu {
		left: 230px;
	}

	nav.main_menu>ul {
		left: 0;
	}

}

/*
=========================
          Header
=========================
*/


@media only screen and (max-width: 480px) {

	.q_logo a, .q_logo img {
		height: 56px !important;
	}
}

@media only screen and (min-width: 1000px) {

	.page_header .container_inner {
		width: 100%;
	}

}

@media only screen and (max-width: 1000px) {

	.logo_wrapper,
	.q_logo a {
		left: 0;
	}

	.mobile_menu_button {
		float: right;
	}

	.q_logo a, .q_logo img {
		height: 80px !important;
	}

	.header_bottom {
		border-bottom: 3px solid var(--leaf);
	}

	.header_inner .header_bottom.header_bottom--white {
		background-color: #fff !important;
	}

}

@media (min-width: 992px) and (max-width: 1000px) {
  body.qode_header_in_grid .header_bottom {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .header_bottom {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1600px) {
  .page_header .container_inner {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {

.header_bottom_right_widget_holder {
    display: table-cell;
    padding: 0 7px;
}

}

/*
=========================
     Widget Image Box
=========================
*/

.widget-image-box {
  border-radius: 3px;
  box-shadow: 0 4px 21px 0 rgba(103, 123, 140, 0.28);
  background-color: #fff;
  min-height: 254px;
  margin-bottom: 15px;
}

.widget-image-box__header {
  height: 55px;
  border-radius: 3px;
  background-color: #f8f9fa;
}

.widget-image-box__image {
  width: 59px;
  height: 60px;
  box-shadow: 0 10px 15px 0 rgba(103, 123, 140, 0.15);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-top: -30px;
  margin-bottom: 20px;
}

.widget-image-box__image img {
  width: 23px;
  height: 24px;
}

.widget-image-box__title {
  font-size: 16px;
  line-height: 1.38;
  color: var(--dark-grey-blue);
  margin-bottom: 11px;
  padding-left: 25px;
  padding-right: 25px;
}

.widget-image-box__desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 20px;
}

.forside-big-button-section .wpb_column {
    margin: 0 0 30px;
    padding: 0;
    border: none;
    -webkit-box-flex: 33%;
       -moz-box-flex: 33%;
        -webkit-flex: 33%;
            -ms-flex: 33%;
                flex: 33%;
    float: none !important;
    display: block;
}

.forside-big-button-section .section_inner_margin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {

	.forside-big-button-section .wpb_column > .vc_column-inner, 
	.forside-big-button-section .wpb_column > .vc_column-inner > .wpb_wrapper, 
	.forside-big-button-section .wpb_column > .vc_column-inner > .wpb_wrapper > .widget-image-box {
	    height: 100%;
	}

}

@media screen and (max-width: 992px) {
  .forside-big-button-section .wpb_column {
    -webkit-box-flex: 100%;
       -moz-box-flex: 100%;
        -webkit-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
  }
}

/*
=========================
     forside second section title
=========================
*/

.forside-second-section-title {
  margin-top: 60px;
  margin-bottom: 30px !important;

}

@media (min-width: 992px) {
  .forside-second-section-title {
    margin-top: 100px;
    margin-bottom: 60px !important;
  }
}

/*
=========================
     big button
=========================
*/

.widget-big-button {
	height: 118px;
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding-left: 25px;
	padding-right: 13px;
	-webkit-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
  box-sizing: border-box !important;
}

.widget-big-button:hover,
.widget-big-button:focus {
	box-shadow: 0px 15px 20px rgba(0, 0, 0, .24) !important;
}

.widget-big-button {
    min-height: 100px;
    height: calc(50% - 10px);
}

.widget-big-button--primary {
	box-shadow: 0 11px 18px 0 rgba(72, 74, 77, 0.1);
	background-image: linear-gradient(251deg, var(--pale-olive) 118%, var(--leaf) 0%);
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	box-sizing: border-box;
}

.widget-big-button--primary:hover,
.widget-big-button--primary:focus {
	color: #fff;
}

.widget-big-button--outlined {
	width: 100%;
	box-shadow: 0 10px 15px 0 rgba(103, 123, 140, 0.15);
	border-style: solid;
	border-width: 2px;
	border-image-source: linear-gradient(71deg, var(--pale-olive), var(--leaf));
	border-image-slice: 1;
	background-image: linear-gradient(to bottom, var(--white), var(--white)), linear-gradient(71deg, var(--pale-olive), var(--leaf));
	background-origin: border-box;
	background-clip: content-box, border-box;
	font-size: 16px;
	line-height: 1;
	color: var(--dark-grey-blue);
	padding-left: 0;
	padding-right: 0;
}

.widget-big-button--outlined:hover,
.widget-big-button--outlined:focus {
  color: var(--dark-grey-blue);
}

.widget-big-button--outlined span {
  margin-left: 25px;
}

.widget-big-button--outlined .widget-big-button__icon {
  margin-right: 13px;
}

.widget-big-button__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1.5px #fff;
  position: relative;
}

.widget-big-button__icon:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 1.5px;
  transform: rotate(-140deg);
  left: 13px;
  top: 13px;
  background-color: #fff;
}

.widget-big-button__icon:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 1.5px;
  transform: rotate(140deg);
  left: 13px;
  top: 16px;
  background-color: #fff;
}

.widget-big-button__icon--outlined {
  border: solid 1.5px var(--leaf);
}

.widget-big-button__icon--outlined:before,
.widget-big-button__icon--outlined:after {
  background-color: var(--leaf);
}


/*
=========================
     forside big button section
=========================
*/
.forside-big-button-section {
  padding-bottom: 60px;
}

/*
=========================
     forside third section
=========================
*/

.forside-third-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}

.forside-third-section h2 {
  margin-bottom: 30px;
  word-wrap: break-word;
}

.forside-third-section h4 {
  margin-bottom: 10px;
}

.forside-third-section p {
  margin-bottom: 20px;
}

.forside-third-section p:last-child {
  margin-bottom: 0;
}

.forside-third-section .vc_single_image-wrapper {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .forside-third-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .forside-third-section .vc_single_image-wrapper {
    margin-top: 25%;
    margin-left: 20%;
  }
}


/*
=========================
     forside fourth section
=========================
*/

.forside-fourth-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("./img/BG-Mobile-transparent.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.wpb_content_element.forside-four-section-title {
  margin-bottom: 50px !important;
}

.forside-section-four-right {
  padding-top: 25px;
}


@media (min-width: 992px) {
  .forside-fourth-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("./img/BG-Desktop-transparent.png");
    background-position-y: 0;
  }

  .forside-section-four-right {
    padding-top: 95px;
  }
}

/*
=========================
     card
=========================
*/

.widget-card {
  box-shadow: 0 10px 15px 0 rgba(103, 123, 140, 0.15);
  background-color: #fff;
  min-height: 650px;
  margin-bottom: 30px;
}

.widget-card__header {
  background-color: #f8f9fa;
  border-radius: 3px;
  padding-top: 20px;
}

.widget-card__image {
  text-align: center;
}

.widget-card__image img {
    display: block;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.widget-card__body {
  padding: 25px;
}

.widget-card__wrap {
  margin-bottom: 15px;
}

.widget-card__name {
    display: block;
    font-size: 24px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: var(--dark-grey-blue);
    margin-bottom: 5px;
}

.widget-card__profession {
  display: block;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: var(--leaf);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.widget-card__desc {
  font-size: 15px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: var(--grey-blue);
}

@media (min-width: 992px) {
  .widget-card {
    min-height: 700px;
  }

  .widget-card__profession {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .widget-card {
    min-height: 650px;
  }

  .widget-card__name {
    font-size: 24px;
  }
}

/*
=========================
    forside fifth section
=========================
*/
.forside-fifth-section {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f8f9fa;
}

.fifth-section-left {
  padding-bottom: 50px;
}

.forside-fifth-section h2 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .forside-fifth-section {
    padding-top: 100px;
    padding-bottom: 75px;
  }

  .fifth-section-left {
    padding-bottom: 60px;
  }
}

/*
=========================
    box with Link
=========================
*/

.widget-link-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 179px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	box-shadow: 0 10px 15px 0 rgba(103, 123, 140, 0.15);
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.widget-link-box:hover,
.widget-link-box:focus {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, .24) !important;
}

.widget-link-box__title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fff;
}

.widget-link-box__desc {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: right;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
}

.widget-link-box__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1.5px #fff;
  position: relative;
  margin-left: 12px;
  display: block;
}

.widget-link-box__icon:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 1.5px;
  transform: rotate(-140deg);
  left: 13px;
  top: 13px;
  background-color: #fff;
}

.widget-link-box__icon:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 1.5px;
  transform: rotate(140deg);
  left: 13px;
  top: 16px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .widget-link-box {
    margin-bottom: 25px;
  }
}

/*
=========================
     forside sixth section
=========================
*/

.forside-sixth-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("./img/BG-Mobile-transparent.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.forside-sixth-section-bg {
  background-image: none;
}

.forside-section-sixth-header h2 {
  margin-bottom: 20px;
}

.wpb_content_element.forside-section-sixth-header {
  margin-bottom: 50px !important;
  text-align: center;
}

@media (min-width: 992px) {
  .forside-sixth-section {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url("./img/BG-Desktop-transparent.png");
    background-size: 100% 100% !important;
    background-position: 0 0;
  }

  .forside-sixth-section-bg {
    background-image: none;
  }

}


/*
=========================
     how it works
=========================
*/

.widget-how-it-works {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-how-it-works li h4 {
    flex: 1;
    -ms-word-break: break-word;
        word-break: break-word;
}

.widget-how-it-works li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;

}

.widget-how-it-works li:last-child {
  margin-bottom: 0;
}


.widget-how-it-works__icon {
  width: 90px;
  height: 90px;
  box-shadow: 0 10px 15px 0 rgba(103, 123, 140, 0.15);
  border: solid 1px #f8f9fa;
  background-color: #fff;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}

.widget-how-it-works__icon:after {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateY(-50%);
  content: '';
  height: 26px;
  width: 1px;
  border-left: 3.5px dotted #677b8c;
}

.widget-how-it-works li:last-child .widget-how-it-works__icon:after {
  display: none;
}

.widget-how-it-works__icon img {
  width: 24px;
  height: 24px;
}

@media (min-width: 992px) {
  .widget-how-it-works {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }

  .widget-how-it-works li {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
    text-align: center;
    position: relative;
  }

  .widget-how-it-works__icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .widget-how-it-works__icon:after {
    display: none;
  }

  .widget-how-it-works__title {
    max-width: 200px;
  }

  .widget-how-it-works li:after {
    position: absolute;
    bottom: auto;
    left: 140px;
    top: 45px;
    content: '';
    width: 95%;
    height: 1px;
    border-top: 3.5px dotted #b3bdc5;
  }

  .widget-how-it-works li:last-child:after {
    display: none;
  }
}

@media (min-width: 1184px) {
  .widget-how-it-works li:after {
    left: 145px;
  }
}

/*
=========================
     forside seventh section
=========================
*/

.forside-seventh-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: linear-gradient(58deg, var(--leaf), var(--pale-olive) 100%);
}

.forside-seventh-section-header h2 {
  margin-bottom: 30px !important;
  text-align: center;
  color: #fff;
}


@media (min-width: 992px) {
  .forside-seventh-section {
    padding-top: 100px;
    padding-bottom: 100px;

  }

}

/*
=========================
     form switcher
=========================
*/

.widget-form-switcher {
  width: 510px;
  max-width: 100%;
  margin: 0 auto;
}

.widget-form-switcher__btn {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    width: -webkit-fit-content;
    margin: 0 auto;
    padding: 5px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 43px;
}

html:lang(kl-GL) .widget-form-switcher__btn {
    width: 380px;
}

.widget-form-switcher__btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: auto;
    height: 40px;
    padding: 0px 20px;
    border-radius: 43px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    border: 0;
    font-family: 'titling-gothic-fb', sans-serif;
    transition: all .3s;
    cursor: pointer;
}

html:lang(kl-GL) .widget-form-switcher__btn li a {
    width: 190px;
}

.widget-form-switcher__btn li.ui-tabs-active a {
    background-color: #fff;
    color: #79a938;
}

.widget-form-switcher__desc {
    color: #fff;
    text-align: center;
    margin: 30px 0;
}

.widget-form-switcher label {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'titling-gothic-fb', sans-serif;
}

.widget-form-switcher .wpcf7 form.wpcf7-form p {
  margin-bottom: 30px;
}

.widget-form-switcher input.wpcf7-form-control.wpcf7-text,
.widget-form-switcher textarea.wpcf7-form-control.wpcf7-textarea {
  border-radius: 4px;
  border: solid 1.5px var(--white);
  /*background-color: var(--pale-olive);*/
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: var(--white);
  font-family: 'titling-gothic-fb', sans-serif;
  padding: 16px 20px;
  margin-top: 12px;

}

.widget-form-switcher input.wpcf7-form-control.wpcf7-text::placeholder,
.widget-form-switcher textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  opacity: 0.7;
  font-family: 'titling-gothic-fb', sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: var(--white);
}

.widget-form-switcher input.wpcf7-form-control.wpcf7-submit,
.widget-form-switcher input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
  width: 100%;
  height: 60px;
  border-radius: 43px;
  box-shadow: 0 10px 15px 0 rgba(103, 123, 140, 0.15);
  background-color: var(--white);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--leaf);
  box-sizing: border-box;
}

.widget-form-switcher input.wpcf7-form-control.wpcf7-submit:hover,
.widget-form-switcher input.wpcf7-form-control.wpcf7-submit:focus {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, .24);
}

.widget-form-switcher span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .widget-form-switcher__body {
    height: 653px;
  }

  .widget-form-switcher__wrap {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .widget-form-switcher__wrap > label {
    flex: 0 0 265px;
    max-width: 265px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media (max-width: 992px) {
  .widget-form-switcher__wrap {
    margin-bottom: 30px;
  }
}

/*
=========================
     forside eighth section
=========================
*/

.forside-eighth-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.forside-eighth-section-header h2 {
  margin-bottom: 40px !important;
  text-align: center;
}


@media (min-width: 992px) {
  .forside-eighth-section {
    padding-top: 80px;
    padding-bottom: 80px;

  }

  .forside-eighth-section-header h2 {
    margin-bottom: 60px !important;
  }

}


.qode_image_gallery_no_space ul li div {
  padding-left: 30px;
  padding-right: 30px;
}

/*
=========================
      Carousel slider
=========================
*/


.carousel-slider .owl-stage {
  display: flex;
  align-items: center;
}

.carousel-slider .carousel-slider__item {
    width: 200px;
    height: 80px;
}

.carousel-slider .owl-item img {
    width: 200px;
    height: 80px;
    object-fit: contain;
}

.carousel-slider .carousel-slider__item img {
    -webkit-filter: grayscale(100%) contrast(100%) opacity(0.4);
    filter: grayscale(100%) contrast(100%) opacity(0.4);
    -webkit-transition: 0.3s -webkit-filter linear;
    -moz-transition: 0.3s -moz-filter linear;
    -moz-transition: 0.3s filter linear;
    -ms-transition: 0.3s -ms-filter linear;
    -o-transition: 0.3s -o-filter linear;
    transition: 0.3s filter linear, 0.3s -webkit-filter linear;
}

.carousel-slider .carousel-slider__item:hover img {
    mix-blend-mode: unset;
    -webkit-filter: none;
    filter: none;
}

/*
=========================
      Widget Custom
=========================
*/


.footer_top h5 {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
}

.custom-html-widget address {
  font-style: normal;
}

.custom-html-widget .footer-list li {
  margin-bottom: 18px;
}

.footer-col-4 {
  margin-bottom: 30px;
}

.four_columns>.column4 {
    text-align: right;
}

.footer_top .qbutton.default {
  color: #fff !important;
  text-transform: none;
}

@media (min-width: 768px) {
  .footer-col-4 {
    text-align: right;
  }
}

@media (min-width: 1400px) {

  .footer_top_holder .container_inner,
  .footer_bottom_holder .container_inner {
    width: 1250px;
  }

  #custom_html-4 {
    padding-left: 100px;
  }

  .footer-col-4 div {
    margin-top: 130px;
  }
}

@media screen and (max-width: 992px) {

	.four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
    	width: 50%;
    	margin-bottom: 40px;
	}

	.four_columns>.column1>.column_inner,
	.four_columns>.column2>.column_inner,
	.four_columns>.column3>.column_inner,
	.four_columns>.column4>.column_inner {
		padding: 0;
	}

	.footer_top .four_columns .column1>.column_inner>div,
	.footer_top .four_columns .column2>.column_inner>div,
	.footer_top .four_columns .column3>.column_inner>div,
	.footer_top .four_columns .column4>.column_inner>div {
		margin: 0;
	}

	.four_columns>.column4,
	.footer-col-4 {
    	text-align: left;
	}

}

@media screen and (max-width: 768px) {

	.four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
    	width: 100%;
	}
	
	.four_columns>.column4,
	.footer-col-4 {
		text-align: center;
	}

	.footer_bottom_holder .three_columns {
	    display: flex;
	    flex-wrap: wrap;
	}

	.footer_bottom_holder .three_columns>.column1 {
		order: 1;
		width: 100%;
	}

	.footer_bottom_holder .three_columns>.column2 {
		order: 3;
		width: 100%;
	}

	.footer_bottom_holder .three_columns>.column3 {
		order: 2;
		width: 100%;
	}

	.footer_bottom_columns.three_columns .column1 .footer_bottom,
	.footer_bottom_columns.three_columns .column2 .footer_bottom,
	.footer_bottom_columns.three_columns .column3 .footer_bottom {
		text-align: center;
	}

	.footer_bottom_holder .three_columns>.column3 .footer_bottom {
		height: 22px;
		padding-top: 0;
		padding-bottom: 20px;
	}

}

/*
=========================
     Subpage CTA
=========================
*/

.widget-subpage-cta {
  min-height: 520px;
  background-size: cover, cover;
  background-position: 50%, 50%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  border-bottom-left-radius: 100% 50%;
  border-bottom-right-radius: 100% 50%;
  margin: 0 -20%;
  padding-left: 20%;
  padding-right: 20%;
  overflow: hidden;
}

.widget-subpage-cta:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0.3;
  background-color: var(--dark-grey-blue);
}

.widget-subpage-cta__container {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.widget-subpage-cta__desc {
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  margin-bottom: 15px;
}

.widget-subpage-cta__title {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  margin-bottom: 40px;
}

.widget-subpage-cta .qbutton {
  width: 100%;
  margin: 10px;
}


@media (min-width: 768px) {
  .widget-subpage-cta {
    background-size: contain, cover;
    min-height: 650px;
    justify-content: center;

  }

  .widget-subpage-cta__container {
  }

  .widget-subpage-cta__desc {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42;
    margin-bottom: 20px;
  }

  .widget-subpage-cta__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .widget-subpage-cta .qbutton {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}


/*
=========================
     Subpage Section
=========================
*/

.subpage-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.subpage-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.subpage-list {
  list-style: none;
  margin-bottom: 35px !important;
  padding-left: 24px;
}

.subpage-list li {
  margin-bottom: 15px;
  position: relative;
}

.subpage-list li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: -24px;
  background-image: url('./img/bullit.svg');
}

.subpage-image {
  position: relative;
  overflow: hidden;
  left: calc(-50vw + 50%);
  width: 100vw !important;
}

.subpage-section-bg {
  padding-bottom: 0;
}

.subpage-section-bg-image {
  background-image: url("./img/BG-Mobile-transparent.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
}

.subpage-50-wrap {
  padding-bottom: 50px;
  position: relative;
}

.subpage-50 {
  position: absolute;
  left: -25px;
  top: -70px;
  width: 188px;
  height: 100px;
  opacity: 0.1;
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--leaf);
}

.d-none {
  display: none;
}

.w-100 {
  width: 100%;
}

.subpage-top {
  padding-top: 80px;
}

.subpage-bottom {
  padding-bottom: 60px;
}

.subpage-section {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .w-100 {
    width: auto;
  }

  .page_not_found {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .subpage-section {
    padding-top: 100px;
  }


  .subpage-section-bg-image {
    background-image: url("./img/BG-Desktop-transparent.png");
    background-position-y: 0;
    padding-top: 167px;
  }

  .subpage-50-wrap {
    padding-right: 25%;
  }

  .subpage-50 {
    left: -90px;
    top: -80px;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-none {
    display: none;
  }

  .subpage-top {
    padding-top: 125px;
  }

  .subpage-bottom {
    padding-bottom: 100px;
  }

}

@media (min-width: 1200px) {

  .d-xl-none {
    display: none;
  }

  .subpage-image {
    display: none;
  }

  .subpage-section-bg {
    padding-bottom: 100px;
    background-size: contain !important;
    background-position: 100% 0 !important;
    background-repeat: no-repeat !important;
  }
}

@media (min-width: 1200px) {

  .subpage-section-bg {
    background-size: 40% !important;
  }
}

@media (max-width: 1199px) {
  .subpage-section-bg {
    background: none !important;
  }
}

/*
=========================
     Widget Image Box Light
=========================
*/

.widget-image-box-light {
  margin-bottom: 50px;
  width: 350px;
  max-width: 100%;
  min-height: 118px;
  box-shadow: 0 10px 15px 0 rgba(103, 123, 140, 0.15);
  background-color: var(--white);
  position: relative;
  padding-top: 45px;
  box-sizing: border-box;
}

.widget-image-box-light__header {
  height: 30px;
  background-color: #f8f9fa;
}


.widget-image-box-light__image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 10px 15px 0 rgba(103, 123, 140, 0.15);
  border: solid 1px var(--pale-olive);
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: -25px;
}

.widget-image-box-light__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 20px;
}


@media (min-width: 992px) {
  .widget-image-box-light {
    margin-bottom: 55px;
  }

}

/*
=========================
     Testimonials
=========================
*/

.testimonials-wrap {
  position: relative;
}

.testimotials-quote {
  opacity: 0.1;
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--leaf);
}

.testimotials-quote-top {
  position: absolute;
  top: -55px;
  left: -55px;
}

.testimonials_holder .flex-direction-nav a {
  border: none;
  background-color: transparent !important;
  cursor: pointer;
}

.testimonials_holder .flex-direction-nav a.flex-prev {
  position: absolute;
  top: 40%;
  left: -10px;
}

.testimonials_holder .flex-direction-nav a.flex-next {
  position: absolute;
  top: 40%;
  right: -10px;
}


.testimonials_holder .flex-direction-nav a:before {
  color: #677b8c;
  font-size: 24px;
}

.testimonials_holder .flex-direction-nav a:hover:before {
  color: #677b8c;
  opacity: .8;
}

.testimonials .testimonial_text_inner p,
.opinions .op-content p {
  font-size: 15px;
  font-style: italic;
  line-height: 1.5;
}

.testimonials_holder,
.opinions {
  text-align: left;
  position: relative;
}

.testimonials_holder:before,
.opinions:before {
  content: '“';
  opacity: 0.1;
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--leaf);
  position: absolute;
  top: -55px;
  left: -20px;
}

.testimonials_holder .op_name,
.opinions .op_name {
  margin-top: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #344854;
}

.testimonial_content_inner, .opinions {
  padding: 0 20px;
}

.testimonials_holder .flex-direction-nav {
  height: 0;
}

@media (min-width: 768px) {
  .testimonials_holder:before,
  .opinions:before {
    left: -40px;
  }
}

@media (min-width: 782px) and (max-width: 991px) {
  .testimonials_holder,
  .opinions {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {

  .testimonials_holder .flex-direction-nav a.flex-prev {
    position: absolute;
    top: 40%;
    left: -25px;
  }

  .testimonials_holder .flex-direction-nav a.flex-next {
    position: absolute;
    top: 40%;
    right: -25px;
  }

  .testimonial_content_inner, .opinions {
    padding: 0;
  }

  .testimonials_holder:before,
  .opinions:before {
    left: -55px;
  }

}

/*
=========================
     Thank you
=========================
*/

.widget-thankyou {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.widget-thankyou__container {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.widget-thankyou__desc {
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 15px;
}

.widget-thankyou__title {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 50px;
}

.widget-thankyou .qbutton {
  width: 100%;
}


@media (min-width: 768px) {
  .widget-thankyou {
    min-height: 650px;
    justify-content: center;

  }

  .widget-thankyou__container {
  }

  .widget-thankyou__desc {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42;
    margin-bottom: 20px;
  }

  .widget-thankyou__title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .widget-thankyou .qbutton {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}


/*
=========================
     cookie popup
=========================
*/

#catapult-cookie-bar h3 {
	font-family: 'titling-gothic-fb', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-transform: none;
}

#catapult-cookie-bar button#catapultCookie {
	border-color: #79a938;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	font-weight: 300;
	background-color: #79a938;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-transform: none;
	border-width: 0px;
	padding: 0 22px;
	background-image: linear-gradient(72deg, var(--pale-olive), var(--leaf));
}

#catapult-cookie-bar a {
	display: inline-block;
}

.ctcc-left-side {
	font-size: 12px;
	line-height: 1.8;
}

.footerPH5 {
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #344854;
	margin: 0 0 22px;
	font-family: 'titling-gothic-fb', sans-serif;
	text-transform: uppercase;
}