@charset "utf-8";
img.svg,
svg {
  width: 15px;
  height: 15px;
}
@font-face {
  font-family: deem;
  src: url("font/ARBFONTS-GE_DINAR_ONE_LIGHT.OTF");
}
@font-face {
  font-family: deem-medium;
  src: url("font/ARBFONTS-GE_DINAR_ONE_LIGHT.OTF");
}
@font-face {
  font-family: deem-english;
  src: url("font/ARBFONTS-GE_DINAR_ONE_LIGHT.OTF");
}
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
body {
  font-family: deem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: #333;
}
svg {
  fill: currentcolor;
}
::-webkit-input-placeholder {
  color: #6f6f6f;
}
:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #6f6f6f;
}
::-ms-input-placeholder {
  color: #6f6f6f;
}
::placeholder {
  color: #6f6f6f;
}
body.dark ::-webkit-input-placeholder {
  color: #fff;
}
body.dark :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
body.dark ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
body.dark :-ms-input-placeholder {
  color: #fff;
}
body.dark ::-ms-input-placeholder {
  color: #fff;
}
input {
  letter-spacing: normal !important;
}
body.dark ::placeholder {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.4;
  font-family: deem-medium;
  color: #000;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
.arlo_tm_all_wrap,
.arlo_tm_contact .contact_inner,
.arlo_tm_contact .fields,
.arlo_tm_intro_content,
.arlo_tm_leftpart .inner .menu,
.arlo_tm_main_title,
.arlo_tm_portfolio .portfolio_list,
.arlo_tm_section,
.arlo_tm_services .lets_work,
.arlo_tm_settings .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.arlo_tm_all_wrap,
.arlo_tm_all_wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.arlo_tm_preloader {
  position: fixed;
  background-color: #fff;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s 0.5s;
  -o-transition: 0.2s 0.5s;
  transition: 0.2s 0.5s;
}
.arlo_tm_preloader .spinner_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33333;
}
.arlo_tm_preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.arlo_tm_preloader:after,
.arlo_tm_preloader:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #000;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.arlo_tm_preloader:before {
  top: 0;
  left: 0;
}
.arlo_tm_preloader:after {
  bottom: 0;
  left: 0;
}
.arlo_tm_preloader.loaded:after,
.arlo_tm_preloader.loaded:before {
  height: 0%;
}
.arlo_tm_topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_topbar.animate,
.arlo_tm_topbar.ha_animate {
  background-color: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 9%);
}
.arlo_tm_topbar .topbar_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: ltr !important;
}
.arlo_tm_leftpart .inner .menu ul li:last-child a:after,
.arlo_tm_leftpart .inner .menu ul li:last-child a:before,
.arlo_tm_settings .colors li.wh,
.arlo_tm_settings.changed .colors li.bl,
.arlo_tm_topbar .logo .dark,
.arlo_tm_topbar.animate .logo .light,
.arlo_tm_topbar.ha_animate .logo .light,
body.dark .arlo_tm_settings .colors li.bl {
  display: none;
}
.arlo_tm_topbar.animate .logo .dark,
.arlo_tm_topbar.ha_animate .logo .dark,
.my_trigger .hamburger-box {
  display: block;
}
.arlo_tm_mobile_menu .mobile_in .logo img,
.arlo_tm_topbar .logo img {
  max-width: 50px;
}
.arlo_tm_about .about_short_contact_wrap ul,
.arlo_tm_contact .fields ul,
.arlo_tm_copyright .social ul,
.arlo_tm_intro_content .main_filter ul,
.arlo_tm_leftpart .inner .bottom ul,
.arlo_tm_mobile_menu .dropdown .dropdown_inner ul,
.arlo_tm_modalbox_news .share ul,
.arlo_tm_portfolio .portfolio_filter ul,
.arlo_tm_topbar .menu ul {
  margin: 0;
  list-style-type: none;
}
.arlo_tm_settings .cursor li,
.arlo_tm_settings .direction li,
.arlo_tm_topbar .menu ul li {
  margin: 0 20px 0 0;
  display: inline-block;
}
.arlo_tm_copyright .social ul li:last-child,
.arlo_tm_intro_content .main_filter ul li:last-child,
.arlo_tm_leftpart .inner .bottom ul li:last-child,
.arlo_tm_topbar .menu ul li:last-child {
  margin-right: 0;
}
.arlo_tm_topbar .menu ul li a {
  text-decoration: none;
  color: #fff;
  font-family: deem-medium;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_settings.changed .cursor li .svg,
.arlo_tm_settings.changed .direction li a,
.arlo_tm_settings.changed .icon .svg,
.arlo_tm_settings.changed .title,
.arlo_tm_topbar.animate .menu ul li a,
.arlo_tm_topbar.ha_animate .menu ul li a,
body.dark .arlo_tm_settings .cursor li .svg,
body.dark .arlo_tm_settings .direction li a,
body.dark .arlo_tm_settings .icon .svg,
body.dark .arlo_tm_settings .title {
  color: #000;
}
.arlo_tm_about .right .about_title h3 .arlo_tm_animation_text_word,
.arlo_tm_hero .name_holder h3 span,
.arlo_tm_modalbox_news .date a:hover,
.arlo_tm_news .news_list ul li .details .date a:hover,
.arlo_tm_news .news_list ul li .details .title a:hover,
.arlo_tm_portfolio .portfolio_filter ul li a.current,
.arlo_tm_portfolio .portfolio_filter ul li a:hover,
.arlo_tm_topbar .menu ul li a:hover,
.arlo_tm_topbar .menu ul li.current a {
  color: #e65f78;
}
.arlo_tm_mobile_menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}
.arlo_tm_mobile_menu .mobile_menu_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.arlo_tm_mobile_menu .mobile_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_trigger .hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.my_trigger .hamburger-box {
  width: 30px;
  height: 18px;
  position: relative;
}
.my_trigger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner::after,
.hamburger-inner::before,
.my_trigger .hamburger-inner {
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.my_trigger .hamburger-inner::after,
.my_trigger .hamburger-inner::before {
  content: "";
  display: block;
}
.my_trigger .hamburger-inner::before {
  top: -8px;
}
.my_trigger .hamburger-inner::after {
  bottom: -10px;
}
.my_trigger .hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.my_trigger .hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.my_trigger .hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.my_trigger .hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}
.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.my_trigger .hamburger {
  padding: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.my_trigger .hamburger .hamburger-inner,
.my_trigger .hamburger .hamburger-inner::after,
.my_trigger .hamburger .hamburger-inner::before {
  background-color: #000;
  width: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_mobile_menu .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
}
.arlo_tm_mobile_menu .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 0;
}
.arlo_tm_mobile_menu .dropdown .dropdown_inner ul li {
  margin: 0;
  float: left;
  width: 100%;
}
.arlo_tm_mobile_menu .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 4px 0;
  font-family: deem-medium;
  font-weight: 500;
}
.arlo_tm_hero {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  clear: both;
  overflow: hidden;
}
.arlo_tm_hero .background,
.arlo_tm_modalbox_news .description_wrap .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.arlo_tm_hero .background .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.arlo_tm_about .left .about_image_wrap .image .inner,
.arlo_tm_hero .image_wrap .main {
  background-size: contain;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.arlo_tm_hero .background .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.arlo_tm_hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.arlo_tm_hero .image_wrap {
  width: 190px;
  height: 190px;
  display: inline-block;
  margin-bottom: 33px;
  position: relative;
}
.arlo_tm_hero .image_wrap .main {
  width: -webkit-fill-available;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
}
.arlo_tm_hero .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;
}
.arlo_tm_hero .name_holder {
  margin-bottom: 9px;
}
.arlo_tm_hero .name_holder h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  font-family: deem;
}
.arlo_tm_hero .text_typing p {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  font-family: deem-english;
}
.arlo_tm_arrow_wrap {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 6;
  margin-left: -21px;
}
.arlo_tm_arrow_wrap.bounce {
  -webkit-animation: 2s infinite bounce;
  animation: 2s infinite bounce;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -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%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arlo_tm_arrow_wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
}
.arlo_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 150px;
  padding-top: 140px;
}
.arlo_tm_about .about_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  padding-top: 100px;
}
.arlo_tm_main_title span {
  color: #e65f78;
  display: inline-block;
  font-family: deem-medium;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.arlo_tm_main_title h3 {
  font-size: 30px;
  font-weight: 800;
}
.arlo_tm_about .left {
  width: 35%;
  float: left;
  height: auto;
}
.arlo_tm_about .left .about_image_wrap {
  position: relative;
  float: left;
}
.arlo_tm_about .left .about_image_wrap .image {
  position: absolute;
  z-index: 2;
}
.arlo_tm_about .left .about_image_wrap .image .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.arlo_tm_about .left .about_image_wrap .border .inner {
  position: absolute;
  top: 25px !important;
  bottom: -25px !important;
  left: 25px !important;
  right: -25px !important;
  border: 10px solid #000;
}
.arlo_tm_about .left .about_image_wrap img,
.arlo_tm_portfolio .portfolio_list ul li .inner img {
  opacity: 0;
  min-width: 100%;
}
.arlo_tm_about .right {
  width: 65%;
  height: auto;
  padding-right: 70px;
}
.arlo_tm_about .right .about_title,
.arlo_tm_intro_hero img {
  margin-bottom: 30px;
}
.arlo_tm_about .right .about_title h3 {
  font-size: 20px;
  font-weight: 600;
}
.arlo_tm_about .right .text {
  margin-bottom: 23px;
  float: left;
}
.arlo_tm_about .right .text span {
  color: #e65f78;
  font-style: italic;
}
.arlo_tm_about .about_short_contact_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 24px;
}
.arlo_tm_about .about_short_contact_wrap ul li {
  margin: 0 0 10px;
  width: 100%;
  float: right;
  position: relative;
  padding-right: 30px;
}
.arlo_tm_about .about_short_contact_wrap ul li:nth-of-type(2n) {
  clear: right;
}
.arlo_tm_about ul li label {
  font-weight: 600;
  color: #000;
  min-width: 85px;
  display: inline-block;
}
.arlo_tm_about .about_short_contact_wrap ul li a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  direction: ltr;
  font-family: xcon;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_about .about_short_contact_wrap ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: currentColor;
}
.arlo_tm_about .about_short_contact_wrap ul li a:hover:after,
.arlo_tm_services .lets_work a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.arlo_tm_about .about_short_contact_wrap ul li .svg {
  position: absolute;
  right: 0;
  top: 6px;
  width: 17px;
  height: 17px;
  color: #e65f78;
}
.arlo_tm_button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.arlo_tm_button a {
  text-decoration: none;
  color: #fff;
  background-color: #e65f78;
  display: inline-block;
  padding: 12px 45px;
  font-family: deem-medium;
  position: relative;
  overflow: hidden;
}
.arlo_tm_button a:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  left: -25%;
  width: 0%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: skew(50deg);
  transition-duration: 0.6s;
  z-index: 1;
}
.arlo_tm_button a:hover:before {
  width: 150%;
}
.arlo_tm_services {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #f9f9f9;
  padding: 140px 0 138px;
}
.arlo_tm_services .service_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-top: 90px;
}
.arlo_tm_services .service_inner ul {
  margin: 0 0 38px -50px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.arlo_tm_intro_content .demo_list ul,
.arlo_tm_news .news_list ul,
.arlo_tm_portfolio .portfolio_list ul {
  margin: 0 0 0 -50px;
  list-style-type: none;
}
.arlo_tm_news .news_list ul li,
.arlo_tm_portfolio .portfolio_list ul li,
.arlo_tm_services .service_inner ul li {
  margin: 0 0 50px;
  float: left;
  width: 33.3333%;
  padding-left: 50px;
}
.arlo_tm_services .service_inner ul li .inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  padding: 60px 40px 53px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_counter_section,
.arlo_tm_counter_section .counter_inner,
.arlo_tm_counter_section ul li .list_inner,
.arlo_tm_news,
.arlo_tm_news .news_list,
.arlo_tm_portfolio,
.arlo_tm_portfolio .portfolio_filter,
.arlo_tm_portfolio .portfolio_inner {
  height: auto;
  width: 100%;
  clear: both;
  float: left;
}
.arlo_tm_services .service_inner ul li .inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.arlo_tm_services .service_inner ul li .inner .svg {
  width: 50px;
  height: 50px;
  color: #e65f78;
  margin-bottom: 17px;
}
.arlo_tm_services .service_inner ul li .inner h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.arlo_tm_services .lets_work p {
  font-family: deem-medium;
  font-weight: 500;
  font-size: 18px;
}
.arlo_tm_services .lets_work a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.arlo_tm_services .lets_work a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  background: rgba(0, 0, 0, 0.2);
}
.arlo_tm_services .lets_work a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: currentColor;
}
.arlo_tm_modalbox_news .date span:before,
.arlo_tm_news .news_list ul li .details .date span:before {
  content: "";
  transform: translateY(-50%) rotate(15deg);
  right: 100%;
  background-color: #939393;
  width: 1px;
  height: 9px;
  margin-right: 7px;
}
.arlo_tm_portfolio {
  margin-bottom: 100px;
  padding-top: 141px;
}
.arlo_tm_portfolio .portfolio_inner {
  padding-top: 73px;
}
.arlo_tm_portfolio .portfolio_filter {
  margin-bottom: 20px;
}
.arlo_tm_portfolio .portfolio_filter ul li {
  margin: 0 30px 20px 0;
  display: inline-block;
}
.arlo_tm_portfolio .portfolio_filter ul li:last-child {
  margin-left: 0;
}
.arlo_tm_portfolio .portfolio_filter ul li a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-family: deem-medium;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_portfolio .portfolio_list ul li .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  overflow: hidden;
  position: relative;
}
.arlo_tm_portfolio .portfolio_list ul li .inner .main_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_portfolio .portfolio_list ul li .inner:hover .main_image {
  transform: scale(1.1) translateZ(0);
}
.arlo_tm_portfolio_titles {
  white-space: nowrap;
  background: #fff;
  font-size: 18px;
  padding: 5px 15px;
  font-family: deem-medium;
  font-weight: 600;
  color: #000;
  position: fixed;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.arlo_tm_modalbox_news.opened,
.arlo_tm_portfolio_titles.visible {
  opacity: 1;
  visibility: visible;
}
.arlo_tm_portfolio_titles .work__cat {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  margin-top: -10px;
  font-family: deem-medium;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
}
.arlo_tm_counter_section ul li .list_inner,
.arlo_tm_hero .ripple,
.entry {
  position: relative;
}
.arlo_tm_counter_section {
  padding: 90px 0 49px;
  position: relative;
}
.arlo_tm_counter_section:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/patterns/ravenna.png);
  background-repeat: repeat;
  opacity: 0.4;
  z-index: 2;
}
.arlo_tm_hero .ripple,
.glitch {
  background-image: url("../img/slider/1.jpg");
}
.arlo_tm_hero .ripple,
.arlo_tm_modalbox_news .description_wrap .image .main,
.arlo_tm_news .news_list ul li .image .main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.arlo_tm_counter_section:after,
.arlo_tm_intro_hero:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 1;
}
.arlo_tm_counter_section .counter_inner {
  text-align: center;
  position: relative;
  z-index: 3;
}
.arlo_tm_counter_section ul {
  margin: 0 0 0 -40px;
  list-style-type: none;
}
.arlo_tm_counter_section ul li {
  margin: 0 0 40px;
  float: left;
  width: 25%;
  padding-left: 40px;
}
.arlo_tm_counter_section ul li .list_inner h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #fff;
}
.arlo_tm_counter_section ul li .list_inner span {
  font-family: deem-medium;
  color: #fff;
}
.arlo_tm_news {
  background-color: #f9f9f9;
  padding: 140px 0 90px;
}
.arlo_tm_news .news_list {
  padding-top: 87px;
}
.arlo_tm_news .news_list ul {
  display: flex;
  flex-wrap: wrap;
}
.arlo_tm_news .news_list ul li .list_inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
}
.arlo_tm_news .news_list ul li .image {
  position: relative;
  overflow: hidden;
}
.arlo_tm_news .news_list ul li .image img {
  min-width: 100%;
  opacity: 0;
}
.arlo_tm_news .news_list ul li .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1) translateZ(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_news .news_list ul li .list_inner .image:hover .main {
  transform: scale(1.1) rotate(3deg);
}
.arlo_tm_news .news_list ul li .details {
  width: 100%;
  float: left;
  padding-right: 15px;
  padding-top: 32px;
}
.arlo_tm_news .news_list ul li .details .title {
  margin-bottom: 10px;
}
.arlo_tm_news .news_list ul li .details .title a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_modalbox_news .date,
.arlo_tm_news .news_list ul li .details .date {
  text-transform: uppercase;
  font-family: deem-medium;
  font-size: 12px;
  color: #767676;
  font-style: italic;
}
.arlo_tm_modalbox_news .date a,
.arlo_tm_news .news_list ul li .details .date a {
  text-decoration: none;
  color: #767676;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_modalbox_news .date span,
.arlo_tm_news .news_list ul li .details .date span {
  position: relative;
  margin-left: 11px;
}
.arlo_tm_news .news_list ul li .details .date span:before {
  position: absolute;
  margin-top: 1px;
  top: 50%;
}
.arlo_tm_news .description {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
  display: none;
}
body.modal {
  overflow-y: hidden;
}
.arlo_tm_modalbox_news {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_intro_content .main_filter ul li a,
.arlo_tm_leftpart,
.arlo_tm_leftpart .inner .bottom ul li a,
.arlo_tm_leftpart .inner .menu ul li a,
.arlo_tm_modalbox_news .box_inner,
.arlo_tm_rightpart,
.arlo_tm_settings {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.arlo_tm_modalbox_news .container {
  height: 100vh;
}
.arlo_tm_modalbox_news .box_inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #fff;
  top: 0;
  left: 0;
}
.arlo_tm_modalbox_news .box_inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.arlo_tm_modalbox_news .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition: 0.3s 0.3s;
}
.arlo_tm_modalbox_news.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.arlo_tm_modalbox_news .close {
  position: fixed;
  left: 100%;
  top: 0;
  margin-left: 40px;
  z-index: 111111;
}
.arlo_tm_copyright .social ul li a,
.arlo_tm_modalbox_news .close a {
  text-decoration: none;
  color: #fff;
}
.arlo_tm_modalbox_news .close .svg {
  width: 50px;
  height: 50px;
}
.arlo_tm_modalbox_news .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  overflow-y: scroll;
}
.arlo_tm_modalbox_news .details {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.arlo_tm_contact .fields .first,
.arlo_tm_modalbox_news .description {
  width: 100%;
  float: left;
}
.arlo_tm_modalbox_news .description p {
  margin-bottom: 15px;
}
.arlo_tm_modalbox_news .description blockquote {
  font-style: italic;
  color: #000;
  border-left: 2px solid #e65f78;
  padding-left: 20px;
  margin-bottom: 15px;
}
.arlo_tm_modalbox_news .description_wrap .image {
  position: relative;
  max-height: 450px;
  z-index: -1;
  margin-bottom: 40px;
}
.arlo_tm_modalbox_news .description_wrap .image img {
  min-width: 100%;
}
.arlo_tm_modalbox_news .details .title {
  font-weight: 600;
  margin-bottom: 5px;
}
.arlo_tm_modalbox_news .date span:before {
  position: absolute;
  margin-top: 0;
  top: 50%;
}
.arlo_tm_contact .fields .last textarea,
.arlo_tm_contact .fields ul li input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-family: deem-medium;
}
.arlo_tm_modalbox_news .share {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
}
.arlo_tm_modalbox_news .share span {
  font-family: deem-medium;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding-right: 20px;
}
.arlo_tm_modalbox_news .share ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.arlo_tm_modalbox_news .share ul li a {
  text-decoration: none;
  color: #000;
}
.arlo_tm_full_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.arlo_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 140px 0;
}
.arlo_tm_contact .contact_inner .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  padding-top: 43px;
}
.arlo_tm_contact .contact_inner .left,
.arlo_tm_contact .right {
  width: 50%;
  padding-left: 25px;
}
.arlo_tm_contact .desc {
  max-width: 50%;
  padding-top: 73px;
}
.arlo_tm_contact .fields ul li {
  width: 100%;
  margin: 0 0 30px;
  float: left;
}
.arlo_tm_contact .fields ul li input,
.arlo_tm_leftpart .inner .menu ul li a:hover:after,
.arlo_tm_leftpart .inner .menu ul li.current a:after {
  width: 100%;
}
.arlo_tm_contact .fields .last textarea:focus,
.arlo_tm_contact .fields ul li input:focus {
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.arlo_tm_contact .fields .last textarea {
  width: 100%;
  height: 120px;
  resize: none;
  margin-bottom: 20px;
}
.arlo_tm_contact .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}
.arlo_tm_contact .contact_error {
  color: #f52225;
  text-align: left;
  font-weight: 500;
}
.arlo_tm_contact .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: right;
  font-weight: 500;
}
.arlo_tm_contact .right {
  position: relative;
  top: 6px;
}
.arlo_tm_contact .map_wrap .map {
  min-height: 355px;
  width: 100%;
}
.arlo_tm_copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #000;
  padding: 80px 0;
}
.arlo_tm_copyright .inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arlo_tm_copyright .copy p {
  color: #fff;
  font-family: deem-medium;
}
.arlo_tm_copyright .social ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}
.arlo_tm_copyright .social ul li .svg {
  width: 18px;
  height: 18px;
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #e65f78;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #e65f78;
  opacity: 0.3;
}
.arlo_tm_hero .ripple:before,
.glitch:before {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  right: 0;
  content: "";
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #e65f78;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: 80ms ease-out;
  transition: 80ms ease-out;
}
#particles-js,
.arlo_tm_hero .glitch_wrap,
.arlo_tm_hero .ripple,
.glitch,
.my_shape .svg,
.my_shape svg {
  width: 100%;
  height: 100%;
}
.arlo_tm_settings .cursor li a.showme,
.arlo_tm_settings .direction li a.active,
.glitch {
  opacity: 1;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}
.arlo_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}
.arlo_tm_hero .ripple:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.arlo_tm_hero .glitch_wrap {
  position: relative;
  float: left;
  overflow: hidden;
}
.glitch,
.glitch:before {
  position: absolute;
  left: 0;
  top: 0;
}
.glitch {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  z-index: -1 !important;
  transform: scale(1);
}
.arlo_tm_hero .particle_wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
#particles-js {
  position: relative;
  z-index: 2;
}
.my_shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -11px;
  z-index: 5;
}
.arlo_tm_down.shape {
  bottom: 20%;
}
.my_shape svg {
  color: #fff;
}
.arlo_tm_hero.polygon {
  clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}
.mfp-bottom-bar {
  display: none !important;
}
.arlo_tm_leftpart {
  width: 400px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #002245;
  z-index: 3;
  box-shadow: 0 0 30px rgba(0, 34, 69, 0.05);
  transition: 0.3s;
}
.arlo_tm_settings,
.arlo_tm_settings.changed .cursor li:first-child a:before,
body.dark .arlo_tm_settings .cursor li:first-child a:before {
  background-color: #000;
}
.arlo_tm_leftpart .inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  padding: 60px;
}
.arlo_tm_leftpart .inner .logo {
  float: left;
}
.arlo_tm_leftpart .inner .logo img {
  max-width: 200px;
  max-height: 200px;
}
.arlo_tm_leftpart .inner .menu ul {
  margin: 0;
  list-style-type: none;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.arlo_tm_leftpart .inner .menu ul li {
  margin: 0;
}
.arlo_tm_leftpart .inner .menu ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  display: block;
  position: relative;
  padding: 13px 0;
  font-family: deem-medium;
  font-weight: 500;
  transition: 0.3s;
}
.arlo_tm_leftpart .inner .bottom ul li a:hover,
.arlo_tm_leftpart .inner .menu ul li a:hover,
.arlo_tm_leftpart .inner .menu ul li.current a {
  color: #e54b4b;
}
.arlo_tm_leftpart .inner .menu ul li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.015);
  left: 0;
  bottom: 0;
}
.arlo_tm_leftpart .inner .menu ul li a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.025);
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_leftpart .inner .bottom {
  position: absolute;
  bottom: 50px;
  left: 60px;
}
.arlo_tm_leftpart .inner .bottom ul li {
  margin: 0 18px 0 0;
  display: inline-block;
}
.arlo_tm_leftpart .inner .bottom ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.arlo_tm_rightpart {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding-left: 400px;
  transition: 0.3s;
}
.arlo_tm_settings {
  position: fixed;
  z-index: 10;
  top: 15%;
  right: -200px;
  width: 200px;
  padding: 40px 20px 33px 30px;
  transition: 0.3s;
}
.arlo_tm_settings.opened {
  right: 0;
}
.arlo_tm_settings .icon {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #000;
  padding: 12px 12px 4px;
}
.arlo_tm_settings .icon .svg {
  color: #fff;
  width: 25px;
  height: 25px;
  animation: 2s linear infinite fa-spin;
}
.arlo_tm_settings .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.arlo_tm_settings .title {
  color: #fff;
  font-family: deem-medium;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.arlo_tm_settings .title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  bottom: 0;
}
.arlo_tm_settings .colors {
  margin: 0 0 22px;
  list-style-type: none;
  padding-top: 32px;
}
.arlo_tm_settings .colors li {
  margin: 0;
  display: inline-block;
}
.arlo_tm_settings .colors li a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.arlo_tm_settings .direction {
  list-style-type: none;
  margin: 0;
}
.arlo_tm_settings .direction li a {
  opacity: 0.4;
  text-decoration: none;
  color: #fff;
}
.arlo_tm_settings .direction li .svg {
  width: 25px;
  height: 25px;
}
.arlo_tm_settings .colors li.bl,
.arlo_tm_settings.changed .colors li.wh,
body.dark .arlo_tm_settings .colors li.wh {
  display: inline-block;
}
.arlo_tm_settings.changed,
.arlo_tm_settings.changed .icon,
body.dark .arlo_tm_settings,
body.dark .arlo_tm_settings .icon {
  background-color: #fff;
}
.arlo_tm_settings.changed .title:before,
body.dark .arlo_tm_settings .title:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.arlo_tm_settings.changed .cursor li:first-child a,
body.dark .arlo_tm_settings .cursor li:first-child a {
  border-color: #000;
}
.arlo_tm_settings .cursor {
  margin: 0;
  list-style-type: none;
  padding-top: 20px;
}
.arlo_tm_settings .cursor li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.4;
  font-weight: 600;
}
.arlo_tm_settings .cursor li:first-child a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: relative;
  display: inline-block;
}
.arlo_tm_settings .cursor li:first-child a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.arlo_tm_settings .cursor li .svg {
  width: 25px;
  height: 25px;
  color: #fff;
}
.arlo_tm_settings .cursor li:nth-child(2) {
  position: relative;
  top: -2px;
}
.arlo_tm_settings .effect {
  margin: 0;
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 25px;
}
.arlo_tm_settings .effect li {
  margin: 0 0 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.4;
}
.arlo_tm_settings .effect li a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  font-family: deem-medium;
  display: block;
  position: relative;
  top: 2px;
}
.arlo_tm_settings .effect li.selected {
  background-color: #fff;
  opacity: 1;
}
.arlo_tm_intro_hero .wp {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.arlo_tm_intro_hero .wp a {
  text-decoration: none;
  color: #fd575a;
}
.arlo_tm_intro_hero {
  width: 100%;
  height: 100vh;
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 150px;
}
.arlo_tm_intro_hero:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/patterns/light-honeycomb.png);
  background-repeat: repeat;
  opacity: 0.4;
  z-index: 2;
}
.arlo_tm_intro_hero .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.arlo_tm_intro_hero .content p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: deem-medium;
  font-weight: 500;
}
.arlo_tm_intro_hero .arlo_tm_down {
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.5%;
}
.arlo_tm_intro_hero .fn_animation .character {
  top: 15px;
}
.arlo_tm_intro_hero .fn_animation .character.opened {
  top: 0;
}
.arlo_tm_intro_content .title_holder {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
}
.arlo_tm_intro_content .title_holder h3 {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.arlo_tm_intro_content .main_filter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 75px;
}
.arlo_tm_intro_content .main_filter ul li {
  margin: 0 50px 0 0;
  display: inline-block;
}
.arlo_tm_intro_content .main_filter ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-family: deem-medium;
  font-weight: 600;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.arlo_tm_intro_content .main_filter ul li a.current {
  color: #ff214f;
}
.arlo_tm_intro_content .demo_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 95px;
  display: none;
}
.arlo_tm_intro_content .demo_list.current {
  display: block;
  -webkit-animation: 1s slide-down;
  -moz-animation: 1s slide-down;
}
.bank-div {
  background: #fff;
  padding: 25%;
  justify-content: center;
  display: flex;
  box-shadow: 0 1px 10px #d3d3d3;
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateY(3%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
.arlo_tm_intro_content .demo_list ul li {
  margin: 0 0 50px;
  float: left;
  width: 50%;
  padding-left: 50px;
  position: relative;
}
.arlo_tm_intro_content .demo_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  text-align: center;
  top: 0;
  transform: translateZ(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arlo_tm_intro_content .demo_list ul li .list_inner:hover {
  top: -10px;
}
.arlo_tm_intro_content .demo_list ul li .list_inner h3 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
}
.arlo_tm_intro_fixed_price .anim,
.arlo_tm_intro_fixed_price .pricing-info {
  text-decoration: none;
  color: #fff;
  font-family: deem;
  background-color: #e54b4b;
  position: fixed;
  font-size: 22px;
  text-align: center;
  z-index: 5;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  display: inline-block;
  bottom: 67px;
  right: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@-webkit-keyframes myAnimPrice {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes myAnimPrice {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.arlo_tm_intro_fixed_price .anim:first-child {
  -webkit-animation: 2s infinite myAnimPrice;
  animation: 2s infinite myAnimPrice;
}
.arlo_tm_intro_fixed_price .anim:nth-child(2) {
  -webkit-animation: 2s 0.3s infinite myAnimPrice;
  animation: 2s 0.3s infinite myAnimPrice;
}
.arlo_tm_intro_fixed_price .anim:nth-child(3) {
  -webkit-animation: 2s 0.6s infinite myAnimPrice;
  animation: 2s 0.6s infinite myAnimPrice;
}
@media (max-width: 1600px) {
  .arlo_tm_leftpart {
    width: 350px;
  }
  .arlo_tm_rightpart {
    padding-left: 350px;
  }
}
@media (max-width: 1400px) {
  .arlo_tm_modalbox_news .box_inner {
    width: 900px;
  }
  .arlo_tm_topbar {
    padding: 15px 0;
  }
  .arlo_tm_hero .image_wrap {
    width: 170px;
    height: 170px;
    margin-bottom: 25px;
  }
  .arlo_tm_hero .name_holder {
    margin-bottom: 5px;
  }
  .container {
    max-width: 1070px;
  }
  .arlo_tm_leftpart .inner .logo img {
    max-width: 100px;
    max-height: 100px;
  }
  .arlo_tm_leftpart .inner .menu ul li a {
    padding: 5px 0;
  }
  .arlo_tm_leftpart .inner {
    padding: 40px;
  }
  .arlo_tm_leftpart .inner .bottom {
    bottom: 30px;
    left: 40px;
  }
  .arlo_tm_about ul li label {
    min-width: 70px;
  }
}
@media (max-width: 1200px) {
  .arlo_tm_modalbox_news .box_inner {
    width: 100%;
    top: 0;
    bottom: 0;
  }
  .arlo_tm_modalbox_news .box_inner:after,
  .arlo_tm_modalbox_news .box_inner:before {
    display: none;
  }
  .arlo_tm_modalbox_news .close {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    margin-left: 0;
  }
  .arlo_tm_modalbox_news .close .svg {
    color: #777;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1040px) {
  .arlo_tm_intro_fixed_price,
  .arlo_tm_leftpart,
  .arlo_tm_preloader,
  .arlo_tm_topbar,
  .cursor-inner,
  .cursor-inner.cursor-hover,
  .cursor-outer,
  .mouse-cursor {
    display: none;
  }
  .arlo_tm_rightpart {
    padding-left: 0;
  }
  .arlo_tm_mobile_menu {
    display: block;
  }
  .arlo_tm_about .about_inner,
  .arlo_tm_contact .contact_inner .wrapper,
  .arlo_tm_copyright .inner {
    flex-direction: column;
  }
  .arlo_tm_about .left {
    width: 100%;
    margin-bottom: 70px;
  }
  .arlo_tm_about .right,
  .arlo_tm_contact .right,
  .arlo_tm_intro_content .demo_list ul li {
    width: 100%;
    padding-left: 0;
  }
  .arlo_tm_news .news_list ul li,
  .arlo_tm_portfolio .portfolio_list ul li,
  .arlo_tm_services .service_inner ul li {
    width: 50%;
  }
  .arlo_tm_contact .desc {
    max-width: 100%;
  }
  .arlo_tm_contact .contact_inner .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .arlo_tm_copyright .inner .copy {
    margin-bottom: 20px;
  }
  .arlo_tm_modalbox_news .description_wrap {
    padding: 20px;
  }
  .arlo_tm_modalbox_news .details .title {
    font-size: 20px;
  }
  .arlo_tm_intro_content .demo_list ul {
    margin: 0;
  }
  .arlo_tm_intro_content .title_holder h3 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .arlo_tm_hero .name_holder h3 {
    font-size: 35px;
  }
  .arlo_tm_hero .text_typing p {
    font-size: 17px;
  }
  .arlo_tm_about .about_short_contact_wrap ul li {
    width: 100%;
  }
  .arlo_tm_news .news_list ul,
  .arlo_tm_portfolio .portfolio_list ul,
  .arlo_tm_services .service_inner ul {
    margin: 0;
  }
  .arlo_tm_news .news_list ul li,
  .arlo_tm_portfolio .portfolio_list ul li,
  .arlo_tm_services .service_inner ul li {
    width: 100%;
    padding-left: 0;
  }
  .arlo_tm_counter_section ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .arlo_tm_counter_section ul {
    margin: 0;
  }
  .arlo_tm_counter_section ul li {
    width: 100%;
    padding-left: 0;
  }
}
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: #25d366;
  color: #fff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.whatsapp-btn:hover {
  background-color: #20b358;
}
@media (max-width: 768px) {
  .whatsapp-btn {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .whatsapp-btn {
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.product-image,
.product-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.product-feature {
  background-color: #f5f7f8;
  padding: 50px 0;
}
.product-feature .btn-whatsapp {
  background-color: #28a745;
  color: #fff;
}
.product-feature .btn-call {
  background-color: #343a40;
  color: #fff;
}
.product-cards .product-card,
.product-image {
  background-color: #1a1a1a;
  border-radius: 10px;
}
.product-image {
  overflow: hidden;
}
.product-image img {
  display: block;
  max-height: 100%;
}
.product-cards .product-card {
  height: 200px;
}
