/*---------------------------------------------------*/
/*	 ARLO BASE
/*---------------------------------------------------*/
/* line 12, X:/wenning-hrc/assets/scss/style.scss */
html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

/* line 18, X:/wenning-hrc/assets/scss/style.scss */
body {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.8px;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: #6f6f6f;
}

/* line 29, X:/wenning-hrc/assets/scss/style.scss */
section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 35, X:/wenning-hrc/assets/scss/style.scss */
section .margin-top {
  margin-top: 60px;
}

/* line 39, X:/wenning-hrc/assets/scss/style.scss */
section .margin-bottom {
  margin-bottom: 60px;
}

/* line 44, X:/wenning-hrc/assets/scss/style.scss */
svg {
  fill: currentcolor;
  width: 15px;
  height: 15px;
}

/* line 50, X:/wenning-hrc/assets/scss/style.scss */
img.svg {
  width: 15px;
  height: 15px;
}

/* line 55, X:/wenning-hrc/assets/scss/style.scss */
em {
  color: #C22485;
  font-style: normal;
}

/* line 60, X:/wenning-hrc/assets/scss/style.scss */
strong {
  font-weight: 500;
  color: #000;
}

/* line 65, X:/wenning-hrc/assets/scss/style.scss */
a.file-link {
  text-decoration: none;
  color: #fff;
  background-color: #C22485;
  display: inline-block;
  padding: 10px 45px;
  font-family: "Raleway";
  position: relative;
  overflow: hidden;
}

/* line 75, X:/wenning-hrc/assets/scss/style.scss */
a.file-link:hover {
  background-color: #A10B70;
  color: #fff;
}

/* line 81, X:/wenning-hrc/assets/scss/style.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #6f6f6f;
}

/* line 86, X:/wenning-hrc/assets/scss/style.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6f6f6f;
  opacity: 1;
}

/* line 92, X:/wenning-hrc/assets/scss/style.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6f6f6f;
  opacity: 1;
}

/* line 98, X:/wenning-hrc/assets/scss/style.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6f6f6f;
}

/* line 103, X:/wenning-hrc/assets/scss/style.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6f6f6f;
}

/* line 108, X:/wenning-hrc/assets/scss/style.scss */
::placeholder {
  /* Most modern browsers support this now. */
  color: #6f6f6f;
}

/* line 113, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 128, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap * {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 140, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap .wrapper_inner {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
}

/* line 148, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_section {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 156, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_preloader {
  position: fixed;
  background-color: #fff;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

/* line 169, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_preloader .spinner_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33333;
}

/* line 177, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

/* line 182, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_preloader:before, .arlo_tm_preloader:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #000;
  -webkit-transition: .7s all ease;
  -o-transition: .7s all ease;
  transition: .7s all ease;
}

/* line 193, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_preloader:before {
  top: 0;
  left: 0;
}

/* line 198, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_preloader:after {
  bottom: 0;
  left: 0;
}

/* line 204, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_preloader.loaded:before, .arlo_tm_preloader.loaded:after {
  height: 0%;
}

/*---------------------------------------------------*/
/*	01) ARLO HOMEPAGE 1
/*---------------------------------------------------*/
/********	1.1 ARLO SIDEBAR    *******/
/* line 216, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart {
  width: 400px;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: 15;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 231, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart.opened {
  left: -400px;
}

/* line 235, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart.opened2 {
  left: -360px;
}

/* line 239, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  padding: 60px;
}

/* line 246, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .logo {
  float: left;
}

/* line 249, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .logo .light {
  display: none;
}

/* line 253, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .logo img {
  max-width: 200px;
  max-height: 200px;
}

/* line 259, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 265, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu ul {
  margin: 0px;
  list-style-type: none;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 274, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu ul li {
  margin: 0px;
}

/* line 277, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu ul li a {
  text-decoration: none;
  color: #000;
  font-family: "Raleway";
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  position: relative;
  padding: 13px 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 292, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu ul li a:hover {
  color: #C22485;
}

/* line 296, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu ul li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0px;
  bottom: 0px;
}

/* line 307, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu ul li:last-child a:before {
  display: none;
}

/* line 311, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu ul li a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.08);
  left: 0px;
  bottom: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 326, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu ul li:last-child a:after {
  display: none;
}

/* line 330, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .menu ul li a:hover:after {
  width: 100%;
}

/* line 337, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .bottom {
  position: absolute;
  bottom: 50px;
  left: 60px;
}

/* line 342, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .bottom ul {
  margin: 0px;
  list-style-type: none;
}

/* line 346, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .bottom ul li {
  margin: 0px 10px 0px 0px;
  display: inline-block;
}

/* line 350, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .bottom ul li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 359, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .bottom ul li a:hover {
  color: #C22485;
}

/* line 367, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .resize {
  width: 38px;
  height: 38px;
  background-color: #C22485;
  position: absolute;
  right: 0px;
  bottom: 20%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 380, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .resize.opened {
  right: -38px;
}

/* line 384, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .resize a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

/* line 392, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .resize a span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 14px;
  left: 15px;
  transform: rotate(0deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 409, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_leftpart .inner .resize a span.opened {
  transform: rotate(-180deg);
  left: 16px;
}

/********	1.2 ARLO TOPMENU    *******/
/* line 421, X:/wenning-hrc/assets/scss/style.scss */
body.topmenu .arlo_tm_rightpart {
  padding-left: 0px;
}

/* line 425, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  padding: 30px 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 441, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu .topmenu_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 451, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu .topmenu_inner .logo img {
  max-width: 50px;
}

/* line 455, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu .topmenu_inner .logo .dark {
  display: none;
}

/* line 460, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu .topmenu_inner .menu ul {
  margin: 0px;
  list-style-type: none;
}

/* line 464, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu .topmenu_inner .menu ul li {
  margin: 0px 25px 0px 0px;
  display: inline-block;
}

/* line 468, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu .topmenu_inner .menu ul li:last-child {
  margin-right: 0px;
}

/* line 472, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu .topmenu_inner .menu ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 481, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu .topmenu_inner .menu ul li a:hover {
  color: #C22485;
}

/* line 489, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu.animate {
  padding: 25px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

/* line 496, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu.animate .topmenu_inner .logo .dark {
  display: block;
}

/* line 500, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu.animate .topmenu_inner .logo .light {
  display: none;
}

/* line 505, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu.animate .topmenu_inner .menu ul li a {
  color: #000;
}

/* line 508, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topmenu.animate .topmenu_inner .menu ul li a:hover {
  color: #C22485;
}

/********	1.3 ARLO TOPBAR    *******/
/* line 518, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 66;
}

/* line 527, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .topbar_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #A10B70;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 537, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .topbar_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 546, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .topbar_in img {
  width: auto;
  height: 32px;
}

/* line 552, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .topbar_inner .trigger a {
  text-decoration: none;
  color: #000;
}

/* line 556, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .topbar_inner .trigger a .close {
  display: none;
}

/* line 559, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .topbar_inner .trigger a .close.opened {
  display: block;
}

/* line 564, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .topbar_inner .trigger a .menu.closed {
  display: none;
}

/* line 569, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #A10B70;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
}

/* line 578, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 0px;
}

/* line 585, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .dropdown .dropdown_inner ul {
  margin: 0px;
  list-style-type: none;
}

/* line 589, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .dropdown .dropdown_inner ul li {
  margin: 0px;
  float: left;
  width: 100%;
}

/* line 594, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_topbar .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 12px 0px;
  font-family: "Raleway";
  font-weight: 500;
  width: 100%;
}

/********	1.4 ARLO RIGHTPART    *******/
/* line 611, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_rightpart {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-left: 400px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 623, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_rightpart.opened {
  padding-left: 0px;
}

/* line 627, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_rightpart .rightpart_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 635, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_twinbox {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

/* line 642, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_twinbox .twinbox_left {
  width: 75%;
  height: auto;
  padding-right: 50px;
}

/* line 648, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_twinbox .twinbox_right {
  width: 25%;
  height: auto;
}

/********	1.5 ARLO HERO    *******/
/* line 656, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header {
  width: 100%;
  height: 100vh;
  clear: both;
  float: left;
  position: relative;
  overflow: hidden;
}

/* line 664, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 675, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* line 685, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_content {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 20px;
  z-index: 3;
}

/* line 696, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_content .image_wrap {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-bottom: 43px;
  position: relative;
}

/* line 703, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_content .image_wrap img {
  border-radius: 100%;
}

/* line 707, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_content .image_wrap .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

/* line 718, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_content .image_wrap .main:before {
  position: absolute;
  content: "";
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  z-index: -1;
}

/* line 732, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_content .name_holder {
  margin-bottom: 9px;
}

/* line 735, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_content .name_holder h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
}

/* line 744, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_content .text_typing p {
  color: #fff;
  font-size: 19px;
}

/* line 749, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header .hero_content .text_typing .arlo_tm_animation_text_word {
  font-weight: 500;
}

/* line 756, X:/wenning-hrc/assets/scss/style.scss */
#subheader {
  position: relative;
  margin-bottom: 40px;
}

/* line 760, X:/wenning-hrc/assets/scss/style.scss */
#subheader .arlo_tm_hero_header {
  height: 30vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #6f6f6f;
}

/* line 766, X:/wenning-hrc/assets/scss/style.scss */
#subheader .arlo_tm_hero_header .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 772, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_arrow_wrap {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  margin-left: -21px;
  z-index: 55;
}

/* line 780, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_arrow_wrap.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* line 785, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_arrow_wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/********	1.6 ARLO ABOUT    *******/
/* line 828, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_wrap_all {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 138px;
}

/* line 836, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 118px;
}

/* line 843, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .about_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  padding-top: 100px;
}

/* line 852, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .leftbox {
  width: 35%;
  float: left;
  height: auto;
}

/* line 857, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .leftbox .about_image_wrap {
  position: relative;
}

/* line 860, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .leftbox .about_image_wrap .image {
  position: absolute;
  z-index: 2;
}

/* line 864, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .leftbox .about_image_wrap .image .inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 876, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .leftbox .about_image_wrap .border .inner {
  position: absolute;
  top: 25px !important;
  bottom: -25px !important;
  left: 25px !important;
  right: -25px !important;
  border: 10px solid #A10B70;
}

/* line 885, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .leftbox .about_image_wrap img {
  opacity: 0;
}

/* line 891, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .rightbox {
  width: 65%;
  height: auto;
  padding-left: 70px;
}

/* line 896, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .rightbox .about_title {
  margin-bottom: 30px;
}

/* line 899, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .rightbox .about_title h3 {
  font-size: 23px;
  font-weight: 600;
}

/* line 903, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .rightbox .about_title h3 .arlo_tm_animation_text_word {
  color: #C22485;
}

/* line 909, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .rightbox .text {
  margin-bottom: 23px;
}

/* line 912, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .rightbox .text span {
  color: #C22485;
  font-style: italic;
}

/* line 919, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .about_short_contact_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 19px;
}

/* line 927, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .arlo_tm_main_title_holder {
  margin-bottom: 40px;
}

/* line 931, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .about_short_contact_wrap ul {
  margin: 0px;
  list-style-type: none;
}

/* line 935, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .about_short_contact_wrap ul li {
  margin: 0px 0px 10px 0px;
  width: 50%;
  float: left;
  position: relative;
  padding-left: 30px;
}

/* line 942, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .about_short_contact_wrap ul li:nth-of-type(2n) {
  clear: right;
}

/* line 948, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about ul li label {
  font-weight: 500;
  color: #000;
  min-width: 85px;
  display: inline-block;
}

/* line 956, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .about_short_contact_wrap ul li a {
  text-decoration: none;
  color: #C22485;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 967, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .about_short_contact_wrap ul li a:hover {
  border-bottom-color: #C22485;
}

/* line 972, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .about_short_contact_wrap ul li .svg {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 17px;
  height: 17px;
  color: #C22485;
}

/* line 982, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .buttons {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 988, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .buttons ul {
  margin: 0px;
  list-style-type: none;
}

/* line 992, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .buttons ul li {
  margin: 0px 15px 20px 0px;
  display: inline-block;
}

/* line 996, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .buttons ul li a {
  text-decoration: none;
  color: #fff;
  background-color: #C22485;
  display: inline-block;
  padding: 10px 45px;
  font-family: "Raleway";
  position: relative;
  overflow: hidden;
}

/* line 1006, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .buttons ul li a:before {
  position: absolute;
  content: "";
  top: 0px;
  height: 100%;
  left: -25%;
  width: 0%;
  background-color: #A10B70;
  transform: skew(50deg);
  transition-duration: .6s;
  z-index: 1;
}

/* line 1019, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .buttons ul li a:hover:before {
  width: 150%;
}

/* line 1024, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about .buttons ul li span {
  z-index: 2;
  position: relative;
}

/* line 1033, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_content_wrap_all {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 30px;
}

/* line 1041, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_content {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 30px;
}

/* line 1048, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_content .content_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 100px;
}

/* line 1055, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_content .content_inner h3, .arlo_tm_content .content_inner h4, .arlo_tm_content .content_inner h5 {
  margin: 8px 0 16px;
}

/* line 1059, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_content .content_inner p {
  margin-bottom: 20px;
}

/* line 1063, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_content .content_inner ul {
  margin-bottom: 40px;
}

/********	1.7 ARLO SERVICES   *******/
/* line 1071, X:/wenning-hrc/assets/scss/style.scss */
.arlo_title_holder {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 1077, X:/wenning-hrc/assets/scss/style.scss */
.arlo_title_holder h2, .arlo_title_holder h3 {
  position: relative;
  font-weight: 600;
}

/* line 1081, X:/wenning-hrc/assets/scss/style.scss */
.arlo_title_holder h2:before, .arlo_title_holder h3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #C22485;
  left: 0px;
  bottom: -11px;
}

/* line 1091, X:/wenning-hrc/assets/scss/style.scss */
.arlo_title_holder h2:after, .arlo_title_holder h3:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #C22485;
  left: 0px;
  bottom: -20px;
}

/* line 1102, X:/wenning-hrc/assets/scss/style.scss */
.arlo_title_holder h3 {
  font-size: 35px;
}

/* line 1107, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #f7f7f7;
  padding: 138px 0px 104px 0px;
  background-image: url("..//img/bg1.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* line 1119, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 90px;
}

/* line 1126, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 1130, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li {
  margin: 0px 0px 50px 0px;
  float: left;
  width: 33.3333%;
  padding-left: 50px;
}

/* line 1136, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  top: 0px;
  padding: 45px 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1152, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

/* line 1156, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner:before {
  position: absolute;
  content: "";
  width: 8px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffedeb;
}

/* line 1166, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner .number {
  position: relative;
}

/* line 1169, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner .number:before {
  position: absolute;
  content: "";
  height: 8px;
  left: 0px;
  right: -40px;
  bottom: -17px;
  background-color: #ffedeb;
}

/* line 1179, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner .number span {
  font-weight: 600;
  color: #C22485;
  font-size: 16px;
}

/* line 1186, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner .title {
  padding-top: 50px;
  margin-bottom: 13px;
}

/* line 1190, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner .title h3 {
  font-size: 23px;
}

/* line 1195, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner .text {
  margin-bottom: 10px;
}

/* line 1199, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner .read_more a {
  text-decoration: none;
  color: #C22485;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1209, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services .service_inner ul li .inner .read_more a:hover {
  border-bottom-color: #C22485;
}

/********	1.8 ARLO PROGRESS    *******/
/* line 1221, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_progress_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 93px 0px 26px 0px;
}

/* line 1228, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_progress_wrap .progress_wrap_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

/* line 1235, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_progress_wrap .progress_wrap_inner .left {
  width: 50%;
  padding-right: 50px;
}

/* line 1239, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_progress_wrap .progress_wrap_inner .left .main_title {
  width: 100%;
  float: left;
  margin-bottom: 29px;
}

/* line 1244, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_progress_wrap .progress_wrap_inner .left .main_title h3 {
  font-size: 23px;
}

/* line 1247, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_progress_wrap .progress_wrap_inner .left .main_title h3 span {
  color: #C22485;
}

/* line 1255, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_progress_wrap .right {
  width: 50%;
  height: auto;
  padding-left: 30px;
}

/* line 1262, X:/wenning-hrc/assets/scss/style.scss */
.arlo_progress {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 9px;
}

/* line 1270, X:/wenning-hrc/assets/scss/style.scss */
.progress_inner {
  width: 100%;
  margin-bottom: 11px;
}

/* line 1274, X:/wenning-hrc/assets/scss/style.scss */
.progress_inner > span {
  margin: 0px 0px 7px 0px;
  width: 100%;
  display: block;
  text-align: left;
}

/* line 1281, X:/wenning-hrc/assets/scss/style.scss */
.progress_inner span.number {
  float: right;
}

/* line 1285, X:/wenning-hrc/assets/scss/style.scss */
.progress_inner .background {
  background: #07081f;
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 8px;
}

/* line 1292, X:/wenning-hrc/assets/scss/style.scss */
.progress_inner .background .bar_in {
  height: 100%;
  background: #333;
  width: 0px;
  overflow: hidden;
}

/* line 1299, X:/wenning-hrc/assets/scss/style.scss */
.progress_inner .background .bar {
  width: 0px;
  height: 100%;
}

/* line 1303, X:/wenning-hrc/assets/scss/style.scss */
.progress_inner .background .bar.open {
  -webkit-animation: wow 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* Safari 4+ */
  -moz-animation: wow 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* Fx 5+ */
  animation: wow 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* IE 10+ */
  width: 100%;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes wow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes wow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/********	1.9 ARLO CALL TO ACTION    *******/
/* line 1351, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_call_action {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #C22485;
  padding: 60px 0px;
  display: none;
}

/* line 1360, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_call_action .action_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 1370, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_call_action .arlo_tm_button a {
  background-color: #fff;
  color: #000;
}

/* line 1374, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_call_action .arlo_tm_button a:hover {
  color: #fff;
}

/* line 1379, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_call_action .action_inner .left p {
  font-size: 23px;
  font-family: "Raleway";
  color: #fff;
}

/********	1.10 ARLO PORTFOLIO    *******/
/* line 1388, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 100px;
}

/* line 1396, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_filter {
  width: 100%;
  height: auto;
  text-align: left;
  list-style-type: none;
  margin: 0px 0px 29px 0px;
  display: inline-block;
  padding-top: 80px;
}

/* line 1405, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_filter li {
  display: inline-block;
  margin: 0px 28px 0px 0px;
}

/* line 1409, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_filter li:last-child {
  margin-right: 0px;
}

/* line 1413, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_filter li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

/* line 1425, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_filter li a:hover, .arlo_tm_portfolio_filter li a.current {
  color: #C22485;
}

/* PORTFOLIO LIST */
/* line 1434, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_list {
  list-style-type: none;
  margin: 0px 0px 0px -50px;
  padding-top: 139px;
}

/* line 1439, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_list > li {
  width: 33.3333%;
  float: left;
  position: relative;
  margin: 0px 0px 50px 0px;
  padding-left: 50px;
}

/* line 1447, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_list li img {
  min-width: 100%;
}

/* line 1452, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_titles {
  white-space: nowrap;
  background: #ffffff;
  font-size: 23px;
  font-weight: 600;
  padding: 4px 13px;
  color: #000000;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  font-family: "Raleway";
}

/* line 1465, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_titles.visible {
  opacity: 1;
  visibility: visible;
}

/* line 1470, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_titles .work__cat {
  position: absolute;
  background: #ffffff;
  top: 100%;
  left: 0;
  margin-top: -5px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
}

/* line 1482, X:/wenning-hrc/assets/scss/style.scss */
.entry {
  position: relative;
}

/* line 1486, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_image_main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/********	1.11 ARLO DETAILS    *******/
/* line 1499, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 143px 0px 130px 0px;
  margin-bottom: 139px;
  background-image: url("..//img/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 1511, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
}

/* line 1519, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .left {
  width: 55%;
  padding-right: 40px;
}

/* line 1524, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .right {
  width: 45%;
}

/* line 1527, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .right ul {
  margin: 0px;
  list-style-type: none;
}

/* line 1531, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .right ul li {
  margin: 0px 0px 27px 0px;
  float: left;
  width: 100%;
}

/* line 1536, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .right ul li:last-child {
  margin-bottom: 0px;
}

/* line 1540, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .right ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

/* line 1548, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .right ul li .icon {
  position: absolute;
  top: 4px;
  left: 0px;
}

/* line 1553, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .right ul li .icon .svg {
  color: #C22485;
  width: 30px;
  height: 30px;
}

/* line 1560, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .right ul li .text {
  padding-left: 54px;
}

/* line 1563, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_details_wrap .details_inner .right ul li .text h3 {
  font-size: 23px;
  margin-bottom: 14px;
}

/********	1.12 ARLO TEAM    *******/
/* line 1576, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 100px;
}

/* line 1583, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 90px;
}

/* line 1590, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 1594, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li {
  margin: 0px 0px 50px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 50px;
}

/* line 1600, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  top: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1614, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 1618, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner .image {
  position: relative;
  overflow: hidden;
}

/* line 1622, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner .image img {
  min-width: 100%;
}

/* line 1626, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 1638, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner .details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 32px 40px 30px 40px;
}

/* line 1645, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner .details h3 {
  font-size: 23px;
  margin-bottom: 3px;
}

/* line 1651, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner .social {
  position: absolute;
  left: 0px;
  bottom: -32px;
  background-color: #C22485;
  padding: 0px 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1664, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner:hover .social {
  bottom: 0px;
}

/* line 1668, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner .social ul {
  margin: 0px;
  list-style-type: none;
}

/* line 1672, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner .social ul li {
  margin: 0px 3px 0px 0px;
  display: inline-block;
}

/* line 1676, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team .team_inner > ul > li .inner .social ul li a {
  text-decoration: none;
  color: #fff;
}

/********	1.13 ARLO TIMELINE    *******/
/* line 1690, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("..//img/bg1.jpg");
  padding: 139px 0px 100px 0px;
}

/* line 1701, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 90px;
}

/* line 1708, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 1712, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li {
  margin: 0px 0px 50px 0px;
  float: left;
  width: 33.3333%;
  padding-left: 50px;
}

/* line 1718, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  top: 0px;
  padding: 45px 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1734, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

/* line 1738, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner:before {
  position: absolute;
  content: "";
  width: 8px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffedeb;
}

/* line 1748, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner .number {
  position: relative;
}

/* line 1751, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner .number:before {
  position: absolute;
  content: "";
  height: 8px;
  left: 0px;
  right: -40px;
  bottom: -17px;
  background-color: #ffedeb;
}

/* line 1761, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner .number span {
  font-weight: 600;
  color: #C22485;
  font-size: 16px;
}

/* line 1768, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner .title {
  padding-top: 50px;
  margin-bottom: 13px;
}

/* line 1772, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner .title h3 {
  font-size: 23px;
}

/* line 1777, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner .text {
  margin-bottom: 10px;
}

/* line 1781, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner .read_more a {
  text-decoration: none;
  color: #C22485;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1791, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline .timeline_inner ul li .inner .read_more a:hover {
  border-bottom-color: #C22485;
}

/********	1.14 ARLO TESTIMONIAL    *******/
/* line 1803, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 1809, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

/* line 1817, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

/* line 1825, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_bg .image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 1836, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_bg .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 1847, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_content {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  z-index: 2;
  padding: 150px 20px 150px 20px;
}

/* line 1856, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_content .content_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  border: 10px solid rgba(238, 238, 238, 0.2);
  padding: 60px 60px 64px 146px;
}

/* line 1865, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_content .content_inner .icon {
  position: absolute;
  left: 51px;
  top: 67px;
  line-height: 0;
}

/* line 1871, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_content .content_inner .icon i {
  font-size: 60px;
  color: #C22485;
}

/* line 1877, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_content .content_inner .texts p {
  color: #eee;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 32px;
}

/* line 1885, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_content .content_inner .title .name {
  color: #eee;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 3px;
}

/* line 1892, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_content .content_inner .title .job {
  color: #C22485;
  font-size: 18px;
  font-weight: 400;
}

/* line 1900, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_content ul {
  margin: 0px;
  list-style-type: none;
}

/* line 1904, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial .testimonial_content ul li {
  margin: 0px;
}

/* line 1913, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline.second .timeline_inner ul li .inner .number span {
  color: #A10B70;
}

/* line 1917, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline.second .timeline_inner ul li .inner .number:before {
  background-color: #FFEAD2;
}

/* line 1922, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline.second .timeline_inner ul li .inner:before {
  background-color: #FFEAD2;
}

/* line 1926, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline.second .timeline_inner ul li .inner .title h3 {
  font-size: 20px;
}

/* line 1932, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.second .news_inner ul li .inner .dates p .first a {
  color: #A10B70;
}

/* line 1935, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.second .news_inner ul li .inner .dates p .first a:hover {
  border-bottom-color: #A10B70;
}

/* line 1940, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.second .news_inner ul li .inner .details .title h3 {
  font-size: 20px;
}

/* line 1941, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.second .news_inner ul li .inner .details .title h3 a:hover {
  color: #A10B70;
}

/********	1.15 ARLO HOME NEWS    *******/
/* line 1951, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 138px;
}

/* line 1959, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 100px;
}

/* line 1966, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 90px;
}

/* line 1973, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 1977, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li {
  margin: 0px 0px 50px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 50px;
}

/* line 1983, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  top: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1997, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  top: -4px;
  transform: translateZ(0);
}

/* line 2003, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .image {
  position: relative;
}

/* line 2006, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .image img {
  min-width: 100%;
}

/* line 2010, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2022, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

/* line 2031, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 32px 40px 10px 40px;
}

/* line 2038, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .details .dates {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 11px;
  margin-bottom: 12px;
}

/* line 2045, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .dates p {
  text-transform: uppercase;
  font-size: 13px;
}

/* line 2049, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .dates p .first {
  text-decoration: none;
  color: #C22485;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2060, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .dates p .first:hover {
  border-bottom-color: #C22485;
}

/* line 2065, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .dates p .second {
  padding-left: 24px;
}

/* line 2069, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .dates p .category {
  position: relative;
  padding-left: 23px;
}

/* line 2073, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .dates p .category a {
  text-decoration: none;
  color: #C22485;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2084, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .dates p .category a:hover {
  border-bottom-color: #C22485;
}

/* line 2089, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .dates p .category:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  background-color: #6f6f6f;
  top: 3px;
  left: 12px;
  border-radius: 2px;
}

/* line 2103, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .details .title {
  margin-bottom: 22px;
}

/* line 2106, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .details .title h3 {
  font-size: 23px;
}

/* line 2109, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .details .title h3 a {
  text-decoration: none;
  color: #000;
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2121, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .details .title a:hover {
  color: #C22485;
}

/* line 2126, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .details .text {
  margin-bottom: 20px;
}

/* line 2130, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news .news_inner ul li .inner .details .read_more a {
  text-decoration: none;
  color: #C22485;
}

/********	1.16 ARLO PARTNERS    *******/
/* line 2143, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_partners {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 70px 0px;
  background-color: #C22485;
}

/* line 2151, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_partners .partners_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 2157, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_partners .partners_inner ul {
  margin: 0px;
  list-style-type: none;
}

/* line 2161, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_partners .partners_inner ul li {
  margin: 0px;
  text-align: center;
}

/********	1.17 ARLO CONTACT    *******/
/* line 2171, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_wrapper_all {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 138px;
}

/* line 2179, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 2185, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  padding: 83px 0px 130px 0px;
}

/* line 2193, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner .left {
  width: 50%;
  padding-right: 40px;
}

/* line 2199, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .about_short_contact_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 2205, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .about_short_contact_wrap ul {
  margin: 0px;
  list-style-type: none;
}

/* line 2209, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .about_short_contact_wrap ul li {
  margin: 0px 0px 10px 0px;
  width: 100%;
  float: left;
  position: relative;
  padding-left: 30px;
}

/* line 2216, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .about_short_contact_wrap ul li:nth-of-type(2n) {
  clear: right;
}

/* line 2223, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact ul li label, .arlo_tm_contact ul li p span {
  font-weight: 500;
  color: #000;
  min-width: 98px;
  display: inline-block;
}

/* line 2231, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .about_short_contact_wrap ul li a {
  text-decoration: none;
  color: #C22485;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2242, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .about_short_contact_wrap ul li a:hover {
  border-bottom-color: #C22485;
}

/* line 2247, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .about_short_contact_wrap ul li .svg {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 17px;
  height: 17px;
  color: #C22485;
}

/* line 2257, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner .right {
  width: 50%;
}

/* line 2260, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner .right .input_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 2266, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner .right .input_wrap ul {
  margin: 0px;
  list-style-type: none;
}

/* line 2270, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner .right .input_wrap ul li {
  margin: 0px 0px 25px 0px;
  width: 100%;
  float: left;
  border: 1px solid #6f6f6f;
}

/* line 2276, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner .right .input_wrap ul li input {
  width: 100%;
  background-color: transparent;
  border: none;
}

/* line 2281, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner .right .input_wrap ul li input:focus {
  outline: none;
}

/* line 2286, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner .right .input_wrap ul li textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  height: 44px !important;
  resize: none;
}

/* line 2293, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact .contact_inner .right .input_wrap ul li textarea:focus {
  outline: none;
}

/* line 2303, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_another .empty_notice, .arlo_tm_contact .empty_notice {
  color: #F52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}

/* line 2311, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_another .contact_error, .arlo_tm_contact .contact_error {
  color: #F52225;
  text-align: left;
  font-weight: 500;
}

/* line 2317, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_another .returnmessage, .arlo_tm_contact .returnmessage {
  color: #3A00FF;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}

/********	1.18 ARLO SINGLE SIDEBAR    *******/
/* line 2326, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 2332, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .search_wrap {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-bottom: 37px;
}

/* line 2340, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .search_wrap input[type="text"] {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #6f6f6f;
  height: 50px;
  padding-left: 15px !important;
  padding-right: 40px !important;
}

/* line 2349, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .search_wrap input[type="text"]:focus {
  outline: none;
}

/* line 2354, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .search_wrap input[type="submit"] {
  width: 40px;
  height: 49px;
  background-color: transparent;
  text-transform: capitalize;
  position: absolute;
  top: 1px;
  right: 0px;
}

/* line 2363, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .search_wrap input[type="submit"]:focus {
  outline: none;
}

/* line 2369, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .search_wrap .svg {
  position: absolute;
  top: 19px;
  right: 15px;
}

/* line 2376, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 2382, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap > ul {
  margin: 0px;
  list-style-type: none;
}

/* line 2386, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap > ul > li {
  margin: 0px 0px 37px 0px;
  width: 100%;
  float: left;
}

/* line 2391, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap > ul > li.archive {
  margin-bottom: 26px;
}

/* line 2395, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap > ul > li:last-child {
  margin-bottom: 0px;
}

/* line 2399, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap > ul > li:nth-child(1) {
  margin-bottom: 26px;
}

/* line 2403, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap > ul > li:nth-child(4) {
  margin-bottom: 32px;
}

/* line 2410, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .title_holder {
  width: 100%;
  float: left;
}

/* line 2414, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .title_holder h3 {
  position: relative;
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

/* line 2421, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .title_holder h3:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  background-color: #C22485;
  left: 0px;
  bottom: -7px;
}

/* line 2433, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .author_image {
  padding-top: 56px;
  margin-bottom: 21px;
}

/* line 2438, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 38px;
}

/* line 2445, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul {
  margin: 0px;
  list-style-type: none;
}

/* line 2449, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li {
  margin: 0px 0px 30px 0px;
  width: 100%;
  float: left;
}

/* line 2454, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li:last-child {
  margin-bottom: 0px;
}

/* line 2458, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

/* line 2466, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date {
  position: relative;
  padding-left: 20px;
}

/* line 2470, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date h3 {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 400;
}

/* line 2475, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date h3 a {
  text-decoration: none;
  color: #6f6f6f;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2487, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li:hover .title_date h3 a {
  color: #C22485;
}

/* line 2491, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date span {
  font-size: 14px;
  color: #6f6f6f;
}

/* line 2496, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .post_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
}

/* line 2505, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .post_image {
  max-width: 100px;
  position: relative;
}

/* line 2509, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .post_image .image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2521, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .arlo_tm_post_full_link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 6;
}

/* line 2532, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list .overlay_post {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* line 2544, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 25px;
}

/* line 2551, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap.archives {
  padding-top: 28px;
}

/* line 2555, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul {
  margin: 0px;
  list-style-type: none;
}

/* line 2559, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li {
  margin: 0px 0px 15px 0px;
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 2565, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

/* line 2570, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 2580, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner a {
  text-decoration: none;
  color: #6f6f6f;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2589, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner a:hover {
  color: #C22485;
}

/* line 2594, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner .right span {
  color: #6f6f6f;
}

/* line 2602, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 37px;
}

/* line 2609, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul {
  margin: 0px;
  list-style-type: none;
}

/* line 2613, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul li {
  margin: 0px 1px 5px 0px;
  display: inline-block;
}

/* line 2617, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 5px 20px;
  text-transform: capitalize;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2631, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul li a:hover {
  background-color: #000;
  color: #fff;
}

/* line 2643, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_pagination {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}

/* line 2652, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_pagination ul {
  margin: 0px;
  list-style-type: none;
}

/* line 2656, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_pagination ul li {
  margin: 0px 5px 5px 0px;
  float: left;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #6f6f6f;
}

/* line 2665, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_pagination ul li:nth-child(1) {
  background-color: #C22485;
}

/* line 2669, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_pagination ul li span {
  color: #fff;
  font-size: 14px;
}

/* line 2674, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_pagination ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2685, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_pagination ul li a:hover {
  background-color: #C22485;
}

/* line 2692, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_pagination .view {
  padding-left: 10px;
}

/* line 2697, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  padding: 61px 0px;
}

/* line 2705, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer .footer_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 2714, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer .footer_inner .copyright a {
  text-decoration: none;
  color: #C22485;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2724, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer .footer_inner .copyright a:hover {
  border-bottom-color: #C22485;
}

/* line 2730, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer .footer_inner .footer-menu a {
  color: #6f6f6f;
  text-decoration: none;
  margin: 0 24px;
}

/* line 2735, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer .footer_inner .footer-menu a:hover {
  color: #A10B70;
  text-decoration: underline;
}

/* line 2742, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer .footer_inner .top {
  width: 50px;
  height: 50px;
  background-color: #C22485;
  position: relative;
}

/* line 2748, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer .footer_inner .top span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 8px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 2761, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer .footer_inner .top a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

/********	1.19 ARLO NEWS SINGLE    *******/
/* line 2775, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 100px;
  margin-bottom: 100px;
}

/* line 2783, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 2789, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .top_image {
  position: relative;
  margin-bottom: 42px;
}

/* line 2793, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .top_image img {
  min-width: 100%;
}

/* line 2797, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .top_image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 2809, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail {
  width: 100%;
  height: auto;
  float: left;
}

/* line 2814, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 11px;
  margin-bottom: 11px;
}

/* line 2819, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates p {
  text-transform: uppercase;
  font-size: 13px;
}

/* line 2823, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates p .first a {
  text-decoration: none;
  color: #C22485;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2834, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates p .first a:hover {
  border-bottom-color: #C22485;
}

/* line 2838, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates p .first a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  background-color: #6f6f6f;
  top: 3px;
  right: -12px;
  border-radius: 2px;
}

/* line 2850, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates p .second {
  padding-left: 24px;
}

/* line 2854, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates p .category {
  position: relative;
  padding-left: 23px;
}

/* line 2858, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates p .category a {
  text-decoration: none;
  color: #C22485;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2869, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates p .category a:hover {
  border-bottom-color: #C22485;
}

/* line 2874, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .dates p .category:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  background-color: #6f6f6f;
  top: 3px;
  left: 12px;
  border-radius: 2px;
}

/* line 2888, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .title {
  margin-bottom: 22px;
}

/* line 2891, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .short_detail .title h3 {
  font-size: 23px;
}

/* line 2897, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 2903, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions P {
  margin-bottom: 20px;
}

/* line 2907, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions blockquote {
  color: #000;
  font-style: italic;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

/* line 2914, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions blockquote:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #C22485;
}

/* line 2925, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .description_images {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 9px;
  padding-bottom: 11px;
}

/* line 2933, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .description_images ul {
  margin: 0px 0px 0px -40px;
  list-style-type: none;
}

/* line 2937, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .description_images ul li {
  margin: 0px 0px 20px;
  float: left;
  width: 50%;
  padding-left: 40px;
}

/* line 2943, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .description_images ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

/* line 2950, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .description_images ul li .inner .image {
  position: relative;
}

/* line 2953, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .description_images ul li .inner .image img {
  min-width: 100%;
}

/* line 2957, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .description_images ul li .inner .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2973, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .tags {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  padding-top: 19px;
}

/* line 2983, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .tags span {
  display: inline-block;
  color: #000;
  padding-right: 30px;
  font-family: "Raleway";
  font-weight: 500;
}

/* line 2991, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .tags ul {
  margin: 0px;
  list-style-type: none;
  display: inline;
}

/* line 2996, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .tags ul li {
  margin: 0px 1px 5px 0px;
  display: inline-block;
}

/* line 3000, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .tags ul li:last-child {
  margin-bottom: 0px;
}

/* line 3004, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .tags ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 5px 20px;
  text-transform: capitalize;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3018, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_news_single .single_inner .descriptions .tags ul li a:hover {
  color: #fff;
  background-color: #000;
}

/* line 3030, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #f7f7f7;
}

/* line 3037, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .inner_wrap {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.05);
  clear: both;
  float: left;
  padding: 45px 0px 50px 0px;
}

/* line 3045, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .inner_wrap .desriptions_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 0px 40px;
  margin-bottom: 46px;
}

/* line 3055, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .title h3 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 22px;
}

/* line 3062, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .wp {
  position: relative;
  padding-left: 90px;
}

/* line 3066, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .wp .avatar {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  top: 17px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(..//img/clients/1.jpg);
}

/* line 3079, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .wp h3 a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3092, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .wp h3 a:hover {
  color: #C22485;
}

/* line 3097, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .wp .date {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}

/* line 3104, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .wp .text a {
  text-decoration: none;
  color: #C22485;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3114, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .wp .text a:hover {
  border-bottom-color: #C22485;
}

/* line 3120, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .reply_comment_wrap {
  width: 100%;
  height: 200px;
  float: left;
  width: 100%;
  float: left;
  height: auto;
  clear: both;
  padding: 0px 40px;
}

/* line 3125, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .reply_comment_wrap .title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 3138, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 3144, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 22px;
}

/* line 3150, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #6f6f6f;
  padding-left: 0px !important;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 3163, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row input:focus {
  outline: none;
  border-bottom-color: #000;
}

/* line 3169, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  resize: none;
  color: #6f6f6f;
  padding-left: 0px !important;
  height: 44px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 3184, X:/wenning-hrc/assets/scss/style.scss */
.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row textarea:focus {
  outline: none;
  border-bottom-color: #000;
}

/* line 3194, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 3200, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_button a {
  text-decoration: none;
  color: #fff;
  background-color: #C22485;
  display: inline-block;
  padding: 10px 45px;
  font-family: "Raleway";
  overflow: hidden;
  position: relative;
}

/* line 3210, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_button a:before {
  position: absolute;
  content: "";
  top: 0px;
  height: 100%;
  left: -25%;
  width: 0%;
  background-color: #000;
  transform: skew(50deg);
  transition-duration: .6s;
  z-index: 1;
}

/* line 3223, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_button a:hover:before {
  width: 150%;
}

/* line 3228, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_button span {
  position: relative;
  z-index: 2;
}

/********	1.20 ARLO PORTFOLIO SINGLE    *******/
/* line 3236, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_all_wrap {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 139px;
}

/* line 3243, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 80px;
  margin-bottom: 100px;
}

/* line 3251, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .portfolio_single_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 3258, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .portfolio_title_holder {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 3264, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .portfolio_title_holder h3 {
  font-size: 35px;
}

/* line 3269, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  padding-top: 76px;
  margin-bottom: 90px;
}

/* line 3278, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left {
  width: 40%;
}

/* line 3281, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left .detail {
  margin-bottom: 30px;
}

/* line 3284, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left .detail h3 {
  font-size: 23px;
}

/* line 3289, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left ul {
  margin: 0px;
  list-style-type: none;
}

/* line 3293, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left ul li {
  margin: 0px 0px 10px 0px;
  width: 100%;
  float: left;
}

/* line 3298, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  padding-left: 30px;
}

/* line 3306, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left ul li .inner span {
  display: inline-block;
}

/* line 3310, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left ul li .inner .first {
  min-width: 110px;
  font-weight: 500;
  color: #000000;
}

/* line 3316, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left ul li .inner span a {
  text-decoration: none;
  color: #C22485;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3326, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left ul li .inner span a:hover {
  border-bottom-color: #C22485;
}

/* line 3331, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .left ul li .inner .svg {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 17px;
  height: 17px;
  color: #C22485;
}

/* line 3344, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .descriptions_section .right {
  width: 60%;
}

/* line 3349, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .single_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 3355, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .single_list ul {
  margin: 0px;
  list-style-type: none;
}

/* line 3359, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .single_list ul li {
  margin: 0px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

/* line 3365, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .single_list ul li .image {
  position: relative;
}

/* line 3368, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .single_list ul li .image img {
  min-width: 100%;
}

/* line 3372, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_single .single_list ul li .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 3388, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_prev_next {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

/* line 3394, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_prev_next ul {
  margin: 0px;
  list-style-type: none;
}

/* line 3398, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_prev_next ul li {
  margin: 0px 7px 0px 0px;
  display: inline-block;
}

/* line 3402, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_prev_next ul li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 40px;
  color: #fff;
  line-height: 41px;
  cursor: pointer;
  position: relative;
  background-color: #C22485;
  font-family: "Raleway";
}

/* line 3415, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_prev_next ul li.prev a {
  padding: 0px 20px 0px 35px;
}

/* line 3419, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_prev_next ul li.next a {
  padding: 0px 35px 0px 20px;
}

/* line 3422, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_prev_next ul li.next a:before {
  width: 0px;
  height: 0px;
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-left-color: #fff;
  top: 15px;
  right: 15px;
}

/* line 3434, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_prev_next ul li.prev a:before {
  width: 0px;
  height: 0px;
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-right-color: #fff;
  top: 15px;
  left: 15px;
}

/*---------------------------------------------------*/
/*	02) ARLO HOMEPAGE 2
/*---------------------------------------------------*/
/* line 3452, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_section .bottom.shape {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 3;
}

/* line 3462, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_section .top.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

/********	2.1 ARLO MENU    *******/
/* line 3472, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding: 35px 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3486, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 3496, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second.animate {
  padding: 25px 0px;
  background-color: #A10B70;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* line 3502, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second.animate .inner .logo .dark {
  display: block;
}

/* line 3506, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second.animate .inner .logo .light {
  display: none;
}

/* line 3513, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .logo img {
  width: auto;
  height: 40px;
}

/* line 3518, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .logo .dark {
  display: none;
}

/* line 3524, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second.animate .inner .menu ul li a, .arlo_tm_menu_second.animate .inner .social ul li a {
  color: #fff;
}

/* line 3527, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second.animate .inner .menu ul li a:hover, .arlo_tm_menu_second.animate .inner .social ul li a:hover {
  text-decoration: underline;
}

/* line 3534, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .menu {
  padding: 0px 20px;
}

/* line 3535, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .menu ul {
  margin: 0px;
  list-style-type: none;
}

/* line 3539, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .menu ul li {
  margin: 0px 35px 0px 0px;
  float: left;
}

/* line 3543, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .menu ul li:last-child {
  margin-right: 0px;
}

/* line 3547, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .menu ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3556, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .menu ul li a:hover, .arlo_tm_menu_second .inner .menu ul li a.active {
  text-decoration: underline;
}

/* line 3566, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .social ul {
  margin: 0px;
  list-style-type: none;
}

/* line 3570, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .social ul li {
  margin: 0px 18px 0px 0px;
  float: left;
}

/* line 3574, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .social ul li:last-child {
  margin-right: 0px;
}

/* line 3578, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .social ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3587, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_second .inner .social ul li a:hover {
  background-color: #fff;
  color: #A10B70;
}

/* line 3598, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap.subpage .arlo_tm_menu_second {
  padding: 25px 0px;
  background-color: #A10B70;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* line 3604, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap.subpage .arlo_tm_menu_second .inner .logo .dark {
  display: block;
}

/* line 3608, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap.subpage .arlo_tm_menu_second .inner .logo .light {
  display: none;
}

/* line 3614, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap.subpage main {
  padding-top: 90px;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/********	2.2 ARLO HERO    *******/
/* line 3625, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_second_hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

/* line 3630, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_second_hero .hero_image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 3641, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_second_hero .hero_overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 3650, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_second_hero .container {
  height: 100%;
}

/* line 3654, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_second_hero .hero_texts {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* line 3663, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_second_hero .hero_texts .hello h3 {
  color: #A10B70;
  margin-bottom: 12px;
  font-family: "Roboto";
}

/* line 3669, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_second_hero .hero_texts .name h3 {
  color: #fff;
  font-size: 80px;
  margin-bottom: 10px;
  font-family: "Roboto";
}

/* line 3676, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_second_hero .hero_texts .job p {
  color: #fff;
  font-size: 20px;
}

/********	2.3 ARLO ABOUT    *******/
/* line 3685, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 135px;
}

/* line 3692, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
}

/* line 3700, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .left {
  width: 40%;
}

/* line 3703, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .left .image {
  position: relative;
}

/* line 3706, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .left .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 3719, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .right {
  width: 60%;
  padding-left: 70px;
}

/* line 3723, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .right .about_title {
  width: 100%;
  float: left;
  margin-bottom: 43px;
}

/* line 3728, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .right .about_title h3 {
  font-size: 50px;
  line-height: 1.2;
}

/* line 3732, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .right .about_title h3 span {
  color: #A10B70;
  font-style: italic;
}

/* line 3739, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .right .text {
  width: 100%;
  float: left;
  margin-bottom: 38px;
}

/* line 3745, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .right .sign {
  margin-bottom: 48px;
}

/* line 3748, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .right .sign img {
  height: 40px;
}

/* line 3753, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .right .sign_name {
  margin-bottom: 30px;
  display: none;
}

/* line 3757, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_second .about_inner .right .sign_name span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

/* line 3767, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_button {
  width: auto;
  height: auto;
  clear: none;
  float: left;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background-color: #A10B70;
  padding: 8px 40px;
  margin: 8px;
  border: 2px solid #A10B70;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3786, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_button:hover {
  background-color: transparent;
  color: #A10B70;
}

/* line 3791, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_button.second {
  background-color: #fff;
  color: #C22485;
  border-color: #C22485;
}

/* line 3796, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_button.second:hover {
  background-color: #6f6f6f;
}

/********	2.4 ARLO SERVICES    *******/
/* line 3804, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_service_second {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 106px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../image/bg1.jpg");
}

/* line 3815, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_service_second .service_inner {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  clear: both;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 3825, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_service_second .service_inner .item {
  margin: 0px 0px 50px 0px;
  width: 50%;
  padding: 16px;
}

/* line 3830, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_service_second .service_inner .item .inner {
  background-color: #fff;
  border-bottom: 2px solid #A10B70;
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
  padding: 20px;
  color: #000;
  transition: all .4s;
}

/* line 3842, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_service_second .service_inner .item .inner .title {
  position: relative;
  margin-bottom: 22px;
}

/* line 3846, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_service_second .service_inner .item .inner .title h3 {
  font-size: 20px;
}

/* line 3851, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_service_second .service_inner .item .inner .svg {
  width: 35px;
  height: 35px;
  color: #A10B70;
  position: absolute;
  left: 0px;
  top: -5px;
}

/* line 3860, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_service_second .service_inner .item .inner:hover {
  background-color: #A10B70;
}

/* line 3863, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_service_second .service_inner .item .inner:hover h3, .arlo_tm_service_second .service_inner .item .inner:hover p {
  color: #fff;
}

/********	2.5 ARLO PORTFOLIO    *******/
/* line 3874, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_holder_second {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 3880, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_holder_second span {
  position: relative;
  display: inline-block;
  color: #A10B70;
  font-weight: 500;
  font-size: 20px;
}

/* line 3888, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_holder_second h3 {
  font-size: 27px;
}

/* line 3893, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 100px;
}

/* line 3900, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 61px;
}

/* line 3907, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 3913, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li {
  width: 24%;
}

/* line 3916, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

/* line 3923, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner .image {
  position: relative;
}

/* line 3927, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 8px solid #fff;
}

/* line 3939, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(161, 11, 112, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3955, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/* line 3960, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner .overlay_text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5% 12px;
}

/* line 3967, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner .overlay_text span {
  color: #fff;
  display: block;
  line-height: 1.4;
  position: relative;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 3979, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner .overlay_text span.title {
  font-size: 20px;
  font-family: "Raleway";
  font-weight: 600;
  margin-bottom: 16px;
}

/* line 3989, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner:hover .overlay_text span.title, .arlo_tm_portfolio_second .portfolio_list ul li .inner:hover .overlay_text span.category {
  opacity: 1;
  left: 0px;
}

/* line 3995, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_second .portfolio_list ul li .inner .link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
}

/* line 4009, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial.second {
  margin-bottom: 135px;
}

/* line 4013, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial.second .testimonial_content .content_inner .icon i, .arlo_tm_testimonial.second .testimonial_content .content_inner .title .job {
  color: #C22485;
}

/* line 4019, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team.second .team_inner {
  padding-top: 60px;
}

/* line 4021, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team.second .team_inner > ul > li .inner .social {
  background-color: #A10B70;
}

/* line 4025, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team.second .team_inner > ul > li .inner .details h3 {
  font-size: 20px;
}

/* line 4034, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact.second .about_short_contact_wrap ul li .svg {
  color: #A10B70;
}

/* line 4038, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact.second .about_short_contact_wrap ul li a {
  color: #A10B70;
}

/* line 4041, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact.second .about_short_contact_wrap ul li a:hover {
  border-bottom-color: #A10B70;
}

/* line 4048, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer.second .footer_inner .top {
  background-color: #A10B70;
}

/* line 4052, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer.second .footer_inner .copyright a {
  color: #A10B70;
}

/* line 4055, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer.second .footer_inner .copyright a:hover {
  border-bottom-color: #A10B70;
}

/* line 4061, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline.second {
  margin-bottom: 138px;
}

/* line 4064, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_timeline.second .timeline_inner {
  padding-top: 60px;
}

/* line 4069, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.second .news_inner {
  padding-top: 60px;
}

/* line 4073, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_wrapper_all.second {
  padding-top: 0px;
}

/* line 4077, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.second {
  margin-bottom: 90px;
}

/* line 4081, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all.second {
  padding-top: 0px;
}

/* line 4085, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact.second .contact_inner {
  padding-top: 53px;
}

/*---------------------------------------------------*/
/*	03) ARLO HOMEPAGE 3
/*---------------------------------------------------*/
/* line 4093, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_homepage {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 4094, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_homepage h3 {
  font-family: "Roboto";
}

/********	3.1 ARLO HERO    *******/
/* line 4106, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  margin-bottom: 138px;
}

/* line 4113, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 4124, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* line 4134, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .container {
  height: 100%;
}

/* line 4138, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .hero_texts {
  position: fixed;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

/* line 4144, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .hero_texts.changed {
  position: relative;
}

/* line 4148, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .hero_texts h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 38px;
  position: relative;
  line-height: 1;
}

/* line 4158, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .hero_texts .www {
  max-width: 700px;
}

/* line 4162, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .hero_texts .subtitle {
  text-transform: lowercase;
  font-size: 23px;
  color: #c7c7c7;
}

/* line 4169, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .arlo_tm_animation_text_word {
  color: #17cca3;
}

/* line 4173, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .arlo_down {
  position: absolute;
  z-index: 7;
  bottom: 60px;
}

/* line 4178, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .arlo_down .line_wrapper {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  width: 1px;
  height: 50px;
  background: none;
  display: block;
}

/* line 4199, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_hero .arlo_down .line_wrapper:before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 50%;
  display: block;
  top: 0;
  -webkit-animation: scroll-down 2s ease-in-out infinite;
  -ms-animation: scroll-down 2s ease-in-out infinite;
  animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/********	3.2 ARLO MENU    *******/
/* line 4238, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 35px 0px;
  z-index: 11;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 4251, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 4261, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu .inner .logo img {
  max-width: 50px;
}

/* line 4265, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu .inner .logo .dark {
  display: none;
}

/* line 4270, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu .inner .menu ul {
  list-style-type: none;
  margin: 0px;
}

/* line 4274, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu .inner .menu ul li {
  margin: 0px 35px 0px 0px;
  float: left;
}

/* line 4278, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu .inner .menu ul li:last-child {
  margin-right: 0px;
}

/* line 4282, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu .inner .menu ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 4291, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu .inner .menu ul li a:hover {
  color: #17cca3;
}

/* line 4299, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu.animate {
  padding: 25px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* line 4305, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu.animate .logo .dark {
  display: block;
}

/* line 4309, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu.animate .logo .light {
  display: none;
}

/* line 4314, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu.animate .menu ul li a {
  color: #000;
}

/* line 4317, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_menu.animate .menu ul li a:hover {
  color: #17cca3;
}

/********	3.3 ARLO ABOUT    *******/
/* line 4326, X:/wenning-hrc/assets/scss/style.scss */
.robex_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 125px;
}

/* line 4333, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .about_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

/* line 4341, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .about_image {
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 4356, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .about_image.opened {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

/* line 4362, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .about_image .image {
  position: relative;
}

/* line 4365, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .about_image .image img {
  min-width: 100%;
}

/* line 4369, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .about_image .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 4383, X:/wenning-hrc/assets/scss/style.scss */
.robex_title_holder {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 4389, X:/wenning-hrc/assets/scss/style.scss */
.robex_title_holder h3 {
  font-size: 35px;
  position: relative;
}

/* line 4393, X:/wenning-hrc/assets/scss/style.scss */
.robex_title_holder h3:before {
  position: absolute;
  content: url("..//img/shape/1.png");
  bottom: -35px;
  left: 0px;
}

/* line 4403, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .about_main {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 107px;
}

/* line 4410, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .about_main p {
  font-size: 23px;
  margin-bottom: 20px;
  font-style: italic;
}

/* line 4415, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .about_main p .name {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border-bottom: 3px solid #17cca3;
}

/* line 4424, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .social_icons {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

/* line 4431, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .social_icons span {
  position: absolute;
  left: 0px;
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
}

/* line 4439, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .social_icons ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 130px;
  display: flex;
  align-content: center;
}

/* line 4446, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .social_icons ul li {
  margin: 0px 10px 0px 0px;
  display: inline-block;
}

/* line 4450, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .social_icons ul li a {
  text-decoration: none;
  color: #6f6f6f;
  font-size: 23px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 4460, X:/wenning-hrc/assets/scss/style.scss */
.robex_about .social_icons ul li a:hover {
  color: #17cca3;
}

/********	3.4 ARLO SKILLS    *******/
/* line 4471, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_second {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 130px;
}

/* line 4478, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_second .skills_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

/* line 4485, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_second .skills_inner .progress_inner {
  margin-bottom: 41px;
}

/* line 4488, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_second .skills_inner .progress_inner:last-child {
  margin-bottom: 0px;
}

/* line 4493, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_second .skills_inner .left {
  width: 50%;
  padding-right: 50px;
}

/* line 4498, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_second .skills_inner .right {
  width: 50%;
  padding-left: 50px;
}

/********	3.5 ARLO SERVICES    *******/
/* line 4507, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 90px;
}

/* line 4514, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third .service_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 122px;
}

/* line 4521, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third .service_inner ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 4525, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third .service_inner ul li {
  margin: 0px 0px 50px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 50px;
}

/* line 4531, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third .service_inner ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 4545, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third .service_inner ul li .inner:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

/* line 4549, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third .service_inner ul li .inner .icon {
  position: absolute;
  left: 40px;
  top: 60px;
}

/* line 4554, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third .service_inner ul li .inner .icon .svg {
  width: 40px;
  height: 40px;
  color: #17cca3;
}

/* line 4561, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third .service_inner ul li .inner .details {
  padding-left: 70px;
}

/* line 4564, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_third .service_inner ul li .inner .details .title h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

/********	3.6 ARLO PORTFOLIO    *******/
/* line 4577, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 88px;
}

/* line 4584, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 122px;
}

/* line 4591, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 4595, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li {
  margin: 0px 0px 50px 0px;
  float: left;
  width: 33.3333%;
  padding-left: 50px;
}

/* line 4601, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  overflow: hidden;
}

/* line 4609, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li .inner .image {
  position: relative;
}

/* line 4612, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li .inner .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 4629, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li .inner:hover .main {
  filter: blur(5px);
}

/* line 4633, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li .inner .text {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 4646, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li .inner .text h3 {
  font-size: 18px;
  color: #fff;
}

/* line 4651, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li .inner .text span {
  color: #fff;
}

/* line 4656, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li .inner:hover .text {
  opacity: 1;
  visibility: visible;
}

/* line 4661, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_third .portfolio_list ul li .inner .link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}

/********	3.7 ARLO RESUME    *******/
/* line 4677, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_resume_second {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 88px;
}

/* line 4684, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_resume_second .resume_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 122px;
}

/* line 4691, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_resume_second .resume_inner ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 4695, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_resume_second .resume_inner ul li {
  margin: 0px 0px 50px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 50px;
}

/* line 4701, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_resume_second .resume_inner ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 4715, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_resume_second .resume_inner ul li .inner:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

/* line 4719, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_resume_second .resume_inner ul li .inner .short {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

/* line 4725, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_resume_second .resume_inner ul li .inner .short h3 {
  font-size: 18px;
}

/* line 4729, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_resume_second .resume_inner ul li .inner .short p {
  font-size: 14px;
  padding-bottom: 10px;
  color: #17cca3;
}

/* line 4741, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team.third .team_inner {
  padding-top: 122px;
}

/* line 4745, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team.third .team_inner > ul > li .inner .details h3 {
  font-size: 18px;
}

/* line 4749, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team.third .team_inner > ul > li .inner .social {
  background-color: #17cca3;
}

/* line 4755, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial.third {
  margin-bottom: 138px;
}

/* line 4759, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial.third .testimonial_content .content_inner .icon i, .arlo_tm_testimonial.third .testimonial_content .content_inner .title .job {
  color: #17cca3;
}

/* line 4765, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all.third {
  padding-top: 0px;
}

/* line 4769, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.third {
  margin-bottom: 88px;
}

/* line 4772, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.third .news_inner {
  padding-top: 122px;
}

/* line 4776, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.third .news_inner ul li .inner .dates p .first a {
  color: #17cca3;
}

/* line 4779, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.third .news_inner ul li .inner .dates p .first a:hover {
  border-bottom-color: #17cca3;
}

/* line 4784, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.third .news_inner ul li .inner .details .title h3 {
  font-size: 18px;
}

/* line 4787, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news.third .news_inner ul li .inner .details .title h3 a:hover {
  color: #17cca3;
}

/* line 4796, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact.third .contact_inner {
  padding-top: 115px;
}

/* line 4801, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact.third .about_short_contact_wrap ul li .svg {
  color: #17cca3;
}

/* line 4805, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact.third .about_short_contact_wrap ul li a {
  color: #17cca3;
}

/* line 4808, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact.third .about_short_contact_wrap ul li a:hover {
  border-bottom-color: #17cca3;
}

/* line 4814, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact.third .arlo_tm_button a {
  background-color: #17cca3;
}

/* line 4819, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_wrapper_all.third {
  padding-top: 0px;
}

/* line 4824, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer.third .footer_inner .copyright a {
  color: #17cca3;
}

/* line 4827, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer.third .footer_inner .copyright a:hover {
  border-bottom-color: #17cca3;
}

/* line 4832, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer.third .footer_inner .top {
  background-color: #17cca3;
}

/*---------------------------------------------------*/
/*	04) ARLO HOMEPAGE 4
/*---------------------------------------------------*/
/* line 4841, X:/wenning-hrc/assets/scss/style.scss */
body.third h3 {
  font-family: "Roboto";
}

/* line 4845, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_arrow_wrap_second {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  margin-left: -21px;
  z-index: 55;
}

/* line 4853, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_arrow_wrap_second.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* line 4858, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_arrow_wrap_second a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/********	4.1 ARLO MENU    *******/
/* line 4901, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 35px 0px;
  z-index: 11;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 4914, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 4924, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu .inner .logo img {
  max-width: 50px;
}

/* line 4928, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu .inner .logo .dark {
  display: none;
}

/* line 4933, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu .inner .menu ul {
  list-style-type: none;
  margin: 0px;
}

/* line 4937, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu .inner .menu ul li {
  margin: 0px 35px 0px 0px;
  float: left;
}

/* line 4941, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu .inner .menu ul li:last-child {
  margin-right: 0px;
}

/* line 4945, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu .inner .menu ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 4954, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu .inner .menu ul li a:hover {
  color: #17cca3;
}

/* line 4962, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu.animate {
  padding: 25px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* line 4968, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu.animate .logo .dark {
  display: block;
}

/* line 4972, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu.animate .logo .light {
  display: none;
}

/* line 4977, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu.animate .menu ul li a {
  color: #000;
}

/* line 4980, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu.animate .menu ul li a:hover {
  color: #17cca3;
}

/* line 4986, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_fourth_menu .inner .menu ul li a:hover {
  color: #FF5E5F;
}

/********	4.2 ARLO HERO    *******/
/* line 4993, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  margin-bottom: 160px;
}

/* line 5001, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth .image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 5012, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 5021, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth .hero_text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

/* line 5029, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth .hero_text h3 {
  color: #fff;
  margin-bottom: 6px;
}

/* line 5034, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth .hero_text p {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 5041, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth .hero_text .social ul {
  margin: 0px;
  list-style-type: none;
}

/* line 5045, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth .hero_text .social ul li {
  margin: 0px 10px 0px 0px;
  display: inline-block;
}

/* line 5049, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth .hero_text .social ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5058, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_fourth .hero_text .social ul li a:hover {
  color: #FF5E5F;
}

/********	4.3 ARLO ABOUT    *******/
/* line 5069, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_third {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 140px;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 5080, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_third .about_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
}

/* line 5087, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_third .about_inner .about_image {
  width: 100%;
  max-width: 200px;
  height: 200px;
  margin: 0px auto;
  margin-bottom: 50px;
}

/* line 5093, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_third .about_inner .about_image .image {
  position: relative;
}

/* line 5096, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_third .about_inner .about_image .image img {
  border-radius: 100%;
}

/* line 5100, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_third .about_inner .about_image .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

/* line 5111, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_third .about_inner .about_image .image .main:before {
  position: absolute;
  content: "";
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  z-index: -1;
}

/* line 5128, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_third .about_inner .text {
  width: 100%;
  max-width: 720px;
  margin: 0px auto;
  margin-bottom: 40px;
}

/* line 5134, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_about_third .about_inner .text p span {
  color: #FF5E5F;
  font-weight: 500;
}

/* line 5142, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 5148, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_button a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 33px;
  border: 2px solid #FF5E5F;
  position: relative;
  overflow: hidden;
}

/* line 5156, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_button a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FF5E5F;
  left: 0px;
  top: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5171, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_button a:hover:before {
  left: 100%;
}

/* line 5175, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_button a span {
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5186, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_third_button a:hover span {
  color: #000;
}

/********	4.4 ARLO SERVICES    *******/
/* line 5194, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 135px;
  padding-bottom: 140px;
  margin-bottom: 133px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../image/bg1.jpg");
}

/* line 5208, X:/wenning-hrc/assets/scss/style.scss */
.tt {
  width: 100%;
  float: left;
  padding-top: 135px;
}

/* line 5214, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_holder_third {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
}

/* line 5221, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_holder_third h3 {
  font-size: 50px;
  position: relative;
  display: inline-block;
  z-index: 2;
}

/* line 5227, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_holder_third h3:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  bottom: 15px;
  height: 10px;
  z-index: 1;
  background-color: #FF5E5F;
}

/* line 5238, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_holder_third h3 span {
  position: relative;
  z-index: 2;
}

/* line 5245, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth .service_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 85px;
  margin-bottom: 93px;
}

/* line 5253, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth .service_list ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 5257, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth .service_list ul li {
  margin: 0px 0px 50px 0px;
  float: left;
  width: 33.3333%;
  padding-left: 50px;
}

/* line 5263, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth .service_list ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  text-align: center;
}

/* line 5274, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth .service_list ul li .inner:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background-color: #FF5E5F;
  left: 50%;
  bottom: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5289, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth .service_list ul li .inner:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background-color: #FF5E5F;
  right: 50%;
  bottom: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5305, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth .service_list ul li .inner:hover:before, .arlo_tm_services_fourth .service_list ul li .inner:hover:after {
  width: 50%;
}

/* line 5310, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth .service_list ul li .inner .svg {
  width: 45px;
  height: 45px;
  color: #FF5E5F;
  margin-bottom: 10px;
}

/* line 5317, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_services_fourth .service_list ul li .inner .title h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 5326, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_third {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 5332, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_third .skills_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
}

/* line 5339, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_third .skills_inner .progress_inner {
  margin-bottom: 41px;
}

/* line 5342, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_third .skills_inner .progress_inner:last-child {
  margin-bottom: 0px;
}

/* line 5347, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_third .skills_inner .left {
  width: 50%;
  padding-right: 50px;
}

/* line 5352, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_third .skills_inner .right {
  width: 50%;
  padding-left: 50px;
}

/********	4.5 ARLO PORTFOLIO    *******/
/* line 5361, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 100px;
}

/* line 5368, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 85px;
}

/* line 5375, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 5379, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li {
  margin: 0px 0px 50px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 50px;
}

/* line 5385, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  overflow: hidden;
}

/* line 5393, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner .image {
  position: relative;
}

/* line 5396, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5414, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner:hover .main {
  transform: scale(1.1);
}

/* line 5418, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 94, 95, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5434, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/* line 5439, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner .text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}

/* line 5447, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner .text h3 {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5461, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner .text span {
  color: #fff;
  position: relative;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5476, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner:hover .text h3 {
  opacity: 1;
  visibility: visible;
  top: 0px;
}

/* line 5482, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner:hover .text span {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

/* line 5489, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_portfolio_fourth .portfolio_list ul li .inner .link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
}

/********	4.6 ARLO SKILLS    *******/
/* line 5505, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_fourth {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("..//img/bg1.jpg");
  padding-top: 135px;
  padding-bottom: 100px;
  margin-bottom: 135px;
}

/* line 5518, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_fourth .skills_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 85px;
}

/* line 5525, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_fourth .skills_inner ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 5529, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_fourth .skills_inner ul li {
  margin: 0px 0px 50px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 50px;
}

/* line 5535, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_fourth .skills_inner ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  background-color: #fff;
  padding: 60px 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5551, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_fourth .skills_inner ul li .inner:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

/* line 5555, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_fourth .skills_inner ul li .inner .short {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

/* line 5561, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_fourth .skills_inner ul li .inner .short h3 {
  font-size: 20px;
  padding-bottom: 15px;
}

/* line 5566, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_skills_fourth .skills_inner ul li .inner .short p {
  font-size: 14px;
  color: #FF5E5F;
  font-weight: 500;
}

/********	4.7 ARLO TEAM    *******/
/* line 5580, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 100px;
}

/* line 5587, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 85px;
}

/* line 5594, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 5598, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li {
  margin: 0px 0px 50px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 50px;
}

/* line 5604, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  overflow: hidden;
}

/* line 5612, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner .image {
  position: relative;
}

/* line 5615, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5633, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner:hover .main {
  transform: scale(1.1);
}

/* line 5637, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 94, 95, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5653, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/* line 5658, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner .text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}

/* line 5666, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner .text h3 {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5680, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner .text span {
  color: #fff;
  position: relative;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 5695, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner:hover .text h3 {
  opacity: 1;
  visibility: visible;
  top: 0px;
}

/* line 5701, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_team_second .team_inner ul li .inner:hover .text span {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

/********	4.8 ARLO TESTIMONIALS    *******/
/* line 5715, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 135px;
}

/* line 5722, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

/* line 5730, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

/* line 5738, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_bg .image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 5749, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_bg .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 5760, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_content {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  z-index: 2;
  padding: 150px 20px 150px 20px;
  text-align: center;
}

/* line 5770, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_content .content_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  border: 10px solid rgba(238, 238, 238, 0.2);
  padding: 60px 100px 64px 100px;
}

/* line 5779, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_content .content_inner .icon i {
  font-size: 60px;
  color: #FF5E5F;
}

/* line 5784, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_content .content_inner .texts p {
  color: #eee;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 32px;
}

/* line 5792, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_content .content_inner .title .name {
  color: #eee;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 3px;
}

/* line 5799, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_content .content_inner .title .job {
  color: #FF5E5F;
  font-size: 18px;
  font-weight: 400;
}

/* line 5807, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_content ul {
  margin: 0px;
  list-style-type: none;
}

/* line 5811, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_testimonial_second .testimonial_content ul li {
  margin: 0px;
}

/* line 5818, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all.fourth {
  padding-top: 0px;
}

/* line 5821, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all.fourth .arlo_tm_home_news {
  margin-bottom: 85px;
}

/* line 5824, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all.fourth .arlo_tm_home_news .news_inner {
  padding-top: 85px;
}

/* line 5828, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all.fourth .arlo_tm_home_news .news_inner ul li .inner .details .title a:hover {
  color: #FF5E5F;
}

/* line 5832, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all.fourth .arlo_tm_home_news .news_inner ul li .inner .dates p .first a {
  color: #FF5E5F;
}

/* line 5835, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all.fourth .arlo_tm_home_news .news_inner ul li .inner .dates p .first a:hover {
  border-bottom-color: #FF5E5F;
}

/* line 5840, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_home_news_wrapper_all.fourth .arlo_tm_home_news .news_inner ul li .inner .details .title h3 {
  font-size: 20px;
}

/* line 5848, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_wrapper_all.fourth {
  padding-top: 0px;
}

/* line 5852, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_wrapper_all.fourth .arlo_tm_contact .about_short_contact_wrap ul li .svg {
  color: #FF5E5F;
}

/* line 5856, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_wrapper_all.fourth .arlo_tm_contact .about_short_contact_wrap ul li a {
  color: #FF5E5F;
}

/* line 5859, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_contact_wrapper_all.fourth .arlo_tm_contact .about_short_contact_wrap ul li a:hover {
  border-bottom-color: #FF5E5F;
}

/* line 5867, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer.fourth .footer_inner .copyright a {
  color: #FF5E5F;
}

/* line 5870, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer.fourth .footer_inner .copyright a:hover {
  border-bottom-color: #FF5E5F;
}

/* line 5875, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_footer.fourth .footer_inner .top {
  background-color: #FF5E5F;
}

/* line 5881, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap[data-sidebar="no"] .arlo_tm_leftpart {
  display: none;
}

/* line 5885, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap[data-sidebar="no"] .arlo_tm_rightpart {
  padding-left: 0px;
}

/* line 5889, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_all_wrap[data-sidebar="no"] .arlo_tm_portfolio_single, .arlo_tm_all_wrap[data-sidebar="no"] .arlo_tm_news_single {
  padding-top: 150px;
}

/* line 5894, X:/wenning-hrc/assets/scss/style.scss */
.blog {
  padding-top: 150px;
}

/*---------------------------------------------------*/
/*	  ARLO GLITCH EFFECT
/*---------------------------------------------------*/
/* line 5902, X:/wenning-hrc/assets/scss/style.scss */
.glitch {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(..//img/slider/4.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  z-index: -1 !important;
  opacity: 1;
  transform: scale(1);
}

/* line 5916, X:/wenning-hrc/assets/scss/style.scss */
.glitch:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

/*---------------------------------------------------*/
/*	  ARLO KENBURN EFFECT
/*---------------------------------------------------*/
/* line 5931, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 5939, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* line 5949, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 20px;
  z-index: 3;
}

/* line 5960, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content .image_wrap {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-bottom: 43px;
  position: relative;
}

/* line 5967, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content .image_wrap img {
  border-radius: 100%;
}

/* line 5971, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content .image_wrap .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

/* line 5982, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content .image_wrap .main:before {
  position: absolute;
  content: "";
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  z-index: -1;
}

/* line 5996, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content .name_holder {
  margin-bottom: 9px;
}

/* line 5999, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content .name_holder h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
}

/* line 6005, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content .name_holder h3 span {
  color: #A10B70;
}

/* line 6012, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content .text_typing p {
  color: #fff;
  font-size: 19px;
}

/* line 6017, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_kenburn_hero .hero_content .text_typing .arlo_tm_animation_text_word {
  font-weight: 500;
}

/*---------------------------------------------------*/
/*	   ARLO PARTICLE EFFECT
/*---------------------------------------------------*/
/* line 6028, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header.particle {
  background-image: url("..//img/slider/4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 6035, X:/wenning-hrc/assets/scss/style.scss */
#particles-js {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 2;
}

/*---------------------------------------------------*/
/*	   ARLO WATER EFFECT
/*---------------------------------------------------*/
/* line 6046, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("..//img/slider/4.jpg");
}

/* line 6054, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 6065, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* line 6075, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 20px;
  z-index: 3;
}

/* line 6086, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content .image_wrap {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-bottom: 43px;
  position: relative;
}

/* line 6093, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content .image_wrap img {
  border-radius: 100%;
}

/* line 6097, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content .image_wrap .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

/* line 6108, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content .image_wrap .main:before {
  position: absolute;
  content: "";
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  z-index: -1;
}

/* line 6122, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content .name_holder {
  margin-bottom: 9px;
}

/* line 6125, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content .name_holder h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
}

/* line 6131, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content .name_holder h3 span {
  color: #C22485;
}

/* line 6138, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content .text_typing p {
  color: #fff;
  font-size: 19px;
}

/* line 6143, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_hero_header_water .hero_content .text_typing .arlo_tm_animation_text_word {
  font-weight: 500;
}

/*---------------------------------------------------*/
/*	   ARLO VIDEO DEMO
/*---------------------------------------------------*/
/* line 6154, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

/* line 6159, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* line 6169, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 20px;
  z-index: 3;
}

/* line 6180, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content .image_wrap {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-bottom: 43px;
  position: relative;
}

/* line 6187, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content .image_wrap img {
  border-radius: 100%;
}

/* line 6191, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content .image_wrap .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

/* line 6202, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content .image_wrap .main:before {
  position: absolute;
  content: "";
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  z-index: -1;
}

/* line 6216, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content .name_holder {
  margin-bottom: 9px;
}

/* line 6219, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content .name_holder h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
}

/* line 6225, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content .name_holder h3 span {
  color: #C22485;
}

/* line 6232, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content .text_typing p {
  color: #fff;
  font-size: 19px;
}

/* line 6237, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_video_hero_wrap .hero_content .text_typing .arlo_tm_animation_text_word {
  font-weight: 500;
}

/*---------------------------------------------------*/
/*	 ARLO INTRO
/*---------------------------------------------------*/
/* line 6248, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero {
  width: 100%;
  height: 100vh;
  clear: both;
  float: left;
  position: relative;
}

/* line 6250, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero .arlo_tm_intro_button a:hover span {
  color: #000;
}

/* line 6254, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero .arlo_tm_intro_button a:before, .arlo_tm_intro_hero .arlo_tm_intro_button a:hover:before {
  background-color: #fff;
}

/* line 6265, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero .image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 6277, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 6284, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu .in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

/* line 6294, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu .in .left {
  display: flex;
  align-items: center;
}

/* line 6299, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu .in .right {
  position: relative;
  top: 4px;
}

/* line 6305, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu .in .left .logo img {
  max-width: 50px;
}

/* line 6309, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu .in .left .list {
  padding-left: 50px;
}

/* line 6312, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu .in .left .list ul {
  margin: 0px;
  list-style-type: none;
}

/* line 6316, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu .in .left .list ul li {
  margin: 0px 20px 0px 0px;
  display: inline-block;
}

/* line 6320, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu .in .left .list ul li a {
  text-decoration: none;
  color: #000;
  transition: all .3s ease;
}

/* line 6325, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_menu .in .left .list ul li a:hover {
  color: #FF5E5F;
}

/* line 6337, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero .container {
  height: 100%;
}

/* line 6341, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero .texts {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
}

/* line 6347, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero .texts h3 {
  color: #FF5E5F;
  font-family: "Roboto";
  font-size: 35px;
  margin-bottom: 20px;
}

/* line 6354, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero .texts p {
  font-size: 20px;
}

/* line 6357, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero .texts p a {
  text-decoration: none;
  color: #FF5E5F;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
  font-weight: 500;
}

/* line 6364, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_hero .texts p a:hover {
  border-bottom-color: #FF5E5F;
}

/* line 6372, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_mainpart {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 0px 40px;
}

/* line 6380, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_main_holder {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
  padding: 150px 0px 93px 0px;
}

/* line 6388, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_main_holder.demos {
  padding-top: 100px;
}

/* line 6392, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_main_holder h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

/* line 6397, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_main_holder h3 span {
  color: #C22485;
}

/* line 6400, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_title_main_holder h3 span.customer {
  font-family: "Roboto";
}

/* line 6407, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_mainpart .main_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/* line 6413, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_mainpart .main_list ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}

/* line 6417, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_mainpart .main_list ul li {
  margin: 0px 0px 50px 0px;
  float: left;
  width: 33.3333%;
  padding-left: 50px;
}

/* line 6423, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_mainpart .main_list ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}

/* line 6432, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_mainpart .main_list ul li .inner:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

/* line 6436, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_mainpart .main_list ul li .inner .title {
  width: 100%;
  float: left;
  clear: both;
  padding: 20px 0px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 6444, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_mainpart .main_list ul li .inner .title a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto";
}

/* line 6454, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_mainpart .main_list ul li .inner .link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

/* line 6467, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_features {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 50px;
}

/* line 6474, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_features ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
  position: relative;
}

/* line 6479, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_features ul li {
  margin: 0px 0px 50px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 50px;
}

/* line 6485, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_features ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 50px 20px;
  transition: all .3s ease;
}

/* line 6496, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_features ul li .inner:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

/* line 6500, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_features ul li .inner .svg {
  width: 45px;
  height: 45px;
  color: #ea3509;
  margin-bottom: 20px;
}

/* line 6507, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_features ul li .inner .subtitle {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

/* line 6518, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_footer {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  background-color: #000000;
}

/* line 6529, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_footer .left p {
  color: #fff;
}

/* line 6532, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_footer .left p a {
  text-decoration: none;
  color: #C22485;
  border-bottom: 1px solid transparent;
  transition: all .3s ease;
}

/* line 6538, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_footer .left p a:hover {
  border-bottom-color: #C22485;
}

/* line 6544, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_footer .right ul {
  margin: 0px;
  list-style-type: none;
}

/* line 6548, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_footer .right ul li {
  margin: 0px 10px 0px 0px;
  display: inline-block;
}

/* line 6552, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_footer .right ul li a {
  text-decoration: none;
  color: #fff;
  transition: all .3s ease;
}

/* line 6557, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_intro_footer .right ul li a:hover {
  color: #C22485;
}

/********	EXTRA MENU   *******/
/* line 6567, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  padding: 35px 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 6581, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 6591, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth.animate {
  padding: 25px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* line 6597, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth.animate .inner .logo .dark {
  display: block;
}

/* line 6601, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth.animate .inner .logo .light {
  display: none;
}

/* line 6608, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .logo img {
  max-width: 50px;
}

/* line 6612, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .logo .dark {
  display: none;
}

/* line 6618, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth.animate .inner .menu ul li a, .arlo_tm_menu_fifth.animate .inner .social ul li a {
  color: #000;
}

/* line 6621, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth.animate .inner .menu ul li a:hover, .arlo_tm_menu_fifth.animate .inner .social ul li a:hover {
  color: #A10B70;
}

/* line 6628, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .menu {
  padding: 0px 20px;
}

/* line 6629, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .menu ul {
  margin: 0px;
  list-style-type: none;
}

/* line 6633, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .menu ul li {
  margin: 0px 35px 0px 0px;
  float: left;
}

/* line 6637, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .menu ul li:last-child {
  margin-right: 0px;
}

/* line 6641, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .menu ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 6650, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .menu ul li a:hover {
  color: #A10B70;
}

/* line 6660, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .social ul {
  margin: 0px;
  list-style-type: none;
}

/* line 6664, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .social ul li {
  margin: 0px 18px 0px 0px;
  float: left;
}

/* line 6668, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .social ul li:last-child {
  margin-right: 0px;
}

/* line 6672, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .social ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 6681, X:/wenning-hrc/assets/scss/style.scss */
.arlo_tm_menu_fifth .inner .social ul li a:hover {
  color: #A10B70;
}

/*---------------------------------------------------*/
/*	 ARLO MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/
@media (max-width: 1600px) {
  /* line 6695, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_leftpart {
    width: 360px;
  }
  /* line 6699, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_rightpart {
    padding-left: 360px;
  }
  /* line 6703, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_leftpart .inner .menu ul li a {
    padding: 10px 0px;
  }
  /* line 6707, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_sidebar_wrap .menu_wrap .menu_inner .nav_list > ul > li > a {
    font-size: 25px;
  }
}

@media (max-width: 1400px) {
  /* line 6713, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about {
    margin-bottom: 80px;
  }
  /* line 6716, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about .leftbox {
    display: none;
  }
  /* line 6720, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about .rightbox {
    padding-left: 0px;
    width: 100%;
  }
  /* line 6726, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services .service_inner ul li, .arlo_tm_timeline .timeline_inner ul li, .arlo_tm_portfolio_list > li, .arlo_tm_team .team_inner > ul > li {
    width: 50%;
  }
  /* line 6730, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_twinbox {
    flex-direction: column;
  }
  /* line 6733, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_twinbox .twinbox_left {
    padding-right: 0px;
    width: 100%;
  }
  /* line 6738, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_twinbox .twinbox_right {
    width: 100%;
    margin-bottom: 100px;
  }
  /* line 6744, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_pagination {
    margin-bottom: 50px;
  }
  /* line 6748, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news_single {
    margin-bottom: 0px;
  }
  /* line 6749, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news_single .single_inner {
    margin-bottom: 50px;
  }
}

@media (max-width: 1200px) {
  /* line 6759, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_wrap .progress_wrap_inner {
    flex-direction: column;
  }
  /* line 6762, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_wrap .progress_wrap_inner .left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  /* line 6769, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_wrap .right {
    width: 100%;
    padding-left: 0px;
  }
  /* line 6775, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_home_news .news_inner ul li {
    width: 50%;
  }
  /* line 6779, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_contact .contact_inner {
    flex-direction: column;
  }
  /* line 6782, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_contact .contact_inner .left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  /* line 6788, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_contact .contact_inner .right {
    width: 100%;
  }
}

@media (max-width: 1040px) {
  /* line 6795, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_hero_header {
    height: 90vh;
  }
  /* line 6799, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_all_wrap.subpage main {
    padding-top: 70px;
  }
  /* line 6803, X:/wenning-hrc/assets/scss/style.scss */
  .blog {
    padding-top: 60px;
  }
  /* line 6807, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_leftpart {
    display: none;
  }
  /* line 6811, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_rightpart {
    padding-left: 0px;
  }
  /* line 6815, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_topbar {
    display: block;
  }
  /* line 6819, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_menu_second, .arlo_tm_sidebar_wrap {
    display: none;
  }
  /* line 6823, X:/wenning-hrc/assets/scss/style.scss */
  body.extra .arlo_tm_rightpart {
    padding-left: 0px;
  }
  /* line 6827, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_single, .arlo_tm_news_single {
    padding-top: 150px;
  }
  /* line 6831, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_preloader {
    display: none;
  }
  /* line 6836, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .arlo_services_wrap .service_list ul li, .arlo_tm_second_homepage .arlo_tm_resume .resume_list ul li {
    width: 50%;
  }
  /* line 6840, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .arlo_skills_wrap .skills_inner {
    flex-direction: column;
  }
  /* line 6843, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .arlo_skills_wrap .skills_inner .left {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
  /* line 6849, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .arlo_skills_wrap .skills_inner .right {
    padding: 0px;
    width: 100%;
  }
  /* line 6856, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_pricing .pricing_list > ul > li, .arlo_tm_news_another .news_list ul li {
    width: 50%;
  }
  /* line 6860, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_contact_another .contact_inner {
    flex-direction: column;
  }
  /* line 6863, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_contact_another .contact_inner .left {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 6868, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_contact_another .contact_inner .right {
    width: 100%;
  }
  /* line 6873, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_footer_another .footer_inner {
    flex-direction: column;
  }
  /* line 6878, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about_second .about_inner .left {
    display: none;
  }
  /* line 6882, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about_second .about_inner .right {
    padding: 0px;
    width: 100%;
  }
  /* line 6886, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about_second .about_inner .right .about_title h3 {
    font-size: 30px;
  }
  /* line 6892, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_second .portfolio_list ul li {
    width: 50%;
  }
  /* line 6896, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_third_menu {
    display: none;
  }
  /* line 6900, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_third_hero .hero_texts h3 {
    font-size: 60px;
    font-size: 40px;
  }
  /* line 6905, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services_third .service_inner ul li, .arlo_tm_portfolio_third .portfolio_list ul li, .arlo_tm_resume_second .resume_inner ul li, .arlo_tm_services_fourth .service_list ul li {
    width: 50%;
  }
  /* line 6909, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_skills_third .skills_inner {
    flex-direction: column;
  }
  /* line 6912, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_skills_third .skills_inner .left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 50px;
  }
  /* line 6918, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_skills_third .skills_inner .right {
    padding-left: 0px;
    width: 100%;
  }
  /* line 6924, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_fourth .portfolio_list ul li, .arlo_tm_skills_fourth .skills_inner ul li, .arlo_tm_team_second .team_inner ul li {
    width: 50%;
  }
  /* line 6928, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_fourth_menu {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 6934, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_hero_header .hero_content .name_holder h3 {
    font-size: 40px;
  }
  /* line 6939, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about .about_short_contact_wrap ul {
    margin: 0px;
  }
  /* line 6940, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about .about_short_contact_wrap ul li {
    padding-left: 30px;
    width: 100%;
  }
  /* line 6948, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about .rightbox .about_title h3 {
    font-size: 20px;
  }
  /* line 6953, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services .service_inner ul {
    margin: 0px;
  }
  /* line 6956, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services .service_inner ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 6960, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services .service_inner ul li .inner .title h3 {
    font-size: 20px;
  }
  /* line 6966, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_timeline .timeline_inner ul {
    margin: 0px;
  }
  /* line 6967, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_timeline .timeline_inner ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 6975, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_wrap .progress_wrap_inner .left .main_title h3 {
    font-size: 20px;
  }
  /* line 6979, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_call_action .action_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 6980, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_call_action .action_inner .left {
    margin-bottom: 30px;
  }
  /* line 6981, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_call_action .action_inner .left p {
    font-size: 20px;
  }
  /* line 6992, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_list {
    margin: 0px;
  }
  /* line 6993, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_list > li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7001, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_details_wrap .details_inner {
    flex-direction: column;
  }
  /* line 7004, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_details_wrap .details_inner .left {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 7009, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_details_wrap .details_inner .right {
    padding-left: 0px;
    width: 100%;
  }
  /* line 7014, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_details_wrap .details_inner .right ul li .icon {
    position: relative;
    margin-bottom: 5px;
  }
  /* line 7019, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_details_wrap .details_inner .right ul li .text {
    padding-left: 0px;
  }
  /* line 7022, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_details_wrap .details_inner .right ul li .text h3 {
    font-size: 20px;
  }
  /* line 7030, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_testimonial .testimonial_content .content_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 7031, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_testimonial .testimonial_content .content_inner .icon {
    position: relative;
    top: 0px;
    left: -12px;
    margin-bottom: 20px;
  }
  /* line 7042, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_team .team_inner > ul {
    margin: 0px;
  }
  /* line 7043, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_team .team_inner > ul > li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7047, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_team .team_inner > ul > li .inner .details h3 {
    font-size: 20px;
  }
  /* line 7055, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_testimonial .testimonial_content .content_inner .text p {
    font-size: 20px;
  }
  /* line 7059, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_home_news .news_inner ul {
    margin: 0px;
  }
  /* line 7060, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_home_news .news_inner ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7068, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_main_title h3 {
    font-size: 35px;
  }
  /* line 7072, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news > ul > li .inner .details {
    padding: 32px 30px 29px 30px;
  }
  /* line 7073, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news > ul > li .inner .details .title h3 {
    font-size: 20px;
  }
  /* line 7081, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news_single .single_inner .short_detail .title h3 {
    font-size: 20px;
  }
  /* line 7086, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news_single .single_inner .descriptions .description_images ul {
    margin: 0px;
  }
  /* line 7087, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news_single .single_inner .descriptions .description_images ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7095, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news_single .single_inner .descriptions .tags {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 7099, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news_single .single_inner .descriptions .tags span {
    margin-bottom: 10px;
  }
  /* line 7107, X:/wenning-hrc/assets/scss/style.scss */
  .lexal_tm_commentbox_wrap .inner_wrap .desriptions_wrap, .lexal_tm_commentbox_wrap .reply_comment_wrap {
    padding: 0px 20px;
  }
  /* line 7111, X:/wenning-hrc/assets/scss/style.scss */
  .lexal_tm_commentbox_wrap .wp {
    padding-left: 0px;
  }
  /* line 7112, X:/wenning-hrc/assets/scss/style.scss */
  .lexal_tm_commentbox_wrap .wp .avatar {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 7121, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_single .descriptions_section {
    flex-direction: column;
  }
  /* line 7124, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_single .descriptions_section .left {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 7129, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_single .descriptions_section .right {
    width: 100%;
  }
  /* line 7134, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_intro_mainpart .main_list ul, .arlo_tm_intro_features ul {
    margin: 0px;
  }
  /* line 7135, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_intro_mainpart .main_list ul li, .arlo_tm_intro_features ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7143, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_intro_footer {
    flex-direction: column;
  }
  /* line 7148, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about_second .about_inner .title h3 {
    font-size: 25px;
  }
  /* line 7152, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_about_second .buttons ul li {
    margin: 0px;
  }
  /* line 7157, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_second {
    font-size: 20px;
  }
  /* line 7158, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_second .info_wrap {
    flex-direction: column;
    align-items: baseline;
  }
  /* line 7162, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_second .info_wrap .left {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 7166, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_second .info_wrap .left h3 {
    max-width: 100%;
    margin-right: 0px;
  }
  /* line 7172, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_second .info_wrap .right {
    width: 100%;
  }
  /* line 7175, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_progress_second .info_wrap .right p {
    padding-left: 20px;
  }
  /* line 7185, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .hero_wrap .hero_texts h3 {
    font-size: 55px;
  }
  /* line 7189, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .arlo_services_wrap .service_list ul, .arlo_tm_second_homepage .arlo_tm_resume .resume_list ul {
    margin: 0px;
  }
  /* line 7190, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .arlo_services_wrap .service_list ul li, .arlo_tm_second_homepage .arlo_tm_resume .resume_list ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7198, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .arlo_skills_wrap .skills_inner .left h3 {
    font-size: 30px;
  }
  /* line 7203, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_pricing .pricing_list > ul {
    margin: 0px;
  }
  /* line 7204, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_pricing .pricing_list > ul > li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7212, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news_another .news_list ul {
    margin: 0px;
  }
  /* line 7213, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news_another .news_list ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7221, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_hero .hero_texts .name h3 {
    font-size: 40px;
  }
  /* line 7225, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_second .portfolio_list ul {
    margin: 0px;
  }
  /* line 7226, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_portfolio_second .portfolio_list ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7234, X:/wenning-hrc/assets/scss/style.scss */
  .robex_title_holder h3 {
    font-size: 30px;
  }
  /* line 7238, X:/wenning-hrc/assets/scss/style.scss */
  .robex_about .about_main p {
    font-size: 21px;
  }
  /* line 7242, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_skills_second .skills_inner {
    flex-direction: column;
  }
  /* line 7245, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_skills_second .skills_inner .left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  /* line 7251, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_skills_second .skills_inner .right {
    padding-left: 0px;
    width: 100%;
  }
  /* line 7257, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services_third .service_inner ul, .arlo_tm_portfolio_third .portfolio_list ul, .arlo_tm_resume_second .resume_inner ul {
    margin: 0px;
  }
  /* line 7258, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services_third .service_inner ul li, .arlo_tm_portfolio_third .portfolio_list ul li, .arlo_tm_resume_second .resume_inner ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7267, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_hero_fourth .hero_text h3 {
    font-size: 25px;
  }
  /* line 7271, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_hero_fourth .hero_text p {
    font-size: 30px;
  }
  /* line 7276, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services_fourth .service_list ul, .arlo_tm_portfolio_fourth .portfolio_list ul, .arlo_tm_skills_fourth .skills_inner ul, .arlo_tm_team_second .team_inner ul {
    margin: 0px;
  }
  /* line 7277, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services_fourth .service_list ul li, .arlo_tm_portfolio_fourth .portfolio_list ul li, .arlo_tm_skills_fourth .skills_inner ul li, .arlo_tm_team_second .team_inner ul li {
    width: 100%;
    padding-left: 0px;
  }
  /* line 7285, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_testimonial_second .testimonial_content .content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 7290, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_service_second .service_inner .item {
    width: 100%;
    margin: 0px 0px 24px 0px;
  }
}

@media (max-width: 480px) {
  /* line 7297, X:/wenning-hrc/assets/scss/style.scss */
  h2 {
    font-size: 35px;
  }
  /* line 7301, X:/wenning-hrc/assets/scss/style.scss */
  .container {
    padding: 0 20px;
  }
  /* line 7305, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_hero_header .hero_content .name_holder h3 {
    font-size: 35px;
  }
  /* line 7309, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_pagination {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 7313, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_pagination .view {
    padding-left: 0px;
  }
  /* line 7318, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_news > ul > li .inner .details {
    padding: 25px 23px 22px 23px;
  }
  /* line 7323, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .hero_wrap .hero_texts h3 {
    font-size: 40px;
  }
  /* line 7327, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_second_homepage .hero_wrap .hero_texts .subtitle {
    font-size: 21px;
  }
  /* line 7332, X:/wenning-hrc/assets/scss/style.scss */
  .arlo_tm_services_third .service_inner ul li .inner .details {
    padding-left: 0px;
    padding-top: 60px;
  }
}

/*# sourceMappingURL=style.css.map */