#about .container-fluid{
    padding: 0 5%;
}
.container-fluid{
    padding: 100px 5%;
}
.center{
    text-align: center;
}
*{
    font-family: "Montserrat", sans-serif;
}
/* navbar  */
.navbar{
    width: 100vw;
    position: fixed;
    z-index: 10;
    font-size: 12px;
    background-color: white;
}
.navbar.container-fluid{
    padding: 17px 5%;
}
.nav-link{
    text-transform: uppercase;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
/* for sidebar  */
.offcanvas{
    width: 300px;
}
.offcanvas li{
    text-align: center;
    border: 1px solid #C0C0C0;
    margin-bottom: 20px;
}
.navbar-nav{
    font-family: 'poppins';
    font-weight: 600;
}
.logo{
    height: 70px;
    width: 200px;
}

#landing-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    height: 100vh;
    width: 100vw;
}
#landing h1{
    font-weight: 700;
    font-size: 64px;
}
#landing h5{
    font-size: 17px;
}
#landing-content button{
    /* background: #9747FF; */
    color: white;
    border: none;
    padding: 15px 0;
    width: 200px;
    border-radius: 10px;
}
.slt{
    height: 60vh;
    background-color: #0c0c0c;
    opacity: .72;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}
.carousel-item {
    padding-bottom: 20px;
    padding-top: 120px;
}
.carousel{
    background-color: #252323;
    color: white;
}
.opaque{
    background-color: rgba(0, 0, 0, 0.548);
    padding: 10%;
    width: 100%;
}
#talk{
    padding: 128px 40px 128px 40px;
}
#about, #why{
    background-color: #d1d4d3;    
}
#about p, #why p{
    color: #4e5652;
}
#about img{
    width: 100%;
}
.rule{
    width: 80px;
    height: 5px;
    background-color: #1bae70;
}
#about .col-lg-7{
    padding: 50px;
}
#about h2, #why h2, #prods h2, #info h2{
    font-size: 48px;
    font-weight: 700;
}
#why h4 .no, #why h4{
    font-weight: 700;
    font-size: 24px;
}
#why h4 .no{
    color: #009ca6;
    display: block;
}
#prods{
    background: url(../img/giir.jpg) center no-repeat;
    background-size: cover;
    color: white;
    padding: 50px;
}
#prods .rule{
    margin: 0 auto 30px auto;
}
#subs{
    background-color: #009ca6;
    color: white;
}
#subs .container-fluid{
    padding: 30px 5%;
}
footer p{
    color: #4e5652
}
#landing-content.s{
    height: 50vh;
    text-align: center;
    background-color: #4e5652;
    color: white;
}
#landing-content.serve{
    background: url("../img/bgg.jpg") center top no-repeat;
    background-size: cover;
    color: white;
    height:auto;
    text-align: center;
    background-color: #4e5652;
    color: white;
}
#landing-content.serve .container-fluid{
    background-color: #0c0c0c;
    opacity: .72;
}
#contact .col-lg-6{
    padding: 20px;
}
.opt{
    padding: 15px;
    border: 1px solid black;
    border-radius: 9px;
}
#frames{
    background-color: #4c5253b0;
}
.frame{
    border: 2px solid white;
    font-size: 14px;
    color: white;
    
}
.frame img{
    /* width: 180px; */
    height: 100px;
}
#talk h3{
    font-size: 43px;
    color: black;
}
#talk h3 span{
    color: #009ca6;
}
#talk p{
    font-size: 15px;
    font-weight: 400;
}
#biz h3{
    font-size: 28px;
    padding-bottom: 14px;
    border-bottom: 2px solid #009ca6;
    display: inline-block;
    
}
#biz img{
    height: 180px;
    margin-bottom: 15px;
}
#biz h4{
    color: #009ca6;
    font-size: 19px;
}
#biz p{
    font-size: 14px;
}
#biz .col-lg-3{
    margin-bottom: 20px;
}
#biz hr{
    height: 6px;
    color: #009ca6;
    background-color: #009ca6;
}

/* laptop view  */
@media(min-width: 920px){
    #about .col-lg-7{
        padding-top: 150px;
    }
    #prods, #landing-content.s .container-fluid{
        padding: 50px 250px;
    }
    footer .col-lg-3{
        padding-right: 20px;
    }
}


/* mobile view  */
@media(max-width: 470px){
    .logo{
        height: 50px;
        width: 150px;
    }

    .slt{
        height: 50vh;
    }
    .carousel-caption {
        bottom: 10vh;
    }
    .carousel-caption.s{
        bottom: 2vh;
    }
    #landing h1 {
        font-size: 23px;
    }
    #talk{
        padding: 64px 24px 64px 24px;
        font-size: 22px;
    }
    #about h2, #why h2, #prods h2, #info h2{
        font-size: 24px;
    }
    footer .col-lg-3{
        padding-bottom: 30px;
    }
    #landing h5{
        font-size: 13px;
    }
}