.jumbotron
	{ 
	background-color: #001e5f;
         background-image: linear-gradient( to left top , #0400F7 ,#001e5f);
	background-repeat: no-repeat;
        height:auto;
        color: #fff;
        width:auto;
        margin: 10px 0;
	}
	
.container
	{
	text-align: center;
	color: #777;
	}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 3px solid #999;
    border-radius: .35rem;
    max-width: 400px;
    margin: 10px auto;
}
        
.card-header 
	{
         padding: .75rem 1.25rem;
         margin-bottom: 0;
         background-color: rgba(0,30,95,1);
         border-bottom: 1px solid rgba(0,30,95,1);
         color: #fff;
    	}
    	
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0,30,95,1);
}
.bg-primon     {
             background-color: #001e5f;
	     }
.btn-primon {
    color: #fff;
    background-color: #001e5f;
    border-color: #001e5f;
    }
    
.left	{
 		text-align: left;
	}
.tab-content>.active {
    display: block;
    border: white 2px solid;
    padding: 20px;
    border-radius: 6px;
    background-color: rgba(15, 15, 216, 0.23);
    margin-bottom: 30px;
}

.nav-tabs {
  border-bottom: none; 
}
.carousel 	{
			background-color: #999;
			
		}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.btn-serve	{
			background-color: #001e5f;
			color: #fff;
			width: 100%;
			padding: 5px; 5px;
			margin: 5px 5px 5px 0px;
			-webkit-box-shadow: 1px 1px 9px 1px #999;
			-moz-box-shadow: 1px 1px 9px 1px #999;
			box-shadow: 1px 1px 9px 1px #999;
			cursor: pointer;
		}
.chemicals	{
			height: 25px;
		}
		
.hc     { width: 100%;
            margin: 4px auto;
         }
.organogram { width: 100%;
             
            margin: 4px auto;
         }

@media (min-width: 768px) & @media (max-width: 991px) {
    .col-md-0 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 0px;
    max-width: 0px;
    display: none;
  }
}
col-sm-0 {display: none;}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #ddd;
}

.margin-top-40 {margin-top: 40px;}
.margin-bottom-40 {margin-bottom: 40px;}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem .75rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.link {
	color: #777;
	}
.link:hover {
		color: #333;
		text-decoration: none;
		}

.footerwidget {
		padding: 40px 5px;
		}
		
.devider	{
		border: 2px dotted #777;
               }	
               
.carousel-caption {
		  background-color:rgba(0,0,0,0.5); 
		  padding: 20px 5px;
		  border-radius: 6px;
		  border-bottom: 5px solid #007bff;
		  }	