@font-face {
    font-family: Bebas;
    src: url('../fonts/BebasNeue.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
}

#logo {
    max-width: 200px;
}

.navbar-toggleable-md .navbar-nav .nav-link {
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav hr {
    display: none;
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-inverse .navbar-nav .nav-item:hover hr {
    width: 80%;
    margin: 0 auto;
    /* border-bottom: 2px solid #fff; */
    display: block;
}

.navbar-inverse .navbar-nav .active hr {
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    display: block;
}

/*.navbar-inverse .navbar-nav .active .nav-link {*/
/*position: relative;*/
/*}*/

/*.navbar-inverse .navbar-nav .active:after .nav-link {*/
/*position: absolute;*/
/*bottom:0;*/
/*left: 0;*/
/*right: 0;*/
/*width: 30px;*/
/*background-color: #fff;*/
/*border-bottom: 3px solid #fff;*/
/*}*/

.navbar-inverse .navbar-nav .nav-link {
    font-weight: 100;
    font-family: 'Bebas', sans-serif;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.navbar-inverse .navbar-nav .nav-link.active {
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    display: block;
}

.img-full {
    width: 100%;
}

.about-us {
    background-color: #1d1b26;
}

.product-services .container-fluid .row .services .gateway:hover .overlay {
    width: 100%;
    left: 0;
}

.product-services .container-fluid .row .services .real-time:hover .overlay {
    width: 100%;
    left: 0;
}

.product-services .container-fluid .row .services .software:hover .overlay {
    width: 100%;
    left: 0;
}

.product-services .container-fluid .row .services .gateway:hover .not-overlay {
    display: none;
}

.product-services .container-fluid .row .services .real-time:hover .not-overlay {
    display: none;
}

.product-services .container-fluid .row .services .software:hover .not-overlay {
    display: none;
}

.contact-us {
    background-color: #1d1b26;
}

.about-us-text {
    font-size:16px;
}

.product-text {
    font-size: 16px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .6s ease;
}

.our-objectives {
    background-color: #d6d5e3;
}

.product-services {
    background-color: #ffffff;
}

.services:hover {
    color:black
}

h1.title {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Bebas', sans-serif;
    font-weight: 100;
    font-size: 3.571rem;
}

a {
    color: #00aeef;
}

a:hover {
    color: #0275d8;
}

footer .contacts .row .col-md-4 {
    color: #fff;
}

footer .contacts .row .col-md-4:nth-child(1) {
    background-color: #222;
}

footer .contacts .row .col-md-4:nth-child(2) {
    background-color: #444;
}

footer .contacts .row .col-md-4:nth-child(3) {
    background-color: #666;
}

.icon-width {
    max-width:25.8%;
}

.contact-form::placeholder {
    color:white;
    font-weight:200;
}

footer .footer {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.contact-form input, .contact-form textarea {
    border-color: white;
    border-radius: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white !important;
    font-weight: 100 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
    font-weight: 200 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white !important;
    font-weight: 200 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: white !important;
    font-weight: 200 !important;
}

input[type="text"], textarea {

    background-color : #1d1b26 !important;
    color: white !important; 
  
  }

.hidden-view {
    background-color: #282e3b;
}

.contact-form .form-control:focus {
    border-color: inherit;
}

.service-container {
    background-color: #f6f6f6;
}

.services .not-overlay {
    font-size:30px;
}

.services .overlay {
    font-size:30px;
}

.hidden-view .services .my-5 {
    margin-top: 5rem!important;
    margin-bottom: 3rem!important;
}

.hidden-view .services .mb-5 {
    margin-bottom: 5rem!important;
}
.contact-input{
    font-size:14px;font-weight:200;
}
button.btn.btn-default.transparent{
    outline-color: transparent;
    background-color:transparent;
}
.btn:focus{
    outline: none !important;
    box-shadow: none;
}
.btn:active{
    outline: none !important;
    box-shadow: none;
}
.desc-label{
    font-size:14px;font-weight:200;
}
.contact-title{
    border-bottom:2px solid white;font-size:14px;font-weight:500;
}
.desc-title{
    font-size:14px;font-weight:200;text-align-last: center;-moz-text-align-last: center;
}

.h1-title{
        font-size: 35px;
}
.desc-typo{
    font-size:14px;text-align-last: center;-moz-text-align-last: center;font-weight: 200;
}
.box-back{
    position:absolute;top:50%;left: 50%;transform: translate(-50%, -50%);
}

.box-back-special{
    position:absolute;top:50%;left: 50%;transform: translate(-50%, -50%);
    width:42%;
}

.box-front{
    font-size: 20px;
    position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);
}

.box-front-special{
    font-size: 22px;
    position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);
    width:42%;
}
.services .not-overlay{
    font-size: 22px;
}
.banner-sub{
    font-size:14px;font-weight:200;line-height: 15.4px;
}
.banner-content{
    position:absolute;
    top:40%;
}
.banner-full{
    width: 100%;
}
button.btn.btn-default.transparent:hover{
    cursor: pointer;
}



@media(max-width:1023px){
    .desc-label{
        font-size:14px;font-weight:400;
    }
    .banner-content{
        position:absolute;top:15%;
        text-align: center;
    }
    .break-line-2{
        display: none;
    }

    .main-banner{
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    .h1-title{
        font-size: 40px;
    }
    .ipad-size{
        font-size: 50px;
    }
    .banner-sub{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .break-line{
        display: none;
    }
    .width-phone {
        display: none;
        
    }
}

@media (min-width: 1024px) and (max-width: 1030px){
    .mission {
        width:100%;
    }
    .services .not-overlay {
        font-size:18px;
    }
    .services .overlay {
        font-size:18px;
    }

    .width-phone {
        display: none;
        
    }
    
}

@media (min-width: 768px) and (max-width: 1023px){

    .not-overlay {
        font-size: 30px;
    }
    .width-ipad {
        width:100%
    }

    .mobile-services .not-overlay{
        position:absolute;
        top:18%;
    }

    .mission {
        width: 100%;
    }
    .ipad-size {
        font-size:50px;
    }
    .main-banner .test .text .px-3 {
        font-size:16px;
    }
    .padder{
        padding-left: 30px;padding-right: 30px;
    }
    .banner-sub{
        font-size:16px;
    }

    .width-phone {
        display: none;
        
    }

}

@media (max-width: 767px) {
    .not-overlay {
        font-size: 20px;
    }

    .mobile-services .not-overlay{
        position:absolute;
        top:13%;
    }

    .width-ipad {
        /*width:100%*/
        display: none;
    }

    .width-phone {
        width:100%;
        
    }
    .ipad-size {
        font-size:30px;
    }
    .main-banner .test .text .px-3 {
        font-size:14px;
    }
    .banners-sub{
        font-size: 14px;
    }
    .break-line {
        display: none;
    }
    .desc-typo{
        font-size:14px;text-align-last: center;-moz-text-align-last: center;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 14px !important;
        padding-right: 14px !important;
        font-weight: 300;
    }
    .h1-title {
        font-size: 28px;
    }

    .banner-content{
        position:absolute;top:17%;
        text-align: center;
    }
}

@media (min-width: 1280px) and (max-width: 1440px){
    /* .services .not-overlay {
        font-size:25px;
    } */
    
    .services .overlay {
        font-size:25px;
    }
}