@font-face { font-family: 'din-2014 extra-light';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Extra%20Light.otf') format('truetype');
}
@font-face { font-family: 'din-2014 extra-light-italic';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Extra%20Light%20Italic.otf') format('truetype');
}
@font-face { font-family: 'din-2014 light';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Light.otf') format('truetype');
}
@font-face { font-family: 'din-2014 light-italic';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Light%20Italic.otf') format('truetype');
}
@font-face { font-family: 'din-2014';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Regular.otf') format('truetype');
}
@font-face { font-family: 'din-2014 italic';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Italic.otf') format('truetype');
}
@font-face { font-family: 'din-2014 demi';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Demi.otf') format('truetype');
}
@font-face { font-family: 'din-2014 demi-italic';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Demi%20Italic.otf') format('truetype');
}
@font-face { font-family: 'din-2014 bold';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Bold.otf') format('truetype');
}
@font-face { font-family: 'din-2014 bold-italic';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Bold%20Italic.otf') format('truetype');
}
@font-face { font-family: 'din-2014 extra-bold'; 
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Extra%20Bold.otf') format('truetype');
}
@font-face { font-family: 'din-2014 extra-bold-italic';
  src: url('https://go.dbsi-inc.com/hubfs/DIN%202014%20Bold%20Italic.otf') format('truetype');
}



/* For browser widths on desktop  */
@media only screen and (min-width: 1200px) {
  div.hero {
    font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
  }
  div.ic-hero {
    font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
  }
  .page-hero {
    font-size: 66px;
  }
  .visionary-hero {
    font-size: 100px;
  }
  .sub-hero {
    font-size: 6vw;
    line-height: 0.9;
  }
  .transformation {
    font-size: 6vw;
    line-height: 0.9;
  }
  div.centered {
    margin: auto;
  }
  div.image-width {
    margin: auto;
    width: 90%;
  }
  .sizing {
   font-size: 1.3em;
  }
  .p-sizing {
    font-size: 1.25em;
    padding-right: 50%;
    margin-top: -210px;
  }
  .nav-copy {
   font-size: 16px;
  }
  .copy-padding {
   padding-left: 90px;
   padding-right: 90px;
  }
  .copy-padding-2 {
   padding-left: 6%;
   padding-right: 6%;
  }
  div.blog-padding {
   padding-left: 200px;
   padding-right: 20vw;
  }
  .image-padding {
   padding-left: 5%:
   padding-right: 5%;
  }
  .ic-sub {
    font-size: 24px;
  }
  .section-title {
    font-size: 40px;
  }
  .border-cards div {
    border-radius: 12px 12px 0px 0px;
  }
  .flipcard-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .column-container {
    column-count: 2;
  }
}

/*For browser widths on tablet */
@media only screen and (max-width: 1199px) and (min-width: 580px) {
  div.hero {
    font-size: 1.25em;
    padding-left: 0px;
    padding-right: 0px;
  }
  .ic-hero {
    font-size: 8vw;
    padding-left: 5%;
    padding-right: 5%;
  }
  .page-hero {
    font-size: 55px;
  }
  .visionary-hero {
    font-size: 8vw;
  }
  .sub-hero {
    font-size: 8vw;
    line-height: 0.9;
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-dbsi {
    font-size: 7vw;
    line-height: 0.9;
    padding-left: 20%;
    padding-right: 20%;
  }
  .transformation {
    font-size: 7vw;
    line-height: 0.9;
    padding-left: 5%;
    padding-right: 5%;
  }
  div.centered {
    text-align: center;
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: center;
  }
  div.header-font {
    padding: 0px;
  }
  div.image-width {
    margin: auto;
    width: 100%;
  }
  .sizing {
    font-size: 1.15em;
  }
  .p-sizing {
    font-size: 1.1em;
    padding-right: 35%;
    margin-top: -150px;
  }
  .nav-copy {
    font-size: 14px;
  }
  .copy-padding {
    padding-left: 45px;
    padding-right: 45px;
  }
  .copy-padding-2 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .ic-sub {
    font-size: 22px;
  }
  .section-title {
    font-size: 36px;
  }
  .border-cards div {
    border-radius: 12px 12px 12px 12px;
  }
  .flipcard-padding {
    padding-left: 75px;
    padding-right: 75px;
  }
  .column-container {
    column-count: 1;
  }
}

/*For browser widths on mobile */
@media only screen and (max-width: 579px) {
  div.hero {
    font-size: .75em;
  }
  .ic-hero {
    font-size: 9vw;
  }
  .page-hero {
    font-size: 9vw;
  }
  .visionary-hero {
    font-size: 9vw;
  }
  .sub-hero {
    font-size: 12vw;
    line-height: 0.9;
    padding-left: 0px;
    padding-right: 0px;
  }
  .why-dbsi {
    font-size: 12vw;
    line-height: 0.9;
    padding-left: 0px;
    padding-right: 0px;
  }
  .transformation {
    font-size: 10vw;
    line-height: 0.9;
    padding-left: 0px;
    padding-right: 0px;
  }
  div.hide-image {
    display: none;
  }
  div.centered {
    text-align: center;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  div.header-font {
    padding: 0px;
  }
  div.image-width {
    margin: auto;
    width: 100%;
  }
   .sizing {
    font-size: 1em;
  }
  .p-sizing {
    font-size: 0.9em;
    padding-right: 25%;
    margin-top: -115px;
  }
   .nav-copy {
    font-size: 11px;
  }
  .copy-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
  .copy-padding-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ic-sub {
    font-size: 20px;
  }
  .section-title {
    font-size: 32px;
  }
  .border-cards div {
    border-radius: 12px 12px 12px 12px;
  }
  .flipcard-padding {
    padding-left: 10%;
    padding-right: 10%;
  }
  .column-container {
    column-count: 1;
  }
}



/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
  

body {
  font-family: din-2014, san-serif;
  font-weight: 400;
}

h1 {
  font-family: din-2014 bold, san-serif;
  font-size: 3em;
  text-transform: uppercase;
}

h2 {
  font-family: din-2014 bold, san-serif;
  text-transform: none;
  font-size: 2em;
  color: #4f2d83;
}

h3 { 
  font-family: din-2014, sans-serif;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

h4 {
  font-family: din-2014, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1rem;
}

h5 {
  font-family: din-2014 demi, sans-serif;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: .03rem;
}

h6 {
  font-family: din-2014 bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: .2rem;
}  

p {
  font-family: din-2014, san-serif;
  color: #4E4E4E;
  line-height: 1.5;
}

button {
  font-family: din-2014 bold, san-serif;
}

a {
  font-family: din-2014 extra-bold, san-serif;
  text-transform: none;
}

blockquote {
  font-family: din-2014, san-serif;
  font-weight: 400;
}



.footer-full img {
  width: 100%;
  height: 100%;
}

.cards img {
  border-radius: 20px;
}

.rounded-6 img {
  border-radius: 6px;
}

.rounded-6:hover img {
  border-radius: 6px;
}

.centered img {
  margin: auto;
  width: 100%;
}

.r-card {
  font-size: 30px; 
}

.d-card {
  background-color: #E7E6E6;
  border-radius: 8px;
  padding: 25px;
}

.send-back {
  z-index: -10;
}

.image-back img {
  z-index: -10;
}

.cta-button {
  border: none;
  color: #ffffff;
  padding: 15px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #a597be;
  border-radius: 6px;
}

.cta-button:hover {
  background-color: #f5f5f5;
}  

.top-bar-button {
  border: none;
  color: #ffffff;
  padding: 9px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #270048;
  border-radius: 6px;
}

.top-bar-button:hover {
  color: #3f2769;
  background-color: #ffffff;
}  

/*nav slider*/
@keyframes slide{
  0%{
    transform: translateX(0%);
  }
  25%{
    transform: translateX(0%);
  }
  30%{
    transform: translateX(-100%);
  }
  50%{
    transform: translateX(-100%);
  }
  55%{
    transform: translateX(-200%);
  }
  75%{
    transform: translateX(-200%);
  }
  80%{
    transform: translateX(-300%);
  }
  100%{
    transform: translateX(-300%);
  }
}

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


.healthcare-card {
  background-color: rgba(255,255,255,1); 
  height: 283px;
  width: 315px;
  border-style: none;
}    

.flip-card {
  background-color: rgba(255,255,255,. 5); 
  height: 395px;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #E3E2E2;
  border-radius: 6px;
}

.flip-over-card {
  height: 395px;
  width: 100%;
  background-color: #3F2769;
  border-style: solid;
  border-width: 1px;
  border-color: #E3E2E2;
  border-radius: 6px;
}

.circle {
  width: 240px;
  height: 240px;
  line-height: 1.25;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.accent-circle {
  width: 190px;
  height: 190px;
  line-height: .9;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
}

.blur-object img {
  filter: blur(15px);
}

.enlarge-button btn {
  padding: 18px 50px;
  font-size: 18px;
  margin-top: 15px;
}

.numberCircle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 6px;

    background: #3F2769;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-family: 'din-2014 demi';
}

.card-shadow img {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  transition: transform .15s;
}

.card-shadow img:hover {
  box-shadow: 0px 5px 15px rgba(79, 45, 131, 0.8);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(79, 45, 131, 1);
  border-radius: 30px;
  transform: scale(1.06);
  transition: transform .15s;
  cursor: pointer;
}

.card-shadow-vv img {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  transition: transform .15s;
}

.card-shadow-vv img:hover {
  box-shadow: 0px 5px 15px rgba(79, 45, 131, 0.8);
  border-style: solid;
  border-width: 3px;
  border-color: rgba(79, 45, 131, 1);
  border-radius: 30px;
  transform: scale(1.06);
  transition: transform .15s;
  cursor: pointer;
}

.image-nil img {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border-radius: 80px;
  transition: transform .15s;
}

.image-nil img:hover {
  box-shadow: 0px 0px 0px rgba(79, 45, 131, 0);
  border-style: solid;
  border-width: 0px;
  border-color: rgba(79, 45, 131, 0);
  border-radius: 80px;
  transform: scale(1);
  transition: transform 0s;
  cursor: default;
}

.image-90 img {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

/*Video Lightbox*/



/*Video Lightbox*/