/*=============================
  Theme Name: ----------------.
  Author: Mrh Ripon
  Support: mrhripon98@gmail.com
  Description: --------------.
  Version: 1.0
==============================*/

/* Base Css Start  */
@font-face {
	font-family: verdan;
	src:url(../fonts/verdana.ttf);
}

@font-face {
	font-family: verdanB;
	src:url(../fonts/Verdana\ Bold.ttf);
}
html {
	font-size: 62.5%;
}
body {
	font-family: museo-sans, sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.fix {
    overflow: hidden;
}

p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 24px;
	color: #333;
	margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	color: #333;
	margin-top: 0px;
}
h2 {
	font-size: 3.6rem;
}
h3 {
	font-size: 2.8rem;
}
h4 {
	font-size: 2.2rem;
}
h5 {
	font-size: 1.8rem;
}
h6 {
	font-size: 1.6rem;
}

a, span {
	font-size: 1.6rem;
}
.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

span, a {
    display: inline-block;
}

ul,ol {
	margin: 0px;
	padding: 0px;
}
li {
	margin-left: 20px;
}

div[data-relative="yes"] {
	position: relative;
}


#btnSubmit {
	margin-top: 20px;
    padding: 15px 40px 15px 40px;
    font-size: 1.5em;
  
	border-width: 0;
	outline: none;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
	
	background-color: #2ecc71;
	color: #ecf0f1;
	
	transition: background-color .3s;
}

#btnSubmit.disabled {
	background-color: gray;
    opacity: 0.8;
    pointer-events: none;
}

#btnSubmit.disabled:hover {
	cursor: not-allowed;
}

#btnSubmit:hover, #btnSubmit:focus {
	background-color: #27ae60;
}
/* Base Css End */


.header-area {
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: -10;
  }
  .hero-content {
	position: relative;
  }
  
.des-content {
	border: 1px solid #010101;
	box-shadow: 1px 2px 5px 0 #0000008a;
	padding: 30px;
	margin-top: -55px;
	background: #fff;
  }
  .des-content h1 {
	background: #EA3E30;
	color: #fff;
	border: 3px solid #fff;
	font-size: 25px;
	margin-top: -50px;
	margin-bottom: 19px;
	text-align: center;
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	transform: skew(-6deg);
  }
  .des-content h1 {
    text-align: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 300px;
  }
  .des-content {
	text-align: center;
	font-size: 15px;
  }
  .des-content p {
	margin-bottom: 15px;
	color: #000;
	font-weight: 500;
  }

  #descriptonFirstText {
	  margin-top: 40px;
  }
  .feature-list li {
	color: #000;
	font-size: 15px;
	list-style: disc;
	display: block;
	margin-bottom: 5px;
  }
  
.footer-area {
	background-size: cover;
	background-position: center bottom;
	padding: 35px 0;
	padding-bottom: 70px;
  }
  .footer-f-wrap {
	display: flex;
	align-items: ;
	justify-content: space-between;
  }
  .footer-lr {
	text-align: right;
  }
  .footer-f-wrap h4 {
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 7px;
  }

  .footer-f-wrap h4 a {
	color: black;
  }
  .footer-f-wrap p {
	font-weight: bold;
	font-size: 16px;
  }


/* form-area css start  */
  
.input-twin-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 28px;
}

.input-inside input {
	width: 100%;
	height: 40px;
	color: #000;
	font-size: 16px;
	padding-left: 15px;
	border: 0;
	border: 2px solid #ddd;
}

.full {
	grid-column: 1/3;
    width: calc(50% - 10px);
}

.form-area {
	background: #fff;
	padding: 60px 0;
}

.input-inside label {
	display: block;
	color: #000;
	font-size: 15px;
	margin-top: 6px;
}

.input-date .input-inside {
	max-width: calc(50% - 10px);
}

.input-multiple > label {
	font-size: 15px;
}

.input-multiple {
	margin-bottom: 28px;
}

.input-date {
	margin-bottom: 28px;
}

.input-inside.with-select .nice-select {
	border-radius: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #000;
	margin-bottom: 7px;
}

.rd-btn {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #00;
}

/* Hide the browser's default radio button */
.rd-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #D8E3F0;
	box-sizing: border-box;
}

/* When the radio button is checked, add a blue background */
.rd-btn input:checked ~ .checkmark {
  background-color: #33475B;
  border-color: #33475B;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rd-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rd-btn .checkmark::after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
  /* form-area css end */


  .radio-btn p {
	margin-bottom: 12px;
}


.radio-wrap {
	max-width: calc(50% - 10px);
  }
  .radio-wrap .input-inside input {
	margin-bottom: 20px;
  }
  .checkmark.checkboxx-span {
	border-radius: 0;
	width: 20px;
	height: 20px;
	top: 3px;
}
.rd-btn.checkboxx .checkmark::after {
	border-radius: 0;
	top: 3px;
	left: 3px;
}


.logo {
	max-width: 260px;
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 0;
  }
  .logo img {
	max-width: 100%;
  }
  .stamp {
	position: absolute;
	right: 0;
	top: 30%;
	transform: ;
}
.description-area {
	padding-bottom: 60px;
}
.checkbox-wrapper > p {
	margin-bottom: 18px;
}
.required-mark {
	color: red;
}
.fm-title {
	text-align: center;
	margin-bottom: 50px;
}

.feature-list li span {
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	margin-right: 3px;
}
.social-lnks li {
	display: inline-block;
	margin-right: 18px;
}
.social-lnks li:last-child {
	margin-right: 0;
}
.social-lnks li a {
	color: #EC3D32;
	font-size: 22px;
	display: inline-block;
}

#divDisclaimer > p.buttons {
	padding-top: 15px;
    text-align: right;
}

#divSolliciteerResult{
	font-size: 15px;
    margin-top: 20px;
}

#divSolliciteerResult strong {
	margin-right: 5px;
}

.banner-image {
	position: absolute;
    width: 100%;
    height: 350px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
	transition: opacity 1s;
}

.banner-image:not(.active) {
	opacity: 0;
}

.banner-image[data-imageindex="1"] {
	background-image: url(../../assets/img/banner1.jpg);
}

.banner-image[data-imageindex="2"] {
	background-image: url(../../assets/img/banner2.jpeg);
}

.banner-image[data-imageindex="3"] {
	background-image: url(../../assets/img/banner3.jpeg);
}

.notice-box {
	background: #fff;
	border: 3px solid #EA3E30;
	font-size: 25px;
	margin-top: 19px;
	margin-bottom: 19px;
	text-align: center;
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
}
.notice-box P {
	font-size: large;
}

.notice-box UL {
	list-style-type: circle;
}

.notice-box UL {
	list-style-type: square;
	/* margin: 0 auto; */
}

.notice-box UL LI {
	text-align: left;
}

.banner {
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    background-color: #ea3e30;
    padding: 30px;
    margin-bottom: 30px;
}

.banner h3 {
    color: white;
}

.banner p {
    color: white;
    width: 90%;
    margin: auto;
}


/* slides */
.slide {
	padding: 8px;
	border: none;
	border-radius: 3px;
	box-shadow: 1px 1px 5px lightgrey;
  }
  .slide .slide-body {
	height: 100px;
	overflow: hidden;
	transition: height 500ms ease;
	-moz-transition: height 500ms ease;
	-ms-transition: height 500ms ease;
	-o-transition: height 500ms ease;
	-webkit-transition: height 500ms ease;
  }
  .slide .slide-body.expanded {
	height: -moz-fit-content !important;
	height: fit-content !important;
  }
  .slide .slide-read-more {
	cursor: pointer;
	text-align: right;
	color: #EA3E30;
  }
  
  .slide.slide-in-list {
	margin-left: 1em;
  }

@media only screen and (max-width: 768px) {
    .banner {
        width: calc(100% + 40px);
        left: -20px;
    }
}