html {
  height: 100%;
  max-height: 2000px;
  scroll-behavior: smooth; }

body {
  height: 100%;
  overflow-x: hidden;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  background-color: #fffffb; }

.wrp-all {
  width: 100%;
  /*    height: 100%;*/
  max-width: 2500px;
  margin: auto; }

a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit; }

a:hover {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  color: #747474;
  margin-bottom: 25px; }

ul,
ol {
  margin: 0;
  padding: 0; }

.slick-slider * {
  outline: none !important; }

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden; }

button {
  border: 0;
  border-style: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

button:focus {
  outline: 0; }

label {
  font-weight: normal;
  margin-bottom: 0; }

.form-control:focus {
  outline: none;
  border-color: #97e9d4; }

.form-control:focus:focus {
  box-shadow: none;
  outline: none; }

textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  resize: none; }

textarea:focus {
  box-shadow: none;
  outline: none; }

figure {
  margin: 0; }

.no-gutter {
  padding: 0;
  margin: 0; }

.no-gutter-left {
  margin-left: 0;
  padding-left: 0; }

.no-gutter-right {
  margin-right: 0;
  padding-right: 0; }

.heading-wrp h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #425466; }

.borderLeft {
  border-left: 1px solid #FFFFFF;
  padding-left: 15px; }

.borderRight {
  border-right: 1px solid #FFFFFF;
  padding-right: 15px; }

.cmnBtn {
  border-radius: 50px;
  font-size: 24px;
  background: #425466;
  color: #FFFFFF;
  padding: 10px 50px; }

.bgWhite {
  background: #FFFFFF;
  color: #005471; }

/*...........................HOME.............................*/
.container_wrp {
  width: 1340px;
  margin: auto;
  padding: 0 15px;
  max-width: 85%; }
  @media (max-width: 1199px) {
    .container_wrp {
      max-width: 95%; } }

header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  background: #ffffff;
  z-index: 1111; }
  header.active {
    box-shadow: 0px 2px 11px #bdbdbd63; }

.hamburgerIcon {
  display: flex;
  margin-left: auto;
  background: none;
  font-size: 23px;
  color: #0081ad; }

.mainMenu-wrp {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end; }

.menu-list {
  display: flex; }
  .menu-list > li {
    font-size: 18px;
    color: #000000;
    margin-left: 30px; }
  .menu-list .dropdown .dropdown-menu {
    top: 32px !important;
    width: calc(100vw - 16px);
    left: 0 !important;
    right: 0 !important;
    justify-content: end;
    padding: 30px 0;
    border-radius: 0;
    border-top: 2px solid; }
    .menu-list .dropdown .dropdown-menu ul {
      display: flex;
      justify-content: end; }
      .menu-list .dropdown .dropdown-menu ul li {
        font-size: 18px;
        color: #000000; }
        .menu-list .dropdown .dropdown-menu ul li a {
          margin-left: 25px; }
  .menu-list .dropdown .dropdown-toggle::after {
    display: none; }
  .menu-list .dropdown-toggle.show {
    color: #0081AD !important; }
  .menu-list a:hover {
    color: #0081AD !important; }

.banner-wrp {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .banner-wrp:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .banner-wrp figure {
    width: 100%;
    height: 100%; }
    .banner-wrp figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner-wrp .caption-wrp {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 1; }
    .banner-wrp .caption-wrp h1 {
      font-size: 64px;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 30px; }
    .banner-wrp .caption-wrp button {
      width: 332px;
      height: 72px;
      border: 4px solid #FFFFFF;
      border-radius: 50px;
      font-size: 30px;
      text-align: center;
      background: none;
      color: #FFFFFF; }

.vantage-wrp {
  background-color: #005471;
  background-image: url(../images/vantagelayer.png);
  background-repeat: no-repeat;
  padding: 96px 0 60px 0;
  background-position: left bottom;
  min-height: 690px; }
  .vantage-wrp h2 {
    color: #fff; }
  .vantage-wrp p {
    color: #fff;
    margin-bottom: 40px; }

.smartmeeting_funding-wrp {
  position: relative; }
  .smartmeeting_funding-wrp:after {
    content: '';
    position: absolute;
    background-image: url(../images/smartmeetingbg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; }
  .smartmeeting_funding-wrp h2 {
    color: #fff; }
  .smartmeeting_funding-wrp p {
    color: #fff;
    margin-bottom: 40px; }
  .smartmeeting_funding-wrp .container_wrp {
    position: relative;
    z-index: 1; }

.smartmeeting-wrp {
  background: #006081;
  padding: 100px 0; }

.funding-wrp {
  background-color: #00688C;
  padding: 100px 0;
  display: flex;
  align-items: center;
  min-height: 600px; }

.figContainer {
  position: absolute;
  left: 0;
  padding-left: 0;
  z-index: 1;
  max-width: 45%; }

.ourteam-wrp {
  padding: 70px 0; }

.ourteamheader .heading-wrp h2 {
  margin-bottom: 35px; }

.teamCard {
  margin-top: 25px; }
  .teamCard figure {
    max-height: 362px;
    overflow: hidden; }
  .teamCard .memberDetals {
    padding: 28px 0 0px 0; }
    .teamCard .memberDetals h4 {
      font-size: 24px;
      color: #425466;
      margin-bottom: 8px; }
    .teamCard .memberDetals h5 {
      font-size: 14px;
      letter-spacing: 0.065em;
      text-transform: uppercase;
      color: #6ED1F2;
      margin-bottom: 20px; }
    .teamCard .memberDetals p {
      font-size: 14px; }

.news-wrp {
  background: #EFEFEF;
  padding: 70px 0; }
  .news-wrp .heading-wrp h2 {
    margin-bottom: 50px; }

.newsCard {
  margin-bottom: 30px; }
  .newsCard figure {
    max-height: 270px;
    overflow: hidden; }
    .newsCard figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .newsCard .newsDescriptions {
    padding: 20px 20px 25px 20px;
    background: #425466; }
    .newsCard .newsDescriptions h6 {
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.065em;
      text-transform: uppercase;
      color: #6ED1F2;
      margin-bottom: 16px; }
    .newsCard .newsDescriptions h3 {
      font-size: 24px;
      color: #FFFFFF;
      margin-bottom: 20px; }
    .newsCard .newsDescriptions p {
      font-size: 14px;
      color: #FFFFFF;
      margin-bottom: 0px; }

.counters-wrp {
  padding: 50px 0;
  text-align: center; }
  .counters-wrp h4 {
    font-size: 48px;
    color: #0081AD; }
  .counters-wrp h6 {
    font-size: 18px;
    color: #425466; }

.getintouch-wrp {
  padding: 90px 0;
  background-color: #005471;
  background-image: url(../images/getintouchline.png);
  background-position: left bottom;
  background-repeat: no-repeat; }
  .getintouch-wrp .heading-wrp h2 {
    color: #ffffff; }
  .getintouch-wrp p {
    color: #FFFFFF; }

footer {
  background: #000000;
  color: #FFFFFF; }
  footer .footerTop {
    padding: 30px 0;
    border-bottom: 1px solid #FFFFFF; }
    footer .footerTop .footerLinks li {
      font-weight: bold;
      font-size: 18px;
      color: #FFFFFF;
      margin: 4px 0; }
      footer .footerTop .footerLinks li ul {
        padding-left: 30px; }
        footer .footerTop .footerLinks li ul li {
          font-weight: 400;
          margin: 2px 0; }
  footer .footerBottom {
    padding: 30px 0; }
    footer .footerBottom h6 {
      font-weight: 500;
      font-size: 12px;
      color: #FFFFFF; }
      @media (min-width: 1440px) {
        footer .footerBottom h6 {
          font-size: 14px; } }
    footer .footerBottom .footersubLiks li {
      font-weight: 500;
      font-size: 12px;
      color: #FFFFFF;
      margin: 3px 0; }
      @media (min-width: 1440px) {
        footer .footerBottom .footersubLiks li {
          font-size: 14px;
          margin: 5px 0; } }

.footerSocials {
  display: flex; }
  .footerSocials li {
    background: #FFFFFF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    margin-left: 5px;
    font-size: 13px; }

/*...........................HOME.............................*/
/*...........................NEWS LISTING.............................*/
.newsBnr-wrp {
  background: #006081;
  margin-top: 95px;
  padding: 70px 0 50px; }
  .newsBnr-wrp h1 {
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 25px; }
  .newsBnr-wrp ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .newsBnr-wrp ul li {
      font-size: 18px;
      text-align: center;
      color: #FFFFFF;
      border: 1px solid #FFFFFF;
      margin-right: 15px;
      border-radius: 50px;
      padding: 8px 30px; }
      .newsBnr-wrp ul li.active {
        background: #FFFFFF;
        color: #005471; }

.newsListing-wrp {
  padding: 70px 0; }
  .newsListing-wrp .button-wrap {
    margin-top: 30px; }

/*...........................NEWS LISTING.............................*/
/*...........................WHO ARE WE.............................*/
.family-wrp {
  padding: 110px 0; }
  .family-wrp p {
    color: #fff; }

.journytop {
  padding: 50px 0; }

.journyFlow {
  padding: 80px 0;
  background-color: #F4F4F4; }
  .journyFlow .flowLine {
    padding: 0px 5%;
    max-width: 1300px;
    margin: 0 auto; }
  .journyFlow .flowLine > .flow-item {
    display: flex;
    align-items: flex-start; }
  .journyFlow .flowLine > .flow-item > div {
    flex: 1;
    padding: 20px 60px; }
  .journyFlow .flowLine > .flow-item > div:last-child {
    text-align: left;
    padding-bottom: 40px !important; }
  .journyFlow .flowLine > .flow-item > div:first-child::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #6ED1F2;
    top: 50%;
    transform: translate(-50%, -50%); }
  .journyFlow .flowLine > .flow-item > div:first-child::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #6ED1F2;
    top: 50%;
    transform: translate(-50%, -50%);
    right: -98px; }
  .journyFlow .flowLine > .flow-item:nth-child(odd) > div:first-child {
    text-align: right;
    position: relative; }
  .journyFlow .flowLine > .flow-item:nth-child(odd) > div:first-child::after {
    right: -32px; }
  .journyFlow .flowLine > .flow-item:nth-child(odd) > div:last-child {
    text-align: left;
    border-left: 1px solid #747474; }
  .journyFlow .flowLine > .flow-item:nth-child(even) > div:first-child {
    order: 2;
    text-align: left;
    position: relative; }
  .journyFlow .flowLine > .flow-item:nth-child(even) > div:first-child::after {
    left: -1px; }
  .journyFlow .flowLine > .flow-item:nth-child(even) > div:first-child::before {
    right: 0;
    left: -45px; }
  .journyFlow .flowLine > .flow-item:nth-child(even) > div:last-child {
    order: 1;
    text-align: right;
    border-right: 1px solid #747474; }
  .journyFlow .flowLine > .flow-item:nth-child(even) figure {
    margin-left: auto; }
  .journyFlow .flowLine > .flow-item:nth-child(even) ul {
    display: flex;
    flex-direction: column;
    align-items: end; }
    .journyFlow .flowLine > .flow-item:nth-child(even) ul li {
      text-align: left; }
  @media (min-width: 768px) {
    .journyFlow .flowLine > .flow-item:first-of-type div {
      padding-top: 0; } }
  .journyFlow .flowLine > .flow-item:first-of-type div .flow-date {
    margin-top: -12px; }
  @media (min-width: 768px) {
    .journyFlow .flowLine > .flow-item:first-of-type > div:first-child::after {
      top: 15px; } }
  @media (min-width: 768px) {
    .journyFlow .flowLine > .flow-item:first-of-type > div:first-child::before {
      top: 15px; } }
  .journyFlow .flowLine > .flow-item:first-of-type figure {
    margin-top: -50px; }
  .journyFlow .flowLine > .flow-item:last-of-type {
    margin-top: -35px; }
    .journyFlow .flowLine > .flow-item:last-of-type .flow-content {
      border: none !important; }
  .journyFlow .flowLine > .flow-item .flow-date {
    position: relative;
    font-weight: bold;
    font-size: 36px;
    color: #425466; }
  .journyFlow .flow-content ul {
    padding-left: 20px; }
    .journyFlow .flow-content ul li {
      position: relative;
      font-size: 18px;
      color: #747474; }
  .journyFlow .flow-content figure {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
    margin-top: -35px;
    position: relative; }
    .journyFlow .flow-content figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media (max-width: 767px) {
    .journyFlow .flowLine {
      padding: 0; }
    .journyFlow .flowLine > .flow-item {
      flex-direction: column;
      border-left: 2px solid #e0e0e0; }
    .journyFlow .flowLine > .flow-item > div {
      border-width: 0px !important;
      text-align: left !important;
      order: unset !important; }
    .journyFlow .flowLine > .flow-item > div::after {
      left: 0% !important; }
    .journyFlow .flowLine > .flow-item > div:first-child::before {
      right: auto;
      left: 20px; }
    .journyFlow .flowLine > .flow-item:nth-child(even) > div:first-child::before {
      right: auto;
      left: 20px; }
    .journyFlow .flowLine > .flow-item:nth-child(even) figure {
      margin-left: 0; }
    .journyFlow .flow-content figure {
      margin-top: 0px !important; } }

.teamMembersocial {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }
  .teamMembersocial h5 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    color: #6ED1F2; }
  .teamMembersocial ul {
    display: flex; }
    .teamMembersocial ul li {
      margin-left: 8px; }
      .teamMembersocial ul li a {
        width: 30px;
        height: 30px;
        background: #0081AD;
        border-radius: 100px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px; }

.teamMemberdetails ul {
  margin-left: 20px; }
  .teamMemberdetails ul li {
    font-size: 18px;
    color: #747474;
    margin-bottom: 20px; }

.teamMember-wrp {
  padding: 60px 0; }
  .teamMember-wrp h2 {
    margin-bottom: 25px; }

.teamMemberprofile {
  padding-top: 30px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .teamMemberprofile:nth-child(odd) .memberFigpart {
      order: 1; } }

/*...........................WHO ARE WE.............................*/
/*# EM-1248-2019 */
.custom-input input::-webkit-outer-spin-button,
.custom-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.custom-input input[type=number] {
  -moz-appearance: textfield; }

/*---- NEWS ARTICLE ----*/
.padding-top {
  padding-top: 95px; }

.padding-top .caption-wrp {
  top: 95px !important; }

.caption-bt-wrap {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1; }

.caption-bt-wrap h4 {
  font-size: 24px;
  font-weight: 500;
  color: #6ED1F2;
  margin-bottom: 38px; }

.caption-bt-wrap h2 {
  color: #ffffff !important;
  margin-bottom: 11px !important;
  font-weight: 400; }

.caption-bt-wrap h6 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400; }

.caption-bt-wrap h6 span {
  margin-left: 10px; }

.article-wrapper {
  padding: 70px 0; }

.article-content {
  margin-bottom: 60px; }

.article-wrapper h4 {
  font-size: 18px;
  font-weight: 800;
  color: #425466;
  margin-bottom: 30px; }

.article-wrapper .table-responsive {
  margin: 45px 0 70px 0; }

.article-wrapper table {
  margin-bottom: 0; }

.article-wrapper table th {
  border: 1px solid #747474 !important;
  background-color: #6ed1f247;
  font-size: 18px;
  font-weight: 800;
  color: #425466;
  padding: 20px 30px; }

.article-wrapper table thead th:first-child {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  background-color: transparent !important; }

.article-wrapper table td {
  border: 1px solid #747474 !important;
  font-size: 18px;
  font-weight: 400;
  color: #747474;
  padding: 20px 30px; }

.list-wrap h6 {
  font-size: 18px;
  font-weight: 800;
  color: #747474;
  margin-bottom: 25px; }

.list-wrap ul {
  padding-left: 20px;
  margin-bottom: 25px; }

.list-wrap ul li {
  font-size: 18px;
  font-weight: 400;
  color: #747474; }

.article-wrapper figure {
  margin-top: 65px; }

.article-wrapper figure img {
  margin-bottom: 15px; }

.article-wrapper figcaption {
  font-size: 18px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 65px; }

.control-btn {
  border: 1px solid #425466;
  background-color: transparent !important;
  font-size: 18px;
  font-weight: 400;
  color: #425466;
  min-width: 120px; }

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px; }

/*---- GET IN TOUCH ----*/
.blue-bg {
  background-color: #005471; }

.grey-bg {
  background: #EFEFEF; }

.getintouch-wrapper {
  min-height: 100vh;
  padding: 90px 0; }

.contact-banner .caption-wrp {
  padding-top: 95px; }

.heading-wrp.white-text h2 {
  color: #ffffff !important; }

.getintouch-wrapper h2 {
  margin-bottom: 40px !important; }

.getintouch-wrapper p {
  color: #ffffff !important;
  margin-bottom: 50px; }

.contact-details p {
  color: #ffffff !important;
  margin-bottom: 50px; }

.contact-details .address {
  margin-bottom: 35px; }

.contact-details .address p {
  margin-bottom: 0 !important; }

.contact-details .phone {
  margin-bottom: 35px; }

.contact-details .phone p {
  margin-bottom: 0 !important; }

.contact-details .email p {
  margin-bottom: 0 !important; }

.getintouch-wrapper h6 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff; }

.getintouch-wrapper address {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0; }

.custom-form .custom-input {
  margin-bottom: 20px; }

.custom-input input {
  width: 100%;
  border: 1px solid #ffffff;
  padding: 15px 20px;
  height: 48px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  outline: none !important; }

.custom-input input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff; }

.custom-input textarea {
  width: 100%;
  border: 1px solid #ffffff;
  padding: 15px 20px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  outline: none !important;
  display: block; }

.outline-btn {
  font-size: 18px !important;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  background-color: transparent !important;
  min-width: 120px; }

/*---- WHAT WE D0 ----*/
.cap-top {
  width: 100%;
  height: 85px;
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 1;
  background-color: #00000066;
  display: flex;
  align-items: center; }

.cap-top h6 {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF; }

.title-wrap {
  padding: 110px 0; }

.title-wrap p {
  color: #FFFFFF !important; }

.role-wrap {
  padding: 100px 0 15px 0;
  text-align: center; }

.role-wrap figure {
  margin: 15px auto 75px auto; }

.contract-wrap {
  padding: 45px 40px 45px 100px;
  margin: 30px 50px; }

.grey-bg .borderLeft {
  border-color: #425466 !important; }

.contract-wrap img {
  padding-left: 38px; }

.contract-wrap .borderLeft {
  padding-left: 38px !important; }

.contract-wrap p {
  margin-bottom: 45px !important; }

.rollout-wrap {
  padding: 45px 100px 45px 40px;
  margin: 30px 50px; }

.rollout-wrap img {
  padding-right: 38px; }

.rollout-wrap .borderLeft {
  padding-left: 38px !important; }

.rollout-wrap p {
  margin-bottom: 45px !important; }

.firmware-wrap {
  padding: 45px 40px 45px 100px;
  margin: 30px 50px 65px 50px; }

.firmware-wrap img {
  padding-left: 38px; }

.firmware-wrap .borderLeft {
  padding-left: 38px !important; }

.firmware-wrap p {
  margin-bottom: 45px !important; }

@media (max-width: 1199px) {
  /*---- NEWS ARTICLE ----*/
  .article-wrapper table th {
    font-size: 16px; }

  .article-wrapper table td {
    font-size: 16px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .menu-list > li {
    font-size: 15px;
    margin-left: 18px; } }
@media (max-width: 991px) {
  /*---- NEWS ARTICLE ----*/
  .article-wrapper {
    padding: 60px 0; }

  .article-wrapper table th {
    font-size: 14px;
    padding: 15px 20px; }

  .article-wrapper table td {
    font-size: 14px;
    padding: 15px 20px; }

  .article-wrapper p {
    font-size: 16px; }

  .list-wrap ul li {
    font-size: 16px; }

  .article-wrapper figcaption {
    font-size: 16px;
    margin-bottom: 45px; }

  .control-btn {
    font-size: 16px; }

  .caption-bt-wrap h4 {
    margin-bottom: 30px; }

  .article-wrapper .table-responsive {
    margin: 40px 0 50px 0; }

  .article-wrapper figure {
    margin-top: 55px; }

  .article-content {
    margin-bottom: 50px; }

  .article-wrapper .button-wrap {
    margin-top: 60px; }

  /*---- GET IN TOUCH ----*/
  .getintouch-wrapper {
    padding: 60px 0; }

  .contact-details p {
    font-size: 16px; }

  .getintouch-wrapper h6 {
    font-size: 16px; }

  .getintouch-wrapper address {
    font-size: 16px; }

  .custom-input input {
    font-size: 16px; }

  .custom-input input::placeholder {
    font-size: 16px; }

  .custom-input textarea {
    font-size: 16px; }

  .outline-btn {
    font-size: 16px !important; }

  /*---- WHAT WE D0 ----*/
  .cap-top h6 {
    font-size: 22px; }

  .cap-top {
    height: 65px; }

  .title-wrap {
    padding: 70px 0; }

  .role-wrap {
    padding: 60px 0 15px 0; }

  .role-wrap figure {
    margin: 15px auto 45px auto; }

  .contract-wrap {
    padding: 45px 30px 45px 60px;
    margin: 30px 40px; }

  .rollout-wrap {
    padding: 45px 30px 45px 60px;
    margin: 30px 40px; }

  .firmware-wrap {
    padding: 45px 30px 45px 60px;
    margin: 30px 40px 45px 40px; }

  .contract-wrap .borderLeft {
    padding-left: 30px !important; }

  .rollout-wrap .borderLeft {
    padding-left: 30px !important; }

  .firmware-wrap .borderLeft {
    padding-left: 30px !important; }

  .contract-wrap img {
    padding-left: 30px; }

  .rollout-wrap img {
    padding-right: 30px; }

  .firmware-wrap img {
    padding-left: 30px; } }
@media (max-width: 767px) {
  p {
    font-size: 16px; }

  .cmnBtn {
    font-size: 14px;
    padding: 10px 25px; }

  .heading-wrp h2 {
    font-size: 30px; }

  .banner-wrp .caption-wrp h1 {
    font-size: 32px; }

  .banner-wrp .caption-wrp button {
    width: auto;
    height: auto;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    padding: 10px 25px; }

  .vantage-wrp {
    padding: 30px 0;
    min-height: auto;
    background-size: 200px; }

  .smartmeeting-wrp {
    padding: 30px 0; }

  .funding-wrp {
    display: block;
    padding: 30px 0; }

  .figContainer {
    position: relative;
    max-width: 100%;
    margin-bottom: 30px; }

  .ourteam-wrp {
    padding: 30px 0; }

  .news-wrp {
    padding: 30px 0; }

  .news-wrp .heading-wrp h2 {
    margin-bottom: 30px; }

  .counters-wrp {
    padding: 30px 0 10px; }

  .counters-wrp h6 {
    margin-bottom: 35px; }

  .counters-wrp h4 {
    font-size: 38px; }

  .getintouch-wrp {
    padding: 30px 0;
    background-size: 200px; }

  footer .footerBottom {
    text-align: center; }

  .footerSocials {
    justify-content: center;
    margin-top: 15px; }

  footer .footerBottom h6 {
    margin-top: 15px; }

  .footerLogo {
    margin-bottom: 15px; }

  .mainMenu-wrp {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #006081;
    flex-direction: column;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    overflow-x: auto;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all .3s; }
    .mainMenu-wrp.open {
      opacity: 1;
      z-index: 1;
      pointer-events: all;
      transition: all .3s; }
    .mainMenu-wrp .menu-list {
      display: block;
      padding: 20px 20px;
      width: 100%;
      text-align: center; }
      .mainMenu-wrp .menu-list li {
        color: #e4e4e4;
        margin-left: 0px;
        padding: 10px 0; }
      .mainMenu-wrp .menu-list .dropdown .dropdown-menu {
        top: 0 !important;
        width: 100%;
        transform: translate(0) !important;
        position: initial !important;
        align-items: center;
        background-color: #fff0;
        border: none;
        padding: 5px 0; }
        .mainMenu-wrp .menu-list .dropdown .dropdown-menu ul {
          flex-direction: column;
          text-align: center; }
          .mainMenu-wrp .menu-list .dropdown .dropdown-menu ul li {
            color: #f7f7f7; }
            .mainMenu-wrp .menu-list .dropdown .dropdown-menu ul li a {
              margin-left: 0; }
    .mainMenu-wrp .closeBtn {
      position: absolute;
      right: 8px;
      top: 8px; }

  .menu-list .dropdown-toggle.show {
    color: #000000 !important; }

  .menu-list a:hover {
    color: #000000 !important; }

  /*---- NEWS ARTICLE ----*/
  .article-wrapper {
    padding: 30px 0; }

  .caption-bt-wrap {
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 95px; }

  .caption-bt-wrap h2 br {
    display: none; }

  .caption-bt-wrap h4 {
    font-size: 18px;
    margin-bottom: 15px; }

  .caption-bt-wrap h6 {
    font-size: 12px; }

  .article-wrapper h4 {
    font-size: 16px;
    margin-bottom: 25px; }

  .article-wrapper p {
    font-size: 14px;
    margin-bottom: 20px !important; }

  .list-wrap h6 {
    font-size: 16px;
    margin-bottom: 20px; }

  .list-wrap ul {
    margin-bottom: 20px; }

  .list-wrap ul li {
    font-size: 14px; }

  .article-wrapper figure {
    margin-top: 35px; }

  .article-wrapper figcaption {
    font-size: 14px;
    margin-bottom: 35px; }

  .article-content {
    margin-bottom: 30px; }

  .article-wrapper .button-wrap {
    margin-top: 50px; }

  .control-btn {
    font-size: 14px;
    min-width: 105px; }

  .article-wrapper .table-responsive {
    margin: 35px 0 40px 0; }

  .article-wrapper table th {
    font-size: 12px;
    padding: 10px 15px; }

  .article-wrapper table td {
    font-size: 12px;
    padding: 10px 15px; }

  /*---- GET IN TOUCH ----*/
  .getintouch-wrapper {
    padding: 40px 0; }

  .getintouch-wrapper h2 {
    margin-bottom: 25px !important; }

  .contact-details p {
    margin-bottom: 30px;
    font-size: 14px; }

  .getintouch-wrapper h6 {
    font-size: 14px; }

  .getintouch-wrapper address {
    font-size: 14px; }

  .contact-details .address {
    margin-bottom: 25px; }

  .contact-details .phone {
    margin-bottom: 25px; }

  .custom-form {
    margin-top: 30px; }

  .custom-input input {
    font-size: 14px;
    padding: 12px 15px;
    height: 45px; }

  .custom-input input::placeholder {
    font-size: 14px; }

  .custom-input textarea {
    font-size: 14px;
    padding: 12px 15px; }

  .outline-btn {
    font-size: 14px !important;
    min-width: 110px; }

  .getintouch-wrapper .send-btn {
    text-align: center; }

  /*---- WHAT WE D0 ----*/
  .cap-top h6 {
    font-size: 18px; }

  .cap-top {
    height: 45px;
    text-align: center; }

  .title-wrap {
    padding: 30px 0;
    text-align: center; }

  .title-wrap p {
    font-size: 16px; }

  .role-wrap {
    padding: 30px 0 10px 0; }

  .role-wrap figure {
    margin: 15px auto 30px auto; }

  .role-wrap p {
    font-size: 16px; }

  .contract-wrap {
    padding: 30px 15px 30px 15px;
    margin: 20px 20px; }

  .rollout-wrap {
    padding: 30px 15px 30px 15px;
    margin: 20px 20px; }

  .firmware-wrap {
    padding: 30px 15px 30px 15px;
    margin: 20px 20px; }

  .contract-wrap .borderLeft {
    padding-left: 15px !important; }

  .rollout-wrap .borderLeft {
    padding-left: 15px !important; }

  .firmware-wrap .borderLeft {
    padding-left: 15px !important; }

  .contract-wrap img {
    padding-left: 0px;
    margin-bottom: 15px; }

  .rollout-wrap img {
    padding-left: 0px;
    margin-bottom: 15px; }

  .firmware-wrap img {
    padding-left: 0px;
    margin-bottom: 15px; }

  .contract-wrap p {
    font-size: 16px;
    margin-bottom: 30px !important; }

  .rollout-wrap p {
    font-size: 16px;
    margin-bottom: 30px !important; }

  .firmware-wrap p {
    font-size: 16px;
    margin-bottom: 30px !important; }

  /*# EM-1248-2019 */
  .padding-top {
    padding-top: 85px; }

  header {
    padding: 15px 0; }

  .newsBnr-wrp {
    margin-top: 0;
    padding: 130px 0 50px; }

  .newsBnr-wrp h1 {
    font-size: 25px; }

  .newsBnr-wrp ul li {
    font-size: 12px;
    margin-right: 10px;
    padding: 4px 12px; }

  .newsListing-wrp {
    padding: 40px 0; }

  .newsListing-wrp .button-wrap {
    margin-top: 0; }

  .family-wrp {
    padding: 30px 0; }

  .journytop {
    padding: 30px 0; }

  .journyFlow {
    padding: 30px 0; }

  .journyFlow .flowLine > .flow-item > div:first-child::after {
    width: 20px;
    height: 20px; }

  .journyFlow .flowLine > .flow-item .flow-date {
    font-size: 28px; }

  .journyFlow .flowLine > .flow-item > div {
    padding: 10px 10px 10px 40px; }

  .journyFlow .flowLine > .flow-item > div:first-child::before {
    width: 22px; }

  .journyFlow .flow-content figure {
    width: 100px;
    height: 100px; }

  .journyFlow .flow-content ul li {
    font-size: 16px; }

  .journyFlow .flowLine > .flow-item > div:last-child {
    padding-bottom: 10px !important; }

  .journyFlow .flowLine > .flow-item:last-of-type {
    margin-top: 0; }

  .teamMember-wrp {
    padding: 30px 0 0; }

  .teamMemberprofile {
    padding-top: 0;
    margin-bottom: 20px; }

  .teamMemberdetails ul li {
    font-size: 16px;
    margin-bottom: 15px; }

  .teamMember-wrp h2 {
    margin-bottom: 10px; }

  .teamMembersocial {
    margin-bottom: 15px; }

  .memberFigpart figure {
    margin-bottom: 10px; } }

/*# sourceMappingURL=style.css.map */
