@import "line-awesome.min.css";
@import "font-awesome.min.css";
._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@font-face {
  font-family: 'SohoStd';
  src: url('../fonts/2B1F6C_0_0.eot');
  src: url('../fonts/2B1F6C_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2B1F6C_0_0.woff') format('woff'), url('../fonts/2B1F6C_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SohoGothicPro-Regular';
  src: url('../fonts/2B1F6C_1_0.eot');
  src: url('../fonts/2B1F6C_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2B1F6C_1_0.woff') format('woff'), url('../fonts/2B1F6C_1_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SohoGothicStd-Bold';
  src: url('../fonts/2B1F6C_2_0.eot');
  src: url('../fonts/2B1F6C_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2B1F6C_2_0.woff') format('woff'), url('../fonts/2B1F6C_2_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: hidden;
}
ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 20px;
}
ol {
  list-style: decimal;
  margin-bottom: 0;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*:focus:-ms-input-placeholder {
  color: transparent !important;
}
p,
li {
  line-height: 1.62;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
  color: #4346CB;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #24272C;
  min-height: 100vh;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-3,
.col-md-7,
.col-md-9,
.col-md-10,
.col-md-11,
.col-sm-6,
.col-md-6,
.col-md-4,
.col-sm-3,
.col-xm-6,
.col-md-12,
.col-md-8,
.col-md-5,
.col-md-2,
.col-sm-4,
.col-sm-8,
.col-sm-7,
.col-sm-5 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.col-md-3.no-pad,
.col-md-7.no-pad,
.col-md-9.no-pad,
.col-md-10.no-pad,
.col-md-11.no-pad,
.col-sm-6.no-pad,
.col-md-6.no-pad,
.col-md-4.no-pad,
.col-sm-3.no-pad,
.col-xm-6.no-pad,
.col-md-12.no-pad,
.col-md-8.no-pad,
.col-md-5.no-pad,
.col-md-2.no-pad,
.col-sm-4.no-pad,
.col-sm-8.no-pad,
.col-sm-7.no-pad,
.col-sm-5.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.color-white {
  color: #fff;
}
.color-white * {
  color: #fff !important;
}
.color-white a {
  color: #fff;
}
.color-white .label,
.color-white .read-more {
  color: #fff;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-block {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 100;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.main-header .logo .logo-active {
  display: none;
}
.main-header.fix {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(10, 31, 68, 0.9);
  padding: 15px 0;
}
.main-header.fix .logo img {
  display: none;
}
.main-header.fix .logo img.logo-active {
  display: inline;
}
.main-header.open-menu:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-header .navigation {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background: #0a1f44;
  padding-top: 173px;
  padding-bottom: 130px;
  height: 100vh;
}
.main-header .navigation ul {
  list-style: none;
  padding: 0;
}
.main-header .navigation ul li {
  line-height: normal;
}
.main-header .navigation ul a {
  font-weight: 600;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.6);
}
.main-header .navigation ul a:hover {
  color: #fff;
}
.main-header .navigation .col-sm-5 {
  padding-top: 20px;
}
.main-header .navigation .col-sm-5 img {
  margin-bottom: 20px;
}
.main-header .navigation p + h4 {
  margin-top: 25px;
}
.main-header .navigation h4 {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.main-header .navigation .intro {
  margin-bottom: 15px;
}
.main-header .navigation .intro p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
}
.main-header .navigation p {
  font-size: 14px;
  line-height: 1.43;
  color: #FFFFFF;
}
.main-header .navigation .container {
  display: block;
}
.main-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.main-header .toggle-menu {
  width: 22px;
  height: 14px;
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
  padding-top: 7px;
}
.main-header .toggle-menu span {
  display: block;
  width: 100%;
  position: relative;
  height: 2px;
}
.main-header .toggle-menu span span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  -moz-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  -o-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  -webkit-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
}
.main-header .toggle-menu span span.before {
  top: -7px;
}
.main-header .toggle-menu span span.middle {
  top: 0;
}
.main-header .toggle-menu span span.after {
  top: 7px;
}
.main-header .toggle-menu span.anim > .before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  -moz-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  -o-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  -webkit-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
}
.main-header .toggle-menu span.anim > .middle {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: 0.3s all ease 0.4s;
  -o-transition: 0.3s all ease 0.4s;
  -webkit-transition: 0.3s all ease 0.4s;
  transition: 0.3s all ease 0.4s;
}
.main-header .toggle-menu span.anim > .after {
  opacity: 0;
  top: 0;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.main-header .main-menu {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  padding: 0;
  text-align: right;
}
.main-header .main-menu li {
  display: inline-block;
  line-height: normal;
  margin: 0 45px 0 0;
}
.main-header .main-menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.btn {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #0A1F44;
  padding: 14px 60px  14px 25px;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  z-index: 2;
  margin-top: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover .la {
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.btn .la {
  position: absolute;
  right: 25px;
  font-weight: bold;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-sect {
  padding: 160px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0A1F44;
}
.main-sect.pad-sm {
  padding: 55px 0;
}
.main-sect h1 {
  font-family: 'SohoGothicStd-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 1.11;
  color: #FFFFFF;
}
.main-sect h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  color: #24272C;
}
.center-pos {
  margin-right: auto;
  margin-left: auto;
}
.arrow-one {
  width: 50%;
  text-align: right;
  padding: 90px 0;
  z-index: 2;
  height: 376px;
  position: relative;
}
.arrow-one img {
  position: absolute;
}
.arrow-one img.left-pos {
  right: 10%;
  bottom: 46%;
}
.arrow-one img.right-pos {
  left: 100%;
  margin-left: 4%;
  top: 38px;
}
.arrow-one svg {
  position: absolute;
  right: 0;
  margin-right: -49px;
  vertical-align: middle;
}
.arrow-two {
  width: 50%;
  text-align: right;
  padding: 45px 0;
  position: absolute;
  left: 0;
  bottom: -165px;
  z-index: 2;
}
.arrow-two img {
  position: absolute;
}
.arrow-two svg {
  vertical-align: middle;
}
.arrow-three {
  width: 50%;
  text-align: right;
  padding: 45px 0;
  z-index: 2;
  position: relative;
}
.arrow-three img {
  position: absolute;
}
.arrow-three img.left-pos {
  right: 50px;
  bottom: 43%;
}
.arrow-three img.right-pos {
  right: -95px;
  bottom: 30%;
}
.arrow-three svg {
  vertical-align: middle;
  margin-right: -49px;
}
.arrow-four {
  width: 50%;
  text-align: right;
  padding: 20px 0 0 0;
  z-index: 2;
  position: relative;
}
.arrow-four img {
  position: absolute;
}
.arrow-four img.left-pos {
  top: 25%;
  left: 96px;
}
.arrow-four img.right-pos {
  left: 42%;
  top: 42%;
}
.arrow-four svg {
  vertical-align: middle;
}
.description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.28;
  color: #FFFFFF;
  max-width: 670px;
  position: relative;
}
.description:after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: linear-gradient(46.68deg, #E650B8 0%, #4A20E5 30.27%, #3592FF 61.04%, #A1DEBA 95.29%);
  opacity: 0.75;
  filter: blur(99px);
  border-radius: 5px;
  width: 260px;
  height: 260px;
}
.description.width550 {
  max-width: 550px;
}
.description p,
.description li {
  line-height: 1.28;
  position: relative;
  z-index: 2;
}
.description strong {
  font-family: 'SohoGothicStd-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
}
.videobg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  /* Set video container element width here */
  height: 100%;
  /* Set video container element height here */
  overflow: hidden;
  /* bg color, if video is not high enough */
}
/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px;
  /* 16:9 ratio */
  top: -55px;
  left: -97.7777px;
  /* 16:9 ratio */
}
.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
.top-section {
  padding-top: 300px;
  position: relative;
}
.top-section .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-section .video-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(10, 31, 68, 0.5) 0%, #0A1F44 100%);
}
.top-section .container {
  position: relative;
  z-index: 2;
}
.top-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(10, 31, 68, 0) 0%, #0A1F44 100%);
}
.two-section {
  position: relative;
}
.latest-insights h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.latest-insights .col-sm-4 {
  margin-bottom: 30px;
}
.capabilities {
  background: linear-gradient(0deg, rgba(230, 80, 184, 0.2), rgba(230, 80, 184, 0.2)), #0A1F44;
  border-radius: 10px;
  padding: 30px 45px;
  margin: 0 -30px;
}
.capabilities.blue-bg {
  background: linear-gradient(0deg, rgba(53, 146, 255, 0.2), rgba(53, 146, 255, 0.2)), #0A1F44;
}
.capabilities.blue-bg .slider-cap .slick-dots {
  background: rgba(53, 146, 255, 0.2);
}
.capabilities.green-bg {
  background: linear-gradient(0deg, rgba(73, 177, 115, 0.2), rgba(73, 177, 115, 0.2)), #0A1F44;
}
.capabilities.green-bg .slider-cap .slick-dots {
  background: rgba(73, 177, 115, 0.2);
}
.capabilities.blue-d-bg {
  background: linear-gradient(0deg, rgba(74, 32, 229, 0.2), rgba(74, 32, 229, 0.2)), #0A1F44;
}
.capabilities.blue-d-bg .slider-cap .slick-dots {
  background: rgba(129, 95, 255, 0.2);
}
.capabilities.blue-grey-bg {
  background: linear-gradient(0deg, rgba(230, 187, 45, 0.2), rgba(230, 187, 45, 0.2)), #0A1F44;
}
.capabilities.blue-grey-bg .slider-cap .slick-dots {
  background: rgba(230, 187, 45, 0.2);
}
.capabilities.blue-violet-bg {
  background: linear-gradient(0deg, rgba(255, 71, 130, 0.2), rgba(255, 71, 130, 0.2)), #0A1F44;
}
.capabilities.blue-violet-bg .slider-cap .slick-dots {
  background: rgba(255, 71, 130, 0.2);
}
.capabilities h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.56;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.capabilities .wrap-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.capabilities .wrap-content .toggle-tabs {
  width: 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  list-style: none;
  padding: 0;
}
.capabilities .wrap-content .toggle-tabs li {
  line-height: normal;
  margin-bottom: 10px;
}
.capabilities .wrap-content .toggle-tabs li:last-child {
  margin-bottom: 0;
}
.capabilities .wrap-content .toggle-tabs li:nth-of-type(2) a.active i {
  background: rgba(53, 146, 255, 0.2);
}
.capabilities .wrap-content .toggle-tabs li:nth-of-type(3) a.active i {
  background: rgba(73, 177, 115, 0.2);
}
.capabilities .wrap-content .toggle-tabs li:nth-of-type(4) a.active i {
  background: rgba(74, 32, 229, 0.2);
}
.capabilities .wrap-content .toggle-tabs li:nth-of-type(5) a.active i {
  background: rgba(230, 187, 45, 0.2);
}
.capabilities .wrap-content .toggle-tabs li:nth-of-type(6) a.active i {
  background: rgba(255, 71, 130, 0.2);
}
.capabilities .wrap-content .toggle-tabs a {
  display: block;
}
.capabilities .wrap-content .toggle-tabs a.active i {
  background: rgba(230, 80, 184, 0.2);
  box-shadow: 0px 28px 60px rgba(0, 0, 0, 0.15);
}
.capabilities .wrap-content .toggle-tabs a.active span {
  color: #fff;
}
.capabilities .wrap-content .toggle-tabs a i {
  display: inline-block;
  width: 66px;
  height: 66px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
}
.capabilities .wrap-content .toggle-tabs a i img {
  max-height: 100%;
}
.capabilities .wrap-content .toggle-tabs a span {
  vertical-align: middle;
  padding-left: 19px;
  font-weight: 600;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.3);
}
.capabilities .content-right-wrap {
  width: 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  position: relative;
}
.capabilities .content-right-wrap .toggle-sl-tab {
  display: none;
}
.capabilities .right-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.capabilities .right-content.active {
  opacity: 1;
  position: static;
  pointer-events: auto;
}
.capabilities .right-content .block-open {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
.capabilities .right-content.blue-bg .wrap-list .btn {
  background: #3592FF;
}
.capabilities .right-content.blue-bg .wrap-list ul li span {
  color: #3592FF;
  border-color: #3592FF;
}
.capabilities .right-content.blue-d-bg .wrap-list .btn {
  background: #815FFF;
}
.capabilities .right-content.blue-d-bg .wrap-list ul li span {
  color: #815FFF;
  border-color: #815FFF;
}
.capabilities .right-content.green-bg .wrap-list .btn {
  background: #49B173;
}
.capabilities .right-content.green-bg .wrap-list ul li span {
  color: #49B173;
  border-color: #49B173;
}
.capabilities .right-content.blue-grey-bg .wrap-list .btn {
  background: #E6BB2D;
}
.capabilities .right-content.blue-grey-bg .wrap-list ul li span {
  color: #E6BB2D;
  border-color: #E6BB2D;
}
.capabilities .right-content.blue-violet-bg .wrap-list .btn {
  background: #FF4782;
}
.capabilities .right-content.blue-violet-bg .wrap-list ul li span {
  color: #FF4782;
  border-color: #FF4782;
}
.capabilities .wrap-list {
  width: 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
}
.capabilities .wrap-list .btn {
  background: #E650B8;
  color: #fff;
}
.capabilities .wrap-list ul {
  list-style: none;
  padding: 0;
}
.capabilities .wrap-list ul li {
  line-height: normal;
  padding-left: 26px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 13px;
}
.capabilities .wrap-list ul li span {
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #E650B8;
  color: #E650B8;
  text-align: center;
  line-height: 12px;
}
.capabilities .wrap-list ul li span:before {
  font-family: 'LineAwesome';
  content: "\f17b";
  font-size: 10px;
  font-weight: bold;
}
.capabilities .slider-cap {
  width: 59%;
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
  overflow: hidden;
  text-align: center;
  display: flex;
}
.capabilities .slider-cap.slick-initialized {
  display: block;
}
.capabilities .slider-cap.slick-initialized .item-sl {
  -ms-flex: unset;
  flex: unset;
}
.capabilities .slider-cap .item-sl {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.capabilities .slider-cap .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.capabilities .slider-cap .slick-dots {
  list-style: none;
  text-align: center;
  display: inline-block;
  padding: 4px 3px;
  border-radius: 8px;
  background: rgba(230, 80, 184, 0.2);
  font-size: 0;
}
.capabilities .slider-cap .slick-dots li {
  line-height: normal;
  display: inline-block;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.1);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
}
.capabilities .slider-cap .slick-dots li.slick-active {
  background: #fff;
}
.capabilities .slider-cap .slick-dots li button {
  display: none;
}
.capabilities .slider-cap .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.capabilities .slider-cap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  text-align: left;
}
.capabilities .slider-cap h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  color: #FFFFFF;
  text-align: left;
  min-height: 64px;
}
.blue .capab-list_txt ul li span {
  border: 1px solid #3592FF;
  color: #3592FF;
}
.green .capab-list_txt ul li span {
  border: 1px solid #49B173;
  color: #49B173;
}
.blue2 .capab-list_txt ul li span {
  border: 1px solid #815FFF;
  color: #815FFF;
}
.grey .capab-list_txt ul li span {
  border: 1px solid #E6BB2D;
  color: #E6BB2D;
}
.purple .capab-list_txt ul li span {
  border: 1px solid #FF4782;
  color: #FF4782;
}
.capab-list_txt ul {
  list-style: none;
  padding: 0;
}
.capab-list_txt ul li {
  line-height: normal;
  padding-left: 26px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 13px;
}
.capab-list_txt ul li span {
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #E650B8;
  color: #E650B8;
  text-align: center;
  line-height: 12px;
}
.capab-list_txt ul li span:before {
  font-family: 'LineAwesome';
  content: "\f17b";
  font-size: 10px;
  font-weight: bold;
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
.item-post {
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  display: block;
}
.item-post:hover:before,
.item-post:hover:after {
  opacity: 1;
}
.item-post .img {
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
}
.item-post:before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
  position: absolute;
  top: -1%;
  left: -2%;
  z-index: 1;
  filter: blur(12px);
  animation: spin 2.5s linear infinite;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.item-post:after {
  position: absolute;
  content: "";
  top: 4%;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(75px);
  background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: spin 2.5s linear infinite;
}
.item-post h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.42);
  max-width: 245px;
  margin-bottom: 5px;
}
.item-post p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
.item-post .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  z-index: 4;
}
.main-footer {
  background-color: #0A1F44;
  padding-bottom: 80px;
  position: relative;
}
.main-footer .container {
  position: relative;
  z-index: 2;
}
.main-footer:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: url("../img/bg-f.png");
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(60px);
}
.main-footer .top-line {
  padding-bottom: 32px;
  border-bottom: 1px solid #3592FF;
  margin-bottom: 32px;
}
.main-footer .col-md-6 {
  display: -ms-flexbox;
  display: flex;
}
.main-footer .col-md-6:last-child {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-footer .adress {
  max-width: 125px;
}
.main-footer h4 {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.main-footer .foot-nav {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 170px;
}
.main-footer .foot-nav ul {
  list-style: none;
  padding: 0;
  column-count: 2;
}
.main-footer .foot-nav ul li {
  line-height: normal;
  margin: 0;
}
.main-footer a:hover {
  text-decoration: underline;
}
.main-footer p,
.main-footer a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.42;
  color: #FFFFFF;
}
.main-footer .social a {
  width: 30px;
  height: 30px;
  left: 812px;
  top: 486px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #FFFFFF;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 10px;
}
.main-footer .social a:hover {
  opacity: 0.7;
}
.main-footer .social a svg {
  vertical-align: middle;
}
.pad-t-none {
  padding-top: 0 !important;
}
.pad-bot-none {
  padding-bottom: 0;
}
.pad-bot-lg {
  padding-bottom: 90px;
}
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-100px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.col-xm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    max-width: 91.666666%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .two-section .container {
    max-width: 1025px;
  }
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .capabilities .wrap-content .toggle-tabs a span {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .capabilities {
    padding: 0;
    margin: 0;
    background: transparent!important;
  }
  .capabilities .toggle-tabs {
    display: none;
  }
  .capabilities .wrap-content {
    display: block;
  }
  .capabilities .right-content {
    position: static;
    overflow: hidden;
    height: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .capabilities .right-content .block-open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .capabilities .content-right-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
  }
  .capabilities .content-right-wrap .toggle-sl-tab {
    display: block;
    font-weight: 600;
    font-size: 30px;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .capabilities .content-right-wrap .toggle-sl-tab.active .la:before {
    content: "\f28e";
  }
  .capabilities .content-right-wrap .toggle-sl-tab .la {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
  }
  .capabilities h3 {
    font-family: 'SohoStd';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  }
  .main-sect h1 {
    font-size: 48px;
  }
  .item-post .text {
    padding: 17px;
  }
  .item-post .text h3 {
    font-size: 20px;
  }
  .main-header .navigation ul a {
    font-size: 25px;
  }
  .main-footer {
    padding-bottom: 60px;
  }
  .main-footer .col-md-6 {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .main-footer .foot-nav {
    padding-left: 0;
    flex: unset;
  }
  .main-footer .foot-nav ul {
    column-count: 1;
  }
}
.vis-mob {
  display: none;
}
@media (max-width: 767px) {
  .capabilities .wrap-list,
  .capabilities .slider-cap {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .capabilities .slider-cap {
    margin-top: 30px;
    position: relative;
    overflow: visible;
  }
  .capabilities .slider-cap:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d51a1;
    opacity: 0.8;
    border-radius: 0 0 10px 10px;
  }
  .capabilities .slider-cap .slick-list {
    position: relative;
    z-index: 2;
  }
  .capabilities .slider-cap p,
  .capabilities .slider-cap h2 {
    padding: 0 18px;
  }
  .capabilities .slider-cap p,
  .capabilities .slider-cap h2,
  .capabilities .slider-cap .slick-dots {
    position: relative;
    z-index: 2;
  }
  .capabilities .slider-cap .img {
    position: relative;
    z-index: 2;
  }
  .capabilities .slider-cap .img img {
    width: 100%;
  }
  .hide-mob {
    display: none;
  }
  .vis-mob {
    display: block;
  }
  .description {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .description strong {
    font-size: 22px;
    color: #fff;
  }
  .arrow-two {
    position: relative;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .arrow-two svg {
    margin-right: -49px;
  }
  .arrow-three {
    width: 100%;
    text-align: center;
  }
  .arrow-three svg {
    margin-right: 0;
  }
  .arrow-four {
    width: 100%;
    text-align: center;
  }
  .arrow-four svg {
    margin-left: 102px;
  }
  .main-sect {
    padding: 60px 0;
  }
  .top-section {
    padding-top: 300px;
    padding-bottom: 0;
  }
  .item-post,
  .latest-insights h3 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-footer .social {
    margin-bottom: 20px;
  }
  .main-footer .col-md-6 {
    display: block;
  }
  .main-header .main-menu li {
    display: none;
  }
  .main-header .navigation {
    padding-top: 135px;
    padding-bottom: 56px;
  }
}
/*# sourceMappingURL=style.css.map */