body, html {
    height: 100%;
  }
  
  body {
    background: #dddddd;
    color: #4c4d4d;
    font-family: "Poppins", sans-serif;
  }
    
  form {
    padding: 0;
    margin: 0;
    display: inline;
  }
  
  img {
    vertical-align: inherit;
  }
  
  a, a:focus {
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  a:hover, a:active {
    color: #025de4;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: underline;
  }
  
  a:focus, a:active,
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus,
  button:focus,
  button:active {
    outline: none;
  }
  
  p {
    line-height: 1.8;
  }
  
  blockquote {
    border-width: 0 0 0 5px;
    border-style: solid;
    border-color: #eee;
    padding: 10px 20px;
  }
  
  .rtl blockquote {
    border-width: 0 5px 0 0px;
  }
  
  iframe {
    border: 0 !important;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #252b33;
  }
  
  /* =================================== */
  /*  2. Helpers Classes
  /* =================================== */
  /* Box Shadow */
  .shadow-md {
    -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
  }
  
  /* Text Size */
  .text-0 {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
  
  .text-1 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
  
  .text-2 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  
  .text-3 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  
  .text-4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  
  .text-5 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
  
  .text-6 {
    font-size: 24px !important;
    font-size: 1.50rem !important;
  }
  
  .text-7 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
  
  .text-8 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
  
  .text-9 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
  
  .text-10 {
    font-size: 40px !important;
    font-size: 2.50rem !important;
  }
  
  .text-11 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  @media (min-width: 1200px) {
    .text-11 {
      font-size: 2.75rem !important;
    }
  }
  
  .text-12 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  @media (min-width: 1200px) {
    .text-12 {
      font-size: 3rem !important;
    }
  }
  
  .text-13 {
    font-size: calc(1.45rem + 2.4vw) !important;
  }
  @media (min-width: 1200px) {
    .text-13 {
      font-size: 3.25rem !important;
    }
  }
  
  .text-14 {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  @media (min-width: 1200px) {
    .text-14 {
      font-size: 3.5rem !important;
    }
  }
  
  .text-15 {
    font-size: calc(1.5rem + 3vw) !important;
  }
  @media (min-width: 1200px) {
    .text-15 {
      font-size: 3.75rem !important;
    }
  }
  
  .text-16 {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  @media (min-width: 1200px) {
    .text-16 {
      font-size: 4rem !important;
    }
  }
  
  .text-17 {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  @media (min-width: 1200px) {
    .text-17 {
      font-size: 4.5rem !important;
    }
  }
  
  .text-18 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  @media (min-width: 1200px) {
    .text-18 {
      font-size: 5rem !important;
    }
  }
  
  .text-19 {
    font-size: calc(1.65rem + 4.8vw) !important;
  }
  @media (min-width: 1200px) {
    .text-19 {
      font-size: 5.25rem !important;
    }
  }
  
  .text-20 {
    font-size: calc(1.7rem + 5.4vw) !important;
  }
  @media (min-width: 1200px) {
    .text-20 {
      font-size: 5.75rem !important;
    }
  }
  
  .text-21 {
    font-size: calc(1.775rem + 6.3vw) !important;
  }
  @media (min-width: 1200px) {
    .text-21 {
      font-size: 6.5rem !important;
    }
  }
  
  .text-22 {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  @media (min-width: 1200px) {
    .text-22 {
      font-size: 7rem !important;
    }
  }
  
  .text-23 {
    font-size: calc(1.9rem + 7.8vw) !important;
  }
  @media (min-width: 1200px) {
    .text-23 {
      font-size: 7.75rem !important;
    }
  }
  
  .text-24 {
    font-size: calc(1.95rem + 8.4vw) !important;
  }
  @media (min-width: 1200px) {
    .text-24 {
      font-size: 8.25rem !important;
    }
  }
  
  .text-25 {
    font-size: calc(2.025rem + 9.3vw) !important;
  }
  @media (min-width: 1200px) {
    .text-25 {
      font-size: 9rem !important;
    }
  }
  
  .text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18, .text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25 {
    line-height: 1.3;
  }
  
  /* Font Weight */
  .fw-100 {
    font-weight: 100 !important;
  }
  
  .fw-200 {
    font-weight: 200 !important;
  }
  
  .fw-300 {
    font-weight: 300 !important;
  }
  
  .fw-400 {
    font-weight: 400 !important;
  }
  
  .fw-500 {
    font-weight: 500 !important;
  }
  
  .fw-600 {
    font-weight: 600 !important;
  }
  
  .fw-700 {
    font-weight: 700 !important;
  }
  
  .fw-800 {
    font-weight: 800 !important;
  }
  
  .fw-900 {
    font-weight: 900 !important;
  }
  
  /* Opacity */
  .opacity-0 {
    opacity: 0;
  }
  
  .opacity-1 {
    opacity: 0.1;
  }
  
  .opacity-2 {
    opacity: 0.2;
  }
  
  .opacity-3 {
    opacity: 0.3;
  }
  
  .opacity-4 {
    opacity: 0.4;
  }
  
  .opacity-5 {
    opacity: 0.5;
  }
  
  .opacity-6 {
    opacity: 0.6;
  }
  
  .opacity-7 {
    opacity: 0.7;
  }
  
  .opacity-8 {
    opacity: 0.8;
  }
  
  .opacity-9 {
    opacity: 0.9;
  }
  
  .opacity-10 {
    opacity: 1;
  }
  
  /* Background light */
  .bg-light-1 {
    background-color: #e9ecef !important;
  }
  
  .bg-light-2 {
    background-color: #dee2e6 !important;
  }
  
  .bg-light-3 {
    background-color: #ced4da !important;
  }
  
  .bg-light-4 {
    background-color: #adb5bd !important;
  }
  
  /* Background Dark */
  
  .bg-dark-2 {
    background-color: #fff  !important;
  }

  
  /* Progress Bar */
  .progress-sm {
    height: 0.5rem !important;
  }
  
  .progress-lg {
    height: 1.5rem !important;
  }
  
  hr {
    opacity: 0.1;
  }
  
  /* =================================== */
  /*  3. Layouts
  /* =================================== */
  #main-wrapper {
    background: #fff;
    background-image: url(../img/background.webp);
    background-size: cover;
  }
  
  .section {
    position: relative;
    padding: 104px 0;
    padding: 6.5rem 0;
    overflow: hidden;
  }
  
  @media (max-width: 575.98px) {
    .section {
      padding: 3.5rem 0;
    }
  }
  /*== Fullscreen Height ==*/
  .fullscreen {
    min-height: 100vh !important;
  }
  
  /*== Fullscreen Height ==*/
  .fullscreen-with-header {
    min-height: calc(100vh - 67px) !important;
  }
  

 
  
  /*=== 5.2 List Style ===*/
  .list-style-1 > li {
    position: relative;
    list-style-type: none;
    line-height: 24px;
  }
  .list-style-1 > li:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: -15px;
    border-color: #000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .rtl .list-style-1 > li:after {
    right: -15px;
    left: auto;
    border-color: #000;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .list-style-2 {
    padding: 0;
  }
  
  .list-style-2 > li {
    list-style-type: none;
    border-bottom: 1px solid #eaeaea;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  .list-style-2.list-style-light > li {
    border-bottom: 1px solid rgba(250, 250, 250, 0.12);
  }
  
  
  /*=== 5.8 Magnific Popup ===*/
  .mfp-bg {
    z-index: 1062;
  }
  
  .mfp-wrap {
    z-index: 1063;
  }
  
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: .9;
  }
  
  
  /*=== 6.1 Social Icons ===*/
  .social-icons {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  .social-icons li {
    margin: 2px 6px;
    padding: 0;
    overflow: visible;
  }
  .social-icons li a {
    display: block;
    height: 35px;
    line-height: 26px;
    width: 35px;
    border: 1px solid #eee;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .social-icons li a:hover{
    border: 1px solid #163c33;
    color: #fff;
    background-color: #163c33;
    transition: 1s;
  }
  .social-icons li i {
    line-height: inherit;
  }
  .social-icons.social-icons-sm li {
    margin: 2px 4px;
  }
  .social-icons.social-icons-sm li a {
    font-size: 14px;
  }
  .social-icons.social-icons-lg li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 22px;
  }

  
  /* =================================== */
  /*  7. Extras
  /* =================================== */
  /* Bootstrap Specific */
  .form-control, .custom-select {
    border-color: #dae1e3;
    font-size: 15px;
    color: #656565;
  }
  
  .form-control:not(.form-control-sm) {
    padding: 0.7rem 0.96rem;
    height: inherit;
  }
  
  .form-control-sm {
    font-size: 14px;
  }
  
  .icon-group .form-control {
    padding-left: 44px;
  }
  
  .icon-inside {
    position: absolute;
    width: 50px;
    height: 54px;
    left: 0;
    top: 0;
    pointer-events: none;
    font-size: 18px;
    font-size: 1.125rem;
    color: #c4c3c3;
    z-index: 3;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .form-control-sm + .icon-inside {
    font-size: 0.875rem !important;
    font-size: 14px;
    top: calc(50% - 13px);
  }
  
  select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
    height: auto;
    padding-top: .700rem;
    padding-bottom: .700rem;
  }
  
  .custom-select:not(.custom-select-sm) {
    height: calc(3.05rem + 2px);
    padding-top: .700rem;
    padding-bottom: .700rem;
  }
  
  .col-form-label-sm {
    font-size: 13px;
  }
  
  .custom-select-sm {
    padding-left: 5px !important;
    font-size: 14px;
  }
  
  .custom-select:not(.custom-select-sm).border-0 {
    height: 3.00rem;
  }
  
  .form-control:focus, .custom-select:focus {
    -webkit-box-shadow: 0 0 5px rgb(201 137 18 / 50%);
    box-shadow: 0 0 5px rgb(201 137 18 / 50%);
  }
  
  .form-control:focus[readonly] {
    box-shadow: none;
  }
  
  .input-group-text {
    border-color: #dae1e3;
    background-color: #f1f5f6;
    color: #656565;
  }


  .form-control::-webkit-input-placeholder {
    color: #b1b4b6;
  }
  .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #b1b4b6;
  }
  .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #b1b4b6;
  }
  .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    /* IE 10+ */
    color: #b1b4b6;
  }
  
    
  .form-control.error {
    border-color: #E42C3E;
  }
  
  label.error {
    display: none !important;
  }
  
  .btn {
    padding: 0.8rem 2.6rem;
    font-weight: 500;
    border-width: 2px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .btn-sm {
    padding: 0.5rem 1rem;
  }
  
  .btn:not(.btn-link) {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  }
  .btn:not(.btn-link):hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .input-group-append .btn, .input-group-prepend .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .input-group-append .btn:hover, .input-group-prepend .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn:not(.btn-sm) {
    padding: .65rem 2rem;
  }
  
  .input-group > .input-group-append > .btn, .input-group > .input-group-prepend > .btn {
    padding: 0 0.75rem;
  }
  
  .bg-primary, .badge-primary {
    background-color: #0d6efd !important;
  }
  
  .bg-secondary {
    background-color: #6c757d !important;
  }
  
  .text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
    color: #0d6efd !important;
  }
  
  .btn-link:hover {
    color: #025de4 !important;
  }
  
  .text-secondary {
    color: #222 !important;
  }
  
  .text-light {
    color: #dee3e4 !important;
  }
  
  .text-body {
    color: #4c4d4d !important;
  }
  
  a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #025de4 !important;
  }
  
  .border-primary {
    border-color: #0d6efd !important;
  }
  
  .border-secondary {
    border-color: #6c757d !important;
  }
  
  .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-primary:hover {
    background-color: #025de4;
    border-color: #025de4;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #025de4;
    border-color: #025de4;
  }
  
  .btn-primary.focus, .btn-primary:focus {
    background-color: #025de4;
    border-color: #025de4;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
  }
  
  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  .btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
  }
  
  .progress-bar,
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active {
    background-color: #0d6efd;
  }
  
  .page-item.active .page-link,
  .custom-radio .custom-control-input:checked ~ .custom-control-label:before,
  .custom-control-input:checked ~ .custom-control-label::before,
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
  .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  
  .list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  
  .page-link {
    color: #0d6efd;
  }
  .page-link:hover {
    color: #025de4;
  }
  
  /* Pagination */
  .page-link {
    border: none;
    border-radius: 0.25rem;
    margin: 0 0.22rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .page-link:hover {
    background-color: #e9eff0;
  }
  
  
  /* reCaptcha */
  #recaptcha-v2.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  

  .main-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .footer{
    background: #000;
    color: white;
    padding: 15px 0px;
    position: absolute;
    width: 100%;
    bottom: 0px;
  }

  .footer-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pb-60{
    padding-bottom: 60px;
  }
  .btn-primary {
    background-color: #163c33;
    border-color: #163c33;
    color: #fff !important;
    transition: 1s;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background-color: #ac7611 ;
    border-color: #ac7611 ;
    transition: 1s;
}

.float-right{
    float: right;
}

 .auriz{
    width: 55px;
}

.modal-header{
  background-color: #e0e0e0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 1rem 1.5rem;
}

.btn-close{
  background: transparent url(../img/close.png) center/1em auto no-repeat;
}

.certificate-content h3{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #111;
    margin-bottom: 20px;
}

.certificate-div{
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.certificate-div h5, .certificate-div h6{
    margin-bottom: 0px;
    font-size: 15px;
}

.certificate-div h6{
    color: #555;
}

.certificate-div h5{
    font-weight: 600;
    color: #222;
}

.certfied{
  margin: 25px 0px 15px;
  text-align: center;
}

.certfied h5{
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
    font-size: 16px;
}

.certfied img{
    width: 120px;
}

.qr{
    text-align: center;
}

.qr img{
    width: 220px;
    margin-bottom: 18px;
}

.qr p{
    font-size: 13px;
}

@media (max-width: 1600px) {
 .text-14{
  font-size: 3.3rem !important;
 }
}

@media (max-width: 1366px) {
  .text-14{
   font-size: 3rem !important;
  }
 }

 @media (max-width: 1200px) {
  .text-14{
   font-size: 2.7rem !important;
  }
 }

 @media (max-width: 768px) {
  .logo-bx{
    margin: 0 auto;
  }
  .logo-bx img{
    width: 100px;
    margin-bottom: 10px;
  }
  .text-14 {
    font-size: 2rem !important;
}
.footer{
  bottom: auto !important;
}
.footer-div {
  flex-direction: column;
  gap: 10px;
}

 }

.logo img {
  height: 80px;
}

img.zewer {
  margin: 0 auto;
  height: 90px;
  object-fit: contain;
}