/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #231f20;
  padding: 75px 0;
  border-top: 1px solid #4a4a4a;
}
footer h3.widget-title {
  color: #fff;
  font-size: 20px;
}
footer ul {
  margin-bottom: 0;
  list-style: none;
}
footer ul li {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
footer ul li a {
  color: #fff;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer ul li a:hover {
  color: #0cb13e;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-topbar-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-middlebar-inner .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 75px;
  padding-bottom: 100px;
}
footer .footer-middlebar-inner .wrap:after {
  content: none;
}
footer .footer-bottombar .legal-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-bottombar .legal-menu ul li {
  font-size: 16px;
  color: #c0c0c0;
}
footer .footer-bottombar .legal-menu ul li:not(:last-child) {
  margin-right: 45px;
}
footer .footer-bottombar .legal-menu ul li a {
  font-size: 16px;
  color: #c0c0c0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .footer-bottombar .legal-menu ul li a:hover {
  color: #0cb13e;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding: 62px 0;
  }
  footer h3.widget-title {
    font-size: 17px;
  }
  footer ul li {
    font-size: 17px;
    line-height: 42px;
  }
  footer .footer-middlebar-inner .wrap {
    padding-top: 62px;
    padding-bottom: 83px;
  }
  footer .footer-bottombar .legal-menu ul li:not(:last-child) {
    margin-right: 37px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 55px 0;
  }
  footer h3.widget-title {
    font-size: 16px;
  }
  footer ul li {
    font-size: 16px;
    line-height: 37px;
  }
  footer .footer-middlebar-inner .wrap {
    padding-top: 55px;
    padding-bottom: 73px;
  }
  footer .footer-bottombar .legal-menu ul li:not(:last-child) {
    margin-right: 33px;
  }
}
/*--------------------------------------------------------------
>>> 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;
}

.wpcf7 .wpcf7-response-output,
.sd-form .wpcf7-response-output {
  margin-top: 30px !important;
}
.wpcf7 .box.has-advanced-upload,
.sd-form .box.has-advanced-upload {
  position: relative;
  border: 2px dashed #c0c0c0;
  background-color: #fff;
  padding: 20px;
  font-weight: 400;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  cursor: pointer;
  min-height: 100px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wpcf7 .box.has-advanced-upload .max-upload-size,
.sd-form .box.has-advanced-upload .max-upload-size {
  font-size: 12px;
  line-height: 18px;
  color: #BDBBB9;
}
.wpcf7 .box.has-advanced-upload.is-dragover,
.sd-form .box.has-advanced-upload.is-dragover {
  border-color: #006bb4;
}
.wpcf7 .box.has-advanced-upload:hover,
.sd-form .box.has-advanced-upload:hover {
  border-color: #006bb4;
}
.wpcf7 .box.has-advanced-upload .box__input,
.sd-form .box.has-advanced-upload .box__input {
  display: flex;
  flex-direction: row-reverse;
}
.wpcf7 .box.has-advanced-upload .uploaded-file,
.sd-form .box.has-advanced-upload .uploaded-file {
  margin-top: 0;
  justify-content: center;
  font-weight: 400;
  display: inline-block;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.wpcf7 .box.has-advanced-upload .uploaded-file .file-icon,
.sd-form .box.has-advanced-upload .uploaded-file .file-icon {
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0cb13e;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7 .box.has-advanced-upload .uploaded-file svg,
.sd-form .box.has-advanced-upload .uploaded-file svg {
  height: 15px;
  width: 15px;
}
.wpcf7 .box.has-advanced-upload input.SD-input:not(.filled) ~ .buttonsform label .form-button,
.sd-form .box.has-advanced-upload input.SD-input:not(.filled) ~ .buttonsform label .form-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7 .box.has-advanced-upload input.SD-input:not(.filled) ~ .buttonsform label .form-button:hover,
.sd-form .box.has-advanced-upload input.SD-input:not(.filled) ~ .buttonsform label .form-button:hover {
  color: #006bb4;
}
.wpcf7 .box.has-advanced-upload .buttonsform,
.sd-form .box.has-advanced-upload .buttonsform {
  margin: 0;
}
.wpcf7 .box.has-advanced-upload .buttonsform .uploadform,
.sd-form .box.has-advanced-upload .buttonsform .uploadform {
  font-weight: 400;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.wpcf7 .box.has-advanced-upload .buttonsform .SD-drag-and-drop-delete-file-label:hover,
.sd-form .box.has-advanced-upload .buttonsform .SD-drag-and-drop-delete-file-label:hover {
  color: Red;
}

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-color: #EEE;
  color: #231f20;
  border: 0 none;
  display: block;
  padding: 0 20px;
  font-family: "eurostile", sans-serif;
  height: 50px;
  font-size: 20px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #231f20;
  background: #EEE;
  border: 0 none;
  font-family: "eurostile", sans-serif;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 0 20px;
  height: 50px;
  width: 100%;
}

textarea {
  background: #EEE;
  border: 0 none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 20px;
  color: #231f20;
  font-family: "eurostile", sans-serif;
  font-size: 20px;
  height: 150px;
  width: 100%;
  resize: vertical;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  display: inline-block;
  position: relative;
  font-size: 20px;
  text-decoration: none;
  font-weight: 900;
  padding: 0 15px;
  line-height: 50px;
  text-transform: uppercase;
  background-color: #0cb13e;
  color: #fff;
  width: auto !important;
  font-family: "eurostile", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
button svg,
input[type=button] svg,
button[type=submit] svg,
input[type=submit] svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
button:focus, button:hover,
input[type=button]:focus,
input[type=button]:hover,
button[type=submit]:focus,
button[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #0cb13e;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

/* Start privacy checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
  padding: 0 0 0 20px;
  margin: 0;
}
.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: 18px;
  font-weight: normal;
}
.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: #231f20;
  text-decoration: underline;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a:hover,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label a:hover,
.sd-form .SD-type-checkbox .wpcf7-list-item-label a:hover,
.sd-form .SD-type-checkbox .SD-label a:hover {
  text-decoration: none;
}
.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: 15px;
  width: 15px;
  position: absolute;
  display: inline-block;
  left: -20px;
  top: 4px;
  border: 1px solid #231f20;
  background-color: transparent;
}
.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-color: rgba(0, 107, 180, 0.5);
}
.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-color: #006bb4;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  padding-left: 0;
}

/* 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: #231f20;
  cursor: pointer;
  padding: 0 15px;
  height: 50px;
  background-color: #E5E5E5;
  font-family: "eurostile", 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: #231f20;
}

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

.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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.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) {
  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 17px;
    height: 42px;
    font-size: 17px;
  }
  select {
    padding: 0 17px;
    height: 42px;
  }
  textarea {
    padding: 1677px;
    height: 125px;
  }
  button {
    font-size: 17px;
    padding: 0 12px;
    line-height: 42px;
  }
  button svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
  input[type=button] {
    font-size: 17px;
    padding: 0 12px;
    line-height: 42px;
  }
  input[type=button] svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
  button[type=submit] {
    font-size: 17px;
    padding: 0 12px;
    line-height: 42px;
  }
  button[type=submit] svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
  input[type=submit] {
    font-size: 17px;
    padding: 0 12px;
    line-height: 42px;
  }
  input[type=submit] svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 1400px) {
  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 15px;
    height: 37px;
    font-size: 16px;
  }
  select {
    padding: 0 15px;
    height: 37px;
  }
  textarea {
    padding: 1475px;
    height: 110px;
  }
  button {
    font-size: 15px;
    padding: 0 11px;
    line-height: 37px;
  }
  button svg {
    width: 11px;
    height: 11px;
    margin-left: 7px;
  }
  input[type=button] {
    font-size: 15px;
    padding: 0 11px;
    line-height: 37px;
  }
  input[type=button] svg {
    width: 11px;
    height: 11px;
    margin-left: 7px;
  }
  button[type=submit] {
    font-size: 15px;
    padding: 0 11px;
    line-height: 37px;
  }
  button[type=submit] svg {
    width: 11px;
    height: 11px;
    margin-left: 7px;
  }
  input[type=submit] {
    font-size: 15px;
    padding: 0 11px;
    line-height: 37px;
  }
  input[type=submit] svg {
    width: 11px;
    height: 11px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  #filter-anchor {
    display: none;
  }
  .filter-toggle {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #4f4f4f;
    z-index: 99;
    padding: 15px 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    cursor: pointer;
  }
  .filter-toggle:hover {
    color: #ffffff;
    background-color: #393939;
    -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. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation ul {
  font-size: 0;
  /* Sub Menu */
}
.main-navigation ul li:not(:last-child) {
  margin-right: 80px;
}
.main-navigation ul li a {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "eurostile", sans-serif;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-navigation ul li a:hover {
  color: #0cb13e;
}
.main-navigation ul li.menu-item-has-children:hover {
  color: #0cb13e;
}
.main-navigation ul li.menu-item-has-children:hover > a {
  color: #0cb13e;
}
.main-navigation ul li.menu-item-has-children:hover > a:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7.4' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6,4.6L10.6,0l1.4,1.4-6,6L0,1.4,1.4,0l4.6,4.6Z' fill='%230CB13EFF' /%3E%3C/svg%3E");
}
.main-navigation ul li.menu-item-has-children:hover > ul.sub-menu {
  left: 0 !important;
}
.main-navigation ul li.menu-item-has-children > a:after {
  content: "";
  height: 7px;
  margin-left: 10px;
  width: 11px;
  background-size: cover;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7.4' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6,4.6L10.6,0l1.4,1.4-6,6L0,1.4,1.4,0l4.6,4.6Z' fill='%23fff' /%3E%3C/svg%3E");
}
.main-navigation ul li.current-menu-parent > a, .main-navigation ul li.current-menu-item > a {
  color: #0cb13e;
}
.main-navigation ul li.current-menu-parent > a:after, .main-navigation ul li.current-menu-item > a:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7.4' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6,4.6L10.6,0l1.4,1.4-6,6L0,1.4,1.4,0l4.6,4.6Z' fill='%230CB13EFF' /%3E%3C/svg%3E");
}
.main-navigation ul ul.sub-menu {
  padding: 10px 20px;
  background-color: #231f20;
  border: none;
  left: -999999% !important;
  top: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.main-navigation ul ul.sub-menu:before {
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  background: transparent;
  top: -20px;
  left: 0;
  width: 100%;
}
.main-navigation ul ul.sub-menu li a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 40px;
}
.main-navigation ul ul.sub-menu li:not(:last-child) {
  margin-right: 0;
}
.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;
}

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: transparent;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
header.site-header.fixed:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 135px;
  width: 430px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 439.06 134.81' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath color='%23ededed' d='M103.97,0H0v134.81c97.22-17.26,165.53-18.11,165.53-18.11,49.8-.62,76.36,3.45,121.24-8.69C366.68,86.39,401.22,43.41,439.06,0H103.97Z' fill='currentColor' /%3E%3C/svg%3E");
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header.site-header.fixed .wrap {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 100%;
}
header.site-header.fixed .header-middlebar-wrap-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header.fixed .header-middlebar-wrap-inner .header-middlebar-2 {
  display: flex;
  align-items: center;
}
header.site-header.fixed.scrolled {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #DDD;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
header.site-header.fixed.scrolled:before {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header.site-header.fixed.scrolled .main-navigation ul li a {
  color: #231f20;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header.site-header.fixed.scrolled .main-navigation ul li a:hover {
  color: #0cb13e;
}
header.site-header.fixed.scrolled .main-navigation ul li.menu-item-has-children > a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7.4' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6,4.6L10.6,0l1.4,1.4-6,6L0,1.4,1.4,0l4.6,4.6Z' fill='%230CB13EFF' /%3E%3C/svg%3E");
}
header.site-header.fixed.scrolled .main-navigation ul li.menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7.4' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6,4.6L10.6,0l1.4,1.4-6,6L0,1.4,1.4,0l4.6,4.6Z' fill='%23231F20FF' /%3E%3C/svg%3E");
}
header.site-header.fixed.scrolled .main-navigation ul li.current-menu-item > a, header.site-header.fixed.scrolled .main-navigation ul li.current-menu-parent > a {
  color: #0cb13e;
}
header.site-header.fixed.scrolled .main-navigation ul li.current-menu-item > a:after, header.site-header.fixed.scrolled .main-navigation ul li.current-menu-parent > a:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7.4' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6,4.6L10.6,0l1.4,1.4-6,6L0,1.4,1.4,0l4.6,4.6Z' fill='%230CB13EFF' /%3E%3C/svg%3E");
}
header.site-header.fixed.scrolled .main-navigation ul ul li a {
  color: #fff;
}
header.site-header.fixed.scrolled .widget_sd_widget_lang_switcher .sd-lang-item.current {
  color: #231f20;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header.site-header.fixed.scrolled .widget_sd_widget_lang_switcher .sd-lang-item.current:hover {
  color: #0cb13e;
}
header.site-header.fixed.scrolled .widget_sd_widget_lang_switcher .sd-lang-item.current:hover div:after {
  border-color: #0cb13e;
}
header.site-header.fixed.scrolled .widget_sd_widget_lang_switcher .sd-lang-item.current div:after {
  border-color: #231f20;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
header.site-header.fixed.scrolled .widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
  color: #231f20;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header.site-header.fixed.scrolled .widget_sd_widget_lang_switcher .sd-lang-dropdown-container a:hover {
  color: #0cb13e;
}

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

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation ul li a {
    font-size: 17px;
  }
  .main-navigation ul li.menu-item-has-children > a:after {
    height: 6px;
    margin-left: 8px;
    width: 9px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 66px;
  }
  .main-navigation ul ul.sub-menu {
    padding: 8px 17px;
    top: 42px;
  }
  .main-navigation ul ul.sub-menu li a {
    line-height: 33px;
  }
  .main-navigation ul ul.sub-menu:before {
    height: 17px;
    top: -17px;
  }
  header.site-header.fixed {
    padding-top: 37px;
  }
  header.site-header.fixed .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  header.site-header.fixed:before {
    height: 112px;
    width: 357px;
  }
  header.site-header.fixed.scrolled {
    padding: 12px 0;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul li a {
    font-size: 16px;
  }
  .main-navigation ul li.menu-item-has-children > a:after {
    height: 5px;
    margin-left: 7px;
    width: 8px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 58px;
  }
  .main-navigation ul ul.sub-menu {
    padding: 7px 15px;
    top: 37px;
  }
  .main-navigation ul ul.sub-menu li a {
    line-height: 29px;
  }
  .main-navigation ul ul.sub-menu:before {
    height: 15px;
    top: -15px;
  }
  header.site-header.fixed {
    padding-top: 33px;
  }
  header.site-header.fixed .wrap {
    padding-left: 44px;
    padding-right: 44px;
  }
  header.site-header.fixed:before {
    height: 99px;
    width: 314px;
  }
  header.site-header.fixed.scrolled {
    padding: 11px 0;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation {
    display: none;
  }
  header.site-header.mobile-nav-bottom {
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar header.site-header.fixed {
    top: 46px;
  }
}
@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
--------------------------------------------------------------*/
html.overlay-enabled {
  overflow: hidden;
}
html.overlay-enabled.menu-open:after {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #231f20;
  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;
}

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

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

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

.sd-cookie-notice.cc .sd-cookie-notice-close {
  color: #fff;
}
.sd-cookie-notice.cc .sd-cookie-notice-inner {
  width: 800px;
  background-color: #006bb4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-cookie-notice.cc .sd-cookie-notice-title h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 30px;
}
.sd-cookie-notice.cc .sd-cookie-notice-text {
  color: #fff;
}
.sd-cookie-notice.cc .sd-cookie-notice-categories .sd-cookie-notice-category-header .sd-cookie-notice-category-title {
  font-family: "eurostile", sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
.sd-cookie-notice.cc .sd-cookie-notice-categories .sd-cookie-notice-category-header .sd-cookie-notice-category-checkbox input:checked + .sd-cookie-notice-cb-label {
  background-color: #0cb13e;
}
.sd-cookie-notice.cc .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
  color: #fff;
}
.sd-cookie-notice.cc .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies:hover {
  text-decoration: underline;
}
.sd-cookie-notice.cc .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie {
  margin-right: 20px;
}
.sd-cookie-notice.cc .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie,
.sd-cookie-notice.cc .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
  display: inline-block;
  position: relative;
  font-size: 20px;
  text-decoration: none;
  font-weight: 900;
  padding: 0 15px;
  line-height: 50px;
  text-transform: uppercase;
  background-color: #0cb13e;
  color: #fff;
  font-family: "eurostile", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.sd-cookie-notice.cc .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie:hover,
.sd-cookie-notice.cc .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:hover {
  color: #0cb13e;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.sd-cookie-notice.cc.open .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
  display: inline-block;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 1000px;
  }
  .hide-on-1200px {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-30px {
    margin-bottom: 30px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .vc_row-fluid.team-overview-row > .wpb_column {
    width: 100% !important;
  }
}
/*--------------------------------------------------------------
>>> 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 .sd-loading-single {
  padding: 20px;
  background-color: #c0c0c0;
}
.sd-loading .loading-separator {
  height: 30px;
}
.sd-loading .loading-button {
  height: 50px;
  margin-bottom: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #231f20;
}
.sd-loading .loading-title {
  width: 65%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #231f20;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  background-color: #231f20;
}
.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: #231f20;
}
.sd-loading .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #231f20;
}
@-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: 60px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.sd-pagination .page-numbers {
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  color: #231f20;
  background-color: #fff;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-pagination .page-numbers:hover, .sd-pagination .page-numbers.current {
  background-color: #006bb4;
  color: #fff;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
.sd-tabs .sd-tabs-list > li {
  background-color: #E5E5E5;
  display: inline-flex;
  align-items: center;
  color: #231f20;
  padding: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sd-tabs .sd-tabs-list > li svg {
  margin-right: 15px;
}
.sd-tabs .sd-tabs-list > li:hover, .sd-tabs .sd-tabs-list > li.active {
  background-color: #fff;
}
.sd-tabs .sd-tabs-content {
  margin: 0;
}
.sd-tabs .sd-tabs-content > li.active {
  background-color: #fff;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
html, body {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #231f20;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "eurostile", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

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

h2 {
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5, h6 {
  font-size: 20px;
  line-height: 30px;
}

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

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

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 66px;
    line-height: 75px;
  }
  h2 {
    font-size: 42px;
    line-height: 50px;
  }
  h3 {
    font-size: 25px;
    line-height: 29px;
  }
  h4 {
    font-size: 21px;
    line-height: 25px;
  }
  h5 {
    font-size: 18px;
    line-height: 25px;
  }
  h6 {
    font-size: 18px;
    line-height: 25px;
  }
  p {
    font-size: 16px;
    margin: 0 0 25px 0;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 58px;
    line-height: 66px;
  }
  h2 {
    font-size: 37px;
    line-height: 44px;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h5 {
    line-height: 22px;
  }
  h6 {
    line-height: 22px;
  }
  p {
    margin: 0 0 22px 0;
    line-height: 22px;
  }
}

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