body {
  background: #fff;
  color: #1D1D1B;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 300; }

a {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #FF8F33; }

.font-16 {
  font-size: 16px;
  line-height: 18px; }

.font-17 {
  font-size: 17px;
  line-height: 26px; }

.font-24 {
  font-size: 24px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-34 {
  font-size: 34px;
  line-height: 40px; }

.gray-text {
  color: #575756; }

.white-text {
  color: #fff; }

b, strong {
  font-weight: 700; }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1380px;
    padding: 0 30px; } }

.container-small {
  padding: 0 15px;
  margin: auto;
  max-width: 835px; }

.semi-bold {
  font-weight: 600; }

.bold {
  font-weight: bold; }

.main-heading {
  font-size: 56px;
  line-height: 56px;
  font-weight: bold; }
  @media screen and (max-width: 991px) {
    .main-heading {
      font-size: 40px;
      line-height: 40px; }
      .main-heading br {
        display: none; } }

.sub-heading {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px; }
  @media screen and (max-width: 991px) {
    .sub-heading br {
      display: none; } }

.heading {
  font-size: 26px;
  line-height: 28px;
  font-weight: bold; }

.btn {
  height: 54px;
  min-width: 161px;
  line-height: 54px;
  text-align: center;
  padding: 0;
  font-weight: 600;
  font-size: 15px; }
  .btn.btn-orange {
    background: #FF8F33;
    color: #fff;
    border: thin solid transparent;
    line-height: 52px; }
    .btn.btn-orange:hover {
      background: #fff;
      color: #FF8F33 !important;
      border-color: #FF8F33; }
  .btn.btn-blue {
    background: #000B73;
    color: #fff;
    border: thin solid transparent;
    line-height: 52px; }
    .btn.btn-blue:hover {
      background: #fff;
      color: #000B73;
      border-color: #000B73; }
  .btn.btn-sky {
    background: #0096FF;
    color: #fff;
    border: thin solid transparent;
    line-height: 52px; }
    .btn.btn-sky:hover {
      background: #fff;
      color: #0096FF;
      border-color: #0096FF; }
  .btn.btn-white-outlined {
    background: transparent;
    color: #fff;
    border: thin solid #fff; }
    .btn.btn-white-outlined:hover {
      background: #fff;
      color: #000B73; }
  .btn.btn-black-outlined {
    background: transparent;
    color: #1D1D1B;
    border: thin solid #1D1D1B; }
    .btn.btn-black-outlined:hover {
      background: #1D1D1B;
      color: #fff; }
  .btn.btn-orange-outlined {
    border: 3px solid #FF8F33;
    color: #fff;
    min-width: initial;
    line-height: 48px;
    padding: 0 40px; }
    .btn.btn-orange-outlined:hover {
      background: #FF8F33; }
  .btn.btn-white-outlined {
    border: 1px solid #fff;
    color: #fff;
    min-width: initial;
    padding: 0 40px; }
    .btn.btn-white-outlined:hover {
      background: #fff;
      color: #FF8F33; }
  .btn.btn-rounded {
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px; }
  .btn + .btn {
    margin-left: 10px; }

.navbar-toggler {
  z-index: 9; }
  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff; }
    .navbar-toggler .icon-bar + .icon-bar {
      margin-top: 4px; }
  .navbar-toggler .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%; }
  .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar-toggler .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%; }
  .navbar-toggler.collapsed .top-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1; }
  .navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .navbar-toggler:focus {
    outline: none; }

header.main {
  background: #0096FF; }
  header.main .topbar {
    padding: 29px 0;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05); }
    header.main .topbar .topbar-left a {
      color: #fff;
      margin-right: 30px; }
      header.main .topbar .topbar-left a img {
        margin-right: 5px; }
      header.main .topbar .topbar-left a:hover {
        text-decoration: none;
        color: #FF8F33; }
    header.main .topbar .topbar-right a {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
      header.main .topbar .topbar-right a svg {
        width: 24px; }
header.main .topbar .topbar-right a svg,
header.main .topbar .topbar-right a svg g {
          fill: #fff;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
header.main .topbar .topbar-right a:hover svg,
header.main .topbar .topbar-right a:hover svg g {
        fill: #FF8F33; }
    @media screen and (max-width: 991px) {
      header.main .topbar {
        padding: 20px 0; }
        header.main .topbar .topbar-left {
          width: 100%; }
          header.main .topbar .topbar-left a {
            margin: 0 10px; }
        header.main .topbar .topbar-right {
          display: none; } }
  header.main nav.navbar {
    padding: 60px 0; }
    header.main nav.navbar .navbar-brand {
      margin-right: 40px; }
      @media screen and (min-width: 1200px) and (max-width: 1400px) {
        header.main nav.navbar .navbar-brand {
          margin-right: 10px;
          width: 160px; }
          header.main nav.navbar .navbar-brand img {
            width: 100%; } }
    header.main nav.navbar .nav-logo .navbar-brand img {
      width: 280px;
      height: 52px;
      margin-bottom: 10px; }
    header.main nav.navbar .nav-social {
      margin-top: 20px; }
      header.main nav.navbar .nav-social a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px; }
        header.main nav.navbar .nav-social a svg {
          width: 24px; }
header.main nav.navbar .nav-social a svg,
header.main nav.navbar .nav-social a svg g {
            fill: #fff;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
header.main nav.navbar .nav-social a:hover svg,
header.main nav.navbar .nav-social a:hover svg g {
          fill: #FF8F33; }
    header.main nav.navbar .navbar-collapse .navbar-nav li {
      margin-right: 15px; }
      header.main nav.navbar .navbar-collapse .navbar-nav li a {
        color: #fff;
        font-size: 18px; }
        @media screen and (min-width: 1200px) and (max-width: 1400px) {
          header.main nav.navbar .navbar-collapse .navbar-nav li a {
            font-size: 17px; } }
        header.main nav.navbar .navbar-collapse .navbar-nav li a:hover {
          color: #FF8F33; }
        header.main nav.navbar .navbar-collapse .navbar-nav li a:after {
          display: none; }
      @media screen and (min-width: 1200px) {
        header.main nav.navbar .navbar-collapse .navbar-nav li.dropdown:hover > .dropdown-menu {
          display: block; } }
      @media screen and (max-width: 1199px) {
        header.main nav.navbar .navbar-collapse .navbar-nav li {
          margin-right: 0; } }
    header.main nav.navbar .navbar-collapse .close-menu {
      display: none; }
    @media screen and (max-width: 1199px) {
      header.main nav.navbar {
        padding: 25px 0; }
        header.main nav.navbar .navbar-brand {
          margin-right: 0; }
          header.main nav.navbar .navbar-brand img {
            width: 200px; }
        header.main nav.navbar .navbar-nav {
          text-align: center; }
        header.main nav.navbar .my-2 {
          text-align: center; }
        header.main nav.navbar .navbar-collapse {
          left: 100%;
          position: fixed;
          width: 100%;
          height: 100%;
          right: 0;
          top: 0;
          display: block;
          background: #0096FF;
          z-index: 99;
          padding-top: 70px;
          overflow-y: auto;
          padding-bottom: 20px;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          header.main nav.navbar .navbar-collapse .close-menu {
            display: block;
            right: 20px;
            top: 20px;
            position: absolute; }
          header.main nav.navbar .navbar-collapse ul li a {
            font-size: 20px;
            font-weight: 400; }
          header.main nav.navbar .navbar-collapse ul li .dropdown-menu {
            padding: 0 0 10px 0; }
            header.main nav.navbar .navbar-collapse ul li .dropdown-menu .dropdown-item {
              font-size: 16px; }
          header.main nav.navbar .navbar-collapse.show-menu {
            left: 0; } }
    header.main nav.navbar .dropdown-menu {
      background: #12A5FF;
      border: none;
      min-width: 260px;
      padding: 20px 0;
      -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.03);
      -moz-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.03);
      box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.03);
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0; }
      header.main nav.navbar .dropdown-menu .dropdown-item {
        padding: 7px 30px;
        font-weight: inherit;
        font-size: 16px !important; }
        header.main nav.navbar .dropdown-menu .dropdown-item:hover, header.main nav.navbar .dropdown-menu .dropdown-item:active, header.main nav.navbar .dropdown-menu .dropdown-item:focus {
          color: #FF8F33 !important;
          text-decoration: none;
          background: none; }
      header.main nav.navbar .dropdown-menu:after {
        width: 0;
        height: 0;
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #12A5FF;
        top: -10px;
        position: absolute;
        left: 20px; }
      @media all and (max-width: 1199px) {
        header.main nav.navbar .dropdown-menu {
          background: none !important;
          -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05) !important;
          -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05) !important; }
          header.main nav.navbar .dropdown-menu .dropdown-item {
            text-align: center; }
          header.main nav.navbar .dropdown-menu:after {
            display: none; } }
  header.main .banner-area {
    padding-bottom: 90px;
    overflow-x: hidden; }
    header.main .banner-area .banner-text {
      color: #fff;
      min-width: 520px; }
      header.main .banner-area .banner-text p {
        font-size: 20px; }
      header.main .banner-area .banner-text a {
        color: #fff;
        font-weight: 700; }
    header.main .banner-area.desktop-img .banner-text {
      max-width: 505px;
      min-width: initial; }
    header.main .banner-area.desktop-img .banner-img {
      max-width: 795px;
      position: relative;
      right: -80px; }
    header.main .banner-area.desktop-img .desktop-with-img {
      position: relative;
      z-index: 1;
      background: url("../images/desktop-bg.png") no-repeat;
      width: 795px;
      height: 628px;
      display: block;
      text-align: center;
      max-width: 100%;
      right: -80px;
      position: relative; }
    header.main .banner-area.desktop-img .video-btn {
      position: absolute;
      z-index: 50;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0 30px; }
      header.main .banner-area.desktop-img .video-btn::after {
        display: block;
        content: '';
        position: absolute;
        z-index: 300;
        top: 50%;
        left: 50%;
        width: 128px;
        height: 128px;
        margin: -110px 0 0 -64px;
        background: url(../images/play-icon.svg);
        background-size: 128px 128px;
        cursor: pointer; }
    header.main .banner-area.desktop-img .desktop-with-img img {
      margin: 55px 0 0;
      max-width: 100%; }
    @media screen and (max-width: 1480px) {
      header.main .banner-area.desktop-img .banner-text {
        padding-right: 30px; }
      header.main .banner-area.desktop-img .desktop-with-img {
        right: 0; }
      header.main .banner-area.desktop-img .video-btn::after {
        margin: -94px 0 0 -64px; } }
    @media screen and (max-width: 1399px) {
      header.main .banner-area.desktop-img .desktop-with-img {
        width: 500px;
        height: 395px;
        background-size: 100% 100%;
        padding: 0 30px; }
      header.main .banner-area.desktop-img .desktop-with-img img {
        margin-top: 40px; } }
    @media screen and (max-width: 590px) {
      header.main .banner-area.desktop-img .desktop-with-img {
        width: 300px;
        height: 237px;
        padding: 0 20px; }
      header.main .banner-area.desktop-img .desktop-with-img img {
        margin-top: 25px; }
      header.main .banner-area.desktop-img .video-btn {
        padding: 0 20px; }
      header.main .banner-area.desktop-img .video-btn::after {
        width: 60px;
        height: 60px;
        margin: -50px 0 0 -30px;
        background-size: 60px 60px; } }
    @media screen and (max-width: 991px) {
      header.main .banner-area.desktop-img .banner-img {
        right: 0; }
      header.main .banner-area.desktop-img .banner-text {
        text-align: center;
        margin-top: 20px; } }
    @media screen and (max-width: 991px) {
      header.main .banner-area .d-flex {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
      header.main .banner-area .banner-img {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 20px; }
      header.main .banner-area .banner-text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        min-width: initial; } }
    @media screen and (max-width: 991px) {
      header.main .banner-area#banner-home {
        padding-bottom: 60px; } }
    @media screen and (min-width: 1400px) {
      header.main .banner-area#banner-home .banner-img {
        min-width: 800px; }
      header.main .banner-area#banner-home .banner-text {
        min-width: initial; } }
  header.main.header-orange {
    background: #FF8F33; }
    header.main.header-orange .topbar .topbar-left a:hover {
      color: #000B73; }
header.main.header-orange .topbar .topbar-right a:hover svg,
header.main.header-orange .topbar .topbar-right a:hover svg g {
      fill: #000B73; }
    header.main.header-orange .navbar-collapse .navbar-nav li a {
      color: #fff; }
      header.main.header-orange .navbar-collapse .navbar-nav li a:hover {
        color: #000B73 !important; }
    header.main.header-orange .btn-orange-outlined {
      border-color: #fff; }
      header.main.header-orange .btn-orange-outlined:hover, header.main.header-orange .btn-orange-outlined:focus {
        background: #fff;
        color: #FF8F33; }
    header.main.header-orange nav.navbar .dropdown-menu {
      background: #f19d58;
      -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.05); }
      header.main.header-orange nav.navbar .dropdown-menu .dropdown-item:hover, header.main.header-orange nav.navbar .dropdown-menu .dropdown-item:active {
        color: #000B73 !important; }
      header.main.header-orange nav.navbar .dropdown-menu:after {
        border-bottom: 10px solid #f19d58; }
  header.main.header-blue {
    background: #000B73; }
    header.main.header-blue nav.navbar .dropdown-menu {
      background: #1e278b;
      -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.05); }
      header.main.header-blue nav.navbar .dropdown-menu .dropdown-item:hover, header.main.header-blue nav.navbar .dropdown-menu .dropdown-item:active {
        color: #FF8F33 !important; }
      header.main.header-blue nav.navbar .dropdown-menu:after {
        border-bottom: 10px solid #1e278b; }

body.sticky {
  padding-top: 90px; }
  body.sticky header.main nav.navbar {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    background: #0096FF;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
    left: 0;
    right: 0;
    padding: 18px 20px; }
    @media all and (max-width: 991px) {
      body.sticky header.main nav.navbar {
        padding: 5px 15px; } }
  body.sticky header.main.header-orange nav.navbar {
    background: #FF8F33; }

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

section.section {
  padding: 90px 0; }
  section.section.blue {
    background: #000B73;
    color: white; }
  section.section.gray {
    background: #eee; }
  section.section.sky {
    background: #0096FF;
    color: #fff; }
    section.section.sky .bordered-cols .col-single:not(:last-child) {
      border-color: rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 991px) {
    section.section {
      padding: 45px 0; } }

.bordered-cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bordered-cols .col-single {
    text-align: center;
    padding: 0 55px;
    margin: 60px 0;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    .bordered-cols .col-single .col-single-img {
      height: 220px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin-bottom: 20px; }
    .bordered-cols .col-single:not(:last-child) {
      border-right: thin solid #D0D0D0; }
  @media screen and (max-width: 1200px) {
    .bordered-cols.cols-4 .col-single {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      padding: 0 30px; }
      .bordered-cols.cols-4 .col-single:nth-child(2n) {
        border-right: none; } }
  @media screen and (max-width: 767px) {
    .bordered-cols.cols-4 .col-single {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 0 15px;
      margin: 30px 0;
      border-right: none; } }
  @media screen and (max-width: 991px) {
    .bordered-cols.cols-3 .col-single {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 0 15px;
      margin: 30px 0;
      border-right: none; } }
  @media screen and (max-width: 991px) {
    .bordered-cols.cols-2 .col-single {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 0 15px;
      margin: 30px 0;
      border-right: none; } }

.video-btn {
  cursor: pointer; }

@media screen and (min-width: 991px) {
  .video-section .video {
    margin-right: 90px; } }

.video-section .video .video-mask {
  position: relative; }
  .video-section .video .video-mask img {
    display: block; }
  .video-section .video .video-mask .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -78px;
    margin-left: -78px;
    width: 157px;
    height: 157px;
    z-index: 1;
    opacity: 0.65;
    cursor: pointer; }
    .video-section .video .video-mask .play-icon:hover {
      opacity: 1; }

@media screen and (max-width: 1400px) {
  .video-section .video {
    min-width: 480px; }
    .video-section .video .video-mask img {
      width: 100%; }
    .video-section .video .video-mask .play-icon {
      width: 120px;
      height: 120px;
      margin: -60px 0 0 -60px; }
      .video-section .video .video-mask .play-icon img {
        width: 120px;
        height: 120px; } }

@media screen and (max-width: 991px) {
  .video-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .video-section .video {
      margin-right: 0;
      margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .video-section .video {
    width: 100%;
    min-width: initial; } }

.what-partners-think {
  min-height: 850px;
  padding: 90px 0;
  background: url("../images/what-do-you-think-bg.svg") no-repeat right center/cover; }
  .what-partners-think .what-partners-think-text {
    max-width: 400px;
    text-align: center; }
  @media screen and (max-width: 991px) {
    .what-partners-think {
      min-height: initial;
      background: none;
      padding: 0; }
      .what-partners-think .what-partners-think-text {
        margin: auto; } }

.hr-40 {
  width: 40px;
  margin: 20px auto; }

.highlights {
  min-height: 800px;
  position: relative; }
  .highlights .highlights-img {
    position: absolute;
    margin-left: -150px; }
  .highlights .highlights-text {
    max-width: 540px;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 240px; }
  @media screen and (max-width: 991px) {
    .highlights {
      min-height: initial;
      overflow: hidden; }
      .highlights .highlights-img {
        margin: auto; }
        .highlights .highlights-img img {
          width: 100%; }
      .highlights .highlights-text {
        float: none;
        margin: 40px 0;
        background: rgba(255, 255, 255, 0.5);
        padding: 20px; } }

.rounded-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .rounded-cards .rounded-card-single {
    height: 350px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px -5px #aaa;
    -moz-box-shadow: 0 0 20px -5px #aaa;
    box-shadow: 0 0 20px -5px #aaa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 45px;
    position: relative; }
    .rounded-cards .rounded-card-single .r-card-text {
      font-size: 46px;
      line-height: 56px;
      color: #1D1D1B; }
    .rounded-cards .rounded-card-single .r-card-img {
      position: absolute;
      right: 45px;
      bottom: 45px;
      background-color: #efefef;
      width: 159px;
      height: 159px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      overflow: hidden; }
      .rounded-cards .rounded-card-single .r-card-img img {
        width: 100%; }
    .rounded-cards .rounded-card-single .btn {
      position: absolute;
      left: 45px;
      bottom: 45px; }
    .rounded-cards .rounded-card-single:first-child {
      margin-right: 30px; }
    .rounded-cards .rounded-card-single:last-child {
      margin-left: 30px; }
  @media screen and (max-width: 1199px) {
    .rounded-cards {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .rounded-cards .rounded-card-single {
        width: 100%;
        padding: 35px; }
        .rounded-cards .rounded-card-single .r-card-text {
          font-size: 36px;
          line-height: 46px; }
        .rounded-cards .rounded-card-single:first-child {
          margin-right: 0px; }
        .rounded-cards .rounded-card-single:last-child {
          margin: 30px 0 0; } }
  @media screen and (max-width: 767px) {
    .rounded-cards .rounded-card-single {
      height: auto; }
      .rounded-cards .rounded-card-single .r-card-text {
        text-align: center;
        margin-top: 180px; }
      .rounded-cards .rounded-card-single .r-card-img {
        left: 50%;
        right: auto;
        margin-left: -79px;
        top: 30px;
        bottom: auto; }
      .rounded-cards .rounded-card-single .btn {
        position: static;
        margin: 20px auto 0;
        display: block; } }

.rounded-cards-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rounded-cards-2 .rounded-card-col {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    .rounded-cards-2 .rounded-card-col .rounded-card-single {
      height: 300px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 20px -5px #aaa;
      -moz-box-shadow: 0 0 20px -5px #aaa;
      box-shadow: 0 0 20px -5px #aaa;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      padding: 45px;
      position: relative;
      background-repeat: no-repeat;
      background-position: right center;
      margin-bottom: 30px; }
      .rounded-cards-2 .rounded-card-col .rounded-card-single .r-card-text {
        font-size: 42px;
        line-height: 52px;
        color: #1D1D1B;
        width: 50%; }
      .rounded-cards-2 .rounded-card-col .rounded-card-single .btn {
        position: absolute;
        left: 45px;
        bottom: 45px; }
      .rounded-cards-2 .rounded-card-col .rounded-card-single .rounded-card-mobile-img {
        height: 200px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      @media all and (max-width: 1199px) {
        .rounded-cards-2 .rounded-card-col .rounded-card-single {
          background: none !important;
          padding: 0;
          height: auto;
          overflow: hidden; }
          .rounded-cards-2 .rounded-card-col .rounded-card-single .r-card-text {
            padding: 20px;
            font-size: 30px;
            text-align: center;
            width: 100%;
          }
            .rounded-cards-2 .rounded-card-col .rounded-card-single .r-card-text br {
              display: none; }
          .rounded-cards-2 .rounded-card-col .rounded-card-single .btn {
            position: static;
            margin: 0 auto 40px auto;
            width: 160px;
            display: block; } }
    .rounded-cards-2 .rounded-card-col:nth-child(odd) .rounded-card-single {
      margin-right: 15px; }
    .rounded-cards-2 .rounded-card-col:nth-child(even) .rounded-card-single {
      margin-left: 15px; }
  @media screen and (max-width: 991px) {
    .rounded-cards-2 {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .rounded-cards-2 .rounded-card-col:nth-child(odd) .rounded-card-single {
        margin-right: 0; }
      .rounded-cards-2 .rounded-card-col:nth-child(even) .rounded-card-single {
        margin-left: 0; } }

footer.main {
  background: #ECECEC;
  padding: 90px 0; }
  footer.main .footer-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media all and (max-width: 767px) {
      footer.main .footer-top .footer-logo img {
        max-width: 250px; } }
    footer.main .footer-top .footer-social {
      margin-top: 20px; }
      footer.main .footer-top .footer-social a {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px; }
        footer.main .footer-top .footer-social a svg {
          width: 24px; }
footer.main .footer-top .footer-social a svg,
footer.main .footer-top .footer-social a svg g {
            fill: #1D1D1B;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
footer.main .footer-top .footer-social a:hover svg,
footer.main .footer-top .footer-social a:hover svg g {
          fill: #FF8F33; }
    @media all and (max-width: 767px) {
      footer.main .footer-top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; } }
  footer.main .footer-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-top: 50px; }
    footer.main .footer-bottom .footer-col h3 {
      font-size: 18px;
      font-weight: 700; }
    footer.main .footer-bottom .footer-col ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer.main .footer-bottom .footer-col ul li a {
        font-size: 14px;
        line-height: 26px;
        color: #1D1D1B; }
    @media all and (max-width: 1199px) {
      footer.main .footer-bottom {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; }
        footer.main .footer-bottom .footer-col {
          -webkit-box-flex: 0 25%;
          -moz-box-flex: 0 25%;
          -webkit-flex: 0 25%;
          -ms-flex: 0 25%;
          flex: 0 25%;
          width: 25%;
          margin-bottom: 20px; } }
    @media all and (max-width: 767px) {
      footer.main .footer-bottom .footer-col {
        -webkit-box-flex: 0 50%;
        -moz-box-flex: 0 50%;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        width: 50%; } }
  @media all and (max-width: 767px) {
    footer.main {
      padding: 45px 0; } }

.copyrights {
  font-size: 14px;
  padding: 35px 0;
  overflow: hidden; }
  .copyrights .copyright-links {
    float: left; }
    .copyrights .copyright-links ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .copyrights .copyright-links ul li {
        display: inline-block;
        margin-right: 30px; }
        .copyrights .copyright-links ul li a {
          color: #1D1D1B; }
  .copyrights .copyright-text {
    float: right; }
  @media all and (max-width: 767px) {
    .copyrights {
      text-align: center;
      padding: 15px 0; }
      .copyrights .copyright-links {
        text-align: center;
        float: none;
        margin-bottom: 10px; }
      .copyrights .copyright-text {
        float: none;
        text-align: center; } }

.icon-text-widget {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px; }
  .icon-text-widget .icon {
    position: absolute;
    left: 0;
    top: 0; }
  .icon-text-widget .text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; }
  .icon-text-widget .text p {
    font-size: 16px;
    line-height: 18px;
    color: #575756; }
  @media screen and (min-width: 991px) {
    .icon-text-widget {
      padding-right: 30px; } }

.text-img-top .text {
  max-width: 345px;
  margin: auto;
  margin-top: -30px; }
  .text-img-top .text h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700; }
  .text-img-top .text p {
    font-size: 16px; }

.mb-6 {
  margin-bottom: 4rem; }

.mb-7 {
  margin-bottom: 5rem; }

.testimonial-content {
  text-align: center;
  max-width: 740px;
  margin: auto; }
  .testimonial-content .testimonial-text {
    font-size: 26px;
    line-height: 35px;
    font-style: italic;
    margin: 30px 0 40px; }
  .testimonial-content .testimonial-by {
    font-size: 22px;
    font-weight: bold; }
    .testimonial-content .testimonial-by:after {
      content: '';
      height: 1px;
      width: 40px;
      display: block;
      background: #fff;
      margin: 7px auto; }
  .testimonial-content .testimonial-designation {
    font-size: 18px;
    line-height: 20px; }

.owl-carousel .owl-nav button {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -15px; }
  .owl-carousel .owl-nav button path {
    fill: #fff;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65); }
  .owl-carousel .owl-nav button:hover path {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

.owl-carousel .owl-nav .owl-prev {
  left: 100px; }

.owl-carousel .owl-nav .owl-next {
  right: 100px; }

.accordion-custom .accordion-group {
  border: thin solid #fff;
  margin-bottom: 20px; }
  .accordion-custom .accordion-group .accordion-heading .accordion-toggle {
    min-height: 85px;
    display: block;
    text-decoration: none;
    background: #fff;
    font-size: 28px;
    font-weight: 300;
    color: #1D1D1B;
    padding-left: 25px;
    position: relative;
    padding-right: 85px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .accordion-custom .accordion-group .accordion-heading .accordion-toggle:after {
      width: 85px;
      display: block;
      height: 85px;
      content: '?';
      float: right;
      text-align: center;
      color: #fff;
      font-size: 60px;
      font-weight: 700;
      background: #FF8F33;
      position: absolute;
      right: 0;
      top: 0; }
  .accordion-custom .accordion-group .accordion-content {
    font-size: 20px; }
    .accordion-custom .accordion-group .accordion-content .accordion-inner {
      padding: 25px; }

.get-in-touch-link {
  color: white;
  text-align: center;
  font-size: 20px; }
  .get-in-touch-link a {
    font-style: italic;
    font-weight: 500;
    color: white; }

.rounded-img-widget .img {
  width: 160px;
  height: 160px;
  margin: auto;
  line-height: 160px;
  border: thin solid #ECECEC;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.rounded-img-widget .widget-content h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 20px;
  margin-top: 30px; }

.rounded-img-widget .widget-content p {
  font-size: 18px;
  line-height: 20px; }

.pre-configured-dashbaords {
  background: #fff;
  overflow: hidden;
  margin: 80px 0 0; }
  .pre-configured-dashbaords .pre-configured-dashbaord-single {
    margin: 100px 0;
    text-align: center;
    width: 50%;
    float: left;
    color: #1D1D1B;
    padding: 0 60px; }
    .pre-configured-dashbaords .pre-configured-dashbaord-single h4 {
      font-size: 26px;
      font-weight: bold;
      margin: 20px 0; }
    .pre-configured-dashbaords .pre-configured-dashbaord-single p {
      font-size: 20px; }
    .pre-configured-dashbaords .pre-configured-dashbaord-single:not(:last-child) {
      border-right: thin solid #eaeaea; }
  @media all and (max-width: 767px) {
    .pre-configured-dashbaords {
      margin: 40px 0; }
      .pre-configured-dashbaords .pre-configured-dashbaord-single {
        float: none;
        width: 100%;
        margin: 50px 0; } }

.connectors-list {
  margin-top: 60px; }
  .connectors-list .connector-single {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    .connectors-list .connector-single .connector-single-logo {
      min-width: 140px;
      text-align: center; }
    .connectors-list .connector-single .connector-single-name {
      min-width: 240px;
      font-size: 20px;
      font-weight: 700;
      padding-left: 30px; }
    .connectors-list .connector-single .connector-single-description {
      font-size: 16px; }
  @media all and (max-width: 767px) {
    .connectors-list .connector-single {
      display: block; }
    .connectors-list .connector-single-logo div, .connectors-list .connector-single-logo img {
      margin: 0 auto 10px; }
    .connectors-list .connector-single-name {
      text-align: center;
      padding-left: 0 !important;
      margin-bottom: 10px; }
    .connectors-list .connector-single-description {
      text-align: center; } }

.custom-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .custom-list ul li {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin: 15px 0;
    padding-right: 20px;
    padding-left: 45px; }
    .custom-list ul li:before {
      width: 26px;
      top: 4px;
      left: 0;
      height: 24px;
      background: url("../images/tick-icon.svg") no-repeat 0 0/100%;
      content: '';
      position: absolute; }

@media all and (min-width: 991px) {
  .custom-list.list-50 ul li {
    width: 50%;
    float: left; } }

.single-data-source-banner {
  max-width: 1024px;
  margin: auto;
  padding: 60px 0 120px;
  color: #fff; }
  @media all and (max-width: 991px) {
    .single-data-source-banner {
      padding: 30px 0 45px; } }

table.custom-table {
  table-layout: fixed;
  width: 100%;
  max-width: 1024px;
  margin: auto;
  border-collapse: separate; }
  table.custom-table thead tr th {
    background: #FF8F33;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    height: 70px;
    vertical-align: middle;
    width: 33.33%;
    color: #fff; }
  table.custom-table tbody tr td {
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    height: 70px;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 22px; }
  table.custom-table tbody tr.last-row td {
    background: rgba(255, 255, 255, 0.27);
    font-size: 26px;
    font-weight: 700; }
    table.custom-table tbody tr.last-row td span {
      font-size: 18px;
      display: block;
      font-weight: 300; }
  table.custom-table tfoot tr td {
    text-align: center;
    padding: 20px 10px; }
  table.custom-table.gray tbody tr td {
    background: #f8f8f8; }
  table.custom-table.gray tbody tr.last-row td {
    background: #f2f2f2; }

.secondary-nav {
  text-align: center;
  overflow: hidden;
  margin-bottom: 80px; }
  .secondary-nav ul {
    margin: auto;
    text-align: left;
    list-style: none;
    padding: 0;
    display: inline-block; }
    .secondary-nav ul li {
      float: left; }
      .secondary-nav ul li a {
        width: 185px;
        height: 65px;
        border: thin solid #E3E3E3;
        border-right: none;
        display: block;
        text-align: center;
        line-height: 63px;
        font-size: 20px;
        color: #1D1D1B; }
        .secondary-nav ul li a:hover {
          color: #FF8F33;
          text-decoration: none; }
      .secondary-nav ul li.active a {
        background: #FF8F33;
        border-color: #FF8F33;
        color: #fff; }
      .secondary-nav ul li:last-child a {
        border-right: thin solid #E3E3E3; }
  @media screen and (max-width: 1199px) {
    .secondary-nav ul li a {
      width: auto;
      padding: 0 20px;
      min-width: 100px; } }
  @media screen and (max-width: 767px) {
    .secondary-nav {
      text-align: left;
      margin-bottom: 20px;
      padding-top: 15px; }
      .secondary-nav ul {
        padding-left: 0;
        text-align: center; }
        .secondary-nav ul li {
          float: none;
          display: inline-block; }
          .secondary-nav ul li a {
            width: auto;
            min-width: initial;
            height: auto;
            padding: 10px 10px 10px 0;
            border: none !important;
            line-height: normal; }
          .secondary-nav ul li.active a {
            background: none;
            color: #FF8F33; } }
  .secondary-nav.blue ul li a:hover {
    color: #000B73; }
  .secondary-nav.blue ul li.active a {
    background: #000B73;
    border-color: #000B73;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .secondary-nav.blue ul li.active a {
      background: none;
      color: #000B73; } }

.news-single-item, .awards-single-item {
  margin-bottom: 20px; }
  .news-single-item .news-single-item-img, .news-single-item .awards-single-item-img, .awards-single-item .news-single-item-img, .awards-single-item .awards-single-item-img {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ECECEC; }
  .news-single-item .news-single-item-content, .news-single-item .awards-single-item-content, .awards-single-item .news-single-item-content, .awards-single-item .awards-single-item-content {
    text-align: center;
    padding: 30px 0; }
    .news-single-item .news-single-item-content .category, .news-single-item .awards-single-item-content .category, .awards-single-item .news-single-item-content .category, .awards-single-item .awards-single-item-content .category {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 0; }
    .news-single-item .news-single-item-content h2, .news-single-item .awards-single-item-content h2, .awards-single-item .news-single-item-content h2, .awards-single-item .awards-single-item-content h2 {
      font-size: 34px;
      font-weight: 700;
      padding: 15px 0;
      margin: 0; }
      .news-single-item .news-single-item-content h2 a, .news-single-item .awards-single-item-content h2 a, .awards-single-item .news-single-item-content h2 a, .awards-single-item .awards-single-item-content h2 a {
        color: inherit; }
        .news-single-item .news-single-item-content h2 a:hover, .news-single-item .awards-single-item-content h2 a:hover, .awards-single-item .news-single-item-content h2 a:hover, .awards-single-item .awards-single-item-content h2 a:hover {
          color: #FF8F33;
          text-decoration: none; }
    .news-single-item .news-single-item-content h5, .news-single-item .awards-single-item-content h5, .awards-single-item .news-single-item-content h5, .awards-single-item .awards-single-item-content h5 {
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0; }

h1.title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px; }

.news-detail-page, .awards-detail-page {
  margin: 80px auto;
  max-width: 1200px; }
  .news-detail-page .news-main-image, .news-detail-page .awards-main-image, .awards-detail-page .news-main-image, .awards-detail-page .awards-main-image {
    position: relative; }
    .news-detail-page .news-main-image img, .news-detail-page .awards-main-image img, .awards-detail-page .news-main-image img, .awards-detail-page .awards-main-image img {
      width: 100%; }
    .news-detail-page .news-main-image .play-icon, .news-detail-page .awards-main-image .play-icon, .awards-detail-page .news-main-image .play-icon, .awards-detail-page .awards-main-image .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -78px;
      margin-left: -78px;
      width: 157px;
      height: 157px;
      z-index: 1;
      opacity: 0.65; }
      .news-detail-page .news-main-image .play-icon:hover, .news-detail-page .awards-main-image .play-icon:hover, .awards-detail-page .news-main-image .play-icon:hover, .awards-detail-page .awards-main-image .play-icon:hover {
        opacity: 1; }
  .news-detail-page .news-detail-content, .news-detail-page .awards-detail-content, .awards-detail-page .news-detail-content, .awards-detail-page .awards-detail-content {
    margin-top: 40px;
    overflow: hidden; }
    .news-detail-page .news-detail-content .news-detail-content-left, .news-detail-page .news-detail-content .awards-detail-content-left, .news-detail-page .awards-detail-content .news-detail-content-left, .news-detail-page .awards-detail-content .awards-detail-content-left, .awards-detail-page .news-detail-content .news-detail-content-left, .awards-detail-page .news-detail-content .awards-detail-content-left, .awards-detail-page .awards-detail-content .news-detail-content-left, .awards-detail-page .awards-detail-content .awards-detail-content-left {
        width: 18%;
        text-transform: uppercase;
        float: left;
        margin-top: 10px;
    }
    .news-detail-page .news-detail-content .news-detail-content-center, .news-detail-page .news-detail-content .awards-detail-content-center, .news-detail-page .awards-detail-content .news-detail-content-center, .news-detail-page .awards-detail-content .awards-detail-content-center, .awards-detail-page .news-detail-content .news-detail-content-center, .awards-detail-page .news-detail-content .awards-detail-content-center, .awards-detail-page .awards-detail-content .news-detail-content-center, .awards-detail-page .awards-detail-content .awards-detail-content-center {
        width: 66%;
        float: left;
    }
      .news-detail-page .news-detail-content .news-detail-content-center h3, .news-detail-page .news-detail-content .awards-detail-content-center h3, .news-detail-page .awards-detail-content .news-detail-content-center h3, .news-detail-page .awards-detail-content .awards-detail-content-center h3, .awards-detail-page .news-detail-content .news-detail-content-center h3, .awards-detail-page .news-detail-content .awards-detail-content-center h3, .awards-detail-page .awards-detail-content .news-detail-content-center h3, .awards-detail-page .awards-detail-content .awards-detail-content-center h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 31px;
        margin-top: 40px; }
      .news-detail-page .news-detail-content .news-detail-content-center p, .news-detail-page .news-detail-content .awards-detail-content-center p, .news-detail-page .awards-detail-content .news-detail-content-center p, .news-detail-page .awards-detail-content .awards-detail-content-center p, .awards-detail-page .news-detail-content .news-detail-content-center p, .awards-detail-page .news-detail-content .awards-detail-content-center p, .awards-detail-page .awards-detail-content .news-detail-content-center p, .awards-detail-page .awards-detail-content .awards-detail-content-center p {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 24px; }
    .news-detail-page .news-detail-content .news-detail-content-right, .news-detail-page .news-detail-content .awards-detail-content-right, .news-detail-page .awards-detail-content .news-detail-content-right, .news-detail-page .awards-detail-content .awards-detail-content-right, .awards-detail-page .news-detail-content .news-detail-content-right, .awards-detail-page .news-detail-content .awards-detail-content-right, .awards-detail-page .awards-detail-content .news-detail-content-right, .awards-detail-page .awards-detail-content .awards-detail-content-right {
      width: 16%;
      float: left; }
  @media screen and (max-width: 767px) {
    .news-detail-page, .awards-detail-page {
      margin: 40px 0; }
      .news-detail-page .news-detail-content-left,
      .news-detail-page .news-detail-content-center,
      .news-detail-page .news-detail-content-right,
      .news-detail-page .awards-detail-content-left,
      .news-detail-page .awards-detail-content-center,
      .news-detail-page .awards-detail-content-rigjt, .awards-detail-page .news-detail-content-left,
      .awards-detail-page .news-detail-content-center,
      .awards-detail-page .news-detail-content-right,
      .awards-detail-page .awards-detail-content-left,
      .awards-detail-page .awards-detail-content-center,
      .awards-detail-page .awards-detail-content-rigjt {
        width: 100% !important; } }

.awards-single-item .awards-single-item-img {
  background-color: #ECECEC; }

.team-single {
  margin: 80px auto;
  max-width: 815px; }
  .team-single .person-info-box {
    border: none; }
    .team-single .person-info-box .back-to-team-link.mobile {
      display: none; }
    .team-single .person-info-box .back-to-team-link {
      position: absolute;
      left: -180px;
      text-transform: uppercase;
      color: #1D1D1B;
      font-weight: 500;
      top: 25px; }
      @media screen and (max-width: 1199px) {
        .team-single .person-info-box .back-to-team-link {
          position: static;
          margin-bottom: 10px;
          display: none; }
          .team-single .person-info-box .back-to-team-link.mobile {
            display: block; } }
    .team-single .person-info-box .person-info-box-img {
      height: 544px; }
    .team-single .person-info-box .vendor-info-box-img {
      height: 300px;
      background-color: #ECECEC;
      background-repeat: no-repeat;
      background-size: 35%;
      background-position: center center; }
    .team-single .person-info-box .person-info-main h1 {
      font-size: 39px;
      color: black;
    }
    .team-single .person-info-box .person-info-main h3 {
      font-size: 39px; }
    .team-single .person-info-box .person-info-main p {
      font-size: 27px;
      line-height: 30px;
      color: #A8A8A8; }
    .team-single .person-info-box .person-info-main .social-info {
      top: 47px; }
    .team-single .person-info-box .person-info-bio {
      font-size: 20px;
      line-height: 24px; }
  @media screen and (max-width: 767px) {
    .team-single {
      margin: 40px 0; }
      .team-single .vendor-info-box-img {
        background-size: 80% !important; } }

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px; }
  .pagination .pagination-left a {
    margin-right: 15px;
    color: #1D1D1B; }
  .pagination .pagination-right a {
    color: #1D1D1B;
    margin-left: 15px;
    opacity: 0.5; }
    .pagination .pagination-right a.active {
      opacity: 1; }

.section-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 20px 0; }
  .section-title h3 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 0; }
  .section-title a {
    color: #1D1D1B; }
    .section-title a img {
      margin-left: 5px;
      vertical-align: middle;
      position: relative;
      top: -1px; }

.bordered-items {
  overflow: hidden;
  margin-bottom: 90px; }
  .bordered-items .bordered-item-single {
    border-right: thin solid #E3E3E3;
    border-top: thin solid #E3E3E3;
    padding: 0 10px;
    width: 33.33%;
    float: left;
    height: 146px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .bordered-items .bordered-item-single:nth-child(1), .bordered-items .bordered-item-single:nth-child(2), .bordered-items .bordered-item-single:nth-child(3) {
      border-top: none; }
    .bordered-items .bordered-item-single:nth-child(3n) {
      border-right: none; }
    .bordered-items .bordered-item-single:hover {
      background: #f3f3f3; }
    @media screen and (max-width: 991px) {
      .bordered-items .bordered-item-single {
        width: 50%; }
        .bordered-items .bordered-item-single:nth-child(3) {
          border-top: thin solid #E3E3E3; }
        .bordered-items .bordered-item-single:nth-child(3n) {
          border-right: thin solid #E3E3E3; }
        .bordered-items .bordered-item-single:nth-child(2n) {
          border-right: none; } }

.social-sidebar {
  border-bottom: thin solid #EDEDED;
  width: 65px;
  float: right; }
  .social-sidebar a {
    width: 100%;
    height: 65px;
    display: block;
    border: thin solid #EDEDED;
    border-bottom: none;
    text-align: center;
    color: #808080;
    line-height: 65px;
    font-size: 20px; }
    .social-sidebar a:hover {
      background: #EDEDED; }
  .social-sidebar.stickIt {
    position: fixed;
    top: 0; }
  @media screen and (max-width: 767px) {
    .social-sidebar {
      width: auto;
      margin-top: 20px;
      float: none;
      margin-bottom: 20px;
      border-bottom: none; }
      .social-sidebar a {
        width: 65px !important;
        float: left;
        border-bottom: thin solid #EDEDED; }
        .social-sidebar a:not(:first-child) {
          margin-left: -1px; } }

.written-by {
  background: #F6F6F6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  padding: 30px; }
  .written-by .author-img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    position: absolute;
    left: 30px; }
  .written-by .written-by-text {
    padding-left: 110px; }
    .written-by .written-by-text h4 {
      font-size: 16px;
      font-style: italic;
      font-weight: 600;
      margin: 0 0 10px !important; }
    .written-by .written-by-text p {
      font-size: 14px !important;
      color: #575756;
      line-height: 16px !important;
      margin-bottom: 0 !important; }

.more-section {
  margin-top: 60px; }
  .more-section .more-news-item {
    margin-bottom: 20px; }
    .more-section .more-news-item .more-news-item-img {
      height: 227px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #ECECEC; }
    .more-section .more-news-item .more-news-item-content {
      text-align: center;
      padding: 30px 0; }
      .more-section .more-news-item .more-news-item-content h2 {
        font-size: 34px;
        font-weight: 700;
        padding: 15px 0;
        margin: 0; }
        .more-section .more-news-item .more-news-item-content h2 a {
          color: inherit; }
          .more-section .more-news-item .more-news-item-content h2 a:hover {
            color: #FF8F33;
            text-decoration: none; }
      .more-section .more-news-item .more-news-item-content h5 {
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0; }

.pricing-table {
  padding-bottom: 80px;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .pricing-table .pricing-table-col {
    width: 33.33%; }
    .pricing-table .pricing-table-col:not(:last-child) {
      border-right: thin solid rgba(255, 255, 255, 0.2); }
  .pricing-table table {
    margin: auto;
    width: 100%;
    table-layout: fixed; }
    .pricing-table table thead .top-headings th {
      color: #FF8F33;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 400; }
      .pricing-table table thead .top-headings th:not(:last-child) {
        border-right: thin solid rgba(255, 255, 255, 0.2); }
    .pricing-table table thead .price th {
      font-size: 62px;
      text-align: center; }
      .pricing-table table thead .price th span {
        font-size: 17px;
        font-weight: 400; }
      .pricing-table table thead .price th:not(:last-child) {
        border-right: thin solid rgba(255, 255, 255, 0.2); }
      .pricing-table table thead .price th.medium-font {
        font-size: 46px; }
    .pricing-table table tbody tr td {
      text-align: center;
      vertical-align: top; }
      .pricing-table table tbody tr td .custom-list ul {
        text-align: left;
        display: inline-block;
        max-width: 250px; }
        .pricing-table table tbody tr td .custom-list ul li {
          font-size: 16px;
          font-weight: 400; }
        .pricing-table table tbody tr td .custom-list ul.full {
          max-width: none;
          padding: 0 30px; }
      .pricing-table table tbody tr td:not(:last-child) {
        border-right: thin solid rgba(255, 255, 255, 0.2); }
    .pricing-table table tfoot td {
      text-align: center;
      padding: 20px 0; }
      .pricing-table table tfoot td:not(:last-child) {
        border-right: thin solid rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 800px) {
    .pricing-table {
      display: block; }
      .pricing-table .pricing-table-col {
        width: 100%;
        border: none !important;
        margin-bottom: 20px; } }

@media all and (max-width: 991px) {
  .testimonials .owl-carousel {
    padding: 0 40px; }
    .testimonials .owl-carousel svg {
      width: 20px; }
    .testimonials .owl-carousel .owl-nav button.owl-prev {
      left: 4px; }
    .testimonials .owl-carousel .owl-nav button.owl-next {
      right: 4px; } }

.custom-table-mobile {
  display: none; }

.person-info-box {
  border: thin solid #F6F6F6;
  margin-bottom: 20px; }
  .person-info-box .person-info-box-img {
    height: 197px;
    background-size: cover;
    background-position: center center; }
  .person-info-box .person-info-main {
    border-bottom: thin solid #F6F6F6;
    position: relative;
    padding: 20px 90px 20px 20px; }
    .person-info-box .person-info-main h3 {
      margin: 0; }
      .person-info-box .person-info-main h3 a {
        color: inherit; }
        .person-info-box .person-info-main h3 a:hover {
          color: #FF8F33;
          text-decoration: none; }
    .person-info-box .person-info-main .social-info {
      position: absolute;
      right: 20px;
      top: 34px; }
      .person-info-box .person-info-main .social-info a {
        margin-left: 10px; }
        .person-info-box .person-info-main .social-info a:hover {
          text-decoration: none; }
          .person-info-box .person-info-main .social-info a:hover svg path {
            fill: #FF8F33; }
    .person-info-box .person-info-main svg {
      width: 20px;
      height: 20px; }
  .person-info-box .person-info-bio {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
    min-height: 194px; }

.case-study {
  overflow: hidden; }
  .case-study .case-study-left {
    padding: 200px 100px; }
    @media screen and (max-width: 991px) {
      .case-study .case-study-left {
        padding: 40px; } }
  .case-study .case-study-right {
    padding: 100px;
    background: #363e8e; }
    .case-study .case-study-right p {
      max-width: 550px;
      font-style: italic;
      font-size: 22px;
      line-height: 36px;
      margin: 30px auto; }
    @media screen and (max-width: 991px) {
      .case-study .case-study-right {
        padding: 40px; } }

ul.list {
  font-weight: 500;
  padding-left: 0;
  list-style-position: inside; }

.form {
  padding: 40px;
  max-width: 760px;
  margin: auto;
  -webkit-box-shadow: 0 0 45px 5px #eee;
  -moz-box-shadow: 0 0 45px 5px #eee;
  box-shadow: 0 0 45px 5px #eee; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/dropdown-arrow.svg") no-repeat right 30px center/23px 12px; }

.form-control {
  border-color: #ECECEC;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
  .form-control.big {
    min-height: 70px;
    font-size: 21px;
    font-family: "Source Sans Pro", sans-serif;
    padding-left: 25px; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1D1D1B; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #1D1D1B; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #1D1D1B; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #1D1D1B; }

textarea.big {
  padding: 20px 25px; }

.custom-radio input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.custom-radio .custom-control-label {
  font-size: 16px;
  margin-top: 2px;
  margin-left: 10px; }
  .custom-radio .custom-control-label:before {
    width: 22px;
    height: 22px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background: none;
  border: thin solid #dee2e6; }

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background: #0096FF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 5px;
  top: 9px;
  width: 12px;
  height: 12px; }

.contact-social {
  text-align: center; }
  .contact-social a {
    margin: 0 15px; }
    .contact-social a svg {
      width: 37px;
      height: 37px; }
      .contact-social a svg path {
        fill: #BCBCBC; }
    .contact-social a:hover {
      text-decoration: none; }
      .contact-social a:hover svg path {
        fill: #FF8F33; }

#why-work-with-us .video {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.06); }

@media screen and (min-width: 1401px) {
  #why-work-with-us .video-img {
    width: 700px; } }

.book-additional-info {
  text-align: center; }
  .book-additional-info .bai-logo {
    width: 150px;
    margin: auto;
    height: 150px;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 30px; }
    .book-additional-info .bai-logo img {
      width: 80%; }
  .book-additional-info p {
    font-size: 19px;
    line-height: 30px; }
  @media screen and (max-width: 991px) {
    .book-additional-info {
      margin-top: 30px; } }

.contact-map {
  position: relative; }
  .contact-map iframe {
    width: 100%;
    height: 750px;
    display: block; }
  .contact-map .contact-map-info {
    width: 600px;
    text-align: center;
    -webkit-box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: absolute;
    left: 200px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff; }
    .contact-map .contact-map-info ul {
      padding: 0;
      margin: 0; }
      .contact-map .contact-map-info ul li {
        list-style: none;
        padding: 30px 10px; }
        .contact-map .contact-map-info ul li:nth-child(2) {
          background: #FF8F33;
          color: #fff; }
    .contact-map .contact-map-info h3 {
      font-size: 48px;
      font-weight: bold; }
    .contact-map .contact-map-info p {
      font-size: 16px;
      margin: 0; }
    @media screen and (max-width: 991px) {
      .contact-map .contact-map-info {
        left: 10%;
        width: 80%; } }

@media (min-width: 768px) {
  .modal-video .modal-dialog {
    max-width: 700px; } }

@media (max-width: 767px) {
  .modal-video .modal-dialog {
    top: 40px; } }

.modal-video .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1; }
  @media (max-width: 767px) {
    .modal-video .close {
      right: 0;
      top: -40px; } }

.modal-video iframe {
  display: block; }

.laptop-with-img {
  background: url("../images/laptop-bg.png") no-repeat 0 0/cover;
  width: 700px;
  height: 555px;
  display: block;
  text-align: center;
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 80px;
  margin: auto; }
  .laptop-with-img img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin-top: 20px; }
  .laptop-with-img .video-btn {
    position: relative;
    z-index: 300; }
  .laptop-with-img.md {
    width: 619px;
    height: 490px;
    background-size: 100% 100%; }
    .laptop-with-img.md img {
      margin-top: 40px; }
    @media all and (max-width: 1199px) {
      .laptop-with-img.md {
        width: 500px;
        height: 360px; }
        .laptop-with-img.md img {
          margin-top: 31px; } }
    @media all and (max-width: 991px) {
      .laptop-with-img.md {
        width: 300px;
        height: 240px;
        padding: 0 40px; }
        .laptop-with-img.md img {
          margin-top: 20px; }
        .rounded-cards-2 .rounded-card-col .rounded-card-single .r-card-text {
        width: 100%; }
        }
    @media all and (max-width: 590px) {
      .laptop-with-img.md {
        margin-top: 20px; } }
  @media all and (max-width: 1399px) {
    .laptop-with-img {
      width: 500px;
      height: 396px;
      padding: 0 60px; }
      .laptop-with-img img {
        margin-top: 15px; } }
  @media all and (max-width: 590px) {
    .laptop-with-img {
      width: 300px;
      height: 238px;
      padding: 0 40px; }
      .laptop-with-img img {
        margin-top: 10px; } }
  .laptop-with-img::after {
        display: block;
    content: '';
    position: absolute;
    z-index: 300;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    margin: -138px 0 0 -64px;
    background: url(../images/play-icon.svg);
    background-size: 128px 128px;
    cursor: pointer; }
    @media all and (max-width: 1399px) {
      .laptop-with-img::after {
        margin: -128px 0 0 -64px; } }
    @media all and (max-width: 991px) {
      .laptop-with-img::after {
        margin: -98px 0 0 -64px; } }
    @media all and (max-width: 590px) {
      .laptop-with-img::after {
        width: 78px;
        height: 78px;
        background-size: 78px 78px;
        margin: -78px 0 0 -39.5px; } }

@media all and (min-width: 1200px) {
  .desktop-hidden {
    display: none; } }

@media all and (max-width: 1199px) {
  .xl-block {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .xl-block .col {
      -webkit-flex-basis: auto;
      -moz-flex-basis: auto;
      -ms-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
  .lg-xl-20 {
    margin-top: 20px; }
  .mobile-hidden {
    display: none; } }

@media all and (max-width: 767px) {
  .custom-table-desktop {
    display: none; }
  .custom-table-mobile {
    display: block; }
  .mb-7 {
    margin-bottom: 2.5rem; } }

.col-single-btn-align {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.col-single-btn-align .col-single-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.col-single-btn-align .col-single-content a {
  margin-top: auto !important;
}

.video-background {
  height: auto;
  background: #ECECEC;
}

@media (min-width: 1201px) {
  .bordered-cols .col-single {
    display: flex;
    flex-direction: column; }
    .bordered-cols .col-single .col-single-img {
      flex: 0 0 220px; }
  .col-single-content {
    flex: 0 1 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center; }
    .col-single-content .btn {
      flex-grow: 0;
      width: 161px; }
}