@import url(css/bootstrap.min.css);
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/font-awesome.min.css);

* {
	margin: 0;
	padding: 0;
}


. body{
	display: flex;
  flex-direction: column;
  height: 100%;
	
	
}
.content{
 min-height: 93vh;
}

h1,
h2,
h4,
h6 {
	
font-family: 'Markazi Text', serif;
	
color: #381f49;
	
line-height: 1;
	
font-weight: 900;
}

h3 {
	font-family: 'Poppins';
	/* text-transform: uppercase; */
	font-weight: 700;
	color: #381f49;
	margin-bottom: 18px;
}

h5 {
	font-family: "Roboto Slab";
	color: #383838;
	line-height: 1.4;
	font-weight: 400;
}

a,
a:active,
a:focus,
a:hover {
	font-family: "Poppins";

	color: #303030;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	outline: none;
	font-size: 16px;
	font-weight: 600;
}

li {
	list-style: none;
}
#lottiecont{
	
		width: 110px;
		height: 110px;
	max-width: 100%;
		  margin: 0 auto;
				}
		

p {
	line-height: 2.0;
	color: #383838;
	font-size: 16px;
	font-weight: 300;
	font-family: roboto slab;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

#pclogo{
	
	width: 100px;
}

#moblogo{
	display: none;
}

.footer-area {
	min-height: 7vh;
	background: #383838;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: white;
	font-family: poppins;
	font-weight: 400;
	font-weight: bold;
	font-size: 16px;
	flex-shrink: 0;
	width: 100%;
}

.footer-area a {
	color: #70726F;
	font-size: 20px;
	padding: 10px;
	transition: all .5s ease;
}

.footer-area a:hover {
	color: white;
}

.mb-80 {
	margin-bottom: 80px;
}

.section-padding-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-padding-0-80 {
	padding-top: 0;
	padding-bottom: 80px;
}

.section-padding-80-0 {
	padding-top: 80px;
	padding-bottom: 0;
}

.section-padding-160-0 {
	padding-top: 160px;
	padding-bottom: 0;
}

.section-padding-160-80 {
	padding-top: 160px;
	padding-bottom: 80px;
}

.section-padding-160-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

.section-padding-0-160 {
	padding-top: 0;
	padding-bottom: 160px;
}

.section-padding-80-160 {
	padding-top: 80px;
	padding-bottom: 160px;
}

.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 54px;

	margin-bottom: 0;
	line-height: 1.1;
}
@media only screen and (min-width: 1280px) {
	#firstmin{margin-top: -100px;}}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
	#firstmin{margin-top: -100px;}

	

}


@media only screen and (min-width: 361px) and  (max-width: 546px){
	#firstmin{margin-top: -458px;padding-bottom: 0px;}

.basic-btn.btn-5 {
	background-color: #f6ab90;
	color: #fff;
	/* text-transform: uppercase; */
	margin-bottom: 15px;
} 

}

@media only screen and (min-width: 300px) and  (max-width: 360px) {
	#firstmin{margin-top: -557px;}

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-heading h2 {
		font-size: 48px;
	}
	

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-heading h2 {
		font-size: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.section-heading h2 {
	font-size: 2.90em;
	}
}

.section-heading p {
	margin-top: 15px;
	font-size: 18px;
	margin-bottom: 0;
	color: #383838;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding-80-0 {
		padding-top: 80px;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 600px) {
	.menu {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding-80-0 {
		padding-top: 80px;
		padding-bottom: 0px;
	}
	@media only screen and (max-width: 767px) {
		.section-heading {
			margin-bottom: 80px;
		}
		h-100 {
			background: orange;
		}
	}
}

@media only screen and (max-width: 767px) {
	.text-center {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.basic-btn {
	position: relative;
	z-index: 1;
	min-width: 160px;
	height: 50px;
	line-height: 47px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
	
	color: #381f49;
	border: none;
	border-radius: 50px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

.basic-btn:focus,
.basic-btn:hover {
	background-color: #381f49;
	color: #ffffff;
}

.basic-btn.btn-2 {
	border: 2px solid #381f49;
	color: #381f49;
	
	background-color: Transparent;
}

.basic-btn.btn-2:focus,
.basic-btn.btn-2:hover {
	background-color: #381f49;
	color: #fff;
}

.basic-btn.btn-4 {
	border: 2px solid #381f49;
	color: #381f49;
	text-transform: uppercase;
	background-color: Transparent;
}
.basic-btn.btn-6 {
	border: 2px solid #ab785c;
	color: #ab785c;

	background-color: Transparent;
}
.basic-btn.btn-6:focus,
.basic-btn.btn-6:hover {
	background-color: #ab785c;
	color: #fff;
}

.basic-btn.btn-3 {
	background-color: #381f49;
	color: #fff;
	
	border: 2px solid #381f49;
}



.basic-btn.btn-5 {
	background-color: #f6ab90;
	color: #fff;
	
} 

.basic-btn.btn-3:focus,
.basic-btn.btn-3:hover {
	border: 2px solid #1d1028;
	color: #fff;
	background-color: #1d1028;
}

@media only screen and (max-width: 767px) {
	.logo {
		max-width: 80px;
		margin-right: 15px;
	}
	
	
	p
	
	{font-size: 14px;}
}

.heroslide {
	margin: 0 auto;
	margin-top: 88px;
	position: relative;
	z-index: 2;
	height: 100%;
	margin-bottom: 80px;
	max-width: 1400px;
	background-repeat: no-repeat;
	/*background-image: url(img/85.svg);*/
	background-position: 724px;
	background-size: 540px;
}

.heroslide img {}

.h-100 {
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.heroslide {
		background-position-x: 528px;
		background-size: 500px;
		background-position-y: 71px;
	}
	.h-100 {
		height: 545px;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


	.h-100 {
		height: 454px;
	}

	
	.heroslide .welcome-text h2{
		
		font-size: 50px;
	}
	.welcome-thumbnail img {

		height: auto;
	}
	
	.logo{
		max-width: 90px;
		
	}
}


575


@media only screen and (min-width: 575px) and (max-width: 768px) {
	.heroslide {
	height: 1000px;
	background-position-x: center;
	background-size: 95%;
	background-position-y: 63px;
	}
}

@media only screen and (min-width: 400px) and (max-width: 546px) {
	.heroslide {
	height: 1000px;
	background-position-x: center;
	background-size: 95%;
	background-position-y: 63px;
	}
}




@media only screen and (min-width: 316px) and (max-width: 340px) {
	.heroslide {
	height: 980px;
	background-position-x: center;
	background-position-y: 77px;
	background-size: 300px;
	}
}


@media only screen and (min-width: 280px) and (max-width: 700px) {
	.heroslide {
	height: 100%;
	margin-bottom: 80px;
	background-position-x: center;
	background-position-y: 60px;
	background-size: 95%;
	}
	
.welcome-text h2{

	}
}












.heroslide .welcome-text h2 {
	font-size: 62px;
	display: block;
	margin-bottom: 22px;
	line-height:0.8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.heroslide .welcome-text h2 {
		font-size: 57px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-text h2 {
		font-size: 42px;
	}
	
	#firstmin{
	margin-top: -180px;
	}
}

@media only screen and (max-width: 767px) {
	
	
	.basic-btn.btn-5 {
	background-color: #f6ab90;
	color: #fff;
	margin-bottom: 0px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.welcome-text h2 {
		font-size: 57px;
	
	}

}

.heroslide .welcome-text h2 span {
	color: #381f49;
}

.heroslide .welcome-text h5 {
	font-family: 'Roboto Slab', serif;
	text-transform: None;
	font-size: 16px;
	line-height: 1.7em;
	color: #383838;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.heroslide .welcome-text h5 {
		
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heroslide .welcome-text h5, .single-service-area p, .about-us-content p {
		font-size: 14px;
		margin-bottom: 18px;
		
	}
}



.welcome-thumbnail {
	padding-bottom: 86px;
	
}



.about-us-content {
	position: relative;
	z-index: 1;
}

.about-us-content h2 {
	font-size: 48px;
	display: block;
	margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-us-content h2 {
		font-size: 48px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-us-content h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.about-us-content h2 {
		font-size: 49px;
		line-height: 0.9em;
	}
}

.about-us-thumbnail {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-right: 100px;
}

.about-us-thumbnail img {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-us-thumbnail {
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.about-us-thumbnail {
		padding-right: 0;
	}
}

.about-us-area {
	position: relative;
	z-index: 1;
		background: #f8f9fa;
}

.about-us-area .about-bg-pattern {
	position: absolute;
	width: 40%;
	left: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
}

.about-us-area .about-bg-pattern img {
	height: 100%;
	width: auto;
}


.instanimatie-area {
	position: relative;
	z-index: 1;
	background: #fcddcc;
	background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255, 255, 255, 0.25));
	}
		
		
.instanimatie-area h5{
	color: #ab785c;
	margin-bottom: 40px;
}

.advies-area {
	position: relative;
	z-index: 1;
		background: #381f49;
		}


.single-service-area {
	position: relative;
	z-index: 1;
	text-align: center;
}

.single-service-area .service-icon {
	background-color: #e7f2fd;
	width: 145px;
	height: 110px;
	font-size: 42px;
	color: #303030;
	text-align: center;
	line-height: 110px;
	border-radius: 80px 200px 200px 362px;
	margin: 0 auto 30px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-service-area h5 {
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	font-weight: 500;
}

.gallery-title {
	font-size: 36px;
	color: #42B32F;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}

.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e;
}

.filter-button {
	font-family: 'Poppins';
    font-size: 16px;
   border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    color: #381f49;
    background: white;
    padding: 0.8rem 2rem;
    font-weight: 400;
    cursor: pointer;
    margin-left: 8px;
}

.filter-button:hover {
	font-size: 16px;
	border: 1px solid #381f49;
	border-radius: 5px;
	text-align: center;
	color: #381f49;
	background-color: #fff;
}

.filter-button.active {
	background-color: #fff;
	color: #381f49;
	border: 1px solid #381f49;
}

.filter-button:focus {
	outline: none;
}

.port-image {
	width: 100%;
}

.gallery_product {
	margin-bottom: 30px;
}

.filter_btns {
	margin: 0 auto;
}

.img_container {
	position: relative;
	cursor: pointer;
}

.pf_img {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #381f49;
}

.img_container:hover .overlay {
	opacity: 1;
}

.text {
	color: white;
	font-size: 22px;
	font-weight: 700;
	font-family: "Roboto slab";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	text-transform: none;
}

.text a {
	color: white;
	font-size: 22px;
	font-weight: 700;
	font-family: "Roboto slab";
	text-transform: none;
}

.eindpr {
	font-size: 16px;
	border: 1px solid silver;
	border-radius: 5px;
	text-align: center;
	color: #381f49;
	background: white;
	padding: 0.8rem 2rem;
	cursor: pointer;
	margin-right: 8px;
	float: left;
	margin-bottom: 8px;
}

.conteindpr {
	margin-top: 30px;
	margin-bottom: 30px;
}

.current-item {
	color: pink;
}

.cta_str {
	cursor: pointer;
	text-transform: none;
	font-weight: normal;
	font-family: "Roboto slab";
}

.cta_str:hover {
	cursor: pointer;
	text-transform: none;
	font-weight: normal;
	font-family: "Roboto slab";
}

.fa,
.fab,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}




header.active {
	-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

header {
	width: 100%;
	height: 100px;
	background: white;
	position: fixed;
	top: 0;
	z-index: 600;
}

.menu {
	margin: 0 auto;
	height: 0px;
}

.logo {
	margin-top: 12px;
	position: relative;
	float: left;
	color: #fff;
	font-weight: bold;

	font-size: 20px;
	letter-spacing: 2px;
}

nav {
	position: relative;
	width: 100%;
	line-height: 60px;
	float: left;
}

nav ul {
	line-height: 60px;
	list-style: none;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	color: #fff;
	padding: 0;
	text-align: right;
	margin: 0;
}

nav.black ul {
	background: #000;
}

nav ul li {
	display: inline-block;
	padding: 16px 20px;
}

nav ul li a {
	text-decoration: none;
	color: #381f49;
	font-size: 16px;
}

.menu-icon {
	line-height: 60px;
	width: 100%;
	text-align: right;
	box-sizing: border-box;
	padding: 7px 0px;
	cursor: pointer;
	color: #381f49;
	display: none;
}

#headerimgsmall{
	
	display: none;
}
@media(max-width: 768px) {
	
	.section-padding-160-0 {
    padding-top: 80px;
    padding-bottom: 0;
}

.section-padding-160-80{
	    padding-top: 90px;
    padding-bottom: 0;
	
}

	.logo {
		top: 0;
		margin-top: 0px;
	}
	
	.welcome-area{
	margin-top: -65px;
	}
	nav ul {
		max-height: 0px;
		background: #fff;
		color: #381f49;
		display: inline-block;
	}
	.showing {
		/*position: fixed;*/
		max-height: 44em;
		width: 100%;
		margin-top: -4px;
		background: #f4f4f4;
	}
	nav ul li {
		box-sizing: border-box;
		width: 100%;
		padding: 24px;
		text-align: center;
	}
	.menu-icon {
		display: block;
		
		
	}
	
	
	.header {
		height: 70px;
	}
	
	#headerimgbig{
		display: none; 
	}
	


		#headerimgsmall{
		display: block; 
	}
	.filter-button{
	font-family: 'Poppins';
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    color: #381f49;
    background: white;
    padding: 0.8rem 1rem;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 8px;
	}
	
	#moblogo{
		
		display: block;
    width: 34px;
    margin-top: 18px;
	}
	#pclogo{
		
		display: none;
	}
}



.introtitle {
	font-family: 'Markazi Text', serif;
	color: #381f49;
	font-weight: 900;
	font-size: 32px;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	display: block;
	margin: 0 auto;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 25px;
	  margin-top: -9px;
    border-radius: 50%;
    background: #381f49;
  
		cursor: pointer;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]{
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid white; 

    /*required for proper track sizing in FF*/
    width: 100%;
}

input[type=range]::-moz-range-track {
 
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
     height: 25px;
    width: 25px;
	  margin-top: -9px;
    border-radius: 50%;
    background: #381f49;
		cursor: pointer;
	
}

input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    
 
    background: transparent;
    

    border-color: transparent;
    border-width: 6px 0;

  
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
 
    border-radius: 50%;
    background: #381f49;
	cursor: pointer;
	    height: 25px;
    width: 25px;
	  margin-top: -9px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.labelcontainer {
	
	padding-bottom: 40px;

	display: block;
	margin: 0 auto;
}

.labelleft {
	float: left;
	color: #383838;
	font-size: 20px;
	font-weight: 400;
	font-family: roboto slab;
}

.labelright {
	float: right;
	color: #383838;
	font-size: 20px;
	font-weight: 400;
	font-family: roboto slab;
}

#showadvies {
	background-color: #381f49;
	color: #fff;
	border: 2px solid #381f49;
	position: relative;
	z-index: 1;
	min-width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding: 0 30px;
	margin: 0 auto;
	text-align: center;
	/* text-transform: uppercase; */
	cursor: pointer;
	border: none;
	border-radius: 50px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	font-family: "Poppins";
	outline: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#advies {
	display: none;
}


#advies h2, #advies h5  {
	
	color: white;
	
}

#advies a  {
	
	color: white;
	
}


#advies p {
	
	color: #ddd5e2;
	
}
#sliders {
	padding-bottom: 50px;
}

#r1o1,
#r1o2,
#r1o3,
#r2o1,
#r2o2,
#r2o3,
#r3o1,
#r3o2,
#r3o3,
#r4o1,
#r4o2,
#r4o3 {
	display: none;
}

.contactill {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.kvknr {
	float: right;
	font-weight: normal;
	font-family: 'Roboto Slab';
}

.kvknr a {
	display: inline;
	float: right;
	font-size: 16px;
	margin-right: 20px;
	padding: 0px;
}

.kvknr span {
	display: inline;
	float: right;
	color: white;
}

@media only screen and (max-width: 767px) {
	.kvknr {
		font-size: 14px;
		float: none;
		margin: 0 auto;
		display: inline-block;
	}
	
	.labelleft{
		font-size: 14px;
		
		
	}
	
		.labelright{font-size: 14px;}
		
		#rangers{margin-bottom: 60px;}
		
		
	.basic-btn.btn-6 {/* margin-top: 20px; */}
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.tab {
  position: relative;
  margin: 2px;
 
}

.tab input {
  display: none;
}
.tab label {
  display: block;
  border-bottom: 1px solid grey;
  color: 383838;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}
.tab label::after {
  content: "\002B";
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  transition: all 0.4s;
  font-size: 18px;
}
.tab input[type=checkbox]:checked + label::after,
.tab input[type=radio]:checked + label::after {
  /*transform: rotate(90deg);*/
  	  content: "\2212";
}


.tab-content {
  overflow: hidden;

  transition: max-height 0.4s; 
  max-height: 0;
}
.tab-content p {
  margin: 20px;
}
.tab input:checked ~ .tab-content {

  max-height: 100vh;
}

.opti{float: left;}

.oleft{float: left;}

.oright{float: right;}

#purp h2{
	
 color: white;
	
	
}
@media only screen and (min-width: 547px) and  (max-width: 767px) {
	#firstmin{margin-top: -321px;}
	
	.heroslide {
	height: 100%;
	margin-bottom: 80px;
	background-position-x: center;
	background-position-y: 47px;
	background-size: 79%;
	}

}

.display-3 {
    margin-top: 20px;
    line-height: 0.8;
    font-weight: 900;
}

@media (max-width: 991.98px){
.display-3 {
font-size: 2.25rem;
}
#strtblk{
	margin-top: -60px;
}

}

@media (max-width: 767px){
.display-3 {
font-size: 3.5rem;
}
#strtblk{
	margin-top: -60px;
}

}

#mdclose {
	border: none;
	float: right;
	display: inline-block;
	padding: 8px 16px;
	cursor: pointer;
	white-space: nowrap;
}
#uitlegmodal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-content2 {
	color: #414242;
	margin: 15% auto;
	padding: 30px 60px;
	width: 500px;
	font-family: Poppins;
	font-size: 15px;
	background: #FFFFFF;
	border: 1px solid #9B9C9D;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
	border-radius: 6px;
}
.modal-content2>h1 {    
    color: #381f49;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    margin-bottom: 19px;
    font-weight: 500;
    display: block;
    text-align: left;

.cardport {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.cardport {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  min-height:400px;
}

.cardport span.cardport-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.cardport .cardport-image {
  position: relative;
  overflow: hidden;
}

.cardport .cardport-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: -1;
}

.cardport .cardport-image span.cardport-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}

.cardport .cardport-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}

.cardport .cardport-content p {
  margin: 0;
  color: inherit;
}

.cardport .cardport-content span.cardport-title {
  line-height: 48px;
}
.shadow-shorter {
box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.cardport .cardport-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}

.cardport .cardport-action a {
  color: #ffab40;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.cardport .cardport-action a:hover {
  color: #ffd8a6;
  text-decoration: none;
}


.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 40%;
}

		 #lottie4{
            background-color:#ffffff;
            width:100%;
            height:100%;
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            text-align: center;
            opacity: 1;
        }
		
		
		
		