/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 17-Feb-2023, 12:46:51 PM
    Author     : soniya
*/

  /* For mobile phones: */
   @media only screen and (max-width:620px) {
   .technology-page .tabs li { 
   font-size:11px;
   padding: 10px 9px;
   }
   } 
    .card{
        border-width:0.0625rem;
    }
 .ms-3 {
	margin-left: 1rem !important;
}
.d-grid{
    display: grid;
}
.proj{
    width:199.2px;margin-right:42px;/* 25px;*/
    margin-left:33px;
    margin-bottom: 20px;
    float:left;
}
.card-text{
      /* color: #677788; */
      color: #212529;
    font-size: .875em;
}
.card-title:not(:last-child) {
    margin-bottom: 0.5rem;
}
.card-transition:focus, .card-transition:hover {
    transform: translateY(-0.1875rem)!important;
}
.card-transition {
    transition: all .2s ease-in-out;
}

.gradient-y-sm-primary{
        background-image:linear-gradient(to bottom,transparent,rgba(55,125,255,.075));
    }
    .content-space-b-2{
        padding-bottom:5rem;
    }
    .shape-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.shape {
    position: absolute;
    z-index: -1;
}
.zi-n1{
    z-index: -1!important;
}
.zi-2 {
    z-index: 2!important;
}