/*-----------------------------------------------------------------
00. General Style
01. Header/Navbar
02. Works
03. Customize
04. About
05. Service
06. Testimonial
07. Next Page
08. Single Project
09. Contact
-----------------------------------------------------------------*/


/* ==========================================================================
                            [00] General Style
   ========================================================================== */
@font-face {
  font-family: 'DINCond-Bold';
  src: url('../fonts/DINCond-Bold.eot');
  src: url('../fonts/DINCond-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Bold.woff2') format('woff2'), url('../fonts/DINCond-Bold.woff') format('woff'), url('../fonts/DINCond-Bold.ttf') format('truetype'), url('../fonts/DINCond-Bold.svg#DINCond-Bold') format('svg');
}
html, body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "微软雅黑", "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  letter-spacing: 0.2px;
  color: #fff
}
::selection{background-color:#e82418;color:#fff;text-shadow:none}-webkit-::selection{background-color:#e82418;color:#fff;text-shadow:none}::-moz-selection{background-color:#e82418;color:#fff;text-shadow:none}::-webkit-scrollbar{width:0}::-webkit-scrollbar-track{background:#181818}::-webkit-scrollbar-thumb{cursor:pointer;background:#fff}
html,
body {
    position: relative;
    overflow-x: hidden;
}
body {
    background: #181818;
    height: 100%;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .menu li, .social a {
  font-family: 'DINCond-Bold', "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
a, a:active, a:focus, a:hover {
  text-decoration: none;
  color: initial;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -ms-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
}

/*preloader */
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    background: #181818;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#preloader p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 10px 0 0 5px;
}

.loader-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;

}

.loader-logo img {
    height: 60px;
}

.mt-full {
    margin-top: 100vh !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}


.mt-80 {
    margin-top: 80px !important;
}


.mt-90 {
    margin-top: 90px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}
/* ----------------------------------------------------------------
                        [ 01 Navbar/Header ]
-----------------------------------------------------------------*/
.bg_block_first {
  z-index: 997;
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #262626;
}

.bg_block_second {
  z-index: 997;
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: #262626;
}

.header_area_two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /*padding: 2.625rem 3.75rem;*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar_fixed {
  position: fixed; 
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0)
}

.navbar_fixed.header_area {
  padding: 15px
}


.nav-burger {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 999;
    transition: all 0.3s ease;
}
.navbar_fixed .nav-burger {
    right: 20px;
    top: 15px;
}
.toggle-btn {
    position: relative;
    width: 50px;
    height: 50px;
    right: 0;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 100%;

    cursor: pointer;
    transition: all 0.3s ease;
}

.burger-menu {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.toggle-btn:hover {
    border: 2px solid rgba(255, 255, 255, .5);
}

.one {
    display: block;
    position: relative;
    width: 20px;
    height: 2px;
    background: #fff;
}

.two {
    display: block;
    position: relative;
    width: 25px;
    height: 2px;
    background: #fff;
    margin-top: 4px;
}

.tre {
    display: block;
    position: relative;
    width: 20px;
    height: 2px;
    background: #fff;
    margin-top: 4px;
}

.menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 998;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-text p {
    font-weight: 300;
    line-height: 30px;
    color: #fff;
}

.data {
    text-align: center;
    width: 90%;
}

.hide {
    display: none;
}

.data ul {
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
}

.menu li {
    color: #fff;

}

.menu-link {
    display: inline-block;
    text-decoration: none;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 1;
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.menu-link.hide {
    opacity: 0;
    visibility: hidden;
}

.menu-link:hover {
    opacity: 1;
}

.menu-link.active {
    opacity: 1;
}

.bg-nav {
    position: fixed;
    z-index: 22;
    background: #222222;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.links {
    margin: 0;
}

.multimenu {
    position: absolute;
    margin: 10px 0;
    top: 10px;
    width: 100%;
    text-align: center;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}

.multimenu.active {
    opacity: 1;
    visibility: visible;
}

ul.multimenu li {
    display: inline;
    margin: 0 10px;
}

ul.multimenu li a {
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    opacity: 1;
    text-decoration: none;
    color: #fff;
}

ul.multimenu li a:hover {
    opacity: 0.5;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

/* social media */
.social {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
}

.social ul {
    padding: 0;
    margin: 0;
}

.social ul li {
    display: inline;
    margin: 0 10px;
}

.social a {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all 0.2s ease;
}

.social a:hover {
    opacity: 0.5;
}

.social svg {
    padding-bottom: 2px;
    height: 18px;
    width: auto;
    fill: #fff;
}

.social a span {
    margin-left: 3px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.c-magnetic .span {
    display: inline-block;
    /* pointer-events: none; */
}

/* copyright */
.copyright {
    z-index: 99;
    position: fixed;
    bottom: 20px;
    right: 30px;
}

.copyright p {
    margin: 0;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.copyright-single {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.copyright-single p {
    margin: 0;
    color: rgba(255, 255, 255, .6);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.copyright-none {
    display: none;
}

/* logo */
.logo {
    position:fixed;
    left: 30px;
    top: 30px;
    z-index: 99;
    transition: all 0.3s ease;
}
.navbar_fixed .logo {
    left: 20px;
    top: 20px;
    transition: all 0.3s ease;
}
.logo img {
    height: 30px;
}

/* preload block */
.block_first {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 50%;
    top: 0;
    background: #2b2b2b;
}

.block_second {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: #2b2b2b;
}

.back {
    position: fixed;
    right: 20px;
    bottom: 18px;
    z-index: 10;
}

.back a{
    color: #fff;
    font-size: 13px;
    position: relative;
}
.back a::after{
    content: '';
    width: 0%;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1)
}
.back:hover a::after{
    width: 100%;
}
.back svg { 
    margin: 0 5px 1px;
    height: 25px;
    width: auto;
    fill: #fff;
}

/* ==========================================================================
                            [02] Project
   ========================================================================== */

.bg {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.project-img {
    height: 100%;
    width: 100%;
    background-color: #2b2b2b;
    background-size: cover !important;
    background-position: center center !important;
}

.overlay-bg {
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    z-index: 1;
    mix-blend-mode: saturation;
    height: 100%;
    background: #000;
}

.project-text {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
}

.swiper-container {
    height: 100%;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(.3, .91, .39, 1);
    transition-delay: 0.4s;
}

.home .swiper-slide .learn-more {
    width: 160px;
    margin-left: 30px;
}

.title-work {
    pointer-events: none;
    position: absolute;
    /*transform: translateY(-50%);*/
    left: 10%;
    z-index: 3; 
}

.title-work h2 {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    text-transform: uppercase;
}
/*.work .bg, .work .title-work {
    margin-top: 40px;
}*/
.work .title-work {
    position: relative;
    /*transform: translateY(420%);*/
    display:flex;
    align-items:flex-end;
    max-width: 80%;
    height: 95%;
    left: 10%;
    z-index: 3; 
}
.work .title-work h2 {
    position: absolute;
    height: auto;
}
.work .more { margin-bottom: -60px; margin-left: 7px;}

.head-text {
    display: block;
}
.slide .head-text {
    font-family: "微软雅黑", "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
    margin-left: 20px;
    letter-spacing: 20px;
}
.tag-head {
    position: relative;
    overflow: hidden;
    height: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
}

ul.tag-work {
    padding: 0;
    margin: 0;
}

ul.tag-work li {
    display: inline;
    color: #fff;
    font-weight: 500;
    /*margin-right: 25px;*/
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

ul.tag-work li:not(:first-child)::before {
    content: '';
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 7px;
    margin-top: 8px;
    margin-left: -17px;
    position: absolute;
}


.up-down {
    position: fixed;
    transform: translatey(-50%);
    top: 50%;
    right: 2%;
    z-index: 10;
    cursor: pointer;
}

.up-down .to-up {
    margin-bottom: 50px;
}

.up-down .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    margin: 0;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 30px;
}

.up-down .circle:hover {
    border: 2px solid rgba(255, 255, 255, .5);
}

.up-down .circle .arrow {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 20px;
    left: 19px;

}

.up-down .to-up .circle .arrow::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.up-down .to-down .circle .arrow::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
}

/* custom pagination swiper */

.swiper-pagination-fraction {
    height: 30px;
    position: fixed;
    right: 2.3%;
    transform: translateY(-50%);
    top: 50%;
    bottom: 0;
    color: #fff;
    font-size: 12px;
}

.swiper-pagination-fraction span {
    font-size: 16px;
}

/* Button */

.btn-discover {
    height: 50px;
    position: relative;
    overflow: hidden;
    pointer-events: visible;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    width: 160px;
    margin-top: 0;
    margin-right: 10px;
}

.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    margin: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 30px;
}

.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 10px;
    width: 15px;
    height: 2px;
    background: #fff;
}

.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -4px;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    margin: 0 0 0 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.learn-more:hover .circle {
    width: 100%;
}

.learn-more:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
    color: #fff;
    margin-left: 45px;
    letter-spacing: 1px;
}
.work .swiper-slide-active .bg .project-img { 
    opacity: 1; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.work .swiper-slide .bg .project-img:hover { 
    opacity: 0.5;
}
/*.swiper-slide-next .bg .project-img, .swiper-slide-prev .bg .project-img { 
    filter: grayscale(100%); 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    opacity: 0.3;
}
.swiper-slide-next .title-work, .swiper-slide-prev .title-work { 
    opacity: 0.1;
}
.swiper-slide-next .bg, .swiper-slide-prev .bg { 
    background-color: #181818;
}
*/
.work .swiper-slide-prev .bg { 
    opacity: 0.5;
    filter:blur(3px)
}
.work .swiper-slide-prev .title-work { 
    opacity: 0.1;
    filter:blur(3px)
}
.items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.work-item {
    margin: 0 auto;
    margin-bottom: 400px;
    width: 80%;
    height: 72%; 
}
.work-item .blog-text {
    padding: 0;
}
.work-item .project-img { 
    opacity: 1; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.work-item .project-img:hover { 
    opacity: 0.5;
}

/* ==========================================================================
                            [03] Customize
   ========================================================================== */

/* custom cursor */
/* .cursor {
    display: none;
    cursor: none;
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
    left: 50%;
    right: 50%;
}

.cursor.active {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: translate(5px, 5px);
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.empty {
    opacity: 0;
}

.cursor.empty {
    opacity: 0;
}

.empty-cursor {
    cursor: none;
} */

/* ----------------------------------------------------------------
                         [ 04 About ]
-----------------------------------------------------------------*/
.about {
    position: fixed;
    width: 100%;
    z-index: -1;
    height: 100vh;

}

.about-us-text h3 {
    font-size: 48px;
    font-weight: 300;
    color: #fff;
}

.about-us-text p {
    color: #ccc;
    font-size: 14px;
    line-height: 28px;
    margin-top: 60px;
}

.main-title h1 {
    color: #fff;
    font-weight: 900;
    font-size: 80px;
    margin: 0;
    letter-spacing: 2px;
}

.dash {
    height: 2px;
    width: 50px;
    background: #fff;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    margin-top: 20px;
}

.about h3 {
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    margin: 0;
}


/* ==========================================================================
                            [05] Service/Client
   ========================================================================== */

.title-content h2 {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
}

.title-content::after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 10px;
    background: #fff;
}

.service-item {
    background: #1a1a1a;
    transition: all 0.3s ease;
    /* padding: 30px 30px; */
    padding: 30px 20px;
    text-align: center;
    border: 1px solid rgb(29, 29, 29);
    overflow: hidden;
}

#service {
    background: #181818;
}

.front {
    z-index: 3;
}

.service-icon {
    margin: 20px 0;
    color: #fff;
    font-size: 30px;
}


.service-icon img {
    width: 40px;
}

.service-text {
    padding: 20px 0;
}

.service-text h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.service-list {
    padding: 0;
    margin-top: 20px;
}

.service-line {
    margin-top: 20px;
    width: 30px;
    height: 2px;
    background: #fff;
}

.service-list li {
    opacity: 0.5;
    display: block;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
}

.service-list li:hover {
    opacity: 1;
}

#client {
    background: #181818;
}

.client-icon img {
    width: 100%;
}

/* ==========================================================================
                            [06] Testimonial 
   ========================================================================== */

#testimonial {
    background: #181818
}

.testimonial {
    position: relative;
}

.testimonial-item {
    padding: 30px;
    position: relative;
}

.quot-left {
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    color: #222;
    font-size: 70px;
    opacity: .7;


}

.quot-right {
    position: absolute;
    height: 100px;
    top: 0;
    right: 0;
    color: #222;
    font-size: 70px;
    opacity: .7;

}

.testimonial-item p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: 300;
}

.line-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 5px;
    background-color: #f95343;
    z-index: 2;
}

p.author-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

/* ----------------------------------------------------------------
                        [ 07 Next Page ]
-----------------------------------------------------------------*/

.strokes span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.next-page {
    background: #181818;
    height: 200px;
    padding-bottom: 200px;
    padding-top: 100px;
}

.next-page h3 a {
    color: #fff;
    font-weight: 900;
    font-size: 80px;
}

.next-page span:hover {
    color: #fff;
}

.next-page p {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

/* ----------------------------------------------------------------
                        [ 08 Single Project ]
-----------------------------------------------------------------*/

.project-detail-1 {
    background-size: cover;
}

.detailes {
    margin: 30px 0;
}

.detailes h3 {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
}

.detailes p {
    margin: 0 !important;
}

.single-text h3 {
    font-weight: 700;
}

/* SCROLL DOWN */
.single .c-scroll-icon {
	position: absolute;
    margin: 0 auto; 
    padding-top:180px;
    width: 30px;
    left: -webkit-calc(50% - 15px);
}
.single .c-scroll-icon p {
    position: absolute;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: center;
    width: 100px;
    left: 50%;
    margin-top: -40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(90deg);
}
.single .c-scroll-icon-line-mask {
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 50px;
    margin: 0 auto
}

.single .c-scroll-icon-line {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 150px;
    border-left: 1px solid #ffffff;
    top: -150px;
    left: 10px;
    -webkit-animation: scroll-line 3s infinite;
    animation: scroll-line 3s infinite;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
@-webkit-keyframes scroll-line{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%{-webkit-transform:translate3d(0,185px,0);transform:translate3d(0,185px,0)}75%{-webkit-transform:translate3d(0,175px,0);transform:translate3d(0,175px,0)}100%{-webkit-transform:translate3d(0,280px,0);transform:translate3d(0,280px,0)}}@keyframes scroll-line{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%{-webkit-transform:translate3d(0,185px,0);transform:translate3d(0,185px,0)}75%{-webkit-transform:translate3d(0,175px,0);transform:translate3d(0,175px,0)}100%{-webkit-transform:translate3d(0,280px,0);transform:translate3d(0,280px,0)}}.c-scroll-icon-triangle{position:relative;width:20px;height:30px;margin:-10px auto 0;-webkit-animation:triangle-bounce 3s infinite;animation:triangle-bounce 3s infinite}.c-scroll-icon-triangle-mask{position:absolute}.c-scroll-icon-triangle-mask.first{width:40px;height:5px;right:0;overflow:hidden}.c-scroll-icon-triangle-mask.right{width:10px;height:30px;overflow:hidden;right:0}.c-scroll-icon-triangle-mask.left{width:10px;height:30px;overflow:hidden;left:1}.c-scroll-icon-triangle-mask.last{width:20px;height:5px;overflow:hidden}.c-scroll-icon-triangle-line{position:absolute}.c-scroll-icon-triangle-line.first{border-bottom:1px solid#ffffff;width:30px;right:0;-webkit-animation:triangle-first 3s infinite;animation:triangle-first 3s infinite;-webkit-transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86);transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86)}.c-scroll-icon-triangle-line.right{border-left:1px solid#ffffff;height:44px;-webkit-transform:rotate(-163deg);transform:rotate(-163deg);right:5px;top:-6px;-webkit-animation:triangle-right 3s infinite;animation:triangle-right 3s infinite;-webkit-transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86);transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86)}.c-scroll-icon-triangle-line.left{border-left:1px solid#ffffff;height:40px;-webkit-transform:rotate(163deg);transform:rotate(163deg);left:5px;top:-3px;-webkit-animation:triangle-left 3s infinite;animation:triangle-left 3s infinite;-webkit-transition:all 0.6s cubic-bezier(0.785,0.135,0.15,0.86);transition:all 0.6s cubic-bezier(0.785,0.135,0.15,0.86);-webkit-backface-visibility:hidden;backface-visibility:hidden}.c-scroll-icon-triangle-line.last{border-bottom:1px solid#ffffff;width:120px;left:0;-webkit-animation:triangle-last 3s infinite;animation:triangle-last 3s infinite;-webkit-transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86);transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86)}@-webkit-keyframes triangle-bounce{0%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}50%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}}@keyframes triangle-bounce{0%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}50%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}}@-webkit-keyframes triangle-first{0%,20%{-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}30%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}85%,100%{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}}@keyframes triangle-first{0%,20%{-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}30%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}85%,100%{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}}@-webkit-keyframes triangle-right{0%,25%{-webkit-transform:rotate(-163deg)translate3d(0,40px,0);transform:rotate(-163deg)translate3d(0,40px,0)}40%,84%{-webkit-transform:rotate(-163deg)translate3d(0,0,0);transform:rotate(-163deg)translate3d(0,0,0)}90%,100%{-webkit-transform:rotate(-163deg)translate3d(0,-37px,0);transform:rotate(-163deg)translate3d(0,-37px,0)}}@keyframes triangle-right{0%,25%{-webkit-transform:rotate(-163deg)translate3d(0,40px,0);transform:rotate(-163deg)translate3d(0,40px,0)}40%,84%{-webkit-transform:rotate(-163deg)translate3d(0,0,0);transform:rotate(-163deg)translate3d(0,0,0)}90%,100%{-webkit-transform:rotate(-163deg)translate3d(0,-37px,0);transform:rotate(-163deg)translate3d(0,-37px,0)}}@-webkit-keyframes triangle-left{0%,33%{-webkit-transform:rotate(163deg)translate3d(0,-34px,0);transform:rotate(163deg)translate3d(0,-34px,0)}50%,88%{-webkit-transform:rotate(163deg)translate3d(0,0,0);transform:rotate(163deg)translate3d(0,0,0)}95%,100%{-webkit-transform:rotate(163deg)translate3d(0,38px,0);transform:rotate(163deg)translate3d(0,38px,0)}}@keyframes triangle-left{0%,33%{-webkit-transform:rotate(163deg)translate3d(0,-34px,0);transform:rotate(163deg)translate3d(0,-34px,0)}50%,88%{-webkit-transform:rotate(163deg)translate3d(0,0,0);transform:rotate(163deg)translate3d(0,0,0)}95%,100%{-webkit-transform:rotate(163deg)translate3d(0,38px,0);transform:rotate(163deg)translate3d(0,38px,0)}}@-webkit-keyframes triangle-last{0%,87.5%{-webkit-transform:translate3d(-120px,0,0);transform:translate3d(-120px,0,0)}91%{-webkit-transform:translate3d(-80px,0,0);transform:translate3d(-80px,0,0)}100%{-webkit-transform:translate3d(45px,0,0);transform:translate3d(45px,0,0)}}@keyframes triangle-last{0%,87.5%{-webkit-transform:translate3d(-120px,0,0);transform:translate3d(-120px,0,0)}91%{-webkit-transform:translate3d(-80px,0,0);transform:translate3d(-80px,0,0)}100%{-webkit-transform:translate3d(45px,0,0);transform:translate3d(45px,0,0)}}

/* 鼠标形状 sroll */
/* @-webkit-keyframes rev-ani-mouse {
	0% { opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% { opacity: 0;top: 50%;}
	100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position:absolute;
	left: 0;
	right: 0; 
	top: 50%;
	text-align: center;
	cursor: pointer;
	width: 25px;
	height: 40px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid white;
	border-radius: 15px;
}
.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 12px;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}
.single .c-scroll-icon {
	display: inline-block;
	position:relative;
    margin: 0 auto -180px;
}
.single .c-scroll-icon p {
    position: absolute;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: center;
    width: 100px;
    left: 50%;
    margin-top: -30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(90deg);
}
.single .c-scroll-icon-line-mask {
    position: relative;
    width: 30px;
    height: 50px;
    margin: 0 auto
}
.single .c-scroll-icon-line {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 25px;
    border-left: 1px solid #ffffff;
    top: 20px;
    left: 14px;
}*/


/* ==========================================================================
                            [ 09 Contact ]
   ========================================================================== */
.email a {
    color: #fff;
    /*font-size: 13px;*/
    position: relative;
}

button {
    outline: none;
}
input:-webkit-autofill {
    color: #fff !important;
    -webkit-box-shadow: inset 0 0 0px 9999px #fff;
}
.contact p {
    color: #999;
    margin: 0;
}
.btn-sends {
    color: #fff;
    background-color: transparent;
    border-color:transparent;
    border: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 40px;
}
.btn-sends:hover {
    color: #000;
    background-color: #fff;
    border-color:transparent;
    border: 1px solid #fff;
}
.contact i {
    color: #fff;
    margin-bottom: 20px;
}

.email a::after {
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.email:hover a::after {
    width: 100%;
}

label {
    color: #fff;
    margin: 10px 0;
}


.form-control {
    font-size: 14px;
    background: transparent;
    line-height: 1.25;
    padding: 0;
    color: #fff;
    padding-left: 10px;

    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px #fff solid;
    border-radius: 0;
    outline: none;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -ms-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
}
.form-control:focus {
    font-size: 16px;
    color: #e82418;
    background: transparent;
    border-bottom: 1px #e82418 solid;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
}
input,
textarea {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background: transparent;
}
textarea {
    padding-top: 10px;
}
.help-block.with-errors {
    color: rgb(245, 92, 92);
    margin-top: 10px;
    font-size: 12px;
}

.alert-success {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

/* ==========================================================================
                            [10] Project-transition 
   ========================================================================== */

.over-1 {
    position: absolute;
    width: 20%;
    height: 0;
    background: #181818;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.over-2 {
    position: absolute;
    width: 20%;
    height: 0;
    left: 20%;
    background: #181818;
    z-index: 2;
    bottom: 0;
}

.over-3 {
    position: absolute;
    width: 20%;
    height: 0;
    left: 40%;
    background: #181818;
    z-index: 2;
    bottom: 0;
}

.over-4 {
    position: absolute;
    width: 20%;
    height: 0;
    left: 60%;
    background: #181818;
    z-index: 2;
    bottom: 0;
}

.over-5 {
    position: absolute;
    width: 20%;
    height: 0;
    left: 80%;
    background: #181818;
    z-index: 2;
    bottom: 0;
}

.border-fixed {
    pointer-events: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    z-index: 99999;
}

.over-1-border {
    pointer-events: none;
    position: absolute;
    width: 20%;
    height: 100%;
    background: transparent;
    border-right: rgba(255, 255, 255, 0) 1px solid;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.over-2-border {
    pointer-events: none;
    position: absolute;
    width: 20%;
    height: 100%;
    left: 20%;
    background: transparent;
    border-right: rgba(255, 255, 255, 0) 1px solid;
    z-index: 1;
    bottom: 0;
}

.over-3-border {
    pointer-events: none;
    position: absolute;
    width: 20%;
    height: 100%;
    left: 40%;
    background: transparent;
    border-right: rgba(255, 255, 255, 0) 1px solid;
    z-index: 1;
    bottom: 0;
}

.over-4-border {
    pointer-events: none;
    position: absolute;
    width: 20%;
    height: 100%;
    left: 60%;
    background: transparent;
    border-right: rgba(255, 255, 255, 0) 1px solid;
    z-index: 1;
    bottom: 0;
}

/* ==========================================================================
                            [10] Blog
   ========================================================================== */
    .blog-item {
        /*padding-right: 30px;*/
    }
   .blog-text {
       padding: 0 30px;
   }
   .blog-item h2 {
       color: #fff;
       font-size: 22px;
       font-weight: 500;
       margin-top: 10px;
   }
   .blog-item p {
       color:  #fff;
       opacity: .5;
       font-size: 14px;
       font-weight: 300;
       letter-spacing: 0.4px;
       line-height: 24px;
    }
   .categories-blog, .categories-blog a{
       color: #fff;
       opacity: .5;
       transition: all .2s ease;
       font-size: 12px;
   }

   .categories-blog a:hover {
       opacity: 1;
   }

   .blog-author p, .blog-date p {
       margin: 0;
       font-size: 12px;
       line-height: 17px;
       opacity: .7;
   }

   .sidebar {
    border-left: solid #2f2f2f 1px;
    padding-left: 40px;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.categories ul li {
    list-style: none;
    border-bottom: 1px solid #2d2d2d;
    padding: 10px 0;
    color: #9a9a9a;
}

.categories ul li a {
    color: #9a9a9a;
    font-size: 14px;
    transition: all ease 0.3s;
}

.categories ul li a:hover {
    color: #cacaca;
    font-size: 14px;
    transition: all ease 0.3s;
}

.blog-item:not(:first-child) {
    margin-top: 100px !important;
}


/* ------------------------------------------------------------------------------
      Logo svg
-------------------------------------------------------------------------------*/
.logotype {
  margin: 0;
  padding: 0;
  width: 125px;
  height: auto;
  -webkit-transition: all .4s ease, opacity .3s ease;
  -o-transition: all .4s ease, opacity .3s ease;
  transition: all .4s ease, opacity .3s ease;
}
.logo svg {
  fill: #fff;
}
.logo svg:hover {
  fill: rgba(255, 255, 255, .6);
}
.navbar_fixed svg .st0, .navbar-brand svg .st0{opacity:1;}
.navbar_fixed svg .st1, .navbar-brand svg .st1{fill:#fff;}
.navbar_fixed svg .st2, .navbar-brand svg .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#fff;}
@media screen and (max-width: 750px) {
    .logotype { width:90px; height:auto;}
}

/* ------------------------------------------------------------------------------
      Timeline style
-------------------------------------------------------------------------------*/

/* -- Timeline style 1 -- */
.timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.timeline:before {
    background-color: rgba(255, 255, 255, .2);
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 5px;
    width: 1px;
    height: 100%;
}

.timeline-event {
    position: relative;
}

.timeline-event:hover .timeline-event-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

.timeline-event:hover .timeline-event-thumbnail {
    box-shadow: inset 12em 0 0 0 #e82418;
}

.timeline-event-copy {
    padding: 2em;
    position: relative;
    top: -1.875em;
    left: 1em;
    width: 100%;
}

.timeline-event-copy h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color:#969696;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
}

.timeline-event-icon {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    outline: 0 solid #999;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    width: 1em;
    height: 1em;
}

.timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: white;
    font-size: 13px;
    background-color: #383f51;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em;
}

/* -- Timeline style 2 (horizontal timeline)-- */

.hrz-timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.horizontal-timeline {
     margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.horizontal-timeline .hrz-timeline {
    position: relative;
    height: 100px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.horizontal-timeline .events-wrapper::after, .horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left , #eee, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #eee, rgba(248, 248, 248, 0));
}

.horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right , #eee, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #eee, rgba(248, 248, 248, 0));
}

.horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #383f51;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px;
    color: #080808;
	font-weight: 400;
    /* fix bug on Safari - text flickering while timeline translates */
    
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .horizontal-timeline .events a:hover::after {
    background-color: #383f51;
    border-color: #383f51;
}
.horizontal-timeline .events a.selected::after {
    background-color: #383f51;
    border-color: #383f51;
}
.horizontal-timeline .events a.older-event::after {
    border-color: #383f51;
}

.timeline-navigation a {
    
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
   
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
/*.timeline-navigation a:hover {
    border: 2px solid #ccc;
}*/
.timeline-navigation a::after {
    /* arrow icon */    
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/arrow.svg) no-repeat 0 0;
}

.timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.timeline-navigation a.next {
    right: 0;
}
.no-touch .timeline-navigation a:hover {
    border-color: #1b1b1b;
}

.timeline-navigation a.inactive {
    cursor: not-allowed;
}

.timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.horizontal-timeline .events-content {
    position: relative;
    width: 80%;
    max-width: 1170px;
    margin: 2em auto;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}

.events ol, .hrz-timeline ul, .events-content ol {
	padding: 0;
    list-style: none;
}

.horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.horizontal-timeline .events-content li.selected {
    /* visible event content */
    
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.horizontal-timeline .events-content li.enter-right,
.horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: enter-right;
    -moz-animation-name: enter-right;
    animation-name: enter-right;
}

.horizontal-timeline .events-content li.enter-left,
.horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: enter-left;
    -moz-animation-name: enter-left;
    animation-name: enter-left;
}

.horizontal-timeline .events-content li.leave-right,
.horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.horizontal-timeline .events-content li > * {
    max-width: 1170px;
    margin: 0 auto;
}
.horizontal-timeline .events-content p{
    color: #666;
}

@keyframes enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media only screen and (min-width: 1100px) {
    .horizontal-timeline {
        margin: 2em auto;
    }
    .horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

/*-- Timeline style 3 --*/
.timeline3 {
    position: relative;
    padding: 0 20px;
}
.timeline3::before {
    content: '';
    background: rgba(255, 255, 255, .5);
    width: 1px !important;
    height: 95% !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.date {
    font-size: 13px;
    color: #ccc;
}
.timeline3-item {
    width: 100%;
    margin-bottom: 70px;
}
.timeline3-item:nth-child(even) .timeline3-content {
    float: right;
    padding: 20px 0;
}
.timeline3-item:nth-child(even) .timeline3-content .date {
    right: auto;
    left: 0;
}
/*.timeline3-item:nth-child(even) .timeline3-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 0;
    left: -10px;
    border-width: 5px 10px 5px 0;
    border-color: transparent #fff transparent transparent;
}*/
.timeline3-item::after {
    content: '';
    display: block;
    clear: both;
}
.timeline3-content {
    position: relative;
    width: 47%;
    padding: 20px 0;
    /*background: #1a1a1a;*/
    border-top:1px solid rgba(255, 255, 255, .5)
}
.timeline3-content p {
    color: #fff;
}
/*.timeline3-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 0;
    right: -10px;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
}*/
.timeline3-img {
    left: 50%;
    margin-top: -5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    position: absolute;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
}
.timeline3-item:nth-child(2) .timeline3-img-header {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url(../images/blog/blog-1.jpg) center center no-repeat;
    background-size: cover;
}
.timeline3-item:nth-child(5) .timeline3-img-header {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url(../images/blog/blog-2.jpg) center center no-repeat;
    background-size: cover;
}
.timeline3-item:nth-child(6) .timeline3-img-header {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url(../images/blog/blog-3.jpg) center center no-repeat;
    background-size: cover;
}
.timeline3-item:nth-child(8) .timeline3-img-header {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url(../images/blog/blog-4.jpg) center center no-repeat;
    background-size: cover;
}
.timeline3-item:nth-child(10) .timeline3-img-header {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url(../images/blog/blog-5.jpg) center center no-repeat;
    background-size: cover;
}
.timeline3-item:nth-child(11) .timeline3-img-header {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url(../images/blog/blog-6.jpg) center center no-repeat;
    background-size: cover;
}
.timeline3-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}
.timeline3-img-header h3 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
}