@import url(normalize.css);
@import url(animate.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(owl.transitions.css);
@font-face {
    font-family: 'hk_grotesk';
    src: url("../fonts/hkgrotesk-bold-webfont.html") format("woff2"), url("../fonts/bold-webfont.html") format("woff"), url("../fonts/bold-webfont-2.html") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'hk_grotesk';
    src: url("../fonts/hkgrotesk-light-webfont.html") format("woff2"), url("../fonts/light-webfont.html") format("woff"), url("../fonts/light-webfont-2.html") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'hk_grotesk';
    src: url("../fonts/hkgrotesk-medium-webfont.html") format("woff2"), url("../fonts/medium-webfont.html") format("woff"), url("../fonts/medium-webfont-2.html") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'hk_groteskregular';
    src: url("../fonts/hkgrotesk-regular-webfont.html") format("woff2"), url("../fonts/regular-webfont.html") format("woff"), url("../fonts/regular-webfont-2.html") format("truetype");
    font-weight: normal;
    font-style: normal
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.5em
}

@-webkit-keyframes logo {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes line {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
}

@-webkit-keyframes opacity {
    0%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes opacity {
    0%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes change {
    0%,
    12%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    17%,
    29% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
    34%,
    46% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    51%,
    63% {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%)
    }
    68%,
    80% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    85%,
    97% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
}

@keyframes change {
    0%,
    12%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    17%,
    29% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
    34%,
    46% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    51%,
    63% {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%)
    }
    68%,
    80% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    85%,
    97% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
}

body {
    position: relative!important;
    cursor: url("cursor/left_ptr.cur");
    font-family: "hk_grotesk", sans-serif;
    font-size: 15px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    text-rendering: optimizeSpeed;
    overflow-x: hidden
}

p {
    font-size: 18px
}

a {
    color: #F7B83C;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

a:hover {
    color: #FFDF22
}

img {
    max-width: 100%;
    height: auto
}

.underline {
    text-decoration: underline
}

.wrapper-cover {
    position: relative;
    height: 450px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: none!important
}

.wrapper-cover.page-service {
    background-image: url("../img/cover/cover-2.jpg")
}

.wrapper-cover.page-about {
    background-image: url("../img/cover/cover-1.jpg")
}

.wrapper-cover.page-contact {
    background-image: url("../img/bg/photo-1455994972514-4624f7f224a7.jpg")
}

.wrapper-cover.page-project {
    background-image: url("../img/bg/photo-1455994972514-4624f7f224a7.jpg")
}

.btn {
    border-radius: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #e0256b;
    background-image: -webkit-gradient(linear, right top, left top, from(#e0256b), to(#e0256b));
    background-image: -webkit-linear-gradient(right, #e0256b, #e0256b);
    background-image: -o-linear-gradient(right, #e0256b, #e0256b);
    background-image: linear-gradient(to left, #e0256b, #e0256b);
    border: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: 900;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out

}

.btn:hover {
    background-color: white;
    color: #e0256b;
    background-image: none
}

.btn.btn-square {
    border-radius: 0
}

.social {
    text-transform: uppercase
}

.social li {
    margin: 0 20px
}

.social a {
    color: #ffffff
}

.social .fa {
    margin-right: 10px
}

.line-qrcode {
    width: 250px;
    height: auto;
    margin-top: 30px
}

.title {
    position: relative;
    height: 150px;
    z-index: 1
}

.title:after {
    content: '';
    display: block;
    width: 100px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#e0256b), to(#F7B83C));
    background-image: -webkit-linear-gradient(right, #e0256b, #e0256b);
    background-image: -o-linear-gradient(right, #e0256b, #e0256b);
    background-image: linear-gradient(to left, #e0256b, #e0256b);
    -webkit-box-shadow: 0 2px 21px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 21px rgba(0, 0, 0, 0.5)
}

.title h1 {
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
    z-index: 2;
    margin-left: 20px;
    width: 400px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 2
}

.title-footer {
    text-transform: uppercase;
    text-align: center
}

.title-footer h1 {
    color: #ffffff;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}

.zone-title {
    margin: 80px 0
}

.zone-title h1,
.zone-title h2,
.zone-title h3,
.zone-title h4,
.zone-title h5,
.zone-title h6 {
    color: #ffffff;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase
}

.zone-title .btn {
    margin-top: 10px;
    padding: 10px 30px
}

.wrapper-line {
    position: fixed;
    width: 94%;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -47%;
    border-left: 1px solid rgba(151, 151, 151, 0.11);
    border-right: 1px solid rgba(151, 151, 151, 0.11);
    z-index: -1
}

.wrapper-line .line {
    position: relative;
    width: 10%;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(255,255,255,.05);
}

.wrapper-line .line:after {
    content: '';
    display: block;
    position: absolute;
    top: -5%;
    right: -1.5px;
    width: 2px;
    height: 30px;
    background-color: #e0256b;
    -webkit-animation-name: line!important;
    animation-name: line!important;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.wrapper-line .line:nth-child(2):after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.wrapper-line .line:nth-child(3):after {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.wrapper-line .line:nth-child(6):after {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.wrapper-line .line:nth-child(8):after {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.wrapper-line .line:nth-child(9):after {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.wrapper-line .line:nth-child(4):after,
.wrapper-line .line:nth-child(5):after,
.wrapper-line .line:nth-child(7):after {
    display: none
}

.object-left,
.object-right {
    color: #ffffff;
    position: fixed;
    bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 1
}

.object-left {
    left: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translate(25px, 0%) rotate(-90deg);
    -ms-transform: translate(25px, 0%) rotate(-90deg);
    transform: translate(25px, 0%) rotate(-90deg)
}

.object-left ul li {
    margin: 0 40px 0 0
}

.object-right {
    right: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: translate(-25px, 0%) rotate(90deg);
    -ms-transform: translate(-25px, 0%) rotate(90deg);
    transform: translate(-25px, 0%) rotate(90deg)
}

.object-right .scroll {
    margin-right: 200px
}

.object-left a,
.object-right a {
    color: #fff
}

.wrapper-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: 900;
    background-color: #141516;
    z-index: 999
}

.wrapper-nav a.logo {
    position: absolute;
    display: block;
    width: 70px;
    float: left
}

.wrapper-nav a.logo img {
    width: 100%;
    height: auto
}

.wrapper-nav .nav-primary {
    position: relative
}

.wrapper-nav ul {
    margin-bottom: 0;
    padding-top: 20px
}

.wrapper-nav ul li {
    padding: 5px 10px 0
}

.wrapper-nav ul li.active a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#FFDF22), to(#F7B83C));
    background-image: -webkit-linear-gradient(right, #FFDF22, #F7B83C);
    background-image: -o-linear-gradient(right, #FFDF22, #F7B83C);
    background-image: linear-gradient(to left, #FFDF22, #F7B83C)
}

.wrapper-nav ul li a {
    padding: 5px 1px 5px 1px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.wrapper-nav ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#e0256b), to(#e0256b));
    background-image: -webkit-linear-gradient(right, #e0256b, #e0256b);
    background-image: -o-linear-gradient(right, #e0256b, #e0256b);
    background-image: linear-gradient(to left, #e0256b, #e0256b);
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

.wrapper-nav ul li a:hover {
    color: #e0256b;
}

.wrapper-nav ul li a:hover:after {
        width: 100%

}

.wrapper-nav .btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 25px
}

.wrapper-hero {
    position: relative;
    height: 100vh;
    color: #979797;
    background-image: url('../img/top_back.png') background-position: center;
    background-attachment: fixed;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 2
}

.wrapper-hero .logo-ideabranch {
    position: absolute;
    width: 500px;
    height: 431.58px;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -215.79px;
    -webkit-animation-name: logo!important;
    animation-name: logo!important;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.wrapper-hero .text-box {
    position: absolute;
    width: 100%;
    height: 200px;
    margin-top: 80%
}

.wrapper-hero .text-box p {
    margin-bottom: 20px;
    font-size: 14px
}

.wrapper-hero a,
.wrapper-hero h4 {
    text-transform: uppercase
}

h4 {
    color: #ffffff;
    font-weight: 900
}

.wrapper-hero .footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #ffffff
}

.wrapper-hero .scroll {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 25px;
    height: 40px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, right top, left top, from(#e0256b), to(#F7B83C));
    background-image: -webkit-linear-gradient(right, #e0256b, #e0256b);
    background-image: -o-linear-gradient(right, #e0256b, #e0256b);
    background-image: linear-gradient(to left, #e0256b, #e0256b);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}

.wrapper-hero .scroll:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-top: 5px;
    margin-left: -5px;
    border-radius: 50%;
    background-color: #2f3335
}

.wrapper-hero .slogan {
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: 100;
    line-height: 40px;
    color: #979797;
    height: 160px;
    overflow: hidden
}

.wrapper-hero .slogan .visible {
    overflow: hidden;
    height: 40px;
    padding: 0 40px
}

.wrapper-hero .slogan ul {
    margin-top: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    -webkit-animation-name: change;
    animation-name: change;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.wrapper-hero .slogan ul li {
    line-height: 40px;
    margin: 0
}

.section {
    position: relative;
    min-height: 100vh;
    padding: 60px 0
}

.wrapper-service {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 0
}

.wrapper-service .owl-carousel .owl-item {
    max-width: 380px!important
}

.wrapper-service.bg-service {
    background-image: url("../img/bg/bg-serice.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: auto;
    height: 100%;
}

.wrapper-service .title {
    margin-bottom: 90px
}

.wrapper-service #slider-service {
    position: relative;
    z-index: 1
}

.wrapper-service .service {
    margin-bottom: 30px
}

.wrapper-service .service .item {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wrapper-service .item {
    position: relative;
    background-color: #2f3335c2;
    -webkit-box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 21px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 60px 0 0;
    margin-left: 10;
}

.wrapper-service .item:hover {
    -webkit-box-shadow: 1px 2px 40px 0 black;
    box-shadow: 1px 2px 40px 0 black;
    z-index: 50
}

.wrapper-service .item .zone-content {
    color: #ffffff;
    padding: 25px 30px;
    min-height: 217px
}

.wrapper-service .item .zone-content h2 {
    font-size: 21px;
    font-weight: 900;
    margin: 25px 0 20px
}

.wrapper-service .item .zone-content p {
    color: #cccccc
}

.wrapper-service .item .zone-contact {
    margin: 50px 0;
    padding: 0 30px 100px 0;
    position: relative;
    text-align: right
}

.wrapper-service .item .zone-contact:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    top: 15px;
    left: 0;
    background-color: #ffffff;
    opacity: 0.21
}

.wrapper-service .customNavigation .btn {
    position: absolute;
    top: 40%;
    z-index: 1;
    border-radius: 0;
    font-size: 21px
}

.wrapper-service .customNavigation .btn.prev {
    left: -20.5px
}

.wrapper-service .customNavigation .btn.next {
    right: -20.5px
}

.wrapper-portfolio .portfolio-image {
    margin-top: 150px
}

.wrapper-portfolio img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: -1px 2px 21px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -1px 2px 21px 0 rgba(0, 0, 0, 0.5)
}

.wrapper-portfolio .portfolio-content {
    margin-top: 90px
}

.wrapper-portfolio .portfolio-content h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff
}

.wrapper-portfolio .portfolio-content p {
    color: #cccccc;
    margin-bottom: 30px
}

.wrapper-portfolio .portfolio-content .btn {
    margin: 10px 0 40px;
    color: #000000;
    font-weight: 300
}

.wrapper-portfolio .portfolio-content.right {
    text-align: right
}

.wrapper-contact .contact {
    color: #ffffff
}

.wrapper-contact .contact strong {
    color: #F7B83C;
    text-transform: uppercase
}

.wrapper-contact .contact p span {
    text-decoration: underline
}

.wrapper-contact .contact a {
    color: #ffffff
}

.wrapper-footer {
    position: relative;
    color: #ffffff;
    padding: 30px 0;
    background-color: #141516;
    z-index: 0;
    font-size: 11px
}

.wrapper-footer p {
    font-size: 11px
}

.wrapper-footer a {
    color: #ffffff
}

.wrapper-footer .copyright {
    text-transform: uppercase;
    position: relative;
    display: block;
    text-align: center
}

.wrapper-footer .copyright:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: -webkit-gradient(linear, right top, left top, from(#F7B83C), to(#FFDF22));
    background-image: -webkit-linear-gradient(right, #F7B83C, #FFDF22);
    background-image: -o-linear-gradient(right, #e0256b, #e0256b);
    background-image: linear-gradient(to left, #e0256b, #e0256b);
    top: -10px;
    left: 10px;
    z-index: -1
}

.wrapper-footer .contact {
    text-align: right
}

.wrapper-footer p,
.wrapper-footer ul {
    margin: 0;
    padding: 0
}

.page .sketch {
    display: none
}

.wrapper-about .content-about {
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px
}

.wrapper-about .content-about p {
    margin-bottom: 40px
}

.team {
    position: relative!important;
    background-color: #2f3335;
    text-align: center;
    height: 300px;
    padding-top: 150px;
    margin-bottom: 200px
}

.team:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#F7B83C), to(#FFDF22));
    background-image: -webkit-linear-gradient(right, #F7B83C, #FFDF22);
    background-image: -o-linear-gradient(right, #F7B83C, #FFDF22);
    background-image: linear-gradient(to left, #F7B83C, #FFDF22);
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s
}

.team:hover:before {
    height: 150px
}

.team:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 45px;
    left: 0;
    background-color: #ffffff;
    opacity: 0.21
}

.team img {
    width: 80%;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -40%
}

.team .name,
.team .position {
    font-size: 14px
}

.team .name {
    text-transform: uppercase;
    font-weight: 900
}

.team .position {
    font-weight: 400;
    color: #F7B83C
}

.google-map {
    position: relative;
    margin-top: 40px;
    height: 450px;
    overflow: hidden
}

.google-map .map-block {
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.partner {
    margin-bottom: 100px
}

.partner:after {
    content: '';
    display: block;
    float: none;
    clear: both
}

.partner .wrapper-partner {
    width: 20%;
    float: left;
    margin-bottom: 50px;
    margin: 20px
}

.work-item {
    position: relative;
    margin-bottom: 30px
}

.work-item .work-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #000000;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 223, 34, 0.9)), to(rgba(247, 184, 60, 0.9)));
    background-image: -webkit-linear-gradient(right, rgba(255, 223, 34, 0.9), rgba(247, 184, 60, 0.9));
    background-image: -o-linear-gradient(right, rgba(255, 223, 34, 0.9), rgba(247, 184, 60, 0.9));
    background-image: linear-gradient(to left, rgba(255, 223, 34, 0.9), rgba(247, 184, 60, 0.9));
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 0
}

.work-item .work-detail:hover {
    opacity: 1
}

.work-item .work-detail .text-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.work-item .work-detail h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5)
}

.work-item .work-detail p {
    font-size: 13px;
    color: #000000
}

.social-inline a {
    display: block;
    border: 1px solid #ffffff;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase
}

.social-inline a .fa {
    margin-right: 10px
}

.social-inline .facebook a {
    background-color: #3b5998
}

.social-inline .facebook a:hover {
    background-color: rgba(59, 89, 152, 0.5)
}

.social-inline .instagram a {
    background-color: #e1306c
}

.social-inline .instagram a:hover {
    background-color: rgba(225, 48, 108, 0.5)
}

.social-inline .linkedin a {
    background-color: #287bbc
}

.social-inline .linkedin a:hover {
    background-color: rgba(40, 123, 188, 0.5)
}

.black-ribbon {
    position: fixed;
    z-index: 9999;
    width: 70px
}

@media only all and (min-width:768px) {
    .black-ribbon {
        width: auto
    }
}

.stick-left {
    left: 0;
    top: 0
}

.crisp-client .crisp-1 .crisp-25 .crisp-26,
.crisp-client .crisp-1 .crisp-25 .crisp-27 {
    right: 50px!important
}

.nav-responsive {
    display: none
}

.menu {
    display: none
}

@media only screen and (max-width:1200px) {
    .wrapper-service .item .zone-content {
        min-height: 280px;
        padding: 10px 20px
    }
    .scroll {
        display: none
    }
    .object-left,
    .object-right {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .nav-primary {
        height: 70px
    }
    .nav-primary .logo {
        left: 10px
    }
    .nav-primary .menu {
        display: block;
        right: 5%;
        margin-top: 20px
    }
    .nav-primary .btn-contact {
        display: none
    }
    .nav-primary .nav-desktop {
        display: none
    }
    .nav-primary .nav-responsive {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: -1500px;
        left: 0;
        display: block;
        background-color: #000000;
        list-style: none;
        padding: 40px 0 0 0;
        margin: 0;
        z-index: 9999;
        -webkit-transition: top .5s;
        -o-transition: top .5s;
        transition: top .5s
    }
    .nav-primary .nav-responsive .nav-close {
        margin-bottom: 30px;
        color: #2f3335
    }
    .nav-primary .nav-responsive .nav-close .fa {
        margin-right: 5px
    }
    .wrapper-hero {
        height: inherit;
        padding-bottom: 60px;
        text-align: center
    }
    .wrapper-hero img#logoideabranch {
        position: relative;
        margin: 25% auto 20px;
        height: auto;
        left: 0;
        top: 0
    }
    .wrapper-hero .text-box {
        position: relative;
        margin: 0;
        text-align: center
    }
    .wrapper-hero canvas.sketch,
    .wrapper-hero footer.footer {
        display: none
    }
    .title h1 {
        width: 90%
    }
    .wrapper-service {
        background-repeat: no-repeat;
        background-size: contain
    }
    .wrapper-service .customNavigation .btn.prev {
        left: 1%;
        top: 19px
    }
    .wrapper-service .customNavigation .btn.next {
        right: 1%;
        top: 19px
    }
    .wrapper-portfolio {
        text-align: center;
        margin-top: 29em;
    }
    .wrapper-portfolio .portfolio-content {
        text-align: center!important;
        margin-top: -90px;
        margin-bottom: 150px
    }
    .wrapper-portfolio .portfolio-content.right {
        margin-bottom: 0
    }
    .wrapper-portfolio .title {
        text-align: left
    }
    .wrapper-portfolio .zone-title {
        margin-top: -90px
    }
    .wrapper-contact .contact {
        margin-top: 50px
    }
    .wrapper-contact .social-inline li {
        display: block;
        width: 100%
    }
    .wrapper-contact .social-inline a {
        display: block;
        width: 100%
    }
    .wrapper-footer ul.social {
        text-align: center;
        margin-bottom: 20px
    }
    .wrapper-footer .copyright:after {
        display: none
    }
    .wrapper-footer ul.contact {
        display: none
    }
    .wrapper-about .wrapper-image {
        top: -10px!important;
        position: relative!important
    }
    .wrapper-about .team {
        margin-bottom: 100px
    }
    .wrapper-about .team img {
        top: -30px
    }
    .partner .wrapper-partner {
        width: 40%;
        text-align: center
    }
    .work-item {
        text-align: center
    }
    .work-item img {
        max-width: inherit;
        width: 100%
    }
    .work-item .work-detail {
        opacity: 1;
        position: relative;
        height: auto;
        padding: 20px 0;
        margin-bottom: 0px
    }
    .work-item .work-detail .text-middle {
        top: 0;
        -webkit-transform: ease;
        -ms-transform: inherit;
        transform: inherit
    }
    img.king {
        width: 500px;
        height: auto
    }
}

@media only screen and (max-width:480px) {
    .wrapper-about .wrapper-image {
        top: -10px!important;
        position: relative!important
    }
    .wrapper-about .team {
        margin-bottom: 100px
    }
    .wrapper-about .team img {
        top: -80px
    }
    .partner .wrapper-partner {
        width: 35%;
        text-align: center
    }
    img.king {
        width: 90%;
        height: auto
    }
}

.card1{
	 background-color: #e0256b;
    border-radius: 23px 3px 66px 10px;
    height: 300px;
    padding-left: 25PX;
   
}
.card1 .card-title{
	color: white;
    font-family: inherit;
    padding-right: 100px;
    border-bottom: white solid 2px;
}
.card1 ul li{
	font-size: 20px;
    font-family: verdana;
	border:none;
    padding-left: 10px;
}

.card2{
	 background-color: #16adce66;
    border-radius: 23px 3px 66px 23px;
    height: 300px;
    padding-left: 25PX;
}
.card2 .card-title{
	color: white;
    font-family: inherit;
    padding-right: 100px;
    border-bottom: white solid 2px;
}
.card2 ul li{
	font-size: 20px;
    font-family: verdana;
	border:none;
    padding-left: 10px;
}
.card3{
	 background-color: #ec420ae6;
    border-radius: 23px 3px 66px 23px;
    height: 300px;
    padding-left: 25PX;

}
.card3 .card-title{
	color: white;
    font-family: inherit;
    padding-right: 100px;
    border-bottom: white solid 2px;
}
.card3 ul li{
    font-size: 20px;
    font-family: verdana;
	border:none;
    padding-left: 10px;
}

.card4{
	 background-color: #38b1f3cc;
    border-radius: 23px 3px 66px 23px;
    height: 300px;
    padding-left: 25PX;
}
.card4 .card-title{
	color: white;
    font-family: inherit;
    padding: 10px;
    border-bottom: white solid 2px;
}
.card4 ul li{
	font-size: 20px;
    font-family: verdana;
	border:none;
    padding-left: 10px;
}
.card5{
	 background-color: #38f34ecc;;
    border-radius: 23px 3px 66px 23px;
    height: 300px;
    padding-left: 25PX;
}
.card5 .card-title{
	color: white;
    font-family: inherit;
    padding: 10px;
    border-bottom: white solid 2px;
}
.card5 ul li{
	font-size: 20px;
    font-family: verdana;
	border:none;
    padding-left: 10px;
}
.card6{
	 background-color: #f33838cc;
    border-radius: 23px 3px 66px 23px;
    height: 300px;
    padding-left: 25PX;

}
.card6 .card-title{
	color: white;
    font-family: inherit;
    padding: 10px;
    border-bottom: white solid 2px;
}
.card6 ul li{
	font-size: 20px;
    font-family: verdana;
	border:none;
    padding-left: 10px;
}
.card7{
	 background-color: #b338f3cc;
    border-radius: 23px 3px 66px 23px;
    height: 300px;
    padding-left: 25PX;

}
.card7 .card-title{
	color: white;
    font-family: inherit;
    padding: 10px;
    border-bottom: white solid 2px;
}
.card7 ul li{
	font-size: 20px;
    font-family: verdana;
	border:none;
    padding-left: 10px;
}
.card8{
	 background-color: #38f3d2cc;
    border-radius: 23px 3px 66px 23px;
    height: 300px;
    padding-left: 25PX;

}
.card8 .card-title{
	color: white;
    font-family: inherit;
    padding: 10px;
    border-bottom: white solid 2px;
}
.card8 ul li{
	font-size: 20px;
    font-family: verdana;
	border:none;
    padding-left: 10px;
}







