* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Custom CSS */
/* Fonts */
/* colors */
body {
  font-family: "PT Sans", sans-serif;
  color: #000;
  line-height: 1.2;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: bold;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  max-width: 100%;
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #000;
}
a:active,
a:focus,
a:visited {
  outline: 0px none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #e17223;
}
/* padding, background and text */
.bg-color1 {
  background-color: #e17223;
}
.bg-color2 {
  background-color: #d62598;
}
.bg-color3 {
  background-color: #f9fafb;
}
.bg-color4 {
  background-color: #4b566b;
}
.tx-color1 {
  color: #e17223;
}
.tx-color2 {
  color: #d62598;
}
.wcolor {
  color: #ffffff;
}
.f-img {
  width: 100%;
}
/* Transition */
.transition1 {
  transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  -webkit-transition: 0.1s all linear;
}
.transition2 {
  transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
}
.transition3 {
  transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
}
.transition4 {
  transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  -webkit-transition: 0.4s all linear;
}
/* End Transition */
@-webkit-keyframes pulse {
  0% {
    -webkit-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  }
  70% {
    -webkit-text-shadow: 0 1px 18px rgba(0, 0, 0, 0.4);
  }
  100% {
    -webkit-text-shadow: 0 1px 18px rgba(0, 0, 0, 0.4);
  }
}
@keyframes pulse {
  0% {
    -moz-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  }
  70% {
    -moz-text-shadow: 0 1px 18px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.4);
  }
  100% {
    -moz-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.box-shadow {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.box-shadow-2 {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
}
.btn,
.btn:active,
.btn:visited,
.btn:focus {
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  position: relative;
  overflow: hidden;
  border: none;
  padding: 12px 49px 14px ;
  background-color: #e17223;
  transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
}
.btn:hover,
.btn:active:hover,
.btn:visited:hover,
.btn:focus:hover {
  color: #ffffff;
  background-color: #8e3e06;
}
.btn.white,
.btn:active.white,
.btn:visited.white,
.btn:focus.white {
  background-color: #ffffff;
  color: #e17223;
}
.btn.white:hover,
.btn:active.white:hover,
.btn:visited.white:hover,
.btn:focus.white:hover {
  background-color: #e1dfe8;
}
/* form fields */
.form-group {
  margin: 0px 0px 30px;
}
.form-group input,
.form-group textarea,
.form-group select {
  background: #f3f2f7;
  border: 0;
  border-bottom: 2px solid #e1dfe8;
  padding: 14px 20px !important;
  color: #959399;
  font-size: 18px;
  border-radius: 0px;
  width: 100%;
  transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-bottom: 2px solid #e17223;
}
.form-group input {
  height: 56px;
}
.form-group textarea {
  resize: none;
  min-height: 180px;
}
.natural-ul ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 30px;
}
.natural-ul h3 {
  margin-bottom: 30px;
}
.natural-ul p {
  margin-bottom: 30px;
}
.owl-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
  -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06);
}
.owl-carousel .owl-nav > button.owl-prev,
.owl-carousel .owl-nav > button.owl-next {
  background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  border: 1px solid #e3e9ef;
}
.owl-carousel .owl-nav > button.owl-prev {
  left: 0px;
}
.owl-carousel .owl-nav > button.owl-next {
  right: 0px;
}
.owl-carousel .owl-nav > button span {
  margin-top: -5px;
  display: block;
}
.owl-carousel.homebanner .owl-nav > button.owl-prev {
  left: 50px;
}
.owl-carousel.homebanner .owl-nav > button.owl-next {
  right: 50px;
}
.owl-carousel.slider1,
.owl-carousel.slider4 {
  text-align: center;
}
.owl-carousel.slider1 img,
.owl-carousel.slider4 img {
  width: auto !important;
  display: inline-block !important;
}
.owl-carousel.slider3 .owl-nav > button.owl-prev,
.owl-carousel.slider3 .owl-nav > button.owl-next {
  background-color: #e17223;
  border: 1px solid #e17223;
  border-radius: 50%;
  color: #ffffff;
}
.owl-carousel.slider3 .owl-nav > button.owl-prev {
  left: -30px;
}
.owl-carousel.slider3 .owl-nav > button.owl-next {
  right: -30px;
}
.owl-carousel.sliderreview .owl-nav > button {
  margin-top: -5rem;
}
.owl-carousel.sliderreview .owl-nav > button.owl-prev,
.owl-carousel.sliderreview .owl-nav > button.owl-next {
  top: 100%;
}
.owl-carousel.cus-slider .owl-nav > button {
  top: 100%;
}
.owl-carousel.cus-slider .owl-nav > button.owl-prev {
  left: auto;
  right: 50%;
}
.owl-carousel.cus-slider .owl-nav > button.owl-next {
  right: auto;
  left: 50%;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  z-index: 1025;
  border-bottom: 2px solid #f3f2f7;
}
.header .logo a {
  display: inline-block;
  height: 50px;
}
.header .logo img {
  height: 100%;
}
.header .navbar-toggle {
  background: none;
  border: 0px;
  font-size: 38px;
}
#menu .menuheader {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
#menu .menuheader .logo a {
  display: inline-block;
  height: 50px;
}
#menu .menuheader .logo img {
  height: 100%;
}
#menu .menuheader .navbar-toggle {
  border: 0px;
  font-size: 24px;
}
#menu .menuheader .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#menu .menu_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  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;
  text-align: center;
  background-image: url(../../images/menubackground.png);
  background-position: center;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-color: #f3f2f7;
}
#menu .menu_wrapper li {
  padding: 8px;
}
#menu .menu_wrapper li a {
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  font-weight: 700;
}
.highlight-text {
  font-size: 68px;
}
.points {
  font-size: 20px;
  position: relative;
}
.points li {
  margin-bottom: 15px;
}
.points li img {
  width: 25px;
  vertical-align: middle;
}
.points li div {
  display: inline-block;
  vertical-align: middle;
}
.section-homebanner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.section-homebanner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.section-homebanner .banner-content {
  text-align: left;
  color: white;
  min-height: 100vh;
  padding-top: 150px;
  position: relative;
}
.section-homebanner .banner-content h1 {
  font-size: 4rem;
  margin-bottom: 10px;
}
.section-homebanner .banner-content h2 {
  font-size: 3rem;
}
.section-homebanner .banner-content a {
  margin-bottom: 50px;
}
.section-homebanner .quickcontact {
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 40px;
}
.section-homebanner .quickcontact h2 {
  color: #000;
  padding-bottom: 20px;
}
.section-homebanner .quickcontact h2 span {
  color: #e17223;
}
.section-aboutus {
  padding-top: 100px;
  min-height: 100vh;
  background: #f3f2f7;
}
.section-aboutus p {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px;
}
.section-aboutus .showcase {
  padding-top: 80px;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}
.section-aboutus .showcase img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-included {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-included h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.section-included h2 span {
  color: #e17223;
}
.section-included .description {
  margin-bottom: 40px;
}
.section-included .usp {
  text-align: center;
}
.section-included .usp .icon {
  font-size: 60px;
}
.section-included .usp .point {
  font-size: 20px;
  margin-bottom: 40px;
}
.section-newlife {
  background: #000;
  color: #e17223;
  border-radius: 2.5rem 2.5rem 0rem 0rem;
}
.section-newlife .newlifeside {
  min-height: 90vh;
}
.section-newlife .newlife {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.section-services {
  padding-bottom: 100px;
}
.section-services .service-intro {
  padding-top: 100px;
}
.section-services .service {
  padding-top: 70px;
}
.section-services .service .content {
  background-color: #f3f2f7;
  color: #000;
  padding: 30px 40px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.section-services .service .content h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.section-services .service .content p {
  font-size: 14px;
}
.section-services .service:nth-child(even) .content {
  background-color: #000;
  color: #ffffff;
}
.section-projects {
  background: #000;
  color: #ffffff;
}
.section-projects .abslider-container {
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.section-projects .abslider-container .icon {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 0;
  top: 0;
}
.section-projects .abslider-container .icon i {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #e17223;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: -12.5px;
  margin-bottom: -12.5px;
}
.section-projects .abslider-container .before-after {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.section-projects .abslider-container .before-after img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-projects .abslider-container .before-after .after {
  width: 50%;
  overflow: hidden;
}
.section-projects .abslider-container .before-after .after img {
  clip-path: inset(0 50% 0 0);
}
.section-projects .abslider-container .abslider {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-projects .abslider-container .abslider input {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: auto;
  cursor: ew-resize;
  -webkit-appearance: none;
  background: transparent;
  opacity: 0;
}
.section-testimonials {
  background: #f3f2f7;
}
.section-testimonials .testimonial {
  background-color: #ffffff;
  padding: 15px 70px;
}
.section-testimonials .testimonial i.bi-quote {
  font-size: 46px;
}
.section-testimonials .testimonial .rating {
  color: #e17223;
}
.section-testimonials .testimonial .rating i {
  margin-right: 3px;
}
.section-testimonials .testimonial .name .customer-img {
  background-image: url(../../images/test.jpg);
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.section-testimonials .testimonial .quote {
  min-height: 54px;
}
.section-testimonials .carousel-control-prev {
  width: 62px;
  left: 10px;
  background: #e17223;
  background: -webkit-gradient(linear, left top, right top, from(#e17223), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #e17223 0%, rgba(255, 255, 255, 0) 100%);
}
.section-testimonials .carousel-control-next {
  width: 62px;
  right: 10px;
  background: #e17223;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#e17223));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e17223 100%);
}
.section-colorpalette {
  color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.pantone-box {
  height: 130px;
  color: #000;
  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;
  font-weight: bold;
}
.pantone-box p {
  background: #fff;
  padding: 0px 15px;
  width: 100%;
}
.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: #ffffff;
}
.section-faq {
  background: #000;
  color: #ffffff;
  padding-top: 60px;
}
.section-faq .accordion-body {
  font-size: 16px;
}
.section-faq .slider {
  height: 400px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.section-faq .slider .slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.section-faq .slider .slider-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.section-faq .slider .slider-container ul li {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-faq .slider .slider-container ul li img {
  max-width: 450px;
}
.section-faq .slider .slider-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08080800), color-stop(77%, #000));
  background-image: linear-gradient(180deg, #08080800, #000 77%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0px;
  top: 0px;
}
footer {
  background: #000;
  color: #959399;
}
footer a {
  font-size: 14px;
  color: #959399;
  text-decoration: none;
  -webkit-transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
footer a:hover {
  color: #ffffff;
}
footer p {
  font-size: 14px;
  margin: 0px;
  line-height: 1.6;
}
footer h6 {
  color: #ffffff;
  padding-top: 10px;
}
footer .top {
  padding-top: 60px;
  padding-bottom: 40px;
}
footer .bottom {
  padding-top: 40px;
  padding-bottom: 60px;
}
footer li {
  margin-top: 10px;
}
footer .phone {
  display: block;
}
footer .logo {
  width: 240px;
  margin-bottom: 8px;
}
footer .bottomlogo {
  width: 38px;
}
.top_icon {
  position: relative;
}
.top_icon a {
  position: fixed;
  bottom: 25px;
  width: 44px;
  right: 15px;
  color: #fff;
  border-radius: 10px;
  height: 44px;
  text-align: center;
  line-height: 1.8;
  transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  display: none;
  z-index: 999;
  background-color: rgba(43, 52, 69, 0.25);
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.625rem;
}
.top_icon a:hover {
  background-color: rgba(43, 52, 69, 0.5);
}
.top_icon a i {
  transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
}
.section_innerbanner {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
.section_innerbanner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.section_innerbanner .banner-content {
  text-align: left;
  color: white;
  min-height: 300px;
  position: relative;
}
.section_innerbanner .banner-content h1 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  margin-top: 200px;
  text-transform: uppercase;
}
.section_innerbanner .banner-content h2 {
  font-size: 3rem;
}
.section_innerbanner .banner-content p {
  font-size: 1rem;
}
.section_innerbanner .banner-content a {
  margin-bottom: 40px;
}
.section-innerpage {
  padding-top: 70px;
  min-height: 100vh;
}
.section-innerpage .pageheadline {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-innerpage .pageheadline h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.04;
}
.section-innerpage .pageheadline p {
  font-size: 20px;
}
.whyuspage p {
  font-size: 20px;
}
.whyuspage .reasons {
  padding-top: 80px;
  padding-bottom: 80px;
}
.whyuspage .reasons .points p {
  font-size: 14px;
}
.testimonialspage .pageheadline p {
  font-size: 1rem;
}
.testimonialspage .testimonial {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.testimonialspage .testimonial .listitem {
  border-bottom: 1px solid #e4e4e4;
  margin-top: 60px;
  padding-bottom: 48px;
}
.testimonialspage .testimonial .listitem:first-child {
  margin-top: 0;
}
.testimonialspage .testimonial .listitem:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}
.testimonialspage .testimonial .story-photo {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.testimonialspage .testimonial .story-name {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.testimonialspage .testimonial .story-label {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
.testimonialspage .testimonial .story-quote {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.projectspage .pageheadline h2 {
  font-size: 4rem;
  margin-bottom: 15px;
}
.projectspage .projects {
  padding-top: 80px;
  padding-bottom: 80px;
}
.projectspage .projects .image {
  position: relative;
  height: 50vh;
  min-height: 300px;
  max-height: 470px;
  overflow: hidden;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.projectspage .projects .image:hover {
  -webkit-transform: scale3d(0.98, 0.98, 0.98);
          transform: scale3d(0.98, 0.98, 0.98);
}
.jointeampage .pageheadline h2 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.jointeampage .form {
  padding-top: 0px;
  padding-bottom: 80px;
}
.blogpage {
  padding-bottom: 80px;
}
.blogpage .image {
  position: relative;
  height: 50vh;
  min-height: 300px;
  max-height: 470px;
  overflow: hidden;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blogpage .image:hover {
  -webkit-transform: scale3d(0.98, 0.98, 0.98);
          transform: scale3d(0.98, 0.98, 0.98);
}
.captchamagic {
  display: inline-block;
  width: 100%;
}
.captchamagic h4 {
  font-size: 16px;
  line-height: 24px;
}
.captchamagicinner {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 20px;
}
.captchamagicnumbers {
  background: #fdecec;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  text-align: center;
  padding: 8px 0px;
}
.captchamagicnumbers * {
  font-size: 30px;
}
.captchamagicnumbers .magictransparent {
  color: transparent !important;
  width: 0px;
  display: inline-block;
  overflow: hidden;
}
.captchamagicnumbers input.magicnumber {
  color: #000 !important;
  display: inline-block !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 40px !important;
  border: 0px !important;
  text-align: center !important;
  font-size: 20px !important;
  background: transparent !important;
}
.captchamagicinner input.captchamagicanswer {
  width: 100% !important;
  margin: 0px !important;
  text-align: center !important;
}
