/*-----------------------------------------------------------------------------------
/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #696A73; 
  position: relative;
  overflow-x: hidden!important;

}
html, body {overflow-x: hidden
	!important;
-webkit-overflow-scrolling: touch
	!important;
}
@media screen and (max-width: 375px) {
body {
overflow-x: hidden !important;
max-width: 100%!important;
 }
}	
@media screen and (max-width: 800px) {
body {
overflow-x: hidden !important;
max-width: 100%!important;
 }
}
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
body{ 
overflow-x: hidden !important;
  }
}	
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {   
body { 
overflow-x: hidden !important;
  }
}	
@media screen and (min-width: 1800px) {
body {
overflow-x: hidden !important;
 }
}	
@media screen and (min-width: 1200px) {
body {
overflow-x: hidden !important;
 }
}
@media screen and (max-width: 600px) {
body {
overflow-x: hidden !important;
 }
}
@media screen and (max-width: 768px) {
body {
overflow-x: hidden !important;

 }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
img {
  max-width: 100%; 
	cursor: pointer;
	  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
img:hover {
transition: all .8s ease-in-out;
	transform: scale(1.2);
  transition: all 0.6s ease, opacity 0.6s ease 0.6s;
}
#img1 {
  max-width: 100%; 
	cursor: pointer;
	transform: skew(-4deg);
		background-image: url(https://blog.ansi.org/wp-content/uploads/2020/03/Plastering-Wall.jpg);
	background-repeat: no-repeat;
	opacity: 80;
  background-color: rgba(231,232,232,0.51);
	  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  filter: drop-shadow(1px 1px 2px #EAE5E5);
  filter: drop-shadow(1px 1px 2px #EAE5E5);
}
#img1:hover {
transition: all .8s ease-in-out;
	transform: scale(1.2) skew(-4deg);
  background-color: rgba(231,232,232,0.51);
  transition: all 0.6s ease, opacity 0.6s ease 0.6s;
  filter: drop-shadow(1px 1px 2px #EAE5E5);
  filter: drop-shadow(1px 1px 2px #EAE5E5);
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

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

i,
span,
a {
	display: inline-block;
	color: black;
	font-size: 20px;
	font-weight: 300;
	
}
a, a:hover {
  color: #918D75; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: black;
  margin: 0px; }
h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: black;
  margin: 0px; }
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: black;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: black;
  margin: 0px; 
flex-wrap: wrap;
transition: 0.5s ease-in;
}
p1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: black;
    margin-top: 0px;
    flex-wrap: no-wrap;
    transition: 0.5s ease-in;
    width: 95%;
	}
.bg_coverproject {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden !important;
   background-color: none !important;
  transition: 1s ease-in-out;
  width: 100%;
  height: 100%; 
}
.project-area {
margin-top: 10em;
margin-bottom: 10em;
 overflow-x: hidden !important;
 background-color: none !important;
  transition: 1s ease-in-out;
  width: 100%;
  height: 100%; 
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  overflow-x: hidden !important;
  background-repeat: no-repeat;
  transition: 1s ease-in-out;
  overflow-x: hidden !important;
  width: 100%;
  height: 100%; 
}
.titlee {
font-size: 42px;
	font-weight: 700;
	color: white;
	text-align: center;
}
  @media (max-width: 600px) {
.titlee {
      font-size: 30px!important; 
	 	font-weight: 700;
	  color: white;
	text-align: center;
	  transition: 0.5s ease-in;
	} 
}
.h3title2 {
font-size: 22px;
  font-weight: 200;
	color: white;
	text-align: center;
}
  @media (max-width: 600px) {
.h3title2 {
      font-size: 20px!important; 
	text-align: center;
	  transition: 0.5s ease-in;
	} 
}
.title3 {
font-size: 38px;
	text-align: left;
	font-weight: 700;
	transition: 0.5s ease-in;
	color: #FFFFFF;
}
  @media (max-width: 600px) {
.title3 {
      font-size: 25px!important; 
	text-align: left;
	  transition: 0.5s ease-in;
	} 
}
  @media (max-width: 767px) {
.title3 {
      font-size: 28px; 
	text-align: left;
	  transition: 0.5s ease-in;
	} 
}
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) { 
.title3 {
font-size: 38px;
	max-width: 95vw;
	text-align: left;
	  transition: 0.5s ease-in;
	} 
}
/*===== 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;
  border: 0;
  padding: 0 40px;
  font-size: 20px;
  line-height: 48px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #f01b18;
  transition: all 0.6s ease, opacity 0.6s ease 0.6s;
   }
@media (min-width: 1800px) {
#main-btn {
bottom: 1em!important;
   } }
@media (max-width: 600px) {
#main-btn {
margin-bottom: 2em!important;
   }}
@media (max-width: 767px) {
#main-btn {
margin-bottom: 5em;
   }}
  .main-btn:hover {
    background-color: #f01b18;
	top: 2em;
	transform: scale(1.2);
    color: #fff;
	transition: all 0.6s ease, opacity 0.6s ease 0.6s; }
  .main-btn.main-btn-2 {
    background-color: #fff;
	transform: scale(95%);
    color: #f01b18;
    border-color: #f01b18; 
	transition: all 0.6s ease, opacity 0.6s ease 0.6s;}
    .main-btn.main-btn-2:hover {
      background-color: #f01b18;
      border-color: #f01b18;
	  transform: scale(95%);
      color: #fff;
	  transition: all 0.6s ease, opacity 0.6s ease 0.6s; }

/*===== All Button Style =====*/
.section_title .title {
	font-size: 40px;
	font-weight: 700;
	transition: 0.5s ease-in;
	color: black;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section_title .title {
      font-size: 32px;
	  transition: 0.5s ease-in;} }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_title .title {
      font-size: 34px; 
	  transition: 0.5s ease-in;} }
  @media (max-width: 767px) {
    .section_title .title {
      font-size: 24px; 
	  transition: 0.5s ease-in;} }

.section_title.section_title_2 .title {
  color: #fff; 
}
.section_title .title2 {
text-align: center;
font-size: 30px;
font-weight: 700;
	transition: 0.5s ease-in;
}

.dtitle {
	font-size: 23px;
	font-weight: 700;
	transition: 0.5s ease-in;
	color: black;
}
  @media (max-width: 600px) {
    .dtitle {
      font-size: 22px!important; 
	  transition: 0.5s ease-in;
	} 
}
  @media (max-width: 767px) {
    .dtitle {
      font-size: 22px; 
	  transition: 0.5s ease-in;
	} 
}
/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }
	
/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
    position: absolute;
    padding: 8px 0;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 99;
	border-bottom-right-radius:25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
	width: 100%;
  background-color: #e9e8e0;
	  border-bottom-right-radius: 25px;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 3px 0;
	  width: 100%;


}

.navbar {
  padding: 1 3px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; 
}

.navbar-brand {
	top:-50px;
padding: 0;
	transition: all .0.4s ease-in-out;
	height: auto;
	width: auto;
}
@media (max-width:55em) {
.navbar-brand {
     width: 190px; 
	transition: all .0.4s ease-in-out;
	}
}	
@media (max-width:55em) {
.navbar-brand {
     width: 190px; 
	transition: all .0.4s ease-in-out;
	}
}	
  .navbar-brand img {
  padding: 0;
    width: 250px; 
	transition: all .0.4s ease-in-out;
}

@media (max-width:55em) {
.navbar-brand img {
     width: 190px; 
	transition: all .0.4s ease-in-out;
	}
}	

.navbar-toggler {	
   top: 2px;
   right:3px;
	width: 52px;
	height: 52px;
	line-height: 40px;
border: 2px solid black;
} .navbar-toggler .toggler-icon {
    width: 37px;
    height: 4px;
	left: -7px;
	top: -0.5px;
    background-color: #f01b18;
    display: block;
    margin: 7px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: translateX(-3.05px) rotate(45deg);
	width: 44px!important;
    top: 12px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
     transform: translateX(-3.05px) rotate(135deg);
    top: -10px; 
	 width: 44px!important;
 }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
	    opacity: .98;
	  border-radius: 5px;
	  border: 2px solid #918D75;
    background-color: #e9e8e0;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
	    opacity: .98;
	  border-radius: 5px;
	  border: 2px solid #918D75;
    background-color: #e9e8e0;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 15px; } }

.navbar-nav .nav-item {
  position: relative;
  margin-left: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: black;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
}
    .navbar-nav .nav-item a::before {
      position: absolute;
      content: '';
      bottom: 0px;
      left: 0;
      width: 0;
      height: 3px;
      background-color: #918D75;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: black; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: black; } }
  .navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
    width: 100%; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #e9e8e0;
	opacity: .98;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 111%;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 2px;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: black; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #f01b18; }

.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: black;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: black;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #f01b18;
    border-bottom: 1px solid #f01b18;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

.sticky .navbar-toggler .toggler-icon {
  background-color: #f01b18; 
}

.sticky .navbar-nav .nav-item a {
  color: black; }

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #f01b18; }

/*===== SLIDER =====*/
.single_slider {
  height: 800px;
  position: relative;
  overflow: hidden!important; 
	box-shadow: 0 0 20px #A6A0A1;
	 background: #E8E7DE;
	  	opacity: 0.75;
	transition: 1s ease-in-out;
	border-bottom-left-radius: 200px;
}
  @media only screen and (min-width: 1400px) {
    .single_slider {
      height: 850px; 
	    overflow: hidden!important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
      height: 700px;
	    overflow-x: hidden!important; 
 } }
  @media (max-width: 600px) {
    .single_slider {
	    overflow-x: hidden!important; 
			max-width: 100vw!important;
 } }
  @media (max-width: 767px) {
    .single_slider {
      height: 350px;
	    overflow-x: hidden!important; 
 } }
   /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
    .single_slider {
      height: 540px;
	    overflow-x: hidden!important; 
 } }
  /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {   
    .single_slider {
      height: 580px;
	    overflow-x: hidden!important; 
 } }
  .single_slider::before {
    position: absolute;
    content: '';
	 top: 0;
  left: 0;
  overflow-x: hidden!important; 
	 background: #dddcd5;
	  background-blend-mode: luminosity;
	  	opacity: 0.75;
	  transition: 1s ease-in-out;
	background-image: url(https://www.stucadoorsbedrijf-jvanrhijn.nl/assets/images/jef1p7.png);
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    width: 100%;
    min-height: 100%;
}
  @media (max-width: 600px) {
  .single_slider::before {
    position: absolute;
    content: '';
	 top: 0.3em!important;
  left: -4.25em!important;
  overflow-x: hidden!important;
	 background: #dddcd5;
	  background-blend-mode: luminosity;
	  	opacity: 0.75;
	  transition: 1s ease-in-out;
	background-image: url(https://www.stucadoorsbedrijf-jvanrhijn.nl/assets/images/jef1p7.png);
	background-repeat: no-repeat;
    background-size: 95% auto!important;
	background-position: center center;
    width: 100% !important;
	transform: scale(1.90)!important;
    min-height: 62%!important;
 } }
  @media (max-width: 768px) {
  .single_slider::before {
    position: absolute;
    content: '';
	 top: 0.2em;
  left: -5em;
  overflow-x: hidden!important;
	 background: #dddcd5;
	  background-blend-mode: luminosity;
	  	opacity: 0.75;
	  transition: 1s ease-in-out;
	background-image: url(https://www.stucadoorsbedrijf-jvanrhijn.nl/assets/images/jef1p7.png);
	background-repeat: no-repeat;
    background-size: 95% auto!important;
	background-position: center center;
    width: 100% !important;
	transform: scale(1.80);
    min-height: 75%;
 } }
  /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
  .single_slider::before {
    position: absolute;
    content: '';
	 top: 0.2em;
  left: -12em!important;
  overflow-x: hidden!important;
	 background: #dddcd5;
	  background-blend-mode: luminosity;
	  	opacity: 0.75;
	  transition: 1s ease-in-out;
	background-image: url(https://www.stucadoorsbedrijf-jvanrhijn.nl/assets/images/jef1p7.png);
	background-repeat: no-repeat;
    background-size: 95% auto!important;
	background-position: center center;
    width: 100% !important;
	transform: scale(1.95)!important;
    min-height: 75%;
 } }
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {       
  .single_slider::before {
    position: absolute;
    content: '';
	 top: 0.2em;
  left: -12em!important;
  overflow-x: hidden!important;
	 background: #dddcd5;
	  background-blend-mode: luminosity;
	  	opacity: 0.75;
	  transition: 1s ease-in-out;
	background-image: url(https://www.stucadoorsbedrijf-jvanrhijn.nl/assets/images/jef1p7.png);
	background-repeat: no-repeat;
    background-size: 95% auto!important;
	background-position: center center;
    width: 100% !important;
	transform: scale(1.95)!important;
    min-height: 70%;
 } }
.slider_content {
  padding-top: 50px; 	
}
  .slider_content .slider_title {
    font-size: 60px;
    color: #fff;
    margin-top: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider_content .slider_title {
        font-size: 44px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_content .slider_title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .slider_content .slider_title {
        font-size: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_content .slider_title {
        font-size: 40px; } }
    .slider_content .slider_title span {
      display: contents;
      color: black; }
  .slider_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    max-width: 550px;
}
    @media (max-width: 767px) {
      .slider_content p {
        font-size: 16px; } }
  .slider_content .main-btn {
    margin-top: 5px; }

/*===========================
      03.FEATUREAS css 
===========================*/
.single_features .features_image img {
  width: 100%;
 }

.single_features .features_content .features_title a {
  font-size: 30px;
  font-weight: 600;
  color: #1A3154;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_features .features_content .features_title a {
      font-size: 24px; } }

/*===========================
       04.ABOUT css 
===========================*/
.about_area {
  position: relative;
  z-index: 5; 
 background: transparent!important; 
 	overflow-x: hidden!important;
}

.about_bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100vw;
    height: 75.4vh;
	overflow-x: hidden!important;
 background: transparent!important; 
  z-index: -1;
  padding-right: 280px; 
}
.about_image img {
  width: 100%;
  height: 50%;
  border-radius: 20px; 
  overflow: hidden!important;}

.about_content {
	scroll-margin-top: 1em;
}
  @media (max-width: 600px) {
        .about_content {
          font-size: 22px;
		    padding-left: 5px;
			 background: transparent!important; 
		  transform: translateY(-11em)!important;
			overflow: hidden!important;
			scroll-margin-top: 1em;
		   } }
  @media (max-width: 767px) {
        .about_content {
          font-size: 22px;
		   background: transparent!important; 
		    padding-left: 5px;
		  transform: translateY(-12em);
			overflow: hidden!important;
			scroll-margin-top: 1em;
		   } }
  .about_content .sub_title {
    font-size: 22px;
    font-weight: 400;
    position: relative; 
transition: 0.5s ease-in;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about_content .sub_title {
        font-size: 22px; 
		transition: 0.5s ease-in;
		} }
    @media (max-width: 767px) {
      .about_content .sub_title {
        font-size: 22px; 
		transition: 0.5s ease-in;
} }
    
    .about_content .sub_title span {
    font-size: 22px;
    font-weight: 800;
    color: black;
}
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about_content .sub_title span {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .about_content .sub_title span {
          font-size: 22px;
		   } }
  .about_content .main_title {
    font-size: 45px;
	  font-weight: 700;
    margin-top: 25px;
	margin-left: -0.3%;
transition: 0.5s ease-in;}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about_content .main_title {
        font-size: 34px;
		  font-weight: 700;
		transition: 0.5s ease-in;} }
    @media (max-width: 767px) {
      .about_content .main_title {
        font-size: 24px; 
		  font-weight: 700;
		transition: 0.5s ease-in;} }
  .about_content p {
    margin-top: 25px; }
  .about_content .main-btn {
    margin-top: 5px; }

/*===========================
       05.SERVICES css 
===========================*/
.single_services .services_icon i {
  width: 85px;
  height: 85px;
  line-height: 84px;
  cursor: pointer;
  border: none!important;
  border-radius: 12px;
  font-size: 42px;
	overflow:visible;
  color: rgba(148,145,123,1.00);
  text-align: center;
	background: none;
  background-color: transparent;
-webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
         transform:rotate(-360deg); 
  -ms-transform:rotate(-360deg); 
  -webkit-transform:rotate(-360deg);
	transition: all 0.5s ease-in-out;
}
.single_services .services_icon i:hover {
  width: 85px;
  height: 85px;
  line-height: 84px;
  cursor: pointer;
  border: none!important;
  font-size: 30px!important;
  color: rgba(148,145,123,1.00);
  text-align: center;
 background-color: transparent;
-webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
         transform:rotate(360deg); 
  -ms-transform:rotate(360deg); 
  -webkit-transform:rotate(360deg);
	transition: all 0.5s ease-in-out;
  }
  @media (max-width: 767px) {
.single_services .services_icon i {
  width: 55px!important;
  height: 55px!important;
  line-height: 58px!important;
  cursor: pointer;
  border: 2px solid #8C8B89;
  border-radius: 12px;
  font-size: 33px!important;
	overflow: visible;
  color: rgba(148,145,123,1.00);
  text-align: center;
-webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
         transform:rotate(-360deg); 
  -ms-transform:rotate(-360deg); 
  -webkit-transform:rotate(-360deg);
	transition: all 0.5s ease-in-out;
 }}
  @media (max-width: 767px) {
.single_services .services_icon i:hover {
  width: 60px;
  height: 60px;
  line-height: 63px;
  cursor: pointer;
  border: 2px solid #8C8B89;
  border-radius: 12px;
  font-size: 42px;
	overflow: visible;
  color: rgba(148,145,123,1.00);
  text-align: center;
 }}
.single_services .services_content {
  margin-top: 25px; 
-webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;}
.single_services .services_content:hover {
  margin-top: 22px; 
	transition: all 0.5s ease-in-out;}
  .single_services .services_content .title {
	font-size: 18px;
	font-weight: 400;
	object-fit: cover;
	object-position: center;
transition: 0.5s ease-in;
	  	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single_services .services_content .title {
        font-size: 24px; 
		transition: 0.5s ease-in;} }
    @media (max-width: 767px) {
      .single_services .services_content .title {
        font-size: 24px; 
		transition: 0.5s ease-in;} }
  .single_services .services_content p {
    margin-top: 25px;
transition: 0.5s ease-in;}



/*===========================
       07.COUNTER css 
===========================*/

.pos_reletive {
	position: relative;
	z-index: 1;
}


/*===========================
       11.CONTACT css 
===========================*/
p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #1A3154;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.contact_form .single_form {
  margin-top: 30px; }
  .contact_form .single_form textarea,
  .contact_form .single_form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    border: 1px solid rgba(145,135,104,0.60);
    border-radius: 5px;
}
    .contact_form .single_form textarea:focus,
    .contact_form .single_form input:focus {
      border: 1px solid rgba(145,135,104,0.60); }
  .contact_form .single_form textarea {
    padding-top: 15px;
    resize: none;
    height: 125px; }

.contact_info p {
    margin-top: 15px;
    font-size: 18px;
}
#contact {
position: absolute;
	scroll-margin-top: 1em;
        left: 50%;
	margin-top: 45em!important;
		bottom: auto!important;
overflow-x: hidden!important;
	padding: 0 25px 35px;
        margin-right: -50%;
        transform: translate(-50%, -50%);
	 border: 1px solid #D4D3CF;
    border-radius: 15px;
background: rgb(233,232,224);
background: -moz-linear-gradient(180deg, rgba(233,232,224,1) 0%, rgba(233,232,224,1) 35%, rgba(252,252,251,0.14469537815126055) 100%);
background: -webkit-linear-gradient(180deg, rgba(233,232,224,1) 0%, rgba(233,232,224,1) 35%, rgba(252,252,251,0.14469537815126055) 100%);
background: linear-gradient(180deg, rgba(233,232,224,1) 0%, rgba(233,232,224,1) 35%, rgba(252,252,251,0.14469537815126055) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e8e0",endColorstr="#fcfcfb",GradientType=1);
		 -webkit-filter: drop-shadow(4px 4px 4px #e9e8e0);
  filter: drop-shadow(4px 4px 4px #e9e8e0);
}
.single_info {
  margin-top: 30px; }
  .single_info .info_icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: rgb(204,202,185);
background: -moz-linear-gradient(90deg, rgba(204,202,185,1) 0%, rgba(217,215,197,0.654499299719888) 100%);
background: -webkit-linear-gradient(90deg, rgba(204,202,185,1) 0%, rgba(217,215,197,0.654499299719888) 100%);
background: linear-gradient(90deg, rgba(204,202,185,1) 0%, rgba(217,215,197,0.654499299719888) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccab9",endColorstr="#d9d7c5",GradientType=1);
	  filter: drop-shadow(2.5px 2.5px 5px rgba(204,202,185,1));
	  border: 1px solid rgba(192,188,162,1.00);
    color: #fff; }
    @media (max-width: 767px) {
      .single_info .info_icon i {
        width: 35px;
        height: 35px;
        line-height: 35px; } }
  .single_info .info_content {
    padding-left: 15px; }
    .single_info .info_content p {
      margin-top: 0;
		  font-size: 18px; }
      @media (max-width: 767px) {
        .single_info .info_content p {
          font-size: 18px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_info .info_content p {
          font-size: 18px; } }

/*===========================
       12.FOOTER css 
===========================*/
.footer_area {
  position: relative;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  overflow: hidden!important;
 background: transparent;
	  transition: 1s ease-in-out;
	background-image: url(https://www.stucadoorsbedrijf-jvanrhijn.nl/assets/images/jef1p44.png);
	background-repeat: no-repeat;
    background-size: 120% auto;
	background-position: top center;
    width: 100%;
 }

@media (min-width: 1200px) {     
  .footer_area {
  position: relative;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  overflow: hidden!important;
 background: transparent;
	  transition: 1s ease-in-out;
	background-image: url(https://www.stucadoorsbedrijf-jvanrhijn.nl/assets/images/jef1p44.png);
	background-repeat: no-repeat;
    background-size: 120% auto!important;
	background-position: top center;
    width: 100%;
 } }
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer_area {
  position: relative;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  overflow: hidden!important;
 background: transparent;
	  transition: 1s ease-in-out;
	background-image: url(https://www.stucadoorsbedrijf-jvanrhijn.nl/assets/images/jef1p44.png);
	background-repeat: no-repeat;
    background-size: 140% auto;
	background-position: top center;
 } }
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {       
  .footer_area {
  position: relative;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  overflow: hidden!important;
 background: transparent;
	  transition: 1s ease-in-out;
	background-image: url(https://www.stucadoorsbedrijf-jvanrhijn.nl/assets/images/jef1p44.png);
	background-repeat: no-repeat;
    background-size: 140% auto;
	background-position: top center;
 } }
  .footer_area::before {
    position: absolute;
    content: '';
	 top: 0;
  	 left: 0;
	  	bottom: 0!important;
	opacity: 0.82;
	 background: #dddcd5;
	 overflow: hidden!important;
background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
	 }
.footer_about {
  margin-top: -10em!important;
}
.footer_about img{
  max-width: 50%;
  margin-bottom: 20px; 
 overflow: hidden!important;
}
.footer_about p {
  margin-top: 25px;
  color: #fff; 
  max-width: 50%;
}
.footer_title {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.open_title {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.footer_link_wrapper .footer_link {
  width: 33.33%; }
  @media (min-width: 1800px) {
    .footer_widget {
     width: 100%!important; 
} }
  @media (max-width: 767px) {
    .footer_link_wrapper .footer_link {
      width: 100%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_link_wrapper .footer_link {
      width: 50%; } }
  .footer_link_wrapper .footer_link .link {
    padding-top: 25px; }
    .footer_link_wrapper .footer_link .link li {
      margin-top: 10px; }
      .footer_link_wrapper .footer_link .link li a {
        font-size: 16px;
        font-weight: 400;
        color: black;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer_link_wrapper .footer_link .link li a:hover {
          color: #f01b18;	
}
.footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.58);
   overflow: hidden!important;
  padding: 20px 0; 
bottom: 0;
}
  .footer_copyright p {
    color: #fff; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #f01b18;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; 
}
  .back-to-top:hover {
    color: #fff;
    background-color: #f01b18; 
}

.lead1 {
	border: 2px solid #FFB316;
	border-radius: 20px;
	font-family: var(--font-1);
    font-weight: 400;
    font-size: var(--text-md);
	line-height: 2.4;
	padding: 1em;
	color: #FFB316;
	text-align: left;
	min-height: 5em;
	background-color: #f01b18;
	background-blend-mode: multiply;
	background-image: url(../images/hamer.png);
	background-repeat: repeat;
    background-size: 10%;
	background-blend-mode: multiply;
	background-position: center center;
	box-shadow: 0 0 6px #0A0E51;
      -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 01.55) 450ms;
      -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 01.55) 450ms;
      -o-transition: cubic-bezier(0.68, -0.55, 0.27, 01.55) 450ms;
		transition: all 1s ease-in-out;
	
}
/*Wrapper*/
.wrapper{
    margin: 100px auto;
	display: table-cell;
	left: 25px;
    position: relative;
	overflow: visible;
	max-width: 85%;
	transition: 1s ease-in-out;
}

@media (max-width: 55em) {
.wrapper {
top: 1vh;
    position: relative;
	overflow: visible;
	display: table-cell;
	width: auto;
	max-width: 80%;
	transition: 1s ease-in-out;
	}
}

.wrapperrr{
    margin: 100px auto;
	top: -1vh;
    position: relative;
	overflow: hidden;
	overflow: hidden!important;
	display: table-cell;
	width: auto;
	max-width: 100%;
	transition: 1s ease-in-out;
}
@media (max-width: 55em) {
.wrapperrr{
	display: none !important;
	visibility: hidden;
}
}
  @media (max-width: 767px) {
.wrapperrr{
	top: 4vh;
    position: relative;
	overflow: hidden!important;
	display: table-cell;
	width: auto;
	max-width: 75%;
	transition: 1s ease-in-out;
}
}
/*Pop Effect*/
.popEffect{
  display: inline;
	height: 1em;
	width: 600px;

}
@media (max-width: 55em) {
.popEffect{
margin-top: -2vh;
  display: block;
	height: 2em;
	width: 600px;

	}
}
.popEffect span{
	animation: pop 12.5s linear infinite 0s;
	-ms-animation: pop 12.5s linear infinite 0s;
	-webkit-animation: pop 12.5s linear infinite 0s;
	color: #f01b18;
	font-size: 4.6rem;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 600px;
	left: 482px;
	top: -22px;
}
@media (max-width: 55em) {
.popEffect span{
 display: block;
	height: 2em;
	width: 600px;
	text-align: left;
	left: 0px;
	top: -4vh;
	}
}	
@media (max-width: 767px) {
.popEffect span{
 display: block;
	height: 2em;
	width: 500px;
	text-align: left;
	left: 0px;
	top: -8vh;
	}	
}	
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {  
.popEffect span{
	animation: pop 12.5s linear infinite 0s;
	-ms-animation: pop 12.5s linear infinite 0s;
	-webkit-animation: pop 12.5s linear infinite 0s;
	color: #f01b18;
	font-size: 4.6rem;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 600px;
	left: 0px;
	top: -4px;
}}	
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.popEffect span{
	animation: pop 12.5s linear infinite 0s;
	-ms-animation: pop 12.5s linear infinite 0s;
	-webkit-animation: pop 12.5s linear infinite 0s;
	color: #f01b18;
	font-size: 3.6rem!important;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 600px;
	left: 0px;
	top: -4px;
}}
.popEffect span:nth-child(2){
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.popEffect span:nth-child(3){
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.popEffect span:nth-child(4){
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.popEffect span:nth-child(5){
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

/*Pop Effect Animation*/
@-moz-keyframes pop{
  0% { opacity: 0; }
  5% { opacity: 0; -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
  10% { opacity: 1; -moz-transform: translateY(0px); }
  25% { opacity: 1; -moz-transform: translateY(0px); }
  30% { opacity: 0; -moz-transform: translateY(0px); }
  80% { opacity: 0; }
  100% { opacity: 0;}
}
@-webkit-keyframes pop{
  0% { opacity: 0; }
  5% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
  10% { opacity: 1; -webkit-transform: translateY(0px); }
  25% { opacity: 1; -webkit-transform: translateY(0px); }
  30% { opacity: 0; -webkit-transform: translateY(0px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes pop{
  0% { opacity: 0; }
  5% { opacity: 0; -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
  10% { opacity: 1; -ms-transform: translateY(0px); }
  25% { opacity: 1; -ms-transform: translateY(0px); }
  30% { opacity: 0; -ms-transform: translateY(0px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

.textslide {
    line-height: var(--vspace-1_5);	
	color: black;
	font-size: 3.4rem;
	bottom: -10rem;
	padding: 8 4;
}
@media (max-width:600px) {
.textslide {
    line-height: 1.5;
	color: black;
	margin-top: -10%!important;
	text-indent: -1.0px!important;
	bottom: -5rem;
	padding: 8 4;
	font-size: 1.27rem!important;
	transition: 1s ease-in-out;
	}
}	
@media (max-width:55em) {
.textslide {
    line-height: 1.5;
	color: black;
	margin-top: -5% !important;
	padding: 8 4;
	font-size: 1.8rem;
	transition: 1s ease-in-out;
	}
}	
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.textslide {
	transition: 1s ease-in-out;
	}
}
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {  	
.textslide {
	margin-top: -30% !important;
	transition: 1s ease-in-out;
	}
}
@media (max-width:55em) {
.popEffect span{
    line-height: 1.5;
	bottom: -5rem;
	color: #f01b18;
	font-size: 2.2rem;
	top: 0 !important;
	padding: 8 8;
	position: absolute;
	overflow: hidden;
	}
}	
@media (max-width:600px) {
.popEffect span{
    line-height: 1.5;
	bottom: 0 !important;
	color: #f01b18;
	font-size: 2.14rem;
	top: -2%!important;
	padding: 8 8;
	position: absolute;
	overflow: hidden;
	}
}	
.check-availabilty {
	top: -250px;
	left: 70%!important;
	right: -35px;
	padding-right: 1em;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 2px 8px;
	width: 122em;
    height: auto;
	text-wrap: wrap;
	transition: all .2s ease-in-out;
	flex-direction: column;	
}
.check-availabilty:hover {
	cursor: pointer;	
}

/* mobile */
@media (max-width: 600px) {
.check-availabilty {
	position: relative;
	left: 12em!important;
	display: flex;
	z-index: 3;
	width: 8em!important;
    height: auto;
	top: -15em!important;
	margin-top: -28em !important;
	text-wrap: wrap;
	-webkit-transform: scale(0.72);
	}
  }
/* mobile */
@media (max-width: 767px) {
.check-availabilty {
	font-smooth: auto;
	margin-top: 8em !important;
	left: -2em;
	margin-left: -19em!important;
	width: 64em!important;
	position: relative;
	display: inline-flex;
	 white-space: wrap;
   max-width: auto;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	   transition: 0.5s ease all;
	text-wrap: wrap;
		-webkit-transform: scale(0.72);
	}
  }
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.check-availabilty {
	font-smooth: auto;
	 top: -150px;
	left: 38%!important;
	position: relative;
	display: inline-flex;
	 white-space: wrap;
   max-width: auto;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	   transition: 0.5s ease all;
	text-wrap: wrap;
} }
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {       
.check-availabilty {
	font-smooth: auto;
	 top: -145px;
		width: 120em!important;
		left: 50%!important;
	position: relative;
	display: inline-flex;
	 white-space: wrap;
   max-width: auto;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	   transition: 0.5s ease all;
	text-wrap: wrap;
} }
@media (min-width:1200px) {
.check-availabilty {
	font-smooth: auto;
	 top: -135px;
	left: 50%!important;
	right: 0;
	position: relative;
	display: inline-flex;
	 white-space: wrap;
   max-width: auto;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	   transition: 0.5s ease all;
	text-wrap: wrap;
} }
@media (min-width:1800px) {
.check-availabilty {
	font-smooth: auto;
	 top: -135px;
	left: 70%!important;
	right: 0;
	position: relative;
	display: inline-flex;
	 white-space: wrap;
   max-width: auto;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	   transition: 0.5s ease all;
	text-wrap: wrap;
} }
@media screen and (min-width: 768px) {
    #title_message {
        clear: both;
        display: block;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
    }
}
.check-availabilty .block-32 {
background: rgb(247,247,245);
background: -moz-linear-gradient(90deg, rgba(247,247,245,0.8925945378151261) 0%, rgba(209,207,188,0.9318102240896359) 100%);
background: -webkit-linear-gradient(90deg, rgba(247,247,245,0.8925945378151261) 0%, rgba(209,207,188,0.9318102240896359) 100%);
background: linear-gradient(90deg, rgba(247,247,245,0.8925945378151261) 0%, rgba(209,207,188,0.9318102240896359) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f5",endColorstr="#d1cfbc",GradientType=1);
    border-radius: 10px;
	border: 2px solid #918D75;
	flex-direction: column;
	height: 11em;
	color: white;
	transition: all .2s ease-in-out;
	
}
.check-availabilty .block-32:hover {
background: rgb(247,247,245);
background: -moz-linear-gradient(90deg, rgba(247,247,245,0.8925945378151261) 0%, rgba(209,207,188,0.9318102240896359) 100%);
background: -webkit-linear-gradient(90deg, rgba(247,247,245,0.8925945378151261) 0%, rgba(209,207,188,0.9318102240896359) 100%);
background: linear-gradient(90deg, rgba(247,247,245,0.8925945378151261) 0%, rgba(209,207,188,0.9318102240896359) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f5",endColorstr="#d1cfbc",GradientType=1);
border-radius: 10px;
border: 2px solid #918D75;
  box-shadow: 0 0 25px rgba(96,94,88,0.81);
 transition: all .2s ease-in-out;
transform: scale(1.1);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.block-32 {
background: rgb(247,247,245);
background: -moz-linear-gradient(90deg, rgba(247,247,245,0.8925945378151261) 0%, rgba(209,207,188,0.9318102240896359) 100%);
background: -webkit-linear-gradient(90deg, rgba(247,247,245,0.8925945378151261) 0%, rgba(209,207,188,0.9318102240896359) 100%);
background: linear-gradient(90deg, rgba(247,247,245,0.8925945378151261) 0%, rgba(209,207,188,0.9318102240896359) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f5",endColorstr="#d1cfbc",GradientType=1);
    padding: 10px;
    -webkit-box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
    width: 50%;
}

.atext {
	font-size: 1.5rem;
	color: black;
	font-weight: 700;
}
@media (max-width: 767px) {
.atext {
font-size: 1.4rem;
font-weight: 700;
color: black;
transition: all 0.5s ease-in;
	}
}
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.atext {
font-size: 1.3rem;
font-weight: 700;
color: black;
transition: all 0.5s ease-in;
	}
}
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {  
.atext {
font-size: 1.3rem;
font-weight: 700;
color: black;
transition: all 0.5s ease-in;
	}
}
.frame1 {
  z-index: 8899;
	height: 100%;
	cursor: pointer;
	transition: 1s;
}
.counterr_area {
  position: relative;
  content: '';
    top: 0;
    left: 0;
  z-index: 5;
	margin: 0;
	 display: flex;
		opacity: 0.90;
	 background: #E8E7DE;
	transform: translateZ(-5px);
	background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%; 
	 overflow: hidden!important;
    width: 100%;
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counterr_area {
 
 } }
  .counterr_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
	  	 overflow: hidden!important;
	  	transform: translateZ(6px);
	opacity: 0.7;
   background-size: cover;
		background-position: center center;
    background-color: #771616;
    width: 100%;
    min-height: 100%; 
}

.services_area {
	content: '';
    top: 0;
    left: 0;
	position: relative;
    background: #dddcd5;
	display: flex;
	transform: translateZ(-5px);
	overflow: hidden!important;
	background-blend-mode: luminosity;
	background-image: url(https://img.freepik.com/free-photo/light-gray-concrete-wall_53876-89532.jpg?w=2000&t=st=1713812261~exp=1713812861~hmac=a89307c5a4904f59b3138e5212a41fe803ea59cdb50e9424bd0709d50975d904);
	background-repeat: repeat;
    background-size: cover;
	background-position: center center;
    width: 100%;	
}

.services_area::before {
	position: absolute;
    content: '';
	background: #dddcd5;
	overflow: hidden!important;
	opacity: 0.55;
	background-repeat: repeat;
    background-size: cover;
	background-position: center center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; 

}

.s_icon i {
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 30px;
  color: #f01b18;
  text-align: left;
  background-color: transparent;
-webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
         transform:rotate(-360deg); 
  -ms-transform:rotate(-360deg); 
  -webkit-transform:rotate(-360deg);
	transition: all 0.5s ease-in-out;
   }

.phonetext {
font-size: 1.7rem;
font-weight: 500;
color: black;
transition: all 0.5s ease-in;
text-align: left;

}	
 /* MOBILE PORTRAIT ONLY */
@media only screen and (max-width: 600px) {
.phonetext {
font-size: 2rem;
font-weight: 500;
color: black;
transition: all 0.5s ease-in;
text-align: left;
	}
}
@media only screen and (max-width: 767px) {
.phonetext {
font-size: 2rem;
font-weight: 500;
color: black;
transition: all 0.5s ease-in;
text-align: left;
	}
}
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.phonetext {
font-size: 1.7rem;
font-weight: 500;
color: black;
transition: all 0.5s ease-in;
text-align: left;
	}
}
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {  
.phonetext {
font-size: 1.7rem;
font-weight: 500;
color:black;
transition: all 0.5s ease-in;
text-align: left;
	}
}
.mailtext {
font-size: 1.4rem;
font-weight: 100;
color: black;
transition: all 0.5s ease-in;
text-align: left;
transform: translateY(-3px);

}	
@media (max-width: 600px) {
.mailtext {
font-size: 1.4rem!important;
font-weight: 100;
color: black;
transform: translateY(-3px)!important;
transition: all 0.5s ease-in;
text-align: left;
	}
}
@media (max-width: 767px) {
.mailtext {
font-size: 1.4rem;
font-weight: 100;
color: black;
transition: all 0.5s ease-in;
text-align: left;
	}
}
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.mailtext {
font-size: 1.4rem;
font-weight: 100;
color: black;
transition: all 0.5s ease-in;
text-align: left;
	}
}
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {  
.mailtext {
font-size: 1.4rem;
font-weight: 100;
color: black;
transition: all 0.5s ease-in;
text-align: left;
	}
}
.menutext {
font-size: 12px;
letter-spacing: 1px;
font-weight: 300;
opacity: 0.4;
font-family: "Poppins", sans-serif;
top: -5px;
padding: 0;
transform: translate(-16%, -20%);
color: black;
transition: all 0.5s ease-in-out;
text-align: left;	
z-index: 789000;
}
.two {
background-image: url("https://static.thenounproject.com/png/2498350-200.png");
background-repeat: repeat;
background-position: center center;	
background-size: 10%!important;
overflow: hidden!important;
bottom: 1em!important;
top:10em !important;
margin: 0;
padding: 0;
position: relative;
opacity: .1;
-webkit-mask-image: linear-gradient(to top, black 50%, transparent 95%);
transition: ease-out 1.1s;
display: block;
will-change: transform;
height: 130vh;
width: 100%;
}
 /* MOBILE PORTRAIT ONLY */
@media only screen and (max-width: 600px) {
.two {
background-image: url("https://static.thenounproject.com/png/2498350-200.png");
background-repeat: repeat;
background-position: center center;	
background-size: 20%!important;
overflow: hidden!important;
bottom: 0!important;
top: 10em!important;
margin: 0;
padding: 0;
position: relative;
opacity: .2;
-webkit-mask-image: linear-gradient(to top, black 50%, transparent 95%);
transition: ease-out 1.1s;
display: block;
will-change: transform;
height: 160vh!important;
max-width: 100%!important;
}
}
 /* MOBILE PORTRAIT ONLY */
@media only screen and (max-width: 767px) {
.two {
background-image: url("https://static.thenounproject.com/png/2498350-200.png");
background-repeat: repeat;
background-position: center center;	
background-size: 20%;
overflow: hidden;
bottom: 0!important;
top: -22em!important;
margin: 0;
padding: 0;
position: relative;
opacity: .2;
-webkit-mask-image: linear-gradient(to top, black 50%, transparent 95%);
transition: ease-out 1.1s;
display: block;
will-change: transform;
height: 150vh;
max-width: 100%!important;
}
}
  /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {   
.two {
background-image: url("https://static.thenounproject.com/png/2498350-200.png");
background-repeat: repeat;
background-position: center center;	
background-size: 20%;
overflow: hidden;
bottom: 0!important;
top: 8em!important;
margin: 0;
padding: 0;
position: relative;
opacity: .2;
-webkit-mask-image: linear-gradient(to top, black 50%, transparent 95%);
transition: ease-out 1.1s;
display: block;
will-change: transform;
height: 150vh;
max-width: 100%!important;
}
}
.three {
background-image: url("https://krijndesign.nl/preview/kd8/assets/images/plasterer5.png");
background-repeat: repeat-x;
background-position: center;
background-attachment: fixed;
overflow: hidden!important;
background-size: 20%;
bottom: 0!important;
top: 10em !important;
margin: 0;
position: sticky;
transition: ease-out 1.1s;
display: inline-flex;
z-index: 5;
will-change: transform;
height: 600px;
  width: 100%;
}
.three3 {
background-image: url("https://krijndesign.nl/preview/kd8/assets/images/plasterer4.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
overflow: hidden!important;
bottom: 0!important;
margin-top: 0em !important;
z-index: 234 !important;
margin-left: -6em!important;
padding-bottom: 2em!important;
position: static;
transition: ease-out 1.1s;
display: inline-flex;
will-change: transform;
height: 700px;
width: 33em;
}
  @media (max-width: 600px) {
.three3 {
background-image: url("https://krijndesign.nl/preview/kd8/assets/images/plasterer4.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: 50% cover !important;
margin-top: 20em !important;
margin-left: -10em!important;
overflow: hidden!important;
bottom: 0 !important;
z-index: 234 !important;
margin: auto;
position: sticky;
transition: ease-out 1.1s;
display: inline-block;
will-change: transform;
height: 500px!important;
width: 45em!important;
 } }
  @media (max-width: 767px) {
.three3 {
background-image: url("https://krijndesign.nl/preview/kd8/assets/images/plasterer4.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: 50% cover !important;
margin-left: 1em!important;
overflow: hidden!important;
bottom: 0 !important;
z-index: 234 !important;
margin: auto;
position: sticky;
transition: ease-out 1.1s;
display: inline-block;
will-change: transform;
height: 500px!important;
width: 45em!important;
 } }	
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.three3 {
background-image: url("https://krijndesign.nl/preview/kd8/assets/images/plasterer4.png");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
overflow: hidden!important;
background-size: 100% auto; 
bottom: -5em!important;
margin-top: 14em !important;
margin-left: -1em!important;
position: sticky;
transition: ease-out 1.1s;
display: inline-flex;
z-index: 5;
will-change: transform;
height: 700px;
width: 60%;
 } }
  /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {       
.three3 {
background-image: url("https://krijndesign.nl/preview/kd8/assets/images/plasterer4.png");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
overflow: hidden!important;
background-size: 100% auto; 
bottom: -3em!important;
margin-top: 20em !important;
margin-left: -1em!important;
position: sticky;
transition: ease-out 1.1s;
display: inline-flex;
z-index: 5;
will-change: transform;
height: 700px;
width: 60%;
 } }
.three4 {
background-image: url("https://krijndesign.nl/preview/kd8/assets/images/plasterer4.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: 92% auto!important;
overflow: hidden!important;
bottom: 0!important;
margin-top: -49em !important;
z-index: 234 !important;
margin-left: 30em!important;
padding-bottom: 4em!important;
position: static;
transition: ease-out 1.1s;
display: inline-flex;
will-change: transform;
height: 700px;
width: 33em;
}
@media (max-width: 600px) {
.three4 {
display: none !important;
 } }
  @media (max-width: 767px) {
.three4 {
display: none !important;
 } }
@media (max-width: 767px) {
.three {
background-image: url("https://krijndesign.nl/preview/kd8/assets/images/plasterer3.png");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
overflow: hidden!important;
background-size: 80% auto!important;
bottom: 0!important;
top: 10em !important;
margin: 0;
position: absolute;
transition: ease-out 1.1s;
display: inline-flex;
z-index: 5;
will-change: transform;
height: 600px;
width: 80%;
 } }
.four {
background-image: url("https://d2fb1ew6v6wv87.cloudfront.net/products/3312819/s01/origin.png");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: 30%;
bottom: 0!important;
margin: 0;
padding: 0;
position: relative;
transition: ease-out 1.1s;
display: inline-flex;
z-index: 5;
will-change: transform;
height: 600px;
width: 100%;
}
.foura {
background-image: url("https://wefixfm.com/wp-content/uploads/2023/04/plaster.png");
background-repeat: no-repeat;
background-position: center center;	
background-size: 150%;
opacity: 1;
top: 2em !important;
z-index: 666!important;
bottom: -3em!important;
position: relative;
left: -5em!important;
overflow: hidden;
display: flex;
will-change: transform;
  align-items: center;
height: 600px;
  width: 100%;
}
.contenti {
  align-items: flex-start;
  display: flex;
  height: 8vh!important;
	overflow: visible;
	top: 0!important;
	bottom: 1em !important;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
 /* MOBILE PORTRAIT ONLY */
@media only screen and (max-width: 600px) {
.contenti {
display: none !important;
}
}
 /* MOBILE PORTRAIT ONLY */
@media only screen and (max-width: 767px) {
.contenti {
display: none !important;
}
}
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {       
.contenti {
  align-items: flex-start;
  display: flex;
  height: 4vh;
	overflow: visible;
	top: 0!important;
	bottom: 0 !important;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
}
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.contenti {
  align-items: flex-start;
  display: flex;
  height: 2vh!important;
	overflow: visible;
	top: -5em!important;
	bottom: 0 !important;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
 } }
.contentia {
  align-items: center;
  display: block;
position: fixed;
transform-origin: bottom left;
top: 10em!important;
  height: 100vh!important;
	z-index: -1!important;
	bottom: 0 !important;
	overflow: hidden!important;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100vw!important;
}
 /* MOBILE PORTRAIT ONLY */
@media only screen and (max-width: 600px) {
.contentia {
  align-items: center;
  display: block;
position: fixed;
	top:10em!important;
  height: 150vh!important;
	z-index: -1!important;
	bottom: 0 !important;
	overflow: hidden!important;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100vw!important;
}
}
 /* MOBILE PORTRAIT ONLY */
@media (max-width: 767px) {
.contentia {
  align-items: center;
  display: block;
position: fixed;
	top:14em!important;
  height: 150vh!important;
	z-index: -1!important;
	bottom: 0 !important;
	overflow: hidden!important;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100vw!important;
}
}
  /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {   
.contentia {
  align-items: center;
  display: block;
position: fixed;
	top: 12em!important;
  height: 150vh!important;
	z-index: -1!important;
	bottom: 0 !important;
	overflow: hidden!important;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100vw!important;
}
}
#noise {
	filter: invert(50%);
	width:80px;
  height: 80px;
	border-radius: 12px;
	position: absolute;
	overflow: hidden;
		opacity: .45;
  border-image: url('//komejo.com/images/rough-edges2.png') 160;
  border-color: transparent;
  background-color: none;
  border-style: inset;
  border-width: 33px;
  background-clip: border-box;
	 transform-origin: bottom left;
    -ms-transform: skew(-2deg, 2deg);
    -webkit-transform: skew(-2deg, 2deg);
    transform: skew(-2deg, 2deg);
}
 /* MOBILE PORTRAIT ONLY */
@media only screen and (max-width: 767px) {
#noise {
	filter: invert(50%);
	width:40px!important;
  height:48px!important;
	border-radius: 12px;
	left: 0.73em!important;
	position: absolute;
	overflow: visible;
	opacity: .45;
  border-image: url('//komejo.com/images/rough-edges2.png') 160;
  border-color: transparent;
  background-color: none;
  border-style: inset;
  border-width: 30px;
  background-clip: border-box;
	 transform-origin: bottom left;
    -ms-transform: skew(-2deg, 2deg);
    -webkit-transform: skew(-2deg, 2deg);
    transform: skew(-2deg, 2deg);
}}
/* inViewport */
[data-inviewport="scale-in"] { 
  transition: ease-in-out 2s;
  transform: translateY(80px);
	opacity: 1;
}
[data-inviewport="scale-in"].is-inViewport { 
transform: translateY(0px);
  transition: ease-in-out 2s;
	opacity: 1;
}
.trustoo-widget { 
position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
	max-width: 95%;
}
 /* MOBILE PORTRAIT ONLY */
@media only screen and (max-width: 600px) {
.trustoo-widget { 
	overflow-x: hidden!important;
}}
@media only screen and (max-width: 600px) {
.single_logo { 
margin-left: 2.5em!important;
}}
.bottomGradient{
	height: 500px;
	width: 100%;
	overflow: hidden;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
	position: fixed;
	bottom:0;
	z-index: 100;
}
@media (max-width: 600px) {
.overlay{
background-blend-mode: multiply;
  z-index: -1;
  width: 100vw;
  height: 1000vh;
  opacity: 0;
  background-color: rgba(0,0,0,0.81);

	}
}
@media screen and (max-width: 600px) {
  /* MOBILE ONLY */
.bottomGradient{
height: 400px;
	width: 100%;
	overflow: hidden;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
	position: fixed;
	bottom:0;
	z-index: 100;
	}
}

@media screen and (max-width: 800px) {
  /* MOBILE ONLY */
.bottomGradient{
display: none !important;
visibility: hidden !important;
	}
}