*, ::after, ::before {
    box-sizing: border-box;
    margin: 0;
}
.certificateheader,
.footerwrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.certificate-mainwrapper{
  width: 100%;
  max-width: 1123px;   
  margin: 0 auto;
  border: 1px solid #bbb;
  padding: 10px;
  border-radius: 8px;
  margin-top: 50px;
}
.certificatewrapper{
  background: url("../images/certificate/border.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.certificatewrapper h5{
  color: #2d2d2d;
  font-family: 'Briem Hand';font-size: 15px; font-weight: 800;
  text-align: center;
  margin-top: 15px;
}
.corner-images{
  background: url("../images/certificate/flower-topleft.png") top left no-repeat,
              url('../images/certificate/flower.png') bottom right no-repeat;
}
.certificate-content{
  padding: 2% 3%; 
}
.fvtrs-logo{
  margin-left: 50px;
}
.certificatetitle{
  width: 80%;
}
.candidate-section,
.candidate-id{
  width: 130px;
  margin:  auto;
  text-align: center;
}
.candidate-section img{
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border: 2px solid #492A0E;
}
.candidate-id{
  border: 1px solid #613c1c;
  border-radius: 20px;
  position: relative;
  top: -10px;
  font-family: 'Crimson Text';font-size: 12px;font-weight: 700;
  color: #6d3501;
  padding: 5px 0;
  background: #fff;
}
.text-blur{
  background: url('../images/certificate/blurr.png');
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  border-radius: 20px;
}
.certificate-text{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.certificate-text h1{
  font-family: "Agdasima";
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 10px;
  color: #492A0E;
}
.certificate-text p{
  font-family: 'Inter';
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  font-style: italic;
}
.logorow{
  display: flex;
  align-items: center;
  margin: 50px auto;
  justify-content: space-between;
  padding: 0 50px;
}
.qr-wrapper img{
    width: 100px;
}
.url{
  font-size: 8px;
  font-weight: 900;
  text-align: center;
}
.rolesignature {
  text-align: center;
  border-top: 1px solid #000;
}
.rolesignature p{
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 0;
  font-family: 'Inter';
}
.address{
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  font-family: 'Inter';
  color: #3e1e00;
  font-size: 14px;
}
@media (min-width: 1024px) and (max-width: 1299.98px) { 
  .fvtrs-logo {
    margin-left: 25px;
}
  .certificatetitle {
    width: 60%;
  }
  .certificate-text{
    width: 100%;
  }
  .logorow {
      padding: 10px 40px;
      margin: 5px auto;
  }
  .qr-wrapper img {
    width: 70px;
  }
  .address {
      padding: 0 40px;
      font-size: 14px;
  }
}
@media (max-width: 992px) {
  .fvtrs-logo {
    width: 100%;
  }
  .certificatetitle {
    width: 50%;
  }
  .user-profile.container{
      max-width: 100%;
  }
  .certificateheader img.image-year{
      width: 50%;
  }
  .certificate-text{
    width: 100%;
  }
  .certificate-text p{
    font-size: 12px;
  }
  .logorow {
      padding: 10px 30px;
      margin: 10px auto;
  }
   .logorow img{
    width: 90px;
   }
   .certificate-text h1{
    font-size: 28px;
   }
   .certificatewrapper h5{
    margin-top: 0;
   }
  .address{
      padding: 0 30px;
      font-size: 12px;
  }
}
@media (max-width: 576px) {
  .certificateheader img{
    width: 100%;
  }
  .fvtrs-logo {
    margin-left: 10px;
  }
  .certificatewrapper{
    width: 100%;
  }
  .col-xs-3{
    width: 33.33%;
  }
  .certificate-header img{
    width: 100%;
  }
  .certificate-header img.image-year{
    width: 50%;
  }
  .certificate-text{
    width: 100%;
  }
  .certificate-text h1{
    font-size: 16px;
  }
  .certificate-text p{
    font-size: 14px;
  }
  .logo {
    margin-right: 5px;
  }
  .logo .qr-wrapper img{ 
    width: 50px;
  }
  .logo img {
    width: 100%;
  }
  .address {
    margin-bottom: 10px;
  }
}
/* preview All */
.certificate-preview .certificatewrapper h5{
  margin-top: 0;
}
.certificate-preview .candidate-section{
  margin: 0 auto;
}
.certificate-preview .certificate-text h1{
  margin-bottom: 0;
}
.certificate-preview .logorow{
  margin: 25px auto;
  padding: 0 15px;
}
.certificate-preview .image-certificate,
.certificate-preview .image-year{
  width: 60%;
  margin: 0 auto;
}
.certificate-preview .address{padding: 0 30px;}
.certificate-preview .certificate-text p{
  font-size: 14px;
}
.certificate-preview .fvtrs-logo {
  margin-left: 20px;
}
.certificate-preview .certificate-text{
  width: 100%;
}
/* preview All */
/* .qr-wrapper{
  position: relative;
}
.btn-gen-qr-wrapper {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    height: 115px;
}
.btn-secondary.btn-gen-qr {
    font-size: 14px;
    width: 100px;
    padding: 5px;
    text-align: center;
    margin-top: 30px;
}
.btn-secondary {
    background-color: #601F79;
} */