html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
/*   font: inherit; */
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none;
/*   line-height: 1; */
  text-decoration: none; }

* {
  box-sizing: border-box;
  outline: none;
/*   line-height: 1; */
  text-decoration: none;
  letter-spacing: 0.01em; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.col-grey {
  color: #272727; }

.bg-white {
  background-color: #fff; }

.col-white {
  color: #fff; }

.bg-blue {
  background-color: #1caaea; }

.col-blue {
  color: #1caaea; }

.bg-black {
  background-color: #1d1d1d; }

.col-black {
  color: #1d1d1d; }

.bg-blue-light {
  background-color: #eaf7fd; }

.col-blue-light {
  color: #eaf7fd; }

.bg-grey-dark {
  background-color: #424a55; }

.col-grey-dark {
  color: #424a55; }

body, html {
  background-color: #fff; }

body,
* {
  letter-spacing: 0.005em; }

.container {
  position: relative;
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px; }
  .container:after {
    content: '';
    display: block;
    clear: both; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

a, .transition, button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.float-100,
.area,
.section {
  float: left;
  width: 100%; }

.uppercase {
  text-transform: uppercase; }

.section h1 {
  text-transform: uppercase;
  font-size: 59px;
  margin-bottom: 42px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif; }

.section h2 {
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 36px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #1caaea; }

.section h3 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #1caaea; }

.section h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase; }

.section h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700; }

.section h6 {
  font-size: 16px;
  font-size: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: 'Oswald'; }

.section p {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  font-family: 'Source Sans Pro';
  color: #272727;
  margin-bottom: 22px;
  font-weight: 400;
  text-align: left;
  font-style: normal; }

.section strong {
  font-weight: 700; }

.section em {
  font-style: italic; }

.section a {
  color: #fff; }

.section blockquote {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-left: 42px;
  margin-bottom: 40px; }
  .section blockquote p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Source Sans Pro';
    color: #272727;
    margin-bottom: 0 !important;
    font-weight: 400;
    text-align: left;
    font-style: normal; }
  .section blockquote::after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #1caaea; }

.section ol {
  display: block;
  float: left;
  width: 100%;
  counter-reset: section;
  list-style-type: none;
  margin-bottom: 30px; }
  .section ol li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    position: relative;
    padding-left: 52px;
    color: #272727;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 36px;
    text-align: left; }
    .section ol li:before {
      color: #1caaea;
      counter-increment: section;
      content: counters(section, ".") ". "; }

.content ul {
  display: block;
  float: left;
  width: 100%; }
  .content ul li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    position: relative;
    padding-left: 52px;
    color: #272727;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 36px;
    text-align: left; }
    .content ul li:before {
      content: '';
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      left: 12px;
      top: 12px;
      background-color: #1caaea; }

.content a {
  color: #1caaea !important; }
  .content a:hover {
    color: #424a55 !important; }

.gform_wrapper .validation_error {
  font-family: "Source Sans Pro"; }

.gform_wrapper .gform_body {
  font-family: 'Source Sans Pro'; }
  .gform_wrapper .gform_body .gform_fields .gfield {
    position: relative; }
    .gform_wrapper .gform_body .gform_fields .gfield label:not(.gfield_consent_label) {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      display: block;
      position: absolute;
      top: 2px;
      left: 5px;
      background-color: #1d1d1d;
      text-transform: uppercase;
      color: #fff;
      padding: 2px 10px;
      border-radius: 4px;
      font-size: 10px;
      z-index: 3;
      opacity: 0;
      font-family: "Source Sans Pro";
      letter-spacing: 1px;
      font-weight: 500; }
      .gform_wrapper .gform_body .gform_fields .gfield label:not(.gfield_consent_label).focus {
        opacity: 1; }
    .gform_wrapper .gform_body .gform_fields .gfield .gfield_consent_label {
      display: block; }
    .gform_wrapper .gform_body .gform_fields .gfield .gfield_required {
      display: none; }
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
      position: relative; }
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 50px;
        margin: 7px;
        padding: 5px 10px;
        border-radius: 4px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        position: relative;
        z-index: 1;
        border: 2px solid #fff; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:focus,
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus,
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus {
          border: 2px solid #000000; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:focus:before,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus:before,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus:before {
            content: ""; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::placeholder,
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::placeholder {
          color: #999;
          font-size: 18px;
          font-weight: normal;
          position: absolute;
          pointer-events: none;
          left: 0;
          top: 0;
          transition: 0.5s ease all;
          -moz-transition: 0.5s ease all;
          -webkit-transition: 0.5s ease all; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:focus,
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus,
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus {
          /*&::placeholder{
								top: -100px !important;
								font-size: 10px;
								color: $white;
								text-transform: uppercase;
								position: absolute;
								background: $black;
								border-radius: 4px;
								width: 15px !important;
								line-height: 2;
								padding: 3px 5px;
								text-align: center;
							}*/ }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=file],
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea[type=file],
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[type=file] {
          border: 2px solid #1caaea;
          position: relative;
          color: transparent; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=file]::-webkit-file-upload-button,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea[type=file]::-webkit-file-upload-button,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[type=file]::-webkit-file-upload-button {
            color: #1caaea;
            background-color: transparent;
            appearance: none;
            outline: none;
            border: 0 !important;
            width: 100%;
            display: block;
            text-align: center;
            font-family: Oswald;
            text-transform: uppercase;
            -webkit-user-select: none;
            -webkit-appearance: none;
            margin-bottom: 0;
            cursor: pointer; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=file] ::before,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea[type=file] ::before,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[type=file] ::before {
            content: 'Upload Your CV';
            position: absolute;
            top: 0;
            left: 0;
            color: #1caaea;
            width: 100%;
            display: block;
            text-align: center;
            font-family: Oswald;
            text-transform: uppercase;
            -webkit-user-select: none;
            cursor: pointer; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=file]:hover,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea[type=file]:hover,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[type=file]:hover {
            background-color: #1caaea; }
            .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=file]:hover::-webkit-file-upload-button,
            .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea[type=file]:hover::-webkit-file-upload-button,
            .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[type=file]:hover::-webkit-file-upload-button {
              color: #fff; }
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_text input[type=text]:focus {
        /*&::placeholder{
									top: -100px !important;
									font-size: 10px;
									color: $white;
									text-transform: uppercase;
									position: absolute;
									background: $black;
									border-radius: 4px;
									width: 75px !important;
									line-height: 2;
									padding: 3px 5px;
									text-align: center;
								}*/ }
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 75px;
        margin: 7px;
        padding: 5px 10px;
        border-radius: 4px;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        border: none;
        border: 2px solid #fff;
        resize: none; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea:focus {
          border: 2px solid #000000; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea:focus:before {
            content: ""; }
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent {
        display: inline-block;
        width: 100%; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input {
          width: 5%;
          float: left;
          margin-right: 10px;
          height: 17px; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent label {
          width: 90%;
          float: left;
          line-height: 28px;
          color: #fff; }
    .gform_wrapper .gform_body .gform_fields .gfield.gform_hidden {
      display: none; }
    .gform_wrapper .gform_body .gform_fields .gfield.privacy-consent > label {
      display: none !important; }
      .gform_wrapper .gform_body .gform_fields .gfield.privacy-consent > label.focus {
        display: none !important; }

.gform_wrapper .gform_footer input,
.gform_wrapper .gform_footer button {
  background-color: #1d1d1d;
  color: #fff;
  font-family: Source Sans Pro;
  width: 100%;
  margin: 7px;
  padding: 10px 150px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: all .3s ease-in-out; }
  .gform_wrapper .gform_footer input:hover,
  .gform_wrapper .gform_footer button:hover {
    color: #1caaea;
    background-color: #fff; }

footer.site-footer {
  width: 100%;
  border-bottom: 10px solid #1caaea;
  position: relative; }
  footer.site-footer .footer-block {
    float: left;
    width: 100%; }
    footer.site-footer .footer-block .left-column {
      float: left;
      width: 40%;
      padding-top: 80px; }
      footer.site-footer .footer-block .left-column > div {
        font-family: 'Oswald', sans-serif; }
        footer.site-footer .footer-block .left-column > div ul {
          font-size: 24px;
          font-weight: 400;
          line-height: 2;
          text-transform: uppercase;
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2;
          padding-left: 30px; }
          footer.site-footer .footer-block .left-column > div ul li {
            margin-bottom: 19px;
            transition: all 0.5s ease; }
            footer.site-footer .footer-block .left-column > div ul li a {
              color: #1d1d1d; }
              footer.site-footer .footer-block .left-column > div ul li a:hover {
                color: #1caaea; }
    footer.site-footer .footer-block .right-column {
      float: left;
      width: 60%; }
      footer.site-footer .footer-block .right-column .addresses {
        float: left;
        width: 60%; }
        footer.site-footer .footer-block .right-column .addresses .address-col {
          float: left;
          width: 50%;
          padding-right: 30px; }
          footer.site-footer .footer-block .right-column .addresses .address-col .title {
            color: #1caaea;
            font-family: 'Oswald', sans-serif;
            font-size: 24px;
            line-height: 2;
            margin-bottom: 25px;
            margin-top: -8px;
            text-transform: uppercase;
            font-weight: 700; }
          footer.site-footer .footer-block .right-column .addresses .address-col .address {
            color: #1d1d1d; }
      footer.site-footer .footer-block .right-column .contact-info {
        vertical-align: top; }
        footer.site-footer .footer-block .right-column .contact-info h3 {
          color: #1caaea;
          font-family: 'Oswald', sans-serif;
          font-size: 24px;
          line-height: 2;
          margin-bottom: 25px;
          margin-top: -8px;
          font-weight: 700; }
        footer.site-footer .footer-block .right-column .contact-info a {
          line-height: 3;
          font-family: 'Oswald';
          color: #1d1d1d;
          font-size: 20px;
          text-transform: lowercase;
          float: left;
          margin-right: 25px;
          transition: all 0.3s ease; }
          footer.site-footer .footer-block .right-column .contact-info a:hover {
            color: #1caaea; }
        footer.site-footer .footer-block .right-column .contact-info .contact-no::before {
          content: "";
          margin-right: 25px;
          width: 30px;
          height: 45px;
          background-image: url(../../assets/media/telephone.svg);
          background-size: 30px 30px;
          background-repeat: no-repeat;
          display: inline-block;
          vertical-align: -webkit-baseline-middle; }
        footer.site-footer .footer-block .right-column .contact-info .contact-email::before {
          content: "";
          margin-right: 25px;
          width: 30px;
          height: 45px;
          background-image: url(../../assets/media/email.svg);
          background-size: 30px 30px;
          background-repeat: no-repeat;
          display: inline-block;
          vertical-align: -webkit-baseline-middle; }
          footer.site-footer .footer-block .right-column .contact-info .contact-email::before:hover {
            fill: #fff; }
        footer.site-footer .footer-block .right-column .contact-info .contact-email {
          margin-bottom: 20px; }
        footer.site-footer .footer-block .right-column .contact-info .social-media {
          float: left;
          margin: 42px 0 100px 0; }
          footer.site-footer .footer-block .right-column .contact-info .social-media .inner {
            float: left;
            padding-right: 30px; }
            footer.site-footer .footer-block .right-column .contact-info .social-media .inner a {
              float: left;
              height: 30px;
              width: 30px; }
              footer.site-footer .footer-block .right-column .contact-info .social-media .inner a svg {
                float: left;
                width: 100%;
                height: 100%; }
                footer.site-footer .footer-block .right-column .contact-info .social-media .inner a svg path, footer.site-footer .footer-block .right-column .contact-info .social-media .inner a svg line, footer.site-footer .footer-block .right-column .contact-info .social-media .inner a svg circle {
                  fill: #1caaea !important;
                  -webkit-transition: 0.3s;
                  -moz-transition: 0.3s;
                  -ms-transition: 0.3s;
                  -o-transition: 0.3s;
                  transition: 0.3s; }
              footer.site-footer .footer-block .right-column .contact-info .social-media .inner a:hover svg path, footer.site-footer .footer-block .right-column .contact-info .social-media .inner a:hover svg line, footer.site-footer .footer-block .right-column .contact-info .social-media .inner a:hover svg circle {
                fill: #1d1d1d !important; }
  footer.site-footer .bottom-row {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    width: 100%;
    margin: 95px 0 0 0;
    padding: 0 16% 40px 16%; }
    footer.site-footer .bottom-row p {
      line-height: 24px;
      font-size: 12px; }
  footer.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    background-image: url("../media/footer-background.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40); }

header.site-header {
  height: 200px;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border-top: 12px solid #1caaea; }
  header.site-header .left-content {
    float: left;
    width: 145px;
    margin-top: -35px; }
    header.site-header .left-content img {
      width: 150px;
      border-radius: 4px;
      margin-top: 90px; }
  header.site-header .right-content {
    float: left;
    width: 80%;
    width: calc(100% - 145px);
    height: 100%;
    text-align: right;
    margin-top: 45px;
    overflow: hidden; }
    header.site-header .right-content .icon {
      display: none; }
    header.site-header .right-content a {
      font-weight: 400;
      color: #1d1d1d;
      margin-left: 1.2rem;
      transition: all 0.3s ease; }
      header.site-header .right-content a:hover {
        color: #1caaea; }
    header.site-header .right-content span {
      margin-left: 1.2rem; }
    header.site-header .right-content .micro-header {
      line-height: 3;
      border-bottom: 1px solid #1caaea;
      display: inline-block;
      font-size: 16px; }
    header.site-header .right-content .header-nav-menu {
      float: left;
      width: 100%;
      overflow: hidden; }
      header.site-header .right-content .header-nav-menu .nav-menu-cont {
        float: right; }
        header.site-header .right-content .header-nav-menu .nav-menu-cont > div {
          float: left; }
          header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul {
            height: 100px; }
            header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li {
              display: inline;
              transition: all 0.3s ease; }
              header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li:hover {
                color: #1caaea; }
              header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li:nth-child(1) {
                cursor: pointer; }
              header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li a {
                font-size: 23px;
                line-height: 2;
                padding: 0 0 50px 0;
                text-align: left; }
              header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu {
                display: none;
                position: absolute;
                left: 0;
                height: auto;
                width: 100%;
                background-color: #1d1d1d !important;
                padding: 50px 20px;
                z-index: 1000;
                border-bottom: 12px #1caaea solid;
                margin-top: 30px;
                color: #fff !important;
                top: calc(100% - 70px); }
                header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu:before {
                  content: "";
                  position: absolute;
                  top: 0;
                  right: 100%;
                  height: 100%;
                  width: 1000px;
                  background-color: #1d1d1d;
                  z-index: 1000;
                  border-bottom: 12px solid #1caaea; }
                header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu:after {
                  content: "";
                  position: absolute;
                  top: 0;
                  left: 100%;
                  height: 100%;
                  width: 221px;
                  background-color: #1d1d1d;
                  z-index: 1000;
                  border-bottom: 12px solid #1caaea; }
                header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu .container .sub-menu__wrapper .sub-menu__title {
                  height: 100%;
                  float: left;
                  width: 55%;
                  padding: 40px 100px 20px 80px;
                  text-align: left; }
                  header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu .container .sub-menu__wrapper .sub-menu__title h2 {
                    color: #1caaea; }
                header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu .container .sub-menu__wrapper ul {
                  column-count: 2;
                  column-fill: balance;
                  color: #fff;
                  height: 100%;
                  width: 39%;
                  float: left; }
                  header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu .container .sub-menu__wrapper ul li {
                    text-transform: uppercase;
                    font-size: 24px;
                    margin-bottom: 26px;
                    line-height: 1.2;
                    font-weight: 400;
                    width: 100%; }
                    header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu .container .sub-menu__wrapper ul li a {
                      display: block;
                      padding: 0;
                      color: #fff !important;
                      transition: all 0.3s ease;
                      line-height: 1;
                      margin-bottom: 35px; }
                      header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu .container .sub-menu__wrapper ul li a:hover {
                        color: #1caaea !important; }
                    header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li .sub-menu .container .sub-menu__wrapper ul li ul {
                      display: none; }
              header.site-header .right-content .header-nav-menu .nav-menu-cont > div ul li:hover .sub-menu {
                display: block; }
        header.site-header .right-content .header-nav-menu .nav-menu-cont .contact-no {
          float: left;
          width: auto;
          margin: 10px 0 0 24px;
          padding: 0px 10px 0 34px;
          border-radius: 5px;
          line-height: 1.4;
          font-size: 22px;
          position: relative; }
          header.site-header .right-content .header-nav-menu .nav-menu-cont .contact-no:before {
            content: url(../../assets/media/header-phone.png);
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #1d1d1d;
            border-radius: 5px 0 0 5px; }
          header.site-header .right-content .header-nav-menu .nav-menu-cont .contact-no:hover {
            background-color: #1d1d1d; }
  header.site-header .responsive-header {
    display: none; }
  header.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 130px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(80, 170, 234, 0.25); }
    header.site-header.fixed .micro-header {
      display: none; }
    header.site-header.fixed .header-logo {
      width: 150px;
      margin-top: 67px; }

header.site-header.header-bg-light {
  background-color: #fff;
  color: #1d1d1d; }
  header.site-header.header-bg-light .right-content .micro-header a {
    color: #1d1d1d;
    transition: all 0.3s ease; }
    header.site-header.header-bg-light .right-content .micro-header a:hover {
      color: #1caaea; }
  header.site-header.header-bg-light .right-content .menu-main-nav-container a {
    color: #1d1d1d;
    transition: all 0.3s ease; }
    header.site-header.header-bg-light .right-content .menu-main-nav-container a:hover {
      color: #1caaea; }
  header.site-header.header-bg-light .right-content .header-nav-menu ul li a {
    color: #1d1d1d;
    transition: all 0.3s ease; }
    header.site-header.header-bg-light .right-content .header-nav-menu ul li a:hover {
      color: #1caaea; }

header.site-header.header-bg-dark {
  background-color: #424a55;
  color: #fff;
  transition: all 0.5s ease; }
  header.site-header.header-bg-dark:hover {
    color: #1caaea; }

.mobile-fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #1d1d1d;
  width: 100%;
  z-index: 1010;
  height: 65px;
  padding: 10px; }
  .mobile-fixed-banner a {
    background-color: #1caaea;
    color: #1d1d1d;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: block;
    text-align: center;
    padding: 11px 0; }
    .mobile-fixed-banner a:hover {
      background-color: #fff; }
  @media only screen and (min-width: 769px) {
    .mobile-fixed-banner {
      display: none; } }

.tp-hero-banner {
  width: 100%; }
  .tp-hero-banner .container .hero-header {
    text-align: center;
    padding: 70px 200px 20px 200px; }
    .tp-hero-banner .container .hero-header p {
      font-family: Source sans pro;
      margin: 60px auto 80px auto;
      max-width: 775px;
      width: 100%;
      font-size: 24px;
      font-weight: 400;
      text-align: center; }
    .tp-hero-banner .container .hero-header h4 {
      margin: auto;
      width: 20%;
      padding: 10px;
      font-size: 20px;
      margin-bottom: 20px;
      border-bottom: #1caaea 1px solid; }

.tp-hero-banner.white {
  background-color: #fff; }
  .tp-hero-banner.white a.return {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #1caaea !important;
    font-size: 12px;
    font-family: 'Source sans pro';
    margin-bottom: 12px; }
    .tp-hero-banner.white a.return:hover {
      color: #424a55 !important; }
  .tp-hero-banner.white h1 {
    color: #1caaea; }
  .tp-hero-banner.white p, .tp-hero-banner.white h4 {
    color: #1d1d1d; }

.tp-hero-banner.black {
  background-color: #1d1d1d; }
  .tp-hero-banner.black p, .tp-hero-banner.black h4 {
    color: #fff; }
  .tp-hero-banner.black h1 {
    color: #1caaea; }

.tp-hero-banner.blue {
  background-color: #1caaea;
  color: #fff; }

.tp-hero-banner.blue-light {
  background-color: #eaf7fd; }
  .tp-hero-banner.blue-light h1 {
    color: #1caaea; }
  .tp-hero-banner.blue-light p, .tp-hero-banner.blue-light h4 {
    color: #1d1d1d; }

.tp-case-study-preview .container {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .tp-case-study-preview .container .block-container {
    width: 1400px !important;
    padding: 0 8px 0 8px;
    margin: 0 10px; }
    .tp-case-study-preview .container .block-container .case-study-block {
      width: 1400px !important;
      text-align: center;
      padding-top: 100px;
      padding-bottom: 60px;
      border-radius: 4px;
      margin: 0 auto 80px auto;
      height: 500px; }
      .tp-case-study-preview .container .block-container .case-study-block p {
        font-family: 'Source Sans Pro';
        width: 50%;
        margin: 0 auto 85px auto;
        color: #fff !important; }
      .tp-case-study-preview .container .block-container .case-study-block h4 {
        margin-bottom: 10px; }
      .tp-case-study-preview .container .block-container .case-study-block h5 {
        margin-bottom: 60px; }
      .tp-case-study-preview .container .block-container .case-study-block a {
        font-family: 'Source Sans Pro';
        font-size: 20px;
        color: #1caaea;
        text-transform: uppercase;
        font-weight: 700;
        transition: all 0.3s ease; }
        .tp-case-study-preview .container .block-container .case-study-block a:hover {
          color: #fff; }
          .tp-case-study-preview .container .block-container .case-study-block a:hover span {
            background-image: url("../media/white-right-arrow.png"); }
        .tp-case-study-preview .container .block-container .case-study-block a:before {
          content: "";
          width: 70.6%;
          border-top: 1px solid #1caaea;
          display: inline-block;
          transform: translateY(-0.3rem);
          margin-right: 20px; }
        .tp-case-study-preview .container .block-container .case-study-block a:after {
          content: "";
          width: 8%;
          border-top: 1px solid #1caaea;
          display: inline-block;
          transform: translateY(-0.3rem);
          margin-left: 20px; }
        .tp-case-study-preview .container .block-container .case-study-block a span {
          background-image: url("../media/blue-right-arrow.png");
          background-size: cover;
          background-position: center;
          width: 6px;
          height: 13px;
          display: inline-block;
          margin-left: 8px; }
        .tp-case-study-preview .container .block-container .case-study-block a text:hover {
          color: #fff !important; }

.tp-horizontal-text-block {
  width: 100%;
  margin: 0;
  margin-bottom: 40px; }
  .tp-horizontal-text-block .container .text-block {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    padding: 50px 20px 50px 35px; }
    .tp-horizontal-text-block .container .text-block:nth-child(even) {
      background-color: #eaf7fd; }
    .tp-horizontal-text-block .container .text-block .title-container {
      display: block;
      float: left;
      width: 100%; }
      .tp-horizontal-text-block .container .text-block .title-container h2 {
        padding: 0 75px;
        margin-bottom: 65px; }
    .tp-horizontal-text-block .container .text-block .content {
      width: 54%;
      padding: 0px 75px 3px 75px; }
      .tp-horizontal-text-block .container .text-block .content p {
        width: 100%; }
      .tp-horizontal-text-block .container .text-block .content ul {
        list-style: inside;
        margin-bottom: 22px; }
        .tp-horizontal-text-block .container .text-block .content ul li {
          font-family: 'Source Sans Pro';
          font-size: 22px;
          line-height: 1.5; }
    .tp-horizontal-text-block .container .text-block .image {
      width: 40%; }
      .tp-horizontal-text-block .container .text-block .image img {
        width: 100%;
        height: auto; }
        .tp-horizontal-text-block .container .text-block .image img:after {
          content: "";
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          box-shadow: 0px 0px 0px 4000px rgba(27, 61, 88, 0.5) inset; }
  .tp-horizontal-text-block .container .text-block.left .content, .tp-horizontal-text-block .container .text-block.left .image {
    float: right; }
  .tp-horizontal-text-block .container .text-block.right .content, .tp-horizontal-text-block .container .text-block.right .image {
    float: left; }

.tp-services-block {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  height: auto;
  float: left; }
  .tp-services-block h2 {
    margin-top: 70px;
    margin-bottom: 84px; }
  .tp-services-block .service-blocks {
    margin-bottom: 80px;
    width: 81%;
    margin-left: auto;
    margin-right: auto; }
    .tp-services-block .service-blocks .service {
      width: 14.75%;
      float: left;
      margin: 2% 5px;
      font-size: 24px;
      height: 200px;
      text-align: center; }
      .tp-services-block .service-blocks .service .image {
        width: 71px;
        height: 71px;
        border-radius: 4px;
        background-color: #1d1d1d;
        box-shadow: 0 3px 6px rgba(2, 2, 2, 0.23);
        margin: 0 auto 28px auto;
        padding-top: 15px; }
        .tp-services-block .service-blocks .service .image img {
          height: 40px; }
      .tp-services-block .service-blocks .service span {
        color: #1d1d1d;
        font-size: 22px;
        font-family: 'Oswald';
        text-align: center;
        font-weight: 700;
        float: left;
        width: 100%;
        margin: auto;
        padding: 0 4px;
        transition: all 0.3s ease; }
      .tp-services-block .service-blocks .service:hover span {
        color: #1caaea; }

.tp-client-logos-with-text .container .logos-text-container {
  margin: auto;
  height: 250px;
  background-color: #fff;
  padding: 85px 600px;
  width: 100%; }
  .tp-client-logos-with-text .container .logos-text-container .logo {
    width: 350px;
    height: auto;
    margin: auto;
    float: left; }
    .tp-client-logos-with-text .container .logos-text-container .logo img {
      width: 70px;
      float: left; }
    .tp-client-logos-with-text .container .logos-text-container .logo h4 {
      width: 210px;
      float: left;
      margin: 6px 30px; }

.tp-request-quote-banner .banner {
  width: 100%;
  height: 550px;
  background-color: #1caaea;
  box-shadow: 0 3px 10px rgba(28, 170, 234, 0.6);
  margin-top: 120px;
  margin-bottom: 150px;
  border-radius: 4px; }
  .tp-request-quote-banner .banner .left-content {
    width: 65%;
    height: 100%;
    padding: 70px 196px 70px 102px;
    float: left;
    background-color: #1caaea; }
    .tp-request-quote-banner .banner .left-content h4 {
      color: #fff;
      margin-bottom: 20px;
      font-weight: 400; }
    .tp-request-quote-banner .banner .left-content h2 {
      color: #1d1d1d;
      line-height: 60px;
      margin-bottom: 70px; }
    .tp-request-quote-banner .banner .left-content a {
      padding: 12px 31px;
      background-color: #fff;
      color: #1d1d1d;
      font-family: 'Source Sans Pro';
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 4px;
      transition: all 0.3s ease; }
      .tp-request-quote-banner .banner .left-content a:hover {
        background-color: #1d1d1d;
        color: #fff; }
  .tp-request-quote-banner .banner .right-content {
    width: 35%;
    float: left;
    height: 100%;
    overflow: hidden; }
    .tp-request-quote-banner .banner .right-content img {
      min-width: 100%;
      min-height: 100%; }

.tp-event-services-block .container .banner {
  width: 100%;
  /* height: 850px; */
  background-color: #1caaea;
  box-shadow: 0 3px 10px rgba(83, 83, 83, 0.6);
  margin-top: 120px;
  margin-bottom: 150px;
  border-radius: 4px; }
  .tp-event-services-block .container .banner .left-content {
    width: 67%;
    height: 100%;
    padding: 70px 165px 70px 130px;
    float: left;
    background-color: #1caaea; }
    .tp-event-services-block .container .banner .left-content h4 {
      color: #fff; }
    .tp-event-services-block .container .banner .left-content h2 {
      color: #1d1d1d;
      line-height: 2; }
    .tp-event-services-block .container .banner .left-content .service-blocks {
      columns: 2;
      margin-top: 35px;
      margin-bottom: 50px; }
      .tp-event-services-block .container .banner .left-content .service-blocks p {
        text-transform: uppercase;
        line-height: 1.8;
        font-family: 'Oswald'; }
    .tp-event-services-block .container .banner .left-content a {
      padding: 12px 31px;
      background-color: #fff;
      color: #1d1d1d;
      font-family: 'Source Sans Pro';
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 4px;
      transition: all 0.3s ease; }
      .tp-event-services-block .container .banner .left-content a:hover {
        background-color: #1d1d1d;
        color: #fff; }
  .tp-event-services-block .container .banner .right-content {
    width: 33%;
    float: left;
    height: 100%; }
    .tp-event-services-block .container .banner .right-content img {
      width: 100%;
      height: 100%; }

.tp-staff-members {
  height: auto; }
  .tp-staff-members .staff-cards .single-staff .single-staff-card {
    float: left;
    width: 29%;
    margin: 0 30px 140px 30px;
    height: 600px;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer; }
    .tp-staff-members .staff-cards .single-staff .single-staff-card .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #424a55;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .tp-staff-members .staff-cards .single-staff .single-staff-card .overlay .hover-content .name {
        font-size: 24px;
        font-weight: 700;
        color: #1caaea;
        font-family: Oswald;
        margin: 0 0 20px 0;
        text-align: center;
        text-transform: uppercase; }
      .tp-staff-members .staff-cards .single-staff .single-staff-card .overlay .hover-content .title {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        font-family: Oswald;
        text-align: center;
        text-transform: uppercase; }
      .tp-staff-members .staff-cards .single-staff .single-staff-card .overlay .read-more {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #1caaea;
        text-transform: uppercase; }
    .tp-staff-members .staff-cards .single-staff .single-staff-card:hover .overlay {
      opacity: 1;
      filter: alpha(opacity=100); }
    .tp-staff-members .staff-cards .single-staff .single-staff-card:nth-of-type(3n) {
      margin-right: 0; }
  .tp-staff-members .staff-cards .single-staff .single-staff-more {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000; }
    .tp-staff-members .staff-cards .single-staff .single-staff-more .container {
      height: auto; }
    .tp-staff-members .staff-cards .single-staff .single-staff-more .inner {
      float: left;
      width: 100%;
      height: 77%;
      margin: 3.5% 0;
      background-color: #fff;
      padding: 70px 120px;
      position: relative; }
      .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .left {
        float: left;
        width: calc(100% - 520px);
        margin: 0 202px 0 0; }
        .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .left h4 {
          font-weight: 700;
          margin-bottom: 12px; }
        .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .left h5 {
          margin-bottom: 45px; }
        .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .left .content {
          font-family: 'Source Sans Pro';
          font-size: 24px;
          line-height: 2;
          width: 89%;
          font-weight: 400; }
        .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .left .social a {
          display: block;
          padding: 10px;
          width: 50px;
          height: 50px;
          margin-right: 18px; }
          .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .left .social a img {
            float: left;
            width: 30px; }
          .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .left .social a:hover {
            background-color: #eaf7fd; }
      .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .right {
        float: left;
        width: 300px; }
        .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .right img {
          float: left;
          width: 100%;
          margin: 40px auto; }
      .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .close {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #1caaea;
        font-size: 52px;
        transition: all 0.3s ease;
        width: 50px;
        height: 50px;
        cursor: pointer; }
        .tp-staff-members .staff-cards .single-staff .single-staff-more .inner .close:hover {
          color: #1d1d1d; }

.staff-card-more-overlaybg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #424a55; }

.tp-vertical-text-block .container {
  max-width: 100%; }
  .tp-vertical-text-block .container .v-text-block {
    width: 100%;
    padding: 115px 510px; }
    .tp-vertical-text-block .container .v-text-block:nth-child(even) {
      background-color: #eaf7fd; }
    .tp-vertical-text-block .container .v-text-block h2 {
      margin-bottom: 30px; }
    .tp-vertical-text-block .container .v-text-block img {
      margin-top: 80px; }

.tp-client-logos .container {
  max-width: 100%;
  padding: 0; }
  .tp-client-logos .container .logo-container {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 100px 0 20px 0; }
    .tp-client-logos .container .logo-container img {
      margin: 0 50px; }

.tp-footer-contact {
  height: auto;
  float: left; }
  .tp-footer-contact .container {
    max-width: 100%;
    padding: 0; }
  .tp-footer-contact h4 {
    color: #fff; }
  .tp-footer-contact p {
    color: #fff;
    font-family: 'Source sans pro';
    font-size: 24px;
    line-height: 2; }
    .tp-footer-contact p a {
      color: #1caaea;
      transition: all 0.3s ease;
      font-weight: 700; }
      .tp-footer-contact p a:hover {
        text-decoration: underline; }
  .tp-footer-contact .left-block, .tp-footer-contact .right-block {
    display: inline-block;
    float: left;
    height: auto; }
  .tp-footer-contact .left-block {
    padding: 200px 195px 250px 190px;
    width: 56%;
    border-bottom: 10px #1caaea solid; }
    .tp-footer-contact .left-block h2 {
      margin-bottom: 75px; }
    .tp-footer-contact .left-block h4 {
      margin-bottom: 15px; }
  .tp-footer-contact .right-block {
    width: 44%;
    padding: 220px 200px; }

.tp-half-content-half-card {
  display: block;
  float: left;
  width: 100%; }
  .tp-half-content-half-card .left-content {
    width: calc( 50% - 75px);
    display: block;
    float: left;
    margin-right: 150px; }
  .tp-half-content-half-card .right-card {
    width: calc( 50% - 75px);
    display: block;
    float: left;
    background-color: #1caaea;
    padding: 54px; }
    .tp-half-content-half-card .right-card p {
      color: #1d1d1d;
      font-family: Oswald;
      font-size: 24px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: 36px;
      text-align: left; }

.tp-dual-column-content {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 60px; }
  .tp-dual-column-content .left-column {
    display: block;
    width: calc( 50% - 75px);
    float: left;
    margin-right: 150px; }
  .tp-dual-column-content .right-column {
    display: block;
    float: left;
    width: calc( 50% - 75px); }
  .tp-dual-column-content h5 {
    margin-bottom: 46px; }

.tp-html-code-input .container {
  padding: 20px; }

.page-template-contact-v2 .template-inner .top {
  padding: 20px 0 50px 0; }
  .page-template-contact-v2 .template-inner .top h2 {
    text-align: center; }

.page-template-contact-v2 .template-inner .left {
  float: left;
  width: 600px;
  margin-right: 30px;
  padding: 20px 0; }
  .page-template-contact-v2 .template-inner .left .contact-title {
    float: left;
    width: 100%;
    color: #1d1d1d;
    margin: 0 0 30px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    text-transform: uppercase; }
  .page-template-contact-v2 .template-inner .left .contact-row {
    float: left;
    width: 100%;
    margin: 0 0 20px 0; }
    .page-template-contact-v2 .template-inner .left .contact-row span {
      float: left;
      width: 100%;
      color: #1caaea;
      font-family: 'Oswald', sans-serif;
      line-height: 1.2;
      text-transform: uppercase; }
    .page-template-contact-v2 .template-inner .left .contact-row a {
      float: left;
      width: 100%;
      color: #1d1d1d;
      font-family: 'Oswald', sans-serif;
      line-height: 1.2; }
      .page-template-contact-v2 .template-inner .left .contact-row a:hover {
        color: #1caaea; }

.page-template-contact-v2 .template-inner .middle {
  float: left;
  width: 300px;
  display: none;
  margin-right: 30px;
  height: 300px;
  background-color: #1caaea;
  padding: 20px; }
  .page-template-contact-v2 .template-inner .middle h4 {
    font-size: 36px;
    margin: 0 0 40px 0; }

.page-template-contact-v2 .template-inner .right {
  float: left;
  width: calc(100% - 660px);
  padding: 20px 0; }
  .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body {
    margin: 0 -15px;
    width: calc(100% + 30px); }
    .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li {
      position: relative;
      padding: 0 15px;
      display: block;
      width: 100%;
      float: left; }
      .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li.half {
        float: left;
        width: 50% !important; }
      .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li label:not(.gfield_consent_label) {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        display: block;
        position: absolute;
        top: 2px;
        left: 20px;
        background-color: #1d1d1d;
        text-transform: uppercase;
        color: #fff;
        padding: 2px 10px;
        border-radius: 4px;
        font-size: 10px;
        z-index: 3;
        font-family: "Source Sans Pro";
        letter-spacing: 1px;
        font-weight: 500; }
        .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li label:not(.gfield_consent_label).focus {
          opacity: 1; }
      .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li input, .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li select, .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li textarea {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        float: left;
        width: 100%;
        height: 50px;
        margin: 7px;
        padding: 5px 10px;
        border-radius: 4px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        position: relative;
        z-index: 1;
        border: 1px solid #000000 !important; }
        .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li input:focus:before, .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li select:focus:before, .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li textarea:focus:before {
          content: ""; }
        .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li input::placeholder, .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li select::placeholder, .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li textarea::placeholder {
          color: #999;
          font-size: 18px;
          font-weight: normal;
          position: absolute;
          pointer-events: none;
          left: 0;
          top: 0;
          transition: 0.5s ease all;
          -moz-transition: 0.5s ease all;
          -webkit-transition: 0.5s ease all; }
      .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 100px;
        max-height: 400px; }
  .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_footer {
    float: left;
    width: 100%;
    padding: 15px 0 30px 0; }
    .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_footer input, .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_footer button {
      float: left;
      width: 50%;
      margin: 0 25%; }

.page-template-contact .container.contact {
  max-width: 100%;
  padding: 0; }
  .page-template-contact .container.contact .header {
    text-align: center;
    padding: 150px;
    margin-bottom: 120px; }
  .page-template-contact .container.contact .header.blue {
    background-color: #1caaea;
    color: #1d1d1d; }
  .page-template-contact .container.contact .header.white {
    background-color: #fff;
    color: #1caaea; }
  .page-template-contact .container.contact .contact-block {
    width: 100%;
    float: left;
    padding-left: 400px;
    padding-bottom: 50px;
    text-transform: uppercase; }
    .page-template-contact .container.contact .contact-block .contact-info {
      width: 40%;
      float: left;
      font-family: 'Oswald'; }
      .page-template-contact .container.contact .contact-block .contact-info p {
        line-height: 1.05;
        margin-bottom: 77px;
        font-weight: 400;
        font-family: 'Oswald'; }
      .page-template-contact .container.contact .contact-block .contact-info img {
        margin-bottom: 10px; }
      .page-template-contact .container.contact .contact-block .contact-info h4 {
        margin-bottom: 40px;
        font-weight: 700; }
    .page-template-contact .container.contact .contact-block .map {
      width: 60%;
      float: left; }
  .page-template-contact .container.contact .email-block {
    width: 100%;
    float: left;
    padding: 90px 400px 70px 400px; }
    .page-template-contact .container.contact .email-block .general-enquiry {
      float: left;
      width: 35%; }
      .page-template-contact .container.contact .email-block .general-enquiry img {
        margin-bottom: 19px; }
      .page-template-contact .container.contact .email-block .general-enquiry h4 {
        margin-bottom: 25px; }
    .page-template-contact .container.contact .email-block .emails {
      float: left;
      width: 65%;
      column-count: 2;
      column-gap: 80px;
      margin-top: 50px; }
      .page-template-contact .container.contact .email-block .emails .email {
        margin-bottom: 60px; }
        .page-template-contact .container.contact .email-block .emails .email h5 {
          margin-bottom: 30px; }

.page-template-contact .tp-services-block {
  float: left;
  background-color: #fff;
  padding-top: 30px; }

.page-template-homepage .container.homepage {
  max-width: 100%;
  padding: 0; }
  .page-template-homepage .container.homepage .hero-banner {
    max-width: 100%;
    width: 100%;
    margin: auto;
    height: auto; }
    .page-template-homepage .container.homepage .hero-banner .top-row {
      height: 550px; }
      .page-template-homepage .container.homepage .hero-banner .top-row .content-block {
        padding: 60px 70px 75px 140px;
        width: 35%;
        float: left;
        height: 550px;
        margin-right: 10px; }
        .page-template-homepage .container.homepage .hero-banner .top-row .content-block h2 {
          margin-bottom: 30px;
          color: #1d1d1d; }
        .page-template-homepage .container.homepage .hero-banner .top-row .content-block p {
          margin-bottom: 60px; }
        .page-template-homepage .container.homepage .hero-banner .top-row .content-block a {
          text-align: center;
          text-transform: uppercase;
          border-radius: 4px;
          font-family: 'Source Sans Pro';
          font-weight: 700;
          margin-right: 17px;
          transition: all 0.3s ease; }
          .page-template-homepage .container.homepage .hero-banner .top-row .content-block a:hover {
            color: #1caaea; }
        .page-template-homepage .container.homepage .hero-banner .top-row .content-block .contact-button {
          border: none;
          color: #1d1d1d;
          background-color: #fff;
          padding: 12px 15px; }
      .page-template-homepage .container.homepage .hero-banner .top-row .content-block.blue {
        background-color: #1caaea; }
      .page-template-homepage .container.homepage .hero-banner .top-row .content-block.white {
        background-color: #fff; }
      .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top {
        height: 100%;
        width: calc(65% - 10px);
        overflow: hidden; }
        .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 {
          width: calc(35% - 5px);
          height: 100%;
          float: left;
          margin-right: 5px; }
          .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-first-row {
            height: 250px;
            margin-bottom: 5px; }
            .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-first-row img {
              object-fit: cover;
              float: left; }
              .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-first-row img:first-child {
                width: calc(40% - 5px);
                height: calc(40% - 5px);
                margin-right: 5px;
                margin-bottom: 5px; }
              .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-first-row img:nth-child(2) {
                width: 60%;
                height: calc(40% - 5px);
                margin-bottom: 5px;
                object-position: left; }
              .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-first-row img:nth-child(3) {
                width: calc(60% - 5px);
                height: 60%;
                margin-right: 5px; }
              .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-first-row img:nth-child(4) {
                width: 40%;
                height: 60%;
                object-position: right; }
          .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-second-row {
            height: 300px; }
            .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-second-row img {
              object-fit: cover;
              float: left; }
              .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-second-row img:first-child {
                width: calc(40% - 5px);
                height: 50%;
                margin-right: 5px; }
              .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-second-row img:nth-child(2) {
                width: 60%;
                height: 50%; }
              .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 .top-second-row img:nth-child(3) {
                width: 100%;
                height: 50%;
                margin-top: 5px; }
        .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-2 {
          width: calc(30% - 5px);
          height: 100%;
          float: left;
          margin-right: 5px; }
          .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-2 img {
            object-fit: cover;
            float: left;
            width: 100%; }
            .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-2 img:first-child {
              height: calc(40% - 5px);
              margin-bottom: 5px; }
            .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-2 img:nth-child(2) {
              height: 60%; }
        .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-3 {
          width: 35%;
          height: 100%;
          float: left; }
          .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-3 img {
            object-fit: cover;
            float: left;
            width: 100%; }
            .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-3 img:first-child {
              height: calc(65% - 5px);
              margin-bottom: 5px; }
            .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-3 img:nth-child(2) {
              height: 35%; }
    .page-template-homepage .container.homepage .hero-banner .bottom-row {
      width: 100%;
      margin-top: 10px;
      height: 320px; }
      .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom {
        width: 100%;
        height: 100%;
        display: inline-block; }
        .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img {
          float: left;
          object-fit: cover; }
          .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:first-child {
            width: calc(20% - 10px);
            height: 100%;
            margin-right: 10px; }
          .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(2) {
            width: calc(30% - 10px);
            height: 100%;
            margin-right: 10px; }
          .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(3) {
            width: calc(30% - 10px);
            height: 100%;
            margin-right: 10px; }
          .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(4) {
            width: 20%;
            height: 100%; }
  .page-template-homepage .container.homepage .img-container {
    max-width: 1260px;
    width: 100%;
    margin: auto;
    height: 270px; }
    .page-template-homepage .container.homepage .img-container img {
      width: 15%;
      height: 85px;
      margin: 70px 30px 50px 30px;
      float: left; }
  .page-template-homepage .container.homepage .container.case-studies {
    max-width: 100%;
    padding: 0;
    display: block;
    float: left;
    width: 100%; }
  .page-template-homepage .container.homepage .case-study-block {
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 60px;
    border-radius: 4px;
    margin-bottom: 80px;
    position: relative;
    height: 620px; }
    .page-template-homepage .container.homepage .case-study-block p {
      font-family: 'Source Sans Pro';
      width: 50%;
      margin: 0 auto 85px auto;
      color: #fff; }
    .page-template-homepage .container.homepage .case-study-block h4 {
      margin-bottom: 10px; }
    .page-template-homepage .container.homepage .case-study-block h5 {
      margin-bottom: 60px; }
    .page-template-homepage .container.homepage .case-study-block a {
      font-family: 'Source Sans Pro';
      font-size: 20px;
      color: #1caaea;
      text-transform: uppercase;
      font-weight: 700;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 60px; }
      .page-template-homepage .container.homepage .case-study-block a:hover {
        color: #fff; }
        .page-template-homepage .container.homepage .case-study-block a:hover span {
          background-image: url("../media/white-right-arrow.png"); }
      .page-template-homepage .container.homepage .case-study-block a:before {
        content: "";
        width: 39.6%;
        border-top: 1px solid #1caaea;
        display: inline-block;
        transform: translateY(-0.3rem);
        margin-right: 20px; }
      .page-template-homepage .container.homepage .case-study-block a:after {
        content: "";
        width: 8%;
        border-top: 1px solid #1caaea;
        display: inline-block;
        transform: translateY(-0.3rem);
        margin-left: 20px; }
      .page-template-homepage .container.homepage .case-study-block a span {
        background-image: url("../media/blue-right-arrow.png");
        background-size: cover;
        background-position: center;
        width: 6px;
        height: 13px;
        display: inline-block;
        margin-left: 8px; }
  .page-template-homepage .container.homepage .our-services {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
    padding: 10px 140px;
    height: auto;
    float: left; }
    .page-template-homepage .container.homepage .our-services h2 {
      margin-top: 70px;
      margin-bottom: 84px; }
    .page-template-homepage .container.homepage .our-services .service-blocks {
      margin-bottom: 80px;
      width: 81%;
      margin-left: auto;
      margin-right: auto; }
      .page-template-homepage .container.homepage .our-services .service-blocks .service {
        width: 14.75%;
        float: left;
        margin: 2% 5px;
        font-size: 24px;
        height: 200px;
        text-align: center; }
        .page-template-homepage .container.homepage .our-services .service-blocks .service .image {
          width: 71px;
          height: 71px;
          border-radius: 4px;
          background-color: #1d1d1d;
          box-shadow: 0 3px 6px rgba(2, 2, 2, 0.23);
          margin: 0 auto 28px auto;
          padding-top: 15px; }
          .page-template-homepage .container.homepage .our-services .service-blocks .service .image img {
            height: 40px; }
        .page-template-homepage .container.homepage .our-services .service-blocks .service span {
          color: #1d1d1d;
          font-size: 22px;
          font-family: 'Oswald';
          text-align: center;
          font-weight: 700;
          width: 50%;
          margin: auto;
          padding: 0 4px;
          transition: all 0.3s ease; }
        .page-template-homepage .container.homepage .our-services .service-blocks .service:hover span {
          color: #1caaea; }
  .page-template-homepage .container.homepage .logos-text-container {
    padding: 40px 0;
    float: left;
    width: 100%;
    background-color: #fff;
    height: auto; }
    .page-template-homepage .container.homepage .logos-text-container .inner-container {
      display: flex;
      justify-content: center;
      align-items: center; }
    .page-template-homepage .container.homepage .logos-text-container .logo {
      float: left;
      margin: 0 10px; }
      .page-template-homepage .container.homepage .logos-text-container .logo img {
        height: 70px;
        float: left; }
      .page-template-homepage .container.homepage .logos-text-container .logo p {
        float: left;
        margin: 6px 30px;
        font-size: 30px;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        line-height: 70px; }
  .page-template-homepage .container.homepage .ability-to-deliver-block {
    max-width: 100%;
    padding-top: 90px;
    display: inline-block; }
    .page-template-homepage .container.homepage .ability-to-deliver-block h4 {
      margin-left: 12%;
      margin-bottom: 15px; }
    .page-template-homepage .container.homepage .ability-to-deliver-block h2 {
      margin-left: 12%;
      margin-bottom: 40px; }
    .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content {
      width: 100%;
      height: auto;
      margin-bottom: 40px;
      display: inline-block; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text {
        width: 55%;
        display: inline-block;
        padding: 0px 300px 10px 228px; }
        .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text p {
          line-height: 1.6;
          vertical-align: middle;
          margin-bottom: 100px; }
        .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text a {
          background-color: #1caaea;
          color: #1d1d1d;
          text-transform: uppercase;
          font-family: 'Source Sans Pro';
          font-weight: 700;
          border-radius: 4px;
          float: left;
          padding: 12px 31px;
          transition: all 0.3s ease; }
          .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text a:hover {
            background-color: #1d1d1d;
            color: #fff; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .image {
        display: inline-block;
        width: 45%; }
        .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .image img {
          width: 100%; }
        .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .image p {
          font-size: 18px;
          margin: 8px 0 0 16px; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content:nth-child(odd) .text, .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content:nth-child(odd) .image {
        float: left; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content:nth-child(odd) .image {
        margin-left: 0; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content:nth-child(even) .text, .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content:nth-child(even) .image {
        float: right; }
  .page-template-homepage .container.homepage .free-demo-banner {
    width: 80%;
    height: 565px;
    background-color: #1caaea;
    box-shadow: 0 3px 10px rgba(28, 170, 234, 0.6);
    margin: 80px auto 150px auto;
    border-radius: 4px; }
    .page-template-homepage .container.homepage .free-demo-banner .left-content {
      width: 72%;
      height: 100%;
      padding: 70px 250px 70px 130px;
      float: left;
      background-color: #1caaea; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h4 {
        color: #fff;
        margin-bottom: 20px;
        font-weight: 400; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h2 {
        color: #1d1d1d;
        line-height: 60px;
        margin-bottom: 70px; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content a {
        padding: 12px 31px;
        background-color: #fff;
        color: #1d1d1d;
        font-family: 'Source Sans Pro';
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 4px;
        border: 4px solid #fff;
        cursor: pointer;
        transition: all 0.3s ease; }
        .page-template-homepage .container.homepage .free-demo-banner .left-content a:hover {
          border: 4px solid #1d1d1d;
          background-color: #1d1d1d;
          color: #fff; }
    .page-template-homepage .container.homepage .free-demo-banner .right-content {
      width: 28%;
      float: left;
      height: 100%; }
      .page-template-homepage .container.homepage .free-demo-banner .right-content img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .page-template-homepage .container.homepage .logo-container {
    width: 100%;
    margin: auto;
    margin-top: 100px;
    text-align: center; }
    .page-template-homepage .container.homepage .logo-container img {
      margin: 0 50px; }

.careers-template .container, .news-template .container {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .careers-template .container .tp-posts-page-banner, .news-template .container .tp-posts-page-banner {
    width: 100%;
    text-align: center;
    padding: 130px 200px; }
    .careers-template .container .tp-posts-page-banner p, .news-template .container .tp-posts-page-banner p {
      width: 35%;
      margin: auto;
      text-align: center; }
    .careers-template .container .tp-posts-page-banner h1, .news-template .container .tp-posts-page-banner h1 {
      margin-bottom: 37px; }
  .careers-template .container .tp-posts-page-banner.white, .news-template .container .tp-posts-page-banner.white {
    background-color: #fff; }
    .careers-template .container .tp-posts-page-banner.white h1, .news-template .container .tp-posts-page-banner.white h1 {
      color: #1caaea; }
    .careers-template .container .tp-posts-page-banner.white p, .news-template .container .tp-posts-page-banner.white p {
      color: #1d1d1d; }
    .careers-template .container .tp-posts-page-banner.white a, .news-template .container .tp-posts-page-banner.white a {
      color: #1d1d1d; }
  .careers-template .container .tp-posts-page-banner.blue, .news-template .container .tp-posts-page-banner.blue {
    background-color: #1caaea; }
    .careers-template .container .tp-posts-page-banner.blue h1, .careers-template .container .tp-posts-page-banner.blue p, .news-template .container .tp-posts-page-banner.blue h1, .news-template .container .tp-posts-page-banner.blue p {
      color: #1d1d1d; }
  .careers-template .container .tp-posts-page-banner.blue-light, .news-template .container .tp-posts-page-banner.blue-light {
    background-color: #eaf7fd; }
    .careers-template .container .tp-posts-page-banner.blue-light h1, .news-template .container .tp-posts-page-banner.blue-light h1 {
      color: #1caaea; }
    .careers-template .container .tp-posts-page-banner.blue-light p, .careers-template .container .tp-posts-page-banner.blue-light h4, .news-template .container .tp-posts-page-banner.blue-light p, .news-template .container .tp-posts-page-banner.blue-light h4 {
      color: #1d1d1d; }

.careers-template .career-single-modal, .news-template .career-single-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 12; }
  .careers-template .career-single-modal .modal-inner, .news-template .career-single-modal .modal-inner {
    max-width: 1640px;
    width: 100%;
    margin: 10vh auto 0 auto;
    overflow-y: scroll;
    height: 90vh;
    background-color: #fff; }
    .careers-template .career-single-modal .modal-inner .modal-wrapper, .news-template .career-single-modal .modal-inner .modal-wrapper {
      display: block;
      float: left;
      width: 100%;
      padding: 130px 138px 0 138px; }
    .careers-template .career-single-modal .modal-inner .top-section, .news-template .career-single-modal .modal-inner .top-section {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 120px; }
      .careers-template .career-single-modal .modal-inner .top-section .left-section, .news-template .career-single-modal .modal-inner .top-section .left-section {
        display: block;
        float: left;
        width: calc( 100% - 55px); }
        .careers-template .career-single-modal .modal-inner .top-section .left-section h6, .careers-template .career-single-modal .modal-inner .top-section .left-section h3, .news-template .career-single-modal .modal-inner .top-section .left-section h6, .news-template .career-single-modal .modal-inner .top-section .left-section h3 {
          display: block;
          float: left;
          width: 100%;
          margin-bottom: 10px; }
        .careers-template .career-single-modal .modal-inner .top-section .left-section h3, .news-template .career-single-modal .modal-inner .top-section .left-section h3 {
          color: #1caaea;
          font-family: Oswald;
          font-size: 24px;
          font-weight: 700;
          font-style: normal;
          letter-spacing: normal;
          line-height: 28px;
          text-align: left;
          text-transform: uppercase; }
      .careers-template .career-single-modal .modal-inner .top-section .right-section, .news-template .career-single-modal .modal-inner .top-section .right-section {
        display: block;
        float: left;
        width: 55px;
        margin-top: -55px; }
        .careers-template .career-single-modal .modal-inner .top-section .right-section span, .news-template .career-single-modal .modal-inner .top-section .right-section span {
          width: 55px;
          height: 55px;
          display: block;
          background-image: url("../media/close-button.svg");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          cursor: pointer; }
    .careers-template .career-single-modal .modal-inner .top-content, .news-template .career-single-modal .modal-inner .top-content {
      display: block;
      float: left;
      width: 100%; }
      .careers-template .career-single-modal .modal-inner .top-content .left-content, .careers-template .career-single-modal .modal-inner .top-content .right-content, .news-template .career-single-modal .modal-inner .top-content .left-content, .news-template .career-single-modal .modal-inner .top-content .right-content {
        display: block;
        float: left;
        width: calc( 50% - 75px);
        margin-bottom: 72px; }
      .careers-template .career-single-modal .modal-inner .top-content .left-content, .news-template .career-single-modal .modal-inner .top-content .left-content {
        margin-right: 150px; }
      .careers-template .career-single-modal .modal-inner .top-content .right-content, .news-template .career-single-modal .modal-inner .top-content .right-content {
        background-color: #1caaea;
        padding: 54px;
        color: #1d1d1d;
        font-family: Oswald;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: 36px;
        text-align: left; }
    .careers-template .career-single-modal .modal-inner .further-content, .news-template .career-single-modal .modal-inner .further-content {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 72px; }
      .careers-template .career-single-modal .modal-inner .further-content .single-title-content, .news-template .career-single-modal .modal-inner .further-content .single-title-content {
        display: block;
        float: left;
        width: calc( 50% - 75px);
        margin-right: 130px; }
        .careers-template .career-single-modal .modal-inner .further-content .single-title-content h5, .news-template .career-single-modal .modal-inner .further-content .single-title-content h5 {
          display: block;
          float: left;
          width: 100%;
          margin-bottom: 24px; }
        .careers-template .career-single-modal .modal-inner .further-content .single-title-content p, .news-template .career-single-modal .modal-inner .further-content .single-title-content p {
          margin-bottom: 48px; }
        .careers-template .career-single-modal .modal-inner .further-content .single-title-content:nth-of-type(2n), .news-template .career-single-modal .modal-inner .further-content .single-title-content:nth-of-type(2n) {
          margin-right: 0; }
    .careers-template .career-single-modal .modal-inner .application-form, .news-template .career-single-modal .modal-inner .application-form {
      display: block;
      float: left;
      width: 100%;
      background-color: #1d1d1d; }
      .careers-template .career-single-modal .modal-inner .application-form .left-content, .news-template .career-single-modal .modal-inner .application-form .left-content {
        padding: 100px 0 130px 130px;
        display: block;
        float: left;
        width: calc( 50% - 75px);
        margin-right: 130px; }
        .careers-template .career-single-modal .modal-inner .application-form .left-content h4, .news-template .career-single-modal .modal-inner .application-form .left-content h4 {
          display: block;
          float: left;
          width: 100%;
          font-family: Oswald;
          margin-bottom: 72px;
          font-weight: 500;
          font-size: 48px;
          text-transform: uppercase; }
        .careers-template .career-single-modal .modal-inner .application-form .left-content p, .news-template .career-single-modal .modal-inner .application-form .left-content p {
          display: block;
          float: left;
          width: 100%;
          color: #fff;
          font-family: "Source Sans Pro";
          font-size: 24px;
          font-weight: 400;
          font-style: normal;
          letter-spacing: normal;
          line-height: 46px;
          text-align: left; }
      .careers-template .career-single-modal .modal-inner .application-form .right-form, .news-template .career-single-modal .modal-inner .application-form .right-form {
        padding: 100px 130px 130px 0;
        display: block;
        float: left;
        width: calc( 50% - 75px); }
        .careers-template .career-single-modal .modal-inner .application-form .right-form #extensions_message_3_5, .news-template .career-single-modal .modal-inner .application-form .right-form #extensions_message_3_5 {
          display: none; }
        .careers-template .career-single-modal .modal-inner .application-form .right-form input[type=submit], .news-template .career-single-modal .modal-inner .application-form .right-form input[type=submit] {
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          background-color: #1caaea;
          color: #1d1d1d; }
          .careers-template .career-single-modal .modal-inner .application-form .right-form input[type=submit]:hover, .news-template .career-single-modal .modal-inner .application-form .right-form input[type=submit]:hover {
            background-color: transparent;
            color: #1caaea; }
  .careers-template .career-single-modal.modal-open, .news-template .career-single-modal.modal-open {
    display: block; }

.careers-template .tp-posts-page-banner {
  margin-bottom: 50px; }

.careers-template .container {
  width: 100%; }
  .careers-template .container .careers-posts-content {
    width: 80%;
    height: auto;
    margin: auto; }
    .careers-template .container .careers-posts-content .newer-entries, .careers-template .container .careers-posts-content .older-entries {
      width: 100%;
      height: 100px;
      text-align: center;
      margin-top: 75px;
      float: left; }
      .careers-template .container .careers-posts-content .newer-entries a, .careers-template .container .careers-posts-content .older-entries a {
        padding: 16px 60px;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Source Sans Pro';
        border-radius: 4px;
        color: #1d1d1d;
        background-color: #1caaea;
        transition: all 0.3s ease;
        font-weight: 700; }
        .careers-template .container .careers-posts-content .newer-entries a:hover, .careers-template .container .careers-posts-content .older-entries a:hover {
          color: #1caaea;
          background-color: #1d1d1d; }
    .careers-template .container .careers-posts-content .careers-post {
      width: 46%;
      float: left;
      height: 427px;
      margin: 0 2% 70px 2%;
      padding: 50px;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
      border-bottom: 8px #1caaea solid;
      border-radius: 4px;
      position: relative; }
      .careers-template .container .careers-posts-content .careers-post h6 {
        margin-bottom: 10px; }
      .careers-template .container .careers-posts-content .careers-post .heading {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 30px;
        width: 70%; }
      .careers-template .container .careers-posts-content .careers-post .readmore_news {
        color: #1caaea;
        transition: all 0.3s ease;
        font-family: 'Source Sans Pro';
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: right;
        position: absolute;
        bottom: 63px;
        right: 60px; }
        .careers-template .container .careers-posts-content .careers-post .readmore_news:hover {
          color: #1d1d1d; }
          .careers-template .container .careers-posts-content .careers-post .readmore_news:hover span {
            background-image: url("../media/black-right-arrow.png"); }
        .careers-template .container .careers-posts-content .careers-post .readmore_news span {
          background-image: url("../media/blue-right-arrow.png");
          background-size: cover;
          background-position: center;
          width: 8px;
          height: 13px;
          display: inline-block;
          margin-left: 12px;
          transition: all 0.3s ease; }
    .careers-template .container .careers-posts-content .pagination-container span.current {
      display: none; }
    .careers-template .container .careers-posts-content .pagination-container a.page-numbers {
      display: none; }
    .careers-template .container .careers-posts-content .pagination-container a.page-numbers.next {
      display: block;
      margin: 0 auto;
      text-align: center;
      width: fit-content;
      font-size: 20px;
      text-transform: uppercase;
      font-family: 'Source Sans Pro';
      border-radius: 4px;
      color: transparent;
      font-size: 0;
      transition: all 0.3s ease;
      font-weight: 700; }
      .careers-template .container .careers-posts-content .pagination-container a.page-numbers.next::before {
        content: 'Next';
        display: block;
        float: left;
        width: 100%;
        margin-left: -60px;
        font-size: 24px;
        color: #1d1d1d;
        padding: 16px 60px;
        background-color: #1caaea; }
        .careers-template .container .careers-posts-content .pagination-container a.page-numbers.next::before:hover {
          color: #1caaea;
          background-color: #1d1d1d; }

.news-template .container {
  width: 100%; }
  .news-template .container .news-posts-content {
    width: 80%;
    height: auto;
    margin: auto; }
    .news-template .container .news-posts-content .newer-entries, .news-template .container .news-posts-content .older-entries {
      width: 100%;
      height: 100px;
      text-align: center;
      margin-top: 75px;
      float: left; }
      .news-template .container .news-posts-content .newer-entries a, .news-template .container .news-posts-content .older-entries a {
        padding: 16px 60px;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Source Sans Pro';
        border-radius: 4px;
        color: #1d1d1d;
        background-color: #1caaea;
        transition: all 0.3s ease;
        font-weight: 700; }
        .news-template .container .news-posts-content .newer-entries a:hover, .news-template .container .news-posts-content .older-entries a:hover {
          color: #1caaea;
          background-color: #1d1d1d; }
    .news-template .container .news-posts-content .news-post {
      width: 46%;
      float: left;
      height: 465px;
      margin: 0 2% 70px 2%;
      padding: 50px;
      box-shadow: 0 3px 5px rgba(65, 54, 54, 0.15);
      border-bottom: 8px #1caaea solid;
      border-radius: 4px;
      position: relative; }
      .news-template .container .news-posts-content .news-post h6 {
        margin-bottom: 10px; }
      .news-template .container .news-posts-content .news-post time {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Oswald'; }
      .news-template .container .news-posts-content .news-post .heading {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 40px;
        margin-top: 20px;
        width: 70%; }
      .news-template .container .news-posts-content .news-post .readmore_news {
        color: #1caaea;
        transition: all 0.3s ease;
        font-family: 'Source Sans Pro';
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: right;
        position: absolute;
        bottom: 45px;
        right: 60px; }
        .news-template .container .news-posts-content .news-post .readmore_news:hover {
          color: #1d1d1d; }
          .news-template .container .news-posts-content .news-post .readmore_news:hover span {
            background-image: url("../media/black-right-arrow.png"); }
        .news-template .container .news-posts-content .news-post .readmore_news span {
          background-image: url("../media/blue-right-arrow.png");
          background-size: cover;
          background-position: center;
          width: 8px;
          height: 13px;
          display: inline-block;
          margin-left: 12px;
          transition: all 0.3s ease; }

.career-template-default .template-inner .container a.return {
  color: #1caaea !important;
  display: block;
  float: left;
  width: 100%;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 18px;
  text-align: center; }
  .career-template-default .template-inner .container a.return:hover {
    color: #424a55 !important; }

.career-template-default .template-inner .container .left-section {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 108px; }
  .career-template-default .template-inner .container .left-section h6 {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    text-align: center; }
    .career-template-default .template-inner .container .left-section h6 span {
      padding-left: 20px; }
  .career-template-default .template-inner .container .left-section h3 {
    display: block;
    float: left;
    width: 100%;
    color: #1caaea;
    font-family: Oswald;
    font-size: 46px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    text-align: center; }

.career-template-default .template-inner .container .modules {
  float: left;
  width: 100%; }

.career-template-default .application-form {
  display: block;
  float: left;
  width: 100%;
  background-color: #1d1d1d; }
  .career-template-default .application-form .left-content {
    padding: 100px 0 130px 130px;
    display: block;
    float: left;
    width: calc( 50% - 75px);
    margin-right: 130px; }
    .career-template-default .application-form .left-content h4 {
      display: block;
      float: left;
      width: 100%;
      font-family: Oswald;
      margin-bottom: 72px;
      font-weight: 500;
      font-size: 48px;
      text-transform: uppercase; }
    .career-template-default .application-form .left-content p {
      display: block;
      float: left;
      width: 100%;
      color: #fff;
      font-family: "Source Sans Pro";
      font-size: 24px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 46px;
      text-align: left; }
  .career-template-default .application-form .right-form {
    padding: 100px 130px 130px 0;
    display: block;
    float: left;
    width: calc( 50% - 75px); }
    .career-template-default .application-form .right-form #extensions_message_3_5 {
      display: none; }
    .career-template-default .application-form .right-form input[type=submit] {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background-color: #1caaea;
      color: #1d1d1d; }
      .career-template-default .application-form .right-form input[type=submit]:hover {
        background-color: transparent;
        color: #1caaea; }

.single-post .tp-hero-banner {
  padding-bottom: 0;
  padding-top: 20px; }

@media only screen and (min-width: 320px) and (max-width: 695px) {
  .careers-template .container .careers-posts-content .newer-entries {
    margin-top: 40px; }
  .careers-template .container .careers-posts-content .careers-post {
    width: 100%;
    height: auto;
    padding: 32px; }
    .careers-template .container .careers-posts-content .careers-post p {
      margin-bottom: 60px; }
    .careers-template .container .careers-posts-content .careers-post .readmore_news {
      right: 44px; } }

@media only screen and (min-width: 696px) and (max-width: 1024px) {
  .careers-template .container .careers-posts-content {
    width: 90%; }
    .careers-template .container .careers-posts-content .newer-entries {
      margin-top: 40px; }
    .careers-template .container .careers-posts-content .careers-post {
      width: 46%;
      height: auto;
      padding: 33px; }
      .careers-template .container .careers-posts-content .careers-post p {
        margin-bottom: 60px; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .template-inner .container .tp-posts-page-banner {
    padding: 100px 40px; }
    .template-inner .container .tp-posts-page-banner .container .posts-hero-header p {
      width: 90%;
      margin: auto;
      text-align: center; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .template-inner .container .tp-posts-page-banner {
    padding: 70px 100px; }
    .template-inner .container .tp-posts-page-banner .container .posts-hero-header p {
      width: 90%;
      margin: auto;
      text-align: center; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .template-inner .container .tp-posts-page-banner {
    padding: 70px 100px; }
    .template-inner .container .tp-posts-page-banner .container .posts-hero-header p {
      width: 70%;
      margin: auto;
      text-align: center; } }

@media only screen and (min-width: 1025px) and (max-width: 1516px) {
  .template-inner .container .tp-posts-page-banner {
    padding: 70px 100px; }
    .template-inner .container .tp-posts-page-banner .container .posts-hero-header p {
      width: 50%;
      margin: auto;
      text-align: center; }
  .template-inner .container .careers-posts-content .news-post {
    height: auto; } }

@media only screen and (min-width: 320px) and (max-width: 695px) {
  .news-template .container .news-posts-content .newer-entries {
    margin-top: 40px; }
  .news-template .container .news-posts-content .news-post {
    width: 100%;
    height: auto;
    padding: 32px; }
    .news-template .container .news-posts-content .news-post p {
      margin-bottom: 60px; }
    .news-template .container .news-posts-content .news-post .readmore_news {
      right: 44px; } }

@media only screen and (min-width: 696px) and (max-width: 1024px) {
  .news-template .container .news-posts-content {
    width: 90%; }
    .news-template .container .news-posts-content .newer-entries {
      margin-top: 40px; }
    .news-template .container .news-posts-content .news-post {
      width: 46%;
      height: auto;
      padding: 33px; }
      .news-template .container .news-posts-content .news-post p {
        margin-bottom: 45px; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .template-inner .container .tp-posts-page-banner {
    padding: 100px 40px; }
    .template-inner .container .tp-posts-page-banner .container .posts-hero-header p {
      width: 90%;
      margin: auto;
      text-align: center; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .template-inner .container .tp-posts-page-banner {
    padding: 70px 100px; }
    .template-inner .container .tp-posts-page-banner .container .posts-hero-header p {
      width: 90%;
      margin: auto;
      text-align: center; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .template-inner .container .tp-posts-page-banner {
    padding: 70px 100px; }
    .template-inner .container .tp-posts-page-banner .container .posts-hero-header p {
      width: 70%;
      margin: auto;
      text-align: center; } }

@media only screen and (min-width: 1025px) and (max-width: 1516px) {
  .template-inner .container .tp-posts-page-banner {
    padding: 70px 100px; }
    .template-inner .container .tp-posts-page-banner .container .posts-hero-header p {
      width: 50%;
      margin: auto;
      text-align: center; }
  .template-inner .container .news-posts-content .news-post {
    height: auto; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .career-template-default .site-body .template-inner .container .left-section {
    padding: 0 25px;
    margin-bottom: 30px; }
  .career-template-default .site-body .template-inner .application-form .container .left-content {
    width: 100%;
    padding: 50px;
    margin-right: 0; }
  .career-template-default .site-body .template-inner .application-form .container .right-form {
    width: 100%;
    padding: 25px 25px 40px 25px; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .career-template-default .site-body .template-inner .container .left-section {
    padding: 0 90px;
    margin-bottom: 50px; }
  .career-template-default .site-body .template-inner .application-form .container .left-content {
    width: 100%;
    padding: 50px;
    margin-right: 0; }
  .career-template-default .site-body .template-inner .application-form .container .right-form {
    width: 100%;
    padding: 40px 90px 60px 90px; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .career-template-default .site-body .template-inner .container .left-section {
    padding: 0 100px;
    margin-bottom: 60px; }
  .career-template-default .site-body .template-inner .application-form .container .right-form {
    padding: 100px 100px 100px 0; } }

@media only screen and (min-width: 1025px) and (max-width: 1516px) {
  .career-template-default .site-body .template-inner .container .left-section {
    padding: 0 7%;
    margin-bottom: 75px; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .page-template-contact-v2 .template-inner .middle, .page-template-contact-v2 .template-inner .left, .page-template-contact-v2 .template-inner .right {
    float: none;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
  .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li.half {
    width: 100% !important; }
  .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_footer input {
    width: 64%;
    margin: 0 18%;
    padding: 10px 25px; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .page-template-contact-v2 .template-inner .middle, .page-template-contact-v2 .template-inner .left {
    float: left;
    width: 40% !important;
    padding: 20px; }
  .page-template-contact-v2 .template-inner .left {
    margin-left: 0;
    margin-right: 10%; }
  .page-template-contact-v2 .template-inner .right {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li.half {
      width: 100% !important; }
    .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_footer input {
      width: 64%;
      margin: 0 18%;
      padding: 10px 25px; }
  .page-template-contact-v2 .template-inner .middle {
    margin-bottom: 45px;
    margin-left: 10%;
    margin-right: 0; } }

@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .page-template-contact-v2 .template-inner .middle, .page-template-contact-v2 .template-inner .left {
    float: left;
    width: 35% !important;
    padding: 20px; }
  .page-template-contact-v2 .template-inner .left {
    margin-left: 0;
    margin-right: 15%; }
  .page-template-contact-v2 .template-inner .right {
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_body li.half {
      width: 100% !important; }
    .page-template-contact-v2 .template-inner .right .gform_wrapper .gform_footer input {
      width: 64%;
      margin: 0 18%;
      padding: 10px 25px; }
  .page-template-contact-v2 .template-inner .middle {
    margin-bottom: 45px;
    margin-left: 15%;
    margin-right: 0; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tp-footer-contact {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
    float: left; }
    .tp-footer-contact .left-block {
      float: left;
      width: 100%;
      padding: 40px;
      height: auto;
      border-bottom: none; }
      .tp-footer-contact .left-block h2 {
        margin-bottom: 40px; }
      .tp-footer-contact .left-block p {
        line-height: 1.6; }
    .tp-footer-contact .right-block {
      float: left;
      width: 100%;
      padding: 40px;
      height: auto; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .tp-footer-contact {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
    float: left; }
    .tp-footer-contact .left-block {
      float: left;
      width: 100%;
      padding: 70px 15%;
      height: auto;
      border-bottom: none; }
      .tp-footer-contact .left-block h2 {
        margin-bottom: 40px; }
      .tp-footer-contact .left-block p {
        line-height: 1.6; }
    .tp-footer-contact .right-block {
      float: left;
      width: 100%;
      padding: 50px 17%;
      height: auto; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tp-footer-contact {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
    float: left; }
    .tp-footer-contact .left-block {
      float: left;
      width: 100%;
      padding: 80px 23%;
      height: auto;
      border-bottom: none; }
      .tp-footer-contact .left-block h2 {
        margin-bottom: 40px; }
      .tp-footer-contact .left-block p {
        line-height: 1.6; }
    .tp-footer-contact .right-block {
      float: left;
      width: 100%;
      padding: 50px 24%;
      height: auto; } }

@media only screen and (min-width: 1024px) and (max-width: 1516px) {
  .tp-footer-contact .left-block {
    padding: 185px 80px; }
  .tp-footer-contact .right-block {
    padding: 12% 10%; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  footer.site-footer {
    padding-top: 0; }
    footer.site-footer .container .footer-block .left-column {
      width: 100%;
      margin-bottom: 40px;
      padding-top: 0; }
      footer.site-footer .container .footer-block .left-column .menu-footer-nav-container #menu-footer-nav {
        padding-left: 10px;
        font-size: 20px; }
    footer.site-footer .container .footer-block .right-column {
      width: 100%; }
      footer.site-footer .container .footer-block .right-column .addresses {
        width: 100%; }
        footer.site-footer .container .footer-block .right-column .addresses .address-col {
          width: 70%;
          padding-right: 0;
          margin-left: 10px; }
          footer.site-footer .container .footer-block .right-column .addresses .address-col .title {
            margin-bottom: 0; }
          footer.site-footer .container .footer-block .right-column .addresses .address-col .address {
            margin-bottom: 20px; }
      footer.site-footer .container .footer-block .right-column .contact-info {
        width: 100%;
        padding-left: 10px; }
        footer.site-footer .container .footer-block .right-column .contact-info h3 {
          margin-bottom: 0; }
        footer.site-footer .container .footer-block .right-column .contact-info .contact-email {
          margin-right: 0 !important;
          font-size: 18px; }
        footer.site-footer .container .footer-block .right-column .contact-info .social-media {
          margin: 30px 0 90px 0;
          width: 100%; }
          footer.site-footer .container .footer-block .right-column .contact-info .social-media .inner {
            padding-right: 0; }
            footer.site-footer .container .footer-block .right-column .contact-info .social-media .inner a {
              height: 28px;
              width: 28px; }
    footer.site-footer .container .bottom-row {
      padding: 10px 10px 20px 10px; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  footer.site-footer {
    padding-top: 0; }
    footer.site-footer .container .footer-block .left-column {
      width: 100%;
      margin-bottom: 40px; }
      footer.site-footer .container .footer-block .left-column .menu-footer-nav-container #menu-footer-nav {
        padding-left: 10%;
        padding-right: 78px; }
    footer.site-footer .container .footer-block .right-column {
      width: 100%; }
      footer.site-footer .container .footer-block .right-column .addresses {
        width: 100%;
        padding-left: 10%; }
        footer.site-footer .container .footer-block .right-column .addresses .address-col {
          width: 45%; }
      footer.site-footer .container .footer-block .right-column .contact-info {
        width: 100%;
        float: left;
        padding-left: 10%;
        margin-top: 45px; }
        footer.site-footer .container .footer-block .right-column .contact-info h3 {
          margin-bottom: 0; }
        footer.site-footer .container .footer-block .right-column .contact-info .contact-no, footer.site-footer .container .footer-block .right-column .contact-info .contact-email {
          width: 100%; }
        footer.site-footer .container .footer-block .right-column .contact-info .social-media {
          width: 100%; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer.site-footer {
    padding-top: 0; }
    footer.site-footer .container .footer-block .left-column {
      width: 100%;
      margin-bottom: 40px;
      padding-top: 0; }
      footer.site-footer .container .footer-block .left-column .menu-footer-nav-container #menu-footer-nav {
        padding-left: 14%;
        padding-right: 78px; }
    footer.site-footer .container .footer-block .right-column {
      width: 100%; }
      footer.site-footer .container .footer-block .right-column .addresses {
        width: 100%;
        padding-left: 14%; }
        footer.site-footer .container .footer-block .right-column .addresses .address-col {
          width: 45%; }
      footer.site-footer .container .footer-block .right-column .contact-info {
        width: 100%;
        float: left;
        padding-left: 14%;
        margin-top: 45px; }
        footer.site-footer .container .footer-block .right-column .contact-info h3 {
          margin-bottom: 0; }
        footer.site-footer .container .footer-block .right-column .contact-info .contact-no, footer.site-footer .container .footer-block .right-column .contact-info .contact-email {
          width: 100%; }
        footer.site-footer .container .footer-block .right-column .contact-info .social-media {
          width: 100%; } }

@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  footer.site-footer .container .footer-block .left-column {
    width: 76%;
    padding: 0 15% 0 10.5%; }
  footer.site-footer .container .footer-block .right-column {
    width: 100%;
    padding-left: 13%;
    padding-top: 50px; }
    footer.site-footer .container .footer-block .right-column .addresses {
      width: 58%; } }

@media only screen and (min-width: 320px) and (max-width: 1516px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
    width: 100%; }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea {
    width: 100%; }
  .gform_wrapper .gform_footer input {
    width: 100%;
    padding: 10px 90px; } }

@media only screen and (min-width: 320px) and (max-width: 360px) {
  header.stie-header.fixed {
    top: 50px;
    height: 125px !important; }
    header.stie-header.fixed .container .left-content a img {
      width: 125px; } }

@media only screen and (max-width: 768px) {
  .site-header {
    height: 100px !important; }
    .site-header .left-content {
      width: 140px;
      margin-top: -55px !important; }
      .site-header .left-content a img {
        width: 140px;
        margin-top: 69px; }
    .site-header .right-content {
      margin-top: -1px !important; }
    .site-header #headerNav {
      position: relative;
      margin-top: 20px; }
      .site-header #headerNav a {
        display: none; }
        .site-header #headerNav a.icon {
          float: right;
          display: block;
          position: absolute;
          right: 30px;
          top: 30px; }
          .site-header #headerNav a.icon .fa {
            font-size: 32px; }
    .site-header .responsive-header {
      width: 75%;
      position: absolute;
      height: 100vh;
      background-color: #1d1d1d;
      right: 0;
      top: 0;
      z-index: 1001;
      transition: all 0.3s ease; }
      .site-header .responsive-header .close-icon {
        font-size: 36px;
        position: absolute;
        top: 42px;
        right: 48px;
        color: #1caaea; }
        .site-header .responsive-header .close-icon:hover {
          color: #fff; }
      .site-header .responsive-header .menu-main-nav-container {
        padding: 90px 46px 20px 60px; }
        .site-header .responsive-header .menu-main-nav-container ul li {
          font-size: 22px;
          line-height: 1.6; }
          .site-header .responsive-header .menu-main-nav-container ul li a:hover {
            color: #1caaea; }
          .site-header .responsive-header .menu-main-nav-container ul li a:first-child {
            cursor: pointer; }
          .site-header .responsive-header .menu-main-nav-container ul li ul {
            display: none;
            border-top: 2px solid #1caaea;
            padding-top: 16px;
            margin-bottom: 25px; }
            .site-header .responsive-header .menu-main-nav-container ul li ul li {
              margin-bottom: 6px;
              line-height: 1.2;
              font-size: 16px; }
      .site-header .responsive-header .micro-header-nav {
        padding: 20px 30px 100px 60px; }
        .site-header .responsive-header .micro-header-nav a {
          font-size: 24px;
          line-height: 1.6; }
          .site-header .responsive-header .micro-header-nav a:hover {
            color: #1caaea; } }

@media (max-width: 480px) {
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block {
    padding: 14% 9%;
    width: 100% !important;
    height: auto; }
    .page-template-homepage .container.homepage .hero-banner .top-row .content-block h2 {
      font-size: 44px;
      margin-bottom: 15px; }
    .page-template-homepage .container.homepage .hero-banner .top-row .content-block p {
      font-size: 20px;
      margin-bottom: 48px; }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top {
    width: 100% !important; }
  .page-template-homepage .container.homepage .hero-banner .bottom-row {
    float: left;
    height: 165px; }
  .page-template-homepage .container.homepage .our-services .service-blocks .service {
    width: 100% !important;
    height: auto;
    margin: 30px auto; }
  .page-template-homepage .container.homepage .logos-text-container {
    float: left;
    padding: 10px 10px 50px 10px; }
    .page-template-homepage .container.homepage .logos-text-container .logo {
      margin: 0; }
      .page-template-homepage .container.homepage .logos-text-container .logo img {
        height: 50px !important; }
      .page-template-homepage .container.homepage .logos-text-container .logo p {
        font-size: 18px !important;
        margin: 4px;
        line-height: 50px; }
  .page-template-homepage .container.homepage .container.case-studies {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: auto; }
    .page-template-homepage .container.homepage .container.case-studies .case-study-block {
      padding-top: 65px;
      height: 780px;
      position: relative; }
      .page-template-homepage .container.homepage .container.case-studies .case-study-block a {
        position: absolute;
        left: 0;
        bottom: 50px; }
        .page-template-homepage .container.homepage .container.case-studies .case-study-block a:before {
          display: none; }
        .page-template-homepage .container.homepage .container.case-studies .case-study-block a:after {
          display: none; }
      .page-template-homepage .container.homepage .container.case-studies .case-study-block p {
        width: 73%; }
  .page-template-homepage .container.homepage .ability-to-deliver-block {
    padding-top: 20px; }
    .page-template-homepage .container.homepage .ability-to-deliver-block h4, .page-template-homepage .container.homepage .ability-to-deliver-block h2 {
      margin-left: 0;
      text-align: left; }
    .page-template-homepage .container.homepage .ability-to-deliver-block h2 {
      margin-bottom: 30px; }
    .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content {
      margin-bottom: 40px !important; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text {
        padding: 10px 10%;
        width: 100%; }
        .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text p {
          margin-bottom: 40px;
          font-size: 20px; }
        .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text a {
          margin-bottom: 40px; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .image {
        width: 100%; }
  .page-template-homepage .container.homepage .free-demo-banner .left-content a {
    padding: 12px; }
  .page-template-homepage .container.homepage .logo-container img {
    width: 70px !important; }
  .tp-footer-contact {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px; }
    .tp-footer-contact .left-block {
      float: left;
      width: 100%;
      padding: 40px !important;
      height: auto; }
      .tp-footer-contact .left-block h2 {
        margin-bottom: 40px; }
      .tp-footer-contact .left-block p {
        line-height: 1.6; }
    .tp-footer-contact .right-block {
      float: left;
      width: 100%;
      padding: 40px;
      height: auto; } }

@media (max-width: 549px) {
  .page-template-homepage .container.homepage .hero-banner .top-row {
    height: auto; }
    .page-template-homepage .container.homepage .hero-banner .top-row .content-block {
      padding: 14% 9% !important;
      width: 100% !important;
      height: auto;
      margin-bottom: 10px; }
      .page-template-homepage .container.homepage .hero-banner .top-row .content-block h2 {
        font-size: 44px;
        margin-bottom: 15px; }
      .page-template-homepage .container.homepage .hero-banner .top-row .content-block p {
        font-size: 20px;
        margin-bottom: 48px; }
    .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top {
      width: 100% !important;
      height: 375px; }
      .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-2 {
        display: none; }
      .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 {
        width: 100% !important;
        float: left;
        height: 100%;
        margin-bottom: 10px; }
        .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 img:nth-child(1) {
          height: calc(50% - 5px); }
        .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 img:nth-child(2) {
          height: 50%; }
  .page-template-homepage .container.homepage .hero-banner .bottom-row {
    float: left;
    height: 165px; }
    .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(4) {
      display: none; }
    .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(1) {
      width: calc(50% - 10px); }
    .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(2) {
      width: 50%;
      margin-right: 0; }
    .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(3) {
      display: none; }
  .page-template-homepage .container.homepage .ability-to-deliver-block {
    padding-top: 20px; }
    .page-template-homepage .container.homepage .ability-to-deliver-block h4, .page-template-homepage .container.homepage .ability-to-deliver-block h2 {
      margin-left: 0;
      text-align: left; }
    .page-template-homepage .container.homepage .ability-to-deliver-block h2 {
      margin-bottom: 30px; }
    .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content {
      margin-bottom: 40px !important; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text {
        padding: 10px 10%;
        width: 100%; }
        .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text p {
          margin-bottom: 40px;
          font-size: 20px; }
        .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text a {
          margin-bottom: 40px; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .image {
        width: 100%; }
  .page-template-homepage .container.homepage .free-demo-banner {
    width: 90%;
    margin: 30px 5% 50px 5%;
    height: 600px; }
    .page-template-homepage .container.homepage .free-demo-banner .left-content {
      width: 100% !important;
      padding: 40px 25px 60px 25px !important;
      height: auto;
      float: left; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h4 {
        font-size: 22px; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h2 {
        font-size: 36px;
        margin-bottom: 50px; }
    .page-template-homepage .container.homepage .free-demo-banner .right-content {
      display: none; } }

@media (max-width: 585px) {
  .container.homepage .container.case-studies .case-study-block {
    height: 600px;
    position: relative; }
    .container.homepage .container.case-studies .case-study-block a {
      position: absolute;
      left: 0;
      bottom: 40px;
      width: 100%; }
      .container.homepage .container.case-studies .case-study-block a:before {
        display: none; }
      .container.homepage .container.case-studies .case-study-block a:after {
        display: none; }
    .container.homepage .container.case-studies .case-study-block p {
      font-size: 18px;
      line-height: 26px;
      width: 60%; }
  .container.homepage .logos-text-container .container .inner-container .logo p {
    font-size: 24px; } }

@media (min-width: 320px) and (max-width: 694px) {
  .container.homepage .our-services {
    margin: 10px auto;
    float: left;
    padding: 10px 10px 40px 10px !important;
    height: auto !important; }
    .container.homepage .our-services h2 {
      margin-top: 57px;
      margin-bottom: 57px; }
    .container.homepage .our-services .service-blocks .service {
      float: left;
      width: 30% !important; }
      .container.homepage .our-services .service-blocks .service a {
        font-size: 22px; } }

@media (min-width: 695px) and (max-width: 768px) {
  .container.homepage .our-services {
    float: left;
    padding: 10px 40px 40px 40px;
    height: auto; }
    .container.homepage .our-services .service-blocks {
      width: 100%; }
      .container.homepage .our-services .service-blocks .service {
        width: 31.4%; } }

@media (max-width: 722px) {
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block h2 {
    font-size: 40px !important;
    margin-bottom: 12px !important; }
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block p {
    font-size: 18px !important;
    line-height: 22px !important; }
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block a {
    padding: 12px 4px !important;
    font-size: 14px !important; } }

@media (min-width: 550px) and (max-width: 768px) {
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block {
    padding: 20px 30px;
    width: 46% !important; }
    .page-template-homepage .container.homepage .hero-banner .top-row .content-block h2 {
      font-size: 46px;
      margin-bottom: 15px; }
    .page-template-homepage .container.homepage .hero-banner .top-row .content-block p {
      font-size: 20px;
      line-height: 28px !important;
      margin-bottom: 40px; }
    .page-template-homepage .container.homepage .hero-banner .top-row .content-block a {
      padding: 10px 12px; }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top {
    width: calc(54% - 10px) !important; }
    .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-2 {
      display: none; }
    .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 {
      width: 100% !important; }
  .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(4) {
    display: none; }
  .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(1) {
    width: calc(30% - 10px); }
  .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(2) {
    width: calc(40% - 10px); }
  .page-template-homepage .container.homepage .hero-banner .bottom-row .img-gallery-bottom img:nth-child(3) {
    width: 30%;
    margin-right: 0; }
  .page-template-homepage .container.homepage .our-services {
    padding: 10px 40px 40px 40px;
    height: auto;
    float: left; }
    .page-template-homepage .container.homepage .our-services .service-blocks {
      width: 100%; }
      .page-template-homepage .container.homepage .our-services .service-blocks .service {
        width: 31.4% !important; }
  .page-template-homepage .container.homepage .logos-text-container {
    padding: 10px 10px 10px 10%;
    float: left; }
    .page-template-homepage .container.homepage .logos-text-container .logo {
      width: auto; }
  .page-template-homepage .container.homepage .ability-to-deliver-block h4, .page-template-homepage .container.homepage .ability-to-deliver-block h2 {
    margin-left: 10%; }
  .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content {
    margin-bottom: 50px; }
    .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text {
      padding: 0 10%;
      width: 100%;
      float: left; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text p {
        margin-bottom: 75px; }
      .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text a {
        margin-bottom: 75px; }
    .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .image {
      padding: 0 10%;
      width: 100%; }
  .page-template-homepage .container.homepage .free-demo-banner {
    width: 100%;
    height: 470px; }
    .page-template-homepage .container.homepage .free-demo-banner .left-content {
      padding: 9% 11% !important;
      height: auto;
      width: 100% !important; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h4 {
        font-size: 22px; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h2 {
        font-size: 38px;
        margin-bottom: 53px; }
    .page-template-homepage .container.homepage .free-demo-banner .right-content {
      display: none; }
  .page-template-homepage .container.homepage .container.case-studies {
    width: 100%;
    height: auto; }
    .page-template-homepage .container.homepage .container.case-studies .case-study-block {
      padding-top: 65px;
      height: 600px;
      position: relative; }
      .page-template-homepage .container.homepage .container.case-studies .case-study-block a {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 50px; }
        .page-template-homepage .container.homepage .container.case-studies .case-study-block a:before {
          width: 26% !important; }
        .page-template-homepage .container.homepage .container.case-studies .case-study-block a:after {
          width: 7% !important; }
      .page-template-homepage .container.homepage .container.case-studies .case-study-block p {
        width: 73%;
        font-size: 20px;
        line-height: 28px; }
  .page-template-homepage .container.homepage .logo-container {
    height: 150px; }
    .page-template-homepage .container.homepage .logo-container img {
      width: 90px; }
  .tp-footer-contact {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px; }
    .tp-footer-contact .left-block {
      float: left;
      width: 100%;
      padding: 70px 15%;
      height: auto; }
      .tp-footer-contact .left-block h2 {
        margin-bottom: 40px; }
      .tp-footer-contact .left-block p {
        line-height: 1.6; }
    .tp-footer-contact .right-block {
      float: left;
      width: 100%;
      padding: 50px 17%;
      height: auto; } }

@media (min-width: 769px) and (max-width: 864px) {
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block {
    width: 46% !important; }
    .page-template-homepage .container.homepage .hero-banner .top-row .content-block p {
      line-height: 24px; }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top {
    width: calc(54% - 10px) !important; }
  .page-template-homepage .container.homepage .free-demo-banner {
    height: 660px !important; }
    .page-template-homepage .container.homepage .free-demo-banner .left-content h2 {
      margin-bottom: 29px !important; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block {
    width: 40%; }
    .page-template-homepage .container.homepage .hero-banner .top-row .content-block h2 {
      font-size: 46px;
      margin-bottom: 10px; }
    .page-template-homepage .container.homepage .hero-banner .top-row .content-block p {
      margin-bottom: 30px;
      line-height: 30px;
      font-size: 20px; }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top {
    width: calc(60% - 10px); }
    .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-2 {
      display: none; }
    .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 {
      width: 100% !important; }
  .page-template-homepage .container.homepage .container.case-studies .case-study-block {
    height: 720px;
    position: relative; }
    .page-template-homepage .container.homepage .container.case-studies .case-study-block a {
      position: absolute;
      left: 0;
      bottom: 60px;
      width: 100%; }
      .page-template-homepage .container.homepage .container.case-studies .case-study-block a:before {
        width: 36.6% !important; }
      .page-template-homepage .container.homepage .container.case-studies .case-study-block a:after {
        width: 13% !important; }
    .page-template-homepage .container.homepage .container.case-studies .case-study-block p {
      width: 68%; }
  .page-template-homepage .container.homepage .our-services {
    float: left;
    height: auto;
    padding: 10px 40px 60px 40px; }
    .page-template-homepage .container.homepage .our-services .service-blocks {
      width: 100%; }
      .page-template-homepage .container.homepage .our-services .service-blocks .service {
        width: 18%; }
        .page-template-homepage .container.homepage .our-services .service-blocks .service span {
          font-size: 20px; }
  .page-template-homepage .container.homepage .logos-text-container {
    margin: 1% 10%;
    width: 80%;
    float: left;
    height: auto; }
    .page-template-homepage .container.homepage .logos-text-container .logo {
      width: 100%; }
  .page-template-homepage .container.homepage .ability-to-deliver-block h2, .page-template-homepage .container.homepage .ability-to-deliver-block h4 {
    margin-left: 10%; }
  .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text {
    padding: 0 50px 0 10%; }
  .page-template-homepage .container.homepage .free-demo-banner {
    width: 90%;
    height: 610px; }
    .page-template-homepage .container.homepage .free-demo-banner .left-content {
      width: 62%;
      padding: 40px 20px 50px 30px !important; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h2 {
        font-size: 42px;
        margin-bottom: 36px; }
    .page-template-homepage .container.homepage .free-demo-banner .right-content {
      width: 38%; }
  .page-template-homepage .container.homepage .logo-container {
    height: 180px; }
  .tp-footer-contact {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px; }
    .tp-footer-contact .left-block {
      float: left;
      width: 100%;
      padding: 80px 23%;
      height: auto; }
      .tp-footer-contact .left-block h2 {
        margin-bottom: 40px; }
      .tp-footer-contact .left-block p {
        line-height: 1.6; }
    .tp-footer-contact .right-block {
      float: left;
      width: 100%;
      padding: 50px 24%;
      height: auto; } }

@media (min-width: 1025px) and (max-width: 1362px) {
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block h2 {
    margin-bottom: 16px;
    font-size: 46px; }
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block p {
    margin-bottom: 35px;
    line-height: 30px;
    font-size: 20px; }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-3 {
    display: none; }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 {
    width: calc(45% - 5px); }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-2 {
    width: calc(55% - 5px); }
  .page-template-homepage .container.homepage .our-services {
    padding: 10px; }
  .page-template-homepage .container.homepage .free-demo-banner {
    width: 90%;
    height: 645px !important; }
    .page-template-homepage .container.homepage .free-demo-banner .left-content {
      padding: 50px 60px 60px 50px !important; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h4 {
        margin-bottom: 15px; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h2 {
        margin-bottom: 35px; }
  .page-template-homepage .container.homepage .container.case-studies .case-study-block {
    height: 610px;
    position: relative; }
    .page-template-homepage .container.homepage .container.case-studies .case-study-block a {
      position: absolute;
      left: 0;
      bottom: 60px;
      width: 100%; }
      .page-template-homepage .container.homepage .container.case-studies .case-study-block a:before {
        width: 47.6% !important; }
      .page-template-homepage .container.homepage .container.case-studies .case-study-block a:after {
        width: 14% !important; } }

@media (min-width: 1363px) and (max-width: 1620px) {
  .container.case-studies .case-study-block {
    height: 570px;
    position: relative; }
    .container.case-studies .case-study-block a {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 50px; }
      .container.case-studies .case-study-block a:before {
        width: 47.6% !important; }
      .container.case-studies .case-study-block a:after {
        width: 14% !important; } }

@media (max-width: 1516px) {
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block {
    padding: 3% 2% 2% 3%; }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-3 {
    display: none !important; }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-1 {
    width: calc(50% - 5px); }
  .page-template-homepage .container.homepage .hero-banner .top-row .img-gallery-top .col-2 {
    width: calc(50% - 5px); }
  .page-template-homepage .container.homepage .our-services .service-blocks .service {
    width: 15%; }
  .page-template-homepage .container.homepage .ability-to-deliver-block h4, .page-template-homepage .container.homepage .ability-to-deliver-block h2 {
    margin-left: 8%; }
  .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content {
    margin-bottom: 120px; }
    .page-template-homepage .container.homepage .ability-to-deliver-block .banner-content .text {
      padding: 10px 8%; }
  .page-template-homepage .container.homepage .free-demo-banner {
    height: 610px; }
    .page-template-homepage .container.homepage .free-demo-banner .left-content {
      width: 62%;
      padding: 70px 100px 70px 68px; }
      .page-template-homepage .container.homepage .free-demo-banner .left-content h2 {
        margin-bottom: 60px; }
    .page-template-homepage .container.homepage .free-demo-banner .right-content {
      width: 38%; }
  .page-template-homepage .container.homepage .logo-container {
    height: 180px; }
  .tp-footer-contact .left-block {
    padding: 185px 80px; }
  .tp-footer-contact .right-block {
    padding: 12% 10%; } }

@media (min-width: 1517px) and (max-width: 1733px) {
  .page-template-homepage .container.homepage .hero-banner .top-row .content-block {
    padding: 45px 45px 45px 60px; }
  .page-template-homepage .container.homepage .free-demo-banner .left-content {
    padding: 7% 5%; } }

@media (max-width: 1865px) {
  .container.case-studies .case-study-block a:before {
    width: 47.6% !important; }
  .container.case-studies .case-study-block a:after {
    width: 14% !important; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tp-event-services-block {
    margin-bottom: 20px; }
    .tp-event-services-block .container .banner {
      height: auto; }
      .tp-event-services-block .container .banner .left-content {
        width: 100%;
        padding: 40px 25px 47px 25px; }
        .tp-event-services-block .container .banner .left-content h4 {
          font-size: 22px; }
        .tp-event-services-block .container .banner .left-content h2 {
          line-height: 1.2;
          margin-top: 15px;
          font-size: 44px; }
        .tp-event-services-block .container .banner .left-content .service-blocks {
          column-gap: 25px; }
          .tp-event-services-block .container .banner .left-content .service-blocks p {
            line-height: 1.4;
            font-size: 20px; }
      .tp-event-services-block .container .banner .right-content {
        display: none; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .tp-event-services-block {
    margin-bottom: 20px; }
    .tp-event-services-block .container .banner {
      height: auto; }
      .tp-event-services-block .container .banner .left-content {
        width: 100%;
        padding: 60px 100px; }
        .tp-event-services-block .container .banner .left-content h2 {
          line-height: 1.2;
          margin-top: 15px; }
        .tp-event-services-block .container .banner .left-content .service-blocks p {
          line-height: 1.4; }
      .tp-event-services-block .container .banner .right-content {
        display: none; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tp-event-services-block .container .banner .left-content {
    width: 55%;
    padding: 60px; }
    .tp-event-services-block .container .banner .left-content h2 {
      line-height: 1.2;
      margin-top: 15px; }
    .tp-event-services-block .container .banner .left-content .service-blocks p {
      line-height: 1.4;
      font-size: 20px;
      margin-bottom: 17px; }
  .tp-event-services-block .container .banner .right-content {
    overflow: hidden;
    width: 45%; } }

@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .tp-event-services-block .container .banner .left-content {
    width: 63%;
    padding: 70px 75px; }
    .tp-event-services-block .container .banner .left-content h2 {
      line-height: 1.4; }
    .tp-event-services-block .container .banner .left-content .service-blocks {
      margin-bottom: 80px; }
      .tp-event-services-block .container .banner .left-content .service-blocks p {
        line-height: 1.4; }
  .tp-event-services-block .container .banner .right-content {
    width: 37%; } }

@media only screen and (min-width: 1241px) and (max-width: 1560px) {
  .tp-event-services-block .container .banner .left-content {
    width: 63%;
    padding: 70px 110px; }
    .tp-event-services-block .container .banner .left-content h2 {
      line-height: 1.4; }
    .tp-event-services-block .container .banner .left-content .service-blocks {
      margin-bottom: 80px; }
      .tp-event-services-block .container .banner .left-content .service-blocks p {
        line-height: 1.4; }
  .tp-event-services-block .container .banner .right-content {
    width: 37%; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tp-full-width-content {
    padding: 0 25px; }
    .tp-full-width-content iframe {
      width: 100%;
      height: auto; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .tp-full-width-content {
    padding: 0 90px; }
    .tp-full-width-content iframe {
      width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tp-full-width-content {
    padding: 0 100px; } }

@media only screen and (min-width: 1024px) and (max-width: 1516px) {
  .tp-full-width-content {
    padding: 0 7%; } }

.tp-full-width-content-narrow .inner-container {
  padding: 0 110px; }
  @media screen and (max-width: 800px) {
    .tp-full-width-content-narrow .inner-container {
      padding: 0; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tp-hero-banner {
    padding: 30px; }
    .tp-hero-banner .container {
      padding: 0; }
      .tp-hero-banner .container .hero-header {
        padding: 0; }
        .tp-hero-banner .container .hero-header p {
          width: auto;
          font-size: 22px;
          margin: 50px auto; }
        .tp-hero-banner .container .hero-header h1 {
          font-size: 55px;
          margin-top: 40px; }
        .tp-hero-banner .container .hero-header h4 {
          width: 35%; } }

@media only screen and (min-width: 480px) and (max-width: 1516px) {
  .tp-hero-banner {
    padding: 60px; }
    .tp-hero-banner .container {
      padding: 0; }
      .tp-hero-banner .container .hero-header {
        padding: 0; }
        .tp-hero-banner .container .hero-header p {
          width: auto;
          margin: 60px auto; }
        .tp-hero-banner .container .hero-header h4 {
          width: 17%; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tp-horizontal-text-block .container .text-block {
    padding: 40px 25px; }
    .tp-horizontal-text-block .container .text-block .title-container h2 {
      padding: 0; }
    .tp-horizontal-text-block .container .text-block .content {
      width: 100%;
      padding: 0;
      overflow: hidden; }
    .tp-horizontal-text-block .container .text-block .image {
      width: 100%; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .tp-horizontal-text-block .container .text-block {
    padding: 40px 0 0 0; }
    .tp-horizontal-text-block .container .text-block .content {
      width: 100%;
      padding: 30px 70px 100px 70px; }
    .tp-horizontal-text-block .container .text-block .image {
      width: 100%; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tp-horizontal-text-block .container .text-block .content {
    width: 55%;
    padding: 0 63px; }
  .tp-horizontal-text-block .container .text-block .image {
    width: 38%; } }

@media only screen and (min-width: 1025px) and (max-width: 1516px) {
  .tp-horizontal-text-block .container .text-block .content {
    padding: 0 100px; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tp-request-quote-banner .banner {
    width: 100%;
    margin-top: 70px;
    height: auto; }
    .tp-request-quote-banner .banner .left-content {
      width: 100%;
      padding: 40px 25px 60px 25px;
      height: auto;
      float: left; }
      .tp-request-quote-banner .banner .left-content h4 {
        font-size: 22px; }
      .tp-request-quote-banner .banner .left-content h2 {
        font-size: 36px;
        margin-bottom: 50px; }
      .tp-request-quote-banner .banner .left-content a {
        padding: 12px 20px; }
    .tp-request-quote-banner .banner .right-content {
      display: none; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .tp-request-quote-banner .banner {
    width: 100%;
    height: auto; }
    .tp-request-quote-banner .banner .left-content {
      padding: 40px 30px;
      width: 100%; }
      .tp-request-quote-banner .banner .left-content h4 {
        font-size: 22px; }
      .tp-request-quote-banner .banner .left-content h2 {
        font-size: 38px;
        margin-bottom: 42px;
        line-height: 1.2; }
    .tp-request-quote-banner .banner .right-content {
      display: none; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tp-request-quote-banner .banner {
    height: 620px;
    width: 100%; }
    .tp-request-quote-banner .banner .left-content {
      width: 57%;
      padding: 50px; }
      .tp-request-quote-banner .banner .left-content h2 {
        font-size: 44px;
        margin-bottom: 36px; }
    .tp-request-quote-banner .banner .right-content {
      width: 43%; } }

@media only screen and (min-width: 1025px) and (max-width: 1516px) {
  .tp-request-quote-banner .banner .left-content {
    width: 62%;
    padding: 70px 100px 70px 68px; }
  .tp-request-quote-banner .banner .right-content {
    width: 38%; } }

@media (min-width: 320px) and (max-width: 694px) {
  .tp-services-block {
    margin: 10px auto;
    float: left;
    padding: 10px 10px 40px 10px;
    height: auto; }
    .tp-services-block .container h2 {
      margin-top: 57px;
      margin-bottom: 57px; }
    .tp-services-block .container .service-blocks .service {
      width: 90%;
      float: left; }
      .tp-services-block .container .service-blocks .service a {
        font-size: 22px; } }

@media (min-width: 695px) and (max-width: 768px) {
  .tp-services-block {
    float: left;
    padding: 10px 60px 40px 60px;
    height: auto; }
    .tp-services-block .container .service-blocks {
      width: 100%; }
      .tp-services-block .container .service-blocks .service {
        width: 31.4%; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .tp-services-block {
    height: 720px; }
    .tp-services-block .container .service-blocks {
      width: 100%; }
      .tp-services-block .container .service-blocks .service {
        width: 18%; } }

@media (min-width: 1025px) and (max-width: 1516px) {
  .tp-services-block .container .service-blocks .service {
    width: 15%; } }

@media (min-width: 320px) and (max-width: 480px) {
  .tp-staff-members .container .staff-cards .single-staff .single-staff-card {
    width: 100%;
    margin: 20px auto; }
  .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container {
    margin: 150px auto 0 auto; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner {
      padding: 50px 4%; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left {
        width: 100%;
        margin: 0; }
        .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left h4 {
          font-size: 22px;
          line-height: 26px; }
        .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left h5 {
          margin-bottom: 10px;
          font-size: 18px;
          line-height: 26px; }
        .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left .content {
          width: 100%; }
          .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left .content p {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 0; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .right {
        display: none; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .close {
        font-size: 35px;
        width: 35px;
        height: 35px; } }

@media (min-width: 481px) and (max-width: 768px) {
  .tp-staff-members .container .staff-cards .single-staff .single-staff-card {
    width: 70%;
    margin: 20px 15%;
    height: 750px; } }

@media (min-width: 481px) and (max-width: 649px) {
  .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner {
    padding: 65px 35px; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left {
      width: 100% !important;
      margin: 0 20px 0 0; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left h4 {
        font-size: 24px;
        margin-bottom: 10px; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left h5 {
        margin-bottom: 20px;
        font-size: 20px; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left .content {
        width: 100%; }
        .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left .content p {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 0; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .right {
      width: 185px; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .right img {
        margin: 20px auto; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .close {
      top: 35px;
      font-size: 45px;
      width: 40px;
      height: 40px; } }

@media (min-width: 650px) and (max-width: 768px) {
  .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner {
    padding: 70px 50px; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left {
      width: 100%; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left h5 {
        margin-bottom: 25px; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left .content {
        width: 100%; }
        .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left .content p {
          font-size: 18px;
          line-height: 28px; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .right {
      width: 200px; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .close {
      top: 35px;
      font-size: 45px; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .tp-staff-members .container .staff-cards .single-staff .single-staff-card {
    width: 43%;
    margin: 30px 3.5%;
    height: 600px; }
  .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner {
    padding: 45px 56px; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner h5 {
      margin-bottom: 30px; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left {
      width: calc(100% - 250px);
      margin: 0 20px 0 0; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left .content p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .right {
      width: 230px; } }

@media (min-width: 1025px) and (max-width: 1240px) {
  .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner {
    padding: 55px 110px; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left {
      width: calc(100% - 320px);
      margin: 0 20px 0 0; }
      .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left .content p {
        font-size: 20px;
        line-height: 32px; }
    .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .right {
      width: 280px; } }

@media (min-width: 1025px) and (max-width: 1516px) {
  .tp-staff-members .container .staff-cards .single-staff .single-staff-card {
    width: 28%;
    margin: 30px 2.5%;
    height: 600px; } }

@media (min-width: 1240px) and (max-width: 1516px) {
  .tp-staff-members .container .staff-cards .single-staff .single-staff-more .container .inner .left {
    width: calc(100% - 323px);
    margin: 0 20px 0 0; } }
