.navbar-text > a {
    color: inherit;
    text-decoration: none;
}

.maincon{
    margin-bottom: 100px;
}

.sscon{
    margin-bottom: 150px;
}

.ssbarbottom{
    width: 100%;
    height: 135px;
}

.smol a{
    float: left;
    width: 8.33%;
    height: auto;
    font-size: 0px;
    background-color: #009646;
    border-radius: 150px;
    border: solid #007A33;
}

.smol a:hover, smol a:focus{
    background-color: #007A33;
    border: solid #005826;
}

.smol img{
    width: 100%;
    height: auto;
    padding: 5%;
}

.big{
    width: 50%;
    height: auto;
}
.big a{
    float: left;
    width: 8.33%;
    height: auto;
    font-size: 0px;
    background-color: #009646;
    border-radius: 150px;
    border: solid #007A33;
}

.big a:hover, .big a:focus{
    background-color: #007A33;
    border: solid #005826;
}

.big img{
    width: 100%;
    height: auto;
    padding: 5%;
}
body {
    padding-top: 85px;
    padding-bottom: 100px;
}

p {
    font-family: 'Open Sans', sans-serif;
/*    text-align: justify;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Passion One', sans-serif;
}

.jumbotext1 {
    color: black;
    text-shadow: 10px;
    font-size: 36pt;
}

.jumbotext2 {
    color: black;
    text-shadow: 10px;
    font-size: 18pt;
}

.navbar-default {
    background-color: white;
    border-bottom:solid red;
    color: black;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    margin-bottom: 10px;
    font: 30px 'Passion One', sans-serif;
    color: black;
    display: block;
}

#mbpslogo {
    height: 375%;
    margin-top: -20px;
    margin-right: 10px;
}

.navbar-brand>img {
  display: inline;
}

.navbar-default .navbar-nav > li > a {
    padding: 20px;
    color: black;
    background-color: white;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: red;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: darkred;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: darkred;
}


.thumbnail img:hover {
/*    transform: scale(1.1)*/
}

.thumbnail img {
    transition: all 0.3s ease 0s;
    width: 100%;
}

.CarBox1, .CarBox2, .CarBox3 {
    width: inherit;
    height: inherit;
    padding: 25px;
    text-align: center;
    /*border-radius: 20px;*/
}

.CarBox1 {
    background: url(../images/bg/BG1.png) center no-repeat,
        -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(225, 255, 225,1)), to(rgba(48, 152, 91,1)));;
    background-size: cover;
}

.CarBox2 {
    background: url(../images/pictures/CDCP.png) center no-repeat, 
        -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(125, 225, 165,1)), to(rgba(50, 150, 90,1)));
    background-size: contain;
}

.CarBox3 {
    background:
        -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 150, 175, 1)), to(rgba(20, 100, 170,1)));
}

.car-img {
    
}

.carousel{
    width: inherit;
}

.carousel-inner {
    height: 300px;
    /*border-radius: 20px;*/
    overflow: inherit;
}

.carousel-inner .item p {
    font-size: 1.5rem;   
}
.carousel-inner .item h1 {
    font-size: 5vmax;   
}

.carousel-control {
    /*border-radius: 20px;*/
}
#carousel {
    height: 350px;
    margin: 0px auto 20px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 350px;
}
.carousel-indicators {
    background-color: slategray;
    border-radius: 50px;
    width: 50px;
    margin: 10px 10px -10px -25px;
}

.carousel-indicators li {
    color: black;
    margin: auto;
}
.home-contents{
    margin-bottom: 100px;
}

.front-thumbs{
    box-shadow: 0px;
    border: 0px;
}
.front-thumbs:hover{
    box-shadow: 0px;
    border: 0px;
}

.front-hr-a{
    height: 30px;
    width: auto;
    border-style: solid;
    border-color: darkgray;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    margin-top: -21px;
}
.front-hr-b{
    display: block;
    content: "";
    height: 30px;
    width: auto;
    margin-top: -31px;
    border-style: solid;
    border-color: darkgray;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.home-contents .btn-danger{
    width: 50px;
    height: 50px;
    margin: 0px;
    padding:15px 8px 10px; /*Move Text Position*/
    border-radius: 50px;
    vertical-align: middle;
    text-align: center;
}

.home-contents .desc-box{
    height: 525px;
}

.cdcp-p, .cdcp-h1{
    color: #FFF;
}

.btn-hr1{
    margin-left:-5px;
    margin-right:-5px;
    border: 0;
    height: 5px;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0.75), rgba(0, 0, 0, 0));
    z-index:-1;
}
.btn-hr2{
    margin-left:-5px;
    margin-right:-5px;
    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0.75), rgba(0, 0, 0, 0));
    z-index:-1;
}

/* OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS*/
/* OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS*/
/* OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS OUR BUSINESS CSS*/

td {
    padding: 3px;
}

.td2 {
    border: solid thin black;
}

.missions {
    margin: 0px 15px;
    padding: 0px;
}
/*OUR TEAM OUR TEAM OUR TEAM*/
/*OUR TEAM OUR TEAM OUR TEAM*/
/*OUR TEAM OUR TEAM OUR TEAM*/

.tucked-corners-top {
    position: relative;
    width: 85%; 
    min-height: 200px;
    margin: 100px auto; 
    padding: 0px;
    background-color: #fff; /* Fallback */
    background: linear-gradient(45deg,  transparent 10px, #fff 10px),
                linear-gradient(135deg, transparent 10px, #fff 10px),
                linear-gradient(225deg, transparent 10px, #fff 10px),
                linear-gradient(315deg, transparent 10px, #fff 10px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: 0 20px 10px -20px rgba(0, 0, 0, .5);            
}

[class*='tucked-corners-']::before, /* All the four corners */
[class*='tucked-corners-']::after {
    content: '';
    position: absolute;
    height: 20px; 
    width: 80px;
    box-shadow: 0 8px 15px -7px rgba(0, 0, 0, .5);
    background-color: white;
}

.tucked-corners-top::before, /* Top left & top right */
.tucked-corners-top::after {
    top: -10px;
}

.tucked-corners-bottom::before, /* Bottom left & bottom right */
.tucked-corners-bottom::after {
    bottom: -10px;
}       

.tucked-corners-top::before, /* Top left & bottom left */
.tucked-corners-bottom::before {
    left: -42px;
}

.tucked-corners-top::after, /* Top right & bottom right */
.tucked-corners-bottom::after {
    right: -42px;
}

.tucked-corners-top::before { /* Top left */
    transform: rotate(-45deg);
}

.tucked-corners-top::after { /* Top right */
    transform: rotate(45deg);           
}

.tucked-corners-bottom::before { /* Bottom left */
    transform: rotate(-135deg);
}

.tucked-corners-bottom::after { /* Bottom right */
    transform: rotate(135deg);
}

.team-img{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.team-adjust{
    padding-top: 25px;
}
.team-adjust2{
    padding: 0px;
    margin: -75px 0px 0px 0px;
}

/* NEWS & UPDATES NEWS & UPDATES NEWS & UPDATES NEWS & UPDATES*/
/* NEWS & UPDATES NEWS & UPDATES NEWS & UPDATES NEWS & UPDATES*/
/* NEWS & UPDATES NEWS & UPDATES NEWS & UPDATES NEWS & UPDATES*/
.job-box{
    border: solid 1px black;
    padding:  0px 20px 10px;
    margin: 0px 5px 5px 5%;
}

.job-title{
    margin:  5px -30px 5px -30px;
    padding: 10px 25px 5px;
    position: relative;
    background-color: #a3e0a7;
    background-image:  linear-gradient(to left, rgba(255,255,255,.3), rgba(25,25,25,0));
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 0 rgba(0,0,0,.3);
    border-left: solid 5px #57B168;
}

.job-title:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
    border-width: 0 0 10px 10px;
    border-left-color: #012711;
    right: 0;
}

.header-con{
    margin: 0px 50px 0px 0px;
    padding: 0px 0px 0px 10px;
}

.update-header {
    text-align: center;
    position: relative;
    color: #fff;    
    margin: 0 -5px 30px -5px;
    padding: 10px 0; 
    text-shadow: 0 1px rgba(0,0,0,.8);
    background-color: #007A33;
    background-image:  linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

.update-header:before, 
.update-header:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

.update-header:before {
    border-width: 0 10px 10px 0;
    border-right-color: #012711;
    left: 0;
}

.update-header:after {
    border-width: 0 0 10px 10px;
    border-left-color: #012711;
    right: 0;
}

.specialhr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}


/* SOLUTIONS AND SERVICES SOLUTIONS AND SERVICES SOLUTIONS AND SERVICES SOLUTIONS AND SERVICES SOLUTIONS AND SERVICES SOLUTIONS AND SERVICES SOLUTIONS AND SERVICES SOLUTIONS AND SERVICES SOLUTIONS AND SERVICES*/


.ssimg{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black, -1px -1px 0px rgba(175,175,175,0.3);
}
.ssimg:hover {
    background-color: rgba(175, 213, 170, 0.25);
    border: solid 1px;
    border-color: #33673B;
}

.thumbnail:hover{
    border: solid 1px;
    border-color: #7BAE7F;
}

.col-xs-3, .col-xs-4 {
    overflow: hidden;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.sscards{
    margin: 10px 0px;
}

.our-head {
/*    font-size: 195%;*/
}

.ssh3, .ph3, .ch3  {
    font-size: 2.4vmax;   
}

.ssspan {
    font-size: 1.5vmax;
}

.ph2 {
    font-size: 3vmax;
}


.container .row a {
    text-align: center;
}

.tab-pane a {
    margin-right: 15px;
}

.sspage-header{
    width: 100%;
    height: 200px;
    margin-bottom: 75px;
    padding: 5px 25px 25px;
    text-align: center;
    background-image:url(../images/bg/SSheaderbgs.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
}

.headimg{
    width: auto;
    height: 100%;
    margin: 10px 0px;
    padding: 15px;
    position: relative;
    background-color:rgb(196, 255, 220);
    background-image:  linear-gradient(#ffffff, rgba(255, 255, 255, 0.1));
    border-radius: 25px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -7px 0 rgba(0,0,0,.6), inset 0 -9px 0 rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -7px 0 rgba(0,0,0,.6), inset 0 -9px 0 rgba(255,255,255,.3);
	box-shadow: inset 0 0 2px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -7px 0 rgba(0,0,0,.6), inset 0 -9px 0 rgba(255,255,255,.3);

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.h1bg {
    font-size: 5vmin;
    text-align: center;
    position: relative;
    color: #fff;    
    margin: 0 -30px 30px -30px;
    padding: 10px 0; 
    text-shadow: 0 1px rgba(0,0,0,.8);
    background-color: #007A33;
    background-image:  linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

.h1bg:before, 
.h1bg:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

.h1bg:before {
    border-width: 0 10px 10px 0;
    border-right-color: #012711;
    left: 0;
}

.h1bg:after {
    border-width: 0 0 10px 10px;
    border-left-color: #012711;
    right: 0;
}

/* PARTNERS PARTNERS PARTNERS*/
/* PARTNERS PARTNERS PARTNERS*/
/* PARTNERS PARTNERS PARTNERS*/

.success-text{
    color: #33673B;
}

.panel > .success-bg1{
    background-color: #a2c7a4;
}
.panel > .success-bg2{
    background-color: #94c998;
}
.panel > .success-bg3{
    background-color: #AFD5AA;
}
.panel > .success-bg4{
    background-color: #C1D3BE;
}

.panel .thumbnail{
    margin: 0px 15px;
}

.panel .ph3{
    margin: 0px -15px 0px -15px;
}

/*CLIENTS CLIENTS CLIENTS*/
/*CLIENTS CLIENTS CLIENTS*/
/*CLIENTS CLIENTS CLIENTS*/
.client-box{
    padding: 0px;
}
/*.client-box{
    padding: 10px 10px 0px;
    background-color: #007A33;
}*/

.cimg {
    margin-bottom: 0px;
}

.client-caption{
	background-color: rgba(0, 100, 40, 0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
    top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0px 15px;
}

.client-caption h2{
    margin-bottom: -5px;
    margin-top: 10px;
}

.client-box:hover .client-caption,
.client-box:focus .client-caption{
	opacity: 1;
}

/* CONTACT US CONTACT US CONTACT US CONTACT US CONTACT US CONTACT US CONTACT US*/
/* CONTACT US CONTACT US CONTACT US CONTACT US CONTACT US CONTACT US CONTACT US*/
/* CONTACT US CONTACT US CONTACT US CONTACT US CONTACT US CONTACT US CONTACT US*/
.contacts-header {
    background-color: rgba(0, 140, 25, 0.75);
    border-radius: 25px 25px 0px 0px;
    text-align: center;
    padding: 1px;
}

.contacts-body {
    background-color: rgba(0, 140, 25, 0.5);
    padding: 15px;
}

.contacts-info {
    margin: auto;
    padding: auto;
    text-align:center;
}

.contacts-form {    
    background-color: rgba(0, 140, 25, 0.25);
    padding: 15px;
}

.send-div {
    padding-top: 15px;
    padding-bottom: 11px;
}

.fb-link {
    width: inherit;
    border-radius: 0px 25px 25px 0px;
    margin-bottom: 15px;
}