.bb{
    border-bottom:1px solid #000;
}
.f-menu {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #000;
}
.f-menu a{
    font-size: 40px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}
.links{
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
}
.f-widget a{
    display: block;
    text-decoration: none;
    color: #000;
}
.logo-box a{
    margin-left: 50px;
}
.bg-red {
    background: rgb(252, 19, 51);
}
.tabs-up h3{
    color: #fff;
    text-transform: uppercase;
}
.tabs-up a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
}
.tab-link a{
    padding: 10px 10px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.text-red {
    color: #fc1333;
}
.net-box p{
    font-size: 18px;
}
.info-box p{
    font-size: 20px;
}
.markeitng-heading h2{
    color: rgb(252, 19, 51);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 83px;
    line-height: 0.91em;
}
.marketing-box h4 {
    padding: 5px 0px;
    font-size: 28px;
}
.marketing-box a{
    color: #fff;
    margin: 10px 0px;
    font-size: 18px;
    background: rgb(252, 19, 51);
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    border-radius: 40px;
}
.btbb {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.heading h2{
    color: rgb(252, 19, 51);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 83px;
    line-height: 0.91em;
}
.bb{
    border-bottom: 1px solid #000;
}
.genration-box {
    border-top: 1px solid #000;
/*    border-bottom: 1px solid #000;*/
    padding: 40px 0px;
}
.genration-box p strong{
    text-transform: uppercase;
}
.genration-box h3{
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    color: rgb(252, 19, 51);
}
.uppercase{
    text-transform: uppercase;
}
.count-box h1{
    font-size: 100px;
    font-weight: 800;
    color: rgb(252, 19, 51);
}
.count-box p{
    font-size: 18px;
}
.count-box{
    border-bottom: 1px solid #000;
}
.heading h3{
    border-bottom: 2px solid #000;
}
.bb-2 {
    border-bottom: 2px solid #000;
}
.indioce-box a{
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px 6px;
}
.breadcrum {
    padding: 10px 0px;
    margin: 10px 0px;
    border-bottom: 1px solid #000;
}
.banner-content{
    padding: 100px 0px 40px;
}
.banner-content h1{
    color: rgb(252, 19, 51);
    font-size: 120px;
    font-weight: 800;
}
.banner-top{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bannertop.jpg);
}
.off-btnn {
    color: #fff;
    background: #000;
    padding: 10px 20px;
    font-size: 26px;
    border-radius: 100%;
}
.offcanvas{
    background: #000;
}
.btn-close{
    background:transparent url('../images/cross.svg') center/1em auto no-repeat;
}
.menuu a{
    text-decoration: none;
    color: #fff;
    font-size: 100px;
    font-weight: 800;
    text-transform: uppercase;
}



@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .menuu a{
        font-size: 40px;
    }
    .f-menu{
        display: block;
    }
    .links{
        display: block;
    }
    .logo-box.text-end.mt-4 {
        text-align: center !important;
    }
    .markeitng-heading h2{
        font-size: 40px;
    }
    .genration-box h3{
        font-size: 40px;
    }
    .banner-content h1{
        font-size: 60px;
    }
    .count-box h1 {
        font-size: 40px;
    }
    .heading h2{
        font-size: 50px;
    }
    .logo-box a {
        margin-left: 0px;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}