
/* services */
.vectorformat{
background: #c89211;

}
.vectorformat h2{
  color: white;

}
.vectorformat p{
  color: white;

}
.vectorformat a{
  background: white;
  color: black;
  border:2px solid white;
  padding: 10px 30px;

}
.vectorformat a:hover{
  background:#c89211;
  color: #000;
  cursor: pointer;
}

.vectorfile{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 100px;
}
.vectorfile img{
    border-radius: 100%;
    margin:0px 0px 0px 20px;
    padding: 15px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
   
}



.customer{
  display: flex;

}
.customer h4{
  margin: 25px;

}
.customer img{
  border-radius: 100%;
  width: 30%;

}




/** contactpage **/
.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    border: 3px solid #c89211;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
  }

  .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }
  .formbold-input-flex > div {
    width: 50%;
  }

  .formbold-input-radio-wrapper {
    margin-bottom: 28px;
  }
  .formbold-radio-flex {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .formbold-radio-label {
    font-size: 14px;
    line-height: 24px;
    color: #07074D;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .formbold-input-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .formbold-radio-checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #DDE3EC;
    border-radius: 50%;
  }
  .formbold-radio-label .formbold-input-radio:checked ~ .formbold-radio-checkmark {
    background-color: #6A64F1;
  }
  .formbold-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .formbold-radio-label .formbold-input-radio:checked ~ .formbold-radio-checkmark:after {
    display: block;
  }

  .formbold-radio-label .formbold-radio-checkmark:after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    transform: translate(-50%, -50%);
  }

  .formbold-form-input {
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #DDE3EC;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    color: #07074D;
    outline: none;
    resize: none;
  }
  .formbold-form-input::placeholder {
    color: #536387;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .formbold-form-label {
    color: #07074D;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }

  .formbold-btn {
    text-align: center;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #6A64F1;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .paragraphs{
    line-height: 40px;
    font-size: 18px;

  }
  .divider{
    width: 100%;
    height: 3px;
    background: #c89211;

  }
.File-Formats {
    border: 0.5px solid silver;
    padding-top: 14px;
    border-radius: 26px;
    margin-left: 90px;
}
.File-Formats img{
  width: 20%;
}
.File-Formats h5{
    font-weight: 600;
    margin-top: 12px
}
.customer{
  width: 50%;

}
.Blogimg img{
    width: 100%;
    height: 200px!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.services .card{
  border-radius: 0px;
}
.card-body p{
    color: #000;
    font-family: "Lato",Sans-serif;
    font-size: 1.1em;
    --widgets-spacing: 20px;
    text-align: justify;
    font-size: 15px;
}
.Blogline{
    width: 100%;
    height: 0.5px;
    background: #c1b6b6;

}
.blogbox{
  min-height: 204px;;
}
.card{
  cursor: pointer;
}
.card span{
  font-size:14px;
}
.card-body a{
  font-size:14px;
}
.fotterimg img{
width: 100%;
height:20vh;

}

.card.blogbox {
  display: flex;
  flex-direction: column;
  height:450px;
}




