/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: transparent;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 20%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 488.21 301.72'%3E%3Cstyle%3E .target-small-1 %7B fill: %23fff; %7D .target-small-2 %7B fill: %23244b5b; %7D .target-small-3 %7B fill: %234895b4; %7D .target-large %7B fill: %234895b4; %7D %3C/style%3E%3Cpath class='target-small-1' d='M161.73,118.05c0,5.89-4.79,10.68-10.68,10.68s-10.68-4.79-10.68-10.68,4.79-10.68,10.68-10.68,10.68,4.79,10.68,10.68ZM183.99,118.05c0,18.37-14.89,33.26-33.26,33.26s-33.26-14.89-33.26-33.26,14.89-33.26,33.26-33.26,33.26,14.89,33.26,33.26ZM173.49,118.05c0-12.37-10.07-22.44-22.44-22.44s-22.44,10.07-22.44,22.44,10.07,22.44,22.44,22.44,22.44-10.07,22.44-22.44Z'/%3E%3Cpath class='target-small-2' d='M93.02,247.02c0,4.24-3.45,7.69-7.69,7.69s-7.69-3.45-7.69-7.69,3.45-7.69,7.69-7.69,7.69,3.45,7.69,7.69ZM109.05,247.02c0,13.23-10.72,23.95-23.95,23.95s-23.95-10.72-23.95-23.95,10.72-23.95,23.95-23.95,23.95,10.72,23.95,23.95ZM101.49,247.02c0-8.91-7.25-16.16-16.16-16.16s-16.16,7.25-16.16,16.16,7.25,16.16,16.16,16.16,16.16-7.25,16.16-16.16Z'/%3E%3Cpath class='target-small-3' d='M21.23,161.99c0,2.83-2.3,5.12-5.12,5.12s-5.12-2.3-5.12-5.12,2.3-5.12,5.12-5.12,5.12,2.3,5.12,5.12ZM31.9,161.99c0,8.81-7.14,15.95-15.95,15.95s-15.95-7.14-15.95-15.95,7.14-15.95,15.95-15.95,15.95,7.14,15.95,15.95ZM26.86,161.99c0-5.93-4.83-10.76-10.76-10.76s-10.76,4.83-10.76,10.76,4.83,10.76,10.76,10.76,10.76-4.83,10.76-10.76Z'/%3E%3Cpath class='target-large' d='M488.21,301.72h-96.92c0-53.44,43.48-96.92,96.92-96.92v96.92ZM488.21,98.12V.04c-.96,0-1.91-.04-2.88-.04C318.67,0,183.62,135.05,183.62,301.72h100.99c0-112.26,91.33-203.6,203.61-203.6Z'/%3E%3C/svg%3E%0A");
}
footer a:hover {
  color: #ffcb2b;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-topbar .footer-bottombar-wrap-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-middlebar {
  padding: 100px 0;
}
footer .footer-middlebar .footer-middlebar-wrap-inner {
  display: flex;
  justify-content: space-between;
}
footer .footer-middlebar ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
footer .footer-middlebar ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
footer .footer-middlebar ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 12'%3E%3Cpath fill='%235ec5ed' d='M4.6,6L0,1.4,1.4,0l6,6L1.4,12l-1.4-1.4s4.6-4.6,4.6-4.6Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer-middlebar ul li a {
  color: #FFF;
  font-weight: 500;
}
footer .footer-middlebar ul li a:hover {
  color: #ffcb2b;
}
footer .footer-middlebar ul li:last-child {
  margin-bottom: 0;
}
footer .footer-bottombar {
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
}
footer .footer-bottombar .footer-bottombar-1 {
  display: flex;
  align-items: center;
}
footer .footer-bottombar .footer-bottom-menu {
  margin-left: 30px;
}
footer .footer-bottombar .footer-bottom-menu ul {
  list-style: none;
  margin-bottom: 0;
}
footer .footer-bottombar .footer-bottom-menu ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
footer .footer-bottombar .footer-bottom-menu ul li:before {
  content: "";
  background-color: #5ec5ed;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 30px;
}
footer .footer-bottombar .footer-bottom-menu ul li:last-child {
  margin-right: 0;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  footer {
    background-size: 50%;
  }
  footer .footer-topbar .footer-topbar-inner .wrap .footer-bottombar-wrap-inner {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  footer .footer-topbar .footer-topbar-inner .wrap .footer-bottombar-wrap-inner .footer-topbar-1,
  footer .footer-topbar .footer-topbar-inner .wrap .footer-bottombar-wrap-inner .footer-topbar-2,
  footer .footer-topbar .footer-topbar-inner .wrap .footer-bottombar-wrap-inner .footer-topbar-3,
  footer .footer-topbar .footer-topbar-inner .wrap .footer-bottombar-wrap-inner .footer-topbar-4,
  footer .footer-topbar .footer-topbar-inner .wrap .footer-bottombar-wrap-inner .footer-topbar-5,
  footer .footer-topbar .footer-topbar-inner .wrap .footer-bottombar-wrap-inner .footer-topbar-6 {
    margin-bottom: 30px;
  }
  footer .footer-middlebar {
    padding: 0 0 60px 0 !important;
  }
  footer .footer-middlebar .footer-middlebar-inner .wrap .footer-middlebar-wrap-inner {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  footer .footer-middlebar .footer-middlebar-inner .wrap .footer-middlebar-wrap-inner h3 {
    padding: 30px 0 10px;
    margin-bottom: 0;
  }
  footer .footer-middlebar .footer-middlebar-inner .wrap .footer-middlebar-wrap-inner ul li:before {
    top: 5px;
  }
  footer .footer-bottombar .footer-bottombar-inner .wrap .footer-bottombar-1 {
    flex-direction: column;
    align-items: baseline;
  }
  footer .footer-bottombar .footer-bottombar-inner .wrap .footer-bottombar-1 .footer-bottom-menu {
    margin-left: 0;
  }
  footer .footer-bottombar .footer-bottombar-inner .wrap .footer-bottombar-1 .footer-bottom-menu ul.menu {
    margin-top: 11px;
  }
  footer .footer-bottombar .footer-bottombar-inner .wrap .footer-bottombar-1 .footer-bottom-menu ul.menu li {
    margin-bottom: 11px;
    display: block;
  }
  footer .footer-bottombar .footer-bottombar-inner .wrap .footer-bottombar-1 .footer-bottom-menu ul.menu li:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background-size: 50%;
  }
  footer .footer-topbar .footer-topbar-inner .wrap .footer-bottombar-wrap-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-middlebar .footer-middlebar-inner .wrap .footer-middlebar-wrap-inner {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }
}
@media screen and (max-width: 1600px) {
  footer {
    padding: 21px 0;
  }
  footer .footer-middlebar {
    padding: 83px 0;
  }
  footer .footer-middlebar ul li {
    padding-left: 17px;
    margin-bottom: 12px;
  }
  .footer-bottombar .footer-bottom-menu {
    margin-left: 25px;
  }
  .footer-bottombar .footer-bottom-menu ul li {
    margin-right: 25px;
  }
  .footer-bottombar .footer-bottom-menu ul li:before {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 18px 0;
  }
  footer .footer-middlebar {
    padding: 73px 0;
  }
  footer .footer-middlebar ul li {
    padding-left: 15px;
    margin-bottom: 11px;
  }
  .footer-bottombar .footer-bottom-menu {
    margin-left: 22px;
  }
  .footer-bottombar .footer-bottom-menu ul li {
    margin-right: 22px;
  }
  .footer-bottombar .footer-bottom-menu ul li:before {
    margin-right: 22px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #1a171b;
  opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: #1a171b;
  opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: inherit;
  color: #1a171b;
  opacity: 0.5;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: #1a171b;
  opacity: 0.5;
}

.SD_FormGen_form .mandatory_icon {
  color: #FFF;
}

.wpcf7 .cf7-mandatory {
  color: red;
}

.sd-form {
  gap: 15px;
}
.sd-form .box.has-advanced-upload {
  border: 1px dashed #FFF;
  padding: 30px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sd-form .box.has-advanced-upload .SD-drag-and-drop-select-file-label {
  color: #FFF;
  letter-spacing: 1.16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sd-form .box.has-advanced-upload .SD-drag-and-drop-select-file-label .file-icon svg {
  background-color: #ffcb2b;
  color: #3f3e3f;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 12px;
  margin-right: 20px;
}
.sd-form .box.has-advanced-upload .uploaded-file {
  display: flex;
  justify-content: center;
  color: white;
  letter-spacing: 1.16px;
  font-weight: 400;
}
.sd-form .box.has-advanced-upload .max-upload-size {
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-align: center;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

label {
  margin-bottom: 0;
}

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: #FFF;
  display: block;
  padding: 0 15px;
  height: 50px;
  font-size: 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  color: #3f3e3f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
input[type=week]:focus, input[type=week]:hover, input[type=week]:active,
input[type=url]:focus,
input[type=url]:hover,
input[type=url]:active,
input[type=time]:focus,
input[type=time]:hover,
input[type=time]:active,
input[type=password]:focus,
input[type=password]:hover,
input[type=password]:active,
input[type=number]:focus,
input[type=number]:hover,
input[type=number]:active,
input[type=color]:focus,
input[type=color]:hover,
input[type=color]:active,
input[type=month]:focus,
input[type=month]:hover,
input[type=month]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:active,
input[type=text]:focus,
input[type=text]:hover,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:hover,
input[type=email]:active,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=tel]:active {
  border: 1px solid #FFF;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  font-size: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: normal;
  color: #3f3e3f;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}
select option {
  background-color: #FFF;
}

textarea {
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  padding: 15px;
  height: 150px;
  width: 100%;
  font-size: 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  resize: vertical;
  color: #3f3e3f;
}
button,
input[type=button],
button[type=submit],
input[type=submit] {
  display: inline-flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  line-height: 50px;
  padding: 0 20px;
  color: #3f3e3f;
  background-color: #ffcb2b;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
button span,
input[type=button] span,
button[type=submit] span,
input[type=submit] span {
  display: flex;
  align-items: center;
}
button svg,
input[type=button] svg,
button[type=submit] svg,
input[type=submit] svg {
  margin-left: 30px;
}
button:hover,
input[type=button]:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  background-color: #ffcb2b;
}
button:focus,
input[type=button]:focus,
button[type=submit]:focus,
input[type=submit]:focus {
  background-color: #ffcb2b;
}

/* Start privacy checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
  padding: 0 0 0 30px;
  margin: 0;
}
.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 {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M443.3 100.7c6.2 6.2 6.2 16.4 0 22.6l-272 272c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L160 361.4 420.7 100.7c6.2-6.2 16.4-6.2 22.6 0z'/%3E%3C/svg%3E");
  background-color: #5ec5ed;
  border: 1px solid #5ec5ed;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label,
.sd-form .SD-type-checkbox .wpcf7-list-item-label,
.sd-form .SD-type-checkbox .SD-label {
  position: relative;
  font-size: 19px;
  font-weight: normal;
  color: #FFF;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label a,
.sd-form .SD-type-checkbox .wpcf7-list-item-label a,
.sd-form .SD-type-checkbox .SD-label a {
  color: #FFF;
  text-decoration: underline;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label:before,
.sd-form .SD-type-checkbox .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox .SD-label:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: -30px;
  top: -1px;
  background-color: transparent;
  border: 1px solid #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label:hover:before,
.sd-form .SD-type-checkbox .wpcf7-list-item-label:hover:before,
.sd-form .SD-type-checkbox .SD-label:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M443.3 100.7c6.2 6.2 6.2 16.4 0 22.6l-272 272c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L160 361.4 420.7 100.7c6.2-6.2 16.4-6.2 22.6 0z'/%3E%3C/svg%3E");
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .privacy-acceptance-link a,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label .privacy-acceptance-link a,
.sd-form .SD-type-checkbox .wpcf7-list-item-label .privacy-acceptance-link a,
.sd-form .SD-type-checkbox .SD-label .privacy-acceptance-link a {
  color: #FFF;
  text-decoration: underline;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .privacy-acceptance-link a:hover,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label .privacy-acceptance-link a:hover,
.sd-form .SD-type-checkbox .wpcf7-list-item-label .privacy-acceptance-link a:hover,
.sd-form .SD-type-checkbox .SD-label .privacy-acceptance-link a:hover {
  text-decoration: none;
  color: #ffcb2b !important;
}

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

/* End whitelabel CF7 */
/* Start whitelabel CF7 */
.type-file input[type=file] {
  display: none;
}
.type-file label > span:not(.wpcf7-form-control-wrap) {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  padding: 0 15px;
  height: 50px;
  background-color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.type-file label:hover > span:not(.wpcf7-form-control-wrap) {
  color: #FFF;
  background-color: #000;
}

/* End whitelabel CF7 */
/*--------------------------------------------------------------
2. Messages
--------------------------------------------------------------*/
/* Start success messages  */
.wpcf7 form.sent .wpcf7-response-output,
.sd-success-message-container {
  background-color: #73ff88;
  padding: 20px 43px 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  border: 2px solid #0eb427;
  margin-bottom: 20px;
}

.sd-success-message {
  font-weight: 200;
  font-size: 18px;
}
.sd-success-message::before {
  content: "";
  background-image: url("../icons/success.svg");
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End success messages  */
/* Start notification messages  */
.sd-notification-message::before {
  content: "";
  background-image: url("../icons/info.svg");
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End notification messages  */
/* Start error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.sd-error-message-container {
  background-color: #ffa1a0;
  padding: 20px 43px 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #DD4847;
}

.sd-error-message-general {
  font-weight: 200;
  font-size: 18px;
}
.sd-error-message-general:before {
  content: "";
  background-image: url("../icons/error.svg");
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End error messages */
.wpcf7 .ajax-loader {
  vertical-align: middle;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-form .box.has-advanced-upload {
    padding: 25px;
  }
  .sd-form .box.has-advanced-upload .SD-drag-and-drop-select-file-label .file-icon svg {
    width: 33px;
    height: 33px;
    padding: 10px;
    margin-right: 17px;
  }
  input[type=week] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=url] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=time] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=password] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=number] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=color] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=month] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=datetime-local] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=text] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=email] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  input[type=tel] {
    padding: 0 12px;
    height: 42px;
    font-size: 17px;
  }
  select {
    padding: 0 12px;
    height: 42px;
    font-size: 16px;
  }
  textarea {
    padding: 12px;
    height: 125px;
    font-size: 17px;
  }
  button {
    line-height: 42px;
    padding: 0 17px;
  }
  button svg {
    margin-left: 25px;
  }
  input[type=button] {
    line-height: 42px;
    padding: 0 17px;
  }
  input[type=button] svg {
    margin-left: 25px;
  }
  button[type=submit] {
    line-height: 42px;
    padding: 0 17px;
  }
  button[type=submit] svg {
    margin-left: 25px;
  }
  input[type=submit] {
    line-height: 42px;
    padding: 0 17px;
  }
  input[type=submit] svg {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-form .box.has-advanced-upload {
    padding: 22px;
  }
  .sd-form .box.has-advanced-upload .SD-drag-and-drop-select-file-label .file-icon svg {
    width: 29px;
    height: 29px;
    padding: 9px;
    margin-right: 15px;
  }
  input[type=week] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=url] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=time] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=password] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=number] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=color] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=month] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=datetime-local] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=text] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=email] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  input[type=tel] {
    padding: 0 11px;
    height: 37px;
    font-size: 15px;
  }
  select {
    padding: 0 11px;
    height: 37px;
  }
  textarea {
    padding: 11px;
    height: 110px;
    font-size: 16px;
  }
  button {
    line-height: 37px;
    padding: 0 15px;
  }
  button svg {
    margin-left: 22px;
  }
  input[type=button] {
    line-height: 37px;
    padding: 0 15px;
  }
  input[type=button] svg {
    margin-left: 22px;
  }
  button[type=submit] {
    line-height: 37px;
    padding: 0 15px;
  }
  button[type=submit] svg {
    margin-left: 22px;
  }
  input[type=submit] {
    line-height: 37px;
    padding: 0 15px;
  }
  input[type=submit] svg {
    margin-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  #filter-anchor {
    display: none;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Header
2. Navigation
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Header
--------------------------------------------------------------*/
header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  transition: all 0.3s ease;
}
header.site-header.fixed.scrolled {
  background-color: #19343f;
  transition: all 0.3s ease;
}
header.site-header.fixed .wrap {
  max-width: 1800px;
}
header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-2 {
  flex-grow: 1;
  margin-left: 100px;
}
header.site-header.fixed .header-middlebar .show-1400px {
  display: none;
}
.admin-bar header.site-header.fixed {
  top: 32px;
}

/*--------------------------------------------------------------
2. Navigation
--------------------------------------------------------------*/
.main-navigation ul {
  /* Sub Menu */
}
.main-navigation ul li {
  margin-right: 60px;
}
.main-navigation ul li a {
  color: #FFF;
  line-height: 100px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.main-navigation ul li a:hover {
  color: #ffcb2b;
  transition: all 0.3s ease;
}
.main-navigation ul li.current_page_parent > a, .main-navigation ul li.current-menu-item > a {
  color: #ffcb2b;
}
.main-navigation ul li:last-child {
  margin-right: 0;
}
.main-navigation ul li:hover > ul {
  left: 0;
}
.main-navigation ul li.menu-item-has-children > a:after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.4'%3E%3Cpath fill='%235ec5ed' d='M6,4.6L10.6,0l1.4,1.4-6,6L0,1.4,1.4,0l4.6,4.6Z'/%3E%3C/svg%3E");
}
.main-navigation ul ul.sub-menu {
  padding: 0;
  border: 0 none;
  min-width: 250px;
  overflow: hidden;
  box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.3);
}
.main-navigation ul ul.sub-menu li {
  margin-right: 0;
  position: relative;
}
.main-navigation ul ul.sub-menu li:last-child {
  border-bottom: none;
}
.main-navigation ul ul.sub-menu li a {
  white-space: nowrap;
  line-height: unset;
  font-weight: 600;
  font-size: 16px;
  text-transform: unset;
  padding: 15px 15px 15px 40px;
  border-bottom: 1px solid #19343f;
  background-color: #19343f;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.main-navigation ul ul.sub-menu li a::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 12px;
  height: 12px;
  top: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 12'%3E%3Cpath fill='%235ec5ed' d='M4.6,6L0,1.4,1.4,0l6,6L1.4,12l-1.4-1.4s4.6-4.6,4.6-4.6Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
}
.main-navigation ul ul.sub-menu li a:hover {
  transition: all 0.3s ease;
  background-color: #244b5b;
  color: #FFF;
}
.main-navigation ul ul.sub-menu li:last-child a {
  border-bottom: none;
}
.main-navigation ul ul.sub-menu li.current-menu-item > a {
  background-color: #19343f;
  color: #ffcb2b;
}

.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;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
/*----- END CSS MAP -----*/
@media screen and (max-width: 1600px) {
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-2 {
    margin-left: 83px;
  }
  .main-navigation ul li {
    margin-right: 50px;
  }
  .main-navigation ul li a {
    line-height: 83px;
  }
  .main-navigation ul ul.sub-menu {
    min-width: 208px;
  }
  .main-navigation ul ul.sub-menu li a {
    padding: 12px 12px 12px 33px;
  }
}
@media screen and (max-width: 1400px) {
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-2 {
    margin-left: 73px;
  }
  .main-navigation ul li {
    margin-right: 44px;
  }
  .main-navigation ul li a {
    line-height: 73px;
  }
  .main-navigation ul ul.sub-menu {
    min-width: 183px;
  }
  .main-navigation ul ul.sub-menu li a {
    padding: 11px 11px 11px 29px;
  }
}
@media screen and (max-width: 1600px) {
  header.site-header.fixed .wrap {
    max-width: 1500px;
  }
  header.site-header.fixed .header-middlebar-wrap-inner .header-middlebar-2 {
    margin-left: 35px;
  }
  header.site-header.fixed .main-navigation ul li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1400px) {
  header.site-header.fixed .wrap {
    max-width: 1300px;
  }
  header.site-header.fixed .header-middlebar .hide-1400px {
    display: none;
  }
  header.site-header.fixed .header-middlebar .show-1400px {
    display: inline-block;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-2 {
    margin-left: 20px;
  }
  header.site-header.fixed .main-navigation ul li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation,
  header .header-middlebar-2 {
    display: none;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
    justify-content: space-between;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-3 {
    display: flex;
    justify-content: space-between;
  }
  header.site-header.mobile-nav-bottom {
    top: unset;
    bottom: 0;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Lay-out
--------------------------------------------------------------*/
html.overlay-enabled {
  overflow: hidden;
}
html.overlay-enabled.menu-open:after {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap {
  max-width: 1630px;
}

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

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

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

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

.mobile-nav-bottom + .site-content-contain {
  margin-top: 0;
}

.mobile-nav-bottom + .site-content-contain + footer {
  margin-bottom: 125px;
}

.relative-row {
  position: relative;
}

/*--------------------------------------------------------------
2. Visual Composer
--------------------------------------------------------------*/
.vc_row-fluid:not(.vc_inner) {
  padding-top: 130px;
  padding-bottom: 130px;
}

.vc_row-fluid:first-of-type:not(.vc_inner) {
  padding-top: 300px;
}

.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%;
}

.page-breadcrumb-custom {
  margin-top: 150px;
  position: absolute;
  margin-left: 15px;
}

.mobile-show {
  display: none;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .vc_row-fluid:first-of-type:not(.vc_inner) {
    padding-top: 249px;
  }
  .marginbottom-30px {
    margin-bottom: 25px;
  }
  .marginbottom-60px {
    margin-bottom: 50px;
  }
  .page-breadcrumb-custom {
    margin-top: 125px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 1400px) {
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .vc_row-fluid:first-of-type:not(.vc_inner) {
    padding-top: 219px;
  }
  .marginbottom-30px {
    margin-bottom: 22px;
  }
  .marginbottom-60px {
    margin-bottom: 44px;
  }
  .page-breadcrumb-custom {
    margin-top: 110px;
    margin-left: 11px;
  }
}
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .vc_row.filter-row .vc_col-sm-3 {
    width: 0%;
  }
  .vc_row.filter-row .vc_col-sm-9 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .vc_row-fluid:first-of-type:not(.vc_inner) {
    padding-top: 156px;
  }
  .page-breadcrumb-custom {
    margin-top: 78px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
  header.site-header.fixed .header-middlebar .mobile-hide {
    display: none;
  }
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-30px {
    margin-bottom: 22px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 44px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Loading
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.sd-loading {
  font-size: 0;
  opacity: 0.1;
  -webkit-animation: sd-loading 1.5s linear infinite;
}
.sd-loading.sd-loading-grid {
  display: grid;
  gap: 20px;
}
.sd-loading.sd-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.sd-loading.sd-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sd-loading.sd-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sd-loading.sd-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sd-loading .flex {
  display: flex;
  align-items: center;
}
.sd-loading .flex div:not(:last-child) {
  margin-right: 15px;
}
.sd-loading .loading-img {
  width: 350px;
  height: 350px;
  background-color: #000;
}
.sd-loading .sd-loading-single {
  padding: 20px;
  background-color: #DDD;
}
.sd-loading .loading-separator {
  height: 30px;
}
.sd-loading .loading-button {
  height: 50px;
  margin-bottom: 15px;
  width: 150px;
  background-color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-loading .loading-title {
  width: 65%;
  height: 60px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-text p {
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sd-loading .loading-checkbox > span:first-child {
  height: 24px;
  width: 30px;
  margin-right: 12px;
  background-color: #000;
}
.sd-loading .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #000;
}
.sd-loading .sd-block-vacancies-loading-single {
  display: flex;
  align-items: center;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-loading .sd-block-vacancies-loading-single .loading-content {
  margin-left: 40px;
}
@-webkit-keyframes sd-loading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

.sd-spinner {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color: #008000;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  margin-top: 35px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.sd-pagination .page-numbers {
  font-size: 19px;
  margin-right: 10px;
  color: #FFF;
  font-weight: normal;
  display: inline-block;
  padding: unset;
}
.sd-pagination .page-numbers:focus {
  color: #FFF;
}
.sd-pagination .page-numbers.current {
  font-size: 19px;
  margin-right: 10px;
  color: #5ec5ed;
}
.sd-pagination .page-numbers.prev {
  float: left;
  padding: 0;
  background-color: transparent;
  margin-right: 40px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.sd-pagination .page-numbers.prev svg {
  color: #3f3e3f;
  margin-right: 20px;
  background-color: #ffcb2b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 13px;
}
.sd-pagination .page-numbers.prev:hover {
  color: #FFF;
}
.sd-pagination .page-numbers.next {
  float: right;
  padding: 0;
  background-color: transparent;
  margin-left: 40px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.sd-pagination .page-numbers.next svg {
  color: #3f3e3f;
  margin-left: 20px;
  background-color: #ffcb2b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 13px;
}
.sd-pagination .page-numbers.next:hover {
  color: #FFF;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-pagination .page-numbers {
    font-size: 16px;
  }
  .sd-pagination .page-numbers.current {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "Quintus_TRIAL";
  src: url("../fonts/Quintus-BoldTRIAL.eot");
  src: local("Quintus Bold_TRIAL"), local("Quintus-BoldTRIAL"), url("../fonts/Quintus-BoldTRIAL.eot?#iefix") format("embedded-opentype"), url("../fonts/Quintus-BoldTRIAL.woff2") format("woff2"), url("../fonts/Quintus-BoldTRIAL.woff") format("woff"), url("../fonts/Quintus-BoldTRIAL.ttf") format("truetype"), url("../fonts/Quintus-BoldTRIAL.svg#Quintus-BoldTRIAL") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 20px;
  background-color: #19343f;
  font-weight: normal;
  letter-spacing: 1px;
  color: #FFF;
  overflow-x: hidden;
}

.vc_color-info.vc_message_box p {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quintus_TRIAL", sans-serif;
  font-weight: bold;
  color: #FFF;
  letter-spacing: unset;
}

h1 {
  font-size: 50px;
}
h1 .underline-enable svg {
  bottom: -12px;
}

h2 {
  font-size: 40px;
}
h2 .underline-enable svg {
  bottom: -12px;
}

h3 {
  font-size: 30px;
}
h3 .underline-enable svg {
  bottom: -15px;
}

h4, h5, h6 {
  font-size: 25px;
}
h4 .underline-enable svg, h5 .underline-enable svg, h6 .underline-enable svg {
  bottom: -15px;
}

p {
  font-size: 20px;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 36px; /* This should be the same as the margin bottom */
  color: #FFF;
}

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

a {
  color: #FFF;
}

h3.widget-title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
  html, body {
    font-size: 17px;
  }
  h1 {
    font-size: 42px;
  }
  h1 .underline-enable::after {
    bottom: -37px;
  }
  h2 {
    font-size: 33px;
  }
  h2 .underline-enable::after {
    bottom: -30px;
  }
  h3 {
    font-size: 25px;
  }
  h3 .underline-enable::after {
    bottom: -23px;
  }
  h4 {
    font-size: 21px;
  }
  h4 .underline-enable::after {
    bottom: -20px;
  }
  h5 {
    font-size: 21px;
  }
  h5 .underline-enable::after {
    bottom: -20px;
  }
  h6 {
    font-size: 21px;
  }
  h6 .underline-enable::after {
    bottom: -20px;
  }
  p {
    font-size: 17px;
    margin: 0 0 25px 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 1400px) {
  html, body {
    font-size: 16px;
  }
  h1 {
    font-size: 37px;
  }
  h1 .underline-enable::after {
    bottom: -32px;
  }
  h2 {
    font-size: 29px;
  }
  h2 .underline-enable::after {
    bottom: -26px;
  }
  h3 {
    font-size: 22px;
  }
  h3 .underline-enable::after {
    bottom: -20px;
  }
  h4 {
    font-size: 18px;
  }
  h4 .underline-enable::after {
    bottom: -18px;
  }
  h5 {
    font-size: 18px;
  }
  h5 .underline-enable::after {
    bottom: -18px;
  }
  h6 {
    font-size: 18px;
  }
  h6 .underline-enable::after {
    bottom: -18px;
  }
  p {
    font-size: 16px;
    margin: 0 0 22px 0;
    line-height: 26px;
  }
}

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