.main-footer .footer-bottom .copyright {
    color: #b3b2b2;
}
.copyright a, .btn-style-one, .main-header .header-top .top-right .list li {
    color: #f6f6f6;
}
.main-header .header-upper .upper-right {
    padding-top: 50px;
}
.main-header .header-upper .logo-box {
    padding: 20px 0px;
}
.welcome_jj .content-column .text{
    margin-bottom: 20px;
}   

.team-block .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.40);
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 5px;
    margin: 0 auto;
}

@media only screen and (max-width: 1023px){
.main-header .header-upper .logo-box {
    width: 100%;
    text-align: center;
    padding: 10px 0px !important;
}
}

@media only screen and (max-width: 1023px){
.page-title {
    padding: 80px 25px !important;
}
}

@media only screen and (max-width: 676px){
    .col-xs-12 {
        padding: 0 25px;
    }
}

.main-header .header-top .top-right:after {
    position: absolute;
    content: '';
    left: 80%;
    top: 0px;
    width: 2000px;
    height: 100%;
    display: block;
    background-color: #133960;
}

.main-header .header-top .top-right:before{
    left: -10px;
}

.main-header .header-top .top-right .list li{
    z-index: 1;
}

.contact-form input[type="text"], .contact-form input[type="email"]{
height: 34px;
}

.contact-form textarea {
    height: auto;
}

#formmsg {
    padding: 12px 20px;
    width: 100%;
    display:none; 
    font-size: 1em;
    color:#fff;
    margin-bottom: 10px;
}
.error{background-color: #f44336;  margin-bottom: 40px;color:#fff;}
.success{background-color: #4CAF50; }

.main-header .header-top .top-left ul li {
    color: #ffe43f;
    font-size: 18px;
}
.page-title .page-breadcrumb li:last-child {
        color: #ffe43f;
}
.btn-primary {
    color: #fff;
    background-color: #133960;
    border-color: #133960;
}
.welcome_jj.success-section {
    position: relative;
    padding: 40px 0px 40px;
}