html,
.home {
  overflow-x: hidden;
}
.landing-iconmembers,
.landing-icongear,
.landing-iconmonitor,
.landing-iconplane,
.landing-iconplacemark {
  max-width: 100%;
  background-size: 100%;
  background-image: url("/images/home/landing-icon.png");
}

.landing-iconmembers {
  background-position: 0 0%;
  background-size: 100%;
}
.landing-icongear {
  background-position: 0 23.786408%;
  background-size: 103.571429%;
}
.landing-iconmonitor {
  background-position: 0 49.53271%;
  background-size: 109.433962%;
}
.landing-iconplane {
  background-position: 0 74.519231%;
  background-size: 138.095238%;
}
.landing-iconplacemark {
  background-position: 0 100%;
  background-size: 145%;
}

.home .line-through {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

.home .testimonials .slick-dots li button:hover {
  background-color: #5f9ad5;
}

.home .testimonials .slick-dots li {
  bottom: 0;
}

.home .content > div {
  margin-top: 3em;
  margin-bottom: 5em;
}

.home .header .mobile-bg {
  background-image: url("//www.velvetech.com/images/mobile-bg.jpg");
  z-index: -101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home .header .gray-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -50;
  background-color: black;
  opacity: 0.6;
}

.home .header .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.home .header video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .home .content > div.bpm-event-banner-home {
    order: 2;
  }
}

@media (min-aspect-ratio: 16/9) {
  .home .header video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .home .header video {
    width: 300%;
    left: -100%;
  }
}

@supports (object-fit: cover) {
  .home .header video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.home .contact-big .title-text {
  text-align: center;
}

.home .line-through:before,
.home .line-through:after {
  background-color: #c6c6c6;
  content: "\a0";
  height: 1px;
  margin-left: 2%;
  overflow: hidden;
  position: absolute;
  top: 51%;
  width: 50%;
}

.home .line-through:before {
  margin-left: -52%;
  text-align: right;
}

.home .header .small-text {
  width: 88%;
}

.home .header .small-text {
  margin-left: 0;
  margin-right: 0;
}

.home .header .small-text span {
  color: #fff;
  white-space: nowrap;
}

.home .header .small-text span:first-child {
  margin-left: 12px;
}

.home .header .small-text span:after {
  content: "|";
  margin: 0 12px 0 18px;
}

.home .header .small-text span:last-child:after {
  display: none;
}

.home .header .inner-header .table {
  min-height: 250px;
}

@media (min-width: 768px) {
  .home .header .logo {
    background: url("//www.velvetech.com/images/vvt-logo-white.svg") no-repeat 0
      100%;
  }

  .home .header .topbar {
    background-color: transparent;
    position: absolute;
  }

  .home .header .topbar .phone a {
    color: #fff;
  }

  .home .header .topbar .phone a:before {
    color: #fff;
  }

  .home .header .nav-toggle {
    background-color: #eee;
  }

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

@media (min-width: 1420px) {
  .home .header .inner-header {
    height: 778px;
    max-height: 778px;
  }
}

@media (max-width: 768px) {
  .home .header .header-text .big-text {
    margin-bottom: 0;
  }

  .home .header .header-text .big-text h1 {
    margin-bottom: 10px;
  }

  .home .case-studies {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .home .content > div {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .home .content > div.technology {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 0;
    margin-top: 2em;
  }

  .home .content > div.microsoft-partner {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 1em;
  }

  .home .content .advantages {
    margin-top: 0;
  }

  .home .content .advantages .title-before {
    margin-top: 0;
  }
  .home .content > div {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

/* advantages */

.home .advantages .block {
  background-color: #5d9cd5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.home .advantages .block .title {
  color: #fff;
}

.home .advantages .flex > .block {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 20%;
}

.home .advantages .flex > .block .block {
  border-bottom: 4px solid #fff;
  border-right: 0;
  height: 50%;
  width: 100%;
}

.home .advantages .flex > .block .block:last-child {
  border-bottom: 0;
}

.home .advantages .line-through {
  font-size: 30px;
}

.tabs-content .tab .title {
  color: #244796;
}

.home .advantages .block > img {
  height: 100%;
  display: block;
  width: 100%;
}

.home .advantages .block > .table {
  height: 100%;
  width: 100%;
}

.home .advantages .block > .table > .cell {
  line-height: 1.1;
  padding: 7%;
  vertical-align: top;
}

.home .advantages .block .table .cell ul {
  float: left;
  margin-top: 18px;
}

.home .advantages .block .table .cell ul:last-child {
  margin-left: 3%;
}

.home .advantages .block img + .table {
  left: 0;
  position: absolute;
  top: 0;
}

.home .advantages .block img + .table > .cell,
.home .advantages .back .table > .cell {
  text-align: center;
  vertical-align: middle;
}

.home .advantages .back .table .title {
  font-size: 40px;
  line-height: 1.5;
}

.home .advantages .flex .block1 {
  background-image: url("//www.velvetech.com/images/business.png");
}

.home .advantages .flex .block2 {
  background-image: url("//www.velvetech.com/images/projects.png");
}

.home .advantages .flex .block3 {
  background-image: url("//www.velvetech.com/images/proof.png");
}

.home .advantages .flex > .block4 {
  border-right: 0;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  width: 40%;
}

.home .advantages .flex > .block5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  width: 80%;
}

.home .advantages .flex > .block5 .table .cell {
  padding-top: 5%;
  vertical-align: top;
}

.home .advantages .flex > .block6 {
  border-right: 0;
  font-size: 0;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.home .advantages .flex > .block6 .block {
  background-image: url("//www.velvetech.com/images/members.png");
}

.home .advantages .flex > .block6 .block:last-child {
  background-image: url("//www.velvetech.com/images/company.png");
}

.home .advantages .flex > .block7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
  width: 40%;
}

.home .advantages .flex > .block7 .cell {
  text-align: center;
  vertical-align: middle;
}

.home .advantages .flex > .block7 .cell i {
  margin: 5% 0 0 5%;
  vertical-align: middle;
}

.home .advantages .flex > .block7 .cell i:first-of-type {
  margin-left: 0;
}

.home .advantages .flex > .block8 {
  border-right: 0;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
  width: 60%;
}

.home .advantages .flex > .block8 > .table > .cell {
  padding: 0;
}

@media (max-width: 1366px) {
  .home .advantages .flex > .block6 .block {
    display: inline-block;
    border-bottom: 0;
    height: 100%;
    overflow: hidden;
    width: 50%;
  }

  .home .advantages .flex > .block6 .block:first-child {
    border-right: 4px solid #fff;
  }
}

@media (max-width: 1366px) and (min-width: 880px) {
  .home .advantages .flex > .block4 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    width: 30%;
  }

  .home .advantages .flex > .block5 {
    width: 70%;
  }

  .home .advantages .flex > .block6 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 40%;
  }

  .home .advantages .block .table .cell ul:last-child {
    margin: 0;
  }
}

@media (max-width: 1366px) and (min-width: 880px) {
  .home .advantages .block .table .cell ul:last-child {
    margin: 0;
  }
}

@media (max-width: 1180px) and (min-width: 880px) {
  .home .advantages .block .table .cell ul li {
    font-size: 16px;
  }

  .home .advantages .block .table .cell .title {
    font-size: 26px;
  }
}

@media (max-width: 1000px) and (min-width: 880px) {
  .home .advantages .block .table .cell .title {
    font-size: 22px;
  }

  .home .advantages .block .table .cell ul li {
    line-height: 1.6;
  }
}

@media (max-width: 880px) {
  .home .advantages .flex > .block1,
  .home .advantages .flex > .block2 {
    max-height: 350px;
    width: 50%;
  }

  .home .advantages .flex > .block2 {
    border-right: 0;
  }

  .home .advantages .flex > .block3 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    width: 33.333%;
  }

  .home .advantages .flex > .block4 {
    font-size: 24px;
  }

  .home .advantages .flex > .block5 {
    border-right: 0;
    width: 100%;
  }

  .home .advantages .flex > .block6 {
    width: 66.666%;
  }

  .home .advantages .flex > .block4,
  .home .advantages .flex > .block7,
  .home .advantages .flex > .block8 {
    border-right: 0;
    width: 100%;
  }
}

@media (max-width: 780px) {
  .home .advantages .block .table .cell ul {
    float: none;
  }

  .home .advantages .block .table .cell ul:last-child {
    margin: 0;
  }

  .home .advantages .flex > .block5 .table .cell {
    padding-top: 3%;
  }
}

@media (max-width: 660px) {
  .home .advantages .block .table .cell .title {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .home .advantages .block {
    font-size: 16px;
  }

  .home .advantages .flex > .block4 {
    font-size: 16px;
  }

  .home .advantages .block .table .cell .title {
    font-size: 16px;
  }

  .home .advantages .block .table .cell .image + .title {
    font-size: 12px;
  }

  .home .advantages .block > .table > .cell .image {
    height: 24px;
  }
}

/* testimonials slider */
.home .testimonials {
  background: url("//www.velvetech.com/images/slider.png") no-repeat center
    center;
  background-size: 100% 100%;
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
  height: 100%;
  text-align: center;
}

.home .testimonials .comment {
  font-weight: normal;
  line-height: 1.3;
}

.home .testimonials .owl-dots {
  margin-bottom: 20px;
}

.home .testimonials .testimonial .client-info .h4 {
  font-size: 16px;
}

.home .testimonials .testimonial .client-info {
  font-size: 12px;
  color: #c6c6c6;
}

.home .testimonials .testimonial .client-info .author {
  color: white;
  margin: 0;
}

.home .testimonials .testimonial .client-info-row {
  justify-content: center;
}

.home .testimonials .owl-next,
.home .testimonials .owl-prev {
  top: 50%;
  color: white;
}

.home .testimonials .quotes {
  content: "“";
  font-family: "GothamProNarrowBold";
  font-size: 100px;
  height: 36px;
  line-height: 0.7;
  margin-bottom: 4%;
  margin-top: 4%;
  text-align: center;
  color: white;
}

@media (max-width: 480px) {
  .home .testimonials {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .home .testimonials .comment {
    font-size: 13px;
  }

  .home .testimonials .quotes {
    font-size: 70px;
  }

  .home .testimonials .table {
    font-size: 9px;
  }

  .home .testimonials img {
    width: 30px;
  }

  .home .testimonials .table .cell div {
    font-size: 12px;
  }
}

@media (min-width: 778px) {
  .home .content .contact-big {
    padding-bottom: 7%;
    padding-top: 7%;
  }
}

@media (max-width: 778px) {
  .home .contact-small {
    display: none;
  }
  .home .testimonials .slick-dots {
    position: relative;
  }
}

/* insights */
.content .insights h2 {
  margin-bottom: 4%;
}

.insights .slider-wrapper {
  position: relative;
}

.insights .post-preview {
  position: relative;
}

.insights .post-preview .table {
  position: relative;
  z-index: 1;
}

.insights .preview-l,
.insights .preview-l .title {
  color: #fff;
}

.insights a.text-white:hover {
  color: #fff !important;
}

.insights .title.text-dark-blue a {
  color: #244796;
}

.insights .title.text-dark-blue a:hover {
  color: #07f;
}

.insights .preview-l .table {
  height: 100%;
  width: 100%;
}

.insights .preview-l .table .cell {
  background-color: rgba(36, 71, 150, 0.6);
  height: 100%;
  padding: 30px 32px;
}

.insights .preview-s {
  padding: 20px;
  vertical-align: top;
  width: 250px;
}

.insights .preview-s:hover {
  background-color: #eee;
}

.insights .preview-s .text {
  margin-bottom: 9px;
}

.insights .post-preview img {
  bottom: 0;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.insights .view-wrap {
  margin: 5% 0;
}

@media (min-width: 1240px) {
  .insights .preview-l .table {
    width: 50%;
  }

  .insights .preview-l .table .cell {
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .insights .slider {
    display: table;
    height: 100%;
  }

  .insights .preview-l {
    height: 100%;
  }

  .insights .preview-s img {
    display: none;
  }
}

@media (max-width: 1240px) {
  .insights .preview-l {
    width: 50%;
  }

  .insights .preview-s {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .home .content .insights {
    margin-bottom: 0;
    margin-top: 1em;
    padding: 0;
  }

  .home .content .insights a {
    color: white;
  }

  .insights .title.text-dark-blue a,
  .insights .title.text-dark-blue a:hover {
    color: white;
  }

  .home .content .insights + div {
    margin-top: 0;
  }

  .home .content .insights .slick-dots li {
    bottom: 0;
  }

  .insights .preview-s {
    padding: 0;
  }

  .insights .preview-l {
    height: 100%;
  }

  .insights .post-preview .table .cell {
    background-color: rgba(36, 71, 150, 0.6);
    height: 400px;
    font-size: 18px;
    padding: 4% 10% 0 10%;
  }

  .insights .post-preview,
  .insights .post-preview .title {
    color: #fff;
  }

  .insights .post-preview .title {
    font-size: 22px;
  }

  .insights .post-preview .text {
    font-size: 14px;
    margin-bottom: 9px;
  }

  .insights .view-wrap {
    margin: 11% 0;
  }
}

@media (max-width: 480px) {
  .insights .post-preview .title {
    font-size: 16px;
  }

  .insights .post-preview .view {
    font-size: 12px;
  }
}

@media (max-width: 300px) {
  .insights .post-preview .inner {
    height: 139vw;
  }
}

/* awards */
.awards-recognition-container {
  width: 100%;
}

.awards-recognition-container .slider {
  margin-top: 20px;
}

.awards-recognition-container .owl-stage {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.awards-recognition-container .slide {
  margin: 0 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.awards-recognition-container .owl-prev,
.awards-recognition-container .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.awards-recognition-container .owl-prev {
  left: 10px;
  color: #ccc;
  font-size: 60px;
}

.awards-recognition-container .owl-next {
  right: 10px;
  color: #ccc;
  font-size: 60px;
}

.awards-recognition-container .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.awards-recognition-container .owl-dot {
  margin-left: 10px;
  margin-right: 10px;
}

.awards-recognition-container .owl-dot span {
  background-color: #ededee;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 18px;
  width: 18px;
}

.awards-recognition-container .owl-dot span:hover,
.awards-recognition-container .owl-dot.active span {
  background-color: #5f9ad5;
}

.case-studies {
  margin-bottom: 0 !important;
}

/* case-studies */
.case-studies-slider {
  width: 100%;
  max-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}

.case-studies-slider .slick-arrow.slick-next {
  right: 20px;
}

.case-studies-slider .slick-arrow.slick-prev {
  left: 20px;
}

.case-studies-slider .slick-dots {
  bottom: -40px;
}

.case-studies-slider .case-arrow {
  background: #457fbfdb;
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 100px;
  height: 100px;
  border-radius: 50% 50% 0;
  font-size: 2.5em;
  padding: 17px 36px;
  transition: all ease-out 0.1s;
  outline: none;
}

.case-studies-slider .case-arrow img {
  display: inline;
  max-width: initial;
}

.case-studies-slider .case-arrow:hover {
  background: #10bde8bd;
  transition: all ease-out 0.1s;
}

.case-studies-slider .slide {
  position: relative;
  outline: none;
  margin-right: 3px;
}

.case-studies-slider .slide .bg-image {
  width: 100%;
  object-fit: cover;
  max-height: 780px;
  object-position: center top;
}

.case-studies-slider .slide .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 18px;
  right: 0;
  padding: 4% 10% 22% 10%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

.case-studies-slider .slide .text h3,
.case-studies-slider .slide .text h3 a:hover,
.case-studies-slider .slide .text .hover-text,
.case-studies-slider .slide .text .view {
  color: white;
}

.case-studies-slider .slide .hover-text {
  display: none;
  margin-bottom: 3%;
}

.case-studies-slider .slide:hover .hover-text {
  display: block;
}

.case-studies-slider .slide:hover .text {
  background-color: rgba(36, 71, 150, 0.6);
}

@media (max-width: 1080px) {
  .case-studies-slider .slide .text h3 {
    font-size: 28px;
  }
}

@media (max-width: 920px) {
  .case-studies-slider .slide .text h3 {
    font-size: 25px;
  }
}

@media (max-width: 840px) {
  .case-studies-slider .slide .bg-image {
    max-height: 400px;
  }

  .case-studies-slider .slide .text h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .case-studies-slider .slide {
    margin-right: 0;
  }
  .case-studies-slider .slide .text {
    background-color: rgba(36, 71, 150, 0.6);
  }

  .case-studies-slider .slide .text {
    justify-content: center;
    padding: 0 10%;
    padding-bottom: 20px;
  }
  .case-studies-slider .slide .hover-text {
    display: block;
  }
}

/* end case-studies */

.home .space-around {
  justify-content: space-around;
}

.home .col-30 {
  width: 30%;
}

@media (max-width: 768px) {
  .home .flex.responsive .col-30 {
    width: 100%;
  }
}

.our-focus-container {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.our-focus-container .img-container {
  width: 240px;
  text-align: center;
  margin-right: 20px;
}

@media (max-width: 600px) {
  .our-focus-container {
    flex-flow: column;
  }
  .our-focus-container .img-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
