* {
    font-family: "Calvert MT Std";
}

.container {
    background-color: #fff;
}

.title_box .page_title.small_title {
    font-size: 2em;
}

.green_font {
    font-size: 16px;
    color: #70ba97;
}

.white_font {
    color: #fff;
}

.blue_font {
    color: #82adcd;
}

/*.green_bg {
    background: #70ba97;
    }*/

    .blue_bg {
        background: #82adcd;
    }

    .green_hr {
/*    width: 20%;
    margin: 12px auto;
    clear: both;
    border-top: 3px solid #70ba97;*/
}

.blue_hr {
    margin: 15px auto;
    clear: both;

    border-top: 3px solid #82adcd;
}

.paragraph {
    padding: 37px 0 23px 0;

    font-size: 13px;
    font-weight: 200;
    line-height: 1.7;
}

#p_row1 {
    padding-top: 40px;
}

/*#p_row1_left.title_box,*/
#p_row2_left {
    position: relative;

    float: left;
    width: 100%;
}

#p_row1_left.title_box .breadcrumb {
    padding-top: 15px;

    border-top: 3px solid #70ba97;
}

#p_row1_left.title_box .breadcrumb.blue {
    border-top: 5px solid #82adcd;
}

#p_row1_right,
#p_row2_right,
#p_row3_right {
    position: relative;

    width: 100%;

    text-align: center;
}


#p_row1_right > .blue_hr {
    width: 150px;
}

#slider_img1 > .green_hr {
    width: 295px;
}



#p_row2 {
    position: relative;

    padding-top: 20px;
    clear: both;
}

#p_row2_right {
    text-align: left;
}





#p_row3 {
    position: relative;

    clear: both;
}

#p_row3_right {
    float: none;
    padding-bottom: 30px;
    padding-left: 6%;

    text-align: left !important;
}

#prof_contact {
    width: 34%;
    padding: 10px;

    font-size: .7em;

    border: 1px solid #82adcd;
}

#prof_contact .blue_font {
    font-size: 1.4em;
}

#prof_contact .contact_table_heading {
    width: 70px;
}
#slider_img1 {
    width: 45%;

    text-align: center;
}
.nav_left {
    z-index: 9999;

    width: 27%;

    vertical-align: top;
}
.prof_posy {
    padding-top: 30px;
}
.bottom_btn {
    position: relative;

    padding-top: 20px;
    /* height: 25px; */
    clear: both;
}
.page_title #go_to_top_btn {
    position: absolute;
    right: 135px;
    /* vertical-align: -webkit-baseline-middle; */
    bottom: 31px;
}

.p_profinfo.info{
    vertical-align: top;
    cursor: pointer;
}

.division_title{
    text-align: center;
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
}

.load{
    left: 55%;
    position: absolute;
    bottom: 14px;
    /* margin: 0 auto; */
    border: 1px white solid;
    padding: 10px;
    color: white;
    cursor: pointer;
}

.overflow{
    display:none;
}
/*========================================
=            Need to Seperate            =
========================================*/
/*=====  End of Need to Seperate  ======*/


.p_circle {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 17px;

    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
}

.p_circleImg {
    padding: 5px 5px 5px 5px;
}

.p_circle img {
    width: 100px;
    height: 100px;
    /* -webkit-transition: all 0.2s ease-out; */

    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

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

.p_circle:hover {
    -webkit-transform: scale( 1.2 );
    -moz-transform: scale( 1.2 );
    /*-webkit-transform: scale( 1.0 );*/
    background-color: rgba(86, 156, 143, 0.74);
    /*background-color: rgba(65, 65, 70, .74);*/
}
.p_circle img:hover {
    -webkit-transform: scale( .8 );
    -moz-transform: scale( .8 );
}
.p_peopletable .listing{
    /* padding: 2em 0; */
}
/* .people-list.row:target:not(:first-child) {
  padding-top: 140px; 
  margin-top: -140px;
}

.zh .people-list.row:target:not(:first-child) {
  padding-top: 33px; 
  margin-top: -33px;
} */
.details .qualification{
    margin: 10px 0;
}
.index_box a{
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
}

