@charset "UTF-8";
/*
Theme Name: HireAction
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 16px/1.5 "Nunito Sans", sans-serif;
  color: #525975;
  background: #fff;
  margin: 0; }

a {
  color: #525975;
  text-decoration: none;
  transition: .3s linear; }

b, strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

button {
  cursor: pointer; }

.bgi {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: normal; }

h1 {
  font-size: 24px;
  font-weight: 700; }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-weight: 400;
  font-size: 20px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-weight: 400;
  font-size: 28px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 25px;
  margin: 0 0 0.9em;
  font-weight: 400; }

h5 {
  font-size: 20px;
  font-weight: 400; }

h6 {
  font-size: 90%; }

strong, b, th {
  font-weight: 700; }

ul li, ol li {
  list-style-position: outside; }

ul {
  list-style-type: disc;
  margin: 0 0 1.3em;
  padding: 0 0 0 15px; }

ol {
  margin: 0 0 1.3em;
  padding: 0 0 0 15px; }

dl, p, h1, h2, h3, h4, h5, h6, applet, embed, object, frameset {
  margin: 0 0 1.3em; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

a {
  color: #1D2C4C; }

@media (min-width: 769px) {
  .alignleft {
    float: left;
    margin: 0 40px 40px 0; } }

@media (min-width: 769px) {
  .alignright {
    float: right;
    margin: 0 0 40px 40px; } }

@media (min-width: 769px) {
  .aligncenter {
    display: block;
    margin: 0 auto 40px; } }

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

.cf:before, .container:before,
.cf:after,
.container:after {
  content: "";
  display: table; }


.cf:after,
.container:after {
  clear: both; }

.container {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

/*
font-family: 'Nunito Sans', sans-serif;
*/
#wrapper {
  overflow: hidden;
  position: relative; }

.admin-bar #header .nav-area {
  top: 97px; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
textarea {
  padding: 15px 3px;
  font-size: 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #f4f4f6;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 1.2;
  width: 100%; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="url"][disabled],
  input[type="email"][disabled],
  input[type="tel"][disabled],
  textarea[disabled] {
    background: #e8ebeb;
    color: #ababab; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #bbb; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #bbb; }
  input[type="text"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #bbb; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="url"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  textarea::placeholder {
    color: #bbb; }

.top-header {
  background: #1D2C4C;
  font-size: 12px; }
  .top-header ul {
    list-style: none;
    margin: 0;
    padding: 17px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .top-header ul li {
      margin: 0 0 0 40px; }
  .top-header a {
    color: #fff; }

#bitnami-banner {
	display: none;
}

.contact_us_form .wpforms-field-container {
	width: 100% !important;
}

.contact_us_form input[type="text"],
.contact_us_form input[type="password"],
.contact_us_form input[type="url"],
.contact_us_form input[type="email"],
.contact_us_form input[type="number"],
.contact_us_form textarea {
  padding: 15px 3px !important;
  font-size: 20px !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #f4f4f6 !important;
  margin: 0 !important;
  font-family: "Nunito Sans", sans-serif !important;
  outline: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  line-height: 1.2 !important;
  width: 100% !important; 
}

.contact_us_form .wpforms-field {
	margin: 0 0 40px !important;
}

.contact_us_form .btn {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #00A79D !important;
    border: 1px solid #00A79D !important;
    border-radius: 4px !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 20px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    padding: 11px 18px !important;
    transition: all 0.3s linear !important;
    cursor: pointer !important;
}

.contact_us_form .btn:hover {
    background: rgba(0, 167, 157, 0.05) !important;
    color: #00A79D !important; }

.home .blue-area > .container{
    position: relative;
}
.home .blue-area > .container::before,
.solutions_page.blue-area > .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 4%;
    width: 135px;
    height: 33px;
    background-image: url('/wp-content/uploads/2021/08/triangle.svg');
    background-size: contain;
    background-repeat: no-repeat;
}



  @media (max-width: 991px) {
    .top-header {
      display: none; } }

#header {
  font-size: 14px;
  margin: 0 0 25px; }
  @media (min-width: 992px) {
    #header {
      font-size: 16px;
      border-bottom: 1px solid #f4f4f6;
      margin: 0 0 5em; } }
  #header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f6;
    font-weight: 700; }
    @media (min-width: 992px) {
      #header .container {
        padding-top: 24px;
        padding-bottom: 24px;
        border: none; } }
    #header .container:before, #header .container:after {
      display: none; }
  #header .nav-area {
    transition: all 0.3s linear; }
    @media (min-width: 992px) {
      #header .nav-area {
        display: flex;
        width: calc(100% - 290px);
        align-items: center;
        justify-content: space-between; } }
    @media (max-width: 991px) {
      #header .nav-area {
        background: #fff;
        z-index: 99;
        position: fixed;
        top: 63px;
        left: 0;
        width: 100%;
        padding: 15px 20px 80px;
        height: calc(100vh - 63px);
        transform: translateX(100%); } }
    @media (max-width: 991px) {
      #header .nav-area.open {
        transform: translateX(0); } }
  #header .logo {
    width: 107px; }
    @media (min-width: 992px) {
      #header .logo {
        width: 172px; } }
  #header .top-nav {
    list-style: none;
    margin: 0;
    padding: 25px 0 0;
    border-bottom: 1px solid #f4f4f6; }
    @media (min-width: 992px) {
      #header .top-nav {
        display: none; } }
    #header .top-nav li {
      margin: 0 0 32px; }
  #header .login-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      #header .login-nav {
        position: absolute;
        bottom: 36px;
        left: 0;
        right: 0; } }
    #header .login-nav .login {
      color: #1D2C4C;
      font-weight: 700;
      font-size: 16px; }
    #header .login-nav li {
      margin: 0 0 0 30px; }
      #header .login-nav li:first-child {
        margin: 0; }
    #header .login-nav .btn span {
      font-weight: 400; }

#nav ul {
  border-bottom: 1px solid #f4f4f6;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    #nav ul {
      display: flex;
      border: none; } }

#nav li {
  margin: 0 0 32px; }
  @media (min-width: 992px) {
    #nav li {
      margin: 0 40px 0 0; } }

.btn-menu {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer; }
  @media (min-width: 992px) {
    .btn-menu {
      display: none; } }
  .btn-menu i {
    transition: .2s ease;
    display: block;
    width: 100%;
    height: 2px;
    background: #1D2C4C;
    border-radius: 30px; }
    .btn-menu i + i {
      margin-top: 5px; }
      @media (min-width: 768px) {
        .btn-menu i + i {
          margin-top: 6px; } }
    .btn-menu i:nth-child(2) {
      width: 19px;
      margin: 6px 0 0 auto; }
  .btn-menu.open i:nth-child(1) {
    transform: rotate(45deg) translateX(5px) translateY(4px); }
  .btn-menu.open i:nth-child(2) {
    opacity: 0; }
  .btn-menu.open i:nth-child(3) {
    transform: rotate(-45deg) translateX(6px) translateY(-6px); }
  .btn-menu:focus {
    outline: none; }

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.btn {
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  background: #00A79D;
  border: 1px solid #00A79D;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 11px 18px;
  transition: all 0.3s linear;
  cursor: pointer;}
  .btn:hover {
    background: rgba(0, 167, 157, 0.05);
    color: #00A79D; }
  .btn.btn-frame {
    background: rgba(0, 167, 157, 0.05);
    color: #00A79D; }
    .btn.btn-frame:hover {
      background: #00A79D;
      color: #fff; }
  @media (max-width: 767px) {
    .btn {
      width: 100%;
      display: block; } }

.soc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }
  .soc-list li {
    margin: 0 8px 0 0; }
  .soc-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #F5FAFB;
    border-radius: 50%;
    font-size: 18px;
    color: #7F92A4; }
    .soc-list a:hover .fa-facebook-f {
      color: #1877f2; }
    .soc-list a:hover .fa-twitter {
      color: #1da1f2; }
    .soc-list a:hover .fa-instagram {
      color: #c32aa3; }
    .soc-list a:hover .fa-youtube {
      color: #c4302b; }


.b-info__content.green {
      background: #00A79D; }
      .b-info__image.green:after {
        background: #00A79D; } 


#footer {
  padding: 30px 0;
  line-height: 1.5; }
  @media (min-width: 768px) {
    #footer {
      padding: 90px 0 30px; } }
  @media (min-width: 768px) {
    #footer .container {
      display: flex; } }
  @media (min-width: 768px) {
    #footer .container:before, #footer .container:after {
      display: none; } }
  #footer h5 {
    font-size: 14px;
    line-height: 1.2;
    color: #1D2C4C;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 25px;
    letter-spacing: 0.04em; }
  #footer form {
    margin: 0 0 25px; }
    #footer form p {
      overflow: hidden; }
    #footer form .your-email {
      margin: 0 0 15px;
      display: block; }
      @media (min-width: 768px) {
        #footer form .your-email {
          float: left;
          width: calc(100% - 145px);
          margin: 0 20px 0 0; } }
    #footer form input[type="email"] {
      width: 100%;
      font-size: 14px; }
      @media (min-width: 768px) {
        #footer form input[type="email"] {
          font-size: 16px; } }
    @media (min-width: 768px) {
      #footer form input[type="submit"] {
        float: right;
        padding: 15px 18px; } }
    #footer form .wpcf7-not-valid-tip {
      font-size: 0.8em; }
    #footer form .wpcf7-response-output {
      display: none !important; }
  #footer .btn {
    min-width: 120px;
    text-align: center; }
  #footer .footer-col {
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      #footer .footer-col {
        width: 26%; } }
    @media (min-width: 768px) {
      #footer .footer-col:last-child {
        width: 41%;
        margin: 0 0 0 auto; } }
  #footer address {
    font-style: normal;
    padding: 0 0 0.8em; }
    #footer address span {
      display: block;
      margin: 0 0 1em; }
    #footer address a {
      color: #525975;
      display: block; }

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-nav li {
    padding: 0 0 1em; }

.bottom-foter {
  font-size: 12px;
  color: #7F92A4; }
  @media (min-width: 768px) {
    .bottom-foter {
      font-size: 13px;
      padding: 10px 0 0; } }
  .bottom-foter .container {
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center; }
  .bottom-foter p {
    margin: 0; }
  .bottom-foter .soc-list {
    margin: 0 0 35px; }
    @media (min-width: 768px) {
      .bottom-foter .soc-list {
        margin: 0 0 0 15px; } }

.b-info {
  font-size: 16px; }
  @media (min-width: 768px) {
    .b-info {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .b-info .container {
      display: flex; } }
  .b-info .container:before, .b-info .container:after {
    display: none; }
  .b-info__image {
    text-align: center;
    margin: 0 -20px;
    padding: 25px 20px;
    position: relative; }
    @media (min-width: 768px) {
      .b-info__image {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 140px 0;
        margin: 0; } }
    .b-info__image:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      left: -9999px; }
    .b-info__image.green {
      background: #00A79D; }
      .b-info__image.green:after {
        background: #00A79D; }
    .b-info__image.blue {
      background: #005D9C; }
      .b-info__image.blue:after {
        background: #005D9C; }
  .b-info__content {
    padding: 30px 0; }
    @media (min-width: 768px) {
      .b-info__content {
        padding: 0 0 0 100px;
        width: 50%;
        display: flex;
        align-items: center; } }
    @media (min-width: 768px) {
      .b-info__content .text {
        max-width: 470px; } }
  .b-info h2 {
    color: #1D2C4C;
    font-weight: 700;
    margin: 0 0 0.7em;
    font-size: 20px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .b-info h2 {
        line-height: 1.3;
        margin: 0 0 1em;
        font-size: 32px; } }
  .b-info.reverse .container {
    position: static; }
    @media (min-width: 768px) {
      .b-info.reverse .container {
        flex-direction: row-reverse; } }
  .b-info.reverse .b-info__content {
    padding: 30px 0; }
  .b-info.reverse .b-info__image {
    justify-content: flex-end; }
    .b-info.reverse .b-info__image:after {
      right: -9999px;
      left: 100%; }
  .b-info.gray {
    background: #F2F7FA; }
  .b-info.b-info__form {
    position: relative;
/*     min-height: 465px; */
/*     height: calc(100vh - -32px - 97px - 5em - 190px);  */
}


.page-template-page-solutions .b-info.b-info__form {
    position: relative;
    /* min-height: 465px; */
/*     height: calc(100vh - -123px - 97px - 5em - 190px); */
}
    @media (max-width: 767px) {
      .b-info.b-info__form {
        padding: 0 0; } }
    @media (min-width: 768px) {
      .b-info.b-info__form .container {
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .b-info.b-info__form .container {
        display: flex;
        flex-direction: column-reverse; } }
    @media (min-width: 768px) {
      .b-info.b-info__form .b-info__image {
        padding: 0;
        width: 58%;
        justify-content: flex-end; } }
    .b-info.b-info__form .b-info__image .holder {
      max-width: 552px;
      box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.08);
      position: relative; }
      .b-info.b-info__form .b-info__image .holder:after {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        top: 100%;
        background: #f1f1f1;
        height: 12px;
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.04); }
    .b-info.b-info__form .b-info__content {
      padding: 15px 0 0; }
      @media (min-width: 768px) {
        .b-info.b-info__form .b-info__content {
          width: 42%;
          min-width: 470px; } }
    .b-info.b-info__form form {
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 50px; }
      @media (min-width: 768px) {
        .b-info.b-info__form form {
          overflow: hidden;
          position: static;
          padding: 55px 0 5em;
          width: 100%; } }
      .b-info.b-info__form form input[type="email"] {
        font-size: 14px; }
        @media (min-width: 768px) {
          .b-info.b-info__form form input[type="email"] {
            font-size: 20px; } }
      .b-info.b-info__form form .your-email {
        margin: 0 0 15px;
        display: block; }
        @media (min-width: 768px) {
          .b-info.b-info__form form .your-email {
            float: left;
            width: calc(100% - 185px);
            margin: 0 15px 0 0; } }
      .b-info.b-info__form form p {
        margin: 0;
        position: relative; }
      .b-info.b-info__form form .ajax-loader {
        position: absolute; }
      .b-info.b-info__form form input[type="submit"] {
        width: 125px; }
        @media (min-width: 768px) {
          .b-info.b-info__form form input[type="submit"] {
            float: right; } }
      .b-info.b-info__form form .wpcf7-not-valid-tip {
        font-size: 0.8em; }
      .b-info.b-info__form form .wpcf7-response-output {
        margin: 0;
        font-size: 0.8em; }
      .b-info.b-info__form form .btn {
        max-width: 125px; }
        @media (min-width: 768px) {
          .b-info.b-info__form form .btn {
            max-width: inherit;
            min-width: 165px;
            font-size: 20px;
            padding: 15px; } }
    .b-info.b-info__form h2 {
      font-size: 24px;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .b-info.b-info__form h2 {
          font-size: 39px;
          line-height: 48px;
		  margin: 0 0 30px;} }
      .b-info.b-info__form h2 .decor {
        position: relative;
        background: url(images/blue-bg.jpg) repeat-x 0 16px;
        background-size: auto 16px;
        padding: 0 3px; }



.blue-area {
  background: #005D9C;
  color: #fff;
  font-size: 16px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .blue-area {
      font-size: 25px; } }
  .blue-area .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .blue-area .container {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .blue-area .container:after {
      content: "";
      background: url(images/svg/arrow-green.svg) no-repeat;
      background-size: contain;
      width: 135px;
      height: 33px;
      position: absolute;
      top: 0;
      left: 71px; }
      @media (min-width: 768px) {
        .blue-area .container:after {
          left: 55px; } }
  .blue-area blockquote {
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 1.3; }
    .blue-area blockquote q {
      display: block;
      margin: 0 0 12px; }
      @media (min-width: 768px) {
        .blue-area blockquote q {
          margin: 0 0 25px; } }
    .blue-area blockquote cite {
      color: rgba(255, 255, 255, 0.75);
      font-size: 16px;
      display: block;
      font-weight: 300; }
      .blue-area blockquote cite:before {
        content: "—";
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0; }
  .blue-area h2 {
    margin: 0 0 20px;
    font-size: 24px; }
    @media (min-width: 768px) {
      .blue-area h2 {
        font-size: 32px;
        float: left;
        margin: 0 75px 0 0; } }

.area-form {
  margin: 0 0 4em; }
  @media (min-width: 768px) {
    .area-form form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .area-form input[type="text"],
  .area-form input[type="password"],
  .area-form input[type="url"],
  .area-form input[type="email"],
  .area-form input[type="tel"],
  .area-form textarea {
    font-size: 14px;
    padding: 9px 0px; }
    @media (min-width: 768px) {
      .area-form input[type="text"],
      .area-form input[type="password"],
      .area-form input[type="url"],
      .area-form input[type="email"],
      .area-form input[type="tel"],
      .area-form textarea {
        font-size: 20px;
        padding: 18px 0px; } }
  .area-form textarea {
    height: 60px;
    overflow: hidden; }
  .area-form .block {
    margin: 0 0 19px; }
    @media (min-width: 768px) {
      .area-form .block {
        margin: 0 0 40px;
        width: 48%;
        max-width: 540px; } }
    .area-form .block.w100 {
      margin: 0 0 13px; }
      @media (min-width: 768px) {
        .area-form .block.w100 {
          max-width: 100%;
          width: 100%;
          margin: 0 0 45px; } }
  @media (min-width: 768px) {
    .area-form .btn {
      font-size: 20px;
      min-width: 240px;
      padding: 14px; } }
  @media (max-width: 767px) {
    .area-form .btn {
      display: block;
      width: 100%; } }
  .area-form .wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin: 0;
    text-align: center; }
  .area-form .wpcf7-not-valid-tip {
    font-size: 0.8em; }

.page-title {
  margin: 0 0 1.1em;
  color: #1D2C4C; }

@media (min-width: 768px) {
  #main {
    display: flex;
    justify-content: space-between; } }

.decor {
  position: relative;
  background: url(images/blue-bg.jpg) repeat-x 0 16px;
  background-size: auto 12px;
  padding: 0 3px; }
  @media (min-width: 768px) {
    .decor {
      background-size: auto 16px;
      background-position: 0 8px; } }

#content {
  line-height: 1.7;
  font-size: 14px;
  margin: 0 0 35px; }
  @media (min-width: 768px) {
    #content {
      font-size: 16px;
      margin: 0;
      width: 50%;
      max-width: 455px; } }
  #content h1 {
    line-height: 1.5;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      #content h1 {
        margin: 0 0 25px; } }
  #content p {
    margin: 0 0 2.1em; }
    @media (min-width: 768px) {
      #content p {
        margin: 0 0 2.8em; } }
  #content .btn {
    padding: 8px 18px; }
    @media (min-width: 768px) {
      #content .btn {
        font-size: 20px;
        padding: 10px;
        min-width: 240px; } }

.page-content a {
  text-decoration: underline; }
  .page-content a:hover {
    text-decoration: none; }

.page-content blockquote {
  background: #005D9C;
  padding: 2em;
  color: #fff;
  margin: 0 0 1.3em; }
  .page-content blockquote p:before {
    content: '"'; }
  .page-content blockquote p:after {
    content: '"'; }
  .page-content blockquote p:last-child {
    margin: 0; }

.page-content h1 {
  color: #1D2C4C; }

@media (min-width: 768px) {
  #sidebar {
    width: 50%;
    max-width: 460px; } }

.area-sidebar {
  border: 1px solid #f8f8f8;
  margin: 0 0 1.1em; }
  @media (min-width: 768px) {
    .area-sidebar {
      font-size: 20px;
      margin: 0 0 1.3em; } }
  .area-sidebar h3 {
    font-size: 20px;
    font-weight: 700;
    color: #bbb;
    margin: 0;
    padding: 19px 16px 13px;
    border-bottom: 1px solid #f8f8f8; }
    @media (min-width: 768px) {
      .area-sidebar h3 {
        padding: 30px 38px 22px;
        font-size: 24px; } }
  .area-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0; }
    @media (min-width: 768px) {
      .area-sidebar ul {
        padding: 30px 0 0; } }
  .area-sidebar li {
    padding: 0 17px 18px;
    margin: 0; }
    @media (min-width: 768px) {
      .area-sidebar li {
        padding: 0 35px 24px; } }
  .area-sidebar span {
    display: flex;
    align-items: center; }
    .area-sidebar span img {
      width: 18px;
      margin: 0 15px 0 0; }
      @media (min-width: 768px) {
        .area-sidebar span img {
          margin: 0 25px 0 0;
          width: 24px; } }
  .area-sidebar.area-features {
    border: none;
    background: #F2F7FA; }
    .area-sidebar.area-features h3 {
      color: #1D2C4C;
      border-bottom-color: #fff; }
    .area-sidebar.area-features ul {
      padding: 30px 0 0; }

#contact-modal {
  padding: 225px 20px 30px;
  background: #fff url(images/Frame.svg) no-repeat 50% 20px;
  background-size: 205px auto;
  text-align: center;
  min-width: 318px; }
  @media (min-width: 768px) {
    #contact-modal {
      padding: 245px 30px 30px;
      min-width: 600px;
      min-height: 450px; } }
  #contact-modal h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1D2C4C;
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      #contact-modal h3 {
        font-size: 40px; } }
  @media (max-width: 767px) {
    #contact-modal .btn {
      display: block;
      width: 100%; } }
  @media (min-width: 768px) {
    #contact-modal .btn {
      font-weight: 700;
      font-size: 20px;
      min-width: 240px;
      padding: 13px; } }
  #contact-modal .fancybox-close-small {
    right: 23px;
    top: 23px;
    padding: 0;
    width: 20px;
    height: 20px; }
    @media (min-width: 768px) {
      #contact-modal .fancybox-close-small {
        right: 30px;
        top: 30px; } }
    #contact-modal .fancybox-close-small svg {
      display: none; }
    #contact-modal .fancybox-close-small:before, #contact-modal .fancybox-close-small:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 2px;
      background: #000;
      transform: rotate(45deg);
      margin: 0 0 0 9px; }
      @media (min-width: 768px) {
        #contact-modal .fancybox-close-small:before, #contact-modal .fancybox-close-small:after {
          margin: 8px 0 0; } }
    #contact-modal .fancybox-close-small:after {
      transform: rotate(-45deg); }

@media (min-width: 768px) {
  .form-search {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media (min-width: 768px) {
  .form-search input[type="text"] {
    margin: 0 20px 0 0; } }

.posts-holder {
  border-top: 1px solid #f8f8f8; }
  .posts-holder article {
    padding: 20px 0;
    border-bottom: 1px solid #f8f8f8; }
    @media (min-width: 768px) {
      .posts-holder article {
        padding: 50px 0; } }
    .posts-holder article h1 {
      font-size: 24px;
      margin: 0 0 20px; }

#price-table {
  max-width: 320px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.7;
  color: #525975;
  padding: 20px; }
  @media (min-width: 768px) {
    #price-table {
      padding: 35px;
      max-width: 600px; } }
  #price-table h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 1em; }
    @media (min-width: 768px) {
      #price-table h3 {
        margin: 0 0 1.5em; } }
  #price-table .wrap-rows {
    padding: 0 0 0.3em; }
  #price-table .price-row {
    font-size: 14px;
    color: #1D2C4C;
    padding: 10px 15px;
    margin: 0 0 16px;
    line-height: 2;
    background: #F2F7FA; }
    @media (min-width: 768px) {
      #price-table .price-row {
        padding: 20px 24px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    #price-table .price-row span, #price-table .price-row strong {
      display: block; }
  #price-table .fancybox-close-small {
    padding: 5px;
    right: 10px;
    top: 10px; }
    @media (min-width: 768px) {
      #price-table .fancybox-close-small {
        padding: 0;
        right: 30px;
        top: 30px; } }


/* Solutions */
.blue-area .container:after{
    display: none;
}
.blue-area{
/*     height: 67px; */
    margin-top: 30px;
}

/* .solutions_page.blue-area{
    height: 67px;
} */

.split {
    display: flex;
}
.step {
    padding: 155px 100px;
    flex: 1 1 50%;
    position: relative;
    color: #1D2C4C;
}
.step1 , .step4 {
    background: #F2F7FA;
}
.step2 {
    background: #00A79D;
    color: #F2F7FA;
}
.step2 .step__title span , .step3 .step__title span{
    background: #F2F7FA;
    color: #005D9C;
}
.step3 {
    background: #005D9C;
    color: #F2F7FA;
}

.step__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.step__text {
    max-width: 400px;
    font-size: 20px;
    font-weight: 400;
}
.step__title {
    max-width: 400px;
    font-size: 32px;
    font-weight: 700;
    position: relative;
}
.step__title span{
    position: absolute;
    left: -65px;
    top: 5px;
    font-size: 18px;
    line-height: 1;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005D9C;
    color: #fff;
}
.steps {
}
.steps__title {
    position: absolute;
    top: 61px;
    left: 61px;
    font-size: 36px;
    font-weight: 700;
	left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    margin-left: -200px;
}

.b-info__content h2 {
	font-size: 40px;
}
@media screen and (max-width:1144px){
    .split{
        flex-direction: column;
    }
}
@media screen and (max-width:767px){
    .step{
        padding: 120px 100px;
    }
    .steps__title{
        top: 30px;
    }
}
@media screen and (max-width:584px){
    .step{
        padding: 120px 20px 120px 60px;
    }
    .steps__title{
        font-size: 28px;
    }
    .step__title{
        font-size: 28px;
    }
    .step__text{
        font-size: 16px;
    }
    .step__title span{
        height: 35px;
        width: 35px;
        font-size: 14px;
        left: -50px;
    }
}
@media screen and (max-width:480px){
	.steps__title {
		margin-left: 0;
		text-align: left;
		left: 10px;
	}
}

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


/* Custom css */



@media only screen and (max-width: 1024px) {
        .b-info.b-info__form h2 {
          font-size: 26px;
          line-height: 48px; 
	}
	
	.blue-area {
		margin-top: 0;
	}
	
	#header {
		font-size: 16px;
		border-bottom: 1px solid #f4f4f6;
		margin: 0 0 1em;
	}
}

@media only screen and (max-width: 420px) {
	.b-info.b-info__form {
    position: relative;
/*     height: calc(100vh - -190px - 97px - 5em - 190px); */
}
}



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	.page-template-page-solutions .b-info.b-info__form,
	.b-info.b-info__form {
			height: auto;
		}
}

/* Landscape */
@media only screen 
  and (min-device-width: 640px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	  .page-template-page-solutions .b-info.b-info__form,
	  .b-info.b-info__form {
			height: auto;
		}
}