body { padding-top: 68px; }

.top-bar{
    background:url("../images/top-bar-bg.png") no-repeat center center;
    height: 43px;
}
.top-bar .row div{
    color: white;
    line-height: 43px;
    text-align: right;
}
.top-bar .row a{
    color: #c9c9c9;
    cursor: pointer;
}
.top-bar .row a:hover{
    color: white;
}
.top-bar .row i{
    color: #c9c9c9;
}
.top-bar-4 button{
    background-color: transparent;
    border: 1px solid #c9c9c9;
    color:#c9c9c9
}

.top-bar-4 button:hover{
    color: white;
    background-color: transparent;
}

/*--*/
header .navbar-pa{
    background-color: #fff;
    margin-bottom: 0;
}

header .navbar-pa .navbar-brand{
    height: 70px;
}

header .navbar-pa .navbar-brand img{
    margin-top: -13px;
}

header .navbar-pa .navbar-nav a{
    height: 70px;
    line-height: 40px;
}

header .navbar-pa .navbar-nav li.active a,
header .navbar-pa .navbar-nav li a:hover{
    background-color: transparent;
    border-bottom: 2px solid #0AB4F7;
}

header .navbar-pa .navbar-toggle {
    margin-top: 18px;
}

/*********************** about start ***********************/
#pa_about{
    padding-top: 130px;
}

#pa_about p{
    text-indent: 2em;
    padding-top: 10px;
}
#pa_about h1{
    color: #1e375f;
    font-size: 35px;
    font-weight:bold;
}
#pa_about a{
    color: #b45555;
}
/*********************** about start ***********************/


/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one{
    padding-top: 120px;
}

.team-one__single-list {

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.team-one__single-list li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.team-one__img-box {
    position: relative;
    display: block;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.team-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(45, 46, 51, 0.75);
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    transform: scaleY(1.0);
}

.team-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.05);
}

.team-one__content {
    position: relative;
    margin: -211px auto 0;
    padding-left: 245px;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
@media screen  and ( max-width: 1500px){
    .team-one__content {
        padding-left: 180px !important;
    }
}
.team-one__content img{
    width: 128px;
}
/*********************** team-one end ***********************/

/*********************** core start ***********************/
#pa_core img{
    display: block;
    margin: 120px auto 0 auto;
}
/*********************** core end ***********************/



/********  cooperation start ******** */
#pa_cooperation{
    text-align: center;
}
#pa_cooperation label{
    color: #1e3760;
    font-size: 35px;
    margin-top:120px;
    margin-bottom: 45px;
}
.pa_cooperation_bottom{
    /*height: 175px;*/
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 25px;
}
/*.marquee { width: 1000px; margin: 0 auto; font-size: 0;}*/
.marquee { width: 1200px; margin: 0 auto; font-size: 0;}
.marquee img { margin-left: 50px; vertical-align: top;}
/********  cooperation end ******** */

/********  footer start ******** */
#pa_footer .container{
    height: 320px;
    background-color: #333333;
    width: 100%;
    color: #999999;
    padding: 80px;
}
.footer_logo{
    margin-bottom: 40px;
}
#pa_footer .container .left .row{
    margin-bottom: 15px;
}
#pa_footer ul{
    list-style: none;
}
#pa_footer .pa_footer_bottom{
    background: #f4f4f4;
}
#pa_footer .pa_footer_bottom span{
    line-height: 40px;
    color: #b3b3b3;
}
#pa_footer .container .right li{
    padding-bottom: 15px;
    position: relative;
}
#pa_footer .container .right i{
    transform: rotate(45deg);
    color: #761b22;
    position: absolute;
    margin-top:6px;
}
#pa_footer .container .right .one{
    color: #ffffff;
    font-weight: bold;
    padding-left: 28px;
    letter-spacing: 1px;
}
#pa_footer .container .right .two {
    color: #999999;
    padding-left: 28px;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
}