/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  padding: 80px 0 0 0;
  background-color: #002d59;
  background-image: url("/wp-content/uploads/2024/11/Footer-background.png");
  background-repeat: no-repeat;
  background-position: bottom -60px left -60px;
  background-size: 300px;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-topbar {
  margin-bottom: 60px;
}
footer .footer-topbar .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
footer .footer-topbar .location-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
footer .footer-topbar h3 {
  font-size: 20px;
  color: #FFF;
  line-height: 1;
  margin-bottom: 40px;
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
footer .footer-topbar h3:after {
  content: "";
  height: 5px;
  width: 5px;
  margin-left: 5px;
  display: block;
  background-color: #ef7b10;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
footer .footer-topbar p {
  font-size: 16px;
  color: #d4dce1;
}
footer .footer-topbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer-topbar ul li {
  display: flex;
  align-items: center;
  height: 40px;
}
footer .footer-topbar ul a {
  color: #d4dce1;
  font-size: 16px;
  text-decoration: underline;
}
footer .footer-topbar ul a:before {
  content: "";
  display: inline-block;
  background-color: #d4dce1;
  margin-right: 15px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
footer .footer-middlebar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
footer .footer-middlebar ul li {
  font-size: 14px;
  color: #d4dce1;
  display: flex;
  align-items: center;
}
footer .footer-middlebar ul li:not(:last-child):after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #d4dce1;
  margin-left: 20px;
  margin-right: 20px;
}
footer .footer-middlebar ul a {
  color: #d4dce1;
  text-decoration: underline;
}
footer .footer-middlebar .developed-by {
  gap: 5px;
}
footer .footer-bottombar .wrap {
  border-top: 1px solid #d4dce1;
  max-width: 70%;
}
footer .footer-bottombar p {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 80px;
  color: #d4dce1;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding: 66px 0 0 0;
    background-position: bottom -50px left -50px;
    background-size: 249px;
  }
  footer .footer-topbar {
    margin-bottom: 50px;
  }
  footer .footer-topbar h3 {
    font-size: 17px;
    margin-bottom: 33px;
  }
  footer .footer-topbar ul li {
    height: 33px;
  }
  footer .footer-topbar ul a:before {
    margin-right: 12px;
    width: 6px;
    height: 6px;
  }
  footer .footer-middlebar ul {
    margin: 0 0 33px 0;
  }
  footer .footer-middlebar ul li:not(:last-child):after {
    height: 17px;
    margin-left: 17px;
    margin-right: 17px;
  }
  footer .footer-bottombar p {
    line-height: 66px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 58px 0 0 0;
    background-position: bottom -44px left -44px;
    background-size: 219px;
  }
  footer .footer-topbar {
    margin-bottom: 44px;
  }
  footer .footer-topbar h3 {
    font-size: 16px;
    margin-bottom: 29px;
  }
  footer .footer-topbar ul li {
    height: 29px;
  }
  footer .footer-topbar ul a:before {
    margin-right: 11px;
    width: 5px;
    height: 5px;
  }
  footer .footer-middlebar ul {
    margin: 0 0 29px 0;
  }
  footer .footer-middlebar ul li:not(:last-child):after {
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  footer .footer-bottombar p {
    line-height: 58px;
  }
}
@media screen and (max-width: 1000px) {
  footer {
    background-image: none;
  }
  footer .footer-topbar {
    margin-bottom: 0;
  }
  footer .footer-topbar .wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 44px;
  }
  footer .footer-topbar .wrap .footer-topbar-4 {
    grid-column: 1/span 3;
  }
  footer .footer-bottombar .wrap {
    max-width: calc(100% - 58px);
  }
}
@media screen and (max-width: 767px) {
  footer {
    background-image: unset;
  }
  footer .widget_sd_widget_logo {
    text-align: left !important;
  }
  footer .footer-topbar {
    margin-bottom: 29px;
  }
  footer .footer-topbar .wrap {
    grid-template-columns: 1fr;
  }
  footer .footer-topbar .wrap .footer-topbar-4 {
    grid-column: unset;
  }
  footer .footer-middlebar ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    gap: 20px;
    margin: 0 0 20px 0;
  }
  footer .footer-middlebar ul li:not(:last-child):after {
    display: none;
  }
  footer .footer-bottombar {
    margin-bottom: 44px;
  }
  footer .footer-bottombar p {
    text-align: left;
    text-transform: unset;
    line-height: 21px;
  }
  footer .footer-bottombar .wrap {
    border: none;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
.filter-toggle {
  display: none;
}

/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #FFF;
  opacity: 0.5;
  font-family: "Source Sans 3", sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: #FFF;
  opacity: 0.5;
  font-family: "Source Sans 3", sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: inherit;
  color: #FFF;
  opacity: 0.5;
  font-family: "Source Sans 3", sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: #FFF;
  opacity: 0.5;
  font-family: "Source Sans 3", sans-serif;
}

.wpcf7,
.sd-form {
  display: grid;
  padding: 40px;
  column-gap: 40px;
  row-gap: 60px;
  background-color: #002d59;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wpcf7 .input:last-child,
.sd-form .input:last-child {
  margin-top: -20px;
}
.wpcf7 .sd-form,
.sd-form .sd-form {
  padding: 0;
}
.wpcf7 button,
.wpcf7 input[type=button],
.wpcf7 button[type=submit],
.wpcf7 input[type=submit],
.sd-form button,
.sd-form input[type=button],
.sd-form button[type=submit],
.sd-form input[type=submit] {
  padding: 0 20px;
  line-height: 50px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-top: -20px;
  font-family: "Source Sans 3", sans-serif;
  background-color: #ef7b10;
  -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;
}
.wpcf7 button svg,
.wpcf7 input[type=button] svg,
.wpcf7 button[type=submit] svg,
.wpcf7 input[type=submit] svg,
.sd-form button svg,
.sd-form input[type=button] svg,
.sd-form button[type=submit] svg,
.sd-form input[type=submit] svg {
  height: 10px;
  width: 7px;
  margin-left: 15px;
}
.wpcf7 button:hover,
.wpcf7 input[type=button]:hover,
.wpcf7 button[type=submit]:hover,
.wpcf7 input[type=submit]:hover,
.sd-form button:hover,
.sd-form input[type=button]:hover,
.sd-form button[type=submit]:hover,
.sd-form input[type=submit]:hover {
  background-color: #002d59;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=file] {
  color: #FFF;
}

input[type=week],
input[type=url],
input[type=time],
input[type=password],
input[type=search],
input[type=number],
input[type=color],
input[type=month],
input[type=datetime-local],
input[type=text],
input[type=email],
input[type=tel] {
  border: 0 none;
  font-family: "Source Sans 3", sans-serif;
  color: #FFF;
  font-size: 20px;
  display: block;
  padding: 0 20px;
  height: 50px;
  background-color: transparent;
  border-bottom: 1px solid #FFF;
  width: 100%;
}
input[type=week]:focus,
input[type=url]:focus,
input[type=time]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=month]:focus,
input[type=datetime-local]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  border-color: #FFF;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  display: block;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  font-size: 20px;
  background-color: transparent;
  font-family: "Source Sans 3", sans-serif;
  border-bottom: 1px solid #FFF;
}

textarea {
  border: 0 none;
  display: block;
  padding: 20px;
  height: 150px;
  width: 100%;
  resize: vertical;
  color: #FFF;
  font-size: 20px;
  background-color: transparent;
  border-bottom: 1px solid #FFF;
  font-family: "Source Sans 3", sans-serif;
}
textarea:focus {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

/* Start privacy checkbox */
.single-vacancy .wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.single-vacancy .sd-form .SD-type-checkbox {
  padding: 0 0 0 30px;
  margin: 0;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
  padding: 0 0 0 15px;
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input,
.sd-form .SD-type-checkbox input {
  opacity: 0;
  position: absolute;
  display: block;
  left: 1px;
  top: 50%;
  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,<svg width="15px" height="15px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.4 18.4"><path fill="%23fff" d="M7.8,13.6l7.1-7.1l-1.6-1.6l-5.6,5.6L5,7.6L3.4,9.2C3.4,9.2,7.8,13.6,7.8,13.6z M2.3,18.4 c-0.6,0-1.2-0.2-1.6-0.7c-0.4-0.4-0.7-1-0.7-1.6V2.3c0-0.6,0.2-1.2,0.7-1.6S1.6,0,2.3,0h13.9c0.6,0,1.2,0.2,1.6,0.7s0.7,1,0.7,1.6 v13.9c0,0.6-0.2,1.2-0.7,1.6s-1,0.7-1.6,0.7C16.1,18.4,2.3,18.4,2.3,18.4z M2.3,16.1h13.9V2.3H2.3V16.1z M2.3,2.3v13.9V2.3z"/></svg>');
}
.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;
  color: #FFF;
  cursor: pointer;
}
.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 {
  text-decoration: underline;
  color: #FFF;
}
.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: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -30px;
  top: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="15px" height="15px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.4 18.4"><path fill="%23fff" d="M2.3,18.4c-0.6,0-1.2-0.2-1.6-0.7c-0.4-0.4-0.7-1-0.7-1.6V2.3c0-0.6,0.2-1.2,0.7-1.6S1.6,0,2.3,0h13.9 c0.6,0,1.2,0.2,1.6,0.7s0.7,1,0.7,1.6v13.9c0,0.6-0.2,1.2-0.7,1.6s-1,0.7-1.6,0.7C16.1,18.4,2.3,18.4,2.3,18.4z M2.3,16.1h13.9V2.3 H2.3V16.1z"/></svg>');
}
.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,<svg width="15px" height="15px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.4 18.4"><path fill="%23fff" d="M7.8,13.6l7.1-7.1l-1.6-1.6l-5.6,5.6L5,7.6L3.4,9.2C3.4,9.2,7.8,13.6,7.8,13.6z M2.3,18.4 c-0.6,0-1.2-0.2-1.6-0.7c-0.4-0.4-0.7-1-0.7-1.6V2.3c0-0.6,0.2-1.2,0.7-1.6S1.6,0,2.3,0h13.9c0.6,0,1.2,0.2,1.6,0.7s0.7,1,0.7,1.6 v13.9c0,0.6-0.2,1.2-0.7,1.6s-1,0.7-1.6,0.7C16.1,18.4,2.3,18.4,2.3,18.4z M2.3,16.1h13.9V2.3H2.3V16.1z M2.3,2.3v13.9V2.3z"/></svg>');
}

/* 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: #f6f5ee;
  font-family: "Source Sans 3", 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: #0eb427;
  padding: 40px;
  position: relative;
  border: 2px solid #0eb427;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.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: #DD4847;
  padding: 40px;
  position: relative;
  margin-bottom: 40px;
  border: 2px solid #DD4847;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.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] {
    font-size: 17px;
    padding: 0 17px;
    height: 42px;
  }
  select {
    padding: 0 17px;
    height: 42px;
    font-size: 17px;
  }
  textarea {
    padding: 17px;
    height: 125px;
    font-size: 17px;
  }
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    padding: 0 0 0 25px;
  }
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
  }
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    height: 17px;
    width: 17px;
    left: -25px;
  }
  .wpcf7 {
    padding: 33px;
    column-gap: 33px;
    row-gap: 50px;
  }
  .sd-form {
    padding: 33px;
    column-gap: 33px;
    row-gap: 50px;
  }
  .sd-form .SD-type-checkbox {
    padding: 0 0 0 25px;
  }
  .sd-form .SD-type-checkbox .SD-label {
    font-size: 15px;
  }
  .sd-form .SD-type-checkbox .SD-label:before {
    height: 17px;
    width: 17px;
    left: -25px;
  }
  .sd-form button {
    padding: 0 17px;
    line-height: 42px;
    font-size: 15px;
    margin-top: -17px;
  }
  .sd-form button svg {
    margin-left: 12px;
  }
  .sd-form input[type=button] {
    padding: 0 17px;
    line-height: 42px;
    font-size: 15px;
    margin-top: -17px;
  }
  .sd-form input[type=button] svg {
    margin-left: 12px;
  }
  .sd-form button[type=submit] {
    padding: 0 17px;
    line-height: 42px;
    font-size: 15px;
    margin-top: -17px;
  }
  .sd-form button[type=submit] svg {
    margin-left: 12px;
  }
  .sd-form input[type=submit] {
    padding: 0 17px;
    line-height: 42px;
    font-size: 15px;
    margin-top: -17px;
  }
  .sd-form input[type=submit] svg {
    margin-left: 12px;
  }
}
@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] {
    font-size: 16px;
    padding: 0 15px;
    height: 37px;
  }
  select {
    padding: 0 15px;
    height: 37px;
    font-size: 16px;
  }
  textarea {
    padding: 15px;
    height: 110px;
    font-size: 16px;
  }
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    padding: 0 0 0 22px;
  }
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    height: 15px;
    width: 15px;
    left: -22px;
  }
  .wpcf7 {
    padding: 29px;
    column-gap: 29px;
    row-gap: 44px;
  }
  .sd-form {
    padding: 29px;
    column-gap: 29px;
    row-gap: 44px;
  }
  .sd-form .SD-type-checkbox {
    padding: 0 0 0 22px;
  }
  .sd-form .SD-type-checkbox .SD-label {
    font-size: 13px;
  }
  .sd-form .SD-type-checkbox .SD-label:before {
    height: 15px;
    width: 15px;
    left: -22px;
  }
  .sd-form button {
    padding: 0 15px;
    line-height: 37px;
    font-size: 14px;
    margin-top: -15px;
  }
  .sd-form button svg {
    margin-left: 11px;
  }
  .sd-form input[type=button] {
    padding: 0 15px;
    line-height: 37px;
    font-size: 14px;
    margin-top: -15px;
  }
  .sd-form input[type=button] svg {
    margin-left: 11px;
  }
  .sd-form button[type=submit] {
    padding: 0 15px;
    line-height: 37px;
    font-size: 14px;
    margin-top: -15px;
  }
  .sd-form button[type=submit] svg {
    margin-left: 11px;
  }
  .sd-form input[type=submit] {
    padding: 0 15px;
    line-height: 37px;
    font-size: 14px;
    margin-top: -15px;
  }
  .sd-form input[type=submit] svg {
    margin-left: 11px;
  }
}
@media screen and (max-width: 991px) {
  #filter-anchor {
    display: none;
  }
  .filter-toggle {
    position: fixed;
    text-transform: uppercase;
    right: 20px;
    bottom: 20px;
    background-color: #ef7b10;
    z-index: 99;
    padding: 0 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 35px;
    gap: 11px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .filter-toggle .close-text {
    display: none;
  }
  .filter-toggle.open .open-text {
    display: none;
  }
  .filter-toggle.open .close-text {
    display: block;
  }
  .filter-toggle svg {
    height: 10px;
    width: 7px;
  }
  .filter-toggle:hover {
    background-color: #002d59;
  }
}
@media screen and (max-width: 767px) {
  .sd-form {
    column-gap: 0;
  }
  .sd-form .input-col-10,
  .sd-form .input-col-20,
  .sd-form .input-col-30,
  .sd-form .input-col-40,
  .sd-form .input-col-50,
  .sd-form .input-col-60,
  .sd-form .input-col-70,
  .sd-form .input-col-80,
  .sd-form .input-col-90,
  .sd-form .input-col-100,
  .sd-form .input-col-110,
  .sd-form .input-col-120 {
    grid-column: span 12;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation {
  flex-grow: 1;
}
.main-navigation ul {
  display: flex !important;
  justify-content: flex-end;
}
.main-navigation ul li {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.main-navigation ul li:before, .main-navigation ul li.menu-item-has-children:before {
  content: "";
  display: block;
  position: relative;
  border: none;
  margin-right: 15px;
  height: 7px;
  width: 7px;
  z-index: unset;
  bottom: unset;
  right: unset;
  background-color: #ef7b10;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.main-navigation ul li.menu-item-has-children:after {
  display: inline !important;
  position: relative;
  right: unset;
  bottom: unset;
  margin-left: 10px;
  content: "";
  border: 0;
  z-index: 0;
  height: 10px;
  width: 10px;
  background-size: 10px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9.4'%3E%3Cpath fill='%23002d59' d='M7.5,5.6L13.1,0l1.9,1.9-7.5,7.5L0,1.9,1.9,0l5.6,5.6Z'/%3E%3C/svg%3E");
}
.main-navigation ul li.current_page_parent > a, .main-navigation ul li.current-menu-item > a {
  text-decoration: underline;
}
.main-navigation ul li:hover > ul {
  top: 100%;
  left: -20px;
}
.main-navigation ul a {
  line-height: 80px;
  font-size: 18px;
  color: #002d59;
}
.main-navigation ul a:hover {
  color: #002d59;
  text-decoration: underline;
}
.main-navigation ul ul {
  left: 0;
  top: -10000px;
  flex-direction: column;
  justify-content: left;
  width: 300px;
  padding: 20px;
  background-color: #002d59;
  border: 1px solid #FFF;
  border-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.main-navigation ul ul li {
  margin-right: 0;
  align-items: start;
}
.main-navigation ul ul li:before, .main-navigation ul ul li.menu-item-has-children:before {
  background-color: #FFF;
  top: 12px;
}
.main-navigation ul ul li a {
  color: #FFF;
  line-height: 30px;
}
.main-navigation ul ul li:hover a {
  color: #FFF;
}
.main-navigation ul ul li.current-menu-item > a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
}
header.site-header.fixed .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
header.site-header.fixed .header-middlebar .header-middlebar-1 {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
}
header.site-header.fixed .header-middlebar .header-middlebar-1 .custom-html-widget div {
  position: absolute;
  right: 0;
  top: 0;
}
header.site-header.fixed .header-middlebar .header-middlebar-1 .custom-html-widget p {
  font-size: 14px;
}
header .widget_sd_widget_logo svg {
  height: 54px;
  width: 120px;
}
header .widget_sd_widget_search {
  margin-left: 20px;
}

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

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation ul li:before, li.menu-item-has-children:before {
    margin-right: 12px;
    height: 6px;
    width: 6px;
  }
  .main-navigation ul li.menu-item-has-children:after {
    margin-left: 8px;
    height: 8px;
    width: 8px;
    background-size: 8px;
  }
  .main-navigation ul li:hover > ul {
    left: -17px;
  }
  .main-navigation ul a {
    line-height: 66px;
    font-size: 16px;
  }
  .main-navigation ul ul {
    padding: 17px;
  }
  .main-navigation ul ul li {
    top: 10px;
  }
  .main-navigation ul ul li a {
    line-height: 35px;
  }
  header .widget_sd_widget_logo svg {
    height: 45px;
    width: 100px;
  }
  header .widget_sd_widget_search {
    margin-left: 17px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-1 {
    height: 66px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul li:before, li.menu-item-has-children:before {
    margin-right: 11px;
    height: 5px;
    width: 5px;
  }
  .main-navigation ul li.menu-item-has-children:after {
    margin-left: 7px;
    height: 7px;
    width: 7px;
    background-size: 7px;
  }
  .main-navigation ul li:hover > ul {
    left: -15px;
  }
  .main-navigation ul a {
    line-height: 60px;
  }
  .main-navigation ul ul {
    padding: 15px;
  }
  .main-navigation ul ul li {
    top: 9px;
  }
  header .widget_sd_widget_logo svg {
    height: 39px;
    width: 88px;
  }
  header .widget_sd_widget_search {
    margin-left: 15px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-1 {
    height: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .main-navigation ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation {
    display: none;
  }
  header.site-header.mobile-nav-bottom {
    top: unset;
    bottom: 0;
  }
  header .header-middlebar-1 {
    justify-content: space-between;
  }
  header .widget_sd_widget_logo {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-middlebar-1 {
    display: flex;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  header .contact-button {
    display: none;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Cookiewall
4. 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-20px {
  margin-bottom: 20px;
}

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

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

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

.site-content-contain {
  margin-top: 80px;
}

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

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

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  background-color: unset;
}

.wpb_content_element {
  margin-bottom: 0;
}

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

.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. Cookiewall
--------------------------------------------------------------*/
.sd-cookie-notice .sd-cookie-notice-close {
  color: #666666;
}
.sd-cookie-notice .sd-cookie-notice-categories .sd-cookie-notice-category-header .sd-cookie-notice-category-checkbox .sd-cookie-notice-cb-label {
  background-color: #002d59;
}
.sd-cookie-notice .sd-cookie-notice-categories .sd-cookie-notice-category-header .sd-cookie-notice-category-checkbox input:checked + .sd-cookie-notice-cb-label {
  background-color: #ef7b10;
}
.sd-cookie-notice .sd-cookie-notice-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.sd-cookie-notice .sd-cookie-notice-inner {
  background-color: #002d59;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-cookie-notice .sd-cookie-notice-title h2 {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.sd-cookie-notice .sd-cookie-notice-title h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #ef7b10;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  bottom: 9px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.sd-cookie-notice p {
  color: #FFF;
}
.sd-cookie-notice .sd-cookie-notice-categories .sd-cookie-notice-category {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
  color: #FFF;
  background-color: #ef7b10;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  font-weight: 700;
  padding: 0 20px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:hover {
  background-color: #FFF;
  color: #002d59;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
  color: #FFF;
  padding: 0 20px;
  line-height: 40px;
  font-weight: 700;
  border: 1px solid #FFF;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies:hover {
  background-color: #FFF;
  color: #002d59;
}
.sd-cookie-notice.open .sd-cookie-notice-buttons-container {
  flex-direction: row;
}
.sd-cookie-notice.open .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie {
  color: #FFF;
  padding: 0 20px;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid #FFF;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sd-cookie-notice.open .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie:hover {
  background-color: #FFF;
  color: #002d59;
}

/*--------------------------------------------------------------
4. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .marginbottom-0px {
    margin-bottom: 0;
  }
  .marginbottom-20px {
    margin-bottom: 17px;
  }
  .marginbottom-40px {
    margin-bottom: 33px;
  }
  .marginbottom-60px {
    margin-bottom: 50px;
  }
  .marginbottom-80px {
    margin-bottom: 66px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 0;
    padding-bottom: 133px;
  }
  .sd-cookie-notice .sd-cookie-notice-title h2 {
    font-size: 33px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
    font-size: 14px;
    padding: 0 17px;
    line-height: 35px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
    padding: 0 17px;
    line-height: 35px;
  }
  .sd-cookie-notice.open .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie {
    padding: 0 17px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1400px) {
  .marginbottom-20px {
    margin-bottom: 15px;
  }
  .marginbottom-40px {
    margin-bottom: 29px;
  }
  .marginbottom-60px {
    margin-bottom: 44px;
  }
  .marginbottom-80px {
    margin-bottom: 58px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-bottom: 117px;
  }
  .sd-cookie-notice .sd-cookie-notice-title h2 {
    font-size: 29px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
    padding: 0 15px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
    padding: 0 15px;
  }
  .sd-cookie-notice.open .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1400px;
  }
  .site-content-contain {
    margin-top: 66px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
  .site-content-contain {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.vc_row-flex > .vc_column_container.responsive-display-block {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .sd-cookie-notice.cc .sd-cookie-notice-inner {
    left: 20px;
    right: 20px;
    top: 50%;
    width: unset;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-20px {
    margin-bottom: 15px;
  }
  .mobile_marginbottom-40px {
    margin-bottom: 29px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 44px;
  }
  .mobile_marginbottom-80px {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 500px) {
  .sd-cookie-notice .sd-cookie-notice-buttons-container {
    flex-direction: column-reverse;
    align-items: start;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
    margin-bottom: 15px;
  }
  .sd-cookie-notice.open .sd-cookie-notice-buttons-container {
    flex-direction: column;
  }
}
/*--------------------------------------------------------------
>>> 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: 40px;
}
.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 {
  display: grid;
  grid-template-columns: 350px 1fr;
}
.sd-loading .loading-content {
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
}
.sd-loading .loading-content.no-left {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  border-left: unset;
}
.sd-loading .loading-separator-tiny {
  height: 10px;
}
.sd-loading .loading-separator-small {
  height: 20px;
}
.sd-loading .loading-separator-big {
  height: 40px;
}
.sd-loading .loading-image {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  background-color: #000;
}
.sd-loading .loading-button-container {
  display: flex;
  align-items: center;
}
.sd-loading .loading-button {
  height: 50px;
  width: 150px;
  margin-right: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000;
}
.sd-loading .loading-spec {
  height: 30px;
  width: 125px;
  margin-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000;
}
.sd-loading .loading-title {
  width: 80%;
  height: 30px;
  background-color: #000;
}
.sd-loading .loading-text {
  display: inline-block;
  margin-bottom: 15px;
  width: 40%;
  height: 20px;
  background-color: #000;
}
.sd-loading .loading-text.random:nth-child(even) {
  width: 50%;
  margin-right: 10px;
}
.sd-loading .loading-text.random:nth-child(odd) {
  width: 30%;
  margin-right: 10px;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  background-color: #000;
}
@-webkit-keyframes sd-loading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .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-grid {
    gap: 33px;
  }
  .sd-loading .sd-loading-single {
    grid-template-columns: 291px 1fr;
  }
  .sd-loading .loading-content {
    padding: 33px;
  }
  .sd-loading .loading-separator-tiny {
    height: 8px;
  }
  .sd-loading .loading-separator-small {
    height: 17px;
  }
  .sd-loading .loading-separator-big {
    height: 33px;
  }
  .sd-loading .loading-button {
    height: 42px;
    width: 125px;
    margin-right: 33px;
  }
  .sd-loading .loading-spec {
    height: 25px;
    width: 104px;
    margin-right: 17px;
  }
  .sd-loading .loading-title {
    height: 25px;
  }
  .sd-loading .loading-text {
    margin-bottom: 12px;
    height: 17px;
  }
  .sd-loading .loading-text.random:nth-child(even) {
    width: 42%;
    margin-right: 8px;
  }
  .sd-loading .loading-text.random:nth-child(odd) {
    width: 25%;
    margin-right: 8px;
  }
  .sd-loading .loading-input {
    height: 46px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-loading.sd-loading-grid {
    gap: 29px;
  }
  .sd-loading .sd-loading-single {
    grid-template-columns: 256px 1fr;
  }
  .sd-loading .loading-content {
    padding: 29px;
  }
  .sd-loading .loading-separator-tiny {
    height: 7px;
  }
  .sd-loading .loading-separator-small {
    height: 15px;
  }
  .sd-loading .loading-separator-big {
    height: 29px;
  }
  .sd-loading .loading-button {
    height: 37px;
    width: 110px;
    margin-right: 29px;
  }
  .sd-loading .loading-spec {
    height: 22px;
    width: 91px;
    margin-right: 15px;
  }
  .sd-loading .loading-title {
    height: 22px;
  }
  .sd-loading .loading-text {
    margin-bottom: 11px;
    height: 15px;
  }
  .sd-loading .loading-text.random:nth-child(even) {
    width: 37%;
    margin-right: 7px;
  }
  .sd-loading .loading-text.random:nth-child(odd) {
    width: 22%;
    margin-right: 7px;
  }
  .sd-loading .loading-input {
    height: 41px;
  }
}
@media screen and (max-width: 700px) {
  .sd-loading .sd-loading-single {
    display: flex;
    flex-direction: column;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .sd-loading .loading-content.no-left {
    border: 1px solid #000;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  .sd-loading .loading-image {
    height: 200px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
}
/*--------------------------------------------------------------
>>> 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: 20px;
  line-height: 30px;
  margin-right: 10px;
  color: #ef7b10;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
}
.sd-pagination .page-numbers.current {
  font-size: 20px;
  margin-right: 10px;
  color: #002d59;
  text-decoration: none;
}
.sd-pagination .page-numbers.dots {
  color: #002d59;
  text-decoration: none;
}
.sd-pagination .page-numbers.prev {
  height: 30px;
  width: 30px;
  color: #002d59;
  border: 1px solid #002d59;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sd-pagination .page-numbers.prev:hover {
  color: #FFF;
  background-color: #002d59;
}
.sd-pagination .page-numbers.prev svg {
  height: 10px;
  width: unset;
}
.sd-pagination .page-numbers.next {
  height: 30px;
  width: 30px;
  color: #002d59;
  border: 1px solid #002d59;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sd-pagination .page-numbers.next:hover {
  color: #FFF;
  background-color: #002d59;
}
.sd-pagination .page-numbers.next svg {
  height: 10px;
  width: unset;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-pagination {
    margin-top: 50px;
  }
  .sd-pagination .page-numbers {
    font-size: 17px;
    margin-right: 8px;
  }
  .sd-pagination .page-numbers.current {
    font-size: 17px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-pagination {
    margin-top: 44px;
  }
  .sd-pagination .page-numbers {
    font-size: 16px;
    margin-right: 7px;
  }
  .sd-pagination .page-numbers.current {
    font-size: 16px;
    margin-right: 7px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Regular.eot");
  src: url("../fonts/SourceSans3-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSans3-Regular.woff2") format("woff2"), url("../fonts/SourceSans3-Regular.woff") format("woff"), url("../fonts/SourceSans3-Regular.ttf") format("truetype"), url("../fonts/SourceSans3-Regular.svg#SourceSans3-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Italic.eot");
  src: url("../fonts/SourceSans3-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSans3-Italic.woff2") format("woff2"), url("../fonts/SourceSans3-Italic.woff") format("woff"), url("../fonts/SourceSans3-Italic.ttf") format("truetype"), url("../fonts/SourceSans3-Italic.svg#SourceSans3-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-SemiBold.eot");
  src: url("../fonts/SourceSans3-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSans3-SemiBold.woff2") format("woff2"), url("../fonts/SourceSans3-SemiBold.woff") format("woff"), url("../fonts/SourceSans3-SemiBold.ttf") format("truetype"), url("../fonts/SourceSans3-SemiBold.svg#SourceSans3-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-ExtraBoldItalic.eot");
  src: url("../fonts/SourceSans3-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSans3-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/SourceSans3-ExtraBoldItalic.woff") format("woff"), url("../fonts/SourceSans3-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/SourceSans3-ExtraBoldItalic.svg#SourceSans3-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-ExtraBold.eot");
  src: url("../fonts/SourceSans3-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSans3-ExtraBold.woff2") format("woff2"), url("../fonts/SourceSans3-ExtraBold.woff") format("woff"), url("../fonts/SourceSans3-ExtraBold.ttf") format("truetype"), url("../fonts/SourceSans3-ExtraBold.svg#SourceSans3-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-SemiBoldItalic.eot");
  src: url("../fonts/SourceSans3-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSans3-SemiBoldItalic.woff2") format("woff2"), url("../fonts/SourceSans3-SemiBoldItalic.woff") format("woff"), url("../fonts/SourceSans3-SemiBoldItalic.ttf") format("truetype"), url("../fonts/SourceSans3-SemiBoldItalic.svg#SourceSans3-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
html, body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  color: #002d59;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

h1 {
  font-size: 40px;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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