@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,800&display=swap");
html {
  font-family: "Nunito Sans", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  font-weight: 800;
  color: #13293d;
  margin-bottom: 20px; }

h1 {
  font-size: 26px;
  line-height: 31.2px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 34px;
      line-height: 40.8px; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 36px;
      line-height: 43.2px; } }
  @media screen and (min-width: 1140px) {
    h1 {
      font-size: 38px;
      line-height: 45.6px; } }
  @media screen and (min-width: 1650px) {
    h1 {
      font-size: 48px;
      line-height: 57.6px; } }

h2 {
  font-size: 22px;
  line-height: 26.4px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1440px) {
    h2 {
      font-size: 30px;
      line-height: 36px; } }

h3 {
  font-size: 18px;
  line-height: 21.6px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (min-width: 1140px) {
    h3 {
      font-size: 24px;
      line-height: 28.8px; } }

h4 {
  font-size: 18px;
  line-height: 29.124px; }
  @media screen and (min-width: 1650px) {
    h4 {
      font-size: 22px;
      line-height: 35.596px; } }

h5, h6 {
  font-size: 14px;
  line-height: 22.652px; }
  @media screen and (min-width: 1140px) {
    h5, h6 {
      font-size: 18px;
      line-height: 29.124px; } }

p {
  font-size: 14px;
  line-height: 22.652px;
  color: #181818; }
  @media screen and (min-width: 1140px) {
    p {
      font-size: 18px;
      line-height: 29.124px; } }

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none; }
  a:hover {
    color: #c3c2c2; }

.section {
  clear: both;
  padding: 0;
  margin: 0; }

.wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (min-width: 1024px) {
    .wrap {
      padding: 0 3%; } }
  @media screen and (min-width: 1650px) {
    .wrap {
      padding: 0; } }

.col {
  display: block;
  float: left;
  margin: 1.5% 0; }
  .col:first-of-type {
    margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .col {
      margin: 1.5% 0 1.5% 3%; } }

.group {
  zoom: 1;
  /* For IE 6/7 */ }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .span_1_of_2 {
      width: calc(50% - 1.5%); }
      .span_1_of_2:nth-of-type(2n+3) {
        margin-left: 0; } }

.span_3_of_3, .span_2_of_3, .span_1_of_3 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .span_2_of_3 {
    width: calc(66.66% - 1.2%); } }

@media only screen and (min-width: 768px) {
  .span_1_of_3 {
    width: calc(33.33% - 2%); }
    .span_1_of_3:nth-of-type(3n+4) {
      margin-left: 0; } }

.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .span_3_of_4 {
    width: calc(75% - 1.2%); } }

@media only screen and (min-width: 768px) {
  .span_2_of_4 {
    width: calc(50% - 1.5%); } }

@media only screen and (min-width: 768px) {
  .span_1_of_4 {
    width: calc(50% - 1.5%); }
    .span_1_of_4:nth-of-type(2n+3) {
      margin-left: 0; } }
@media only screen and (min-width: 1025px) {
  .span_1_of_4 {
    width: calc(25% - 2.30769%); }
    .span_1_of_4:nth-of-type(3) {
      margin-left: 3%; }
    .span_1_of_4:nth-of-type(4n+5) {
      margin-left: 0; } }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix {
  overflow: auto; }

html, body {
  overflow-x: hidden;
  width: 100vw; }

.First {
  margin-left: 0;
  clear: left; }

.sitRight {
  float: right;
  clear: right; }

img {
  width: 100%;
  height: auto; }

.featherlight-content {
  padding: 0 !important;
  border: 5px solid #fff !important; }
  .featherlight-content .featherlight-next, .featherlight-content .featherlight-previous, .featherlight-content .featherlight-close-icon {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    color: #181818;
    font-size: 20px; }
    .featherlight-content .featherlight-next span, .featherlight-content .featherlight-previous span, .featherlight-content .featherlight-close-icon span {
      margin: 0 !important;
      width: 100%;
      text-align: center;
      position: relative;
      top: 14px;
      color: #181818;
      display: block;
      font-size: 36px;
      line-height: 36px; }
  .featherlight-content .featherlight-next, .featherlight-content .featherlight-previous {
    top: auto;
    bottom: 15px;
    overflow: hidden; }
  .featherlight-content .featherlight-next {
    right: 15px;
    left: auto; }
    .featherlight-content .featherlight-next span {
      right: -1px; }
  .featherlight-content .featherlight-previous {
    left: 15px; }
    .featherlight-content .featherlight-previous span {
      left: -1px; }
  .featherlight-content .featherlight-close-icon {
    top: 15px;
    right: 15px;
    font-family: "Nunito Sans", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 700; }

.owl-nav {
  width: 100%;
  position: absolute;
  top: 45%; }
  .owl-nav button {
    position: absolute;
    border: 0;
    background: transparent; }
    .owl-nav button:focus {
      outline: none; }
    .owl-nav button i {
      color: #828282;
      font-weight: 700;
      font-size: 30px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      .owl-nav button i:hover {
        color: #c3c2c2; }
  .owl-nav .owl-prev {
    left: 0; }
  .owl-nav .owl-next {
    right: 0; }

.owl-dots {
  text-align: center;
  width: 100%; }
  .owl-dots .owl-dot {
    display: inline-block;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    border: none;
    background: #cfcfcf; }
    .owl-dots .owl-dot:focus {
      outline: none; }
    .owl-dots .owl-dot.active {
      background: #bdbf09; }

.video-block iframe {
  width: 100% !important;
  height: 50.5vw; }
  @media screen and (min-width: 768px) {
    .video-block iframe {
      height: 35vw; } }
  @media screen and (min-width: 1024px) {
    .video-block iframe {
      height: 25.5vw; } }

#breadcrumbs ul {
  font-size: 14px;
  line-height: 22.652px;
  color: #181818; }
  @media screen and (min-width: 1140px) {
    #breadcrumbs ul {
      font-size: 18px;
      line-height: 29.124px; } }
  #breadcrumbs ul a {
    color: #c3c2c2;
    font-weight: 700; }

.text-block > ul, .split > ul {
  margin: 0;
  width: 100%;
  float: left; }
  .text-block > ul li, .split > ul li {
    font-size: 14px;
    line-height: 22.652px;
    font-weight: 700;
    color: #181818;
    margin: 14px 0;
    width: 100%;
    padding-left: 35px;
    position: relative; }
    @media screen and (min-width: 1140px) {
      .text-block > ul li, .split > ul li {
        font-size: 18px;
        line-height: 29.124px; } }
    .text-block > ul li:before, .split > ul li:before {
      content: "\f30b";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 18px;
      line-height: 29.124px;
      color: #3a97f0;
      position: absolute;
      top: -3px;
      left: 0; }
      @media screen and (min-width: 1650px) {
        .text-block > ul li:before, .split > ul li:before {
          font-size: 22px;
          line-height: 35.596px; } }
.text-block p.large-body, .split p.large-body {
  font-size: 18px;
  line-height: 29.124px; }
  @media screen and (min-width: 1650px) {
    .text-block p.large-body, .split p.large-body {
      font-size: 22px;
      line-height: 35.596px; } }

.text-block {
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .text-block {
      margin: 30px 0; } }
  .text-block ul {
    float: left;
    margin: 10px 0 20px; }
  .text-block ul.bullet-width li {
    width: 50%; }
    @media screen and (min-width: 560px) {
      .text-block ul.bullet-width li {
        width: 50%; } }
  .text-block img {
    width: 90%;
    display: block;
    margin: 0 auto; }

.pagination {
  position: relative;
  display: block; }
  .pagination .next-button, .pagination .previous-button {
    background-color: #1D95E1;
    color: #ffffff;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    font-size: 25px;
    margin-top: 4px;
    line-height: 34px; }
  .pagination .number-button {
    float: left;
    padding: 3px 15px;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    margin: 4px;
    border: 1px solid #b3aeae;
    color: #b3aeae; }
    .pagination .number-button:hover {
      background-color: #1D95E1;
      color: #ffffff;
      border: 1px solid #1D95E1; }
  .pagination a.active {
    background-color: #1D95E1;
    color: #ffffff;
    border: 1px solid #1D95E1; }

.blog-pager ul a {
  background: #ececec;
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: 700;
  color: #c3c2c2; }
  .blog-pager ul a span {
    display: none; }
.blog-pager ul .prev-p {
  float: left; }
.blog-pager ul .next-p {
  float: right; }

.twitter-carousel li img {
  height: auto;
  width: 100%;
  margin-top: 10px;
  -webkit-mask-image: linear-gradient(black 10%, transparent 40%);
  mask-image: linear-gradient(black 10%, transparent 40%); }
.twitter-carousel li.twitter-img {
  height: 200px;
  overflow: hidden; }

.tabs-container .tabs {
  float: left;
  width: 100%;
  margin: 0; }
  .tabs-container .tabs li {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
.tabs-container .content {
  float: left;
  width: 100%;
  display: none; }
  .tabs-container .content.current {
    display: block; }

.btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  color: #c3c2c2;
  width: auto;
  margin: 20px 0;
  padding: 6px 0;
  border-bottom: 4px solid #c3c2c2; }
  .btn:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 6px; }
  .btn.color1 {
    color: #3a97f0;
    border-bottom: 4px solid #3a97f0; }
  .btn.color2 {
    color: #2f73b4;
    border-bottom: 4px solid #2f73b4; }
  .btn.color3 {
    color: #13293d;
    border-bottom: 4px solid #13293d; }
  .btn.color4 {
    color: #bdbf09;
    border-bottom: 4px solid #bdbf09; }
  .btn:hover {
    color: #181818;
    border-bottom: 4px solid #181818; }
  .btn.icon {
    position: relative;
    border-bottom: 0;
    background: #c3c2c2;
    color: #fff;
    height: 55px;
    padding: 12px 35px;
    padding-left: 75px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
    .btn.icon:before {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      top: 0;
      left: 0;
      background: #c3c2c2;
      text-align: center;
      color: #fff;
      height: 55px;
      width: 55px;
      padding: 16px 0;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2); }
    .btn.icon.arrow:before {
      content: "\f101"; }
    .btn.icon.download:before {
      content: "\f56d"; }
    .btn.icon.contact:before {
      content: "\f075"; }
    .btn.icon.color1 {
      background: #3a97f0; }
      .btn.icon.color1:before {
        background: #3a97f0; }
    .btn.icon.color2 {
      background: #2f73b4; }
      .btn.icon.color2:before {
        background: #2f73b4; }
    .btn.icon.color3 {
      background: #13293d; }
      .btn.icon.color3:before {
        background: #13293d; }
    .btn.icon.color4 {
      background: #bdbf09; }
      .btn.icon.color4:before {
        background: #bdbf09; }
    .btn.icon.white {
      background: #fff;
      color: #3a97f0; }
      .btn.icon.white:before {
        background: #fff;
        color: #3a97f0; }
    .btn.icon:hover {
      padding-left: 35px;
      padding-right: 75px; }
      .btn.icon:hover:before {
        left: calc(100% - 55px); }

button.btn {
  border: 0; }

.grow {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .grow:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.shrink {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .shrink:hover {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98); }

.owl-nav {
  top: auto;
  bottom: -80px;
  text-align: center; }
  .owl-nav button {
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    width: 55px;
    height: 55px;
    padding: 17px 0;
    margin: 0 10px; }
    .owl-nav button i {
      color: #2f73b4;
      font-size: 18px; }
    .owl-nav button:hover {
      background: #3a97f0; }
      .owl-nav button:hover i {
        color: #fff; }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.banner-arrow {
  width: 80px;
  height: 80px;
  background: #3a97f0;
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding: 20px 0;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .banner-arrow:hover {
    background: #2f73b4;
    padding: 25px 0 20px; }

.block-icon-1 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
  width: 90px;
  height: 90px;
  background: #fff;
  border: 4px solid #2f73b4;
  text-align: center;
  padding: 27px 0; }
  .block-icon-1 i {
    color: #2f73b4;
    font-size: 30px; }
  .block-icon-1.active, .block-icon-1.current, .block-icon-1:hover {
    background: #2f73b4; }
    .block-icon-1.active i, .block-icon-1.current i, .block-icon-1:hover i {
      color: #fff; }
  .block-icon-1.arrow {
    position: relative; }
    .block-icon-1.arrow:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
    .block-icon-1.arrow.down:before {
      left: 0;
      right: 0;
      bottom: -23px;
      margin: 0 auto;
      border-top: 10px solid #2f73b4; }
    .block-icon-1.arrow.right:before {
      top: 0;
      bottom: 0;
      right: -23px;
      margin: auto 0;
      border-left: 10px solid #2f73b4; }
  .block-icon-1.img {
    background-size: 100%;
    background-repeat: no-repeat; }
    .block-icon-1.img:hover {
      background: unset; }

.block-icon-2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  background: #2f73b4;
  padding: 32px 0;
  height: 100px;
  width: 100px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 1140px) {
    .block-icon-2 {
      padding: 48px 0;
      height: 145px;
      width: 145px; } }
  .block-icon-2 i {
    color: #fff;
    font-size: 34px; }
    @media screen and (min-width: 1140px) {
      .block-icon-2 i {
        font-size: 48px; } }

.iframe-large {
  width: 100%;
  height: calc(100vh - 180px);
  display: none; }
  @media screen and (min-width: 1140px) {
    .iframe-large {
      display: block; } }

.iframe-message {
  display: block;
  background: #f3f3f3;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  @media screen and (min-width: 1140px) {
    .iframe-message {
      display: none; } }
  .iframe-message p {
    font-size: 18px;
    line-height: 21.6px; }
    @media screen and (min-width: 768px) {
      .iframe-message p {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (min-width: 1140px) {
      .iframe-message p {
        font-size: 24px;
        line-height: 28.8px; } }
  .iframe-message .btn {
    margin-bottom: 0; }

.door-designer-container {
  display: block;
  width: 100%;
  height: calc(100vh - 200px);
  overflow: hidden; }
  .door-designer-container .iframe-large {
    margin-top: -100px; }

header {
  position: fixed;
  top: 13px;
  left: 2%;
  z-index: 100;
  width: 96%;
  float: left;
  padding: 20px;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  -ms-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 768px) {
    header {
      top: 33px;
      padding: 20px 40px; } }
  @media screen and (min-width: 1140px) {
    header {
      padding: 25px 70px;
      top: 60px;
      left: 2.5%;
      width: 95%; } }
  @media screen and (min-width: 1650px) {
    header {
      top: 60px; } }
  header .logo {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    float: left;
    width: 45%; }
    @media screen and (min-width: 768px) {
      header .logo {
        width: 235px; } }
  header .nav-area {
    position: relative;
    width: calc(100% - 235px);
    float: right;
    margin-top: 15px; }
    @media screen and (min-width: 1140px) {
      header .nav-area {
        margin-top: 25px; } }
    header .nav-area .main-nav, header .nav-area .btn-area, header .nav-area .contact-area {
      float: right; }
    header .nav-area > i {
      display: none;
      float: right;
      color: #2f73b4;
      font-size: 36px;
      cursor: pointer;
      margin-left: 25px;
      margin-right: 85px;
      margin-top: -5px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      header .nav-area > i:hover {
        color: #3a97f0; }
      @media screen and (min-width: 768px) {
        header .nav-area > i {
          margin-top: 5px; } }
      @media screen and (min-width: 1140px) {
        header .nav-area > i {
          margin-right: 0;
          margin-top: 0; } }
      @media screen and (min-width: 1650px) {
        header .nav-area > i {
          margin-left: 40px; } }
      header .nav-area > i.active {
        display: block; }
  header .mobile-nav-btn {
    position: fixed;
    top: 23px;
    right: 20px;
    z-index: 10;
    color: #fff;
    background: #13293d;
    font-size: 22px;
    height: 75px;
    width: 75px;
    padding: 27px 0;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    @media screen and (min-width: 768px) {
      header .mobile-nav-btn {
        top: 55px;
        right: 40px; } }
    @media (min-width: 1025px) {
      header .mobile-nav-btn {
        display: none; } }
    header .mobile-nav-btn.close {
      display: none; }
  header.small {
    top: 10px;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      header.small {
        top: 20px; } }
    @media screen and (min-width: 1140px) {
      header.small {
        top: 40px;
        padding: 20px 70px; } }
    header.small .logo {
      width: 120px; }
    header.small .nav-area {
      margin-top: 0;
      position: relative;
      top: 10px; }
      header.small .nav-area > i {
        margin-top: 0;
        font-size: 28px; }
        @media screen and (min-width: 768px) {
          header.small .nav-area > i {
            margin-top: 0; } }
        @media screen and (min-width: 1140px) {
          header.small .nav-area > i {
            margin-top: 5px; } }
    @media screen and (min-width: 768px) {
      header.small .contact-area {
        top: -26px;
        right: 140px; } }
    @media screen and (min-width: 1140px) {
      header.small .contact-area {
        right: 0; } }
    @media screen and (min-width: 1140px) {
      header.small .contact-area {
        top: -50px; } }
    @media screen and (min-width: 1140px) {
      header.small .contact-area:last-of-type {
        margin-right: 10px; } }
    header.small .contact-area a {
      font-size: 11px;
      padding: 0 15px;
      margin-bottom: 1px; }
    header.small .mobile-nav-btn {
      top: 16px;
      right: 15px; }
      @media screen and (min-width: 768px) {
        header.small .mobile-nav-btn {
          top: 26px;
          right: 24px; } }

.contact-area {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (min-width: 768px) {
    .contact-area {
      display: block;
      right: 150px;
      top: -21px; } }
  @media screen and (min-width: 1140px) {
    .contact-area {
      right: 0;
      top: -80px; } }
  .contact-area a {
    cursor: pointer;
    float: right;
    clear: right;
    display: block;
    padding: 3px 15px 2px;
    margin-bottom: 3px;
    margin-right: 20px;
    color: #13293d;
    border: 2px solid #13293d;
    font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22.652px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
    @media screen and (min-width: 1140px) {
      .contact-area a {
        font-size: 18px;
        line-height: 29.124px; } }
    @media screen and (min-width: 1140px) {
      .contact-area a:nth-of-type(1) {
        margin-right: 20px;
        background: #2f73b4; } }
    @media screen and (min-width: 1140px) {
      .contact-area a:nth-of-type(2) {
        margin-right: 20px; } }
    @media screen and (min-width: 1140px) {
      .contact-area a:nth-of-type(3) {
        margin-right: 20px;
        background: #181818; } }
    .contact-area a:hover {
      background: #3a97f0; }
    @media screen and (min-width: 1140px) {
      .contact-area a {
        border: 0;
        color: #fff;
        background: #13293d;
        -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
        clear: unset;
        display: inline-block;
        padding: 10px 30px;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 29.124px; } }
  @media screen and (min-width: 1140px) and (min-width: 1650px) {
    .contact-area a {
      font-size: 22px;
      line-height: 35.596px; } }

    .contact-area a i {
      color: #2f73b4;
      margin-right: 10px;
      position: relative; }
      @media screen and (min-width: 1140px) {
        .contact-area a i {
          color: #fff;
          margin-right: 15px; } }

.sticky-header {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #000; }

.search-modal {
  display: none;
  padding: 10% 30px;
  position: absolute;
  z-index: 999;
  bottom: -95px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  background: #13293d;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }
  @media screen and (min-width: 768px) {
    .search-modal {
      height: 95px;
      padding: 30px; } }
  .search-modal input::-webkit-input-placeholder {
    color: #fff !important; }
  .search-modal input:-moz-placeholder {
    color: #fff !important; }
  .search-modal input::-moz-placeholder {
    color: #fff !important; }
  .search-modal input:-ms-input-placeholder {
    color: #fff !important; }
  .search-modal select {
    color: #fff; }
  .search-modal textarea {
    color: #fff; }
  .search-modal textarea::placeholder {
    color: #fff; }
  .search-modal .field {
    width: 100%;
    position: relative; }
    .search-modal .field i {
      font-size: 18px;
      line-height: 21.6px;
      position: absolute;
      top: 20px;
      left: 0; }
      @media screen and (min-width: 768px) {
        .search-modal .field i {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .search-modal .field i {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 768px) {
        .search-modal .field i {
          top: 45px; } }
    .search-modal .field input {
      width: 100%;
      padding: 0;
      background: transparent;
      border: 0;
      color: #fff;
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 22px;
      line-height: 26.4px; }
      @media screen and (min-width: 768px) {
        .search-modal .field input {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1440px) {
        .search-modal .field input {
          font-size: 30px;
          line-height: 36px; } }

@media (max-width: 1024px) {
  nav {
    margin: 0;
    display: none;
    position: fixed;
    z-index: 9;
    background: #2f73b4;
    width: 100%;
    padding: 30px;
    padding-top: 50px;
    left: 0;
    top: 0; }
    nav > ul > li {
      display: inline-block;
      margin-right: 40px;
      padding: 10px 0;
      width: 100%;
      text-align: center; }
      nav > ul > li a {
        color: #fff;
        font-weight: 700;
        font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-size: 18px;
        line-height: 29.124px; } }
      @media screen and (max-width: 1024px) and (min-width: 1650px) {
        nav > ul > li a {
          font-size: 22px;
          line-height: 35.596px; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        nav > ul > li a {
          font-size: 18px;
          line-height: 21.6px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 768px) {
    nav > ul > li a {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) and (min-width: 1140px) {
    nav > ul > li a {
      font-size: 24px;
      line-height: 28.8px; } }

@media (max-width: 1024px) {
      nav > ul > li.item-with-dropdown i {
        margin-left: 10px;
        color: #c3c2c2; }
      nav > ul > li.item-with-dropdown .dropdown {
        overflow-y: scroll;
        height: 300px;
        float: left;
        width: 100%;
        display: none;
        position: relative;
        left: -15%;
        width: 130%;
        background: #181818;
        padding: 10px 20px;
        margin: 10px 0;
        text-align: center; }
        nav > ul > li.item-with-dropdown .dropdown .cols {
          margin: 10px 0;
          float: left;
          width: 100%; }
          nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
            width: 100%;
            float: left; }
            nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
              color: #cfcfcf; }
          nav > ul > li.item-with-dropdown .dropdown .cols li {
            margin: 10px 0;
            width: 50%;
            float: left; }
            nav > ul > li.item-with-dropdown .dropdown .cols li a {
              font-size: 18px;
              line-height: 29.124px;
              padding: 0; } }
            @media screen and (max-width: 1024px) and (min-width: 1650px) {
              nav > ul > li.item-with-dropdown .dropdown .cols li a {
                font-size: 22px;
                line-height: 35.596px; } }

@media (max-width: 1024px) {
  nav.sticky {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding-top: 100px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    nav.sticky {
      padding-top: 50px; } }

@media (min-width: 1025px) {
  nav {
    height: 45px;
    text-align: right; }
    nav > ul > li {
      display: inline-block;
      padding: 0 7px; } }
    @media screen and (min-width: 1025px) and (min-width: 1650px) {
      nav > ul > li {
        padding: 0 15px; } }
@media (min-width: 1025px) {
      nav > ul > li > a {
        color: #181818;
        font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 29.124px; } }
      @media screen and (min-width: 1025px) and (min-width: 1650px) {
        nav > ul > li > a {
          font-size: 22px;
          line-height: 35.596px; } }
@media (min-width: 1025px) {
        nav > ul > li > a:hover {
          color: #3a97f0; }
      nav > ul > li:last-of-type:after {
        content: none; }
      nav > ul > li.item-with-dropdown {
        position: relative;
        padding-bottom: 30px; }
        nav > ul > li.item-with-dropdown i {
          margin-left: 10px;
          font-size: 18px;
          font-weight: 900;
          color: #2f73b4; }
        nav > ul > li.item-with-dropdown .dropdown {
          display: none;
          position: absolute;
          top: 50px;
          right: 0;
          width: 500px;
          background: #c3c2c2;
          padding: 30px 40px; }
          nav > ul > li.item-with-dropdown .dropdown:after {
            content: "";
            position: absolute;
            top: -12px;
            right: 15%;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #c3c2c2; }
          nav > ul > li.item-with-dropdown .dropdown .cols {
            float: left;
            width: 49%;
            margin-right: 2%; }
            nav > ul > li.item-with-dropdown .dropdown .cols:nth-of-type(2n) {
              margin-right: 0; }
            nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
              margin-top: 0;
              color: #181818;
              font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
              font-weight: 700;
              font-size: 14px;
              line-height: 22.652px; } }
            @media screen and (min-width: 1025px) and (min-width: 1140px) {
              nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
                font-size: 18px;
                line-height: 29.124px; } }
@media (min-width: 1025px) {
              nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
                color: #181818;
                font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
                font-weight: 700;
                font-size: 14px;
                line-height: 22.652px; } }
              @media screen and (min-width: 1025px) and (min-width: 1140px) {
                nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
                  font-size: 18px;
                  line-height: 29.124px; } }
@media (min-width: 1025px) {
            nav > ul > li.item-with-dropdown .dropdown .cols li {
              margin: 10px 0;
              text-align: left; }
              nav > ul > li.item-with-dropdown .dropdown .cols li a {
                font-size: 14px;
                line-height: 22.652px;
                font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
                font-weight: 400;
                color: #181818;
                padding: 0; } }
              @media screen and (min-width: 1025px) and (min-width: 1140px) {
                nav > ul > li.item-with-dropdown .dropdown .cols li a {
                  font-size: 18px;
                  line-height: 29.124px; } }
@media (min-width: 1025px) {
                nav > ul > li.item-with-dropdown .dropdown .cols li a:hover {
                  color: #2f73b4; } }
              @media screen and (min-width: 1025px) and (min-width: 1650px) {
                nav > ul > li.item-with-dropdown .dropdown .cols li a {
                  font-size: 18px;
                  line-height: 21.6px; } }
@media (min-width: 1025px) {
        nav > ul > li.item-with-dropdown:hover .dropdown {
          display: block; }
    nav.primary-nav {
      float: right; } }
header.small nav > ul > li {
  padding: 0 10px; }
  header.small nav > ul > li a {
    font-size: 14px; }
  header.small nav > ul > li.item-with-dropdown i {
    font-size: 12px; }

footer {
  background: #f3f3f3;
  padding: 40px 0 0;
  float: left;
  width: 100%; }
  footer .main-area .title {
    font-size: 22px;
    line-height: 26.4px;
    margin-bottom: 30px;
    color: #13293d;
    width: 100%; }
    @media screen and (min-width: 768px) {
      footer .main-area .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1440px) {
      footer .main-area .title {
        font-size: 30px;
        line-height: 36px; } }
    footer .main-area .title:after {
      content: none; }
  footer .main-area p, footer .main-area a {
    color: #181818;
    font-size: 14px;
    line-height: 22.652px;
    font-weight: 700; }
    @media screen and (min-width: 1140px) {
      footer .main-area p, footer .main-area a {
        font-size: 18px;
        line-height: 29.124px; } }
  footer .main-area a:hover {
    color: #3a97f0; }
  footer .main-area ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
  footer .main-area .col {
    margin-bottom: 30px; }
  footer .main-area .contact-info a, footer .main-area .contact-info span {
    display: block;
    margin: 15px 0; }
    footer .main-area .contact-info a:hover i, footer .main-area .contact-info span:hover i {
      color: #2f73b4; }
    footer .main-area .contact-info a i, footer .main-area .contact-info span i {
      color: #2f73b4;
      margin-right: 10px; }
  footer .main-area .contact-info .social {
    margin: 0 0 20px;
    float: left;
    width: 100%; }
    footer .main-area .contact-info .social a {
      margin: 0; }
      footer .main-area .contact-info .social a:hover {
        color: #fff; }
      footer .main-area .contact-info .social a i {
        float: left;
        color: #fff;
        font-size: 20px;
        background: #bdbf09;
        height: 60px;
        width: 60px;
        text-align: center;
        padding: 20px 0;
        margin-right: 15px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        footer .main-area .contact-info .social a i:hover {
          background: #3a97f0;
          color: #fff; }
    footer .main-area .contact-info .social p {
      position: relative;
      padding-left: 40px; }
      footer .main-area .contact-info .social p > i {
        position: absolute;
        top: 0;
        left: 0; }
  footer .main-area .contact-info span {
    position: relative;
    padding-left: 34px; }
    footer .main-area .contact-info span > i {
      position: absolute;
      top: 0;
      left: 0; }
  footer .main-area .contact-area {
    display: block;
    position: relative;
    top: auto;
    right: auto; }
    footer .main-area .contact-area a {
      color: #13293d; }
      @media screen and (min-width: 1140px) {
        footer .main-area .contact-area a {
          color: #fff; } }
  footer .main-area .brands {
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    footer .main-area .brands img {
      float: right;
      margin: 0 0 20px 20px;
      height: 80px;
      width: auto; }
  footer .main-area .cta-footer {
    background-color: #3a97f0;
    background-size: cover;
    background-repeat: no-repeat; }
    footer .main-area .cta-footer .overlay {
      background: rgba(24, 24, 24, 0.5);
      padding: 30px; }
      @media screen and (min-width: 1140px) {
        footer .main-area .cta-footer .overlay {
          padding: 40px; } }
      @media screen and (min-width: 1650px) {
        footer .main-area .cta-footer .overlay {
          padding-right: 70px; } }
      footer .main-area .cta-footer .overlay .title {
        font-size: 22px;
        line-height: 26.4px;
        color: #fff;
        margin-bottom: 60px; }
        @media screen and (min-width: 768px) {
          footer .main-area .cta-footer .overlay .title {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1440px) {
          footer .main-area .cta-footer .overlay .title {
            font-size: 30px;
            line-height: 36px; } }
        @media screen and (min-width: 1650px) {
          footer .main-area .cta-footer .overlay .title {
            margin-bottom: 100px; } }
      footer .main-area .cta-footer .overlay .btn {
        margin: 0; }

.bottom-bar {
  float: left;
  width: 100%;
  padding: 20px 0 40px;
  background-color: #f3f3f3; }
  .bottom-bar .wrap p, .bottom-bar .wrap a {
    font-size: 14px;
    font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px; }
  .bottom-bar .wrap p {
    float: left;
    color: #181818;
    font-weight: 800; }
  .bottom-bar .wrap p.by {
    float: right; }
    .bottom-bar .wrap p.by a {
      color: #f96e11; }

.login {
  background: #fff;
  height: 100vh;
  width: 100vw;
  position: relative; }
  .login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/_resources/themes/WindowEmporium/images/place-image-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-color: #181818;
    background-repeat: no-repeat;
    opacity: .1; }
  .login .login-details {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 85vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    height: 85vh; }
    .login .login-details:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 10vw;
      height: 100%;
      background-image: url("/_resources/themes/WindowEmporium/images/place-image-3.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-size: cover;
      background-color: #181818;
      background-repeat: no-repeat;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      @media screen and (min-width: 768px) {
        .login .login-details:before {
          content: "";
          width: 15vw; } }
      @media screen and (min-width: 1140px) {
        .login .login-details:before {
          width: 10vw; } }
    @media screen and (min-width: 768px) {
      .login .login-details {
        padding: 30px;
        width: 70vw;
        height: 650px;
        padding-left: 18vw; } }
    @media screen and (min-width: 1140px) {
      .login .login-details {
        width: 60vw;
        padding-left: 12vw; } }
    @media screen and (min-width: 1650px) {
      .login .login-details {
        width: 50vw; } }
    .login .login-details .logo {
      width: 130px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details .logo {
          width: 200px;
          margin-bottom: 20px; } }
    .login .login-details h3 {
      font-size: 18px;
      font-weight: 500;
      color: #c3c2c2;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details h3 {
          margin-bottom: 20px; } }
    .login .login-details .powered-by {
      font-weight: 500;
      position: absolute;
      bottom: 30px;
      right: 30px;
      color: #c3c2c2; }
      .login .login-details .powered-by a {
        color: #F96E11; }
        .login .login-details .powered-by a:hover {
          opacity: .5; }
    .login .login-details .message.warning {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details .message.warning {
          font-size: 14px;
          line-height: 18px; } }
    .login .login-details form label {
      font-size: 14px;
      margin-bottom: 10px;
      float: left;
      width: 100%;
      color: #c3c2c2; }
    .login .login-details form input[type=text], .login .login-details form input[type=password] {
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      font-size: 14px;
      margin-bottom: 10px;
      width: 100%;
      border: 2px solid #ececec;
      padding: 15px; }
      .login .login-details form input[type=text]:focus, .login .login-details form input[type=password]:focus {
        outline: none; }
    .login .login-details form input[type=submit] {
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      padding: 15px 30px;
      border: 0;
      background: #c3c2c2;
      margin: 10px 0; }
      .login .login-details form input[type=submit]:hover {
        background: #181818; }
    .login .login-details form .field.checkbox {
      margin-top: 10px; }
      .login .login-details form .field.checkbox label {
        float: left;
        width: calc(100% - 20px); }
      .login .login-details form .field.checkbox input[type=checkbox] {
        float: left;
        position: relative;
        top: 4px;
        width: 20px; }
    .login .login-details form #ForgotPassword a {
      font-size: 14px;
      font-weight: 700;
      color: #b4b4b4; }

.user-login {
  background: #3a97f0;
  width: 100%;
  float: left;
  padding-top: 160px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) {
    .user-login {
      padding-top: 200px; } }
  @media screen and (min-width: 1140px) {
    .user-login {
      padding-top: 250px; } }
  .user-login .content {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px; }
    .user-login .content .text-area {
      text-align: center;
      margin-bottom: 8%; }
      .user-login .content .text-area .title {
        color: #fff;
        font-size: 36px;
        line-height: 43.2px; }
        @media screen and (min-width: 768px) {
          .user-login .content .text-area .title {
            font-size: 48px;
            line-height: 57.6px; } }
        @media screen and (min-width: 1024px) {
          .user-login .content .text-area .title {
            font-size: 50px;
            line-height: 60px; } }
        @media screen and (min-width: 1140px) {
          .user-login .content .text-area .title {
            font-size: 54px;
            line-height: 64.8px; } }
        @media screen and (min-width: 1440px) {
          .user-login .content .text-area .title {
            font-size: 62px;
            line-height: 74.4px; } }
        @media screen and (min-width: 1650px) {
          .user-login .content .text-area .title {
            font-size: 72px;
            line-height: 86.4px; } }
      .user-login .content .text-area p {
        color: #fff;
        font-size: 18px;
        line-height: 21.6px; }
        @media screen and (min-width: 768px) {
          .user-login .content .text-area p {
            font-size: 20px;
            line-height: 24px; } }
        @media screen and (min-width: 1140px) {
          .user-login .content .text-area p {
            font-size: 24px;
            line-height: 28.8px; } }
    .user-login .content form {
      margin: 0; }
      .user-login .content form p {
        text-align: center;
        color: #3a97f0;
        font-weight: 700;
        font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-size: 14px;
        line-height: 22.652px; }
        @media screen and (min-width: 1140px) {
          .user-login .content form p {
            font-size: 18px;
            line-height: 29.124px; } }
        .user-login .content form p a {
          color: #3a97f0;
          text-decoration: underline; }

.user-edit-profile .title {
  color: #181818;
  font-size: 22px;
  line-height: 26.4px; }
  @media screen and (min-width: 768px) {
    .user-edit-profile .title {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1440px) {
    .user-edit-profile .title {
      font-size: 30px;
      line-height: 36px; } }
.user-edit-profile .internal-banner .overlay .wrap .text-area .title {
  font-size: 26px;
  line-height: 31.2px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .user-edit-profile .internal-banner .overlay .wrap .text-area .title {
      font-size: 34px;
      line-height: 40.8px; } }
  @media screen and (min-width: 1024px) {
    .user-edit-profile .internal-banner .overlay .wrap .text-area .title {
      font-size: 36px;
      line-height: 43.2px; } }
  @media screen and (min-width: 1140px) {
    .user-edit-profile .internal-banner .overlay .wrap .text-area .title {
      font-size: 38px;
      line-height: 45.6px; } }
  @media screen and (min-width: 1650px) {
    .user-edit-profile .internal-banner .overlay .wrap .text-area .title {
      font-size: 48px;
      line-height: 57.6px; } }
.user-edit-profile .preview-area {
  max-width: 750px;
  margin: 40px auto;
  padding: 0 20px; }
  .user-edit-profile .preview-area .item {
    float: left;
    width: 100%;
    margin: 20px 0 70px; }
.user-edit-profile #image-upload-form {
  margin: 0; }
  .user-edit-profile #image-upload-form .img.area {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #cfcfcf;
    width: 35%;
    padding-top: 35%;
    margin-right: 5%;
    position: relative;
    float: left; }
    .user-edit-profile #image-upload-form .img.area img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50%; }
  .user-edit-profile #image-upload-form .field.file {
    float: left;
    width: 60%; }
    .user-edit-profile #image-upload-form .field.file label {
      margin-top: 10%; }
    .user-edit-profile #image-upload-form .field.file p {
      font-size: 14px;
      line-height: 22.652px;
      width: 100%;
      float: left; }
.user-edit-profile #service-pricing-form {
  margin: 0; }
  .user-edit-profile #service-pricing-form .field-holder .field {
    float: left; }
    .user-edit-profile #service-pricing-form .field-holder .field.select {
      width: 100%;
      margin-bottom: 10px; }
      @media screen and (min-width: 1024px) {
        .user-edit-profile #service-pricing-form .field-holder .field.select {
          width: 60%;
          margin-bottom: 30px;
          margin-right: 5%; } }
      .user-edit-profile #service-pricing-form .field-holder .field.select:before {
        top: 22%;
        right: 20px; }
        @media screen and (min-width: 1140px) {
          .user-edit-profile #service-pricing-form .field-holder .field.select:before {
            right: 35px; } }
    .user-edit-profile #service-pricing-form .field-holder .field.price {
      width: 100%;
      float: left; }
      @media screen and (min-width: 1024px) {
        .user-edit-profile #service-pricing-form .field-holder .field.price {
          width: 35%; } }
      .user-edit-profile #service-pricing-form .field-holder .field.price i {
        color: #3a97f0;
        font-size: 24px;
        float: left;
        position: relative;
        top: 23px; }
      .user-edit-profile #service-pricing-form .field-holder .field.price input {
        width: calc(100% - 40px);
        float: right; }
  .user-edit-profile #service-pricing-form .add {
    width: 100%;
    text-align: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 22.652px;
    font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 700;
    color: #3a97f0; }
    @media screen and (min-width: 1140px) {
      .user-edit-profile #service-pricing-form .add {
        font-size: 18px;
        line-height: 29.124px; } }
    .user-edit-profile #service-pricing-form .add:focus {
      outline: none; }
    .user-edit-profile #service-pricing-form .add:hover {
      color: #c3c2c2; }
    .user-edit-profile #service-pricing-form .add i {
      margin-right: 10px; }
.user-edit-profile #blurb-bio-form {
  margin: 0; }
  .user-edit-profile #blurb-bio-form .cols {
    float: left;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .user-edit-profile #blurb-bio-form .cols {
        width: 49%;
        margin-right: 2%; }
        .user-edit-profile #blurb-bio-form .cols:nth-of-type(2n) {
          margin-right: 0; } }
.user-edit-profile button {
  float: left;
  margin-right: 20px 0; }

.main-banner {
  float: left;
  width: 100%;
  height: 90vh;
  position: relative; }
  @media screen and (min-width: 768px) {
    .main-banner {
      height: 60vh; } }
  @media screen and (min-width: 1024px) {
    .main-banner {
      height: 80vh; } }
  @media screen and (min-width: 1140px) {
    .main-banner {
      height: 100vh; } }
  @media screen and (min-width: 1440px) {
    .main-banner {
      height: 780px; } }
  .main-banner .img-area {
    background-color: #13293d;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .main-banner .img-area {
        height: 100%; } }
    @media screen and (min-width: 1024px) {
      .main-banner .img-area {
        width: 55%; } }
  .main-banner .text-area {
    position: relative;
    z-index: 2;
    background: #3a97f0;
    height: auto;
    width: 100%;
    padding: 0 5%;
    padding-top: 130px; }
    .main-banner .text-area:after {
      content: "";
      background-image: url(../images/shape-wave-1.png);
      background-repeat: no-repeat;
      background-size: 100% 101%;
      position: absolute;
      z-index: 1;
      bottom: -54%;
      left: -12%;
      height: 100%;
      width: 123%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (min-width: 768px) {
        .main-banner .text-area:after {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          top: 0;
          bottom: auto;
          left: auto;
          right: -114%;
          width: 150%; } }
      @media screen and (min-width: 1024px) {
        .main-banner .text-area:after {
          right: -98%;
          width: 130%; } }
      @media screen and (min-width: 1140px) {
        .main-banner .text-area:after {
          right: -83%;
          width: 110%; } }
      @media screen and (min-width: 1650px) {
        .main-banner .text-area:after {
          width: 92%;
          right: -69%; } }
    @media screen and (min-width: 768px) {
      .main-banner .text-area {
        padding: 0 0 0 5%;
        padding-top: 200px;
        height: 100%;
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .main-banner .text-area {
        width: 45%;
        padding-top: 180px; } }
    @media screen and (min-width: 1140px) {
      .main-banner .text-area {
        padding-top: 240px; } }
    @media screen and (min-width: 1440px) {
      .main-banner .text-area {
        padding-top: 270px; } }
    .main-banner .text-area > * {
      position: relative;
      z-index: 2; }
    .main-banner .text-area .title {
      color: #fff;
      font-size: 36px;
      line-height: 43.2px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .main-banner .text-area .title {
          font-size: 48px;
          line-height: 57.6px; } }
      @media screen and (min-width: 1024px) {
        .main-banner .text-area .title {
          font-size: 50px;
          line-height: 60px; } }
      @media screen and (min-width: 1140px) {
        .main-banner .text-area .title {
          font-size: 54px;
          line-height: 64.8px; } }
      @media screen and (min-width: 1440px) {
        .main-banner .text-area .title {
          font-size: 62px;
          line-height: 74.4px; } }
      @media screen and (min-width: 1650px) {
        .main-banner .text-area .title {
          font-size: 72px;
          line-height: 86.4px; } }
      @media screen and (min-width: 768px) {
        .main-banner .text-area .title {
          width: 160%; } }
      @media screen and (min-width: 1024px) {
        .main-banner .text-area .title {
          width: 150%; } }
      @media screen and (min-width: 1140px) {
        .main-banner .text-area .title {
          width: 100%; } }
    .main-banner .text-area p {
      font-size: 18px;
      line-height: 21.6px;
      color: #ececec;
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800; }
      @media screen and (min-width: 768px) {
        .main-banner .text-area p {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .main-banner .text-area p {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .main-banner .text-area p {
          font-size: 22px;
          line-height: 26.4px; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .main-banner .text-area p {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1024px) and (min-width: 1440px) {
    .main-banner .text-area p {
      font-size: 30px;
      line-height: 36px; } }

.internal-banner {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 180px; }
  @media screen and (min-width: 768px) {
    .internal-banner {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .internal-banner {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1140px) {
    .internal-banner {
      margin-bottom: 70px; } }
  @media screen and (min-width: 1650px) {
    .internal-banner {
      margin-bottom: 130px; } }
  .internal-banner .text-area {
    height: 310px;
    background: #3a97f0;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 5%;
    padding-top: 130px; }
    .internal-banner .text-area:after {
      content: "";
      background-image: url(../images/shape-wave-2.png);
      background-repeat: no-repeat;
      background-size: 100% 101%;
      position: absolute;
      z-index: 1;
      bottom: -52%;
      left: -17%;
      height: 100%;
      width: 135%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (min-width: 768px) {
        .internal-banner .text-area:after {
          left: auto;
          bottom: auto;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          top: 0;
          width: 100%;
          right: -87%; } }
      @media screen and (min-width: 1140px) {
        .internal-banner .text-area:after {
          width: 70%;
          right: -62%; } }
      @media screen and (min-width: 1650px) {
        .internal-banner .text-area:after {
          width: 65%;
          right: -56%; } }
    @media screen and (min-width: 768px) {
      .internal-banner .text-area {
        width: 55%;
        height: 430px;
        padding: 0 0 0 5%;
        padding-top: 200px; } }
    @media screen and (min-width: 1024px) {
      .internal-banner .text-area {
        padding-top: 180px; } }
    @media screen and (min-width: 1140px) {
      .internal-banner .text-area {
        padding-top: 240px;
        width: 46%;
        height: 495px; } }
    @media screen and (min-width: 1650px) {
      .internal-banner .text-area {
        height: 535px;
        width: 51%; } }
    .internal-banner .text-area > * {
      position: relative;
      z-index: 2; }
    .internal-banner .text-area .title {
      color: #fff;
      font-size: 36px;
      line-height: 43.2px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .internal-banner .text-area .title {
          font-size: 48px;
          line-height: 57.6px; } }
      @media screen and (min-width: 1024px) {
        .internal-banner .text-area .title {
          font-size: 50px;
          line-height: 60px; } }
      @media screen and (min-width: 1140px) {
        .internal-banner .text-area .title {
          font-size: 54px;
          line-height: 64.8px; } }
      @media screen and (min-width: 1440px) {
        .internal-banner .text-area .title {
          font-size: 62px;
          line-height: 74.4px; } }
      @media screen and (min-width: 1650px) {
        .internal-banner .text-area .title {
          font-size: 72px;
          line-height: 86.4px; } }
    .internal-banner .text-area p {
      font-size: 18px;
      line-height: 21.6px;
      color: #ececec;
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800; }
      @media screen and (min-width: 768px) {
        .internal-banner .text-area p {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .internal-banner .text-area p {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .internal-banner .text-area p {
          font-size: 22px;
          line-height: 26.4px; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .internal-banner .text-area p {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1024px) and (min-width: 1440px) {
    .internal-banner .text-area p {
      font-size: 30px;
      line-height: 36px; } }

  .internal-banner .img-area {
    width: 50%;
    padding-top: 50%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: -155px;
    right: 5%; }
    @media screen and (min-width: 768px) {
      .internal-banner .img-area {
        bottom: auto;
        width: 35%;
        padding-top: 35%;
        top: 130px;
        right: 5%; } }
    @media screen and (min-width: 1024px) {
      .internal-banner .img-area {
        top: 100px; } }
    @media screen and (min-width: 1140px) {
      .internal-banner .img-area {
        width: 38%;
        padding-top: 38%;
        top: 78px;
        right: 8%; } }
    @media screen and (min-width: 1140px) {
      .internal-banner .img-area {
        width: 34%;
        padding-top: 34%;
        top: 60px;
        right: 10%; } }
    @media screen and (min-width: 1650px) {
      .internal-banner .img-area {
        width: 570px;
        padding-top: 570px;
        top: 50px;
        right: 11%; } }
    .internal-banner .img-area img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
  .internal-banner.service .text-area > img {
    -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    top: 10px;
    float: left;
    width: 60px;
    margin-right: 20px;
    height: auto; }
    @media screen and (min-width: 1024px) {
      .internal-banner.service .text-area > img {
        width: 100px;
        margin-right: 30px; } }
  .internal-banner.service .text-area i {
    -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    top: 10px;
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    font-size: 26px;
    text-align: center;
    padding: 12px 0;
    color: #2f73b4;
    background: #fff; }
    @media screen and (min-width: 1024px) {
      .internal-banner.service .text-area i {
        margin-right: 30px;
        width: 100px;
        height: 100px;
        font-size: 36px;
        padding: 32px 0; } }
  .internal-banner.service .text-area .title, .internal-banner.service .text-area p {
    float: right;
    width: calc(100% - 80px); }
    @media screen and (min-width: 1024px) {
      .internal-banner.service .text-area .title, .internal-banner.service .text-area p {
        width: calc(100% - 130px); } }
  .internal-banner.news .text-area .title {
    font-size: 26px;
    line-height: 31.2px; }
    @media screen and (min-width: 768px) {
      .internal-banner.news .text-area .title {
        font-size: 34px;
        line-height: 40.8px; } }
    @media screen and (min-width: 1024px) {
      .internal-banner.news .text-area .title {
        font-size: 36px;
        line-height: 43.2px; } }
    @media screen and (min-width: 1140px) {
      .internal-banner.news .text-area .title {
        font-size: 38px;
        line-height: 45.6px; } }
    @media screen and (min-width: 1650px) {
      .internal-banner.news .text-area .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .internal-banner.case-study .text-area .title {
    font-size: 26px;
    line-height: 31.2px; }
    @media screen and (min-width: 768px) {
      .internal-banner.case-study .text-area .title {
        font-size: 34px;
        line-height: 40.8px; } }
    @media screen and (min-width: 1024px) {
      .internal-banner.case-study .text-area .title {
        font-size: 36px;
        line-height: 43.2px; } }
    @media screen and (min-width: 1140px) {
      .internal-banner.case-study .text-area .title {
        font-size: 38px;
        line-height: 45.6px; } }
    @media screen and (min-width: 1650px) {
      .internal-banner.case-study .text-area .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .internal-banner.case-study .text-area .cs-tags li {
    background: #fff;
    color: #2f73b4; }

.cta {
  float: left;
  width: 100%;
  margin: 20px 0;
  height: 430px;
  background-color: #3a97f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .cta {
      margin: 30px 0; } }
  .cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 41, 61, 0.5);
    padding: 30px; }
    @media screen and (min-width: 768px) {
      .cta .overlay {
        padding: 40px; } }
    .cta .overlay .title, .cta .overlay p {
      width: 100%; }
      @media screen and (min-width: 1140px) {
        .cta .overlay .title, .cta .overlay p {
          width: 85%; } }
      @media screen and (min-width: 1650px) {
        .cta .overlay .title, .cta .overlay p {
          width: 75%; } }
    .cta .overlay .title {
      font-size: 26px;
      line-height: 31.2px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .cta .overlay .title {
          font-size: 34px;
          line-height: 40.8px; } }
      @media screen and (min-width: 1024px) {
        .cta .overlay .title {
          font-size: 36px;
          line-height: 43.2px; } }
      @media screen and (min-width: 1140px) {
        .cta .overlay .title {
          font-size: 38px;
          line-height: 45.6px; } }
      @media screen and (min-width: 1650px) {
        .cta .overlay .title {
          font-size: 48px;
          line-height: 57.6px; } }
    .cta .overlay p {
      color: #fff; }
    .cta .overlay .btn {
      position: absolute;
      bottom: 30px;
      left: 30px; }
      @media screen and (min-width: 768px) {
        .cta .overlay .btn {
          bottom: 40px;
          left: 40px; } }

.span_1_of_3 .cta {
  height: 550px; }
  .span_1_of_3 .cta .overlay .title, .span_1_of_3 .cta .overlay p {
    width: 100%; }

@media screen and (min-width: 1140px) {
  .span_3_of_3 .cta .overlay .title {
    font-size: 36px;
    line-height: 43.2px; } }
  @media screen and (min-width: 1140px) and (min-width: 768px) {
    .span_3_of_3 .cta .overlay .title {
      font-size: 48px;
      line-height: 57.6px; } }
  @media screen and (min-width: 1140px) and (min-width: 1024px) {
    .span_3_of_3 .cta .overlay .title {
      font-size: 50px;
      line-height: 60px; } }
  @media screen and (min-width: 1140px) and (min-width: 1140px) {
    .span_3_of_3 .cta .overlay .title {
      font-size: 54px;
      line-height: 64.8px; } }
  @media screen and (min-width: 1140px) and (min-width: 1440px) {
    .span_3_of_3 .cta .overlay .title {
      font-size: 62px;
      line-height: 74.4px; } }
  @media screen and (min-width: 1140px) and (min-width: 1650px) {
    .span_3_of_3 .cta .overlay .title {
      font-size: 72px;
      line-height: 86.4px; } }

@media screen and (min-width: 1140px) {
  .span_3_of_3 .cta .overlay p {
    font-size: 18px;
    line-height: 21.6px; } }
  @media screen and (min-width: 1140px) and (min-width: 768px) {
    .span_3_of_3 .cta .overlay p {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (min-width: 1140px) and (min-width: 1140px) {
    .span_3_of_3 .cta .overlay p {
      font-size: 24px;
      line-height: 28.8px; } }

.service-list {
  float: left;
  width: 100%;
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .service-list {
      margin: 30px 0; } }
  .service-list .item {
    position: relative;
    background-color: #3a97f0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 435px;
    overflow: hidden; }
    .service-list .item .content-area {
      background: rgba(19, 41, 61, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .service-list .item .content-area > i {
        width: 65px;
        height: 65px;
        font-size: 20px;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        position: absolute;
        z-index: 10;
        bottom: 30px;
        right: 30px;
        border: 3px solid #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        @media screen and (min-width: 1140px) {
          .service-list .item .content-area > i {
            bottom: 40px;
            right: 40px; } }
        .service-list .item .content-area > i.hide {
          display: none; }
      .service-list .item .content-area .title-area {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        position: absolute;
        z-index: 10;
        top: 30px;
        left: 30px; }
        @media screen and (min-width: 1024px) {
          .service-list .item .content-area .title-area {
            top: auto;
            bottom: 30px;
            left: 30px; } }
        @media screen and (min-width: 1140px) {
          .service-list .item .content-area .title-area {
            bottom: 40px;
            right: 40px; } }
        .service-list .item .content-area .title-area img {
          -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
          float: left;
          margin-right: 20px;
          width: 75px;
          height: auto;
          margin-top: 8px; }
          @media screen and (min-width: 1024px) {
            .service-list .item .content-area .title-area img {
              margin-top: 4px; } }
          @media screen and (min-width: 1140px) {
            .service-list .item .content-area .title-area img {
              margin-top: 0;
              width: 100px;
              margin-right: 30px; } }
        .service-list .item .content-area .title-area i {
          -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
          float: left;
          margin-right: 30px;
          width: 100px;
          height: 100px;
          font-size: 36px;
          text-align: center;
          padding: 32px 0;
          color: #2f73b4;
          background: #fff; }
        .service-list .item .content-area .title-area .title {
          float: left;
          color: #fff;
          font-size: 26px;
          line-height: 31.2px;
          width: 40%;
          margin: 0; }
          @media screen and (min-width: 768px) {
            .service-list .item .content-area .title-area .title {
              font-size: 34px;
              line-height: 40.8px; } }
          @media screen and (min-width: 1024px) {
            .service-list .item .content-area .title-area .title {
              font-size: 36px;
              line-height: 43.2px; } }
          @media screen and (min-width: 1140px) {
            .service-list .item .content-area .title-area .title {
              font-size: 38px;
              line-height: 45.6px; } }
          @media screen and (min-width: 1650px) {
            .service-list .item .content-area .title-area .title {
              font-size: 48px;
              line-height: 57.6px; } }
          @media screen and (min-width: 1140px) {
            .service-list .item .content-area .title-area .title {
              width: 25%; } }
      .service-list .item .content-area .text-area {
        position: absolute;
        z-index: 9;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        padding-top: 130px;
        background: #2f73b4; }
        @media screen and (min-width: 1024px) {
          .service-list .item .content-area .text-area {
            padding-top: 170px; } }
        @media screen and (min-width: 1140px) {
          .service-list .item .content-area .text-area {
            padding: 40px;
            padding-top: 170px; } }
        .service-list .item .content-area .text-area p {
          color: #fff;
          font-size: 14px;
          line-height: 22.652px; }
          @media screen and (min-width: 1650px) {
            .service-list .item .content-area .text-area p {
              font-size: 14px;
              line-height: 22.652px;
              padding-right: 110px; } }
  @media screen and (min-width: 1650px) and (min-width: 1140px) {
    .service-list .item .content-area .text-area p {
      font-size: 18px;
      line-height: 29.124px; } }

    .service-list .item.active .content-area .title-area {
      bottom: calc(100% - 150px); }

.checklist-container {
  float: left;
  width: 100%;
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .checklist-container {
      margin: 30px 0; } }
  .checklist-container .title {
    font-size: 26px;
    line-height: 31.2px; }
    @media screen and (min-width: 768px) {
      .checklist-container .title {
        font-size: 34px;
        line-height: 40.8px; } }
    @media screen and (min-width: 1024px) {
      .checklist-container .title {
        font-size: 36px;
        line-height: 43.2px; } }
    @media screen and (min-width: 1140px) {
      .checklist-container .title {
        font-size: 38px;
        line-height: 45.6px; } }
    @media screen and (min-width: 1650px) {
      .checklist-container .title {
        font-size: 48px;
        line-height: 57.6px; } }

.checklist {
  float: left;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }
  .checklist .item {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22.652px;
    font-weight: 800;
    color: #13293d;
    padding: 30px 40px;
    padding-left: 70px;
    background: #f3f3f3; }
    @media screen and (min-width: 1140px) {
      .checklist .item {
        font-size: 18px;
        line-height: 29.124px; } }
    .checklist .item:before {
      position: absolute;
      top: 30px;
      left: 40px;
      content: '\f105';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #2f73b4; }
    .checklist .item:nth-of-type(even) {
      background: #fff; }

#tabs-feature {
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    #tabs-feature {
      margin: 30px 0; } }
  #tabs-feature .tabs {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    #tabs-feature .tabs li {
      width: 31%;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      margin-right: 2%; }
      #tabs-feature .tabs li:nth-of-type(3n) {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        #tabs-feature .tabs li {
          width: 15%;
          margin-right: 2%; }
          #tabs-feature .tabs li:nth-of-type(3n) {
            margin-right: 2%; } }
      @media screen and (min-width: 1140px) {
        #tabs-feature .tabs li {
          width: 10%;
          margin-right: 1.5%; } }
      @media screen and (min-width: 1650px) {
        #tabs-feature .tabs li {
          width: 8%; } }
      #tabs-feature .tabs li .block-icon-1 {
        display: inline-block;
        margin-bottom: 15px; }
      #tabs-feature .tabs li .title {
        margin-bottom: 20px;
        position: relative;
        font-size: 18px;
        line-height: 21.6px;
        color: #2f73b4; }
  #tabs-feature .content {
    float: left;
    width: 100%; }
    #tabs-feature .content .area {
      width: 100%;
      float: left; }
      #tabs-feature .content .area.img {
        margin-bottom: 30px;
        padding: 0; }
        @media screen and (min-width: 768px) {
          #tabs-feature .content .area.img {
            padding: 0 12%; } }
        @media screen and (min-width: 1024px) {
          #tabs-feature .content .area.img {
            padding: 0;
            margin-bottom: 0;
            width: 40%;
            margin-right: 4%; } }
      #tabs-feature .content .area.text {
        padding-left: 4%;
        border-left: 4px solid #2f73b4; }
        @media screen and (min-width: 1024px) {
          #tabs-feature .content .area.text {
            width: 56%; } }
        @media screen and (min-width: 1140px) {
          #tabs-feature .content .area.text {
            margin-top: 2%; } }
        @media screen and (min-width: 1650px) {
          #tabs-feature .content .area.text {
            margin-top: 4%; } }
        #tabs-feature .content .area.text > ul {
          margin: 0;
          width: 100%;
          float: left; }
          #tabs-feature .content .area.text > ul li {
            font-size: 14px;
            line-height: 22.652px;
            font-weight: 700;
            color: #181818;
            margin: 14px 0;
            width: 100%;
            padding-left: 35px;
            position: relative; }
            @media screen and (min-width: 1140px) {
              #tabs-feature .content .area.text > ul li {
                font-size: 18px;
                line-height: 29.124px; } }
            #tabs-feature .content .area.text > ul li:before {
              content: "\f30b";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-size: 18px;
              line-height: 29.124px;
              color: #3a97f0;
              position: absolute;
              top: -3px;
              left: 0; }
              @media screen and (min-width: 1650px) {
                #tabs-feature .content .area.text > ul li:before {
                  font-size: 22px;
                  line-height: 35.596px; } }
        #tabs-feature .content .area.text .title {
          font-size: 26px;
          line-height: 31.2px; }
          @media screen and (min-width: 768px) {
            #tabs-feature .content .area.text .title {
              font-size: 34px;
              line-height: 40.8px; } }
          @media screen and (min-width: 1024px) {
            #tabs-feature .content .area.text .title {
              font-size: 36px;
              line-height: 43.2px; } }
          @media screen and (min-width: 1140px) {
            #tabs-feature .content .area.text .title {
              font-size: 38px;
              line-height: 45.6px; } }
          @media screen and (min-width: 1650px) {
            #tabs-feature .content .area.text .title {
              font-size: 48px;
              line-height: 57.6px; } }

.icon-text-carousel-1-container {
  background: #ececec;
  margin: 20px 0;
  padding: 50px 0 120px;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .icon-text-carousel-1-container {
      margin: 30px 0; } }
  .icon-text-carousel-1-container .icon-text-carousel-1 .item {
    background: #fff;
    border-left: 4px solid #2f73b4;
    text-align: center;
    padding: 30px;
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .icon-text-carousel-1-container .icon-text-carousel-1 .item {
        padding: 40px 30px; } }
    .icon-text-carousel-1-container .icon-text-carousel-1 .item > ul {
      margin: 0;
      width: 100%;
      float: left; }
      .icon-text-carousel-1-container .icon-text-carousel-1 .item > ul li {
        font-size: 14px;
        line-height: 22.652px;
        font-weight: 700;
        color: #181818;
        margin: 14px 0;
        width: 100%;
        padding-left: 35px;
        position: relative; }
        @media screen and (min-width: 1140px) {
          .icon-text-carousel-1-container .icon-text-carousel-1 .item > ul li {
            font-size: 18px;
            line-height: 29.124px; } }
        .icon-text-carousel-1-container .icon-text-carousel-1 .item > ul li:before {
          content: "\f30b";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 18px;
          line-height: 29.124px;
          color: #3a97f0;
          position: absolute;
          top: -3px;
          left: 0; }
          @media screen and (min-width: 1650px) {
            .icon-text-carousel-1-container .icon-text-carousel-1 .item > ul li:before {
              font-size: 22px;
              line-height: 35.596px; } }
    .icon-text-carousel-1-container .icon-text-carousel-1 .item ul li {
      text-align: left; }
    .icon-text-carousel-1-container .icon-text-carousel-1 .item i {
      color: #2f73b4;
      font-size: 26px;
      line-height: 31.2px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .icon-text-carousel-1-container .icon-text-carousel-1 .item i {
          font-size: 34px;
          line-height: 40.8px; } }
      @media screen and (min-width: 1024px) {
        .icon-text-carousel-1-container .icon-text-carousel-1 .item i {
          font-size: 36px;
          line-height: 43.2px; } }
      @media screen and (min-width: 1140px) {
        .icon-text-carousel-1-container .icon-text-carousel-1 .item i {
          font-size: 38px;
          line-height: 45.6px; } }
      @media screen and (min-width: 1650px) {
        .icon-text-carousel-1-container .icon-text-carousel-1 .item i {
          font-size: 48px;
          line-height: 57.6px; } }
    .icon-text-carousel-1-container .icon-text-carousel-1 .item .title {
      font-size: 18px;
      line-height: 21.6px; }
      @media screen and (min-width: 768px) {
        .icon-text-carousel-1-container .icon-text-carousel-1 .item .title {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .icon-text-carousel-1-container .icon-text-carousel-1 .item .title {
          font-size: 24px;
          line-height: 28.8px; } }

.icon-text-carousel-2-container {
  background: #ececec;
  margin: 20px 0;
  padding: 50px 0 120px;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .icon-text-carousel-2-container {
      margin: 30px 0; } }
  .icon-text-carousel-2-container .icon-text-carousel-2 .item .block-icon-1 {
    float: left; }
  .icon-text-carousel-2-container .icon-text-carousel-2 .item .text-area {
    width: calc(100% - 120px);
    float: right;
    background: #fff;
    border-left: 4px solid #2f73b4;
    padding: 30px; }
    @media screen and (min-width: 768px) {
      .icon-text-carousel-2-container .icon-text-carousel-2 .item .text-area {
        padding: 40px 30px; } }
    .icon-text-carousel-2-container .icon-text-carousel-2 .item .text-area .title {
      font-size: 18px;
      line-height: 21.6px; }
      @media screen and (min-width: 768px) {
        .icon-text-carousel-2-container .icon-text-carousel-2 .item .text-area .title {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .icon-text-carousel-2-container .icon-text-carousel-2 .item .text-area .title {
          font-size: 24px;
          line-height: 28.8px; } }

.twitter-carousel-container {
  margin: 20px 0;
  position: relative;
  padding-left: 7rem; }
  @media screen and (min-width: 768px) {
    .twitter-carousel-container {
      margin: 30px 0; } }
  .twitter-carousel-container > i {
    color: #3a97f0;
    font-size: 5rem;
    position: absolute;
    top: 0;
    left: 0; }
  .twitter-carousel-container > .title {
    font-size: 26px;
    line-height: 31.2px; }
    @media screen and (min-width: 768px) {
      .twitter-carousel-container > .title {
        font-size: 34px;
        line-height: 40.8px; } }
    @media screen and (min-width: 1024px) {
      .twitter-carousel-container > .title {
        font-size: 36px;
        line-height: 43.2px; } }
    @media screen and (min-width: 1140px) {
      .twitter-carousel-container > .title {
        font-size: 38px;
        line-height: 45.6px; } }
    @media screen and (min-width: 1650px) {
      .twitter-carousel-container > .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .twitter-carousel-container .twitter-carousel .item li {
    margin-bottom: 30px;
    list-style: none;
    background: #ececec;
    padding: 40px;
    font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26.4px;
    color: #181818; }
    @media screen and (min-width: 768px) {
      .twitter-carousel-container .twitter-carousel .item li {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1440px) {
      .twitter-carousel-container .twitter-carousel .item li {
        font-size: 30px;
        line-height: 36px; } }
    .twitter-carousel-container .twitter-carousel .item li a {
      color: #3a97f0;
      font-weight: 800; }
    .twitter-carousel-container .twitter-carousel .item li img {
      display: none; }

.news.latest {
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .news.latest {
      margin: 30px 0; } }
  .news.latest .title {
    font-size: 26px;
    line-height: 31.2px; }
    @media screen and (min-width: 768px) {
      .news.latest .title {
        font-size: 34px;
        line-height: 40.8px; } }
    @media screen and (min-width: 1024px) {
      .news.latest .title {
        font-size: 36px;
        line-height: 43.2px; } }
    @media screen and (min-width: 1140px) {
      .news.latest .title {
        font-size: 38px;
        line-height: 45.6px; } }
    @media screen and (min-width: 1650px) {
      .news.latest .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .news.latest .item {
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    .news.latest .item .area {
      width: 100%;
      float: left; }
      .news.latest .item .area.img {
        width: 25%;
        margin-right: 6%;
        padding-top: 25%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15); }
      .news.latest .item .area.text {
        width: 69%; }
        .news.latest .item .area.text .title {
          color: #828282;
          font-size: 22px;
          line-height: 26.4px;
          margin-bottom: 10px; }
          @media screen and (min-width: 768px) {
            .news.latest .item .area.text .title {
              font-size: 24px;
              line-height: 28.8px; } }
          @media screen and (min-width: 1440px) {
            .news.latest .item .area.text .title {
              font-size: 30px;
              line-height: 36px; } }
          @media screen and (min-width: 1140px) {
            .news.latest .item .area.text .title {
              margin-top: 20px; } }
        .news.latest .item .area.text .date {
          font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
          font-weight: 800;
          color: #cfcfcf;
          font-size: 14px;
          line-height: 22.652px; }
          @media screen and (min-width: 1140px) {
            .news.latest .item .area.text .date {
              font-size: 18px;
              line-height: 29.124px; } }
        .news.latest .item .area.text .btn {
          margin-top: 0; }

.news-categories {
  margin: 20px 0;
  background: #f3f3f3;
  padding: 30px;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .news-categories {
      margin: 30px 0; } }
  @media screen and (min-width: 1140px) {
    .news-categories {
      padding: 40px; } }
  .news-categories .title {
    font-size: 22px;
    line-height: 26.4px; }
    @media screen and (min-width: 768px) {
      .news-categories .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1440px) {
      .news-categories .title {
        font-size: 30px;
        line-height: 36px; } }
  .news-categories ul li {
    display: inline-block;
    width: 100%;
    margin: 5px 0; }
    .news-categories ul li a {
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800;
      color: #181818;
      font-size: 14px;
      line-height: 22.652px; }
      @media screen and (min-width: 1140px) {
        .news-categories ul li a {
          font-size: 18px;
          line-height: 29.124px; } }
      .news-categories ul li a:hover {
        color: #3a97f0; }

.image-text-icon-container {
  margin: 20px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .image-text-icon-container {
      margin: 30px 0; } }
  .image-text-icon-container .wrap {
    max-width: 1220px; }
    .image-text-icon-container .wrap .image-text-icon {
      margin: 20px auto;
      float: left;
      width: 100%; }
      .image-text-icon-container .wrap .image-text-icon .area {
        float: left; }
      .image-text-icon-container .wrap .image-text-icon .img.area {
        width: 100%;
        padding-top: 100%;
        position: relative; }
        @media screen and (min-width: 768px) {
          .image-text-icon-container .wrap .image-text-icon .img.area {
            width: 30%;
            padding-top: 30%; } }
        @media screen and (min-width: 1140px) {
          .image-text-icon-container .wrap .image-text-icon .img.area {
            width: 40%;
            padding-top: 40%; } }
        .image-text-icon-container .wrap .image-text-icon .img.area img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          background-size: cover;
          background-repeat: no-repeat; }
        .image-text-icon-container .wrap .image-text-icon .img.area .block-icon-2 {
          position: absolute;
          bottom: -20px;
          right: 0;
          left: 0;
          margin: 0 auto; }
          @media screen and (min-width: 768px) {
            .image-text-icon-container .wrap .image-text-icon .img.area .block-icon-2 {
              top: 0;
              left: 0;
              right: auto;
              margin: 0; } }
      .image-text-icon-container .wrap .image-text-icon .text.area {
        width: 100%;
        padding: 35px 20px;
        padding-bottom: 0; }
        @media screen and (min-width: 768px) {
          .image-text-icon-container .wrap .image-text-icon .text.area {
            width: 70%;
            padding: 0 60px;
            padding-bottom: 0;
            padding-left: 5%; } }
        @media screen and (min-width: 1140px) {
          .image-text-icon-container .wrap .image-text-icon .text.area {
            padding: 40px 0;
            padding-left: 5%;
            width: 60%; } }
        .image-text-icon-container .wrap .image-text-icon .text.area .title {
          font-size: 26px;
          line-height: 31.2px; }
          @media screen and (min-width: 768px) {
            .image-text-icon-container .wrap .image-text-icon .text.area .title {
              font-size: 34px;
              line-height: 40.8px; } }
          @media screen and (min-width: 1024px) {
            .image-text-icon-container .wrap .image-text-icon .text.area .title {
              font-size: 36px;
              line-height: 43.2px; } }
          @media screen and (min-width: 1140px) {
            .image-text-icon-container .wrap .image-text-icon .text.area .title {
              font-size: 38px;
              line-height: 45.6px; } }
          @media screen and (min-width: 1650px) {
            .image-text-icon-container .wrap .image-text-icon .text.area .title {
              font-size: 48px;
              line-height: 57.6px; } }
      .image-text-icon-container .wrap .image-text-icon.alt .img.area {
        float: right; }
        @media screen and (min-width: 768px) {
          .image-text-icon-container .wrap .image-text-icon.alt .img.area .block-icon-2 {
            right: 0;
            left: auto; } }
      @media screen and (min-width: 768px) {
        .image-text-icon-container .wrap .image-text-icon.alt .text.area {
          padding-right: 5%;
          padding-left: 0; } }
      @media screen and (min-width: 1140px) {
        .image-text-icon-container .wrap .image-text-icon.alt .text.area {
          padding-right: 5%; } }

.testimonials .item {
  float: left;
  width: 100%; }
  .testimonials .item .block-icon-1 {
    float: left; }
  .testimonials .item .text-area {
    background: #f3f3f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    width: calc(100% - 130px);
    float: right; }
    @media screen and (min-width: 1650px) {
      .testimonials .item .text-area {
        padding: 30px 50px; } }
    .testimonials .item .text-area .rating {
      margin-bottom: 20px; }
      .testimonials .item .text-area .rating i {
        font-size: 22px;
        line-height: 26.4px;
        color: #bdbf09; }
        @media screen and (min-width: 768px) {
          .testimonials .item .text-area .rating i {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1440px) {
          .testimonials .item .text-area .rating i {
            font-size: 30px;
            line-height: 36px; } }
    .testimonials .item .text-area .title {
      font-size: 22px;
      line-height: 26.4px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .testimonials .item .text-area .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1440px) {
        .testimonials .item .text-area .title {
          font-size: 30px;
          line-height: 36px; } }
    .testimonials .item .text-area p {
      margin-bottom: 20px; }
    .testimonials .item .text-area .byline {
      font-weight: 800; }
.testimonials.list {
  float: left;
  width: 100%;
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .testimonials.list {
      margin: 30px 0; } }
  .testimonials.list .item {
    margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      .testimonials.list .item {
        width: 90%; } }
    @media screen and (min-width: 1140px) {
      .testimonials.list .item {
        width: 75%; } }
    @media screen and (min-width: 1650px) {
      .testimonials.list .item {
        width: 70%; } }
    .testimonials.list .item:nth-of-type(even) {
      float: right; }
      .testimonials.list .item:nth-of-type(even) .block-icon-1 {
        float: right; }
        .testimonials.list .item:nth-of-type(even) .block-icon-1:before {
          border-right: 10px solid #2f73b4;
          border-left: 0;
          right: auto;
          left: -13px; }
      .testimonials.list .item:nth-of-type(even) .text-area {
        float: left; }
.testimonials.carousel {
  float: left;
  width: 100%;
  margin: 20px 0;
  margin-bottom: 80px !important; }
  @media screen and (min-width: 768px) {
    .testimonials.carousel {
      margin: 30px 0; } }
  .testimonials.carousel .item .block-icon-1 {
    position: relative;
    left: 10px; }
  .testimonials.carousel .owl-nav {
    width: calc(100% - 130px);
    right: 0; }

.gallery-carousel-container {
  background: #ececec;
  margin: 20px 0;
  padding: 50px 0 120px;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .gallery-carousel-container {
      margin: 30px 0; } }
  .gallery-carousel-container .block-icon-2 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: block;
    margin-bottom: -30px; }
    @media screen and (min-width: 1140px) {
      .gallery-carousel-container .block-icon-2 {
        margin-bottom: -90px; } }
  .gallery-carousel-container .gallery-carousel {
    z-index: 1; }
    .gallery-carousel-container .gallery-carousel a img {
      -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25); }
    .gallery-carousel-container .gallery-carousel a p {
      margin-top: 20px;
      text-align: center;
      color: #828282;
      font-size: 14px;
      line-height: 22.652px;
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800; }
      @media screen and (min-width: 1140px) {
        .gallery-carousel-container .gallery-carousel a p {
          font-size: 18px;
          line-height: 29.124px; } }

.gallery-list .item .title {
  font-size: 18px;
  line-height: 21.6px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .gallery-list .item .title {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (min-width: 1140px) {
    .gallery-list .item .title {
      font-size: 24px;
      line-height: 28.8px; } }
.gallery-list .item a {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%; }
  .gallery-list .item a:nth-of-type(2n) {
    margin-right: 0; }
  .gallery-list .item a img {
    margin-bottom: 10px; }
  .gallery-list .item a p {
    text-align: center;
    color: #828282;
    font-size: 14px;
    line-height: 22.652px;
    font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 800; }
    @media screen and (min-width: 1140px) {
      .gallery-list .item a p {
        font-size: 18px;
        line-height: 29.124px; } }
  .gallery-list .item a.full {
    width: 100%;
    margin: 0; }
    .gallery-list .item a.full img {
      margin: 0 auto 10px; }

.brochure-list .item .area {
  position: relative;
  width: 100%;
  float: left;
  min-height: 200px; }
  @media screen and (min-width: 1140px) {
    .brochure-list .item .area {
      min-height: 420px;
      width: 50%; } }
  .brochure-list .item .area.text {
    background: #2f73b4;
    padding: 30px; }
    @media screen and (min-width: 1650px) {
      .brochure-list .item .area.text {
        padding: 40px; } }
    .brochure-list .item .area.text .title {
      font-size: 26px;
      line-height: 31.2px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .brochure-list .item .area.text .title {
          font-size: 34px;
          line-height: 40.8px; } }
      @media screen and (min-width: 1024px) {
        .brochure-list .item .area.text .title {
          font-size: 36px;
          line-height: 43.2px; } }
      @media screen and (min-width: 1140px) {
        .brochure-list .item .area.text .title {
          font-size: 38px;
          line-height: 45.6px; } }
      @media screen and (min-width: 1650px) {
        .brochure-list .item .area.text .title {
          font-size: 48px;
          line-height: 57.6px; } }
    .brochure-list .item .area.text p {
      color: #fff;
      font-size: 14px;
      line-height: 22.652px;
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800;
      margin-bottom: 80px; }
      @media screen and (min-width: 1140px) {
        .brochure-list .item .area.text p {
          font-size: 18px;
          line-height: 29.124px; } }
    .brochure-list .item .area.text .btn {
      margin: 0;
      position: absolute;
      bottom: 30px;
      left: 30px; }
      @media screen and (min-width: 1650px) {
        .brochure-list .item .area.text .btn {
          bottom: 40px;
          left: 40px; } }
  .brochure-list .item .area.img {
    background: #13293d;
    background-size: cover;
    background-repeat: no-repeat; }

.faqs {
  float: left;
  width: 100%;
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .faqs {
      margin: 30px 0; } }
  .faqs .item {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .faqs .item .area {
      float: left;
      width: 100%; }
    .faqs .item .title.area {
      position: relative;
      cursor: pointer; }
      .faqs .item .title.area .icon {
        float: left;
        font-size: 32px;
        width: 75px;
        height: 75px;
        padding: 20px 0;
        text-align: center;
        background: #2f73b4;
        color: #fff; }
      .faqs .item .title.area .title {
        float: right;
        height: 75px;
        background: #f3f3f3;
        width: calc(100% - 75px);
        margin: 0;
        padding: 20px;
        font-size: 18px;
        line-height: 21.6px;
        text-transform: unset; }
        @media screen and (min-width: 768px) {
          .faqs .item .title.area .title {
            font-size: 20px;
            line-height: 24px; } }
        @media screen and (min-width: 1140px) {
          .faqs .item .title.area .title {
            font-size: 24px;
            line-height: 28.8px; } }
      .faqs .item .title.area .arrow {
        display: none;
        position: absolute;
        top: 25px;
        right: 30px;
        font-size: 24px;
        color: #3a97f0; }
        .faqs .item .title.area .arrow.active {
          display: block; }
    .faqs .item .text.area {
      background: #ececec;
      padding: 30px;
      display: none; }

.case-study-feature-image {
  margin: 20px 0;
  float: left;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .case-study-feature-image {
      margin: 30px 0; } }
  .case-study-feature-image > img {
    padding: 0 5%; }
  .case-study-feature-image .title-area {
    position: absolute;
    top: 12%;
    left: 0;
    background: #3a97f0;
    padding: 20px;
    padding-left: 100px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    @media screen and (min-width: 1140px) {
      .case-study-feature-image .title-area {
        padding: 40px;
        padding-left: 160px; } }
    .case-study-feature-image .title-area img {
      -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
      float: left;
      width: 60px;
      height: auto;
      position: absolute;
      top: 25px;
      left: 20px; }
      @media screen and (min-width: 1140px) {
        .case-study-feature-image .title-area img {
          width: 100px;
          top: 45px;
          left: 40px; } }
    .case-study-feature-image .title-area .title {
      color: #fff;
      font-size: 26px;
      line-height: 31.2px;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .case-study-feature-image .title-area .title {
          font-size: 34px;
          line-height: 40.8px; } }
      @media screen and (min-width: 1024px) {
        .case-study-feature-image .title-area .title {
          font-size: 36px;
          line-height: 43.2px; } }
      @media screen and (min-width: 1140px) {
        .case-study-feature-image .title-area .title {
          font-size: 38px;
          line-height: 45.6px; } }
      @media screen and (min-width: 1650px) {
        .case-study-feature-image .title-area .title {
          font-size: 48px;
          line-height: 57.6px; } }

.grid-list {
  float: left;
  width: 100%;
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .grid-list {
      margin: 30px 0; } }
  .grid-list .item img {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; }
  .grid-list .item .text-area {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: #f3f3f3;
    padding: 30px; }
    .grid-list .item .text-area .title {
      font-size: 22px;
      line-height: 26.4px;
      color: #828282;
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .grid-list .item .text-area .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1440px) {
        .grid-list .item .text-area .title {
          font-size: 30px;
          line-height: 36px; } }
    .grid-list .item .text-area .date, .grid-list .item .text-area .cat {
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800;
      color: #c3c2c2;
      margin-bottom: 10px;
      display: block; }
    .grid-list .item .text-area .cat {
      font-size: 14px;
      line-height: 22.652px; }
    .grid-list .item .text-area .btn {
      margin: 0; }
  .grid-list.case-study .filter {
    width: 100%;
    float: left;
    margin-bottom: 30px; }
    .grid-list.case-study .filter .title {
      font-size: 14px;
      line-height: 22.652px;
      float: left;
      margin-right: 15px;
      margin-top: 5px; }
      @media screen and (min-width: 1140px) {
        .grid-list.case-study .filter .title {
          font-size: 18px;
          line-height: 29.124px; } }
    @media screen and (min-width: 768px) {
      .grid-list.case-study .filter .cs-tags {
        width: auto; } }
    .grid-list.case-study .filter .cs-tags li {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      .grid-list.case-study .filter .cs-tags li:hover {
        background: #3a97f0; }
  .grid-list.case-study .item .cs-tags {
    margin-bottom: 10px; }
  .grid-list.news .item:nth-of-type(1), .grid-list.news .item:nth-of-type(2) {
    margin-top: 0; }

.cs-tags {
  float: left;
  width: 100%; }
  .cs-tags li {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    line-height: 22.652px;
    font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 800;
    padding: 8px 20px;
    background: #2f73b4;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
    @media screen and (min-width: 1140px) {
      .cs-tags li {
        font-size: 18px;
        line-height: 29.124px; } }
    .cs-tags li:last-of-type {
      margin-right: 0; }

.CustomisableForm {
  margin: 20px 0;
  background: #fff;
  padding: 30px;
  float: left;
  width: 100%;
  border-left: 4px solid #2f73b4;
  position: relative; }
  @media screen and (min-width: 768px) {
    .CustomisableForm {
      margin: 30px 0; } }
  @media screen and (min-width: 1140px) {
    .CustomisableForm {
      padding: 50px; } }
  @media screen and (min-width: 1440px) {
    .CustomisableForm {
      padding: 80px; } }
  .CustomisableForm:after {
    content: "";
    background-image: url(../images/shape-wave-1.png);
    background-repeat: no-repeat;
    background-size: 100% 101%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 90%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media screen and (min-width: 768px) {
      .CustomisableForm:after {
        width: 70%; } }
    @media screen and (min-width: 1024px) {
      .CustomisableForm:after {
        width: 50%; } }
  .CustomisableForm > * {
    position: relative;
    z-index: 2; }
  .CustomisableForm .title {
    font-size: 26px;
    line-height: 31.2px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .CustomisableForm .title {
        font-size: 34px;
        line-height: 40.8px; } }
    @media screen and (min-width: 1024px) {
      .CustomisableForm .title {
        font-size: 36px;
        line-height: 43.2px; } }
    @media screen and (min-width: 1140px) {
      .CustomisableForm .title {
        font-size: 38px;
        line-height: 45.6px; } }
    @media screen and (min-width: 1650px) {
      .CustomisableForm .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .CustomisableForm .field, .CustomisableForm .FieldWrapper {
    margin-bottom: 15px;
    background: transparent; }
    .CustomisableForm .field input::-webkit-input-placeholder, .CustomisableForm .FieldWrapper input::-webkit-input-placeholder {
      color: #181818 !important; }
    .CustomisableForm .field input:-moz-placeholder, .CustomisableForm .FieldWrapper input:-moz-placeholder {
      color: #181818 !important; }
    .CustomisableForm .field input::-moz-placeholder, .CustomisableForm .FieldWrapper input::-moz-placeholder {
      color: #181818 !important; }
    .CustomisableForm .field input:-ms-input-placeholder, .CustomisableForm .FieldWrapper input:-ms-input-placeholder {
      color: #181818 !important; }
    .CustomisableForm .field select, .CustomisableForm .FieldWrapper select {
      color: #181818; }
    .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper textarea {
      color: #181818; }
    .CustomisableForm .field textarea::placeholder, .CustomisableForm .FieldWrapper textarea::placeholder {
      color: #181818; }
    @media screen and (min-width: 1440px) {
      .CustomisableForm .field, .CustomisableForm .FieldWrapper {
        margin-bottom: 30px; } }
    .CustomisableForm .field label, .CustomisableForm .FieldWrapper label {
      width: 100%;
      float: left;
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 22.652px;
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 700;
      color: #181818; }
      @media screen and (min-width: 1140px) {
        .CustomisableForm .field label, .CustomisableForm .FieldWrapper label {
          font-size: 18px;
          line-height: 29.124px; } }
      @media screen and (min-width: 1440px) {
        .CustomisableForm .field label, .CustomisableForm .FieldWrapper label {
          margin-bottom: 15px; } }
    .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
      padding: 15px 20px;
      width: 100%;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      border-radius: 40px;
      border: 1px solid #c3c2c2;
      background: #fff;
      color: #181818;
      font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 22.652px; }
      @media screen and (min-width: 1140px) {
        .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
          font-size: 18px;
          line-height: 29.124px; } }
      .CustomisableForm .field input:focus, .CustomisableForm .field select:focus, .CustomisableForm .field textarea:focus, .CustomisableForm .FieldWrapper input:focus, .CustomisableForm .FieldWrapper select:focus, .CustomisableForm .FieldWrapper textarea:focus {
        outline: none; }
      @media screen and (min-width: 768px) {
        .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
          padding: 15px 30px; } }
      @media screen and (min-width: 1440px) {
        .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
          padding: 22px 35px;
          font-size: 18px;
          line-height: 21.6px; } }
  @media screen and (min-width: 1440px) and (min-width: 768px) {
    .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (min-width: 1440px) and (min-width: 1140px) {
    .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
      font-size: 24px;
      line-height: 28.8px; } }

    .CustomisableForm .field select option, .CustomisableForm .FieldWrapper select option {
      color: #181818; }
    .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper textarea {
      height: 220px; }
    .CustomisableForm .field input[type=file], .CustomisableForm .FieldWrapper input[type=file] {
      border: 0;
      padding: 0; }
  .CustomisableForm .field.select, .CustomisableForm .FieldWrapper.select {
    position: relative; }
    .CustomisableForm .field.select:before, .CustomisableForm .FieldWrapper.select:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 24px;
      color: #3a97f0;
      content: "\f0d7";
      position: absolute;
      top: 32%;
      right: 35px; }
    .CustomisableForm .field.select select, .CustomisableForm .FieldWrapper.select select {
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
  .CustomisableForm .message {
    font-size: 14px;
    color: #c3c2c2; }

form input:focus {
  outline: none; }
form input[type="submit"] {
  float: right;
  clear: left;
  border: 0; }

.field.checkbox, .FieldWrapper.checkbox {
  float: left;
  width: 100%; }
  .field.checkbox input, .FieldWrapper.checkbox input {
    width: 20px;
    position: absolute;
    opacity: 0; }
    .field.checkbox input + label, .FieldWrapper.checkbox input + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      padding-left: 50px; }
      .field.checkbox input + label:before, .FieldWrapper.checkbox input + label:before {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background: #cfcfcf; }
    .field.checkbox input:checked + label:before, .FieldWrapper.checkbox input:checked + label:before {
      background: #3a97f0; }
    .field.checkbox input:checked + label:after, .FieldWrapper.checkbox input:checked + label:after {
      content: '';
      position: absolute;
      left: 9px;
      top: 13px;
      background: white;
      width: 3px;
      height: 3px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg); }

.field.file input, .FieldWrapper.file input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden; }
.field.file label, .FieldWrapper.file label {
  display: block;
  position: relative;
  color: #181818;
  font-size: 18px;
  line-height: 21.6px;
  font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  font-weight: 800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border: 1px solid #181818;
  padding: 20px 15px;
  padding-left: 40px;
  margin-bottom: 20px;
  width: auto; }
  @media screen and (min-width: 768px) {
    .field.file label, .FieldWrapper.file label {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (min-width: 1140px) {
    .field.file label, .FieldWrapper.file label {
      font-size: 24px;
      line-height: 28.8px; } }
  .field.file label:before, .FieldWrapper.file label:before {
    content: "\f574";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 20px; }
  .field.file label:hover, .FieldWrapper.file label:hover {
    background: #181818;
    color: #fff; }
  @media screen and (min-width: 1024px) {
    .field.file label, .FieldWrapper.file label {
      padding: 20px 30px;
      padding-left: 70px; }
      .field.file label:before, .FieldWrapper.file label:before {
        left: 30px; } }

@media screen and (min-width: 1140px) {
  .span_1_of_3 .CustomisableForm {
    padding: 50px; } }
.span_1_of_3 .CustomisableForm:after {
  width: 90%; }

#contact-form.CustomisableForm .area {
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #contact-form.CustomisableForm .area {
      width: 49%;
      margin-right: 2%; }
      #contact-form.CustomisableForm .area:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1140px) {
    #contact-form.CustomisableForm .area {
      width: 40%;
      margin-right: 2%; }
      #contact-form.CustomisableForm .area:nth-of-type(2n) {
        margin-right: 0; } }
  #contact-form.CustomisableForm .area.info .contact-info-list {
    float: left;
    width: 100%;
    margin: 20px 0; }
    #contact-form.CustomisableForm .area.info .contact-info-list li {
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 30px;
      padding: 25px 0;
      padding-left: 120px; }
      #contact-form.CustomisableForm .area.info .contact-info-list li .block-icon-1 {
        position: absolute;
        top: 0;
        left: 0; }
      #contact-form.CustomisableForm .area.info .contact-info-list li p, #contact-form.CustomisableForm .area.info .contact-info-list li a {
        color: #13293d;
        font-family: "Catamaran", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 26.4px; }
        @media screen and (min-width: 768px) {
          #contact-form.CustomisableForm .area.info .contact-info-list li p, #contact-form.CustomisableForm .area.info .contact-info-list li a {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1440px) {
          #contact-form.CustomisableForm .area.info .contact-info-list li p, #contact-form.CustomisableForm .area.info .contact-info-list li a {
            font-size: 30px;
            line-height: 36px; } }
  #contact-form.CustomisableForm .area.form {
    float: right; }

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