/* FONTS */
@font-face {
  src: url(../fonts/AvenirNextLTPro-Bold.otf);
  font-family: 'AvenirNextLTPro-Bold';
}
@font-face {
  src: url(../fonts/AvenirNextLTPro-Regular.otf);
  font-family: 'AvenirNextLTPro-Regular';
}
/* GENERAL CSS */
html {
  scroll-behavior: smooth;
}
body{
  background-color: #ffffff;
  font-family: 'AvenirNextLTPro-Regular';
  background-color: #121212;
  color: #A0A2AD;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}
h1{
    font-size: 58px;
    line-height: 64px;
    color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, .btn{
  font-family: 'AvenirNextLTPro-Bold';
}
h2{
    color: #F7F7F7;
    font-size: 52px;
    line-height: 60px;
}
h3{
    color: #EBEBEB;
    font-size: 22px;
    line-height: 44px;
}
h4{
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}
.section-divider{
    background: #2C2C2C;
    height: 2px;
    border-radius: 4px;
}
.color-red{
    color: #F22400;
}
.white-btn, .nav-btn a{
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #ffffff;
    font-size: 16px;
    padding: 15px 20px;
    width: 160px;
    transition: .3s ease-in-out;
}
.white-btn:hover{
    background: transparent;
    color: #ffffff;   
}
/* Navbar CSS */
.nav-btn a{
    font-family: 'AvenirNextLTPro-Regular';
    background: transparent;
    color: #BFBFBF;
    border-color: #BFBFBF;
}
.nav-btn a:hover{
    color: #222222;
    background:#ffffff;
}
.navbar .nav-item .nav-link{
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #BFBFBF;
    border-bottom: 2px solid transparent;
}
.navbar .nav-item .nav-link:hover{
    color: white;
    border-bottom:1px solid #0052FE;
}
.fixed_header{
    background: #121212;
    z-index: 99999;
}
/* HERO CSS */
header{
    position: fixed;
    width: 100%;
}
.navbar-brand{
    margin-right: 26px!important;
}
.red_text{
    color: #F22400;
}
.hero{
    background-image: url(../img/BG-greay-node-network-right.png), url(../img/BG-greay-node-network-left.png);
    background-position: right , left ;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
}
.hero-right{
    text-align: center;
}
.hero-wrap{
    padding-top: 195px;
    padding-bottom: 268px;
}
.hero_title{
    padding-bottom: 6px;        
}
.hero_subtitle{
    padding-bottom: 2px;   
}
.hero_text{
    padding-bottom: 16px;
}
.hero-content{
    padding-top: 50px;
}
.hero-content h2{
    font-size: 28px;
    line-height: 42px;
}
.hero-content p{
    font-size: 24px;
    line-height: 34px;
}

/* SERVICES SECTION CSS */
.services{
    padding: 120px 0;
    border-bottom: 2px solid #2C2C2C;
}
.services-heading{
    padding-bottom: 60px;
}
.services-content{
    text-align: center;
}
.services-content img{
margin-bottom: 15px;
}
.recent_section{
    padding: 120px 0px;
    border-bottom: 2px solid #2C2C2C;
}
.recent_heading{
    text-align: center;
    padding-bottom: 50px;
}
.back_recent{
    text-align: center;
}
.back_recent img{
    max-width: 100%;
}
.reviews_sec{
    padding: 120px 0;
    border-bottom: 2px solid #2C2C2C;
}
.reviews_heading{
    text-align: center;
    padding-bottom: 50px;
}
.reviews_box_inner{
    background: #252525 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 8px #00000029;
    padding: 30px 23px 50px;
    position: relative;
}
.reviews_box_inner p{
    font-size: 16px;
    height: 67px;
    overflow: hidden;
    color: #F2F2F2;
}
.reviews_box_inner:after{
    content: "";
    width: 0;
    position: absolute;
    bottom: -28px;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 28px solid #252525;
    left: 35px;
}
.reviews_box_bottom{
    padding-top: 40px;
    padding-left: 22px;
    display: flex;
}
.profile_name{
    padding-left: 19px;
}
.profile_name span{
    color: #0052FE;
    font-size: 16px;
    font-weight: 900;
}
.profile_name p{
    color: #F2F2F2;
    font-size: 16px;
}
.first_slide{
    background-image: url('../img/chipset-graphic.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 235px;
}
.img_text{
    padding: 13px 22px;
    width: 90%;
}
.first_slide p{
    color: white;
    font-size: 16px;
}
.dynamic_data{
    /* padding: 0px 0px 60px; */
    margin-top: -50px;
}
.second_slide{
    background: #252525 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 8px #00000029;
    border-radius: 5px;
    padding: 13px 12px;
}
.second_slide p{
    color: white;
    font-size: 16px;
    text-align: left;
}
.second_slide img{
    padding: 10px 0px 0px;
    max-width: 100%;
}
.price_sec{
    padding-left: 15px;
}
.price_sec span{
    font-size: 28px;
    color: white;
}
.price_sec p{
    color: #A0A2AD;
    padding-bottom: 20px;
}
.upper_form input, .upper_form textarea{
    width: 100%;
    margin: 13px 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EBEDED;
    border-radius: 6px;
    padding: 8px 15px;
}
.upper_form label{
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Bold';
}
.form-content h2{
    margin-bottom: 20px;
}
.form-content h3{
    font-size: 30px;
}
.footer_para{
    margin-bottom: 11px;
}

/* CONTACT US */
.contact-us{
    padding: 120px 0;
}
.sub-content{
    margin-bottom: 15px;
}
.submit{
    width: 150px;
}

/* FOOTER CSS */
footer{
    background-color: #000000;
    padding-top: 60px;
}
.news-letter{
    position: relative;
}
.news-input{
    padding: 10px;
    background: transparent;
    width: 100%;
    border: 1px solid #A0A2AD;
    border-radius: 4px
}
.news-input:focus{
    background: transparent;
    color: white;
}
.news-submit{
    border: 0;
    position: absolute;
    right: 0;
    height: 46px;
    width: 80px;
    top: 0;
    background: transparent;
    z-index: 9999;
    color: transparent;
}
.paper-plane{
    color: white;
    position: absolute;
    right: 30px;
    top: 11px;
}
.copyright{
    padding-top: 50px;
    padding-bottom: 30px;
}
@media(min-width:992px){
    .navbar .nav-item .nav-link{
        padding-left: 20px;
        padding-right: 20px;
        text-align: right;
        padding-right: 30px;
    }
}
@media(max-width: 991.98px){
    .nav-btn{
        text-align: right;
        padding-bottom: 27px;
        padding-right: 30px;
        padding-top: 20px;
    }
    .navbar-collapse{
        background: #121212;
        height: 100vh;
        top: 104px;
        height: 100vh;
        position: fixed;
        width: 100%;
        right: 0;
    }
    .navbar .nav-item .nav-link{
        text-align: right;
        padding-right: 30px;
        border-bottom: 1px solid #BFBFBF;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
@media(max-width: 767px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-logo{
        margin-bottom: 30px;
    }
    .my-sm-50{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .my-sm-20{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mb-sm-50{
        margin-bottom: 50px;
    }
    .hero-content{
        padding-bottom: 50px;
        padding-top: 0;
    }
    .hero-right{
        text-align: center;
    }
    .hero_title{
        font-size: 24px;
        line-height: 36px;
    }
    .hero-content h2{
        font-size: 20px;
        line-height: 26px;
    }
    .hero-content p{
        font-size: 16px;
        line-height: 22px;
    }
    .hero{
        background-image: url(../img/BG-greay-node-network-right.png);
        background-position: right;
        background-size: contain;
    }
    .services-content p{
        max-width: 320px;
        margin: 0 auto;
    }
}
@media(max-width: 576px){
    .hero-wrap{
        padding-bottom: 150px;
    }
    h2{
        font-size: 28px;
        line-height: 36px;
    }
    h3, .form-content h3{
        font-size: 20px;
        line-height: 28px;
    }
    .services, .reviews_sec, .recent_section, .contact-us{
        padding: 80px 0;
    }
}
@media(max-width: 400px){
    .nav_logo{
        max-width: 198px;
    }
}