
.card {
  border: none;
}

.card-img {
  border-radius: 0;
}

.vgr-cards .card {
  display: -webkit-box;
  display: flex;
  flex-flow: wrap;
  -webkit-box-flex: 100%;
          flex: 100%;
  margin-bottom: 40px;
}
.vgr-cards .card:nth-child(even) .card-img-body {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.vgr-cards .card:nth-child(even) .card-body {
  padding-left: 0;
  padding-right: 1.25rem;
}
@media (max-width: 576px) {
  .vgr-cards .card {
    display: block;
  }
}
.vgr-cards .card-img-body {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
    height:relative;
}
@media (max-width: 576px) {
  .vgr-cards .card-img-body .card-img{
    width: 100%;
    height: relative;
    margin-bottom: -150px;
  }
}




.vgr-cards .card-img {
  width: 100%;
  height: 128px;
  position: absolute;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1140px) {
  .vgr-cards .card-img {
    margin: 0;
    -webkit-transform: none;
            transform: none;
    max-width:  100%;
     height: auto;
  }
}
.vgr-cards .card-body {
  -webkit-box-flex: 2;
          flex: 2;
  padding: 0 0 0 1.25rem;
}
@media (max-width: 576px) {
  .vgr-cards .card-body {
    padding: 0;
  }
}
 #document .container {
  position: relative;
  padding-top: 132px;

}

@media (max-width: 992px) {
  #document .container {
    padding-top: 58px;
  }
}
 

 @media (max-width: 992px) {
  #document .container {
    padding-top: 58px;
  }
}

.div-border{
   border: 2px #ccccff;
  padding: 20px;
  border-radius: 35px;
  margin: auto;
  background-color: #e6e6ff;
  opacity: initial; 
  box-shadow: 25px 25px 50px #8080ff;

}

.div-border:hover{
   background-color: #ccccff;
     box-shadow: 25px 25px 50px  #ccccff;
     border: 2px #ccccff;
}

.Documentcontact .php-email-form button[type="submit"] {
    background: #106eea;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.Documentcontact .php-email-form .btntext-center {
    text-align: left !important;
    line-height: 1.25;
}
