
/* This is for body */
html, body {
    overflow-x: hidden;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;

}


/* This is for navbar */
.navbarcolor{
    background-color:whitesmoke;
    width: 100%;
    line-height: 60px;
    
}
.dropdowntext{
    color: black;
    text-decoration: none;
}

.nav-item.dropdown.show a { 
    color:black; 
} 
a{
    text-decoration: none;
}

.itemdropdown{
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
            
  }

  .itemdropdown:hover{
      text-decoration: none;
      background-color: lightgray;
  }
/* This is for logo */
.logo{

float: left;
margin-left: 10px;
width: 160px;
height: 40px;


}
/* This is for navitems a */
.nav-items a{
    color: black;
    font-weight: bold;
    margin-left: 20px;
    padding: 0px 10px;
    text-align: initial;
}
.nav-items a:hover{
    color: black;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: lightsteelblue;
    

}


/* This is for mainheading */
    .mainheading{
        text-align: center;
        font-size:45px;
        text-transform: capitalize;
    }

     .heading{

    text-transform: capitalize;
    font-size: 40px;
    text-align: left;
    color: navy;
    

     }
     /* heading text */

     .text{
        font-size: 18px;


     }
     
/* This is for button */
    .readmorebutton{
            color:white;
            background-color:royalblue;
            height: 35px;
            text-align: center;
            width: 100px;
            padding: 3px 3px;
            border-radius: 5px;
            border: none;
            text-decoration: none;
            }

.readmorebutton:hover{
    background-color: darkblue;
    transition: 0.7s;



}
/* This is for hr */
 .hrinservices{
border: 2px solid gray;
    }


/* This is for images */
.softdevImg{
    height: 300px;
    width: 360px;
    vertical-align: center;
    margin-top: 50px;
    
}

.deployImg{
    height: 320px;
    width: 360px;
    vertical-align: center;
    margin-top: 50px;
    
}


.maintainImg{
    height: 260px;
    width: 365px;
    vertical-align: center;
    margin-top: 50px;

}
.datasolImg{
    height: 300px;
    width: 380px;
    vertical-align: center;
    margin-top: 50px;
    
}
.uiuxImg{
    height: 310px;
    width: 280px;
    vertical-align: center;
    margin-top: 50px;

}

.opensourceimg{
    width: 500px;
    max-width: 100%;
    

}
.projectmanageimg{
    width: 500px;
    max-width: 100%;



}

/* This is for footer */
  .footerBg{
    
    background-color:royalblue;
    
}

  .footerpoints{
    color:white;
    
    }
    .listyle{
        list-style-type: none;
        color: gray;
    }
    
    .listyle:hover{
        text-decoration: none;
        color: gray;
    }

    .footerpoints:hover{
        color:black;
        text-decoration: none; 
    
    }

    .hrinservices{
        width: auto;
    }
    .contacttext{
color: white;


    }
    .contactimg{
width: 25px;
height: 25px;

    }
    
    
/* This is for socialicons  */

.socialicon{
width: 40px;
height: 40px;



}
.socialicon:hover{    
color: white;
width: 40px;
height: 40px;
transition-delay: initial;
background-color: royalblue;
border-radius: 12px;
transition: 0.5s;


}

/* This is for copyright */
.copyright{

background-color: lightgray;
height: 60px;


}
/* Contact us image */
.image { 
     
    width: 100%;
    padding-top: 50px;


 }

 

 /* about us */
 .aboutusImage{
    width: 100%;
    padding-top: 50px;
    

 }
 .aboutimg{
width: 360px;
height:360px;
margin-top: 120px;


 }
 .cardimg{
     
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 50%;

 }
 .card:hover{
box-shadow: 6px 6px 8px gray;


 }

 .cursor{
color: darkgray;


 }
.cursor:hover{
color:black;
font-weight: 500;

}
