* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
//----------------------------------------------------------------------------------------------------
// Roboto Font as default font
// Downloaded from https://fonts.google.com/specimen/Roboto
// File / Library Type: ttf / FONT
// License: Apache License, Version 2.0.  (You can use them in your products & projects – print or digital, commercial or otherwise.)
//----------------------------------------------------------------------------------------------------
*/

@font-face 
{
	font-family: "Roboto";
	font-weight: normal;
	src: url("../webfonts/Roboto-Regular.ttf");
}

@font-face 
{
	font-family: "Roboto";
	font-weight: bold;
	src: url("../webfonts/Roboto-Bold.ttf");
}

body {
	color: #7f8c8d;
	background-color: #2d3e50;
	scrollbar-color: auto! important; 
	--scrollbar-color: auto;
	width: 100%;	
}

.btn_wrap {
    position: absolute;
    width: 100%;
    top: 58px;
    z-index: 999;
    animation: btn_wrap 0.8s linear 0s;
    animation-fill-mode: backwards;
}

@keyframes btn_wrap {
 0%   { 
 transform: translateX(200%); 		
 }
 100% { 
 transform: translateX(0%); 
 }
}

.contact_wrp {
    position: fixed;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    transition:visibility 0.2s linear,opacity 0.2s linear;
}

.mark_bold {
  font-weight: bold;
}


mark {
  margin: 0 -0.3em;
  padding: 0.1em 0.3em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(28, 176, 246, 0.1),
    rgba(28, 176, 246, 0.7) 4%,
    rgba(28, 176, 246, 0.5)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.btn-brd-dhar-demo {
    appearance: button;
    width: 100%;
    background-color: #1CB0F6;
    border: solid transparent;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Roboto;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 12px 0px 10px 0px;
    text-align: center;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-brd-dhar-demo:after {
    background-clip: padding-box;
    bottom: -4px;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.btn-brd-dhar-demo:main, .btn-brd-dhar-demo:focus {
    user-select: auto;
}

.btn-brd-dhar-demo:hover:not(:disabled) {
    filter: brightness(1.1);
}

.btn-brd-dhar-demo:disabled {
    cursor: auto;
}

.btn-brd-dhar-demo:active:after {
    border-width: 0 0 0px;

}

.btn-brd-dhar-demo:active {
    padding-bottom: 10px;
    transform: translateY(1px);
}

.contact_form {
    position: fixed;
    overflow-y: auto;
    border-radius: 10px;
    height: 40%;
    min-height: 500px;
    width: 100%;
    background-color: #1b252f;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    visibility: hidden;
}

.contact_close {
	position: absolute;
	color: white;
	right: 16px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
}

.contact_form_fr {
	color: white;
}

.side_content {
	background-color: #2d3e50;
	line-height: 1.7em;
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}

.text_skel {
	background-color: #2d3e50;
	color: #fff;
	width: 100%;
	text-align: justify;
	line-height: 1.7em;
}

.space10 {
	height: 10px;
}

.space1 {
	height: 1px;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.pure-img-responsive_miro {
    max-width: 45%;
    height: auto;
}

.pure-img-responsive_goal {
    max-width: 65%;
    height: auto;
}

.tb_cont {
	width: 100%;
}

.tb_cont td:nth-child(1) {
	text-align: right;
	width: 1%;
}

.tb_cont td:nth-child(2) {
	text-align: right;
	width: 42%;
}

.tb_cont td:nth-child(3) {
	text-align: right;
	width: 4%;
}

.tb_cont td:nth-child(4) {
	text-align: right;
	width: 52%;
}

.tb_cont td:nth-child(5) {
	text-align: right;
	width: 1%;
}

.men_no_link {
	cursor: default;
}

.bfdilink
{
	color: #FFFFFF;
  	overflow-wrap: break-word;
  	word-wrap: break-word;
  	-ms-word-break: break-all;
  	word-break: break-word;
  	-ms-hyphens: auto;
  	-moz-hyphens: auto;
  	-webkit-hyphens: auto;
  	hyphens: auto;
}

.pd_rg_10 {	
	padding-left: 10px;
}

.lg_width {
	width: 100px;	
	padding-right: 10px;
	opacity: 0.5;
}

.l-box {
    padding: 0.5em;
}

.l-box_var {
    padding: 0.3em;
}

.l-box-lrg {
    padding: 1em;
}

.is-center {
    text-align: center;
}

.module-border-wrap {
	height: 6px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
}

.module-border-wrap2 {
	height: 5px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
}

.module-border-wrap-hab {
	height: 5px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 100%);
}

.module-border-wrap-hab2 {
	height: 5px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}

.content-div {
	padding-right: 1em;
	text-justify: inter-word;
	font-family: Roboto;
}

.img_dock {
	width: 350px;
}

.img_desc {
	width: 400px;
}

.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}

.home-menu {
	padding-top: 0.2em;
	padding-bottom: 2px;
	padding-right: 1.5em;
	padding-left: 2em;
    text-align: left;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}

.home-menu {
	background: #1b252f;
}

.topnav {
  overflow: hidden;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 4;
  font-size: 12px; 
  width: 100%;
}

.topnav_chd {
  background-color: #1b252f;
  display: inline-block;
   width: 100%;
  top: 0;
}

.topnav_bhd {
  overflow: hidden;
  background-color: transparent;
  position: fixed;
   display: inline-block;
  top: 57px;
  z-index: 5;
  font-size: 12px; 
  width: 100%;
}

.topnav_bhd #dapp_Links {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.meninsshad {
	background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	height: 5px;
}

.mensmdiv {
	display: block; 
	width: 100%; 
	background: #2d3e50;
}

.topnav .mainhead {
  color: #54bef3;
  padding: 4px 6px;
  text-decoration: none;
  font-size: 25px;
  margin-top: 5px;
  display: block;
  margin-right: 5px;
}

.topnav .mainhead.icon {
  background: #1b252f;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
}

.topnav .mainhead:hover {
  background-color: #1b252f;
  color: #aecfe5;
}

.topnav_bhd .mainmen_sub {
  color: #aecfe5;
  background-color: #2d3e50;
  padding-top: 12px;
  padding-left: 40px;
  padding-bottom: 4px;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.topnav_bhd .mainmen {
  color: #54bef3;
  background-color: #2d3e50;
  padding: 6px 50px;
  text-decoration: none;
  font-size: 12px;
  display: block;
  width: 100%;
}

.topnav_bhd .homemen {
  color: #54bef3;
  background-color: #2d3e50;
  padding-top: 12px;
  padding-left: 40px;
  padding-bottom: 4px;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  width: 50%;
}

.topnav_bhd .mainmen_last {
  padding-bottom: 16px;
}

.topnav_bhd .mainmen.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav_bhd .active {
  color: white;
}

.pure-menu.pure-menu-fixed {
    border-bottom: none;
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;

}

.pure-menu-children {
	line-height: 1.2em;
	background: rgb(45,62,80);
	background-image: -webkit-linear-gradient(top, rgba(27,37,47,1) 7px, rgba(45,62,80,1) 10px, rgba(45,62,80,1) 100%);
	background-image: -moz-linear-gradient(top, #1b252f 7px, #2d3e50 10px, #2d3e50 100%);
	background-image: -o-linear-gradient(top, #1b252f 7px, #2d3e50 10px, #2d3e50 100%);
	background-image: -ms-linear-gradient(top, #1b252f 7px, #2d3e50 10px, #2d3e50 100%);
	background-image: linear-gradient(top, rgba(27,37,47,1) 7px, rgba(45,62,80,1) 10px, rgba(45,62,80,1) 100%);
}

.pure-menu-list {
	margin-top: 5px;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.pure-menu-disabled a.home-menu-small {
	color: #AECFE5;
}

.pure-menu-list li.pure-menu-has-children:hover {
	background-color: #1b252f;
	transition: none;
}

.pure-menu-list li:not(.pure-menu-has-children):hover {
	background: none;
	transition: none;
}

.home-menu li {
	transition: background-color 0.3s ease;
}

.home-menu a {
    color: #6FBEF3;
}

.home-menu li.pure-menu-has-children a:hover,
.home-menu li.pure-menu-has-children a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}

.home-menu li:not(.pure-menu-has-children) a:hover,
.home-menu li:not(.pure-menu-has-children) a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}

.home-menu-small {
	padding:0.4em 3em 0.1em 1.7em;
	margin-right: 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.home-menu-small-middle {
	padding:0.1em 4em 0.1em 1.7em;
	margin-right: 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.home-menu-small-first {
	margin-top: 10px;
	line-height: 2em;
	padding:0.4em 3em 0.1em 1.7em;
	margin-right: 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.home-menu-small-last {
	margin-bottom: 5px;
	padding:0.4em 3em 0.1em 1.7em;
	margin-right: 15px;
	font-size: 12px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.home-menu-first {
	padding-top: 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 1px;
	-webkit-box-shadow: 4px 9px 8px 0px rgba(0,0,0,0.31); 
	box-shadow: 4px 9px 8px 0px rgba(0,0,0,0.31);
}

.dupstairs_logo {
	background: url("../images/dappstairs_dots_color.png") no-repeat;
	 height: 39px; 
	 width: 25px;	
}
	
.dupstairs_logo_sm {
	background: url("../images/dappstairs_dots_color.png") no-repeat;
	 height: 39px; 
	 width: 155px;	
	 margin-left: 5px;
	 margin-top: 2px;
}

.splash-container {
	background: #1b252f;
	background-image: url("../images/dapp_bg_mob.jpg");
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed !important;
}

.splash-container_dhar {
    background: #1b252f;
    background-image: url("../images/bg_dhar_mob.jpg");
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    transition: height 0.25s ease-in;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash-container_db {
    background: #1b252f;
    background-image: url("../images/bg_db_mob.jpg");
	background-position: top;
	background-repeat: no-repeat; 
	background-size: cover;
	transition: height 0.25s ease-in;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed !important;
}

.text_justify {
	text-align: justify;
	display: block;
}

.dapp_div {
	position: relative;
	background: inherit;
}

.loginmask_dapp
{
	width: 100%;
	height: 100%;
	opacity: 1;
	position: relative;
	background: rgba(248, 248, 255, 0.75);
}

.loginmask_dapp_b {
	width: 100%;
	height: 100%;
	opacity: 1;
	position: relative;
	background: linear-gradient(45deg, rgba(248, 248, 255, 0.75) 0%, rgba(222,222,222,0.75) 100%);
}

.dapp_divxa_n {
	position: relative;
	height: 20vh;
}

.dapp_divxa_nb {
	position: relative;
	height: 20vh;
}

.container_rpc {
  font-size: 120%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.container_rpc:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: inset 0 0 0 6000px rgba(255,255,255,0.85);
  filter: blur(10px);
}

.harbour_welcome {
		height: 370px;
}

.harbour_welcome_b {
		height: 100vh;
}

.typewriter div {
  color: #fff;
  overflow: hidden; 
  white-space: nowrap; 
  margin: 0 auto;
  letter-spacing: .13em;
  animation: none;
  font-size: 10px;
  font-family:Arial,sans-serif;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: white }
}

.typewriter_2 {
	text-transform: none;
}

.splash {
    width: 100%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 0px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.text-bold {
	text-transform: bold;	
}

.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    background-color: rgba(0, 0, 0, .6);
    padding: 0.1em 0.2em;
    font-weight: 100;
    line-height: 1em;
}

.splash-head-div {
    height: 140px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-bottom: 3px solid white;
    background-color: rgba(27, 37, 47, .9);
    padding: 0.1em 0.2em;
    font-weight: 100;
    line-height: 1em;
    position: relative;
}

.splash-head-div_2 {
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: rgba(27, 37, 47, .98); 
    padding: 0.1em 0.2em;
    font-weight: 100;
    line-height: 1em;
    position: relative;
}

.splash-head-back {
	height: 60%;
	width: 94%;
	margin-top: 10px;
	margin-left: 3%;
	background-image: url("../images/dapppstairs_logo_anim.gif");
	background-size: contain; 
	background-position: center;  
	background-repeat: no-repeat;
}

.splash-head-back2 {
	height: 75%;
	width: 100%;
	background-image: url("../images/dappstairs_dots_color.png");
	background-size: contain; 
	background-position: center;  
	background-repeat: no-repeat; 
}

.splash-head-subline {
  position: center;
  bottom: 10px;
  right: 30px;
  font-size: 9px;  
  color: white;
}

.splash-head-subline_2 {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 10px;  
  color: white;
}

.splash-head-subline_3 {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 10px;  
  color: white;
}

.content-wrapper {
    position: absolute;
    top: 88%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}

.content-wrapper_hab {
    position: absolute;
    top: 100%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

.content-wrapper_db {
    position: absolute;
    top: 100%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

.content {
    padding: 1em 1em 1em;
}

.content_n {
	padding: 10px 40px 10px;
}

.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	margin: 1em 0 1em;
}

.content-head-2 {
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

.content-head-ribbon {
    color: white;
}

.content-head-ribbon_db {
    color: #2d3e50;
}

.content-subhead {
    color: #1f8dd6;
}

.content-linh {
    line-height: 2em;
}

.showonend {
	visibility: visible; 
	opacity: 1; 
	transition: visibility 0s, opacity 0.5s linear;
	transition-delay: 1s;
}

.tech_table {
	height: 300px;
}

.harb_table {
	height: 370px;
}
	
.content-subhead i {
	margin-right: 7px;
}

.ribbon {
    background: #2d3e50;
    color: white;
}

.ribbon_db {
    background: white;
    color: #2d3e50;
}

.front_div {
	padding-right: 30px; 
	text-align: justify; 
	color: #2d3e50;
}

.front_div_l {
	padding-right: 30px; 
	text-align: justify; 
	color: #2d3e50;
}

.front_div_c {
	text-align: justify; 
	color: #2d3e50;
	line-height: 1.5em;
	font-size: 11px;
}

.ext_space_div {
	height: 1px;
}

.ext_height {
	height: 30px;
}

.ext_height_harm_to {
	height: 15px;
}

.ext_height_harm_bo {
	height: 35px;
}

.ext_height_harm2_to {
	height: 25px;
}

.ext_height_harm1_to {
	height: 15px;
}

.ext_height_harm2_bo {
	height: 35px;
}
.pure-menu-lang {
	padding-left: 50px;
}

.pure-menu-link {
	font-size: 0.8em;
}

.ext_space {
	margin-right: 8%;
	margin-left: 8%;
}

.ext_space_tx {
	margin-right: 8%;
	margin-left: 8%;
}

.ext_space_tx_uc {
	margin-right: 8%;
	margin-left: 2%;
}

.ext_space_men {
	height: 10px;
}

.ext_space_men_about {
	height: 4px;
}

.ribbon_coming {
    background: #2d3e50;
    color: white;
	height: 100%;
}

.footer {
    background: #1b252f;
    position: fixed;
    bottom: 0;
    width: 100%;
	font-size: 13px;
}
  
.sel_vb {
	width: 799px;
	height: 350px;
}

.res_vb {
	width: 805px;
	height: 350px;
}

.graph_vb {
	width: 760px;
	height: 350px;
}

.comp_vb {
	width: 837px;
	height: 350px;
}

.dash_vb {
	width: 784px;
	height: 350px;
}

.footer_frame {
    height: 16px;
    width: 100%;
    white-space: nowrap;
    line-height: normal;
    text-align: center; margin: 1em 0;
	font-size: 10px;
}

.footer_span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgcall {
	padding-top: 0px;
    max-width: 100%;
	width: 300px;
    height: auto;
    width: auto\9; 
	opacity: 1;
}
  
.imgcalldbh_sm {
    width: auto;
	max-height: 320px;
    width: auto\9; 
	opacity: 1;
}

.imgcalldbh_sm_2 {
    width: auto;
	max-height: 360px;
    width: auto\9; 
	opacity: 1;
}

.imgcalldbh {
	opacity: 1;
}

.img_harb_frame {
	position: relative;
	border-radius: 5px;
}

.img_harb_container {
    touch-action: none;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;	
    border-radius: 5px;
    transform:
    perspective(1600px)
    rotateY(-4deg)
    rotateX(2deg)
    scale(1);
    box-shadow:
    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.1) 0px 1px 0px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 8px 0px,
    rgba(0, 0, 0, 0.2) 0px 10px 15px 0px;
    
}

.img_harb {
    touch-action: none;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease-out;
}
  
.img_harb_b {
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease-out;
}

.img_harb_container_b {
    outline: none;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;	
    border-radius: 5px;
    transform:
    perspective(1600px)
    rotateY(-4deg)
    rotateX(2deg)
    scale(1);
    box-shadow:
    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.1) 0px 1px 0px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 8px 0px,
    rgba(0, 0, 0, 0.2) 0px 20px 30px 0px;    
}  
  
@keyframes enter-animation {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .showonscroll-animation .l-box:nth-child(1) {
    animation: enter-animation 0.7s 1;
  }
  
   .showonscroll-animation .l-box:nth-child(2) {
    animation: enter-animation 0.9s 1;
  }
  
   .showonscroll-animation .l-box:nth-child(3) {
    animation: enter-animation 1.1s 1;
  }
  
   .showonscroll-animation .l-box:nth-child(4) {
    animation: enter-animation 1.3s 1;
  }
  
}

.showonscroll {
	display: inline;
	font-size: 12px;
}
 
*{box-sizing: border-box; -webkit-box-sizing: border-box; }

s{
  display: none;
}

.dhargal {
	position: relative;
	overflow: hidden;
	height: 370px;
}

.dhargal_b {
	position: relative;
	overflow: hidden;
}

#s1, #s2, #s3, #s4, #s5{
	top: -300px;
	position: relative;
}

.slide1 {
	color: #2d3e50;
	font-size: 12px;
	text-align: justify;
}

.slide1_nojust {
	color: #2d3e50;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.slide1_nojust > b {
	font-size: 16px;
	letter-spacing: 6px;
	font-family:Arial,sans-serif;
}

.slide1_text_a_left {
	text-align: left;
}

.slide1_text_a_cen {
	text-align: center;
}

.dhargal .slider_dapp {
	height: 370px;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
	font-family: Roboto;
}

.dhargal_b .slider_dapp {
	height: 420px;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
	font-family: Roboto;
}

.fa-gears {
	text-shadow:2px 3px rgba(0,102,204,1 );
}

.fa-shield-alt {
	text-shadow:2px 3px rgba(0,204,255,1 );
}

.fa-copy {
	text-shadow:2px 3px rgba(0,204,255,1 );
}

.fa-star {
	text-shadow:2px 3px rgba(0,204,255,1 );
}

.fa-business-time {
	text-shadow:2px 3px rgba(0,102,204,1 );
}

.fa-laptop-code {
	text-shadow:2px 3px rgba(0,204,255,1 );
}

.dhargal .slider_dapp > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 350px;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}

.dhargal_b .slider_dapp > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 420px;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}

.dhargal .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.dhargal_b .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.dhargal .prevNext > div+div {
	visibility: hidden;
}

.dhargal_b .prevNext > div+div {
	visibility: hidden;
}

.dhargal .prevNext a {
	position: absolute;
	width:       32px;
	height:      32px;
	line-height: 32px; 
	text-align: center;
	opacity: 0.7;
	color: black;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.dhargal_b .prevNext a {
	position: absolute;
	width:       32px;
	height:      32px;
	line-height: 32px;
	text-align: center;
	opacity: 0.7;
	color: black;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.dhargal .prevNext a:hover {
	opacity: 1;
}

.dhargal_b .prevNext a:hover {
	opacity: 1;
}

.dhargal .prevNext a+a {
	left: auto;
	right: 0;
	color: black;
}

.dhargal_b .prevNext a+a {
	left: auto;
	right: 0;
	color: black;
}

.dhargal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

.dhargal_b .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	padding: 0px 0;
	width: 100%;
	text-align: center;
}

.dhargal .bullets > a {
	display: inline-block;
	width:       12px;
	height:      12px;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
	background: rgba(45, 62, 80, 1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.dhargal_b .bullets > a {
	display: inline-block;
	width:       12px;
	height:      12px;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
	background: rgba(45, 62, 80, 1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.dhargal .bullets > a+a {
	background: rgba(45, 62, 80, 0.5);
}

.dhargal_b .bullets > a+a {
	background: rgba(45, 62, 80, 0.5);
}

.dhargal .bullets > a:hover {
	background: rgba(45, 62, 80, 0.7) !important;
}

.dhargal_b .bullets > a:hover {
	background: rgba(45, 62, 80, 0.7) !important;
}

.dhargal >s:target ~ .bullets >* {background: rgba(45, 62, 80, 0.5);}

.dhargal_b >s:target ~ .bullets >* {background: rgba(45, 62, 80, 0.5);}

#s1:target ~ .bullets >*:nth-child(1) {background: rgba(45, 62, 80, 1);}

#s2:target ~ .bullets >*:nth-child(2) {background: rgba(45, 62, 80, 1);}

#s3:target ~ .bullets >*:nth-child(3) {background: rgba(45, 62, 80, 1);}

#s4:target ~ .bullets >*:nth-child(4) {background: rgba(45, 62, 80, 1);}

#s5:target ~ .bullets >*:nth-child(5) {background: rgba(45, 62, 80, 1);}

#s6:target ~ .bullets >*:nth-child(6) {background: rgba(45, 62, 80, 1);}

.dhargal >s:target ~ .prevNext >* {visibility: hidden;}

.dhargal_b >s:target ~ .prevNext >* {visibility: hidden;}

#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}

#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}

#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}

#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}

#s5:target ~ .prevNext >*:nth-child(5) {visibility: visible;}

#s6:target ~ .prevNext >*:nth-child(6) {visibility: visible;}

#s1:target ~ .slider_dapp {transform: translateX(   0%); -webkit-transform: translateX(   0%);}

#s2:target ~ .slider_dapp {transform: translateX(-100%); -webkit-transform: translateX(-100%);}

#s3:target ~ .slider_dapp {transform: translateX(-200%); -webkit-transform: translateX(-200%);}

#s4:target ~ .slider_dapp {transform: translateX(-300%); -webkit-transform: translateX(-300%);}

#s5:target ~ .slider_dapp {transform: translateX(-400%); -webkit-transform: translateX(-400%);}

#s6:target ~ .slider_dapp {transform: translateX(-500%); -webkit-transform: translateX(-500%);}

.dhargal {
	color: #fff;	
	text-align: center;
}

.dhargal_b {
	color: #fff;	
	text-align: center;
}

.dhargal .slider_dapp h2 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 3em;
}

.dhargal_b .slider_dapp h2 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 3em;
}

.dhargal a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}

.dhargal_b a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}

.db_symbols_w {	
	color: #ffffff;	
} 
  
.db_symbols {
	font-size: 75px;	
	color: #2d3e50;	
} 
  
.db_symbols_cons {
	font-size: 75px;		
} 
  
#cards  {
    margin: 0; 
    padding: 0;
}

#cards_uc  {
    margin: 0; 
    padding: 0;
}
  
:root {
	--card-height: 33vw;
	--card-margin: 4vw;
	--card-top-offset: 1em;
	--numcards: 5;
	--outline-width: 0px;
}

#cards {
	padding-bottom: calc(var(--numcards) * var(--card-top-offset));
	margin-bottom: var(--card-margin);
}

#cards_uc {
	padding-bottom: calc(var(--numcards) * var(--card-top-offset));
	margin-bottom: var(--card-margin);
}

#card_1 {
	--index: 1;
}

#card_2 {
	--index: 2;
}

#card_3 {
	--index: 3;
}

#card_4 {
	--index: 4;
}

#card_5 {
	--index: 5;
}

.sticky_feature {
	top: 70px;
}

.card {
	top: 50px;
	padding-top: calc(var(--index) * var(--card-top-offset));
}

@supports (animation-timeline: works) {

	@scroll-timeline cards-element-scrolls-in-body {
		source: selector(body);
		scroll-offsets:
		selector(#cards) start 1,
		selector(#cards) start 0;
		start: selector(#cards) start 1;
		end: selector(#cards) start 0;
		time-range: 4s;
	}

	.card {
		--index0: calc(var(--index) - 1);
		--reverse-index: calc(var(--numcards) - var(--index0));
		--reverse-index0: calc(var(--reverse-index) - 1);
	}
	
	@keyframes scale {
		to {
			transform:
				scale(calc(
					1.1
					-
					calc(0.1 * var(--reverse-index))
				));
		}
	}
}

.card {
	outline: var(--outline-width) solid hotpink;
}

.card_t_content {
	box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
	background: rgb(255, 255, 255);
	color: #2d3e50;
	border-radius: 1em;
	height: 550px;
	overflow: hidden;
}

.card_t_content_uc {
	box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
	background: rgb(255, 255, 255);
	color: #2d3e50;
	border-radius: 1em;
	height: 600px;
	overflow: hidden;
}

.outer-wrapper {
    width: 100%;
    height: 100%;
	display:table;
    top: 0;
    margin: 0; padding: 0;
}

.card_t_content_var {
	box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
	background: rgb(255, 255, 255);
	border-radius: 1em;
	height: 80px;
	color: #2d3e50;
	min-width: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	display:table-cell;
	 vertical-align: middle;
	align-items: center;
}

.card_table {
	height: 500px;
	margin-top: -250px;
	top: 50%;
	position: relative;
}

.card_table_uc {
	height: 550px;
	margin-top: -250px;
	top: 45%;
	position: relative;
	
}
 
.img_com_sign {
	max-width: 230px;
	height: auto;
}

.td_img_com_sign {
	background-image:url("../images/compression_sign.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

.td_img_com_sign_dhar {
	background-image:url("../images/compression_sign.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-position-y: 30px;
	background-size: contain;
}

.td_img_sel_sign_dhar {
	background-image:url("../images/selection_sign.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-position-y: 30px;
	background-size: contain;
}

.td_img_cop_sign_dhar {
	background-image:url("../images/compare_sign.png");
	background-repeat: no-repeat;
	background-position: center 15px;
	background-position-y: 15px;
	background-size: contain;
}

.td_img_vis_sign_dhar {
	background-image:url("../images/visualize_sign.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-position-y: 30px;
	background-size: contain;
}

.td_img_rep_sign_dhar {
	background-image:url("../images/report_sign.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-position-y: 30px;
	background-size: contain;
}

.td_img_sec_check {
	background-image:url("../images/sec_check.png");
}

.td_img_backup_check {
	background-image:url("../images/backup_check.png");
}

.td_img_perf_check {
	background-image:url("../images/perf_check.png");
}

.td_img_comp_check {
	background-image:url("../images/comp_check.png");
}

.td_img_sel_star {
	background-image:url("../images/selectstar.png");
}

.td_img_check_uc {
	background-repeat: no-repeat;
	padding-left: 100px;
	background-position: top;
	background-size: contain;
	border-bottom: 10px solid white;
	border-top: 30px solid white;
}

.td_img_sel_sign {
	background-image:url("../images/selection_sign_h.png");
	background-repeat: no-repeat;
	padding-left: 100px;
	background-position: top;
	background-size: contain;
}

.td_img_vis_sign {
	background-image:url("../images/visualize_sign_h.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

.td_img_rep_sign {
	background-image:url("../images/report_sign_h.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

.td_img_cop_sign {
	background-image:url("../images/compare_sign_h.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

.img_sel_sign {
	max-width: 230px;
	height: auto;
}

.img_cop_sign {
	max-width: 230px;
	height: auto;
}

.img_vis_sign {
	max-width: 230px;
	height: auto;
}

.img_rep_sign {
	max-width: 230px;
	height: auto;
}

.text_td {
	width: 65%;
	text-align: justify;
	font-size: 11px;
}

.text_td_uc {
	width: 75%;
	text-align: justify;
	font-size: 11px;
}

.text_td_dhar {
	text-align: justify;
	width: 92%;
	font-size: 11px;
}

.text_td_dhar_uc {
	text-align: justify;
	vertical-align:top;
	width: 92%;
	font-size: 11px;
}

.text_td_dhar_uc_sm {
	margin-left:1em;
	text-align: left;
}

.front_div_c {
	font-size: 11px;
}

.img_td {
	width: 31%;
	text-align: justify;
}

.img_td_uc {
	width: 21%;
	text-align: center;
	font-weight: bold;
	
}

.img_td_dhar {
	width: 92%;
	text-align: justify;
}

.img_td_dhar_uc {
	width: 92%;
	text-align: justify;
}


.l_sp_td {
	width: 4%;
}

.l_sp_td_uc {
	width: 4%;
}

.l_sp_td_dhar {
	width: 4%;
}

.m_sp_td {
	width: 0%;
}

.m_sp_td_uc {
	width: 0%;
}

.r_sp_td {
	width: 0%;
}

.r_sp_td_uc {
	width: 0%;
}

.r_sp_td_dhar {
	width: 4%;
}

#cards {
	list-style: none;
	outline: calc(var(--outline-width) * 10) solid blue;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(var(--numcards), 550px);	
	gap: var(--card-margin);
}	
	
#cards_uc {
	list-style: none;
	outline: calc(var(--outline-width) * 10) solid blue;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(var(--numcards), 600px);	
	gap: var(--card-margin);
}	

.van_big {
	visibility: visible;
	display: inline-block;
}

.van_big_med {
	visibility: visible;
	display: table-block;
}

.van_big_med_n {
	visibility: visible;
	display: block;
}
	
.van_medium {
	visibility: hidden;
	display: none;	
}

.van_medium_n {
	visibility: hidden;
	display: none;	
}

.show_v_small {
	visibility: visible;
	display: table-block;
}

.van_v_small {
	visibility: hidden;
	display: none;	
}

.show_small {
	visibility: visible;
	display: inline-block;
}

.show_small_tech {
	visibility: visible;
	display: table;
}
	
.van_big_left {
	visibility: visible;
	display: inline-block;
	text-align: left;
}	
	
.van_small {
	visibility: hidden;
	display: none;	
}

.van_small_tech {
	visibility: hidden;
	display: none;	
}

.van_medium_n_vwd {
	visibility: hidden;
	display: none;	
}

.van_medium_n_wd {
	visibility: hidden;
	display: none;	
}

.ext_space_div_900 {
	visibility: hidden;
	display: none;	
	height: 25px;
}
	
.imp_table {
	width: 100%;
}

.tech_table td:nth-child(1) {
    width: 4%;
}

.tech_table td:nth-child(2) {
   width: 28%;
}

.tech_table td:nth-child(3) {
    width: 1%;
}

.tech_table td:nth-child(4) {
   width: 61%;
}

.tech_table td:nth-child(5) {
    width: 6%;
}

.imp_table td:nth-child(1) {
    text-align: right;
    width: 8%;
}

.imp_table td:nth-child(2) {
    text-align: right;
    width: 84%;
}

.imp_table td:nth-child(3) {
    text-align: right;
    width: 8%;
}

.van_small_left {
	visibility: hidden;
	display: none;	
	text-align: left;
}

.dhar_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 35px;
  --g1:conic-gradient(from  90deg at 3px  3px ,#0000 90deg,#00ccfb 0);
  --g2:conic-gradient(from -90deg at 12px 12px,#0000 90deg,#00ccfb 0);
  background:var(--g1),var(--g1),var(--g1), var(--g2),var(--g2),var(--g2);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  animation: l6 1s infinite alternate;
  opacity: 40%;
}
@keyframes l6 {
  0%   {background-position:0 50% ,50% 50% ,100% 50% }
  20%  {background-position:0 0   ,50% 50% ,100% 50% }
  40%  {background-position:0 100%,50%  0  ,100% 50% }
  60%  {background-position:0 50% ,50% 100%,100% 0   }
  80%  {background-position:0 50% ,50% 50% ,100% 100%}
  100% {background-position:0 50% ,50% 50% ,100% 50% }
}


@media (min-width: 300px) {
	
	.topnav_bhd .mainmen {
		width: 90%;
	}
	
}


@media (min-width: 400px) {
	
	.topnav_bhd .mainmen {
		width: 70%;
	}
	
	.text_td {
		width: 55%;
	}

	.front_div_c {
		font-size: 11px;
	}

	.img_td {
		width: 41%;
		text-align: justify;
	}

	.l_sp_td {
		width: 4%;
	}

	.m_sp_td {
		width: 0%;
	}

	.r_sp_td {
		width: 0%;
	}
	
	.text_td_uc {
		width: 75%;
	}

	.img_td_uc {
		width: 21%;
		text-align: center;
	}

	.l_sp_td_uc {
		width: 4%;
	}

	.m_sp_td_uc {
		width: 0%;
	}

	.r_sp_td_uc {
		width: 0%;
	}
	
}


@media (min-width: 500px) {
	
	.splash-head-back {
		height: 60%;
		width: 100%;
		margin-left: 0%;
	}
	
	.topnav_bhd .mainmen {
		width: 50%;
	}
	
	.tb_cont td:nth-child(1) {
		text-align: right;
		width: 5%;
	}

	.tb_cont td:nth-child(2) {
		text-align: right;
		width: 34%;
	}

	.tb_cont td:nth-child(3) {
		text-align: right;
		width: 8%;
	}

	.tb_cont td:nth-child(4) {
		text-align: right;
		width: 48%;
	}

	.tb_cont td:nth-child(5) {
		text-align: right;
		width: 5%;
	}
	
	.td_img_sel_sign {
		background-position: center;
	}
	
	.td_img_com_sign {
		background-position: center;
	}

	.td_img_vis_sign {
		background-position: center;
	}

	.td_img_rep_sign {
		background-position: center;
	}

	.td_img_cop_sign {
		background-position: center;
	}	
	
	.show_v_small {
		visibility: hidden;
		display: none;	
	}

	.van_v_small {
		visibility: visible;
		display: inline-block;
	}

	.card_t_content {
		height: 500px;
	}

	.card_t_content_uc {
		height: 550px;
	}
	
	#cards {
		grid-template-rows: repeat(var(--numcards), 500px);
	}

	#cards_uc {
		grid-template-rows: repeat(var(--numcards), 550px);
	}
	
	.showonscroll {
		display: inline;
		font-size: 12px;
	}
	
	.side_content {
		font-size: 12px;
	}
	
	.text_td {
		font-size: 12px;
	}

	.text_td_uc {
		font-size: 12px;
	}
	
	.front_div_c {
		font-size: 12px;
	}

	.typewriter div {
	  font-size: 10px;
	}
	
	.slide1 {
		font-size: 12px;
	}

	.slide1_nojust {
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	.slide1_nojust > b {
		font-size: 18px;
		letter-spacing: 6px;
		font-family:Arial,sans-serif;
	}
	
	.splash-head-subline {
	  font-size: 12px; 
	}

	.splash-head-subline_2 {
	  font-size: 12px; 
	}
	
	.splash-head-subline_3 {
	  font-size: 12px; 
	}

	.splash-head {
		font-size: 250%;
	}

	.footer_frame {
    	font-size: 12px;
	}

	.db_symbols {
		font-size: 100px;		
	}
	
	.db_symbols_cons {
		font-size: 100px;		
	}

	.card_table_uc {
		margin-top: -230px;
		top: 50%;
		position: relative;
	}
}		


@media (min-height: 0px) {
	.dhar_addsp {
	  	height: 140px;
	}
	
	.dhargal_b {
		height: 440px;
	}	
}


@media (min-height: 600px) {
	.dhar_addsp {
	  	height: 160px;
	}
	
	.dhargal_b {
		height: 440px;
	}
}


@media (min-height: 600px) and (min-width: 1200px) {
	.dhar_addsp {
	  	height: 200px;
	}
	
	.dhargal_b {
		height: 460px;
	}
}


@media (min-height: 800px) {
	.dhar_addsp {
	  	height: 240px;
	}
	
	.dhargal_b {
		height: 470px;
	}
}


@media (min-height: 1000px) and (min-width: 2400px) {
	.dhar_addsp {
	  	height: 260px;
	}
	
	.dhargal_b {
		height: 600px;
	}
}


@media (min-height: 1500px) {
	.dhar_addsp {
	  	height: 510px;
	}
	
	.dhargal_b {
		height: 760px;
	}
}

	
@media (min-width: 700px) {
	
	.btn_wrap {
	    top: 58px;
    	}
	
       .btn-brd-dhar-demo {
	        padding: 12px 30px 10px 30px;
        }

	.contact_form {
		width: 80%;
	}

	.pure-img-responsive {
    		max-width: 100%;
		height: auto;
	}

	.pure-img-responsive_miro {
	   	max-width: 100%;
	    	height: auto;
	}

	.pure-img-responsive_goal {
	    	max-width: 100%;
	    	height: auto;
	}

	.ext_height_harm_to {
		height: 15px;
	}
	
	.ext_height_harm_bo {
		height: 25px;
	}

	.ext_height_harm2_to {
		height: 25px;
	}

	.ext_height_harm1_to {
		height: 15px;
	}
	
	.text_td_dhar_uc_sm {
		margin-left:2em;
	}

	.img_dock {
		width: 400px;
	}

	.img_desc {
		width: 550px;
	}

	.splash-head-back {
		height: 80%;
		width: 100%;
		margin-top: 0px;
	}

	.front_div_l {
		padding-right: 0px; 
		text-align: justify; 
		color: #2d3e50;
	}
	
	.front_div_c {
		font-size: 14px;
	}
	
	.tech_table td:nth-child(1) {
		width: 4%;
	}

	.tech_table td:nth-child(2) {
		width: 57%;
	}

	.tech_table td:nth-child(3) {
		width: 4%;
	}

	.tech_table td:nth-child(4) {
		width: 33%;
	}

	.tech_table td:nth-child(5) {
		width: 2%;
	}

	.splash-head-div_2 {
		height: 70px;
		border-bottom-left-radius:  5px;
		border-bottom-right-radius:  5px;
	}
	
	.showonscroll {
		display: inline;
		font-size: 13px;
	}
	
	.show_small {
		visibility: hidden;
		display: none;	
	}
	
	.show_small_tech {
		visibility: hidden;
		display: none;	
	}

	.pure-menu-link-home {
		padding-right: 20px;
	}

	.text_skel {
		line-height: 1.5em;
	}

	.pure-menu-lang {
		padding-left: 50px;
	}

	.pure-menu-children {
		background: rgb(45,62,80);
		background-image: -webkit-linear-gradient(top, rgba(27,37,47,1) 9px, rgba(45,62,80,1) 11px, rgba(45,62,80,1) 100%);
		background-image: -moz-linear-gradient(top, #1b252f 9px, #2d3e50 11px, #2d3e50 100%);
		background-image: -o-linear-gradient(top, #1b252f 9px, #2d3e50 11px, #2d3e50 100%);
		background-image: -ms-linear-gradient(top, #1b252f 9px, #2d3e50 11px, #2d3e50 100%);
		background-image: linear-gradient(top, rgba(27,37,47,1) 9px, rgba(45,62,80,1) 11px, rgba(45,62,80,1) 100%);
	}
	
	.card_t_content_var {
		box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
		background: rgb(255, 255, 255);
		border-radius: 1em;
		height: 170px;
		min-width: 100%;
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 40px;
		display:table-cell;
		 vertical-align: middle;
		align-items: center;
	}	
			
	.van_big {
		visibility: hidden;
		display: none;
	}
	
	.van_big_left {
		visibility: hidden;
		text-align: left;
		display: none;
	}	
		
	.van_small {
		visibility: visible;
		display: inline-block;
	}
	
	.van_small_tech {
		visibility: visible;
		display: table;
	}

	.tech_table td:nth-child(1) {
		width: 7%;
	}

	.tech_table td:nth-child(2) {
		width: 40%;
	}

	.tech_table td:nth-child(3) {
		width: 4%;
	}

	.tech_table td:nth-child(4) {
		width: 40%;
	}

	.tech_table td:nth-child(5) {
		width: 7%;
	}
	
	.imp_table td:nth-child(1) {
		text-align: right;
		width: 10%;
	}

	.imp_table td:nth-child(2) {
		text-align: right;
		width: 70%;
	}

	.imp_table td:nth-child(3) {
		text-align: right;
		width: 20%;
	}
	
	.van_small_left {
		visibility: visible;
		display: inline-block;
		text-align: left;
	}

	.card_t_content {
		height: calc((100vw / 1.4) - 90px);
	}

	.card_t_content_uc {
		height: calc((100vw / 1.3) - 90px);
	}
	
	#cards {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 1.4) - 90px));
	}

	#cards_uc {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 1.3) - 90px));
	}
	
	.card {
		top: 120px;
	}
	
	.sticky_feature {
		top: 90px;
		padding-bottom: 0px;
	}
	
	.side_content {
		font-size: 14px;
	}

	.text_td {
		width: 55%;
		text-align: justify;
		font-size: 12px;
	}

	.img_td {
		width: 30%;
		text-align: justify;
	}

	.l_sp_td {
		width: 4%;
	}

	.m_sp_td {
		width: 5%;
	}

	.r_sp_td {
		width: 6%;
	}

	.text_td_uc {
		width: 65%;
		text-align: justify;
		font-size: 12px;
	}

	.card_table_uc {
		margin-top: -280px;
		top: 50%;
		position: relative;
	}
	
	.img_td_uc {
		width: 20%;
		text-align: center;
	}

	.l_sp_td_uc {
		width: 4%;
	}

	.m_sp_td_uc {
		width: 5%;
	}

	.r_sp_td_uc {
		width: 6%;
	}

	.img_sel_sign {
		height: auto;
		width: auto;
		content:url("../images/selection_sign.png");
	}	

	.img_cop_sign {
		max-width: 500px;
		height: auto;
		content:url("../images/selection_sign.png");
	}	

	.img_vis_sign {
		max-width: 500px;
		height: auto;
		content:url("../images/selection_sign.png");
	}	

	.img_rep_sign {
		max-width: 500px;
		height: auto;
		content:url("../images/selection_sign.png");
	}		
	
	.typewriter div {
	  font-size: 12px;
	}
	
	.slide1 {
		font-size: 13px;
	}

	.slide1_nojust {
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	.slide1_nojust > b {
		font-size: 20px;
		letter-spacing: 6px;
		font-family:Arial,sans-serif;
	}
	
	.splash-head-subline {
	  font-size: 12px; 
	  position: absolute;
	}
	
	.splash-head-subline_2 {
	  font-size: 12px; 
	}
	
	.splash-head-subline_3 {
	  font-size: 12px; 
	}

	.lg_width {
		width: 120px;	
	}

	.ext_space {
		margin-right: 0%;
		margin-left: 10%;
	}

	.splash-container {
		background-image: url("../images/dapp_bg.jpg");
		height: 88vh;
		background-position: center, 200px;
	}	

	.splash-container_dhar {
		background-image: url("../images/bg_dhar_wide.jpg");
		height: 100vh;
		background-position: center, 200px;
	}	

	.splash-container_db {
		background-image: url("../images/bg_db_wide.jpg");
		height: 100vh;
		background-position: center, 200px;
	}	
	
	.content-wrapper {
	   position: absolute;
	   top: 88%;
	}

	.content-wrapper_hab {
	   position: absolute;
	   top: 88%;
	}	

	.content-wrapper_db {
	   position: absolute;
	   top: 88%;
	}	
	
	.content {
		padding: 1em 2em 3em;
	}

	.content_n {
		padding: 1em 2em 1em;
	}	
	
	.content-div {
		padding-right: 1em;	
	}

	.splash {
		top: 100px; left: 0; bottom: 0; right: 0;
		display: block;
		width: 80%;
		 height: 50%;
	}
	
	.l-box-lrg {
		padding: 2em;
		border: none;
		margin: auto;
	}
		
	.r-box-lrg	 {
		border: none;
		margin: auto;
	}	
		
	.dupstairs_logo {
		background: none;
		content:url("../images/dapppstairs_logo.png");
		height: 44px; 
		width: 177px;
	}
		
	.splash-head-div {
		border-bottom: 3px solid white;
		border-top-left-radius:  5px;
		border-top-right-radius:  5px;
	}

	.home-menu {
		text-align: left;
		padding-left: 0px;
	}

	.home-menu ul {
		float: right;
	}

	.splash-head {
		font-size: 250%;
		border-top-left-radius:  5px;
		border-top-right-radius:  5px;
	}
	
	.footer_frame {
    	font-size: 12px;
	}
	
	.db_symbols {
		font-size: 100px;		
	}
	
	.db_symbols_cons {
		font-size: 100px;		
	}
	
	.tb_cont td:nth-child(1) {
		text-align: right;
		width: 10%;
	}

	.tb_cont td:nth-child(2) {
		text-align: right;
		width: 35%;
	}

	.tb_cont td:nth-child(3) {
		text-align: right;
		width: 10%;
	}

	.tb_cont td:nth-child(4) {
		text-align: right;
		width: 35%;
	}

	.tb_cont td:nth-child(5) {
		text-align: right;
		width: 10%;
	}
	
	.td_img_com_sign_dhar {
		background-image:url("../images/compression_sign_h.png");
		background-position: center;
		-o-background-size:66% auto;
		-webkit-background-size:66% auto;
		-moz-background-size:66% auto;
		background-size:66% auto;
	}

	.td_img_sel_sign_dhar {
		background-image:url("../images/selection_sign_h.png");
		background-position: center;
		-o-background-size:66% auto;
		-webkit-background-size:66% auto;
		-moz-background-size:66% auto;
		background-size:66% auto;
	}

	.td_img_cop_sign_dhar {
		background-image:url("../images/compare_sign_h.png");
		background-position: center;
		-o-background-size:66% auto;
		-webkit-background-size:66% auto;
		-moz-background-size:66% auto;
		background-size:66% auto;
	}

	.td_img_vis_sign_dhar {
		background-image:url("../images/visualize_sign_h.png");
		background-position: center;
		-o-background-size:66% auto;
		-webkit-background-size:66% auto;
		-moz-background-size:66% auto;
		background-size:66% auto;
	}

	.td_img_rep_sign_dhar {
		background-image:url("../images/report_sign_h.png");
		background-position: center;
		-o-background-size:66% auto;
		-webkit-background-size:66% auto;
		-moz-background-size:66% auto;
		background-size:66% auto;
	}	
	
	.td_img_check_uc {
		background-position: center;
		-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}
	
}


@media (min-width: 950px) {

	.btn_wrap {
	    top: 58px;
    	}
    	
    	.splash {
		top: 100px; left: 0; bottom: 0; right: 0;
		display: block;
		width: 70%;
		height: 50%;
	}
    	
	.contact_form {
		width: 70%;
	}

	.ext_space_div_900 {
		visibility: visible;
		display: inline-block;
	}
	
	.card {
		position: sticky;
		padding-top: calc(var(--index) * var(--card-top-offset));
	}

	.sticky_feature {
		position: sticky;
	}

	.slide1_nojust {
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	.slide1_nojust > b {
		font-size: 20px;
		letter-spacing: 6px;
		font-family:Arial,sans-serif;
	}
	
	.card_table {
		top: 42%;
	}
	
	.card_table_uc {
		margin-top: -270px;
		top: 50%;
		position: relative;
	}
	
	.card_t_content {
		height: calc((100vw / 2) - 90px);
	}

	.card_t_content_uc {
		height: calc((100vw / 2) - 90px);
	}
	
	#cards {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 2) - 90px));
	}

	#cards_uc {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 2) - 90px));
	}
	
	.text_td {
		width: 55%;
		text-align: justify;
		font-size: 14px;
	}
	
	.front_div_c {
		font-size: 14px;
	}
	
	.img_td {
		width: 30%;
		text-align: justify;
	}

	.l_sp_td {
		width: 4%;
	}

	.m_sp_td {
		width: 5%;
	}

	.r_sp_td {
		width: 6%;
	}
	
	.text_td_uc {
		width: 65%;
		text-align: justify;
		font-size: 14px;
	}

	.img_td_uc {
		width: 20%;
		text-align: center;
	}

	.l_sp_td_uc {
		width: 4%;
	}

	.m_sp_td_uc {
		width: 5%;
	}

	.r_sp_td_uc {
		width: 6%;
	}
	
}


@media (min-width: 1024px) {

	.contact_form {
		width: 60%;
	}

	.ext_height_harm_to {
		height: 8px;
	}

	.ext_height_harm_bo {
		height: 12px;
	}
		
	.card_table {
		top: 42%;
	}

	.van_big_med_n {
		visibility: hidden;
		display: none;
	}
	
	.van_medium_n {
		visibility: visible;
		display: block;
	}
		
	.imp_table td:nth-child(1) {
		text-align: right;
		width: 10%;
	}

	.imp_table td:nth-child(2) {
		text-align: right;
		width: 60%;
	}

	.imp_table td:nth-child(3) {
		text-align: right;
		width: 30%;
	}

	.slide1_nojust {
		font-size: 17px;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	.slide1_nojust > b {
		font-size: 24px;
		letter-spacing: 6px;
		font-family:Arial,sans-serif;
	}
	
	.van_medium_n_vwd {
		visibility: hidden;
		display: none;
	}
	
	.van_medium_n_wd {
		visibility: visible;
		display: block;
	}

}
	
	
@media (min-width: 1200px) {


	.img_harb_container_b {
     	    box-shadow:
	    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
	    rgba(0, 0, 0, 0.1) 0px 1px 0px 0px,
    	    rgba(0, 0, 0, 0.06) 0px 0px 8px 0px,
	    rgba(0, 0, 0, 0.2) 0px 20px 30px 0px;
	    
	}
	
	.img_harb_container {
	
      		box-shadow:
		rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
		rgba(0, 0, 0, 0.1) 0px 1px 0px 0px,
		rgba(0, 0, 0, 0.06) 0px 0px 8px 0px,
		rgba(0, 0, 0, 0.2) 0px 20px 30px 0px;
	}

    	.imgcall {
	    	padding-top: 10px;
		width: 375px;
	}
	
	.van_medium_n_vwd {
		visibility: visible;
		display: block;
	}

	.van_medium_n_wd {
		visibility: hidden;
		display: none;
	}
	
	.contact_form {
		width: 50%;
		font-size: 15px;
	}

	.ext_height_harm_to {
		height: 0px;
	}

	.ext_height_harm_bo {
		height: 0px;
	}
		
	.dapp_divxa_n {
		height: 24vh;
	}

	.dapp_divxa_nb {
		height: 24vh;
	}

	.card_table {
		top: 42%;
	}

	.van_medium {
		visibility: visible;
		display: block;
	}
	
	.front_div {
		padding-right: 60px; 
	}

	.pure-img-responsive {
		margin-left: 12%;
	}
	
	.ext_space_tx {
		margin-right: 0%;
		margin-left: 10%;
	}

	.ext_space_tx_uc {
		margin-right: 0%;
		margin-left: 10%;
	}
	
	.van_big_med {
		visibility: hidden;
		display: none;
	}

	.card_t_content_var {
		box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
		background: rgb(255, 255, 255);
		border-radius: 1em;
		height: 170px;
		min-width: 100%;
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 12px;
		display:table-cell;
		 vertical-align: middle;
		align-items: center;
	}	
	
	.card_t_content {
		height: calc((100vw / 2) - 90px);
	}

	.card_t_content_uc {
		height: calc((100vw / 2) - 90px);
	}
	
	#cards {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 2) - 90px));
	}

	#cards_uc {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 2) - 90px));
	}
	
	.slide1 {
		font-size: 14px;
	}

	.front_div_c {
		font-size: 16px;
	}
	
	.slide1_nojust {
		font-size: 19px;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	.slide1_nojust > b {
		font-size: 26px;
		letter-spacing: 6px;
		font-family:Arial,sans-serif;
	}
	
	.side_content {
		font-size: 16px;
	}
	
	.img_sel_sign {
		min-width: 500px;
		height: auto;
		content:url("../images/selection_sign.png");
	}	

	.img_com_sign {
		min-width: 500px;
		height: auto;
		content:url("../images/selection_sign.png");
	}	

	.img_cop_sign {
		min-width: 500px;
		height: auto;
		content:url("../images/selection_sign.png");
	}	

	.td_img_com_sign {
		background-image:url("../images/compression_sign.png");
	}

	.td_img_com_sign_dhar {
		background-image:url("../images/compression_sign.png");
	  	-o-background-size:100% auto;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}	

	.td_img_sel_sign_dhar {
		background-image:url("../images/selection_sign.png");
	  	-o-background-size:100% auto;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}

	.td_img_cop_sign_dhar {
		background-image:url("../images/compare_sign.png");
	  	-o-background-size:100% auto;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}

	.td_img_vis_sign_dhar {
		background-image:url("../images/visualize_sign.png");
	  	-o-background-size:100% auto;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}

	.td_img_rep_sign_dhar {
		background-image:url("../images/report_sign.png");
	  	-o-background-size:100% auto;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}	
	
	.td_img_check_uc {
	  	-o-background-size:60% auto;
		-webkit-background-size:60% auto;
		-moz-background-size:60% auto;
		background-size:60% auto;
	}	
		
	.td_img_sel_sign {
	  background-image:url("../images/selection_sign.png");
	}
	
	.td_img_cop_sign {
	  background-image:url("../images/compare_sign.png");
	}
	
	.td_img_vis_sign {
	  background-image:url("../images/visualize_sign.png");
	}

	.td_img_rep_sign {
	  background-image:url("../images/report_sign.png");
	}

	.text_td {
		width: 44%;
		text-align: justify;
		font-size: 14px;
	}

	.img_td {
		width: 35%;
		text-align: justify;
	}

	.l_sp_td {
		width: 8%;
	}

	.m_sp_td {
		width: 5%;
	}

	.r_sp_td {
		width: 8%;
	}

	.text_td_uc {
		width: 54%;
		text-align: justify;
		font-size: 14px;
	}

	.img_td_uc {
		width: 25%;
		text-align: center;
	}

	.l_sp_td_uc {
		width: 8%;
	}

	.m_sp_td_uc {
		width: 5%;
	}

	.r_sp_td_uc {
		width: 8%;
	}
	
	.img_vis_sign {
		min-width: 500px;
		height: auto;
		content:url("../images/selection_sign.png");
	}	

	.img_rep_sign {
		min-width: 500px;
		height: auto;
		content:url("../images/selection_sign.png");
	}		
	
	.typewriter div {
	  font-size: 14px;
	}
	
	.splash-head-back {
		height: 90%;
		width: 100%;
	}

	.db_symbols {
		font-size: 150px;		
	}

	.db_symbols_cons{
		font-size: 150px;		
	}
	
	.tb_cont {
		width: 100%;
	}
	
	.tb_cont td:nth-child(1) {
		text-align: right;
		width: 10%;
	}

	.tb_cont td:nth-child(2) {
		text-align: right;
		width: 38%;
	}

	.tb_cont td:nth-child(3) {
		text-align: right;
		width: 4%;
	}

	.tb_cont td:nth-child(4) {
		text-align: right;
		width: 38%;
	}

	.tb_cont td:nth-child(5) {
		text-align: right;
		width: 10%;
	}
	
	.content {
		padding: 1em 8em 3em;
	}	
		
	.content_n {
		padding: 1em 8em 1em;
	}		
		
	.content-div {
		padding-right: 10em;
	}
		
	.l-box-lrg {
		padding: 3em;
	}	
			
	.splash-head-div {
		border-bottom: 3px solid white;
	}

	.splash-head {
		font-size: 300%;
	}
		
	.splash-head-subline {
		font-size: 16px; 
		position: absolute;
	}
	
	.splash-head-subline_2 {
	  font-size: 13px; 
	}
	
	.splash-head-subline_3 {
	  font-size: 13px; 
	}	
		
	.splash {
		top: 100px; left: 0; bottom: 0; right: 0;
		width: 65%;
		height: 50%;
	}

	.content-wrapper {
	   top: 88%;
	}

	.content-wrapper_hab {
	   top: 88%;
	}	

	.content-wrapper_db {
	   top: 88%;
	}	
	
}


@media (min-width: 1700px) {
	
	.splash {
		top: 100px; left: 0; bottom: 0; right: 0;
		width: 60%;
		height: 50%;
	}
	
	.btn_wrap {
	    top: 70px;
    	}
    	
	.contact_form {
		width: 40%;
		font-size: 16px;
	}

	.card_table {
		top: 50%;
	}
	
	.card_table_uc {
		top: 50%;
	}
	
	.pure-menu-list {
		margin-top: 8px;
	}

	.home-menu {
		padding-top: 0.5em;
	}

	.dupstairs_logo {
		height: 52px; 
		width: 210px;
	}
	
	.slide1 {
		font-size: 18px;
	}
	
	.slide1 {
		font-size: 16px;
	}
	
	.slide1_nojust {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	.slide1_nojust > b {
		font-size: 27px;
		letter-spacing: 6px;
		font-family:Arial,sans-serif;
	}
	
	.harb_details {
		font-size: 18px;
	}

	.card_t_content {
		height: calc((100vw / 3) - 90px);
	}

	.card_t_content_uc {
		height: calc((100vw / 3) - 90px);
	}
	
	#cards {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 3) - 90px));
	}

	#cards_uc {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 3) - 90px));
	}

	.text_td {
		width: 40%;
		text-align: justify;
	}

	.sel_vb {
		width: 919px;
		height: 402px;
	}

	.res_vb {
		width: 923px;
		height: 402px;
	}

	.graph_vb {
		width: 874px;
		height: 402px;
	}

	.comp_vb {
		width: 963px;
		height: 402px;
	}

	.dash_vb {
		width: 902px;
		height: 402px;
	}
	
	.img_td {
		width: 35%;
		text-align: justify;
	}

	.l_sp_td {
		width: 10%;
	}

	.m_sp_td {
		width: 5%;
	}

	.r_sp_td {
		width: 10%;
	}

	.text_td_uc {
		width: 50%;
	}

	.img_td_uc {
		width: 25%;
		text-align: center;
	}

	.l_sp_td_uc {
		width: 10%;
	}

	.m_sp_td_uc {
		width: 5%;
	}

	.r_sp_td_uc {
		width: 10%;
	}
	
	.content {
		padding: 1em 20em 3em;
	}	
	
	.content_n {
		padding: 1em 16em 1em;
	}
	
}


@media (min-width: 2400px) {
	
	.btn_wrap {
	    top: 75px;
    	}
    	
	.contact_form {
		width: 30%;
	}

	.card_table {
		top: 40%;
	}
	
	.card_table_uc {
		top: 34%;
	}
	
	.imgcall {
		width: 450px;
	}
  
	.sel_vb {
		width: 1027px;
		height: 450px;
	}

	.res_vb {
		width: 1035px;
		height: 450px;
	}

	.graph_vb {
		width: 977px;
		height: 450px;
	}

	.comp_vb {
		width: 1076px;
		height: 450px;
	}

	.dash_vb {
		width: 1008px;
		height: 450px;
	}	
	
	.db_symbols {
		font-size: 200px;		
	}
	
	.db_symbols_cons{
		font-size: 200px;		
	}
	
	.tech_table {
		height: 500px;
	}
	
	.harb_table {
		height: 570px;
	}
	
	.container_rpc:before {
		box-shadow: inset 0 0 0 6000px rgba(255,255,255,0.85);
	}
	
	.harbour_welcome {
		height: 550px;
	}

	.harbour_welcome_b {
		height: 100vh;
	}
	
	.dhargal {
		height: 550px;
	}

	.dhargal .slider_dapp {
		height: 550px;
	}

	.dhargal_b .slider_dapp {
		height: 620px;
	}

	.dhargal .slider_dapp > * {
		height: 550px;
	}

	.dhargal_b .slider_dapp > * {
		height: 620px;
	}
	
	.dapp_divxa_n{
		height: 30vh;
	}

	.l-box-lrg {
		padding: 5em;
	}	

	.l-box {
		padding: 5em;
	}
	
	.ext_space {
		margin-right: 0%;
		margin-left: 15%;
		margin-top: 80px;
	}
	
	.content-div {
		padding-right: 20em;
	}
	
	.splash-head-div {
		height: 300px;
	}

	.splash-head-div_2 {
		height: 120px;
	}
	
	.typewriter div {
	  font-size: 1.4em;
	}

	.side_content {
		font-size: 1.4em;
	}
	
	.splash-head-subline_2 {
	  position: absolute;
	  top: 20px;
	  left: 30px;
	  font-size: 1em;
	}

	.splash-head-subline_3 {
	  position: absolute;
	  bottom: 20px;
	  right: 30px;
	  font-size: 1em;
	}
	
	.td_img_com_sign_dhar {
		background-image:url("../images/compression_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}	

	.td_img_sel_sign_dhar {
		background-image:url("../images/selection_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}

	.td_img_cop_sign_dhar {
		background-image:url("../images/compare_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}

	.td_img_vis_sign_dhar {
		background-image:url("../images/visualize_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}

	.td_img_rep_sign_dhar {
		background-image:url("../images/report_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}	

	.td_img_check_uc {
	  	-o-background-size:50% auto;
		-webkit-background-size:50% auto;
		-moz-background-size:50% auto;
		background-size: 300px, auto, contain;
	}	
	
	.pure-menu-list {
		margin-top: 12px;
	}

	.home-menu {
		padding-top: 0.5em;
	}

	.dupstairs_logo {
		height: 60px; 
		width: 242px;
	}
	
	.slide1 {
		font-size: 18px;
	}
	
	.slide1_nojust {
		font-size: 22px;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	.slide1_nojust > b {
		font-size: 32px;
		letter-spacing: 6px;
		font-family:Arial,sans-serif;
	}

	.card_t_content {
		height: calc((100vw / 2.5) - 90px);
	}

	.card_t_content_uc {
		height: calc((100vw / 2.4) - 90px);
	}
	
	#cards {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 2.5) - 90px));
	}

	#cards_uc {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 2.4) - 90px));
	}
	
	.text_td {
		width: 30%;
		text-align: justify;
		font-size: 1em;
	}

	.img_td {
		width: 35%;
		text-align: justify;
	}

	.l_sp_td {
		width: 15%;
	}

	.m_sp_td {
		width: 5%;
	}

	.r_sp_td {
		width: 15%;
	}
		
	.text_td_uc {
		width: 34%;
		text-align: justify;
		font-size: 1em;
	}

	.img_td_uc {
		width: 35%;
		text-align: center;
	}

	.l_sp_td_uc {
		width: 13%;
	}

	.m_sp_td_uc {
		width: 5%;
	}

	.r_sp_td_uc {
		width: 13%;
	}		
		
	.content {
		padding: 1em 20em 3em;
	}	
	
	.content_n {
		padding: 1em 10em 1em;
	}
	
	.pure-menu-link {
		font-size: 1em;
	}
	
	.ext_space_men {
		height: 20px;
	}

	.ext_space_men_about {
		height: 10px;
	}

	.pd_rg_10 {	
		padding-left: 25px;
		padding-top: 8px;
	}
	
	.tb_cont {
		height: 500px;
	}
	
	.front_div_c {
		font-size: 1em;
	}
	
	.lg_width {
		width: 150px;	
	}
	
	.footer_frame {
		height: 24px;
		font-size: 1em;
	}

	.ext_space_div {
		height: 20px;
	}
	
	.sticky_feature {
		top: 120px;
		padding-bottom: 80px;
	}

	.card {
		top: 160px;
	}

	.card_t_content_var {
		height: 220px;
		font-size: 1.2em;
		padding: 12px;
	}

	.img_dock {
		width: 550px;
	}
	
	.img_desc {
		width: 650px;
	}
	
}


@media (min-width: 3600px) {

	.btn_wrap {
	    top: 107px;
    	}
    	
	.contact_form {
		width: 30%;
	}

	.card_table {
		top: 30%;
	}

	.card_table_uc {
		top: 30%;
	}
	
	.imgcall {
		width: 600px;
	}
	
	.sel_vb {
		width: 1478px;
		height: 650px;
	}

	.res_vb {
		width: 1495px;
		height: 650px;
	}

	.graph_vb {
		width: 1411px;
		height: 650px;
	}

	.comp_vb {
		width: 1554px;
		height: 650px;
	}

	.dash_vb {
		width: 1456px;
		height: 650px;
	}	
	
	.db_symbols {
		font-size: 250px;		
	}

	.db_symbols_cons {
		font-size: 250px;		
	}
	
	.tech_table {
		height: 600px;
	}

	.harb_table {
		height: 750px;
	}
		
	.container_rpc:before {
		box-shadow: inset 0 0 0 6000px rgba(255,255,255,0.85);
	}

	.harbour_welcome {
		height: 650px;
	}

	.harbour_welcome_b {
		height: 100vh;
	}

	.dhargal {
		height: 650px;
	}

	.dhargal .slider_dapp {
		height: 650px;
	}

	.ext_space_men {
		height: 28px;
	}

	.ext_space_men_about {
		height: 16px;
	}
	
	.dhargal_b .slider_dapp {
		height: 850px;
	}
	
	.dhargal .slider_dapp > * {
		height: 650px;
	}

	.dhargal_b .slider_dapp > * {
		height: 850px;
	}

	.side_content {
		font-size: 1.6em;
	}
	
	.l-box {
		padding: 7em;
	}

	.l-box-lrg {
		padding: 7em;
	}	

	.ext_space {
		margin-right: 0%;
		margin-left: 20%;
		margin-top: 100px;
	}
	
	.content-div {
		padding-right: 25em;
	}
	
	.splash-head-subline_2 {
	  font-size: 1.2em; 
	}
	
	.splash-head-subline_3 {
	  font-size: 1.2em; 
	}
	
	.typewriter div {
	  font-size: 1.6em;
	}
	
	.splash-head-div {
		height: 400px;
	}

	.splash-head-div_2 {
		height: 160px;
	}
	
	.td_img_com_sign_dhar {
		background-image:url("../images/compression_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}	

	.td_img_sel_sign_dhar {
		background-image:url("../images/selection_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}

	.td_img_cop_sign_dhar {
		background-image:url("../images/compare_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}

	.td_img_vis_sign_dhar {
		background-image:url("../images/visualize_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}

	.td_img_rep_sign_dhar {
		background-image:url("../images/report_sign.png");
	  	-o-background-size:80% auto;
		-webkit-background-size:80% auto;
		-moz-background-size:80% auto;
		background-size:80% auto;
	}	

	.td_img_check_uc {
	  	-o-background-size:50% auto;
		-webkit-background-size:50% auto;
		-moz-background-size:50% auto;
		background-size: 400px, auto, contain;
	}	
	
	.pure-menu-list {
		margin-top: 18px;
	}

	.pure-menu-link {
		font-size: 1.2em;
	}
	
	.home-menu {
		padding-top: 0.8em;
	}
	
	.pd_rg_10 {	
		padding-left: 30px;
		padding-top: 10px;
	}

	.dupstairs_logo {
		height: 85px; 
		width: 353px;
	}
	
	.slide1 {
		font-size: 20px;
	}
	
	.slide1_nojust {
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	.slide1_nojust > b {
		font-size: 36px;
		letter-spacing: 6px;
		font-family:Arial,sans-serif;
	}

	.card_t_content {
		height: calc((100vw / 2.2) - 90px);
	}

	.card_t_content_uc {
		height: calc((100vw / 2.2) - 90px);
	}
	
	#cards {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 2.2) - 90px));
	}
	
	#cards_uc {
		grid-template-rows: repeat(var(--numcards), calc((100vw / 2.2) - 90px));
	}
	
	.text_td {
		width: 20%;
		text-align: justify;
		font-size: 1.2em;
	}

	.img_td {
		width: 35%;
		text-align: justify;
	}

	.l_sp_td {
		width: 20%;
	}

	.m_sp_td {
		width: 5%;
	}

	.r_sp_td {
		width: 20%;
	}

	.text_td_uc {
		width: 20%;
		text-align: justify;
		font-size: 1.2em;
	}

	.img_td_uc {
		width: 35%;
		text-align: center;
	}

	.l_sp_td_uc {
		width: 10%;
	}

	.m_sp_td_uc {
		width: 5%;
	}

	.r_sp_td_uc {
		width: 20%;
	}
	
	.content {
		padding: 1em 20em 3em;
	}	
	
	.content_n {
		padding: 1em 12em 1em;
	}
	
	.tb_cont {
		height: 600px;
	}

	.front_div_c {
		font-size: 1.2em;
	}
	
	.lg_width {
		width: 200px;	
	}
	
	.footer_frame {
		height: 32px;
		font-size: 1.4em;
	}
	
	.sticky_feature {
		top: 140px;
		padding-bottom: 80px;
	}

	.card {
		top: 180px;
	}
	
	.ext_space_div {
		height: 20px;
	}
	
	.card_t_content_var {
		height: 230px;
		font-size: 1.4em;
		padding: 12px;
	}	
	
	.img_dock {
		width: 600px;
	}
	
	.img_desc {
		width: 700px;
	}

}
