@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.clearfix, header nav, .home article, .get-started .get-started-main .req-offer-cotainer {
  *zoom: 1; }
  .clearfix:before, header nav:before, .home article:before, .get-started .get-started-main .req-offer-cotainer:before, .clearfix:after, header nav:after, .home article:after, .get-started .get-started-main .req-offer-cotainer:after {
    content: " ";
    display: table; }
  .clearfix:after, header nav:after, .home article:after, .get-started .get-started-main .req-offer-cotainer:after {
    clear: both; }

.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.padding15 {
  padding: 15px; }

.slide-up-fade-in {
  animation: slide-up-fade-in ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: slide-up-fade-in ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: slide-up-fade-in ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: slide-up-fade-in ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: slide-up-fade-in ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
  opacity: 0;
  opacity: 1\9; }

@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    transform: translate(0px, 40px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

@-moz-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, 40px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px); } }

@-webkit-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 40px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); } }

@-o-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -o-transform: translate(0px, 40px); }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px); } }

@-ms-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, 40px); }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px); } }

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  position: relative; }

p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0; }

.btn {
  font-size: 20px;
  padding: 10px 35px;
  display: inline-block;
  background-color: #173665;
  color: #fff !important;
  margin-top: 35px;
  text-decoration: none;
  border-radius: 18px; }

.flex {
  display: flex;
  -webkit-diplay: flex;
  -moz-display: flex;
  -ms-display: flex; }

.bold {
  font-weight: bold; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

footer {
  border-top: 1px #173665 solid;
  text-align: center;
  padding: 20px; }
  footer img {
    max-width: 130px;
    width: 100%;
    display: inline-block;
    height: auto; }
  footer a {
    text-decoration: none;
    color: #000; }

.hamburger {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  transition: all 0.5s ease;
  top: 20px;
  left: 20px;
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  .hamburger.show {
    display: block;
    transition: all 0.5s ease; }
  .hamburger.active .hamburger__icon {
    background-color: transparent; }
    .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
      background-color: #000; }
    .hamburger.active .hamburger__icon:before {
      -moz-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
      -webkit-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg); }
    .hamburger.active .hamburger__icon:after {
      -moz-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
      -webkit-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg); }

.hamburger__icon {
  position: relative;
  margin-top: 20px;
  margin-bottom: 13px; }
  .hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: ""; }
  .hamburger__icon:before {
    top: -7px; }
  .hamburger__icon:after {
    top: 7px; }

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: black;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 140px;
  width: 140px;
  background-color: #d8d8d8;
  transform: translate(-50%, -50%);
  border-radius: 50% 50%;
  transition: all .5s;
  opacity: 1;
  pointer-events: none; }
  .play-btn:before {
    content: " ";
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 55%;
    height: 50%;
    width: 40%;
    background-color: #173665;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    transition: all .5s; }
  .play-btn:after {
    transition: all .5s; }
  .play-btn.play:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 20%;
    left: 35%;
    transition: all .5s; }
  .play-btn.play:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 20%;
    height: 50%;
    right: 15%;
    top: 50%;
    content: " ";
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #173665;
    transition: all .5s; }

header {
  padding: 30px 40px;
  font-size: 0;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  transition: all .4s; }
  header.fixed-content {
    background-color: transparent;
    transition: all .4s; }
    header.fixed-content nav li a {
      color: #fff;
      transition: all .4s; }
    header.fixed-content nav li:before {
      background-color: #fff;
      transition: all .4s; }
    header.fixed-content nav li:hover a, header.fixed-content nav li.active a {
      color: #fff;
      transition: all .4s; }
  header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25); }
    header.sticky .hamburger {
      top: 10px; }
    header.sticky .logo {
      width: 200px;
      transition: all .4s; }
      header.sticky .logo img {
        transition: all .4s; }
  header .logo {
    display: inline-block;
    max-width: 235px;
    transition: all .4s; }
    header .logo img {
      width: 100%;
      max-width: 100%;
      transition: all .4s; }
  header nav {
    display: inline-block;
    float: right;
    transition: all .4s; }
    header nav ul {
      display: inline-block;
      padding-left: 0;
      margin: 0;
      vertical-align: middle; }
    header nav li {
      list-style: none;
      display: inline-block;
      margin-right: 20px;
      cursor: pointer;
      position: relative; }
      header nav li:last-child {
        margin-right: 0; }
      header nav li a {
        font-size: 17px;
        outline: none;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        padding: 5px 10px 0 10px;
        color: #383838;
        transition: color .4s; }
      header nav li:before {
        position: absolute;
        content: " ";
        width: 0;
        height: 3px;
        background-color: #d0302e;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: all .5s; }
      header nav li:hover a, header nav li.active a {
        color: #d0302e;
        transition: color .4s; }
      header nav li:hover:before, header nav li.active:before {
        opacity: 1;
        width: 90%;
        transition: all .5s; }

main {
  margin-top: 97px; }

.form-control {
  padding: 15px 0px;
  width: 100%;
  box-sizing: border-box; }

.flex-inner {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex; }

.pop-about {
  padding: 0 5px 5px 5px;
  transition: all 1s;
  -webkit-box-shadow: 0px 13px 12px -4px #bdbdbd;
  -moz-box-shadow: 0px 13px 12px -4px #bdbdbd;
  box-shadow: 0px 13px 12px -4px #bdbdbd;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -moz-word-wrap: break-word; }

.flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex; }

.home {
  background: transparent;
  position: relative;
  padding: 30px 20px 100px 20px; }
  .home:before {
    height: 100%;
    width: 100%;
    content: " ";
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; }
  .home:after {
    height: 100%;
    width: 100%;
    content: " ";
    top: 0;
    left: 0;
    background-image: url(../images/bg1.jpg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -2;
    background-attachment: fixed; }
  .home .flex-home {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex; }
  .home .container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box; }
  .home a {
    text-decoration: none;
    color: #000; }
    .home a:hover {
      text-decoration: underline !important; }
  .home article {
    max-width: 530px;
    width: 100%; }
    .home article .flex-home {
      display: flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex; }
    .home article .left {
      margin-right: 20px; }
      .home article .left .img-container {
        height: 170px;
        width: 170px;
        background-color: #173665;
        border-radius: 50% 50%;
        text-align: center;
        position: relative; }
        .home article .left .img-container img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .home article h3 {
      margin: 0 0 15px 0;
      font-size: 27px;
      font-weight: 500; }
    .home article:first-child {
      margin: 0 auto;
      text-align: center; }
      .home article:first-child .work-for-us {
        padding-right: 70px;
        position: relative;
        transition: all .4s;
        text-decoration: none !important; }
        .home article:first-child .work-for-us:before {
          content: " ";
          position: absolute;
          background-image: url(../images/icon-1.png);
          top: 50%;
          transform: translateY(-50%);
          right: 33px;
          height: 44px;
          width: 28px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto; }
        .home article:first-child .work-for-us:hover {
          transform: all .4s;
          transform: scale(1.05); }
      .home article:first-child h1 {
        font-size: 30px;
        margin: 0;
        text-align: left; }
      .home article:first-child p {
        text-align: left; }
    .home article:nth-child(2) {
      float: left;
      margin-top: 125px; }
      .home article:nth-child(2) span {
        font-weight: bold;
        display: inline-block;
        margin-bottom: 10px; }
      .home article:nth-child(2) a:hover {
        text-decoration: underline !important; }
        .home article:nth-child(2) a:hover span {
          text-decoration: underline !important; }
    .home article:nth-child(3) {
      float: right; }
      .home article:nth-child(3) p {
        font-weight: 700; }
      .home article:nth-child(3) .left {
        margin-right: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
        .home article:nth-child(3) .left .img-container img {
          width: 98px;
          height: auto; }
      .home article:nth-child(3) .right {
        margin-right: 20px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
    .home article:last-child {
      padding-top: 20px; }

.who-are-we .video-container {
  background-color: #173665;
  padding: 10% 20px;
  box-sizing: border-box;
  position: relative; }
  .who-are-we .video-container video {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    display: block; }
  .who-are-we .video-container .play-btn {
    height: 90px;
    width: 90px; }

.who-are-we .media-container {
  background-color: #173665;
  padding: 10% 20px;
  box-sizing: border-box;
  position: relative; }
  .who-are-we .media-container .video-embed {
    border: 10px #fff solid;
    position: relative;
    padding-bottom: 32%;
    height: 0;
    padding-right: 10px;
    max-width: 700px;
    margin: 0 auto; }
  .who-are-we .media-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%; }

.who-are-we .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 20px; }

.who-are-we h1 {
  color: #173665;
  font-size: 50px;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase; }

.who-are-we .item {
  width: 33%;
  margin-bottom: 30px; }

.who-are-we .staff {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px; }
  .who-are-we .staff .staff-slick {
    max-width: 900px;
    margin: 0 auto; }
  .who-are-we .staff .item {
    outline: none;
    cursor: pointer; }
    .who-are-we .staff .item .avatar {
      height: 90px;
      width: 90px;
      margin-right: 10px;
      overflow: hidden;
      border-radius: 50% 50%;
      float: left; }
      .who-are-we .staff .item .avatar img {
        max-width: 100%;
        width: 100%; }
    .who-are-we .staff .item .about {
      margin-top: 25px;
      position: relative; }
      .who-are-we .staff .item .about .name {
        font-weight: bold;
        display: block; }
      .who-are-we .staff .item .about .position {
        display: inline-block;
        margin-top: 7px;
        margin-bottom: 30px; }
      .who-are-we .staff .item .about .about-staff {
        display: none; }

.who-are-we .nurses {
  margin-top: 80px; }
  .who-are-we .nurses .item {
    padding: 0 35px;
    box-sizing: border-box; }
  .who-are-we .nurses .avatar {
    height: 90px;
    width: 90px;
    overflow: hidden;
    border-radius: 50% 50%;
    margin: 0 auto; }
    .who-are-we .nurses .avatar img {
      max-width: 100%;
      width: 100%; }
  .who-are-we .nurses .about {
    margin-top: 15px;
    text-align: center; }
    .who-are-we .nurses .about .name {
      font-weight: bold; }
    .who-are-we .nurses .about span {
      display: block; }
    .who-are-we .nurses .about .comment {
      margin-top: 15px;
      color: #002B63;
      font-weight: 500; }

.who-are-we .contact-us-btn-conatainer {
  text-align: center; }
  .who-are-we .contact-us-btn-conatainer .btn {
    transition: all .4s; }
    .who-are-we .contact-us-btn-conatainer .btn:hover {
      transition: all .4s;
      transform: scale(1.05); }

.get-started h1 {
  text-transform: uppercase;
  color: #333333;
  font-size: 50px;
  text-align: center;
  margin: 0; }

.get-started .fixed-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  transition: all .5s;
  width: 100%;
  overflow: hidden;
  background-color: #424242;
  z-index: 9; }
  .get-started .fixed-container video {
    width: 100%;
    height: auto; }
  .get-started .fixed-container .video-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%; }
  .get-started .fixed-container .go-to-content {
    position: absolute;
    height: 50px;
    width: 50px;
    border: 2px #fff solid;
    content: " ";
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    transition: all .4s; }
    .get-started .fixed-container .go-to-content:before {
      content: " ";
      position: absolute;
      height: 15px;
      width: 15px;
      border-bottom: 2px #fff solid;
      border-left: 2px #fff solid;
      top: 14px;
      left: 16px;
      transform: rotate(-44deg);
      transition: all .4s; }
    .get-started .fixed-container .go-to-content:hover {
      border-color: #b0acac;
      transition: all .4s; }
      .get-started .fixed-container .go-to-content:hover:before {
        transition: all .4s;
        border-color: #b0acac; }

.get-started .get-started-main {
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px 40px 20px; }
  .get-started .get-started-main .signup-text {
    display: block;
    text-align: center;
    font-size: 22px; }
  .get-started .get-started-main .form-container {
    margin-top: 65px;
    max-width: 895px;
    margin-left: auto;
    margin-right: auto; }
  .get-started .get-started-main .video-container {
    position: relative !important;
    max-width: 895px;
    margin-left: auto;
    margin-right: auto;
    background-color: #424242; }
    .get-started .get-started-main .video-container video {
      max-width: 100%;
      width: 100%; }
  .get-started .get-started-main .how-work {
    margin-top: 110px; }
    .get-started .get-started-main .how-work h2 {
      text-transform: uppercase;
      font-size: 35px;
      text-align: center;
      margin-top: 0;
      margin-bottom: 50px; }
  .get-started .get-started-main .req-offer-cotainer {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px; }
    .get-started .get-started-main .req-offer-cotainer h3 {
      text-transform: uppercase;
      text-align: center; }
    .get-started .get-started-main .req-offer-cotainer .requirements, .get-started .get-started-main .req-offer-cotainer .offers {
      max-width: 455px;
      float: left;
      width: 100%; }
      .get-started .get-started-main .req-offer-cotainer .requirements .item, .get-started .get-started-main .req-offer-cotainer .offers .item {
        padding: 5px 10px;
        margin-bottom: 15px;
        width: 28.3%; }
        .get-started .get-started-main .req-offer-cotainer .requirements .item a, .get-started .get-started-main .req-offer-cotainer .offers .item a {
          text-decoration: none;
          width: 100%; }
        .get-started .get-started-main .req-offer-cotainer .requirements .item img, .get-started .get-started-main .req-offer-cotainer .offers .item img {
          width: 30px;
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          margin-right: 5px; }
        .get-started .get-started-main .req-offer-cotainer .requirements .item span, .get-started .get-started-main .req-offer-cotainer .offers .item span {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          color: #2a364c !important;
          font-size: 12px; }
    .get-started .get-started-main .req-offer-cotainer .offers {
      max-width: 400px;
      float: right;
      width: 100%; }

.get-started .left, .get-started .right {
  width: 50%; }

.get-started .right {
  text-align: right; }
  .get-started .right .form-control {
    display: inline-block;
    max-width: 320px; }

.get-started .form-control {
  position: relative; }
  .get-started .form-control span.error {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 10px;
    color: red; }

.get-started input[type='text'], .get-started input[type='email'] {
  font-size: 17px;
  padding: 3px 5px;
  display: block;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px #9a9a9a solid;
  outline: none;
  border-radius: 5px; }

.get-started select {
  font-size: 17px;
  padding: 3px 5px;
  display: block;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  border: 1px #9a9a9a solid;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #fff;
  border-radius: 5px; }

.get-started .submit-container {
  width: 100%;
  text-align: center; }
  .get-started .submit-container .btn {
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    transition: all .4s;
    border: none; }
    .get-started .submit-container .btn:hover {
      transform: scale(1.03);
      transition: all .4s; }

.get-started .faq {
  margin-top: 80px;
  text-align: center; }
  .get-started .faq h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 0; }
  .get-started .faq .faq-nav-list {
    padding-left: 0;
    list-style: none;
    display: inline-block; }
    .get-started .faq .faq-nav-list li {
      display: inline-block;
      margin-right: 30px;
      position: relative;
      margin-bottom: 10px; }
      .get-started .faq .faq-nav-list li:last-child {
        margin-right: 0; }
      .get-started .faq .faq-nav-list li:before {
        opacity: 0;
        width: 0;
        position: absolute;
        width: 0;
        height: 2px;
        left: 50%;
        bottom: 0;
        content: " ";
        background-color: #000100;
        transition: all .4s;
        transform: translateX(-50%); }
      .get-started .faq .faq-nav-list li a {
        display: inline-block;
        padding: 5px 15px;
        text-decoration: none;
        color: #000;
        font-weight: bold; }
      .get-started .faq .faq-nav-list li.active:before, .get-started .faq .faq-nav-list li:hover:before {
        transition: all .4s;
        opacity: 1;
        width: 100%; }
      .get-started .faq .faq-nav-list li.active a, .get-started .faq .faq-nav-list li:hover a {
        color: #d0302e; }

.get-started .faq-content {
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .get-started .faq-content .panel-2, .get-started .faq-content .panel-3, .get-started .faq-content .panel-4 {
    display: none; }
  .get-started .faq-content .flex {
    transition: all .5s; }
  .get-started .faq-content .left, .get-started .faq-content .right {
    width: 50%;
    text-align: left !important;
    padding: 0 30px;
    box-sizing: border-box; }
  .get-started .faq-content .faq-item {
    margin: 15px 0;
    transition: all .5s; }
    .get-started .faq-content .faq-item .link-toggler {
      color: #000;
      text-decoration: none;
      font-weight: 500;
      font-size: 22px;
      transition: all .5s; }
  .get-started .faq-content strong {
    color: #424242; }
  .get-started .faq-content .full-item-desc {
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    margin: 20px 0;
    font-size: 12px;
    max-height: 0;
    overflow: hidden; }
    .get-started .faq-content .full-item-desc p {
      margin: 15px 0; }
    .get-started .faq-content .full-item-desc a {
      color: #d0302e; }
    .get-started .faq-content .full-item-desc.show {
      -webkit-transition: max-height 1s;
      -moz-transition: max-height 1s;
      -ms-transition: max-height 1s;
      -o-transition: max-height 1s;
      transition: max-height 1s;
      max-height: 3000px; }

.contact-us {
  padding: 70px 20px 40px 20px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  background-color: #d0302e; }
  .contact-us h1 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 0; }
  .contact-us form {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .contact-us .address {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
    .contact-us .address p {
      color: #fff;
      font-weight: 500;
      font-size: 22px;
      width: 100%; }
  .contact-us .form-group {
    padding: 10px 0;
    box-sizing: border-box; }
  .contact-us .block {
    display: block;
    width: 100%; }
  .contact-us input, .contact-us textarea {
    padding: 8px;
    font-size: 17px;
    outline: none;
    background-color: #fff;
    font-weight: bold;
    box-sizing: border-box; }
  .contact-us input[type='submit'] {
    padding: 5px 25px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .4s;
    cursor: pointer; }
    .contact-us input[type='submit']:hover {
      transform: scale(1.03);
      transition: all .4s; }
  .contact-us textarea {
    resize: none; }

.thank-you-response {
  display: none;
  text-align: center; }

.slick-next {
  right: -55px; }

.slick-prev {
  left: -55px; }

@media (max-width: 960px) {
  .contact-us, .get-started, .home {
    padding-top: 60px; }
    .contact-us h1, .get-started h1, .home h1 {
      font-size: 35px; }
  .who-are-we h1 {
    font-size: 35px; }
  .who-are-we .staff .staff-slick {
    max-width: 700px; }
  .get-started .get-started-main {
    padding-top: 0px; }
    .get-started .get-started-main .req-offer-cotainer .requirements, .get-started .get-started-main .req-offer-cotainer .offers {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; }
  .play-btn {
    height: 85px;
    width: 85px; }
  .contact-us .address p {
    font-size: 12px;
    margin-top: 0; }
  .who-are-we .media-container .video-embed {
    padding-bottom: 50%; } }

@media (max-width: 768px) {
  .who-are-we .staff .staff-slick {
    max-width: 300px; }
  .home:after {
    background-position: top center; }
  footer {
    background-color: #fff; } }

@media (max-width: 728px) {
  .hamburger {
    display: block; }
  header {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    transition: all .4s; }
    header.show-nav {
      padding-bottom: 0;
      transition: all .4s;
      -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25); }
      header.show-nav nav {
        height: auto;
        transition: all .4s;
        margin-top: 10px; }
    header .logo {
      display: block;
      margin: 0 auto; }
    header nav {
      display: block;
      transition: all .4s;
      width: 100%;
      height: 0;
      overflow: hidden; }
      header nav ul {
        display: block;
        transition: all .4s; }
      header nav li {
        display: block;
        margin-right: 0;
        padding: 12px 20px;
        border-bottom: 1px #424242 solid; }
        header nav li.active, header nav li:hover {
          border-bottom: 1px #fff solid; }
          header nav li.active:before, header nav li:hover:before {
            width: 100%;
            bottom: 0; }
        header nav li a {
          display: block; }
        header nav li:last-child {
          border: none; }
  main {
    margin-top: 80px; }
  .who-are-we .item {
    width: 50%; }
  .get-started .left, .get-started .right {
    text-align: left;
    display: inline-block;
    width: 100%; }
  .get-started .form-container {
    max-width: 300px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .get-started .faq h2 {
    padding: 0 20px;
    font-size: 25px; }
  .get-started .faq-content {
    padding-left: 0;
    padding-right: 0; }
    .get-started .faq-content .faq-item .link-toggler {
      font-size: 17px; }
    .get-started .faq-content .full-item-desc p {
      font-size: 14px; }
    .get-started .faq-content .left, .get-started .faq-content .right {
      width: 100%; }
    .get-started .faq-content .right {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }
    .get-started .faq-content .left {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0; }
  .contact-us h1 {
    margin: 0; }
  .contact-us form {
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0; }
  .contact-us .address {
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0; }
    .contact-us .address p {
      text-align: center;
      margin-bottom: 20px; }
  .get-started .fixed-container .go-to-content {
    bottom: 10px; }
  .home .container {
    padding: 0; }
  .who-are-we .media-container .video-embed {
    padding-bottom: 55%; } }

@media (max-width: 568px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px; }
    header .hamburger {
      top: 7px; }
    header .logo {
      width: 150px; }
    header.sticky .hamburger {
      top: 5px; }
    header.sticky .logo {
      width: 130px; }
  main {
    margin-top: 55px; }
  .home .flex-home {
    display: block; }
  .home .left {
    margin-bottom: 15px !important; }
    .home .left .img-container {
      height: 120px !important;
      width: 120px !important; }
      .home .left .img-container img {
        width: 60px !important; }
  .home article {
    float: none !important;
    margin-bottom: 70px !important;
    margin-top: 0 !important; }
    .home article span {
      text-align: left !important; }
    .home article .right.text-right {
      text-align: left !important; }
  .btn {
    font-size: 14px !important; }
  .contact-us {
    padding-top: 70px; }
  .play-btn {
    height: 75px;
    width: 75px; }
  .get-started .fixed-container .go-to-content {
    bottom: 10px;
    height: 30px;
    width: 30px; }
    .get-started .fixed-container .go-to-content:before {
      height: 10px;
      width: 10px;
      left: 8.5px;
      top: 8px; }
  .play-btn {
    height: 55px;
    width: 55px; }
  .contact-us, .get-started, .home {
    padding-top: 40px; } }

@media (max-width: 414px) {
  .who-are-we .item {
    width: 100%; }
  .get-started .get-started-main .req-offer-cotainer .requirements .item, .get-started .get-started-main .req-offer-cotainer .offers .item {
    width: 100%; }
  header.fixed-content {
    background-color: #fff !important; }
  header.fixed-content nav li a {
    color: #383838; }
  header.fixed-content nav li.active a {
    color: #d0302e; }
  header.fixed-content nav li.active:before {
    background-color: #d0302e; }
  .home:before {
    position: fixed; }
  .home:after {
    background-attachment: local;
    position: fixed;
    background-position: 30% center; } }

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