.jumbo {
    background: rgba(0, 0, 0, .9);
    color: rgba(255, 255, 255, .6);
    text-align: center;
}

.jumbo-b {
    background: rgb(255, 70, 70);
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.jumbo-b h3 {
    color: rgba(255, 255, 255, 1);
}

.contain {
    color: rgba(0, 0, 0, .7);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.contain-left {
    color: rgba(0, 0, 0, .7);
}

.special-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.jumbo-header {
    color: rgb(255, 70, 70);
}

div div div h3 {
    padding-bottom: 10px;
}

.header-six {
    width: 100%; 
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2); 
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: rgba(0, 0, 0, .7);
 } 
 
 .header-six span { 
     background:#fff; 
     padding: 10px; 
 }

 .header-six-b {
    padding-top: 20px;
    width: 100%; 
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .3); 
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: rgba(255, 255, 255, 1);
 } 
 
 .header-six-b span {
     background: rgb(26, 25, 25);
     padding:20px 20px; 
 }

 .header-six-c {
    padding-top: 20px;
    width: 100%; 
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .5); 
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: rgba(255, 255, 255, 1);
 } 
 
 .header-six-c span {
     background: rgb(255, 70, 70);
     padding:20px 20px; 
 }

 .header-six-d {
    padding-top: 20px;
    width: 100%; 
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2); 
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: rgba(0, 0, 0, .7);
 } 
 
 .header-six-d span {
     background: #fff;
     padding:20px 20px; 
 }

.container-special {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 768px;
}

.container-special-b {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.left-and-right-padding {
    padding-left: 15px;
    padding-right: 15px;
}

#imgg {
    max-height: 550px;
}

.form-group-b {
    background: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .05);
    font-size: 11px
}

.bottom-padding {
    padding-bottom: 50px; 
}

.picturepadding {
    padding: 5px;
}

.about-us {
    padding-left: 10px;
    padding-right: 10px;
}