/*
Theme Name: Laboratory Designs & Builders
Text Domain: laboratorydb
Version: beta
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Latest and Effective Software Development Company that provides online systems and Digital Marketing Platforms. We design, develop and promote all sorts of Mobile and Web Applications. 
Tags: mindtree, technology, tech, best-web-development
Author: Mindtree Technology
Author URI: https://mindtreetechnology.com/
Theme URI: https://mindtreetechnology.com/themes/laboratorydb/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*.site-branding>a>img{
height: 60px;
}*/

.about-active>a{
	color: #fff;
	text-decoration: underline;
}
.about-active>a:hover{
	color: #007BCF;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #DC9E26; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 43%; /* Center the snackbar */
  top: 130px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.slider-header{
  color: #ffffff !important;
  text-shadow: 2px 2px 4px #000000;
  right: 1px;
}

.tp-mask-wrap{
  /* overflow: auto !important; */
  right: 250px !important;
  top: 150px;
}
.tp-caption{
  color: #fff !important;
  text-shadow: 2px 2px 4px #000000;
  right: 1px;
}