*{
    font-family: 'Poppins', sans-serif;
}




/* header */
.phimg img, .emimg img{
    width: 18px;
    margin-right: 20px;
}
.phone, .mail{
    display: flex;
    align-items: center;
}
.phone{
    border-right: 1px solid #d8d8d8;
    padding-right: 20px;
}
.phone p, .mail p{
    margin-bottom: 0rem;
}
.mail{
    margin-left: 20px;
}
.hed1{
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hed2 img{
    width: 17px;
    margin-right: 20px;
}
.head{
    border-bottom: 1px solid #d9d9d9;
}
.mainlogo img{
    width: 100px;
}
.butn button span img{
    width: 25px;
}
.butn button{
    background-color: #4285f4;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    margin-left: 30px;
}
.butn button:hover{
   background-color: #0757d7;
   color: white;
}
.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}

.nav-link{
    color: black !important;
    font-weight: 500 !important;
    padding: 0px 30px !important;
}
.nav-link:hover{
    color: #ea4335 !important;
}
.nvbr {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 999;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12);
}
@media screen and (max-width:992px) {
    .phone p, .mail p{
        font-size: 13px;
    }  
    .hed2 img{
        width: 14px; 
    }
    .phimg img, .emimg img{
        width: 14px;
    }
    .mainlogo img{
        width: 80px;
    }
}
@media screen and (max-width:991px) {
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: rgb(255, 255, 255) !important;
        z-index: 999;
        padding-left: 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .butn button{
        margin-bottom: 20px;
    }
    .nav-link{
        padding: 10px 0px !important;
    }
    .butn button{
        margin-left: 0px;
    }
}
@media screen and (max-width:767px){
    .menu{
        font-size: 15px !important;
    }
    .butn button{
        font-size: 15px;
    }
    .head{
        display: none;
    }
}
@media screen and (max-width:575px){
    .heads{
        display: block !important;
    }
    
}
@media screen and (max-width:425px){
    .phimg img, .emimg img{
       margin-right: 10px;
    }
    .phone p, .mail p{
        font-size: 10px;
    }
    .butn button{
        padding: 5px 10px;
    }
    .mainlogo img{
        width: 60px;
    }
}
.heads{
    display: flex;
    align-items: center;
}


/* part1 */
.green h5{
    font-weight: 500;
    color: #34a853;
}
.green h1{
    font-size: 45px;
    line-height: 65px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 40px;
}
.green button{
    background-color: #34a853;
    border: none;
    padding: 10px 30px;
    color: white;
    border-radius: 30px;
    font-size: 16px;
}
.green button:hover{
    background-color: transparent;
    color: #34a853;
    border: 1px solid #34a853;
}
@media screen and (max-width:1400px) {
    .green h1{
        font-weight: 600;
        margin-top: 35px;
        margin-bottom: 60px;
    }
    .part1{
        height: 600px !important;
    }
}
@media screen and (max-width:1200px){
    .green h1{
        font-size: 35px;
        line-height: 50px;
        margin-top: 25px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:992px){
    .part1{
        height: 400px !important;
    }
    .green h1{
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .green h5{
        font-size: 18px;
    }
    .green button{
        padding: 10px 30px;
        font-size: 15px;
    }
}
@media screen and (max-width:767px){
    .green h1{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .green button{
        padding: 8px 20px;
        font-size: 12px;
    }
}
@media screen and (max-width:575px){
    .part1{
        height: 450px !important;
        background-position: left !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .green h1{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .green button{
        padding: 5px 10px;
        font-size: 10px;
    }
    .green{
        text-align: center;
    }
}
@media screen and (max-width:425px){
    .part1{
        height: 350px !important;
    }
    .green h1{
        margin-top: 7px;
        margin-bottom: 10px;
        font-size: 28px;
    }
    .green h5{
        font-size: 16px;
    }
}
@media screen and (max-width:375px){
       .green h1{
        margin-top: 0px;
        margin-bottom: 10px;
    }
}
.part1{
    background-image: url(../images/Banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 730px;
    width: 100%;
}



/* part2 */
.service h5{
    color: #4285f4;
    font-weight: 500;
    margin-bottom: 30px;
}
.service h2{
    font-weight: 600;
    margin-bottom: 30px;
}
.work img{
    width: 600px;
}
.bluimg img{
    background-color: #4285f4;
    width: 70px;
    padding: 10px;
    border-radius: 10px;
    margin-right: 20px;
}
.subser h6, .subser h6{
    font-size: 20px;
    font-weight: 600;
}
/* */
.subser{
    margin-top: 15px;
}
.subserv1, .subserv2{
    display: flex;
    align-items: center;
}
.full{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 80px; 
}
@media screen and (max-width:1400px) {
    .work img{
        width: 600px;
        padding-top: 70px;
        padding-left: 70px;
    }
}
@media screen and (max-width:1200px){
    .service h2{
        margin-bottom: 20px;
    }
    .work img{
        width: 500px;
        padding-left: 0px;
    }
}
@media screen and (max-width:991px){
    .full{
        padding-left: 0px;
    }
    .service h2{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .service h5{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .work img{
        width: 400px; 
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .bluimg img{
        width: 60px;
        padding: 10px;
    }
    .work{
        text-align: center;
    }
    .part2{
        padding-bottom: 50px !important;
    }
}
@media screen and (max-width:768px){
    .work img{
        padding-bottom: 50px;
    }
    .subser p, .subser p{
        font-size: 15px;
    }
}
@media screen and (max-width:515px){
    .subser p{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .work img{
        width: 300px; 
    }
}
@media screen and (max-width:425px){
    .full{
        padding-top: 50px;
    }
    .service h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .part2{
        padding-bottom: 10px !important;
    }
    .service h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .subser p, .subser p{
        font-size: 13px;
    }
    .work img{
        width: 250px; 
        padding-bottom: 0px;
    }
    .bluimg img{
        width: 40px;
        padding: 5px;
    }
}
.part2{
    padding-bottom: 70px;
}


/* part3 */
.topic h5{
    font-weight: 500;
    color: #ea4335;
}
.topic h2{
    font-weight: 600;
    margin-bottom: 50px;
}
.topic{
    text-align: center;
}
.redimg img{
    background-color: #f66458;
    width: 50px;
    padding: 10px;
    border-radius: 10px;
}
.redimg h4{
    font-weight: 600;
    margin-left: 20px;
}
.redimg{
    display: flex;
    align-items: center;
}
.box p{
    /* font-size: 14px; */
    margin-top: 20px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boss{
    height: 100%;
}
.box{
    border: 1px solid #eeebeb;
    background-color: white;
    border-radius: 30px;
    padding: 30px;
    height: 100% !important;
    /* margin-bottom: 20px; */
}
@media screen and (max-width:1400px){
    .redimg h4{
        font-size: 23px;
    }
}
@media screen and (max-width:1200px){
   
}
@media screen and (max-width:991px) {
    .redimg img{
        width: 45px;
        padding: 5px;
    } 
    .topic h2{
        font-size: 26px;
    }
    .topic h5{
        font-size: 18px;
    }
    .redimg h4{
        font-size: 20px;
    }
}
@media screen and (max-width:768px){
    .box p{
        font-size: 15px;
    }
    .redimg h4{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width:520px){
    .redimg{
        display: block;
        text-align: center;
    }
    .redimg h4{
        margin-left: 0px;
        margin-top: 10px;
    }
    .box p{
        margin-top: 5px;
    }
}
@media screen and (max-width:430px){
    .box{
        padding: 15px;
    }
    
}
@media screen and (max-width:425px){
    .topic h2{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .topic h5{
        font-size: 16px;
    }
    .box p{
        font-size: 13px;
    }
    .redimg img{
        width: 40px;
    }
    .redimg h4{
        font-size: 16px;
    }
    .part3 {
        margin-top: 2rem!important;
    }
}
.part3{
    background-color: #fff8f8;
    padding-top: 10px;
    padding-bottom: 50px;
}


/* part4 */
.ringcont h5{
    font-weight: 500;
    margin-bottom: 30px ;
    color: #f2771a;
}
.ringcont .para{
    color: black;
    margin-bottom: 20px;
}
.ringcont h2{
    font-weight: 600;
    margin-bottom: 30px;
}
.ringcont button{
    background-color: white;
    color: #f2771a;
    border: 1px solid #f2771a;
    padding: 11px 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
}
.ringcont button:hover{
    background-color: #f2771a;
    color: white;
}
.ringcont{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.ringimg{
    position: relative;
}
.ring img{
    width: 350px;
    border-radius: 40px; 
}
.serimg img{
    position: absolute;
    width: 350px;
    border-radius: 40px;
    margin-left: 0px;
    top: 120px;
}
.exp1 h2, .exp2 h2{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0.0rem;
}
.exp1 p, .exp2 p{
    margin-bottom: 0rem;
}
.exp1{
    background-color: #ffecb5;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    width: 180px;
    height: 100px;
    margin-right: 20px;
    margin-top: 0px;
    padding-top: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.ring{
    display: flex;
}
.exp2{
    background-color: #ffceaa;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    width: 180px;
    height: 100px;
    margin-left: 370px;
    margin-top: 23px;
    z-index: -999;
    padding-top: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.serimg{
    display: flex;
}
@media screen and (max-width:1400px) {
    .exp1 h2, .exp2 h2{
        font-size: 30px;
    }
    .exp1 p, .exp2 p{
        font-size: 18px;
    }
    .exp1, .exp2{
        
        height: 100px;
        width: 200px;
    }
    .exp1{
        margin-top: 0px;
    }
    .exp2{
        margin-top: 20px;
    }
    .serimg img{
        top: 120px;
    }
    .ringcont button{
        padding: 10px 35px;
        font-size: 16px;
    }
}
@media screen and (max-width:1199px){
    .ringimg{
       margin-bottom: 50px;
       
    }
    .ringcont h2{
        margin-bottom: 15px;
    }
    .ringcont h5{
        margin-bottom: 15px;
    }
    .ring{
        justify-content: center;
    }
    .serimg img{
        margin-left: 0px;
        margin-right: 220px;
    }
    .serimg{
        justify-content: center;
    }
}
@media screen and (max-width:991px){
    .ringcont h2{
        font-size: 26px;
    }
    .ringcont h5{
        font-size: 18px;
    }
    .ring img{
        width: 200px;
        border-radius: 25px; 
    }
    .serimg img{
        width: 200px;
        top: 100px;
        margin-right: 180px;
        border-radius: 25px; 
    }
    .exp1 h2, .exp2 h2{
        font-size: 20px;
    }
    .exp1 p, .exp2 p{
        font-size: 15px;
    }
    .exp1, .exp2{
        height: 80px;
        width: 170px;
    }
    .exp1{
        margin-right: 15px;
    }
    .exp2{
        margin-left: 220px;
    }
}
@media screen and (max-width:767px) {
    .ringcont .para{
        font-size: 15px;
    }
}
@media screen and (max-width:575px) {
    .exp1 h2, .exp2 h2{
        font-size: 15px;
    }
    .exp1 p, .exp2 p{
        font-size: 13px;
    }
    .exp1, .exp2{
        padding-top: 5px;
        height: 60px;
        width: 150px;
        border-radius: 15px;
    }
    .ring img{
        width: 200px;
    }
    .serimg img{
        width: 200px;
        top: 80px;
        margin-right: 160px;
    }
    .ringcont button{
        padding: 10px 30px;
        font-size: 13px;
    }
}
@media screen and (max-width:425px) {
    .exp1 h2, .exp2 h2{
        font-size: 12px;
    }
    .exp1 p, .exp2 p{
        font-size: 10px;
    }
    .exp1, .exp2{
        height: 45px;
        width: 110px;
        border-radius: 10px; 
    }
    .exp1{
        margin-right: 10px;
    }
    .exp2{
        margin-left: 170px;
        margin-top:12px;
    }
    .ring img{
        width: 150px;
        border-radius: 20px; 
    }
    .serimg img{
        width: 150px;
        top: 56px;
        margin-right: 110px;
        border-radius: 20px; 
    }
    .ringcont p{
        display: -webkit-box;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow: ellipsis;
    }
    .ringcont button{
        padding: 8px 15px;
        font-size: 10px;
    }
    .ringcont h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ringcont h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ringcont .para{
        margin-bottom: 10px;
        font-size: 13px;
    }
    .part4{
        margin-bottom: -20px !important;
    }
}
.part4{
    margin-bottom: 50px;
}


/* part5 */
.store h2{
    font-weight: 600;
    margin-bottom: 30px;
}
.store p{
    margin-bottom: 30px;
}
.app img{
    width: 120px;
    margin-right: 10px;
}
.store{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;

}
.hand img{
    width: 600px;
}
@media screen and (max-width:1400px) {
    .hand img{
        width: 550px;
    }
    .store{
        padding-top: 100px;
    } 
}
@media screen and (max-width:1100px){
    .hand img{
        width: 450px;
    }
}
@media screen and (max-width:991px){
    .store{
        padding-top: 0px;
    } 
    .store p{
        margin-bottom: 15px;
    }
    .store h2{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .hand img{
       padding-bottom: 50px;
    }
    .hand{
        text-align: center;
    }
    .part5{
        margin-bottom: 50px;
        margin-top: 0px !important;
    }
    .smart{
       flex-direction: column-reverse ;
    }
}
@media screen and (max-width:767px){
    .store p{
        font-size: 15px;
    }
    .app img{
        width: 100px;
    }
}
@media screen and (max-width:575px){
    .hand img{
        width: 350px;
        padding-top: 30px;
    }
}
@media screen and (max-width:425px){
    .store h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .store p{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .hand img{
        width: 250px;
    }
    .app img{
        width: 80px;
    }
}
.part5{
    margin-bottom: 50px;
    margin-top: 80px;
}


/* footer */
.second a, .third a{
    text-decoration: none;
    display: block;
    color: black;
    /* font-size: 16px; */
    line-height: 40px;
}
.second h4, .third h4, .forth h4{
    font-weight: 600;
    margin-bottom: 20px;
}
.second, .third, .forth{
    padding-top: 50px;
}
.logo img{
    margin-bottom: 25px;
    width: 100px;
}
.light img{
    width: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.call, .email, .address{
    display: flex;
}
.forcol{
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
    padding-top: 30px;
}
.right img{
    width: 18px;
    margin-left: 20px;
}
.end{
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}
.left p{
    margin-bottom: 0rem;
}
.second a:hover, .third a:hover{
    color: #0757d7;
}
.accordion-button{
    box-shadow: none !important;
}
@media screen and (max-width:1399px) {
    .logo img{
        margin-bottom: 20px;
    }
    /* .second a, .third a{
        font-size: 13px;
    } */
    .second, .third, .forth{
        padding-left: 0px;
        padding-top: 10px;
    }
    /* .call p, .email p, .address p{
        font-size: 13px;
    } */
}
@media screen and (max-width:991px){
    /* .left p{
        font-size: 13px;
    }
    .first p{
        font-size: 14px;
    } */
    .right img{
        width: 14px;
    }
    .logo img{
        width: 80px;
    }
    .end{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .foot{
        display: none;
    }
    .second h4, .third h4, .forth h4{
        margin-bottom: 20px;
    } 
    .accordion-button{
        padding: 0px !important;
        background-color: #ecf3ff !important;
    }
}
@media screen and (min-width:992px){
    .foot2{
        display: none;
    }
}
@media screen and (max-width:767px){
    .end{
        display: block;
    }
    .right img{
        margin-right: 20px;
        margin-left: 0px;
    }
    .first p{
        font-size: 15px;
    }
    .second a, .third a{
        font-size: 15px;
    }
    .call p, .email p, .address p{
        font-size: 15px;
    }
}
@media screen and (max-width:575px){
    .left p{
        font-size: 13px;
    }
    .right img{
        margin-left: 0px;
        margin-right: 20px;
    }
}
@media screen and (max-width:425px){
    .logo img{
        width: 60px;
    }
    .second h4, .third h4, .forth h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .light img{
        width: 14px;
    }
    .left p{
        font-size: 10px;
    }
    .foot2{
        border-radius: 30px !important;
        margin: 0px 15px !important;
    }
    .first p{
        font-size: 13px;
    }
    .second a, .third a{
        font-size: 13px;
        line-height: 25px;
    }
    .call p, .email p, .address p{
        font-size: 13px;
    }
}
.foot, .foot2{
    background-color: #ecf3ff;
    border-radius: 50px;
    padding: 0px 35px !important;
    margin: 0px 30px 30px 30px;
}