@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
  background: #000 !important;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  text-align: center;
  z-index: 1050;
  background: none !important;
}

a {
  outline: none;
}

.vbox-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

iframe.venoframe.vbvid.figlio {
  background-color: #000000 !important;
}

@media (min-width: 768px) {
  .venoframe,
  .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe,
  .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .venoframe.vbvid {
    width: 1200px;
    height: 672px;
  }
  /* 
  Please do NOT edit this part! 
  or at least read this note: http://i.imgur.com/7C0ws9e.gif
  */
  .vbox-open {
    overflow: hidden;
  }
  .vbox-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;
  }
  .vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
  }
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: "\f001";
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #e6e6e6;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #f9a63f;
}

.flex-control-paging li a.flex-active {
  background: #f9a63f;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.33% - 26.67px);
}

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

.grid_6 {
  width: 50%;
  width: calc(50% - 20px);
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid {
  display: grid;
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.grid.five {
  grid-template-columns: repeat(5, auto);
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #FFFFFF;
}

img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #2C6FAC;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.bg_green {
  background: #339999;
}

body.no_scroll {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

p {
  margin: 0;
  max-width: 100%;
  line-height: 1.4;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-align: left;
  font-weight: 600;
  color: #FFFFFF;
}

h1 {
  font-weight: 600;
  font-size: 36px;
}

h2 {
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  font-size: 32px;
}
h2.quote {
  font-size: 24px;
}
h2.quote span {
  font-size: 0.6em;
  display: block;
  margin-top: 1em;
}
h2.quote span:last-child {
  margin-top: 0;
}

h3 {
  font-size: 26px;
  font-weight: 400;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

.p20 {
  padding: 20px;
}

.pl130 {
  padding-left: 130px;
  padding-left: 7vw;
}

.pl120 {
  padding-left: 6.5vw;
}

.pl20 {
  padding-left: 20px;
}

.pr120 {
  padding-right: 6.5vw;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pr130 {
  padding-right: 130px;
  padding-right: 7vw;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt180 {
  padding-top: 180px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt220 {
  padding-top: 11.5vw;
}

.pt240 {
  padding-top: 12.5vw;
}

.pb240 {
  padding-bottom: 12.5vw;
}

.pb220 {
  padding-bottom: 11.5vw;
}

nav {
  padding: 0;
}

/* nav_toggle */
#nav_toggle {
  cursor: pointer;
  width: 30px;
  display: block;
  height: 24px;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #FFFFFF;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -10px;
}

#nav_toggle span:after {
  bottom: -10px;
}

#nav_toggle.active span {
  background-color: transparent !important;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  background: #FFFFFF;
  top: 0;
}

#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

input,
label,
textarea,
select {
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
  padding: 15px 20px;
  width: 100%;
  color: #FFFFFF;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 2px solid;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: block;
}

label {
  font-weight: 600;
  font-size: 20px;
  border: none;
  margin-bottom: 0;
  text-transform: uppercase;
}

textarea {
  height: 100px;
  max-width: 100%;
}

.btn.b_submit {
  font-weight: 600;
  border: none;
  text-align: center;
  padding: 10px 0;
  margin-left: 0;
  font-size: 18px;
  width: 130px;
}

select {
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

select option {
  padding: 10px 0;
  background: #2C6FAC;
  color: #FFFFFF;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

.privacy {
  font-size: 14px;
}

.chk_holder {
  margin: 0 auto 10px auto;
  color: #FFFFFF;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFFFFF;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #FFFFFF;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #FFFFFF;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project {
  color: #FFFFFF;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #000000;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #000000;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #000000;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #000000;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #FFFFFF;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  position: absolute;
  bottom: 0;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.bold {
  font-weight: 700;
}

.book {
  font-weight: 400;
}

.ls2 {
  letter-spacing: 2px;
}

.fs60 {
  font-size: 60px;
}

.fs50 {
  font-size: 50px;
}

.fs40 {
  font-size: 40px;
}

.fs36 {
  font-size: 36px;
}

.fs32 {
  font-size: 32px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex.align_stretch {
  align-items: stretch;
}
.flex .col {
  flex-direction: column;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.col_gap_10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.col_gap_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.col_gap_30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.col_gap_40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col_gap_60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.col_gap_80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row_gap_10 {
  row-gap: 10px;
}

.row_gap_20 {
  row-gap: 20px;
}

.row_gap_40 {
  row-gap: 40px;
}

.row_gap_50 {
  row-gap: 50px;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_block {
  display: inline-block;
}

.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

.center-align {
  text-align: center;
}

.float_right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.mob {
  display: none;
}

.w1680 {
  width: 1680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1465 {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1385 {
  width: 1385px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1360 {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1150 {
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1100 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1000 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1020 {
  width: 1020px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w980 {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w840 {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w850 {
  width: 850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w580 {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w525 {
  width: 525px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w440 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w770 {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w650 {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w200 {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w235 {
  width: 235px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w880 {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w620 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w675 {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w340 {
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mb25 {
  margin-bottom: 25px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml_auto {
  margin-left: auto;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.max_w580 {
  max-width: 580px;
  width: calc(100% - 40px);
}

.center_align {
  text-align: center;
}
.center_align p {
  text-align: center;
}

.relate {
  position: relative;
}

.static {
  position: static;
}

.pt100 {
  padding-top: 100px;
}

.pt170 {
  padding-top: 170px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt150 {
  padding-top: 150px;
  padding-top: 8vw;
}

.pt80 {
  padding-top: 80px;
  padding-top: 5vw;
}

.pb190 {
  padding-bottom: 190px;
}

.pt30 {
  padding-top: 30px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pl50 {
  padding-left: 50px;
}

.pr70 {
  padding-right: 70px;
}

.pt50 {
  padding-top: 50px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ml50vw {
  margin-left: 50vw;
}

.pl150 {
  padding-left: 150px;
  padding-left: 8vw;
}

.pr150 {
  padding-right: 150px;
  padding-right: 8vw;
}

.b50 {
  bottom: 50px;
}

.r100 {
  right: 100px;
}

.l100 {
  left: 100px;
}

.mr0 {
  margin-right: 0;
}

.ml_auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr150 {
  margin-right: 8vw !important;
}

.mr50vw {
  margin-right: 50vw !important;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white {
  color: #FFFFFF;
}

.lazy_load {
  display: block;
}

.block {
  display: block;
}

.mb180 {
  margin-bottom: 180px;
}

.pl60 {
  padding-left: 60px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pr190 {
  padding-right: 10vw;
}

.pl225 {
  padding-left: 11.5vw;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr60 {
  padding-right: 60px;
}

.pt130 {
  padding-top: 130px;
}

.pb150 {
  padding-bottom: 150px;
}

.bg {
  background-position: center;
  background-size: cover;
}

.bg_img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullH {
  height: 100%;
}

.object_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ipad {
  display: none;
}

.med {
  font-weight: 500;
}

.fully-video {
  position: relative;
  width: 100%;
}
.fully-video .bg-video {
  position: absolute;
  height: 100vw;
  width: 135vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: cover;
}
@media screen and (orientation: portrait) {
  .fully-video .bg-video {
    height: 100vh;
    width: 185vh;
  }
}

.bb {
  border-bottom: 1px solid;
}

.bt {
  border-top: 1px solid;
}

.bw2 {
  border-width: 2px;
}

.bg_black {
  background: #000000;
}
.bg_black * {
  color: #FFFFFF;
}

.bg_white {
  background: #FFFFFF;
}

.tab {
  display: none;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  background: #000000;
  opacity: 0.25;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay2 {
  position: relative;
}
.overlay2::after {
  content: "";
  position: absolute;
  background: #000000;
  opacity: 0.15;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.z1 {
  z-index: 1;
}

.fullH {
  height: 100%;
}

ul.dash {
  list-style: none;
}
ul.dash li {
  padding-left: 20px;
  position: relative;
}
ul.dash li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  margin: auto;
  width: 5px;
  height: 1px;
  background: #FFFFFF;
}

ul.bullet {
  list-style-type: disc;
  padding-left: 20px;
}

@keyframes bounce {
  0% {
    bottom: 0;
  }
  30% {
    bottom: -15px;
  }
}
.select_arrow {
  position: relative;
}
.select_arrow:after {
  right: 20px;
  top: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  z-index: -1;
  content: "";
}

#cms-content ul {
  margin-left: 1em;
}

.black {
  color: #000000;
}

.right_arrow {
  position: relative;
}
.right_arrow:after {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.right_arrow:before {
  width: 28px;
  height: 2px;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
}

.reg {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.btn {
  text-align: center;
  font-size: 18px;
  font-size: 20px;
  font-weight: 600;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #339999;
  padding: 10px 30px;
  padding: 10px 50px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.btn.bg_blue {
  background: #2C6FAC;
}

#filtered_content .btn {
  padding: 6px 40px;
  font-size: 16px;
}

.bg_green {
  background: #339999;
}

.learn {
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

#ticker_wrapper {
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
  border-top: 1px solid #FFFFFF;
}
#ticker_wrapper .ticker {
  display: flex;
  justify-content: flex-start;
}
#ticker_wrapper .ticker.animate .ticker__list {
  animation: ticker 60s infinite linear;
  -webkit-animation-timing-function: ticker 10s infinite linear;
}
#ticker_wrapper .ticker__list {
  display: flex;
  margin: 0;
  justify-content: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
#ticker_wrapper .ticker:hover .ticker__list {
  animation-play-state: paused;
}
#ticker_wrapper .ticker__item {
  width: 160px;
  display: flex;
  align-items: center;
}
#ticker_wrapper .ticker__item:last-child {
  margin-right: 60px;
}
#ticker_wrapper .ticker__item img {
  width: 100%;
  filter: grayscale(1);
}
#ticker_wrapper .ticker__item img:hover {
  filter: grayscale(0);
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: #339999;
  transition: all 1.5s ease;
}
#preloader img {
  transition: all 1.5s ease;
}
#preloader.bg_blue {
  background: #2C6FAC;
}
#preloader.bg_blue img {
  opacity: 0.5;
}
#preloader.bg_green {
  background: #339999;
}
#preloader.bg_green img {
  opacity: 1;
}
#preloader.hide {
  transition: all 1s ease;
  opacity: 0;
}

#landing {
  width: 100%;
  height: 100vh;
}
#landing.overlay:after {
  z-index: 3;
}
#landing .flexslider .slides li img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing .caption {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#landing .caption.hide {
  opacity: 0;
}
#landing .caption {
  position: absolute;
  bottom: 300px;
  left: 90px;
  margin: auto;
  margin-left: 0;
  z-index: 4;
}
#landing .caption h1 {
  text-align: left;
}

#scroll_btn {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: auto;
  width: 138px;
  opacity: 0;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  -webkit-transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  -ms-transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  z-index: 2;
  padding-bottom: 42px;
  display: none;
}
#scroll_btn.show {
  opacity: 1;
}
#scroll_btn .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
  opacity: 0;
}
#scroll_btn .arrow.bounce {
  animation: bounce 1s infinite;
  opacity: 1;
  transition: all 0.6s ease;
}
#scroll_btn .arrow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  margin-bottom: 0;
  width: 2px;
  height: 30px;
  background: #FFFFFF;
}
#scroll_btn .arrow::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}

#page-home header {
  top: -126px;
}
#page-home header.show {
  top: 0;
}

header {
  padding: 40px 100px;
  padding: 30px 100px;
  position: fixed;
  left: 0;
  z-index: 9;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
header.show {
  top: 0;
  background: #339999;
}
header .logo {
  width: 180px;
  width: 135px;
  display: block;
  transition: all 0.3s ease;
}
header nav {
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 825px;
  width: 665px;
}
header #nav {
  width: 100%;
}
header #nav li {
  list-style: none;
}
header #nav li.has_subnav {
  position: relative;
  padding-right: 30px;
}
header #nav li.has_subnav:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
header #nav li.has_subnav .sub_nav {
  position: absolute;
  z-index: 4;
  padding: 60px 30px 20px;
  left: 0;
  top: 100%;
  background: #339999;
  visibility: hidden;
  opacity: 0;
  min-width: calc(100% + 50px);
}
header #nav li.has_subnav .sub_nav > .flex {
  row-gap: 15px;
}
header #nav li.has_subnav .sub_nav h5 {
  font-size: 16px;
  font-weight: 600;
}
header #nav li.has_subnav .sub_nav a {
  font-size: 14px;
  font-weight: 400;
}
header #nav li.has_subnav.hovered:after {
  transform: rotate(45deg) scale(-1);
}
header #nav li.has_subnav.hovered .sub_nav {
  visibility: visible;
  opacity: 1;
}
header #nav li.has_subnav.hovered .sub_nav a:hover {
  font-weight: 600;
}
header #nav a {
  color: #FFFFFF;
  font-size: 18px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
header #nav a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #FFFFFF;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
}
header #nav a:hover:after {
  width: 100%;
}

.tel {
  font-size: 26px;
  font-size: 20px;
  font-weight: 600;
}

#page-jobs.details header {
  background: #339999;
}

#nav_toggle {
  display: none;
}

.footer_nav a {
  position: relative;
}
.footer_nav a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #FFFFFF;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
}
.footer_nav a:hover:after {
  width: 100%;
}

#page-home #nav a.home:after,
#page-home #footer_nav a.home:after {
  width: 100%;
}

#page-solutions #nav a.solutions:after,
#page-solutions #footer_nav a.solutions:after {
  width: 100%;
}

#page-care #nav a.care:after,
#page-care #footer_nav a.care:after {
  width: 100%;
}

#page-about #nav a.about:after,
#page-about #footer_nav a.about:after {
  width: 100%;
}

#page-jobs #nav a.jobs:after,
#page-jobs #footer_nav a.jobs:after {
  width: 100%;
}

#page-join #nav a.join:after,
#page-join #footer_nav a.join:after {
  width: 100%;
}

#page-contact #nav a.contact:after,
#page-contact #footer_nav a.contact:after {
  width: 100%;
}

#job_flyer {
  position: absolute;
  padding: 30px 30px 40px;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
}
#job_flyer .btn {
  border: 1px solid;
  background: none;
}

.parallax {
  position: relative;
  padding: 160px 100px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.parallax .bg_img {
  z-index: -1;
}

#page-solutions .parallax {
  padding-top: 80px;
  padding-bottom: 80px;
}

#page-care .parallax {
  padding-top: 80px;
  padding-bottom: 80px;
}

#page-jobs .parallax {
  padding-top: 140px;
  padding-bottom: 100px;
}

footer p {
  font-size: 14px;
}

.toggle_btn {
  cursor: pointer;
}
.toggle_btn.disabled {
  pointer-events: none;
}

.plus {
  position: relative;
}
.plus:before, .plus:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  margin: auto;
  width: 12px;
  background: #FFFFFF;
  transition: all 0.6s ease;
}
.plus:after {
  transform: rotate(90deg);
}
.plus.minus:before {
  opacity: 0;
}
.plus.minus:after {
  transform: rotate(0);
}

#team_wrapper .wrapper {
  transition: all 0.6s ease;
}

#search_form {
  grid-template-columns: 1fr 1.25fr 0.75fr 1.25fr 0.5fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
#search_form input,
#search_form select {
  margin-bottom: 0;
}
#search_form .btn {
  border-radius: 50px;
  padding: 15px 20px;
  border: none;
  font-size: 20px;
}

.btn.bg_lightblue {
  background: #71ACC8;
}

#filtered_content > div {
  border: 1px solid #FFFFFF;
  padding: 30px;
  position: relative;
  padding-bottom: 70px;
}
#filtered_content > div .btn {
  position: absolute;
  bottom: 30px;
}

#core_wrapper {
  grid-template-columns: auto auto auto;
}
#core_wrapper img {
  max-width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 60px;
}

#care_wrapper .grid_6 {
  width: 50%;
}

#enquire .grid {
  grid-template-columns: 1.1fr 3fr;
}
#enquire form ul.parsley-errors-list.filled li,
#enquire form ul.parsley-errors-list li {
  position: static;
  margin-top: 10px;
}
#enquire form .grid {
  margin-bottom: 20px;
  position: relative;
}
#enquire form input,
#enquire form select,
#enquire form textarea,
#enquire form label {
  font-size: 18px;
  padding: 10px 15px;
  font-family: "Poppins";
  margin: 0;
  text-transform: capitalize;
  max-width: 100%;
}
#enquire form textarea {
  height: 200px;
}

.popup-text {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99;
  overflow-y: scroll;
  background-color: #339999;
  transition: 1s;
  top: 0;
  padding: 100px 40px;
}
.popup-text.show {
  visibility: visible;
  opacity: 1;
}
.popup-text h2 {
  margin-bottom: 30px;
}
.popup-text p {
  margin-bottom: 20px;
}
.popup-text h3 {
  font-weight: 300;
  margin-bottom: 40px;
}
.popup-text h4 {
  margin-bottom: 25px;
  color: #fff;
}
.popup-text .close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  z-index: 50;
}
.popup-text .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}
.popup-text .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}
.popup-text .container {
  max-width: 1000px;
  width: 100%;
  text-align: left;
  margin: auto;
}

#th {
  text-align: center;
  font-family: "Poppins";
}

#thankyou_popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
  background: #2C6FAC;
}
#thankyou_popup a {
  text-transform: uppercase;
  font-weight: 600;
}

.line {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 2px;
  background: #FFFFFF;
}

#job_details .label {
  width: 120px;
  display: inline-block;
  font-weight: 600;
}
#job_details .right_side {
  border-left: 2px solid #fff;
  padding-left: 60px;
}

#sub_page_form .grid {
  grid-template-columns: 1fr 3fr;
}
#sub_page_form input:-webkit-input-placeholder,
#sub_page_form textarea:-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0;
}
#sub_page_form input::-webkit-input-placeholder,
#sub_page_form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0;
}
#sub_page_form input:-moz-placeholder,
#sub_page_form textarea:-moz-placeholder {
  color: #FFFFFF;
  opacity: 0;
}
#sub_page_form input::-moz-placeholder,
#sub_page_form textarea::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0;
}
#sub_page_form input:-ms-input-placeholder,
#sub_page_form textarea:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0;
}

.pos_bot_left {
  background-position: bottom left;
}

#page-nursing_promotion #landing .caption {
  left: auto;
  right: 100px;
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
}
#page-nursing_promotion #landing .caption h1 {
  text-align: center;
}

.obj_pos_bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.half {
  width: 50%;
}

.agree_label {
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}

#agree {
  width: 20px;
  height: 20px;
  padding: 0 !important;
  margin: 0;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
#agree + label {
  width: auto;
  margin: 0;
  padding: 0;
}

.nursing_form#sub_page_form .grid label {
  text-transform: initial;
  font-weight: 500;
  font-size: 14px;
}

#registeredNurse {
  margin-left: 0;
}

#postcode {
  width: 110px;
  margin-left: 0;
}

.nursing_form#sub_page_form .grid {
  grid-template-columns: 1fr 2fr;
}

.normal {
  font-weight: 400 !important;
}

select#registeredNurse {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

#page-nursing_promotion #landing {
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-color: #339999;
  background-position-x: 50px;
}

.flex {
  display: flex;
}
.flex .space-between {
  justify-content: space-between;
}
.flex .align-center {
  align-items: center;
}
.flex .column {
  flex-direction: column;
}

#generalpopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 153, 153, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#generalpopup .content-holder {
  background-color: rgb(51, 153, 153);
  padding: 50px 50px 0;
  width: 100%;
  max-width: 1000px;
  position: relative;
}
#generalpopup .content-holder img {
  display: block;
}
#generalpopup .content-holder a {
  border: 1px solid #fff;
  padding: 10px 30px;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
#generalpopup .content-holder .close-generalpopup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 10px;
  color: #fff;
  top: 10px;
  right: 10px;
  font-size: 16px;
  text-transform: uppercase;
  border: 0 none;
}

@media screen and (max-width: 1600px) {
  #sub_page_form .grid {
    grid-template-columns: 1fr 2fr;
  }
  #sub_page_form .grid label {
    font-size: 16px;
    padding: 10px 15px;
  }
  #sub_page_form .grid input,
  #sub_page_form .grid textarea,
  #sub_page_form .grid select {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1350px) {
  .nursing_form#sub_page_form .grid {
    grid-template-columns: 1fr 1.5fr;
  }
  header,
  #parallax {
    padding-left: 40px;
    padding-right: 40px;
  }
  #page-nursing_promotion #landing .caption {
    right: 0;
  }
  .pl100 {
    padding-left: 40px;
  }
  .pr100 {
    padding-right: 40px;
  }
  .col_gap_80 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  #sub_page_form .grid label {
    font-size: 16px;
    padding: 10px 15px;
  }
  #sub_page_form .grid input,
  #sub_page_form .grid textarea,
  #sub_page_form .grid select {
    font-size: 14px;
    padding: 10px 15px;
  }
  img#footer_logo {
    width: 120px;
  }
  footer p {
    font-size: 13px;
  }
  header nav {
    width: 600px;
  }
  header .logo {
    width: 120px;
  }
  header .col_gap_20 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  header #nav a {
    font-size: 13px;
  }
  .tel {
    font-size: 20px;
  }
  h1 {
    font-size: 30px;
  }
  #landing .center,
  #landing .caption {
    left: 40px;
    bottom: 80px;
  }
  .w340 {
    width: 280px;
  }
  #social_links img {
    max-width: 25px;
    max-height: 25px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5,
  .fs18 {
    font-size: 16px;
  }
  .fs32 {
    font-size: 30px;
  }
  .fs36 {
    font-size: 32px;
  }
  .fs24 {
    font-size: 22px;
  }
  .fs20 {
    font-size: 18px;
  }
  .col_gap_40 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #right_img {
    height: auto;
    position: sticky;
    top: 100px;
  }
  #search_form {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #search_form input,
  #search_form label,
  #search_form textarea,
  #search_form select {
    padding: 8px 13px !important;
    border-width: 1px;
    font-size: 16px;
  }
  #search_form label,
  #search_form .btn {
    font-size: 18px;
  }
  #search_form .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #page-nursing_promotion #landing .caption {
    right: auto;
  }
  .fs60 {
    font-size: 40px;
  }
  #filtered_content > div {
    padding: 30px;
  }
  #filtered_content > div .btn {
    position: static;
  }
  .desk {
    display: none;
  }
  .ipad {
    display: block;
  }
  .flex_on_tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  #job_details .flex {
    flex-direction: column;
    row-gap: 100px;
  }
  #job_details .flex .grid_4,
  #job_details .flex .grid_7 {
    width: 100%;
  }
  #job_details .right_side {
    border: none;
    padding-left: 0;
  }
  header {
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  header .logo {
    position: relative;
    transform: none !important;
    z-index: 9;
    top: 0;
    left: 0;
  }
  header .flex_on_tab {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  header #nav_toggle {
    z-index: 9;
    position: relative;
    display: block;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background: #2C6FAC;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 8;
    transform: translateX(100%);
    transition: all 0.6s ease;
  }
  header nav #nav {
    flex-direction: column;
  }
  header nav #nav .flex {
    flex-direction: column;
  }
  header nav #nav li {
    padding: 10px 0;
  }
  header nav #nav a {
    font-size: 20px;
  }
  header.active_nav nav {
    transform: none;
  }
  .flex.col_gap_40 {
    flex-direction: column;
    row-gap: 40px;
  }
  .grid_6,
  .half,
  .grid_4 {
    width: 100% !important;
  }
  #cms_content_wrapper {
    row-gap: 50px;
  }
  #care_wrapper .flex {
    flex-direction: column;
  }
  .grid.four, .grid.three, .grid.five, .grid.two {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .grid.one_col_on_tab {
    grid-template-columns: 1fr !important;
  }
  #core_wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  #search_form {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .w200 {
    width: 100%;
  }
  #right_img {
    position: static;
  }
  #generalpopup {
    padding: 10px;
  }
  #generalpopup .content-holder {
    flex-direction: column;
    padding: 80px 20px;
  }
  #generalpopup .content-holder img {
    display: none;
  }
  #generalpopup .content-holder a {
    border: 1px solid #fff;
    padding: 10px 30px;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
    display: block;
  }
  #generalpopup .content-holder .close-generalpopup {
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) {
  html body {
    font-size: 14px;
  }
  html body#page-nursing_promotion #landing {
    background-image: url(/images/nursing/hero_mob.png) !important;
    background-position: bottom center !important;
    background-size: auto 95% !important;
    background-repeat: no-repeat !important;
  }
  html body .fs60 {
    font-size: 30px;
  }
  html body .fs40 {
    font-size: 18px;
  }
  html body #filtered_content > div {
    padding: 20px;
  }
  html body #sub_page_form .grid {
    grid-template-columns: 1fr;
  }
  html body #sub_page_form .grid input,
  html body #sub_page_form .grid label,
  html body #sub_page_form .grid textarea,
  html body #sub_page_form .grid select {
    border-width: 1px;
  }
  html body .parallax {
    padding: 80px 20px 30px;
  }
  html body .mob {
    display: block;
  }
  html body header {
    padding: 20px;
  }
  html body header .tel {
    font-size: 16px;
  }
  html body header #nav li.has_subnav .sub_nav {
    position: fixed;
    top: initial;
    width: 100%;
    left: 0;
  }
  html body header #nav li.has_subnav .sub_nav ul {
    width: 100%;
    text-align: center;
  }
  html body header #nav li.has_subnav .sub_nav ul h5 {
    text-align: center;
  }
  html body #scroll_btn,
  html body .btn {
    font-size: 14px !important;
  }
  html body #parallax {
    padding-left: 20px;
    padding-right: 20px;
    background-attachment: scroll;
    background-size: cover;
  }
  html body .popup-text {
    padding: 80px 20px 40px;
  }
  html body .popup-text .close {
    overflow: hidden;
    width: 20px;
    height: 20px;
  }
  html body .pt100 {
    padding-top: 50px;
  }
  html body .pl100,
  html body .pl60 {
    padding-left: 20px;
  }
  html body .pr100,
  html body .pr60 {
    padding-right: 20px;
  }
  html body .col_gap_80 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  html body h1 {
    font-size: 26px;
  }
  html body #landing .caption {
    bottom: 40px;
    left: 0;
    padding: 0 20px;
  }
  html body .w340 {
    width: 100%;
  }
  html body #social_links img {
    max-width: 15px;
    max-height: 15px;
  }
  html body .pb150 {
    padding-bottom: 100px;
  }
  html body .pb100,
  html body .pb120 {
    padding-bottom: 70px;
  }
  html body h2 {
    font-size: 24px;
  }
  html body h3 {
    font-size: 20px;
  }
  html body h4 {
    font-size: 16px;
  }
  html body h5,
  html body .fs18 {
    font-size: 16px;
  }
  html body .fs32 {
    font-size: 26px;
  }
  html body .fs36 {
    font-size: 28px;
  }
  html body .fs24 {
    font-size: 18px;
  }
  html body .fs20 {
    font-size: 16px;
  }
  html body #ticker_wrapper {
    height: 100px;
  }
  html body #ticker_wrapper .ticker__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  html body #ticker_wrapper .ticker__list .ticker__item {
    width: 100px;
  }
  html body #approach_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  html body #approach_wrapper .toggle_btn {
    cursor: none;
  }
  html body #approach_wrapper p.max_w580 {
    display: block !important;
  }
  html body #approach_wrapper #right_img {
    display: none;
  }
  html body #enquire .grid {
    grid-template-columns: 1fr;
  }
  html body #enquire form input,
  html body #enquire form select,
  html body #enquire form textarea {
    font-size: 16px;
    border-width: 1px;
  }
  html body #enquire form label {
    font-size: 18px;
  }
  html body footer #footer_logo {
    width: 120px;
  }
  html body footer .pb80 {
    padding-bottom: 40px;
  }
  .auto-height {
    height: auto !important;
    background-size: 0;
  }
  .auto-height span {
    display: block;
    height: 60vw;
    background-size: cover;
    background-image: inherit;
    background-position: center;
  }
  .auto-height .caption {
    position: relative !important;
    padding: 70px 20px !important;
    bottom: auto !important;
  }
  .auto-height .fs32 {
    font-size: 22px !important;
  }
}/*# sourceMappingURL=style.css.map */