/*
 * Theme Name: Best Resources
 * Author: FX Web Studio
 * Author URI: http://www.fxwebstudio.com.au/
 * Version: 1.0.0
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Override Foundation
# Fonts
# Variables
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Toolbar
# Header
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Override Foundation
--------------------------------------------------------------*/
.row {
  max-width: 1200px; }

[class*="block-grid-"] {
  margin: 0; }

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: Helvetica Neue Light;
  src: url("fonts/HelveticaLTStd-Light.otf"); }
@font-face {
  font-family: Helvetica Neue;
  src: url("fonts/HelveticaLTStd-Roman.otf"); }
@font-face {
  font-family: Helvetica Neue Bold;
  src: url("fonts/HelveticaLTStd-Bold.otf"); }
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #8e8e8e;
  font-family: Raleway, "sans-serif";
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .5px;
  -ms-font-feature-settings: "ss02" 1;
  -webkit-font-feature-settings: "ss02" 1;
  -o-font-feature-settings: "ss02" 1;
  -moz-font-feature-settings: "ss02=1";
  font-feature-settings: "ss02" 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, "sans-serif"; }

h1 {
  text-align: left; }

.sub-heading {
  font-size: 45px;
  font-weight: 300; }
  .sub-heading:after {
    background-color: #127dac;
    content: "";
    background-color: #127dac;
    height: 5px;
    width: 75px;
    display: block;
    margin: 15px auto 25px; }

p {
  margin-bottom: 1.5em;
  font-weight: 300;
  font-family: Helvetica Neue Light;
  font-size: 14px;
  letter-spacing: .5px; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.blue-text {
  color: #127dac; }

.cta-blue-text {
  color: #47a6d0; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: square;
  font-size: 14px;
  font-family: Helvetica Neue Light;
  letter-spacing: .5px; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.mobile {
  display: none; }

.ticks {
  list-style: none;
  margin: 0 0 20px; }
  .ticks li {
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative; }
    .ticks li:before {
      content: "\f00c";
      font-family: FontAwesome;
      color: #8dc63f;
      margin-right: 20px;
      position: absolute;
      left: 0; }
    .ticks li:last-child {
      margin-bottom: 0; }

.accordion-btn {
  background-color: #eeeeee;
  color: #222222;
  cursor: pointer;
  font-size: 16px;
  margin: 5px 0 0;
  padding: 15px 20px;
  position: relative; }

.accordion-content {
  background-color: #fafafa;
  display: none;
  padding: 20px; }

.cs-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  margin: 0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #127dac;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 35px;
  text-transform: uppercase;
  border: 0 none;
  cursor: pointer;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #127dac;
  color: #ffffff;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  opacity: .8;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333;
  border: 1px solid #ccc;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.2;
  padding: .8em 1em;
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border: 1px solid #127dac;
  background-color: #ffffff;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }

/*Contact Form 7*/
span.wpcf7-not-valid-tip {
  margin-top: -15px; }

.page-template-page-contact .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.captcha > div {
  float: none;
  margin-left: 0;
  margin-top: 0;
  transform: scale(1); }

#enquiry div.wpcf7-validation-errors {
  clear: both;
  color: #fff; }

.captcha {
  margin-bottom: 20px; }
  .captcha iframe {
    width: 100 !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #127dac; }

a:hover,
a:focus,
a:active {
  opacity: .9;
  color: #127dac; }

a:hover,
a:active {
  outline: 0; }

.button-link {
  background-color: #127dac;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 0.5em 1.2em;
  text-align: center;
  text-transform: uppercase; }
  .button-link:hover {
    color: #ffffff; }

.read-more {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle; }
  .read-more:after {
    content: "";
    width: 16px;
    height: 16px;
    background-position: 0 -70px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    margin-left: 5px;
    top: -2px;
    position: relative; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  margin-top: 20px;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: right;
    font-family: Raleway, "sans-serif";
    letter-spacing: 0; }
    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
      z-index: 999;
      transition: 0s;
      opacity: 1;
      visibility: visible; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      z-index: -999;
      opacity: 0;
      text-align: left;
      padding: .7em 0 0;
      visibility: hidden; }
      .main-navigation ul ul a {
        width: 220px;
        color: #ffffff;
        line-height: 1.2;
        text-transform: uppercase; }
      .main-navigation ul ul li {
        background-color: #127dac;
        padding: 10px 20px 10px;
        margin: 0;
        position: relative; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
        .main-navigation ul ul li:last-child {
          margin-right: 0; }
          .main-navigation ul ul li:last-child a {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            border: 0 none;
            color: #ffffff;
            padding: 0; }
            .main-navigation ul ul li:last-child a:hover {
              color: #ffffff;
              background-color: transparent;
              opacity: .9; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
  .main-navigation li {
    display: inline-block;
    position: relative;
    margin: 0 35px 0 0; }
    .main-navigation li:last-child {
      margin-right: 0; }
      .main-navigation li:last-child a {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        border: solid 1px #127dac;
        color: #127dac;
        padding: 10px 30px; }
        .main-navigation li:last-child a:hover {
          color: #ffffff;
          background-color: #127dac;
          opacity: 1; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #606060;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px; }
    .main-navigation a:hover {
      opacity: .8;
      transition: 0.15s all;
      -moz-transition: 0.15s all;
      -webkit-transition: 0.15s all;
      -o-transition: 0.15s all; }
  .main-navigation .current-menu-item a {
    position: relative; }
    .main-navigation .current-menu-item a:hover {
      opacity: 1; }
  .main-navigation .current-menu-item ul li:after {
    display: none; }
  .main-navigation .current-menu-parent > a {
    color: #127dac; }
  .main-navigation .sub-menu .current-menu-item a {
    color: #ffffff; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 3.5em 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ws-short {
  padding: 3em 0; }

.ws-tall {
  padding: 5em 0; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Toolbar
--------------------------------------------------------------*/
#toolbar {
  font-size: 10px;
  background-color: #127dac;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 7px 0; }
  #toolbar .sm-heading, #toolbar a {
    display: inline-block;
    vertical-align: middle; }
  #toolbar .sm-heading {
    text-transform: uppercase;
    font-weight: 700; }
  #toolbar .links {
    display: inline-block;
    margin-left: 3em; }
    #toolbar .links a {
      margin-right: 15px; }
  #toolbar .facebook {
    width: 5px;
    height: 11px; }
    #toolbar .facebook:before {
      content: "";
      background-position: -20px -73px;
      width: 5px;
      height: 11px;
      background-image: url(images/sprites.png);
      background-repeat: no-repeat;
      display: inline-block; }
  #toolbar .linkedin {
    width: 11px;
    height: 11px; }
    #toolbar .linkedin:before {
      content: "";
      background-position: 0 -33px;
      width: 11px;
      height: 11px;
      background-image: url(images/sprites.png);
      background-repeat: no-repeat;
      display: inline-block; }
  #toolbar .contact {
    text-align: right;
    font-weight: 700; }
    #toolbar .contact div {
      display: inline-block;
      vertical-align: middle;
      margin-right: 4em; }
      #toolbar .contact div:last-child {
        margin-right: 0; }
  #toolbar .phone:before {
    content: "";
    background-position: 0 -52px;
    width: 11px;
    height: 11px;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle; }
  #toolbar .email:before {
    content: "";
    background-position: 0 -17px;
    width: 14px;
    height: 10px;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header .spacer {
  display: none !important; }
.site-header .site-logo a img {
  width: 210px;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }
.site-header .header-to-slider {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 12;
  background: rgba(255, 255, 255, 0.77);
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }
.site-header .header-content {
  padding: 1.5em 0;
  -webkit-box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11);
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }
  .site-header .header-content .site-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700; }
  .site-header .header-content .site-description {
    font-size: 14px; }
.site-header .scroll-to-fixed-fixed .header-content {
  padding: 1em 0;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }
.site-header .scroll-to-fixed-fixed .site-logo a img {
  width: 130px;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }
.site-header .scroll-to-fixed-fixed .main-navigation {
  margin-top: 5px;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial; }

#fadeout-tab {
  background-color: #127dac;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 0.5em 1.2em;
  position: fixed;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(-90deg) translate(50%, -50%);
  -moz-transform: rotate(-90deg) translate(50%, -50%);
  -ms-transform: rotate(-90deg) translate(50%, -50%);
  -o-transform: rotate(-90deg) translate(50%, -50%);
  transform: rotate(-90deg) translate(50%, -50%);
  z-index: 10;
  cursor: pointer; }

#fadeout-content {
  max-width: 530px;
  padding: 35px 20px 20px; }
  #fadeout-content .remodal-close:hover {
    background-color: transparent; }
  #fadeout-content .heading {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase; }
  #fadeout-content .large-12 {
    text-align: left; }

.filterby {
  width: 200px; }

.google-captcha {
  margin-bottom: 15px; }

#page-banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }
  #page-banner .page-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
    #page-banner .page-title .row, #page-banner .page-title .large-12 {
      height: 100%; }
    #page-banner .page-title .wrap {
      display: table;
      height: 100%;
      width: 100%;
      position: relative; }
      #page-banner .page-title .wrap span {
        display: table-cell;
        vertical-align: middle; }
        #page-banner .page-title .wrap span h1 {
          color: #ffffff;
          margin: 0;
          line-height: 1.5;
          display: inline-block; }
        #page-banner .page-title .wrap span .left-wrap {
          float: left; }
        #page-banner .page-title .wrap span .right-wrap {
          float: right; }
  #page-banner .filter {
    background-color: #000000;
    opacity: .3;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  #page-banner img {
    width: 100%;
    height: auto;
    color: transparent; }

.separator {
  width: 100%;
  height: 3px;
  background-color: #f1f1f1;
  display: block; }

#front-page-slider {
  position: relative; }
  #front-page-slider ul {
    margin: 0; }
    #front-page-slider ul li {
      position: relative;
      overflow: hidden;
      background: #eeeeee;
      height: auto; }
      #front-page-slider ul li .slide-container {
        height: 700px;
        max-height: 100%;
        overflow: hidden;
        background-size: cover !important;
        background-repeat: no-repeat !important; }
      #front-page-slider ul li .filter {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute; }
      #front-page-slider ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0; }
      #front-page-slider ul li .slide-text-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 2; }
        #front-page-slider ul li .slide-text-wrapper .slide-text-content {
          height: 100%;
          width: 100%;
          display: table; }
        #front-page-slider ul li .slide-text-wrapper .slide-text {
          color: #484848;
          display: table-cell;
          vertical-align: middle;
          position: relative;
          top: 50px; }
          #front-page-slider ul li .slide-text-wrapper .slide-text .slide-text-inner {
            background: rgba(255, 255, 255, 0.5);
            padding: 30px;
            display: inline-block; }
          #front-page-slider ul li .slide-text-wrapper .slide-text .large-3 {
            float: right;
            padding: 35px 0 35px 35px;
            position: relative; }
          #front-page-slider ul li .slide-text-wrapper .slide-text h1 {
            color: #484848; }
          #front-page-slider ul li .slide-text-wrapper .slide-text .slide-title {
            font-weight: 200;
            font-size: 36px;
            margin-bottom: 20px;
            line-height: 1.2;
            color: #484848;
            text-align: left; }
            #front-page-slider ul li .slide-text-wrapper .slide-text .slide-title strong {
              display: block;
              font-weight: 900;
              text-transform: uppercase;
              font-size: 1.8em;
              color: #127dac; }
          #front-page-slider ul li .slide-text-wrapper .slide-text .slide-desc {
            margin-bottom: 1.5em; }
            #front-page-slider ul li .slide-text-wrapper .slide-text .slide-desc p {
              font-size: 22px;
              font-weight: 300;
              font-family: Raleway, "sans-serif"; }
          #front-page-slider ul li .slide-text-wrapper .slide-text .slide-link {
            display: inline-block;
            font-weight: 700;
            padding: 14px 45px;
            text-transform: uppercase;
            color: #ffffff;
            font-size: 12px;
            background-color: #127dac;
            -webkit-box-shadow: 0px 8px 32px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 8px 32px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 32px 0 rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            transition: 0.15s all;
            -moz-transition: 0.15s all;
            -webkit-transition: 0.15s all;
            -o-transition: 0.15s all; }
            #front-page-slider ul li .slide-text-wrapper .slide-text .slide-link:hover {
              background-color: #18749c;
              color: #ffffff;
              opacity: 1;
              transition: 0.15s all;
              -moz-transition: 0.15s all;
              -webkit-transition: 0.15s all;
              -o-transition: 0.15s all; }
  #front-page-slider .lSPager {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0; }
  #front-page-slider .lSSlideOuter .lSPager.lSpg > li:hover a, #front-page-slider .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #127dac !important; }
  #front-page-slider .lSSlideOuter .lSPager.lSpg > li a {
    border: 1px solid #127dac;
    background: transparent; }
  #front-page-slider .lSAction {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1200px;
    z-index: 10; }
    #front-page-slider .lSAction > a {
      margin-top: 0;
      z-index: 1;
      color: #ffffff;
      background: rgba(1, 161, 63, 0.5);
      border-radius: 3px;
      font-size: 18px;
      width: 38px;
      height: 38px; }
    #front-page-slider .lSAction > .lSPrev:before {
      content: "\f053";
      font-family: FontAwesome;
      display: inline-block;
      font-weight: 400;
      left: 0;
      line-height: 2.2;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
    #front-page-slider .lSAction > .lSNext:after {
      content: "\f054";
      font-family: FontAwesome;
      display: inline-block;
      font-weight: 400;
      left: 0;
      line-height: 2.2;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }

#how-we-can-help {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 4em; }
  #how-we-can-help .sub-heading {
    padding: 10px;
    text-align: center; }
  #how-we-can-help p, #how-we-can-help ul li {
    text-align: center; }
  #how-we-can-help .list {
    margin-top: 4em; }
    #how-we-can-help .list img {
      padding-bottom: 30px;
      padding-top: 30px; }
    #how-we-can-help .list .item-title {
      font-weight: 700;
      color: #2f2f2f;
      font-size: 18px;
      text-align: center; }
    #how-we-can-help .list .item-desc {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 5px; }

.page .content-area h2, .page .single-content-area h2, .page-template .content-area h2, .page-template .single-content-area h2 {
  font-size: 22px;
  font-weight: 600;
  color: #127dac; }
.page .content-area h3, .page .single-content-area h3, .page-template .content-area h3, .page-template .single-content-area h3 {
  font-size: 16px;
  font-weight: 600;
  color: #127dac; }
.page .content-area h2.accordion-btn, .page .single-content-area h2.accordion-btn, .page-template .content-area h2.accordion-btn, .page-template .single-content-area h2.accordion-btn {
  font-size: 16px; }
.page .content-area img, .page .single-content-area img, .page-template .content-area img, .page-template .single-content-area img {
  margin-bottom: 25px; }
.page .content-area ul, .page .single-content-area ul, .page-template .content-area ul, .page-template .single-content-area ul {
  font-size: 14px; }

.lg-toolbar.group {
  display: none; }

.lg-actions .lg-prev, .lg-actions .lg-next {
  width: 41px; }
.lg-actions .lg-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 60px;
  color: #ffffff; }
.lg-actions .lg-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 60px;
  color: #ffffff; }

#our-commitment {
  background-color: #f8fdff;
  position: relative; }
  #our-commitment .sub-heading:after {
    margin-left: 0;
    margin-right: 0; }
  #our-commitment .row {
    width: 100%; }
  #our-commitment .ourcommitment-right {
    top: 0;
    bottom: 0;
    position: static;
    padding: 83px 0px 83px 99px;
    height: auto; }
    #our-commitment .ourcommitment-right:after {
      background-image: url(images/commitment.jpg);
      background-position: center;
      background-size: cover;
      right: 0;
      top: 0;
      content: "";
      position: absolute;
      width: 41.66667%;
      height: 100%; }
    #our-commitment .ourcommitment-right .refer-div {
      padding: 45px 0px; }
    #our-commitment .ourcommitment-right .heading-email, #our-commitment .ourcommitment-right .heading-refer {
      font-family: Raleway;
      z-index: 9999;
      position: relative;
      font-size: 25px;
      color: #fff;
      margin-bottom: 20px;
      line-height: 1.2; }
    #our-commitment .ourcommitment-right .text-btn a {
      color: #fff;
      z-index: 10;
      position: relative; }
      #our-commitment .ourcommitment-right .text-btn a:hover {
        color: #8e8e8e;
        transition: 0.15s all;
        -moz-transition: 0.15s all;
        -webkit-transition: 0.15s all;
        -o-transition: 0.15s all; }
    #our-commitment .ourcommitment-right .email-btn {
      text-align: left;
      z-index: 10;
      position: relative; }
      #our-commitment .ourcommitment-right .email-btn a {
        width: 170px;
        background: #fff;
        border-radius: 5px;
        padding: 15px 30px;
        text-align: center;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.9);
        -moz-box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.9);
        font-size: 12px;
        color: #8e8e8e;
        font-weight: bold;
        cursor: pointer;
        display: inline-block; }
        #our-commitment .ourcommitment-right .email-btn a:hover {
          background: #009de2;
          color: #ffffff;
          opacity: 1;
          -webkit-box-shadow: 0 0 16px 0 rgba(14, 93, 128, 0.89);
          -moz-box-shadow: 0 0 16px 0 rgba(14, 93, 128, 0.89);
          box-shadow: 0 0 16px 0 rgba(14, 93, 128, 0.89);
          transition: 0.15s all;
          -moz-transition: 0.15s all;
          -webkit-transition: 0.15s all;
          -o-transition: 0.15s all; }
  #our-commitment .our-commitment-left {
    padding-top: 76px;
    padding-right: 100px;
    position: relative; }
    #our-commitment .our-commitment-left .heading {
      text-align: left; }
    #our-commitment .our-commitment-left p .read_more {
      padding-left: 65%;
      padding-top: 30px; }
    #our-commitment .our-commitment-left .end-para p {
      padding-top: 15px;
      padding-bottom: 15px; }
  #our-commitment ul {
    margin: 0 0 0 60px;
    list-style: none; }
    #our-commitment ul li {
      position: relative; }
      #our-commitment ul li:before {
        content: "";
        display: inline-block;
        background: url(images/sprites.png) no-repeat;
        background-position: 0 0;
        width: 9px;
        height: 14px;
        position: absolute;
        top: 3px;
        left: -20px; }
  #our-commitment .text-para p {
    color: #8e8e8e; }
  #our-commitment .end-para p {
    color: #8e8e8e; }
  #our-commitment .text-para-email p {
    color: #fff;
    z-index: 10;
    position: relative; }
  #our-commitment .text-para-refer p {
    color: #fff;
    z-index: 10;
    position: relative; }

input[type="submit"] {
  float: left; }

.cf7-file {
  padding: 16px 0px; }

.send-r {
  text-align: left;
  padding: 0px 30px 20px;
  background-color: #127dac;
  color: #fff;
  margin: -46px -35px 0px; }
  .send-r .remodal-close {
    color: #ffffff; }
    .send-r .remodal-close:hover {
      color: #424152; }
  .send-r h2 {
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 40px;
    font-size: 20px;
    font-weight: 700; }

#latest-jobs {
  padding: 20px 0 4em 0; }
  #latest-jobs .sub-heading {
    text-align: center; }
  #latest-jobs .paragraph-job {
    text-align: center;
    margin-bottom: 3em; }
  #latest-jobs .featured-wrapper {
    -webkit-box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11);
    min-height: 430px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px; }
    #latest-jobs .featured-wrapper .featured-content {
      padding: 25px; }
      #latest-jobs .featured-wrapper .featured-content .date {
        font-family: Helvetica Neue Light;
        font-size: 12px;
        color: #373737;
        font-style: italic;
        margin: 10px 0px 20px;
        line-height: 1; }
    #latest-jobs .featured-wrapper:nlj-child(2n) {
      margin: 0 auto; }
    #latest-jobs .featured-wrapper .title-featured {
      font-weight: bold;
      font-family: Raleway;
      font-size: 16px;
      color: #515151; }
    #latest-jobs .featured-wrapper .amount-featured {
      font-family: Helvetica Neue Light;
      font-size: 14px;
      color: #373737;
      margin-bottom: 15px; }
    #latest-jobs .featured-wrapper .link {
      padding: 20px;
      text-align: right;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      #latest-jobs .featured-wrapper .link a {
        display: inline-block; }
  #latest-jobs .author-featured {
    width: 100%;
    bottom: -33px;
    position: absolute; }
    #latest-jobs .author-featured:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #c4c4c4;
      display: block;
      margin: 15px 0 0; }
    #latest-jobs .author-featured .author-footer {
      padding: 15px 30px; }
    #latest-jobs .author-featured .author {
      font-family: Raleway, "sans-serif";
      font-style: italic;
      font-size: 15px;
      color: #a1a1a1;
      float: left; }
    #latest-jobs .author-featured .date {
      font-family: Helvetica Neue Light;
      font-size: 14px;
      color: #a1a1a1;
      float: right;
      margin: 20px 0px; }
  #latest-jobs .title-featured p {
    font-weight: bold;
    color: #515151; }
  #latest-jobs .amount-featured p {
    text-align: left;
    font-family: Helvetica Neue Light;
    font-weight: 300;
    font-size: 14px;
    color: #969696;
    margin-top: -30px;
    margin-left: 25px; }
  #latest-jobs .desc-featured p {
    margin-bottom: 0; }
  #latest-jobs .featured-header {
    height: 120px;
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    background-position: center;
    background-size: cover;
    position: relative; }
    #latest-jobs .featured-header img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    #latest-jobs .featured-header .wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      left: 0;
      top: 0; }
      #latest-jobs .featured-header .wrapper .content {
        display: table;
        width: 100%;
        height: 100%; }
        #latest-jobs .featured-header .wrapper .content .featured-title-head {
          display: table-cell;
          vertical-align: middle;
          color: #fff;
          font-size: 20px;
          text-transform: uppercase;
          line-height: 1px;
          margin-left: 0px;
          font-weight: bold;
          letter-spacing: 2px;
          padding: 0 30px; }
  #latest-jobs .links {
    margin-top: 5em;
    text-align: center; }
    #latest-jobs .links .view-all {
      border: 1px solid #127dac;
      padding: 15px 42px;
      display: inline-block;
      margin: 0 auto;
      text-transform: uppercase;
      color: #127dac;
      font-size: 12px;
      font-weight: bold;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      #latest-jobs .links .view-all:hover {
        background-color: #127dac;
        color: #ffffff; }

.testimonials {
  position: relative; }
  .testimonials #testimonials {
    margin: 0; }
    .testimonials #testimonials .testimonial-list .item-container-testi {
      width: 95%;
      height: auto;
      margin: 0 auto;
      padding-top: 45px;
      padding-bottom: 45px;
      line-height: 2px;
      background-color: #ecf0f1;
      border-radius: 15px;
      padding-left: 50px;
      padding-right: 50px;
      position: relative; }
      .testimonials #testimonials .testimonial-list .item-container-testi .content-testi p {
        line-height: 2;
        position: relative; }
        .testimonials #testimonials .testimonial-list .item-container-testi .content-testi p:before {
          background: url(images/small-quote.png) no-repeat;
          width: 30px;
          height: 30px;
          position: absolute;
          margin-left: -30px;
          top: -20px;
          content: ""; }
        .testimonials #testimonials .testimonial-list .item-container-testi .content-testi p:after {
          background: url(images/small-quote-b.png) no-repeat;
          width: 30px;
          height: 30px;
          position: absolute;
          right: 0;
          bottom: -25px;
          content: ""; }
      .testimonials #testimonials .testimonial-list .item-container-testi .content-testi .name-testi {
        text-align: right;
        margin-top: 50px;
        font-weight: 600;
        line-height: normal; }
  .testimonials .lSAction {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10; }
    .testimonials .lSAction > a {
      margin-top: 0;
      z-index: 1;
      color: #ffffff;
      background: rgba(18, 125, 172, 0.5);
      border-radius: 3px;
      font-size: 18px;
      width: 38px;
      height: 38px;
      top: 0;
      bottom: 0;
      margin: auto 0; }
    .testimonials .lSAction > .lSPrev:before {
      content: "\f053";
      font-family: FontAwesome;
      display: inline-block;
      font-weight: 400;
      left: 0;
      line-height: 2.2;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
    .testimonials .lSAction > .lSNext:after {
      content: "\f054";
      font-family: FontAwesome;
      display: inline-block;
      font-weight: 400;
      left: 0;
      line-height: 2.2;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }

.list-employ {
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 400px;
  margin-left: -5%; }
  .list-employ ul {
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%; }
    .list-employ ul li {
      display: inline;
      position: relative;
      float: left;
      display: block;
      right: 50%;
      margin-left: 40px; }
      .list-employ ul li .title-employer {
        padding-top: 35px;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 10px; }
      .list-employ ul li .content-employer p {
        text-align: left; }

.latest-job {
  padding-top: 50px; }
  .latest-job p {
    font-size: 43.42pt;
    text-align: center;
    font-family: Raleway;
    color: #2f2f2f; }

.heading-hwch {
  text-align: center;
  padding-top: 15px; }
  .heading-hwch .para-hwch {
    text-align: center; }

.list-page ul li .item-container-page {
  position: relative; }
  .list-page ul li .item-container-page img {
    padding-left: 135px;
    padding-bottom: 30px;
    padding-top: 30px; }
  .list-page ul li .item-container-page .item-title-page {
    text-align: center;
    font-weight: 700;
    color: #2f2f2f;
    font-size: 18px; }
  .list-page ul li .item-container-page .item-desc-page {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px; }
  .list-page ul li .item-container-page .item-link-page {
    padding-bottom: 10px;
    padding-left: 35%;
    position: relative; }

.sub-heading h1 {
  text-align: left; }

#wpcf7-f35-p21-o1 .wpcf7-form p label {
  margin-top: -20px; }

.footer-info .email:before {
  content: "";
  background-position: 0 -17px;
  width: 14px;
  height: 10px;
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle; }
.footer-info .phone-no:before {
  content: "";
  background-position: 0 -52px;
  width: 11px;
  height: 11px;
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle; }
.footer-info .contact .contact-content .phone-no {
  padding: 2px; }
.footer-info .contact .links {
  margin-top: 20px; }
  .footer-info .contact .links a {
    margin-right: 10px; }
.footer-info .contact .follow-fb .fa {
  font-size: 18px; }
  .footer-info .contact .follow-fb .fa .fa-facebook {
    margin-left: 0px;
    border-radius: 200px;
    padding: 9px;
    display: inline-block;
    width: 39px;
    text-align: center; }
    .footer-info .contact .follow-fb .fa .fa-facebook:before {
      content: "\f09a";
      font-family: FontAwesome;
      display: inline-block;
      font-weight: 400;
      left: 0;
      line-height: 2.2;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
.footer-info .contact .linked-In {
  border-radius: 200px;
  padding: 9px;
  display: inline-block;
  width: 39px;
  text-align: center; }
  .footer-info .contact .linked-In .fa {
    font-size: 18px; }
    .footer-info .contact .linked-In .fa .fa-linkedin:before {
      content: "\f0e1 ";
      font-family: FontAwesome;
      display: inline-block;
      font-weight: 400;
      left: 0;
      line-height: 2.2;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }

.latest-jobs-container {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px; }
  .latest-jobs-container .lj-data-wrapper {
    margin: 0 0 50px;
    -webkit-box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11);
    position: relative;
    overflow: hidden;
    background-color: #fdfdfd;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px; }
    .latest-jobs-container .lj-data-wrapper .lj-header {
      height: 120px;
      border-top-right-radius: 23px;
      border-top-left-radius: 23px;
      background-position: center;
      background-size: cover;
      position: relative; }
      .latest-jobs-container .lj-data-wrapper .lj-header img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .latest-jobs-container .lj-data-wrapper .lj-header .wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0; }
        .latest-jobs-container .lj-data-wrapper .lj-header .wrapper .content {
          display: table;
          width: 100%;
          height: 100%; }
          .latest-jobs-container .lj-data-wrapper .lj-header .wrapper .content .featured-title-head {
            display: table-cell;
            vertical-align: middle;
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            line-height: 1px;
            margin-left: 0px;
            font-weight: bold;
            letter-spacing: 2px;
            padding: 0 20px; }
    .latest-jobs-container .lj-data-wrapper .lj-content {
      padding: 20px; }
      .latest-jobs-container .lj-data-wrapper .lj-content .lj-date {
        font-family: Helvetica Neue Light;
        font-size: 12px;
        color: #373737;
        margin: 10px 0px 20px;
        line-height: 1;
        font-style: italic; }
    .latest-jobs-container .lj-data-wrapper .lj-footer {
      position: relative; }
      .latest-jobs-container .lj-data-wrapper .lj-footer .latest-job-author {
        width: 100%;
        font-style: italic;
        font-size: 14px;
        padding: 20px;
        position: relative; }
      .latest-jobs-container .lj-data-wrapper .lj-footer .latest-job-date {
        position: absolute;
        right: 20px;
        top: 20px;
        font-family: Helvetica Neue Light;
        font-size: 14px; }
      .latest-jobs-container .lj-data-wrapper .lj-footer:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #c4c4c4;
        display: block;
        margin: 15px 0 0; }
  .latest-jobs-container .lj-title {
    font-size: 20px;
    font-weight: bold;
    font-family: Raleway, "sans-serif";
    color: #127dac;
    margin: 0; }
  .latest-jobs-container .lj-amount {
    font-family: Helvetica Neue Light;
    margin-bottom: 15px;
    font-size: 14px;
    color: #373737; }
  .latest-jobs-container .lj-links {
    text-align: right; }

.order-by {
  padding: 10px 0 10px 20px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 0 21px 0 rgba(0, 0, 0, 0.11); }
  .order-by .filter_label {
    display: inline; }
  .order-by h4 {
    display: inline;
    font-size: 14px;
    margin-right: 15px; }
  .order-by ul {
    display: inline-block;
    margin: 0; }
    .order-by ul li {
      display: inline-block;
      margin-right: 20px; }
      .order-by ul li a {
        color: #515151; }
        .order-by ul li a i {
          margin-right: 5px; }
        .order-by ul li a:hover {
          color: #127dac; }
        .order-by ul li a.active {
          color: #127dac; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #434343; }
  .site-footer .content-footer {
    padding: 2em 0 0; }
    .site-footer .content-footer .cta-footer {
      overflow: hidden; }
      .site-footer .content-footer .cta-footer .clearfix {
        display: flex;
        align-items: center; }
        .site-footer .content-footer .cta-footer .clearfix img {
          margin-top: 15px; }
        .site-footer .content-footer .cta-footer .clearfix .cta-outer-wrapper {
          text-align: center; }
        .site-footer .content-footer .cta-footer .clearfix .cta-outer-wrapper .cta-text {
          text-align: left; }
          .site-footer .content-footer .cta-footer .clearfix .cta-outer-wrapper .cta-text .upper-text {
            font-size: 33.89px;
            color: #ffffff;
            font-family: Helvetica Neue Light;
            padding: 19px; }
          .site-footer .content-footer .cta-footer .clearfix .cta-outer-wrapper .cta-text .lower-text {
            font-size: 51.16px;
            color: #ffffff;
            font-family: Helvetica Neue;
            text-transform: uppercase; }
      .site-footer .content-footer .cta-footer:after {
        width: 99%;
        height: 1px;
        background-color: #5b5b5b;
        content: "";
        display: block;
        margin: 30px 0; }
      .site-footer .content-footer .cta-footer .cta-text {
        color: #ffffff; }
    .site-footer .content-footer .current-menu-item:after, .site-footer .content-footer .current-menu-parent:after {
      display: none; }
    .site-footer .content-footer aside {
      margin: 0; }
      .site-footer .content-footer aside p {
        font-size: 12px;
        color: #ffffff; }
    .site-footer .content-footer p, .site-footer .content-footer a {
      font-size: 14px;
      color: #ffffff;
      font-family: Helvetica Neue Light;
      transition: 0.15s all;
      -moz-transition: 0.15s all;
      -webkit-transition: 0.15s all;
      -o-transition: 0.15s all; }
    .site-footer .content-footer .heading {
      font-size: 16px;
      font-weight: 600;
      text-transform: none;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .site-footer .content-footer ul {
      margin: 0;
      line-height: 1.8; }
      .site-footer .content-footer ul li {
        list-style: none;
        color: #aaaaaa; }
    .site-footer .content-footer .contact-details {
      margin-bottom: 17px; }
      .site-footer .content-footer .contact-details:last-child {
        margin-bottom: 0; }
      .site-footer .content-footer .contact-details div:before {
        background: url(images/ultra-tune-sprites.png) no-repeat; }
      .site-footer .content-footer .contact-details div a {
        color: #aaaaaa !important; }
      .site-footer .content-footer .contact-details .phone {
        padding-left: 20px;
        position: relative; }
        .site-footer .content-footer .contact-details .phone:before {
          background-position: 0 -15px;
          width: 12px;
          height: 12px;
          position: absolute;
          left: 0;
          top: 2px;
          content: ""; }
      .site-footer .content-footer .contact-details .fax {
        padding-left: 20px;
        position: relative; }
        .site-footer .content-footer .contact-details .fax:before {
          background-position: 0 -31px;
          width: 12px;
          height: 11px;
          position: absolute;
          left: 0;
          top: 2.6px;
          content: ""; }
      .site-footer .content-footer .contact-details .email {
        padding-left: 20px;
        position: relative; }
        .site-footer .content-footer .contact-details .email:before {
          background-position: 0 -47px;
          width: 12px;
          height: 9px;
          position: absolute;
          left: 0;
          top: 5px;
          content: ""; }
  .site-footer .site-info {
    font-size: 12px !important;
    color: #fff !important;
    padding: 5px 0;
    line-height: 2;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 25px; }
    .site-footer .site-info a {
      color: #fff;
      font-size: 12px; }
      .site-footer .site-info a:hover {
        text-decoration: underline; }

.footer-text {
  color: #adadad;
  font-size: 12px; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page-template-page-contact #content .content-area .sub-heading:after, .page-template-page-testimonials #content .content-area .sub-heading:after {
  margin: 15px 0px 25px; }
.page-template-page-contact #content .content-area .contact-head, .page-template-page-testimonials #content .content-area .contact-head {
  padding: 14px 0px; }
.page-template-page-contact .social, .page-template-page-testimonials .social {
  font-size: 22px; }
  .page-template-page-contact .social a:first-child, .page-template-page-testimonials .social a:first-child {
    margin-right: 14px; }

.page-template-page-contact #content
#content #load-more, .page-template-page-latest-jobs #content
#content #load-more, .page-template-page-jobseekers #content
#content #load-more, .page-template-page-testimonials #content
#content #load-more, .page-template-page-employers #content
#content #load-more, .page-template-page-how-we-can-help #content
#content #load-more, .page-template-default #content
#content #load-more {
  border: 1px solid #127dac;
  padding: 15px 42px;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  color: #127dac;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .page-template-page-contact #content
  #content #load-more:hover, .page-template-page-latest-jobs #content
  #content #load-more:hover, .page-template-page-jobseekers #content
  #content #load-more:hover, .page-template-page-testimonials #content
  #content #load-more:hover, .page-template-page-employers #content
  #content #load-more:hover, .page-template-page-how-we-can-help #content
  #content #load-more:hover, .page-template-default #content
  #content #load-more:hover {
    background-color: #127dac;
    color: #ffffff; }
.page-template-page-contact h1:after, .page-template-page-latest-jobs h1:after, .page-template-page-jobseekers h1:after, .page-template-page-testimonials h1:after, .page-template-page-employers h1:after, .page-template-page-how-we-can-help h1:after, .page-template-default h1:after {
  content: "";
  background-color: #127dac;
  height: 5px;
  width: 75px;
  display: block;
  margin: 15px auto 25px;
  margin-left: 0;
  margin-right: 0; }
.page-template-page-contact .who-we-are-page, .page-template-page-latest-jobs .who-we-are-page, .page-template-page-jobseekers .who-we-are-page, .page-template-page-testimonials .who-we-are-page, .page-template-page-employers .who-we-are-page, .page-template-page-how-we-can-help .who-we-are-page, .page-template-default .who-we-are-page {
  padding: 42px 49px;
  background: #ecf0f1;
  margin: 64px 0px 0px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px; }
.page-template-page-contact #page-banner, .page-template-page-latest-jobs #page-banner, .page-template-page-jobseekers #page-banner, .page-template-page-testimonials #page-banner, .page-template-page-employers #page-banner, .page-template-page-how-we-can-help #page-banner, .page-template-default #page-banner {
  display: none; }
.page-template-page-contact .contact-sidebar, .page-template-page-latest-jobs .contact-sidebar, .page-template-page-jobseekers .contact-sidebar, .page-template-page-testimonials .contact-sidebar, .page-template-page-employers .contact-sidebar, .page-template-page-how-we-can-help .contact-sidebar, .page-template-default .contact-sidebar {
  margin-top: 1em;
  padding: 29px 63px; }

.error404 #page-banner {
  display: none; }

.error-404 {
  text-align: center; }
  .error-404 h1 {
    font-size: 10em;
    margin: 0;
    text-align: inherit; }
  .error-404 h2 {
    font-size: 1.5em; }
    .error-404 h2:after {
      margin: 15px 0px 25px; }

.jobs-template-default #page .site-content .single-content-area .single-page-form label {
  text-align: left;
  margin-bottom: -38px; }
.jobs-template-default #page .site-content .single-content-area .single-page-form h2 {
  background: #127dac;
  height: 81px;
  padding: 10px 16px;
  color: #ffffff;
  padding-top: 29px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -9px; }
.jobs-template-default #page .site-content .single-content-area .single-page-form p {
  font-size: 22px;
  font-weight: 600; }
.jobs-template-default #page .site-content .single-content-area .entry-header .single-amount {
  font-family: Helvetica Neue Light;
  margin-bottom: 15px;
  font-size: 14px;
  color: #373737;
  font-weight: bold; }
.jobs-template-default #page .site-content .single-content-area h1:after {
  content: "";
  background-color: #127dac;
  height: 5px;
  width: 75px;
  display: block;
  margin: 15px auto 25px;
  margin-left: 0;
  margin-right: 0; }
.jobs-template-default .entry-metadata {
  font-family: Helvetica Neue Light;
  font-size: 14px;
  text-transform: capitalize;
  margin: 10px 0px 20px;
  line-height: 1;
  font-weight: bold;
  list-style: none; }
  .jobs-template-default .entry-metadata li {
    display: inline-block;
    color: #373737; }
    .jobs-template-default .entry-metadata li:not(:last-child):after {
      content: "|";
      display: inline-block;
      font-size: 14px;
      margin-left: 5px; }
  .jobs-template-default .entry-metadata .entry-content #wpcf7-f187-p238-o1 .wpcf7-form p label {
    margin-top: -20px; }

label {
  text-align: left;
  margin-bottom: -23px;
  font-size: 12px;
  margin-right: 0 !important; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.noUi-target {
  height: 10px;
  min-height: 10px;
  margin: 0 15px 20px 15px; }

.noUi-connect {
  background: #127cab; }

.noUi-handle:after, .noUi-handle:before {
  height: 8px; }

.noUi-horizontal .noUi-handle {
  height: 18px;
  width: 30px; }

.range-slider-container {
  font-size: 12px; }
  .range-slider-container .filter_heading {
    font-size: 18px !important;
    margin-bottom: 20px;
    font-weight: 600;
    color: #127dac; }
  .range-slider-container .filter_label {
    font-size: 14px !important;
    font-weight: 600;
    padding: 10px;
    background: #127dac;
    color: #fff;
    margin-bottom: 20px; }
    .range-slider-container .filter_label.filter-title {
      cursor: pointer; }
      .range-slider-container .filter_label.filter-title:before {
        font-family: FontAwesome;
        content: "\f067";
        float: right;
        transition: 0.15s all;
        -moz-transition: 0.15s all;
        -webkit-transition: 0.15s all;
        -o-transition: 0.15s all; }
      .range-slider-container .filter_label.filter-title.active:before {
        content: "\f068 "; }
  .range-slider-container .keyword input {
    border: 1px solid #ededed; }
    .range-slider-container .keyword input:active, .range-slider-container .keyword input:focus, .range-slider-container .keyword input:hover {
      border: 1px solid #127dac; }
  .range-slider-container .salary-range-wrapper {
    display: inline-block;
    width: 48.5%; }
    .range-slider-container .salary-range-wrapper input {
      display: inline;
      width: 67%;
      padding: 10px 0 10px 10px; }
      .range-slider-container .salary-range-wrapper input:before {
        content: "$";
        display: inline-block;
        width: 14px;
        height: 14px; }
    .range-slider-container .salary-range-wrapper:nth-child(2) {
      text-align: right !important; }
  .range-slider-container input[type=submit] {
    font-size: 12px;
    margin-bottom: 15px; }
  .range-slider-container select {
    border: 1px solid #ededed;
    background-color: #fff;
    margin-bottom: 0; }
    .range-slider-container select:active, .range-slider-container select:focus, .range-slider-container select:hover {
      border: 1px solid #127dac; }
  .range-slider-container .filter-wrapper {
    margin: 0 0 15px;
    font-size: 12px; }
    .range-slider-container .filter-wrapper .checkall {
      margin-bottom: 10px; }
      .range-slider-container .filter-wrapper .checkall label {
        font-size: inherit;
        margin-left: 6px; }
      .range-slider-container .filter-wrapper .checkall input {
        font-size: inherit;
        border: 1px solid #9c9b9b;
        background: #fff;
        color: #555;
        clear: none;
        cursor: pointer;
        display: inline-block;
        line-height: 0;
        height: 14px;
        margin: -4px 4px 0 0;
        outline: 0;
        padding: 0 !important;
        text-align: center;
        vertical-align: middle;
        width: 14px;
        min-width: 14px;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-transition: .05s border-color ease-in-out;
        transition: .05s border-color ease-in-out;
        position: relative; }
        .range-slider-container .filter-wrapper .checkall input:checked {
          border: 1px solid #127dac; }
          .range-slider-container .filter-wrapper .checkall input:checked:before {
            content: "\f00c";
            position: absolute;
            color: #1e8cbe;
            bottom: 6px;
            left: 0px;
            font-family: FontAwesome;
            font-size: inherit; }
    .range-slider-container .filter-wrapper .list-wrapper, .range-slider-container .filter-wrapper #type-container {
      max-height: 125px;
      overflow-y: auto;
      display: none; }
      .range-slider-container .filter-wrapper .list-wrapper ul, .range-slider-container .filter-wrapper #type-container ul {
        margin: 0;
        list-style: none; }
        .range-slider-container .filter-wrapper .list-wrapper ul li, .range-slider-container .filter-wrapper #type-container ul li {
          white-space: nowrap;
          text-overflow: ellipsis; }
          .range-slider-container .filter-wrapper .list-wrapper ul li input, .range-slider-container .filter-wrapper #type-container ul li input {
            border: 1px solid #9c9b9b;
            background: #fff;
            color: #555;
            clear: none;
            cursor: pointer;
            display: inline-block;
            line-height: 0;
            height: 14px;
            margin: -4px 4px 0 0;
            outline: 0;
            padding: 0 !important;
            text-align: center;
            vertical-align: middle;
            width: 14px;
            min-width: 14px;
            -webkit-appearance: none;
            -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            -webkit-transition: .05s border-color ease-in-out;
            transition: .05s border-color ease-in-out;
            position: relative; }
            .range-slider-container .filter-wrapper .list-wrapper ul li input:checked, .range-slider-container .filter-wrapper #type-container ul li input:checked {
              border: 1px solid #127dac; }
              .range-slider-container .filter-wrapper .list-wrapper ul li input:checked:before, .range-slider-container .filter-wrapper #type-container ul li input:checked:before {
                content: "\f00c";
                position: absolute;
                color: #1e8cbe;
                bottom: 6px;
                left: 0px;
                font-family: FontAwesome;
                font-size: 14px; }

.grid-pagination {
  text-align: left;
  margin-top: 35px;
  padding-left: 10px; }
  .grid-pagination .page-numbers {
    background: #fff;
    border: 1px solid #127dac;
    padding: 5px 7px; }
    .grid-pagination .page-numbers.current {
      background: #127dac;
      color: #fff; }

.page-banner {
  height: calc(100vh - 600px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }

#scrollup {
  position: fixed;
  right: 10px;
  bottom: 8px;
  cursor: pointer;
  background-color: #127dac;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  opacity: .8;
  color: #fff;
  font-size: 25px;
  padding: 0; }
  #scrollup:focus {
    outline: 0; }

/*# sourceMappingURL=style.css.map */
