@charset "utf-8";

/* CSS Document */

*, *:before, *:after {
  box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6, p, span{
	margin: 0;
	padding: 0;
	border: 0;

}

html{
  font-size:100%;
}

body{
  margin:0;
  padding:0;

}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

p{
  line-height: 1.8;
  padding-bottom: 38px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.img2-responsive {
  width: 100%;
}
html {
  background: #fff;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  html{
    font-family: 'Open Sans', sans-serif;
  }
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
  line-height: 1;
  position: relative
}

ol, ul {
  list-style: none;
  margin:0;
  padding:0;
}
hr{
  border: none;
  height: 1px;
  color: #1e365d;
  background-color: #1e365d;
  margin: 44px 0 44px 0;
  width: 100%;
  position: relative;
  display: block
}


img {
  border: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #00aeef;
  text-decoration:none;
  cursor: pointer
}

a:hover{
  color:#00aeef;
  text-decoration:none;
  cursor: pointer
}

a:selected, a:focus{
  /*color:#00688f;*/
  color: #760004;
  text-decoration:none;
}
.g-recaptcha { transform:scale(0.92);-webkit-transform:scale(0.92);transform-origin:0 0;-webkit-transform-origin:0 0; }


#wrapper {
  width:100%;
  position:relative;
  background:#d9f3fd;
}


h1{
  text-transform: uppercase;
  font-size: 101px;
  font-size: 6.3125rem;
  font-weight: 800;
  color: #00aeef;
  display: block
}

h2{
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 1.2;
}






h5 {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #102953;
  margin-bottom: 30px
}

h6, h6 a  {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 10px 0 5px 0;
  font-weight: bold;
}


h7 {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 37px;
  display: block
}

/* General */

.left {
  text-align: left;
}

.aboutheading {
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  color: #00aeef;
  text-transform: uppercase;
  line-height: 1.2;
}

.fleft {
  float: left
}
.fright{
  float: right
}
.right{
  text-align: right;
}
.center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.show {
	display:block;
}
.noshow {
	display:none;
}

.topbottom-gutter{
  padding-top: 80px;
  padding-bottom: 100px
}
.top-gutter{
  padding-top: 60px;
}
.no-left-gutter{
  padding-left: 0
 }
.no-right-gutter{
  padding-right:0;
 }
.no-gutter{
  padding-left:0;
  padding-right: 0
 }
.bottom-gutter{
  margin-bottom: 35px
}
.rwd-break {
  display: block;
	height: 1px;
	padding-bottom: 0
}
.rwd-break2 {
  display: none;
	height: 1px;
	padding-bottom: 0
}


/* Pages */
.row1 {
  height: 100vh;
  /*background: #daf3fd url('../images/bg-2.jpg') center top  no-repeat;
  background-size: auto;
  position: relative;
  z-index: 100*/
}
.top-wrap {
  position: relative;
  left:0px;
  right: 0px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  padding-left: 20px;
  padding-right: 20px;
}

/* added by ryc*/
.top-wrap {
  background-color: rgba(255, 255, 255, 0.4);
}
/* added by ryc*/
.sticky {
  background-color: rgba(255, 255, 255, 0.9);
}

.logo {
  margin-top: 8px
}
.logo img {
  height: 96px;
}

.home-banner {
  position: relative;
}
.home-caption {
  position: absolute;
  color: #fff;
  top: 160px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center
}
.home-caption p {
  font-weight: 300;
  text-transform: none;
  color: #000000;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}


a.slide1-btn {
  background: #102953 url(../images/icon-globe.svg) no-repeat 3px 3px;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 25px;
  position: relative;
  width: 108px;
  padding: 10px 27px 11px 53px;
  margin: 20px auto 0 auto;
  z-index: 40;
  text-transform: none;
  font-weight: 300;
  background-size: 35px;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
a.slide1-btn:hover {
  background: #00aeef url(../images/icon-globe.svg) no-repeat 3px 3px;
  background-size: 35px;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

a.slide1-btn:after {
  font-family: FontAwesome;
  content: "";
  background: url(../images/arrow-bright.svg) no-repeat;
  color: #fff;
  position: absolute;
  right: -15px;
  font-size: 20px;
  font-size: 1.25rem;
  width: 29px;
  height: 13px;
  top: 13px;

}


.c1{
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  color:#000;
  display: block
}
.c2{
  font-size: 101px;
  font-size: 6.3125rem;
  font-weight: 800;
  color: #00aeef;
  display: block
}
.c3{
  font-size: 74px;
  font-size: 4.625rem;
  color: #000000;
  display: block
}
.c4{
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 800;
  color: #00aeef;
  display: block
}

/* slick */
.slider {
    /*position: fixed;*/
    width: 100%;
    height: 100vh;
}
.a-slide{
    /*height: 100vh; */
    width: 100%;
    min-height: 1505px
    }

.slide1 {
    background-image:  url(../images/bg-2.png), url(../images/banner-1.jpg);
    background-size: auto, cover;
    /*background-attachment: fixed, fixed;*/
    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
}
.slide2 {
    background-image: url(../images/bg-2.png), url(../images/banner-2.jpg);
    background-size: auto, cover;
    /*background-attachment: fixed, fixed;*/
    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
}
.main-arrow {
    position: absolute;
    top: 50%;
    padding: 5px;
    cursor: pointer;
    z-index: 999;
    transform: translateY(-50%);
}
.feat-prev {
    left: 76px;
}
.feat-next {
    right: 65px;
}

/*ROW 2*/
.row2 {
  background: url('../images/shape-bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 1954px;
  background-size: auto;
  z-index: 201;
  margin-top: -125px;
  position: relative;
  color: #fff
}
.ir-wrap  {
  display: block;
  margin-bottom: 140px;
  padding-top: 142px

}
.ir-wrap .fa-caret-up, .ir-wrap .fa-caret-down {
  font-size: 38px;
  font-size: 2.375remrem;

}
.home-scroll1 {
  padding-top: 23px;
  display: block;
  width: 211px;
  margin: 0 auto;
}
.home-scroll2 {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  bottom: 56px;
}
.date {
  font-size: 12px;
  font-size: 0.75rem;
  color: #9fe5ff;
  display: block;
  margin-bottom: 35px;
}
.nwsdate {
  font-size: 12px;
  font-size: 0.75rem;
  color: #9fe5ff;
}
.stock-info {
  margin-bottom: 27px;
}
.stock-info td{
  border-bottom: 1px solid #59caf5;
  margin-top: 20px;
  padding: 8px 0
}
.stock-code {
  font-size: 34px;
  font-size: 2.125rem;

}
.symbol {
  font-size: 25px;
  font-size: 1.5625rem;
}
.news-wrap {
  margin-bottom: 30px
}
.news-info {
  margin-bottom: 20px;
}

.news-info a {
  color: #fff
}

.news-info p {
  margin-bottom: 3px;
  padding: 0;
  height: 57px;
  overflow: hidden;
}
a.btn-more {
  background: #89dcfb;
  border: none;
  color: #102953;
  padding: 3px 18px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 25px;
}
a.btn-more:hover {
  background: #d0f2ff;

}


.ipo {
  width: 87%;
  margin-top: 66px;
}
.ipo h5 {
  margin-bottom: 8px;
}
.ipo-img {
  float: left;
  z-index: 101;
  position: relative;
}
.ipo-btn {
  background: #b5ebff;
  position: relative;
  z-index: 100;
  height: 104px;
  top: 40px;
  margin-left: 96px;
}
.ipo-btn:after {
  content: '';
  background: url('../images/btn-IPO.png') no-repeat right;
  position: absolute;
  right: -56px;
  width: 56px;
  height: 104px;
}
.ipo-txt {
  margin: 0 0 0 70px;
  position: absolute;
  left: 0;
  transform: translateY(-49%);
  top: 49%;
}
.ipo-txt h5 a {
  color: #102953;
}
.ipo-txt h5 a:hover {
  color: #054f82;
}
.filesize {
  color: #888;
}
.business-hover {
  text-align: center;
}

.bg-business1 {
   background: url("../images/business-segments-real-estate-brokerage.jpg") no-repeat;
}
.bg-business2 {
   background: url("../images/business-segments-training.jpg") no-repeat;
}
.bg-business3 {
  background: url("../images/business-property-management.jpg") no-repeat;
}
.bg-business4 {
  background: url("../images/business-segments-real-estate-consultancy.jpg") no-repeat
}
.business-hover .bs1 {
  /*padding: 26% 0 0;*/
  position: relative;
  /*display: table*/
  z-index: 1;
  background-size: cover;
  -webkit-transition: transform .1s ease-in-out;
  -moz-transition: transform .1s ease-in-out;
  -o-transition: transform .1s ease-in-out;
  -ms-transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  height: 400px;
}
.business-hover .bs1{
  background-position: center center;
}
.business-hover  .cols-wrap .bs1 a{
  color: #fff;
  display: block
}

.business-hover  .bs1:hover {
  z-index: 2;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  cursor: pointer;
  display: block;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.32);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.32);
}
.business-info {
  padding: 310px 0 0 0;
  height: 100%;
  position: relative;
  text-align: left;
}
.business-info:hover {
  padding: 260px 0 0 0;
  height: 100%;
  position: relative;

}
.seg-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top:0px;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  transition: margin 0.5s;
  color: #fff;
}
.bs1:hover a.read-more {
  display: block
}




a.read-more {
  background: #89dcfb;
  border: none;
  color: #102953;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 25px;
  position: relative;
  display: none;
  width: 108px;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  transition: margin 0.5s;
  padding: 2px 0;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
a.read-more:after {
  font-family: FontAwesome;
  content: "";
  background: url(../images/arrow-right.svg) no-repeat;
  color: #fff;
  position: absolute;
  right: -15px;
  font-size: 1.25rem;
  width: 26px;
  height: 15px;
  top: 6px;
}


.bs1:hover .seg-title,
.bs1:hover a.read-more {
   opacity: 1;
   margin-top:-20px;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  transition: margin 0.5s;
}

.bs1:hover a.read-more {
  margin-top:15px;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  transition: margin 0.5s;
}
a.read-more:hover {
  background: #00aeef;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

/*ROW 3*/
.row3 {
  background: #e5e5e5;
  position: relative;
  display: block;
  margin-top: -2px;
  padding-top: 80px
}
.row3 h2 {
  margin-bottom: 30px;
  color: #0e2346
}
.r3-desc {
  font-weight: 300;
  margin-bottom: 30px;
}
.large-txt {
  font-size: 36px;
  font-size: 2.25rem;
  display: inline-block
}
.large-txt:after {
  background: url('../images/desc-line.svg') no-repeat;
  content: "";
  display: block;
  height: 15px;
  width: 120px;
  position: absolute;
  margin-left: -13px;
}
.ceo-wrap {
  position: relative;
  display: block
}
.ceo-msgbox {
  background: url('../images/frame.png') no-repeat 0 0;
  height: 252px;
  width:452px;
  position: relative;
  background-size: contain;
  z-index:100;
  right: -50px
}
.ceo-desc {
  position: absolute;
  z-index:101;
  top:0;
  left: 0;
  width: 100%;
  padding: 30px 40px 0 40px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.275rem
}
/*modified by ryc*/
.ceo-name {
  display: block;
  margin-top: 20px;
  color:#929292;
  font-size: 11px;
  font-size: 0.875rem;
  width:280px; /*added by ryc*/
}

.ceo-img {
  position: relative;
  z-index: 102;
  float: right;
  margin-top: -120px;
}

/*****************SUBPAGES**************/

.sub-caption {
  position: absolute;
  color: #fff;
  top: 234px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;

}
.sub-caption p {
  font-weight: 300;
  text-transform: none;
  color: #000000;
  padding-top: 25px;
  font-size: 36px;
  font-size: 1.5rem;
  line-height: 1.2
}

.sub-aboutr1 {
  background: url('../images/banner-about.png');
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 1080px;
  background-size: auto;
  position: relative
}
/*added by ryc*/
.sub-abouttraining {
  background: url('../images/banner-training.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 1080px;
  background-size: auto;
  position: relative
}

.sub-scroll1 {
  position: absolute;
  bottom: 121px;
  left: 0;
  right: 0
}
.sub-scroll2 {
  position: relative;
  bottom: -248px;
  left: 0;
  right: 0;
}
.sub-aboutr2 {
  background: #f9f9f9;
  min-height: 895px;
  font-weight: 300;
  padding-bottom: 80px;
}
.about-tagline {
  font-weight: 300;
  font-size: 4.5rem;
  color: #0a1b4e;
  line-height: 1.2;

}
.about-tagline span {
  font-weight: 600;
}
.about-intro {
  font-size: 1.5rem;
  padding-bottom: 38px;
  display: block
}
.about-subhead {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0a1b4e;
  display: block;
  padding-bottom: 38px;
}

.sub-aboutr3 {
  background: url(../images/bg-ourServices.jpg) center top no-repeat;
  min-height: 1702px;
  font-weight: 300;
  padding-top: 631px;
  margin-top: -250px;
  color: #fff;
}

.aboutr3-icns .txt-icn {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px
}

.temp-item {
    margin-bottom: 30px;
}

.serv-intro {
    margin-bottom: 40px
  }

.show-mb {
  display: none
}


/* Milestone */

.ptitle{
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 35px;
  font-weight: 300
}

/* Regional */
.rn-wrap {
  padding-top: 70px
}
.rn-maintitle {
  font-weight: 800;
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #00aeef;
  padding-top: 30px
}
.rn-subtitle {
  font-size: 22px;
  color: #0a1b4e;
  font-weight: 600;
  padding-top: 35px;
  padding-bottom: 8px;
}

.bullets {
  list-style-type: disc;
  padding: 0 0 0 16px;
  line-height: 1.6;
  padding-bottom: 5px;
}
/*added by ryc */
.checklist-ul {
  list-style-type: none;
  padding: 0;

}

.checklist-ul  li {
  padding: 0 0 0 25px;
  position: relative;
  margin-bottom: 5px;

}
.checklist-ul  li:before {
  position: absolute;
  left: 5px;
  content: "\2713";
  color: #666;
}

.show_hide {
  display: inline-block !important;
  font-size: 16px;
  color: #fff;
  background: #00aeef;
  line-height: 0.7;
  width: 23px;
  padding: 6px 6px;
  cursor: pointer;
  text-align: center
}
.morecontent {
  display: none
}
.plus:after {
  content:"+";
}
.minus:after {
  content:"-";
}

/* Awards */
.awards-wrap {
  padding-top: 50px;
  position: relative;
}
.awards-wrap p {
  padding: 20px 7px 0 7px
}
.col-group [class*="col-"] .aw-box {
  text-align: center;
  min-height: 315px;
  padding-left: 30px;
  padding-right: 30px;
}

/* Vision Mission */
.vision-bg {
  position: relative
}
.mission-bg {
  position: relative;
  margin-top: 60px
}
.values-bg {
  position: relative;
  margin-top: 131px;
  margin-bottom: 80px;
}

.pos1 {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}

.pos2 {
  position: absolute;
  top: 50%;
   transform: translateY(-50%);
  float: right;
  right: 50px;
}

.pos3 {
  position: absolute;
  top: -11%;
  left: 8%
}
.vmc-title {
  width: 35%
}
.vmc-title div {
  text-transform: uppercase;
  font-size: 101px;
  font-size: 6.3125rem;
  font-weight: 800;
  color: #00aeef;
  line-height: 0.9;
  margin-bottom: 20px;
}

.vmc-title span {
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}


/* ScrollUp/ Go to TOP */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 174, 239);
    background: rgba(0, 174, 239, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(128, 220, 255, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/*ROW 4*/
.row4 {
  background: #102953;
  position: relative;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: -6px
}
footer {
  font-weight: 300;
}
footer ul li a {
  font-weight: 300;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;

}
footer ul {
  padding-bottom: 8px;
}
.sub-btnwrap {
  margin-left: auto;
  margin-right: auto;
  width: 213px;
  display: block
}

h6, h6 a:hover  {
  color: #fff;
}


.subscribe {
  font-size: 24px;
  font-size: 1.5rem;
  color: #6186c3;
  line-height: 1.2
}
.subscribe-info {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 20px 0;
}
footer  input {
  border: none;
  padding: 9px 0 8px 20px;
  background: #14366e;
  color: #6186c3;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 172px;
  float: left
}

footer button {
  border: none;
  outline: none;
  background: #395789;
  color: #fff;
  position: relative;
  text-align: center;
  height: 37px;
  width: 41px;
  float: left;
  padding: 0;
  display: block;
}
.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6186c3;
}
.copytxt {
  margin-bottom: 20px
}
.social-wrap {
  text-align: right;
  float: right
}
.social-icons {
  padding: 8px 0 0 0;
  width: 200px;
}
.social-icons img{
  padding: 0 15px;
}

.social-icons img:last-child {
  padding-right: 0
}
.dots {
  display: inline-block;
  position: relative;
  top: 4px;
  padding: 0 8px;
}

.cn-icons a {
  padding-right: 7px;
  padding-top: 8px;
  display: inline-block;
}




/************* Media Queries *************/

/* Min width */

/* for-tablet-portrait-up */
@media screen and (min-width: 600px) {
}

/* for-tablet-landscape-up */
@media screen and (min-width: 900px) {
}

/* for-tablet-landscape-only */
@media screen and (min-width: 900px) and (max-width: 1199px) {}

@media screen and (min-width: 992px) {

  .colspushfix {
    left: 17.667%;
  }
  .colspushfix5 {
    left: 5.333%;
  }
  .colspushfix12 {
    left: 12.666%;
  }
  .colsfix4-stock {
  width: 29.333%;
  float: left;
  margin-right: 25px;
  margin-left: 25px;
  }
  .colsfix3 {
    width: 22.12%;
  }
  .colsfix3-ft {
    width: 22.5%;
  }
  .colsfix2-ft {
    width: 18.667%;
  }
  .colsfix3-social {
    width: 20.66%;
  }
.icn-contact {
  height: 21px
}

#toggle-menu, #mobile-menu  {
  display: none;
}
/*** MENU ****/
ul.mega-wrap{
	float: right;
	list-style: none;
	background: transparent;
  line-height: 112px;

}
.mega-wrap > li {
  display: inline-block;float:left;

}
.mega-wrap > li:hover {
  background: rgba(255, 255, 255, .7);

}
.mega-wrap > li > a{
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
  font-size: 15px;
  font-size: 0.9375rem;

}

.mega-wrap > li > a{
	display:block;
	padding: 0 20px;
 }

.mega-wrap > li > a.active,
.mega-wrap > li > a:hover,
li.drop-down ul > li > a:hover{
	color:#00aeef;
}

li.drop-down,
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul {
    display:none;
}

li.drop-down>ul>li>a,
 {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

/*mega menu*/
.mega-menu {
  left: 0;
  right: 0;
  padding: 0;
  display:none;
  min-height: 100%;
  position: absolute;
  z-index: 1000
}
.l2-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 36px
}
.l2 {
    padding-bottom: 37px;
}
.mega-menu .fa-angle-right {
    float: right;
    color: #888;
    font-size: 24px;
    margin-top: -2px;
}

h4.row.mega-title a {
  color: #102953;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
  margin-bottom: 10px
  }

h4.row.mega-title a:hover{
    color: #00aeef;
}
ul.sub-menu li a {
    padding: 3px 0px;
    font-size: 14px;
    font-weight: 300
}
ul.sub-menu li a {
  line-height: 20px;
  display: block;
}

ul.sub-menu li a:hover {
    color: #56bef3;
}

.mega-menu p {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 0;
    min-height: 80px
}
.mega-menu{
	background-color: #fff;
}

/*hover*/
.mega-menu:hover,
.drop-down-ul:hover,
li.drop-down>a:hover +.drop-down-ul,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}

.serv-intro {
    width: 80%;
  }

  .ipo {
    margin-left: 20px
  }
}
@media screen and (min-width: 1024px) {

}



/* for-desktop-up */
@media screen and (min-width: 1920px) {
  .slide1 {
    background-position: center top, center -100px;
    background-size: auto, 100% auto;
  }
  .slide2 {
    background-position: center top, center -100px;
    background-size: auto, 100% auto;
  }
}


@media screen and (min-width: 1200px) {

}

/* for-desktop-only */




@media screen and (min-width: 1200px) and (max-width: 1799px) {}

/* for-big-desktop-up */
@media screen and (min-width: 1920px) {}

@media screen and (min-width: 1800px) {
.numberCircle {
    top: 59%;
    transform: translateY(-59%);
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1366px) {
  .slide1 {
    background-position: center top, center -50px;
    background-size: auto, 100% auto;
  }
  .slide2 {
    background-position: center top, center -50px;
    background-size: auto, 100% auto;
  }
  .c2 {
  font-size: 5.3125rem;
  }
  .c3 {
  font-size: 3.9375rem;
  }
  .c4 {
  font-size: 3.8125rem;
  }
  .home-caption {
  top: 120px;
  }
}

@media only screen and (max-width: 1440px) and (max-height: 900px) {
  .slide1 {
    background-position: center top, center 20px;
    background-size: auto, 100% auto;
  }
  .slide2 {
    background-position: center top, center 20px;
    background-size: auto, 100% auto;
  }
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {
  .slide1 {
    background-position: center top, center 154px;
    background-size: auto, 100% auto;
  }
  .slide2 {
    background-position: center top, center 154px;
    background-size: auto, 100% auto;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1281px)  {
  .c2 {
  font-size: 5.3125rem;
  }
  .c3 {
  font-size: 3.9375rem;
  }
  .home-caption {
  top: 130px;
  }
  .slide1 {
  background-position: center top, center -10px;
  background-size: auto, 100% auto;
  }
  .slide2 {
  background-position: center top, center -10px;
  background-size: auto, 100% auto;
  }
  .c4 {
  font-size: 3.8125rem;
  }


}



@media screen and (min-width: 768px) {


  .vmc-wrap .show {
	  display:block;
  }
}


@media screen and (min-width: 901px){
}


@media screen and (max-width: 991px){
  .col-group {
    padding-left: 0;
    padding-right: 0;
  }

.col-mb-12, .col-mb-11, .col-mb-10, .col-mb-9, .col-mb-8, .col-mb-7, .col-mb-6, .col-mb-5, .col-mb-4, .col-mb-3, .col-mb-2, .col-mb-1,
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1,
.col-dt-12, .col-dt-11, .col-dt-10, .col-dt-9, .col-dt-8, .col-dt-7, .col-dt-6, .col-dt-5, .col-dt-4, .col-dt-3, .col-dt-2, .col-dt-1,
.col-ld-12, .col-ld-11, .col-ld-10, .col-ld-9, .col-ld-8, .col-ld-7, .col-ld-6, .col-ld-5, .col-ld-4, .col-ld-3, .col-ld-2, .col-ld-1 {
  padding-right: 20px;
  padding-left: 20px;
  }


  ul.mega-wrap{
    display: none
  }

  #mobile-menu {
    position: absolute;
    top: -8px;
    right: 0;
    height: 100vh !important;
    font-size: 1.4rem;

  }

/*
  .multilevelpushmenu_wrapper ul {
    max-height: calc(100vh - 100px);
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }*/

  .multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
    background: #fff;
    right: 0px;
  }
  .multilevelpushmenu_wrapper .levelHolderClass {
    background: #fff;
  }
  /*.levelHolderClass ul {
    height:calc(100vh - 214px);
    overflow-x: hidden;
    overflow-y: auto;
    }*/
  #toggle-menu {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 48px;
    height: 48px;
    border-radius: 3px;
    background: #00aeef;
    color: #fff;
    cursor: pointer;
  }
  .hamburger {
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00aeef;
    color: #ecf0f1;
    text-align: center;
    float: left;
    margin-right: 22px;
    width: 48px;
    border-radius: 3px;
}
.hamburger2 {
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #00aeef;
  color: #ecf0f1;
  text-align: center;
  float: right;
  width: 48px;
  border-radius: 3px;
}
.hamburger .line, .is-active .line {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

  .multilevelpushmenu_wrapper a {
    font-size: 1.125rem;
    color: #00aeef;
  }
  .multilevelpushmenu_wrapper li {
    border-top: 1px solid #f2f2f2;
    text-align: left !important;
    padding: 0.3em 1em .3em 1em;
  }
  .multilevelpushmenu_wrapper li:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
  .multilevelpushmenu_wrapper li:hover {
    background-color: #e7e7e7;

  }
  .multilevelpushmenu_wrapper .backItemClass {
    background: #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 0.3em 1em .3em 1em;
}
  .multilevelpushmenu_wrapper a:hover {
    color: #000
  }
  .multilevelpushmenu_wrapper h2 {
    color: #0f274f;
    padding: 38px 15px 0 24px;
    text-align: left !important;
    font-size: 1.875rem;
    margin-bottom: 29px;
    font-weight: 600;
  }

  .multilevelpushmenu_wrapper .iconSpacing_rtl {
    padding: 0 0 0 .4em;
    color: #b5b5b5;
    font-size: 30px;
    margin-top: -6px;
}
.multilevelpushmenu_wrapper .floatLeft {
  float: right;
}
  .fa-close {
    -webkit-text-stroke: 8px #00aeef;
    font-size: 50px;
    position: absolute;
    top: 24px;
    right: 20px;
    background: #00aeef;
    border-radius: 3px;
    width: 48px;
    margin: 0 auto;
    text-align: center;
    color: #fff
  }
  .shape-pattern {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }

  .slide1 {
    background-image:  url(../images/bg-2.png), url(../images/banner-1-tablet-mobile.jpg);
    background-size: auto, 100% auto;
    background-position: center top, center -3%;
  }
  .slide2 {
    background-image: url(../images/bg-2.png), url(../images/banner-2-tablet-mobile.jpg);
    background-size: auto, 100% auto;
  }

  .about-intro {
    margin-top: 35px
  }

  .aboutr3-icns img.img-responsive{
    max-width: 66%;
    height: auto;
  }

  .sub-wrap {
    text-align: center;
    margin-top: 50px;
  }
  .rwd-break {
    display: none;
	height: 1px;
	padding-bottom: 0
  }
  .rwd-break2 {
    display: block;
	height: 1px;
	padding-bottom: 0
  }

  .sub-aboutr3 {
    margin-top: -393px;
  }

  .sub-scroll2 {
    bottom: -128px;
  }

  .feat-prev {
    left: 0px;
  }
  .feat-next {
    right: 0px;
  }

  .c1{
  font-size: 1.8125rem;
  }
  .c2, .c4{
    font-size: 5.0625rem;
  }
  .c3{
    font-size: 3.75rem;
  }
  .row3 h2, .r3-desc {
    text-align: center
  }

  .row3 h2 {
    padding-top: 30px
  }

  .ceo-img {
    margin-top: -274px;
  }
  .ceo-msgbox {
    left: 40px;
    right: 0;
  }
  .ceo-wrap {
    margin-top: 80px;
  }
  .ir-wrap {
    margin-bottom: 0
  }
  .business-hover .bs1 {
    height: 300px;
  }
  .business-info {
    padding: 212px 0 0 0;
  }
  .business-info:hover {
    padding: 160px 0 0 0;
  }
  .row2 {
  margin-top: -200px;
  }
  .ceo-name {
    font-size: 1rem;
  }

  .vision-bg img{
    max-width: 85%;
    float: right;
  }

  .mission-bg img {
    max-width: 85%;
    float: left;
  }
  .values-bg img{
    max-width: 85%;
    float: right;
  }
  .vmc-title div {
    font-size: 72px;
    font-size: 4.5rem;
  }
  .pos1, .pos3 {
    left: 0%;
  }
  .ipo {
    margin-bottom: 30px;
  }
}


/* Max width */
/* for-desktop-down */
@media (max-width: 1170px) {
  .container {
        max-width: 1170px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
  }
}



@media screen and (max-width: 1200px) {
}

/* for-tablet-landscape-down */
@media screen and (max-width: 900px) {
html {

}

}

@media (max-width: 768px) {}


/* for-tablet-portrait-down */

/* for-tablet-portrait-down */
@media screen and (max-width: 767px) {
  .business-info:hover {
    /*margin-left: 30px;*/
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  h1{
    font-size: 3.75rem;
  }
  h2 {
    margin-bottom: 30px;
  }
  .sub-caption p {
  font-size: 1.1rem;
  padding-left: 10px;
  padding-right: 10px;
  }

  .about-tagline {
    font-size: 3rem;
  }

  .multilevelpushmenu_wrapper {
    width: 0px !important; /* width: 280px !important; */
  }
  .multilevelpushmenu_wrapper .levelHolderClass {
    width: 280px !important;
    min-width: 280px !important;
  }
  .slide1 {
    background-position: center top, center 70px;
  }

  .slide2 {
    background-position: center top, center 80px;
  }
  .home-caption {
    top: 140px;
  }


  .social-wrap {
  text-align: left;
  float: none
  }
  .social-icons img:first-child  {
    padding-left: 0
  }
  .social-icons img:last-child {
    padding-right: 15px;
  }
  .vmc-wrap .show-mb {
	  display:block;
  }

  .shape-pattern {
    display: none
  }
  .aboutr3-icns img.img-responsive{
    max-width: 83%;
    height: auto;
  }
  .aboutr3-icns .txt-icn {
    padding-left: 0;
    padding-right: 0;
  }
  .hide-mb {
    display: none
  }
  .copyright{
    padding-top: 0;

  }
  .show-mb {
    display: block
  }
  hr {
    margin: 1px 0 20px 0;
  }
  .sub-aboutr3 {
    margin-top: -486px;
  }
  .sub-scroll2 {
    bottom: -29px;
  }
  .row3 {
    padding-top: 20px;
  }
  .row4 {
    padding-top: 30px;
  }
  .ceo-msgbox {
    background: url('../images/frame-mobile.svg') no-repeat 0 0;
    height: 278px;
    width: 345px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .ceo-img {
    margin-top: -100px;

  }

  .ceo-desc {
    padding: 26px 31px 0 30px;
  }
  .ceo-img img {
    width: 203px;
  }

.business-hover .bs1 {
    height: 188px;
  }
  .business-info {
    padding: 122px 0 0 0;
  }
  .business-info:hover {
    padding: 72px 0 0 0;
  }
  .seg-title {
    font-size: 1.275rem;
  }

  .bs1:hover .seg-title {
      margin-top: 10px;
      text-shadow: 1px 1px 2px #000000;

    }
  h2{
  font-size: 2.125rem;
  }
  .aboutheading {
    font-size: 2rem;
  }
  .ipo h5 {
    font-size: 1.5rem;
  }
  .ipo-txt {
    margin: 0 0 0 34px;
  }
  .ipo-img {
    margin-left: -23px;
  }
  .c1{
    font-size: 1.375rem;
  }
  .c2, .c4{
    font-size: 3rem;
  }
  .c3{
    font-size: 2.1875rem;
  }
  .ir-wrap {
    padding-top: 90px
  }
  .col-group [class*="col-"] .aw-box {
  padding-left: 0px;
  padding-right: 0px;
  }

}
@media screen and (max-width: 650px) {
  .vision-bg img, .mission-bg img, .values-bg img {
    max-width: 100%;
    float: none;
  }
  .pos1, .pos2, .pos3 {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .vmc-title {
    width: 100%;
  }
}

/* for-mobile-portrait-down - iphone 6/78*/
@media screen and (max-width: 414px) {
html{
    font-size: 13px;
	}
  /*added by ryc*/
  .ceo-desc {
    font-size: 18px;
  }

}


@media screen and (max-width: 400px) {
html{
    font-size: 13px;
	}
  /*added by ryc*/
  .ceo-desc {
    font-size: 16px;
  }

}


@media screen and (max-width: 360px) {


}
/*ADD ONS*/
#menufindaconsultant {
    background: url(../img/agent2.jpg) left no-repeat;
    height: 165px;
    background-size: 100% 100%;
    position: relative;
}


.contactinfo {
    padding-top: 0;
}
.contactinfo h3 small {
    font-size: 16px !important;
    padding: 0px 0px 5px 0px;
    line-height: 20px;
    display: block;
    color: #012652;
}
.contactinfo h3 {
    font-size: 20px !important;
    padding: 0px 0px 5px 0px !important;
    line-height: 24px !important;
    margin-top: 0px !important: margin-top:0px !important: padding: 0px;
    margin: 0px;
    color: #012652;
}
.contactinfo h3 a {
    font-size: 20px !important;
    padding: 0px 0px 0px 0px !important;
    line-height: 5px !important;
    margin: 0px !important: margin-top:0px !important: margin-top:0px !important: display:block;
    color: #012652;
}
.contactinfo h3 a p {
    font-size: 13px !important;
    line-height: 15px;
    padding-bottom: 5px;
}
.contactinfo p {
    font-size: 13px !important;
    line-height: 15px;
    padding-bottom: 5px;
}
.subcolor {
    color: #012652 !important;
}

.socialmedialinks {
    margin-bottom: 30px;
}
.socialmedialinks a {
    padding-left: 30px;
}

.achieverimg {
    width: 400px;
}
.menuimg {
    width: 300px;
}

.mapimg {
    width: 300px;
    height: 240px;
}
.subsidiaries li {
    margin-bottom: 10px !important;
}
.subsidiaries li span {
    display: block;
    padding-left: 0px;
}
.subsidiaries .glyphicon {
    font-size: 11px;
}
.menuimgborderbtm {
  border-bottom: 10px solid #01aef0;

}

.menulinkbox {
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-color: #01aef0;
    width: 100%;
    padding: 5px;
    border-bottom: 3px #012652 solid;
    color: #fff;
    margin-left: 0%
}
.jobdesc ul {
   margin-left: 30px;
   list-style-type: disc;
 }
 .jobdesc ol {
   margin-left: 30px;
   list-style: decimal; /* list-style: inherit; does not bring back the decimal */
 }

 .jobdesc p {
     padding-bottom: 20px;
 }
 .jobdesc p, ol, ul li {
   color: #666666;
   font-weight: normal;
   font-size: 18px;
}
.jobdesc h3 {
  font-weight: bold;
}
p{
  padding-bottom: 14px !important;
}

@media only screen and (min-width :900px) {

	.westzonalul ul li {
    font-size: 24px;
  }
}

.seminarpageheader {
   margin-left: 20px;
   margin-bottom: 20px;
   margin-right: 20px;
   font-weight: 600;
   text-align: justify;
   font-size: 25px;
}

#ppmModal {
  top:30%;
}

.signuplink {
  position: absolute;
  top: 85%;
  left: 43%;
}

.ppmp1 {
  top: 61%;
  left: 28%;
  position: absolute;
  font-size: 38px;
  font-weight: bold;
  color: black;
  font-family: serif;
}

.ppmp2 {
  top: 77%;
  left: 24%;
  position: absolute;
  font-size: 13.5px;
  font-weight: bold;
  color: black;
  font-family: serif;
}

@media (min-width: 320px) and (max-width: 480px) {
  #ppmModal {
    top:15%;
  }
   .signuplink {
    position: absolute;
    top: 83%;
    left: 40%;
    line-height: 6px;
    font-size: 8px;
  }

   .ppmp1 {
    top: 61%;
      left: 28%;
      position: absolute;
      font-size: 15px;
      font-weight: bold;
      color: black;
      font-family: serif;
  }

   .ppmp2 {
      top: 77%;
      left: 24%;
      position: absolute;
      font-size: 5.5px;
      font-weight: bold;
      color: black;
      font-family: serif;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #ppmModal {
    top:20%;
  }
   .signuplink {
    position: absolute;
    top: 83%;
    left: 34%;
    line-height: 8px;
    font-size: 8px;
  }

  .ppmp1 {
    top: 61%;
      left: 21%;
      position: absolute;
      font-size: 15px;
      font-weight: bold;
      color: black;
      font-family: serif;
  }

  .ppmp2 {
      top: 75%;
      left: 19%;
      position: absolute;
      font-size: 5.5px;
      font-weight: bold;
      color: black;
      font-family: serif;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ppmModal {
    top:30%;
  }
  .signuplink {
    position: absolute;
    top: 84%;
    left: 44%;
    line-height: 8px;
    font-size: 8px;
  }

  .ppmp1 {
      top: 64%;
      left: 34%;
      position: absolute;
      font-size: 15px;
      font-weight: bold;
      color: black;
      font-family: serif;
  }

  .ppmp2 {
    top: 75%;
    left: 24%;
    position: absolute;
    font-size: 8.5px;
    font-weight: bold;
    color: black;
    font-family: serif;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  #ppmModal {
    top:30%;
  }

  .signuplink {
    position: absolute;
    top: 85%;
    left: 45%;
    line-height: 20px;
    font-size: 14px;
  }

    .ppmp1 {
    top: 61%;
    left: 29%;
    position: absolute;
    font-size: 38px;
    font-weight: bold;
    color: black;
    font-family: serif;
  }

  .ppmp2 {
    top: 77%;
    left: 24%;
    position: absolute;
    font-size: 13.5px;
    font-weight: bold;
    color: black;
    font-family: serif;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  #ppmModal {
    top:15%;
  }
  .signuplink {
    position: absolute;
    top: 85%;
    left: 45%;
    line-height: 20px;
    font-size: 14px;
  }

  .ppmp1 {
    top: 61%;
    left: 28%;
    position: absolute;
    font-size: 38px;
    font-weight: bold;
    color: black;
    font-family: serif;
  }

  .ppmp2 {
    top: 77%;
    left: 25%;
    position: absolute;
    font-size: 13.5px;
    font-weight: bold;
    color: black;
    font-family: serif;
  }
}
