

/******* Section 1 Banner ********/

.banner_right img{
    height: 100%;
    width: 100%;
}


/****** Services ******/

.insho{
    top: -40px;
    left: 40px;
}

/********* skills section 5 **********/

.ski{
    height: 55px;
    width: 55px;
}



/********* media query for mobiles *********/

@media only screen and (max-width: 992px) {


/* .parth{
    height: auto !important;
} */

/* banner */

.bbmob{
    padding-top: 33%;
    padding-bottom: 10%;
   
}

.bbmob1 h4{
    font-size: 24px;
    line-height: 40px;
}

.bbmob1 button{
   width: 100% !important;
}

.bbmob2 button{
    margin: 0px 6px !important;
}

.bbmob3 img{
    padding-top: 50px;
    padding-bottom: 1px;
}

/* team */

.ttm h1{
    padding-top: 18%;
} 

.ttm h4{
    font-size: 24px;
    line-height: 43px;
}

.ttm1{
    margin-bottom: 23px ;
}


/* process */

.ppr h1{
    font-size: 24px;
}

/* info */

.info1 h4{
    margin-top: 12%;
    font-size: 24px;
}

.info2 img{
    padding: 50px 0px;
    
}

/* skill */

.sklwid{
    width: 33.33% !important;
}

.skl{
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}

.sklspace{
    padding-bottom: 40px !important;
}


.skillshd:hover{
    color: white ;
    background-color: #121212;
    border-radius: 10px;
    padding: 20px 0px !important;
}



}