@font-face {
  font-family: "Asap";
  src: url("../fonts/Asap-Regular.eot");
  src: local("Asap Regular"), local("Asap-Regular"), url("../fonts/Asap-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Asap-Regular.woff2") format("woff2"), url("../fonts/Asap-Regular.woff") format("woff"), url("../fonts/Asap-Regular.ttf") format("truetype"), url("../fonts/Asap-Regular.svg#Asap-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap";
  src: url("../fonts/Asap-ExtraBold.eot");
  src: local("Asap ExtraBold"), local("Asap-ExtraBold"), url("../fonts/Asap-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Asap-ExtraBold.woff2") format("woff2"), url("../fonts/Asap-ExtraBold.woff") format("woff"), url("../fonts/Asap-ExtraBold.ttf") format("truetype"), url("../fonts/Asap-ExtraBold.svg#Asap-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body {
  background-color: #143242;
  font-family: "Asap", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}

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

h1 {
  margin-bottom: 55px;
  line-height: 50px;
  font-size: 50px;
}
h1 span {
  line-height: 50px;
  font-size: 50px;
}

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

h3 {
  line-height: 60px;
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #213f4f;
  padding-top: 100px;
}
footer .widget_sd_widget_logo a {
  display: block;
}
footer .widget_sd_widget_logo a svg {
  max-width: 355px;
  height: 100px;
  width: 100%;
}
footer .widget_sd_widget_logo a svg path {
  fill: #50f088;
}
footer .widget_sd_widget_logo a svg path.slogan {
  fill: #fff;
}
footer h3.widget-title {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
}
footer p {
  line-height: 35px;
  font-size: 18px;
}
footer .footer-bottombar-4.vc_col-sm-12 {
  margin-top: 100px;
}
footer .footer-bottombar-4.vc_col-sm-12 .menu-footer-bottombar-container ul.menu {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  gap: 60px;
}
footer .footer-bottombar-4.vc_col-sm-12 .menu-footer-bottombar-container ul.menu li a {
  line-height: 35px;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
}
footer .footer-bottombar-3 .textwidget p {
  display: none !important;
  height: 0;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #070707;
  font-family: "Asap", sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: #070707;
  font-family: "Asap", sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: inherit;
  color: #070707;
  font-family: "Asap", sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: #070707;
  font-family: "Asap", sans-serif;
}

.wpcf7 label,
.sd-form label {
  margin-bottom: 0;
  line-height: 22px;
}

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: #ffffff;
  border: 0 none;
  display: block;
  padding: 0 20px;
  line-height: 40px;
  width: 100%;
  font-size: 18px;
  color: #070707;
  font-family: "Asap", sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

select {
  background-color: #ffffff;
  border: 0 none;
  display: block;
  padding: 0 20px;
  line-height: 40px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #070707;
  font-size: 18px;
  font-family: "Asap", sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

textarea {
  background-color: #ffffff;
  border: 0 none;
  display: block;
  padding: 10px 20px;
  width: 100%;
  height: 150px;
  resize: vertical;
  color: #070707;
  font-size: 18px;
  font-family: "Asap", sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  text-align: center;
  letter-spacing: 0.9px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #070707;
  background-color: #ffffff;
  border: none;
  font-family: "Asap", sans-serif;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
button[type=submit]:hover,
button[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: #269FB5;
  background-color: #ffffff;
}

/* 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 .wpcf7-list-item-label,
.sd-form .SD-type-checkbox label {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  user-select: none;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a,
.sd-form .SD-type-checkbox label a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a:hover,
.sd-form .SD-type-checkbox label a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox label:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  left: -20px;
  top: 2px;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
.sd-form .SD-type-checkbox label:hover:before {
  background-color: #213f4f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox input:checked + label:before {
  background-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;
}

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

/* End whitelabel CF7 */
/*--------------------------------------------------------------
2. Messages
--------------------------------------------------------------*/
.wpcf7-not-valid-tip {
  font-size: 18px;
  line-height: 25px;
  text-shadow: 1px 0 5px #ffffff;
}

/* Start success messages  */
.wpcf7 form.sent .wpcf7-response-output,
.sd-success-message-container {
  background-color: #73ff88;
  padding: 20px;
  position: relative;
  border: 2px solid #0eb427;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.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;
  position: relative;
  border: 2px solid #DD4847;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.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) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
  }
  .sd-form .SD-type-checkbox label {
    font-size: 16px;
  }
  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], select, textarea {
    padding: 0 17px;
    line-height: 33px;
    font-size: 15px;
  }
  textarea {
    height: 125px;
    padding: 8px 17px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    padding: 0 17px;
    font-size: 16px;
    line-height: 33px;
  }
}
@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], select, textarea {
    padding: 0 15px;
    line-height: 29px;
    font-size: 13px;
  }
  textarea {
    height: 110px;
    padding: 7px 15px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    padding: 0 15px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .sd-form {
    grid-template-columns: repeat(1, 1fr);
  }
  .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;
  }
  #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;
    transition: all 0.3s ease;
    font-size: 20px;
    cursor: pointer;
  }
  .filter-toggle:hover {
    color: #ffffff;
    background-color: #393939;
    transition: all 0.3s ease;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation ul {
  width: max-content;
  margin: 0 auto;
  display: block;
}

.main-navigation ul li a {
  font-family: "Asap", sans-serif;
  letter-spacing: 0.9px;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #070707;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.main-navigation ul li a:hover {
  color: #269FB5;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-parent > a {
  color: #269FB5;
}
.main-navigation ul li.menu-item-has-children:before {
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  border: none;
  bottom: unset;
  left: 0;
  display: none;
}
.main-navigation ul li.menu-item-has-children:after {
  content: "";
  display: block !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  height: 15px;
  width: 15px;
  border: none;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-navigation ul li:not(:last-child) {
  margin-right: 40px;
}
.main-navigation ul li:hover:before {
  display: block !important;
}
.main-navigation ul li:hover .sub-menu {
  display: block;
}

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

/* Sub Menu */
.main-navigation ul ul.sub-menu {
  padding: 10px;
  left: -10px !important;
  min-width: 250px;
  display: none;
  top: 70px;
  border: #E9F5F7 solid 2px;
  border-top: none;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.main-navigation ul ul.sub-menu li a {
  line-height: 30px;
}
.main-navigation ul ul.sub-menu li.current-menu-item > a {
  color: #269FB5;
}

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
header.site-header.fixed.scrolled {
  background-color: #143242;
}
header.site-header.fixed.scrolled .header-middlebar {
  margin-top: 0;
  border-radius: 0 0 50px 50px;
  border-top: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

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

.header-middlebar {
  max-width: 1800px;
  padding: 30px 0;
  margin: auto;
}
.header-middlebar .wrap {
  max-width: unset;
}
.header-middlebar .widget_sd_widget_logo svg {
  width: 205px !important;
  height: 40px;
  width: auto;
  color: #50f088;
}
.header-middlebar .header-middlebar-2 ul.menu {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 70px;
}
.header-middlebar .header-middlebar-2 ul.menu li a {
  text-transform: uppercase;
  line-height: 50px;
  color: #ffffff;
}
.header-middlebar .header-middlebar-2 ul.menu li a:before {
  background: url(/wp-content/uploads/sites/3/2025/12/world-icon.svg);
  filter: brightness(100) invert(1);
  background-size: cover;
  margin: 0 10px -3px 0;
  display: inline-block;
  opacity: 0.5;
  height: 20px;
  width: 20px;
  content: "";
}
.header-middlebar .header-middlebar-3 {
  justify-content: right;
  align-items: end;
  display: flex;
}
.header-middlebar .header-middlebar-3 .sd-block-button a.inner-button {
  background-color: #ff844c;
  line-height: 60px;
  font-size: 16px;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Lay-out
--------------------------------------------------------------*/
html.menu-opened {
  position: relative;
  overflow: hidden;
}

.wrap {
  max-width: 1600px;
}

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

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

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

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

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

/*--------------------------------------------------------------
Cookie wall
--------------------------------------------------------------*/
.sd-cookie-notice .sd-cookie-notice-categories .sd-cookie-notice-category-header svg {
  top: 10px;
}
.sd-cookie-notice .sd-cookie-notice-inner {
  background-color: #ffffff;
  color: #070707;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sd-cookie-notice .sd-cookie-notice-content {
  font-size: 18px;
  line-height: 40px;
}
.sd-cookie-notice .sd-cookie-notice-content p {
  font-size: 18px;
  line-height: 40px;
}
.sd-cookie-notice .sd-cookie-notice-content .sd-cookie-notice-category {
  color: #070707;
  background-color: #213f4f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
  display: block;
  margin-bottom: 20px;
  color: #070707;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie {
  color: #070707;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
  text-align: center;
  letter-spacing: 0.9px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
  background-color: #269FB5;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:hover {
  color: #070707;
  background-color: #213f4f;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sd-cookie-notice .sd-cookie-notice-close {
  color: #070707;
}

.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie {
  display: inline-block;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .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: 83px;
    padding-bottom: 83px;
  }
}
@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-top: 73px;
    padding-bottom: 73px;
  }
}
@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-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-20px {
    margin-bottom: 20px;
  }
  .mobile_marginbottom-40px {
    margin-bottom: 40px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 60px;
  }
  .mobile_marginbottom-80px {
    margin-bottom: 80px;
  }
  .mobile_margintop60px {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mobile_marginbottom-20px {
    margin-bottom: 15px;
  }
  .mobile_marginbottom-40px {
    margin-bottom: 29px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 44px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Loading
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.filter-toggle {
  display: none;
}

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

.sd-loading {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

svg.sd-loading {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

.sd-loading circle {
  opacity: 0;
  -webkit-animation: sd-fade 1s linear infinite;
}

.sd-loading .dot1 {
  animation-delay: -875ms;
}

.sd-loading .dot2 {
  animation-delay: -750ms;
}

.sd-loading .dot3 {
  animation-delay: -625ms;
}

.sd-loading .dot4 {
  animation-delay: -500ms;
}

.sd-loading .dot5 {
  animation-delay: -375ms;
}

.sd-loading .dot6 {
  animation-delay: -250ms;
}

.sd-loading .dot7 {
  animation-delay: -125ms;
}

@keyframes sd-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes sd-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
svg .white {
  fill: #ffffff;
}

svg .blue {
  fill: #269FB5;
}

svg .light-blue {
  fill: #E9F5F7;
}

svg .black {
  fill: #070707;
}

svg .black {
  fill: #070707;
}

svg .greenStroke {
  fill: #76AA5B;
  stroke: #76AA5B;
  stroke-width: 8.26px;
}

svg .whiteStroke {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 8.26px;
}

.max-width-500px {
  max-width: 500px;
}

.vertical-align-middle p {
  display: flex;
  align-items: center;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

.contact-form-row .wpcf7-response-output {
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}

.padding-top-150px {
  padding-top: 150px !important;
}

@media screen and (max-width: 1600px) {
  .padding-top-150px {
    padding-top: 200px !important;
  }
}
@media screen and (max-width: 1000px) {
  .padding-top-150px {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .max-width-500px {
    max-width: unset;
  }
  .mobile-align-center p {
    text-align: center;
  }
  .padding-top-150px {
    padding-top: 0px !important;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.sd-pagination .page-numbers {
  font-size: 18px;
  margin-right: 5px;
  color: #070707;
  padding: 0;
  display: inline-block;
}
.sd-pagination .page-numbers svg {
  width: 8px;
  height: 15px;
}
.sd-pagination .page-numbers svg polygon {
  fill: #ffffff;
  -webkit-transition: ease 0.3s fill;
  -moz-transition: ease 0.3s fill;
  -o-transition: ease 0.3s fill;
  transition: ease 0.3s fill;
}
.sd-pagination .page-numbers.current {
  color: #269FB5;
}
.sd-pagination .page-numbers.prev, .sd-pagination .page-numbers.next {
  height: 40px;
  width: 40px;
  background-color: #269FB5;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: ease 0.3s background-color;
  -moz-transition: ease 0.3s background-color;
  -o-transition: ease 0.3s background-color;
  transition: ease 0.3s background-color;
}
.sd-pagination .page-numbers.prev:hover, .sd-pagination .page-numbers.next:hover {
  background-color: #213f4f;
  -webkit-transition: ease 0.3s background-color;
  -moz-transition: ease 0.3s background-color;
  -o-transition: ease 0.3s background-color;
  transition: ease 0.3s background-color;
}
.sd-pagination .page-numbers.prev:hover svg polygon, .sd-pagination .page-numbers.next:hover svg polygon {
  fill: #070707;
  -webkit-transition: ease 0.3s fill;
  -moz-transition: ease 0.3s fill;
  -o-transition: ease 0.3s fill;
  transition: ease 0.3s fill;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-pagination {
    margin-top: 17px;
  }
  .sd-pagination .page-numbers {
    font-size: 16px;
    margin-right: 4px;
  }
  .sd-pagination .page-numbers svg {
    width: 7px;
    height: 12px;
  }
  .sd-pagination .page-numbers.prev {
    height: 33px;
    width: 33px;
  }
  .sd-pagination .page-numbers.next {
    height: 33px;
    width: 33px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-pagination {
    margin-top: 15px;
  }
  .sd-pagination .page-numbers svg {
    width: 6px;
    height: 11px;
  }
  .sd-pagination .page-numbers.prev {
    height: 29px;
    width: 29px;
  }
  .sd-pagination .page-numbers.next {
    height: 29px;
    width: 29px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
.sd-tabs .sd-tabs-list li {
  padding: 10px 15px;
  color: #070707;
  background-color: #213f4f;
  line-height: unset;
  display: inline-flex;
  align-items: center;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-tabs .sd-tabs-list li.active, .sd-tabs .sd-tabs-list li:hover {
  background-color: #269FB5;
  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;
}
.sd-tabs .sd-tabs-list li.active .blue, .sd-tabs .sd-tabs-list li:hover .blue {
  fill: #ffffff;
}
.sd-tabs .sd-tabs-list li.active .white, .sd-tabs .sd-tabs-list li:hover .white {
  fill: #269FB5;
}
.sd-tabs .sd-tabs-list li:last-child {
  margin: 0;
}
.sd-tabs .sd-tabs-list li svg {
  margin-right: 10px;
  height: 30px;
  width: 30px;
}

.sd-tabs .sd-tabs-content {
  margin: 0;
}
.sd-tabs .sd-tabs-content li {
  padding: 20px;
  background-color: #269FB5;
  line-height: unset;
  -webkit-border-radius: 0 20px 20px 20px;
  -moz-border-radius: 0 20px 20px 20px;
  border-radius: 0 20px 20px 20px;
}
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-tabs .sd-tabs-list li {
    padding: 8px 12px;
  }
  .sd-tabs .sd-tabs-content li {
    padding: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-tabs .sd-tabs-list li {
    padding: 7px 11px;
  }
  .sd-tabs .sd-tabs-content li {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .sd-tabs .sd-tabs-list li {
    padding: 11px;
  }
  .sd-tabs .sd-tabs-list li span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sd-tabs {
    margin-bottom: 40px;
  }
}

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