

@charset "UTF-8";

@-webkit-keyframes slide-down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes slide-down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes slide-up {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

@keyframes slide-up {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }


@import url("../../../../../../fonts.googleapis.com/css283ac.css?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(../webfonts/fa-light-300.eot);
  src: url(../webfonts/fa-light-300d41d.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-light-300.woff2) format("woff2"),
    url(../webfonts/fa-light-300.woff) format("woff"),
    url(../webfonts/fa-light-300.ttf) format("truetype"),
    url(../webfonts/fa-light-300.svg#fontawesome) format("svg");
}

.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "BrandonGrotesque-Regular";
  src: url("(/webfonts/fonts/BrandonGrotesque-Regular.html") format("woff2"),
    url("(/webfonts/fonts/BrandonGrotesque-Regular.html") format("woff");
  font-style: normal;
}

header.primary {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100;
}
header.primary nav.primary .logo {
  display: block;
  height: inherit;
  top: 0;
  left: 0;
  position: absolute;
  text-align: left;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary nav.primary .logo a {
  display: inline-block;
  padding: 15px 0 0 6.5vw;
  text-align: center;
  height: 60px;
}
header.primary nav.primary .logo a img {
  width: 100%;
}
header.primary nav.primary .menu-trigger {
  background: #212121;
}
header.primary nav.primary .menu-trigger i.icon span:after {
  background: #ffffff;
}
header.primary nav.primary .menu-trigger i.icon span:before {
  background: #ffffff;
}
header.primary nav.primary aside.menu {
  color: #ffffff;
  background-image: url("../img/pattern.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 90px 20px 0;
  color: #ffffff;
  background-color: #0069b3;
  overflow: hidden;
  padding: 90px 20px 0;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 100vw;
  height: 100vh;
  text-align: left;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 99;
}
header.primary nav.primary aside.menu .main {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
header.primary nav.primary aside.menu a {
  color: #ffffff !important;
}
header.primary nav.primary aside.menu .menu-header-container {
  -ms-flex-line-pack: right;
  align-content: right;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-item-align: auto;
  align-self: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: right;
  -webkit-box-pack: start;
  justify-content: start;
  text-align: right;
}
header.primary nav.primary aside.menu .menu-header-container .close-icon {
  display: block;
  top: 15px;
  right: 30px;
  position: absolute;
  text-align: center;
  opacity: 1;
  width: 15px;
  cursor: pointer;
}
header.primary nav.primary aside.menu .menu-header-container .close-icon img {
  width: 100%;
}
header.primary nav.primary aside.menu .menu-header-container .aside-logo {
  display: block;
  top: 20px;
  left: 12px;
  position: absolute;
  text-align: center;
  opacity: 1;
  width: 171px;
}
header.primary nav.primary aside.menu .menu-header-container .aside-logo a {
  padding: 12px 0;
}
header.primary nav.primary aside.menu .menu-header-container .aside-logo img {
  margin: 0 auto;
  width: 100%;
}
header.primary nav.primary aside.menu .menu-header-dutch-container {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-item-align: auto;
  align-self: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
header.primary nav.primary aside.menu ul.menu {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  margin-top: 21px;
}
header.primary nav.primary aside.menu ul.menu li {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: calc(30px + 10 * ((100vw - 420px) / 860));
  font-size: calc(0.975rem + 10 * ((100vw - 26.25rem) / 860));
  line-height: 1.165em;
  display: block;
  position: relative;
  text-align: left !important;
}
header.primary nav.primary aside.menu ul.menu li.node {
  cursor: pointer;
}
header.primary nav.primary aside.menu ul.menu li.node a.sub-menu-header {
  position: relative;
}
header.primary nav.primary aside.menu ul.menu li.node a.sub-menu-header::before,
header.primary nav.primary aside.menu ul.menu li.node a.sub-menu-header::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
}
header.primary nav.primary aside.menu ul.menu li.node a.sub-menu-header::after {
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  right: 16px;
  width: 16px;
}
header.primary
  nav.primary
  aside.menu
  ul.menu
  li.node.active
  a.sub-menu-header::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.primary
  nav.primary
  aside.menu
  ul.menu
  li.node.active
  a.sub-menu-header::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.primary nav.primary aside.menu ul.menu a {
  padding: 9px 0;
  text-transform: capitalize;
  display: block;
}
header.primary nav.primary aside.menu ul.menu a:hover {
  text-decoration: none;
}
header.primary nav.primary aside.menu ul.menu ul.sub-mmenu {
  margin: 5px 0px 10px;
  padding-left: 21px;
}
header.primary nav.primary aside.menu ul.menu ul.sub-mmenu li {
  list-style-type: disc;
  font-size: calc(0.805rem + 10 * ((100vw - 26.25rem) / 860));
  line-height: 1.165em;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary nav.primary aside.menu ul.menu ul.sub-mmenu li:after {
  content: " ";
  position: absolute;
  left: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}
header.primary nav.primary aside.menu ul.menu ul.sub-mmenu li:hover {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary nav.primary aside.menu ul.menu ul.sub-mmenu li:hover a {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary .overlay {
  background: #212121;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
header.primary .menu-trigger {
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 65px;
  height: 65px;
  text-align: right;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 100;
}
header.primary .menu-trigger i.icon {
  display: block;
  position: relative;
  margin: 17px auto 0;
  width: 26px;
  height: 26px;
  visibility: visible;
  z-index: 199;
  cursor: pointer;
}
header.primary .menu-trigger i.icon:hover span {
  background: #ffffff;
  border-radius: 0;
  margin: 5px 0px;
  display: block;
  height: 2px;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
header.primary .menu-trigger i.icon:hover span.one {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
header.primary .menu-trigger i.icon:hover span.two {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
header.primary .menu-trigger i.icon:hover span.three {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
header.primary .menu-trigger i.icon span {
  background: #cacaca;
  border-radius: 0;
  margin: 5px 0px;
  display: block;
  height: 2px;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
header.primary:not(.nav-visible) nav.primary aside.menu {
  -webkit-transform: translateX(-100%) !important;
  -ms-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
  transform: translateX(-100%);
}
header.primary:not(.nav-visible) nav.primary .menu-trigger {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
header.primary:not(.nav-visible) .overlay {
  opacity: 0;
  visibility: hidden;
}
header.primary nav.desktop {
  background: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  -webkit-perspective: 1000;
  perspective: 1000;
  top: 21px;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 97;
}
header.primary nav.desktop .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}
header.primary nav.desktop a {
  display: inline-block;
}
header.primary nav.desktop .logo {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6.5vw;
  position: absolute;
  text-align: center;
  z-index: 999;
}
header.primary nav.desktop .logo a {
  padding: 12px 0;
}
header.primary nav.desktop .logo img {
  margin: 0 auto;
  width: 100%;
}
header.primary nav.desktop .menu-header-container {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  font-size: 0;
  padding-left: 75px;
  text-align: right;
  position: relative;
  display: none;
}
header.primary nav.desktop .menu-header-container li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 56px;
  text-transform: uppercase;
  opacity: 1;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header.column-2
  .sub-column.right,
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header.column-2
  .sub-column.left {
  width: 48%;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column.right {
  width: 69.5%;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column.left {
  width: 30%;
}
header.primary nav.desktop .menu-header-container li .sub-desktop-header.show {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary nav.desktop .menu-header-container li .sub-desktop-header {
  display: none;
  position: absolute;
  left: 10%;
  bottom: 0;
  min-width: 68%;
  max-width: 90%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #ffffff;
  min-height: 300px;
  padding: 35px 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column
  h3.title {
  font-family: "Poppins", sans-serif;
  font: 500;
  color: #000000;
  font-size: 1.255rem;
  letter-spacing: -0.0125em;
  line-height: 1.25em;
  text-align: left;
  max-width: 235px;
  text-transform: capitalize;
  position: relative;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column
  h3.title::after {
  background: #0069b3;
  content: "";
  bottom: -12px;
  left: 4px;
  position: absolute;
  width: 60px;
  height: 5px;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column
  .header {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0069b3;
  font-size: 1.255rem;
  letter-spacing: 0em;
  line-height: 1.57em;
  min-height: 30px;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column
  .sub-desktop-menu {
  margin-top: 15px;
  text-align: left;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column
  .sub-desktop-menu
  li {
  padding-left: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
  min-width: 252px;
  width: 49%;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column
  .sub-desktop-menu
  li
  a {
  text-transform: capitalize;
  padding: 5px 0px;
  position: relative;
  color: #000000 !important;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column
  .sub-desktop-menu
  li
  a:after {
  display: none;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column
  .sub-desktop-menu
  li:after {
  background: transparent;
  content: "";
  bottom: 45%;
  left: -6px;
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
  -webkit-transform: rotateZ(134deg) translateY(-50%);
  -ms-transform: rotate(134deg) translateY(-50%);
  transform: rotateZ(134deg) translateY(-50%);
  border-top: 1px solid #0069b3;
  border-left: 1px solid #0069b3;
}
header.primary
  nav.desktop
  .menu-header-container
  li
  .sub-desktop-header
  .sub-column
  .sub-desktop-menu
  li:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary nav.desktop .menu-header-container a {
  padding: 11px 13px;
  letter-spacing: 0.78px;
  position: relative;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary nav.desktop .menu-header-container a.dropdown:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  right: 0px;
  font-size: 11px;
  font-weight: 300;
  color: #f2f2f2;
  top: 50%;
  transform: translate(0%, -50%);
}
header.primary nav.desktop .menu-header-container a.active {
  color: #cacaca;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: none;
}
header.primary nav.desktop .menu-header-container a.active:after {
  width: 95%;
}
header.primary nav.desktop .menu-header-container a.active:before {
  color: #cacaca;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary nav.desktop .menu-header-container a:after {
  background: #cacaca;
  content: "";
  bottom: 6px;
  left: 2.5%;
  transform: translateX(0%);
  position: absolute;
  width: 00%;
  height: 1px;
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}
header.primary nav.desktop .menu-header-container a:hover {
  color: #cacaca;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: none;
}
header.primary nav.desktop .menu-header-container a:hover:after {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary nav.desktop .menu-header-container a:hover:before {
  color: #cacaca;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
header.primary nav.desktop .menu-header-dutch-container {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  font-size: 0;
  padding-left: 75px;
  text-align: center;
}
header.primary nav.desktop .menu-header-dutch-container li {
  font-family: "Poppins", sans-serif;
  font-size: 10.5px;
  line-height: 11px;
  font-size: 0.65625rem;
  line-height: 0.6875rem;
  letter-spacing: 0.185em;
  line-height: 1.325rem;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
header.primary nav.desktop .menu-header-dutch-container li:last-of-type {
  display: none;
}
header.primary nav.desktop .menu-header-dutch-container a {
  padding: 18px 30px;
  position: relative;
}
header.primary nav.desktop .menu-header-dutch-container a:after {
  background: #0069b3;
  content: "";
  bottom: 12px;
  left: 30px;
  position: absolute;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}
header.primary nav.desktop .menu-header-dutch-container a:hover:after {
  width: 30px;
}
header.primary nav.desktop .menu-trigger {
  display: block;
}
header.primary nav.desktop .menu-trigger i.icon span:after {
  background: #ffffff;
}
header.primary nav.desktop .menu-trigger i.icon span:before {
  background: #ffffff;
}

header.primary.nav-visible nav.primary .pane {
  background: transparent;
}

header.primary.nav-visible nav.primary .logo {
  opacity: 0;
}

header.primary.nav-visible nav.primary aside.menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

header.primary.nav-visible .overlay {
  opacity: 0.3;
  visibility: visible;
}

header.primary.nav-visible .menu-trigger i.icon span:after {
  background: #ffffff;
}

header.primary.nav-visible .menu-trigger i.icon span:before {
  background: #ffffff;
}

header.primary.nav-visible .menu-trigger i.icon span.one:after {
  top: 12px;
  left: 6px;
  -webkit-transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1)
      0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  -o-transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s,
    -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  width: 22px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

header.primary.nav-visible .menu-trigger i.icon span.one:before {
  top: 12px;
  left: 6px;
  -webkit-transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1)
      0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  -o-transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    left 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    top 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s,
    -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  width: 22px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

header.primary.nav-visible .menu-trigger i.icon span.two:before {
  right: 0;
  -webkit-transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1)
      0.3s,
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s,
    right 0.3s cubic-bezier(0.77, 0, 0.175, 1) 3s;
  -o-transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s,
    right 0.3s cubic-bezier(0.77, 0, 0.175, 1) 3s;
  transition: background-color 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    width 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s,
    right 0.3s cubic-bezier(0.77, 0, 0.175, 1) 3s;
  width: 0;
}

header.primary.dark nav.desktop .menu-trigger i.icon span:after {
  background: #212121;
}

header.primary.dark nav.desktop .menu-trigger i.icon span:before {
  background: #212121;
}

header.primary.dark nav.desktop a {
  color: #212121 !important;
}

header.primary.dark nav.desktop .phone svg path {
  fill: #0069b3;
}

header.primary.on-scroll.header-show nav.primary .menu-trigger {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

header.primary.on-scroll.header-show nav.primary .pane {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

header.primary.on-scroll.header-show nav.primary .phone {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

header.primary.on-scroll.header-show nav.primary aside.menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 768px) {
  header.primary nav.primary .logo {
    left: 18px;
  }
  header.primary nav.primary .logo a {
    padding: 7px 0 0;
    width: 125px;
  }
  header.primary nav.primary aside.menu ul.terms li {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
  header.primary nav.desktop .cta {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
  header.primary nav.desktop .cta a {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
  header.primary nav.desktop .menu-header-container ul {
    margin-bottom: 0px !important;
  }
  header.primary nav.desktop .menu-header-container ul#menu-header-1 {
    max-width: calc(100% - 130px);
    margin-left: auto;
  }
  header.primary nav.desktop .menu-header-container li {
    font-size: 11px;
    font-size: 0.775rem;
    line-height: 2em;
    letter-spacing: 0em;
  }
  header.primary nav.desktop .menu-header-dutch-container li {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
}

@media (min-width: 992px) {
  header.primary .phone {
    display: none !important;
  }
}

@media screen and (min-width: 1199px) {
  header.primary nav.primary aside.menu ul.menu li {
    font-size: 40px;
    font-size: 2.1rem;
  }
  section.accreditations h6.title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 420px) {
  header.primary nav.primary aside.menu ul.menu li {
    font-size: 0.975rem;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 2000px) {
  header.primary nav.desktop .logo {
    left: calc((50% - 650px) / 2 - 80px);
  }
  header.primary nav.desktop .logo a {
    margin: 0 auto;
  }
}

@media (min-width: 550px) {
  header.primary nav.primary aside.menu {
    width: 70vw;
  }
}

@media only screen and (min-width: 992px) {
  header.primary nav.desktop {
    top: 52px;
  }
  header.primary nav.desktop .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  header.primary nav.desktop .logo {
    left: 20px;
  }
  header.primary nav.desktop .logo a {
    text-align: center;
    width: 260px;
  }
  header.primary nav.desktop .menu-header-container {
    display: block;
  }
  header.primary nav.desktop .menu-trigger {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  header.primary nav.desktop .logo {
    left: 15px;
    transform: translateX(0%);
  }
  header.primary nav.desktop .logo a {
    padding: 0px;
  }
  header.primary nav.desktop .logo img {
    max-width: 170px;
  }
}

@media only screen and (max-width: 767px) {
  header.primary nav.desktop .logo img {
    max-width: 210px;
  }
}

#hero-slider {
  height: 100vh;
  font-size: 16px;
  position: relative;
}
#hero-slider .slick-track {
  height: 100%;
  overflow: hidden;
}
#hero-slider .slick-track div {
  max-width: 100%;
}
#hero-slider .slick-list {
  height: 100% !important;
}
#hero-slider .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#hero-slider img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
#hero-slider .hero-slide {
  height: 100% !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#hero-slider .hero-slide .container .slider-caption {
  text-align: center;
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
#hero-slider .hero-slide .container .slider-caption .main-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 45px;
  letter-spacing: 0.62px;
  opacity: 1;
  text-align: center;
  color: #ffffff;
}
#hero-slider .hero-slide .container .slider-caption .description {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.96px;
  opacity: 1;
  color: #cacaca;
  text-align: center;
  max-width: 420px;
  margin: 35px auto 0px;
}
#hero-slider .hero-slide .container .slider-caption .main-link {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.54px;
  opacity: 1;
  text-align: center;
  color: #cacaca;
  display: block;
  border: 1px solid #cacaca;
  padding: 8px 36px;
  width: max-content;
  margin: 35px auto 0px;
  min-width: 150px;
  position: relative;
}
#hero-slider .hero-slide .container .slider-caption .main-link span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  transition: 0.2s 0.1s;
}
#hero-slider .hero-slide .container .slider-caption .main-link:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s ease-out;
}
#hero-slider .hero-slide .container .slider-caption .main-link:hover {
  text-decoration: none;
  color: #000000;
}
#hero-slider .hero-slide .container .slider-caption .main-link:hover:before {
  height: 100%;
}
#hero-slider .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
#hero-slider .slick-dots li {
  display: inline-block;
  width: max-content;
  margin: 7px;
  height: 18px;
  overflow: hidden;
}
#hero-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  background-color: #cacaca;
  font-size: 0px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.7;
}
#hero-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  #hero-slider .hero-slide .container .slider-caption {
    max-width: 960px;
  }
  #hero-slider .hero-slide .container .slider-caption .main-title {
    font-size: 48px;
    line-height: 40px;
  }
  #hero-slider .hero-slide .container .slider-caption .description {
    font-size: 15px;
  }
  #hero-slider .hero-slide .container .slider-caption .main-link {
    font-size: 15px;
    line-height: 25px;
  }
  #hero-slider .slick-dots {
    max-width: 960px;
  }
}

@media only screen and (max-width: 992px) {
  #hero-slider .hero-slide .container .slider-caption {
    max-width: 720px;
  }
  #hero-slider .hero-slide .container .slider-caption .main-title {
    font-size: 38px;
    line-height: 48px;
  }
  #hero-slider .slick-dots {
    bottom: 5%;
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  #hero-slider .hero-slide .container .slider-caption {
    bottom: 20%;
    max-width: 540px;
  }
  #hero-slider .hero-slide .container .slider-caption .main-title {
    font-size: 38px;
    line-height: 32px;
  }
  #hero-slider .hero-slide .container .slider-caption .main-link {
    line-height: 25px;
    letter-spacing: 0.54px;
    padding: 8px 36px;
    width: max-content;
  }
  #hero-slider .slick-dots {
    max-width: 540px;
  }
}

@media only screen and (max-width: 450px) {
  #hero-slider .hero-slide .container .slider-caption {
    bottom: 20%;
    max-width: 540px;
  }
  #hero-slider .hero-slide .container .slider-caption .main-title {
    font-size: 28px;
    line-height: 28px;
  }
  #hero-slider .hero-slide .container .slider-caption .description {
    font-size: 15px;
    margin: 25px auto 0px;
  }
  #hero-slider .hero-slide .container .slider-caption .main-link {
    line-height: 25px;
    letter-spacing: 0.54px;
    margin: 25px auto 0px;
    padding: 8px 36px;
    width: max-content;
  }
  #hero-slider .slick-dots {
    max-width: 540px;
  }
}

#news-section {
  background-color: #ffffff;
  padding: 35px 0px;
}
#news-section .news-box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0px;
}
#news-section .news-box .new-image {
  width: 55%;
  overflow: hidden;
}
#news-section .news-box .new-image img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
#news-section .news-box .news-box-description {
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 30%;
  margin: 0px 7.5%;
}
#news-section .news-box .news-box-description .news-title {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 47px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: -2.35px;
  color: #2a2d2e;
  opacity: 1;
}
#news-section .news-box .news-box-description .news-expert {
  margin: 25px 0px 0px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #2a2d2e;
  letter-spacing: 0px;
  opacity: 1;
}
#news-section .news-box .news-box-description .news-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.54px;
  opacity: 1;
  text-align: center;
  background-color: #0069b3;
  display: block;
  color: #ffffff;
  border: 1px solid #0069b3;
  padding: 8px 36px;
  width: max-content;
  margin: 15px 0px 0px;
  min-width: 150px;
  position: relative;
}
#news-section .news-box .news-box-description .news-link span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  transition: 0.2s 0.1s;
}
#news-section .news-box .news-box-description .news-link:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #2a2d2e;
  transition: 0.3s ease-out;
}
#news-section .news-box .news-box-description .news-link:hover {
  text-decoration: none;
  color: #ffffff;
}
#news-section .news-box .news-box-description .news-link:hover:before {
  height: 100%;
}
#news-section .news-box:nth-of-type(2n + 2) .new-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 1;
  order: 1;
}
#news-section .news-box:nth-of-type(2n + 2) .news-box-description {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 1200px) {
  #news-section .news-box .new-image {
    width: 53%;
  }
  #news-section .news-box .news-box-description {
    display: -webkit-inline-flexbox;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: 36%;
    margin: 0px 5.5%;
  }
  #news-section .news-box .news-box-description .news-title {
    font-size: 42px;
  }
  #news-section .news-box .news-box-description .news-expert {
    margin: 25px 0px 0px;
    font-size: 14px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1020px) {
  #news-section {
    padding: 15px 0px;
  }
  #news-section .news-box {
    padding: 0px 0px;
  }
  #news-section .news-box .new-image {
    width: 100%;
  }
  #news-section .news-box .news-box-description {
    width: 100%;
    margin: 45px 15px;
  }
  #news-section .news-box .news-box-description .news-title {
    font-size: 42px;
  }
  #news-section .news-box .news-box-description .news-expert {
    margin: 25px 0px 0px;
    font-size: 14px;
    line-height: 25px;
  }
  #news-section .news-box:nth-of-type(n) .news-box-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
  }
  #news-section .news-box:nth-of-type(n) .new-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

#qoute-section {
  padding: 15px 0px;
  position: relative;
}
#qoute-section:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
  width: 100%;
  height: 100%;
  background-image: url("../img/dots.png");
}
#qoute-section .bold {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 53px;
  font-weight: 600;
  letter-spacing: -2.9px;
  color: #2a2d2e;
  opacity: 1;
  width: 80%;
  margin-right: auto;
}
#qoute-section .bold span {
  color: #0069b3;
}
#qoute-section .paragraph {
  width: 81%;
  max-width: 320px;
  margin: auto;
  font-size: calc(15px + 2.5 * ((100vw - 420px) / 860));
  line-height: 25px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #2a2d2e;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
}

.inside-qoute-section {
  padding: 100px 0px 60px !important;
}

@media only screen and (max-width: 992px) {
  #qoute-section {
    padding: 15px 0px;
    position: relative;
    margin-top: 60px;
  }
  #qoute-section .container {
    max-width: 992px !important;
  }
  #qoute-section .bold {
    font-size: 35px;
    line-height: 48px;
    width: 75%;
    margin: auto;
  }
  #qoute-section .bold span {
    color: #0069b3;
  }
  #qoute-section .paragraph {
    width: 70%;
    max-width: 320px;
    margin: auto;
    font-size: calc(12px + 2.5 * ((100vw - 420px) / 860));
    line-height: 25px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #2a2d2e;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  #qoute-section {
    padding: 15px 0px;
    position: relative;
    margin-top: 60px;
  }
  #qoute-section .container {
    max-width: 100% !important;
  }
  #qoute-section .bold {
    font-size: 35px;
    line-height: 48px;
    max-width: 520px;
    width: 100%;
    margin: 20px auto;
  }
  #qoute-section .bold span {
    color: #0069b3;
  }
  #qoute-section .paragraph {
    width: 100%;
    max-width: 520px;
    margin: 20px auto 30px;
    font-size: 18px;
    line-height: 25px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #2a2d2e;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
  }
  .inside-qoute-section {
    padding: 30px 0px !important;
  }
}

@media only screen and (max-width: 501px) {
  #qoute-section {
    padding: 15px 0px;
    position: relative;
    margin: 20px auto 20px;
  }
  #qoute-section:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
    width: 100%;
    height: 100%;
    background-image: url("../img/dots.png");
    background-size: 215% 62% !important;
  }
  #qoute-section .bold {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1.65px;
    max-width: 520px;
    width: 100%;
    margin: 20px auto;
  }
  #qoute-section .bold span {
    color: #0069b3;
  }
  #qoute-section .paragraph {
    width: 100%;
    max-width: 520px;
    margin: 10px auto 30px;
    font-size: 16px;
    line-height: 25px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #2a2d2e;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
  }
}

#products-slider {
  margin: 35px auto;
  padding-top: 80px;
}
#products-slider .item {
  position: relative;
}
#products-slider .item a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  z-index: 4;
}
#products-slider .item a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#products-slider .item .title {
  z-index: 5;
  position: absolute;
  left: 50px;
  bottom: 40px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  line-height: 66px;
  font-weight: 600;
  letter-spacing: 1.7px;
  color: #ffffff;
  opacity: 1;
}
#products-slider .owl-nav {
  position: absolute;
  right: 7%;
  top: 0px;
  transform: translateY(-175%);
}
#products-slider .owl-nav button {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #cacaca !important;
  opacity: 1;
  padding: 30px !important;
  padding: 7px 17px !important;
  font-size: 27px;
  color: #cacaca;
  position: relative;
  z-index: 2;
}
#products-slider .owl-nav button:after {
  width: 0%;
  height: 100%;
  content: " ";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #cacaca !important;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#products-slider .owl-nav button:nth-of-type(1):after {
  width: 0%;
  left: unset;
  right: 0%;
}
#products-slider .owl-nav button:hover {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  color: #ffffff;
}
#products-slider .owl-nav button:hover:after {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 767px) {
  #products-slider .item .title {
    z-index: 5;
    position: absolute;
    left: 50px;
    bottom: 15px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 1.7px;
    color: #ffffff;
    opacity: 1;
  }
}

@media only screen and (max-width: 500px) {
  #products-slider {
    margin: 35px auto;
    padding-bottom: 80px;
    padding-top: 0px !important;
  }
  #products-slider .owl-nav {
    position: absolute;
    right: 50% !important;
    bottom: 0px;
    transform: translate(50%, 121%);
    top: unset;
  }
  #products-slider .item .title {
    z-index: 5;
    position: absolute;
    left: 50px;
    bottom: 15px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 1.7px;
    color: #ffffff;
    opacity: 1;
  }
}

#news-media {
  padding: 35px 0px 0px;
  background-color: #ffffff;
  position: relative;
}
#news-media .section-title {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: -2.4px;
  color: #2a2d2e;
  opacity: 1;
}
#news-media #news-carousel {
  margin: 25px auto;
}
#news-media #news-carousel .item.news {
  flex: 1 1 100%;
  max-width: 100%;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
#news-media #news-carousel .item.news figure.image {
  background: #212121;
  overflow: hidden;
  height: 250px !important;
  position: relative;
  width: 100%;
}
#news-media #news-carousel .item.news figure.image .src {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#news-media #news-carousel .item.news figure.image .type {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 90px;
  background: #0069b3 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.77em;
  letter-spacing: 0.6px;
  color: #ffffff;
  opacity: 1;
  padding: 8px 15px;
}
#news-media #news-carousel .item.news .caption {
  background: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: left;
}
#news-media #news-carousel .item.news .caption .inner {
  padding: 15px 40px 25px 0px;
  position: relative;
}
#news-media #news-carousel .item.news .caption .inner .date {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0.86px;
  opacity: 0.5;
}
#news-media #news-carousel .item.news .caption .inner .title {
  margin-bottom: 13px;
  position: relative;
}
#news-media #news-carousel .item.news .caption .inner .title a {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  padding: 2px 0;
  position: relative;
  text-align: left;
  letter-spacing: 0.46px;
  opacity: 1;
}
#news-media #news-carousel .item.news .caption .inner span.description {
  font-size: calc(12.5px + 2.5 * ((100vw - 420px) / 860));
  line-height: 21px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #747474;
  text-align: left;
  letter-spacing: 0.18px;
  opacity: 1;
}
#news-media #news-carousel .item.news .caption .inner .read-more {
  font-size: calc(11.5px + 2.5 * ((100vw - 420px) / 860));
  line-height: 25px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.75px;
  margin: 13px 0px;
  width: max-content;
  color: #2a2d2e;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}
#news-media #news-carousel .item.news .caption .inner .read-more:after {
  background: #2a2d2e;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0%;
  height: 2px;
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
#news-media #news-carousel .item.news a.permalink {
  background: transparent;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
  z-index: 2;
}
#news-media #news-carousel .item.news:hover figure.image .src {
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#news-media #news-carousel .item.news:hover .caption .inner .read-more {
  transform: translateX(10px);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#news-media #news-carousel .item.news:hover .caption .inner .read-more:after {
  background: #2a2d2e;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
#news-media .owl-nav {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(-175%);
}
#news-media .owl-nav button {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #cacaca !important;
  opacity: 1;
  padding: 30px !important;
  padding: 7px 17px !important;
  font-size: 27px;
  color: #cacaca;
  position: relative;
  z-index: 2;
}
#news-media .owl-nav button:after {
  width: 0%;
  height: 100%;
  content: " ";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #cacaca !important;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#news-media .owl-nav button:nth-of-type(1):after {
  width: 0%;
  left: unset;
  right: 0%;
}
#news-media .owl-nav button:hover {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  color: #ffffff;
}
#news-media .owl-nav button:hover:after {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 500px) {
  #news-media .section-title {
    font-size: 24px;
    line-height: 28px;
  }
  #news-media #news-carousel {
    margin: 25px auto;
  }
  #news-media #news-carousel .item.news .caption .inner .date {
    font-size: 14px;
  }
  #news-media #news-carousel .item.news .caption .inner .title a {
    font-size: 18px;
    line-height: 21px;
  }
  #news-media #news-carousel .item.news .caption .inner span.description {
    line-height: 21px;
  }
  #news-media #news-carousel .item.news .caption .inner .read-more {
    line-height: 25px;
  }
  #news-media #news-carousel .item.news a.permalink {
    background: transparent;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 1;
    z-index: 2;
  }
  #news-media #news-carousel .item.news:hover figure.image .src {
    transform: scale(1.1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  #news-media #news-carousel .item.news:hover .caption .inner .read-more {
    transform: translateX(10px);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  #news-media #news-carousel .item.news:hover .caption .inner .read-more:after {
    background: #2a2d2e;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  #news-media #news-carousel .owl-nav {
    position: absolute;
    right: 50% !important;
    bottom: 0px;
    transform: translate(50%, 0%);
    top: unset;
  }
}

#newsletter {
  text-align: center;
  margin-bottom: 30px;
}
#newsletter .container {
  padding: 35px 0px;
  border-top: 1px solid #e2e2e2;
}
#newsletter .container .descripton {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0.34px;
  opacity: 1;
  color: #747474;
  margin-bottom: 0.3rem;
}
#newsletter .container .header {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  #newsletter {
    text-align: center;
    margin-bottom: 10px;
  }
  #newsletter .container {
    padding: 35px 0px;
  }
  #newsletter .container .descripton {
    font-size: 15px;
    line-height: 21px;
    margin: 0px auto 10px;
    width: 85%;
  }
  #newsletter .container .header {
    font-size: 19px;
    line-height: 25px;
  }
}

form {
  text-align: center;
  opacity: 1;
  margin: 20px auto 0px;
  padding: 0px 15px;
}
form .form-group.col-6:first-of-type {
  padding-left: 0px !important;
}
form .form-group.col-6:last-of-type {
  padding-right: 0px !important;
}
form textarea,
form input {
  border: 1px solid #dfdfdf;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.36px;
  color: #2e3333;
  opacity: 1;
  padding: 22px 20px;
  outline: 0;
  width: 100%;
  height: 30px;
  width: 100%;
  height: calc(1.3em + 0.75rem + 20px);
  vertical-align: bottom;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}
form textarea.error,
form input.error {
  border: 1px solid red !important;
}
form textarea {
  height: 210px;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2e3333;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2e3333;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #2e3333;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #2e3333;
}
form input[type="submit"] {
  height: max-content;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.17px;
  position: relative;
  display: block;
  text-align: center;
  color: #000000;
  opacity: 1;
  background-color: #0069b3;
  width: auto;
  width: 100%;
  max-width: 600px;
  padding: 13px 15px;
  color: #ffffff;
  opacity: 1;
  position: relative;
  z-index: 2;
  margin: 0px auto;
  transition: 0.3s ease-out;
}
form input[type="submit"]:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #2a2d2e;
  transition: 0.3s ease-out;
}
form input[type="submit"]:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #2a2d2e !important;
  transition: 0.3s ease-out;
}
form input[type="submit"]:hover:before {
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 660px) {
  form {
    text-align: center;
    opacity: 1;
    margin: 20px auto;
    padding: 0px 30px !important;
  }
  form textarea,
  form input {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0.36px;
    color: #2e3333;
    opacity: 1;
    padding: 22px 20px;
  }
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.upload-btn-wrapper:hover .browse {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  color: #ffffff;
}
.upload-btn-wrapper:hover .browse:after {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn {
  width: 100%;
  color: rgba(46, 51, 51, 0.5);
  background-color: white;
  padding: 8px 20px !important;
  font-size: 17px !important;
  font-weight: bold;
  border: 1px solid #dfdfdf;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.36px;
  opacity: 1;
  padding: 22px 20px;
  outline: 0;
  width: 100%;
  height: 30px;
  width: 100%;
  height: calc(1.3em + 0.75rem + 20px);
  border-radius: 0px;
  background-color: transparent;
  box-sizing: border-box;
  position: relative;
}
.btn .browse {
  position: absolute;
  right: 5px;
  top: 7%;
  width: 20%;
  min-width: 120px;
  background-color: #0069b3;
  height: 82%;
  text-align: center;
  letter-spacing: 0.39px;
  color: #ffffff;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 42px;
  z-index: 2;
}
.btn .browse:after {
  width: 0%;
  height: 100%;
  content: " ";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #2a2d2e !important;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100% !important;
  font-size: 13px;
  cursor: pointer;
      z-index: 9;

}

.select_wrapper {
  line-height: 36px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.select_wrapper span {
  background-size: 15px;
  display: block;
  margin: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 9;
  position: relative;
  width: 100%;
  height: calc(1.3em + 0.75rem + 20px);
  text-align: left;
  color: rgba(46, 51, 51, 0.7);
  border: 1px solid #dfdfdf;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  text-align: left;
  letter-spacing: 0.36px;
  padding: 22px 20px !important;
  position: relative;
}
.select_wrapper span:after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  width: 60px;
  height: 100%;
  font-size: 17px;
  font-weight: 300;
  background: url("../img/ico/down.svg") center;
  color: #ffffff;
}

.select_wrapper.openSelect span {
  display: block;
  margin: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#filter-box .category .dropdown-content a {
  color: #0069b3;
}

.select_wrapper .select_inner {
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  width: 100%;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  z-index: 999;
  text-decoration: none;
  background-color: #f2f2f2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.3s;
}

.select_wrapper .select_inner li {
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 17px;
  padding: 17px 16px;
  line-height: 15px;
  text-align: left;
}

.select_wrapper .select_inner li:hover {
  background: #005596;
  color: #fff;
}

.select_wrapper .select_inner ul {
  border-radius: 5px;
  background: #fff;
}

.form-row {
  width: 100%;
}

.error {
  border: 1px solid red !important;
}

section.page-header {
  color: #ffffff;
  background-color: #000000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  justify-items: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
  height: 400px;
  max-height: 420px;
  min-height: 342px;
}
section.page-header figure.bg-image {
  overflow: hidden;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
section.page-header figure.bg-image .src {
  background-color: #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  opacity: 0.5;
}
section.page-header .content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 767px;
  padding: 0 6.5vw 80px;
  position: relative;
  z-index: 2;
  text-align: center;
}
section.page-header .content .page-title {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.54px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 20px;
}
section.page-header .content .breadcrumb {
  background-color: transparent;
  text-align: center;
  display: block;
  width: max-content;
  max-width: 90%;
  margin: auto;
}
section.page-header .content .breadcrumb li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.6px;
  color: #ffffff;
  opacity: 1;
  display: inline-block;
}
section.page-header .content .breadcrumb li::before {
  display: none;
}
section.page-header .content .breadcrumb li a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.6px;
  color: #ffffff;
  opacity: 1;
  position: relative;
  padding-right: 45px;
}
section.page-header .content .breadcrumb li a:hover {
  text-decoration: none;
  color: #cacaca;
}
section.page-header .content .breadcrumb li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-135%, -50%);
}
section.page-header .content .breadcrumb li.active a::after {
  display: none;
}

@media (min-width: 1660px) {
  section.page-header {
    height: 542px;
    max-height: 742px;
    min-height: 342px;
  }
}

@media (max-width: 767px) {
  section.page-header {
    overflow: hidden;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    justify-items: flex-start;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
    padding-bottom: 20px;
    height: 300px;
    max-height: 442px;
    min-height: 290px;
  }
  section.page-header figure.bg-image {
    overflow: hidden;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  section.page-header figure.bg-image .src {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    opacity: 0.7;
  }
  section.page-header .content {
    padding: 0 6.5vw 30px;
  }
}

@media (min-width: 1230px) {
  section.page-header .content {
    padding: 80px 0 81px;
  }
}

@media (min-width: 768px) and (max-width: 1230px) {
  section.page-header .content {
    padding-right: 30px;
    padding-bottom: 100px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  section.page-header h1 {
    word-break: break-word;
  }
  section.page-header figure.bg-image .src {
    background-position: 70% 50%;
  }
}

@media screen and (max-width: 550px) {
  section.page-header .page-title {
    font-size: 1.5rem !important;
    margin-bottom: 12px !important;
    line-height: 1.2em !important;
  }
  section.page-header .breadcrumb li {
    font-size: 13px !important;
  }
  section.page-header .breadcrumb li a {
    font-size: 13px !important;
    padding-right: 30px !important;
  }
  section.page-header .breadcrumb li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-135%, -50%);
  }
}

.page-container {
  padding: 100px 0px;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 992px) {
  .page-container {
    padding: 100px 20px 0px;
  }
}

@media (max-width: 992px) {
  .page-container {
    padding: 70px 20px 0px;
  }
}

section.post-content {
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 30px;
}
section.post-content .premlink {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  z-index: 99;
}
section.post-content .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 6.5vw;
  position: relative;
  z-index: 1;
}
section.post-content .post-content-image {
  margin-bottom: 50px;
}
section.post-content .post-content-image figure.image {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
section.post-content .post-content-image figure.image img {
  width: 100%;
}
section.post-content .content {
  position: relative;
}
section.post-content .content .title {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1.95px;
  padding-bottom: 20px;
  position: relative;
  display: block;
  margin-bottom: 12px;
  opacity: 1;
  color: #2a2d2e;
}
section.post-content .content .title span {
  vertical-align: top;
}
section.post-content .content .text {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  font-family: "Poppins", sans-serif;
  text-align: left;
  color: #2a2d2e;
  opacity: 1;
}
section.post-content .content .text ul li {
  padding-bottom: 21px;
}
section.post-content .content .text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -1.85px;
  padding-bottom: 20px;
  position: relative;
  display: block;
  margin-bottom: 28px;
  margin-top: 18px;
  font-style: italic;
  color: red;
  opacity: 1;
}
section.post-content .content .text .signature {
  width: max-content;
}
section.post-content .content .text .links-list {
  margin-top: 25px;
  height: 100%;
}
section.post-content .content .text .links-list a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  display: block;
  text-align: left;
  letter-spacing: 0.27px;
  color: #020300;
  opacity: 1;
}
section.post-content .content .text .links-list a span {
  position: relative;
}
section.post-content .content .text .links-list a span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(150%, -50%);
  color: #0069b3;
  transition: all ease-in-out 0.5s;
}
section.post-content .content .text .links-list a:hover {
  text-decoration: none;
}
section.post-content .content .text .links-list a:hover span:after {
  transform: translate(210%, -50%);
  transition: all ease-in-out 0.5s;
}
section.post-content .content .viewMore {
  margin-top: 25px;
  display: block;
  width: max-content;
  position: relative;
}
section.post-content .content .viewMore:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(250%, -50%);
  color: #0069b3;
  transition: all ease-in-out 0.5s;
}
section.post-content .content:before {
  background: #f9f9f9;
  content: "";
  top: -100px;
  right: -70px;
  position: absolute;
  width: calc(100% + 140px);
  height: calc(100% + 150px);
  z-index: -1;
}
section.post-content:before {
  background: #f9f9f9;
  content: "";
  display: none;
  top: 0;
  right: 0;
  position: absolute;
  width: calc(50% + 140px);
  height: calc(100% - 70px);
  z-index: 0;
}

section.post-content.image-right .post-content-image {
  -ms-flex-order: 2;
  order: 2;
}

section.post-content.image-right .content {
  -ms-flex-order: 1;
  order: 1;
}

section.post-content.image-right:before {
  left: 0;
  right: auto;
}

section.post-content.message-post .post-content-image figure.image {
  height: auto;
}

@media (min-width: 1231px) {
  section.post-content .container {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  section.post-content .post-content-image {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 0;
    -ms-flex-order: 1;
    order: 1;
    padding: 55px 0;
  }
  section.post-content .post-content-image figure.image {
    padding-bottom: 0 !important;
    width: 100%;
    height: 320px;
  }
  section.post-content .content {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-order: 2;
    order: 2;
    padding: 45px 0 45px 50px;
  }
  section.post-content .content .inner {
    max-width: 510px;
  }
  section.post-content .content:before {
    display: none;
  }
  section.post-content:before {
    display: block;
  }
  section.post-content.message-post .post-content-image figure.image {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  section.post-content .content {
    width: auto;
  }
}

@media screen and (min-width: 1280px) {
  section.post-content .content .title {
    font-size: 33px;
  }
  section.post-content .content .text {
    font-size: 13px;
  }
  section.post-content .content .text h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .page-container .page-intro .mainDescription .header h3 {
    font-size: 33px;
  }
  .page-container .page-intro .mainDescription .paragraph p {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 550px) {
  section.post-content .content .title {
    font-size: 28px;
    line-height: 36px;
  }
  section.post-content .content .text {
    font-size: 15.5px;
  }
  section.post-content .content .text h3 {
    font-size: 22px;
  }
}

@media (min-width: 960px) {
  section.post-content .content .title span {
    padding-top: 5px;
  }
}

@media (min-width: 960px) and (max-width: 1230px) {
  section.post-content .container {
    max-width: 800px;
  }
}

@media (max-width: 992px) {
  section.post-content .container {
    width: auto;
    padding: 0;
  }
}

@media (max-width: 600px) {
  section.post-content .content {
    position: relative;
  }
  section.post-content .content .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }
  section.post-content .content .text {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

.timeline-carousel {
  position: relative;
}
.timeline-carousel .container {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
}
.timeline-carousel .container .right {
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 80%;
}
.timeline-carousel .container .right .slider-content {
  margin: 60px auto;
  max-width: 720px;
  padding-right: 10%;
  overflow: hidden;
}
.timeline-carousel .container .right .slider-content .slide {
  display: none;
}
.timeline-carousel .container .right .slider-content .slide .title {
  text-align: left;
  letter-spacing: -2.3px;
  font-family: "Poppins", sans-serif;
  font-weight: 600px;
  font-size: 39px;
  line-height: 48px;
  color: #2a2d2e;
}
.timeline-carousel .container .right .slider-content .slide .title span {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600px;
  color: #0069b3;
  font-size: 39px;
  line-height: 48px;
  opacity: 1;
}
.timeline-carousel .container .right .slider-content .slide .content {
  padding: 35px 0;
  text-align: left;
  letter-spacing: 0.13px;
  font-family: "Poppins", sans-serif;
  font-weight: 300px;
  font-size: 16px;
  line-height: 31px;
  color: #1c1e1e;
  opacity: 1;
}
.timeline-carousel .container .right .slider-content .slide.active {
  display: block;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.timeline-carousel .container .left {
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 1;
  order: 1;
  width: 20%;
}
.timeline-carousel .container .left .scroll-div {
  width: 100%;
}
.timeline-carousel .container .left .slider-controller {
  width: 100%;
  padding: 10px 20px;
  position: relative;
  max-width: 185px;
  margin: auto;
}
.timeline-carousel .container .left .slider-controller:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 100%;
  background-color: #2a2d2e;
}
.timeline-carousel .container .left .slider-controller li {
  margin: 29px auto;
  position: relative;
  cursor: pointer;
  transition: all ease-in-out 0.35s;
  font-family: "Poppins", sans-serif;
  font-weight: 400px;
  text-align: left;
  letter-spacing: -0.52px;
  color: #2a2d2e;
  opacity: 1;
  font-size: 17px;
  line-height: 25px;
}
.timeline-carousel .container .left .slider-controller li:after {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(50%, -50%);
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2a2d2e;
  border-radius: 50%;
  transition: all ease-in-out 0.1216s;
}
.timeline-carousel .container .left .slider-controller li.active:after {
  background-color: #0069b3;
  border-radius: 00%;
  width: 15px;
  height: 15px;
  transition: all ease-in-out 0.1216s;
}
.timeline-carousel .container .left .slider-controller li:hover {
  padding-left: 7px;
  transition: all ease-in-out 0.1216s;
}
.timeline-carousel .container .left .slider-controller li:hover:after {
  background-color: #0069b3;
  border-radius: 00%;
  width: 15px;
  height: 15px;
  transition: all ease-in-out 0.1216s;
}
.timeline-carousel:before {
  position: absolute;
  right: 50%;
  bottom: 0px;
  transform: translate(75%, 40%);
  width: 100%;
  height: 60%;
  content: "";
  background-image: url("../img/dots.png");
}

@media only screen and (max-width: 992px) {
  .timeline-carousel .container .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .timeline-carousel .container .right .slider-content {
    margin: 10px auto 20px;
    max-width: 720px;
    padding-right: 10%;
    overflow: hidden;
  }
  .timeline-carousel .container .right .slider-content .slide {
    display: none;
  }
  .timeline-carousel .container .right .slider-content .slide .title {
    font-size: 29px;
    line-height: 38px;
  }
  .timeline-carousel .container .right .slider-content .slide .title span {
    font-size: 29px;
    line-height: 38px;
  }
  .timeline-carousel .container .right .slider-content .slide .content {
    padding: 25px 0;
    font-size: 15px;
    line-height: 28px;
  }
  .timeline-carousel .container .right .slider-content .slide.active {
    display: block;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .timeline-carousel .container .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    overflow: scroll;
    flex-wrap: nowrap;
  }
  .timeline-carousel .container .left .slider-controller {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: max-content;
    overflow: hidden;
    padding: 0px 20px 20px;
    max-width: max-content;
    margin: 0px auto 20px !important;
  }
  .timeline-carousel .container .left .slider-controller:after {
    right: 50%;
    top: 5px;
    transform: translate(50%, 0%);
    content: "";
    width: 100%;
    height: 1px;
  }
  .timeline-carousel .container .left .slider-controller li {
    text-align: center;
    padding: 29px 0px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    transition: all ease-in-out 0.35s;
    font-family: "Poppins", sans-serif;
    font-weight: 400px;
    letter-spacing: -0.52px;
    color: #2a2d2e;
    opacity: 1;
    font-size: 17px;
    line-height: 25px;
    display: inline-block;
    width: 74px !important;
  }
  .timeline-carousel .container .left .slider-controller li:after {
    position: absolute;
    right: 50%;
    top: 0%;
    transform: translate(50%, 0%);
    content: "";
    width: 10px;
    height: 10px;
    background-color: #2a2d2e;
    border-radius: 50%;
    transition: all ease-in-out 0.1216s;
  }
  .timeline-carousel .container .left .slider-controller li.active:after {
    background-color: #0069b3;
    border-radius: 00%;
    width: 15px;
    height: 15px;
    transition: all ease-in-out 0.1216s;
  }
  .timeline-carousel .container .left .slider-controller li:hover {
    padding-left: 0px;
    transition: all ease-in-out 0.1216s;
  }
  .timeline-carousel .container .left .slider-controller li:hover:after {
    background-color: #0069b3;
    border-radius: 00%;
    width: 15px;
    height: 15px;
    transition: all ease-in-out 0.1216s;
  }
  .timeline-carousel:before {
    position: absolute;
    right: 50% !important;
    bottom: 0px !important;
    top: unset !important;
    transform: translate(50%, 40%) !important;
    width: 100% !important;
    height: 60% !important;
    background-image: url("../img/dots.png") !important;
    background-color: transparent !important;
  }
}

.thankyou .container {
  text-align: center;
  margin: 50px auto 50px;
  max-width: 767px;
  padding: 20px;
}
.thankyou .container img {
  width: 175px;
  height: auto;
  margin: 20px auto;
}
.thankyou .container .title {
  text-align: center;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 31px;
  line-height: 42px;
  color: #000000;
  padding: 2px 0;
  position: relative;
  opacity: 1;
  margin: 20px auto;
}
.thankyou .container .paragraph {
  font-family: "Poppins", sans-serif;
  text-align: center;
  letter-spacing: 1.24px;
  opacity: 1;
  color: #747474;
  font-size: 23px;
  line-height: 34px;
  display: block;
  text-align: center;
  opacity: 1;
}
.thankyou .container a.btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  line-height: 1.925rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0069b3;
  display: inline-block;
  padding: 19px 79px;
  margin-top: 45px;
  border-radius: 0px;
  max-width: 320px;
  text-align: center;
}

@media (max-width: 992px) {
  .thankyou .container .title {
    font-size: 40px;
    line-height: 50px;
  }
  .thankyou .container .paragraph {
    font-size: 20px;
    line-height: 28px;
    display: block;
  }
}

@media (max-width: 767px) {
  .thankyou .container img {
    width: 60%;
    max-width: 160px;
    height: auto;
    margin: 20px auto;
  }
  .thankyou .container .title {
    font-size: 30px;
    line-height: 40px;
  }
  .thankyou .container .paragraph {
    font-size: 18px;
    line-height: 24px;
    display: block;
  }
  .thankyou .container a.btn {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.64px;
    display: inline-block;
    padding: 18px 30px;
    margin-top: 35px;
  }
}

@media (max-width: 510px) {
  .thankyou .container .title {
    font-size: 26px;
    line-height: 30px;
  }
  .thankyou .container .paragraph {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
  .thankyou .container .paragraph br {
    display: none;
  }
  .thankyou .container a.btn {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.64px;
    display: inline-block;
    padding: 18px 30px;
    margin-top: 35px;
    width: 280px;
  }
}

.page-back #backBtn {
  margin: 30px auto 30px;
}
.page-back #backBtn a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.3px;
  color: #b3b3b3;
  opacity: 1;
}
.page-back #backBtn a span {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 2px solid #cacaca !important;
  opacity: 1;
  font-size: 27px;
  color: #cacaca;
  position: relative;
  margin-right: 11px;
  line-height: 37px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  z-index: 2;
}
.page-back #backBtn a span:after {
  width: 0%;
  height: 100%;
  content: " ";
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #cacaca !important;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.page-back #backBtn a:hover {
  text-decoration: none;
}
.page-back #backBtn a:hover span {
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  color: #ffffff;
}
.page-back #backBtn a:hover span:after {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.news-listing {
  max-width: 1200px;
  margin: 60px auto;
}
.news-listing .container {
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.news-listing .container .item.news {
  flex: 1 1 32%;
  max-width: 32%;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
.news-listing .container .item.news figure.image {
  background: #212121;
  overflow: hidden;
  height: 250px !important;
  position: relative;
  width: 100%;
}
.news-listing .container .item.news figure.image .src {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.news-listing .container .item.news figure.image .type {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 90px;
  background: #0069b3 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.77em;
  letter-spacing: 0.6px;
  color: #ffffff;
  opacity: 1;
  padding: 8px 15px;
}
.news-listing .container .item.news .caption {
  background: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: left;
}
.news-listing .container .item.news .caption .inner {
  padding: 15px 40px 25px 0px;
  position: relative;
}
.news-listing .container .item.news .caption .inner .date {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0.86px;
  opacity: 0.5;
}
.news-listing .container .item.news .caption .inner .title {
  margin-bottom: 13px;
  position: relative;
}
.news-listing .container .item.news .caption .inner .title a {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  padding: 2px 0;
  position: relative;
  text-align: left;
  letter-spacing: 0.46px;
  opacity: 1;
}
.news-listing .container .item.news .caption .inner span.description {
  font-size: calc(12.5px + 2.5 * ((100vw - 420px) / 860));
  line-height: 21px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #747474;
  text-align: left;
  letter-spacing: 0.18px;
  opacity: 1;
}
.news-listing .container .item.news .caption .inner .read-more {
  font-size: calc(11.5px + 2.5 * ((100vw - 420px) / 860));
  line-height: 25px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.75px;
  margin: 13px 0px;
  width: max-content;
  color: #2a2d2e;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}
.news-listing .container .item.news .caption .inner .read-more:after {
  background: #2a2d2e;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0%;
  height: 2px;
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.news-listing .container .item.news a.permalink {
  background: transparent;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
  z-index: 2;
}
.news-listing .container .item.news:hover figure.image .src {
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.news-listing .container .item.news:hover .caption .inner .read-more {
  transform: translateX(10px);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.news-listing .container .item.news:hover .caption .inner .read-more:after {
  background: #2a2d2e;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (min-width: 768px) {
  .col.news {
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  .col.news:hover figure.image .src {
    transform: scale(1.1);
  }
  .col.news figure.image {
    padding-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .news-listing {
    margin: 60px 20px;
  }
}

@media (max-width: 992px) {
  .news-listing .container .item.news {
    flex: 1 1 48%;
    max-width: 48%;
  }
}

@media (max-width: 767px) {
  .news-listing {
    margin: 60px 0px;
  }
  .news-listing .container .item.news {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

#filter-box {
  margin: 0px auto 20px;
  width: 90%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#filter-box .category,
#filter-box .search {
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 1px solid #dfdfdf;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 15px;
  text-align: left;
  letter-spacing: 0.36px;
  color: #2e3333;
  padding: 17px 20px;
  height: calc(1.3em + 0.75rem + 20px);
  margin: 10px 5px;
}
#filter-box .search {
  border: none;

  padding: 0px;
}
#filter-box .category {
  cursor: pointer;
}
#filter-box .category button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: left;
      border: none;
    outline: none;
}
#filter-box .category button span {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  width: 60px;
  height: 100%;
  font-size: 17px;
  font-weight: 300;
  background-color: #0069b3;
  color: #ffffff;
}
#filter-box .category button span i {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
#filter-box .category .dropdown-content {
  transition: all ease-in-out 0.3s;
  display: none;
  width: 100%;
  position: absolute;
  background-color: #f2f2f2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  left: 0px;
  top: 105%;
}
#filter-box .category .dropdown-content a {
  color: #0069b3;
  padding: 17px 16px;
  text-decoration: none;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 15px;
  transition: all ease-in-out 0.3s;
}
#filter-box .category .dropdown-content a:hover {
  background-color: #0069b3;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
#filter-box .category:hover .dropdown-content {
  display: block;
  transition: all ease-in-out 0.3s;
}
#filter-box .search:after {
  background: url(../img/ico/magnifying-glass.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  width: 21px;
  height: 21px;
  background-color: white;
}
#filter-box .search input {
  width: 100%;
}

#news-search {
  margin: 0px auto 20px;
  width: 100%;
}
#news-search .search,
#news-search .dropbtn {
  border: 1px solid #dfdfdf;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 15px;
  text-align: left;
  letter-spacing: 0.36px;
  color: #2e3333;
  opacity: 1;
  outline: 0;
  width: 100%;
  max-width: 320px;
  height: 30px;
  display: block;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}
#news-search .search::after,
#news-search .dropbtn::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  content: "s";
}
#news-search .dropbtn::after {
  content: "s";
}
#news-search .search::after {
  content: "s";
}
#news-search .categries-filter:hover .dropdown-content {
  display: block;
}

@media only screen and (max-width: 992px) {
  #filter-box {
    width: 100%;
  }
  #filter-box .category,
  #filter-box .search {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  #filter-box .category {
    cursor: pointer;
  }
  #filter-box .category button {
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  #filter-box .category button span {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    width: 60px;
    height: 100%;
    font-size: 17px;
    font-weight: 300;
    background-color: #0069b3;
    color: #ffffff;
  }
  #filter-box .category button span i {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
  }
  #filter-box .category .dropdown-content {
    transition: all ease-in-out 0.3s;
    display: none;
    width: 100%;
    position: absolute;
    background-color: #f2f2f2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    left: 0px;
    top: 105%;
  }
  #filter-box .category .dropdown-content a {
    color: #0069b3;
    padding: 17px 16px;
    text-decoration: none;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 15px;
    transition: all ease-in-out 0.3s;
  }
  #filter-box .category .dropdown-content a:hover {
    background-color: #0069b3;
    color: #ffffff;
    transition: all ease-in-out 0.3s;
  }
  #filter-box .category:hover .dropdown-content {
    display: block;
    transition: all ease-in-out 0.3s;
  }
  #filter-box .search:after {
    background: white url(../img/ico/magnifying-glass.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    width: 21px;
    height: 21px;
  }
  #news-search {
    margin: 0px auto 20px;
    width: 100%;
  }
  #news-search .search,
  #news-search .dropbtn {
    border: 1px solid #dfdfdf;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 15px;
    text-align: left;
    letter-spacing: 0.36px;
    color: #2e3333;
    opacity: 1;
    outline: 0;
    width: 100%;
    max-width: 320px;
    height: 30px;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0px;
    -webkit-transition: border-color 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
  }
  #news-search .search::after,
  #news-search .dropbtn::after {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    content: "s";
  }
  #news-search .dropbtn::after {
    content: "s";
  }
  #news-search .search::after {
    content: "s";
  }
  #news-search .categries-filter:hover .dropdown-content {
    display: block;
  }
  #news-search .categries-filter .dropdown-content .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  #news-search .categries-filter .dropdown:hover .dropdown-content {
    display: block;
  }
}

.news-details {
  max-width: 1200px;
  margin: 60px auto 120px;
}
.news-details #backBtn {
  margin: 0px auto 60px;
}
.news-details #backBtn a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.3px;
  color: #b3b3b3;
  opacity: 1;
}
.news-details #backBtn a span {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 2px solid #cacaca !important;
  opacity: 1;
  font-size: 27px;
  color: #cacaca;
  position: relative;
  margin-right: 11px;
  line-height: 37px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  z-index: 2;
}
.news-details #backBtn a span:after {
  width: 0%;
  height: 100%;
  content: " ";
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #cacaca !important;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.news-details #backBtn a:hover {
  text-decoration: none;
}
.news-details #backBtn a:hover span {
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  color: #ffffff;
}
.news-details #backBtn a:hover span:after {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.news-details .post-header {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 39px;
  line-height: 45px;
  text-transform: capitalize;
  color: #000000;
  padding: 2px 0;
  position: relative;
  max-width: 700px;
}
.news-details .job-header {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 39px;
  line-height: 45px;
  text-transform: capitalize;
  color: #000000;
  padding: 2px 0;
  position: relative;
  max-width: 100%;
  margin-bottom: 60px;
}
.news-details .post-meta {
  text-align: left;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.99px;
  color: #2d2924;
  opacity: 1;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 0.9px;
  color: #2d2924;
  margin: 45px 0;
}
.news-details .post-meta .date {
  margin-right: 10px;
}
.news-details .post-meta .type {
  margin-left: 22px;
  padding-left: 18px;
  position: relative;
  color: #2d2924;
}
.news-details .post-meta .type:hover {
  text-decoration: none;
  color: #0069b3;
}
.news-details .post-meta .type:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2d2924;
}
.news-details .post-meta .type:hover:before {
  background-color: #0069b3;
}
.news-details .post-meta .social-media {
  display: inline-block;
  margin: 5px 15px 5px 35px;
}
.news-details .post-meta .social-media a {
  border: 1px solid #dcdcdc;
  padding: 7px 19px;
  margin: 5px 7px;
  position: relative;
  z-index: 3;
}
.news-details .post-meta .social-media a:after {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 100%;
  background-color: #dfdfdf;
  content: " ";
  z-index: -1;
  transition: all ease-in-out 0.3s;
}
.news-details .post-meta .social-media a:hover {
  text-decoration: none;
}
.news-details .post-meta .social-media a:hover:after {
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.news-details .post-meta .social-media a span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.98px;
  color: #2a2d2e;
  opacity: 1;
  text-transform: uppercase;
}
.news-details .post-meta .social-media a i {
  font-size: 17px;
}
.news-details .post-meta .social-media a i.fa-twitter {
  color: #1da1f2;
}
.news-details .post-meta .social-media a i.fa-facebook-f {
  color: #4267b2;
}
.news-details .post-meta .social-media a i.fa-google-plus-g {
  color: #d34836;
}
.news-details .post-meta .social-media a i.fa-facebook-f {
  color: #2867b2;
}
.news-details .post-content {
  word-break: break-all;
}
.news-details .post-content h1,
.news-details .post-content h2,
.news-details .post-content h3,
.news-details .post-content h4,
.news-details .post-content h5,
.news-details .post-content h6 {
  font-family: "Poppins", sans-serif;
  color: #0069b3;
  line-height: 1.77em;
}
.news-details .post-content h1 {
  font-size: calc(21.5px + 2.5 * ((100vw - 420px) / 860));
}
.news-details .post-content h2 {
  font-size: calc(20.5px + 2.5 * ((100vw - 420px) / 860));
}
.news-details .post-content h3 {
  font-size: calc(19.5px + 2.5 * ((100vw - 420px) / 860));
}
.news-details .post-content h4 {
  font-size: calc(18.5px + 2.5 * ((100vw - 420px) / 860));
}
.news-details .post-content h5 {
  font-size: calc(17.5px + 2.5 * ((100vw - 420px) / 860));
}
.news-details .post-content h6 {
  font-size: calc(16.5px + 2.5 * ((100vw - 420px) / 860));
}
.news-details .post-content h6.job-description-header {
  font-size: calc(15.5px + 2.5 * ((100vw - 420px) / 860));
  color: #333333;
}
.news-details .post-content p {
  font-size: calc(13.5px + 2.5 * ((100vw - 420px) / 860));
  letter-spacing: -0.0125em;
  line-height: 1.77em;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1px;
  text-align: left;
  color: #747474;
  margin: 10px 0 30px;
  word-break: break-all;
}
.news-details .post-content a {
  font-size: calc(13.5px + 2.5 * ((100vw - 420px) / 860));
  letter-spacing: -0.0125em;
  line-height: 1.77em;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  text-align: left;
  color: #0069b3;
  font-weight: 600;
  margin: 30px 0;
}
.news-details .post-content a:hover {
  text-decoration: none;
}
.news-details .post-content ul li {
  list-style: none;
  margin-left: 25px;
  font-size: calc(13.5px + 2.5 * ((100vw - 420px) / 860));
  letter-spacing: -0.0125em;
  line-height: 1.77em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #747474;
}
.news-details .post-content ul li::before {
  content: "•  ";
  color: #0069b3;
  font-size: 21px;
}
.news-details .post-content img {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .news-details {
    margin: 60px 0px 80px;
  }
}

@media (max-width: 992px) {
  .news-details .post-meta .social-media {
    display: block;
    margin: 38px 0px 20px;
  }
  .news-details .post-meta .social-media a {
    border: 1px solid #dcdcdc;
    padding: 7px 19px;
    margin: 15px 7px;
    position: relative;
    z-index: 3;
  }
  .news-details .post-meta .social-media a:first-of-type {
    margin-left: 0px;
  }
}

@media (max-width: 550px) {
  .news-details .post-header {
    font-size: 30px;
    line-height: 32px;
  }
  .news-details .job-header {
    font-size: 30px;
    line-height: 32px;
  }
  .news-details .post-meta {
    margin: 35px 0;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
  }
  .news-details .post-meta .date {
    margin-right: 5px;
  }
  .news-details .post-meta .type {
    margin-left: 5px;
    padding-left: 20px;
  }
  .news-details .post-meta .social-media {
    display: block;
    margin: 15px 0px 20px;
  }
  .news-details .post-meta .social-media a {
    border: 1px solid #dcdcdc;
    padding: 7px 10px;
    margin: 15px 7px;
    position: relative;
    z-index: 3;
    width: 55px;
    display: inline-block;
    text-align: center;
  }
  .news-details .post-meta .social-media a:first-of-type {
    margin-left: 0px;
  }
  .news-details .post-meta .social-media a span {
    display: none;
  }
  .news-details .post-content img {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .news-details .post-meta {
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
  }
  .news-details .post-meta .date {
    display: block;
    margin-right: 5px;
  }
  .news-details .post-meta .type {
    display: block;
    margin-left: 0px;
    padding-left: 0px;
  }
  .news-details .post-meta .type::before {
    display: none;
  }
}

.job-listing {
  padding: 100px 0px;
  max-width: 1200px;
  margin: auto;
}
.job-listing #header {
  background-color: #0069b3;
}
.job-listing .job-box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 10px;
  margin: 15px auto;
}
.job-listing .job-box .title {
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  flex-wrap: wrap;
  width: 48%;
}
.job-listing .job-box .title h3 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: -1.55px;
  color: #333333;
  opacity: 1;
}
.job-listing .job-box .category {
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 19%;
}
.job-listing .job-box .category p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.42px;
  color: #333333;
  opacity: 1;
  width: 100%;
  margin: 0px auto;
}
.job-listing .job-box .apply {
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 19%;
}
.job-listing .job-box .apply a {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 0.42px;
  color: #333333;
  opacity: 1;
  width: 100%;
  position: relative;
  background-color: #0069b3;
  color: white;
}
.job-listing .job-box .apply a span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  transition: 0.2s 0.1s;
}
.job-listing .job-box .apply a:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #2a2d2e;
  transition: 0.3s ease-out;
}
.job-listing .job-box .apply a:hover {
  text-decoration: none;
  color: #ffffff;
}
.job-listing .job-box .apply a:hover:before {
  height: 100%;
}
.job-listing #header {
  background-color: #0069b3;
}
.job-listing #header .job-box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 10px;
  margin: 0px auto;
}
.job-listing #header .job-box .title {
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  flex-wrap: wrap;
  width: 48%;
}
.job-listing #header .job-box .title h3 {
  text-align: left;
}
.job-listing #header .job-box .category {
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 19%;
}
.job-listing #header .job-box .category h3 {
  text-align: center;
}
.job-listing #header .job-box .apply {
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 19%;
}
.job-listing #header .job-box .apply h3 {
  text-align: center;
}
.job-listing #header .job-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0.84px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 0px !important;
  width: 100%;
}
.job-listing #content {
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  .job-listing {
    padding: 100px 0px;
    max-width: 1200px;
    margin: auto;
  }
  .job-listing .job-box {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px;
    margin: 15px auto 30px;
  }
  .job-listing .job-box .title {
    width: 100%;
    margin-bottom: 10px;
  }
  .job-listing .job-box .title h3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -1.55px;
  }
  .job-listing .job-box .category {
    width: 49%;
  }
  .job-listing .job-box .category p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.42px;
    text-align: left;
  }
  .job-listing .job-box .apply {
    width: 49%;
  }
  .job-listing .job-box .apply a {
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 0.42px;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
  }
  .job-listing #header {
    background-color: #0069b3;
  }
  .job-listing #header .job-box {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 10px;
    margin: 0px auto;
  }
  .job-listing #header .job-box .title {
    display: -webkit-inline-flexbox;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    flex-wrap: wrap;
    width: 48%;
    margin-bottom: 0px;
  }
  .job-listing #header .job-box .title h3 {
    text-align: left;
  }
  .job-listing #header .job-box .category {
    display: none;
  }
  .job-listing #header .job-box .apply {
    display: none;
  }
  .job-listing #header .job-box h3 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 0.84px;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 0px !important;
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .job-listing .job-box {
    padding: 5px 10px;
    margin: 15px auto 30px;
  }
  .job-listing .job-box .title {
    width: 100%;
    margin-bottom: 0px;
  }
  .job-listing .job-box .title h3 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -1.55px;
  }
  .job-listing .job-box .category {
    width: 100%;
    margin: 0px auto 20px;
  }
  .job-listing .job-box .category p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.42px;
    text-align: left;
  }
  .job-listing .job-box .apply {
    width: 100%;
  }
  .job-listing .job-box .apply a {
    font-size: 14px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 0.42px;
    width: 100%;
    max-width: 200px;
    margin-right: auto;
    margin-left: unset;
  }
}

.gas-listing {
  max-width: 1200px;
  margin: 60px auto;
}
.gas-listing .container {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.gas-listing .container .item.gas-holder {
  display: flex;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  height: 100%;
}
.gas-listing .container .item.gas-holder .inner {
  width: 100%;
  margin: 30px 0px;
  padding: 40px 35px;
  position: relative;
  background-color: #f9f9f9;
  text-align: left;
  width: 90%;
}
.gas-listing .container .item.gas-holder .inner .title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding: 2px 0;
  position: relative;
  text-align: left;
  opacity: 1;
  text-align: left;
  letter-spacing: -2.25px;
  color: #2a2d2e;
}
.gas-listing .container .item.gas-holder .inner .list-gas {
  margin-top: 25px;
  height: 100%;
}
.gas-listing .container .item.gas-holder .inner .list-gas a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  display: block;
  text-align: left;
  letter-spacing: 0.27px;
  color: #020300;
  opacity: 1;
}
.gas-listing .container .item.gas-holder .inner .list-gas a span {
  position: relative;
}
.gas-listing .container .item.gas-holder .inner .list-gas a.link span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(150%, -50%);
  color: #0069b3;
  transition: all ease-in-out 0.5s;
}
.gas-listing .container .item.gas-holder .inner .list-gas a:hover {
  text-decoration: none;
}
.gas-listing .container .item.gas-holder .inner .list-gas a.link:hover span:after {
  transform: translate(210%, -50%);
  transition: all ease-in-out 0.5s;
}
.gas-listing .container .item.gas-holder .inner span.description {
  font-size: calc(12.5px + 2.5 * ((100vw - 420px) / 860));
  line-height: 21px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #747474;
  text-align: left;
  letter-spacing: 0.18px;
  opacity: 1;
}
.gas-listing .container .item.gas-holder:hover figure.image .src {
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.gas-listing .container .item.gas-holder:hover .caption .inner .read-more {
  transform: translateX(10px);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.gas-listing
  .container
  .item.gas-holder:hover
  .caption
  .inner
  .read-more:after {
  background: #2a2d2e;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 992px) {
  .gas-listing {
    margin: 20px auto;
  }
  .gas-listing .container {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .gas-listing .container .item.gas-holder {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
  }
  .gas-listing .container .item.gas-holder .inner {
    margin: 30px 0px;
    padding: 40px 25px;
    position: relative;
    background-color: #f9f9f9;
    text-align: left;
  }
  .gas-listing .container .item.gas-holder .inner .title {
    font-size: 21px;
  }
  .gas-listing .container .item.gas-holder .inner .list-gas {
    margin-top: 25px;
  }
  .gas-listing .container .item.gas-holder .inner .list-gas a {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    display: block;
    text-align: left;
    letter-spacing: 0.27px;
    color: #020300;
    opacity: 1;
  }
  .gas-listing .container .item.gas-holder .inner .list-gas a span {
    position: relative;
  }
  .gas-listing .container .item.gas-holder .inner .list-gas a span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(150%, -50%);
    color: #0069b3;
    transition: all ease-in-out 0.5s;
  }
  .gas-listing .container .item.gas-holder .inner .list-gas a:hover {
    text-decoration: none;
  }
  .gas-listing .container .item.gas-holder .inner .list-gas a:hover span:after {
    transform: translate(210%, -50%);
    transition: all ease-in-out 0.5s;
  }
  .gas-listing .container .item.gas-holder .inner span.description {
    font-size: calc(12.5px + 2.5 * ((100vw - 420px) / 860));
    line-height: 21px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #747474;
    text-align: left;
    letter-spacing: 0.18px;
    opacity: 1;
  }
  .gas-listing .container .item.gas-holder:hover figure.image .src {
    transform: scale(1.1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .gas-listing .container .item.gas-holder:hover .caption .inner .read-more {
    transform: translateX(10px);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .gas-listing
    .container
    .item.gas-holder:hover
    .caption
    .inner
    .read-more:after {
    background: #2a2d2e;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

.custom-listing {
  max-width: 1200px;
  margin: 60px auto;
}
.custom-listing .container {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.custom-listing .container .item.post-holder {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  height: 100%;
  width: 90%;
}
.custom-listing .container .item.post-holder .inner {
  width: 100%;
  margin: 30px 0px;
  padding: 40px 35px;
  position: relative;
  background-color: #f9f9f9;
  text-align: left;
}
.custom-listing .container .item.post-holder .inner .title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding: 2px 0;
  position: relative;
  text-align: left;
  opacity: 1;
  text-align: left;
  letter-spacing: -1.75px;
  color: #2a2d2e;
  margin-bottom: 21px;
  max-width: 80%;
}
.custom-listing .container .item.post-holder .inner .description {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  display: block;
  text-align: left;
  letter-spacing: 0px;
  color: #2a2d2e;
  opacity: 1;
}
.custom-listing .container .item.post-holder .inner .description .links-list {
  margin-top: 25px;
  height: 100%;
}
.custom-listing .container .item.post-holder .inner .description .links-list a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  display: block;
  text-align: left;
  letter-spacing: 0.27px;
  color: #020300;
  opacity: 1;
}
.custom-listing
  .container
  .item.post-holder
  .inner
  .description
  .links-list
  a
  span {
  position: relative;
}
.custom-listing
  .container
  .item.post-holder
  .inner
  .description
  .links-list
  a
  span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(150%, -50%);
  color: #0069b3;
  transition: all ease-in-out 0.5s;
}
.custom-listing
  .container
  .item.post-holder
  .inner
  .description
  .links-list
  a:hover {
  text-decoration: none;
}
.custom-listing
  .container
  .item.post-holder
  .inner
  .description
  .links-list
  a:hover
  span:after {
  transform: translate(210%, -50%);
  transition: all ease-in-out 0.5s;
}
.custom-listing .container .item.post-holder .inner .viewMore {
  margin-top: 25px;
  display: block;
  width: max-content;
  color: #2a2d2e;
  position: relative;
}
.custom-listing .container .item.post-holder .inner .viewMore:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(250%, -50%);
  color: #0069b3;
  transition: all ease-in-out 0.5s;
}
.custom-listing .container .item.post-holder .inner .viewMore:hover {
  text-decoration: none;
}
.custom-listing .container .item.post-holder .inner .viewMore:hover:after {
  transform: translate(370%, -50%);
  transition: all ease-in-out 0.5s;
}

@media (max-width: 992px) {
  .custom-listing {
    margin: 20px auto;
  }
  .custom-listing .container {
    display: block;
    overflow: hidden;
  
  }
  .custom-listing .container .item.post-holder {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
  }
  .custom-listing .container .item.post-holder .inner {
    margin: 30px 0px;
    padding: 40px 25px;
    position: relative;
    background-color: #f9f9f9;
    text-align: left;
  }
  .custom-listing .container .item.post-holder .inner .title {
    font-size: 21px;
    line-height: 27px;
    max-width: 100% !important;
  }
  .custom-listing .container .item.post-holder .inner .list-gas {
    margin-top: 25px;
  }
  .custom-listing .container .item.post-holder .inner .list-gas a {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    display: block;
    text-align: left;
    letter-spacing: 0.27px;
    color: #020300;
    opacity: 1;
  }
  .custom-listing .container .item.post-holder .inner .list-gas a span {
    position: relative;
  }
  .custom-listing .container .item.post-holder .inner .list-gas a span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(150%, -50%);
    color: #0069b3;
    transition: all ease-in-out 0.5s;
  }
  .custom-listing .container .item.post-holder .inner .list-gas a:hover {
    text-decoration: none;
  }
  .custom-listing
    .container
    .item.post-holder
    .inner
    .list-gas
    a:hover
    span:after {
    transform: translate(210%, -50%);
    transition: all ease-in-out 0.5s;
  }
}

#gas-details-body {
  position: relative;
}
#gas-details-body #tab-controller {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -60px);
  width: max-content;
  max-width: 95%;
  text-align: center;
}
#gas-details-body #tab-controller .tab {
  display: inline-block;
  background-color: #0069b3;
  padding: 15px 31px;
  min-width: 230px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  letter-spacing: 0.68px;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  position: relative;
}
#gas-details-body #tab-controller .tab span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  transition: 0.2s 0.1s;
}
#gas-details-body #tab-controller .tab:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s ease-out;
}
#gas-details-body #tab-controller .tab:hover {
  text-decoration: none;
  color: #0069b3;
}
#gas-details-body #tab-controller .tab:hover:before {
  height: 100%;
}
#gas-details-body #tab-controller .tab.active {
  color: #0069b3;
}
#gas-details-body #tab-controller .tab.active:before {
  height: 100%;
}
#gas-details-body .table-section {
  background-color: #f6f6f7;
  padding: 80px 0px;
  overflow-x: auto;
}
#gas-details-body .table-section .table-row {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: 1000px;
}
#gas-details-body .table-section .table-row .column {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px auto;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 10px;
}
#gas-details-body .table-section .table-row .column h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  padding: 2px 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0.54px;
  color: #4b4b4b;
  opacity: 1;
}

#gas-details-body .table-section .table-row .column p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  padding: 2px 0;
  width: 100%;
  opacity: 1;
  text-align: left;
  letter-spacing: 0px;
  color: #484848;
  opacity: 1;
  margin-bottom: 0px;
}
#gas-details-body .table-section .table-row .column p.empty {
  width: 100%;
  text-align: center;
}
#gas-details-body .table-section .table-row .column.column-1 {
  border-left: 0px;
}
#gas-details-body .table-section .table-row .column.column-4 {
  border-right: 0px;
}
#gas-details-body .table-section .table-row .column:nth-of-type(2) p {
  text-align: center;
}
#gas-details-body .table-section .table-row:first-of-type .column {
  border-top: 0px;
}
#gas-details-body .table-section .table-row:last-of-type .column {
  border-bottom: 0px;
}
#gas-details-body .table-section .header {
  border-bottom: 2px solid #4b4b4b;
  margin-bottom: 20px;
}
#gas-details-body .table-section .header .column {
  border: none;
}
#gas-details-body .table-section .table-body {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
#gas-details-body .table-section .table-body .table-row .column {
  text-align: left !important;
}
#gas-details-body .tab-content {
  padding-top: 60px;
  display: none;
}
#gas-details-body .tab-content.active {
  display: block;
}
#gas-details-body #qoute-section {
  padding-bottom: 160px !important;
}

@media only screen and (max-width: 1000px) {
  #gas-details-body #tab-controller .tab {
    display: inline-block;
    min-width: 181px;
    font-size: 13px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #gas-details-body #tab-controller {
    transform: translate(-50%, -45px);
  }
  #gas-details-body #tab-controller .tab {
    display: inline-block;
    padding: 9px 21px;
    min-width: 250px;
    font-size: 13px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 510px) {
  #gas-details-body #tab-controller {
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 505px;
    position: relative;
  }
  #gas-details-body #tab-controller .tab {
    display: block;
    padding: 9px 21px;
    min-width: 250px;
    font-size: 13px;
    line-height: 28px;
    width: 100%;
  }
  #gas-details-body .tab-content {
    padding-top: 10px;
    display: none;
  }
  #gas-details-body .tab-content.active {
    display: block;
  }
}

.contacts {
  padding: 100px 20px 0px;
  max-width: 1200px;
  margin: auto;
}
.contacts.full-width {
    width: 100%;

}
.contacts .title {
  max-width: 550px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: calc(32px + 5 * ((100vw - 420px) / 860));
  letter-spacing: 0px;
  line-height: 50px;
  padding-bottom: 20px;
  position: relative;
  color: #333333;
  margin-bottom: 0px;
}
.contacts .contact-details {
  display: flex;
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.contacts .contact-details .col {
  flex: 1 1 33.333%;
  max-width: 33.3333%;
  text-align: left;
  background-color: white;
  padding: 25px 0;
  margin: 20px 0;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
.contacts .contact-details .contact-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.08px;
  color: #333333;
  opacity: 1;
  font-size: 19px;
  line-height: 35px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.contacts .contact-details  .contact-title.center{
    text-align: center;
  margin-bottom: 30px;

}
.contacts .contact-details  p {
  font-size: calc(13.5px + 2.5 * ((100vw - 420px) / 860));
  line-height: 32px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #464646;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.32px;
  color: #72787a;
  opacity: 1;
}
.contacts .contact-details  a {
  font-size: calc(13.5px + 2.5 * ((100vw - 420px) / 860));
  line-height: 32px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #464646;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.32px;
  color: #72787a;
  opacity: 1;
}
.contacts .contact-details  .socials {
  margin: 20px 0;
}
.contacts .contact-details  .socials a {
  display: inline-block;
  padding: 0px 10px;
  color: #0069b3;
  font-size: 25px;
}
.contacts .contact-details .socials a:first-of-type {
  padding-left: 5px;
}
.contacts .contact-details .socials a:last-of-type {
  padding-right: 5px;
}
.contacts .contact-details .socials a img {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .contacts .contact-details .col {
    text-align: center;
    padding: 15px 0;
    margin: 10px 0;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .contacts .contact-details .socials {
    text-align: left;
  }
}

.contact-form {
  background-color: #f9f9f9;
  padding: 80px 0;
}
.contact-form .form {
  text-align: center;
  max-width: 720px;
  margin: auto;
  padding: 0px 15px;
}
.contact-form .form .form-group {
  width: 100%;
}
.contact-form .form .form-group.textarea {
  height: max-content;
}
.contact-form .form .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  margin-bottom: 0px;
  opacity: 1;
  letter-spacing: -0.88px;
  color: #333333;
  opacity: 1;
}
.contact-form .form .description {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 31px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  margin: 10px auto;
  opacity: 1;
  letter-spacing: 0.23px;
  color: #333333;
  opacity: 1;
  max-width: 85%;
}
.contact-form input[type="submit"] {
  max-width: 250px;
  padding: 13px 15px;
  color: #ffffff;
  opacity: 1;
  position: relative;
  z-index: 2;
  margin: 30px auto 10px;
}

@media only screen and (max-width: 660px) {
  .contact-form form {
    padding: 0px 5px !important;
  }
}

#footer {
  padding-top: 70px;
  padding-bottom: 30px;
  background: #0069b3 0% 0% no-repeat padding-box;
  color: #ffffff;
}
#footer .description {
  margin-bottom: 75px;
  max-width: 470px;
  color: #ffffff;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 1.15px;
}
#footer .col-md-2 {
  width: 20%;
}
#footer .footer-logo img {
  width:235px;
  margin: auto;
}
#footer h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  opacity: 1;
}
#footer h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  display: none;
}
#footer ul.links li {
  margin-bottom: 2px;
}
#footer ul.links li a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.75px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  text-align: left;
}
#footer ul.links li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#footer ul.links li a:hover {
  text-decoration: none;
}
#footer ul.links li a:hover:after {
  width: 100%;
}
/* #footer ul.links li a.mobile {
  font-family: "FuturaLtBT";
} */
#footer p {
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
}
#footer p a {
  color: inherit;
  position: relative;
  display: inline-block;
}
#footer p a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#footer p a:hover:after {
  width: 100%;
}
#footer p a i {
  display: inline-block;
  margin-right: 10px;
}
#footer .fsocials {
      display: flex;
    align-items: center;
  margin-bottom: 35px;
}
#footer .fsocials li {
  display: inline-block;
  margin-right: 35px;
}
#footer .fsocials li:last-child {
  margin-right: 0px;
}
#footer .fsocials li a i {
  font-size: 25px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: #ffffff;
}
#footer .fsocials li a:hover i {
  color: #ffffff;
}
#footer .bottom-footer {
  margin-top: 60px;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.75px;
  color: #ffffff;
  opacity: 1;
}
#footer .bottom-footer .powered {
  text-align: right;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}
#footer .bottom-footer .powered a {
  color: #ffffff;
}
#footer .bottom-footer .powered a:hover {
  opacity: 0.7;
}
#footer .bottom-footer .powered a:focus {
  text-decoration: none;
}
#footer .bottom-footer .powered span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#footer .bottom-footer .powered img {
  vertical-align: middle;
}
#footer .bottom-footer .powered svg {
  display: inline-block;
      fill: white;

}
#footer form.newsletter {
  margin-bottom: 30px;
}
#footer form.newsletter .input-group {
  position: relative;
}
#footer form.newsletter .input-group input[type="email"] {
  font-family: "Futura PT Book";
  font-weight: 300;
  font-size: 17px;
  color: #ffffff;
  height: 64px;
  border: 2px solid #fff;
  padding: 6px 17px;
  padding-right: 17px;
  padding-right: 163px;
  font-family: "Futura PT Book";
  width: 100%;
  background-color: transparent;
  text-align: left !important;
}
#footer form.newsletter .input-group .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
}
#footer form.newsletter .input-group button[type="submit"] {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: 0;
  width: 146px;
  height: 64px;
  border: 2px solid #fff;
  background-color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
}

#footer-accordion {
  border: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
#footer-accordion h3 {
  padding-left: 0px;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 10;
  font-size: 20px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  opacity: 1;
  width: 100%;
}
#footer-accordion h3:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  position: absolute;
  right: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
#footer-accordion h3:focus {
  outline: none;
  outline: none !important;
}
#footer-accordion h3:hover {
  cursor: pointer;
  color: #ffffff;
  cursor: pointer;
}
#footer-accordion h3:last-child {
  border-bottom: 0 !important;
}
#footer-accordion h3.ui-state-active:after {
  content: "\f068";
}
#footer-accordion .column {
  padding: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer {
    padding-top: 40px;
    text-align: center;
  }
  #footer .description {
    margin-top: 25px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 50px auto 50px;
  }
  #footer .footer-logo img {
    width: 200px;
  }
  #footer h4 {
    font-size: 16px;
    line-height: 34px;
    margin-top: 30px;
  }
  #footer h3 {
    display: block;
  }
  #footer ul.links {
    text-align: left;
  }
  #footer ul.links li a {
    font-size: 17px;
    line-height: 22px;
  }
  #footer ul.links li a.mobile {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: none;
  }
  #footer-accordion h4 {
    display: none;
  }
  #footer-accordion .column {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 40px;
    text-align: center;
  }
  #footer .description {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    width: auto;
    margin: 25px auto;
  }
  #footer .footer-logo img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer h4 {
    font-size: 16px;
    line-height: 33px;
    margin-top: 30px;
  }
  #footer h3 {
    display: block;
  }
  #footer ul.links {
    text-align: left;
  }
  #footer ul.links li a {
    font-size: 18px;
    line-height: 22px;
  }
  #footer .bottom-footer {
    font-size: 14px;
    line-height: 21px;
    margin-top: 25px;
  }
  #footer .bottom-footer .copyright span {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #footer form.newsletter .input-group input[type="email"] {
    padding-right: 117px;
    font-size: 15px;
    height: 55px;
  }
  #footer form.newsletter .input-group .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  #footer form.newsletter .input-group button[type="submit"] {
    width: 100px;
    font-size: 15px;
    height: 55px;
    line-height: 53px;
  }
  #footer-accordion h4 {
    display: none;
  }
  #footer-accordion .column {
    padding: 0px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .description {
    font-size: 28px;
    line-height: 37px;
  }
  #footer h4 {
    font-size: 17px;
    line-height: 35px;
  }
  #footer ul.links li a {
    font-size: 14px;
    line-height: 23px;
  }
  #footer ul.links li a.mobile {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: none;
  }
  #footer .fsocials li {
    margin-right: 15px;
  }
  #footer .fsocials li a i {
    font-size: 24px;
  }
  #footer .bottom-footer .powered {
    font-size: 13px;
  }
  #footer .bottom-footer .powered span {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer h4 {
    font-size: 17px;
    line-height: 36px;
  }
  #footer ul.links li a {
    font-size: 14px;
    line-height: 23px;
  }
  #footer ul.links li a.mobile {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: none;
  }
}

@media (max-width: 991px) {
  #footer p {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  #footer .fsocials {
    margin: 25px auto;
  }
  #footer .bottom-footer .powered {
    font-size: 14px;
    position: relative;
    text-align: center;
    margin-top: 10px;
    right: 0px;
    top: 0;
    transform: none;
  }
}

@keyframes bloom {
  0% {
    filter: grayscale(0.8);
  }
  40% {
    filter: grayscale(0);
  }
  100% {
    filter: grayscale(0);
  }
}

@keyframes circle {
  0% {
    opacity: 0.5;
    background: #0069b3;
  }
  40% {
    opacity: 0.8;
    background: #0069b3;
  }
  100% {
    width: 200%;
    height: 200%;
  }
}

.after-fadeInDown {
  -webkit-animation-name: after-fadeInDown;
  animation-name: after-fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes after-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes after-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
  }
  100% {
    opacity: 1;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

* {
  border: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  quotes: none;
  text-decoration: none;
  vertical-align: baseline;
}

body,
html {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 992px) {
  .hide-mobile {
    display: none !important;
  }
}

.view-all {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.63px;
  color: #cacaca;
  opacity: 1;
  margin: 50px auto 10px;
  display: block;
  position: relative;
  width: max-content;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
}
.view-all::after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #cacaca;
  transform: translateX(-250%);
  transition: all ease-in-out 0.5s;
}
.view-all::before {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #cacaca;
  transform: translateX(-50%);
  transition: all ease-in-out 0.5s;
}
.view-all:hover {
  color: #cacaca;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
.view-all:hover::after {
  transform: translateX(-50%);
  transition: all ease-in-out 0.5s;
}
.view-all:hover::before {
  transform: translateX(250%);
  transition: all ease-in-out 0.5s;
}

@media only screen and (max-width: 992px) {
  .view-all {
    font-size: 19px;
    line-height: 24px;
    margin: 10px auto 10px;
  }
}

nav.page-pagination {
  display: block;
  padding-top: 0px;
  text-align: center;
  width: 100%;
}
nav.page-pagination .inner {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(41, 46, 58, 0.08);
  padding-top: 22px;
  width: 100%;
}
nav.page-pagination .inner .numbers {
  font-family: "Poppins", sans-serif;
  font-size: 10.5px;
  line-height: 11px;
  font-size: 0.65625rem;
  line-height: 0.6875rem;
  letter-spacing: 0.185em;
  line-height: 1.325rem;
  text-transform: uppercase;
}
nav.page-pagination .inner .page-numbers {
  display: inline-block;
  margin: 0 5px;
  height: 35px;
  width: 40px;
  color: #7e7e7e;
  border-bottom: 0px solid transparent;
  transition: all ease-in-out 0.2s;
}
nav.page-pagination .inner .page-numbers:hover {
  text-decoration: none;
  border-bottom: 2px solid #2d2924;
  transition: all ease-in-out 0.2s;
}
nav.page-pagination .inner .current {
  border-bottom: 2px solid #2d2924;
  color: #2d2924;
}
nav.page-pagination .inner .next.page-numbers,
nav.page-pagination .inner .prev.page-numbers {
  margin: 0 10px;
  position: relative;
  width: 40px;
  height: 60px;
  padding-top: 0px;
  transition: all ease-in-out 0.9s;
}
nav.page-pagination .inner .next.page-numbers:hover,
nav.page-pagination .inner .prev.page-numbers:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  transition: all ease-in-out 0.9s;
}
nav.page-pagination .inner .next.page-numbers:hover {
  transform: translateX(10px);
}

nav.page-pagination .inner .prev.page-numbers:hover {
  transform: translateX(-10px);
}

nav.page-pagination .inner .next.page-numbers a,
nav.page-pagination .inner .prev.page-numbers a {
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
nav.page-pagination .inner .next.page-numbers i.arrow svg,
nav.page-pagination .inner .prev.page-numbers i.arrow svg {
  bottom: -4px;
  left: -3px;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
nav.page-pagination .inner .next.page-numbers i.arrow svg path,
nav.page-pagination .inner .prev.page-numbers i.arrow svg path {
  stroke: #0069b3;
}
nav.page-pagination .inner .next.page-numbers i.arrow:before,
nav.page-pagination .inner .prev.page-numbers i.arrow:before {
  background: #0069b3;
  content: "";
  bottom: 0;
  left: -16px;
  position: absolute;
  width: 16px;
  height: 2px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
nav.page-pagination .inner .prev i.arrow {
  top: 17px;
  left: 13px;
  position: absolute;
  transform: rotate(180deg);
}
nav.page-pagination .inner .next i.arrow {
  top: 17px;
  left: 28px;
  position: absolute;
}

@media (min-width: 768px) {
  nav.page-pagination .numbers {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
}

@media (min-width: 1024px) {
  nav.page-pagination {
    padding-top: 35px;
  }
}

@media (max-width: 550px) {
  nav.page-pagination .inner .page-numbers {
    display: none;
  }
  nav.page-pagination .inner .page-numbers:first-of-type {
    display: inline-block;
  }
  nav.page-pagination .inner .page-numbers:last-of-type {
    display: inline-block;
  }
  nav.page-pagination .inner .current {
    display: inline-block;
    border-bottom: 2px solid #212121;
    color: #2d2924;
  }
}

.loaded .loading-wrap {
  display: none;
}

.loading-wrap {
  width: 150px;
  height: 150px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #0069b3;
  z-index: 999999999999999999999999999999;
}
.loading-wrap:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  background-color: #0069b3;
}
.loading-wrap .dot {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
  border-radius: 50%;
  transform-origin: center;
}
.loading-wrap .dot.dot-1 {
  animation: loading-animation 1s infinite alternate 250ms;
}
.loading-wrap .dot.dot-2 {
  animation: loading-animation 1s infinite alternate 500ms;
}
.loading-wrap .dot.dot-3 {
  animation: loading-animation 1s infinite alternate 750ms;
}
.loading-wrap .dot.dot-4 {
  animation: loading-animation 1s infinite alternate 1000ms;
}
.loading-wrap .dot.dot-5 {
  animation: loading-animation 1s infinite alternate 1250ms;
}
.loading-wrap .dot.dot-6 {
  animation: loading-animation 1s infinite alternate 1500ms;
}
.loading-wrap .dot.dot-7 {
  animation: loading-animation 1s infinite alternate 1750ms;
}
.loading-wrap .dot.dot-8 {
  animation: loading-animation 1s infinite alternate 2000ms;
}
.loading-wrap .dot-1 {
  top: 0;
  left: 0;
  background-color: #f2f2f2;
}
.loading-wrap .dot-2 {
  top: 0;
  left: 40%;
  background-color: #f2f2f2;
}
.loading-wrap .dot-3 {
  top: 0;
  left: 80%;
  background-color: #f2f2f2;
}
.loading-wrap .dot-4 {
  top: 40%;
  left: 80%;
  background-color: #f2f2f2;
}
.loading-wrap .dot-5 {
  top: 80%;
  left: 80%;
  background-color: #f2f2f2;
}
.loading-wrap .dot-6 {
  top: 80%;
  left: 40%;
  background-color: #f2f2f2;
}
.loading-wrap .dot-7 {
  top: 80%;
  left: 0%;
  background-color: #f2f2f2;
}
.loading-wrap .dot-8 {
  top: 40%;
  left: 0%;
  background-color: #f2f2f2;
}

@keyframes loading-animation {
  from {
    opacity: 0.2;
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}

.wpcf7-form.init p {
  margin-bottom: 0rem !important;
}

.custom-listing .container .item.post-holder .inner .description ul li {
  list-style: none;
  margin-left: 25px;
  font-size: calc(13.5px + 2.5 * ((100vw - 420px) / 860));
  letter-spacing: -0.0125em;
  line-height: 1.77em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1px;
  margin: 11px 0px;
}
.custom-listing .container .item.post-holder .inner .description ul li strong {
  color: #0069b3 !important;
  font-weight: 500;
}
.custom-listing .container .item.post-holder .inner .description ul li::before {
  content: "•  ";
  color: #0069b3;
  font-size: 21px;
}







.contacts .contact-details .col p {
    padding-left: 25px;
    position: relative;
}



.contacts .contact-details .col p:after {
    position: absolute;
    left: 0;
    top: 0px;
    content: "•";
  color: #0069b3;
  font-size: 27px;
}


.wpcf7-form-control-wrap {
      width: 100%;
    position: unset !important;

}


.contacts .contact-details p {
        max-width: 90%;

}



#cookie-notice {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9997;
    position: fixed;
    min-width: 100%;
    height: auto;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    bottom: 0;
    
    display: none; }
    @media only screen and (max-width: 767.98px) {
      #cookie-notice {
        display: none; } }
    #cookie-notice.slide-up {
      -webkit-animation-name: slideInUp;
      animation-name: slideInUp;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      display: block !important; }
    #cookie-notice.slide-down {
      -webkit-animation-name: slideOutDown;
      animation-name: slideOutDown;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      opacity: 0; }
    #cookie-notice-in {
      padding: 10px 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #cookie-notice-in {
          padding: 15px 50px; } }
      @media only screen and (max-width: 767.98px) {
        #cookie-notice-in {
          padding: 15px 40px; } }
    #cookie-notice .notice-text, #cookie-notice .notice-btns {
      display: inline-block; }
    #cookie-notice p {
      margin-bottom: 6px;
      color: #fff;
      font-size: 14px; 
      font-family: "Poppins", sans-serif;
      font-weight: 300;
    
    }
      #cookie-notice p a {
        text-decoration: underline;
        color: #fff; }
        #cookie-notice p a:hover {
          text-decoration: none; }
    #cookie-notice .notice-btns a {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      text-align: center;
      display: inline-block;
      cursor: pointer;
      touch-action: manipulation;
      white-space: nowrap;
      outline: 0;
      box-shadow: none;
      text-shadow: none;
      border: none;
      border-radius: 3px;
      background: #0069b3 ;
      color: #fff;
      padding: 3px 10px;
      margin: 0 0 0 10px; 
      font-family: "Poppins", sans-serif;
      font-weight: 500;
    
    }
      #cookie-notice .notice-btns a:hover {
        background-color: #000;
        color: #ffffff;
        box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05); }
    #cookie-notice #close-notice {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -10px;
      width: 15px;
      height: 15px;
      opacity: .5;
      padding: 10px;
      outline: 0; }
      #cookie-notice #close-notice:before, #cookie-notice #close-notice:after {
        position: absolute;
        content: ' ';
        height: 15px;
        width: 2px;
        top: 3px;
        background-color: #fff; }
      #cookie-notice #close-notice:before {
        transform: rotate(45deg); }
      #cookie-notice #close-notice:after {
        transform: rotate(-45deg); }
      #cookie-notice #close-notice:hover {
        opacity: 1; }
  



  #sitemap ul li{
    background:url(../img/ico/bullet.png) top 10px left 0 no-repeat}#sitemap ul li a{padding-left:15px;padding-top:5px;padding-bottom:5px;font-family:Poppins,sans-serif;font-size:15px;line-height:22px;font-display:swap;font-weight:300;display:block;text-align:left;letter-spacing:0;color:#1b1b1b;opacity:1;text-decoration:none}#sitemap ul li a:hover{color:#0069b3 }#sitemap ul{margin-bottom:45px}#sitemap h3{font-family:Poppins,sans-serif;font-size:26px;font-weight:600;line-height:35px;letter-spacing:-1.95px;position:relative;display:block;opacity:1;color:#1b1b1b;font-display:swap;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #ddd}@media screen and (min-width:1280px){#sitemap h3{font-size:22px;line-height:30px}}@media (max-width:600px){#sitemap h3{font-size:18px;font-weight:600;line-height:26px}}@media screen and (max-width:550px){#sitemap h3{font-size:28px;line-height:36px}}