/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #F5F3F0;
  padding-top: 100px;
  padding-right: 15px;
  padding-bottom: 100px;
  padding-left: 15px;
}

.footer-middlebar .wrap {
  display: grid;
  column-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.footer-middlebar .wrap .sd-block-button .inner-button {
  margin-top: 24px;
  line-height: 36px;
  font-size: 14px;
}
.footer-middlebar .wrap h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
  color: #212121;
}
.footer-middlebar .wrap p {
  color: #7C7B7A;
}
.footer-middlebar .wrap p a {
  position: relative;
  color: #7C7B7A;
}
.footer-middlebar .wrap p a:after {
  content: "";
  width: 50px;
  bottom: -5px;
  left: 0;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-middlebar .wrap p a:hover:after {
  background-color: #FFCB33;
  height: 2px;
}
.footer-middlebar .wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-middlebar .wrap ul li:not(:last-child) {
  margin-bottom: 24px;
}
.footer-middlebar .wrap ul li.current-menu-item a:after {
  background-color: #FFCB33;
  height: 2px;
}
.footer-middlebar .wrap ul a {
  position: relative;
  font-weight: 600;
  color: #212121;
}
.footer-middlebar .wrap ul a:after {
  content: "";
  width: 50px;
  bottom: -5px;
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-middlebar .wrap ul a:hover:after {
  background-color: #FFCB33;
  height: 2px;
}

.footer-bottombar .wrap {
  border-top: 1px solid #E3E1DE;
  padding-top: 40px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottombar .wrap ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.footer-bottombar .wrap li:not(:last-child) {
  margin-right: 70px;
}
.footer-bottombar .wrap li a {
  position: relative;
  font-weight: 600;
  color: #7C7B7A;
}
.footer-bottombar .wrap li a:after {
  content: "";
  width: 50px;
  bottom: -5px;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-bottombar .wrap li a:hover:after {
  background-color: #FFCB33;
  height: 2px;
}
.footer-bottombar .wrap li a.current-menu-item a:after {
  background-color: #FFCB33;
  height: 2px;
}
.footer-bottombar .wrap .footer-bottombar-2 {
  flex-grow: 1;
}
.footer-bottombar .wrap .footer-bottombar-3 {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .footer-middlebar .wrap h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 27px;
  }
  .footer-middlebar .wrap ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer-bottombar .wrap {
    padding-top: 33px;
    margin-top: 66px;
  }
  .footer-bottombar .wrap li:not(:last-child) {
    margin-right: 58px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .footer-middlebar .wrap h3 {
    font-size: 20px;
    margin-bottom: 23px;
  }
  .footer-middlebar .wrap ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer-bottombar .wrap {
    padding-top: 29px;
    margin-top: 58px;
  }
  .footer-bottombar .wrap li:not(:last-child) {
    margin-right: 51px;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottombar .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-bottombar .wrap .footer-bottombar-2 {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .footer-middlebar .wrap {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .footer-middlebar .wrap .footer-middlebar-1 {
    margin-bottom: 47px;
  }
  .footer-middlebar .wrap .footer-middlebar-2 {
    margin-bottom: 47px;
  }
  .footer-middlebar .wrap ul a:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-bottombar .wrap ul {
    flex-direction: column;
  }
  .footer-bottombar .wrap ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #727272;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: #727272;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: inherit;
  color: #727272;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: #727272;
}

.sd-form .mandatory_icon {
  display: none;
}

label {
  font-size: 21px;
  margin-bottom: 8px !important;
}

.box.has-advanced-upload {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px dashed #E3E1DE;
  background-color: #FFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 32px;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box.has-advanced-upload .max-upload-size {
  font-size: 12px;
  line-height: 18px;
  color: #BDBBB9;
}
.box.has-advanced-upload.is-dragover {
  border-color: #FFCB33;
}
.box.has-advanced-upload:hover {
  border: 2px solid #F5F3F0;
  background: #F5F3F0;
}
.box.has-advanced-upload .uploadedfile {
  display: block;
  margin-top: 0;
}
.box.has-advanced-upload span {
  font-size: 16px;
  color: #7C7B7A;
  line-height: 24px;
}
.box.has-advanced-upload span b {
  color: #212121;
}

.wpcf7,
.sd-form {
  gap: 24px 20px;
}

.wpcf7-not-valid-tip {
  display: none;
}

input[type=week],
input[type=url],
input[type=time],
input[type=password],
input[type=number],
input[type=color],
input[type=month],
input[type=datetime-local],
input[type=text],
input[type=email],
input[type=tel] {
  background: #F5F3F0;
  color: #7C7B7A;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border: 0 none;
  display: block;
  padding: 0 16px;
  height: 56px;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
input[type=week].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=time].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=color].wpcf7-not-valid,
input[type=month].wpcf7-not-valid,
input[type=datetime-local].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid {
  border: 2px solid #FF5757;
}

.bg_gray input[type=week],
.bg_gray input[type=url],
.bg_gray input[type=time],
.bg_gray input[type=password],
.bg_gray input[type=number],
.bg_gray input[type=color],
.bg_gray input[type=month],
.bg_gray input[type=datetime-local],
.bg_gray input[type=text],
.bg_gray input[type=email],
.bg_gray input[type=tel] {
  background-color: #FFF;
}

input.datepicker {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_357_3172)"><path d="M20 3H19V1H17V3H7V1H5V3H4C2.9 3 2 3.9 2 5V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V5C22 3.9 21.1 3 20 3ZM20 21H4V8H20V21Z" fill="%237C7B7A"/></g><defs><clipPath id="clip0_357_3172"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}

select {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="%237C7B7A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center right 16px;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F5F3F0;
  color: #7C7B7A;
  font-size: 16px;
  border: 0 none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: block;
  padding: 0 16px;
  height: 56px;
  width: 100%;
}
select.wpcf7-not-valid {
  border: 2px solid #FF5757;
}

.SD_FormGen_form .SD-col {
  padding-right: 0;
  margin-bottom: 0;
}
.SD_FormGen_form .collapsable_element_container {
  position: relative;
}
.SD_FormGen_form .collapsable_element_container .collapsable_element_trigger {
  background: #F5F3F0;
  color: #7C7B7A;
  padding: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="%237C7B7A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.SD_FormGen_form .collapsable_element_container .collapsable_element_trigger h4 {
  font-size: 16px;
  line-height: 56px;
  padding: 0 16px;
  font-weight: normal;
  margin: 0;
}
.SD_FormGen_form .collapsable_element_container .collapsable_element_content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 66px;
  background: #F5F3F0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.bg_gray select {
  background-color: #FFF;
}

textarea {
  font-family: "Poppins", sans-serif;
  background: #F5F3F0;
  color: #7C7B7A;
  font-size: 16px;
  border: 0 none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: block;
  padding: 16px;
  height: 160px;
  width: 100%;
  resize: vertical;
}
textarea.wpcf7-not-valid {
  border: 2px solid #FF5757;
}

.bg_gray textarea {
  background-color: #FFF;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  line-height: 44px;
  font-size: 16px;
  padding: 0 32px;
  font-weight: 600;
  border: 2px solid #FFBE00;
  color: #212121;
  display: inline-flex;
  align-items: center;
  background-color: #FFBE00;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
button:hover,
input[type=button]:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  color: #212121;
  background-color: #FFCB33;
  border-color: #FFCB33;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:active,
input[type=button]:active,
button[type=submit]:active,
input[type=submit]:active {
  color: #FFF;
  background-color: #212121;
  border-color: #212121;
}
button span,
input[type=button] span,
button[type=submit] span,
input[type=submit] span {
  height: 100%;
  display: flex;
}

/* Start privacy checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
  padding: 0 0 0 40px;
  margin: 0;
  position: relative;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input,
.sd-form .SD-type-checkbox input {
  opacity: 0;
  position: absolute;
  display: block;
  left: 1px;
  top: 9px;
  z-index: -1;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + label:before,
.sd-form .SD-type-checkbox input:checked + .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox input:checked + label:before {
  opacity: 1;
  background-image: url("/wp-content/uploads/2023/06/check-square.svg");
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.sd-form .SD-type-checkbox label {
  position: relative;
  font-size: 16px;
  color: #212121;
  font-weight: normal;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a,
.sd-form .SD-type-checkbox label a {
  font-weight: bold;
  color: inherit;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox label:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: -40px;
  top: 2px;
  background-image: url("/wp-content/uploads/2023/06/default-square-1.svg");
  background-size: cover;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
.sd-form .SD-type-checkbox label:hover:before {
  opacity: 0.4;
  background-image: url("/wp-content/uploads/2023/06/check-square.svg");
}

/* End privacy checkbox */
/* Start whitelabel CF7 */
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
}

/* End whitelabel CF7 */
/*--------------------------------------------------------------
2. Messages
--------------------------------------------------------------*/
.spinner.sd-message-container {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
}
.spinner.sd-message-container svg {
  height: 20px;
  width: 20px;
  margin-right: 20px;
}

/* Start success messages  */
.wpcf7 form.sent .wpcf7-response-output,
.sd-success-message-container {
  background-color: #079d00;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
  border: none;
  color: #FFF;
}
.wpcf7 form.sent .wpcf7-response-output .sd-succes-message-general,
.sd-success-message-container .sd-succes-message-general {
  display: block;
}
.wpcf7 form.sent .wpcf7-response-output .sd-succes-message,
.sd-success-message-container .sd-succes-message {
  display: block;
  margin-bottom: 2px;
}

/* End success messages  */
/* Start error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.sd-error-message-container {
  background-color: #FF5757;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
  border: none;
  color: #FFF;
}
.wpcf7 form.invalid .wpcf7-response-output .sd-error-message-general,
.wpcf7 form.unaccepted .wpcf7-response-output .sd-error-message-general,
.sd-error-message-container .sd-error-message-general {
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output .sd-error-message,
.wpcf7 form.unaccepted .wpcf7-response-output .sd-error-message,
.sd-error-message-container .sd-error-message {
  display: block;
  margin-bottom: 2px;
}

/* End error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  margin-bottom: 0;
  margin-top: 24px;
}

.wpcf7 .ajax-loader {
  vertical-align: middle;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  label {
    font-size: 18px;
  }
  .wpcf7, .sd-form {
    gap: 20px 17px;
  }
  input[type=week], input[type=url], input[type=time], input[type=password], input[type=number], input[type=color], input[type=month], input[type=datetime-local], input[type=text], input[type=email], input[type=tel] {
    padding: 0 13px;
    height: 46px;
  }
  input.datepicker {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_357_3172)"><path d="M20 3H19V1H17V3H7V1H5V3H4C2.9 3 2 3.9 2 5V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V5C22 3.9 21.1 3 20 3ZM20 21H4V8H20V21Z" fill="%237C7B7A"/></g><defs><clipPath id="clip0_357_3172"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-size: 20px;
    background-position: center right 13px;
  }
  select {
    height: 46px;
    padding: 0 13px;
    background-size: 20px;
    background-position: center right 13px;
  }
  textarea {
    height: 133px;
    padding: 13px;
  }
  .SD_FormGen_form .collapsable_element_container .collapsable_element_trigger {
    background-size: 20px;
    background-position: center right 13px;
  }
  .SD_FormGen_form .collapsable_element_container .collapsable_element_trigger h4 {
    line-height: 46px;
    padding: 0 13px;
  }
  .SD_FormGen_form .collapsable_element_container .collapsable_element_content {
    top: 55px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    line-height: 37px;
    padding: 0 27px;
  }
  .box.has-advanced-upload {
    padding: 27px 27px 10px 27px;
  }
  .box.has-advanced-upload .max-upload-size {
    font-size: 11px;
    line-height: 15px;
  }
  .box.has-advanced-upload span {
    font-size: 13px;
    line-height: 20px;
  }
  .wpcf7 form.sent .wpcf7-response-output, .sd-success-message-container {
    padding: 17px;
    margin-bottom: 20px;
  }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .sd-error-message-container {
    padding: 17px;
    margin-bottom: 20px;
  }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .wpcf7, .sd-form {
    gap: 18px 15px;
  }
  input[type=week], input[type=url], input[type=time], input[type=password], input[type=number], input[type=color], input[type=month], input[type=datetime-local], input[type=text], input[type=email], input[type=tel] {
    padding: 0 12px;
    height: 41px;
  }
  input.datepicker {
    background-size: 18px;
    background-position: center right 12px;
  }
  select {
    height: 41px;
    padding: 0 12px;
    background-size: 18px;
    background-position: center right 12px;
  }
  textarea {
    height: 117px;
    padding: 12px;
  }
  .SD_FormGen_form .collapsable_element_container .collapsable_element_trigger {
    background-size: 18px;
    background-position: center right 12px;
  }
  .SD_FormGen_form .collapsable_element_container .collapsable_element_trigger h4 {
    line-height: 41px;
    padding: 0 12px;
  }
  .SD_FormGen_form .collapsable_element_container .collapsable_element_content {
    top: 48px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    line-height: 32px;
    padding: 0 23px;
  }
  .box.has-advanced-upload {
    padding: 23px 23px 9px 23px;
  }
  .wpcf7 form.sent .wpcf7-response-output, .sd-success-message-container {
    padding: 15px;
    margin-bottom: 18px;
  }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .sd-error-message-container {
    padding: 15px;
    margin-bottom: 18px;
  }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sd-form .input-col-10, .sd-form .input-col-20,
  .sd-form .input-col-30, .sd-form .input-col-40,
  .sd-form .input-col-50, .sd-form .input-col-60,
  .sd-form .input-col-70, .sd-form .input-col-80,
  .sd-form .input-col-90, .sd-form .input-col-100,
  .sd-form .input-col-110, .sd-form .input-col-120 {
    grid-column: span 12;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 40px;
  /* Sub Menu */
}
.main-navigation ul {
  font-size: 0;
}
.main-navigation ul li:not(:last-child) {
  margin-right: 40px;
}
.main-navigation ul li a {
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.main-navigation ul li a:hover {
  color: #FFF;
}
.main-navigation ul li a:after {
  content: "";
  width: 50px;
  bottom: -5px;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation ul li a:hover:after {
  background-color: #FFCB33;
  height: 2px;
}
.main-navigation ul li.current-menu-item > a:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #FFCB33;
}
.main-navigation ul.sub-menu {
  padding: 10px;
}
.main-navigation ul.sub-menu li a {
  white-space: nowrap;
}
.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
  display: none;
}

.hide-on-professionals {
  display: none;
}

body.parent-pageid-23 .hide-on-professionals,
body.page-id-23 .hide-on-professionals {
  display: flex;
}

body.parent-pageid-23 .mobile-menu-sidebar .hide-on-professionals,
body.page-id-23 .mobile-menu-sidebar .hide-on-professionals {
  display: block;
}

body.parent-pageid-23 .hide-on-opdrachtgevers,
body.page-id-23 .hide-on-opdrachtgevers {
  display: none;
}

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
header.site-header.fixed.scrolled {
  background-color: #040E26;
}
header.site-header.fixed.header-dark {
  background-color: #040E26;
}

.admin-bar header.site-header.fixed {
  top: 32px;
}

.header-middlebar .header-middlebar-1 {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 80px;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation {
    padding-right: 33px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 33px;
  }
  .main-navigation ul li a {
    font-size: 14px;
  }
  .header-middlebar .header-middlebar-1 {
    height: 66px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation {
    padding-right: 29px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 29px;
  }
  .header-middlebar .header-middlebar-1 {
    height: 58px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation #menu-item-26 {
    margin-right: 0;
  }
  .main-navigation #menu-item-25 {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-middlebar-1 {
    display: flex;
    height: 50px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Lay-out
--------------------------------------------------------------*/
.wrap {
  max-width: 1430px;
}

embed,
iframe,
object {
  width: 100%;
}

.marginbottom-0px {
  margin-bottom: 0;
}

.marginbottom-32px {
  margin-bottom: 32px;
}

.marginbottom-64px {
  margin-bottom: 64px;
}

body:not(.home) .site-content-contain {
  margin-top: 80px;
}

/*--------------------------------------------------------------
2. Visual Composer
--------------------------------------------------------------*/
.overflow-visible {
  overflow: visible !important;
}

.vc_row-fluid:not(.vc_inner) {
  padding-top: 100px;
  padding-bottom: 100px;
}

.vc_row-fluid.vc_inner {
  padding-top: 0;
  padding-bottom: 0;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .marginbottom-32px {
    margin-bottom: 27px;
  }
  .marginbottom-64px {
    margin-bottom: 53px;
  }
  body:not(.home) .site-content-contain {
    margin-top: 66px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 83px;
    padding-bottom: 83px;
  }
}
@media screen and (max-width: 1400px) {
  .marginbottom-32px {
    margin-bottom: 23px;
  }
  .marginbottom-64px {
    margin-bottom: 47px;
  }
  body:not(.home) .site-content-contain {
    margin-top: 58px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 73px;
    padding-bottom: 73px;
  }
}
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-32px {
    margin-bottom: 32px;
  }
  .mobile_marginbottom-64px {
    margin-bottom: 64px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Loading
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.filter-toggle {
  display: none;
}

.sd-spinner {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color: #008000;
  -webkit-animation: sd-spinner 2s linear infinite;
  -moz-animation: sd-spinner 2s linear infinite;
  animation: sd-spinner 2s linear infinite;
}

.sd-loading {
  display: flex;
  align-items: center;
  line-height: 1;
}
.sd-loading svg {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.sd-loading circle {
  opacity: 0;
  -webkit-animation: sd-fade 1s linear infinite;
  -moz-animation: sd-fade 1s linear infinite;
  animation: sd-fade 1s linear infinite;
}
.sd-loading .dot1 {
  animation-delay: -875ms;
}
.sd-loading .dot2 {
  animation-delay: -750ms;
}
.sd-loading .dot3 {
  animation-delay: -625ms;
}
.sd-loading .dot4 {
  animation-delay: -500ms;
}
.sd-loading .dot5 {
  animation-delay: -375ms;
}
.sd-loading .dot6 {
  animation-delay: -250ms;
}
.sd-loading .dot7 {
  animation-delay: -125ms;
}

@keyframes sd-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes sd-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .sd-filter-loading {
    display: none;
  }
  .filter-toggle {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #FFBE00;
    background-color: #FFBE00;
    color: #212121;
    line-height: 32px;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .filter-toggle:hover {
    background-color: #FFCB33;
    border-color: #FFCB33;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  position: relative;
  text-align: center;
  font-size: 0;
}
.sd-pagination .page-numbers {
  font-size: 21px;
  margin-right: 5px;
  color: #7C7B7A;
  font-weight: 600;
  display: inline-block;
  padding: 0;
}
.sd-pagination .page-numbers.current {
  font-size: 21px;
  margin-right: 5px;
  color: #212121;
}
.sd-pagination .page-numbers.prev {
  font-size: 21px;
  margin: 0;
  color: #212121;
  background: transparent;
  font-weight: 600;
  padding: 0;
  float: none;
  margin-right: 48px;
}
.sd-pagination .page-numbers.next {
  font-size: 21px;
  margin: 0;
  color: #212121;
  background: transparent;
  font-weight: 600;
  padding: 0;
  float: none;
  margin-left: 48px;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-pagination .page-numbers {
    font-size: 17px;
  }
  .sd-pagination .page-numbers.current {
    font-size: 17px;
  }
  .sd-pagination .page-numbers.prev {
    font-size: 17px;
    margin-right: 40px;
  }
  .sd-pagination .page-numbers.next {
    font-size: 17px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-pagination .page-numbers {
    font-size: 16px;
  }
  .sd-pagination .page-numbers.current {
    font-size: 16px;
  }
  .sd-pagination .page-numbers.prev {
    font-size: 16px;
    margin-right: 35px;
  }
  .sd-pagination .page-numbers.next {
    font-size: 16px;
    margin-left: 35px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #212121;
}

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

h1 {
  font-size: 64px;
  line-height: 80px;
}

h2 {
  font-size: 48px;
  line-height: 56px;
}

h3 {
  font-size: 40px;
  line-height: 48px;
}

h4 {
  font-size: 28px;
  line-height: 36px;
}

h5 {
  font-size: 21px;
  line-height: 32px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

p {
  font-size: 16px;
  padding: 0;
  margin: 0 0 32px 0;
  line-height: 32px; /* This should be the same as the margin bottom */
}

p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 53px;
    line-height: 66px;
  }
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
  h3 {
    font-size: 33px;
    line-height: 40px;
  }
  h4 {
    font-size: 23px;
    line-height: 32px;
  }
  h5 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 47px;
    line-height: 58px;
  }
  h2 {
    font-size: 35px;
    line-height: 41px;
  }
  h3 {
    font-size: 29px;
    line-height: 35px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

/*# sourceMappingURL=main.css.map */
