.ourTechnologies{
    padding:10px;
    background:rgb(234 251 253);
}
.technologyBox
{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin:30px auto;
}
.technolog_img_box{
    padding:20px 60px 10px;
}
.technology_box
{
    margin:10px;
    background:#fff;
    width:200px;
    height:150px;
    border: 1px solid #0000000f;
    box-shadow: rgb(99 99 99 / 0%) 0px 0px 4px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.technolog_title
{
    font-weight: 600;
    margin-top: 0px!important;
}
/*=========================*/
.web_app_services{
  background: #f5f5f573;
}

.services-block-three{
  margin-bottom: 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;

}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #1bb1dc;
    border-right: 2px solid #1bb1dc;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #1bb1dc;
    border-left: 2px solid #1bb1dc;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
      color: #757575;
    font-size:14px;
}
.p_title
{
    font-size:14px;
}
.services-block-three>a:hover {
    opacity: 1;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}
/*===============================================================*/
.ourProjects{
    margin:30px auto;
}
.main_img .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main_img .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main_img .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main_img .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main_img .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


