/*
Theme Name: Chainyard 2021
Text Domain: Chainyard
Version: 70.5
Description: Bootstrap Wordpress theme for Chainyard.
Tags: bootstrap, responsive, fontawesome
Author: Zakir Gori
Author URI: https://www.linkedin.com/in/zakir-gori-95089711/?originalSubdomain=in
*/

/*style for front page*/

/*careers white-space-mobile-fix*/
html, body {
  overflow-x: hidden;
}
/*careers white-space-mobile-fix*/

/*Fonts*/
p {
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  line-height: 28px;
  /* color: #4a4a4a; */
  /* letter-spacing: 0.1rem; */
}

h1 {
  font-size: 4.8rem;
  margin-bottom: 2rem;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 3.6rem;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

/* dropdown start */

/* .navbar {
  align-items: flex-start; }
  .navbar .navbar-brand img {
    height: 5.7rem; }
  .navbar .navbar-nav .nav-item {
    padding: 0 1.5rem; }
    .navbar .navbar-nav .nav-item .nav-link {
      font-family: 'helveticaregular', sans-serif;
      font-weight: 400;
      color: #4A4A4A;
      padding-left: 0;
      padding-right: 0; }
      .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        display: none; }
      @media only screen and (max-width: 767.98px) {
        .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
          display: inline-block; } }
    .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
      background: linear-gradient(white 92%, #0075F2 20%); }
      @media only screen and (max-width: 991.98px) {
        .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
          background: none; } }
    .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
      display: none; }
    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
      border-radius: 0;
      padding: 0;
      border: none;
      box-shadow: 0 0 15px 0 rgba(68, 68, 68, 0.15); }
      .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 1.6rem;
        height: 4.4rem;
        line-height: 4.4rem;
        min-width: 20rem; }
        .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .nav-link {
          color: #949494; }
        .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          background: #0075F2; }
          .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover .nav-link {
            color: #fff;
            background: none; }
    .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
      display: block !important; }
    .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active .nav-link {
      color: #949494;
      background: none; }

    #extra-css-nav {
      background: none;
    } */

.navbar {
  align-items: flex-start;
  padding: 0;
}
@media only screen and (max-width: 575.98px) {
  .navbar .navbar-brand {
    margin-left: 1rem;
  }
}

.navbar .navbar-brand img {
  height: 5.7rem;
}
.navbar .navbar-nav > .nav-item {
  padding: 2rem 1.5rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-family: "helveticaregular", sans-serif;
  color: #4a4a4a;
}
/* .navbar .navbar-nav .nav-item.active .nav-link {
    font-family: 'helveticaregular', sans-serif;
    font-weight: 500;
    color: #0075F2; } */
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: 0 0 15px 0 rgba(68, 68, 68, 0.15);
  top: 98%;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 1.6rem;
  height: 4.4rem;
  line-height: 3.5rem;
  min-width: 20rem;
  padding: 0.25rem 1.5rem;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: #0075f2;
  color: white !important;
}
.navbar
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item:hover
  .nav-link {
  color: #fff;
}
/* .navbar
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item:hover
  .nav-link:active {
  color: #0075f2;
} */
.navbar
  .navbar-nav
  .nav-item.active
  .dropdown-menu
  .dropdown-item.active
  .nav-link {
  color: #4a4a4a;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background: transparent;
}
.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
}
.navbar
  .navbar-nav
  .nav-item.active
  .dropdown-menu
  .dropdown-item.active
  .nav-link:hover {
  color: #fff;
}
/* .navbar
  .navbar-nav
  .nav-item.active
  .dropdown-menu
  .dropdown-item.active
  .nav-link {
  color: #fff;
} */
.navbar-nav > .nav-item > .nav-link:hover {
  box-shadow: 0 4px #0075f2;
}
@media only screen and (max-width: 991.98px) {
  .navbar-nav > .nav-item > .nav-link:hover {
    box-shadow: none;
  }
}
.navbar-nav > .nav-item.active > .nav-link {
  box-shadow: 0 4px #0075f2;
}
@media only screen and (max-width: 991.98px) {
  .navbar-nav > .nav-item.active > .nav-link {
    box-shadow: none;
  }
}
.navbar.fixed-top {
  margin-top: 4.6rem;
}

@media only screen and (max-width: 716px) {
  .navbar.fixed-top {
    margin-top: 6rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .navbar.fixed-top {
    margin-top: 7.2rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .navbar.fixed-top {
    margin-top: 7.2rem;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .navbar.fixed-top {
    margin-top: 7.2rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .navbar .navbar-toggler {
    margin-right: 1rem;
  }
}

.chainyard-slider,
.contact-page {
  padding-top: 12rem;
}
.digital-transformation-banner,
.banner-block,
.banner-about-block,
.banner-leader-block,
.careers-banner {
  padding-top: 12rem;
  position:relative;
	
}
@media only screen and (max-width: 767.98px) {
  .digital-transformation-banner,
  .banner-block,
  .banner-about-block,
  .banner-leader-block,
  .careers-banner {
    padding-top: 13.5rem;
  }
}
/* .solutions-banner, */
.industries-banner,
.resource-banner-block {
  top: 12rem;
}
@media only screen and (max-width: 767.98px) {
  /* .solutions-banner, */
  .industries-banner,
  .resource-banner-block {
    top: 13.5rem;
  }
}
/* dropdown start */

/* .navbar .navbar-brand img {
  height: 5.7rem; }
.navbar .navbar-nav .nav-item {
  padding: 0 1.5rem; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-family: 'helveticaneueregular', sans-serif;
    font-weight: 600;
    color: #4A4A4A;
    letter-spacing: 1px; }
  .navbar .navbar-nav .nav-item.active .nav-link {
    font-family: 'helveticaneuemedium', sans-serif;
    font-weight: 500;
    color: #0075F2; } */

.carousel-item .banner {
  width: 100%;
  height: 68.8rem;
}

.carousel-caption {
  top: 35%;
  text-align: center;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991.98px) {
  .carousel-caption {
    top: 22%;
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel-caption {
    top: 30%;
  }
}
.carousel-caption h1 {
  font-size: 5.6rem;
  line-height: 7rem;
}
@media only screen and (max-width: 1199.98px) {
  .carousel-caption h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .carousel-caption h1 {
    font-size: 4.2rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel-caption h1 {
    font-size: 3.6rem;
    width: 99%;
  }
}
.carousel-caption p {
  font-size: 2rem;
  margin: 0 auto;
  width: 50%;
  line-height: 32px;
}
@media only screen and (max-width: 767.98px) {
  .carousel-caption p {
    width: 100%;
  }
}
.carousel-caption button {
  margin: 6.4rem auto 0;
  padding: 1.2rem;
  font-size: 1.6rem;
  color: #0075f2;
  border-radius: 0.4rem;
  background: #fff;
  border: 0.1rem solid transparent;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  width: 17rem;
  height: 5.6rem;
  letter-spacing: 0.1rem;
}
.carousel-caption button:hover {
  background: #0075f2;
  color: #fff;
  border: 0.1rem solid #0075f2;
}
.carousel-caption.services-caption {
  top: 36%;
}
@media only screen and (max-width: 991.98px) {
  .carousel-caption.services-caption {
    top: 40%;
  }
}
/* @media only screen and (max-width: 767.98px) {
          .carousel-caption.services-caption {
            top: 25%; } } */
/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption {
    top: 17%;
  }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption {
    top: 24%;
  }
}
@media only screen and (max-width: 575.98px) {
  .carousel-caption.services-caption {
    top: 28%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption {
    top: 35%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption {
    top: 28%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption {
    top: 35%;
  }
}

.carousel-caption.services-caption.customers-caption {
  top: 40%;
}
@media only screen and (max-width: 991.98px) {
  .carousel-caption.services-caption.customers-caption {
    top: 42%;
  }
}
/* @media only screen and (max-width: 767.98px) {
  .carousel-caption.services-caption.customers-caption {
    top: 45%;
  }
} */
/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.customers-caption {
    top: 19%;
  }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.customers-caption {
    top: 25%;
  }
} 
@media only screen and (max-width: 575.98px) {
  .carousel-caption.services-caption.customers-caption {
    top: 30%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.customers-caption {
    top: 37%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption.customers-caption {
    top: 30%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption.customers-caption {
    top: 37%;
  }
}
.carousel-caption.services-caption.ai-caption {
  top: 40%;
}
@media only screen and (max-width: 991.98px) {
  .carousel-caption.services-caption.ai-caption {
    top: 43%;
  }
}
/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.ai-caption {
    top: 19%;
  }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.ai-caption {
    top: 25%;
  }
}
@media only screen and (max-width: 575.98px) {
  .carousel-caption.services-caption.ai-caption {
    top: 31%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.ai-caption {
    top: 37%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption.ai-caption {
    top: 31%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption.ai-caption {
    top: 37%;
  }
}
.carousel-caption.services-caption.cloud-caption {
  top: 40%;
}
@media only screen and (max-width: 991.98px) {
  .carousel-caption.services-caption.cloud-caption {
    top: 43%;
  }
}
/* @media only screen and (max-width: 767.98px) {
  .carousel-caption.services-caption.cloud-caption {
    top: 45%;
  }
} */

/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.cloud-caption {
    top: 19%;
  }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.cloud-caption {
    top: 25%;
  }
}
@media only screen and (max-width: 575.98px) {
  .carousel-caption.services-caption.cloud-caption {
    top: 31%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.cloud-caption {
    top: 36%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption.cloud-caption {
    top: 31%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption.cloud-caption {
    top: 36%;
  }
}
.carousel-caption.services-caption.cyber-caption {
  top: 40%;
}
/* @media only screen and (max-width: 767.98px) {
  .carousel-caption.services-caption.cyber-caption {
    top: 44%;
  }
} */
/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.cyber-caption {
    top: 19%;
  }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.cyber-caption {
    top: 25%;
  }
}
@media only screen and (max-width: 575.98px) {
  .carousel-caption.services-caption.cyber-caption {
    top: 30%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.cyber-caption {
    top: 38%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption.cyber-caption {
    top: 30%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption.cyber-caption {
    top: 38%;
  }
}
.carousel-caption.services-caption.supply-chain-caption {
  top: 40%;
}
/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.supply-chain-caption {
    top: 19%;
  }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.supply-chain-caption {
    top: 25%;
  }
}
@media only screen and (max-width: 575.98px) {
  .carousel-caption.services-caption.supply-chain-caption {
    top: 28%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.services-caption.supply-chain-caption {
    top: 33%;
  } 
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.services-caption.supply-chain-caption {
    top: 28%; 
  } 
}
.carousel-caption.resource-caption {
  top: 30%;
}
@media only screen and (max-width: 991.98px) {
  .carousel-caption.resource-caption {
    top: 22%;
  }
}
@media only screen and (max-width: 767.98px) {
  .carousel-caption.resource-caption {
    top: 35%;
  }
}
@media only screen and (max-width: 575.98px) {
  .carousel-caption.resource-caption {
    top: 15%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption.resource-caption {
    top: 15%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.resource-caption {
    top: 15%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .carousel-caption.resource-caption {
    top: 15%;
  }
}

.scrolldown-icon {
  padding-top: 8rem;
}
.scrolldown-icon.scrolldown-blockchain {
  padding-top: 0;
}
/* .scrolldown-icon {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 767.98px) {
  .scrolldown-icon {
    display: none;
  }
} */

.carousel-control-prev,
.carousel-control-next {
  z-index: 10;
  width: 10%;
}

.carousel-control-next-icon {
  background-image: url("assets/images/right-arrow.svg");
}
@media only screen and (max-width: 767.98px) {
  .carousel-control-next-icon {
    background-image: none;
  }
}

.carousel-control-prev-icon {
  background-image: url("assets/images/left-arrow.svg");
}
@media only screen and (max-width: 767.98px) {
  .carousel-control-prev-icon {
    background-image: none;
  }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}

.services {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #4a4a4a;
  margin-top: 6rem;
}
@media only screen and (max-width: 767.98px) {
  .services {
    text-align: center;
    margin-top: 0;
  }
}
.services h1 {
  font-size: 4.3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1199.98px) {
  .services h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .services h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .services h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .services h1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.services h2 {
  margin: 2rem 0;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 991.98px) {
  .services h2 {
    font-size: 2rem;
  }
}
.services .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .services .container {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.services .container .service-cards {
  background: #fff;
  width: 32%;
  padding: 2rem;
  box-shadow: 0 0.1rem 0.6rem 0 lightgray;
  border-radius: 0.4rem;
  cursor: pointer;
  color: #4a4a4a;
}
@media only screen and (max-width: 767.98px) {
  .services .container .service-cards {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.services .container .service-cards.title-card {
  background: transparent;
  box-shadow: none;
}
.services .container .service-cards.title-card:hover {
  background: none;
  color: #4a4a4a;
  cursor: auto;
}
.front-digital {
  font-size: 3rem !important;
}
.services .container .service-cards:hover {
  background: #0075f2;
  color: #fff;
  text-decoration: none;
}
.services .container .service-cards:hover img {
  filter: brightness(0) invert(1);
}

.clients {
  margin-top: 6rem;
  color: #4a4a4a;
  /* padding-top: 6rem;
  padding-bottom: 6rem; */
}
.clients h1 {
  text-align: center;
}
.clients p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.clients .brands {
  margin-top: 5rem;
}
.clients .brands .row img{
max-width:130px;
}
.clients .brands .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 575.98px) {
  .clients .brands {
    padding: 0 1.5rem;
  }
}

.solutions {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #4a4a4a;
  margin-top: 6rem;
}
@media only screen and (max-width: 767.98px) {
  .solutions {
    text-align: center;
  }
}
.solutions .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 767.98px) {
  .solutions .container {
    flex-direction: column;
  }
}
.solutions .container .left-block {
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .solutions .container .left-block {
    width: 100%;
  }
}
.solutions .container .left-block h1 {
  text-align: left;
  line-height: 58px;
}
@media only screen and (max-width: 767.98px) {
  .solutions .container .left-block h1 {
    text-align: center;
  }
}
.solutions .container .left-block p {
  margin-bottom: 2rem;
}
.solutions .container .right-block {
  width: 40%;
  margin-top: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .solutions .container .right-block {
    width: 43%;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions .container .right-block {
    width: 100%;
  }
}
.solutions .container .right-block .box {
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.6rem 0 lightgray;
  background: #fff;
  position: relative;
  color: #4a4a4a;
}
.solutions .container .right-block .box p {
  font-size: 2rem;
  line-height: 24px;
  margin-left: 1.5rem;
  margin-bottom: 0;
}
.solutions .container .right-block .box:hover {
  background: #0075f2;
  color: #fff;
}
.solutions .container .right-block .box:hover img {
  filter: brightness(0) invert(1);
}
.solutions .container .right-block .box:hover::after {
  content: url("assets/images/btn-arrow.svg");
  position: absolute;
  right: 2rem;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 991.98px) {
  .solutions .container .right-block .box:hover::after {
    right: 1.5rem;
  }
}
.solutions .container .right-block a {
  text-decoration: none;
}

.white-paper {
  color: #fff;
}
.white-paper .container-fluid {
  position: relative;
}
.white-paper .container-fluid img {
  height: 24rem;
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .white-paper .container-fluid img {
    height: 26rem;
  }
}
.white-paper .container-fluid .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 83%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .white-paper .container-fluid .centered {
    width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .white-paper .container-fluid .centered {
    flex-direction: column;
    width: 90%;
  }
}
.white-paper .container-fluid .centered .content {
  width: 60%;
}
@media only screen and (max-width: 991.98px) {
  .white-paper .container-fluid .centered .content {
    width: 55%;
  }
}
@media only screen and (max-width: 767.98px) {
  .white-paper .container-fluid .centered .content {
    width: 100%;
  }
}
.white-paper .container-fluid .centered .content h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 575.98px) {
  .white-paper .container-fluid .centered .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .white-paper .container-fluid .centered .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .white-paper .container-fluid .centered .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .white-paper .container-fluid .centered .content h2,
  .white-paper .container-fluid .centered .content p {
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .white-paper .container-fluid .centered .content p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .white-paper .container-fluid .centered .content p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .white-paper .container-fluid .centered .content p {
    font-size: 1.4rem;
  }
}
/* .white-paper.about-page-expert {
  padding-top: 4rem;
} */

/* .white-paper.workshop {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.white-paper.workshop .signup-form {
  width: 40%;
}
@media only screen and (max-width: 767.98px) {
  .white-paper.workshop .signup-form {
    width: 100%;
  }
}
.white-paper.workshop .signup-form label {
  font-family: 'helveticaregular', sans-serif;
  font-weight: 400;
}
.white-paper.workshop .signup-form .form-control {
  height: 3.5rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-family: 'helveticaregular', sans-serif;
  font-weight: 400;
}
.white-paper.workshop .signup-form .form-control:focus {
  caret-color: #0075F2;
  outline: 0;
} */

.video {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #4a4a4a;
  text-align: center;
}
.video .video-block {
  margin-top: 4rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .video .video-block {
    width: 75%;
  }
}
@media only screen and (max-width: 767.98px) {
  .video .video-block {
    width: 100%;
  }
}
.video.solutions-video h1 {
  width: 84%;
  margin: 0 auto;
}
.video.solutions-video h2 {
  margin: 1.5rem 0;
}
.video.solutions-video p {
  padding-bottom: 2rem;
}

.resources {
  margin-top: 6rem;
  padding-bottom: 6rem;
  color: #4a4a4a;
}
.resources h1,
.resources p {
  text-align: center;
}
.resources .top-block {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.resources .top-block .section1 .row-margin {
  margin-bottom: 3rem; 
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block .section1 .row-margin {
    margin-bottom: 0; 
  }
}
@media only screen and (max-width: 767.98px) {
  .resources .top-block .section2 {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block .section2 {
    margin-top: 0;
  }
}
.resources .top-block img {
  position: relative;
  box-shadow: 0 0 1px #4A4A4A;
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.resources .top-block img.img4 {
  height: 55.5rem;
}

.resources .top-block img.img3 {
  width: 54rem;
  height: 26.5rem;
  }
@media only screen and (max-width: 1199.98px) {
  .resources .top-block img.img4 {
    height: 46.4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .resources .top-block img.img4 {
    height: 37rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .resources .top-block img.img4 {
    height: 52.3rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block img.img4 {
    height: auto;
  }
}
.resources .top-block img.img5 {
  margin-bottom: 3.1rem;
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block img.img5 {
    height: 25.2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block img.img6 {
    height: 25.2rem;
    margin-bottom: 0;
  }
}
.resources .top-block .case-study {
  position: absolute;
  background: #ff8811;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  top: 0;
  margin: 1.5rem 0 0 1.5rem;
  border-radius: 0.4rem;
  color: #fff;
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block .case-study {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}
.resources .top-block .case-study.insight {
  background: #0075f2;
}

.resources .top-block .case-study.insight.insight2 {
  top: 51.5%;
}
.resources .top-block .case-study.whitepaper {
  background: #183a86;
}
.resources .top-block .case-study.podcast {
  background: #f11;
}
.resources .top-block .case-study.event {
  background: #ff00d8;
}
.resources .top-block .case-study.event.event2 {
  top: 51.5%;
}
.resources .top-block .text {
  position: absolute;
  top: 26%;
  text-align: left;
  font-size: 1.4rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  line-height: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 1.5rem;
  width: 79%;
}
@media only screen and (max-width: 1199.98px) {
  .resources .top-block .text {
    top: 30%;
  }
}
@media only screen and (max-width: 991.98px) {
  .resources .top-block .text {
    top: 38.5%;
    width: 89%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .resources .top-block .text {
    top: 27%;
  }
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block .text {
    top: 18%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}
.resources .top-block .text.content {
  top: 12%;
}
@media only screen and (max-width: 1199.98px) {
  .resources .top-block .text.content {
    top: 14%;
  }
}
@media only screen and (max-width: 991.98px) {
  .resources .top-block .text.content {
    top: 18%;
  }
}
@media only screen and (max-width: 767.98px) {
  .resources .top-block .text.content {
    top: 13%;
  }
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block .text.content {
    top: 10%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .resources .top-block .text.content {
    top: 9%;
  }
}
.resources .top-block .text.content2 {
  top: 64.5%;
}
@media only screen and (max-width: 1199.98px) {
  .resources .top-block .text.content2 {
    top: 67%;
  }
}
@media only screen and (max-width: 991.98px) {
  .resources .top-block .text.content2 {
    top: 71.5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .resources .top-block .text.content2 {
    top: 65.5%;
  }
}
@media only screen and (max-width: 575.98px) {
  .resources .top-block .text.content3 {
    top: 12%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .resources .top-block .text.content3 {
    top: 12%;
  }
}

@media only screen and (max-width: 991.98px) {
  .top-block div[class*='col']:nth-child(odd) {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .top-block div[class*='col']:nth-child(odd) {
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .top-block div[class*='col']:nth-child(even) {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .top-block div[class*='col']:nth-child(even) {
    padding-right: 1.5rem;
  }
}

.resources .bottom-block {
  margin-bottom: 4rem;
  margin-top: -0.8rem;
}

@media only screen and (max-width: 575.98px) {
  .resources .bottom-block {
    margin-bottom: 0;
    margin-top: -1.8rem;
  }
} 
.resources .bottom-block img {
  width: 100%;
  height: 27.3rem;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .resources .bottom-block img.img-7 {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .resources .bottom-block img.img-7 {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .resources .bottom-block .text {
    top: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .resources .bottom-block .text {
    top: 22%;
  }
}
@media only screen and (max-width: 575.98px) {
  .resources .bottom-block .text {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}
.resources .bottom-block .know-more-btn {
  left: 81%;
}
@media only screen and (max-width: 1199.98px) {
  .resources .bottom-block .know-more-btn {
    left: 77.3%;
  }
}
@media only screen and (max-width: 991.98px) {
  .resources .bottom-block .know-more-btn {
    left: 69.8%;
  }
}
@media only screen and (max-width: 767.98px) {
  .resources .bottom-block .know-more-btn {
    left: 59.8%;
    bottom: 4rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .resources .bottom-block .know-more-btn {
    left: auto;
    bottom: 3rem;
    right: 1.5rem;
  }
}
.resources .bottom-block .know-more-btn img {
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
}

@media only screen and (max-width: 991.98px) {
  .bottom-block div[class*='col']:nth-child(odd) {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .bottom-block div[class*='col']:nth-child(odd) {
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
 .bottom-block div[class*='col']:nth-child(even) {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .bottom-block div[class*='col']:nth-child(even) {
    padding-right: 1.5rem;
  }
}

.resources .event-block.content {
  top: 20%;
}
@media only screen and (max-width: 575.98px) {
  .resources .mobile .text {
    top: 38%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .resources .mobile .text {
    top: 38%;
  }
}

/* .tailored-solutions {
  margin-top: 4rem;
  color: #4A4A4A;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media only screen and (max-width: 767.98px) {
    .tailored-solutions {
      text-align: center; } }
  .tailored-solutions .buttons {
    margin-top: 5rem; }
    .tailored-solutions .buttons .common-button {
      width: 15.5rem;
      font-size: 1.4rem;
      padding: 1.2rem;
      box-shadow: 0 0.1rem 0.6rem 0 lightgray;
      border-radius: 2.5rem;
      border: 0.1rem solid transparent;
      margin: 0 1.5rem 2rem 0;
      text-align: left;
      background: #fff; }
      .tailored-solutions .buttons .common-button img {
        padding-right: 0.5rem; }
      .tailored-solutions .buttons .common-button:hover img {
        filter: brightness(0) invert(1); }
      .tailored-solutions .buttons .common-button:hover, .tailored-solutions .buttons .common-button:focus, .tailored-solutions .buttons .common-button:active {
        background: #0075F2;
        border: 0.1rem solid #0075F2;
        color: #fff; }
  .tailored-solutions .right-image {
    margin-top: 5rem; } */

.partners {
  /* padding-top: 6rem; */
  padding-bottom: 6rem;
  color: #4a4a4a;
}
.partners h1,
.partners p {
  text-align: center;
}
.partners .brands {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

footer {
  background: #344055;
}

footer .container {
  padding-top: 6rem;
}

footer .container .logo {
  margin-bottom: 2rem;
}

footer .container p {
  color: #acacad;
}

footer .container p.heading {
  font-size: 1.6rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  color: #fff;
}

footer .container a {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #acacad;
  text-decoration: none;
  transition: all 0.2s linear;
}

footer .container a:hover {
  color: #fff;
}

footer .container .copy-right p {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

footer .container hr {
  opacity: 0.3;
  border-top: 0.1rem solid #fff !important;
}

@media only screen and (max-width: 767.98px) {
  footer .container .mobile {
    text-align: center;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767.98px) {
  footer .container .mobile .social {
    justify-content: center;
  }
}

footer .container .about-block {
  width: 30%;
}

@media only screen and (max-width: 767.98px) {
  footer .container .about-block {
    width: 100%;
  }
}

footer .container .footer-columns {
  width: 20%;
}

@media only screen and (max-width: 767.98px) {
  footer .container .footer-columns {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/*style for digigtal transformation page*/

/*Fonts*/

.digital-transformation-banner .digital-banner {
  height: 40rem;
  width: 100%;
}
.digital-transformation-banner .carousel-caption {
  top: 35%;
}
/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .digital-transformation-banner .carousel-caption {
    top: 17%;
  }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .digital-transformation-banner .carousel-caption{
    top: 23%;
  }
}
@media only screen and (max-width: 575.98px) {
  .digital-transformation-banner .carousel-caption {
    top: 24%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .digital-transformation-banner .carousel-caption {
    top: 30%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .digital-transformation-banner .carousel-caption {
    top: 24%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .digital-transformation-banner .carousel-caption {
    top: 32%;
  }
}

@media only screen and (max-width: 767.98px) {
  .digital-transformation-banner .digital-banner {
    display: none;
  }
}
.digital-transformation-banner .mobile-img {
  display: none;
}
 
@media only screen and (max-width: 767.98px) {
  .digital-transformation-banner .mobile-img {
    display: block;
    width: 100%;
  }
}

.main-section {
  margin-top: 6rem;
}
.main-section .heading h1 {
  color: #0075f2;
  text-align: center;
}
.main-section .heading p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #4a4a4a;
}
.main-section .tabs {
  margin-top: 6rem;
}
.main-section .tabs .nav .nav-item .nav-link {
  width: 35rem;
  padding: 1rem;
  background: #344055;
  border-radius: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2.8rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  color: #fff;
}
.main-section .tabs .nav .nav-item .nav-link.active {
  background: #0075f2;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
}
.main-section .tabs .nav .nav-item .nav-link.link1 {
  border-radius: 6rem 0 0 6rem;
}
.main-section .tabs .nav .nav-item .nav-link.link3 {
  border-radius: 0 6rem 6rem 0;
}
@media only screen and (max-width: 1199.98px) {
  .main-section .tabs .nav .nav-item .nav-link {
    width: 30rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-section .tabs .nav .nav-item .nav-link {
    width: 22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-section .tabs .nav .nav-item .nav-link {
    width: 17rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-section .tabs .nav .nav-item .nav-link {
    width: 15rem;
    font-size: 1.6rem;
  }
}
.main-section .tabs .tab-content {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.main-section .tabs .tab-content .foundation,
.main-section .tabs .tab-content .innovation,
.main-section .tabs .tab-content .transformation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-section .tabs .tab-content .foundation .image,
.main-section .tabs .tab-content .innovation .image,
.main-section .tabs .tab-content .transformation .image {
  width: 40%;
}
.main-section .tabs .tab-content .foundation .content,
.main-section .tabs .tab-content .innovation .content,
.main-section .tabs .tab-content .transformation .content {
  width: 40%;
  align-self: center;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .main-section .tabs .tab-content .foundation .content,
  .main-section .tabs .tab-content .innovation .content,
  .main-section .tabs .tab-content .transformation .content {
    width: 45%;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-section .tabs .tab-content .foundation .content,
  .main-section .tabs .tab-content .innovation .content,
  .main-section .tabs .tab-content .transformation .content {
    align-self: flex-start;
    width: 100%;
  }
}
.main-section .tabs .tab-content .foundation .content .text,
.main-section .tabs .tab-content .innovation .content .text,
.main-section .tabs .tab-content .transformation .content .text {
  display: flex;
  align-items: flex-start;
}
.main-section .tabs .tab-content .foundation .content .text p,
.main-section .tabs .tab-content .innovation .content .text p,
.main-section .tabs .tab-content .transformation .content .text p {
  padding-left: 1rem;
  margin-bottom: 4rem;
  color: #4a4a4a;
}
@media only screen and (max-width: 767.98px) {
  .main-section .tabs .tab-content .innovation {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-section .tabs .tab-content .innovation .image {
    align-self: flex-end;
  }
}
.main-section .tabs .tab-content .transformation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-section .tabs .tab-content .transformation .content {
  width: 29%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .main-section .tabs .tab-content .transformation .content {
    width: 100%;
  }
}
.main-section .tabs .tab-content .transformation .content .text {
  display: flex;
  align-items: flex-start;
}
.main-section .tabs .tab-content .transformation .content .text p {
  text-align: right;
  margin-bottom: 4rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .main-section .tabs .tab-content .transformation .content .text p {
    text-align: left;
  }
}
.main-section .tabs .tab-content .transformation .content .text.right p {
  text-align: left;
  padding-left: 1rem;
}
.main-section .tabs .tab-content .transformation .image {
  width: 30%;
}
@media only screen and (max-width: 767.98px) {
  .main-section .tabs .tab-content .transformation .image {
    align-self: center;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-section .tabs {
    display: none;
  }
}
.main-section .tabs.tabs-mobile-version {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .main-section .tabs.tabs-mobile-version {
    display: block;
  }
  .main-section .tabs.tabs-mobile-version .foundation {
    margin-top: 6rem;
  }
  .main-section .tabs.tabs-mobile-version .content {
    color: #4a4a4a;
  }
  .main-section .tabs.tabs-mobile-version .content h1 {
    font-size: 2.8rem;
    font-family: "helveticaneuebold", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #0075f2;
  }
}

/* .customer-success {
  height: 80rem; }
  @media only screen and (max-width: 767.98px) {
    .customer-success {
      height: 185rem; } }
  .customer-success .image {
    background-image: url("assets/images/digital/success.png");
    width: 100%;
    height: 26.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
  .customer-success .container .banner {
    padding: 8rem 0 4rem; }
    @media only screen and (max-width: 767.98px) {
      .customer-success .container .banner {
        padding: 8rem 0 12rem; } }
    @media only screen and (max-width: 575.98px) {
      .customer-success .container .banner {
        padding: 8rem 0 9rem; } }
    .customer-success .container .banner h1,
    .customer-success .container .banner p {
      color: #fff; }
    .customer-success .container .banner h1 {
      margin-bottom: 0; }
  .customer-success .container .case-study-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media only screen and (max-width: 767.98px) {
      .customer-success .container .case-study-block {
        flex-direction: column;
        justify-content: center; } }
    .customer-success .container .case-study-block .case-study {
      width: 32%;
      background: #fff;
      border-radius: 0.4rem;
      color: #4A4A4A; }
      @media only screen and (max-width: 767.98px) {
        .customer-success .container .case-study-block .case-study {
          width: 100%;
          margin-bottom: 2rem; } }
      @media only screen and (max-width: 767.98px) {
        .customer-success .container .case-study-block .case-study img {
          width: 100%; } }
      .customer-success .container .case-study-block .case-study .content {
        padding: 1.5rem;
        box-shadow: 0 0.1rem 0.4rem 0 lightgray; }
        .customer-success .container .case-study-block .case-study .content h2 {
          font-family: 'helveticaneuemedium', sans-serif;
          font-weight: 500; }

.btn-block {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 767.98px) {
    .btn-block {
      justify-content: center; } }
  .btn-block .resource-btn {
    margin: 2rem 0;
    border-color: #344055;
    color: #4A4A4A; }
    .btn-block .resource-btn:hover, .btn-block .resource-btn:focus, .btn-block .resource-btn:active {
      background: #4A4A4A;
      color: #fff;
      box-shadow: none;
      border-color: #344055; } */

/*# sourceMappingURL=digital-transformation.css.map */

/*style for front page end*/

/*style for digital transfar page*/

/*Fonts*/

.banner .digital-banner {
  height: 68.8rem;
}
.banner .carousel-caption {
  top: 38%;
}

.services.services2 h1 {
  text-align: center;
  width: 70%;
  margin: 0 auto 6rem;
  font-size: 4.8rem;
}
@media only screen and (max-width: 1199.98px) {
  .services.services2 h1 {
    font-size: 4.8rem;
  }
}

.digital-insights {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #4a4a4a;
}
@media only screen and (max-width: 767.98px) {
  .digital-insights .heading {
    text-align: center;
  }
}
.digital-insights .resource-btn {
  margin: 2rem 0 2rem auto;
}
@media only screen and (max-width: 767.98px) {
  .digital-insights .resource-btn {
    margin: 2rem auto;
  }
}
.digital-insights .insight-cards {
  background: #fff;
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 2rem;
  margin-bottom: 2rem;
  width: 50%;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(211, 211, 211, 1);
}
@media only screen and (max-width: 991.98px) {
  .digital-insights .insight-cards {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .digital-insights .insight-cards {
    width: 100%;
  }
}
.digital-insights .insight-cards .left-content {
  margin-right: 2rem;
}
@media only screen and (max-width: 991.98px) {
  .digital-insights .insight-cards .left-content {
    margin-bottom: 1rem;
  }
}
.digital-insights .insight-cards .left-content img {
  border-radius: 0.4rem;
}
.digital-insights .insight-cards .right-content h2 {
  font-size: 2rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
.digital-insights .insight-cards .right-content p {
  line-height: 1.5;
}
.digital-insights .insight-cards:nth-child(2) {
  margin-right: 0;
}
@media only screen and (max-width: 767.98px) {
  .digital-insights .insight-title {
    flex-direction: column;
  }
  .digital-insights .insight-title .resource-btn {
    display: none;
  }
}
.digital-insights .insights-btn-mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .digital-insights .insights-btn-mobile {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .digital-insights .mobile {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .digital-insights .mobile .insight-cards {
    align-items: center;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .digital-insights .mobile .insight-cards .left-content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .digital-insights .mobile .insight-cards .right-content {
    text-align: center;
  }
}

.read-more {
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #4a4a4a;
  text-decoration: none;
}
.read-more:hover {
  color: #4a4a4a;
  text-decoration: none;
}

/*# sourceMappingURL=digital-transformation.css.map */

/*style for digital transfar page end*/

/*style for services page start*/
/*Fonts*/

.banner-block .services-banner {
  height: 40rem;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .banner-block .services-banner {
    display: none;
  }
}
.banner-block .mobile-img {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .banner-block .mobile-img {
    display: block;
    width: 100%;
  }
}
/* .banner-block .carousel-caption {
  top: 28%; }
  @media only screen and (max-width: 991.98px) {
    .banner-block .carousel-caption {
      top: 31%; } }
  @media only screen and (max-width: 767.98px) {
    .banner-block .carousel-caption {
      top: 25%; } } */

@media only screen and (max-width: 767.98px) {
  .blockchain {
    text-align: center;
  }
}
.blockchain .container {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767.98px) {
  .blockchain .container {
    display: none;
  }
}
.blockchain .container h1 {
  color: #0075f2;
}
.blockchain .container p {
  color: #4a4a4a;
}
@media only screen and (max-width: 767.98px) {
  .blockchain .container img {
    margin-top: 3rem;
  }
}
.blockchain .mobile-screen {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .blockchain .mobile-screen {
    display: block;
  }
  .blockchain .mobile-screen img {
    margin-bottom: 5rem;
  }
}

.capabilities {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #4a4a4a;
}
.capabilities .heading h1,
.capabilities .heading p {
  text-align: center;
}
.capabilities .capability-cards {
  padding: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.capabilities .capability-cards h2 {
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
  margin: 2rem 0;
}
.capabilities .capability-cards:hover {
  background: #344055;
  color: #fff;
  border-radius: 0.4rem;
}
.capabilities .capability-cards:hover img {
  filter: brightness(0) invert(1);
}
.capabilities .capability-cards.first-card:hover {
  background: transparent;
  color: #4a4a4a;
}
@media only screen and (max-width: 767.98px) {
  .capabilities {
    text-align: center;
  }
  .capabilities .mobile {
    border-bottom: 1px solid #dee2e6;
    border-left: none !important;
    border-right: none !important;
  }
  .capabilities .mobile.last-block {
    border-bottom: none;
    border-top: 1px solid #dee2e6;
  }
}

.why-chainyard {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.why-chainyard img {
  position: relative;
}
.why-chainyard h1 {
  position: absolute;
  color: #fff;
  top: 7%;
  left: 11%;
}
@media only screen and (max-width: 1199.98px) {
  .why-chainyard h1 {
    top: 4%;
    left: 8%;
  }
}
@media only screen and (max-width: 991.98px) {
  .why-chainyard h1 {
    top: 8%;
    left: 10%;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-chainyard h1 {
    top: 10%;
    left: 21%;
  }
}
@media only screen and (max-width: 991.98px) {
  .why-chainyard .right-block {
    margin-top: 5rem;
  }
}
.why-chainyard .right-block .text {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.why-chainyard .right-block .text P {
  color: #4a4a4a;
}
.why-chainyard .right-block .text img {
  margin-right: 1rem;
}
.why-chainyard .right-block hr {
  border-color: #0075f2;
}

/*# sourceMappingURL=services.css.map */

/*style for services page end*/

/*style for solutions page start*/

/*Fonts*/
/* .solution-banner .blocdocs {
  background-image: url("assets/images/solutions/blocdocs-banner.png");
  width: 100%;
  height: 57.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-bottom: 32rem; 
} */
/* .solutions-banner {
  background-image: url("assets/images/solutions/solutions-banner@2x.png");
  width: 100%;
  height: 57.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-bottom: 32rem; }

  @media only screen and (max-width: 767.98px) {
    .solutions-banner {
      background-image: url("assets/images/industries/industry.png");
      margin-bottom: 80rem; } }
  @media only screen and (max-width: 575.98px) {
    .solutions-banner {
      margin-bottom: 85rem; } }
  .solutions-banner .carousel-caption {
    text-align: left;
    padding: 0;
    top: 5rem;
    padding-top: 5rem;
    padding-left: 2rem; }
    @media only screen and (max-width: 991.98px) {
      .solutions-banner .carousel-caption {
        padding-left: 0; } }
    @media only screen and (max-width: 767.98px) {
      .solutions-banner .carousel-caption {
        text-align: center;
        padding-top: 20rem; } }
    .solutions-banner .carousel-caption h1 {
      font-size: 5.2rem;
      width: 50%; }
      @media only screen and (max-width: 991.98px) {
        .solutions-banner .carousel-caption h1 {
          font-size: 3.6rem; } }
      @media only screen and (max-width: 767.98px) {
        .solutions-banner .carousel-caption h1 {
          font-size: 4.2rem;
          width: 100%;
          line-height: 6.4rem; } }
    .solutions-banner .carousel-caption p {
      font-size: 1.4rem;
      margin: 0; }
      @media only screen and (max-width: 767.98px) {
        .solutions-banner .carousel-caption p {
          display: none; } } */
/* .solutions-banner {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 1199.98px) {
  .solutions-banner {
    margin-bottom: 25rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner {
    margin-bottom: 37rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner {
    margin-bottom: 65rem;
  }
} */
/* @media only screen and (max-width: 575.98px) {
  .solutions-banner {
    margin-bottom: 68rem;
  }
} */
/* .solutions-banner .carousel-caption {
  text-align: left;
  padding: 0;
  top: 7rem;
  padding-top: 10rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner .carousel-caption {
    padding-left: 0;
    padding-top: 7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .carousel-caption {
    text-align: center;
    padding-top: 7rem;
  }
}
.solutions-banner .carousel-caption h1 {
  font-size: 5.2rem;
  width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner .carousel-caption h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .carousel-caption h1 {
    font-size: 4.2rem;
    width: 100%;
    line-height: 6.4rem;
  }
}
.solutions-banner .carousel-caption p {
  font-size: 1.4rem;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .carousel-caption p {
    display: none;
  }
}
.solutions-banner .banner-img {
  padding-top: 12rem;
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .banner-img {
    display: none;
  }
}
.solutions-banner .mobile-img {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .mobile-img {
    display: block;
    height: 40rem;
    padding-top: 13.5rem;
  }
} */

/* .bottom-row {
  position: absolute;
  bottom: -15.5rem;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.6rem 0 lightgray;
  width: 95%;
}
@media only screen and (max-width: 767.98px) {
  .bottom-row {
    bottom: -42rem;
  }
} */
/* @media only screen and (max-width: 575.98px) {
  .bottom-row {
    bottom: -47rem;
  }
} */
/* .bottom-row .middle {
  border-left: 0.1rem solid #dee2e6;
  border-right: 0.1rem solid #dee2e6;
}
@media only screen and (max-width: 767.98px) {
  .bottom-row .middle {
    border-left: 0;
    border-right: 0;
    border-top: 0.1rem solid #dee2e6;
    border-bottom: 0.1rem solid #dee2e6;
  }
}
.bottom-row .icon {
  padding-right: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .bottom-row .mobile {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
  .bottom-row .mobile .icon {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
} */

.solutions-banner {
  position: relative;
  margin-bottom: 18rem;
}
.solutions-banner.blocdocs {
  margin-bottom: 17rem;
}
@media only screen and (max-width: 1199.98px) {
  .solutions-banner.blocdocs {
    margin-bottom: 22rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner.blocdocs {
    margin-bottom: 32rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner.blocdocs {
    top: 10.9rem;
    margin-bottom: 82rem;
  }
}
.solutions-banner.blocdocs .bottom-row {
  bottom: -13.5rem;
}
@media only screen and (max-width: 1199.98px) {
  .solutions-banner.blocdocs .bottom-row {
    bottom: -17.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner.blocdocs .bottom-row {
    bottom: -27.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner.blocdocs .bottom-row {
    bottom: -64rem;
  }
}
.solutions-banner.digital-wallet {
  margin-bottom: 27rem;
}
@media only screen and (max-width: 1199.98px) {
  .solutions-banner.digital-wallet {
    margin-bottom: 32rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner.digital-wallet {
    margin-bottom: 60rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner.digital-wallet {
    top: 10.9rem;
    margin-bottom: 90rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .solutions-banner.digital-wallet {
    margin-bottom: 50rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .solutions-banner.digital-wallet {
    margin-bottom: 102rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .solutions-banner.digital-wallet {
    margin-bottom: 102rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .solutions-banner.digital-wallet {
    margin-bottom: 102rem;
  }
}
.solutions-banner.digital-wallet .bottom-row {
  bottom: -22.5rem;
}
@media only screen and (max-width: 1199.98px) {
  .solutions-banner.digital-wallet .bottom-row {
    bottom: -27.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner.digital-wallet .bottom-row {
    bottom: -44.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner.digital-wallet .bottom-row {
    bottom: -74rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .solutions-banner.digital-wallet .bottom-row {
    bottom: -44.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .solutions-banner.digital-wallet .bottom-row {
    bottom: -89rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .solutions-banner.digital-wallet .bottom-row {
    bottom: -89rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .solutions-banner.digital-wallet .bottom-row {
    bottom: -89rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .solutions-banner.digital-wallet .carousel-caption {
    top: 7rem;
    padding-top: 4rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .solutions-banner.digital-wallet .carousel-caption {
    top: 7rem;
    padding-top: 4rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .solutions-banner.digital-wallet .carousel-caption {
    top: 7rem;
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner.digital-wallet .carousel-caption h1 {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .solutions-banner.digital-wallet .carousel-caption h1 {
    line-height: 6.4rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .solutions-banner.digital-wallet .carousel-caption h1 {
    line-height: 6.4rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .solutions-banner.digital-wallet .carousel-caption h1 {
    line-height: 6.4rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .solutions-banner {
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner {
    margin-bottom: 27rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner {
    margin-bottom: 82rem;
    top: 10.9rem;
  }
}
.solutions-banner .carousel-caption {
  text-align: left;
  padding: 0;
  top: 7rem;
  padding-top: 6rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner .carousel-caption {
    padding-left: 0;
    padding-top: 7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .carousel-caption {
    text-align: center;
    padding-top: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .solutions-banner .carousel-caption {
    top: 4rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .solutions-banner .carousel-caption {
    top: 4rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .solutions-banner .carousel-caption {
    top: 4rem;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .solutions-banner .carousel-caption {
    top: 4rem;
  }
}
.solutions-banner .carousel-caption h1 {
  font-size: 5.2rem;
  width: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .solutions-banner .carousel-caption h1 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner .carousel-caption h1 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .carousel-caption h1 {
    font-size: 4.2rem;
    width: 100%;
    line-height: 6.4rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .solutions-banner .carousel-caption h1 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .solutions-banner .carousel-caption h1 {
    line-height: 5.4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.solutions-banner .carousel-caption p {
  font-size: 1.4rem;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .carousel-caption p {
    display: none;
  }
}
.solutions-banner .carousel-caption .tys-logo {
  width: 20%;
}
@media only screen and (max-width: 575.98px) {
  .solutions-banner .carousel-caption .tys-logo {
    width: 25%;
  }
}
.solutions-banner .banner-img {
  padding-top: 12rem;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .banner-img {
    display: none;
  }
}
.solutions-banner .mobile-img {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .mobile-img {
    display: block;
    height: 40rem;
  }
}
.solutions-banner .bottom-row {
  position: absolute;
  bottom: -10.5rem;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.6rem 0 lightgray;
  width: 95%;
}
@media only screen and (max-width: 1199.98px) {
  .solutions-banner .bottom-row {
    bottom: -15.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .solutions-banner .bottom-row {
    bottom: -22.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .bottom-row {
    bottom: -64rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .solutions-banner .bottom-row {
    bottom: -68rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .solutions-banner .bottom-row {
    bottom: -68rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .solutions-banner .bottom-row {
    bottom: -68rem;
  }
}
.solutions-banner .bottom-row .middle {
  border-left: 0.1rem solid #dee2e6;
  border-right: 0.1rem solid #dee2e6;
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .bottom-row .middle {
    border-left: 0;
    border-right: 0;
    border-top: 0.1rem solid #dee2e6;
    border-bottom: 0.1rem solid #dee2e6;
  }
}
.solutions-banner .bottom-row .icon {
  padding-right: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .solutions-banner .bottom-row .mobile {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
  .solutions-banner .bottom-row .mobile .icon {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
.solutions-banner .bottom-row .content h2,
.solutions-banner .bottom-row .content p {
  color: #4a4a4a;
}

/* .list-blocks {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #4A4A4A; }
  .list-blocks h1 {
    text-align: center;
    width: 75%;
    margin: 0 auto 5rem; }
  .list-blocks .content-block {
    width: 83%;
    margin-left: auto; }
    .list-blocks .content-block .text {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .list-blocks .content-block .text img {
        padding-right: 1rem; }
      @media only screen and (max-width: 767.98px) {
        .list-blocks .content-block .text {
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .list-blocks .content-block .text h2,
          .list-blocks .content-block .text p {
            text-align: center; }
          .list-blocks .content-block .text img {
            padding-right: 0;
            padding-bottom: 1rem; } }
  .list-blocks .desktop-img {
    width: 100%; }
  @media only screen and (max-width: 767.98px) {
    .list-blocks.tys .mobile {
      flex-direction: row; }
      .list-blocks.tys .mobile .desktop-img.tys-img {
        display: none; }
      .list-blocks.tys .mobile .desktop-img.mobile-version {
        display: block;
        padding-bottom: 5rem; } }
  .list-blocks.tys .mobile .mobile-version {
    display: none; }
  .list-blocks.tys .content-block {
    margin: 0; }
    @media only screen and (max-width: 767.98px) {
      .list-blocks.tys .content-block {
        width: 100%; } }
  .list-blocks.blockchain .content-block, .list-blocks.infograph .content-block {
    width: 100%;
    margin: 0; }
  .list-blocks .mobile .mobile-img {
    display: none; }
  @media only screen and (max-width: 767.98px) {
    .list-blocks .mobile {
      flex-direction: column-reverse; }
      .list-blocks .mobile .desktop-img.mac-img {
        display: none; }
      .list-blocks .mobile .desktop-img.mobile-img {
        display: block;
        padding-bottom: 5rem; }
      .list-blocks .mobile .content-block {
        width: 100%; } }
  @media only screen and (max-width: 767.98px) {
    .list-blocks.infograph .mobile {
      flex-direction: column; } } */

.list-blocks {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #4a4a4a;
}
.list-blocks h1 {
  text-align: center;
  width: 75%;
  margin: 0 auto 5rem;
}
.list-blocks .content-block {
  width: 83%;
  /* margin-left: auto; */
}
.list-blocks .content-block .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-blocks .content-block .text img {
  padding-right: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .list-blocks .content-block .text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .list-blocks .content-block .text h2,
  .list-blocks .content-block .text p {
    text-align: center;
  }
  .list-blocks .content-block .text img {
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.list-blocks .desktop-img {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .list-blocks.tys .mobile {
    flex-direction: row;
  }
}
.list-blocks.tys .content-block {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .list-blocks.tys .content-block {
    width: 100%;
  }
}
.list-blocks.blockchain-innovation .content-block,
.list-blocks.infograph .content-block {
  /* width: 100%; */
  margin: 0;
}

.list-blocks.blockchain-innovation .container h1 {
  color: #0075f2;
}

@media only screen and (max-width: 767.98px) {
  .list-blocks .mobile {
    flex-direction: column-reverse;
  }
  .list-blocks .mobile .desktop-img {
    margin-bottom: 2rem;
  }
  .list-blocks .mobile .content-block {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-blocks.infograph .mobile {
    flex-direction: column;
  }
}
.retail {
  color: #4a4a4a;
  padding-top: 6rem;
}
.retail .heading {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 6rem;
}
.retail .title {
  text-align: center;
  padding: 1rem;
  width: 15rem;
  background: #e5e6ed;
  border-radius: 3rem;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
.retail .brands {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 767.98px) {
  .retail .brands {
    flex-direction: column;
  }
}
.retail .brands .icons {
  background: #fff;
  padding: 0 0.5rem;
  border-radius: 0.4rem;
  margin: 1.5rem 0;
  width: 36rem;
  height: 100%;
}
.retail .brands .icons img {
  width: 14rem;
}
@media only screen and (max-width: 1199.98px) {
  .retail .brands .icons {
    width: 30rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .retail .brands .icons {
    width: 22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .retail .brands .icons {
    width: 100%;
  }
}
.retail .brands .block {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767.98px) {
  .retail .brands .block {
    margin-bottom: 3rem;
  }
}

/*# sourceMappingURL=solutions.css.map */

/*style for solutions page end*/

/*style for resource page start*/

/*Fonts*/

/* .banner-block {
  position: relative;
  margin-bottom: 20rem; }
  @media only screen and (max-width: 767.98px) {
    .banner-block {
      margin-bottom: 90rem; } } */
.resource-banner-block .resource-banner {
  height: 40rem;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .resource-banner-block .resource-banner {
    display: none;
  }
}
.resource-banner-block {
  position: relative;
  margin-bottom: 32rem;
}
@media only screen and (max-width: 767.98px) {
  .resource-banner-block {
    margin-bottom: 102rem;
  }
}

.resource-banner-block .mobile-img {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .resource-banner-block .mobile-img {
    display: block;
    width: 100%;
  }
}
/* .banner-block .carousel-caption {
    top: 20%; }
    @media only screen and (max-width: 991.98px) {
      .banner-block .carousel-caption {
        top: 22%; } }
    @media only screen and (max-width: 767.98px) {
      .banner-block .carousel-caption {
        top: 35%; }
       } */

.banner-insights {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 767.98px) {
  .banner-insights {
    top: 105%;
  }
}
.banner-insights .case-study {
  text-decoration: none;
  color: #fff;
}
.banner-insights .case-study:hover {
  color: #fff;
}
.banner-insights .case-study img {
  position: relative;
  border-radius: 0.4rem;
  height: 27.3rem;
  width: 100%;
}
.banner-insights .case-study p {
  font-size: 2rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 0.5rem;
  margin-left: 1.5rem;
  width: 86%;
}
@media only screen and (max-width: 991.98px) {
  .banner-insights .case-study p {
    font-size: 1.6rem;
    width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-insights .mobile-view {
    margin-bottom: 2rem;
  }
  .banner-insights .mobile-view p {
    font-size: 2rem;
    width: 90%;
  }
}

.dropdown-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .dropdown-links {
    flex-direction: column;
    padding-top: 5rem;
  }
}
.dropdown-links .dropdown {
  margin-right: 2rem;
}
.dropdown-links .dropdown .dropdown-toggle {
  width: 26.7rem;
  font-size: 1.2rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  background: #344055;
  border: 0.1rem solid #344055;
  padding: 1rem;
  margin: 3rem 0 5rem;
  border-radius: 0.4rem;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .dropdown-links .dropdown .dropdown-toggle {
    width: 20rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .dropdown-links .dropdown .dropdown-toggle {
    margin: 0 0 2rem;
  }
}
.dropdown-links .dropdown .dropdown-toggle::after {
  margin-left: 13rem;
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  vertical-align: middle;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .dropdown-links .dropdown .dropdown-toggle::after {
    margin-left: 7rem;
  }
}
.dropdown-links .dropdown .dropdown-toggle:active {
  background: #344055;
  border: 0.1rem solid #344055;
}
.dropdown-links .dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
.dropdown-links .dropdown .dropdown-menu {
  width: 26.7rem;
  background: #344055;
  padding: 0;
  border: 0.1rem solid transparent;
  margin-top: 0.25rem;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 991.98px) {
  .dropdown-links .dropdown .dropdown-menu {
    width: 20rem;
  }
}
.dropdown-links .dropdown .dropdown-menu .dropdown-item {
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.2rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
}
.dropdown-links .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4a4a4a;
  background: #f9f8fe;
}
.dropdown-links .dropdown .dropdown-menu .dropdown-item:active {
  background: #f9f8fe;
  color: #4a4a4a;
}
.dropdown-links .dropdown .dropdown-menu .dropdown-item:focus {
  outline: 0;
  color: #4a4a4a;
}
.dropdown-links .dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.dropdown-links .dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.dropdown-links .dropdown .dropdown-menu[x-placement^="top"] {
  margin-bottom: 0.25rem;
  margin-top: 0;
}

/* .resource-insights .insights-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .resource-insights .insights-section {
    flex-direction: column;
  }
}
.resource-insights .insights-section .articles {
  width: 95%;
  background: #fff;
  border-radius: 0.4rem;
  color: #4a4a4a;
  box-shadow: 0 0.1rem 0.4rem 0 lightgrey;
}
@media only screen and (max-width: 767.98px) {
  .resource-insights .insights-section .articles {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .resource-insights .insights-section .articles img {
    width: 100%;
  }
}
.resource-insights .insights-section .articles .content {
  padding: 1.5rem;
}
.resource-insights .insights-section .articles .content h2 {
  margin: 2rem 0;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
}
.resource-insights .btn-block {
  justify-content: center;
}
.resource-insights .btn-block .common-button.show-more {
  background: #344055;
  border-color: #344055;
  color: #fff;
}
.resource-insights .btn-block .common-button.show-more:hover {
  background: #344055;
  border-color: #344055;
}
.resource-insights .btn-block .common-button.show-more:focus,
.resource-insights .btn-block .common-button.show-more:active {
  outline: 0;
  box-shadow: none;
}
@media only screen and (max-width: 767.98px) {
  .resource-insights .alm-listing .css-grid {
    display: block;
  }
} */

/* .banner-insights .title,
.resource-insights .title {
  background: #ff8811;
  padding: 1rem;
  width: 10rem;
  text-align: center;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 1.5rem 0 0 1.5rem;
  position: absolute;
  top: 0;
}
.banner-insights .title.pink,
.resource-insights .title.pink {
  background: #ff00d8;
  width: 6rem;
}
.banner-insights .title.violet,
.resource-insights .title.violet {
  background: #9e00f2;
  width: 8rem;
} */

.resource-insights .insights-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .resource-insights .insights-section {
    flex-direction: column;
  }
}
.resource-insights .insights-section .articles {
  width: 95%;
  background: #fff;
  border-radius: 0.4rem;
  color: #4a4a4a;
  box-shadow: 0 0.1rem 0.4rem 0 lightgrey;
}
@media only screen and (max-width: 767.98px) {
  .resource-insights .insights-section .articles {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.resource-insights .insights-section .articles img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
@media only screen and (max-width: 767.98px) {
  .resource-insights .insights-section .articles img {
    width: 100%;
    height: auto;
  }
}
.resource-insights .insights-section .articles .content {
  padding: 1.5rem;
}
.resource-insights .insights-section .articles .content a {
  color: #4a4a4a;
}
.resource-insights .insights-section .articles .content a:hover {
  text-decoration: none;
}
.resource-insights .insights-section .articles .content .title {
  background: #ff8811;
  padding: 1rem;
  width: 11rem;
  text-align: center;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  color: #fff;
}
.resource-insights .insights-section .articles .content .title.pink {
  background: #ff00d8;
}
.resource-insights .insights-section .articles .content .title.violet {
  background: #9e00f2;
}
.resource-insights .insights-section .articles .content .title.green {
  background: #268a24;
  width: 13rem;
}
.resource-insights .insights-section .articles .content .title.red {
  background: #b50011;
  width: 13rem;
}
.resource-insights .insights-section .articles .content .title.blue {
  background: #183a86;
  width: 13rem;
}
.resource-insights .insights-section .articles .content h2 {
  margin: 2rem 0;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
}
.resource-insights .insights-section .articles .content .read-more {
  font-size: 1.6rem;
}
.resource-insights .insights-section .articles .content .read-more::after {
  content: url("assets/images/btn-arrow.svg");
  width: 2.5rem;
  height: 2.5rem;
  padding-left: 1rem;
  position: absolute;
  padding-top: 0.35rem;
  filter: invert(1);
}
.resource-insights .btn-block {
  justify-content: center;
}
.resource-insights .btn-block .common-button.show-more {
  background: #344055;
  border-color: #344055;
  color: #fff;
}
.resource-insights .btn-block .common-button.show-more:hover {
  background: #344055;
  border-color: #344055;
}
.resource-insights .btn-block .common-button.show-more:focus,
.resource-insights .btn-block .common-button.show-more:active {
  outline: 0;
  box-shadow: none;
}
@media only screen and (max-width: 767.98px) {
  .resource-insights .alm-listing .css-grid {
    display: block;
  }
}

.banner-insights .title {
  background: #ff8811;
  padding: 1rem;
  width: 11rem;
  text-align: center;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 1.5rem 0 0 1.5rem;
  position: absolute;
  top: 0;
}
.banner-insights .title.pink {
  background: #ff00d8;
  width: 6rem;
}
.banner-insights .title.violet {
  background: #9e00f2;
  width: 8rem;
}

/*# sourceMappingURL=resources.css.map */

/*style for resource page end*/

/*style for industries page start*/

/*Fonts*/

.industries-banner {
  position: relative;
  margin-bottom: 32rem;
}
@media only screen and (max-width: 767.98px) {
  .industries-banner {
    margin-bottom: 65rem;
  }
}
.industries-banner .banner-image {
  width: 100%;
  height: 40rem;
}
.industries-banner .carousel-caption {
  top: 37%;
}
@media only screen and (max-width: 991.98px) {
  .industries-banner .carousel-caption {
    top: 22%;
  }
}
@media only screen and (max-width: 767.98px) {
  .industries-banner .carousel-caption {
    top: 35%;
  }
}
.industries-banner .overview {
  position: absolute;
  bottom: -14.5rem;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.6rem 0 lightgray;
  width: 95%;
}
.industries-banner .overview .overview-text {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.industries-banner .overview .overview-text h1 {
  font-size: 3.2rem;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
  color: #0075f2;
  line-height: 44px;
  border-right: 0.1rem solid #0075f2;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .industries-banner .overview .overview-text h1 {
    border-right: none;
    border-bottom: 0.1rem solid #0075f2;
    padding-bottom: 3rem;
  }
}
.industries-banner .overview .overview-text p {
  color: #4a4a4a;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .industries-banner .overview {
    bottom: -47.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .industries-banner .overview {
    text-align: center;
  }
}

.white-paper.industry-whitepaper {
  padding-bottom: 0;
}

.industry-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767.98px) {
  .industry-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.industry-block .key-points {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.industry-block .key-points p {
  margin-left: 1rem;
}
.industry-block.industry-mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .industry-block.industry-mobile {
    display: block;
    color: #4a4a4a;
    text-align: center;
  }
  .industry-block.industry-mobile img {
    margin: 1.5rem 0;
  }
  .industry-block.industry-mobile .key-points {
    flex-direction: column;
    text-align: left;
  }
  .industry-block.industry-mobile .key-points p {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .industry-block {
    display: none;
  }
}

/*# sourceMappingURL=industries.css.map */

/*style for industries page end*/

/*style for about page start*/
/*Fonts*/

/*Fonts*/

.banner-about-block .services-banner {
  height: 40rem;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .banner-about-block .services-banner {
    display: none;
  }
}
.banner-about-block .mobile-img {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .banner-about-block .mobile-img {
    display: block;
    width: 100%;
  }
}
.banner-about-block .carousel-caption {
  top: 40%;
}
/* @media only screen and (max-width: 991.98px) {
  .banner-about-block .carousel-caption {
      top: 31%; } } */
/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-about-block .carousel-caption {
    top: 19%;
  }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-about-block .carousel-caption {
     top: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-about-block .carousel-caption {
    top: 44%;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-about-block .carousel-caption {
    top: 35%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-about-block .carousel-caption {
    top: 35%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .banner-about-block .carousel-caption {
    top: 30%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .banner-about-block .carousel-caption {
    top: 35%;
  }
}

.grid-container {
  display: grid;
}
.grid-container .content {
  grid-column: 1 / span 2;
  grid-row: 1;
}
.grid-container .item-box {
  grid-column: 1 / span 2;
}
.grid-container .graphics {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-width: 40rem;
}
.grid-container .graphics img {
  height: 100%;
}
.grid-container.left-align .content {
  grid-column: 2 / span 2;
  grid-row: 1;
}
.grid-container.left-align .item-box {
  grid-column: 2 / span 2;
}
.grid-container.left-align .graphics {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-width: 40rem;
}

@media only screen and (max-width: 991.98px) {
  .highlight-blocks {
    display: none;
  }
}
.highlight-blocks .content {
  background: #f9f8fe;
  color: #4a4a4a;
}
.highlight-blocks .content .title {
  font-size: 4.8rem;
  color: #4a4a4a;
  margin-bottom: 2rem;
  margin: 6rem 12rem 2rem;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
}
.highlight-blocks .content p {
  margin: 0rem 12rem 6rem;
}
.highlight-blocks .item-box {
  padding: 6rem 0rem 6rem 12rem;
}
.highlight-blocks .item-box .grid-card {
  padding-right: 3rem;
  width: 50%;
}
.highlight-blocks .item-box .grid-card .icon {
  width: 6.2rem;
  height: 6.2rem;
  margin-bottom: 3rem;
}
.highlight-blocks .item-box .grid-card .icon.ibm-hyp {
  width: 15rem;
  height: 10rem;
}

.highlight-blocks .item-box .grid-card .icon.ibm-hyp img {
  height: 100%;
}

.highlight-blocks .item-box .grid-card .icon.open-idl {
  width: 20rem;
}
.highlight-blocks .item-box .grid-card .icon.open-idl img {
  height: auto;
}

.highlight-blocks .item-box .grid-card .title {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
}
.highlight-blocks .item-box .grid-card .desc {
  opacity: 0.8;
  font-size: 1.6rem;
}
.highlight-blocks .item-box.dark {
  background: #344055;
  color: white;
}
.highlight-blocks.mobile-view {
  display: none;
}
.production-solutions {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 991.98px) {
  .highlight-blocks.mobile-view {
    display: block;
    text-align: center;
  }
  .highlight-blocks.mobile-view .content {
    padding: 1.5rem 7rem;
  }
  .highlight-blocks.mobile-view .content h2,
  .highlight-blocks.mobile-view .content p {
    margin: 4rem 0;
  }
  .highlight-blocks.mobile-view .item-box {
    flex-direction: row;
    text-align: center;
    padding: 1.5rem;
  }
  .highlight-blocks.mobile-view .item-box .grid-card {
    padding-right: 0;
    margin: 0 auto;
    width: 75%;
  }
  .highlight-blocks.mobile-view .item-box .grid-card .icon {
    margin: 2rem auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .highlight-blocks.mobile-view .content {
    padding: 1.5rem 2.5rem;
  }
  .highlight-blocks.mobile-view .item-box {
    flex-direction: column;
  }
  .highlight-blocks.mobile-view .item-box .grid-card {
    width: 100%;
  }
  .highlight-blocks.mobile-view .item-box .grid-card:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .highlight-blocks.mobile-view .content {
    padding: 1.5rem 2.5rem;
  }
}

/* .navbar .navbar-brand img {
  height: 5.7rem; }
.navbar .navbar-nav .nav-item {
  padding: 0 1.5rem; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-family: 'helveticaneueregular', sans-serif;
    font-weight: 600;
    color: #4A4A4A;
    letter-spacing: 1px; }
  .navbar .navbar-nav .nav-item.active .nav-link {
    font-family: 'helveticaneuemedium', sans-serif;
    font-weight: 500;
    color: #0075F2; } */

.digital {
  margin-top: 6rem;
}
@media only screen and (max-width: 767.98px) {
  .digital {
    display: none;
    text-align: center;
  }
}
.digital h1 {
  color: #0075f2;
  margin-top: 8.5rem;
}
@media only screen and (max-width: 991.98px) {
  .digital h1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .digital h1 {
    margin-top: 5rem;
  }
}
.digital p {
  color: #4a4a4a;
  margin-top: 2.4rem;
}
.digital.mobile-version {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .digital.mobile-version {
    display: block;
    margin-top: 3rem;
  }
}

.tailored-solutions {
  color: #4a4a4a;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767.98px) {
  .tailored-solutions {
    text-align: center;
  }
}
.tailored-solutions .buttons {
  margin-top: 5rem;
}
.tailored-solutions .buttons .common-button {
  width: 24rem;
  font-size: 1.4rem;
  padding: 1.2rem;
  box-shadow: 0 0.1rem 0.6rem 0 lightgray;
  border-radius: 2.5rem;
  border: 0.1rem solid transparent;
  margin: 0 1.5rem 2rem 0;
  text-align: left;
  background: #fff;
}
.tailored-solutions .buttons .common-button img {
  padding-right: 0.5rem;
}
.tailored-solutions .buttons .common-button:hover img {
  filter: brightness(0) invert(1);
}
.tailored-solutions .buttons .common-button:hover,
.tailored-solutions .buttons .common-button:focus,
.tailored-solutions .buttons .common-button:active {
  background: #0075f2;
  border: 0.1rem solid #0075f2;
  color: #fff;
}
.tailored-solutions .right-image {
  margin-top: 5rem;
}

/* footer {
  background: #0B0D17;
  color: #fff; }
  footer .container {
    padding-top: 6rem; }
    footer .container .logo {
      margin-bottom: 2rem; }
    footer .container p {
      font-size: 1.4rem;
      margin-bottom: 1rem; }
      footer .container p.heading {
        font-size: 1.6rem;
        font-family: 'helveticaneuemedium', sans-serif;
        font-weight: 500; }
    footer .container .copy-right p {
      text-align: center; }
    footer .container hr {
      opacity: 0.3; }
    @media only screen and (max-width: 767.98px) {
      footer .container .mobile {
        text-align: center; } }
    @media only screen and (max-width: 767.98px) {
      footer .container .mobile .social {
        justify-content: center; } } */

/*# sourceMappingURL=style.css.map */

/*style for about page end*/

/*style for whitepaper page end*/

/*Fonts*/

.light-bkg {
  background: #f9f8fe;
}

.white-paper-banner {
  position: relative;
}
.white-paper-banner .banner-image {
  height: 40rem;
  width: 100%;
}
.white-paper-banner .carousel-caption {
  top: 30%;
}

.main-title {
  padding-top: 6rem;
  position: relative;
}
.main-title h1 {
  text-align: center;
  font-size: 4.8rem;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
  color: #0075f2;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767.98px) {
  .main-title h1 {
    width: 100%;
  }
}

.form-block {
  color: #4a4a4a;
  margin-bottom: 6rem;
}
.form-block .left-content {
  width: 71%;
  margin: 0 auto;
  padding: 6rem 0;
}
@media only screen and (max-width: 767.98px) {
  .form-block .left-content {
    width: 80%;
  }
}
.form-block .left-content h1 {
  margin-bottom: 4rem;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767.98px) {
  .form-block .left-content {
    width: 100%;
    text-align: center;
  }
}
.form-block .right-content {
  position: absolute;
  width: 90%;
  top: -8%;
  background: #fff;
  box-shadow: 0 0.1rem 0.6rem 0 lightgray;
}
@media only screen and (max-width: 1199.98px) {
  .form-block .right-content {
    top: auto;
  }
}
.form-block .right-content .form-section {
  width: 80%;
  margin: 0 auto;
  padding: 6rem 0;
}
.form-block .right-content .form-section h1 {
  text-align: center;
  font-size: 3.2rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  margin-bottom: 4rem;
}
.form-block .right-content .form-section .form-group {
  margin: 1.5rem 0;
}
.form-block .right-content .form-section .form-group .form-control {
  background: #f9f8fe;
  border: none;
  border-radius: 0.4rem;
  height: 3.5rem;
  font-size: 1.6rem;
}
.form-block .right-content .form-section .form-group .form-control:focus {
  box-shadow: 0 0 0 0.2rem #0075f2;
  caret-color: #0075f2;
}
.form-block .right-content .form-section .form-button {
  width: 100%;
  background: #344055;
  border: 0.1rem solid #344055;
  border-radius: 0.4rem;
  height: 3.5rem;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 767.98px) {
  .form-block .right-content {
    position: static;
    top: auto;
    width: 100%;
  }
}

.privacy-policy-content {
  margin-bottom: 6rem;
}
.privacy-policy-content img {
  width: 46%;
}
@media only screen and (max-width: 767.98px) {
  .privacy-policy-content img {
    margin-bottom: 2rem;
  }
}
.privacy-policy-content .blue-text {
  color: #0075f2;
  font-size: 1.6rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
}

/*# sourceMappingURL=white-paper.css.map */

/*style for whitepaper page end*/

/*style for leadership page end*/
/*Fonts*/

/*Fonts*/

/*Fonts*/

.banner-leader-block .services-banner {
  height: 40rem;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .banner-leader-block .services-banner {
    display: none;
  }
}
.banner-leader-block .mobile-img {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .banner-leader-block .mobile-img {
    display: block;
    width: 100%;
  }
}

.banner-leader-block .carousel-caption {
  top: 38%;
}
/* @media only screen and (max-width: 991.98px) {
    .banner-leader-block .carousel-caption {
      top: 31%; } } */
/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-leader-block .carousel-caption {
    top: 19%;
  }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-leader-block .carousel-caption {
    top: 25%;
  }
} 
@media only screen and (max-width: 767.98px) {
  .banner-leader-block .carousel-caption {
    top: 44%;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-leader-block .carousel-caption {
    top: 31%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-leader-block .carousel-caption {
    top: 36%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .banner-leader-block .carousel-caption {
    top: 30%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .banner-leader-block .carousel-caption {
    top: 36%;
  }
}

/* .leader {
  padding: 10rem 0;
}
.leader.shade {
  background: #f9f8fe;
}
.leader .leader-pic figure {
  position: relative;
  max-width: 34.6rem;
}
.leader .leader-pic figure figcaption {
  position: relative;
  padding: 2.4rem;
  background: #0075f2;
  left: 2.4rem;
  top: -4rem;
}
.leader .leader-pic figure figcaption .name {
  font-size: 2.4rem;
  color: white;
  margin-bottom: 1rem;
  font-family: "helveticabold", sans-serif;
  font-weight: bold;
}
.leader .leader-pic figure figcaption .designation {
  font-size: 1.6rem;
  color: white;
  font-family: "helveticalight", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.2rem;
}
.leader blockquote {
  font-family: "Georgia", serif;
  font-size: 2.4rem;
  font-style: italic;
  color: #344055;
  line-height: 4rem;
  background: rgba(239, 241, 245, 0.5);
  padding: 2.4rem;
  max-width: 55rem;
  position: relative;
  margin-top: 6rem;
}
.leader blockquote::before {
  position: absolute;
  content: "";
  height: 4.1rem;
  width: 4.1rem;
  background-image: url("assets/images/images/leadership/corner.svg") no-repeat
    center;
  background-size: contain;
  bottom: -2.1rem;
  left: -2.1rem;
}
.leader blockquote::after {
  position: absolute;
  content: "";
  height: 4.1rem;
  width: 4.1rem;
  background-image: url("assets/images/images/leadership/corner.svg") no-repeat
    center;
  background-size: contain;
  top: -2.1rem;
  right: -2.1rem;
  transform: rotate(180deg);
}
.leader .comments {
  max-width: 53rem;
  font-size: 2rem;
  font-family: "helveticalight", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #4a4a4a;
  line-height: 3.2rem;
  margin-top: 5.6rem;
} */

/* .navbar .navbar-brand img {
  height: 5.7rem; }
.navbar .navbar-nav .nav-item {
  padding: 0 1.5rem; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-family: 'helveticaregular', sans-serif;
    font-weight: 600;
    color: #4A4A4A;
    letter-spacing: 1px; }
  .navbar .navbar-nav .nav-item.active .nav-link {
    font-family: 'helveticaneuemedium', sans-serif;
    font-weight: 500;
    color: #0075F2; } */

/* .tailored-solutions {
  margin-top: 4rem;
  color: #4A4A4A;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media only screen and (max-width: 767.98px) {
    .tailored-solutions {
      text-align: center; } }
  .tailored-solutions .buttons {
    margin-top: 5rem; }
    .tailored-solutions .buttons .common-button {
      width: 15.5rem;
      font-size: 1.4rem;
      padding: 1.2rem;
      box-shadow: 0 0.1rem 0.6rem 0 lightgray;
      border-radius: 2.5rem;
      border: 0.1rem solid transparent;
      margin: 0 1.5rem 2rem 0;
      text-align: left;
      background: #fff; }
      .tailored-solutions .buttons .common-button img {
        padding-right: 0.5rem; }
      .tailored-solutions .buttons .common-button:hover img {
        filter: brightness(0) invert(1); }
      .tailored-solutions .buttons .common-button:hover, .tailored-solutions .buttons .common-button:focus, .tailored-solutions .buttons .common-button:active {
        background: #0075F2;
        border: 0.1rem solid #0075F2;
        color: #fff; }
  .tailored-solutions .right-image {
    margin-top: 5rem; } */

/* footer {
  background: #0B0D17;
  color: #fff; }
  footer .container {
    padding-top: 6rem; }
    footer .container .logo {
      margin-bottom: 2rem; }
    footer .container p {
      font-size: 1.4rem;
      margin-bottom: 1rem; }
      footer .container p.heading {
        font-size: 1.6rem;
        font-family: 'helveticaneuemedium', sans-serif;
        font-weight: 500; }
    footer .container .copy-right p {
      text-align: center; }
    footer .container hr {
      opacity: 0.3; }
    @media only screen and (max-width: 767.98px) {
      footer .container .mobile {
        text-align: center; } }
    @media only screen and (max-width: 767.98px) {
      footer .container .mobile .social {
        justify-content: center; } } */

/*# sourceMappingURL=style.css.map */

/*style for leadership page start*/

/*style for career page start*/

/*Fonts*/

.careers-banner {
  position: relative;
}
.careers-banner .banner-image {
  height: 40rem;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .careers-banner .banner-image {
    display: none;
  }
}
.careers-banner .mobile-img {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .careers-banner .mobile-img {
    display: block;
    width: 100%;
  }
}
.careers-banner .carousel-caption {
  top: 40%;
  width: 80%;
}

@media only screen and (max-width: 575.98px) {
  .careers-banner .carousel-caption {
    top: 32%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .careers-banner .carousel-caption {
    top: 32%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .careers-banner .carousel-caption {
    top: 32%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .careers-banner .carousel-caption {
    top: 40%;
  }
}

.careers-why-chainyard {
  color: #4a4a4a;
  margin: 6rem 0;
  text-align: center;
}
.careers-why-chainyard h1 {
  font-size: 4.8rem;
  color: #0075f2;
}
.careers-why-chainyard p {
  width: 82%;
  margin: 0 auto;
}
.careers-why-chainyard img {
  margin-top: 6rem;
}

.perks {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #4a4a4a;
}
.perks .heading h1 {
  text-align: center;
}
.perks .benefits {
  padding: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.perks .benefits h2 {
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
  margin: 2rem 0;
}
@media only screen and (max-width: 767.98px) {
  .perks {
    text-align: center;
  }
  .perks .mobile {
    border-bottom: 1px solid #dee2e6;
    border-left: none !important;
    border-right: none !important;
  }
}

.positions {
  color: #4a4a4a;
  padding: 6rem 0;
}
.positions h1 {
  text-align: center;
}
@media only screen and (max-width: 575.98px) {
  .positions .engg,
  .positions .business {
    padding: 0 1.5rem;
  }
}
.positions .engg h2,
.positions .business h2 {
  font-size: 2.4rem;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
}
.positions .engg .accordion,
.positions .business .accordion {
  margin-bottom: 2.4rem;
}
.positions .engg .accordion .card,
.positions .business .accordion .card {
  margin-top: 0.5rem;
}
.positions .engg .accordion .card .card-header,
.positions .business .accordion .card .card-header {
  margin-bottom: 0;
}
.positions .engg .accordion .card .card-header .btn-block,
.positions .business .accordion .card .card-header .btn-block {
  justify-content: flex-start;
}
.positions .engg .accordion .card .card-header .btn-link,
.positions .business .accordion .card .card-header .btn-link {
  color: #4a4a4a;
  font-size: 2rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.2rem;
}
.positions .engg .accordion .card .card-header .btn-link::before,
.positions .business .accordion .card .card-header .btn-link::before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  background: #e5e5e5;
  font-size: 1.6rem;
  color: #4a4a4a;
  margin-right: 1rem;
  padding: 0.2rem 0.5rem 0.2rem 0.8rem;
  font-weight: 900;
}
.positions .engg .accordion .card .card-header .btn-link.collapsed::before,
.positions .business .accordion .card .card-header .btn-link.collapsed::before {
  content: "\f067";
}
.positions .engg .accordion .card .card-header .btn-link:focus,
.positions .business .accordion .card .card-header .btn-link:focus {
  box-shadow: none;
}
.positions .engg .accordion .card .card-body,
.positions .business .accordion .card .card-body {
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.positions .engg .accordion > .card:not(:last-of-type),
.positions .business .accordion > .card:not(:last-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.work-at-chainyard {
  background: #344055;
  padding: 10rem 0;
  margin-bottom: 6rem;
}
.work-at-chainyard .content {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .work-at-chainyard .content {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.work-at-chainyard .content .note {
  font-size: 1.8rem;
}
.work-at-chainyard .careers-form {
  background: #fff;
}
.work-at-chainyard .careers-form .form-section {
  width: 80%;
  margin: 0 auto;
  padding: 6rem 0;
}
.work-at-chainyard .careers-form .form-section .form-group {
  margin: 1.5rem 0;
}
.work-at-chainyard .careers-form .form-section .form-group label,
.work-at-chainyard .careers-form .form-section .form-group .form-control,
.work-at-chainyard .careers-form .form-section .form-group .form-control-file {
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.work-at-chainyard .careers-form .form-section .form-group .form-control {
  background: #f9f8fe;
  border: none;
  border-radius: 0.4rem;
  height: 3.5rem;
  font-size: 1.6rem;
}
.work-at-chainyard .careers-form .form-section .form-group .form-control:focus {
  box-shadow: 0 0 0 0.2rem #0075f2;
  caret-color: #0075f2;
}
.work-at-chainyard .careers-form .form-section .form-button {
  width: 100%;
  background: #0075f2;
  border: 0.1rem solid #0075f2;
  border-radius: 0.4rem;
  height: 3.5rem;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 6rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.work-at-chainyard .careers-form p {
  color: #4a4a4a;
}

.work-at-chainyard .careers-form.signup-form .wpcf7-form {
  padding: 4rem 0 1.5rem;
}
.work-at-chainyard .careers-form.signup-form .wpcf7-submit {
  margin-top: 1.5rem;
  border-radius: 0.4rem;
  padding: 0.3rem;
}

.work-at-chainyard.workshop-signup-block {
  padding: 6rem 0;
  margin-bottom: 0;
  margin-top: 6rem;
}

/*style for career page end*/

/*style for blog page start*/
/*Fonts*/

/*Fonts*/

@media only screen and (max-width: 767.98px) {
  .about {
    text-align: center;
  }
}
.about .heading {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.about .heading h1 {
  color: #0075f2;
}
.about .heading.center h1 {
  color: #0075f2;
  text-align: center;
}
.about .heading.center p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.about .mobile-screen {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .about .mobile-screen {
    display: block;
  }
  .about .mobile-screen img {
    margin-bottom: 5rem;
  }
}

/*Fonts*/

/* .banner-leader-block .services-banner {
  height: 40rem;
}
.banner-leader-block .carousel-caption {
  top: 38%;
}
@media only screen and (max-width: 991.98px) {
  .banner-leader-block .carousel-caption {
    top: 31%;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-leader-block .carousel-caption {
    top: 25%;
  }
} */

/* .leader {
  padding: 10rem 0;
}
.leader.shade {
  background: #f9f8fe;
}
.leader .leader-pic figure {
  position: relative;
  max-width: 34.6rem;
}
.leader .leader-pic figure figcaption {
  position: relative;
  padding: 2.4rem;
  background: #0075f2;
  left: 2.4rem;
  top: -4rem;
}
.leader .leader-pic figure figcaption .name {
  font-size: 2.4rem;
  color: white;
  margin-bottom: 1rem;
  font-family: "helveticabold", sans-serif;
  font-weight: bold;
}
.leader .leader-pic figure figcaption .designation {
  font-size: 1.6rem;
  color: white;
  font-family: "helveticalight", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.2rem;
}
.leader blockquote {
  font-family: "Georgia", serif;
  font-size: 2.4rem;
  font-style: italic;
  color: #344055;
  line-height: 4rem;
  background: rgba(239, 241, 245, 0.5);
  padding: 2.4rem;
  max-width: 55rem;
  position: relative;
  margin-top: 6rem;
}
.leader blockquote::before {
  position: absolute;
  content: "";
  height: 4.1rem;
  width: 4.1rem;
  background: url("assets/images/leadership/corner.svg") no-repeat center;
  background-size: contain;
  bottom: -2.1rem;
  left: -2.1rem;
}
.leader blockquote::after {
  position: absolute;
  content: "";
  height: 4.1rem;
  width: 4.1rem;
  background: url("assets/images/leadership/corner.svg") no-repeat center;
  background-size: contain;
  top: -2.1rem;
  right: -2.1rem;
  transform: rotate(180deg);
}
.leader .comments {
  max-width: 53rem;
  font-size: 2rem;
  font-family: "helveticalight", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #4a4a4a;
  line-height: 3.2rem;
  margin-top: 5.6rem;
} */

.leadership-team {
  margin-bottom: 6rem;
  margin-top: 6rem;
}
.leadership-team .members {
  margin-bottom: 1.5rem;
}
.leadership-team figure {
  color: #fff;
  position: relative;
}
.leadership-team figure img {
  width: 100%;
}
.leadership-team figure figcaption {
  background: #0075f2;
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 11rem;
  transition: height 0.3s ease;
  overflow: hidden;
}
.leadership-team figure figcaption h3 {
  font-family: "helveticabold", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
.leadership-team figure figcaption p {
  font-family: "helveticaregular", sans-serif;
  font-weight: 300;
  line-height: 2.5rem;
}
.leadership-team figure figcaption .description {
  display: none;
}
.leadership-team figure:hover figcaption {
  height: 100%;
  width: 100%;
  padding: 1.5rem;
}
.leadership-team figure:hover figcaption .description {
  display: block;
}
@media only screen and (max-width: 1199.98px) {
  .leadership-team figure:hover figcaption h3 {
    font-size: 1.6rem;
  }
  .leadership-team figure:hover figcaption p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .leadership-team figure:hover figcaption h3 {
    font-size: 2.4rem;
  }
  .leadership-team figure:hover figcaption p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .leadership-team figure:hover figcaption p {
    line-height: 2.8rem;
  }
}

/*Fonts*/

.blog-header {
  padding-top: 8rem;
}
.blog-header .blog-title {
  max-width: 95rem;
  text-align: center;
  margin-top: 8rem;
  color: #4a4a4a;
  font-size: 4.8rem;
  line-height: 6.4rem;
  letter-spacing: 0;
  font-family: "helveticabold", sans-serif;
  font-weight: bold;
}
.blog-header .handler .user {
  height: 4rem;
  width: 4rem;
  border: 0.1rem solid #0075f2;
  border-radius: 2rem;
  overflow: hidden;
}
.blog-header .handler .user-name {
  font-size: 2.4rem;
  font-family: "helveticaregular", sans-serif;
  color: #4a4a4a;
  margin-left: 0.5rem;
  line-height: 4rem;
}

.blog-image {
  margin-top: 4.8rem;
  text-align: center;
}
.blog-image img{
  max-width: 100%;
  height: auto;
}

.content-body {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #f9f8fe;
}
.content-body aside .list-title {
  color: #4a4a4a;
  font-size: 2rem;
  font-family: "helveticaregular", sans-serif;
  opacity: 0.8;
}
.content-body aside .category-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 4rem;
}
.content-body aside .category-list li {
  line-height: 4rem;
}
.content-body aside .category-list li a {
  color: #4a4a4a;
  font-size: 1.6rem;
  font-family: "helveticaregular", sans-serif;
  line-height: 3.6rem;
  text-decoration: none;
}
.content-body aside .category-list li a.tags {
  color: #0075f2;
}
.content-body aside .social-share .social-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background: rgba(0, 117, 242, 0.2);
  margin-right: 1.6rem;
  text-align: center;
  line-height: 4rem;
}
.content-body main .mega-title {
  font-size: 3.2rem;
  color: #4a4a4a;
  line-height: 4.8rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
.content-body main .mega-title span {
  font-size: 4.8rem;
  font-family: "helveticabold", sans-serif;
  font-weight: bold;
}
.content-body main .blog-image {
  margin-bottom: 6rem;
  margin-top: 2.6rem;
}
.content-body main p {
  font-size: 1.6rem;
  color: #4a4a4a;
  line-height: 3.6rem;
  font-family: "helveticaregular", sans-serif;
  letter-spacing: 0.05rem;
  margin-bottom: 2.4rem;
}

.case-studies {
  padding-top: 10rem;
}
.case-studies .section-title {
  font-family: "helveticabold", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  color: #4a4a4a;
  margin-bottom: 5rem;
}
.case-studies .case-card {
  border: 1px solid #4a4a4a33;
  min-height: 34.5rem;
  margin-bottom: 2rem;
  border-radius: 0.4rem;
}
.case-studies .case-card .case-title {
  padding: 1.6rem;
  font-size: 2rem;
  line-height: 3.4rem;
  color: #4a4a4a;
  font-family: "helveticabold", sans-serif;
  font-weight: bold;
}
.case-studies .btn-dark {
  background: #344055;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  height: 5.6rem;
  margin-top: 5rem;
  line-height: 5.2rem;
  margin-bottom: 18rem;
  padding: 0 6rem;
}

/* .navbar .navbar-brand img {
  height: 5.7rem; }
.navbar .navbar-nav .nav-item {
  padding: 0 1.5rem; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-family: 'helveticaregular', sans-serif;
    color: #4A4A4A; }
  .navbar .navbar-nav .nav-item.active .nav-link {
    font-family: 'helveticaneuemedium', sans-serif;
    font-weight: 500;
    color: #0075F2; } */

.common-button {
  margin: 2rem auto;
  padding: 1.2rem 1.5rem;
  font-size: 1.2rem;
  color: #0075f2;
  border-radius: 0.4rem;
  background: transparent;
  border: 0.1rem solid #0075f2;
  position: relative;
  font-size: 1.6rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  width: 26.7rem;
  height: 5rem;
  line-height: 0;
  letter-spacing: 0.1rem;
}
.common-button:hover,
.common-button:focus,
.common-button:active {
  background: #0075f2;
  border: 0.1rem solid #0075f2;
  color: #fff;
}
.common-button.download-btn {
  border-color: #fff;
  font-size: 1.6rem;
  border-width: 0.2rem;
  background: transparent;
  color: #fff;
  margin: 0;
}
.common-button.download-btn:hover,
.common-button.download-btn:focus,
.common-button.download-btn:active {
  background: #fff;
  border: 0.2rem solid #0075f2;
  color: #0075f2;
}
.common-button.know-more-btn {
  position: absolute;
  background: #0075f2;
  font-size: 1.4rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  left: 1.5rem;
  bottom: 1rem;
  margin: 0;
  padding: 1rem;
  border-radius: 0;
  color: #fff;
  width: 13rem;
  text-align: left;
}
@media only screen and (max-width: 575.98px) {
  .common-button.know-more-btn {
    bottom: 3rem;
  }
}
.common-button.know-more-btn::after {
  content: url("assets/images/btn-arrow.svg");
  position: absolute;
  right: 0.8rem;
  color: #fff;
  width: 2rem;
  height: 2rem;
  bottom: 1.3rem;
}
.common-button.resource-btn {
  text-align: center;
  transition: 0.3s;
  color: #4a4a4a;
  border-color: #344055;
}
.common-button.resource-btn:hover::after {
  content: url("assets/images/btn-arrow.svg");
  position: absolute;
  right: 1rem;
  color: #fff;
  width: 2rem;
  height: 2rem;
  bottom: 1.3rem;
}
.common-button.resource-btn:hover,
.common-button.resource-btn:focus,
.common-button.resource-btn:active {
  text-align: left;
  background: #4a4a4a;
  color: #fff;
  box-shadow: none;
}
.common-button.digi-btn {
  width: 17rem;
}
/* .common-button.workshop-signup {
  width: 10rem;
  border: 0.1rem solid #fff;
  height: 3.5rem;
  margin: 1rem auto;
  color: #fff;
} */
/* .common-button.workshop-signup:hover,
.common-button.workshop-signup:focus,
.common-button.workshop-signup:active {
  background: #fff;
  border: 0.1rem solid #fff;
  color: #0075F2;
} */

/* .tailored-solutions {
  margin-top: 4rem;
  color: #4A4A4A;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media only screen and (max-width: 767.98px) {
    .tailored-solutions {
      text-align: center; } }
  .tailored-solutions .buttons {
    margin-top: 5rem; }
    .tailored-solutions .buttons .common-button {
      width: 15.5rem;
      font-size: 1.4rem;
      padding: 1.2rem;
      box-shadow: 0 0.1rem 0.6rem 0 lightgray;
      border-radius: 2.5rem;
      border: 0.1rem solid transparent;
      margin: 0 1.5rem 2rem 0;
      text-align: left;
      background: #fff; }
      .tailored-solutions .buttons .common-button img {
        padding-right: 0.5rem; }
      .tailored-solutions .buttons .common-button:hover img {
        filter: brightness(0) invert(1); }
      .tailored-solutions .buttons .common-button:hover, .tailored-solutions .buttons .common-button:focus, .tailored-solutions .buttons .common-button:active {
        background: #0075F2;
        border: 0.1rem solid #0075F2;
        color: #fff; }
  .tailored-solutions .right-image {
    margin-top: 5rem; } */

/* footer {
  background: #0B0D17;
  color: #fff; }
  footer .container {
    padding-top: 6rem; }
    footer .container .logo {
      margin-bottom: 2rem; }
    footer .container p {
      font-size: 1.4rem;
      margin-bottom: 1rem; }
      footer .container p.heading {
        font-size: 1.6rem;
        font-family: 'helveticaneuemedium', sans-serif;
        font-weight: 500; }
    footer .container .copy-right p {
      text-align: center; }
    footer .container hr {
      opacity: 0.3; }
    @media only screen and (max-width: 767.98px) {
      footer .container .mobile {
        text-align: center; } }
    @media only screen and (max-width: 767.98px) {
      footer .container .mobile .social {
        justify-content: center; } } */

.customer-success {
  min-height: 75rem;
}
@media only screen and (max-width: 767.98px) {
  .customer-success {
    min-height: 100rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .customer-success {
    min-height: 100rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .customer-success {
    min-height: 100rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .customer-success {
    min-height: 100rem;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .customer-success {
    min-height: 100rem;
  }
}
.customer-success .image {
  background-image: url("assets/images/digital/success.png");
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  position: relative;
}
.customer-success .container .banner {
  padding: 8rem 0 4rem;
}
@media only screen and (max-width: 767.98px) {
  .customer-success .container .banner {
    padding: 8rem 0 12rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .customer-success .container .banner {
    padding: 8rem 0 3rem;
  }
}
.customer-success .container .banner h1,
.customer-success .container .banner p {
  color: #fff;
}
.customer-success .container .banner h1 {
  margin-bottom: 0;
}
.customer-success .container .case-study-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .customer-success .container .case-study-block {
    flex-direction: column;
    justify-content: center;
  }
}
.customer-success .container .case-study-block .case-study {
  width: 32%;
  background: #fff;
  border-radius: 0.4rem;
  color: #4a4a4a;
  box-shadow: 0 0.1rem 0.4rem 0 lightgray;
}
@media only screen and (max-width: 767.98px) {
  .customer-success .container .case-study-block .case-study {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.customer-success .container .case-study-block .case-study img {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  /* width: 100%;
  height: 20rem;
  object-fit: cover; */
}
@media only screen and (max-width: 767.98px) {
  .customer-success .container .case-study-block .case-study img {
    width: 100%;
  }
}
.customer-success .container .case-study-block .case-study .content {
  padding: 1.5rem;
}
.customer-success .container .case-study-block .case-study .content h2 {
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.customer-success .container .case-study-block .case-study .content p {
  line-height: 1.5;
}

.btn-block {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .btn-block {
    justify-content: center;
  }
}
.btn-block .resource-btn {
  margin: 4rem 0 2rem;
  border-color: #344055;
  color: #4a4a4a;
}
.btn-block .resource-btn:hover,
.btn-block .resource-btn:focus,
.btn-block .resource-btn:active {
  background: #4a4a4a;
  color: #fff;
  box-shadow: none;
  border-color: #344055;
}

/*style for blog page end*/

/* new section services start */
.blockchain-supplychain {
  background: #344055;
}
.blockchain-supplychain .container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.blockchain-supplychain .container .content {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .blockchain-supplychain .container .content {
    flex-direction: column;
  } 
}
.blockchain-supplychain .container .content h2 {
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .blockchain-supplychain .container .content h2 {
    text-align: center;
  }
}
.blockchain-supplychain .container .content .read-more {
  margin-top: 2.5rem;
}
.blockchain-supplychain .container .content .read-more a {
  color: #fff;
  background: transparent;
  border: 0.1rem solid #fff;
  border-radius: 0.4rem;
  padding: 1rem;
  font-size: 1.6rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .blockchain-supplychain .container .content .read-more a {
    display: block;
    margin: 1rem auto 0;
    width: 25%;
  }
}

@media only screen and (max-width: 575.98px) {
  .blockchain-supplychain .container .content .read-more a {
    width: 30%;
  }
}

.blockchain-supplychain .container .content .read-more a:hover,
.blockchain-supplychain .container .content .read-more a:active,
.blockchain-supplychain .container .content .read-more a:focus {
  background: #fff;
  border: 0.1rem solid #fff;
  color: #344055;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .blockchain-supplychain .container .content p {
    text-align: center;
  }
}
.blockchain-supplychain .container .content .left-block {
  width: 40%;
}
@media only screen and (max-width: 767.98px) {
  .blockchain-supplychain .container .content .left-block {
    width: 100%; 
  } 
}
.blockchain-supplychain .container .content .right-block {
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .blockchain-supplychain .container .content .right-block {
    width: 100%;
  } 
}

.rapid-times {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.rapid-times .content {
  color: #4a4a4a;
}
.rapid-times .content h1 {
  width: 85%;
  margin: 0 auto 5rem;
  text-align: center;
}
.rapid-times .content h2 {
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .rapid-times .content h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .rapid-times .content p {
    text-align: center;
  }
}
.rapid-times .content ul li {
  margin-bottom: 1rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 767.98px) {
  .center-image {
    display: block;
    width: 75%;
    margin: 0 auto 2rem;
  }
}
/* new section services end */

/* new supplychain services start */
.supplychain-visibility .container {
  padding-top: 6rem;
}
.supplychain-visibility .container .content {
  color: #4a4a4a;
}
@media only screen and (max-width: 767.98px) {
  .supplychain-visibility .container .content p {
    text-align: center;
  }
}
.supplychain-visibility .container .content h1 {
  color: #0075f2;
  text-align: center;
  width: 82%;
  margin: 0 auto 5rem;
}
.supplychain-visibility .container .content h2 {
  font-family: "helveticaneuethin", sans-serif;
  font-weight: 100;
  font-size: 4.6rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .supplychain-visibility .container .content h2 {
    font-size: 3.6rem;
    margin-top: 1rem;
  }
}

.supply-chain-basics {
  margin-top: 6rem;
  color: #4a4a4a;
  padding-bottom: 6rem;
}
.supply-chain-basics h1 {
  text-align: center;
  margin: 0 auto 5rem;
  width: 75%;
  padding-top: 6rem;
}
.supply-chain-basics .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .supply-chain-basics .container {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.supply-chain-basics .container .cards {
  background: #fff;
  width: 32%;
  padding: 2rem;
  box-shadow: 0 0.1rem 0.6rem 0 lightgray;
  border-radius: 0.4rem;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .supply-chain-basics .container .cards {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.supply-chain-basics .container .cards img {
  margin-bottom: 2rem;
}
.supply-chain-basics .container .cards h2 {
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .supply-chain-basics .container p {
    text-align: center;
  }
}

.supplychain-process .container {
  padding-top: 6rem;
  color: #4a4a4a;
  padding-bottom: 6rem;
}
.supplychain-process .container .content h1 {
  width: 85%;
  text-align: center;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 767.98px) {
  .supplychain-process .container .content p {
    text-align: center;
  }
}

.getting-started {
  margin-bottom: 6rem;
}
.getting-started .content {
  color: #4a4a4a;
}
.getting-started .content h1 {
  width: 75%;
  margin: 0 auto 5rem;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .getting-started .content p {
    text-align: center;
  }
}
/* new supplychain services end */

/* Custom css start*/

/* contact css start*/
.contact-page .vc_custom_1524145703493 {
  padding-top: 150px !important;
}
.contact-page .wpb_content_element {
  margin-bottom: 0;
}
.contact-page .vc_custom_1523478380441 {
  padding-left: 0;
  padding-right: 0;
}
.contact-page .vc_custom_1523478380441 p {
  color: #4a4a4a;
}
.contact-page .vc_custom_1523478380441 h3 {
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #4a4a4a;
}
.contact-page .vc_custom_1523478380441 h4 {
  font-size: 2.2rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  color: #4a4a4a;
}
.contact-page .vc_custom_1523478380441 h4 .hs_cos_wrapper {
  margin-top: 3rem;
}
.contact-page .vc_custom_1523478380441 .address h4 {
  margin-bottom: 5rem;
}
.contact-page .wpcf7-form {
  padding-top: 0;
}
.contact-page .wpcf7-form label,
.contact-page .wpcf7-form input {
  width: 100%;
}
.contact-page .wpcf7-form label {
  color: #4a4a4a;
}
.contact-page .wpcf7-form .wpcf7-form-control {
  background: #f9f8fe;
  border: none;
  border-radius: 0.4rem;
  /* height: 3.5rem; */
  font-size: 1.6rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  width: 100%;
}
.contact-page .wpcf7-form .wpcf7-form-control:focus {
  box-shadow: 0 0 0 0.2rem #0075f2;
  caret-color: #0075f2;
  outline: 0;
}
.contact-page .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background: #0075f2;
  border: 0.1rem solid #0075f2;
  color: #fff;
  margin-top: 6rem;
}

/* contact css end*/

/* category start*/
.hidden {
  display: none;
}

.menu-alignment-wrap {
  padding-bottom: 4rem;
  font-size: 1.2rem;
  font-family: "helveticaneuemedium", sans-serif;
  font-weight: 500;
}

.shailan-dropdown-menu .dropdown-horizontal-container ul li a {
  background: #344055;
}
.shailan-dropdown-menu .dropdown-horizontal-container ul li a:hover,
.shailan-dropdown-menu .dropdown-horizontal-container ul li a:visited {
  color: #fff;
}
.shailan-dropdown-menu
  .dropdown-horizontal-container
  ul
  li
  .children
  li
  a:hover {
  color: #fff;
  background: #32394a;
}
.shailan-dropdown-menu
  .dropdown-horizontal-container
  ul.dropdown
  li.parent
  > a::after {
  color: #fff;
  border-top: 0.4rem solid #fff;
  right: 1.5rem;
  top: 46%;
}
.shailan-dropdown-menu
  .dropdown-horizontal-container
  ul.dropdown
  li.parent:hover
  > a::after {
  border-top: 0.4rem solid #fff;
}

.shailan-dropdown-menu ul.dropdown li a {
  background: #344055;
}
.shailan-dropdown-menu ul.dropdown li a:hover {
  color: #fff;
}
.shailan-dropdown-menu ul.dropdown li a:visited {
  color: #fff;
}
.shailan-dropdown-menu ul.dropdown li.parent > a::after {
  top: 46%;
  right: 14px;
  border-top-color: #fff;
}
.shailan-dropdown-menu ul.dropdown li.parent .hover > a::after {
  border-top-color: #fff;
}
.shailan-dropdown-menu ul.children li a {
  margin: 0;
  border-radius: 0;
}
.shailan-dropdown-menu ul.children li.hover > a {
  background: #fff;
  color: #344055;
}
.shailan-dropdown-menu ul.children li .first-child a {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.shailan-dropdown-menu ul.children li .last-child a {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

/* category end */

/* resources Ajax css start*/
.alm-listing .css-grid {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 480px) {
  .alm-listing .css-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .alm-listing .css-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* .alm-listing .css-grid > div { */
/* margin: 0 5px 10px; */
/* padding-bottom: 25px;
	-webkit-border-radius: 2px;
	border-radius: 2px; */
/* border: 1px solid #efefef; */
/* } */
/* resources Ajax css end*/

/* constan contact form */
.ctct-form {
  width: 80%;
  margin: 0 auto;
  padding-top: 6rem;
}
#ctct-submitted {
  background-color: #344055;
  width: 100%;
  /* background: #344055; */
  border: 0.1rem solid #344055;
  border-radius: 0.4rem;
  height: 3.5rem;
  color: #fff !important;
  font-size: 1.6rem;
  margin-top: 6rem;
}

.ctct-text {
  background: #f9f8fe;
  border: none;
  border-radius: 0.4rem;
  height: 3.5rem;
  font-size: 1.6rem;
  width: 100%;
}
.ctct-email {
  background: #f9f8fe;
  border: none;
  border-radius: 0.4rem;
  height: 3.5rem;
  font-size: 1.6rem;
  width: 100%;
}

.ctct-disclosure {
  font-size: 2.2rem;
}
.ctct-disclosure-two {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 6rem;
  font-size: 2.2rem;
}

.ctct-disclosure, .ctct-disclosure-two {
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 28px;
}
.ctct-label-top {
  color: #4a4a4a;
}
/* constan contact form */

/* career send resume form */
.wpcf7-form {
  width: 80%;
  margin: 0 auto;
  padding: 6rem 0;
}
.work-at-chainyard .careers-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  background: #f9f8fe;
  border: none;
  border-radius: 0.4rem;
  height: 3.5rem;
  font-size: 1.6rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.work-at-chainyard
  .careers-form
  .wpcf7-form-control-wrap
  .wpcf7-form-control:focus {
  box-shadow: 0 0 0 0.2rem #0075f2;
  caret-color: #0075f2;
}
.wpcf7-submit {
  background: #0075f2;
  border: 0.1rem solid #0075f2;
  color: #fff;
  margin-top: 6rem;
  width: 100%;
  letter-spacing: 0.1rem;
}
.wpcf7-submit:focus {
  outline: 0;
}
.work-at-chainyard
  .careers-form
  .wpcf7-form-control-wrap.your-resume
  .wpcf7-form-control {
  background: transparent;
  width: auto;
}
.work-at-chainyard
  .careers-form
  .wpcf7-form-control-wrap.your-resume
  .wpcf7-form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0075f2;
  caret-color: #0075f2;
}
/* career send resume form */

/* signle post tag start*/
.single-post-tag {
  color: #0075f2;
  font-size: 2.2rem;
  font-family: "helveticaregular", sans-serif;
  line-height: 3.6rem;
  text-decoration: none;
}
/* signle post tag end*/

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #007bff;
}

.avatar {
  height: 4rem;
  width: 4rem;
}
/* services page start*/
.chainyard-service-anchor {
  color: #4a4a4a;
  text-decoration: none;
}
.chainyard-service-anchor:hover {
  color: #4a4a4a;
  text-decoration: none;
}
/* services page end*/

/* contact menu line start*/

.contact-li:hover,
.contact-li:active,
.contact-li.active {
  background: transparent;
}

.resource-anchor:hover {
  text-decoration: none;
}

/* contact menu line end*/

/* service start */
.vc_custom_1523371602942 {
  padding-top: 8rem;
}
.vc_custom_1523371602942 .wpb_wrapper h2 {
  font-size: 4.8rem;
  font-family: "helveticaneuebold", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .vc_custom_1523371602942 .wpb_wrapper h2 {
    font-size: 3.6rem;
  }
}
/* serveice end */

/* insight start */
.content-body.insight-page ul li,
.content-body.insight-page ol li {
  font-size: 1.6rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
}
/* insight end */

/* due deligence start */
.due-diligence {
  padding-top: 6.4rem;
  padding-bottom: 4rem;
}
.due-diligence p {
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
.due-diligence .content-title {
  color: #4a4a4a;
  font-family: "helveticabold", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
.due-diligence .content-list-items {
  padding-left: 4rem;
  list-style: none;
  margin-bottom: 4rem;
}
.due-diligence .content-list-items li {
  position: relative;
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
}
.due-diligence .content-list-items li::before {
  content: "";
  background: #0075f2;
  height: 0.4rem;
  width: 2.2rem;
  position: absolute;
  left: -4rem;
  top: 1.4rem;
}
.due-diligence .content-list-items li .sub-list-item {
  padding-left: 0;
}
.due-diligence .content-list-items li .sub-list-item li {
  list-style: none;
}
.due-diligence .content-list-items li .sub-list-item li::before {
  display: none;
}

/* due deligence end */

@media only screen and (max-width: 575.98px) {
  .simple-banner .simple-banner-text {
    font-size: 1.7rem !important;
    padding: 6px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .simple-banner .simple-banner-text {
    font-size: 1.7rem !important;
    padding: 11px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .simple-banner .simple-banner-text {
    font-size: 1.7rem !important;
    padding: 11px;
  }
}

/* Custom css end*/

/* slider mobile version */
@media only screen and (max-width: 575.98px) {
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
    width: auto !important;
    margin: 0 !important;
  }
  .n2-ss-slider .n2-ss-layer-row {
    padding: 1rem !important;
  }

  div#n2-ss-3 .n2-font-58acfcd7d15af341c6a2f6fed9607bf9-hover {
    font-size: 70% !important;
    font-weight: 600 !important;
  }

  div#n2-ss-3 .n2-font-ef543f22b266366a98f6f79472c4562d-paragraph {
    font-size: 70% !important;
  }

  .n2-ss-section-main-content {
    padding: 0 !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
    width: auto !important;
    margin: 0 !important;
  }
  .n2-ss-slider .n2-ss-layer-row {
    padding: 1rem !important;
  }

  div#n2-ss-3 .n2-font-58acfcd7d15af341c6a2f6fed9607bf9-hover {
    font-size: 70% !important;
    font-weight: 600 !important;
  }

  div#n2-ss-3 .n2-font-ef543f22b266366a98f6f79472c4562d-paragraph {
    font-size: 70% !important;
  }

  .n2-ss-section-main-content {
    padding: 0 !important;
  }
}

/* slider mobile version */

/* Blockchain services page */
.vc_custom_1524145422015 .wpb_wrapper h3,
.vc_custom_1525710605026 .wpb_wrapper h3,
.vc_custom_1525711022765 .wpb_wrapper h3,
.vc_custom_1526310070607 .wpb_wrapper h3 {
  font-family: "helveticaneuebold", sans-serif !important;
  font-weight: bold !important;
  color: #4a4a4a !important;
}

.vc_btn3 .vc_btn3-size-md {
  font-family: "helveticaregular", sans-serif !important;
  font-weight: 400 !important;
}

.vc_custom_1528407781947 .wpb_wrapper p,
.vc_custom_1524145422015 .wpb_wrapper p,
.vc_custom_1525710605026 .wpb_wrapper p,
.vc_custom_1525711022765 .wpb_wrapper p,
.vc_custom_1526310070607 .wpb_wrapper p {
  color: #4a4a4a !important;
}

/* Blockchain services page */

.ajax-load-more-wrap.grey .alm-load-more-btn,
.ajax-load-more-wrap.grey .alm-load-more-btn:hover {
  background-color: #344055 !important;
}

.ajax-load-more-wrap.grey .alm-load-more-btn:focus {
  outline: 0 !important;
}

div#n2-ss-3 .n2-style-25b0437f3197eaad9b92729a588e9ab3-heading:Hover {
  background:#4594e1 !important;
}

/* offers page */
.workshop-desc {
  margin-top: 6rem;
}

.workshop-intro {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.workshop-intro .main-heading {
  color: #0075F2;
}
/* offers page */

/*  main menu hide start*/
.menu-hide {
  display: none;
}
/*  main menu hide end */

.hyperledger-event li {
  font-size: 1.6rem;
  font-family: "helveticaregular", sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  /*COMMENT */
}

@media only screen and (max-width:1199.98px) {
  .resources .top-block img.img3 {
  height: 22rem;
  }
  }
  @media only screen and (max-width:991.98px) {
  .resources .top-block img.img3 {
  height: 17rem;
  }
  }
  
  @media only screen and (max-width:767.98px) {
  .resources .top-block img.img3 {
  height: auto;
  }
  }