@font-face {
  font-family: "MuseoSans";
  src: url("../font/MuseoSans-500.eot");
  src: url("../font/MuseoSans-500.eot?#iefix") format("embedded-opentype"),
    url("../font/MuseoSans-500.woff2") format("woff2"),
    url("../font/MuseoSans-500.woff") format("woff"),
    url("../font/MuseoSans-500.ttf") format("truetype"),
    url("../font/MuseoSans-500.svg#VAGRundschriftD") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VAGRundschriftD";
  src: url("../font/VAGRundschriftD.eot");
  src: url("../font/VAGRundschriftD.eot?#iefix") format("embedded-opentype"),
    url("../font/VAGRundschriftD.woff2") format("woff2"),
    url("../font/VAGRundschriftD.woff") format("woff"),
    url("../font/VAGRundschriftD.ttf") format("truetype"),
    url("../font/VAGRundschriftD.svg#VAGRundschriftD") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0px;
  font-family: "MuseoSans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #6E93BB;
/*  letter-spacing: 0.02em;*/
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
p {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "VAGRundschriftD", sans-serif;
  margin-bottom: 20px;
  color: #22404D;
  letter-spacing: 0.003em;
  margin-top: 0;
  font-weight: 400;
}
a {
  color: #22404D;
  text-decoration: none;
  transition: 0.4s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #a8b7c7;
}
.container {
  max-width: 100%;
  width: 1362px;
  margin: 0 auto;
  padding: 0 15px;
}

h1 {
  font-size: 52px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5,
h6 {
  font-size: 18px;
}
p {
    line-height: 1.4;
  }
.moretext {
  display: none;
}
.btn {
  display: inline-block;
  font-size: 16px;
  background-color: #00a8ff;
  padding: 12px 24px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #00a8ff;
  text-align: center;
    font-family:"MuseoSans", sans-serif;
    letter-spacing: 0.02em;
}
.btn:hover, .btn:focus {
    background-color: #00a8ff;
    color: #fff;
    border: 1px solid #00a8ff;
}
.btn_bordered {
  background-color: transparent;
  color: #1E3B5B;
}
.btn_blue:hover, .btn_blue:focus {
    background-color: transparent;
}
.btn_white {
  color: #fff;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.col-7 {
    flex: 0 0 55%;
    max-width: 55%;
}
.col-5 {
    flex: 0 0 45%;
    max-width: 45%;
}
/*tab css*/
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  width: 50%;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #c1c1c1;
}
h2.resp-accordion {
  font-size: 16px;
  margin: 0px;
  padding: 10px 15px;
  margin-top: 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
li.resp-tab-item {
  position: relative;
}
li.resp-tab-item:after {
  background-image: url(../images/down_arrow.svg);
  content: " ";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 12px;
  background-position: center;
  transform: translate(0,-50%);
}
li.resp-tab-item.resp-tab-active:after
{
background-image: url(../images/down_arrow_blue.svg);
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
    width: 19px;
    height: 25px;
    float: right;
    margin-top: 3px;
    background-image: url(../images/accordian_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
h2.resp-tab-active span.resp-arrow {
  transform: rotate(180deg);
}
/*-----------Accordion styles-----------*/

.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}

#horizontalTab:after {
  content: " ";
  clear: both;
  display: table;
}
.mfp-close:hover {
    text-decoration: none;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    background: #F1FAFF;
    box-shadow: 0px 0.503003px 2.01201px rgba(21, 22, 22, 0.25);
border-radius: 2.01201px;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

/*header style start here*/
#site-header {
  background: #15304e;
  box-shadow: 0px 2px 8px rgb(25 146 209 / 25%);
  /* padding: 15px 0; */
}
.logo {
  display: inline-block;
  width: 132px;
  margin: 15px 0;
}
#site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_navigation {
  display: flex;
  width: calc(100% - 150px);
  justify-content: flex-end;
}
.header_navigation .btn {
  margin: 0 39px;
}
.header_navigation .btn:hover {
    background-color: #00a8ff;
    color: #fff;
    border-color: #00a8ff;
}
.main-menu {
  margin-right: 14px;
}
.search-btn .toggle-icon svg {
  fill: #00a8ff;
}
.main-menu > ul li a
{
  color: #002C5C;
}
.main-menu > ul li:hover > a
{
	color: #b4b4b4;
}
.main-menu > ul li.menu-active > a {
  color: #00A8FF !important;
}

.search-btn .toggle-text {
  display: none;
}
.search-modal .search-field {
  height: 100px;
  font-size: 24px;
  outline: none;
}

.header-footer-group,
body:not(.overlay-header) #site-header .toggle,
.menu-modal .toggle {
  color: #00a3ff;
}
input[type="search"]:focus {
  outline: none;
  outline-offset: -4px;
}
.header-titles-wrapper {
  margin-right: 20px;
}



#site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation: 0.9s fixedhead;
    -webkit-transition: animation 0.3s ease-in-out;
    -moz-transition: animation 0.3s ease-in-out;
    -o-transition: animation 0.3s ease-in-out;
    transition: animation 0.3s ease-in-out;
}

@-webkit-keyframes fixedhead {
    0% {
        top: 103px;
    }

    100% {
        top: 0px;
    }
}

@keyframes fixedhead {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}
/*home page style start here*/
section {
  padding: 50px 0;
}
span.tag {
  font-size: 16px;
  color: #00a8ff;
  display: block;
  border-left: 1px solid #1e3b5b;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 14px;
/*    font-family: "VAGRundschriftD";*/

  line-height: 1.5;
}

/*banner style start here*/
.banner_content h1,
.banner_content h2,.inner_banner .banner_content h1 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 1.1;

}
.banner_content h1 em {
    font-style: normal;
      color: #00a8ff;
}
.banner_content .tag {
  margin-bottom: 20px;
  border-color: #fff;
}
.banner_content {
  font-size: 24px;
  /*padding-right: 45px;*/
  color: #C5C4C4;
  padding-left: 2px;
}
.banner_content .btn
{
  margin-bottom: 10px;
}
.section_banner {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    padding: 0px 0 45px;
    background-position: center -27px;
}
.banner_content p {
  width: 82%;
  line-height: 1.4;
  margin-bottom: 36px;
}
.banner_slide {
  padding: 88px 0;
}
.banner_slider ul.slick-dots button {
    color: #fff;
}
h1 strong,
h2 strong {
  font-weight: inherit;
  color: #00a8ff;
}
.video_bg {
  border-radius: 16px;
  background: #c4c4c4;
  height: 330px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}
.popup_video_wrapper {
  position: relative;
  width: 85%;
  margin-right: 37px;
  float: right;
}
.popup_video_wrapper:after {
  position: absolute;
  width: 2px;
  height: 68px;
  left: 773px;
  background: #00b2ff;
  content: " ";
  left: -24px;
  bottom: -31px;
}
.popup_video_wrapper:before {
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(../images/corner.png);
  content: " ";
  right: -15px;
  top: -21px;
  background-repeat: no-repeat;
}
.slick-dots li button::before {
  content: "0";
}

.slick-dots li:nth-child(n + 10) button::before {
  content: none;
}

ul.slick-dots li {
  display: none;
}

ul.slick-dots li.active {
  display: block;
}

ul.slick-dots li.slick-active {
  display: block;
}

ul.slick-dots {
  margin: 0;
}

ul.slick-dots li {
  margin-left: 5px;
}
ul.slick-dots button {
  background: transparent;
  font-size: 20px;
  text-decoration: none;
}
.slick-arrow {
  position: absolute;
  background: transparent;
  font-size: 0px;
  height: 50px;
  bottom: 9px;
  width: 36px;
  height: 40px;
  background-image: url(../images/arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.4s;
  text-decoration: none;
  z-index: 9;
}
.slick-prev.slick-arrow {
  background-image: url(../images/arrow_gray.svg);
  width: 24px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  left: 61px;
}
.slick-arrow:hover {
  transform: scale(1.1);
}
.banner_slider .slick-dots {
  position: absolute;
  bottom: 43px;
}
.banner_slider .slick-arrow {
  bottom: 57px;
}
/*efficiency page style start here*/
.content_image figure {
    border-radius: 16px;
    overflow: hidden;
}
.content_image figure img
{
  width: 100%;
}
.section_ml_plateform .container {
  background: #f1faff;
  box-shadow: 0px 2px 8px rgba(30, 59, 91, 0.25);
  border-radius: 8px;
  padding: 99px 30px 99px 50px;
}
.section_ml_plateform h2 {
  margin-bottom: 35px;
  color: #22404D;
}
.section_ml_plateform .col {
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}
.section_ml_plateform .row {
  margin: 0 18px 0 -30px;
}
.section_ml_plateform .tag {
  margin-bottom: 18px;
}
.efficiency_cta {
  background: #f1faff;
  box-shadow: 0px 2px 8px rgba(30, 59, 91, 0.25);
  border-radius: 8px;
  padding: 63px 85px;
  display: flex;
  font-size: 20px;
  align-items: center;
  color: #6E93BB;
}
.efficiency_cta h2,
.efficiency_cta p {
  margin: 0;
}
.section_efficiency_cta {
  position: relative;
  top: -174px;
  margin-bottom: -164px;
}

.efficiency_cta h2 {
  width: 50%;
  /* max-width: 100%; */
  padding-left: 18px;
  border-left: 1px solid #1e3b5b;
  padding-right: 10px;
      line-height: 1.1;
}
.efficiency_cta h2 + div {
    width: calc(100% - 325px);
}
.home .efficiency_cta h2 {
    width: 50%;
}
/*tabbing section style start here*/
.tabbing_container {
  width: 70%;
}
.section_data_solution .container {
  display: flex;
  justify-content: flex-end;
}
.tabbing_container {
  width: 55%;
  position: relative;
  padding-left: 27px;
  margin-top: 20px;
}

.section_data_solution .container {
  display: flex;
  justify-content: flex-end;
}

.section_data_solution .content_image {
  position: absolute;
  width: 84%;
  left: -84%;
  top: -20px;
}
.tabbing_container span.tag {
  margin-bottom: 15px;
}
.section_data_solution .content_discription {
  padding-right: 10px;
  margin-bottom: 27px;
  color: #6E93BB;
}
.section_data_solution .content_image img {
  max-width: 100%;
}
.resp-tabs-list li.resp-tab-item span img{
    max-width: 24px;
    margin-right: 8px;
}
.resp-tab-content,
#tabs-nav {
  border: none;
  padding: 0;
}
.resp-tabs-list li {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  padding: 0;
  margin: 0 0 19px !important;
  list-style: none;
  cursor: pointer;
  float: left;
  width: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  color: #6E93BB;
}
#tabs-nav li {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  padding: 0;
  margin: 0 0 18px !important;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;

  width: 100%;
}
#tabs-nav li a {
  display: flex;
  align-items: center;
  color: #6E93BB;
}
.resp-tab-active,
#tabs-nav li.active {
  border: none;
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
ul.resp-tabs-list,
#tabs-nav {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.resp-tabs-list li.resp-tab-item.resp-tab-active,
#tabs-nav li.active a {
  color: #22404D;
}
.resp-tabs-list li.resp-tab-item svg,
#tabs-nav li svg ,#tabs-nav li img{
  margin-right: 16px;
  fill: #6E93BB;
  max-width: 24px;
}
.resp-tabs-list li.resp-tab-item.resp-tab-active svg path,
#tabs-nav li.active svg path {
  fill: #22404D;
  
}
#tabs-nav li {
  position: relative;
}
#tabs-nav li a:after {
  background-image: url(../images/down_arrow.svg);
  content: " ";
  position: relative;
  width: 18px;
  height: 12px;
  background-position: center;
  left: 10px;
}
#tabs-nav li.active a:after
{
background-image: url(../images/down_arrow_blue.svg);
}
/*plateform section style start here*/
.plateform_cta {
  display: block;
  background-color: #1e3b5b;
  height: 233px;
  padding:19px 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(../images/bg-img.png);
  border-radius: 7px;
  width: 239px;
    max-width: 100%;
}

.plateform_cta figure {
  min-height: 90px;
}
.plateform_cta figcaption {
  font-size: 21px;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 11px;
  transition: 0.4s;
}
.plateform_cta figcaption strong {
  font-weight: inherit;
  color: #00a8ff;
  display: block;
}
.plateform_cta img {
  max-width: 68px;
  transition: 0.4s;
}
.plateform_cta:hover img {
  transform: scale(1.1);
}
.plateform_cta:hover figcaption {
  opacity: 0;
}
.plateform_cta .btn {
  position: absolute;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 168px;
  right: 0;
  opacity: 0;
  transition: 0.4s;
}
.plateform_cta:hover .btn {
  opacity: 1;
}

/*animation css*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
.section_media {
  padding: 70px 0;
}
.media_cta {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid rgba(30, 59, 91, 0.4);
  position: relative;
}
.media_heading_wrap {
  margin-bottom: 35px;
}
.media_slider {
  margin-top: 55px;
}
.media_cta .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 268px;
      background-color: #f7f7f7;
}
.media_cta .content_sec {
  
  padding: 23px 23px 34px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #6E93BB;
}
.media_cta .content_sec a.read_more_btn {
  color: #00a8ff;
  border-bottom: 1px solid #00a8ff;
  position: relative;
}
.media_cta .content_sec a.read_more_btn:after {
  position: absolute;
  content: " ";
  background-image: url(../images/arrow-blue.svg);
  width: 35px;
  height: 12px;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 17px;
}
.media_cta .content_sec a.read_more_btn:hover,
.media_cta .content_sec a.read_more_btn:focus {
  color: #1e3b5b;
}
.media_slide {
  padding: 0 30px;
}
.media_heading_wrap {
  padding-right: 500px;
}
.media_slider {
  margin: 0 -30px;
  position: relative;
}
.media_slider ul.slick-dots button,.section_ml_plateform ul.slick-dots button
{
    color: #1E3B5B;
}
.review_slider ul.slick-dots button {
    color: #22404D;
}
.review_slider .slick-arrow {
  bottom: 16px;
}
.media_slider ul.slick-dots {
  margin: 0;
  top: -121px;
  right: 225px;
  position: absolute;
}
.media_slider .slick-arrow {
  position: absolute;
  top: -103px;
  right: 215px;
  left: auto;
}
.media_slider .slick-arrow.slick-prev {
  right: 285px;
}
.section_media .container {
  position: relative;
  width: 1285px;
}
.media_cta .content_sec h3 {
  letter-spacing: 0px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 33px;
      padding-right: 20px;
}
.media_cta .content_sec h3 a {
    color: #22404d;
}
.media_cta .content_sec h3 a:hover,.media_cta .content_sec h3 a:focus
{
  color: #00b2ff;
}
.media_cta .content_sec h3:after {
  content: " ";
  width: 194px;
  height: 1px;
  background-color: #00b2ff;
  display: block;
  position: absolute;
 bottom:-14px;
  left: 0;
  max-width: 100%;
}
.section_media .cta_button_section {
  position: absolute;
  right: 15px;
  top: 23px;
}
.section_client_review .container {
  background: #f1faff;
  box-shadow: 0px 2px 8px rgba(30, 59, 91, 0.25);
  border-radius: 8px;
  padding: 101px 42px 80px;
  background-image: url(../images/arrow-artwork.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.review_slide h5 {
  font-size: 20px;
  color: #778EA7;
  font-weight: 400;
}
.review_slide {
  padding-top: 70px;
  position: relative;
}
.review_slide p {
  line-height: 2;
  margin-bottom: 45px;
  width: 96%;
  color: #6E93BB;
}
.review_slider:before {
  content: " ";
  background-image: url(../images/quote.svg);
  position: absolute;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  right: 22px;
  top: -60px;
}
div#tabs-content {
  width: 54%;
  position: relative;
  min-height: 500px;
}
#tabs-content .content_image {
  position: absolute;
  left: 106%;
  width: 85%;
  top: -7px;
}
#tabs-nav {
  margin-bottom: 18px;
}
#tabs-content .content_discription {
  margin-bottom: 30px;
}
.section_automated_data {
  padding: 110px 0 31px;
}
.section_automated_data .container {
  /* width: 1314px; */
  padding: 0 40px;
}
.section_vroc .container {
  background-color: #1e3b5b;
  text-align: center;
  padding: 99px 35px 90px;
  color: #c5c4c4;
  font-size: 16px;
  background-image: url(../images/bg-img-getstarted.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  width: 1320px;
}

.section_vroc h2 {
  color: #fff;
  font-size: 64px;
  margin-bottom: 33px;
}
.section_client_review {
  padding: 15px 0;
}
.section_client_review {
    padding-bottom: 50px;
}
.home .section_client_review
{
  padding-bottom:   15px;
}
.section_client_review h2 {
  position: relative;
  margin-bottom: 0px;
}
.section_client_review h2:after {
  content: " ";
  background-image: url(../images/border.png);
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -33px;
}
.cta_buttons {
  margin-top: 40px;
}

.cta_buttons .btn {
  margin: 0 10px;
}
.section_vroc {
  padding: 50px 0 120px;
}
/*footer style start here*/
.section_footer .container {
  width: 1175px;
}
.section_footer {
  background-color: #22404d;
  padding: 35px 0 16px;
}
.logo_area {
  width: 181px;
}
.subscribe_btn {
  width: 218px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer_info {
  width: 32%;
}
.footer_nav {
  width: 33%;
}
.copyright_sec {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
  color: #F0F5F8;
}
.copyright_sec a {
    color: #f0f5f8;
}
.copyright_sec a:hover,.copyright_sec a:focus
{
  color: #0078cf
}
ul.social_icons {
  list-style: none;
  margin: 0;
}
ul.social_icons li {
  display: inline-block;
  margin: 0 11px;
  vertical-align: middle;
}
.social_icons a
{
  margin-right: 20px;
}
.footer_nav li a {
  color: #eeeeee;
}
.footer_nav li.active a,
.footer_nav li a:hover,
.contact_info a:hover {
  color: #0078cf;
}
.footer_nav ul {
  list-style: none;
  margin: 0;
}
.contact_info {
  display: flex;
  color: #fff;
  margin-bottom: 25px;
}
.footer_nav ul li {
  margin: 0 0 25px;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.contact_info a {
  color: #fff;
}
.contact_info address {
  font-style: normal;
  margin-bottom: 0px;
  line-height: 1.2;
}
.contact_info .icon {
  margin-right: 10px;
  margin-top: 3px;
}
.footer_nav ul.sub-menu li {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  margin-left: 7px;
}
/*inner page style start here*/
.inner_banner {
    padding: 83px 0;
}

.inner_banner .banner_content p {
    line-height: 1.3;
}
.breadcrumbs
{
      color: #00a8ff;
}
.inner_banner .banner_content .breadcrumbs
{
  padding-left: 10px;
}
.breadcrumbs a {
    color: #00a8ff;
}
.breadcrumbs a:hover
{
  color: #fff;
}
.section_about_us .popup_video_wrapper:after,.section_about_us .popup_video_wrapper:before
{
  display: none;
}
.efficiency_cta strong {
    color: #1E3B5B;
    margin-top: 11px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.001em;
}
.video_bg
{
  background-color: transparent;
}
.value_cta {
    display: block;
    background-color: #1e3b5b;
    padding: 20px 18px 45px;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    background-image: url(../images/bg-img.png);
    border-radius: 7px;
    font-size: 16px;
    color: #C5C4C4;
    height: 100%;
        transition: 0.4s;
        position: relative;
}
.value_cta a
{
	position: absolute;
	bottom: 19px;
}
.value_cta:hover {
    transform: scale(1.02);
}
.value_cta figure {
    margin-bottom: 22px;
    max-width: 44px;
}
.value_slide {
    padding:15px 28px;
        height: 100%;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.value_slider  .slick-slide > div {
    height: 100%;
}
.value_slider
{
  margin:0 -28px;

}
.value_cta p:last-of-type {
    margin-bottom: 10px;
}
.section_connect_vroc h2 {
    margin-bottom: 33px;
}
.section_connect_vroc .tag {
    padding-left: 10px;
    margin-bottom: 10px;
}
.value_cta h3 {
    color: #EEF7FA;
    border-left: 1px solid #FFFFFF;
    margin:0 0 19px;
    padding-left: 10px;
    line-height: 1;
}

.value_cta a {
    font-size: 16px;
    color: #00A8FF;
    text-decoration: underline;
    line-height: 1.1;
    display: inline-block;
}
.value_cta a:hover,.value_cta a:focus
{
  color: #fff;
}
.container_small {
    width: 1180px;
}
.moretext {
    margin-top: 25px;
}
a.moreless-button {
    text-decoration: underline;
        color: #22404D;
}

.inner_banner .banner_content h1 {
    font-size: 48px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.section_about_us span.tag {
    margin-bottom: 11px;
    padding-left: 9px;
    line-height: 1.4;
}
.section_about_us h2
{
      margin-bottom: 33px;
}
.section_about_us .left_content > p {
 /*   margin-bottom: 5px;*/
    line-height: 1.35;
}
.section_about_us .video_bg {
    height: auto;
    padding-bottom: 90%;
    position: relative;
    background-size: cover;
}
.agriculture .section_about_us .video_bg,.government .section_about_us .video_bg
{
	background-size: contain;
}
.section_about_us .video_bg  .popup_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.left_content {
    margin-top: 9px;
    padding-right: 15px;
}
.section_about_us .popup_video_wrapper {
    position: relative;
    width: 92%;
    margin-right: 7px;
    float: right;
}
.section_values {
    padding: 55px 0 50px;
}

.value_slider {
    margin: 35px -25px 0;
}
.section_values .tag {
    padding-left: 9px;
    margin-bottom: 10px;
}



/*case study page style start here*/
.section_case_study {
    padding: 50px 0 59px;
}
.case-studies  .popup_video_wrapper {
    height: 454px;
        width: 100%;
        margin-right: 0px;

    margin-bottom: 0;

}
.case-studies  .video_bg {
        height: 109%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.case-studies  .video_bg:after {
    position: absolute;
    width: 2px;
    height: 62px;
    left: 773px;
    background: #00b2ff;
    content: " ";
    left: 82px;
    bottom: 20px;
}
.case-studies  .popup_video_wrapper:before,.case-studies  .popup_video_wrapper:after
{
  display: none;
}
.category_filter label {
    font-size: 20px;
    color: #6E93BB;
    position: relative;
    padding-left: 26px;
    display: inline-block !important;
    vertical-align: middle;
    line-height: 1;
}

.category_filter label:before {
    width: 18px;
    height: 18px;
    /* left: 948px; */
    /* top: 825px; */
    border: 1px solid #00A8FF;
    position: absolute;
    content: " ";
    border-radius: 50%;
    left: -3px;
    top: 0px;
}

.category_filter label:after {
    content: " ";
    width: 12px;
    height: 12px;
    background: #00A8FF;
    border: 1px solid #00A8FF;
    display: inline-block;
    border-radius: 50%;
    left: 0px;
    position: absolute;
    top: 3px;
    opacity: 0;
}
.category_filter input[type="checkbox"]:checked:before
{
  display: none;
}
.category_filter input[type="checkbox"]:checked + label:after
{
  opacity: 1;
}
.category_filter input[type="checkbox"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
        z-index: 99;
}
.category_filter form {
    display: flex;
    flex-wrap: wrap;/*
    align-items: center;*/
}
.category_filter .form-group {
    position: relative;
    margin: 20px 0;
    width: 25%;
    padding-right: 10px;
}
.section_category_filter .efficiency_cta {
    padding: 40px 45px;
}

.category_filter .form-group {
    position: relative;
    margin: 16px 0;
}
.efficiency_cta  .category_filter {
    width: 100%;
}

.section_category_filter h2 {
    width: auto;
    min-width: 310px;
}
.pagination_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
}

.page_indication {
    color: #0F2530;
    font-size: 20px;
    margin-right: 65px;
}

.pagination_wrap li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #15304E;
    font-size: 18px;
    text-align: center;
    background-color: transparent;
    margin: 0 9px;
    line-height: 40px;
        border-radius: 50%;
}

.pagination_wrap li {
    margin: 0;
    display: inline-block;
}
.pagination_wrap li.next a,.pagination_wrap li.prev a {
    color: #00A8FF;
    text-transform: uppercase;
    font-size: 20px;
    width: auto;
    border-radius: 0px;
    text-decoration: underline;
}
.pagination_wrap ul {
    list-style: none;
    margin: 0;
}

.page_indication p {
    margin: 0;
}
.pagination_wrap li.active a {
    background-color: #00A8FF;
    color: #fff;
}
.section_case_study .row
{
  margin: 0 -18px;
}
.section_case_study .col
{
      padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 36px;
}
.section_case_study .media_cta .bg_img {
    height: auto;
    padding: 0 0 72%;
}
.section_case_study .media_cta
{
  height: 100%;
  margin-bottom: 0px;
}
/*case study detail page style start here*/
.section_problem .popup_video_wrapper:before,.section_problem .popup_video_wrapper:after
{
  display: none;
}

.video_wrapper
{
  height: 499px;
      margin-top: 30px;
}
.video_wrapper iframe {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.benefit_cta {
    background-color: #1e3b5b;
    background-image: url(../images/bg-img.png);
    border-radius: 7px;
    height: 100%;
    padding: 31px 31px;
    margin-bottom: 0;
}
.benefit_cta h3 {
    color: #fff;
    margin-top: 19px;
    padding-left: 8px;
    position: relative;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.benefit_cta h3:after {
    content: " ";
    width: 1px;
    height: 23px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
}
.section_outcome
{
  padding: 50px 0 40px;
}
.video_wrapper {
    height: 499px;
    margin-top: 45px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        border-radius: 8px;
    overflow: hidden;
}
.section_solution h2,.section_outcome h2 {
    margin-bottom: 30px;
}
.section_solution h2:after
{
  display: none;
}
.section_benefit h2 {
    margin-bottom: 31px;
}
.section_benefit .col
{
  padding: 0 18px;
      margin-bottom: 10px;
}
.section_benefit .row
{
  margin: 0 -18px;
}
.section_problem .popup_video_wrapper {
    width: 100%;
    border-radius: 8px;
    margin-right: 0;
    margin-left: 10px;
}
.section_problem .popup_video_wrapper .video_bg {
    border-radius: 8px;
    height: 439px;
}

.single-whitepaper .section_problem .row
{
   align-items: flex-start;
}
.section_problem p:last-of-type {
    margin-bottom: 0px;
}
.section_problem {
    padding-bottom: 76px;
}
.section_problem .col:first-of-type {
    padding-right: 35px;
}
/*blog page style start here*/
.section_case_study .media_cta.blog_cta h3 {
    padding-right: 90px;
}
.media_cta .content_sec {
    position: relative;
}
.media_cta  .blog_time {
    position: absolute;
    top: 28px;
    right: 26px;
}
.blog_cta .blog_time img {
    display: inline-block;
}
.banner_content h1 strong {
    display: block;
}
.inner_banner .row {
    align-items: center;
}
ul.list-style,.section_about_us ul,.section_connect_vroc ul:not(.accordian)  {
    margin: 0px 0 0;
}

ul.list-style li,.section_about_us li,.section_connect_vroc ul:not(.accordian) li {
    position: relative;
}
ul.list-style li strong,.section_about_us li strong,.section_connect_vroc ul:not(.accordian) li strong {
    color: #22404D;
}
ul.list-style li:before,.section_about_us li:before,.section_connect_vroc  ul:not(.accordian) li:before {
    /*content: " ";
    background-image: url(../images/bullet.png);
    width: 21px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: -3px;
    top: 3px;*/
}
.section_explainable {
    padding: 5px 0;
}
.section_explainable h2 {
    margin-bottom: 25px;
}
.section_explainable figure {
    margin-top: 30px;
}
.section_blogs {
    padding: 20px 0 0;
}
.section_experimentation {
    padding-top: 20px;
}
.blog_detail_social_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.section_explainable {
    padding: 5px 0;
}

.section_explainable h2 {
    margin-bottom: 39px;
}
.section_blogs .tag {
    margin-bottom: 16px;
}
.section_explainable figure {
    margin-top: 45px;
    border-radius: 8px;
    overflow: hidden;
}
.section_blogs h2 {
    margin-bottom: 39px;
}
.section_experimentation h2 {
    margin-bottom: 41px;
}
.section_experimentation .video_wrapper
{
  margin-top: 22px
}
.section_blogs {
    padding: 39px 0 0;
}


.blog_detail_social_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
        top: -60px;
}

.social_icons ul {
    list-style: none;
    margin: 0;
}

.social_icons ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
}
.section_interested .container {
    padding: 101px 100px 80px;
    background-image: url(../images/arrow-artworkfull.png);
    background-position: right top;
}
.section_interested .media_cta .bg_img
{
  height: 335px;
}
.ajax-results > h4 {
    text-align: center;
    width: 100%;
}
.complimentory_form {
    display: block;
    background-color: #1e3b5b;
    padding: 48px 45px 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(../images/contactbg-img.jpg);
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.complimentory_form span.tag
{
   border-color: #fff;
}
.WhitepaperDetail .section_problem .row {
    align-items: flex-start;
}
.complimentory_form h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
    display: block;
    margin-left: 0px
}
.filter_loader {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.filter_loader img {
    max-width: initial;
}
.speaker_image .bg_img {
    padding-bottom: 100%;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
}
.webinar_schedule {
    height: 100%;
    border-right: 2px solid rgba(0, 168, 255, 0.64);
        padding-right: 15px;
}
.webinar_detail_sec {
    padding: 59px 0;
}
.webinar_schedule h3 {
    margin-top: 45px;
}
.webinar_schedule h3:first-of-type {
    margin-top: 0;
}
.time_frame_wrap .time{
    width: 96px;
    height: 96px;
    border: 2px solid #778EA7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-size: 40px;
    color: #00A8FF;
    font-family: 'VAGRundschriftD';
}
.time_frame_wrap{margin: 0 20px 25px;text-align: center;font-size: 16px;color: #22404D;}
.time_frame {
    display: flex;
    margin:0 -20px;
    flex-wrap: wrap;
}
.time_frame_wrap span {
    margin-top: 13px;
    display: block;
}
.time_frame.disable_timer {
    margin-bottom: 12px;
}
.webinar_timeline span {
    color: #00A8FF;
    display: block;
    margin-bottom: 45px;
}
.webinar_timeline h3 {
    margin-bottom: 13px;
}
.timeline_wrap p {
    margin-bottom: 42px;
}
.timeline_wrap h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
.section_webinar_detail {
    padding: 39px 0 18px;
}
.section_speaker .tag {
    margin-bottom: 10px;
}
.section_speaker h2 {
    margin-bottom: 33px;
}
.section_speaker {
    padding:43px 0 74px;
}
.section_webinar_detail .tag {
    margin-bottom: 16px;
}
.timeline_wrap:last-of-type {
    margin-bottom: 0px;
}
/*contact page style start here*/
.banner_content .btn  {
    margin-right: 30px;
}
.banner_content .btn:last-of-type {
    margin-right: 0;
}
.section_reach_out {
    position: relative;
    top: -170px;
    margin-bottom: -150px;
}
.contact_cta {
    background-color: #F1FAFF;
    box-shadow: 0px 2px 8px rgba(30, 59, 91, 0.25);
    border-radius: 8px;
    padding: 43px 43px 18px;
    height: 100%;
}
.contact_connect_row .col {
    margin-bottom:40px;
        padding: 0 20px;
}
.contact_wrap {
    background-color: #F1FAFF;
    height: 100%;
    padding: 95px 42px 80px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-artworkfull.png);
    background-position: 109% -38px;
}
.no_gutter {
    margin: 0;
}
.no_gutter .col {
    padding: 0;
}
.section_reach_out .row {
    border-radius: 8px;
    overflow: hidden;
}
.connect_wrap {
    background-color: rgba(21, 48, 78,1);
    height: 100%;
    padding:193px 118px 213px;
    background-image: url(../images/background-purple-gradient.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.connect_wrap h2
{
  margin-bottom: 9px;
}
.connect_wrap figure {
    margin-top: 80px;
}
.contact_cta h3 {
    font-size: 20px;
    color: #00A8FF;
    margin-bottom: 27px;
}
.connect_wrap .tag {
    color: #fff;
    border-color: #ffff;
}
.connect_wrap h2 {
    color: #fff;

}
.section_reach_out .container {
    box-shadow: 0px 2px 8px rgba(30, 59, 91, 0.25);
    padding: 0;
    border-radius: 8px;
}
.contact_cta  a {
    color: #6E93BB;
}
.contact_cta  a:hover,.contact_cta  a:focus
{
  color: #00A8FF;
}
.social_icons {
    margin-bottom: 50px;
}
.section_margin_top {
    margin-top: 50px;
}
.slider {
    position: relative;
}
.slider .slick-dots {
    position: absolute;
    bottom:-57px;
    right: 13px;
}
.slider .slick-dots button {
    color: #22404D;
}
.slider .slick-arrow {
    bottom:-42px;
    left: auto;
    right: 0;
}
.slider  .slick-prev.slick-arrow {
    right: 71px;
}
.accordian-content
{
  display: none;
}
.accordian_wrap .accordian:after {
    background: rgba(0, 168, 255, 0.24);
    filter: blur(1px);
    border-radius: 4px;
    width: 1px;
    content: " ";
    height: 100%;
    display: block;
    position: absolute;
    left:10px;
    top: 0;
}
 .accordian_wrap #tabs-navigation.accordian:after {
  left: auto;
  top: 0;
  right: 10px;
}
#tabs-navigation.accordian li {
  position: relative;
  margin-left: 0;
}
.accordian_wrap {
    position: relative;
    height: 100%;
}
.accordian_wrap  .col-5 {
  order: -1;
}
ul.accordian {
    margin: 0px 20px;
    list-style: none;
    padding-left: 0;
}
ul.accordian li {
    position: relative;}
ul.accordian li a {
    font-size: 20px;
    color: #6E93BB;
    padding: 10px 0;
    display: block;
        padding-right: 35px;
            position: relative;
}
ul.accordian li a:after {
    background-image: url(../images/down_arrow.svg);
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 12px;
    background-position: center;
    transform: translate(0,-50%);
}
ul.accordian li.active a:after
{
background-image: url(../images/down_arrow_blue.svg);
}
.accordian-content {
    padding-bottom: 10px;
}
ul.accordian li:last-of-type:after
{
  display: none;
}
ul.accordian li:after {background: rgba(0, 168, 255, 0.24);
    filter: blur(1px);
    border-radius: 4px;
    width: 100%;
    content: " ";
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;}
ul.accordian li.active a {
    color: #00A8FF;
}
.business_value_cta_wrap {
    padding: 40px;
    background-image: url(../images/business_value_bg.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
        display: block;
}
.business_value_cta_wrap.business_value_step_1
{
  background-image: url(../images/img-1.png);
}
.business_value_cta_wrap.business_value_step_2
{
  background-image: url(../images/img-2.png);
}
.business_value_cta_wrap.business_value_step_3
{
  background-image: url(../images/img-3.png);
}
.business_value_cta_wrap.business_value_step_4
{
  background-image: url(../images/img-4.png);
}
.business_value_cta_wrap:hover:after,.business_value_cta_wrap.active:after
{
  opacity: 0.1;
}
/*.business_value_cta_wrap:after {
    content: " ";
    background: #00a8ff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a5b1bd;
    opacity: 0.9;
}*/
.section_business_value .container_small
{
  overflow: hidden;
}
.reveal-bloack {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  background: inherit;
  transition: left 1s ease-in-out, width 1s ease-in-out;
  z-index: 100;
  background-color: #fff;
}
.reveal-animation.active .reveal-bloack
{
  width: 0;
  left: 100%;
  opacity: 1;
}
.reveal-animation {
  position: relative;
  opacity: 1;
}
.business_value_cta {
    position: relative;
    z-index: 1;
    color: #fff;
}
.business_value_cta h3 {
    font-size: 20px;
    color: #00A8FF;
}
.section_business_value {
    padding: 80px 0;
}
.single-post .section_client_review {
    padding-bottom: 75px;
}
/*.single-whitepaper .section_problem .col:first-of-type {
    padding-right: 53px;
}*/
/*.single-whitepaper ul.list-style li
{
  font-size: 24px;
}
.single-whitepaper ul.list-style li strong
{
  font-size: 20px;
}
.single-whitepaper  ul.list-style li:before
{
  top: 8px;
}*/
.single-whitepaper ul.list-style li strong
{
  font-size: 20px;
}
.speaker-row {
    margin-bottom: 70px;
}
.speaker-row:last-of-type
{
  margin-bottom:0px;
}
.webinar_schedules {
    margin-bottom: 37px;
}
.webinar_schedules:first-of-type
{
  padding-top:  37px;
}
.webinar_schedules:last-of-type
{
  padding-bottom: 0;
  border:none;
  margin-bottom:  0px;
}
.date_time_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.date_time_wrap span {
    margin-right: 20px;
    color: #15304E;
}
.date_time_wrap img {
    display: inline-block;
    margin-right: 2px;
}
.contact_connect_row {
    margin-top: 39px;
}
.sec_cta {
    margin-top: 20px;
}
.single-webinar .efficiency_cta h2
{
  width: 455px;
}
.single-webinar .efficiency_cta h2 + div {
    width: calc(100% - 460px);
}
.section_about_us .left_content
{
  padding-right: 0px;
}
/*
.media_slider  .slick-track
{
    display: flex !important;
}
.media_slider  .slick-slide
{
    height: inherit !important;
}
.media_slider  .slick-slide > div,.media_slide,.media_cta{height: 100%;}
.media_slider
{
  margin-bottom: 30px;
}*/

.capabilities  .section_client_review .container
{
  background-image: none;
}

/*404 page style start here*/
.error404  .section_vroc,.error404 header,.error404 footer
{
  display: none;
}
.error404 #site-content {
    padding-top: 0;
}
.error404 .error-main {
    width: 530px;
    margin: auto;
    padding:40px;
    background: #15304e;
    box-shadow: 0 0px 60px rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 100%;
}
body.error404 {
    background-color: #f1faff;
}
.error404 .error-main h1 {
    color: #fff;
    font-size: 92px;
}
.error404 h3 {
    color: #fff;
    padding: 11px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 20px 0 40px;
    font-size: 22px;
}
.error404-content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}
.visible_hidden {
    display: none;
}
.mfp-content .visible_hidden
{
  display: block;
}


/*form cass start here*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background:#ffffff;
    opacity: 0.9;
    padding: 60px;
}
.popup_form {
    max-width: 94%;
    width: 1362px;
    margin: 64px auto;
    padding: 0;
    box-shadow: 0px 2px 8px rgb(30 59 91 / 25%);
    border-radius: 8px;
    overflow: hidden;
}
.mfp-close-btn-in .mfp-close
{
  color: #000;
}
.popup_form .mfp-close-btn-in .mfp-close {
    position: absolute;
    top: 31px;
    opacity: 1;
    font-size: 36px;
    text-decoration: none;
}
.media_slider  h4 {
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
}
.section_media h4 {
    text-align: center;
}
div#whitepaper_download_frm {
    background-color: #1E3B5B;
    padding: 45px;
    box-shadow: 0px 2px 8px rgba(164, 207, 255, 0.25);
    border-radius: 8px;
    background-image: url(../images/form_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}
#whitepaper_download_frm h2 {
    color: #fff;
}
div#whitepaper_download_frm .tag {
    border-color: #00a8ff;
}
.siteloader{display: block; position: fixed; width: 100%; height: 100%; z-index: 111111111; background-color: #fff; top: 0;}

.siteloader .loader-content{width: 100%; display: flex; align-items: center; justify-content: center; height: 100%;}
.siteloader img {
    width: 90px;
}
.section_media .slick-track
{
    display: flex !important;
}

.section_media .slick-slide
{
    height: inherit !important;
}
.media_slider
{
  margin-bottom: 20px;
}
.section_media .slick-slide > div,.section_media .slick-slide .media_slide,.section_media .media_cta {height: 100%;    margin-bottom: 0;}


/*defualt page css*/
.search  .footer-nav-widgets-wrapper
{
  display: none;
}
hr.styled-separator:after,hr.styled-separator:before
{
  display: none;
}
.color-accent, .color-accent-hover:focus, .color-accent-hover:hover {
    color: #22404D !important;
}
.post-inner {
    padding-top: 25px !important;
}
.entry-content hr, hr.styled-separator {
    background: #000;
    background-color: #000 !important;
    }
.search h2.entry-title {
    font-size: 40px;
}
.search .entry-content
{
  font-family: "MuseoSans",sans-serif
}

/*standard role page css start here*/
.section_how_work .container {
  background: #f1faff;
  box-shadow: 0px 2px 8px rgba(30, 59, 91, 0.25);
  border-radius: 8px;
  padding: 101px 42px 80px;
  background-image: url(../images/arrow-artwork-work.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.work-flow-block {
    width: 562px;
    background-color: #1E3B5BEB;
    padding: 20px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    min-height: 148px;
    background-image: url(../images/bg-img-flow.png);
    background-position: top right;
        margin: 35px 0;
            max-width: 100%;
}
.third-block {
    margin-left: 138px;
}
.work-flow-image {
    width: 94px;
    margin-right: 30px;
}
.work-flow-content {
    width: calc(100% - 124px);
    font-size: 14px;
    color: #fff;
    padding-right: 10px;
}
.work-flow-block p {
    margin-bottom: 0;
    margin-top: 10px;
}
.work-flow-content h3
{
  color: #fff;
  font-size: 24px;
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-bottom: 0px;
}
.first-block .work-flow-content h3
{
   padding-right: 0px;
}
.first-block,.fourth-block
{
  margin: 20px auto;
}
.how-work-flow {
    margin: 0 auto;
    position: relative;
        height: 570px;
}
.arrow-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.work-flow-wrap {
    position: relative;
    z-index: 9;
}
.first-arrow {
    top: 65px;
    right: 174px;
    left: auto;
}
.third-arrow {
    bottom: 75px;
    top: auto;
    left: 172px;
}
.fourth-arrow {
    left: 600px;
    top: 260px;
}
.second-arrow {
    bottom: 60px;
    right: 190px;
    left: auto;
    top: auto;
}
.second-block, .third-block {
    display: inline-flex;
    vertical-align: bottom;
}
.arrow-block {position: absolute;}
.work-flow-block,.arrow-block
{
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}
.fadeIn .work-flow-block,.fadeIn .arrow-block
{
  opacity: 1;
  animation-name: fadeIn;
}
.delay-10 {
    animation-delay: 0.2s;
}
.delay-20 {
    animation-delay: 0.4s;
}
.delay-30 {
    animation-delay: 0.6s;
}
.delay-40 {
    animation-delay: 0.8s;
}
.delay-50 {
    animation-delay: 1.0s;
}
.delay-60 {
    animation-delay: 1.2s;
}
.delay-70 {
    animation-delay:1.4s;
}
.delay-80 {
    animation-delay:1.6s;
}
.work-flow-block p
{
  display: none;
}
.first-block .work-flow-content p {
    display: block;
}
.work-flow-content h3
{
   padding-right: 131px;
   cursor: pointer;
}
   
.work-flow-content.active h3
{
    padding-right: 0px;
}
.work-flow-wrap {
    margin-top: 50px;
}
.section_explainable figure {
    border-radius: 8px;
    margin-bottom: 40px;
}
.section_blogs.fullwidth_content {
    padding-bottom: 70px;
}
.section_blogs.fullwidth_content  h2,.section_blogs.fullwidth_content  h3,.section_blogs.fullwidth_content  h4,.section_blogs.fullwidth_content  h5,.section_blogs.fullwidth_content  h6 {
    margin-bottom: 15px;
    margin-top:40px
}
.section_blogs.fullwidth_content p,.section_blogs.fullwidth_content ul{
    margin-bottom: 15px;
}
.section_blogs.fullwidth_content ul {
    margin-left: 0px;
}
/*responsive start here*/
@media only screen and (min-width: 1200px) {
.section_solution .container {
    padding-left: 120px;
    padding-right: 120px;
}
}
@media only screen and (min-width: 992px) {
  /*menu css start here*/
  .main-menu ul {
    list-style: none;
    margin: 0;
    font-family: "VAGRundschriftD", sans-serif;
  }

  .main-menu > ul > li {
    display: inline-block;
    margin: 0 17px;
    padding: 20px 0;
    position: relative;
  }
  .megamenu {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    left: 52%;
    /* right: 0; */
    background: #f1faff;
    border-radius: 8px;
    top: 100%;
    overflow: hidden;
    transition: 0.4s;
    z-index: 9;
    width: 461px;
    margin: 0 auto;
    transform: translate(-50%,0);
    display: none;
}
  .main-menu > ul > li > a {
    color: #b4b4b4;
  }
  .main-menu > ul > li.has-children:hover .megamenu {
    opacity: 1;
    visibility: visible;
    left: 50%;
    /* right: 0; */
    display: block;
}
.main-menu > ul > li .single-col-menu.megamenu {
  width: 303px;
}
  .main-menu ul {
    position: relative;
  }
  .megamenu_left {
    width: 33%;
    background: #e5f6ff;
    padding: 25px 0px;
    min-height: 197px;
  }
  .megamenu_left li
  {
    padding-left: 25px;
    padding-right: 25px;
  }
 .platformsolutions .megamenu_left 
 {
    min-height: 380px;
 }
  .megamenu li {
    margin: 4px 0 8px 0;
  }
.megamenu li.has-children ul {
    position: absolute;
    left: 100%;
    width: 186px;
    top: -6px;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
  .megamenu li.has-children:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .megamenu li.has-children.active ul {
    opacity: 1;
    visibility: visible;
  }
  .megamenu_right {
    width: 66%;
    display: flex;
    justify-content: flex-end;
    padding:17px 20px 17px 22px;
  }
  .submenu_space {
    width: 120px;
    height: 100%;
    display: inline-block;
  }
  .megamenu-wrap {
    display: flex;
  }
  .megamenu_full {
    width: 100%;
    display: flex;
    padding: 25px 30px 25px 25px;
    justify-content: space-between;
  }
  .header-menu span.arrow {
    display: inline-block;
    background-image: url(../images/dropdown_arrow.svg);
    width: 9px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 8px;
    cursor: pointer;
  }
  .single-post .section_problem {
    padding-bottom: 40px;
}
 .single-whitepaper  .section_problem .col:first-of-type {
    padding-right: 55px;
}

}
@media only screen and (max-width: 1370px) {
  .container,
  .section_media .container,
  .section_vroc .container,.container_small{
    width: 1140px;
  }
  .efficiency_cta {
    padding: 40px 35px;
  }
  .section_ml_plateform .col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section_ml_plateform .row {
    margin: 0 -15px 0 -15px;
  }
  .plateform_cta figcaption {
    font-size: 18px;
  }
  .media_slide {
    padding: 0 20px;
  }
  .media_slide {
    padding: 0 20px;
  }
  .section_client_review .container {
    padding: 70px 42px 50px;
  }
  .resp-tabs-list li {
    font-size: 20px;
    width: 50%;
    margin: 0 0 10px !important;
  }
  #tabs-nav li {
    font-size: 20px;
    margin: 0 0 10px !important;
  }
  .section_vroc h2 {
    font-size: 52px;
  }
  .section_vroc .container {
    padding: 70px 35px 70px;
  }
  /*category page style start here*/
  .category_filter label {
    font-size: 18px;
  }
  .section_category_filter .efficiency_cta
  {
    flex-wrap: wrap;
  }
  .section_category_filter h2 {
    width: 34%;
    min-width: 310px;
    margin-bottom: 10px;
}
.efficiency_cta  .category_filter {
    width: 66%;
}
.category_filter .form-group
{
  margin:10px 0;
}
.connect_wrap
{
  padding: 100px 97px;
}
h1, .banner_content h1, .banner_content h2, .inner_banner .banner_content h1 {
    font-size: 40px;
}
.banner_content {
    font-size: 22px;
    }
.efficiency_cta
{
  font-size: 18px;
}
h2 {
    font-size: 36px;
}
.section_vroc h2 {
    font-size: 44px;
}
h3 {
    font-size: 22px;
}
.work-flow-block {
    width: 456px;
  }
  .work-flow-content h3
  {
    padding-right: 0px;
    font-size: 22px;
  }
  .first-arrow
  {
    right: 120px;
  }
  .second-arrow
  {
    right: 150px;
  }
  .third-arrow
  {
    left: 139px
  }
  .fourth-arrow {
    left: 490px;
  }
}

@media only screen and (max-width: 1199px) {
  .container,
  .section_media .container,
  .section_vroc .container,.container_small{
    width: 960px;
  }
  .banner_content h1 strong {
    display: initial;
}
  .main-menu > ul > li {
    margin: 0 8px;
  }
  .header_navigation .btn {
    margin: 0 15px;
  }
  h1,
  .banner_content h1,
  .banner_content h2,.inner_banner .banner_content h1 {
    font-size: 42px;
  }
  .banner_content {
    font-size: 20px;
  }
  .banner_content h1,
  .banner_content h2,.inner_banner .banner_content h1 {
    margin-bottom: 30px;
  }
  .video_bg {
    height: 340px;
  }
  h2,.complimentory_form h3 {
    font-size: 34px;
  }
  .efficiency_cta {
    font-size: 18px;
  }
  .resp-tabs-list li {
    font-size: 18px;
  }
  .subscribe_btn {
    width: 198px;
  }
  .logo_area {
    width: 150px;
  }
  .section_ml_plateform .container {
    padding: 50px 30px;
  }
  .plateform_cta figcaption {
    padding-left: 8px;
  }
  .plateform_cta .btn {
    width: 130px;
    padding: 13px 4px;
  }
  .plateform_cta figcaption {
    font-size: 16px;
  }
  h3 {
    font-size: 20px;
  }
.section_category_filter h2
{
  width: 100%;
}
.efficiency_cta  .category_filter {
    width: 100%;
}
  .section_client_review .container {
    padding: 55px 35px 40px;
  }
  .section_vroc h2 {
    font-size: 42px;
  }
  .section_vroc {
    padding: 50px 0 90px;
  }
  .review_slide {
    padding-top: 55px;
  }
  .review_slide p {
    margin-bottom: 30px;
    width: 96%;
  }
  .banner_content {
    padding-right: 10px;
  }
  .plateform_cta
  {
    padding: 19px 8px 24px;
  }
  .value_slide {
    padding: 0 15px;
  }
  .value_slider {
    margin: 35px -15px 0;
}
/*category page style start here*/
.section_category_filter .efficiency_cta {
    padding:35px 30px
}
.page_indication {
    color: #0F2530;
    font-size: 18px;
    margin-right: 30px;
}
.time_frame_wrap .time {
    width: 86px;
    height: 86px;
        font-size: 34px;
    }
    .webinar_detail_sec {
    padding: 45px 0 0;
}
.connect_wrap {
    padding: 75px 70px;
}
.section_case_study .media_cta.blog_cta h3 {
    padding-right: 84px;
}
.time_frame_wrap
{
      margin: 0 10px 25px;
}
.time_frame
{
  margin: 0 -10px;
}
.how-work-flow
{
  height: auto;
}
.work-flow-block {
    width: 456px;
    margin: 0 auto 80px;
}
.arrow-block
{
  display: none;
}
.work-flow-block
{
  position: relative;
  top: 100%
}
.work-flow-block:after {
    content: " ";
    position: absolute;
    height: 50px;
    width: 2px;
    background-color: #00A8FF;
    top: calc(100% + 12px);
    margin: 0 auto;
    left: 50%;
    margin-left: -1px;
}
.work-flow-block:last-of-type
{
  margin-bottom: 0px;
}
.work-flow-block:last-of-type:after
{
  display: none;
}
.second-block, .third-block {
    display: flex;
}
.fadeIn .work-flow-block, .fadeIn .arrow-block
{
  opacity: 1 !important;
  animation: none;
}
}
@media only screen and (max-width: 1024px) {
  .container,
  .section_media .container,
  .section_vroc .container,.container_small {
    width: 940px;
  }
  .logo {
    width: 120px;
  }
  .main-menu {
    margin-right: 0px;
  }
  .main-menu > ul > li {
    font-size: 16px;
  }
  .header-titles-wrapper {
    margin-right: 0;
    padding: 0px;
  }
  .footer_info {
    width: 30%;
  }
  .section_reach_out .col {
    flex: 0 0 100%;
    max-width: 100%;
}
.connect_wrap {
    padding: 64px 60px;
}
.connect_wrap figure {
    margin-top: 60px;
}
.contact_cta
{
  padding: 20px
}
}

@media only screen and (max-width: 991px) {
    #site-header .container
    {
        width: 100%;
    }
    li.resp-tab-item:after{
      right: 15px;
    }
  /*menu icon css*/
  .menu-icon {
    display: inline-block;
    width: 20px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 28px;
  }
  .menu-icon.active {
    top: 28px;
  }
  .menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #00a3ff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  ul#tabs-navigation {
    margin-bottom: 25px;
}
.reveal-bloack
{
  display: none;
}
  .menu-icon span:nth-child(1) {
    top: 0px;
  }
  .menu-icon span:nth-child(2) {
    top: 12px;
  }
  .menu-icon span:nth-child(3) {
    top: 24px;
  }
  .menu-icon.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .menu-icon.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .menu-icon.active span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  span.arrow, span.arrow-megamenu {
    display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/dropdown_arrow.svg);
    background-repeat: no-repeat;
    left: 10px;
    position: relative;
    top: 1px;
    background-position: center;
    cursor: pointer;
}
.efficiency_cta h2 + div {
    width: 100%;
}
  li.has-children > ul,
  .megamenu {
    display: none;
  }
  .main-menu {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 100%;
  }
  .main-menu {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 100%;
    opacity: 0;
    z-index: 999;
    min-height: 100vh;
    overflow: auto;
    visibility: hidden;
    transition: 0.4s;
  }
  .main-menu.menu-open {
    opacity: 1;
    visibility: visible;
  }
  button.toggle.search-btn {
    display: none;
}
.header-titles-wrapper {
    margin-right: 50px;
}
.container, .section_media .container, .section_vroc .container,.container_small {
    width: 720px;
}
.banner_slide .col-6,.inner_banner .col-6{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
}
.section_about_us .col-6{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner_slide .row
{
    margin: 5px;
}
.section_banner
{
    height: auto;
    min-height: inherit;
}
.plateform_cta
{
  width: 100%;
}
.popup_video_wrapper {
    position: relative;
    width: 96%;
    margin-right: 0;
    float: none;
    margin-left: 17px;
    margin-bottom: 60px;
}
.banner_slide {
    padding: 50px 0;
}
.section_banner
{
    padding-bottom: 142px;
}
.popup_video_wrapper:after
{
    left: -12px;
    bottom: -5px;
}
.banner_content
{
    margin-bottom: 65px;
}
.banner_slider .slick-dots
{
    bottom: 470px;
}
.banner_slider .slick-arrow {
    bottom: 485px;
}
.efficiency_cta {
    padding: 40px 35px;
    flex-wrap: wrap;
}
.efficiency_cta h2
{
    margin-bottom: 15px;
}
h2,.complimentory_form h3 {
    font-size: 30px;
}
.section_data_solution {
    padding: 40;
    padding: 30px 0;
}

.media_heading_wrap {
    padding-right: 320px;
}
.resp-tabs-list li {
    font-size: 16px;
    padding-right: 36px;
}
.resp-tabs-list li span img{
        margin-right: 16px;
}
.resp-tabs-list li.resp-tab-item svg, #tabs-nav li svg,#tabs-nav li img {
    margin-right: 9px;
    max-width: 24px
}
.media_slider .slick-arrow
{
    top: -92px;
}
.media_slider ul.slick-dots
{
    top: -111px;
}
.section_media {
    padding: 50px 0;
}
.review_slide h5
{
    font-size: 18px;
}
#tabs-nav li
{
    font-size: 16px;
}
.section_vroc .container {
    padding: 55px 35px 55px;
}
.section_vroc h2 {
    font-size: 38px;
}
.section_vroc {
    padding: 40px 0 70px;
}
.section_automated_data .container
{
    padding: 0 25px;
}
.footer_nav,.subscribe_btn
{
    display: none;
}
.copyright_sec {
    border-top: 2px solid  rgba(0, 168, 255, 0.32);
    border-radius: 4px;
    padding-top: 27px;
    margin-top: 7px;
}
.footer_info {
    width: 100%;
    margin-top: 15px;
}
.copyright_sec
{
    flex-wrap: wrap;
}
.copyright_sec ul.social_icons {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
}
.section_ml_plateform ul.slick-dots button, ul.slick-dots button
{
    color: #22404D;
}
.section_ml_plateform .slick-arrow,.section_values .slick-arrow
{
    bottom: 15px;
}
.plateform_cta .btn
{
    margin: 0 11px;
}
.main-menu > ul {
    background: #F1FAFF;
    box-shadow: 0px 0.503003px 2.01201px rgba(30, 59, 91, 0.25);
    border-radius: 2.01201px;
    min-height: 100vh;
    margin: 15px;
    list-style: none;
    padding: 8px;
    background-image: url(../images/arrow-artwork.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.main-menu > ul  li > a {
  padding-bottom: 15px;
  display: inline-block;
}
span.arrow.active, span.arrow-megamenu.active {
    transform: rotate(180deg);
}
.megamenu_right {
    display: none;
}
.megamenu ul {
  margin-left: 55px;
}
.megamenu ul ul {
  margin-left: 43px;
}
.main-menu ul {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0;
}
.main-menu > ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.main-menu > ul:after {
    content: " ";
    background-image: url(../images/border.png);
    height: 6px;
    width: 176px;
    position: absolute;
    /* left: 0; */
    top: 50%;
    background-repeat: no-repeat;
    
}
.megamenu_full figure
{
  display: none;
}
.section_footer {
    background-color: #22404d;
    padding: 41px 0 41px;
    text-align: center;
}
.section_footer .row,.contact_info,.copyright_sec
{
  justify-content: center;
}
.section_footer .container {
    width: 99%;
}
.logo_area img {
    width: 100%;
}
.logo_area {
    width: 177px;
}
.contact_info
{
    margin-bottom: 20px;
}
ul.social_icons li
{
    width: 20px;
}
ul.social_icons li:first-of-type {
    margin-left: 0;
}
.copyright_sec ul.social_icons
{
    margin-bottom: 29px;
}
.plateform_cta
{
  animation:none;
  -webkit-animation: none;
  opacity: 1;
}
.plateform_cta .btn
{
  left: 10px;
}
/*category page style starthere*/
.section_case_study .col
{
  flex: 0 0 50%;
    max-width: 50%;
}
.case-studies .video_bg:after
{
  display: none;
}
.case-studies .inner_banner
{
  padding-bottom: 0px;
}
.case-studies .section_efficiency_cta
{
  top: -193px;
      margin-bottom: -215px;
}
.category_filter .form-group
{
  width: 50%;
}
.pagination_wrap li a
{
  margin: 0 5px;
}
.page_indication {
    color: #0F2530;
    font-size: 18px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 23px;
}
.section_problem .col
{
      flex: 0 0 100%;
    max-width: 100%;
}
.section_problem .popup_video_wrapper
{
  margin-left: 0px;
  margin-top: 30px;
}
.section_problem .col:first-of-type {
    padding-right: 15px;
}
.section_problem .popup_video_wrapper
{
  margin-bottom: 0px;
}
.benefit_cta
{
  padding: 25px 20px;
}
.section_problem {
    padding-bottom: 50px;
}
.video_wrapper {
    height: 390px;
  }
  .efficiency_cta strong
  {
    font-size: 16px;
  }

  .webinar_detail_sec .col {
    flex: 0 0 100%;
    max-width: 100%;
}
.webinar_schedule {
    height: auto;
    border-bottom: 2px solid rgba(0, 168, 255, 0.64);
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-right: none;
}
.section_speaker .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.section_business_value .col {
    flex: 0 0 50%;
    max-width: 50%;
}
.section_interested .media_cta .bg_img {
    height: auto;
    padding-bottom: 70%;
}
.banner_slide .col-6
{
  padding: 0;
}
.home .banner_content {
    margin-bottom: 85px;
}
.speaker-row {
    margin-bottom: 40px;
}
.webinar_schedules:first-of-type {
    padding-top: 0;
}
.webinar_timeline span
{
  margin-bottom: 30px;
}
.section_connect_vroc .col 
{
      flex: 0 0 100%;
    max-width: 100%;
}
.accordian_wrap
{
  margin-top: 30px;
}
.accordian_wrap .accordian:after
{
  display: none;
}
ul.accordian
{
  margin: 0;
}
ul.accordian li
{
  margin-left: 0px;
}
.single-webinar .efficiency_cta h2 + div {
    width: 100%;
}
.single-webinar .efficiency_cta h2 {
    width: 100%;
}
.contact_wrap
{
      padding: 61px 35px 50px;
}
.search h2.entry-title {
    font-size: 30px;
}
.media_slider .slick-arrow
{
     right: 203px;
}
.media_slider .slick-arrow.slick-prev {
    right: 271px;
}
.media_slider ul.slick-dots
{
  right: 213px;
}
}


@media only screen and (max-width:767px) {
  section {
    padding: 30px 0;
}
.logo {
    width: 88px;
}
.header_navigation
{
    width: calc(100% - 120px);
}
span.tag {
    font-size: 14px;
}
h1, .banner_content h1, .banner_content h2,.inner_banner .banner_content h1 {
    font-size: 28px;
}
.banner_content {
    font-size: 16px;
}
ul.slick-dots button
{
    font-size: 14px;
}
ul.slick-dots li {
    margin-left: 14px;
}
.plateform_cta figcaption strong {

    display: inline-block;
    /* min-height: 42px; */
}
.plateform_cta figcaption
{
  min-height: 40px;
}
.popup_video_wrapper {
    position: relative;
    width: calc(100% - 30px);
}
.banner_slide .video_bg {
    height: 226px;
    padding: 0;
}
.banner_slider .slick-dots {
    bottom: 376px;
}
.banner_slider .slick-arrow {
    bottom: 381px;
}
.efficiency_cta h2
{
    font-size: 18px;
}
.efficiency_cta {
    font-size: 14px;
}
.tabbing_container {
    width: 100%;
    position: relative;
    padding-left: 0;
    margin-top: 0;
}
h2,.complimentory_form h3 {
    font-size: 24px;
}
.section_data_solution .content_image {
    position: static;
    width: 100%;
    left: -84%;
    top: -20px;
    order: 2;
}
.resp-tab-content{
    border: none;
    padding: 7px 20px 14px 20px;
    background-color: #F1FAFF;
    box-shadow: 0px 0.503003px 2.01201px rgba(30, 59, 91, 0.25);
border-radius: 2.01201px;
position: relative;
}
ul.resp-tabs-list {
    display: none;
}
.resp-tab-content:before {
    content: " ";
    position: absolute;
    background-color: #F1FAFF;
    position: absolute;
    top: -4px;
    left: 1px;
    right: 0px;
    height: 10px;
}
h2.resp-accordion span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
h2.resp-accordion {
    color: #6E93BB;
    
}
h2.resp-accordion.resp-tab-active {
    color: #1E3B5B;
}
body
{
    font-size: 14px;
}
h2.resp-accordion.resp-tab-active svg path {
    fill: #1E3B5B;
}
h3 {
    font-size: 18px;
}
.media_cta .content_sec h3:after {
    top: 17px;
    position: relative;
}
.review_slide h5 {
    font-size: 16px;
}
.container, .section_media .container, .section_vroc .container,.container_small {
    width: 98%;
}
div#tabs-content {
    width: 100%;
    position: relative;
    min-height: auto;
}
#tabs-content .content_image {
    position: static;
    left: 106%;
    width: 100%;
    top: -7px;
}
.section_media .cta_button_section {
    position: static;
}
.section_automated_data {
    padding: 50px 0 31px;
}
.media_slider .slick-arrow {
    top: auto;
    bottom: -42px;
    right: 12px;
} 
.media_slider .slick-arrow.slick-prev {
    right: 67px;
    left: auto;
}
.media_slider ul.slick-dots {
    top: auto;
    bottom: -46px;
    right: 20px;
}
.review_slider .slick-arrow {
    bottom: 5px;
}
.section_vroc h2 {
    font-size: 28px;
    margin-bottom: 18px;
}

.menu-icon
{
    right: 17px;
    width: 20px;
    top: 25px;
}
.media_heading_wrap {
    padding-right: 0;
}
.media_slide {
    padding: 0 15px;
}
.media_slider {
    margin: 0 -15px;
}
.logo{
    margin: 19px 0;
}
.menu-icon span:nth-child(1) {
    top: 6px;
}
.menu-icon span:nth-child(3) {
    top: 18px;
}
.header-titles-wrapper {
    margin-right: 31px;
}
#site-header .btn
{
    padding: 13px 13px;
    margin: 0 6px;
    font-size: 14px;
}
.banner_slide {
    padding: 38px 0;
}
.cta_buttons .btn {
    margin: 0 5px 5px;
}
.banner_content h1, .banner_content h2,.inner_banner .banner_content h1
{
    margin-bottom: 18px;
}
.banner_content p
{
    width: 100%;
    margin-bottom: 30px;
}
.banner_content {
    margin-bottom: 58px;
}
.popup_video_wrapper
{
    width: calc(100% - 10px);
    margin-left:5px;
}
.popup_video_wrapper:before {
    width: 40px;
    height: 32px;
    right: -16px;
    top: -11px;
    background-repeat: no-repeat;
    background-size: contain;
}
.popup_video_wrapper:after
{
    height: 31px;
}
.popup_video_wrapper:after {
    left: -10px;
    bottom: -6px;
}
.banner_slider .slick-dots {
    bottom: 333px;
}
ul.slick-dots li {
    margin-left: 7px;
}
.banner_slider .slick-arrow {
    bottom: 338px;
}
.slick-next {
    left: 46px;
    width: 24px;
}
.slick-prev.slick-arrow
{
    width: 14px;
    left: 6px;
}
.section_values .slick-arrow
{
      bottom: 4px;
}
.section_values {
    padding: 40px 0 35px;
}
.section_efficiency_cta
{
    top: -181px;
}
.btn {
    font-size: 14px;
    padding: 13px 15px;
    border-radius: 8px;
    text-align: center;
}
.efficiency_cta
{
    border-radius: 3px;
}
.efficiency_cta {
    padding: 27px 25px;
    flex-wrap: wrap;
}
.banner_content p br 
{
  display: none;
}
.efficiency_cta h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    padding-left: 5px;
}
.section_efficiency_cta {
    position: relative;
    top: -181px;
    margin-bottom: -203px;
}
.tabbing_container span.tag {
    margin-bottom: 10px;
}
.tabbing_container h2 {
    margin-bottom: 25px;
}
.tabbing_container h2.resp-accordion {
    margin-bottom: 18px;
}
h2.resp-accordion {
    font-size: 16px;
    margin: 0px;
    padding: 15px 15px;
    margin-top: 7px;
}
h2.resp-tab-active
{
    padding: 15px 15px !important;
}
.section_data_solution .content_discription {
    margin-bottom: 13px;
}
.resp-tab-content
{
    margin-bottom: 20px;
}
section.section_ml_plateform {
    padding: 12px 17px;
}
.section_ml_plateform .container {
    padding: 17px 13px;
}
.section_ml_plateform .tag {
    margin-bottom: 11px;
}
.section_ml_plateform h2 {
    margin-bottom: 15px;
    color: #22404D;
}
.section_ml_plateform .row {
    margin: 0 10px 0 -6px;
}
.section_ml_plateform .slick-arrow {
    bottom: 4px;
}
.section_ml_plateform .container {
    padding: 17px 13px 4px;
}
.plateform_cta
{
    height: 186px;
}
span.tag
{
    margin-bottom: 9px;
}
.media_heading_wrap {
    margin-bottom: 24px;
}
.media_cta .bg_img
{
    height: 240px;
}
.media_cta .bg_img
{
    padding: 19px 17px 25px;
}
.media_cta .content_sec h3
{
    margin-bottom: 23px;
}
.media_cta .content_sec h3:after
{
    top: 14px;
}
.media_cta .content_sec p {
    margin-bottom: 18px;
}
.media_cta
{
    margin-bottom: 20px;
}
.cta_button_section .btn {
    padding: 13px 29px;
    font-size:16px;
}
.section_client_review {
    padding: 10px 6px;
}
.section_vroc {
  padding: 30px 0 59px;
}
.section_vroc .container
{    width: 95%;
  border-radius: 2px;
  font-size: 14px;
}
.section_vroc .container {
  padding: 41px 15px 40px;
}
.cta_buttons {
  margin-top: 20px;
}
.section_automated_data .container {
  padding: 0px 18px;
}
div#tabs-content h2 {
  margin-bottom: 26px;
}
#tabs-content .content_discription {
  margin-bottom: 24px;
}
#tabs-content .content_image
{
  margin-bottom: 21px;
}
#tabs-nav li
{
  margin: 0 0 15px !important;
}
#tabs-nav {
  margin-bottom: 8px;
}
.review_slider:before {
  content: " ";
  width: 41px;
  height: 54px;
  right: -4px;
  top: -30px;
  background-size: contain;
}
.section_client_review .container {
  padding: 42px 31px 30px;
}
.review_slide {
  padding-top: 20px;
}
.review_slide p {
  margin-bottom: 15px;
  width: 96%;
}
.review_slider ul.slick-dots button
{
  padding-top: 0px;
}
.section_footer
{
  text-align: left;
}
.section_footer .row,.contact_info,.copyright_sec
{
  justify-content: left;
}
section.section_about_us .col {
    flex: 0 0 100%;
    max-width: 100%;
}
.section_about_us .popup_video_wrapper
{
  float: left;
  margin-top:  20px;
      margin-bottom: 0;
}
.efficiency_cta h2
{
  width: 100%;
}
/*category page style start here*/
.category_filter label {
    font-size: 14px;
}
.category_filter .form-group
{
  padding-right: 10px;
}
label.inline, input[type="checkbox"] + label
{
  word-break: keep-all;
}
.category_filter .form-group {
    margin: 5px 0;
}

.page_indication
{
  font-size: 16px;
}
.pagination_wrap li a {
    height: 30px;
    width: 30px;
    font-size: 14px;
    margin: 0 5px;
    line-height: 30px;
    border-radius: 50%;
}
.pagination_wrap {
    text-align: center;
}
.section_case_study .col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section_case_study .row {
    margin: 0 -15px;
}
.case-studies .popup_video_wrapper {
    height: auto;
}
.case-studies .video_bg
{
  padding-bottom: 66%;
}
.pagination_wrap li.next a, .pagination_wrap li.prev a
{
  font-size: 16px;
}
.efficiency_cta h2
{
  min-width: auto;
}
.section_benefit .col {
    flex: 0 0 100%;
    max-width: 100%;
}
.section_problem .popup_video_wrapper .video_bg
{
  height: 340px;
}
.inner_banner {
    padding: 55px 0;
}
.video_wrapper {
    height: 330px;
}
  .efficiency_cta strong
  {
    font-size: 14px;
  }
  .video_bg .popup_video {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
        width: 48px;
}
.video_bg
{
  position: relative;
  padding-bottom: 56%;
  height: auto;
}
.complimentory_form
{
      padding: 35px 30px 35px;
}
.contact_connect_row .col
{
      flex: 0 0 50%;
    max-width:50%;
}
.banner_content {
    padding-right: 0;
}
.banner_slide .col {
    padding: 0 5px;
}
.social_icons {
    margin-bottom: 50px;
}
.section_margin_top {
    margin-top: 35px;
}
.slider .slick-dots
{
      bottom: -47px;
}
.slider  .slick-prev.slick-arrow {
    right: 59px;
    left: auto;
}
.blog_detail_social_wrap
{
  top: -42px;
}
.section_explainable h2 {
    margin-bottom: 20px;
}
.section_blogs h2 {
    margin-bottom: 20px;
}
.section_experimentation h2 {
    margin-bottom: 20px;
}
.home .banner_content {
    margin-bottom: 60px;
}
.media_cta .content_sec {
    padding: 20px 15px 28px;
}
.value_slider .slick-arrow
{
  bottom: 5px;
}
.popup_form .col-6
{
    flex: 0 0 100%;
    max-width: 100%;
}
.popup_form .contact_wrap
{
      padding: 40px 24px 30px;
}
.contact_wrap {
    padding: 40px 30px 30px;
}
div#whitepaper_download_frm
{
      padding: 35px 30px;
}
.media_cta .content_sec h3 
{
  padding-right: 0px;
}
.section_how_work .container
{
      padding: 40px 20px 40px;
}
.section_data_solution .resp-tabs-container h2 span img {
  max-width: 34px;
  margin-right: 3px;
}
}


@media only screen and (max-width:480px) {
  .contact_connect_row .col
  {
        flex: 0 0 100%;
      max-width:100%;
  }
  .connect_wrap {
    padding: 30px 30px;
}
.connect_wrap figure {
    margin-top: 10px;
}
.banner_content .btn + .btn {
    margin-left: 15px;
  }
  .banner_content .btn {
    padding: 13px 8px;
}
.section_business_value .col {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.section_interested .media_cta .bg_img {
    height: auto;
    padding-bottom: 66%;
}
.section_category_filter .efficiency_cta {
    padding: 25px 20px;
}
.section_case_study .col {
    flex: 0 0 100%;
    max-width: 100%;
}
.time_frame_wrap {
    margin: 0 5px 25px;
}
.time_frame {
    margin: 0 -5px;
}
.time_frame_wrap .time {
    width: 55px;
    height: 55px;
    font-size: 24px;
}
.time_frame_wrap
{
  font-size: 14px;
}
.megamenu ul ul {
    margin-left: 10px;
}
.megamenu ul {
    margin-left: 20px;
}
.banner_content .btn + .btn {
    margin-left: 0;
}
.banner_content .btn
{
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
}
.search h2.entry-title {
    font-size: 20px;
}
.work-flow-block {
    flex-wrap: wrap;
}
.work-flow-image
{
  width: 64px;
  margin-bottom: 10px;
}
.work-flow-content {
    width: 100%;
}
}


blockquote {
    border-color: #00a8ff;
    border-style: solid;
    border-width: 0 0 0 2px;
    color: inherit;
    font-size: 20px;
    margin: 4rem 0;
    padding: .5rem 0 .5rem 2rem;
}
blockquote, .border-color-accent, .border-color-accent-hover:hover, .border-color-accent-hover:focus {
    border-color: #00a8ff;
}
blockquote p
{
   margin-bottom: 0 !important
}
@media only screen and (max-width:480px) {
  blockquote
  {
    font-size: 18px;
  }
}
.section_banner.inner_banner_padd {
    padding-bottom: 0;
    min-height: auto;
}

figure.preview_img {
    border-radius: 8px;
    overflow: hidden;
}
figure.preview_img img {
    width: 100%;
}


.speaker-row .col-2 {
    flex: 0 0 130px;
    max-width: 130px;
}
.speaker-row .col-10
{
   flex: 0 0 calc(100% - 130px);
    max-width: calc(100% - 130px);
}

@media only screen and (max-width:480px) {
.speaker-row .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
}}


section.footnotes .container {max-width: 1070px;font-size: 8px;}

section.footnotes {padding: 10px 0;}

section.footnotes ol {margin-bottom: 0;}
section.section_efficiency_cta .container {
  position: relative;
}
figure.section_efficiency_cta_img {
  position: absolute;
  right: 25px;
  top: -85px;
  height: 120px;
}

figure.section_efficiency_cta_img img {
  height: 100%;
}

@media only screen and (max-width:767px) {
  figure.section_efficiency_cta_img {
    position: absolute;
    right: 25px;
    top: -56px;
    height: 80px;
}
}