.cloud-wrp .x-btn.button-click.blue.more {
  border-color: #00b3e9;
  background: #00b3e9;
  position: static;
  margin-left: 0;
  margin-top: 14px;
}
.cloud-wrp .x-btn.button-click.blue.more:hover {
  color: #00b3e9;
  background: transparent;
}
.cloud-wrp .x-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.benefits-row {
  margin-bottom: 60px;
}
.serverless-wrp.fintal-serverless-wrp {
  padding-bottom: 20px;
}
.serverless-wrp.fintal-serverless-wrp .desc-small {
  margin-bottom: 0;
}
.btn-w-auto.button-click {
  width: auto !important;
  padding-left: 15px;
  padding-right: 15px;
}
.x-btn.button-click.blue.btn-w-auto:hover {
  background: #fff;
}
.x-btn.button-click.btn-full {
  background-color: #fff;
  color: #1498db;
  font-weight: 700;
  border-color: #fff;
  font-size: 12px;
  line-height: 38px;
  letter-spacing: 1.04px;
}
.x-btn.button-click.btn-full:hover {
  background-color: #1498db !important;
  color: #fff !important;
}
.x-tab-content.app_tabs {
  overflow: initial;
}
.app.app_3-4-container {
  margin: 18px 9px 0;
  width: 100%;
}
.app.app_3-4-container.name_top > .app_cr_name {
  bottom: auto;
  max-width: 80%;
}
.app.app_3-4-container > .app_cr {
  display: flex;
  padding: 55px 0 5px;
  margin: 0 9px;
}
.app_outside {
  x-max-width: 1010px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.app_outside.app_outside_1 {
  width: 876px;
  margin-bottom: 60px;
}
.app_software {
  max-width: 1010px;
}
.app {
  position: relative;
  margin: 0 9px;
  text-align: center;
}
.app.border-orange .app_cr {
  border-color: #fbc02d;
}
.app.border-green .app_cr {
  border-color: #8bc249;
}
.app.border-blue .app_cr {
  border-color: #38b2e6;
}
.app.noborder .app_cr {
  border: none;
}
.app .app_cr {
  x-min-height: 630px;
  padding: 32px 35px 32px 10px;
  border: 5px solid;
  position: relative;
}
.app .app_cr_name {
  display: inline-block;
  z-index: 3;
  position: relative;
}
.app .app_cr_name h3 {
  color: #4a4a4b;
  font-size: 25px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
.app .app_cr_name p {
  color: #3d4349;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 7px;
  display: inline-block;
}
.app.name_bottom .app_cr_name {
  top: -21px;
  text-align: center;
}
.app.name_top .app_cr_name {
  bottom: -26px;
  text-align: center;
}
.app.name_brackets .app_cr_name {
  text-align: center;
  position: relative;
  display: block;
  bottom: auto;
}
.app.name_brackets .app_cr_name:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  border-radius: 0 0 4px 4px;
  border-bottom: 2px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #d5d5d5;
  margin-bottom: 2px;
}
.app.name_brackets .app_cr_name p {
  font-size: 18px;
}
.app .app_row {
  display: flex;
  flex: 100%;
  justify-content: center;
}
.app .app_item {
  position: relative;
}
.app .app_item .app_title {
  color: #4a4a4b;
  font-size: 18px;
}
.app .app_item > p {
  margin-bottom: 0;
}
.app .app_item > br {
  display: none;
}
.app .app_item.bordered {
  border: 2px solid #c0c0c0;
}
.app .app_item.bordered-transparent {
  border-color: transparent;
}
.app .app_item.bg {
  background: #f5f5f5;
}
.app .app_item.margin-small {
  margin-bottom: 5px;
}
.app .app_item img {
  display: block;
}
.app .app_item.text-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.app .app_item.text-bottom .app_title {
  order: 2;
  text-align: center;
  line-height: 1.1;
  font-size: 16px;
  margin-top: 10px;
}
.app .app_item.type_text {
  color: #fff;
  height: 75px;
  margin: 2.5px;
  align-items: center;
  display: flex;
  line-height: 1.2;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  max-width: inherit;
}
.app .app_item.type_text.green {
  background: #8bc249;
}
.app .app_item.type_text.blue {
  background: #38b2e6;
}
.app .app_item.type_text.orange {
  background: #f2c14f;
}
.app .app_item.has_sub_items {
  flex-direction: column;
  justify-content: space-between;
  align-items: initial;
  padding: 17px 5px 0;
}
.app .app_item.has_sub_items > span {
  margin-bottom: 17px;
}
.app .app_item.has_sub_items .app_sub_item {
  x-background: #fff;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 5px;
  flex: 100%;
}
.app .app_item:hover .app_tooltip {
  opacity: 1;
  z-index: 5;
}
.app .app_tooltip {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  top: 100%;
  z-index: -1;
  opacity: 0;
  width: 800px;
  min-width: 200px;
  max-width: 295px;
  padding: 36px 20px 32px;
  line-height: 1.2;
  margin-top: 6px;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
}
.app .app_tooltip.large-tip {
  max-width: 585px;
  left: 50%;
  margin-left: -292px;
}
.app .app_tooltip.inside-tip {
  bottom: 24px;
  left: 8.43%;
  margin: 0;
  top: auto;
  max-width: 84.5%;
}
.app .app_tooltip h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1;
}
.app .app_tooltip:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -28px;
  margin-left: -14px;
  border: 14px solid transparent;
  border-bottom: 14px solid rgba(0, 0, 0, 0.7);
}
.app:hover .app_cr > .app_tooltip {
  opacity: 1;
  z-index: 5;
}
.app_dep {
  width: 234px;
}
.app_dep .app_cr {
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 29px;
}
.app_dep .app_tooltip.large-tip {
  top: 57%;
}
.app_dep .app_item {
  margin-bottom: 24px;
}
.app_dep .app_item.text-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: inherit;
  flex-direction: row-reverse;
  /* left: 50%; */
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
.app_dep .app_item.text-left.margin-small {
  margin-bottom: 0px;
}
.app_dep .app_item.text-left.padding-small {
  padding: 0;
  margin-top: -3px;
}
.app_dep .app_item.text-left img {
  margin-left: 58px;
}
.app_dep .app_item.text-left .app_title {
  x-color: #ffc100;
  width: 130px;
  line-height: 1.2;
  background: #fff;
  padding: 10px;
  margin-left: 5px;
  right: -88px;
  position: absolute;
  font-size: 17px;
}
.app_prod {
  width: 662px;
}
.app_prod .app_cr {
  padding: 21px 35px 35px;
}
.app_prod .app_item {
  padding: 7px 4px;
  margin: 0 4px 6px;
}
.app_prod .app_item.gruped img {
  margin-bottom: 7px;
}
.app_prod .app_item.gruped img:nth-of-type(2) {
  margin-bottom: 0;
}
.app_1,
.app_2 {
  width: 365px;
}
.app_1 .app_cr,
.app_2 .app_cr {
  padding: 25px 20px 18px;
}
.app_1 .app_row,
.app_2 .app_row {
  justify-content: space-between;
}
.app_2 {
  width: 475px;
}
.app_3 {
  width: 365px;
}
.app_3 .app_cr {
  padding: 25px 0 3px;
}
.app_3 .app_row {
  justify-content: space-around;
}
.app_4 {
  width: 475px;
}
.app_4 .app_cr {
  padding: 25px 0 10px;
}
.app_4 .app_row {
  justify-content: space-between;
}
.app_software {
  width: 100%;
}
.app_software .app_item.type_text {
  width: 100%;
  text-align: center;
}
.app_software .app_cr {
  padding: 0;
}
.app_software .app_row {
  justify-content: flex-end;
}
.app_0 {
  width: 100%;
}
.app_0 .app_cr {
  padding: 0;
  margin-bottom: -21px;
}
.app_0 .app_item,
.app_1 .app_item,
.app_2 .app_item,
.app_3 .app_item {
  max-width: 90px;
}
.app_0 .app_item .app_title,
.app_1 .app_item .app_title,
.app_2 .app_item .app_title,
.app_3 .app_item .app_title {
  padding: 0 7px;
}
.app_software:nth-of-type(2) {
  margin-bottom: 60px;
}
.x-content-band-tab {
  padding-left: 15px;
  padding-right: 15px;
}
.x-content-band-tab .x-heading {
  text-align: center;
  margin-bottom: 52px;
}
.x-content-band-tab .x-heading h3 {
  text-align: center;
  font-size: 30px;
  color: #3d4349;
  margin-bottom: 30px;
  font-weight: normal;
}
.x-content-band-tab p {
  font-size: 17px;
  color: #3d4349;
  line-height: 1.5;
}
.x-content-band-tab .aligncenter {
  text-align: center;
}
.x-column.tab_content_block {
  border: 1px solid #38b2e6;
  padding: 23px;
  width: 32%;
  margin-right: 2%;
  min-height: 264px;
  margin-bottom: 52px;
}
.x-column.tab_content_block p {
  margin-bottom: 0;
}
.x-column.tab_content_block strong {
  color: #38b2e6;
}
.app .app_item.has_sub_items {
  width: 130px;
}
.x-nav-tabs {
  box-shadow: none !important;
}
.tabed-links {
  display: flex;
  justify-content: center;
  padding: 15px 30px;
  position: relative;
  margin-bottom: 0;
}
.tabed-links a {
  margin: 20px 0;
  display: block;
  color: #47565c;
  text-transform: uppercase;
  padding: 5px 33px;
  border-right: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}
.tabed-links a:last-of-type {
  border: none;
}
.tabed-links a br {
  display: none;
}
.tabed-links a:hover {
  color: #38b2e6;
}
.x-img.smaller-img {
  max-width: 83%;
  margin-top: 20px;
}
.x-img.smaller-img.new {
  max-width: 50%;
}
.service-item {
  margin-top: 40px;
}
.solution-section {
  color: #3c454a;
}
.cloud-wrp.values-wrp h3 {
  margin-bottom: 70px;
}
.cloud-row.values-row {
  margin-bottom: 50px;
}
.cloud-wrp.values-wrp .cloud-block {
  padding: 55px 10px 25px;
}
.team-wrp h3 {
  font-weight: 500;
  margin-bottom: 30px;
}
.solution-section.x-content-band {
  padding: 60px 0;
}
.cta-wrp .join-title {
  margin-bottom: 0;
}
.cta-wrp .join-article {
  color: #fff;
}
.serverless-wrp-small.x-content-band.sub-page {
  padding-top: 180px;
  padding-bottom: 100px;
}
.sub-second.man {
    padding: 70px 0;
}
.solution-section ul li {
    background: url(../assets/images/solution-bullet.png) no-repeat left center;
    min-height: 20px;
    list-style-type: none;
    padding-left: 38px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #238ad0;
    }
.solution-section h2.info-title {
  text-align: center;
  margin-bottom: 70px;
}
.x-column.x-sm.benefits-block.info.x-1-3 {
    padding: 20px;
}
.benefits-row.info {
  margin: 0;
}
.benefits-block.info ul {
    text-align: left;
}
.cloud-wrp.info h3 {
  max-width: 100%;
}
.sol-title {
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
	color: #009bd4;
}
.sol-subtitle {
	text-align: center;
	font-weight: 500;
	margin: 20px 0;
}
.sol-subtitle.white {
	color: #fff;
}
.benefits-wrp .ben-subtitle {
    margin: 0;
    padding: 50px 25px;
}
.cloud-wrp .cloud-row.test {
	margin-top: 100px;
}
.tp-mask-wrap div.slider-text-center {
  text-align: center !important;
}
#front-slider h1.sol-title {
    margin: 0;
    padding-top: 75px;
}
ul.descr-list {
    list-style: none;
    margin: 0;
}
ul.descr-list li {
    background: url(../assets/images/solution-bullet.png) no-repeat left center;
    padding-left: 35px;
    color: #238ad0;
}
.sub-second .sol-title {
    margin: 0;
    padding-bottom: 50px;
}
.benefits-block ul.descr-list {
  margin-top: 20px;
}
ul.descr-list li p {
    min-height: 0;
}
.pos-rel {
  position: relative;
}
.hidden-code {
  display: none;
  transition: all ease .3s;
}
.fs-hover:hover > .hidden-code {
  display: block;
}
.steps-wrp h4:hover .hidden-code {
    display: block;
}
.hidden-code {
    padding-top: 50px;
    margin-top: -60px;
    margin-left: -40px;
    position: absolute;
    font-size: 20px;
    font-weight: 400;
}
@media (max-width: 1200px) {
  .solution-section .x-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solution-section.white_bg {
  background: #fff !important;
}
.solution-section h2,
.solution-section h3,
.solution-section h4 {
  font-weight: bold;
  letter-spacing: normal;
  margin-top: 0;
}
.solution-section h2 {
  font-size: 40px;
  margin-bottom: 42px;
}
.solution-section h3 {
  font-size: 21px;
  margin-bottom: 17px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .solution-section h3 {
    text-align: center;
  }
}
.solution-section p {
  font-size: 21px;
  line-height: 1.5;
}
.solution-section ul {
  margin-left: 0;
}
.solution-section ul li {
  background: url(../assets/images/solution-bullet.png) no-repeat left center;
  min-height: 20px;
  list-style-type: none;
  padding-left: 38px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #238ad0;
}
@media (max-width: 991px) {
  .solution-section ul li {
    margin-bottom: 10px;
  }
}
.solution-section ul li a {
  color: #238ad0;
  text-decoration: none;
}
.solution-section ul li a:hover {
  color: #1c6da4;
}
.solution-section .list-col {
  padding-left: 85px;
}
@media (max-width: 991px) {
  .solution-section .list-col {
    padding-left: 15px;
  }
  .serverless-wrp-small.x-content-band.new {
    padding: 140px 20px;
  }
  .startups-wrp.x-content-band {
    padding: 0 20px 30px;
  }
  .cta-wrp {
    padding: 30px 20px;
  }
}
.solution-section .benefit-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.solution-section .benefit-item.front {
  margin-top: 50px;
}
.solution-section.cont a {
  left: 50%;
  transform: translateX(-50%);
}
.solution-section .benefit-item p {
  font-size: 21px;
}
.solution-section .benefit-item img {
  margin-right: 30px;
}
.startups-wrp h3{
  margin-bottom: 60px;
}
.cta-wrp {
  text-align: center;
}
.cta-wrp h3 {
  text-align: center;
  margin: 0;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  line-height: 63px;
  font-size: 40px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.prod-info h3 {
    font-size: 30px;
    color: #3e4345;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
}
.prod-info p {
    font-size: 20px;
    line-height: 32px;
    color: #3e4345;
    letter-spacing: 0px;
}
.space-top {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .solution-section .benefit-item {
    flex-direction: column;
    text-align: center;
  }
  .solution-section .benefit-item br {
    display: none;
  }
  .solution-section .benefit-item img {
    margin-right: 0;
  }
  .solution-section .benefit-item h3 {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .app_outside,
  .app_outside.app_outside_1 {
    width: 760px;
  }
  .app_2 {
    width: 365px;
    margin-top: 10px;
  }
  .app_dep {
    width: 100%;
  }
  .app_dep .app_row {
    justify-content: space-around;
  }
  .app_prod {
    width: 100%;
  }
  .x-content-band-tab br {
    display: none;
  }
  .app {
    text-align: center;
  }
  .app .app_cr_name {
    display: inline-block;
    width: auto !important;
  }
  .app .app_cr_name h3 {
    display: block;
  }
  .app_dep .app_item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .app_0 .app_item,
  .app_1 .app_item,
  .app_2 .app_item,
  .app_3 .app_item {
    max-width: 90px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (max-width: 767px) {
  .app.app_3-4-container > .app_cr {
    flex-wrap: wrap;
  }
  .x-column.tab_content_block {
    min-height: auto;
    margin-bottom: 25px;
  }
  .app .app_tooltip :after {
    display: none;
  }
  .app_outside,
  .app_outside.app_outside_1 {
    width: 100%;
  }
  .x-nav-tabs.app_tab_nav {
    flex-direction: column;
  }
  .x-nav-tabs.app_tab_nav > li {
    margin-bottom: 10px !important;
  }
  .app_0 .app_cr {
    margin-bottom: 0;
  }
  .app_dep .app_row {
    flex-wrap: wrap;
  }
  .app_dep .app_item {
    width: 27%;
    margin-bottom: 12px;
  }
  .app .app_cr {
    padding: 22px 20px;
  }
  .app_1 .app_item,
  .app_2 .app_item,
  .app_3 .app_item,
  .app_4 .app_item {
    max-width: 60px;
  }
  .app .app_cr_name {
    margin: 0 10px;
  }
  .app_dep,
  .app_prod,
  .app_4,
  .app_software {
    width: 365px;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .app_prod .flex-wrap {
    flex-wrap: wrap;
  }
  .app_prod .app_item {
    max-width: 87px;
  }
  .flex-column-xs {
    flex-direction: column;
  }
  .app_software .app_item.has_sub_items {
    width: 99%;
    max-width: inherit !important;
  }
  .app_software .app_item.type_text {
    max-width: 114px;
  }
  .app_software .app_row {
    justify-content: space-between;
  }
  .flex-xs-100 {
    width: 100% !important;
    max-width: inherit !important;
  }
  .app_software .app_cr {
    padding: 0;
  }
  .app .app_tooltip.large-tip {
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
  .solution-section h2 {
    font-size: 32px;
    margin-bottom: 1.19em;
  }
  .solution-section .benefit-item {
    padding: 0 20px;
  }
  .tabed-links {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabed-links a {
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .tabed-links a:last-of-type {
    margin-bottom: 0;
  }
  .tabed-links br {
    display: none;
  }
  .solution-section.x-content-band {
    padding-bottom: 60px;
  }
  .solution-section h2 {
    margin-top: .5em;
  }
}
@media (max-width: 375px) {
  .app_software .app_item.type_text {
    max-width: 95px;
  }
  .app .app_tooltip {
    max-width: 230px;
  }
}
.x-section#mega-content-band {
  position: relative;
  margin: 0 0 1.313em;
  padding: 45px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2018/05/honeycombs.png);
  background-color: transparent;
  padding-top: 95px;
  margin-bottom: 0;
}
.x-section#mega-content-band h1 {
  margin: 0;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  line-height: 63px;
  font-size: 50px;
  letter-spacing: 0;
  color: #fff;
}
.x-section#mega-content-band h1:last-of-type {
  margin-bottom: 22px;
}
.x-section#mega-content-band .x-text-headline {
  margin-top: 0;
}
.x-section#mega-content-band .x-text-headline h3 {
  font-size: 21px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0;
}
.text-center {
  text-align: center;
}
.x-content-band.community_icons {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .x-content-band.community_icons .x-column {
    margin-bottom: 40px;
  }
  .x-content-band.community_icons .x-column:last-of-type {
    margin-bottom: 0;
  }
}
.x-content-band.community_icons .x-column p {
  margin-bottom: 0;
}
.x-content-band.community_icons h3 {
  color: #3e4345;
  font-weight: 700;
  font-size: 22px;
  margin-top: 0;
}
.faq-container > .x-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-container > .x-container .ufaq-faq-list {
  width: 50%;
}
.faq-container > .x-container .ufaq-faq-list:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faq-container > .x-container {
    flex-direction: column;
    padding: 0 15px;
  }
  .faq-container > .x-container .ufaq-faq-list {
    width: 100%;
  }
}
.ufaq-faq-category-title h4 {
  font-weight: 500;
  color: #272727;
  letter-spacing: -0.035em;
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.4;
}
.ufaq-faq-category-inner {
  margin-bottom: 0;
}
.ufaq-faq-title-text h4 {
  font-size: 16px;
  font-weight: bold;
  color: #238ad0;
  margin: 0 !important;
}
.ufaq-faq-title-text h4:hover {
  color: #1c6da4;
}
.ufaq-faq-body {
  padding-left: 40px;
}
.ufaq-faq-category {
  margin-bottom: 40px;
}
.ewd-ufaq-post-margin-symbol span {
  color: #238ad0;
  font-size: 21px;
  padding-top: 5px;
}
.page-id-4972 #x-content-band-2 {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .ufaq-faq-category-inner {
    margin-bottom: 30px;
  }
  .ewd-ufaq-post-margin-symbol span {
    color: #238ad0;
    font-size: 21px;
    padding-top: 2px;
  }
}

.page-id-6101 header{height:0;}

.hexagon_message {
  
      transition-duration: 1.5s !important;
      
  transition-duration: 1s !important;
  transition-delay: 3s !important;
  
  
  text-align:center;
  background: url(../assets/images/hexagon_message_3_back.png) no-repeat;
 
}

@media (min-width: 992px) {
  .hexagon_message {
    padding-left: 15px;
     margin-bottom: -100px;
  }
  
}



@media (min-width: 992px) and (max-width: 1199px) {
  .serverless-wrp .desc-small.x-column.x-3-4 {
    width: 58.4%;
  }
}


.hexagon_message_box {
  background-image: url('/wp-content/themes/x-ndic/assets/images/hexagon_message_4.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 305px;
  width: 346px;
  padding: 24px 20px 14px 20px;
  position: relative;
  z-index: 10;
}

.hexagon_message_box.products {
  height: 186px;
  background-size: contain;
  margin: 30px auto;
  text-align: center;
  margin-top: -150px;
  background-image: url('/wp-content/themes/x-ndic/assets/images/hexagon_message_6.png');
}

.x-column.x-sm.prod-info.x-1-2 {
    padding: 56px;
    text-align: center;
    margin-top: 80px;
    border: 2px solid #38b2e6;
}
.hexagon_message:after {
  content: "";
  background: #00afea;
  background: -moz-linear-gradient(45deg, #00afea 0%, #003556 100%);
  background: -webkit-linear-gradient(45deg, #00afea 0%,#003556 100%);
  background: linear-gradient(45deg, #00afea 0%,#003556 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afea', endColorstr='#003556',GradientType=1 );

  display: block;
  height: 100%;
  top: 0;
  right: 0;
  width: 200px;
  position: absolute;
  z-index: 2;

}

.hexagon_message h3 {
  /*padding: 0 20px;*/
  font-weight: 600;
  color: #0092cb;
  font-size: 36px;
  margin-bottom: 14px;
  margin-top: 51px;
}

.hexagon_message p {
  /*padding: 0 20px;*/
  color: #0092cb;
  font-size: 24px;
  margin-bottom: 21px;
}

.hexagon_message p span {
  font-size: 21px;
}

.hexagon_message .x-btn.button-click.blue {
  border: 1px solid #009eda;
  background: #fff !important;
  color: #009eda;
  margin: 8px 0 0;
  max-width: 140px;
  padding: 0 15px;
  height: auto;
  font-size: 11px !important;
}

.hexagon_message .x-btn.button-click.blue:hover {
  background: #009eda !important;
  color: #fff;
}

.serverless-wrp .desc-small {
  margin-bottom: 0;
}

p.desc.desc-small.custom-descr {
    margin: 0;
    padding-top: 50px;
    font-size: 20px;
}

@media (max-width: 1199px) {
  .hexagon_message_box_cont .x-column.x-2-3 {
    width: 53%;
  }

  .serverless-wrp p {
    margin-top: 14px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .serverless-wrp h2 {
    font-size: 36px;
  }

  .hexagon_message_box_cont .x-column.x-2-3 {
    width: 46%;
    padding-top: 5%;
  }

  .hexagon_message {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .serverless-wrp h2{
    font-size: 40px;
  }

  .hexagon_message {
    background: none;


  }

   .hexagon_message:after {
      display: none;
    }

  .hexagon_message_box_cont .x-column.x-2-3 {
    width: 100%;
  }

  .hexagon_message_box {
   
    margin: auto;
  }
}

@media (max-width: 420px) {
  .hexagon_message {
    margin-bottom: 20px;
  }
  .hexagon_message_box {
    width: 280px;
    height: 247px;
    margin: auto;
  }

  .hexagon_message h3 {
    margin-top: 8px;
    font-size: 30px;
  }

  .hexagon_message p {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .hexagon_message p span {
    font-size: 16px;
  }
}