/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Hind',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    font-weight: 300;
	  font-size: 14px;
	  margin: 0;
    padding: 0;
	  -webkit-font-smoothing: antialiased;
	  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 2em;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 1.67em;
        line-height: 1.6;
    }

}

p.medium {
    font-weight: 400;
}

a {
    color: #81e2e5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #3ffcfd;
}

i {
	padding-left: 5px;
}

ul {
	
}

.centered-ul {
    display: inline-block; /* Centers the ul within the parent div */
}

.centered-ul li {
    text-align: left; /* Ensure text inside list items is left-aligned */
    display: list-item; /* Stack list items vertically */
    padding: 5px 0; /* Optional padding for list items */
}

/*-------Navigation-----------------*/

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	  font-size:1.25em;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-toggler {
    padding: 4px 6px;
    font-size: 1.33em;
    color: #fff;
    border-color: rgba(255,255,255,.5);
}

.navbar-custom .navbar-toggler:focus,
.navbar-custom .navbar-toggler:active {
    outline: 0;
    box-shadow: none;
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .navbar-nav .nav-link {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .navbar-nav .nav-link:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .navbar-nav .nav-link:focus,
.navbar-custom .navbar-nav .nav-link:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .navbar-nav .nav-link.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .navbar-nav .nav-link.active:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}

/*-------Splash-----------------*/


.intro {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    padding: 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
}


.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.intro .intro-body .brand-heading {
    font-size: 2em;
    text-shadow: 0px 4px 8px #000;
}

.intro .intro-body .intro-text {
    font-size: 2em;
    text-shadow: 0px 4px 8px #000;
}


@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 3em;
    }

    .intro .intro-body .intro-text {
        font-size: 2.5em;
    }
}

.intro-outline {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.btn-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-top: 35px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%!important;
    font-size: 3.33em;
    color: #fff;
	  text-shadow: 0px 4px 8px #000;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}


.btn-circle i {
    line-height: 1;
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/*-------Content Sections-----------------*/

.content-section {
    width: 100%;
    color: #fff;
    background-color: #000;

}

.content-container {
    padding: 20px;
    width:100%;
    background-color: #000;
}

.content-container ul{
		margin: 0 0 25px;
		font-size: 1.5em;
		line-height: 1.5;	
}


@media(min-width:768px) {
    .content-section {
        padding-top: 0px;
    }

    .content-container {
        padding: 70px;
        width: 100%;
    }

    .content-container ul {
          margin: 0 0 35px;
          font-size: 1.67em;
          line-height: 1.6;
    }	

}


/*-------Digital Buckeye Services-----------------*/

.db-services-reel {
    max-width: 960px;
    margin: 45px auto 0;
}

.db-services-reel h3 {
    margin-bottom: 20px;
}

.db-services-section,
.db-services-container {
    background: #000;
}

.db-services-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.db-service-row {
    margin-top: 24px;
    background: #000;
    border-top: 2px solid #0069c9;
    border-bottom: 2px solid #0069c9;
}

.db-service-label,
.db-service-image-wrap,
.db-service-list-wrap {
    padding-left: 0;
    padding-right: 0;
}

.db-service-label-inner {
    position: relative;
    min-height: 250px;
    padding: 42px 20px 28px;
    text-align: center;
    background: #0046a8;
}

.db-service-label-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 42px solid #000;
    border-right: 42px solid transparent;
}

.db-service-label-inner h3 {
    margin: 24px 0 0;
    color: #fff;
    font-size: 1.45em;
    line-height: 1.15;
}

.db-service-icon {
    display: block;
    width: 92px;
    height: 76px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: relative;
}

.db-icon-video:before,
.db-icon-software:before {
    font-family: FontAwesome;
    font-size: 76px;
    line-height: 76px;
}

.db-icon-video:before {
    content: "\f03d";
}

.db-icon-software:before {
    content: "\f108";
}

.db-icon-vr {
    width: 92px;
    height: 54px;
    margin-top: 12px;
    border: 7px solid #fff;
    border-radius: 20px 20px 28px 28px;
}

.db-icon-vr:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 18px;
    right: 18px;
    height: 17px;
    border: 7px solid #fff;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
}

.db-icon-vr:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 11px;
    height: 11px;
    border-bottom: 5px solid #fff;
    border-radius: 0 0 18px 18px;
}

.db-service-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
}

.db-service-row:first-of-type .db-service-image {
    object-position: center top;
}

.db-service-list-wrap {
    min-height: 250px;
    padding: 28px 24px;
    background: #000;
}

.content-container .db-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.35em;
    line-height: 1.35;
}

.db-service-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 42px;
}

.db-service-list li:before {
    content: "\f05d";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #0078dc;
}

.db-services-proof-row {
    margin-top: 34px;
    padding: 24px 0;
    border-bottom: 2px solid #0069c9;
}

.db-proof-item {
    color: #fff;
    text-transform: uppercase;
}

.db-proof-item + .db-proof-item {
    border-left: 2px solid #0069c9;
}

.db-proof-item i {
    float: left;
    width: 70px;
    padding-left: 0;
    color: #0069c9;
    font-size: 3.5em;
    line-height: 1;
    text-align: center;
}

.db-proof-item span {
    display: block;
    padding-top: 5px;
    font-size: 2.15em;
    line-height: 1.3;
}

.db-services-tagline {
    margin: 34px 0 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.7em;
    font-weight: 700;
    letter-spacing: 1px;
}

.db-services-tagline span {
    color: #0057c8;
}

@media(max-width:991px) {
    .db-service-list-wrap {
        min-height: 0;
    }
}

@media(max-width:767px) {
    .db-service-label-inner,
    .db-service-image {
        min-height: 190px;
        height: 190px;
    }

    .db-proof-item {
        margin-bottom: 20px;
        border-left: 0 !important;
    }

    .db-services-tagline {
        font-size: 2em;
    }
}

@media(max-width:767px) {
    .db-service-label-inner {
        min-height: 160px;
        height: auto;
        padding: 24px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .db-service-icon {
        margin: 0 auto 14px;
    }

    .db-icon-vr {
        margin-top: 0;
    }

    .db-service-label-inner h3 {
        margin: 0;
    }

    .content-container .db-service-list {
        font-size: 1.15em;
    }
}



/*-------Carousel-----------------*/

.MultiCarousel { 
    float: left; 
    overflow: hidden; 
    padding: 15px 0; /* Adjust padding for top and bottom */
    width: 100%; 
    position: relative; 
}

.MultiCarousel .MultiCarousel-inner { 
    width: 100%; /* Make sure it's taking full width */
    transition: 1s ease all; 
    float: left; 
}

.MultiCarousel .MultiCarousel-inner .item { 
    float: left;
    box-sizing: border-box;
}

.MultiCarousel .MultiCarousel-inner .item img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.MultiCarousel .MultiCarousel-inner .item .text-21 {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.25;
}

.MultiCarousel .MultiCarousel-inner .item > div { 
    text-align: center; 
    padding: 10px; 
    margin: 10px; 
    background: #f1f1f1; 
    color: #000;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst { 
    position: absolute; 
    border-radius: 50%;
    top: calc(50% - 20px); 
}

.MultiCarousel .leftLst { 
    left: 0; 
}

.MultiCarousel .rightLst { 
    right: 0; 
}
    
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { 
    pointer-events: none; 
    background: #ccc; 
}


@media(min-width:768px) {
    .section-header {
        padding: 107px 0;
		font-size: 2em;
		min-height: 400px;

    }

}

/*-------Section_Banners-----------------*/

.section-header {
      background-repeat:no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
}

/* Media query for small screens */
@media (max-width: 767px) {
    .section-header {
        min-height: 200px; /* Smaller height for small screens */
        background-size: contain; /* Contain the background to fit within the section */
        background-position: top center; /* Adjust position to better fit smaller screens */
    }
}
.vr-section-header {
    background: url(../img/VR-Training-Section-Banner_03-09-2018.png) no-repeat center center scroll;
}

.dBApps-section-header {
    background: url("../img/Software_Development_Section_Banner_2024.jpg") no-repeat center center scroll;
}

.video-section-header {
    background: url("../img/Video_Production_Section_Banner_2024.jpg") no-repeat center center scroll;
}

.about-section-header {
    background: url(../img/About-Section-Banner.jpg) no-repeat center center scroll;	
}



.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #81e2e5;
    color: #81e2e5;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #3ffcfd;
    outline: 0;
    color: #000;
    background-color: #3ffcfd;
}

ul.banner-clients {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-clients {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-clients li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-clients li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

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

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


/*--------Additional Stylings--------------------------*/

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
}

.flex .col-sm-6, 
.flex .col-md-4 {
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
}

.flex .thumbnail {
    flex-grow: 1;
}

.thumbnail {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 4px;
    margin-bottom: 0;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
}

.thumbnail > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.thumbnail .caption {
    flex: 1 1 auto;
    padding: 14px;
    color: #000;
}

.content-container .row > .flex {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail h5 {
    margin: 0 0 10px;
}

.thumbnail p {
    margin: 0 0 10px;
    font-size: 1em;
    line-height: 1.4;
}

.thumbnail ul {
    margin: 0 0 12px;
    padding-left: 20px;
    font-size: 1em;
    line-height: 1.4;
}

.thumbnail li {
    margin-bottom: 4px;
    font-size: 1em;
    line-height: 1.4;
}

.thumbnail .text-21 {
    font-size: 1.1em;
    line-height: 1.3;
}

.thumbnail p.text-21 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.4;
}

.thumbnail .text-24 {
    font-size: 1.25em;
    line-height: 1.25;
}


.thumbnail h5.text-24 {
    font-size: 1.15em;
}
@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
	}	
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scaleIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.5);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-ms-keyframes scaleIn {
	0% {
		opacity: 0;
		-ms-transform: scale(.5);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@-o-keyframes scaleIn {
	0% {
		opacity: 0;
		-o-transform: scale(.5);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(.5);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    -moz-animation-name: scaleIn;
    -ms-animation-name: scaleIn;
    -o-animation-name: scaleIn;
    animation-name: scaleIn;
}




/*--------digitalBuckeye Additional Custom Stylings--------------------------*/

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
.margin-top-10 {
	  margin-top: 10px;
}
.margin-top-20 {
	  margin-top: 20px;
}
.padding-top-10 {
	  padding-top: 10px;
}
.padding-top-20 {
	  padding-top: 20px;
}
.margin-bottom-10 {
	  margin-bottom: 10px;
}
.margin-bottom-20 {
	  margin-bottom: 20px;
}
.padding-bottom-10 {
	  padding-bottom: 10px;
}
.padding-bottom-20 {
	  padding-bottom: 20px;
}
.min-height-210 {
	  min-height: 210px;
}

.page-header {
	  margin-top: 0;
}

.panel-body {
	  padding-top: 0;
}

.featuredImg {
	  margin-bottom: 15px;	
}


/*-------Font Size-----------------*/

.text-14 {
    font-size: 1.167em;
    font-weight: normal;
}

.text-16 {
    font-size: 1.33em;
    font-weight: normal;
}

.text-18 {
    font-size: 1.5em;
    font-weight: normal;
}

.text-21 {
    font-size: 1.75em;
    font-weight: bold;
}

.text-24 {
    font-size: 2em;
    font-weight: bold;
}

.text-30 {
    font-size: 2.5em;
    font-weight: normal;
}

.text-36 {
    font-size: 3em;
    font-weight: normal;
}

.text-40 {
    font-size: 3.33em;
    font-weight: normal;
}

.text-48 {
    font-size: 4em;
    font-weight: normal;
}



/*-------Site Color Scheme-----------------*/


.black-rgba {
		color: rgba(0, 0, 0, 1);
}
.black {
		color: #000000;
}

.white-rgba {
		color: rgba(255,255,255,1);
}
.white {
		color: #FFFFFF;
}

.white-bg {
		background: #FFF;
}

.black-bg {
		background: #000;
}

.light-blue-bg {
		background: #b2fefe;
}

 .dark-blue {
		color: #2367B2;
}

.blue {
		color: #089EDA;
}

.light-blue {
		color: #7ACFDF;
}

.green {
		color: #07713A;
}

.light-green {
		color: #38B54C;
}

/*-------Borders, Gradients and Shadows-----------------*/

.border-thin {
	  border: 1px solid rgba(147, 184, 189,0.8);	
}

.border-top {
	  border-top: 1px solid rgba(147, 184, 189,0.8);	
}

.border-left {
	  border-left: 1px solid rgba(147, 184, 189,0.8);	
}

.border-bottom-1 {
	  border-bottom: 1px solid rgba(184, 184, 184,0.8);	
}
.border-bottom-2 {
	  border-bottom: 2px solid rgba(147, 184, 189,0.8);	
}
.rounded {
	  border-radius: 20px;
}


.inset-boxShadow {
    -webkit-box-shadow: 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -moz-box-shadow: 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -o-box-shadow: 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    box-shadow: 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
}

.outset-boxShadow {
     -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.4);
     -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.4);
     -o-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.4);
     box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.4);	  
}

.text-shadow {
	  text-shadow: 2px 2px #000;
}










/* Constrain the legacy VR portfolio contact callout. */
#contact .contact-form-column {
    flex: 0 1 720px;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
