@font-face {
    font-family: bold;
    src: url('../fonts/proxima_nova_bold.otf');
}

@font-face {
    font-family: light;
    src: url('../fonts/proxima_nova_light.otf');
}

@font-face {
    font-family: semibold;
    src: url('../fonts/proxima_nova_semibold.otf');
}

@font-face {
    font-family: regular;
    src: url('../fonts/proxima_nova_regular.otf');
}

html{
    position: relative;
    height: 100%;
}

body {
    font-family: regular !important;
    height: 100%;
}

footer.footer {
    padding: 20px 0px;
    z-index: 9999999;
    background: #000;
    text-align: center;
    color: #7e8389
}

footer.footer a{
    color: #414141;
}

footer img{
    width: 100%;
}

header.header {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: white;
    padding: 10px 0px;
    z-index: 9999999;
}


    header.header.active {
        background: rgba(0, 0, 0, .8);
}

header.header>div {
    position: relative;
    width: 15%;
    text-align: center;
}

header.header div img {
    width: 80%;
    ;
}

header.header nav {
    position: relative;
    text-align: center;
    width: 80%;
}

header.header .social i {
    padding: 10px;
}

header.header nav>div {
    text-transform: uppercase;
    margin: 0px 30px;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

header.header nav>div a{
    color: white;
    text-decoration: none;
}

header.header nav .line {
    position: absolute;
    top: 120%;
    left: 0px;
    width: 100%;
}

header.header nav .line span {
    position: relative;
    width: 0%;
    background: red;
    height: 2px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

header.header nav div:hover span {
    width: 100%;
    ;
}

header.header nav div.active span {
    width: 100%;
    ;
}

.mobile{
    display: none;
}

.animate {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.main{
    padding: 150px 0px
}

.main{
    background: url(../img/BACK_001.png) no-repeat bottom center;
    background-size: cover;
    color: white;
    text-align: center;
}

.ver-text{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 2.5em;
    white-space: nowrap;
    font-family: bold;
    letter-spacing: 6px; 
}

.ver-text hr{
    background: #ff5009;
    height: 2px;
    width: 50px;    
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px;
}

.red{
    color: #ff5009;
}

.title{
    font-size: 2.5em;
    font-family: bold; 
    text-align: justify;
    line-height: 1em; 
    letter-spacing: 6px;  
    margin-bottom: 40px;
}

.title2{
    font-size: 1.5em;
    font-family: bold; 
    text-align: justify;
    line-height: 1em; 
    letter-spacing: 3px;  
    margin-bottom: 10px;
}

.title3{
    font-size: 2em;
    font-family: bold; 
    text-align: justify;
    line-height: 1em; 
    letter-spacing: 3px;  
    margin-bottom: 10px;
}

.title2 .red-hr{
    background: #ff5009;
    height: 40px;
    width: 2px;    
    display: block;
    vertical-align: middle;
    display: inline-block;
    margin: 20px;

}

.title3 .black-hr{
    background: #000;
    height: .5px;
    width: 100px;    
    display: inline-block;
    vertical-align: middle;
    margin: 10px;

}

.title3 .red-hr{
    background: #ff5009;
    height: 2px;
    width: 30px;    
    display: block;
    vertical-align: middle;
    display: inline-block;
    margin: 20px;

}

.title3 .gray-hr{
    background: #7e8389;
    height: 1px;
    width: 100%;    
    display: block;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;

}

.title3 .red-hr2{
    background: #ff5009;
    height: 2px;
    width: 30px;    
    display: block;
    vertical-align: middle;
    display: inline-block;

}

.text, .divide{
    text-align: left;
    color: #7e8389;
    font-size: .8em;
    position: relative;
}

.divide{    
    white-space: nowrap
}

.text div, .divide div:first-child{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: calc(100% - 120px); 
}


.text .separate, .divide .separate{
    width: 100px;  
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
    height: 100%;
    text-align: left
}

.text .separate hr{    
    background: #ff5009;
    height: 2px;
    width: 30px;    
    margin: 0px;
    display: block;
    vertical-align: top;
}

.text .red-hr{
    background: #ff5009;
    height: 1px;
    width: 30px;    
    margin: 0px;
    display: block;
    vertical-align: top;
    display: inline-block;

}

.know-more{
    text-transform: uppercase;
    margin-right: 30px; 
    font-size: .6em;
    margin-top: 30px;
    font-family: bold;
    letter-spacing: 2px;
    cursor: pointer;
}

.know-more img{
    margin: 0px 5px;
    width: 25px;
}

.know-more:hover{
    transform: translateX(20px)
}

.know-more .red-hr{
    background: #ff5009;
    height: 1px;
    width: 40px;   
    display: block;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
    margin-right: 90px;

}

.black{
    color: #000;
}

.scroll{
    text-align: center;
    margin-top: 30px;
}

.scroll img{
    margin:10px 0px;
    width: 13px;
}

.scroll .mouse{
    width: 13px;
}

.scroll:hover img{
    transform: translateY(20px)
}

.scroll:hover div{
    transform: translateX(20px)

}

.scroll .arrow{
    width: 10px;
}

.scroll div{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: .8em;
    color: #282828;
    margin: 0px 10px;
    text-transform: uppercase;

}

.iphone{
    margin: 0px 50px;
    background: url(../img/IPHONE_002.png) no-repeat center center;
    background-size: contain;
    height: 500px;
    width: 250px;
    position: relative;
}

.gallery{
    background: red;
    width: 215px;
    height: 378px;
    left: 19px;
    top: 60px;
    position: absolute;
}

.gallery > div{
    height: 100%;
}

.gallery .slick-track{
    height: 100%;
}

.dots{
    color: white;
    position: relative;
    margin-top: 100px;
}

.dots .slick-list{
    display: none;
}

.slick-dots li button:before{
    color: white !important;
}

.slick-dots li{
    width: 100% !important;
    text-align: center !important;
    margin: 0px !important;
}

.slick-dots li button{
    display: inline !important;
    position:  relative !important;
}

.letter{
    position: absolute;
    top: calc(100% - 110px);
    width: 100%;
    height: 200px;;
    background: url(../img/LETTER_002.png) no-repeat 10% top;
    background-size: 150px;

}

.letter2{
    position: absolute;
    top: calc(100% - 100px);
    width: 100%;
    height: 100px;;
    background: url(../img/LETTER_003.png) no-repeat 0% top;
    background-size: 300px;
    z-index: 999;

}

.letter3{
    position: absolute;
    top: 10%;
    width: 100%;
    height: 80px;;
    background: url(../img/LETTER_004.png) no-repeat right top;
    background-size: 450px;
    z-index: 999;

}

.letter4{
    position: absolute;
    top: 40%;
    right:50px;;
    width: 20%;
    height: 200px;;
    background: url(../img/LETTER_005.png) no-repeat right center;
    background-size: 150px;
    z-index: 999;

}

.float{
    position: absolute;
    background: url(../img/LETTER_001.png) no-repeat center right;
    background-size: 150px;
    height: 100%;
    width: 20%;
    right: 0px;
    top: 0px;
    z-index: 1;
    font-weight: bold;
    font-size: .6em;
    white-space: nowrap;
    text-align: left
}

.float .float-text{
    display: inline-block;
    vertical-align: middle;
    text-orientation: sideways-right;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    font-family: bold;
    color: #414141;
}

.float .red{
    color: #401d0f;
}

.float:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.uno{
    padding: 80px 0px;
    position: relative;
}

.dos{
    top: -100px;
    position: relative;
}

.image img{
    width: 100%;
}

.blackbox{
    background: black;
    color:white;
    padding: 20px 0px;
    display: inline-block;
    border-bottom: 3px solid #ff5009;
}

.blackbox div{
    padding: 0px 15px;
    display: inline-block;
}

.blackbox img{
    margin:0px 10px ;
}

.services{
    margin:80px 0px;
}

.services .circle1{
    border: 1px solid #7e8389;
    position: relative;
    border-radius:50%;
    width: 250px;
    height: 250px;
    display: inline-block; 
}

.middle:before{
    content:" ";
    display: inline-block;
    height: 100%;;
    vertical-align: middle;
}

.services .circle2{
    position: relative;
    vertical-align: middle;
    display: inline-block;
    border-radius:50%;
    width: 90%;
    height: 90%; 
}

.services .circle3{
    position: relative;
    vertical-align: middle;
    display: inline-block;
    border-radius:50%;
    width: 40%;
    height: 40%;
    background: rgba(0, 0, 0, .7); 
}

.zoomer:hover
{
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.service .text{
    margin-top: 30px;
}

.clients{
    background: black;
    color: #ff5009;
    padding: 40px 0px;
}

.border-gray{
    border: 1px solid #7e8389;
    padding: 40px !important;
}

.client img{
    display: inline-block;
    height: 80px;
    padding: 20px;
    box-sizing: border-box;
    opacity: .5;
}

.client img:hover{
    opacity: 1;
}

.clients-box{
    margin-bottom: 100px;
}


#map{
    width: 100%;
    height: 600px;
}

.maps{
    position: relative;
}

.contact{
    position: absolute;
    top: -30%;
    width: 100%;;
    text-align: center
}

.contact .contact-box{
    background: white;
    width: 70%;
    padding: 30px;
    box-sizing: border-box;
    display: inline-block;
}

input, textarea{
    border: 1px solid black !important;
    border-radius: 0px !important;
}

.sendbutton{
    padding: 20px 100px !important;
    border: 1px solid #ff5009 !important;
    border-radius: 0px !important;
    color: #ff5009 !important;
    text-transform: uppercase;
    font-size: 1em !important;
}

.sendbutton:hover{
    background-color: #ff5009 !important;
    color: white !important;
}

.sendbutton img{
    padding: 5px;
    width: 40px;;
}

@media screen and (max-width: 600px) {
    .main{
        height: auto;;
    }

    .contact{
        position: relative;
        width: 100%;;
    }

    .contact .contact-box{
        width: 100%;
    }

    .float{
        display: none;
    }

    .blackbox div {
        display: block;
        padding: 20px;
    }

    footer img{
        width: 50%;
    }

    .mobile{
        position: absolute !important;
        display: block;
        right: 0px;
        top:0px;
        padding: 20px;
    }

    header.header nav, header.header .social {
        text-align: center;
        width: 100%;
        display: none;
    }

    header.header nav div{
        width: 100%;
        margin: 0px;
        padding: 10px 0px;
    }

    header.header .social i{
        padding: 20px 30px;
    }

    header.header .logo{
        text-align: left;
        padding: 10px;
        width: 100%;;
    }

    header.header .logo img{
        width:50%;;
    }

    header.header{        
        flex-direction: column;
        background: rgba(0, 0, 0, .8);
    }

    .client img{
        height: auto;
        width: 100%;;
    }

    header.header nav .line{
        top: 60%;
    }

  }