* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.container
{
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    
}
.services-title
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.services-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -15px;
      
}

.title {
    margin-left: 15px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom:40px;
    text-align: center;
    top: 26px;
}

.services-title h2 span
{
    color: #3c44a9;
}
.services-title h2
{
    margin-top: -10px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: rgb(240, 240, 240);
    font-family:'Ubuntu',sans-serif;
}

.box
{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 33.333333%;
      border-radius: 3px soild white;
}
.ser-box
{
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 60px;
    min-height: 198px;
    text-align: center;
      border-style: solid;
  border-color: rgb(37, 37, 37);
    background-color: #0e0d0d;
  border-radius:  6px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(27, 0, 0, 0.17);
      border-style: solid -19px;
 
}


.ser-box h4
{
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
 
    margin-top: -10px;
    
}
.ser-box p
{
    color: #61648e;
    line-height: 24px;
    margin-top: 20px;
     
}
.ser-box:hover
{
    
	/* transform: translateY(-65px); */
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    /* cursor: pointer; */
    background-image: 
    linear-gradient(-45deg, #0e0d0d 0%, #0e0d0d 100%);
}

.ser-box:hover h4,
.ser-box:hover p
{
    color: #000000;
}



.services-box .box:nth-child(1) .ser-box:hover
{
    color: whi;
    background-image: 
   linear-gradient(-45deg, #0e0d0d 0%, #0e0d0d 100%);
}



.services-box .box:nth-child(3) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #0e0d0d 0%, #0e0d0d 100%);
}

.services-box .box:nth-child(4) .ser-box:hover
{
    background-image: 
   linear-gradient(-45deg, #0e0d0d 0%, #0e0d0d 100%);
}


.services-box .box:nth-child(5) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #0e0d0d 0%, #0e0d0d 100%);
}



.services-box .box:nth-child(6) .ser-box:hover
{
    background-image: 
   linear-gradient(-45deg, #0e0d0d 0%, #0e0d0d 100%);
}



/********-Responsive-************/

@media(min-width: 768px)
{
    .box
    {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}





@media(min-width: 600px)
{
    .box
    {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}



@media(min-width: 992px)
{
    .box
    {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}



@media(min-width: 414px)
{
    .box
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media(min-width: 370px)
{
    .box
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media(min-width: 320px)
{
    .box
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



#color{
    color:#fff
}
















    
    
    
    











