
@media print{

  body {
  margin: 0px;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  font-family: Raleway, Arial, sans-serif;
  font-size:14px;
  color:#444;
}

ul {
  -webkit-padding-start: 0px;
}  




#logo {
  display:none;
}

#img-banner {
  
  display:none;
  
}

.bpost {
  padding-bottom:15px;
}

.bpost  a {
  color: #444;
}

.bpost-time {
  font-size:12px;
  color:#999;
}

.bpost .bpost-content {
  font-size: 12px;
}

.caperror {
  color:red;
}

#tabs {
  list-style-type: none;
    margin: 0;
    padding: 0;
}

#tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 

#tabs .navmen {
   border-bottom: 1px solid #c0c0c0; 
}

#tabs .tabli {
  display: inline-block;
  padding: 20px 20px;  
}

 .navmen a {
  color:#0762a8;
}

.ul-list {
  padding-left:20px;
}

.ul-innerlist {
  padding-left:20px;
  color:#666;
  margin-bottom:10px;
}

.ul-innerlist a {
  
  font-size:12px;
}

.rightcol {
  background: #f1f1f1;
}

.npara {
  padding-top:15px;
  
}

.empty-space {
  padding-top:60px;
  
}

#contact-form {
  padding-top:20px;
}

.slinks {
  color:#444;
}

.slinks a {
  color:#444;
}


.ourpeoplecont {
  
  
  width:350px;
  height: 85px;
  margin-bottom:15px;
}

.ourpeople :hover {
  text-decoration:none;
  background-color:#e6e6e6;
  
}

.ppl-profile {
    width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_peter.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile2 {
    width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_john.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile3 {
    width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_simon.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile4 {
    width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_jennifer.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile5{
  width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_eunice.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile6{
  width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/sharon_yu.jpg') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile7{
  width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_shruti.jpg') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}



.ourpeoplecont .ppl-name {
  font-size:14px;
  margin-top:10px;
  margin-bottom:7px;
  color:#333;
}

.ourpeoplecont .ppl-title {
  font-size:12px;
  color:#999;
  line-height:1;
  margin-bottom:5px;
  
}

.ourpeoplecont .ppl-sp {
  font-size:12px;
  margin-bottom:4px;
  color:#333;
  line-height:1;
}

.ourpeoplecont .ppl-cn {
  font-size:12px;
  
  color:#333;
}



.service-item{
    text-align:center;
  margin-left:-30px;
}



.service-icon{
    position:relative;
    display:block;
    text-align:center;
    width:120px;
    height:120px;
    margin:5px auto 20px;
    border-radius:50%;
    font-size:62px;
    line-height:150px;
    background:#334959;
    color:#fff;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.service-icon:after {
    pointer-events:none;
    content:"";
    position:absolute;
    display:block;
    width:144px;
    height:144px;
    top:-12px;
    left:-12px;
    
    border-radius:50%;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.no-csstransforms .service-icon:after{
  display:none;
}

.service-icon:focus,
.service-icon:active{
    color:#fff;
}

.service-icon [class*=fa]{
    -webkit-transform:scale(1);
    transform:rotate(0);
    -webkit-transition:all 0.3s ease-out;
    transition:none;
}

.service-item:hover [class*=fa]{
    -webkit-transform:scale(1.3);
    transform:rotate(360deg);
    -webkit-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.service-item p{
    margin: auto;
    max-width: 250px;
}

.btn-profile {
  margin-top:10px;
    color: #fff;
    background-color: #F28C83;
    border-color: #d5594f;

}

.circular-profile {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_peter.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile2 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/ac.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile3 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_simon.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile4 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_jennifer.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile5 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_eunice.png') center no-repeat;
  background-size:120px 120px;
}
.circular-profile6 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/sharon_yu2.jpg') center no-repeat;
  background-size:120px 120px;
}

.circular-profile7 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_ina.jpg') center no-repeat;
  background-size:120px 120px;
}

.main-ppl p {
  font-size:11px;
  color:#777;
}

.main-ppl p.darkercol {
  margin-top:3px;
  color:#666;
  font-weight:bold;
}



.main-ppl h4 {
  font-size: 16px;
  color:#333;
}

.main-ppl a {
  color:#333;
}

.main-ppl a:hover {
  text-decoration: none;
}

.pheader {
  padding-top:12px;
}

.profile-info {
  
  
}

.profile-info ul {
  padding-left: 20px;
  
}

.profile-info  .pr-name{
  font-size:18px;
  font-weight:bold;
  margin-bottom:0px;
}

.profile-info .pr-title {
  
  color:#999;
}


/* ---Services------ */

.post-service {
  margin-bottom:10px;
  
  text-decoration: none;
  
  float:left;
  
  font-size:12px;
  color:#333;
  
}


.post-service .post-img {
  width:200px;
  height:100px;
  float:left;
  border:1px solid #000;
  margin-left:20px;
  margin-top:10px;
  
  
}

.post-service .posts {
  float:left;
  width:490px;
  
  margin-left:15px;
}

.post-service .posts a.headline {
  text-decoration:none;
  color:#333;
  line-height:5px;
  
}

.post-service .posts p {
  
  
  
}

.post-service h3 {
  font-size:18px;
  margin-top:10px;
  color:#333;
}

.post-service .posts a.readmore {
  text-decoration:underline;
  font-size:12px;
  color:#111;
  line-height:20px;
  
}
.post-service .posts a.readmore:link {
  text-decoration:underline;
  color:#111;
  
}

.post-service .posts a:link {
  text-decoration:none;  
  color:#333;
}
.post-service .posts a:visited {
  text-decoration:none;  
  color:#333;
}


/* ---- contact -------*/

#contact{
    background-image:url('../img/bg-contact.png');
    background-repeat:no-repeat;
    background-position:0 100%;
    background-color: #fff;
}

#contact-form .form-group label{
    display:none;
    font-size:18px;
    line-height:24px;
    font-weight:100;
    text-transform:uppercase;
}

#contact-form.no-placeholder .form-group label{
    display:block;
}

#contact-form .controls {
    padding:0;
    margin-bottom:30px;
    border:1px solid #ddd;
    border-radius:2px;
}

#contact-form .form-control {
    background:transparent !important;
    border:none;
    border-bottom:3px solid transparent;
    border-radius:0;
    outline:none;
    box-shadow:none;
    height:56px;
    font-size:21px;
    line-height:32px;
    font-weight:100;
    padding-left:64px;
    -webkit-transition:border-color .3s ease-out;
    transition:border-color .3s ease-out;
    border-radius:2px;
}

#contact-form .form-group{
    position:relative;
}

#contact-form .form-group [class*=fa] {
    display:block;
    width:64px;
    position:absolute;
    top:0;
    left:5px;
    color:#e5e5e5;
    font-size:24px;
    line-height:53px;
    text-align:center;
    font-weight:300;
    opacity:0.5;
    transition:opacity .2s ease-out;
}

#contact-form.no-placeholder .form-group [class*=fa]{
    top:30px;
}

#contact-form .form-control:focus + [class*=fa]{
    opacity:1;
}

#contact-form textarea.form-control {
    height:auto;
    max-width:100%;
    min-width:100%;
    font-size:21px;
    line-height:32px;
    padding-top:10px;
}

#contact-form .form-control:focus {
    background:#fff;
    border-bottom:3px solid #F28C83;
    outline:none;
    box-shadow:none;
    -webkit-transition:border-color .3s ease-in;
    transition:border-color .3s ease-in;
}

#contact-form .error-message {
    padding:5px 0;
    position:absolute;
    top:-30px;
    right:0;
    font-size:14px;
    font-weight:300;
    color:#ff0000;
    z-index:10;
}

#contact-form .error-message:before {
    content:"\00d7";
    font-size: 21px;
    line-height: 21px;
    margin-right: 5px;
}


.add-padding {
    padding-top:120px;
    padding-bottom:140px;
}

/*----------------------
----- Footer Styles ----
------------------------*/

.footerlinkss {
  padding-bottom:20px;
}

.footerlinkss li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

.footerlinkss img {
  width: 45px;
  height:45px;
}


.border-top-color2{
    border-top:7px solid #F28C83;
}

#main-footer{
    padding-top:50px;
    padding-bottom:40px;
    background: #1f2c37;
  color:#a1a1a1;
 box-shadow: 0px 500px 0px 500px #1f2c37;
}

.social-links {
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:30px;
}

.social-links li{
    display:inline-block;
    margin:0 5px;
    border-radius:3px;
    box-shadow:0 4px 0 transparent;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.shift-up {
  margin-top:-15px;
}

.social-links li a {
    display:block;
    color:#fff;
    color:rgba(255,255,255,0.3);
    font-size:21px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:rgba(0,0,0,0.2);
    border-radius:50%;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a:hover {
    color:#fff;
    background:#509B9E
}


  header{
    display:none;
  }
  .navmen{
    display:none;
  }
  footer{
    display:none;
  }
  .ourpeople{
    display:none;
  }
  .PrintOnly{
    display:block;
  }

  .pr-title {
    font-weight: bold;
  }

}

@media screen{

.PrintOnly{
  display:none;
}

body {
  margin: 0px;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  font-family: Raleway, Arial, sans-serif;
  font-size:14px;
  color:#444;
}

ul {
  -webkit-padding-start: 0px;
}  




#logo {
  
  
}

#img-banner {
  
  
  
}

.bpost {
  padding-bottom:15px;
}

.bpost  a {
  color: #444;
}

.bpost-time {
  font-size:12px;
  color:#999;
}

.bpost .bpost-content {
  font-size: 12px;
}

.caperror {
  color:red;
}

#tabs {
  list-style-type: none;
    margin: 0;
    padding: 0;
}

#tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 

#tabs .navmen {
   border-bottom: 1px solid #c0c0c0; 
}

#tabs .tabli {
  display: inline-block;
  padding: 20px 20px;  
}

 .navmen a {
  color:#0762a8;
}

.ul-list {
  padding-left:20px;
}

.ul-innerlist {
  padding-left:20px;
  color:#666;
  margin-bottom:10px;
}

.ul-innerlist a {
  
  font-size:12px;
}

.rightcol {
  background: #f1f1f1;
}

.npara {
  padding-top:15px;
  
}

.empty-space {
  padding-top:60px;
  
}

#contact-form {
  padding-top:20px;
}

.slinks {
  color:#444;
}

.slinks a {
  color:#444;
}


.ourpeoplecont {
  
  
  width:350px;
  height: 85px;
  margin-bottom:15px;
}

.ourpeople :hover {
  text-decoration:none;
  background-color:#e6e6e6;
  
}

.ppl-profile {
    width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_peter.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile2 {
    width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/ac.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile3 {
    width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_simon.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile4 {
    width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_jennifer.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile5{
  width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_eunice.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile6{
  width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/sha.png') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ppl-profile7{
  width: 80px;
    height: 80px;
  border:1px solid #000;
    background: url('../img/profile_ina.jpg') center no-repeat;
  background-size: 90px 90px;
  float:left;
  margin-right: 10px;
}

.ourpeoplecont .ppl-name {
  font-size:14px;
  margin-top:10px;
  margin-bottom:7px;
  color:#333;
}

.ourpeoplecont .ppl-title {
  font-size:12px;
  color:#999;
  line-height:1;
  margin-bottom:5px;
  
}

.ourpeoplecont .ppl-sp {
  font-size:12px;
  margin-bottom:4px;
  color:#333;
  line-height:1;
}

.ourpeoplecont .ppl-cn {
  font-size:12px;
  
  color:#333;
}



.service-item{
    text-align:center;
  margin-left:-30px;
  margin-right:30px;
}



.service-icon{
    position:relative;
    display:block;
    text-align:center;
    width:120px;
    height:120px;
    margin:5px auto 20px;
    border-radius:50%;
    font-size:62px;
    line-height:150px;
    background:#334959;
    color:#fff;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.service-icon:after {
    pointer-events:none;
    content:"";
    position:absolute;
    display:block;
    width:144px;
    height:144px;
    top:-12px;
    left:-12px;
    
    border-radius:50%;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.no-csstransforms .service-icon:after{
  display:none;
}

.service-icon:focus,
.service-icon:active{
    color:#fff;
}

.service-icon [class*=fa]{
    -webkit-transform:scale(1);
    transform:rotate(0);
    -webkit-transition:all 0.3s ease-out;
    transition:none;
}

.service-item:hover [class*=fa]{
    -webkit-transform:scale(1.3);
    transform:rotate(360deg);
    -webkit-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.service-item p{
    margin: auto;
    max-width: 250px;
}

.btn-profile {
  margin-top:10px;
    color: #fff;
    background-color: #F28C83;
    border-color: #d5594f;

}

.circular-profile {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_peter.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile2 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/ac.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile3 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_simon.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile4 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_jennifer.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile5 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_eunice.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile6 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/sha.png') center no-repeat;
  background-size:120px 120px;
}

.circular-profile7 {
    width: 120px;
    height: 120px;
  border:1px solid #000;
    background: url('../img/profile_ina.jpg') center no-repeat;
  background-size:120px 120px;
}

.main-ppl p {
  font-size:11px;
  color:#777;
}

.main-ppl p.darkercol {
  margin-top:3px;
  color:#666;
  font-weight:bold;
}



.main-ppl h4 {
  font-size: 16px;
  color:#333;
}

.main-ppl a {
  color:#333;
}

.main-ppl a:hover {
  text-decoration: none;
}

.pheader {
  padding-top:12px;
}

.profile-info {
  
  
}

.profile-info ul {
  padding-left: 20px;
  
}

.profile-info  .pr-name{
  font-size:18px;
  font-weight:bold;
  margin-bottom:0px;
}

.profile-info .pr-title {
  
  color:#999;
}


/* ---Services------ */

.post-service {
  margin-bottom:10px;
  
  text-decoration: none;
  
  float:left;
  
  font-size:12px;
  color:#333;
  
}


.post-service .post-img {
  width:200px;
  height:100px;
  float:left;
  border:1px solid #000;
  margin-left:20px;
  margin-top:10px;
  
  
}

.post-service .posts {
  float:left;
  width:490px;
  
  margin-left:15px;
}

.post-service .posts a.headline {
  text-decoration:none;
  color:#333;
  line-height:5px;
  
}

.post-service .posts p {
  
  
  
}

.post-service h3 {
  font-size:18px;
  margin-top:10px;
  color:#333;
}

.post-service .posts a.readmore {
  text-decoration:underline;
  font-size:12px;
  color:#111;
  line-height:20px;
  
}
.post-service .posts a.readmore:link {
  text-decoration:underline;
  color:#111;
  
}

.post-service .posts a:link {
  text-decoration:none;  
  color:#333;
}
.post-service .posts a:visited {
  text-decoration:none;  
  color:#333;
}


/* ---- contact -------*/

#contact{
    background-image:url('../img/bg-contact.png');
    background-repeat:no-repeat;
    background-position:0 100%;
    background-color: #fff;
}

#contact-form .form-group label{
    display:none;
    font-size:18px;
    line-height:24px;
    font-weight:100;
    text-transform:uppercase;
}

#contact-form.no-placeholder .form-group label{
    display:block;
}

#contact-form .controls {
    padding:0;
    margin-bottom:30px;
    border:1px solid #ddd;
    border-radius:2px;
}

#contact-form .form-control {
    background:transparent !important;
    border:none;
    border-bottom:3px solid transparent;
    border-radius:0;
    outline:none;
    box-shadow:none;
    height:56px;
    font-size:21px;
    line-height:32px;
    font-weight:100;
    padding-left:64px;
    -webkit-transition:border-color .3s ease-out;
    transition:border-color .3s ease-out;
    border-radius:2px;
}

#contact-form .form-group{
    position:relative;
}

#contact-form .form-group [class*=fa] {
    display:block;
    width:64px;
    position:absolute;
    top:0;
    left:5px;
    color:#e5e5e5;
    font-size:24px;
    line-height:53px;
    text-align:center;
    font-weight:300;
    opacity:0.5;
    transition:opacity .2s ease-out;
}

#contact-form.no-placeholder .form-group [class*=fa]{
    top:30px;
}

#contact-form .form-control:focus + [class*=fa]{
    opacity:1;
}

#contact-form textarea.form-control {
    height:auto;
    max-width:100%;
    min-width:100%;
    font-size:21px;
    line-height:32px;
    padding-top:10px;
}

#contact-form .form-control:focus {
    background:#fff;
    border-bottom:3px solid #F28C83;
    outline:none;
    box-shadow:none;
    -webkit-transition:border-color .3s ease-in;
    transition:border-color .3s ease-in;
}

#contact-form .error-message {
    padding:5px 0;
    position:absolute;
    top:-30px;
    right:0;
    font-size:14px;
    font-weight:300;
    color:#ff0000;
    z-index:10;
}

#contact-form .error-message:before {
    content:"\00d7";
    font-size: 21px;
    line-height: 21px;
    margin-right: 5px;
}


.add-padding {
    padding-top:120px;
    padding-bottom:140px;
}

/*----------------------
----- Footer Styles ----
------------------------*/

.footerlinkss {
  padding-bottom:20px;
}

.footerlinkss li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

.footerlinkss img {
  width: 45px;
  height:45px;
}


.border-top-color2{
    border-top:7px solid #F28C83;
}

#main-footer{
    padding-top:50px;
    padding-bottom:40px;
    background: #1f2c37;
  color:#a1a1a1;
 box-shadow: 0px 500px 0px 500px #1f2c37;
}

.social-links {
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:30px;
}

.social-links li{
    display:inline-block;
    margin:0 5px;
    border-radius:3px;
    box-shadow:0 4px 0 transparent;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.shift-up {
  margin-top:-15px;
}

.social-links li a {
    display:block;
    color:#fff;
    color:rgba(255,255,255,0.3);
    font-size:21px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:rgba(0,0,0,0.2);
    border-radius:50%;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a:hover {
    color:#fff;
    background:#509B9E
}
}