/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #FFF;
  padding: 100px 0 0 0;
  position: relative;
}
footer p, footer a {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
}
footer ul {
  list-style: none;
  margin: 0;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-topbar {
  position: relative;
  z-index: 1;
}
footer .footer-middlebar {
  position: relative;
  z-index: 1;
}
footer .footer-middlebar .footer-middlebar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  padding-bottom: 150px;
  position: relative;
}
footer .footer-middlebar ul {
  list-style: none;
  margin: 0;
  width: fit-content;
}
footer .footer-middlebar ul li {
  margin-bottom: 15px;
}
footer .footer-middlebar ul li:last-child {
  margin-bottom: 0;
}
footer .footer-middlebar ul li a {
  color: #f4792d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
footer .footer-middlebar ul li a:after {
  content: "";
  margin-left: 30px;
  color: #f4792d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' viewBox='0 0 448 384.1'%3E%3Cpath fill='%23f4792d' d='M438.6,214.7c12.5-12.5,12.5-32.8,0-45.3L278.6,9.4c-12.5-12.5-32.8-12.5-45.3,0s-12.5,32.8,0,45.3l105.5,105.4H32c-17.7,0-32,14.3-32,32s14.3,32,32,32h306.7l-105.3,105.4c-12.5,12.5-12.5,32.8,0,45.3s32.8,12.5,45.3,0l160-160h0Z'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}
footer .footer-middlebar ul li a:hover {
  color: #000004;
  transition: all 0.3s ease;
}
footer .footer-middlebar ul li a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' viewBox='0 0 448 384.1'%3E%3Cpath fill='%23000004%0A' d='M438.6,214.7c12.5-12.5,12.5-32.8,0-45.3L278.6,9.4c-12.5-12.5-32.8-12.5-45.3,0s-12.5,32.8,0,45.3l105.5,105.4H32c-17.7,0-32,14.3-32,32s14.3,32,32,32h306.7l-105.3,105.4c-12.5,12.5-12.5,32.8,0,45.3s32.8,12.5,45.3,0l160-160h0Z'/%3E%3C/svg%3E%0A");
  transition: all 0.3s ease;
}
footer .footer-middlebar .scroll-to-top {
  position: absolute;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  border: 1px solid #cbcacc;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
footer .footer-middlebar .scroll-to-top svg {
  color: #f4792d;
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
}
footer .footer-bottombar {
  position: relative;
  z-index: 1;
}
footer .footer-bottombar p, footer .footer-bottombar a {
  text-transform: unset;
  font-weight: 300;
  font-size: 18px;
  color: #000004;
}
footer .footer-bottombar a {
  text-decoration: underline;
}
footer .footer-bottombar .footer-bottombar-inner {
  border-top: 1px solid #cbcacc;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottombar .footer-bottombar-inner .footer-bottombar-1 {
  display: flex;
  align-items: center;
  gap: 60px;
}
footer .footer-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .footer-shape-1 svg {
  width: 200px;
  color: #fef5e6;
  display: block;
}
footer .footer-shape-2 {
  position: absolute;
  right: 0;
  top: 15px;
}
footer .footer-shape-2 svg {
  width: 200px;
  color: #fef5e6;
  display: block;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding: 83px 0 0 0;
  }
  footer .footer-middlebar .footer-middlebar-inner {
    gap: 50px;
    padding-bottom: 125px;
  }
  footer .footer-middlebar ul li {
    margin-bottom: 12px;
  }
  footer .footer-middlebar ul li a:after {
    margin-left: 25px;
  }
  footer .footer-middlebar .scroll-to-top {
    bottom: 25px;
    width: 42px;
    height: 42px;
  }
  footer .footer-middlebar .scroll-to-top svg {
    width: 12px;
    height: 12px;
  }
  footer .footer-bottombar p {
    font-size: 16px;
  }
  footer .footer-bottombar a {
    font-size: 16px;
  }
  footer .footer-bottombar .footer-bottombar-inner {
    padding: 25px 17px;
  }
  footer .footer-bottombar .footer-bottombar-inner .footer-bottombar-1 {
    gap: 50px;
  }
  footer .footer-shape-1 svg {
    width: 166px;
  }
  footer .footer-shape-2 {
    top: 12px;
  }
  footer .footer-shape-2 svg {
    width: 166px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 73px 0 0 0;
  }
  footer .footer-middlebar .footer-middlebar-inner {
    gap: 44px;
    padding-bottom: 110px;
  }
  footer .footer-middlebar ul li {
    margin-bottom: 11px;
  }
  footer .footer-middlebar ul li a:after {
    margin-left: 22px;
  }
  footer .footer-middlebar .scroll-to-top {
    bottom: 22px;
    width: 37px;
    height: 37px;
  }
  footer .footer-middlebar .scroll-to-top svg {
    width: 11px;
    height: 11px;
  }
  footer .footer-bottombar .footer-bottombar-inner {
    padding: 22px 15px;
  }
  footer .footer-bottombar .footer-bottombar-inner .footer-bottombar-1 {
    gap: 44px;
  }
  footer .footer-shape-1 svg {
    width: 146px;
  }
  footer .footer-shape-2 {
    top: 11px;
  }
  footer .footer-shape-2 svg {
    width: 146px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-middlebar .footer-middlebar-inner {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 80px;
  }
  footer .footer-bottombar .footer-bottombar-inner {
    flex-direction: column;
    align-items: unset;
  }
  footer .footer-bottombar .footer-bottombar-inner .footer-bottombar-1 {
    margin-bottom: 15px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-middlebar .footer-middlebar-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-bottombar .footer-bottombar-inner {
    flex-direction: column;
    align-items: unset;
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer-bottombar .footer-bottombar-inner .footer-bottombar-1 {
    flex-direction: column;
    align-items: start;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #a3a2a6;
}

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

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

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

.sd-form {
  padding: 30px;
  gap: 15px;
  background-color: #fde9cd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

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;
  font-family: "Neris", sans-serif;
  font-size: 18px;
  border: 0 none;
  display: block;
  padding: 0 20px;
  height: 45px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: "Neris", sans-serif;
  font-size: 18px;
  background: #FFF;
  border: 0 none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 0 20px;
  height: 45px;
  width: 100%;
}

textarea {
  background: #FFF;
  border: 0 none;
  font-family: "Neris", sans-serif;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 20px;
  height: 100px;
  width: 100%;
  resize: vertical;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  margin-top: 15px;
  background: #faa92c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  color: #000004;
  text-transform: uppercase;
  font-weight: bold;
  height: 45px;
  font-family: "Neris", sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover,
input[type=button]:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  background-color: #faa92c;
  color: #000004;
  box-shadow: unset;
}

/* 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 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: green;
}
.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: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;
  left: -20px;
  top: 2px;
  background-color: red;
}
.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: blue;
}

.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: #000004;
  cursor: pointer;
  padding: 0 15px;
  height: 50px;
  background-color: #a3a2a6;
  font-family: "Neris", 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: #000004;
}

/* 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 {
    padding: 25px;
    gap: 12px;
  }
  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] {
    font-size: 16px;
    padding: 0 17px;
    height: 37px;
  }
  select {
    font-size: 16px;
    padding: 0 17px;
    height: 37px;
  }
  textarea {
    font-size: 16px;
    padding: 17px;
    height: 83px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    margin-top: 12px;
    padding: 0 17px;
    height: 37px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-form {
    padding: 22px;
    gap: 11px;
  }
  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: 33px;
  }
  select {
    padding: 0 15px;
    height: 33px;
  }
  textarea {
    padding: 15px;
    height: 73px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    margin-top: 11px;
    padding: 0 15px;
    height: 33px;
  }
}
@media screen and (max-width: 767px) {
  #filter-anchor {
    display: block;
    margin-bottom: 22px;
  }
  .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;
  }
  .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 {
    grid-column: span 12;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation ul {
  /* Sub Menu */
}
.main-navigation ul li {
  margin-right: 80px;
}
.main-navigation ul li:last-child {
  margin-right: 0;
}
.main-navigation ul li a {
  color: #000004;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120px;
  display: flex;
  align-items: center;
}
.main-navigation ul li a:hover {
  color: #f4792d;
}
.main-navigation ul li.current-menu-item > a {
  color: #000004;
}
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-page-ancestor.current-menu-ancestor > a {
  color: #f4792d;
}
.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 xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' viewBox='0 0 23.09 19.49'%3E%3Cpath fill='%23faa92c' d='M22.86,9.81L16.2,1.11c-.51-.66-1.34-.69-1.34-.69L3.79,0c-.83-.03-1.04.78-1.04.78L0,11.9c.25-.04.5-.07.75-.1,6.07-.62,11.66,2.6,14.33,7.69l7.75-8.41c.54-.62.02-1.28.02-1.28'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: -15px;
  top: 40px;
}
.main-navigation ul li:hover > ul {
  left: 0;
}
.main-navigation ul ul.sub-menu {
  padding: 0;
  border: 1px solid #cbcacc;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  min-width: 250px;
  overflow: hidden;
}
.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: 300;
  font-size: 16px;
  text-transform: unset;
  padding: 15px 15px 15px 40px;
  border-bottom: 1px solid #cbcacc;
  background-color: #FFF;
  transition: all 0.3s ease;
}
.main-navigation ul ul.sub-menu li a::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 15px;
  height: 15px;
  top: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' viewBox='0 0 45.24 38.19'%3E%3Cpath fill='%23faa92c' d='M.44,19.22L13.49,2.17c.99-1.29,2.62-1.36,2.62-1.36L37.8,0c1.63-.07,2.03,1.52,2.03,1.52l5.41,21.8c-.5-.08-.98-.13-1.48-.2-11.9-1.22-22.84,5.1-28.09,15.07L.48,21.72c-1.05-1.21-.04-2.5-.04-2.5'/%3E%3C/svg%3E%0A");
}
.main-navigation ul ul.sub-menu li a:hover {
  transition: all 0.3s ease;
  background-color: #fef5e6;
  color: #000004;
}
.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: #fef5e6;
  color: #000004;
}

.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;
  background-color: transparent;
  transition: all 0.3s ease;
}
header.site-header.fixed.scrolled {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px #000004;
  -moz-box-shadow: 0 0 5px #000004;
  box-shadow: 0 0 5px #000004;
  transition: all 0.3s ease;
}
header.site-header.fixed .wrap {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1800px;
}
header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
header.site-header.fixed .header-middlebar .header-middlebar-3 {
  position: relative;
  display: flex;
}
header.site-header.fixed .header-middlebar .sd-header-topbar {
  position: absolute;
  right: 0;
  top: -28px;
  line-height: 1;
  font-size: 0;
}
header.site-header.fixed .header-middlebar .sd-header-topbar a {
  font-size: 16px;
  color: #000004;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header.site-header.fixed .header-middlebar .sd-header-topbar a:not(:last-child) {
  margin-right: 10px;
}
header.site-header.fixed .header-middlebar .sd-header-topbar a:hover {
  color: #f4792d;
}
body:not(.logged-in) .sd-header-topbar .sd-header-logout {
  display: none;
}

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

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation ul li {
    margin-right: 66px;
  }
  .main-navigation ul li a {
    line-height: 100px;
  }
  .main-navigation ul li.menu-item-has-children > a:after {
    margin-left: 8px;
    width: 12px;
    height: 12px;
    right: -12px;
    top: 33px;
  }
  .main-navigation ul ul.sub-menu {
    min-width: 208px;
  }
  .main-navigation ul ul.sub-menu li a:before {
    left: 12px;
    width: 12px;
    height: 12px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
    height: 100px;
  }
  header.site-header.fixed .header-middlebar .sd-header-topbar {
    top: -23px;
  }
  header.site-header.fixed .header-middlebar .sd-header-topbar a {
    font-size: 14px;
  }
  header.site-header.fixed .header-middlebar .sd-header-topbar a:not(:last-child) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul li {
    margin-right: 58px;
  }
  .main-navigation ul li a {
    line-height: 88px;
  }
  .main-navigation ul li.menu-item-has-children > a:after {
    margin-left: 7px;
    width: 11px;
    height: 11px;
    right: -11px;
    top: 29px;
  }
  .main-navigation ul ul.sub-menu {
    min-width: 183px;
  }
  .main-navigation ul ul.sub-menu li a:before {
    left: 11px;
    width: 11px;
    height: 11px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
    height: 88px;
  }
  header.site-header.fixed .header-middlebar .sd-header-topbar {
    top: -20px;
  }
  header.site-header.fixed .header-middlebar .sd-header-topbar a:not(:last-child) {
    margin-right: 7px;
  }
}
@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: 767px) {
  header .header-middlebar-1 {
    font-size: 0;
  }
  header .header-middlebar-3 {
    display: flex;
    flex-direction: row-reverse;
  }
  header .header-middlebar-wrap-inner {
    flex-direction: row-reverse;
  }
  header .widget_custom_html {
    display: none !important;
  }
}
/*--------------------------------------------------------------
>>> 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: #000004;
  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;
}

.overflow-visible {
  overflow: visible !important;
}

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

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

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

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

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

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

.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.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-15px {
    margin-bottom: 12px;
  }
  .marginbottom-30px {
    margin-bottom: 25px;
  }
  .marginbottom-60px {
    margin-bottom: 50px;
  }
  body:not(.home) .site-content-contain {
    margin-top: 100px;
  }
  .mobile-nav-bottom + .site-content-contain + footer {
    margin-bottom: 104px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 1400px) {
  .marginbottom-15px {
    margin-bottom: 11px;
  }
  .marginbottom-30px {
    margin-bottom: 22px;
  }
  .marginbottom-60px {
    margin-bottom: 44px;
  }
  body:not(.home) .site-content-contain {
    margin-top: 88px;
  }
  .mobile-nav-bottom + .site-content-contain + footer {
    margin-bottom: 91px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@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: 767px) {
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-15px {
    margin-bottom: 11px;
  }
  .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 .sd-loading-single {
  padding: 20px;
  background-color: #63676d;
}
.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: #000004;
}
.sd-loading .loading-title {
  width: 65%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #000004;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  background-color: #000004;
}
.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: #000004;
}
.sd-loading .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #000004;
}
@-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: 40px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.sd-pagination .page-numbers {
  font-size: 18px;
  margin-right: 5px;
  color: #000004;
}
.sd-pagination .page-numbers.current {
  font-size: 18px;
  margin-right: 5px;
  color: #000004;
}
.sd-pagination .page-numbers.prev {
  position: absolute;
  font-size: 16px;
  left: 0;
  top: -10px;
  margin: 0;
  color: #000004;
  font-weight: 900;
  text-transform: uppercase;
  height: 45px;
  padding: 0 20px;
  background-color: #faa92c;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.sd-pagination .page-numbers.next {
  position: absolute;
  font-size: 16px;
  right: 0;
  top: -10px;
  margin: 0;
  color: #000004;
  font-weight: 900;
  text-transform: uppercase;
  height: 45px;
  padding: 0 20px;
  background-color: #faa92c;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-pagination {
    margin-top: 33px;
    position: relative;
    text-align: center;
    font-size: 0;
  }
  .sd-pagination .page-numbers {
    font-size: 16px;
    margin-right: 4px;
    color: #000004;
  }
  .sd-pagination .page-numbers.current {
    font-size: 16px;
    margin-right: 4px;
    color: #000004;
  }
  .sd-pagination .page-numbers.prev {
    font-size: 14px;
    top: -8px;
    height: 37px;
    padding: 0 17px;
    line-height: 37px;
  }
  .sd-pagination .page-numbers.next {
    font-size: 14px;
    top: -8px;
    height: 37px;
    padding: 0 17px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-pagination {
    margin-top: 29px;
  }
  .sd-pagination .page-numbers.prev {
    top: -7px;
    height: 33px;
    padding: 0 15px;
    line-height: 33px;
  }
  .sd-pagination .page-numbers.next {
    top: -7px;
    height: 33px;
    padding: 0 15px;
    line-height: 33px;
  }
}
@media screen and (max-width: 1071px) {
  .page-numbers {
    display: inline-flex;
    padding: 0;
  }
  .page-numbers .page-numbers.prev,
  .page-numbers .page-numbers.next {
    top: -5px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "Neris";
  src: url("../fonts/Neris-Light.eot");
  src: local("../fontsNeris-Light"), url("../fonts/Neris-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-Light.woff2") format("woff2"), url("../fonts/Neris-Light.woff") format("woff"), url("../fonts/Neris-Light.ttf") format("truetype"), url("../fonts/Neris-Light.svg#Neris-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neris";
  src: url("../fonts/Neris-SemiBold.eot");
  src: local("Neris-SemiBold"), url("../fonts/Neris-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-SemiBold.woff2") format("woff2"), url("../fonts/Neris-SemiBold.woff") format("woff"), url("../fonts/Neris-SemiBold.ttf") format("truetype"), url("../fonts/Neris-SemiBold.svg#Neris-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Neris";
  src: url("../fonts/Neris-Black.eot");
  src: local("Neris-Black"), url("../fonts/Neris-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-Black.woff2") format("woff2"), url("../fonts/Neris-Black.woff") format("woff"), url("../fonts/Neris-Black.ttf") format("truetype"), url("../fonts/Neris-Black.svg#Neris-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
html, body {
  font-family: "Neris", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000004;
}

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

h1 {
  font-size: 65px;
  line-height: 75px;
}

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

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

h4, h5, h6 {
  font-size: 22px;
  line-height: 32px;
}

p {
  font-size: 18px;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 30px;
}
p a {
  color: #f4792d;
}

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

b, strong {
  font-weight: 600;
}

h3.widget-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbcacc;
  padding-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  html, body {
    font-size: 16px;
  }
  h1 {
    font-size: 54px;
    line-height: 62px;
  }
  h2 {
    font-size: 42px;
    line-height: 50px;
  }
  h3 {
    font-size: 25px;
    line-height: 33px;
  }
  h4, h5, h6 {
    font-size: 18px;
    line-height: 27px;
  }
  p {
    font-size: 16px;
    margin: 0 0 25px 0;
    line-height: 25px;
  }
  h3.widget-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 47px;
    line-height: 55px;
  }
  h2 {
    font-size: 37px;
    line-height: 44px;
  }
  h3 {
    font-size: 22px;
    line-height: 29px;
  }
  h4, h5, h6 {
    line-height: 23px;
  }
  p {
    margin: 0 0 22px 0;
    line-height: 22px;
  }
  h3.widget-title {
    line-height: 23px;
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
}

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