@charset "utf-8";
html {
    overflow-x: hidden;
    padding: 0;
    margin: 0
}

body {
    font-family: roboto;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .8px;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #fff;
    color: #6f6f6f
}

svg {
    fill: currentcolor;
    width: 30px;
    height: 30px
}

img.svg {
    width: 15px;
    height: 15px
}

::-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
}

.arlo_tm_all_wrap {
    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_all_wrap .wrapper_inner {
    width: 100%;
    min-height: 100vh;
    clear: both;
    float: left
}

.arlo_tm_section {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.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
}

.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: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
}

.arlo_tm_preloader:before {
    top: 0;
    left: 0
}

.arlo_tm_preloader:after {
    bottom: 0;
    left: 0
}

.arlo_tm_preloader.loaded:before,.arlo_tm_preloader.loaded:after {
    height: 0%
}

.arlo_tm_leftpart {
    width: 400px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 15;
    box-shadow: 0 0 30px rgba(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
}

.arlo_tm_leftpart.opened {
    left: -400px
}

.arlo_tm_leftpart.opened2 {
    left: -360px
}

.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 .light {
    display: none
}

.arlo_tm_leftpart .inner .logo img {
    max-width: 200px;
    max-height: 200px
}

.arlo_tm_leftpart .inner .menu {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.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: #000;
    font-family: raleway;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 13px 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
}

.arlo_tm_leftpart .inner .menu ul li a:hover {
    color: #ff4b36
}

.arlo_tm_leftpart .inner .menu ul li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,.1);
    left: 0;
    bottom: 0
}

.arlo_tm_leftpart .inner .menu ul li:last-child a:before {
    display: none
}

.arlo_tm_leftpart .inner .menu ul li a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: rgba(0,0,0,.08);
    left: 0;
    bottom: 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
}

.arlo_tm_leftpart .inner .menu ul li:last-child a:after {
    display: none
}

.arlo_tm_leftpart .inner .menu ul li a:hover:after {
    width: 100%
}

.arlo_tm_leftpart .inner .bottom {
    position: absolute;
    bottom: 50px;
    left: 60px
}

.arlo_tm_leftpart .inner .bottom ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_leftpart .inner .bottom ul li {
    margin: 0 10px 0 0;
    display: inline-block
}

.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
}

.arlo_tm_leftpart .inner .bottom ul li a:hover {
    color: #ff4b36
}

.arlo_tm_leftpart .inner .resize {
    width: 38px;
    height: 38px;
    background-color: #ff4b36;
    position: absolute;
    right: 0;
    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
}

.arlo_tm_leftpart .inner .resize.opened {
    right: -38px
}

.arlo_tm_leftpart .inner .resize a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.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
}

.arlo_tm_leftpart .inner .resize a span.opened {
    transform: rotate(-180deg);
    left: 16px
}

body.topmenu .arlo_tm_rightpart {
    padding-left: 0
}

.arlo_tm_topmenu {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    padding: 30px 0;
    transition: all .3s ease
}

.arlo_tm_topmenu .topmenu_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arlo_tm_topmenu .topmenu_inner .logo img {
    max-width: 50px
}

.arlo_tm_topmenu .topmenu_inner .logo .dark {
    display: none
}

.arlo_tm_topmenu .topmenu_inner .menu ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_topmenu .topmenu_inner .menu ul li {
    margin: 0 25px 0 0;
    display: inline-block
}

.arlo_tm_topmenu .topmenu_inner .menu ul li:last-child {
    margin-right: 0
}

.arlo_tm_topmenu .topmenu_inner .menu ul li a {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease
}

.arlo_tm_topmenu .topmenu_inner .menu ul li a:hover {
    color: #ff4b36
}

.arlo_tm_topmenu.animate {
    padding: 25px 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.15)
}

.arlo_tm_topmenu.animate .topmenu_inner .logo .dark {
    display: block
}

.arlo_tm_topmenu.animate .topmenu_inner .logo .light {
    display: none
}

.arlo_tm_topmenu.animate .topmenu_inner .menu ul li a {
    color: #000
}

.arlo_tm_topmenu.animate .topmenu_inner .menu ul li a:hover {
    color: #ff4b36
}

body.extra .arlo_tm_rightpart {
    padding-left: 90px;
    transition: all .3s ease
}

body.extra .arlo_tm_rightpart.opened {
    padding-left: 400px
}

.arlo_tm_sidebar_wrap_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5
}

.arlo_tm_sidebar_wrap_menu .info_wrap {
    width: 90px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2
}

.arlo_tm_sidebar_wrap_menu .info_wrap:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,.06)
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap {
    widows: 100%;
    height: 100%;
    position: relative
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .centered_word {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .centered_word ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .centered_word ul li {
    margin: 12px 0 0;
    transform: rotate(-90deg)
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .centered_word ul li:last-child {
    margin-bottom: 0
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .centered_word ul li a {
    text-decoration: none;
    color: #000;
    position: relative;
    font-weight: 500;
    transition: all .3s ease
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .centered_word ul li a:hover {
    color: #ff4b36
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .centered_word ul li:last-child a:before {
    display: none
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background-color: #ff4b36;
    text-align: center;
    line-height: 90px
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .logo img {
    max-width: 50px
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.arlo_tm_sidebar_wrap_menu .trigger_wrap {
    width: 90px;
    height: 90px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    top: 0;
    left: 0;
    position: absolute
}

.arlo_tm_sidebar_wrap_menu .trigger_wrap .trigger {
    width: 30px;
    height: 12px;
    position: relative;
    transform: translateX(-50%);
    top: 37px;
    left: 50%
}

.arlo_tm_sidebar_wrap_menu .trigger_wrap .trigger span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #000;
    display: inline-block
}

.arlo_tm_sidebar_wrap_menu .trigger_wrap .trigger .two {
    margin-top: 12px
}

.arlo_tm_sidebar_wrap_menu .menu_wrap:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,.06)
}

.arlo_tm_sidebar_wrap_menu .menu_wrap {
    width: 330px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -240px;
    background-color: #fff;
    z-index: 1
}

.arlo_tm_sidebar_wrap_menu .menu_wrap .menu_inner {
    width: 100%;
    height: 100%;
    position: relative
}

.arlo_tm_sidebar_wrap_menu .menu_wrap .menu_inner .nav_list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding-right: 45px;
    width: 100%
}

.arlo_tm_sidebar_wrap_menu .menu_wrap .menu_inner .nav_list>ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-direction: column;
    min-height: 100%;
    justify-content: center
}

.arlo_tm_sidebar_wrap_menu .menu_wrap .menu_inner .nav_list>ul>li {
    margin: 0;
    list-style-type: none;
    position: relative;
    width: 100%;
    padding-left: 38px;
    padding-right: 20px;
    text-align: left
}

.arlo_tm_sidebar_wrap_menu .menu_wrap .menu_inner .nav_list>ul>li:last-child {
    margin-bottom: 0
}

.arlo_tm_sidebar_wrap_menu .menu_wrap .menu_inner .nav_list>ul>li>a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    display: block;
    font-family: raleway;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.arlo_tm_sidebar_wrap_menu .menu_wrap .menu_inner .nav_list>ul>li>a:hover {
    color: #ff4b36
}

.arlo_tm_sidebar_wrap_menu .menu_wrap .menu_inner .nav_list>ul>li.active a {
    color: #ff4b36
}

.arlo_tm_topbar {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10
}

.arlo_tm_topbar .topbar_inner {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.arlo_tm_topbar .topbar_in {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arlo_tm_topbar .topbar_inner .trigger a {
    text-decoration: none;
    color: #000
}

.arlo_tm_topbar .topbar_inner .trigger a .close {
    display: none
}

.arlo_tm_topbar .topbar_inner .trigger a .close.opened {
    display: block
}

.arlo_tm_topbar .topbar_inner .trigger a .menu.closed {
    display: none
}

.arlo_tm_topbar .dropdown {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
    display: none
}

.arlo_tm_topbar .dropdown .dropdown_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 25px 0
}

.arlo_tm_topbar .dropdown .dropdown_inner ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_topbar .dropdown .dropdown_inner ul li {
    margin: 0;
    float: left;
    width: 100%
}

.arlo_tm_topbar .dropdown .dropdown_inner ul li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 4px 0;
    font-family: raleway;
    font-weight: 500
}

.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
}

.arlo_tm_rightpart.opened {
    padding-left: 0
}

.arlo_tm_rightpart .rightpart_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_twinbox {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex
}

.arlo_tm_twinbox .twinbox_left {
    width: 75%;
    height: auto;
    padding-right: 50px
}

.arlo_tm_twinbox .twinbox_right {
    width: 25%;
    height: auto
}

.arlo_tm_hero_header {
    width: 100%;
    height: 100vh;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_hero_header .hero_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_hero_header .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1
}

.arlo_tm_hero_header .hero_content {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 20px;
    z-index: 3
}

.arlo_tm_hero_header .hero_content .image_wrap {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-bottom: 43px;
    position: relative
}

.arlo_tm_hero_header .hero_content .image_wrap img {
    border-radius: 100%
}

.arlo_tm_hero_header .hero_content .image_wrap .main {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%
}

.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,.08);
    z-index: -1
}

.arlo_tm_hero_header .hero_content .name_holder {
    margin-bottom: 9px
}

.arlo_tm_hero_header .hero_content .name_holder h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700
}

.arlo_tm_hero_header .hero_content .name_holder h3 span {
    color: #ff4b36
}

.arlo_tm_hero_header .hero_content .text_typing p {
    color: #fff;
    font-size: 19px
}

.arlo_tm_hero_header .hero_content .text_typing .arlo_tm_animation_text_word {
    font-weight: 500
}

.arlo_tm_arrow_wrap {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    margin-left: -21px;
    z-index: 55
}

.arlo_tm_arrow_wrap.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@-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)
    }
}

.arlo_tm_arrow_wrap a {
    text-decoration: none;
    color: #fff;
    font-size: 30px
}

.arlo_tm_about_wrap_all {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 138px
}

.arlo_tm_about {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 118px
}

.arlo_tm_about .about_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    padding-top: 100px
}

.arlo_tm_about .leftbox {
    width: 35%;
    float: left;
    height: auto
}

.arlo_tm_about .leftbox .about_image_wrap {
    position: relative
}

.arlo_tm_about .leftbox .about_image_wrap .image {
    position: absolute;
    z-index: 2
}

.arlo_tm_about .leftbox .about_image_wrap .image .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.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 #000
}

.arlo_tm_about .leftbox .about_image_wrap img {
    opacity: 0
}

.arlo_tm_about .rightbox {
    width: 65%;
    height: auto;
    padding-left: 70px
}

.arlo_tm_about .rightbox .about_title {
    margin-bottom: 30px
}

.arlo_tm_about .rightbox .about_title h3 {
    font-size: 23px;
    font-weight: 600
}

.arlo_tm_about .rightbox .about_title h3 .arlo_tm_animation_text_word {
    color: #ff4b36
}

.arlo_tm_about .rightbox .text {
    margin-bottom: 23px
}

.arlo_tm_about .rightbox .text span {
    color: #ff4b36;
    font-style: italic
}

.arlo_tm_about .about_short_contact_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 19px
}

.arlo_tm_about .arlo_tm_main_title_holder {
    margin-bottom: 40px
}

.arlo_tm_about .about_short_contact_wrap ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_about .about_short_contact_wrap ul li {
    margin: 0 0 10px;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 30px
}

.arlo_tm_about .about_short_contact_wrap ul li:nth-of-type(2n) {
    clear: right
}

.arlo_tm_about ul li label {
    font-weight: 500;
    color: #000;
    display: inline-block;
    padding-right: 3px
}

.arlo_tm_about .about_short_contact_wrap ul li a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_about .about_short_contact_wrap ul li a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_about .about_short_contact_wrap ul li .svg {
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    color: #ff4b36
}

.arlo_tm_about .buttons {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_about .buttons ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_about .buttons ul li {
    margin: 0 15px 20px 0;
    display: inline-block
}

.arlo_tm_about .buttons ul li a {
    text-decoration: none;
    color: #fff;
    background-color: #ff4b36;
    display: inline-block;
    padding: 10px 45px;
    font-family: raleway;
    position: relative;
    overflow: hidden
}

.arlo_tm_about .buttons ul li a:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #000;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1
}

.arlo_tm_about .buttons ul li a:hover:before {
    width: 150%
}

.arlo_tm_about .buttons ul li span {
    z-index: 2;
    position: relative
}

.arlo_title_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_title_holder h3 {
    position: relative;
    font-size: 35px;
    font-weight: 600
}

.arlo_title_holder h3:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #ff4b36;
    left: 0;
    bottom: -11px
}

.arlo_title_holder h3:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #ff4b36;
    left: 0;
    bottom: -20px
}

.arlo_tm_services {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #f7f7f7;
    padding: 138px 0 104px;
    background-image: url(..//img/shape/1.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat
}

.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 0 -50px;
    list-style-type: none
}

.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: auto;
    clear: both;
    float: left;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    top: 0;
    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
}

.arlo_tm_services .service_inner ul li .inner:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2)
}

.arlo_tm_services .service_inner ul li .inner:before {
    position: absolute;
    content: "";
    width: 8px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffedeb
}

.arlo_tm_services .service_inner ul li .inner .number {
    position: relative
}

.arlo_tm_services .service_inner ul li .inner .number:before {
    position: absolute;
    content: "";
    height: 8px;
    left: 0;
    right: -40px;
    bottom: -17px;
    background-color: #ffedeb
}

.arlo_tm_services .service_inner ul li .inner .number span {
    font-weight: 600;
    color: #ff4b36;
    font-size: 16px
}

.arlo_tm_services .service_inner ul li .inner .title {
    padding-top: 50px;
    margin-bottom: 13px
}

.arlo_tm_services .service_inner ul li .inner .title h3 {
    font-size: 23px
}

.arlo_tm_services .service_inner ul li .inner .text {
    margin-bottom: 10px
}

.arlo_tm_services .service_inner ul li .inner .read_more a {
    text-decoration: none;
    color: #ff4b36;
    transition: all .3s ease;
    border-bottom: 1px solid transparent
}

.arlo_tm_services .service_inner ul li .inner .read_more a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_progress_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 93px 0 26px
}

.arlo_tm_progress_wrap .progress_wrap_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex
}

.arlo_tm_progress_wrap .progress_wrap_inner .left {
    width: 50%;
    padding-right: 50px
}

.arlo_tm_progress_wrap .progress_wrap_inner .left .main_title {
    width: 100%;
    float: left;
    margin-bottom: 29px
}

.arlo_tm_progress_wrap .progress_wrap_inner .left .main_title h3 {
    font-size: 23px
}

.arlo_tm_progress_wrap .progress_wrap_inner .left .main_title h3 span {
    color: #ff4b36
}

.arlo_tm_progress_wrap .right {
    width: 50%;
    height: auto;
    padding-left: 30px
}

.arlo_progress {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 9px
}

.progress_inner {
    width: 100%;
    margin-bottom: 11px
}

.progress_inner>span {
    margin: 0 0 7px;
    width: 100%;
    display: block;
    text-align: left
}

.progress_inner span.number {
    float: right
}

.progress_inner .background {
    background: #07081f;
    width: 100%;
    min-width: 100%;
    position: relative;
    height: 8px
}

.progress_inner .background .bar_in {
    height: 100%;
    background: #333;
    width: 0;
    overflow: hidden
}

.progress_inner .background .bar {
    width: 0;
    height: 100%
}

.progress_inner .background .bar.open {
    -webkit-animation: wow 3s cubic-bezier(.165,.84,.44,1);
    -moz-animation: wow 3s cubic-bezier(.165,.84,.44,1);
    animation: wow 3s cubic-bezier(.165,.84,.44,1);
    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%
    }
}

.arlo_tm_call_action {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #ff4b36;
    padding: 60px 0;
    display: none
}

.arlo_tm_call_action .action_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arlo_tm_call_action .arlo_tm_button a {
    background-color: #fff;
    color: #000
}

.arlo_tm_call_action .arlo_tm_button a:hover {
    color: #fff
}

.arlo_tm_call_action .action_inner .left p {
    font-size: 23px;
    font-family: raleway;
    color: #fff
}

.arlo_tm_portfolio {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 100px
}

.arlo_tm_portfolio_filter {
    width: 100%;
    height: auto;
    text-align: left;
    list-style-type: none;
    margin: 0 0 29px;
    display: inline-block;
    padding-top: 80px
}

.arlo_tm_portfolio_filter li {
    display: inline-block;
    margin: 0 28px 0 0
}

.arlo_tm_portfolio_filter li:last-child {
    margin-right: 0
}

.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
}

.arlo_tm_portfolio_filter li a:hover {
    color: #ff4b36
}

.arlo_tm_portfolio_filter li a.current {
    color: #ff4b36
}

.arlo_tm_portfolio_list {
    list-style-type: none;
    margin: 0 0 0 -50px;
    padding-top: 139px
}

.arlo_tm_portfolio_list>li {
    width: 33.3333%;
    float: left;
    position: relative;
    margin: 0 0 50px;
    padding-left: 50px
}

.arlo_tm_portfolio_list li img {
    min-width: 100%
}

.arlo_tm_portfolio_titles {
    white-space: nowrap;
    background: #fff;
    font-size: 23px;
    font-weight: 600;
    padding: 4px 13px;
    color: #000;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    font-family: raleway
}

.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: -5px;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px
}

.entry {
    position: relative
}

.arlo_tm_portfolio_image_main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_details_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 143px 0 130px;
    margin-bottom: 139px;
    background-image: url(..//img/shape/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_details_wrap .details_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center
}

.arlo_tm_details_wrap .details_inner .left {
    width: 55%;
    padding-right: 40px
}

.arlo_tm_details_wrap .details_inner .right {
    width: 45%
}

.arlo_tm_details_wrap .details_inner .right ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_details_wrap .details_inner .right ul li {
    margin: 0 0 27px;
    float: left;
    width: 100%
}

.arlo_tm_details_wrap .details_inner .right ul li:last-child {
    margin-bottom: 0
}

.arlo_tm_details_wrap .details_inner .right ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_details_wrap .details_inner .right ul li .icon {
    position: absolute;
    top: 4px;
    left: 0
}

.arlo_tm_details_wrap .details_inner .right ul li .icon .svg {
    color: #ff4b36;
    width: 30px;
    height: 30px
}

.arlo_tm_details_wrap .details_inner .right ul li .text {
    padding-left: 54px
}

.arlo_tm_details_wrap .details_inner .right ul li .text h3 {
    font-size: 23px;
    margin-bottom: 14px
}

.arlo_tm_team {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 100px
}

.arlo_tm_team .team_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 90px
}

.arlo_tm_team .team_inner>ul {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.arlo_tm_team .team_inner>ul>li {
    margin: 0 0 50px;
    width: 33.3333%;
    float: left;
    padding-left: 50px
}

.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,.08);
    top: 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
}

.arlo_tm_team .team_inner>ul>li .inner:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.2)
}

.arlo_tm_team .team_inner>ul>li .inner .image {
    position: relative;
    overflow: hidden
}

.arlo_tm_team .team_inner>ul>li .inner .image img {
    min-width: 100%
}

.arlo_tm_team .team_inner>ul>li .inner .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.arlo_tm_team .team_inner>ul>li .inner .details {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 32px 40px 30px
}

.arlo_tm_team .team_inner>ul>li .inner .details h3 {
    font-size: 23px;
    margin-bottom: 3px
}

.arlo_tm_team .team_inner>ul>li .inner .social {
    position: absolute;
    left: 0;
    bottom: -32px;
    background-color: #ff4b36;
    padding: 0 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
}

.arlo_tm_team .team_inner>ul>li .inner:hover .social {
    bottom: 0
}

.arlo_tm_team .team_inner>ul>li .inner .social ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_team .team_inner>ul>li .inner .social ul li {
    margin: 0 3px 0 0;
    display: inline-block
}

.arlo_tm_team .team_inner>ul>li .inner .social ul li a {
    text-decoration: none;
    color: #fff
}

.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/shape/1.jpg);
    padding: 139px 0 100px
}

.arlo_tm_timeline .timeline_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 90px
}

.arlo_tm_timeline .timeline_inner ul {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.arlo_tm_timeline .timeline_inner ul li {
    margin: 0 0 50px;
    float: left;
    width: 33.3333%;
    padding-left: 50px
}

.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,.08);
    top: 0;
    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
}

.arlo_tm_timeline .timeline_inner ul li .inner:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2)
}

.arlo_tm_timeline .timeline_inner ul li .inner:before {
    position: absolute;
    content: "";
    width: 8px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffedeb
}

.arlo_tm_timeline .timeline_inner ul li .inner .number {
    position: relative
}

.arlo_tm_timeline .timeline_inner ul li .inner .number:before {
    position: absolute;
    content: "";
    height: 8px;
    left: 0;
    right: -40px;
    bottom: -17px;
    background-color: #ffedeb
}

.arlo_tm_timeline .timeline_inner ul li .inner .number span {
    font-weight: 600;
    color: #ff4b36;
    font-size: 16px
}

.arlo_tm_timeline .timeline_inner ul li .inner .title {
    padding-top: 50px;
    margin-bottom: 13px
}

.arlo_tm_timeline .timeline_inner ul li .inner .title h3 {
    font-size: 23px
}

.arlo_tm_timeline .timeline_inner ul li .inner .text {
    margin-bottom: 10px
}

.arlo_tm_timeline .timeline_inner ul li .inner .read_more a {
    text-decoration: none;
    color: #ff4b36;
    transition: all .3s ease;
    border-bottom: 1px solid transparent
}

.arlo_tm_timeline .timeline_inner ul li .inner .read_more a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_testimonial {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_testimonial .testimonial_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_testimonial .testimonial_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.arlo_tm_testimonial .testimonial_bg .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_testimonial .testimonial_bg .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.8)
}

.arlo_tm_testimonial .testimonial_content {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    z-index: 2;
    padding: 150px 20px
}

.arlo_tm_testimonial .testimonial_content .content_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    border: 10px solid rgba(238,238,238,.2);
    padding: 60px 60px 64px 146px
}

.arlo_tm_testimonial .testimonial_content .content_inner .icon {
    position: absolute;
    left: 51px;
    top: 67px;
    line-height: 0
}

.arlo_tm_testimonial .testimonial_content .content_inner .icon i {
    font-size: 60px;
    color: #ff4b36
}

.arlo_tm_testimonial .testimonial_content .content_inner .texts p {
    color: #eee;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 32px
}

.arlo_tm_testimonial .testimonial_content .content_inner .title .name {
    color: #eee;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 3px
}

.arlo_tm_testimonial .testimonial_content .content_inner .title .job {
    color: #ff4b36;
    font-size: 18px;
    font-weight: 400
}

.arlo_tm_home_news_wrapper_all {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 138px
}

.arlo_tm_home_news {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 100px
}

.arlo_tm_home_news .news_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 90px
}

.arlo_tm_home_news .news_inner ul {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.arlo_tm_home_news .news_inner ul li {
    margin: 0 0 50px;
    width: 33.3333%;
    float: left;
    padding-left: 50px
}

.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,.08);
    top: 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
}

.arlo_tm_home_news .news_inner ul li .inner:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    top: -4px;
    transform: translateZ(0)
}

.arlo_tm_home_news .news_inner ul li .inner .image {
    position: relative
}

.arlo_tm_home_news .news_inner ul li .inner .image img {
    min-width: 100%
}

.arlo_tm_home_news .news_inner ul li .inner .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_home_news .news_inner ul li .inner .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.arlo_tm_home_news .news_inner ul li .inner .details {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 32px 40px 10px
}

.arlo_tm_home_news .news_inner ul li .inner .details .dates {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 11px;
    margin-bottom: 12px
}

.arlo_tm_home_news .news_inner ul li .inner .dates p {
    text-transform: uppercase;
    font-size: 13px
}

.arlo_tm_home_news .news_inner ul li .inner .dates p .first a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_home_news .news_inner ul li .inner .dates p .first a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_home_news .news_inner ul li .inner .dates p .first a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 9px;
    background-color: #6f6f6f;
    top: 3px;
    right: -12px;
    border-radius: 2px
}

.arlo_tm_home_news .news_inner ul li .inner .dates p .second {
    padding-left: 24px
}

.arlo_tm_home_news .news_inner ul li .inner .dates p .category {
    position: relative;
    padding-left: 23px
}

.arlo_tm_home_news .news_inner ul li .inner .dates p .category a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_home_news .news_inner ul li .inner .dates p .category a:hover {
    border-bottom-color: #ff4b36
}

.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
}

.arlo_tm_home_news .news_inner ul li .inner .details .title {
    margin-bottom: 22px
}

.arlo_tm_home_news .news_inner ul li .inner .details .title h3 {
    font-size: 23px
}

.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
}

.arlo_tm_home_news .news_inner ul li .inner .details .title a:hover {
    color: #ff4b36
}

.arlo_tm_home_news .news_inner ul li .inner .details .text {
    margin-bottom: 20px
}

.arlo_tm_home_news .news_inner ul li .inner .details .read_more a {
    text-decoration: none;
    color: #ff4b36
}

.arlo_tm_partners {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 70px 0;
    background-color: #ff4b36
}

.arlo_tm_partners .partners_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_partners .partners_inner ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_partners .partners_inner ul li {
    margin: 0;
    text-align: center
}

.arlo_tm_contact_wrapper_all {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 138px
}

.arlo_tm_contact {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_contact .contact_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    padding: 83px 0 130px
}

.arlo_tm_contact .contact_inner .left {
    width: 50%;
    padding-right: 40px
}

.arlo_tm_contact .about_short_contact_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_contact .about_short_contact_wrap ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_contact .about_short_contact_wrap ul li {
    margin: 0 0 10px;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 30px
}

.arlo_tm_contact .about_short_contact_wrap ul li:nth-of-type(2n) {
    clear: right
}

.arlo_tm_contact ul li label {
    font-weight: 500;
    color: #000;
    min-width: 98px;
    display: inline-block
}

.arlo_tm_contact .about_short_contact_wrap ul li a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_contact .about_short_contact_wrap ul li a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_contact .about_short_contact_wrap ul li .svg {
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    color: #ff4b36
}

.arlo_tm_contact .contact_inner .right {
    width: 50%
}

.arlo_tm_contact .contact_inner .right .input_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_contact .contact_inner .right .input_wrap ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_contact .contact_inner .right .input_wrap ul li {
    margin: 0 0 25px;
    width: 100%;
    float: left;
    border: 1px solid #6f6f6f
}

.arlo_tm_contact .contact_inner .right .input_wrap ul li input {
    width: 100%;
    background-color: transparent;
    border: none
}

.arlo_tm_contact .contact_inner .right .input_wrap ul li input:focus {
    outline: none
}

.arlo_tm_contact .contact_inner .right .input_wrap ul li textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 44px!important;
    resize: none
}

.arlo_tm_contact .contact_inner .right .input_wrap ul li textarea:focus {
    outline: none
}

.arlo_tm_contact_another .empty_notice,.arlo_tm_contact .empty_notice {
    color: #f52225;
    margin-bottom: 7px;
    display: none;
    text-align: left;
    font-weight: 500
}

.arlo_tm_contact_another .contact_error,.arlo_tm_contact .contact_error {
    color: #f52225;
    text-align: left;
    font-weight: 500
}

.arlo_tm_contact_another .returnmessage,.arlo_tm_contact .returnmessage {
    color: #3a00ff;
    margin-bottom: 7px;
    text-align: left;
    font-weight: 500
}

.arlo_tm_news_all_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 88px
}

.arlo_tm_news_all_wrap .all_wrap_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 110px
}

.arlo_tm_news {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_main_title {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 86px 0
}

.arlo_tm_main_title h3 {
    font-size: 40px
}

.arlo_tm_news>ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_news>ul>li {
    margin: 0 0 50px;
    float: left;
    width: 100%
}

.arlo_tm_news>ul>li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.arlo_tm_news>ul>li .inner:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2)
}

.arlo_tm_news>ul>li .inner .image {
    position: relative
}

.arlo_tm_news>ul>li .inner .image img {
    min-width: 100%
}

.arlo_tm_news>ul>li .inner .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_news>ul>li .inner .image .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.arlo_tm_news>ul>li .inner .details {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 42px 40px 39px
}

.arlo_tm_news>ul>li .inner .details .dates {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 11px;
    margin-bottom: 11px
}

.arlo_tm_news>ul>li .inner .dates p {
    text-transform: uppercase;
    font-size: 13px
}

.arlo_tm_news>ul>li .inner .dates p .first a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_news>ul>li .inner .dates p .first a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_news>ul>li .inner .dates p .first a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 9px;
    background-color: #6f6f6f;
    top: 3px;
    right: -12px;
    border-radius: 2px
}

.arlo_tm_news>ul>li .inner .dates p .second {
    padding-left: 24px
}

.arlo_tm_news>ul>li .inner .dates p .category {
    position: relative;
    padding-left: 23px
}

.arlo_tm_news>ul>li .inner .dates p .category a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_news>ul>li .inner .dates p .category a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_news>ul>li .inner .dates p .category:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 9px;
    background-color: #6f6f6f;
    top: 3px;
    left: 12px;
    border-radius: 2px
}

.arlo_tm_news>ul>li .inner .details .title {
    margin-bottom: 22px
}

.arlo_tm_news>ul>li .inner .details .title h3 {
    font-size: 23px
}

.arlo_tm_news>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
}

.arlo_tm_news>ul>li .inner .details .title a:hover {
    color: #ff4b36
}

.arlo_tm_news>ul>li .inner .details .text {
    margin-bottom: 20px
}

.arlo_tm_news>ul>li .inner .details .read_more a {
    text-decoration: none;
    color: #ff4b36
}

.arlo_tm_sidebar_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_sidebar_wrap .search_wrap {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 37px
}

.arlo_tm_sidebar_wrap .search_wrap input[type=text] {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.2);
    width: 100%;
    color: #6f6f6f;
    height: 50px;
    padding-left: 15px!important;
    padding-right: 40px!important
}

.arlo_tm_sidebar_wrap .search_wrap input[type=text]:focus {
    outline: none
}

.arlo_tm_sidebar_wrap .search_wrap input[type=submit] {
    width: 40px;
    height: 49px;
    background-color: transparent;
    text-transform: capitalize;
    position: absolute;
    top: 1px;
    right: 0
}

.arlo_tm_sidebar_wrap .search_wrap input[type=submit]:focus {
    outline: none
}

.arlo_tm_sidebar_wrap .search_wrap .svg {
    position: absolute;
    top: 19px;
    right: 15px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap>ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap>ul>li {
    margin: 0 0 37px;
    width: 100%;
    float: left
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap>ul>li.archive {
    margin-bottom: 26px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap>ul>li:last-child {
    margin-bottom: 0
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap>ul>li:nth-child(1) {
    margin-bottom: 26px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap>ul>li:nth-child(4) {
    margin-bottom: 32px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .title_holder {
    width: 100%;
    float: left
}

.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
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .title_holder h3:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #ff4b36;
    left: 0;
    bottom: -7px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .author_image {
    padding-top: 56px;
    margin-bottom: 21px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 38px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li {
    margin: 0 0 30px;
    width: 100%;
    float: left
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li:last-child {
    margin-bottom: 0
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date {
    position: relative;
    padding-left: 20px
}

.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
}

.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
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li:hover .title_date h3 a {
    color: #ff4b36
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .title_date span {
    font-size: 14px;
    color: #6f6f6f
}

.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
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .post_image {
    max-width: 100px;
    position: relative
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .post_image .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li .arlo_tm_post_full_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list .overlay_post {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0,0,0,.5);
    display: none
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 25px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap.archives {
    padding-top: 28px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li {
    margin: 0 0 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.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
}

.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
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner a:hover {
    color: #ff4b36
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li .inner .right span {
    color: #6f6f6f
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 37px
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul li {
    margin: 0 1px 5px 0;
    display: inline-block
}

.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,.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
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul li a:hover {
    background-color: #000;
    color: #fff
}

.arlo_tm_pagination {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 100px;
    display: flex;
    align-items: center
}

.arlo_tm_pagination ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_pagination ul li {
    margin: 0 5px 5px 0;
    float: left;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #6f6f6f
}

.arlo_tm_pagination ul li:nth-child(1) {
    background-color: #ff4b36
}

.arlo_tm_pagination ul li span {
    color: #fff;
    font-size: 14px
}

.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
}

.arlo_tm_pagination ul li a:hover {
    background-color: #ff4b36
}

.arlo_tm_pagination .view {
    padding-left: 10px
}

.arlo_tm_footer {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    padding: 10px 0;
}

.arlo_tm_footer .footer_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arlo_tm_footer .footer_inner .copyright a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_footer .footer_inner .copyright a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_footer .footer_inner .top {
    width: 50px;
    height: 50px;
    background-color: #ff4b36;
    position: relative
}

.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%)
}

.arlo_tm_footer .footer_inner .top a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.arlo_tm_news_single {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 100px;
    margin-bottom: 100px
}

.arlo_tm_news_single .single_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_news_single .single_inner .top_image {
    position: relative;
    margin-bottom: 42px
}

.arlo_tm_news_single .single_inner .top_image img {
    min-width: 100%
}

.arlo_tm_news_single .single_inner .top_image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.arlo_tm_news_single .single_inner .short_detail {
    width: 100%;
    height: auto;
    float: left
}

.arlo_tm_news_single .single_inner .short_detail .dates {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 11px;
    margin-bottom: 11px
}

.arlo_tm_news_single .single_inner .short_detail .dates p {
    text-transform: uppercase;
    font-size: 13px
}

.arlo_tm_news_single .single_inner .short_detail .dates p .first a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_news_single .single_inner .short_detail .dates p .first a:hover {
    border-bottom-color: #ff4b36
}

.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
}

.arlo_tm_news_single .single_inner .short_detail .dates p .second {
    padding-left: 24px
}

.arlo_tm_news_single .single_inner .short_detail .dates p .category {
    position: relative;
    padding-left: 23px
}

.arlo_tm_news_single .single_inner .short_detail .dates p .category a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_news_single .single_inner .short_detail .dates p .category a:hover {
    border-bottom-color: #ff4b36
}

.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
}

.arlo_tm_news_single .single_inner .short_detail .title {
    margin-bottom: 22px
}

.arlo_tm_news_single .single_inner .short_detail .title h3 {
    font-size: 23px
}

.arlo_tm_news_single .single_inner .descriptions {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_news_single .single_inner .descriptions p {
    margin-bottom: 20px
}

.arlo_tm_news_single .single_inner .descriptions blockquote {
    color: #000;
    font-style: italic;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px
}

.arlo_tm_news_single .single_inner .descriptions blockquote:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ff4b36
}

.arlo_tm_news_single .single_inner .descriptions .description_images {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 9px;
    padding-bottom: 11px
}

.arlo_tm_news_single .single_inner .descriptions .description_images ul {
    margin: 0 0 0 -40px;
    list-style-type: none
}

.arlo_tm_news_single .single_inner .descriptions .description_images ul li {
    margin: 0 0 20px;
    float: left;
    width: 50%;
    padding-left: 40px
}

.arlo_tm_news_single .single_inner .descriptions .description_images ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_news_single .single_inner .descriptions .description_images ul li .inner .image {
    position: relative
}

.arlo_tm_news_single .single_inner .descriptions .description_images ul li .inner .image img {
    min-width: 100%
}

.arlo_tm_news_single .single_inner .descriptions .description_images ul li .inner .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.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
}

.arlo_tm_news_single .single_inner .descriptions .tags span {
    display: inline-block;
    color: #000;
    padding-right: 30px;
    font-family: raleway;
    font-weight: 500
}

.arlo_tm_news_single .single_inner .descriptions .tags ul {
    margin: 0;
    list-style-type: none;
    display: inline
}

.arlo_tm_news_single .single_inner .descriptions .tags ul li {
    margin: 0 1px 5px 0;
    display: inline-block
}

.arlo_tm_news_single .single_inner .descriptions .tags ul li:last-child {
    margin-bottom: 0
}

.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,.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
}

.arlo_tm_news_single .single_inner .descriptions .tags ul li a:hover {
    color: #fff;
    background-color: #000
}

.lexal_tm_commentbox_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #f7f7f7
}

.lexal_tm_commentbox_wrap .inner_wrap {
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,.05);
    clear: both;
    float: left;
    padding: 45px 0 50px
}

.lexal_tm_commentbox_wrap .inner_wrap .desriptions_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 0 40px;
    margin-bottom: 46px
}

.lexal_tm_commentbox_wrap .title h3 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 22px
}

.lexal_tm_commentbox_wrap .wp {
    position: relative;
    padding-left: 90px
}

.lexal_tm_commentbox_wrap .wp .avatar {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    top: 17px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(..//img/clients/1.jpg)
}

.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
}

.lexal_tm_commentbox_wrap .wp h3 a:hover {
    color: #ff4b36
}

.lexal_tm_commentbox_wrap .wp .date {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block
}

.lexal_tm_commentbox_wrap .wp .text a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.lexal_tm_commentbox_wrap .wp .text a:hover {
    border-bottom-color: #ff4b36
}

.lexal_tm_commentbox_wrap .reply_comment_wrap {
    width: 100%;
    height: 200px;
    float: left
}

.lexal_tm_commentbox_wrap .reply_comment_wrap .title {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px
}

.lexal_tm_commentbox_wrap .reply_comment_wrap {
    width: 100%;
    float: left;
    height: auto;
    clear: both;
    padding: 0 40px
}

.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 22px
}

.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,.2);
    color: #6f6f6f;
    padding-left: 0!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
}

.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row input:focus {
    outline: none;
    border-bottom-color: #000
}

.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,.2);
    resize: none;
    color: #6f6f6f;
    padding-left: 0!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
}

.lexal_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row textarea:focus {
    outline: none;
    border-bottom-color: #000
}

.arlo_tm_button {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_button a {
    text-decoration: none;
    color: #fff;
    background-color: #ff4b36;
    display: inline-block;
    padding: 10px 45px;
    font-family: raleway;
    overflow: hidden;
    position: relative
}

.arlo_tm_button a:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #000;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1
}

.arlo_tm_button a:hover:before {
    width: 150%
}

.arlo_tm_button span {
    position: relative;
    z-index: 2
}

.arlo_tm_portfolio_all_wrap {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 139px
}

.arlo_tm_portfolio_single {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 80px;
    margin-bottom: 100px
}

.arlo_tm_portfolio_single .portfolio_single_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_portfolio_single .portfolio_title_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_portfolio_single .portfolio_title_holder h3 {
    font-size: 35px
}

.arlo_tm_portfolio_single .descriptions_section {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    padding-top: 76px;
    margin-bottom: 90px
}

.arlo_tm_portfolio_single .descriptions_section .left {
    width: 40%
}

.arlo_tm_portfolio_single .descriptions_section .left .detail {
    margin-bottom: 30px
}

.arlo_tm_portfolio_single .descriptions_section .left .detail h3 {
    font-size: 23px
}

.arlo_tm_portfolio_single .descriptions_section .left ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_portfolio_single .descriptions_section .left ul li {
    margin: 0 0 10px;
    width: 100%;
    float: left
}

.arlo_tm_portfolio_single .descriptions_section .left ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding-left: 30px
}

.arlo_tm_portfolio_single .descriptions_section .left ul li .inner span {
    display: inline-block
}

.arlo_tm_portfolio_single .descriptions_section .left ul li .inner .first {
    min-width: 110px;
    font-weight: 500;
    color: #000
}

.arlo_tm_portfolio_single .descriptions_section .left ul li .inner span a {
    text-decoration: none;
    color: #ff4b36;
    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
}

.arlo_tm_portfolio_single .descriptions_section .left ul li .inner span a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_portfolio_single .descriptions_section .left ul li .inner .svg {
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    color: #ff4b36
}

.arlo_tm_portfolio_single .descriptions_section .right {
    width: 60%
}

.arlo_tm_portfolio_single .single_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_portfolio_single .single_list ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_portfolio_single .single_list ul li {
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.arlo_tm_portfolio_single .single_list ul li .image {
    position: relative
}

.arlo_tm_portfolio_single .single_list ul li .image img {
    min-width: 100%
}

.arlo_tm_portfolio_single .single_list ul li .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_prev_next {
    width: 100%;
    height: auto;
    float: left;
    clear: both
}

.arlo_tm_prev_next ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_prev_next ul li {
    margin: 0 7px 0 0;
    display: inline-block
}

.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: #ff4b36;
    font-family: raleway
}

.arlo_tm_prev_next ul li.prev a {
    padding: 0 20px 0 35px
}

.arlo_tm_prev_next ul li.next a {
    padding: 0 35px 0 20px
}

.arlo_tm_prev_next ul li.next a:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #fff;
    top: 15px;
    right: 15px
}

.arlo_tm_prev_next ul li.prev a:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-right-color: #fff;
    top: 15px;
    left: 15px
}

.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)
}

.arlo_tm_hero_header_water .hero_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_hero_header_water .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1
}

.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: 0 20px;
    z-index: 3
}

.arlo_tm_hero_header_water .hero_content .image_wrap {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-bottom: 43px;
    position: relative
}

.arlo_tm_hero_header_water .hero_content .image_wrap img {
    border-radius: 100%
}

.arlo_tm_hero_header_water .hero_content .image_wrap .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%
}

.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,.08);
    z-index: -1
}

.arlo_tm_hero_header_water .hero_content .name_holder {
    margin-bottom: 9px
}

.arlo_tm_hero_header_water .hero_content .name_holder h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700
}

.arlo_tm_hero_header_water .hero_content .name_holder h3 span {
    color: #ff4b36
}

.arlo_tm_hero_header_water .hero_content .text_typing p {
    color: #fff;
    font-size: 19px
}

.arlo_tm_hero_header_water .hero_content .text_typing .arlo_tm_animation_text_word {
    font-weight: 500
}

.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)
}

.glitch:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6)
}

.arlo_tm_hero_header.particle {
    background-image: url(..//img/slider/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#particles-js {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 2
}

.arlo_tm_video_hero_wrap {
    width: 100%;
    height: 100vh;
    position: relative
}

.arlo_tm_video_hero_wrap .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1
}

.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: 0 20px;
    z-index: 3
}

.arlo_tm_video_hero_wrap .hero_content .image_wrap {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-bottom: 43px;
    position: relative
}

.arlo_tm_video_hero_wrap .hero_content .image_wrap img {
    border-radius: 100%
}

.arlo_tm_video_hero_wrap .hero_content .image_wrap .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%
}

.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,.08);
    z-index: -1
}

.arlo_tm_video_hero_wrap .hero_content .name_holder {
    margin-bottom: 9px
}

.arlo_tm_video_hero_wrap .hero_content .name_holder h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700
}

.arlo_tm_video_hero_wrap .hero_content .name_holder h3 span {
    color: #ff4b36
}

.arlo_tm_video_hero_wrap .hero_content .text_typing p {
    color: #fff;
    font-size: 19px
}

.arlo_tm_video_hero_wrap .hero_content .text_typing .arlo_tm_animation_text_word {
    font-weight: 500
}

.arlo_tm_kenburn_hero {
    width: 100%;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_kenburn_hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1
}

.arlo_tm_kenburn_hero .hero_content {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 20px;
    z-index: 3
}

.arlo_tm_kenburn_hero .hero_content .image_wrap {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-bottom: 43px;
    position: relative
}

.arlo_tm_kenburn_hero .hero_content .image_wrap img {
    border-radius: 100%
}

.arlo_tm_kenburn_hero .hero_content .image_wrap .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%
}

.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,.08);
    z-index: -1
}

.arlo_tm_kenburn_hero .hero_content .name_holder {
    margin-bottom: 9px
}

.arlo_tm_kenburn_hero .hero_content .name_holder h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700
}

.arlo_tm_kenburn_hero .hero_content .name_holder h3 span {
    color: #ff4b36
}

.arlo_tm_kenburn_hero .hero_content .text_typing p {
    color: #fff;
    font-size: 19px
}

.arlo_tm_kenburn_hero .hero_content .text_typing .arlo_tm_animation_text_word {
    font-weight: 500
}

.arlo_tm_intro_hero .arlo_tm_intro_button a:hover span {
    color: #000
}

.arlo_tm_intro_hero .arlo_tm_intro_button a:before {
    background-color: #fff
}

.arlo_tm_intro_hero .arlo_tm_intro_button a:hover:before {
    background-color: #fff
}

.arlo_tm_intro_hero {
    width: 100%;
    height: 100vh;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_intro_hero .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_intro_hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6)
}

.arlo_tm_intro_hero .details {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 3
}

.arlo_tm_intro_hero .details .title {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 43px
}

.arlo_tm_intro_hero .details .title h3 {
    font-size: 20px;
    color: #fff;
    font-family: roboto;
    font-weight: 500
}

.arlo_tm_intro_button {
    width: 100%;
    float: left
}

.arlo_tm_intro_button a {
    text-decoration: none;
    color: #fff;
    background-color: #ff4b36;
    display: inline-block;
    padding: 10px 40px;
    position: relative;
    overflow: hidden
}

.arlo_tm_intro_button a:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #000;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1
}

.arlo_tm_intro_button a:hover:before {
    width: 150%
}

.arlo_tm_intro_button span {
    position: relative;
    z-index: 2
}

.arlo_tm_intro_mainpart {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 0 40px
}

.arlo_tm_title_main_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    text-align: center;
    padding: 93px 0
}

.arlo_tm_title_main_holder.demos {
    padding-top: 45px
}

.arlo_tm_title_main_holder h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700
}

.arlo_tm_title_main_holder h3 span {
    color: #ff4b36
}

.arlo_tm_title_main_holder h3 span.customer {
    font-family: roboto
}

.arlo_tm_intro_mainpart .main_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_intro_mainpart .main_list ul {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.arlo_tm_intro_mainpart .main_list ul li {
    margin: 0 0 50px;
    float: left;
    width: 33.3333%;
    padding-left: 50px
}

.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,.1);
    transition: all .3s ease
}

.arlo_tm_intro_mainpart .main_list ul li .inner:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2)
}

.arlo_tm_intro_mainpart .main_list ul li .inner .title {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 0;
    text-align: center
}

.arlo_tm_intro_mainpart .main_list ul li .inner .title.title {
    border-top: 1px solid rgba(0,0,0,.08)
}

.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
}

.arlo_tm_intro_mainpart .main_list ul li .inner .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.arlo_tm_intro_features {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 50px
}

.arlo_tm_intro_features ul {
    margin: 0 0 0 -50px;
    list-style-type: none;
    position: relative
}

.arlo_tm_intro_features ul li {
    margin: 0 0 50px;
    width: 33.3333%;
    float: left;
    padding-left: 50px
}

.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,.1);
    text-align: center;
    padding: 50px 20px;
    transition: all .3s ease
}

.arlo_tm_intro_features ul li .inner:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2)
}

.arlo_tm_intro_features ul li .inner .svg {
    width: 45px;
    height: 45px;
    color: #ea3509;
    margin-bottom: 20px
}

.arlo_tm_intro_features ul li .inner .subtitle {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px
}

.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: #000
}

.arlo_tm_intro_footer .left p {
    color: #fff
}

.arlo_tm_intro_footer .left p a {
    text-decoration: none;
    color: #ff4b36;
    border-bottom: 1px solid transparent;
    transition: all .3s ease
}

.arlo_tm_intro_footer .left p a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_intro_footer .right ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_intro_footer .right ul li {
    margin: 0 10px 0 0;
    display: inline-block
}

.arlo_tm_intro_footer .right ul li a {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease
}

.arlo_tm_intro_footer .right ul li a:hover {
    color: #ff4b36
}

.morocco_music .sound_condition {
    width: 80px;
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    height: 27px;
    color: #000
}

.audio-on .morocco_music .sound_condition .off,.audio-off .morocco_music .sound_condition .on {
    display: none
}

.morocco_music {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.morocco_music .visualization {
    display: flex;
    align-items: flex-end;
    padding-bottom: 1px;
    width: 16px;
    height: 21px
}

.morocco_music .visualization span {
    display: inline-flex;
    background: #000;
    margin: 0 1px;
    width: 2px;
    height: 5px
}

.audio-on .morocco_music .visualization span:nth-child(1) {
    -moz-animation: musicline 2s .5s ease-out alternate infinite;
    -webkit-animation: musicline 2s .5s ease-out alternate infinite;
    animation: musicline 2s .5s ease-out alternate infinite
}

.audio-on .morocco_music .visualization span:nth-child(2) {
    -moz-animation: musicline 2s 1s ease-out alternate infinite;
    -webkit-animation: musicline 2s 1s ease-out alternate infinite;
    animation: musicline 2s 1s ease-out alternate infinite
}

.audio-on .morocco_music .visualization span:nth-child(3) {
    -moz-animation: musicline 2s 1.5s ease-out alternate infinite;
    -webkit-animation: musicline 2s 1.5s ease-out alternate infinite;
    animation: musicline 2s 1.5s ease-out alternate infinite
}

.audio-on .morocco_music .visualization span:nth-child(4) {
    -moz-animation: musicline 2s .25s ease-out alternate infinite;
    -webkit-animation: musicline 2s .25s ease-out alternate infinite;
    animation: musicline 2s .25s ease-out alternate infinite
}

@keyframes musicline {
    0% {
        height: 5px
    }

    10% {
        height: 10px
    }

    20% {
        height: 5px
    }

    30% {
        height: 14px
    }

    40% {
        height: 18px
    }

    50% {
        height: 5px
    }

    60% {
        height: 16px
    }

    70% {
        height: 10px
    }

    80% {
        height: 12px
    }

    90% {
        height: 4px
    }

    100% {
        height: 18px
    }
}

.arlo_tm_about_second {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 140px 0 120px
}

.arlo_tm_about_second .about_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 80px
}

.arlo_tm_about_second .about_inner .title {
    margin-bottom: 30px
}

.arlo_tm_about_second .about_inner .title h3 {
    font-size: 30px;
    font-weight: 500
}

.arlo_tm_about_second .about_inner .title h3 .arlo_tm_animation_text_word {
    color: #ff4b36
}

.arlo_tm_about_second .about_inner .text {
    margin-bottom: 39px
}

.arlo_tm_about_second .about_inner .text p span {
    color: #ff4b36;
    font-style: italic
}

.arlo_tm_about_second .info_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 30px
}

.arlo_tm_about_second .info_list ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_about_second .info_list ul li {
    margin: 0 15px 9px 0;
    display: inline-block
}

.arlo_tm_about_second .info_list ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    background-color: #ffedeb;
    padding: 11px 20px 9px
}

.arlo_tm_about_second .info_list ul li .inner label {
    color: #000;
    font-weight: 500;
    position: relative;
    margin-right: 40px
}

.arlo_tm_about_second .info_list ul li .inner label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ff4b36;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 10px
}

.arlo_tm_about_second .info_list ul li .inner a {
    text-decoration: none;
    color: #ff4b36;
    transition: all .3s ease;
    border-bottom: 1px solid transparent
}

.arlo_tm_about_second .info_list ul li .inner a:hover {
    border-bottom-color: #ff4b36
}

.arlo_tm_about_second .buttons {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_about_second .buttons ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_about_second .buttons ul li {
    margin: 0 15px 20px 0;
    display: inline-block
}

.arlo_tm_about_second .buttons ul li a {
    text-decoration: none;
    color: #fff;
    background-color: #ff4b36;
    display: inline-block;
    padding: 10px 45px;
    font-family: raleway;
    position: relative;
    overflow: hidden
}

.arlo_tm_about_second .buttons ul li a:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #000;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1
}

.arlo_tm_about_second .buttons ul li a:hover:before {
    width: 150%
}

.arlo_tm_about_second .buttons ul li span {
    z-index: 2;
    position: relative
}

.arlo_tm_progress_second {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 92px
}

.arlo_tm_progress_second .info_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.arlo_tm_progress_second .info_wrap .left {
    width: 50%
}

.arlo_tm_progress_second .info_wrap .left h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    max-width: 400px;
    margin-right: 40px
}

.arlo_tm_progress_second .info_wrap .left h3 span {
    color: #ff4b36
}

.arlo_tm_progress_second .info_wrap .right {
    width: 50%
}

.arlo_tm_progress_second .info_wrap .right p {
    border-left: 4px solid #ff4b36;
    padding-left: 35px
}

.arlo_tm_progress_second .progress_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 30px
}

.arlo_tm_progress_second .progress_list ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_progress_second .progress_list ul li {
    margin: 0 15px 9px 0;
    display: inline-block
}

.arlo_tm_progress_second .progress_list ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    background-color: #ffedeb;
    padding: 11px 20px 9px
}

.arlo_tm_progress_second .progress_list ul li .inner label {
    color: #000;
    font-weight: 500;
    position: relative;
    margin-right: 40px
}

.arlo_tm_progress_second .progress_list ul li .inner label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ff4b36;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 10px
}

body[data-homepage=second] {
    font-family: nunito,sans-serif;
    font-size: 17px;
    line-height: 2;
    letter-spacing: .5px;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #171717;
    color: #c7c7c7
}

body[data-homepage=second] h3 {
    font-family: saira!important
}

.arlo_tm_second_homepage {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_second_homepage .hero_wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    opacity: 1
}

.arlo_tm_second_homepage .hero_wrap .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1
}

.arlo_tm_second_homepage .hero_wrap .container {
    height: 100%
}

.arlo_tm_second_homepage .hero_wrap .hero_texts {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%)
}

.arlo_tm_second_homepage .hero_wrap .hero_texts h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 37px;
    position: relative;
    line-height: 1
}

.arlo_tm_second_homepage .hero_wrap .hero_texts .www {
    max-width: 700px
}

.arlo_tm_second_homepage .hero_wrap .hero_texts .subtitle {
    text-transform: lowercase;
    font-size: 23px;
    font-weight: 500
}

.arlo_tm_second_homepage .hero_wrap .arlo_tm_animation_text_word {
    color: #fff
}

.arlo_tm_second_homepage .hero_wrap .down {
    position: absolute;
    z-index: 7;
    bottom: 60px
}

.arlo_tm_second_homepage .hero_wrap .down .line_wrapper {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    visibility: visible;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.arlo_tm_second_homepage .hero_wrap .down .line_wrapper {
    width: 1px;
    height: 50px;
    background: 0 0;
    display: block
}

.arlo_tm_second_homepage .hero_wrap .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(.5);
        transform-origin: bottom
    }

    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom
    }
}

.arlo_tm_second_homepage .arlo_tm_about {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 125px
}

.arlo_tm_second_homepage .arlo_tm_about .about_in {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_second_homepage .arlo_tm_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
}

.arlo_tm_second_homepage .arlo_tm_about .about_image.opened {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.arlo_tm_second_homepage .arlo_tm_about .about_image .image {
    position: relative
}

.arlo_tm_second_homepage .arlo_tm_about .about_image .image img {
    min-width: 100%
}

.arlo_tm_second_homepage .arlo_tm_about .about_image .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_second_homepage .arlo_title_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_second_homepage .arlo_title_holder h3 {
    font-family: saira;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    position: relative
}

.arlo_tm_second_homepage .arlo_title_holder h3:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 5px;
    background-color: #179480;
    left: 0;
    bottom: -10px
}

.arlo_tm_second_homepage .arlo_title_holder h3:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    background-color: #179480;
    left: 0;
    bottom: -20px
}

.arlo_tm_second_homepage .arlo_tm_about .about_main {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 76px
}

.arlo_tm_second_homepage .arlo_tm_about .about_main p {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px
}

.arlo_tm_second_homepage .arlo_tm_about .about_main p .name {
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    border-bottom: 3px solid #179480
}

.arlo_tm_second_homepage .arlo_tm_about .social_icons {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_second_homepage .arlo_tm_about .social_icons span {
    position: absolute;
    left: 0;
    font-size: 23px;
    font-weight: 500
}

.arlo_tm_second_homepage .arlo_tm_about .social_icons ul {
    margin: 0;
    list-style-type: none;
    padding-left: 130px;
    display: flex;
    align-content: center
}

.arlo_tm_second_homepage .arlo_tm_about .social_icons ul li {
    margin: 0 10px 0 0;
    display: inline-block
}

.arlo_tm_second_homepage .arlo_tm_about .social_icons ul li a {
    text-decoration: none;
    color: #fff;
    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
}

.arlo_tm_second_homepage .arlo_tm_about .social_icons ul li a:hover {
    color: #179480
}

.arlo_tm_second_homepage .arlo_services_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 130px;
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list ul {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list ul li {
    margin: 0 0 90px;
    width: 33.3333%;
    float: left;
    padding-left: 50px
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    background-color: #222;
    padding: 80px 20px 43px 40px;
    cursor: pointer;
    border-radius: 4px
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 19px
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .one {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .two {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: rgba(255,255,255,.2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .three {
    position: absolute;
    right: 0;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .four {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .icon_box {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #179480;
    z-index: 2;
    top: -40px;
    left: 40px;
    border-radius: 4px
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .icon_box .svg {
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.arlo_tm_second_homepage .arlo_tm_portfolio_list {
    padding-top: 135px
}

.arlo_tm_second_homepage .arlo_tm_resume {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 130px;
    position: relative;
    margin-bottom: 48px
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list ul {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list ul li {
    margin: 0 0 90px;
    width: 33.3333%;
    float: left;
    padding-left: 50px
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    background-color: #222;
    padding: 80px 20px 43px 40px;
    cursor: pointer;
    border-radius: 4px
}

.arlo_tm_second_homepage .arlo_tm_portfolio {
    margin-bottom: 90px
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list .inner .one {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list .inner .two {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: rgba(255,255,255,.2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list .inner .three {
    position: absolute;
    right: 0;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list .inner .four {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list .inner .box {
    position: absolute;
    height: 80px;
    padding: 0 30px;
    background-color: #179480;
    z-index: 2;
    top: -40px;
    left: 40px;
    border-radius: 4px;
    line-height: 80px
}

.arlo_tm_resume .resume_list .inner .year {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list .inner .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px
}

.arlo_tm_second_homepage .arlo_skills_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 118px
}

.arlo_tm_second_homepage .arlo_skills_wrap .skills_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex
}

.arlo_tm_second_homepage .arlo_skills_wrap .skills_inner .left {
    width: 50%;
    height: auto;
    padding-right: 50px
}

.arlo_tm_second_homepage .arlo_skills_wrap .skills_inner .left h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px
}

.arlo_tm_second_homepage .arlo_skills_wrap .skills_inner .right {
    width: 50%;
    height: auto;
    padding-left: 50px
}

.arlo_tm_second_homepage .arlo_skills_wrap .robex_progress {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 9px
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner {
    width: 100%;
    margin-bottom: 19px
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner>span {
    margin: 0 0 7px;
    width: 100%;
    display: block;
    text-align: left;
    font-family: saira
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner span.label {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner span.number {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    float: right
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner .background {
    background: rgba(255,255,255,.2);
    width: 100%;
    min-width: 100%;
    position: relative;
    height: 8px
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner .background .bar_in {
    height: 100%;
    background: #333;
    width: 0;
    overflow: hidden
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner .background .bar {
    width: 0;
    height: 100%
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner .background .bar.open {
    -webkit-animation: wow 3s cubic-bezier(.165,.84,.44,1);
    -moz-animation: wow 3s cubic-bezier(.165,.84,.44,1);
    animation: wow 3s cubic-bezier(.165,.84,.44,1);
    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%
    }
}

.arlo_tm_second_homepage .arlo_tm_team {
    margin-bottom: 90px
}

.arlo_tm_second_homepage .arlo_tm_team .team_inner>ul>li .inner .details {
    background-color: rgba(255,255,255,.2)
}

.arlo_tm_second_homepage .arlo_tm_team .team_inner>ul>li .inner .details h3 {
    color: #fff
}

.arlo_tm_second_homepage .arlo_tm_team .team_inner>ul>li .inner .social {
    bottom: -34px;
    background-color: #0bceaf
}

.arlo_tm_second_homepage .arlo_tm_team .team_inner>ul>li .inner:hover .social {
    bottom: 0
}

.arlo_tm_pricing {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 90px
}

.arlo_tm_pricing .pricing_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 90px;
    position: relative
}

.arlo_tm_pricing .pricing_list>ul {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.arlo_tm_pricing .pricing_list>ul>li {
    margin: 0 0 50px;
    float: left;
    width: 33.3333%;
    padding-left: 50px
}

.arlo_tm_pricing .pricing_list>ul>li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    text-align: center;
    background-color: #222
}

.arlo_tm_pricing .pricing_list>ul>li .inner .one {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.arlo_tm_pricing .pricing_list>ul>li .inner .two {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: rgba(255,255,255,.2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1
}

.arlo_tm_pricing .pricing_list>ul>li .inner .three {
    position: absolute;
    right: 0;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1
}

.arlo_tm_pricing .pricing_list>ul>li .inner .four {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1
}

.arlo_tm_pricing .pricing_list>ul>li .inner .in {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 45px 20px 50px
}

.arlo_tm_pricing .pricing_list ul li .inner .icon {
    width: 100%;
    float: left;
    margin-bottom: 7px
}

.arlo_tm_pricing .pricing_list ul li .inner .svg {
    color: #179480;
    width: 30px;
    height: 40px
}

.arlo_tm_pricing .pricing_list ul li .inner .title {
    color: #fff;
    display: inline-block;
    font-family: saira;
    font-weight: 500;
    background-color: #179480;
    line-height: 1;
    padding: 5px 20px
}

.arlo_tm_pricing .pricing_list ul li .inner .price {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: saira
}

.arlo_tm_pricing .pricing_list ul li .inner .price span {
    font-size: 20px
}

.arlo_tm_pricing .pricing_list ul li .inner ul {
    margin: 0 0 20px;
    list-style-type: none
}

.arlo_tm_pricing .pricing_list ul li .inner ul li {
    margin: 0
}

.arlo_tm_pricing .pricing_list>ul>li .inner .shape {
    position: absolute;
    z-index: 5;
    top: 5px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #179480 transparent transparent transparent
}

.arlo_tm_pricing .pricing_list>ul>li .inner .recommend {
    position: absolute;
    color: #fff;
    top: 36px;
    left: 2px;
    transform: rotate(-45deg);
    z-index: 6;
    font-size: 11px;
    text-transform: uppercase;
    font-family: saira;
    font-weight: 600
}

.another_button {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.another_button a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background-color: #179480;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 4px;
    font-family: saira
}

.arlo_tm_news_another {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 90px
}

.arlo_tm_news_another .news_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 90px;
    position: relative
}

.arlo_tm_news_another .news_list ul {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.arlo_tm_news_another .news_list ul li {
    margin: 0 0 50px;
    width: 33.3333%;
    float: left;
    padding-left: 50px
}

.arlo_tm_news_another .news_list ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding: 5px
}

.arlo_tm_news_another .news_list ul li .inner .one {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.arlo_tm_news_another .news_list ul li .inner .two {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: rgba(255,255,255,.2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1
}

.arlo_tm_news_another .news_list ul li .inner .three {
    position: absolute;
    right: 0;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1
}

.arlo_tm_news_another .news_list ul li .inner .four {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255,255,255,.2);
    z-index: 1
}

.arlo_tm_news_another .news_list ul li .inner .image {
    position: relative
}

.arlo_tm_news_another .news_list ul li .inner .image a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.arlo_tm_news_another .news_list ul li .inner .image img {
    min-width: 100%
}

.arlo_tm_news_another .news_list ul li .inner .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.arlo_tm_news_another .news_list ul li .inner .texts {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #222;
    padding: 40px 40px 24px
}

.arlo_tm_news_another .news_list ul li .inner .texts .date a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.arlo_tm_news_another .news_list ul li .inner .texts .def {
    margin-bottom: 28px
}

.arlo_tm_news_another .news_list ul li .inner .texts .date a:hover {
    color: #179480
}

.arlo_tm_news_another .news_list ul li .inner .texts .title h3 {
    line-height: 1;
    margin-bottom: 21px
}

.arlo_tm_news_another .news_list ul li .inner .texts .title h3 a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.arlo_tm_news_another .news_list ul li .inner .texts .title h3 a:hover {
    color: #179480
}

.arlo_tm_contact_another {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 125px
}

.arlo_tm_contact_another .contact_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 80px;
    display: flex
}

.arlo_tm_contact_another .contact_inner .left {
    width: 40%;
    height: auto
}

.arlo_tm_contact_another .contact_inner .left ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_contact_another .contact_inner .left ul li {
    margin: 0 0 8px;
    width: 100%;
    float: left;
    list-style-type: none
}

.arlo_tm_contact_another .contact_inner .left ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.arlo_tm_contact_another .contact_inner .left ul li .inner .svg {
    position: absolute;
    left: 0;
    top: 4px;
    color: #179480;
    width: 20px;
    height: 20px
}

.arlo_tm_contact_another .contact_inner .left ul li .inner span {
    padding-left: 35px
}

.arlo_tm_contact_another .contact_inner .left ul li .inner span a {
    text-decoration: none;
    color: #c7c7c7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.arlo_tm_contact_another .contact_inner .left ul li .inner span a:hover {
    color: #fff
}

.arlo_tm_contact_another .contact_inner .right {
    width: 60%;
    height: auto;
    position: relative;
    top: -10px
}

.arlo_tm_contact_another .contact_inner .right .first_row {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.arlo_tm_contact_another .contact_inner .right .first_row ul {
    margin: 0 0 0 -20px;
    list-style-type: none
}

.arlo_tm_contact_another .contact_inner .right .first_row ul li {
    margin: 0 0 25px;
    width: 50%;
    float: left;
    padding-left: 20px
}

.arlo_tm_contact_another .contact_inner .right .first_row ul li input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 0 20px 0 0!important;
    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
}

.arlo_tm_contact_another .contact_inner .right .first_row ul li input:focus {
    outline: none;
    background-color: transparent;
    border-bottom-color: #fff
}

.arlo_tm_contact_another .contact_inner .right .second_row {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    margin-bottom: 20px
}

.arlo_tm_contact_another .contact_inner .right textarea {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    resize: none;
    padding: 0 20px 0 0!important;
    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
}

.arlo_tm_contact_another .contact_inner .right textarea:focus {
    outline: none;
    background-color: transparent;
    border-bottom-color: #fff
}

.arlo_tm_footer_another {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #222;
    padding: 60px 0
}

.arlo_tm_footer_another .footer_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arlo_tm_footer_another .footer_inner .left p {
    font-family: saira
}

.arlo_tm_footer_another .footer_inner .left 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
}

.arlo_tm_footer_another .footer_inner .left a:hover {
    color: #179480
}

.arlo_tm_footer_another .footer_inner .right ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_footer_another .footer_inner .right ul li {
    margin: 0 10px 0 0;
    float: left
}

.arlo_tm_footer_another .footer_inner .right 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
}

.arlo_tm_footer_another .footer_inner .right ul li a:hover {
    color: #179480
}

.arlo_tm_topbar_another {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

.arlo_tm_topbar_another.animate .mainpart {
    background-color: #222;
    padding: 25px 0
}

.arlo_tm_topbar_another .mainpart {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 30px 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
}

.arlo_tm_topbar_another .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arlo_tm_topbar_another .logo {
    width: auto
}

.arlo_tm_topbar_another .logo img {
    max-width: 50px
}

.arlo_tm_topbar_another .menu_list {
    float: left;
    padding-right: 80px
}

.arlo_tm_topbar_another .menu_list ul {
    margin: 0;
    list-style-type: none
}

.arlo_tm_topbar_another .menu_list ul li {
    margin: 0;
    display: inline-block;
    margin-right: 20px
}

.arlo_tm_topbar_another .menu_list ul li:last-child {
    margin-right: 0
}

.arlo_tm_topbar_another .menu_list ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: saira;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.arlo_tm_topbar_another .menu_list ul li a:hover {
    color: #179480
}

.arlo_tm_topbar_another .trigger_main {
    width: 30px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 40px
}

.arlo_tm_topbar_another .trigger_main a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.arlo_tm_topbar_another .trigger_main span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: inline-block
}

.arlo_tm_topbar_another .trigger_main .two {
    margin-top: 12px
}

@media(max-width: 1600px) {
    .arlo_tm_leftpart {
        width:360px
    }

    .arlo_tm_rightpart {
        padding-left: 360px
    }

    .arlo_tm_leftpart .inner .menu ul li a {
        padding: 10px 0
    }

    .arlo_tm_sidebar_wrap .menu_wrap .menu_inner .nav_list>ul>li>a {
        font-size: 25px
    }
}

@media(max-width: 1400px) {
    .arlo_tm_about {
        margin-bottom:80px
    }

    .arlo_tm_about .leftbox {
        display: none
    }

    .arlo_tm_about .rightbox {
        padding-left: 0;
        width: 100%
    }

    .arlo_tm_services .service_inner ul li {
        width: 50%
    }

    .arlo_tm_timeline .timeline_inner ul li {
        width: 50%
    }

    .arlo_tm_portfolio_list>li {
        width: 50%
    }

    .arlo_tm_team .team_inner>ul>li {
        width: 50%
    }

    .arlo_tm_twinbox {
        flex-direction: column
    }

    .arlo_tm_twinbox .twinbox_left {
        padding-right: 0;
        width: 100%
    }

    .arlo_tm_twinbox .twinbox_right {
        width: 100%;
        margin-bottom: 100px
    }

    .arlo_tm_pagination {
        margin-bottom: 50px
    }

    .arlo_tm_news_single .single_inner {
        margin-bottom: 50px
    }

    .arlo_tm_news_single {
        margin-bottom: 0
    }
}

@media(max-width: 1200px) {
    .arlo_tm_progress_wrap .progress_wrap_inner {
        flex-direction:column
    }

    .arlo_tm_progress_wrap .progress_wrap_inner .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px
    }

    .arlo_tm_progress_wrap .right {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_home_news .news_inner ul li {
        width: 50%
    }

    .arlo_tm_contact .contact_inner {
        flex-direction: column
    }

    .arlo_tm_contact .contact_inner .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px
    }

    .arlo_tm_contact .contact_inner .right {
        width: 100%
    }
}

@media(max-width: 1040px) {
    .arlo_tm_leftpart {
        display:none
    }

    .arlo_tm_rightpart {
        padding-left: 0
    }

    .arlo_tm_topbar {
        display: block
    }

    .arlo_tm_topmenu {
        display: none
    }

    .arlo_tm_sidebar_wrap {
        display: none
    }

    body.extra .arlo_tm_rightpart {
        padding-left: 0
    }

    .arlo_tm_portfolio_single {
        padding-top: 150px
    }

    .arlo_tm_news_single {
        padding-top: 150px
    }

    .arlo_tm_preloader {
        display: none
    }

    .arlo_tm_second_homepage .arlo_services_wrap .service_list ul li {
        width: 50%
    }

    .arlo_tm_second_homepage .arlo_tm_resume .resume_list ul li {
        width: 50%
    }

    .arlo_tm_second_homepage .arlo_skills_wrap .skills_inner {
        flex-direction: column
    }

    .arlo_tm_second_homepage .arlo_skills_wrap .skills_inner .left {
        width: 100%;
        margin-bottom: 20px;
        padding: 0
    }

    .arlo_tm_second_homepage .arlo_skills_wrap .skills_inner .right {
        padding: 0;
        width: 100%
    }

    .arlo_tm_pricing .pricing_list>ul>li {
        width: 50%
    }

    .arlo_tm_news_another .news_list ul li {
        width: 50%
    }

    .arlo_tm_contact_another .contact_inner {
        flex-direction: column
    }

    .arlo_tm_contact_another .contact_inner .left {
        width: 100%;
        margin-bottom: 20px
    }

    .arlo_tm_contact_another .contact_inner .right {
        width: 100%
    }

    .arlo_tm_footer_another .footer_inner {
        flex-direction: column
    }
}

@media(max-width: 768px) {
    .arlo_tm_hero_header .hero_content .name_holder h3 {
        font-size:40px
    }

    .arlo_tm_about .about_short_contact_wrap ul li {
        padding-left: 30px;
        width: 100%
    }

    .arlo_tm_about .about_short_contact_wrap ul {
        margin: 0
    }

    .arlo_tm_about .rightbox .about_title h3 {
        font-size: 20px
    }

    .arlo_tm_services .service_inner ul {
        margin: 0
    }

    .arlo_tm_services .service_inner ul li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_services .service_inner ul li .inner .title h3 {
        font-size: 20px
    }

    .arlo_tm_timeline .timeline_inner ul li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_timeline .timeline_inner ul {
        margin: 0
    }

    .arlo_tm_progress_wrap .progress_wrap_inner .left .main_title h3 {
        font-size: 20px
    }

    .arlo_tm_call_action .action_inner .left p {
        font-size: 20px
    }

    .arlo_tm_call_action .action_inner {
        flex-direction: column;
        align-items: flex-start
    }

    .arlo_tm_call_action .action_inner .left {
        margin-bottom: 30px
    }

    .arlo_tm_portfolio_list>li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_portfolio_list {
        margin: 0
    }

    .arlo_tm_details_wrap .details_inner {
        flex-direction: column
    }

    .arlo_tm_details_wrap .details_inner .left {
        width: 100%;
        margin-bottom: 40px
    }

    .arlo_tm_details_wrap .details_inner .right {
        padding-left: 0;
        width: 100%
    }

    .arlo_tm_details_wrap .details_inner .right ul li .icon {
        position: relative;
        margin-bottom: 5px
    }

    .arlo_tm_details_wrap .details_inner .right ul li .text {
        padding-left: 0
    }

    .arlo_tm_details_wrap .details_inner .right ul li .text h3 {
        font-size: 20px
    }

    .arlo_tm_testimonial .testimonial_content .content_inner .icon {
        position: relative;
        top: 0;
        left: -12px;
        margin-bottom: 20px
    }

    .arlo_tm_testimonial .testimonial_content .content_inner {
        padding-left: 40px;
        padding-right: 40px
    }

    .arlo_tm_team .team_inner>ul>li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_team .team_inner>ul {
        margin: 0
    }

    .arlo_tm_team .team_inner>ul>li .inner .details h3 {
        font-size: 20px
    }

    .arlo_tm_testimonial .testimonial_content .content_inner .text p {
        font-size: 20px
    }

    .arlo_tm_home_news .news_inner ul li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_home_news .news_inner ul {
        margin: 0
    }

    .arlo_tm_main_title h3 {
        font-size: 35px
    }

    .arlo_tm_news>ul>li .inner .details .title h3 {
        font-size: 20px
    }

    .arlo_tm_news>ul>li .inner .details {
        padding: 32px 30px 29px
    }

    .arlo_tm_news_single .single_inner .short_detail .title h3 {
        font-size: 20px
    }

    .arlo_tm_news_single .single_inner .descriptions .description_images ul li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_news_single .single_inner .descriptions .description_images ul {
        margin: 0
    }

    .arlo_tm_news_single .single_inner .descriptions .tags {
        flex-direction: column;
        align-items: flex-start
    }

    .arlo_tm_news_single .single_inner .descriptions .tags span {
        margin-bottom: 10px
    }

    .lexal_tm_commentbox_wrap .inner_wrap .desriptions_wrap {
        padding: 0 20px
    }

    .lexal_tm_commentbox_wrap .reply_comment_wrap {
        padding: 0 20px
    }

    .lexal_tm_commentbox_wrap .wp .avatar {
        position: relative;
        margin-bottom: 20px
    }

    .lexal_tm_commentbox_wrap .wp {
        padding-left: 0
    }

    .arlo_tm_portfolio_single .descriptions_section {
        flex-direction: column
    }

    .arlo_tm_portfolio_single .descriptions_section .left {
        width: 100%;
        margin-bottom: 30px
    }

    .arlo_tm_portfolio_single .descriptions_section .right {
        width: 100%
    }

    .arlo_tm_intro_mainpart .main_list ul li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_intro_mainpart .main_list ul {
        margin: 0
    }

    .arlo_tm_intro_features ul li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_intro_features ul {
        margin: 0
    }

    .arlo_tm_intro_footer {
        flex-direction: column
    }

    .arlo_tm_about_second .about_inner .title h3 {
        font-size: 25px
    }

    .arlo_tm_about_second .buttons ul li {
        margin: 0
    }

    .arlo_tm_progress_second .info_wrap {
        flex-direction: column;
        align-items: baseline
    }

    .arlo_tm_progress_second .info_wrap .left {
        width: 100%;
        margin-bottom: 20px
    }

    .arlo_tm_progress_second .info_wrap .left h3 {
        max-width: 100%;
        margin-right: 0
    }

    .arlo_tm_progress_second .info_wrap .right {
        width: 100%
    }

    .arlo_tm_progress_second .info_wrap .right p {
        padding-left: 20px
    }

    .arlo_tm_progress_second {
        font-size: 20px
    }

    .arlo_tm_second_homepage .hero_wrap .hero_texts h3 {
        font-size: 55px
    }

    .arlo_tm_second_homepage .arlo_services_wrap .service_list ul li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_second_homepage .arlo_services_wrap .service_list ul {
        margin: 0
    }

    .arlo_tm_second_homepage .arlo_tm_resume .resume_list ul li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_second_homepage .arlo_tm_resume .resume_list ul {
        margin: 0
    }

    .arlo_tm_second_homepage .arlo_skills_wrap .skills_inner .left h3 {
        font-size: 30px
    }

    .arlo_tm_pricing .pricing_list>ul>li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_pricing .pricing_list>ul {
        margin: 0
    }

    .arlo_tm_news_another .news_list ul li {
        width: 100%;
        padding-left: 0
    }

    .arlo_tm_news_another .news_list ul {
        margin: 0
    }
}

@media(max-width: 480px) {
    .arlo_tm_hero_header .hero_content .name_holder h3 {
        font-size:35px
    }

    .arlo_tm_pagination {
        flex-direction: column;
        align-items: flex-start
    }

    .arlo_tm_pagination .view {
        padding-left: 0
    }

    .arlo_tm_news>ul>li .inner .details {
        padding: 25px 23px 22px
    }

    .arlo_tm_second_homepage .hero_wrap .hero_texts h3 {
        font-size: 40px
    }

    .arlo_tm_second_homepage .hero_wrap .hero_texts .subtitle {
        font-size: 21px
    }
}

.arlo_tm_services .service_inner ul li .inner h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px
}

.iti__flag {
    background-image: url(../img/flags.png)
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-image:url(../img/flags@2x.png)
    }
}

.iti__country-list li {
    border: none!important;
    margin: 0!important
}

.arlo_tm_button.g-recaptcha {
    text-decoration: none;
    color: #fff;
    background-color: #ff4b36;
    display: inline-block;
    padding: 10px 45px;
    font-family: raleway;
    position: relative;
    overflow: hidden
}

.arlo_tm_button.g-recaptcha:hover {
    text-decoration: none;
    color: #fff;
    background-color: #080808;
    display: inline-block;
    padding: 10px 45px;
    font-family: raleway;
    position: relative;
    overflow: hidden,
    font-weight: bold,
    cursor: pointer
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
      padding: 10px;
}

.my-float{
	margin-top:16px;
}
