body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #2E8B57
}

hr.light {
    border-color: #fff
}

a {
    color: #2E8B57;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

a:hover {
    color: #2E8B57
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.bg-primary {
    background-color: #2E8B57!important
}

.bg-dark {
    background-color: #212529!important
}

.text-faded {
    color: #eeeeee;
}

section {
    padding: 8rem 0
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, .1);
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #2E8B57;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #2E8B57
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #2E8B57
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #2E8B57!important;
    background-color: transparent
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: transparent
}

@media (min-width:992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, .7)
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 1rem
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: rgba(255, 255, 255, .7)
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #fff
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, .1);
        background-color: #fff
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #2E8B57
    }
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #2E8B57
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #212529
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #2E8B57
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px
}

header.masthead h1 {
    font-size: 2rem
}

header.masthead p {
    font-weight: 300
}

@media (min-width:768px) {
    header.masthead p {
        font-size: 1.15rem
    }
}

@media (min-width:992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0
    }
    header.masthead h1 {
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 3rem
    }
}

.service-box {
    max-width: 400px
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(0, 99, 0, 0.9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1
}

.portfolio-box:focus {
    outline: 0
}

@media (min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px
    }
}

.text-primary {
    color: #2E8B57!important
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.btn-xl {
    padding: 1rem 2rem
}

.btn-primary {
    background-color: #2E8B57;
    border-color: #2E8B57
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #006400!important
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(12, 71, 0, 0.5)!important
}

.section-padding-override {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about-us-break {
	margin-left: 0px;
	max-width: 50%;
}

.about-title {
	display: inline;
}

.shelron-image {
  	max-width:350px;
  	padding-top: 40px;
  	padding-left: 10px;
  	width: auto;
  	height: auto;
}

.products-services-row {
	padding-bottom: 50px;
}

.products-services-box {
    position: relative;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #2E8B57;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.products-services-box .products-services-box-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    opacity: 0;
    color: #fff;
    background: rgba(1, 102, 18, 0.9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.products-services-box .products-services-box-caption .products-services-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.products-services-box:hover .products-services-box-caption {
    opacity: 1
}

.products-services-image {
	max-width: 101%;
	max-height: 101%
}

.products-services-box-title {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.products-services-box:hover .products-services-box-title {
    opacity: 0
}

.address-row {
	padding-top: 60px;
}

.address-div {
	padding-top: 30px;
}

.map-style {
	width:100%;
	height:300px;
	background-color: grey;
}

.about-us-conclusion-div {
	padding-top: 50px;
}

@keyframes slide {
  from { left:100%; transform: translate(0, 0); }
  to { left: -100%; transform: translate(-100%, 0); }
}
@-webkit-keyframes slide {
  from { left:100%; transform: translate(0, 0); }
  to { left: -100%; transform: translate(-100%, 0); }
}

.marquee { 
  width:100%;
  height:60px;
  line-height:120px;
  overflow:hidden;
  position:relative;
}

.scrolling-text {
  position:absolute;
  top:0;
  white-space: nowrap;
  height:60px;
  font-size:30px;
  animation-name: slide;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.justify {
	text-align: justify;
  	text-justify: inter-word;
}

.shelron-image-address {
    display: block;
    margin-left: auto;
  	margin-right: auto;
    width: 50%;
}

.shelron-scrolling {
	color: #2E8B57;
}

.accordion-collapse-body {
	background: #22252a;
}

.accordion-header {
	background: #22252a;
	border-bottom: 4px solid #2E8B57;
	padding: 10px 0px 0px 0px;
}

.accordion-button {
	margin-top: 5px;
}

.accordion-button:hover {
	color: #011c08;
}

.business-area-row {
	padding-bottom: 10px;
}

.business-area-accordion {
	padding-bottom: 30px;
}

.business-area-card {
	border: none;
}

.borderbox {
    background-color: #22252a; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(to right, #2E8B57, #22252a); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(to right, #2E8B57, #22252a); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(to right, #2E8B57, #22252a); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(to right, #2E8B57, #22252a); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #2E8B57, #22252a); /* Standard syntax; must be last */    
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 0 0 0;
    opacity: 1;
    border-radius: 4px;
}
.box { 
	background: #22252a; 
	width: 100%; 
	height: 100%;  
	margin-bottom: 3px; 
}

/*photobanner start */

#photobanner-container {
 	overflow: hidden;
 	margin-top: 25px;
 	margin-bottom: 5px;
 	background: white;
 	border-radius: 6px;
}

.photobanner {
 	height: 10px;
 	width: 3550px;
 	margin-bottom: 80px;
}

.first {
 -webkit-animation: bannermove 30s linear infinite;
    -moz-animation: bannermove 30s linear infinite;
     -ms-animation: bannermove 30s linear infinite;
      -o-animation: bannermove 30s linear infinite;
         animation: bannermove 30s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2002px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2002px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2002px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2002px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2002px;
 }
 
}

.photobanner img {
	padding-top: 20px;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
}
 
.photobanner img:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
 
 -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
 -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
 box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

/* photobanner end */

.crime-img-container {
	 display: flex;
	 align-items: center;
	 justify-content: space-evenly;
	 padding-bottom: 20px;
}

.crime-img {
	border-radius: 5px;
}

.emissions-image-container {
	 display: flex;
	 align-items: center;
	 justify-content: space-evenly;
	 padding-top: 10px;
}

.emissions-img {
	border-radius: 5px;
}

.emissions-img-subtitle {
	padding-bottom: 20px;
}

.conveyor-image-container {
	 display: flex;
	 align-items: center;
	 justify-content: space-evenly;
	 padding-bottom: 20px;
}

.conveyor-img {
	border-radius: 5px;
}

.tracking-image-container {
	 display: flex;
	 align-items: center;
	 justify-content: space-evenly;
}

.tracking-img {
	border-radius: 5px;
}

.tracking-img-subtitle {
	padding-bottom: 20px;
}

.samples-image-container {
	 display: flex;
	 align-items: center;
	 justify-content: space-evenly;
	 padding-bottom: 20px;
}

.samples-img {
	border-radius: 5px;
}

.science-image-container {
	 display: flex;
	 align-items: center;
	 justify-content: space-evenly;
	 padding-bottom: 20px;
}

.science-img {
	border-radius: 5px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #2E8B57;
  color: white;
}

/* Modal Body */
.modal-body {
	padding: 10px 16px;
	color: black;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #2E8B57;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -400px; opacity: 0}
  to {top: 0; opacity: 1}
}

#myBtn {
	color: #2E8B57;
}

#myBtn:hover {
	cursor: pointer;
	text-decoration: underline;
}

.custbtn:hover{
    text-decoration: none;
}

.custbtn:active{
    text-decoration: none;
}

.custbtn:visited{
    text-decoration: none;
}

.unstyled-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#myScienceBtn {
	color: #2E8B57;
}

#myScienceBtn:hover {
	cursor: pointer;
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
  #conditionalRender {
    visibility: hidden;
    display: none;
  }
}