@font-face {
  font-family: "Termina W00 Demi";
  src: url("../fonts/faec7b39028890b34621e55089f6e247.eot");
  /* IE9*/
  src: url("../fonts/faec7b39028890b34621e55089f6e247.eot?#iefix") format("embedded-opentype"), url("../fonts/faec7b39028890b34621e55089f6e247.woff2") format("woff2"), url("../fonts/faec7b39028890b34621e55089f6e247.woff") format("woff"), url("../fonts/faec7b39028890b34621e55089f6e247.ttf") format("truetype"), url("../fonts/faec7b39028890b34621e55089f6e247.svg#Termina W00 Demi") format("svg");
  /* iOS 4.1- */ }
@font-face {
  font-family: "Avenir Book";
  src: url("../fonts/Avenir_Book.eot");
  /* IE9*/
  src: url("../fonts/Avenir_Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir_Book.woff2") format("woff2"), url("../fonts/Avenir_Book.woff") format("woff"), url("../fonts/Avenir_Book.ttf") format("truetype"), url("../fonts/Avenir_Book.svg#Avenir Book") format("svg");
  /* iOS 4.1- */ }
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important; }

.round-box-wrap a {color: #3c5bff;}

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

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

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

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block;
  box-shadow: none;
  outline: none !important; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.ct-slider:not(.slick-initialized) *:not(:first-child) {
  display: none; }

html {
  -webkit-font-smoothing: antialiased; }

/*  em, strong, button, blockquote, small, strike, sub, sup, tt,  */
*, *:before, *:after {
  box-sizing: border-box; }

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

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

blockquote, q {
  quotes: none; }

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Termina W00 Demi";
  font-weight: 400;
  line-height: 1.24; }

h1 {
  font-size: 60px; }
  @media only screen and (max-width: 1199px) {
    h1 {
      font-size: 50px; } }
  @media only screen and (max-width: 1080px) {
    h1 {
      font-size: 40px; } }
  @media only screen and (max-width: 850px) {
    h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 540px) {
    h1 {
      font-size: 25px; } }

p {
  font-size: 20px; }
  @media only screen and (max-width: 1199px) {
    p {
      font-size: 18px; } }
  @media only screen and (max-width: 850px) {
    p {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 14px; } }

::-moz-selection {
  background: #202020;
  color: #ffffff; }

::selection {
  background: #202020;
  color: #ffffff; }

/** START CSS **/
a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  -ms-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #202020; }

a:link {
  -webkit-tap-highlight-color: rgba(207, 182, 119, 0.5); }

* :focus {
  outline: none; }

body {
  font-family: "Avenir Book";
  font-weight: 400;
  color: #202020;
  overflow-x: hidden;
  font-size: 20px;
  margin: 0;
  line-height: 1.2; }
  body.scroll-none {
    overflow-y: hidden; }
  @media only screen and (max-width: 1199px) {
    body {
      font-size: 18px; } }
  @media only screen and (max-width: 850px) {
    body {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

ul {
  padding: 0;
  padding-left: 15px;
  margin-top: 0; }

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

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

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

.text-nowrap {
  white-space: nowrap; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.container {
  max-width: 1843px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.ai-c {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.ai-s {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.ai-e {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.jc-c {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.jc-s {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.jc-e {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.jc-between {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

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

img {
  max-width: 100%; }

.col-eight {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px; }

.col-six {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-five {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px; }

.col-four {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px; }

.col-three {
  -webkit-box-flex: 0 33.333333%;
  -moz-box-flex: 0 33.333333%;
  -webkit-flex: 0 33.333333%;
  -ms-flex: 0 33.333333%;
  flex: 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-seven {
  -webkit-box-flex: 0 0 66.666666%;
  -moz-box-flex: 0 0 66.666666%;
  -webkit-flex: 0 0 66.666666%;
  -ms-flex: 0 0 66.666666%;
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
  padding-left: 15px;
  padding-right: 15px; }

.col-two {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .col-two {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .col-two:not(:last-child) {
        padding-bottom: 30px; } }

.col-full {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0" ")";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .overlay.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=1" ")";
    filter: alpha(opacity=1);
    visibility: visible; }

.btn {
  display: inline-block;
  padding: 20px 30px;
  font-size: 25px;
  line-height: 1.3;
  transition: ease-in 0.25s;
  font-family: "Termina W00 Demi";
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #f4f6f5;
  color: #3c5bff;
  width: 100%;
  box-shadow: 5px 10px 10px #f4f6f5; }
  @media only screen and (max-width: 1199px) {
    .btn {
      font-size: 22px; } }
  @media only screen and (max-width: 850px) {
    .btn {
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .btn {
      font-size: 16px; } }

header {
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #ffffff; }
  header.active {
    position: fixed;
    top: 0; }
  @media only screen and (max-width: 767px) {
    header {
      padding: 22px 0px; } }
  header .logo a {
    display: inline-block; }
    @media only screen and (max-width: 850px) {
      header .logo a img {
        max-width: 200px; } }
    @media only screen and (max-width: 767px) {
      header .logo a img {
        max-width: 150px; } }
  @media only screen and (max-width: 767px) {
    header .main-menu-wrap {
      position: fixed;
      width: 100%;
      height: 100vh;
      transform: translateX(100%);
      max-width: 300px;
      right: 0px;
      transition: all 0.3s ease-in-out;
      top: 0px;
      z-index: 999;
      padding-bottom: 10px;
      background-color: #ffffff; }
      header .main-menu-wrap ul {
        flex-direction: column; }
        header .main-menu-wrap ul li {
          padding-bottom: 5px;
          width: 100%; } }
  header .main-menu-wrap.active {
    transform: translateX(0%); }
  header .mobile-icon {
    display: none; }
    @media only screen and (max-width: 767px) {
      header .mobile-icon {
        display: inline-block;
        margin-left: auto; }
        header .mobile-icon svg {
          width: 25px;
          height: 25px; } }

.main-menu-wrap {
  margin-left: auto; }
  .main-menu-wrap ul {
    display: flex !important;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .main-menu-wrap ul li:not(first-child) {
      padding-left: 70px; }
      @media only screen and (max-width: 1366px) {
        .main-menu-wrap ul li:not(first-child) {
          padding-left: 50px; } }
      @media only screen and (max-width: 991px) {
        .main-menu-wrap ul li:not(first-child) {
          padding-left: 20px; } }
      @media only screen and (max-width: 850px) {
        .main-menu-wrap ul li:not(first-child) {
          padding-left: 15px; } }
    @media only screen and (max-width: 767px) {
      .main-menu-wrap ul li {
        padding: 10px !important;
        border-top: 1px solid #3c5bff; }
        .main-menu-wrap ul li:last-child {
          border-bottom: 1px solid #3c5bff; } }
    .main-menu-wrap ul li a {
      display: inline-block;
      font-family: "Termina W00 Demi";
      font-size: 15px;
      line-height: 1.1;
      display: inline-block;
      color: #3c5bff; }
      .main-menu-wrap ul li a:hover {
        color: #202020; }

.hero-section {
  overflow: hidden; }
  .hero-section .hero-image-wrap {
    position: relative;
    overflow: hidden; }
    .hero-section .hero-image-wrap .hero-image {
      background-color: #000; }
      .hero-section .hero-image-wrap .hero-image img {
        display: block;
        width: 100%;
        opacity: 1; }
        @media only screen and (max-width: 767px) {
          .hero-section .hero-image-wrap .hero-image img.desktopImg {
            display: none; } }
        .hero-section .hero-image-wrap .hero-image img.mobileImg {
          display: none; }
          @media only screen and (max-width: 767px) {
            .hero-section .hero-image-wrap .hero-image img.mobileImg {
              display: block; } }
    .hero-section .hero-image-wrap .hero-text {
      position: absolute;
      left: 0px;
      max-width: 1230px;
      padding: 0px 15px;
      right: 0px;
      margin: 0 auto;
      bottom: 30%;
      text-align: center; }
      @media only screen and (max-width: 1199px) {
        .hero-section .hero-image-wrap .hero-text {
          max-width: 1050px; } }
      @media only screen and (max-width: 767px) {
        .hero-section .hero-image-wrap .hero-text {
          bottom: 10%; } }
      .hero-section .hero-image-wrap .hero-text h1 {
        color: #ffffff;
        font-size: 25px; }
        @media only screen and (max-width: 767px) {
          .hero-section .hero-image-wrap .hero-text h1 {
            font-size: 20px; } }

.sec-title h2 {
  color: #3c5bff;
  font-size: 47px; }
  @media only screen and (max-width: 1199px) {
    .sec-title h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 1080px) {
    .sec-title h2 {
      font-size: 34px; } }
  @media only screen and (max-width: 991px) {
    .sec-title h2 {
      font-size: 26px; } }
  @media only screen and (max-width: 767px) {
    .sec-title h2 {
      font-size: 22px; } }

.section-line-left {
  font-size: 20px;
  color: #3c5bff;
  font-family: "Termina W00 Demi";
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  transform: rotate(180deg) translateY(-50%);
  line-height: 1.1;
  padding-right: 83px;
  top: 30%; }
  @media only screen and (max-width: 1199px) {
    .section-line-left {
      transform: rotate(180deg) translateY(-10%); } }
  @media only screen and (max-width: 991px) {
    .section-line-left {
      padding-right: 50px; } }
  @media only screen and (max-width: 850px) {
    .section-line-left {
	  display: none;
      padding-right: 20px;
      transform: rotate(180deg) translateY(0%); } }
  @media only screen and (max-width: 767px) {
    .section-line-left {
      transform: rotate(180deg) translateY(-50%);
      top: -9%;
      padding-right: 0px; } }
  @media only screen and (max-width: 540px) {
    .section-line-left {
      font-size: 16px; } }

.section-line-right {
  font-size: 20px;
  color: #ffffff;
  font-family: "Termina W00 Demi";
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  transform: rotate(180deg) translateY(-50%);
  line-height: 1.1;
  padding-left: 83px;
  top: 30%;
  right: 0px; }
  @media only screen and (max-width: 1199px) {
    .section-line-right {
      transform: rotate(180deg) translateY(-10%); } }
  @media only screen and (max-width: 991px) {
    .section-line-right {
      padding-left: 50px; } }
  @media only screen and (max-width: 850px) {
    .section-line-right {
 	  display: none;	
      padding-left: 20px;
      transform: rotate(180deg) translateY(0%); } }
  @media only screen and (max-width: 767px) {
    .section-line-right {
      transform: rotate(180deg) translateY(-50%);
      top: -9%;
      padding-left: 15px; } }
  @media only screen and (max-width: 540px) {
    .section-line-right {
      font-size: 16px; } }

.who-we-are-swction {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .who-we-are-swction {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (max-width: 850px) {
    .who-we-are-swction {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .who-we-are-swction .container .container-wrap {
    max-width: 615px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .who-we-are-swction .container .container-wrap {
        max-width: calc(100% - 40px);
        margin-left: auto;
        margin-right: 0px; } }
  .who-we-are-swction .container .section-dec {
    padding-top: 32px; }
    @media only screen and (max-width: 1199px) {
      .who-we-are-swction .container .section-dec {
        padding-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .who-we-are-swction .container .section-dec {
        padding-top: 15px; } }
    .who-we-are-swction .container .section-dec p:not(:last-child) {
      padding-bottom: 50px; }
      @media only screen and (max-width: 1199px) {
        .who-we-are-swction .container .section-dec p:not(:last-child) {
          padding-bottom: 30px; } }
      @media only screen and (max-width: 850px) {
        .who-we-are-swction .container .section-dec p:not(:last-child) {
          padding-bottom: 15px; } }

.page-section {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
  background-color: #f4f6f5; }
  @media only screen and (max-width: 1199px) {
    .page-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (max-width: 850px) {
    .page-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .page-section h1 {
    text-align: center;
    color: #3c5bff;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1080px) {
      .page-section h1 {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 850px) {
      .page-section h1 {
        margin-bottom: 10px; } }
    .page-section h1 span {
      font-family: "Avenir Book"; }
  .page-section .sub-title {
    font-size: 50px;
    line-height: 1.2; }
    @media only screen and (max-width: 1366px) {
      .page-section .sub-title {
        font-size: 36px; } }
    @media only screen and (max-width: 1080px) {
      .page-section .sub-title {
        font-size: 30px; } }
    @media only screen and (max-width: 991px) {
      .page-section .sub-title {
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      .page-section .sub-title {
        font-size: 20px; } }
  .page-section .sec-title {
    margin-top: 70px; }
    @media only screen and (max-width: 991px) {
      .page-section .sec-title {
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .page-section .sec-title {
        margin-top: 30px; } }
    .page-section .sec-title h2 span {
      font-family: "Avenir Book"; }
    .page-section .sec-title p {
      font-family: "Termina W00 Demi"; }
  .page-section .section-line-left {
    top: 50%; }
  .page-section .section-line-right {
    color: #3c5bff;
    top: 50%;
    transform: rotate(0) translateY(-50%);
    right: 10px;
    padding-right: 83px; }
    @media only screen and (max-width: 991px) {
      .page-section .section-line-right {
        padding-right: 50px; } }
    @media only screen and (max-width: 850px) {
      .page-section .section-line-right {
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .page-section .section-line-right {
        padding-right: 0; } }
  .page-section .container-wrap {
    max-width: 615px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .page-section .container-wrap {
        max-width: calc(100% - 40px);
        margin-left: auto;
        margin-right: 0px; } }
    .page-section .container-wrap.vast-technology-section {
      max-width: 1000px; }
  .page-section .section-dec {
    padding-top: 32px; }
    @media only screen and (max-width: 1199px) {
      .page-section .section-dec {
        padding-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .page-section .section-dec {
        padding-top: 15px; } }
    .page-section .section-dec p:not(:last-child) {
      padding-bottom: 50px; }
      @media only screen and (max-width: 1199px) {
        .page-section .section-dec p:not(:last-child) {
          padding-bottom: 30px; } }
      @media only screen and (max-width: 850px) {
        .page-section .section-dec p:not(:last-child) {
          padding-bottom: 15px; } }

.team-member {
  background-color: #ffffff;
  padding: 50px 0; }
  .team-member .section-line-left {
    top: 30%; }
  @media only screen and (max-width: 640px) {
    .team-member .container-wrap {
      margin: 0 auto; } }
  .team-member .sec-title {
    margin-top: 0; }
    .team-member .sec-title h2 {
      font-size: 35px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1080px) {
        .team-member .sec-title h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 991px) {
        .team-member .sec-title h2 {
          font-size: 25px; } }
      @media only screen and (max-width: 767px) {
        .team-member .sec-title h2 {
          font-size: 22px;
          margin-bottom: 15px; } }
  .team-member .section-dec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .team-member .section-dec .left-sec, .team-member .section-dec .right-sec, .team-member .section-dec .center-sec {
      width: 50%;
      margin-bottom: 90px; }
      @media only screen and (max-width: 767px) {
        .team-member .section-dec .left-sec, .team-member .section-dec .right-sec, .team-member .section-dec .center-sec {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 640px) {
        .team-member .section-dec .left-sec, .team-member .section-dec .right-sec, .team-member .section-dec .center-sec {
          width: 100%;
          margin-bottom: 30px;
          text-align: center; } }
      .team-member .section-dec .left-sec h3, .team-member .section-dec .right-sec h3, .team-member .section-dec .center-sec h3 {
        color: #3c5bff;
        margin-bottom: 20px; }
        @media only screen and (max-width: 991px) {
          .team-member .section-dec .left-sec h3, .team-member .section-dec .right-sec h3, .team-member .section-dec .center-sec h3 {
            font-size: 22px; } }
        @media only screen and (max-width: 767px) {
          .team-member .section-dec .left-sec h3, .team-member .section-dec .right-sec h3, .team-member .section-dec .center-sec h3 {
            font-size: 18px;
            margin-bottom: 15px; } }
      .team-member .section-dec .left-sec p, .team-member .section-dec .right-sec p, .team-member .section-dec .center-sec p {
        padding-bottom: 0; }
      .team-member .section-dec .left-sec a, .team-member .section-dec .right-sec a, .team-member .section-dec .center-sec a {
        color: #000; }
    .team-member .section-dec .center-sec {
      margin-bottom: 30px; }
      @media only screen and (max-width: 640px) {
        .team-member .section-dec .center-sec {
          margin-bottom: 0; } }
      .team-member .section-dec .center-sec h3 {
        margin-bottom: 5px; }

.product-section {
  background-image: url(../images/product-bg.png);
  background-repeat: no-repeat;
  background-position: right center; }
  @media only screen and (max-width: 1199px) {
    .product-section {
      background-size: 200px; } }
  @media only screen and (max-width: 991px) {
    .product-section {
      background-size: 100px; } }

.get-in-touch-btn {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .get-in-touch-btn {
      margin-top: 30px; } }
  @media only screen and (max-width: 480px) {
    .get-in-touch-btn {
      margin-top: 15px; } }

.landlords-section {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(../images/Landlord-bg.png);
  background-position: left center;
  padding: 50px 0; }
  @media only screen and (max-width: 1199px) {
    .landlords-section {
      background-size: 200px; } }
  @media only screen and (max-width: 991px) {
    .landlords-section {
      background-size: 100px; } }
  @media only screen and (max-width: 767px) {
    .landlords-section .container-wrap {
      margin: 0 auto;
      padding: 0 30px; } }
  @media only screen and (max-width: 375px) {
    .landlords-section .container-wrap {
      padding: 0 20px; } }

.vast-technology {
  background-color: #ffffff;
  padding: 50px 0; }
  .vast-technology .sec-title {
    margin-top: 0; }
  .vast-technology .section-line-left {
    left: 10px; }
  @media only screen and (max-width: 767px) {
    .vast-technology .container-wrap {
      margin: 0 auto;
      padding: 0 30px; } }
  @media only screen and (max-width: 375px) {
    .vast-technology .container-wrap {
      padding: 0 20px; } }

.about-swction {
  position: relative;
  background-color: #3c5bff;
  overflow: hidden;
  padding: 200px 0px;
  background-repeat: no-repeat;
  background-image: url("../images/about-bg.png");
  background-position: left center; }
  @media only screen and (max-width: 1199px) {
    .about-swction {
      padding: 100px 0px;
      background-size: 200px; } }
  @media only screen and (max-width: 850px) {
    .about-swction {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 991px) {
    .about-swction {
      background-size: 100px; } }
  .about-swction .container-wrap {
    max-width: 615px;
    margin: 0 auto; }
    @media only screen and (max-width: 850px) {
      .about-swction .container-wrap {
        max-width: 515px; } }
  @media only screen and (max-width: 767px) {
    .about-swction .section-dec {
      max-width: calc(100% - 23px); } }
  .about-swction .sec-title {
    padding-bottom: 25px; }
    @media only screen and (max-width: 1199px) {
      .about-swction .sec-title {
        padding-bottom: 15px; } }
    .about-swction .sec-title h2 {
      color: #ffffff; }
  .about-swction p {
    color: #ffffff; }
    .about-swction p:not(:last-child) {
      padding-bottom: 50px; }
      @media only screen and (max-width: 1199px) {
        .about-swction p:not(:last-child) {
          padding-bottom: 30px; } }
      @media only screen and (max-width: 850px) {
        .about-swction p:not(:last-child) {
          padding-bottom: 15px; } }
  .about-swction .round-box-wrap {
    display: flex;
    padding-top: 80px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 1199px) {
      .about-swction .round-box-wrap {
        padding-top: 40px; } }
    @media only screen and (max-width: 767px) {
      .about-swction .round-box-wrap {
        flex-direction: column;
        align-items: center; } }
    .about-swction .round-box-wrap .round-box {
      max-width: calc(33.33% - 15px);
      width: 100%;
      height: 187px;
      border-radius: 100%;
      color: #3c5bff;
      font-size: 20px;
      font-family: "Termina W00 Demi";
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff; }
      @media only screen and (max-width: 1080px) {
        .about-swction .round-box-wrap .round-box {
          max-width: 150px;
          height: 150px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .about-swction .round-box-wrap .round-box:not(:last-child) {
          margin-bottom: 15px; } }

.be-seen-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 850px) {
    .be-seen-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .be-seen-section .section-line-left {
      top: 6%; } }
  .be-seen-section .flexbox {
    max-width: 1400px;
    margin: 0px auto; }
  .be-seen-section .left-col {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .be-seen-section .left-col {
        padding-bottom: 0px; } }
    .be-seen-section .left-col .col-wrap {
      max-width: 550px;
      margin-left: auto; }
      @media only screen and (max-width: 1500px) {
        .be-seen-section .left-col .col-wrap {
          max-width: 70%; } }
      @media only screen and (max-width: 767px) {
        .be-seen-section .left-col .col-wrap {
          margin-right: auto; } }
  .be-seen-section .right-col {
    padding-top: 50px; }
    @media only screen and (max-width: 850px) {
      .be-seen-section .right-col {
        padding-top: 20px; } }
  .be-seen-section .section-dec {
    padding-top: 32px;
    max-width: 650px; }
    @media only screen and (max-width: 1199px) {
      .be-seen-section .section-dec {
        padding-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .be-seen-section .section-dec {
        padding-top: 15px; } }
    .be-seen-section .section-dec p:not(:last-child) {
      padding-bottom: 50px; }
      @media only screen and (max-width: 1199px) {
        .be-seen-section .section-dec p:not(:last-child) {
          padding-bottom: 30px; } }
      @media only screen and (max-width: 850px) {
        .be-seen-section .section-dec p:not(:last-child) {
          padding-bottom: 15px; } }

.team-section {
  background-color: #f4f6f5;
  padding: 125px 0px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .team-section {
      padding: 100px 0px; } }
  @media only screen and (max-width: 850px) {
    .team-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .team-section .team-image {
    display: block; }
  @media only screen and (max-width: 767px) {
    .team-section .col-two {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .team-section .col-two:not(:last-child) {
        padding-bottom: 30px; } }
  .team-section .team {
    max-width: 300px;
    margin: auto; }
    @media only screen and (max-width: 1440px) {
      .team-section .team {
        max-width: calc(50% - 30px); } }
  .team-section .team-dec {
    padding-top: 20px; }
    .team-section .team-dec h4 {
      font-size: 40px;
      line-height: 1;
      display: block;
      color: #3c5bff; }
      @media only screen and (max-width: 1440px) {
        .team-section .team-dec h4 {
          font-size: 32px; } }
      @media only screen and (max-width: 1080px) {
        .team-section .team-dec h4 {
          font-size: 28px; } }
      @media only screen and (max-width: 991px) {
        .team-section .team-dec h4 {
          font-size: 24px; } }
      @media only screen and (max-width: 850px) {
        .team-section .team-dec h4 {
          font-size: 20px; } }
    .team-section .team-dec h6 {
      font-size: 20px;
      line-height: 1;
      display: block;
      font-weight: 400;
      padding: 5px 0px 8px;
      color: #3c5bff; }
      @media only screen and (max-width: 1440px) {
        .team-section .team-dec h6 {
          font-size: 18px; } }
      @media only screen and (max-width: 991px) {
        .team-section .team-dec h6 {
          font-size: 14px; } }
    .team-section .team-dec p {
      font-family: "Termina W00 Demi";
      color: #202020;
      font-size: 13px;
      line-height: 1.1; }
      @media only screen and (max-width: 850px) {
        .team-section .team-dec p {
          font-size: 10px; } }
  .team-section .section-line-right {
    color: #3c5bff; }
  .team-section .left-col .col-wrap {
    display: flex;
    align-items: center; }
  .team-section .section-dec {
    max-width: 579px; }
    @media only screen and (max-width: 1500px) {
      .team-section .section-dec {
        max-width: calc(100% - 100px); } }
    @media only screen and (max-width: 991px) {
      .team-section .section-dec {
        max-width: calc(100% - 50px); } }
    @media only screen and (max-width: 767px) {
      .team-section .section-dec {
        max-width: calc(100% - 30px); } }
    .team-section .section-dec h6 {
      font-weight: 400;
      font-size: 26px;
      color: #3c5bff;
      line-height: 1;
      padding-top: 15px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 1199px) {
        .team-section .section-dec h6 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .team-section .section-dec h6 {
          font-size: 16px; } }
    .team-section .section-dec p:not(:last-child) {
      padding-bottom: 50px; }
    @media only screen and (max-width: 1199px) {
      .team-section .section-dec p {
        padding-bottom: 30px; } }
    @media only screen and (max-width: 850px) {
      .team-section .section-dec p {
        padding-bottom: 15px; } }

footer {
  margin-top: 15px;
  overflow: hidden; }
  footer .container {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px; }
    footer .container:after {
      content: "";
      width: 100%;
      max-width: calc(100% - 30px);
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      margin: 0 auto;
      background-color: #3c5bff;
      height: 2px; }
  @media only screen and (max-width: 767px) {
    footer .col-two {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      footer .col-two:not(:last-child) {
        padding-bottom: 12px; } }
  @media only screen and (max-width: 767px) {
    footer .row {
      flex-direction: column;
      align-items: center; } }
  footer .copay-right {
    font-size: 16px;
    display: block;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      footer .copay-right {
        font-size: 13px; } }
  footer .footer-title {
    display: inline-block;
    vertical-align: middle;
    color: #3c5bff;
    font-size: 20px;
    line-height: 1;
    margin-right: 10px; }
  footer .soc-icon {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    footer .soc-icon li {
      display: inline-block;
      vertical-align: middle;
      padding: 0; }
      footer .soc-icon li svg, footer .soc-icon li img {
        width: 15px;
        height: 15px;
        fill: #3c5bff; }

div.main-menu-wrap svg {
  width: 20px; }
div.main-menu-wrap .close {
  display: none; }
  @media only screen and (max-width: 767px) {
    div.main-menu-wrap .close {
      display: flex;
      justify-content: flex-end;
      padding: 15px; } }

.custom-post-type-hero .container {
  background-color: #f4f6f5;
  padding: 50px; }
  @media only screen and (max-width: 991px) {
    .custom-post-type-hero .container {
      padding: 30px; } }
  @media only screen and (max-width: 540px) {
    .custom-post-type-hero .container {
      padding: 15px; } }
  .custom-post-type-hero .container .left-col {
    padding-right: 48px; }
    @media only screen and (max-width: 1440px) {
      .custom-post-type-hero .container .left-col {
        padding-right: 20px; } }
  .custom-post-type-hero .container .right-col {
    padding-left: 48px; }
    @media only screen and (max-width: 1440px) {
      .custom-post-type-hero .container .right-col {
        padding-left: 20px; } }
.custom-post-type-hero .post-dec h2 {
  padding-bottom: 10px; }
.custom-post-type-hero .post-dec h6 {
  font-size: 20px;
  color: #202020;
  font-weight: 400;
  padding-bottom: 10px; }
  @media only screen and (max-width: 850px) {
    .custom-post-type-hero .post-dec h6 {
      font-size: 16px; } }
.custom-post-type-hero .post-dec p:not(:last-child) {
  padding-bottom: 50px; }
.custom-post-type-hero .post-dec .post-detail {
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
  border-bottom: 1px solid #3c5bff;
  border-top: 1px solid #3c5bff;
  padding: 30px 0; }
  @media only screen and (max-width: 1080px) {
    .custom-post-type-hero .post-dec .post-detail {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 991px) {
    .custom-post-type-hero .post-dec .post-detail {
      margin-top: 15px;
      padding: 15px 0; } }
  @media only screen and (max-width: 1080px) {
    .custom-post-type-hero .post-dec .post-detail .post-detail-btn {
      padding-top: 15px; } }
  .custom-post-type-hero .post-dec .post-detail .post-detail-btn a {
    display: inline-block;
    font-family: "Avenir Book";
    font-size: 24px;
    padding: 21px 43px;
    line-height: 1;
    color: #ffffff;
    background-color: #3c5bff; }
    @media only screen and (max-width: 1199px) {
      .custom-post-type-hero .post-dec .post-detail .post-detail-btn a {
        padding: 13px 43px;
        font-size: 20px; } }
    @media only screen and (max-width: 850px) {
      .custom-post-type-hero .post-dec .post-detail .post-detail-btn a {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .custom-post-type-hero .post-dec .post-detail .post-detail-btn a {
        font-size: 14px; } }
    .custom-post-type-hero .post-dec .post-detail .post-detail-btn a:hover {
      background-color: #202020; }
  .custom-post-type-hero .post-dec .post-detail .post-detail-wrap {
    width: 100%; }
    .custom-post-type-hero .post-dec .post-detail .post-detail-wrap td {
      padding-bottom: 12px; }
      @media only screen and (max-width: 991px) {
        .custom-post-type-hero .post-dec .post-detail .post-detail-wrap td {
          line-height: 1;
          padding-bottom: 7px; } }

.location-section {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media only screen and (max-width: 991px) {
    .location-section {
      padding: 35px 0px; } }
  .location-section .container {
    padding: 0px; }

.custom-post-list {
  padding-top: 100px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .custom-post-list {
      padding-top: 60px;
      padding-bottom: 30px; } }
  .custom-post-list .container {
    max-width: 915px;
    /*max-width: $min-container;*/ }
  .custom-post-list .col-two {
    padding-bottom: 25px; }
  .custom-post-list .lcoltion-title {
    padding-top: 7px; }
    .custom-post-list .lcoltion-title h4 {
      font-size: 18px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .custom-post-list .lcoltion-title h4 {
          font-size: 14px; } }
      .custom-post-list .lcoltion-title h4 a {
        display: inline-block; }
        .custom-post-list .lcoltion-title h4 a:hover {
          color: #3c5bff; }

@media only screen and (max-width: 767px) {
  body.logged-in header .main-menu-wrap {
    top: 0;
    height: 100vh;
    overflow-y: scroll; } }
.brainTree-welness {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(../images/Landlord-bg.png);
  background-position: left center;
  background-size: 200px;
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1440px) {
    .brainTree-welness {
      background-size: 150px; } }
  @media only screen and (max-width: 991px) {
    .brainTree-welness {
      background-size: 100px; } }
  .brainTree-welness .flexbox {
    align-items: center; }
  .brainTree-welness .braintree-img {
    margin-left: 200px; }
    @media only screen and (max-width: 1440px) {
      .brainTree-welness .braintree-img {
        margin-left: 80px; } }
    @media only screen and (max-width: 991px) {
      .brainTree-welness .braintree-img {
        margin: 0 auto; } }
    .brainTree-welness .braintree-img img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .brainTree-welness .braintree-img img {
          max-width: calc(100% - 30px);
          margin: 0 auto; } }
  .brainTree-welness .sec-title h2 {
    font-size: 40px; }
    @media only screen and (max-width: 1440px) {
      .brainTree-welness .sec-title h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 1199px) {
      .brainTree-welness .sec-title h2 {
        font-size: 25px; } }
    @media only screen and (max-width: 991px) {
      .brainTree-welness .sec-title h2 {
        font-size: 22px; } }
    @media only screen and (max-width: 850px) {
      .brainTree-welness .sec-title h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 435px) {
      .brainTree-welness .sec-title h2 {
        font-size: 16px; } }
  .brainTree-welness .section-dec {
    max-width: 650px; }
    @media only screen and (max-width: 1500px) {
      .brainTree-welness .section-dec {
        max-width: calc(100% - 100px); } }
    @media only screen and (max-width: 991px) {
      .brainTree-welness .section-dec {
        max-width: calc(100% - 20px); } }
    @media only screen and (max-width: 767px) {
      .brainTree-welness .section-dec {
        max-width: 100%; } }
    .brainTree-welness .section-dec h6 {
      font-weight: 400;
      font-size: 22px;
      color: #3c5bff;
      line-height: 1;
      padding-top: 15px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 1440px) {
        .brainTree-welness .section-dec h6 {
          font-size: 18px; } }
      @media only screen and (max-width: 1199px) {
        .brainTree-welness .section-dec h6 {
          font-size: 16px; } }
      @media only screen and (max-width: 991px) {
        .brainTree-welness .section-dec h6 {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .brainTree-welness .section-dec h6 {
          font-size: 14px; } }
      @media only screen and (max-width: 435px) {
        .brainTree-welness .section-dec h6 {
          font-size: 10px; } }
    .brainTree-welness .section-dec p:not(:last-child) {
      padding-bottom: 40px; }
    @media only screen and (max-width: 1199px) {
      .brainTree-welness .section-dec p {
        padding-bottom: 30px;
        font-size: 14px; } }
    @media only screen and (max-width: 850px) {
      .brainTree-welness .section-dec p {
        padding-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .brainTree-welness .section-dec p {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 435px) {
      .brainTree-welness .section-dec p {
        font-size: 10px; } }
  .brainTree-welness .section-line-right {
    color: #3c5bff; display: none; }
    @media only screen and (max-width: 767px) {
      .brainTree-welness .section-line-right {
        top: 50%; } }
    @media only screen and (max-width: 540px) {
      .brainTree-welness .section-line-right {
        top: 25%; } }

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

.be-seen-section {display: none;}
