:root {
    --clr-main: #f58420;
    --clr-main-red: #b73737;
    --clr-gray: #b7b7b7;
    --clr-d-gray: #898989;
    --clr-text: #000;
    --clr-white-mute: #e5e4ec;
    --clr-white-gray: #cccccc;
    --clr-btn-blue: #0099ff;
    --font-main: 'Muli', sans-serif;
}
@font-face {
    font-family: 'SF UI Display';
    src: url('SFUIDisplay-Light.eot');
    src: local('SF UI Display Light'), local('SFUIDisplay-Light'),
        url('../fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Light.woff') format('woff'),
        url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SF UI Display';
    src: url('SFUIDisplay-Regular.eot');
    src: local('SF UI Display Regular'), local('SFUIDisplay-Regular'),
        url('../fonts/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Regular.woff') format('woff'),
        url('../fonts/SFUIDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SF UI Display';
    src: url('SFUIDisplay-Medium.eot');
    src: local('SF UI Display Medium'), local('SFUIDisplay-Medium'),
        url('../fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Medium.woff') format('woff'),
        url('../fonts/SFUIDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SF UI Display';
    src: url('SFUIDisplay-Semibold.eot');
    src: local('SF UI Display Semibold'), local('SFUIDisplay-Semibold'),
        url('../fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SF UI Display';
    src: url('SFUIDisplay-Bold.eot');
    src: local('SF UI Display Bold'), local('SFUIDisplay-Bold'),
        url('../fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Bold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Hide "Watch video" button temporary */
.cta-block--links:not(.mod-visible) a:first-child,
.cta-block--links:not(.mod-visible) .cta-block--links-separator {
  display: none !important;
}
/* END Hide "Watch video" button temporary */

/* Transition style */
a, button {
  transition: .3s ease-in;
}

a:hover, button:hover {
  text-decoration: none;
}

html, body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #000;
}

.d-block {
  display: block;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

::-moz-selection { background: #b7b7b7; }
::selection { background: #b7b7b7; }

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-contain{
  -webkit-background-size: contain;
  background-size: contain;
}
.info-section.bg-contain{
  -webkit-background-size: contain;
  background-size: contain;
}
.p-relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.img-bg-cover {
  width: 100%;
}

h2, .h2 {
  font-size: 24px;
  font-weight: 600;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 600;
}

hr {
  border-color: #959094;
}

@media (min-width: 576px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  html, body {
    font-size: 18px;
  }

  .hidden-xs-up {
    display: none !important;
  }

  h2 {
    font-size: 33px;
    font-weight: 400;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .container.mod-narrow {
    width: 1000px;
  }

  .bg-100 {
    -webkit-background-size: 100% !important;
    background-size: 100% !important;
  }
}

@media (min-width: 1400px) {
  .container.mod-wide {
    width: 1300px;
  }
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

  .img-bg-cover {
    margin-left: -25px;
    margin-right: -25px;
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
  }
}

/* Loader */
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.15);
}

.loader > img:first-child {
  position: relative;
  -webkit-animation: rot-ring 2s linear infinite;
     -moz-animation: rot-ring 2s linear infinite;
       -o-animation: rot-ring 2s linear infinite;
          animation: rot-ring 2s linear infinite;
  z-index: 9;
  height: 80px;
  width: 80px;
}

.loader > img:last-child {
  -webkit-animation: rot-inner 1.5s linear infinite;
     -moz-animation: rot-inner 1.5s linear infinite;
       -o-animation: rot-inner 1.5s linear infinite;
          animation: rot-inner 1.5s linear infinite;
  position: absolute;
  left: 2px;
  top: 2px;
}

.loader1 {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 45%;
  height: 80px;
  width: 80px;
}

@keyframes rot-ring {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rot-inner {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.loader {
  position: absolute;
  width: 84px;
  height: 84px;
  left: calc(50% - 42px);
  top: 45%;
  padding: 2px;
}

/* END Loader */

/* Buttons styles */
.btn-group-lg>.btn, .btn-lg {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.btn-default {
  border-color: #f58420;
  color: #f58420;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #f58420;
  border-color: #f58420;
  color: #fff;
}

.btn-primary {
  background-color: #f58420;
  border-color: #f58420;
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: #f58420;
  background-color: transparent;
  color: #f58420;
}

.btn-transparent {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
       border-radius: 2px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, .5);
  color: #e5e4ec;
}

.btn-transparent.mod-white {
  border-color: #fff;
}

.btn-transparent:hover,
.btn-transparent:focus {
  border-color: transparent;
  background-color: rgba(0, 0, 0, .7);
  color: #e5e4ec;
}

.btn-transparent:hover.mod-white,
.btn-transparent:focus.mod-white {
  border-color: #fff;
  color: rgba(0, 0, 0, .7);
  background-color: #e5e4ec;
}

.btn-blue {
  background-color: #0099ff;
  border-color: #0099ff;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
  color: #e5e4ec;
  background-color: #0080E6;
}

.btn .fa-chevron-right {
  -webkit-transform: translateY(2px);
     -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
       -o-transform: translateY(2px);
          transform: translateY(2px);
}

@media (max-width: 767px) {
  .btn-transparent {
    border-color: #e5e4ec;
  }
}
/* END Buttons styles */

/* Header styles */
.site-header {
  position: fixed;
  z-index: 500;
  left: 0;
  width: 100%;
  top: 0;
  height: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(57,73,76,.35);
  -moz-box-shadow: 0 1px 6px rgba(57,73,76,.35);
       box-shadow: 0 1px 6px rgba(57,73,76,.35);
}

.site-header--container {
  padding-top: 10px;
}

.site-header .navbar {
  border: none;
  background-color: #fff;
  margin-bottom: 0;
}

.site-header .navbar-brand {
  display: inline-block;
  max-height: 50px;
  padding: 0;
}

.site-header .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}

.site-header .navbar .navbar-nav>li.mod-btns .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.site-header .navbar .navbar-nav>li>a {
  color: #000;
  font-size: 16px;
}

.site-header .navbar .navbar-nav>li>a:hover {
  color: #f58420;
}

.site-header .navbar .navbar-nav>li>a.active {
    color: #f58420;
}

.site-header .navbar-toggle {
  float: left;
  border: none;
}

.site-header .navbar-toggle:hover,
.site-header .navbar-toggle:focus {
  background-color: transparent;
}

.site-header .navbar-toggle .icon-bar {
  background-color: #898989;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-header .navbar-toggle:not(.collapsed) span:nth-child(3) {
  opacity: 0;
}

.site-header .navbar-toggle:not(.collapsed) span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
     -moz-transform: rotate(45deg) translate(6px, 6px);
      -ms-transform: rotate(45deg) translate(6px, 6px);
       -o-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

.site-header .navbar-toggle:not(.collapsed) span:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
     -moz-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
       -o-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.site-header .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

.site-content {
  padding-top: 70px;
}

@media (min-width: 768px) {
  .site-header {
    height: 90px;
    border-top: 5px solid #b7b7b7;
  }

  .site-header--container {
    padding-top: 20px;
    position: relative;
  }

  .site-header .navbar-brand {
    height: 50px;
    max-height: 50px;
  }

  .site-header .navbar-nav {
    padding-top: 5px;
  }

  .site-header .navbar .navbar-nav>li.mod-btns {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
  }

  .site-header--badge {
    position: absolute;
    z-index: 501;
    right: 15px;
    top: -5px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #FFF;
    background-color: #565656;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
         border-radius: 0 0 3px 3px;
  }

  .site-header--badge a {
    color: #fff;
    position: relative;
  }

  .site-header--badge a + a {
    margin-left: 4px;
    padding-left: 10px;
  }

  .site-header--badge a + a:before {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 2px;
    left: 0;
    width: 2px;
    background: #fff;
  }

  .site-header--badge a span {
    display: inline-block;
    vertical-align: middle;
  }
  
  .site-header--badge-icon {
    margin-right: 10px;
    font-size: 18px;
    max-width: 18px;
  }

  .site-header--badge a span img {
    width: 100%;
    margin-top: -4px;
  }

  .site-header--badge a:hover {
    color: #f58420;
    text-decoration: none;
  }

  .site-header--badge-icon {
    margin-left: 7px;
    font-size: 15px;
  }

  .site-content {
    padding-top: 90px;
    min-height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header--container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header--badge {
    right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header .navbar-nav>li>a {
    padding: 15px 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .site-header .navbar .navbar-nav>li.mod-btns {
    width: 230px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header--badge {
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .site-header {
    height: 115px;
    border-top: 5px solid #b7b7b7;
  }

  .site-header .navbar-brand {
    height: 80px;
    max-height: 80px;
  }

  .site-header .navbar-nav {
    padding-top: 25px;
  }

  .site-header .navbar .navbar-nav>li>a {
    font-size: 18px;
  }

  .site-header .navbar .navbar-nav>li.mod-btns {
    padding-left: 15px;
  }

  .site-header .navbar .navbar-nav>li.mod-btns .btn {
    font-size: 18px;
    line-height: 1;
    min-width: 155px;
  }

  .site-header--badge {
    padding: 5px;
    width: 410px;
    font-size: 16px;
    line-height: 17px;
    white-space: nowrap;
  }

  .site-header--badge-icon {
    margin-left: 10px;
    font-size: 18px;
    max-width: 18px;
    display: inline-block;
    vertical-align: middle;
  }

  .site-header--badge-icon img {
    width: 100%;
    vertical-align: top;
    margin-top: 2px!important;
  }

  .site-content {
    padding-top: 115px;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header {
    position: relative;
  }

  .navbar-nav {
    margin-bottom: 30px;
  }

  .site-header .navbar-brand {
    float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .site-header .navbar-toggle {
    padding-left: 0;
  }

  .navbar-header > .navbar-btns {
    height: 50px;
  }

  .navbar-header > .navbar-btns .btn-group {
    margin-left: 0;
  }

  .navbar-header > .navbar-btns .btn-group + .btn-group {
    margin-left: 10px;
  }

  .site-header .navbar-btns .btn {
    border: none;
    padding: 0;
  }

  .site-header .navbar-btns .btn > i {
    font-size: 28px;
  }

  .navbar-btns--login i {
    color: #f58420;
  }

  .navbar-btns--signup i {
    color: #898989;
  }

  .navbar-btns--login:hover i,
  .navbar-btns--signup:hover i {
    color: #b73737;
  }

  .icon-user-plus {
    position: relative;
  }

  .icon-user-plus > i {
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    font-size: 12px;
    height: 14px;
    width: 14px;
    border: 1px solid #fff;
    -webkit-border-radius: 14px;
       -moz-border-radius: 14px;
            border-radius: 14px;
  }

  .site-header .navbar-collapse {
    border-top: none;
    margin: 8px -15px 0 -15px;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(57,73,76,.35);
    -moz-box-shadow: 0 1px 6px rgba(57,73,76,.35);
         box-shadow: 0 1px 6px rgba(57,73,76,.35);
  }

  .site-header .navbar .navbar-nav>li>a {
    border-bottom: 1px solid #b7b7b7;
    padding-left: 0;
    padding-right: 0;
  }

  .site-header .navbar .navbar-nav>li.mod-btns {
    padding-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #898989;
  }

  .site-header .navbar .navbar-nav>li.mod-btns .navbar-btns .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
  }

  .site-header .navbar .navbar-nav>li.mod-btns .navbar-btns .btn-group + .btn-group .btn {
    padding-left: 5px;
  }

  .site-header .navbar .navbar-nav>li.mod-btns .navbar-btns .navbar-btns--login:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 18px;
    width: 2px;
    background-color: #898989;
  }

  .site-header .navbar .navbar-nav>li.mod-btns .navbar-btns .btn > .fa {
    margin-right: 5px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }

  .site-header .navbar .navbar-nav>li.mod-btns .navbar-btns .btn span {
    color: #000;
  }

  .site-header .navbar .navbar-nav>li.mod-btns .navbar-btns .btn:hover span {
    color: #b73737;
  }

  .site-header .navbar .navbar-nav>li.mod-btns .navbar-btns .btn > .fa,
  .site-header .navbar .navbar-nav>li.mod-btns .navbar-btns .btn span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
  }

  .site-header .navbar .navbar-nav>li.mod-call-today {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .site-header .navbar .navbar-nav>li.mod-call-today i {
    margin-right: 5px;
    color: #898989;
    font-size: 1.2em;
  }

  .site-header .navbar .navbar-nav>li.mod-call-today a {
    padding: 0;
    border-bottom: none;
    margin-left: 5px;
  }
}

@media (max-width: 479px) {
  .site-header .navbar-brand img {
    max-width: 150px;
  }
}

@media (max-width: 375px) {
  .site-header .navbar-brand img {
    max-width: 120px;
  }

  .site-header .navbar .navbar-nav>li {
    font-size: 14px;
  }

  .site-header .navbar .navbar-nav>li.mod-btns,
  .site-header .navbar .navbar-nav>li.mod-call-today {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* END Header styles */

/* Personas-nav */
.personas-nav {
  background-color: rgba(18, 18, 18, 0.8);
  z-index: 499;
  position: fixed;
  width: 100%;
  top: 115px;

  /* height: 95px; */
}

.personas-nav--row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  overflow: visible;
  padding: 15px;
  align-items: flex-start;
}

.personas-nav > .container .personas-nav--row {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.top-baner-logo {
  max-width: 370px;
  margin-bottom: 40px;
}

.top-baner-logo.small {
  max-width: 220px;
  margin-bottom: 30px;
}

.top-baner-logo img {
  width: 100%;
}

.top-banner.product-page--banner {
  overflow: hidden;
}

.personas-nav--item {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}

.personas-nav--item .dropdown-menu {
  max-width: 250px;
  min-width: 100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  top: 65px;
  border: 1px solid #f08b1d;
  padding: 0 10px;
  background: #fff;
  position: fixed;
  top: 200px;
}

.personas-nav--item .dropdown-menu li + li {
  border-top: 1px solid #f08b1d;
}

.personas-nav--item .dropdown-menu a {
  padding: 10px;
  text-align: center;
  background: #fff;
}

.personas-nav--item .dropdown-menu a.active {
  color: #f08b1d;
}

.personas-nav--item .dropdown-menu a:hover {
  background: #fff;
  color: #f08b1d;
}

.personas-nav--item .dropdown-menu:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background: #fff;
  border: 1px solid #f08b1d;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}

.personas-nav--item button {
  background: transparent;
  border: none;
  width: 100%;
}

.personas-nav--item:hover,
.personas-nav--item:focus,
.personas-nav--item.active {
  color: #f58420;
  text-decoration: none;
}

.personas-nav--item-icon {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  margin-bottom: 5px;
}

.personas-nav--item-icon .icn {
  font-size: 20px;
  line-height: 30px;
  vertical-align: bottom;
}

.personas-nav--item-icon img {
  max-height: 90%;
  transition: all .3s ease-in;
}

.personas-nav--item-icon img.mod-hover {
  display: none;
}

.personas-nav--item-icon img.mod-hover,
.personas-nav--item:hover img.mod-default,
.personas-nav--item:focus img.mod-default,
.personas-nav--item.active img.mod-default {
  display: none;
}

.personas-nav--item:hover img.mod-hover,
.personas-nav--item:focus img.mod-hover,
.personas-nav--item.active img.mod-hover {
  display: block;
}

.personas-nav--item-caption {
  font-size: 13px;
  text-align: center;
  font-family: 'SF UI Display';
}

.personas-nav--ctrl {
  position: absolute;
  z-index: 400;
  top: 50%;
  width: 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  display: none;
}

.personas-nav--prev {
  left: 10px;
}

.personas-nav--next {
  right: 10px;
}

@media (min-width: 767px) {
  .personas-nav {
    height: 80px;
    top: 90px;
  }
}

@media (max-width: 767px) {
.personas-nav {
    top: 70px;
  }
}

@media (min-width: 480px) {
  .personas-nav--row {
    padding: 15px 0;
  }

  .personas-nav > .container .personas-nav--row {
    padding: 6px 0;
  }
}

@media (min-width: 768px) {
  .personas-nav--item {
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
   .personas-nav--item {
    padding: 0 7px;
  }
}

@media (min-width: 1200px) {
  .personas-nav {
    height: 100px;
    top: 115px
  }

  .personas-nav--row {
    padding: 20px 15px;
    height: 100px;
  }
  
  .personas-nav > .container .personas-nav--row {
    padding: 20px 0;
    height: 100px;
  }

  .personas-nav--item-icon {
    height: 35px;
  }

  .personas-nav--item-icon .icn {
    font-size: 30px;
    line-height: 35px;
  }

  .personas-nav--item-caption {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .personas-nav--row {
    overflow: auto;
  }

  .personas-nav--row,
  .personas-nav > .container .personas-nav--row {
    justify-content: flex-start;
  }

  .personas-nav--item {
    min-width: 25%;
  }

  .personas-nav--ctrl {
    display: block !important;
  }

  .personas-nav--row .personas-nav--item.swiper-slide {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .personas-nav > .container {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .personas-nav > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .personas-nav--item {
    min-width: 43.3%;
  }

  .personas-nav--item-caption {
    white-space: nowrap;
  }
}

/* END Personas-nav */

/* Top banner styles */
.top-banner {
  position: relative;
  z-index: 400;
  background-position: 0 100%;
  padding-top: 80px;
}

.top-banner--wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-banner--content {
  color: #e5e4ec;
}

.top-banner--content h1 {
  font-size: 30px;
  margin-top: 0;
  font-family: 'SF UI Display';
}

.top-banner--content h1 sup {
  font-size: 18px;
  top: -30px;
}

.top-banner--content h3 {
  font-size: 16px;
}

.top-banner--content p {
  font-size: 10px;
}

.top-banner--content p.mod-big {
  font-size: 14px;
}

.top-banner--btns {
  padding-top: 40px;
  margin-bottom: 15px;
}

.top-banner--btns .btn {
  margin-bottom: 10px;
  margin-right: 10px;
}

.top-banner .download-btns {
  padding-top: 15px;
}

.top-banner .download-btns p {
  margin-left: 16px;
  font-size: 18px;
}

.download-btns a {
  display: inline-block;
  height: 30px;
}

.download-btns a + a {
  margin-left: 5px;
}

.download-btns a img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .top-banner {
    padding-top: 80px;
  }
}

@media (min-width: 480px) {
  .download-btns a {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .top-banner {
    height: auto;
    min-height: -webkit-calc(100vh - 90px);
    min-height: -moz-calc(100vh - 90px);
    min-height: calc(100vh - 90px);
  }

  .top-banner--wrapper {
    height: auto;
    min-height: calc(100vh - 130px);
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .top-banner--content h1 {
    font-size: 65px;
  }

  .top-banner--content h3 {
    font-size: 18px;
  }

  .top-banner--content p {
    font-size: 18px;
  }

  .top-banner--content p.mod-big {
    font-size: 22px;
  }

  .top-banner--btns {
    padding-top: 70px;
  }
}

@media (min-width: 1200px) {
  .top-banner {
    padding-top: 100px;
  }

  .home-page--banner {
    background-position: bottom center;
  }

  .top-banner--wrapper {
    min-height: -webkit-calc(100vh - 150px);
    min-height: -moz-calc(100vh - 150px);
    min-height: calc(100vh - 150px);
    padding-bottom: 200px;
  }

  .top-banner--content h1 {
    font-size: 60px;
  }

  .top-banner--content h3 {
    font-size: 18px;
  }

  .top-banner--content p {
    font-size: 16px;
  }

  .top-banner--content p.mod-big {
    font-size: 22px;
  }

  .top-banner--btns .btn {
    font-size: 20px;
    padding: 18px 45px;
  }
}
.top-banner--wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  height: 100%;
  min-height: calc(100vh - 130px);
}

.top-banner--wrapper:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  background: transparent;
}


@media (min-width: 1500px) {
  .top-banner--content h1 {
    font-size: 60px;
  }

  .top-banner--content h3 {
    font-size: 18px;
  }

  .top-banner--content p {
    font-size: 19px;
  }

  .top-banner--content p.mod-big {
    font-size: 26px;
   font-family: 'SF UI Display';
    font-weight: 300;
  }

  .top-banner--wrapper {
    min-height: -webkit-calc(100vh - 215px + 3.6vw);
    min-height: -moz-calc(100vh - 215px + 3.6vw);
    min-height: calc(100vh - 215px + 3.6vw);
    padding-bottom: -webkit-calc(50px + 3.6vw);
    padding-bottom: -moz-calc(50px + 3.6vw);
    padding-bottom: calc(50px + 3.6vw);
  }
}

.top-banner {
  overflow: hidden;
}

@media (max-width: 767px) {
  .top-banner--wrapper {
    height: auto;
    min-height: auto;
    padding: 100px 0!important;
  }

  .top-banner--wrapper > .container {
    width: 100%;
  }

  .top-banner--btns {
    padding-top: 25px;
  }

  .top-banner--btns .btn {
    width: 280px;
  }

  .contact-page .top-banner--btns .btn {
    width: 320px;
  }

  .top-banner--btns .btn {
    margin-top: 15px;
  }

  .top-baner-logo {
    margin: 0 auto 25px;
  }

  .top-banner--content.mod-overlay-xs {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .personas-nav {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .personas-nav.product-nav {
    justify-content: flex-start;
  }
}

.top-banner {
  background-position: bottom center;
}
/* END Top banner styles */

/*  */

/* Common styles */
.gray-border-top {
  border-top: 1px solid #707070;
}

.gray-border-bottom {
  border-bottom: 1px solid #707070;
}

.gray-border-y {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.new-gray-border-y {
  border-top: 1px solid #979697;
  border-bottom: 1px solid #979697;
}

.section-arrow-overlap {
  margin-top: -55px;
}

.info-section--content .cta-block {
  padding-top: 30px;
  /* width: 350px; */
  max-width: 100%;
}

.cta-block .download-btns {
  padding-top: 15px;
}

.cta-block .download-btns--caption {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}

.cta-block .btn {
  margin-bottom: 15px;
  width: 100%;
}

.cta-block .btn .fa-chevron-right {
  margin-left: 10px;
}

.cta-block--links {
  height: 22px;
}

.cta-block--links a {
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}

.cta-block--links a:hover,
.cta-block--links a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, .5);
}

.cta-block--links a img {
  transition: .3s ease-in;
}

.cta-block--links a:hover img {
  opacity: .5;
}

.cta-block--links-separator {
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #000;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transform: translateY(2px);
     -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
       -o-transform: translateY(2px);
          transform: translateY(2px);
}

section.anchored-section {
  position: relative;
  margin-bottom: 40px;
}

.anchored-section .section-anchor {
  position: absolute;
  left: 0;
  height: 0;
  top: -70px;
  z-index: -1;
}

.info-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.info-section.mod-bg-left,
.info-section.mod-bg-right {
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
    -o-background-size: 80%;
       background-size: 80%;
}

.info-section.mod-bg-left {
  background-position: left center;
}

.info-section.mod-bg-right {
  background-position: right center;
}

.info-section.mod-testimonials-top {
  padding-top: 0;
}

.info-section.mod-testimonials-bottom {
  padding-bottom: 0;
}

.info-section.mod-testimonials-top .info-section--content {
  margin-top: 60px;
}

.info-section.mod-testimonials-bottom .info-section--content {
  margin-bottom: 60px;
}

.info-section--content h2 {
  margin-bottom: 30px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .directexchange-page .info-section--content h2 {
    white-space: nowrap;
  }
}

.info-section--content p {
  font-weight: 300;
}

.info-section--content p + p {
  margin-top: 20px;
}

.contact-page .info-section.mod-white-text .cta-block--links a {
  color: #fff;
}

.info-section.mod-4_3-screen {
  height: 62.58vw;
  min-height: 62.58vw;
}

.ul-checkmarks,
.ul-checkmarks ul {
  list-style: none;
  padding-left: 0;
}

.ul-checkmarks > li {
  padding-left: 35px;
  line-height: 25px;
  font-weight: 300;
  position: relative;
}

.ul-checkmarks > li + li {
  margin-top: 15px;
}

.ul-checkmarks > li:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../images/realnex/bullet-checkmark.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ul-checkmarks.triangle > li:before {
  background: none;
  font-family: 'FontAwesome';
  content: '\f0da ';
  left: 27px;
}

.ul-checkmarks.triangle > li + li {
  margin-top: 0;
}

.ul-checkmarks .ul-checkmarks-arrow > li {
  padding-left: 25px;
  line-height: 25px;
  font-weight: 300;
  position: relative;
}

.ul-checkmarks .ul-checkmarks-arrow > li:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000000;
}

.ul-checkmarks .ul-checkmarks-arrow > li {
  margin-top: 10px;
}

.testimonial-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gray-testimonial {
  background-color: #eaeaea;
}

.testimonial-section--icon {
  width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
     -moz-box-flex: 0;
          flex: 0 0 70px;
  max-width: 70px;
  position: relative;
}

.testimonial-section--icon-wrapper {
  padding: 5px;
  border: 2px solid #c5c5c5;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 10px;
  overflow: hidden;
}

.testimonial-section--icon-wrapper img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.testimonial-section--icon-quotes {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.testimonial-section--icon img {
  max-width: 100%;
}

.testimonial-section--icon .testimonial-section--youtube-icon {
  position: absolute;
  width: 44px;
  left: calc(50% - 22px);
  top: 50%;
}

.testimonial-section--icon .main-page-video-button {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.testimonial-section--content {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  -webkit-flex: 0 0 -webkit-calc(100% - 70px);
     -moz-box-flex: 0;
          flex: 0 0 calc(100% - 70px);
  max-width: -webkit-calc(100% - 70px);
  max-width: -moz-calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 15px;
  padding-top: 10px;
}

@media (min-width: 480px) {
  .cta-block.mod-sticky-bottom,
  .cta-block.mod-centered {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .cta-block--links a {
    font-size: 16px;
  }

  .info-section.mod-p-y-xl {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .info-section.mod-p-t-sm {
    padding-top: 50px;
  }

  .info-section--content .cta-block {
    padding-top: 60px;
  }

  .cta-block .download-btns {
    padding-top: 10px;
  }

  .cta-block .download-btns--caption {
    font-size: 14px;
  }

  .cta-block.mod-sticky-bottom {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 350px;
  }

  .anchored-section .section-anchor {
    top: -90px;
  }

  .info-section.mod-white-text .info-section--content,
  .info-section.mod-white-text .download-btns--caption {
    color: #fff;
  }

  .info-section.mod-white-text .cta-block--links a,
  .cta-block--links.mod-white-text a {
    color: #fff;
  }

  .info-section.mod-white-text .cta-block--links a:hover,
  .cta-block--links.mod-white-text a:hover {
    color: #b7b7b7;
  }

  .info-section.mod-white-text .cta-block--links .cta-block--links-separator,
  .cta-block--links.mod-white-text .cta-block--links-separator {
    background-color: #fff;
  }
}

@media (min-width: 1200px) {
  .cta-block .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .anchored-section .section-anchor {
    top: -115px;
  }

  .info-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-block .download-btns--caption {
    font-size: 18px;
  }

  .info-section.mod-p-y-xl {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .info-section.mod-p-t-sm {
    padding-top: 60px;
  }

  .info-section.mod-testimonials-top {
    padding-top: 0;
  }

  .info-section.mod-testimonials-bottom {
    padding-bottom: 0;
  }

  .info-section.mod-testimonials-top .info-section--content {
    margin-top: 100px;
  }

  .info-section.mod-testimonials-bottom .info-section--content {
    margin-bottom: 100px;
  }

  .testimonial-section--icon {
    width: 85px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    -webkit-flex: 0 0 85px;
       -moz-box-flex: 0;
            flex: 0 0 85px;
    max-width: 85px;
  }

  .testimonial-section--icon img {
    max-width: 100%;
  }

  .testimonial-section--content {
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: calc(100% - 85px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 85px);
    -webkit-flex: 0 0 -webkit-calc(100% - 85px);
       -moz-box-flex: 0;
            flex: 0 0 calc(100% - 85px);
    max-width: -webkit-calc(100% - 85px);
    max-width: -moz-calc(100% - 85px);
    max-width: calc(100% - 85px);
    padding-left: 30px;
    padding-top: 10px;
  }
}

@media (min-width: 1500px) {
  .section-arrow-overlap {
    margin-top: -3.6vw;
  }
  .webinar-page--slider-box.section-arrow-overlap {
    margin-top: -4.6vw;
  }
}


@media (max-width: 767px) {
  .section-arrow-overlap {
    margin-top: -40px;
  }

  .info-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .info-section.mod-bg-left,
  .info-section.mod-bg-right {
    background-size: 160%!important;
  }

  .info-section .testimonial-section {
    margin-left: -25px;
    margin-right: -25px;
  }

  .info-section--content {
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgb(183, 183, 183);
    padding: 30px 15px;
  }

  .cta-block.mod-sticky-bottom {
    padding-top: 30px;
  }
}

@media (max-width: 550px) {
  .info-section.mod-bg-left,
  .info-section.mod-bg-right {
    background-size: cover !important;
  }
}

@media (max-width: 374px) {
  .cta-block .btn {
    font-size: 14px;
  }

  .cta-block--links a  {
    font-size: 12px;
  }
}

.services-page .services-page--section-1 .download-brochure {
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-page .services-page--section-1 .cta-block--links-separator {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .services-page .services-page--section-1 .cta-block--links img {
    filter: brightness(0%);
  }
}

@media screen and (max-width: 390px) {
  .services-page .services-page--section-1 .cta-block--links-separator {
    display: none;
  }
  
  .services-page .services-page--section-1 .cta-block--links {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .services-page .services-page--section-1 .cta-block--links a:last-child {
    margin-top: 5px;
  }
}

.custom-web-page .ul-checkmarks ul li {
  position: relative;
  padding-left: 13px;
}

.custom-web-page .ul-checkmarks ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
}

.custom-web-page h2.last {
  margin-top: 70px;
}

.custom-web-page--section-4 .cta-block--links a {
  display: inline-flex;
  align-items: center;
}

.custom-web-page--section-4 .cta-block--links a i {
  margin-left: 5px;
}
/* END Common styles */

/* Footer styles */
.site-footer--clients {
  padding: 20px 0;
  background-color: #b7b7b7;
}

.site-footer--clients h5 {
  color: #898989;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}

.site-footer--clients-row {
  list-style: none;
  padding-left: 0;
}

.site-footer--clients-row li {
  padding: 5px 10px;
}

.site-footer--clients-row img {
  max-height: 26px;
  opacity: 0.8;
  transition: .3s;
}

.site-footer--clients-row img:hover {
  opacity: 1;
}

.site-footer--main {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-image: url(/images/realnex/footer-bg.png);
}

.site-footer--logo {
  max-width: 185px;
  margin-bottom: 35px;
}

.site-footer--contacts {
  list-style: none;
  padding-left: 0;
}

.site-footer--contacts li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #cccccc;
}

.site-footer--contacts li a {
  color: #cccccc;
  margin-left: 0;
}

.site-footer--contacts li a img {
  margin-left: -5px;
}

.site-footer--contacts li a:hover {
  color: #f58420;
}

.site-footer--contacts li i {
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  text-align: center;
  font-size: 18px;
}

.site-footer--links-col h4,
.site-footer--links-col a {
  color: #cccccc;
}

.site-footer--links-col h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
  height: 32px;
  font-weight: 600;
}

.site-footer--links-col ul {
  list-style: none;
  padding-left: 0;
}

.site-footer--links-col ul li {
  display: block;
  margin-bottom: 10px;
}

.site-footer--links-col ul li a {
  text-decoration: none;
}

.site-footer--links-col ul li a:hover {
  color: #f58420;
}

.site-footer--links-col ul li a:hover svg {
  background: #f58420 !important;
}

.site-footer--links-col.footer-quicklinks a span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 5px;
  margin-right: 5px;
}

.site-footer--links-col.footer-quicklinks a:hover span {
  margin-left: 10px;
  margin-right: 0;
}

.site-footer--links-col.footer-socials ul a {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 35px;
}

.site-footer--links-col.footer-socials ul a i {
  font-size: 35px;
  margin-right: 10px;
}

.site-footer--bottom {
  padding: 30px 0;
  background-color: #2a2a2a;
  color: #cccccc;
  font-size: 12px;
}

.site-footer--bottom a {
  color: #cccccc;
}

.site-footer--bottom a:hover {
  color: #f58420;
}

.site-footer--bottom nav span {
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .site-footer--clients h5 {
    font-size: 20px;
  }

  .site-footer--links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-left: 1px dotted #cccccc;
  }

  .site-footer--links {
    font-size: 16px;
  }

  .site-footer--links-col.footer-socials {
    margin-left: 50px;
  }

  .site-footer--bottom {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .site-footer--clients {
    padding: 20px 0;
    background-color: #b7b7b7;
  }

  .site-footer--clients-row {
    padding-left: 50px;
    padding-right: 50px;
  }

  .site-footer--main {
    padding: 50px 0;
  }

  .site-footer--links-col h4 {
    font-size: 20px;
    height: 40px;
  }

  .site-footer--links-col.footer-socials {
    margin-left: 150px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .site-footer--links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site-footer--links-col.footer-socials {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .site-footer--main-info {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer--main-info {
    padding-top: 30px;
  }

  .site-footer--links {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .site-footer--copyright,
  .site-footer--bottom-links {
    float: none !important;
    display: block;
    text-align: center;
  }

  .site-footer--copyright {
    margin-bottom: 10px;
  }

  .site-footer--links-col {
    width: 50%;
    max-width: 50%;
  }
}
/* END Footer styles */



/* Navigation section start */
.navigation-section h2 {
  margin: 0;
}

.navigation-section .navigation-logo {
  max-width: 90%;
  margin: 5px 0 30px;
}

.navigation-section .cta-block .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.navigation-section .cta-block .btn span {
  width: 100%;
}
/* Navigation section end */

/* Home Why us styles */
.home-page--why {
  height: 500px;
}

.home-page--why {
  padding-top: 10px;
}

.home-page--why h2 {
  font-size: 20px;
}

.home-page--why h3 {
  margin-bottom: 40px;
}

.home-page--why .cta-block {
  position: absolute;
  width: 282px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.home-page--why .cta-block .btn {
  width: 100%;
}

.home-page--why-wrapper {
  height: 100%;
}

@media (min-width: 768px) {
  .home-page--why {
    padding-top: 30px;
  }

  .home-page--why h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .home-page--why .cta-block {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .home-page--why {
    height: 75vw;
    padding-top: 5.6vw;
  }

  .home-page--why h2 {
    font-size: 36px;
  }

  .home-page--why .cta-block {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1500px) {
  .home-page--why {
    height: 1100px;
  }
}

@media (max-width: 1350px) {
  .home-page--why {
   padding: 35px 0 0 0;
   }
}

@media (max-width: 1245px) {
  .home-page--why {
   padding: 35px 0 0 0;
   }
 
   .home-page--why h3 {
     margin-bottom: 10px;
     margin-top: 10px;
   }
}

@media (max-width: 1200px) {
  .home-page--why {
    height: 900px;
  }
}

@media (max-width: 1024px) {
  .home-page--why {
    height: 900px;
  }

  .home-page--why .small-text-container {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .home-page--why {
    height: auto;
    margin-top: -200px;
  }

  .home-page--why-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 800px;
  }

  .home-page--why .cta-block {
    position: relative;
    width: auto;
    left: initial;
    transform: none;
    margin-top: 50px;
  }

  .navigation-section {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .home-page--why {
    height: auto;
    margin-top: -250px;
  }

  .home-page--why-wrapper {
    padding-top: 750px;
  }
  
  .home-page--why .overlay .text-center strong {
    font-size: 24px;
  }

  .home-page--why .overlay .small-text-container p {
    line-height:  1.2;
  }
}

@media (max-width: 640px) {
  .home-page--why {
    background-size: contain;
    margin-top: -100px;
  }

  .home-page--why-wrapper {
    padding-top: 600px;
  }
}

@media (max-width: 550px) {
  .home-page--why-wrapper {
    padding-top: 500px;
  }
}

@media (max-width: 480px) {
  .home-page--why-wrapper {
    padding-top: 450px;
  }

  .home-page--why h2 {
    font-size: 16px;
  }

  .home-page--why .cta-block {
    width: calc(100% - 30px);
  }
}

@media (max-width: 420px) {
  .home-page--why {
    margin-top: -85px;
  }

  .home-page--why-wrapper {
    padding-top: 400px;
  }
}

@media (max-width: 375px) {
  .home-page--why {
    margin-top: -60px;
  }

  .home-page--why-wrapper {
    padding-top: 350px;
  }

  .home-page--why h2 {
    font-size: 13px;
  }
}
/* END Home Why us styles */

/* Home info section 1 */
.home-page-info-1 {
  background-color: #f8f8f8;
}

.home-page-testimonial-white {
    background-color: #fff;
}
/* END Home info section 1 */

/* Home info section 2 */
.home-page-info-2 {
  background-color: #f1f1f1;
}
/* END Home info section 2 */

/* Home info section 2 */
.home-page-testimonial-2 {
  background-color: rgba(255, 229, 204, 0.8);
}
/* END Home info section 2 */

/* Home info section 3 */
.home-page-info-3 {
    background-color: #fff;
}

.home-page-testimonial-3 {
  background-color: rgba(214, 222, 204, 0.8);
}
/* END Home info section 3 */

/* Home info section 4 */
.home-page-testimonial-4 {
  background-color: rgba(199, 206, 219, 0.8);
}

.home-page-testimonial-4.new-gray-border-y .testimonial-section--content {
  max-width: 970px;
}
/* END Home info section 4 */

/* Home info section 5 */
.home-page-info-5 .info-section--image-overflow {
  overflow: hidden;
}

.home-page-info-5 .row {
  position: relative;
}

.home-page-info-5 .info-section--image  {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.home-page-info-5 .info-section--image img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
}

@media (min-width: 1200px) {
  .info-section.home-page-info-5 .info-section--content {
    margin-top: 200px;
    margin-bottom: 300px;
  }

  .home-page-info-5 .info-section--image  {
    left: 33.33333333%;
  }

  .home-page-info-5 .info-section--image img {
    width: 63vw;
  }
}

@media (min-width: 1500px) {
  .home-page-info-5 .info-section--image img {
    top: 200px;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .home-page-info-5 .info-section--image  {
    padding-top: 60px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
  }

  .home-page-info-5 .info-section--content  {
    position: relative;
    z-index: 2;
  }

  .home-page-info-5 .info-section--image img {
    max-width: 100%;
  }
}
/* END Home info section 5 */

/* Sections with background adjustments */
@media (min-width: 768px) and (max-width: 991px) {
  .brokerage-page--section-5 {
    background-position: 60% center;
  }

  .leasing-page--section-1 {
    background-position: 65% center;
  }

  .core-mobile-page .top-banner {
    background-position: 45% center;
  }

  .marketedge-page--section-1 {
    background-position: 60% center;
  }

  .marketedge-page--section-2 {
    background-position: 60% center;
  }

  .marketedge-page--section-3 {
    background-position: 40% center;
  }

  .marketedge-page--section-4 {
      background-position: 55% center;
  }

  .marketplace-page--section-1 {
    background-position: 56% center;
  }

  .rnx-vr-page--section-1 {
    background-position: 60% center;
  }

  .rnx-vr-page--section-2 {
    background-position: 45% center;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .leasing-page--section-1 {
    background-position: 85% center;
  }
}
/* END Sections with background adjustments */

/* Product page */
.product-page--why {
  background-color: #fff;
}

.product-page--table {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .product-page--why,
  .product-page--table {
    padding-bottom: 0;
  }

  .product-page--why .cta-block {
    bottom: 4.5vw;
  }

  .product-page--table .cta-block {
    bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .product-page--why .cta-block {
    bottom: 8vw;
  }

  .product-page--table .cta-block {
    bottom: 2vw;
  }
}
/* END Product page */

/* MarketEdge Page */
@media (min-width: 1200px) {
  .marketedge-page--section-1 .info-section--content {
    -webkit-transform: translateY(-90px);
       -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
         -o-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}
/* END MarketEdge Page */

/* About page */
.about-page--why {
  padding-top: 22.71vw;
}

#about-us.top-banner--wrapper{
  padding-top: 250px;
}

.about-page .btn-transparent{
  background-color: rgba(0, 0, 0, .2);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.about-page .btn-transparent:hover{
   background-color: rgba(0, 0, 0, .4);
}

.top-banner.about-page--banner{
  position: relative;
  background-position: 0 100%;
}

.about-page--difference {
  padding-top: 30px;
}

.about-page .cta-block--links .line{
  display: inline-block;
  margin: 0 10px;
}

.about-page--approach-col img {
  max-width: 115px;
  margin-bottom: 15px;
}

.about-page--why .cta-block {
  padding-top: 30px;
}

.about-page--team {
  padding-bottom: 0;
  position: relative;
}

#rl-ajax-form-dialog .form-horizontal textarea.form-control{
  resize: none;
  width: 100% !important;
  height: 100px;
}
/* .about-page--team:after{
  position: absolute;
  content: '';
  background: #000;
  height: 50px;
  width: 50px;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%) rotate(45deg);
} */
.about-page--team hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-page--team-row {
  padding-top: 15px;
  border-bottom: 1px solid #959094;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-page--team-row .team-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 33.333%;
}

.about-page--team-row .team-item:last-child article {
  margin: 0 auto;
}

@media (max-width: 768px){
  .about-page--team-row .team-item {
    width: 50%;
  }
  .about-page--team-row .team-item article{
    margin: 0 auto;
  }
}
@media (max-width: 580px){
  .about-page--team-row .team-item {
    width: 100%;
  }
}
.about-page--team-row .team-item article{
  max-width: 225px;
}
.about-page--team-col {
  margin-bottom: 30px;
}

.about-page--team-col img {
  max-width: 225px;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
       border-radius: 6px;
}

.about-page--team-col h4 {
  color: #f58420;
  margin-bottom: 5px;
}

.about-page--team-col .item-caption {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.about-page--team-col p {
  font-size: 14px;
  line-height: 150%;
}

.about-page--team-col .modal-trigger {
  color: #f58420;
}
.about-page--grow{
  background-position: 50% 0%;
  padding-top: 40vw;
  padding-bottom: 0;
}
.about-page--career{
  padding-top: 60px;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}
.about-page--contacts {
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-page--grow .current-positions {
  padding: 25px 0;
  border-bottom: 1px solid #b2b2b2;
}
.current-positions .position-ico{
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.current-positions .position-ico .ico{
  max-width: 84px;
  display: inline-block;
  vertical-align: middle;
}
.current-positions .position-ico .ico img{
  width: 100%;
}
.current-positions .position-ico h2{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 580px){
  .current-positions .position-ico .ico{
        max-width: 42px;
  }
  .current-positions .position-ico h2{
    font-size: 18px;
  }
}
@media (max-width: 400px){
  .current-positions .position-ico .ico{
        max-width: 30px;
  }
  .current-positions .position-ico h2{
    font-size: 16px;
  }
}

.current-opportunities-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.current-opportunities-list .opportunities-info{
  float: left;
  width: 250px;
  padding-right: 30px;
  height: 100%;
}

.current-opportunities-list .opportunities-descr{
  overflow: hidden;
  padding-left: 30px;
  border-left: 1px solid;
}
.opportunities-info__item {
  text-align: right;
  margin-bottom: 20px;
}
.opportunities-info__item strong{
  display: block;
}
.current-opportunities-list__item {
  padding: 50px 0;
  border-bottom: 1px solid #000;
  position: relative;
}
.position-close {
  font-size: 22px;
  padding-top: 25px;
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}

.position-close .red {
  color: #a9413c;
  font-size: 14px;
  font-weight: 400;
}

.current-opportunities-list__item .opportunities-descr{
  min-height: 255px;
}
.current-opportunities-list__item .submit-resume{
  margin-top: 75px;
}
.current-opportunities-list__item.closed .hide-position-btn:before{
  top: 58%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.current-opportunities-list__item .hide-position-btn{
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 3px;
  bottom: -10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #000;
  z-index: 1;
}
.current-opportunities-list__item .hide-position-btn:before{
  height: 5px;
  width: 5px;
  position: absolute;
  content: '';
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  cursor:pointer;
}
.opportunities-descr .opportunities-descr__item{
  margin-bottom: 25px;
}
.opportunities-descr .opportunities-descr__item:last-child{
  margin-bottom: 0;
}
.opportunities-descr .opportunities-descr__item strong{
  display: block;
}
.opportunities-descr .opportunities-descr__item.slide{
  display: none;
}
.opportunities-descr__item .description-list{
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.opportunities-descr__item .description-list li{
  padding-left: 15px;
  position: relative;
}
.opportunities-descr__item .description-list li:before{
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  border: 5px solid transparent;
  border-left: 5px solid #ccc;
}
.opportunities-descr .submit-resume{
  background: #0099ff;
  color: #fff;
  padding: 15px 40px;
  border-radius: 3px;
  margin-top: 75px;
  display: inline-block;
  min-width: 465px;
  text-align: center;
}
.opportunities-descr .submit-resume:hover{
  text-decoration: none;
}
.opportunities-descr .submit-resume i{
  margin-left: 15px;
  opacity: .8;
}
@media (max-width: 991px){
  .opportunities-descr .submit-resume{
    min-width: auto;
  }
}
@media (max-width: 600px){
  .current-opportunities-list .opportunities-info{
    float: none;
    width: auto;
  }
  .opportunities-info__item{
    text-align: left;
  }
  .current-opportunities-list .opportunities-descr{
    border: none;
    padding-left: 0;
    min-height: auto;
  }
  .current-opportunities-list__item.closed .submit-resume{
    margin-top: 20px;
  }
}

.about-page--contacts-panel {
  padding: 30px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
       box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.about-page--contacts-panel h3 {
  margin-top: 0;
  font-weight: 600;
}

.about-page--contacts-panel a {
  color: #f58420;
}

.about-page--contacts-panel a.mod-phone {
  color: inherit;
}

.about-page--contacts-panel a.mod-phone:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media (min-width: 768px) {
  .about-page--approach-col p {
    font-size: 16px;
  }

  .about-page--team-col {
    margin-bottom: 50px;
  }

  .about-page--team-col:nth-child(3n+2) article {
    margin-left: auto;
    margin-right: auto;
  }

  .about-page--team-col:nth-child(3n+3) article {
    margin-left: auto;
  }

  .about-page--contacts-panel {
    font-size: 16px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.about-page--why p.text-center{
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .about-page--difference {
    padding-top: 60px;
  }

  .about-page--why .cta-block {
    padding-top: 50px;
  }

  .about-page--team hr {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .about-page--team-row {
    padding-top: 35px;
  }

  .about-page--team-col {
    margin-bottom: 75px;
  }

  .about-page--contacts {
    padding-top: 50px;
    padding-bottom: 85px;
  }

  .about-page--contacts-panel {
    padding: 45px 80px;
  }

  .about-page--contacts-panel h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .about-page--approach-col {
    margin-bottom: 30px;
  }

  .about-page--why {
    margin-top: -80px;
  }

  .about-page--contacts {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-page--contacts-panel {
    padding: 15px;
  }
}
/* END About page */

/* Auth0 safari fix */
.auth0-lock.auth0-lock .auth0-lock-form {
  display: block !important;
  opacity: 1 !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.auth0-lock-html .modal,
.auth0-lock-html .modal-backdrop {
  display: none !important;
}
/* End Auth0 safari fix */


/* select file */
.button-file-upload {
  display: block;
  font-size: 1.6em;
  margin-bottom: 0.6em;
}
.file-upload button {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid #f58420;
  color: #f58420;
  transition: all 0.2s;
  position: relative;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.file-upload {
  overflow: hidden;
  position: relative;
}
.file-upload > input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.file-upload > input[type=file]:hover ~ button {
  background-color: #f58420;
  color: #fff;
  outline: none;
}
.file-upload .file-info {
  display: block;
  clear: both;
  margin-top: 5px;
  color: #999;
}
/* end select-file */

/*Custom Dialogs Fix*/

.rx-custom-dialog .modal-header {
    padding: 5px 15px;
    background-color: #f58420;
    border-radius: 6px 6px 0 0;
}

.rx-custom-dialog .modal-header .close {
    color: white;
    opacity: 1;
}

/*Custom Dialogs Fix*/


/* webinar-page */
.top-banner.webinar-page--banner{
  background-position: 50% 100%;
}

.top-banner.webinar-registration-baner {
  background-position: 50% 100%;
  position: relative;
}

@media (max-width: 1800px) {
  
}

.webinar-page--banner .top-banner--wrapper {
 /*  padding-top: 175px; */
  height: 100vh;
  min-height: 700px;
}

.webinar-page--banner .top-banner--content .top-banner--btns .top-banner--btns-text,
.webinar-registration-baner .top-banner--content .top-banner--btns .top-banner--btns-text {
  display: inline-block;
  vertical-align: middle;
}

.webinar-page--banner .top-banner--content .top-banner--btns a,
.webinar-registration-baner .top-banner--content .top-banner--btns a {
  border: 1px solid #fff;
}

.webinar-page--banner .top-banner--content .top-banner--btns a:hover {
  background-color: rgba(0, 0, 0, .35);
}

.webinar-page--banner .top-banner--content .top-banner--btns .top-banner--btns-img,
.webinar-registration-baner .top-banner--content .top-banner--btns .top-banner--btns-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 35px;
  margin-left: 15px;
}

.webinar-page--banner .top-banner--content .top-banner--btns .top-banner--btns-img img,
.webinar-registration-baner .top-banner--content .top-banner--btns .top-banner--btns-img img {
  width: 100%;
}

.webinar-page--slider-box {
  padding: 160px 0 0;
  position: relative;
}

.webinar-slider-holder .webinar-slide-text h3 {
  font-size: 36px;
}

.webinar-slider-holder .webinar-slide-text strong {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 10px;
}

/* .swiper-shadow {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  z-index: 1;
background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%); 
} */
.webinar-page--slider-box .heading {
  text-align: center;
  font-family: 'SF UI Display';
  font-weight: 300;
  font-size: 21px;
  max-width: 700px;
  margin: 0 auto 30px;
}

.swiper-navigation {
  position: relative;
}
.webinar-page--slider-box .heading p{
  margin-top: 20px;
}

.webinar-page--slider-box .heading .top-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.webinar-page--slider-box .heading .top-section.dsf-center {
  align-items: center;
}

.webinar-page--slider-box .heading .top-section.dsf-top {
  align-items: start;
  padding-left: 70px;
}

.webinar-page--slider-box .heading .blue-text {
  background: #0099ff;
  border-radius: 3px;
  padding: 5px 15px;
  color: #fff;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-size: 42px;
  margin-right: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.webinar-page--slider-box .heading .blue-text:hover {
  text-decoration: none;
  background: #1AB3FF;
}
.webinar-page--slider-box .heading h2 {
  display: inline-block;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-size: 42px;
  margin: 0;
}

.webinar-page--slider-box .content-box {
  max-width: 750px;
  min-height: 250px;
  margin: 0 auto;
  padding: 25px 20px 120px;
  background-position: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
  font-family: 'SF UI Display';
  font-weight: 300;
  font-size: 18px;
  position: relative;
}

.webinar-page--slider-box .content-box .top-section {
  margin-bottom: 10px;
}

.webinar-page--slider-box .content-box h2.custom-padding {
  padding: 0 120px;
}

.fw-400 {
  font-weight: 400!important;
}

.webinar-page--slider-box .content-box h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 10px 0;
  font-family: 'SF UI Display';
  font-weight: 600;
  position: relative;
}

.webinar-page--slider-box .content-box h2 + h2 {
  margin-top: 30px;
} 

.webinar-page--slider-box .content-box h2 + h2:before {
  position: absolute;
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  background: #000;
  top: -15px;
}

.webinar-page--slider-box .content-box p {
  margin: 0 0 10px 0;
  padding: 0 30px;
}

.webinar-page--slider-box .content-box p + p {
  margin-top: 20px;
}

.webinar-page--slider-box .img-box-slider {
  position: relative;
  z-index: 1;
  max-width: 950px;
  margin: -220px auto 0;
}

.webinar-page--slider-box .img-box-slider img {
  width: 100%;
}

.webinar-page--slider-box .swiper-button-disabled {
  border-color: #b5a597!important;
  color: #b5a597!important;
}

.webinar-page--slider-box .webinar-nav--prev, .webinar-page--slider-box .webinar-nav--next {
  position: absolute;
  content: '';
  height: 58px;
  width: 58px;
  -webkit-background-size: cover!important;
  background-size: cover!important;
  top: 242px;
  z-index: 6;
  outline: none;
  border: 2px solid #544d46;
  border-radius: 5px;
  font-size: 31px;
}

.webinar-page--slider-box .webinar-nav--prev i, .webinar-page--slider-box .webinar-nav--next i {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.webinar-page--slider-box .webinar-nav--prev .cls-1, .webinar-page--slider-box .webinar-nav--next .cls-1 {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.webinar-page--slider-box .webinar-nav--prev {
  left: -20%;
  display: none;
}

.webinar-page--slider-box .webinar-nav--next {
  right: -20%;
  display: none;
}

.webinar-page--slider-box .webinar-nav--prev:hover .cls-1, .webinar-page--slider-box .webinar-nav--next:hover .cls-1 {
  fill: #fff;
  opacity: .6;
}

.webinar-slider-holder {
  margin-bottom: 30px;
}

.webinar-slider-holder .swiper-wrapper {
  padding-bottom: 20px;
}

.webinar-slider-holder .paging {
  position: relative;
  display: none;
}

.webinar-slider-holder .paging:before {
  position: absolute;
  content: '';
  left: 0;
  right: 57.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background: #000;
}

.webinar-slider-holder .paging:after {
  position: absolute;
  content: '';
  right: 0;
  left: 57.6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background: #000;
}

.webinar-pagination {
  position: relative;
  text-align: center;
  z-index: 5;
  width: auto!important;
  border: 1px solid #000;
  padding: 0 15px;
  height: auto;
  border-radius: 3px;
  height: 23px;
  line-height: 21px;
  max-width: 105px;
  margin: 0 auto;
  display: none;
}

.webinar-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #7f766b;
  opacity: 1;
  margin: 0 5px;
  outline: none;
}

.webinar-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #7f766b;
}

.webinar-page--slider-box.section-arrow-overlap {
  overflow: hidden;
}

.bottom-banner--wrapper {
  padding: 100px 0;
}

.bottom-banner--wrapper .bottom-banner--content h1 {
  color: #e5e4ec;
  font-size: 60px;
  margin: 0 0 30px;
  font-family: 'SF UI Display';
  font-weight: 500;
}

.blue-search-btn {
  background: #0099ff;
  border: 1px solid #fff;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'SF UI Display';
  font-weight: 400;
  padding: 20px 50px;
  font-size: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  text-align: center;
}

.blue-search-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #0080E6;
}

.blue-search-btn  .fa {
  font-size: 24px;
  margin-left: 30px;
}

.bottom-banner .archive-baner-search {
  border: none;
  max-width: 100%;
  border-radius: 0;
  margin-top: 0;
}

.archive-baner-search {
  position: relative;
  border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
  max-width: 540px;
  margin-top: 35px;
}

.archive-baner-search input {
  background: #ebebeb;
  color: #acacac;
  font-family: 'SF UI Display';
  font-weight: 400;
  border: none;
  padding: 10px 40px 10px 10px;
  width: 100%;
  font-size: 18px;
}

.archive-baner-search input:focus {
  outline: none;
}

.archive-baner-search .search-archive {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #acacac;
  border: none;
  padding: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.webinar-registration-baner .top-banner--content h1,
.webinar-archive-baner .top-banner--content h1,
.webinar-page--banner .top-banner--content h1 {
  font-size: 65px;
}

.webinar-page--banner .top-banner--content h1 {
  max-width: 480px;
}

.webinar-slider-holder .notify-me {
  background: #0099ff;
  border-radius: 3px;
  padding: 10px 15px;
  color: #fff;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.webinar-slider-holder .notify-me:hover {
  text-decoration: none;
  background: #1AB3FF;
}

.webinar-slider-holder .join-webinar {
 background: #0099ff;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
}

.webinar-slider-holder .join-webinar:hover {
  text-decoration: none;
  background: #1AB3FF;
}

.archive-baner-search input::-moz-placeholder {color: #acacac;opacity: 1; font:20px/22px 'SF UI Display', sans-serif;}
.archive-baner-search input:-ms-input-placeholder {color: #acacac; font:20px/22px 'SF UI Display', sans-serif;}
.archive-baner-search input::-webkit-input-placeholder {color: #acacac; font:20px/22px 'SF UI Display', sans-serif;}
.archive-baner-search input::selection {background: #b0daff; }
.webinar-archive-baner .top-banner--wrapper {
  min-height: auto!important;
  padding: 100px 0 200px;
}

.top-banner.webinar-archive-baner {
  background-position: 50% 100%;
}

.top-banner.webinar-archive-baner {
  min-height: auto!important;
}

.archive-webinar-wrapper {
  padding-bottom: 100px;
}

.archive-webinar-wrapper .featured-webinars {
  padding-right: 50px;
  border-right: 1px solid #acacac;
}

.archive-webinar-wrapper .featured-webinars h3 {
  font-family: 'SF UI Display';
  font-weight: 100;
  font-size: 50px;
  line-height: 36px;
  margin: 0 0 60px;
}

.archive-webinar-wrapper .featured-webinars h3 strong{
  display: block;
  font-weight: 600;
  font-size: 30px;
}

.archive-webinar-wrapper .featured-webinars h3 .featured-img {
  display: inline-block;
  max-width: 50px;
  margin-right: 10px;
}

.archive-webinar-wrapper .featured-webinars h3 span {
  display: inline-block;
  vertical-align: middle;
}

.archive-webinar-wrapper .featured-webinars .featured-webinars-list li {
  cursor: pointer;
}

.archive-webinar-wrapper .featured-webinars .featured-webinars-list li .img.bg-img {
  height: 150px;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 10px;
}

.archive-webinar-wrapper .featured-webinars h3 .featured-img img {
  width: 100%;
}

.archive-webinar-wrapper .recordered-webinars {
  padding-left: 50px;
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  width: 65%!important;
  margin-top: -2px!important;
  margin-left: 6px;
}

.modal-video-close-btn {
  border: 1px solid #fff!important;
  border-radius: 50%;
  outline: none;
}

.featured-webinars-item .acrhive-video {
  position: relative;
}

.featured-webinars-item .js-video-button, .older-post-item .js-video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  cursor: pointer;
}

.featured-webinars-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.featured-webinars-list .featured-webinars-item {
  padding-bottom: 35px;
  margin-bottom: 55px;
  border-bottom: 1px solid #acacac;
}

.featured-webinars-list .featured-webinars-item:last-child {
  margin-bottom: 0;
}

.featured-webinars-list .featured-webinars-item .heading{
  position: relative;
  padding-right: 100px;
  font-family: 'SF UI Display';
  font-weight: 700;
  margin-bottom: 20px;
}

.featured-webinars-list .featured-webinars-item .heading h3 {
  font-size: 22px;
  margin: 0;
  line-height: 27px;
  font-weight: 700;
}
.featured-webinars-list .featured-webinars-item .heading .bookmark {
  position: absolute;
  right: 0;
  top: 0;
  background: #f58420;
  color: #fff;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 6px;
  text-align: center;
}

.featured-webinars-list .featured-webinars-item .acrhive-video {
  border: 1px solid #f58420;
  margin-bottom: 20px;
}

.featured-webinars-list .featured-webinars-item .acrhive-video iframe {
  display: inline-block;
  vertical-align: top;
}

.featured-webinars-list .featured-webinars-item .archive-description {
  font-family: 'SF UI Display';
  font-weight: 300;
  font-size: 19px;
  padding-right: 1px;
}

.featured-webinars-list .featured-webinars-item .archive-description .archive-date {
  margin-bottom: 25px;
}
.featured-webinars-list .featured-webinars-item .archive-description span {
  display: block;
}

.featured-webinars-list .featured-webinars-item .archive-description p {
  margin-bottom: 0;
}

.archive-webinar-wrapper .recordered-webinars h3 {
  font-family: 'SF UI Display';
  font-weight: 100;
  font-size: 28px;
  line-height: 45px;
  margin: 65px 0 20px;
}

.archive-webinar-wrapper .recordered-webinars h3 strong{
  display: block;
  font-weight: 600;
}
.recordered-webinars {
  font-family: 'SF UI Display';
  font-weight: 300;
  font-size: 19px;
}
.recordered-webinars .heading {
  margin-bottom: 25px;
}

.recordered-webinars .heading span{
  display: block;
}

.recordered-webinars .heading p {
  margin: 0;
}

.recordered-webinars .recordered-archive-list {
  list-style: none;
  margin: 0;
  padding: 0 100px 0 0;
}

.recordered-webinars .recordered-archive-list .recordered-archive-item {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}

.recordered-webinars .recordered-archive-list .recordered-archive-item .ico{
  min-width: 30px;
  margin: 2px 18px 0 0;
}

.recordered-webinars .recordered-archive-list .recordered-archive-item a {
  color: #ec7700;
}

@media (max-width: 1500px) {
 .webinar-page--slider-box.section-arrow-overlap {
  margin-top: -65px;
 }
}

@media (max-width: 1400px) {
  .webinar-page--slider-box .img-box-slider {
    max-width: 750px;
  }
  .webinar-page--slider-box .webinar-nav--prev {
    left: -20%;
  }

  .webinar-page--slider-box .webinar-nav--next {
    right: -20%;
  }
}

@media (max-width: 1199px) {
  .webinar-page--slider-box .webinar-nav--prev {
    left: -10%;
  }

  .webinar-page--slider-box .webinar-nav--next {
    right: -10%;
  }
}

@media (max-width: 1024px) {
  .webinar-page--slider-box .webinar-nav--prev , .webinar-page--slider-box .webinar-nav--next {
    display: none;
  } 
}

@media (max-width: 991px) {

  .webinar-slider-holder .webinar-slide-text h3 {
    font-size: 32px;
  }

  .webinar-page--slider-box {
    padding-top: 90px;
  }

  .swiper-shadow {
    height: 100px;
  }

  .archive-webinar-wrapper .featured-webinars {
    padding-right: 25px;
  }
  .archive-webinar-wrapper .recordered-webinars {
    padding-left: 25px;
  }

  .archive-webinar-wrapper .featured-webinars h3 {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .archive-webinar-wrapper .recordered-webinars h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .archive-webinar-wrapper .recordered-webinars h3 {
    margin-top: 35px;
  }

  .recordered-webinars .recordered-archive-list {
    padding-right: 0;
  }
  .recordered-webinars .recordered-archive-list .recordered-archive-item .ico {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .webinar-page--slider-box .img-box-slider {
    margin-top: -160px;
  }
  .webinar-registration-baner .top-banner--content h1,
  .webinar-archive-baner .top-banner--content h1,
  .webinar-page--banner .top-banner--content h1 {
    font-size: 48px;
  }

  .webinar-slider-holder .webinar-slide-text h3 {
    font-size: 24px;
  }

  .webinar-slider-holder .join-webinar {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    margin-top: 10px;
  }

  .webinar-page--slider-box .content-box p {
    padding: 0;
  }
    
  .bottom-banner--wrapper .bottom-banner--content h1 {
    font-size: 48px;
  }
  
  .webinar-pagination {
    background: #f8f1e6;
  }

  .webinar-slider-holder .notify-me {
    font-size: 15px;
  }

  .webinar-page--banner .top-banner--wrapper {
    height: auto;
    min-height: auto;
    padding: 100px 0!important;
  }

  .webinar-page--slider-box .heading .top-section.dsf-top {
    padding: 0;
  }

  .webinar-page--slider-box .content-box h2.custom-padding {
    padding: 0;
  }

  .webinar-page--slider-box .swiper-wrapper .swiper-slide {
    padding: 0 15px;
  }

  .webinar-page--banner .top-banner--wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .webinar-page--slider-box .heading {
    font-size: 18px;
  }

  .webinar-page--slider-box .heading .blue-text {
    font-size: 32px;
  }

  .webinar-page--slider-box .heading h2 {
    font-size: 32px;
  }

  .webinar-page--slider-box .content-box {
    padding-top: 30px;
  }

  .webinar-page--slider-box .heading p {
    margin-top: 10px;
  }

  .webinar-page--slider-box .heading {
    margin-bottom: 20px;
  }

  .webinar-page--slider-box .content-box h2 {
    font-size: 27px;
    line-height: 27px;
    margin: 0 0 10px 0;
  }

  .webinar-page--slider-box .content-box p + p {
    margin: 0;
  }

  .webinar-page--slider-box .img-box-slider {
    max-width: 550px;
  }

  .archive-webinar-wrapper .recordered-webinars {
    padding-left: 15px;
  }

  .archive-webinar-wrapper .featured-webinars {
    padding-right: 15px;
  }

  .featured-webinars-list .featured-webinars-item {
    margin-bottom: 35px;
  }
  
  .featured-webinars-list .featured-webinars-item .heading h3 {
    font-size: 19px;
  }

  .archive-baner-search input::-moz-placeholder {color: #acacac;opacity: 1; font:16px/20px 'SF UI Display', sans-serif;}
  .archive-baner-search input:-ms-input-placeholder {color: #acacac; font:16px/20px 'SF UI Display', sans-serif;}
  .archive-baner-search input::-webkit-input-placeholder {color: #acacac; font:16px/20px 'SF UI Display', sans-serif;}
}

@media (max-width: 580px) {
  .webinar-page--slider-box .img-box-slider {
    margin-top: -100px;
    padding: 0 15px;
  }
  .webinar-page--slider-box .content-box {
    min-height: auto;
  }

  .webinar-registration-baner .top-banner--content h1,
  .webinar-archive-baner .top-banner--content h1,
  .webinar-page--banner .top-banner--content h1 {
    font-size: 32px;
  }
  .webinar-page--slider-box .content-box h2 {
    font-size: 20px;
  }
   .webinar-page--slider-box .heading .blue-text {
    font-size: 21px;
  }

  .webinar-page--slider-box .heading h2 {
    font-size: 21px;
  }

  .webinar-page--slider-box .content-box {
    padding-top: 21px;
  }
  .webinar-page--slider-box .content-box {
    padding: 40px 15px 120px;
  }

  .webinar-slider-holder .webinar-slide-text strong {
    font-size: 18px;
  }

  .bottom-banner--wrapper .bottom-banner--content h1 {
    font-size: 32px;
  }

  .blue-search-btn {
    padding: 20px;
    font-size: 14px;
  }

  .blue-search-btn .fa {
    font-size: 16px;
    margin-left: 15px;
  }
}

/* end-webinar-page */

.tac {
  text-align: center;
}

.acuityscheduling-box {
  padding: 70px 0 30px;
}

.acuityscheduling-plugin h2 {
  font-family: 'SF UI Display';
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
}



/* media-page */
.container.mod-small {
  max-width: 1050px;
  margin: 0 auto;
}
.btn-orange {
  background: #f58420;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn-orange:hover {
  background: #FF9E3A!important;
}

.blue-btn {
 background: #0099ff;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.blue-btn:hover {
  background: #0080E6;
}

.top-banner.media-page--banner{
  background-position: 50% 100%;
}

.media-page--banner .top-banner--wrapper {
  height: 100vh;
  min-height: 700px;
}

.media-page--banner .top-banner--content h1 {
  max-width: 480px;
  text-align: left;
}
.media-page--banner .top-banner--btns {
  text-align: left;
}

.media-page--banner .top-banner--btns-img {
  margin-left: 5px;
}

.content-section {
  margin-top: -57px;
  padding: 200px 0 125px;
}

.content-section h2 {
  font-size: 36px;
  line-height: 48px;
  font-family: 'SF UI Display';
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}

.media-page .blog-post-news {
  border: 1px solid #000;
  border-radius: 8px;
  position: relative;
  margin-bottom: 65px;
  padding-left: 0;
}

.media-page .media-list {
  display: flex;
  flex-wrap: wrap;
}

.media-page .blog-post-news .img {
  height: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  position: relative;
  border-radius: 8px 8px 0 0;
  background-image: none !important;
  padding-bottom: 52%;
}

.media-page .blog-post-news .img img {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  padding-bottom: 0;
  z-index: 1;
}

.media-page .blog-post-news a.img {
  display: block;
}

.media-page .blog-post-news .description h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  max-width: 710px;
  margin: 0 auto;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 10px;
  line-height: 30px !important;
}


.media-page .blog-post-news .description {
  background: #f0f7f8;
  font-size: 18px;
  line-height: 24px;
  font-family: 'SF UI Display';
  font-weight: 300;
  padding: 20px 0 55px;
  color: #000;
  position: relative;
  border-radius: 0 0 8px 8px;
}

.media-page .blog-post-news .description .posted-by {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.media-page .blog-post-news .description .desc-text {
  text-align: center;
  padding: 0 40px;
  text-align: center;
}

.media-page .blog-post-news .description .desc-text p {
  color: #000;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  font-size: 17px !important;
}

.media-page .media-list .blog-post-news .description .desc-text p {
  height: 78px;
}


.media-page .blog-post-news .description .desc-text p em {
  font-style: normal;
}

.media-page .blog-post-news .description .desc-text p strong {
  font-weight: 400;
}

.media-page .blog-post-news .description .continue-btn {
  font-size: 18px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.media-page .blog-post-news .description .continue-btn:hover {
  color: #fff;
  background: #0080E6;
}

.media-page .blog-post-news.small-item:hover .continue-btn {
  color: #fff;
  background: #0080E6;
}

.media-page .blog-post-news.small-item .small-desc {
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  padding: 0 40px;
  z-index: 3;
} 

.media-page .blog-post-news.small-item .small-desc p {
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.media-page .blog-post-news.small-item .small-desc p span {
  font-size: 17px !important;
}

.media-page .blog-post-news.small-item .small-desc p span strong {
  font-weight: 400;
}

.media-page .blog-post-news.small-item .small-desc .posted-by {
  font-size: 15px;
  color: #fff;
  position: relative;
  padding-top: 10px;
}

.media-page .blog-post-news.small-item .small-desc .posted-by:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  display: block;
}

.media-page .blog-post-news.small-item .small-desc h3 {
  position: relative;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-page .blog-post-news.small-item .continue-btn {
  position: absolute;
  bottom: -23px;
  font-size: 18px;
  padding: 10px 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 3;
}

.media-page .blog-post-news.small-item .continue-btn:hover {
  color: #fff;
  background: #0080E6;
}

@media (max-width: 991px) {
  .media-page .media-list > div.col-md-6 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .media-page--banner .top-banner--wrapper {
    height: auto;
    min-height: auto;
    padding: 100px 0!important;
  }
  .media-page--banner .top-banner--btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .top-banner--content h1 {
    font-size: 48px;
  }

  .media-page .blog-post-news .img:before {
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
  }
}

@media (max-width: 580px) {
  .top-banner--content h1 {
    font-size: 32px;
  }

  .content-section {
    padding: 100px 0 50px;
  }

  .media-page .blog-post-news .img {
    height: 200px;
  }

  .media-page .blog-post-news .img h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px;
  }

  .media-page .blog-post-news .description .posted-by {
    margin-bottom: 20px;
  }

  .media-page .blog-post-news .description .desc-text {
    padding: 0 15px;
  }

  .media-page .blog-post-news .description .desc-text p {
    font-size: 16px;
  }

  .media-page .blog-post-news.small-item .small-desc {
    padding: 0 15px;
  }

  .media-page .blog-post-news .img h3 {
    padding: 0;
  }
}
 
/* end-media-page */


/* social-media */
.social-media-page--banner {
  background-position: 50% 100%;
  z-index: 1;
  position: relative;
}

.social-banner {
  padding: 160px 0;
}

.social-banner .top-banner--content h1 {
  font-size: 60px;
  max-width: 500px;
}

/*.social-banner .top-banner--content .top-banner--btns .btn {
  background: rgba(255, 255, 255, .2);
  font-size: 24px;
  padding: 10px 45px;
  font-weight: 500;
  border-color: #fff;
  padding: 15px 65px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.social-banner .top-banner--content .top-banner--btns .btn:hover {
  background: rgba(255, 255, 255, .5);
}

.social-banner .top-banner--content .top-banner--btns .btn:focus {
   background: rgba(255, 255, 255, .2);
   color: #fff;
   outline: none;
}*/

.tweets-box {
  background: #ededed;
  padding: 100px 0;
  margin-top: -58px;
}

.tweets-box .tweets-container {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 400px) {
  .media-page .col-xs-4 {
    width: 100%;
  }
}
/* end-social-media */



/* video&podcasts */
.top-banner.video-podcasts-baner {
  min-height: auto!important;
  background-position: 50% 100%;
}

.video-podcasts-baner .top-banner--wrapper {
    min-height: auto!important;
    padding: 100px 0 200px;
}

.video-podcasts-baner .top-banner--content h1 {
  font-size: 60px;
  max-width: 470px;
}


.video-posts {
  padding: 50px 0 90px 0;
}

.video-posts h1 {
  text-align: center;
  color: #000;
  font-family: 'SF UI Display';
  font-weight: 600;
  margin-bottom: 50px;
}

.video-post-item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #b7b7b7;
  position: relative;
  margin-bottom: 15px;
}

.video-post-item .js-video-button {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

.video-post-item .heading {
  background: #acacac;
  padding: 15px 40px;
}

.video-post-item .heading h2 {
  font-size: 24px;
  margin: 0;
  float: none;
  padding: 0;
  color: #fff;
  text-align: center;
  font-family: 'SF UI Display';
}

.video-post-item .description {
  text-align: center;
  padding: 15px 40px;
}

.video-post-item .description p {
   font-family: 'SF UI Display';
   font-weight: 300;
   font-size: 18px;
   color: #000;
}

.video-post-item .video-post-footer {
  padding: 15px 40px;
  border-top: 1px dotted #ccc;
  text-align: center;
}

.video-post-item .video-post-footer a, .video-post-item .video-post-footer span {
  font-size: 15px;
  color: #0099ff;
  font-family: 'SF UI Display';
  font-weight: 400;
  position: relative;
}

.video-post-item .video-post-footer span + a {
  padding-left: 5px;
  margin-left: 5px;
}

.video-post-item .video-post-footer span + a:before {
  position: absolute;
  content: '';
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 1px;
  background: #000;
}
/* end-vide&podcasts */


/* older-posts */
.older-post-holder {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  padding: 50px;
  position: relative;
  margin-bottom: 50px;
}

.older-post-holder .older-post-arrow {
  background: #0099ff;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px 25px;
  border-radius: 3px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'SF UI Display';
}

.older-post-holder .older-post-arrow .fa {
  margin-left: 5px;
}

.older-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}

.older-post-list .older-post-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 40px 0;
  position: relative;
}

.older-post-list .older-post-item.js-video-button {
  cursor: pointer;
}

.older-post-list .older-post-item + .older-post-item {
  border-top: 1px dashed #000;
}

.industry-news-list.older-post-list .older-post-item + .older-post-item {
  border-top: none;
}

.older-post-list .older-post-item .img {
  width: 275px;
  margin-right: 40px;
  border: 1px solid #f6841f;
  height: 175px;
  background-size: cover;
  background-position: 0;
  float: left;
}

.older-post-list .older-post-item .description {
  max-width: 585px;
  width: 100%;
  overflow: hidden;
}

.older-post-list .older-post-item .description h3{
  color: #000;
  font-size: 23px;
  font-weight: 500;
  font-family: 'SF UI Display';
}

.older-post-list .older-post-item .description .descr-placeholder {
  margin-bottom: 5px;
}

.recent-post-list .recent-post-item .description .descr-placeholder p,
.older-post-list .older-post-item .description .descr-placeholder p,
.industry-news-list.older-post-list .older-post-item .descr-placeholder p,
.industry-news-list.older-post-list .older-post-item .descr-placeholder p strong span,
.recent-post-list .recent-post-item .description .descr-placeholder p strong span,
.older-post-list .older-post-item .description .descr-placeholder p strong span,
.industry-news-list.older-post-list .older-post-item .description .descr-placeholder p strong span {
  font-size: unset!important;
}

.older-post-list .older-post-item .description p {
  font-size: 18px;
  color: #000;
  font-family: 'SF UI Display';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.older-post-list .older-post-item .description p strong {
  font-weight: 300;
}

.older-post-list .older-post-item .description a, .older-post-list .older-post-item .description .date {
  font-size: 15px;
  color: #0099ff;
  font-family: 'SF UI Display';
  font-weight: 400;
  position: relative;
}

.older-post-list .older-post-item .description .date + a {
  padding-left: 5px;
  margin-left: 5px;
}

 .older-post-list .older-post-item .description .date + a:before {
  position: absolute;
  content: '';
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 1px;
  background: #000;
 }

.older-post-btn-holder {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 15px;
}

.older-post-btn-holder a {
  background: #0099ff;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px 25px;
  font-family: 'SF UI Display';
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
}

.older-post-btn-holder a:hover {
  background: #0080E6;
  text-decoration: none;
}

.older-post-btn-holder a + a {
  margin-left: 15px;
}
/* end-older-posts */



/* industry-news */

.indystry-news--banner {
  background-position: 50% 100%;
  z-index: 1;
  position: relative;
}

.indystry-banner {
  padding: 100px 0;
}

.indystry-banner .top-banner--content h1 {
  font-size: 60px;
}

.industry-news-holder {
  padding: 80px 0;
}

.industry-news-holder .custom-container {
  max-width: 1024px;
}

.industry-news-holder .heading-news{
  margin-bottom: 100px;
}

.industry-news-holder .heading-news h2 {
  font-weight: 300;
  font-size: 60px;
  font-family: 'SF UI Display';
  color: #000;
  line-height: 50px;
  margin-bottom: 10px;
}

.industry-news-holder .heading-news strong {
  font-weight: 500;
  font-size: 24px;
  font-family: 'SF UI Display';
  color: #000;
  font-weight: 700;
}

.industry-news-list.older-post-list {
  margin: 0;
  padding: 0 50px;
}

.industry-news-list.older-post-list .older-post-item {
  display: block;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.industry-news-list.older-post-list .older-post-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.industry-news-list.older-post-list .older-post-item a:hover {
  text-decoration: none;
}

.industry-news-list.older-post-list .older-post-item a:hover .title{
  color: #D97404!important;
}

.industry-news-list.older-post-list .older-post-item .img {
  width: 165px;
  min-width: 165px;
  height: 110px;
  background-position: 50%;
  background-size: cover;
  border: 1px solid #f28d1d;
  border-radius: 9px;
  margin-right: 25px;
}

.industry-news-list.older-post-list .older-post-item .date{
  display: block;
  font-size: 18px;
  color: #000;
  font-family: 'SF UI Display';
}

.industry-news-list.older-post-list .older-post-item .title {
  font-family: 'SF UI Display';
  color: #f28d1d;
  font-size: 24px;
  font-weight: 600;
  display: block;
  line-height: 30px;
  text-align: left!important;
  
}

.industry-news-list.older-post-list .older-post-item .sub-title {
  font-family: 'SF UI Display';
  font-size: 15px;
  color: #000;
  display: block;
}

.industry-news-list.older-post-list .older-post-item .descr-placeholder {
  font-family: 'SF UI Display';
  font-size: 15px;
  color: #000;
  display: block;
  max-height: 80px;
  overflow: hidden;
}

.industry-news-list.older-post-list .older-post-item .descr-placeholder p {
  font-weight: 400;
  color: #000;
}

.industry-news-list.older-post-list .older-post-item .descr-placeholder p strong {
  font-weight: 400;
}

.industry-news-list.older-post-list .older-post-item .descr-placeholder p em {
  font-style: normal;
}

.industry-news-list.older-post-list .older-post-item .descr-placeholder p a {
  display: inline-block;
}
/* end-industry-news */



/* press-releases */

.press-release-holder {
  padding: 50px 0;
}

.press-release-page .indystry-banner .top-banner--content h1 {
  max-width: 420px;
}

.press-release-page .indystry-banner {
  padding: 165px 0 140px;
}

.press-release-holder h2 {
  text-align: center;
  color: #000;
  font-family: 'SF UI Display';
  font-weight: 600;
  margin-bottom: 50px;
  font-size: 32px;
}

.press-release-holder .older-post-list .older-post-item a {
  display: block;
  width: 100%;
}

.press-release-holder .older-post-list .older-post-item a .descr-placeholder a {
  display: inline;
}

.press-release-holder .older-post-list .older-post-item a h3 {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 43px;
}

.press-release-holder .older-post-list .older-post-item a:hover {
  text-decoration: none;
}

.press-release-holder .older-post-list .older-post-item .date,
.press-release-holder .older-post-list .older-post-item .read-post  {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.press-release-holder .older-post-list .older-post-item a:hover .date,
.press-release-holder .older-post-list .older-post-item a:hover .read-post  {
  color: #f28d1d;
}

.press-release-holder .older-post-list .older-post-item .description .read-post {
  font-size: 15px;
  color: #0099ff;
  font-family: 'SF UI Display';
  font-weight: 400;
  position: relative;
}

.press-release-holder .older-post-list .older-post-item .description .date + .read-post {
  padding-left: 5px;
  margin-left: 5px;
}

.press-release-holder .older-post-list .older-post-item .description .date + .read-post:before {
  position: absolute;
  content: '';
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 1px;
  background: #000;
}


/* recent-post-list */
.recent-post {
  margin-bottom: 75px;
}

.recent-post-list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.recent-post-list .recent-post-item {
  width: 33.333%;
  padding: 0 15px;
}

.recent-post-list .recent-post-item .img {
  height: 165px;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}

.recent-post-list .recent-post-item .img:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.recent-post-list .recent-post-item .description .title {
  color: #000 !important;
  z-index: 1;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-size: 20px;
  padding: 0 50px;
  margin-bottom: 25px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.recent-post-list .recent-post-item .description {
  color: #000;
  padding: 25px 15px;
  text-align: center;
  font-family: 'SF UI Display';
}

.recent-post-list .recent-post-item .description p {
  color: #000;
  font-family: 'SF UI Display';
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.recent-post-list .recent-post-item .description p.descr-placeholder,
.recent-post-list .recent-post-item .description p.descr-placeholder p {
  height: auto;
  margin-bottom: 0;
}

.recent-post-list .recent-post-item .description p em,
.recent-post-list .recent-post-item .description p strong {
  font-weight: 400;
  font-style: normal;
}

.recent-post-list .recent-post-item .description .datetime span {
    font-family: 'SF UI Display';
    color: #09f;
    font-size: 15px;
    position: relative;
}

.recent-post-list .recent-post-item .description .datetime {
  margin-top: 10px;
  display: block;
}

.recent-post-list .recent-post-item .description span + span {
  padding-left: 5px;
  margin-left: 5px;
} 

.recent-post-list .recent-post-item .description span.read {
  position: relative;
}

.recent-post-list .recent-post-item .description span.read:before{
  position: absolute;
  content: '';
  top: 3px;
  bottom: 3px;
  left: -1px;
  width: 1px;
  background: #000;
}

.recent-post-list .recent-post-item .wrapp {
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}

.recent-post-list .recent-post-item .wrapp:hover,
.recent-post-list .recent-post-item .wrapp:focus {
  text-decoration: none;
  outline: none;
}


.recent-post-list .recent-post-item .wrapp span {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.recent-post-list .recent-post-item .wrapp .description {
  display: block;
}

.recent-post-list .recent-post-item .wrapp .description .desc-text {
  display: block;
}


.recent-post-list .recent-post-item .wrapp:hover span.date,
.recent-post-list .recent-post-item .wrapp:hover span.read {
  color: #f6841f;
}
/* end-recent-post-list */

/* end-press-releases */

@media (max-width: 1199px) {
  .recent-post-list .recent-post-item .description span.read:before {
    display: none;
  }

  .recent-post-list .recent-post-item .img .title {
    font-size: 16px;
    padding: 0 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .recent-post-list .recent-post-item .description span + span {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .industry-news-holder {
    padding: 45px 0;
  }

  .industry-news-holder .heading-news h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .industry-news-holder .heading-news {
    margin-bottom: 50px;
  }

  .industry-news-list.older-post-list {
    padding: 0;
  }

  .older-post-holder {
    padding: 50px 0;
  }
  
  .recent-post-list {
    justify-content: center;
  }

  .recent-post-list .recent-post-item .description .datetime span {
    display: block;
  }

  .recent-post-list .recent-post-item {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .social-banner .top-banner--content h1 {
    font-size: 45px;
    text-align: left;
  }

  .video-podcasts-baner .top-banner--content h1 {
    font-size: 45px;
    text-align: left;
  }

  .video-posts .col-xxs-12 {
    width: 100%;
  }

  .older-post-holder {
    padding: 25px 0;
  }

  .older-post-list .older-post-item .img {
    height: 150px;
    float: none;
    margin: 0 auto;
    display: block;
  }

  .press-release-holder .older-post-list .older-post-item a h3 {
    margin-top: 25px;
  }

  .older-post-list .older-post-item .description {
    text-align: center;
    max-width: 100%;
  }
  
  .indystry-banner {
    padding: 70px 0;
  }

  .industry-news-list.older-post-list .older-post-item .title {
    line-height: 26px;
    font-size: 18px;
  }

  .indystry-banner .top-banner--content h1 {
    font-size: 36px;
  }
  
  .press-release-page .top-banner--content {
    max-width: 550px;
    margin: 0 auto;
  }

  .press-release-page .indystry-banner .top-banner--content h1 {
    max-width: 100%;
  }

  .recent-post-list .recent-post-item .description .datetime span {
    font-size: 14px;
  }

  .recent-post-list .recent-post-item .description p {
    font-size: 16px;
  }
}

@media (max-width: 580px) {
  .social-banner .top-banner--content h1 {
    font-size: 32px;
    text-align: center;
  }

  .older-post-list .older-post-item a {
    text-align: center;
  }

  .industry-news-list.older-post-list .older-post-item .title {
    text-align: center !important;
  }

  .press-release-holder h2 {
    margin-bottom: 15px;
  }

  .video-podcasts-baner .top-banner--content h1 {
    font-size: 32px;
  }

  .older-post-list .older-post-item {
    flex-direction: column;
  }

  .older-post-list .older-post-item .description {
    text-align: center;
  }

  .older-post-list .older-post-item .description p {
    margin-bottom: 10px;
  }

  .older-post-btn-holder a {
    font-size: 15px;
    padding: 10px 15px;
  }

  .older-post-btn-holder a + a {
    margin-left: 10px;
  }

  .video-posts h1 {
    font-size: 32px;
  }

  .older-post-holder .older-post-arrow {
    font-size: 14px;
    padding: 10px 15px;
    top: -19px;
    width: 220px;
  }
  
  .industry-news-holder .heading-news h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .industry-news-holder .heading-news strong {
    font-size: 20px;
  }

  .industry-news-list.older-post-list .older-post-item a {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .industry-news-list.older-post-list .older-post-item .img {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .recent-post-list .recent-post-item {
    width: 100%;
  }
}

/* new-styles */
.video-posts #video  {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.video-posts #video .video-holder {
  width: 33% !important;
  padding: 0 10px;
}

.video-posts #video .video-holder h3 {
   color: #000;
  font-size: 23px;
  font-weight: 500;
  font-family: 'SF UI Display';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video-posts #video .video-holder p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-posts #video .video-holder iframe {
  height: 200px;
  width: 100%;
}
@media (max-width: 991px){
  .video-posts #video .video-holder {
    margin-bottom: 15px;
    width: 50% !important;
  }
  .video-posts #video {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .older-post-list .older-post-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .older-post-list .older-post-item .img {
    margin-bottom: 15px;
  }
}
@media (max-width: 580px) {
  .video-posts #video .video-holder {
    width: 100% !important;
  }
  .video-posts #video .video-holder iframe {
    margin-bottom: 15px;
  }
}
.webinar-slider-holder iframe {
  height: 300px !important;
}
/* end-new-styles */

.product-page--why-wrapper {
  padding: 25px 0 0;
}

.product-page-presentation {
  padding: 100px 0 510px;
  position: relative;
  background-position: 50% 61%;
}

.product-page-presentation .heading {
  font-size: 20px;
  margin-bottom: 100px;
}

.product-page-presentation .heading h2{
  padding: 0 150px;
  margin-bottom: 20px;
}

.product-page-presentation .heading p {
  margin: 0;
}

.product-page-presentation .cta-block {
  bottom: 150px;
}

.product-page--table-wrapper h2 {
  margin: 0 0 5px 0;
}

.product-page-presentation .presentation-list {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page-presentation .presentation-list .presentation-list-item {
  padding: 0 15px;
  width: 33.333%;
  margin-bottom: 75px;
  cursor: pointer;
}

.product-page-presentation .presentation-list .presentation-list-item .poster-holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

}

.product-page-presentation .presentation-list .presentation-list-item .poster-holder .poster-img {
  height: 233px;
  border: 2px solid #e5913b;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-page-presentation .presentation-list .presentation-list-item .poster-holder .poster-img img {
  width: 100%;
}

.product-page-presentation .presentation-list .presentation-list-item .poster-holder .poster-img + .poster-img {
  margin-left: 10px;
}

.product-page-presentation .presentation-list .presentation-list-item .poster-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.product-page-presentation .presentation-list .presentation-list-item .poster-footer .name {
  margin-right: 15px;
}

.product-page-presentation .presentation-list .presentation-list-item .poster-footer .view-btn {
  background: #0099ff;
  text-decoration: none;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 400;
}

.product-page-presentation .presentation-list .presentation-l.product-page-presentation .heading pist-item .poster-footer .view-btn:hover {
  background: #0080E6;
}

@media (max-width: 991px) {
  .product-page-presentation .presentation-list .presentation-list-item {
    width: 50%;
  }
}

 .product-page h2 {
  font-weight: 700;
 }

 .product-page--why-wrapper .text-center {
  margin: 0;
 }

@media (min-width: 768px) {
  .product-page h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .product-page-presentation .heading h2,
  .product-page-presentation .heading p {
    padding: 0;
  }

  .product-page-presentation .presentation-list .presentation-list-item .poster-footer .view-btn {
    padding: 8px 9px;
    font-size: 15px;
  }
}

@media (max-width: 580px) {
  .product-page-presentation {
    padding: 50px 0 100px 0;
  }

 .product-page-presentation .presentation-list .presentation-list-item {
    width: 100%;
  }

  .product-page-presentation .presentation-list .presentation-list-item .poster-holder .poster-img {
    height: 345px;
  }

  .product-page-presentation .presentation-list .presentation-list-item .poster-holder {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-page-presentation .presentation-list .presentation-list-item .poster-holder .poster-img + .poster-img {
    margin-left: 0;
    margin-top: 10px;
  }
}

#rx-product-presentation-dialog .modal-dialog {
  top: 30px;
  width: 90%;
}


#rx-product-presentation-dialog .modal-content .modal-body{
  padding: 0;
  height: 80vh;
}

#rx-product-presentation-dialog .modal-body .content-placeholder,
#rx-product-presentation-dialog .modal-body .product-sample-frame {
    height: 100%;
}

#rx-product-presentation-dialog .modal-body .product-sample-frame {
    width: 100%;
    border: none;
}

.info-section.home-page-info-3 {
  background-position: 103% 50%!important;
  -webkit-background-size: 50%!important;
  background-size: 50%!important;
}

.info-section.home-page-info-4 {
  background-size: 90%;
  background-position: 0% 50%;
}

.team-btn span {
  display: inline-block;
  vertical-align: middle;
}

.team-btn img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.mob-core-logo {
  max-width: 75px;
  margin: 0 auto;
}

.mob-core-logo img {
  width: 100%;
}

.bg-contain {
  -webkit-background-size: contain;
  background-size: contain;
}

.bgp-0  {
  background-position: 0;
}

.info-section--content .img-logo {
  max-width: 200px;
}

.info-section--content .img-logo img {
  width: 100%;
}

.contact-section--content h2 {
  display: block;
  width: 100%;  
  color: #fff !important;  
}

.contact-section--content p {
  color: #fff !important;  
  margin-bottom: 20px;  
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.select2-container--default {
  margin-bottom: 20px!important;
}

.contact-information .flex label {
  width: 15%;
  text-align: right;
  margin-right: 30px;
  margin-top: 8px;
} 

.contact-information .flex .error-msg {
  position: absolute;
  left: calc(15% + 25px);
  bottom: -7px;
}

.field-validation-valid {
  position: relative;
  top: -15px;
}

#exampleTextarea {
  resize: none;
  height: 200px;
}

.pricing-sub-header {
  background: #f9f9fa;
}

.pricing-sub-header .df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.pricing-sub-header .df h2 {
  margin: 0;
  font-size: 21px;
  padding: 0;
  border-right: 1px solid #ddd;
  padding: 20px 20px 20px 0;
}

.pricing-swiper {
  margin: 0;
}

.pricing-sub-header .df .nav-pills {
  margin: 0;
}

.pricing-sub-header .df .nav-pills li {
  width: auto;
}

.pricing-sub-header .df .nav-pills li.active a {
  background: transparent;
}

.pricing-sub-header .df .nav-pills li a:hover {
  background-color: transparent;
}


@media (max-width: 767px) {
  .top-banner {
    background-position: center;
  }
 .info-section.home-page-info-4 {
    -webkit-background-size: cover;
    background-size: cover;
  } 

  .info-section--content .cta-block {
    width: 100%;
  }

  .info-section--content h2 {
    text-align: center;
  }

   .info-section--content h2 br {
    display: none;
   }
}
 
.pricing-sub-header .nav-pills li .tabCategory .img-pf-icon {
  width: 30px;
  display: block;
  margin: 0 auto 5px;
}

.pricing-sub-header .nav-pills li .tabCategory {
  border-right: none;
}

.pricing-sub-header .nav-pills li.active .tabCategory,
.pricing-sub-header .nav-pills li .tabCategory:hover {
  color: #f6a55f;
}

.pricing-sub-header .nav-pills li .tabCategory div {
  min-height: 45px;
  display: flex;
  align-items: center;
}

.pricing-sub-header .nav-pills li .tabCategory:hover .img-pf-icon.img-default {
  display: none;
}

.pricing-sub-header .nav-pills li .tabCategory:hover .img-pf-icon.img-hover {
  display: block;
}

.pricing-sub-header .nav-pills li.active .tabCategory .img-pf-icon.img-default {
  display: none;
}

.pricing-sub-header .nav-pills li.active .tabCategory .img-pf-icon.img-hover {
  display: block;
}

.pricing-sub-header .nav-pills li .tabCategory .img-pf-icon.img-hover {
  display: none;
}

@media (max-width: 1200px) {
  .pricing-sub-header .container {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .pricing-sub-header .nav-pills li .tabCategory {
    padding: 5px 15px !important;
  }
}

@media (max-width: 991px) {
  .pricing-sub-header .df {
    flex-wrap: wrap;
  }

  .pricing-sub-header .df h2 {
    padding-right: 0;
    border-right: none;
    width: 100%;
  }

  .pricing-sub-header .nav-pills li .tabCategory {
    padding: 5px 20px !important;
  }
}

@media (max-width: 768px) {
  .pricing-sub-header .nav-pills li .tabCategory {
    padding: 5px 10px !important;
  }
}

/* @media (max-width: 580px) {
  .pricing-sub-header .nav-pills {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-sub-header .nav-pills li {
    width: 33%;
  }
} */



/********** VR Page start **********/
.vr-custom-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; 
}

#vr-bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.video-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.vr-video-box {
  width: 95%;
  margin: 20px 0;
}

.dark-blur {
  position: relative;
}

.dark-blur:before {
  position: absolute;
  content:'';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  z-index: 1;
}

@media (max-width: 768px) {
  .vr-video-box {
    width: 100%;
  }

  .vr-custom-row .tac.col-xs-12 {
    padding: 0;
  }
}

.main-page-video-button {
  color: #fff;
  font-size: 15px;
  padding: 10px 16px 10px 0;
}

.main-page-video-button:hover,
.main-page-video-button:focus {
  color: #fff;
  text-decoration: none;
}

.main-page-video-button .fa {
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .main-page-video-button {
    padding: 10px 5px;
  }
}

.vr-video-item {
  position: relative;
}

.vr-video-item-screen .vr-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

.rnx-vr-page .attend-webinar {
  font-size: 17px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-weight: bold;
}

.rnx-vr-page .attend-webinar img {
  max-width: 25px;
  margin-left: 5px;
}

/* Top banner */
.rnx-vr-page .top-banner {
  top: -30px;
  padding-top: 130px;
  z-index: 1;
}

.rnx-vr-page .top-banner--wrapper .container {
  z-index: 2;
  position: relative;
}

.rnx-vr-page .top-banner--wrapper .top-banner--btns {
  display: inline-flex;
  flex-direction: column;
}

.rnx-vr-page .top-banner--wrapper .top-banner--btns a {
  padding: 18px 75px;
}

.rnx-vr-page .cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* First section */
.rnx-vr-page--section-1 {
  position: relative;
  z-index: 999;
  margin-top: -95px;
  z-index: 2;
}

.rnx-vr-page--section-1  .vr-custom-row {
  align-items: stretch;
}

.rnx-vr-page--section-1 .info-section--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.rnx-vr-page--section-1 .info-section--content p {
  font-weight: 400;
}

.rnx-vr-page--section-1 .attend-webinar {
  color: #000;
}

.rnx-vr-page--section-1 .attend-webinar img {
  filter: brightness(0%);
}

/* Second section */
.rnx-vr-page--section-2 iframe {
  width: 100%;
}

/* Third section */
.rnx-vr-page--section-3 .attend-webinar {
  color: #000;
}

.rnx-vr-page--section-3 .attend-webinar img {
  filter: brightness(0%);
}

.rnx-vr-page--section-3 .flexslider {
  display: block !important;
}

.rnx-vr-page--section-3 .flex-direction-nav a {
  color: #fff;
  opacity: .7;
  font-size: 0;
  height: 60px;
}

.rnx-vr-page--section-3 .flex-direction-nav a:before {
  color: #fff;
}

.rnx-vr-page--section-3 .flex-direction-nav .flex-next {
  right: 10px;
}

.rnx-vr-page--section-3 .flex-direction-nav .flex-prev {
  left: 10px;
}

@media screen and (min-width: 768px) {
  .vr-video-item-screen,
  .rnx-vr-page .prop-slider {
      margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .rnx-vr-page--section-2 .vr-video-item-screen.tv-man img {
    max-width: 100%;
  }

  .vr-video-item-screen .vr-video-btn.custom-2 {
    right: 5.5%;
    left: 6.5%;
  }
}

@media (max-width: 767px) {
  .vr-video-item-screen {
    margin: 50px 0;
  }

  .rnx-vr-page .attend-webinar {
    color: #000;
  }

  .rnx-vr-page .attend-webinar img {
    filter: brightness(0%);
  }

  .rnx-vr-page .top-banner--wrapper .attend-webinar {
    color: #fff;
  }

  .rnx-vr-page .top-banner--wrapper .attend-webinar img {
    filter: none;
  }

  .rnx-vr-page--section-2 .vr-video-item-screen.tv-man  {
    margin-bottom: 0;
  }

  .rnx-vr-page--section-2 .vr-video-item-screen.tv-man img {
    max-width: 80%;
  }

  .vr-video-item-screen .vr-video-btn.custom-2 {
    top: 80px;
    right: 88px;
    left: 94px;
    bottom: 50%;
  }

  .rnx-vr-page .top-banner--wrapper .top-banner--btns a {
    margin-right: 0;
    padding: 10px 16px;
  }
}

@media (max-width: 580px) {
  .rnx-vr-page--section-2 .vr-video-item-screen.tv-man img {
    max-width: 100%;
  }

  .vr-video-item-screen .vr-video-btn.custom-2 {
    top: 75px;
    right: 3%;
    left: 4%;
    bottom: 50%;
  }
}
/********** VR Page end **********/



/*bg-images*/
.home-page--banner {
  background: url(/images/realnex/home-banner.png);
  background-size: cover;
  background-position: 50% 100%;
}

.navigation-section {
  background-image: url(/images/realnex/navigation-section.png);
}

.home-page--why {
  background-image: url(/images/realnex/home-laptop-section.png);
  background-position: top;
}

.home-page-info-1 {
  background-image: url(/images/realnex/home-tablet-section.jpg);
}

.home-page-info-2 {
  background-image: url(/images/realnex/leasing-bg.jpg);
}

.home-page-info-3 {
  background-image: url(/images/realnex/home-sample-report.jpg);
}

.home-page-info-4 {
  background-image: url(/images/realnex/home-section-4.jpg);
}

.home-page-info-5 {
  background-image: url(/images/realnex/home-section-5.jpg);
}

.brokerage-banner {
  background: url(/images/realnex/brokers-banner.png);
  background-size: cover;
  background-position: 50% 100%;
}

.brokerage-page--section-1 {
  background-image: url(/images/realnex/brokers-license-section.jpg);
}

.brokerage-page--section-2 {
  background-image: url(/images/realnex/brokers-save-time-section.jpg);
}

.brokerage-page--section-3 {
  background-image: url(/images/realnex/brokers-tablet-section.jpg);
}

.brokerage-page--section-4 {
  background-image: url(/images/realnex/brokers-power-section.jpg);
}

.brokerage-page--section-5 {
  background-image: url(/images/realnex/brokers-designs-section.jpg);
}

.investment-banner {
  background-image: url(/images/realnex/investment-banner.png);
}

.investment-page--section-1 {
  background-image: url(/images/realnex/investment-demonstrate-section.jpg);
}

.investment-page--section-2 {
  background-image: url(/images/realnex/investment-achieve-section.jpg);
}

.investment-page--section-3 {
  background-image: url(/images/realnex/investment-compelling-section.jpg);
}

.investment-page--section-4 {
  background-image: url(/images/realnex/investment-accelerated-section.jpg);
}

.leasing-page-banner {
  background-image: url(/images/realnex/leasing-banner.png);
}

.leasing-page--section-1 {
  background-image: url(/images/realnex/leasing-section-1.jpg);
}

.leasing-page--section-2 {
  background-image: url(/images/realnex/leasing-section-2.jpg);
}

.leasing-page--section-3 {
  background-image: url(/images/realnex/leasing-section-3.jpg)
}

.leasing-page--section-4 {
  background-image: url(/images/realnex/leasing-section-4.jpg)
}

.owners-page-banner {
  background-image: url(/images/realnex/owners-banner.png);
}

.owners-page--section-1 {
  background-image: url(/images/realnex/owners-portfolio-section.jpg);
}

.owners-page--section-2 {
  background-image: url(/images/realnex/owners-deals-section.jpg);
}

.owners-page--section-3 {
  background-image: url(/images/realnex/owners-relationships-section.jpg);
}

.owners-page--section-4 {
  background-image: url(/images/realnex/owners-sophisticated-section.jpg);
}

.tenant-page-banner {
  background-image: url(/images/realnex/tenant-banner.png);
}

.tenant-page--section-1 {
  background-image: url(/images/realnex/tenant-rise-section.jpg);
}

.tenant-page--section-2 {
  background-image: url(/images/realnex/tenant-collaborative-section.jpg);
}

.tenant-page--section-3 {
  background-image: url(/images/realnex/tenant-deal-section.jpg);
}

.tenant-page--section-4 {
  background-image: url(/images/realnex/tenant-sophisticated-section.jpg)
}

.small-text-container {
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
}

.ul-checkmarks .padding-left-left {
  padding-left: 20px;
}

.realcampaign-page--section-4 .logo-placeholder {
  max-width: 320px;
  margin-top: 50px;
}

.realcampaign-page--section-4 .logo-placeholder img {
  width: 100%;
}

.realcampaign-page--section-4 .logo-placeholder + .cta-block {
  padding-top: 25px;
}

.download-brochure {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding: 0 16px;
}

.download-brochure:hover,
.download-brochure:focus,
.download-brochure:active {
  color: #fff;
  text-decoration: none;
}

.download-brochure img {
  max-width: 20px;
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .download-brochure {
    padding: 0 5px;
  }
}

.download-pdf-blue img {
  max-width: 15px;
  margin-left: 10px;
}

.product-page--table .img-placeholder {
  max-width: 1500px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .marketplace-page--section-1 {
    background-size: 55%!important;
  }
}

@media (min-width: 1800px) {
  .marketplace-page--section-1 {
    background-size: 60%!important;
  }
}


.ccim-modal #frmContactUs .form-group {
  margin-left: -15px;
  margin-right: -15px ;
  font-size: 18px ;
  margin-bottom: 15px ;
  line-height: 1.42857143;
}

.ccim-modal #frmContactUs .form-group label {
  padding-top: 0;
  margin-bottom: 0;
}

.ccim-modal #frmContactUs .form-group input {
  height: 34px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .modal-header, .modal-body {
    padding: 10px;
  }

  .ccim-modal #frmContactUs .form-group label {
    padding-top: 0;
    line-height: 100%;
  }

  .ccim-modal #frmContactUs .form-group {
    margin-bottom: 10px;
  }

  .ccim-modal #frmContactUs .form-group {
    font-size: 16px;
  }
}



/********** Realcore Page **********/
.realcore-section-6 img {
  width: 100%;
}

.realcore-section-6 h2 {
  color: #fff;
  position: absolute;
  bottom: 100px;
  width: 100%;
  font-size: 42px;
}

@media screen and (min-width: 1600px) {
  .realcore-section-6 h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .realcore-section-6 h2 {
    bottom: 50px;
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .realcore-section-6 h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 550px) {
  .realcore-section-6 h2 {
    bottom: 10px;
    font-size: 18px;
  }
}

 
/*********** Aerial scroll point ***********/
#aerial-section {
  color: transparent; 
  position: absolute; 
  bottom: 50px;
}


/*********** Sms Agreement ***********/
label[for=SMSAgreement] {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}

label[for=SMSAgreement] + span {
  position: relative;
  top: -15px;
}

.text-danger {
  color: red;
  font-size: 14px;
  line-height: 1.2px;
}
