@charset "utf-8";
/*
/*	Copyright (c) 2019 Marketify
/*	Author: Marketify
/*	This file is made for CURRENT TEMPLATE


01) ARLO BASE


/*---------------------------------------------------*/
/*	01) ARLO BASE
/*---------------------------------------------------*/
/* 追加したCSS */

.text_wrap p {
    letter-spacing: .1rem;
}

.social_icons i {
    color: #343a40;
}

.social_icons i:hover {
    color: rgba(23, 148, 128, 1);
    transition-duration: 0.5s;
}

.me_text {
    color: #3f3f3f;
}

.me_text:hover {
    color: #179480;
    transition-duration: .5s;
}

.fa {
    color: rgb(38, 48, 142);
    left: 11px; */
}

.fab {
    color: white;
}

.fas {
    color: rgb(255, 255, 255);
}

.bx {
    color: white;
    font-size: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.icon_box_service .suport-icon {
    color: #ffffff;
    height: 90px;
}
/* 三の倍数のitemのmargin-rightが削られる */
.service-item:nth-child(3n) {
    margin-right: 0;
}

.section-title h3 {
    /* line-height: 1.4; */
    padding-bottom: 80px;
    font-weight: bold;
    letter-spacing: -0.01em;
    color: #5a5a5a;
}

.section-title h3::before {
    position: relative;
    content: "";
    top: 2px;
    width: 40px;
    height: 5px;
    background-color: #179480;
    left: 0px;
    bottom: -20px;
}

.service-section .box-second .container {
    margin-bottom: 200px;
}

.service-item p {
    position: relative;
    top: 60px;
}

.service-item h5 {
    padding-top: 10px;
}

.service-item {
    text-align: center;
}

.circle {
    margin-top: 10px;
    display: inline-block;
    /* ←忘れない！ */
    width: 60px;
    height: 60px;
    background-color: #179480;
    border-radius: 50%;
    /* ←円を作る */
}

.circle i {
    font-size: 2em;
    position: relative;
    top: 24%;
    left: 0%;
    color: #ffffff;
}
/*--------------- End ADD	 ----------------------------------------------------*/

html {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px
}

body {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.8px;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #fff;
    color: #6f6f6f;
}

svg {
    fill: currentcolor;
    width: 60px;
    /* height: 15px; */
}

img.svg {
    width: 100px;
    height: auto;
}

 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #6f6f6f;
}

 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6f6f6f;
    opacity: 1;
}

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6f6f6f;
    opacity: 1;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6f6f6f;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6f6f6f;
}

 ::placeholder {
    /* Most modern browsers support this now. */
    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;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.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%;
}
/*---------------------------------------------------*/
/*	02) ARLO SIDEBAR
/*---------------------------------------------------*/

.arlo_tm_leftpart {
    width: 400px;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 15;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.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;
}

.logo-title {
    color: #3cbda7;
    text-align: center;
    font-family: 'Amatic SC', cursive;
    margin-top: -30px;
    margin-bottom: -32px;
    font-size: 2rem;
    width: 100px;
    height: -80px;
}

.arlo_tm_leftpart .inner .menu {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.arlo_tm_leftpart .inner .menu ul {
    margin: 0px;
    list-style-type: none;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.arlo_tm_leftpart .inner .menu ul li {
    margin: 0px;
}

.arlo_tm_leftpart .inner .menu ul li a {
    text-decoration: none;
    color: #000;
    font-family: "Raleway";
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 13px 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 0px;
    bottom: 0px;
}

.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: 0px;
    bottom: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 0px;
    list-style-type: none;
}

.arlo_tm_leftpart .inner .bottom ul li {
    margin: 0px 10px 0px 0px;
    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: 0px;
    bottom: 20%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_leftpart .inner .resize.opened {
    right: -38px;
}

.arlo_tm_leftpart .inner .resize a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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;
}
/*---------------------------------------------------*/
/*	03) ARLO TOPMENU
/*---------------------------------------------------*/

body.topmenu .arlo_tm_rightpart {
    padding-left: 0px;
}

.arlo_tm_topmenu {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
    padding: 30px 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_topmenu .topmenu_inner .menu ul li {
    margin: 0px 25px 0px 0px;
    display: inline-block;
}

.arlo_tm_topmenu .topmenu_inner .menu ul li:last-child {
    margin-right: 0px;
}

.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 0px;
    background-color: #fff;
    box-shadow: 0px 0px 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;
}
/*---------------------------------------------------*/
/*	02) WANTAM SIDEBAR
/*---------------------------------------------------*/

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: 0px;
    left: 0px;
    z-index: 5;
}

.arlo_tm_sidebar_wrap_menu .info_wrap {
    width: 90px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.arlo_tm_sidebar_wrap_menu .info_wrap:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0px;
    top: 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .centered_word ul li {
    margin: 12px 0px 0px 0px;
    transform: rotate(-90deg);
}

.arlo_tm_sidebar_wrap_menu .info_wrap .inner_wrap .centered_word ul li:last-child {
    margin-bottom: 0px;
}

.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: 0px;
    left: 0px;
    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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.arlo_tm_sidebar_wrap_menu .trigger_wrap {
    width: 90px;
    height: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    top: 0px;
    left: 0px;
    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: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .06);
}

.arlo_tm_sidebar_wrap_menu .menu_wrap {
    width: 330px;
    height: 100vh;
    position: fixed;
    top: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
}

.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;
}
/*---------------------------------------------------*/
/*	03) ARLO MOBILE MENU
/*---------------------------------------------------*/

.arlo_tm_topbar {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 10;
}



.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 0px;
}

.arlo_tm_topbar .dropdown .dropdown_inner ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_topbar .dropdown .dropdown_inner ul li {
    margin: 0px;
    float: left;
    width: 100%;
}

.arlo_tm_topbar .dropdown .dropdown_inner ul li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 4px 0px;
    font-family: "Raleway";
    font-weight: 500;
}
/*---------------------------------------------------*/
/*	04) ARLO RIGHTPART
/*---------------------------------------------------*/

.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: 0px;
}

.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;
}
/*---------------------------------------------------*/
/*	05) ARLO HERO 
/*---------------------------------------------------*/

.arlo_tm_hero_header {
    width: 100%;
    height: 100vh;
    clear: both;
    float: left;
    position: relative;
}

.arlo_tm_hero_header .hero_image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.arlo_tm_hero_header .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px 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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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;
}
/*---------------------------------------------------*/
/*	06) ARLO ABOUT
/*---------------------------------------------------*/

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_about .about_short_contact_wrap ul li {
    margin: 0px 0px 10px 0px;
    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;
    min-width: 85px;
    display: inline-block;
}

.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: 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_about .buttons ul li {
    margin: 0px 15px 20px 0px;
    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: 0px;
    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;
}
/*---------------------------------------------------*/
/*	07) ARLO SERVICES
/*---------------------------------------------------*/

.arlo_title_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.arlo_title_holder h3 {
    position: relative;
    font-size: 35px;
    font-weight: 600;
}

.arlo_tm_services {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #f7f7f7;
    padding: 138px 0px 104px 0px;
    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: 0px 0px 0px -50px;
    list-style-type: none;
}

.arlo_tm_services .service_inner ul li {
    margin: 0px 0px 50px 0px;
    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: 0px;
    padding: 45px 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ef210b;
}

.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: 0px;
    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;
}
/*---------------------------------------------------*/
/*	08) ARLO PROGRESS
/*---------------------------------------------------*/

.arlo_tm_progress_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 93px 0px 26px 0px;
}

.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: 0px 0px 7px 0px;
    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: 0px;
    overflow: hidden;
}

.progress_inner .background .bar {
    width: 0px;
    height: 100%;
}

.progress_inner .background .bar.open {
    -webkit-animation: wow 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Safari 4+ */
    -moz-animation: wow 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Fx 5+ */
    animation: wow 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* IE 10+ */
    width: 100%;
}

@-webkit-keyframes wow {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes wow {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes wow {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
/*---------------------------------------------------*/
/*	09) ARLO CALL ACTION
/*---------------------------------------------------*/

.arlo_tm_call_action {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #ff4b36;
    padding: 60px 0px;
    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;
}
/*---------------------------------------------------*/
/*	10) ARLO PORTFOLIO
/*---------------------------------------------------*/

.portfolio-wrap {
    margin-top: 100px;
}

.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: 0px 0px 29px 0px;
    display: inline-block;
    padding-top: 80px;
}

.arlo_tm_portfolio_filter li {
    display: inline-block;
    margin: 0px 28px 0px 0px;
}

.arlo_tm_portfolio_filter li:last-child {
    margin-right: 0px;
}

.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;
}
/* PORTFOLIO LIST */

.arlo_tm_portfolio_list {
    list-style-type: none;
    margin: 0px 0px 0px -50px;
    padding-top: 139px;
}

.arlo_tm_portfolio_list>li {
    width: 33.3333%;
    float: left;
    position: relative;
    margin: 0px 0px 50px 0px;
    padding-left: 50px;
}

.arlo_tm_portfolio_list li img {
    min-width: 100%;
}

.arlo_tm_portfolio_titles {
    white-space: nowrap;
    background: #ffffff;
    font-size: 23px;
    font-weight: 600;
    padding: 4px 13px;
    color: #000000;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    font-family: "Raleway";
}

.arlo_tm_portfolio_titles.visible {
    opacity: 1;
    visibility: visible;
}

.arlo_tm_portfolio_titles .work__cat {
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 0;
    margin-top: -5px;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
}

.entry {
    position: relative;
}

.zoom-img {
    object-fit: cover;
    object-position: 50% 50%;
}

.arlo_tm_portfolio_image_main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    ;
    object-fit: cover;
    object-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}
/*---------------------------------------------------*/
/*	11) ARLO DETAILS
/*---------------------------------------------------*/

.arlo_tm_details_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 143px 0px 130px 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_details_wrap .details_inner .right ul li {
    margin: 0px 0px 27px 0px;
    float: left;
    width: 100%;
}

.arlo_tm_details_wrap .details_inner .right ul li:last-child {
    margin-bottom: 0px;
}

.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: 0px;
}

.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;
}
/*---------------------------------------------------*/
/*	12) ARLO TEAM MEMBERS
/*---------------------------------------------------*/

.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: 0px 0px 0px -50px;
    list-style-type: none;
}

.arlo_tm_team .team_inner>ul>li {
    margin: 0px 0px 50px 0px;
    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: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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 40px;
}

.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: 0px;
    bottom: -32px;
    background-color: #ff4b36;
    padding: 0px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.arlo_tm_team .team_inner>ul>li .inner:hover .social {
    bottom: 0px;
}

.arlo_tm_team .team_inner>ul>li .inner .social ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_team .team_inner>ul>li .inner .social ul li {
    margin: 0px 3px 0px 0px;
    display: inline-block;
}

.arlo_tm_team .team_inner>ul>li .inner .social ul li a {
    text-decoration: none;
    color: #fff;
}
/*---------------------------------------------------*/
/*	13) ARLO TIMELINE
/*---------------------------------------------------*/

.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 0px 100px 0px;
}

.arlo_tm_timeline .timeline_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 90px;
}

.arlo_tm_timeline .timeline_inner ul {
    margin: 0px 0px 0px -50px;
    list-style-type: none;
}

.arlo_tm_timeline .timeline_inner ul li {
    margin: 0px 0px 50px 0px;
    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: 0px;
    padding: 45px 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 0px;
    right: 0px;
    bottom: 0px;
    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: 0px;
    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;
}
/*---------------------------------------------------*/
/*	13) ARLO TESTIMONIALS
/*---------------------------------------------------*/

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.arlo_tm_testimonial .testimonial_bg .image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.arlo_tm_testimonial .testimonial_bg .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, .8);
}

.arlo_tm_testimonial .testimonial_content {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    z-index: 2;
    padding: 150px 20px 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, 0.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;
}
/*---------------------------------------------------*/
/*	14) ARLO HOME NEWS
/*---------------------------------------------------*/

.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: 0px 0px 0px -50px;
    list-style-type: none;
}

.arlo_tm_home_news .news_inner ul li {
    margin: 0px 0px 50px 0px;
    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, 0.08);
    top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.arlo_tm_home_news .news_inner ul li .inner .link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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 40px;
}

.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;
}
/*---------------------------------------------------*/
/*	15) ARLO PARTNERS
/*---------------------------------------------------*/

.arlo_tm_partners {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 70px 0px;
    background-color: #ff4b36;
}

.arlo_tm_partners .partners_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.arlo_tm_partners .partners_inner ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_partners .partners_inner ul li {
    margin: 0px;
    text-align: center;
}
/*---------------------------------------------------*/
/*	16) WANTAM CONTACT
/*---------------------------------------------------*/

.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 0px 130px 0px;
}

.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: 0px;
    list-style-type: none;
}

.arlo_tm_contact .about_short_contact_wrap ul li {
    margin: 0px 0px 10px 0px;
    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: 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_contact .contact_inner .right .input_wrap ul li {
    margin: 0px 0px 25px 0px;
    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;
}
/*---------------------------------------------------*/
/*	17) ARLO NEWS
/*---------------------------------------------------*/

.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 0px;
}

.arlo_tm_main_title h3 {
    font-size: 40px;
}

.arlo_tm_news>ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_news>ul>li {
    margin: 0px 0px 50px 0px;
    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, 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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.arlo_tm_news>ul>li .inner .image .link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.arlo_tm_news>ul>li .inner .details {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 42px 40px 39px 40px;
}

.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: 0px;
}

.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: 0px;
    list-style-type: none;
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap>ul>li {
    margin: 0px 0px 37px 0px;
    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: 0px;
}

.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: 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li {
    margin: 0px 0px 30px 0px;
    width: 100%;
    float: left;
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list ul li:last-child {
    margin-bottom: 0px;
}

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 6;
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .posts_list .overlay_post {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .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: 0px;
    list-style-type: none;
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li {
    margin: 0px 0px 15px 0px;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .list_wrap ul li:last-child {
    margin-bottom: 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_sidebar_wrap .sidebar_list_wrap ul li .tags ul li {
    margin: 0px 1px 5px 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_pagination ul li {
    margin: 0px 5px 5px 0px;
    float: left;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #6f6f6f;
}

.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: 61px 0px;
}

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}
/*---------------------------------------------------*/
/*	18) ARLO NEWS SINGLE
/*---------------------------------------------------*/

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px;
    top: 0px;
    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: 0px 0px 0px -40px;
    list-style-type: none;
}

.arlo_tm_news_single .single_inner .descriptions .description_images ul li {
    margin: 0px 0px 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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px;
    list-style-type: none;
    display: inline;
}

.arlo_tm_news_single .single_inner .descriptions .tags ul li {
    margin: 0px 1px 5px 0px;
    display: inline-block;
}

.arlo_tm_news_single .single_inner .descriptions .tags ul li:last-child {
    margin-bottom: 0px;
}

.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 0px 50px 0px;
}

.lexal_tm_commentbox_wrap .inner_wrap .desriptions_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 0px 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: 0px;
    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: 0px 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: 0px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.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: 0px !important;
    height: 44px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.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: 0px;
    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;
}
/*---------------------------------------------------*/
/*	19) ARLO PORTFOLIO SINGLE
/*---------------------------------------------------*/

.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: 0px;
    list-style-type: none;
}

.arlo_tm_portfolio_single .descriptions_section .left ul li {
    margin: 0px 0px 10px 0px;
    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: #000000;
}

.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: 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_portfolio_single .single_list ul li {
    margin: 0px;
    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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_prev_next ul li {
    margin: 0px 7px 0px 0px;
    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: 0px 20px 0px 35px;
}

.arlo_tm_prev_next ul li.next a {
    padding: 0px 35px 0px 20px;
}

.arlo_tm_prev_next ul li.next a:before {
    width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #fff;
    top: 15px;
    right: 15px;
}

.arlo_tm_prev_next ul li.prev a:before {
    width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-right-color: #fff;
    top: 15px;
    left: 15px;
}
/*---------------------------------------------------*/
/*	20) ARLO WATER HOMEPAGE
/*---------------------------------------------------*/

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.arlo_tm_hero_header_water .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px 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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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;
}
/*---------------------------------------------------*/
/*	 21) ARLO GLITCH DEMO
/*---------------------------------------------------*/

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, .6);
}
/*---------------------------------------------------*/
/*	22) ARLO PARTICLE DEMO
/*---------------------------------------------------*/

.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;
}
/*---------------------------------------------------*/
/*	23) ARLO VIDEO DEMO
/*---------------------------------------------------*/

.arlo_tm_video_hero_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}

.arlo_tm_video_hero_wrap .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px 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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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;
}
/*---------------------------------------------------*/
/*	24) ARLO KENBURN DEMO
/*---------------------------------------------------*/

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px 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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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 INTRO
/*---------------------------------------------------*/

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.arlo_tm_intro_hero .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: 0px;
    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: 0px 40px;
}

.arlo_tm_title_main_holder {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    text-align: center;
    padding: 93px 0px;
}

.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: 0px 0px 0px -50px;
    list-style-type: none;
}

.arlo_tm_intro_mainpart .main_list ul li {
    margin: 0px 0px 50px 0px;
    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 0px;
    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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.arlo_tm_intro_features {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 50px;
}

.arlo_tm_intro_features ul {
    margin: 0px 0px 0px -50px;
    list-style-type: none;
    position: relative;
}

.arlo_tm_intro_features ul li {
    margin: 0px 0px 50px 0px;
    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: #000000;
}

.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: 0px;
    list-style-type: none;
}

.arlo_tm_intro_footer .right ul li {
    margin: 0px 10px 0px 0px;
    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: 0px 1px 0px 1px;
    width: 2px;
    height: 5px;
}

.audio-on .morocco_music .visualization span:nth-child(1) {
    -moz-animation: musicline 2s 0.5s ease-out alternate infinite;
    -webkit-animation: musicline 2s 0.5s ease-out alternate infinite;
    animation: musicline 2s 0.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 0.25s ease-out alternate infinite;
    -webkit-animation: musicline 2s 0.25s ease-out alternate infinite;
    animation: musicline 2s 0.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
    }
}
/*---------------------------------------------------*/
/*	16) ARLO HOMEPAGE SECOND
/*---------------------------------------------------*/

.arlo_tm_about_second {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 140px 0px 120px 0px;
}

.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: #858585;
}

.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: 0px;
    list-style-type: none;
}

.arlo_tm_about_second .info_list ul li {
    margin: 0px 15px 9px 0px;
    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 20px;
}

.arlo_tm_about_second .info_list ul li .inner label {
    color: #000000;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_about_second .buttons ul li {
    margin: 0px 15px 20px 0px;
    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: 0px;
    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: 0px;
    list-style-type: none;
}

.arlo_tm_progress_second .progress_list ul li {
    margin: 0px 15px 9px 0px;
    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 20px;
}

.arlo_tm_progress_second .progress_list ul li .inner label {
    color: #000000;
    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;
}
/*---------------------------------------------------*/
/*	16) ARLO HOMEPAGE SECOND
/*---------------------------------------------------*/

body[data-homepage="second"] {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #ffffff;
    color: #a3a3a3;
}

body[data-homepage="second"] h3 {
    font-family: "Saira" !important;
}

.arlo_tm_second_homepage {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
}
/*** 16.01. Hero ***/

.arlo_tm_second_homepage .hero_wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20vh;
    transform: scale(1);
    opacity: 1;
}

.arlo_tm_second_homepage .hero_wrap .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: rgb(218, 218, 218);
}

.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: 0px auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.arlo_tm_second_homepage .hero_wrap .down .line_wrapper {
    width: 1px;
    height: 50px;
    background: none;
    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(0.5);
        transform-origin: bottom;
    }
    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}
/*** 04. About ***/

.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: 0px;
}

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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: #5a5a5a;
    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: 0px;
    bottom: -10px;
}

.arlo_tm_second_homepage .arlo_title_holder h3:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    background-color: #179480;
    left: 0px;
    bottom: -20px;
}

.arlo_tm_second_homepage .arlo_title_holder .service_headline::before {
    background-color: #2687b4;
}

.arlo_tm_second_homepage .arlo_title_holder .service_headline::after {
    background-color: #2687b4;
}

.service_headline::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #2687b4;
    left: 0px;
    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;
    margin-bottom: 20px;
}

.arlo_tm_second_homepage .arlo_tm_about .about_main p .name {
    color: #5a5a5a;
    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: 0px;
    font-size: 23px;
    font-weight: 500;
}

.arlo_tm_second_homepage .arlo_tm_about .social_icons ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 130px;
    display: flex;
    align-content: center;
}

.arlo_tm_second_homepage .arlo_tm_about .social_icons ul li {
    margin: 0px 10px 0px 0px;
    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;
}
/*** 05. Services ***/

.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: 80px;
    -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: 0px 0px 0px -50px;
    list-style-type: none;
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list ul li {
    margin: 0px 0px 90px 0px;
    width: 33.3333%;
    float: left;
    padding-left: 50px;
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner {
    /* width: 100%; */
    /* height: auto; */
    height: 300px;
    /* clear: both; */
    /* float: left; */
    display: flex;
    flex-flow: column;
    position: relative;
    background-color: #222222;
    padding: 60px 20px 20px 20px;
    cursor: pointer;
    flex: 1 0 auto;
    border-radius: 4px;
}
.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner p{
    display: flex;
    flex: 1 0 auto;
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .service_item {
    padding: 60px 20px 43px 20px;
}

.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 .service_title {
    text-align: center;
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .one {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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: 0px;
    right: 0px;
    left: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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: 0px;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    z-index: 1;
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .four {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    z-index: 1;
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .icon_box {
    display: flex;
    justify-content: center;
    align-items: center;   
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #179480;
    z-index: 2;
    top: -40px;
    left: 40px;
    border-radius: 4px;
}
.fa-layer-group {
    /* position: relative; */

    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    /* font-weight: 600; */
    /* width: 100px; */
}

.arlo_tm_second_homepage .arlo_services_wrap .service_list .inner .icon_box_service {
    display: flex;
    justify-content: center;
    align-items: center;   
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #2687b4;
    z-index: 2;
    top: -40px;
    left: 38%;
    border-radius: 4px;
}
.icon_box_service .mail-tree {
    fill: #ffffff;
}
.icon_box_service .graph-icon {
    fill: #ffffff;
    height: 55px;
}

.fa-desktop {
    /* position: relative; */
    /* left: .7rem; */
}

.fa-quidditch {
    /* position: relative;
    left: .4rem; */
}

.fa-user {
    /* position: relative;
    left: 1.1rem; */
}

.fa-medapps {
    /* position: relative;
    left: 1.5rem; */
}

.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;
}
/*** 07. Resume ***/

.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: 0px 0px 0px -50px;
    list-style-type: none;
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list ul li {
    margin: 0px 0px 90px 0px;
    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: #222222;
    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: 0px;
    right: 0px;
    left: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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: 0px;
    right: 0px;
    left: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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: 0px;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    z-index: 1;
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list .inner .four {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    z-index: 1;
}

.arlo_tm_second_homepage .arlo_tm_resume .resume_list .inner .box {
    position: absolute;
    height: 80px;
    padding: 0px 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;
}

.service-buttons {
    position: absolute;
    top: 100%;
    left: 0%;
}

.btn {
    position: absolute;
    transform: translateX(100%);
    transform: translatey(-40%);
    width: 200px;
    height: 60px;
    border: 2px solid #2687b4;
    background-color: #2687b4;
}

.btn .contact-btn-text {
    position: absolute;
    top: 14px;
    left: 45px;
    letter-spacing: .1rem;
    color: #fff;
    font-family: saria;
    font-size: 20px;
}

body {
    width: 100%;
    height: 100%;
}


.btn:active #whiteout {
    display: block;
    position: fixed;
    opacity: 0.6;
    background-color: #ffffff;
    width: 300%;
    height: 300%;
    z-index: 11;
    transition: ease 2s;
}

.btn:hover {
    transition: .3s;
    background-color: transparent;
    border: 3px solid #2687b4;
}

.btn:hover>.contact-btn-text {
    color: #2687b4;
    transition: .3s;
}

.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: 0px 0px 7px 0px;
    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: 0px;
    overflow: hidden;
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner .background .bar {
    width: 0px;
    height: 100%;
}

.arlo_tm_second_homepage .arlo_skills_wrap .progress_inner .background .bar.open {
    -webkit-animation: wow 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Safari 4+ */
    -moz-animation: wow 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Fx 5+ */
    animation: wow 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* IE 10+ */
    width: 100%;
}

@-webkit-keyframes wow {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes wow {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes wow {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.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, 0.20)
}

.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: rgb(11, 206, 175);
}

.arlo_tm_second_homepage .arlo_tm_team .team_inner>ul>li .inner:hover .social {
    bottom: 0px;
}
/*** 10. Pricing ***/

.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: 0px 0px 0px -50px;
    list-style-type: none;
}

.arlo_tm_pricing .pricing_list>ul>li {
    margin: 0px 0px 50px 0px;
    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: #222222;
}

.arlo_tm_pricing .pricing_list>ul>li .inner .one {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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: 0px;
    right: 0px;
    left: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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: 0px;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    z-index: 1;
}

.arlo_tm_pricing .pricing_list>ul>li .inner .four {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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 20px;
}

.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: 0px 0px 20px 0px;
    list-style-type: none;
}

.arlo_tm_pricing .pricing_list ul li .inner ul li {
    margin: 0px;
}

.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 button {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background-color: #179480;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 4px;
    font-family: "Saira";
}

.another_button button:hover {
    background-color: #146d5e;
    transition: .9s;
}
/*** 11. News ***/

.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: 0px 0px 0px -50px;
    list-style-type: none;
}

.arlo_tm_news_another .news_list ul li {
    margin: 0px 0px 50px 0px;
    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: 0px;
    right: 0px;
    left: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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: 0px;
    right: 0px;
    left: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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: 0px;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    z-index: 1;
}

.arlo_tm_news_another .news_list ul li .inner .four {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.20);
    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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.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: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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 40px;
}

.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;
}
/*** 12. Contact ***/

.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: 0px;
    list-style-type: none;
}

.arlo_tm_contact_another .contact_inner .left ul li {
    margin: 0px 0px 8px 0px;
    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: 0px;
    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: rgb(29, 29, 29);
}

.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: 0px 0px 0px -20px;
    list-style-type: none;
}

.arlo_tm_contact_another .contact_inner .right .first_row ul li {
    margin: 0px 0px 25px 0px;
    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: 0px 20px 0px 0px !important;
    color: #5a5a5a;
    -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: #3cbda7;
}

.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 #5a5a5a;
    width: 100%;
    resize: none;
    padding: 0px 20px 0px 0px !important;
    color: #5a5a5a;
    -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: #3cbda7;
}
/*** 13. Footer ***/

.my-name {
    color: white;
}

.arlo_tm_footer_another {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #222;
    padding: 60px 0px;
}

.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: 0px;
    list-style-type: none;
}

.arlo_tm_footer_another .footer_inner .right ul li {
    margin: 0px 10px 0px 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;
}
/*** 02. TopBar ***/

.arlo_tm_topbar_another {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.arlo_tm_topbar_another.animate .mainpart {
    background-color: #222;
    padding: 2px 0;
}

.arlo_tm_topbar_another .mainpart {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 0px 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 100px;
}

.arlo_tm_topbar_another .menu_list {
    float: left;
    padding-right: 80px;
}

.arlo_tm_topbar_another .menu_list ul {
    margin: 0px;
    list-style-type: none;
}

.arlo_tm_topbar_another .menu_list ul li {
    margin: 0px;
    display: inline-block;
    margin-right: 20px;
}

.arlo_tm_topbar_another .menu_list ul li:last-child {
    margin-right: 0px;
}

.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: 40px;
    position: relative;
    top: auto;
    right: 40px;
}

.arlo_tm_topbar_another .trigger_main a {
    position: absolute;

    top: 0px;
    left: 29rem;
    bottom: 0px;
    width: 60px;
    height: 60px;
}

.arlo_tm_topbar_another .trigger_main span {
    position: absolute;
    top: 20px;
    left: 25%;
    width: 30px;
    height: 3px;
    background-color: #FFFFFF;
    display: inline-block;
}

.arlo_tm_topbar_another .trigger_main .two {
    margin-top: 10px;
}
/* ADD CSS */

.section-title h3::before {
    position: absolute;
    content: "";
    top: 45px;
    margin-left: 40px;
    width: 30px;
    height: 4px;
    background-color: #ff4b36;
    left: 0px;
    bottom: -11px;
}

.section-title h3::after {
    position: absolute;
    content: "";
    top: 54px;
    margin-left: 40px;
    width: 40px;
    height: 5px;
    background-color: #179480;
    left: 0px;
    bottom: -20px;
}
.hero_texts {
    display: flex;
    flex-wrap: wrap;
}
.hero_texts .spacer {
    width: 100%;
}
.subtitle {
    /* flex-wrap: wrap; */
    /* display: none; */
}
/*---------------------------------------------------*/
/*	16) ARLO MEDIA QUERIES (FOR SMALL DEVIVES)
.logo{



}/*--------------
-------------------------------------*/
@media (max-width: 768px) {
    .logo{
        position: fixed;
        flex-direction: column;
        /* z-index: 2; */
        top: 15px;
    }
    .logo img {
        position: fixed;
        left: 20px;
    }
    .logo-title {
        /* color: #3cbda7; */
        position: fixed;
        top: 52px;
        left: 0.5px;
        font-weight: bold;
        font-size: 20px;
        margin-top: 1px;
    }

    .arlo_tm_topbar .topbar_in {
        width: 100%;
        height: 75px;
        clear: both;
        float: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .arlo_tm_topbar_another.animate .mainpart {
        background-color: #222;
        height: 75px;
    }
    .trigger {
        position: fixed;
        right: 20px;
        top: 40px;
    }
    .close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #e2e0e0;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }
    .menu {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #e2e0e0;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }
    .arlo_tm_topbar_another .logo img {
        height: 50px;
    }
    .hero_texts {
        display: block;
    }
    .arlo_tm_leftpart {
        display: none;
    }
    .arlo_tm_rightpart {
        padding-left: 0px;
    }
    .arlo_tm_topbar {
        display: block;
    }
    .arlo_tm_topmenu {
        display: none;
    }
    .arlo_tm_sidebar_wrap {
        display: none;
    }
    .arlo_tm_second_homepage .hero_wrap .arlo_tm_animation_text_word {
        color: rgb(218, 218, 218);
        font-size: medium;
    }
    .arlo_tm_second_homepage .hero_wrap .hero_texts .subtitle {
        text-transform: lowercase;
        line-height: 0.1;
    }
    .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: 0px;
    }

    .arlo_tm_about .rightbox .about_title h3 {
        font-size: 20px;
    }

    .arlo_tm_services .service_inner ul {
        margin: 0px;
    }

    .arlo_tm_services .service_inner ul li {
        width: 100%;
        padding-left: 0px;
    }

    .arlo_tm_services .service_inner ul li .inner .title h3 {
        font-size: 20px;
    }

    .arlo_tm_timeline .timeline_inner ul li {
        width: 100%;
        padding-left: 0px;
    }

    .arlo_tm_timeline .timeline_inner ul {
        margin: 0px;
    }

    .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: 0px;
    }

    .arlo_tm_portfolio_list {
        margin: 0px;
    }

    .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: 0px;
        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: 0px;
    }

    .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: 0px;
        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: 0px;
    }

    .arlo_tm_team .team_inner>ul {
        margin: 0px;
    }

    .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: 0px;
    }

    .arlo_tm_home_news .news_inner ul {
        margin: 0px;
    }

    .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 30px;
    }

    .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: 0px;
    }

    .arlo_tm_news_single .single_inner .descriptions .description_images ul {
        margin: 0px;
    }

    .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: 0px 20px;
    }

    .lexal_tm_commentbox_wrap .reply_comment_wrap {
        padding: 0px 20px;
    }

    .lexal_tm_commentbox_wrap .wp .avatar {
        position: relative;
        margin-bottom: 20px;
    }

    .lexal_tm_commentbox_wrap .wp {
        padding-left: 0px;
    }

    .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: 0px;
    }

    .arlo_tm_intro_mainpart .main_list ul {
        margin: 0px;
    }

    .arlo_tm_intro_features ul li {
        width: 100%;
        padding-left: 0px;
    }

    .arlo_tm_intro_features ul {
        margin: 0px;
    }


    .arlo_tm_about_second .about_inner .title h3 {
        font-size: 25px;
    }

    .arlo_tm_about_second .buttons ul li {
        margin: 0px;
    }

    .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: 0px;
    }

    .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 {
        width: 100%;
        height: 95%;
        position: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .arlo_tm_second_homepage .hero_wrap .hero_texts h3 {
        font-size: 55px;
        margin-bottom: 20px;
    }

    
    .arlo_tm_second_homepage .arlo_services_wrap .service_list ul li {
        width: 100%;
        padding-left: 0px;
    }

    .arlo_tm_second_homepage .arlo_services_wrap .service_list ul {
        margin: 0px;
    }

    .arlo_tm_second_homepage .arlo_tm_resume .resume_list ul li {
        width: 100%;
        padding-left: 0px;
    }

    .arlo_tm_second_homepage .arlo_tm_resume .resume_list ul {
        margin: 0px;
    }

    .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: 0px;
    }

    .arlo_tm_pricing .pricing_list>ul {
        margin: 0px;
    }

    .arlo_tm_news_another .news_list ul li {
        width: 100%;
        padding-left: 0px;
    }

    .arlo_tm_news_another .news_list ul {
        margin: 0px;
    }
    /* 要素のレイアウト配置 */

    .container .service-items {
        display: flex;
        flex-flow: row wrap;
        background-color: #5a5a5a;
        height: 500px;
        width: 300%;
        /* float: right; */
    }
    
    .trigger-mein {
        position: fixed;
        background: #FFFFFF;
        z-index: 2;
        width: 50px;
        height: 50px;

    }
    /* Service section--------------- */
    /* About section-------------- */
    .arlo_tm_second_homepage .arlo_tm_about .about_main p {
        font-size: 1.5;
        letter-spacing: normal;
        line-height: 1.7;
    }

    /* Contact section-------------- */
    .arlo_tm_contact_another .contact_inner {
        display: flex;
        flex-flow: column;
    }
    .arlo_tm_contact_another .contact_inner .left {
        width: 100%;
        height: auto;
        margin-bottom: 15%;
    }
    .arlo_tm_contact_another .contact_inner .right {
    width: 80%;
    height: auto;
    position: relative;
    top: -10px;
    }
    .arlo_tm_contact_another {
        width: 100%;
        height: auto;
        clear: both;
        float: left;
        margin-bottom: 10%;
    }

    /* FooterSection-------------- */
    .arlo_tm_footer_another .footer_inner {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
    .arlo_tm_footer_another {
        width: 100%;
        /* height: auto; */
        clear: both;
        float: left;
        background-color: #222;
        padding: 20px 0px;
    }
}
}