/*======================================
        01.  Start Basic Css
=======================================*/
body {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a:focus, a:hover, a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:focus, a:hover {
  outline: none;
}

.tz-header1-search1 input, .tz-nav-right-search1 input, input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
}

.tz-bg-primary {
  background-color: #0A22F4 !important;
}

.tz-bg-secondary {
  background-color: #EE4A62 !important;
}

.tz-bg-indigo {
  background-color: #8E56FF !important;
}

.tz-bg-danger {
  background-color: #FF7350 !important;
}

.tz-bg-warning {
  background-color: #FCB400 !important;
}

.tz-bg-info {
  background-color: #17a2b8 !important;
}

.tz-bg-light {
  background-color: #f8f9fa !important;
}

.tz-bg-dark {
  background-color: #343a40 !important;
}

.tz-bg-white {
  background-color: #ffffff !important;
}

.tz-bg-white-nutral-2 {
  background-color: #F0F4F5 !important;
}

.tz-bg-white-nutral-3 {
  background-color: #EBEFF0 !important;
}

.tz-bg-white-nutral-4 {
  background-color: #E5E5E5 !important;
}

.tz-bg-white-nutral-5 {
  background-color: #E7EAF4 !important;
}

.tz-bg-black {
  background-color: #181818 !important;
}

.tz-bg-black-nutral-2 {
  background-color: #212121 !important;
}

.tz-bg-black-nutral-3 {
  background-color: #4E4E4E !important;
}

.tz-bg-black-nutral-4 {
  background-color: #8A8A8A !important;
}

.tz-bg-black-nutral-5 {
  background-color: #000000 !important;
}

.tz-bg-black-nutral-6 {
  background-color: #0C0C0C !important;
}

.tz-text-primary {
  color: #1D8F41 !important;
}

.tz-text-secondary {
  color: #006837 !important;
}

.tz-text-indigo {
  color: #8E56FF !important;
}

.tz-text-danger {
  color: #FF7350 !important;
}

.tz-text-warning {
  color: #FCB400 !important;
}

.tz-text-info {
  color: #17a2b8 !important;
}

.tz-text-light {
  color: #f8f9fa !important;
}

.tz-text-dark {
  color: #343a40 !important;
}

.tz-text-white {
  color: #ffffff !important;
}

.tz-text-white-nutral-2 {
  color: #F0F4F5 !important;
}

.tz-text-white-nutral-3 {
  color: #EBEFF0 !important;
}

.tz-text-white-nutral-4 {
  color: #E5E5E5 !important;
}

.tz-text-white-nutral-5 {
  color: #E7EAF4 !important;
}

.tz-text-black {
  color: #181818 !important;
}

.tz-text-black-nutral-2 {
  color: #212121 !important;
}

.tz-text-black-nutral-3 {
  color: #4E4E4E !important;
}

.tz-text-black-nutral-4 {
  color: #8A8A8A !important;
}

.tz-text-black-nutral-5 {
  color: #000000 !important;
}

.tz-text-black-nutral-6 {
  color: #0C0C0C !important;
}

.tz-border-primary {
  border-color: #0A22F4 !important;
}

.tz-border-secondary {
  border-color: #EE4A62 !important;
}

.tz-border-indigo {
  border-color: #8E56FF !important;
}

.tz-border-danger {
  border-color: #FF7350 !important;
}

.tz-border-warning {
  border-color: #FCB400 !important;
}

.tz-border-info {
  border-color: #17a2b8 !important;
}

.tz-border-light {
  border-color: #f8f9fa !important;
}

.tz-border-dark {
  border-color: #343a40 !important;
}

.tz-border-white {
  border-color: #ffffff !important;
}

.tz-border-white-nutral-2 {
  border-color: #F0F4F5 !important;
}

.tz-border-white-nutral-3 {
  border-color: #EBEFF0 !important;
}

.tz-border-white-nutral-4 {
  border-color: #E5E5E5 !important;
}

.tz-border-white-nutral-5 {
  border-color: #E7EAF4 !important;
}

.tz-border-black {
  border-color: #181818 !important;
}

.tz-border-black-nutral-2 {
  border-color: #212121 !important;
}

.tz-border-black-nutral-3 {
  border-color: #4E4E4E !important;
}

.tz-border-black-nutral-4 {
  border-color: #8A8A8A !important;
}

.tz-border-black-nutral-5 {
  border-color: #000000 !important;
}

.tz-border-black-nutral-6 {
  border-color: #0C0C0C !important;
}

.tz-hover-bg-primary:hover {
  background-color: get-color(primary) !important;
}

.tz-hover-text-primary:hover {
  color: get-color(primary) !important;
}

.tz-hover-bg-secondary:hover {
  background-color: get-color(secondary) !important;
}

.tz-hover-text-secondary:hover {
  color: get-color(secondary) !important;
}

.tz-hover-bg-indigo:hover {
  background-color: get-color(indigo) !important;
}

.tz-hover-text-indigo:hover {
  color: get-color(indigo) !important;
}

.tz-hover-bg-danger:hover {
  background-color: get-color(danger) !important;
}

.tz-hover-text-danger:hover {
  color: get-color(danger) !important;
}

.tz-hover-bg-warning:hover {
  background-color: get-color(warning) !important;
}

.tz-hover-text-warning:hover {
  color: get-color(warning) !important;
}

.tz-hover-bg-info:hover {
  background-color: get-color(info) !important;
}

.tz-hover-text-info:hover {
  color: get-color(info) !important;
}

.tz-hover-bg-light:hover {
  background-color: get-color(light) !important;
}

.tz-hover-text-light:hover {
  color: get-color(light) !important;
}

.tz-hover-bg-dark:hover {
  background-color: get-color(dark) !important;
}

.tz-hover-text-dark:hover {
  color: get-color(dark) !important;
}

.tz-hover-bg-white:hover {
  background-color: get-color(white) !important;
}

.tz-hover-text-white:hover {
  color: get-color(white) !important;
}

.tz-hover-bg-white-nutral-2:hover {
  background-color: get-color(white-nutral-2) !important;
}

.tz-hover-text-white-nutral-2:hover {
  color: get-color(white-nutral-2) !important;
}

.tz-hover-bg-white-nutral-3:hover {
  background-color: get-color(white-nutral-3) !important;
}

.tz-hover-text-white-nutral-3:hover {
  color: get-color(white-nutral-3) !important;
}

.tz-hover-bg-white-nutral-4:hover {
  background-color: get-color(white-nutral-4) !important;
}

.tz-hover-text-white-nutral-4:hover {
  color: get-color(white-nutral-4) !important;
}

.tz-hover-bg-white-nutral-5:hover {
  background-color: get-color(white-nutral-5) !important;
}

.tz-hover-text-white-nutral-5:hover {
  color: get-color(white-nutral-5) !important;
}

.tz-hover-bg-black:hover {
  background-color: get-color(black) !important;
}

.tz-hover-text-black:hover {
  color: get-color(black) !important;
}

.tz-hover-bg-black-nutral-2:hover {
  background-color: get-color(black-nutral-2) !important;
}

.tz-hover-text-black-nutral-2:hover {
  color: get-color(black-nutral-2) !important;
}

.tz-hover-bg-black-nutral-3:hover {
  background-color: get-color(black-nutral-3) !important;
}

.tz-hover-text-black-nutral-3:hover {
  color: get-color(black-nutral-3) !important;
}

.tz-hover-bg-black-nutral-4:hover {
  background-color: get-color(black-nutral-4) !important;
}

.tz-hover-text-black-nutral-4:hover {
  color: get-color(black-nutral-4) !important;
}

.tz-hover-bg-black-nutral-5:hover {
  background-color: get-color(black-nutral-5) !important;
}

.tz-hover-text-black-nutral-5:hover {
  color: get-color(black-nutral-5) !important;
}

.tz-hover-bg-black-nutral-6:hover {
  background-color: get-color(black-nutral-6) !important;
}

.tz-hover-text-black-nutral-6:hover {
  color: get-color(black-nutral-6) !important;
}

.tz-mt-10 {
  margin-top: 10px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-10 {
    margin-top: 10px !important;
  }
}

.tz-mt-15 {
  margin-top: 15px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-15 {
    margin-top: 15px !important;
  }
}

.tz-mt-20 {
  margin-top: 20px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-20 {
    margin-top: 20px !important;
  }
}

.tz-mt-30 {
  margin-top: 30px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-30 {
    margin-top: 30px !important;
  }
}

.tz-mt-40 {
  margin-top: 40px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-40 {
    margin-top: 40px !important;
  }
}

.tz-mt-50 {
  margin-top: 50px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-50 {
    margin-top: 50px !important;
  }
}

.tz-mt-60 {
  margin-top: 60px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-60 {
    margin-top: 60px !important;
  }
}

.tz-mt-70 {
  margin-top: 70px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-70 {
    margin-top: 70px !important;
  }
}

.tz-mt-80 {
  margin-top: 80px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-80 {
    margin-top: 80px !important;
  }
}

.tz-mt-100 {
  margin-top: 100px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-100 {
    margin-top: 100px !important;
  }
}

.tz-mt-110 {
  margin-top: 110px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-110 {
    margin-top: 110px !important;
  }
}

.tz-mt-120 {
  margin-top: 120px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-120 {
    margin-top: 120px !important;
  }
}

.tz-mt-140 {
  margin-top: 140px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-140 {
    margin-top: 140px !important;
  }
}

.tz-mt-150 {
  margin-top: 150px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-150 {
    margin-top: 150px !important;
  }
}

.tz-mt-180 {
  margin-top: 180px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-180 {
    margin-top: 180px !important;
  }
}

.tz-mt-200 {
  margin-top: 200px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-200 {
    margin-top: 200px !important;
  }
}

.tz-mt-220 {
  margin-top: 220px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-220 {
    margin-top: 220px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-220 {
    margin-top: 220px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-220 {
    margin-top: 220px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-220 {
    margin-top: 220px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-220 {
    margin-top: 220px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-220 {
    margin-top: 220px !important;
  }
}

.tz-mt-240 {
  margin-top: 240px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-240 {
    margin-top: 240px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-240 {
    margin-top: 240px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-240 {
    margin-top: 240px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-240 {
    margin-top: 240px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-240 {
    margin-top: 240px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-240 {
    margin-top: 240px !important;
  }
}

.tz-mt-0 {
  margin-top: 0px !important;
}

@media (min-width: 0) {
  .tz-mt-xs-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .tz-mt-sm-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .tz-mt-md-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .tz-mt-lg-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mt-xl-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mt-xxl-0 {
    margin-top: 0px !important;
  }
}

.tz-mb-10 {
  margin-bottom: 10px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-10 {
    margin-bottom: 10px !important;
  }
}

.tz-mb-15 {
  margin-bottom: 15px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-15 {
    margin-bottom: 15px !important;
  }
}

.tz-mb-20 {
  margin-bottom: 20px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-20 {
    margin-bottom: 20px !important;
  }
}

.tz-mb-30 {
  margin-bottom: 30px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-30 {
    margin-bottom: 30px !important;
  }
}

.tz-mb-40 {
  margin-bottom: 40px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-40 {
    margin-bottom: 40px !important;
  }
}

.tz-mb-50 {
  margin-bottom: 50px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-50 {
    margin-bottom: 50px !important;
  }
}

.tz-mb-60 {
  margin-bottom: 60px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-60 {
    margin-bottom: 60px !important;
  }
}

.tz-mb-70 {
  margin-bottom: 70px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-70 {
    margin-bottom: 70px !important;
  }
}

.tz-mb-80 {
  margin-bottom: 80px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-80 {
    margin-bottom: 80px !important;
  }
}

.tz-mb-100 {
  margin-bottom: 100px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-100 {
    margin-bottom: 100px !important;
  }
}

.tz-mb-110 {
  margin-bottom: 110px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-110 {
    margin-bottom: 110px !important;
  }
}

.tz-mb-120 {
  margin-bottom: 120px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-120 {
    margin-bottom: 120px !important;
  }
}

.tz-mb-140 {
  margin-bottom: 140px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-140 {
    margin-bottom: 140px !important;
  }
}

.tz-mb-150 {
  margin-bottom: 150px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-150 {
    margin-bottom: 150px !important;
  }
}

.tz-mb-180 {
  margin-bottom: 180px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-180 {
    margin-bottom: 180px !important;
  }
}

.tz-mb-200 {
  margin-bottom: 200px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-200 {
    margin-bottom: 200px !important;
  }
}

.tz-mb-220 {
  margin-bottom: 220px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-220 {
    margin-bottom: 220px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-220 {
    margin-bottom: 220px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-220 {
    margin-bottom: 220px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-220 {
    margin-bottom: 220px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-220 {
    margin-bottom: 220px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-220 {
    margin-bottom: 220px !important;
  }
}

.tz-mb-240 {
  margin-bottom: 240px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-240 {
    margin-bottom: 240px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-240 {
    margin-bottom: 240px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-240 {
    margin-bottom: 240px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-240 {
    margin-bottom: 240px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-240 {
    margin-bottom: 240px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-240 {
    margin-bottom: 240px !important;
  }
}

.tz-mb-0 {
  margin-bottom: 0px !important;
}

@media (min-width: 0) {
  .tz-mb-xs-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .tz-mb-sm-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .tz-mb-md-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .tz-mb-lg-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .tz-mb-xl-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .tz-mb-xxl-0 {
    margin-bottom: 0px !important;
  }
}

.tz-pt-10 {
  padding-top: 10px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-10 {
    padding-top: 10px !important;
  }
}

.tz-pt-15 {
  padding-top: 15px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-15 {
    padding-top: 15px !important;
  }
}

.tz-pt-20 {
  padding-top: 20px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-20 {
    padding-top: 20px !important;
  }
}

.tz-pt-30 {
  padding-top: 30px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-30 {
    padding-top: 30px !important;
  }
}

.tz-pt-40 {
  padding-top: 40px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-40 {
    padding-top: 40px !important;
  }
}

.tz-pt-50 {
  padding-top: 50px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-50 {
    padding-top: 50px !important;
  }
}

.tz-pt-60 {
  padding-top: 60px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-60 {
    padding-top: 60px !important;
  }
}

.tz-pt-70 {
  padding-top: 70px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-70 {
    padding-top: 70px !important;
  }
}

.tz-pt-80 {
  padding-top: 80px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-80 {
    padding-top: 80px !important;
  }
}

.tz-pt-100 {
  padding-top: 100px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-100 {
    padding-top: 100px !important;
  }
}

.tz-pt-110 {
  padding-top: 110px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-110 {
    padding-top: 110px !important;
  }
}

.tz-pt-120 {
  padding-top: 120px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-120 {
    padding-top: 120px !important;
  }
}

.tz-pt-140 {
  padding-top: 140px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-140 {
    padding-top: 140px !important;
  }
}

.tz-pt-150 {
  padding-top: 150px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-150 {
    padding-top: 150px !important;
  }
}

.tz-pt-180 {
  padding-top: 180px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-180 {
    padding-top: 180px !important;
  }
}

.tz-pt-200 {
  padding-top: 200px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-200 {
    padding-top: 200px !important;
  }
}

.tz-pt-220 {
  padding-top: 220px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-220 {
    padding-top: 220px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-220 {
    padding-top: 220px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-220 {
    padding-top: 220px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-220 {
    padding-top: 220px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-220 {
    padding-top: 220px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-220 {
    padding-top: 220px !important;
  }
}

.tz-pt-240 {
  padding-top: 240px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-240 {
    padding-top: 240px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-240 {
    padding-top: 240px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-240 {
    padding-top: 240px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-240 {
    padding-top: 240px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-240 {
    padding-top: 240px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-240 {
    padding-top: 240px !important;
  }
}

.tz-pt-0 {
  padding-top: 0px !important;
}

@media (min-width: 0) {
  .tz-pt-xs-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .tz-pt-sm-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .tz-pt-md-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .tz-pt-lg-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pt-xl-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pt-xxl-0 {
    padding-top: 0px !important;
  }
}

.tz-pb-10 {
  padding-bottom: 10px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-10 {
    padding-bottom: 10px !important;
  }
}

.tz-pb-15 {
  padding-bottom: 15px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-15 {
    padding-bottom: 15px !important;
  }
}

.tz-pb-20 {
  padding-bottom: 20px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-20 {
    padding-bottom: 20px !important;
  }
}

.tz-pb-30 {
  padding-bottom: 30px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-30 {
    padding-bottom: 30px !important;
  }
}

.tz-pb-40 {
  padding-bottom: 40px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-40 {
    padding-bottom: 40px !important;
  }
}

.tz-pb-50 {
  padding-bottom: 50px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-50 {
    padding-bottom: 50px !important;
  }
}

.tz-pb-60 {
  padding-bottom: 60px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-60 {
    padding-bottom: 60px !important;
  }
}

.tz-pb-70 {
  padding-bottom: 70px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-70 {
    padding-bottom: 70px !important;
  }
}

.tz-pb-80 {
  padding-bottom: 80px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-80 {
    padding-bottom: 80px !important;
  }
}

.tz-pb-100 {
  padding-bottom: 100px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-100 {
    padding-bottom: 100px !important;
  }
}

.tz-pb-110 {
  padding-bottom: 110px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-110 {
    padding-bottom: 110px !important;
  }
}

.tz-pb-120 {
  padding-bottom: 120px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-120 {
    padding-bottom: 120px !important;
  }
}

.tz-pb-140 {
  padding-bottom: 140px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-140 {
    padding-bottom: 140px !important;
  }
}

.tz-pb-150 {
  padding-bottom: 150px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-150 {
    padding-bottom: 150px !important;
  }
}

.tz-pb-180 {
  padding-bottom: 180px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-180 {
    padding-bottom: 180px !important;
  }
}

.tz-pb-200 {
  padding-bottom: 200px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-200 {
    padding-bottom: 200px !important;
  }
}

.tz-pb-220 {
  padding-bottom: 220px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-220 {
    padding-bottom: 220px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-220 {
    padding-bottom: 220px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-220 {
    padding-bottom: 220px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-220 {
    padding-bottom: 220px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-220 {
    padding-bottom: 220px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-220 {
    padding-bottom: 220px !important;
  }
}

.tz-pb-240 {
  padding-bottom: 240px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-240 {
    padding-bottom: 240px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-240 {
    padding-bottom: 240px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-240 {
    padding-bottom: 240px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-240 {
    padding-bottom: 240px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-240 {
    padding-bottom: 240px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-240 {
    padding-bottom: 240px !important;
  }
}

.tz-pb-0 {
  padding-bottom: 0px !important;
}

@media (min-width: 0) {
  .tz-pb-xs-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .tz-pb-sm-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .tz-pb-md-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .tz-pb-lg-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .tz-pb-xl-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .tz-pb-xxl-0 {
    padding-bottom: 0px !important;
  }
}

.tz-display-1 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 48px;
}
@media (min-width: 576px) {
  .tz-display-1 {
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  .tz-display-1 {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .tz-display-1 {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .tz-display-1 {
    font-size: 90px;
  }
}

.tz-display-2 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 36px;
}
@media (min-width: 576px) {
  .tz-display-2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .tz-display-2 {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .tz-display-2 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .tz-display-2 {
    font-size: 72px;
  }
}

.tz-display-3 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 36px;
}
@media (min-width: 576px) {
  .tz-display-3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .tz-display-3 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .tz-display-3 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .tz-display-3 {
    font-size: 64px;
  }
}

.tz-display-4 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 32px;
}
@media (min-width: 576px) {
  .tz-display-4 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .tz-display-4 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .tz-display-4 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .tz-display-4 {
    font-size: 56px;
  }
}

.tz-text-xl {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}
@media (min-width: 576px) {
  .tz-text-xl {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tz-text-xl {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .tz-text-xl {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .tz-text-xl {
    font-size: 20px;
  }
}

.tz-text-l {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}
@media (min-width: 576px) {
  .tz-text-l {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .tz-text-l {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .tz-text-l {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .tz-text-l {
    font-size: 18px;
  }
}

.tz-text-m {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}
@media (min-width: 576px) {
  .tz-text-m {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .tz-text-m {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .tz-text-m {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .tz-text-m {
    font-size: 16px;
  }
}

.tz-text-s {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
}
@media (min-width: 576px) {
  .tz-text-s {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .tz-text-s {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .tz-text-s {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .tz-text-s {
    font-size: 14px;
  }
}

.tz-text-xs {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
}
@media (min-width: 576px) {
  .tz-text-xs {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .tz-text-xs {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .tz-text-xs {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .tz-text-xs {
    font-size: 12px;
  }
}

.h1,
h1 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 24px;
}
@media (min-width: 576px) {
  .h1,
  h1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}

.h2,
h2 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 24px;
}
@media (min-width: 576px) {
  .h2,
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .h2,
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 40px;
  }
}

.h3,
h3 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 20px;
}
@media (min-width: 576px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 32px;
  }
}

.h4,
h4 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 18px;
}
@media (min-width: 576px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}

.h5,
h5 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 18px;
}
@media (min-width: 576px) {
  .h5,
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .h5,
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .h5,
  h5 {
    font-size: 20px;
  }
}

.h6,
h6 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-size: 14px;
}
@media (min-width: 576px) {
  .h6,
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .h6,
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .h6,
  h6 {
    font-size: 16px;
  }
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-extra-light {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-extra-bold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

.tz-m-0 {
  margin: 0;
}

.tz-ml-0 {
  margin-left: 0;
}

.tz-mt-0 {
  margin-top: 0;
}

.tz-mr-0 {
  margin-right: 0;
}

.tz-mb-0 {
  margin-bottom: 0;
}

.tz-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.tz-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.tz-ml-auto {
  margin-left: auto;
}

.tz-mr-auto {
  margin-right: auto;
}

.tz-mt-auto {
  margin-top: auto;
}

.tz-mb-auto {
  margin-bottom: auto;
}

.tz-m-auto {
  margin: auto;
}

.tz-w-full {
  width: 100%;
}

.tz-h-full {
  height: 100%;
}

.tz-bg-transparent {
  background-color: transparent;
}

.tz-pulse-anim {
  position: relative;
  display: inline-flex;
}
.tz-pulse-anim:before {
  content: "";
  position: absolute;
  border: 1px solid #1d8f41;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  animation: pulse 2s linear infinite;
  animation-delay: 0.7s;
  border-radius: 50%;
}
.tz-pulse-anim:after {
  content: "";
  position: absolute;
  border: 1px solid #1d8f41;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  animation: pulse 2s linear infinite;
  animation-delay: 0.1s;
  border-radius: 50%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  60% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
.tz-grad {
  background: linear-gradient(45deg, #0a22f4 1%, #e6e7ef 32%, #ededed 67%, #ee4a62 100%);
  opacity: 0.1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.tz-noise__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  background-image: url("../images/noise.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.tz-squre-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner/bg-shape.png);
  background-repeat: repeat;
  background-size: cover;
  opacity: 0.1;
}
.tz-squre-particle-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner/square-particle.png);
  background-repeat: repeat;
  background-size: cover;
  opacity: 0.1;
}

/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-rating-box {
  border-radius: 8px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .tz-rating-box {
    height: 100%;
  }
}
.tz-rating-box h1 {
  line-height: 34px;
}
.tz-rating-box-star {
  font-size: 22px;
}
.tz-rating-review-area {
  padding: 45px 0px 0px 0px;
}

.tz-rating-star-bar-star i {
  font-size: 18px;
}
.tz-rating-bar .progress {
  height: 8px;
}

/*======================================
         End Basic Css
=======================================*/
/*======================================
        02. Start Spacing Css
=======================================*/
@media (min-width: 992px) {
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-104 {
    --bs-gutter-x: 104px;
  }
}
.gy-32 {
  --bs-gutter-y: 32px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

/*======================================
         End Spacing Css
=======================================*/
/*======================================
    03. Common Section Start
=======================================*/
/*-----------------------------
     Start Helper
-----------------------------*/
.bg-mask {
  mask-size: cover;
  mask-position: center;
  background-size: cover;
  background-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
}

/*-----------------------------
     End Helper 
-----------------------------*/
/*-----------------------------
     Start Section Title
-----------------------------*/
.tz-section-top__subtitle {
  position: relative;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  background-color: #1D8F41;
  color: #ffffff;
  display: inline-block;
  border-radius: 32px;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 2.6875rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  .tz-section-top__subtitle {
    margin-top: 0rem;
  }
}
.tz-section-top__subtitle .svg {
  position: absolute;
  top: -2.6875rem;
  right: -3.75rem;
}
.tz-section-top__title {
  font-weight: 800;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.tz-section-top__title-shape {
  position: absolute;
  bottom: -35%;
  right: 0;
}
@media (min-width: 992px) {
  .tz-section-top__title-shape {
    bottom: -40%;
  }
}
.tz-section-top__right {
  position: relative;
  z-index: 1;
}
.tz-section-top__right-desc {
  margin-bottom: 1.25rem;
  color: #4E4E4E;
}
.tz-section-top__color-text {
  position: relative;
  color: #006837;
}

/*-----------------------------
     End Section Title Subtitle
-----------------------------*/
/*-----------------------------
     Start Button
-----------------------------*/
.tz-button {
  padding: 0.46875rem 0.9375rem 0.46875rem 0.9375rem;
  color: #ffffff;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (min-width: 992px) {
  .tz-button {
    padding: 0.65625rem 1.25rem 0.65625rem 1.25rem;
  }
}
.tz-button__two {
  padding: 0.40625rem 0.9375rem 0.40625rem 0.9375rem;
  color: #EE4A62;
  border: 1px solid #EE4A62;
  background-color: transparent;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-button__two {
    padding: 0.59375rem 1.25rem 0.59375rem 1.25rem;
  }
}
.tz-button__three {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  border: 1px solid #1D8F41;
  color: #1D8F41;
  background-color: transparent;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-button__three {
    padding: 0.4375rem 0.9375rem 0.4375rem 0.9375rem;
  }
}
.tz-button__four {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  border: 1px solid #1D8F41;
  color: #ffffff;
  background-color: #1D8F41#1D8F41;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-button__four {
    padding: 0.4375rem 0.9375rem 0.4375rem 0.9375rem;
  }
}
.tz-button__four:hover {
  border: 1px solid #8A8A8A;
  color: #181818;
  background-color: transparent;
}
.tz-button__five {
  padding: 0.75rem 1.5625rem 0.75rem 1.5625rem;
  border: 1px solid #1D8F41;
  color: #ffffff;
  background-color: #1D8F41;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-button__five {
    padding: 0.90625rem 2rem 0.90625rem 2rem;
  }
}
.tz-button__five:hover {
  border: 1px solid #8A8A8A;
  color: #181818;
  background-color: transparent;
}
.tz-button__five--bg-secondary {
  background-color: #EE4A62;
}
.tz-button__five--outline-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  color: #1D8F41;
  border: 1px solid #1D8F41 !important;
}
@media (min-width: 992px) {
  .tz-button__five--outline-primary {
    padding: 0.84375rem 2rem 0.84375rem 2rem;
  }
}
.tz-button__five--outline-primary .ph {
  font-size: 1.5rem;
}
.tz-button__five--outline-primary:hover {
  color: #ffffff;
  background-color: #1D8F41;
  border: 1px solid #1D8F41;
}
.tz-button__six {
  border: none;
  background-color: rgba(10, 34, 244, 0.1);
  color: #181818;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-button__six {
    padding: 0.4375rem 0.70625rem 0.4375rem 0.70625rem;
  }
}
.tz-button-circle {
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-button-circle {
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
  }
}
.tz-button-circle__three {
  height: 31px;
  width: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.125rem;
  border: 1px solid #1D8F41;
  color: #1D8F41;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-button-circle__three {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
  }
}
.tz-button-circle__four {
  height: 31px;
  width: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.125rem;
  border: 1px solid #0A22F4;
  color: #ffffff;
  background-color: #0A22F4;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-button-circle__four {
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
  }
}
.tz-button-circle__five {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #181818;
  background-color: rgba(10, 34, 244, 0.1);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-button-circle__five {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
  }
}
.tz-button--md {
  line-height: 2.5rem;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 0px 20px;
}

.tz-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.tz-buttons:hover .tz-button {
  color: #EE4A62;
}
.tz-buttons__three {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.tz-buttons__three:hover .tz-button__three {
  color: #ffffff;
  background-color: #1D8F41;
}
.tz-buttons__three:hover .tz-button-circle__three {
  color: #ffffff;
  background-color: #1D8F41;
}
.tz-buttons__four {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.tz-buttons__four:hover .tz-button__four {
  border: 1px solid #8A8A8A;
  color: #181818;
  background-color: transparent;
}
.tz-buttons__four:hover .tz-button-circle__four {
  border: 1px solid #8A8A8A;
  color: #181818;
  background-color: transparent;
}
.tz-buttons__six {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.tz-buttons__six:hover .tz-button__six {
  color: #ffffff;
  background-color: #0A22F4;
}
.tz-buttons__six:hover .tz-button-circle__six {
  color: #ffffff;
  background-color: #0A22F4;
}

/*-----------------------------
     End Button
-----------------------------*/
/*-----------------------------
     Start Preloader
-----------------------------*/
.preloader .animation-preloader .spinner {
  width: 7.5em;
  height: 7.5em;
  margin: 0 auto 1.5em auto;
}

.preloader .animation-preloader .txt-loading {
  font-size: 3em;
}
@media (min-width: 576px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 4.5em;
  }
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #1d8f41;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: #1d8f41;
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #1d8f41;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #1d8f41;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*-----------------------------
     End Preloader
-----------------------------*/
/*-----------------------------
     Start Slider Buttons
-----------------------------*/
.tz-slider-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  position: relative;
}
.tz-slider-buttons__prev {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-radius: 32px;
  border: 1px solid #1D8F41;
  background-color: transparent;
  color: #1D8F41;
  font-size: 1.25rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .tz-slider-buttons__prev {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
  }
}
.tz-slider-buttons__prev:hover {
  background-color: #1D8F41;
  color: #ffffff;
}
.tz-slider-buttons__next {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-radius: 32px;
  border: 1px solid #1D8F41;
  background-color: transparent;
  color: #1D8F41;
  font-size: 1.25rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .tz-slider-buttons__next {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
  }
}
.tz-slider-buttons__next:hover {
  background-color: #1D8F41;
  color: #ffffff;
}

/*-----------------------------
     End Slider Button
-----------------------------*/
/*-----------------------------
     Start Slider Footer
-----------------------------*/
.tz-slider {
  position: relative;
}
.tz-slider-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.75rem;
  gap: 0.875rem;
}
.tz-slider-footer .swiper-scrollbar-drag {
  width: 1.875rem !important;
  height: 0.25rem !important;
  position: relative;
  background: #0A22F4;
  left: 0;
  top: -0.125rem;
}
@media (min-width: 768px) {
  .tz-slider-footer .swiper-scrollbar-drag {
    width: 6.1386875rem !important;
    height: 0.25rem !important;
  }
}
.tz-slider-footer .swiper-scrollbar-horizontal {
  position: relative;
  bottom: 0;
  left: 0;
  width: calc(100% - 110px) !important;
  height: 0.125rem;
  background-color: #E5E5E5;
}

/*-----------------------------
     End Slider Footer
-----------------------------*/
/*-----------------------------
     Start Player
-----------------------------*/
.tz-player {
  position: relative;
  z-index: 5;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

/*-----------------------------
     End Player
-----------------------------*/
/*-----------------------------
     Start Counter
-----------------------------*/
.tz-counter-box {
  position: relative;
  z-index: 6;
  width: 8.5625rem;
}
.tz-counter-box__number {
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .tz-counter-box__number {
    text-align: flex-start;
  }
}
.tz-counter-box__desc {
  color: #4E4E4E;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .tz-counter-box__desc {
    text-align: flex-start;
  }
}
.tz-counter-box-one {
  padding: 0.3125rem 0.5rem 0.3125rem 0.5rem;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .tz-counter-box-one {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.tz-counter-box-one__text {
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.tz-counter-box-one__users {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0.75rem;
}
.tz-counter-box-one__user {
  margin-left: -0.75rem;
}
.tz-counter-box-one__user img {
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.tz-counter-box-one__plus {
  border: 1px solid #ffffff;
  background: linear-gradient(135deg, #ffc309 0%, #f74134 100%);
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-left: -0.75rem;
  color: #ffffff;
  flex: none;
}
.tz-counter-box-one__content {
  margin-left: 0.5625rem;
}
.tz-counter-box-one__content-number {
  font-weight: 700;
}
.tz-counter-box-two {
  padding: 0.3125rem 0.5rem 0.3125rem 0.5rem;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .tz-counter-box-two {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.tz-counter-box-two__users {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0.75rem;
}
.tz-counter-box-two__user {
  margin-left: -0.75rem;
}
.tz-counter-box-two__user img {
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.tz-counter-box-two__plus {
  border: 1px solid #ffffff;
  background-color: #FF7350;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-left: -0.75rem;
  color: #ffffff;
}
.tz-counter-box-two__content {
  margin-top: 0.75rem;
  width: 12.75rem;
}
.tz-counter-box-two__content-number {
  margin-bottom: 0;
  line-height: 1;
}

/*-----------------------------
     End Counter
-----------------------------*/
/*-----------------------------
     Start Accordion
-----------------------------*/
.accordion-item .accordion-collapse.collapse .accordion-body, .accordion-item .accordion-button, .accordion-item, .tz-core__accordion1 .accordion-item .accordion-collapse.collapse .accordion-body, .tz-core__accordion1 .accordion-item .accordion-button, .tz-core__accordion1 .accordion-item {
  border: none;
  outline: none;
  box-shadow: none;
}

.accordion-item .accordion-button .accordion-item__icon, .accordion-item__icon, .tz-core__accordion1 .accordion-item .accordion-button .accordion-item__icon, .tz-core__accordion1 .accordion-item__icon {
  font-size: 1.5rem;
}

.tz-core__accordion1 {
  position: relative;
  z-index: 1;
}
.tz-core__accordion1--border-style .accordion-item .accordion-button.collapsed {
  border: 1px solid #F0F4F5;
  background-color: #ffffff;
}
.tz-core__accordion1 .accordion-body {
  padding-top: 0;
}
.tz-core__accordion1 .accordion-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.tz-core__accordion1 .accordion-item {
  border-radius: 8px;
}
.tz-core__accordion1 .accordion-item .accordion-button {
  background-color: #1D8F41;
  color: #ffffff;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem 0.5rem 1.25rem;
}
.tz-core__accordion1 .accordion-item .accordion-button::after {
  display: none;
}
.tz-core__accordion1 .accordion-item .accordion-button .accordion-item__icon--down {
  display: none;
}
.tz-core__accordion1 .accordion-item .accordion-button .accordion-item__icon .ph {
  font-weight: 800;
}
.tz-core__accordion1 .accordion-item .accordion-button.collapsed {
  background-color: #ffffff;
  color: #181818;
  border-radius: 8px;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
}
.tz-core__accordion1 .accordion-item .accordion-button.collapsed .accordion-item__icon--up {
  display: none;
}
.tz-core__accordion1 .accordion-item .accordion-button.collapsed .accordion-item__icon--down {
  display: inline-block;
}
.tz-core__accordion1 .accordion-item .accordion-collapse.collapse .accordion-body {
  padding: 0.5rem 1.25rem 1rem 1.25rem;
  border-radius: 8px;
}
.tz-core__accordion1 .accordion-item .accordion-collapse.collapse .accordion-body p {
  margin: 0;
  color: #ffffff;
}
.tz-core__accordion1 .accordion-item .accordion-collapse.show {
  background: #1D8F41;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.tz-core__accordion1 .accordion-item .accordion-collapse.show .accordion-body {
  padding-top: 0;
}
.tz-core__accordion1 .accordion-item .accordion-collapse.show .accordion-body p {
  margin: 0;
  color: #ffffff;
}

.accordion-body {
  padding-top: 0;
}

.accordion-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.accordion-item {
  border-radius: 8px;
}
.accordion-item .accordion-button {
  background-color: #0A22F4;
  color: #ffffff;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem 0.5rem 1.25rem;
}
.accordion-item .accordion-button::after {
  display: none;
}
.accordion-item .accordion-button .accordion-item__icon--down {
  display: none;
}
.accordion-item .accordion-button .accordion-item__icon .ph {
  font-weight: 800;
}
.accordion-item .accordion-button.collapsed {
  background-color: #ffffff;
  color: #181818;
  border-radius: 8px;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
}
.accordion-item .accordion-button.collapsed .accordion-item__icon--up {
  display: none;
}
.accordion-item .accordion-button.collapsed .accordion-item__icon--down {
  display: inline-block;
}
.accordion-item .accordion-collapse.collapse .accordion-body {
  padding: 0.5rem 1.25rem 1rem 1.25rem;
  border-radius: 8px;
}
.accordion-item .accordion-collapse.collapse .accordion-body p {
  margin: 0;
  color: #ffffff;
}
.accordion-item .accordion-collapse.show {
  background: #0A22F4;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-item .accordion-collapse.show .accordion-body {
  padding-top: 0;
}
.accordion-item .accordion-collapse.show .accordion-body p {
  margin: 0;
  color: #ffffff;
}

/*-----------------------------
     End Accordion
-----------------------------*/
/*-----------------------------
     Start Accordion
-----------------------------*/
.tz-core__accordion2 .accordion-item .accordion-collapse.collapse .accordion-body, .tz-core__accordion2 .accordion-item .accordion-button, .tz-core__accordion2 .accordion-item {
  border: none;
  outline: none;
  box-shadow: none;
}

.tz-core__accordion2 .accordion-item .accordion-button .accordion-item__icon, .tz-core__accordion2 .accordion-item__icon {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1D8F41;
  color: #1D8F41;
  font-size: 0.75rem;
  flex: none;
}
@media (min-width: 768px) {
  .tz-core__accordion2 .accordion-item .accordion-button .accordion-item__icon, .tz-core__accordion2 .accordion-item__icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.25rem;
  }
}

.tz-core__accordion2 .accordion-body {
  padding-top: 0;
  transition: all 0.3s ease-in-out;
}
.tz-core__accordion2 .accordion-body .list-group-item {
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}
.tz-core__accordion2 .accordion-body .list-group-item:not(:first-child) {
  border-top: 1px dashed #EBEFF0;
}
@media (min-width: 768px) {
  .tz-core__accordion2 .accordion-body .list-group-item {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.tz-core__accordion2 .accordion-item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.tz-core__accordion2 .accordion-item {
  border-radius: 8px;
  border: 1px solid #EBEFF0;
}
.tz-core__accordion2 .accordion-item .accordion-button {
  background-color: #ffffff;
  color: #181818;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  margin: 0rem 0rem 1.5rem 0rem;
  border-bottom: 1px dashed #EBEFF0;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tz-core__accordion2 .accordion-item .accordion-button {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.tz-core__accordion2 .accordion-item .accordion-button::after {
  display: none;
}
.tz-core__accordion2 .accordion-item .accordion-button .accordion-item__icon--down {
  display: none;
}
.tz-core__accordion2 .accordion-item .accordion-button.collapsed {
  background-color: #ffffff;
  color: #181818;
  border-radius: 8px;
  border-bottom: 0;
  margin-bottom: 0;
}
.tz-core__accordion2 .accordion-item .accordion-button.collapsed .accordion-item__icon--up {
  display: none;
}
.tz-core__accordion2 .accordion-item .accordion-button.collapsed .accordion-item__icon--down {
  display: inline-flex;
}
.tz-core__accordion2 .accordion-item .accordion-collapse.collapse .accordion-body {
  border-radius: 8px;
}
.tz-core__accordion2 .accordion-item .accordion-collapse.collapse .accordion-body p {
  margin: 0;
  color: #ffffff;
}
.tz-core__accordion2 .accordion-item .accordion-collapse.show {
  background: #ffffff;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.tz-core__accordion2 .accordion-item .accordion-collapse.show .accordion-body {
  padding-top: 0;
}
.tz-core__accordion2 .accordion-item .accordion-collapse.show .accordion-body p {
  margin: 0;
  color: #ffffff;
}

/*-----------------------------
     End Accordion
-----------------------------*/
/*-----------------------------
     Start Registration Form
-----------------------------*/
.tz-registration1-form {
  padding: 2rem 2rem 2rem 2rem;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: -15rem;
  position: relative;
  z-index: 1;
}
.tz-registration1-form__title {
  margin-bottom: 1.375rem;
}
.tz-registration1-form label {
  margin-bottom: 0.75rem;
}
.tz-registration1-form input {
  line-height: 1.3125rem;
  border-radius: 4px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  background: #F0F4F5;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.tz-registration1-form input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background: #F0F4F5;
}
.tz-registration1-form textarea {
  line-height: 1.3125rem;
  border-radius: 4px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  background: #F0F4F5;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 5.1875rem;
}
.tz-registration1-form textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background: #F0F4F5;
}
.tz-registration1-form button {
  margin-top: 1.4375rem;
}
.tz-registration1-form .tz-buttons {
  background: none;
}

/*-----------------------------
     End Registration Form
-----------------------------*/
/*-----------------------------
     Start Scroll Top
-----------------------------*/
/*-------------------------------
        Scroll Top
------------------------------*/
.back-to-top {
  border: none;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  position: fixed;
  z-index: 999999;
  right: 30px;
  bottom: 30px;
  transform: translateY(20px);
  background: #1D8F41;
}
@media (min-width: 992px) {
  .back-to-top {
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}

/*-------------------------------
        Scroll Top
------------------------------*/
/*-----------------------------
     End Scroll Top
-----------------------------*/
/*-----------------------------
     Start Tab Navs
-----------------------------*/
.tz-tab {
  position: relative;
}
.tz-tab-nav-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  padding: 1rem 1.25rem 1rem 1.25rem;
  background-color: #F0F4F5;
  border-radius: 60px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .tz-tab-nav-wrapper {
    gap: 1.875rem;
  }
}
.tz-tab-nav-wrapper .nav-item {
  position: relative;
}
.tz-tab-nav-wrapper .nav-item svg {
  position: absolute;
  right: -0.4375rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .tz-tab-nav-wrapper .nav-item svg {
    right: -0.9375rem;
  }
}
.tz-tab-nav-wrapper .nav-item:last-child svg {
  display: none;
}
.tz-tab-nav-wrapper .nav-item .nav-link {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 32px;
  background-color: #ffffff;
  color: #4E4E4E;
  transition: all 0.3s ease-in-out;
}
.tz-tab-nav-wrapper .nav-item .nav-link.active {
  border-radius: 32px;
  background-color: #0A22F4;
  color: #ffffff;
}
.tz-tab-nav-wrapper2 {
  margin-bottom: 1.25rem;
}
.tz-tab-nav-wrapper2 .nav-item {
  position: relative;
  background-color: transparent;
  color: #181818;
}
.tz-tab-nav-wrapper2 .nav-item .nav-link {
  padding-left: 0;
  padding-top: 0;
  padding-right: 3rem;
  color: #181818;
  font-weight: 500;
}
.tz-tab-nav-wrapper2 .nav-item:last-child .svg {
  display: none;
}
.tz-tab-nav-wrapper2 .nav-item .svg {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.tz-tab-nav-wrapper2 .nav-item .active {
  background-color: transparent;
  color: #1D8F41;
  text-decoration: underline;
}
.tz-tab-nav-wrapper2 .nav-item .active .nav-link {
  color: #1D8F41;
}
.tz-tab-nav-wrapper3 {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  margin-top: 1.5rem;
  border-radius: 0px;
  background-color: #F0F4F5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 1400px) {
  .tz-tab-nav-wrapper3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0rem;
    border-radius: 16px;
  }
}
.tz-tab-nav-wrapper3__nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1rem 0rem 1rem 0rem;
  width: 12.1875rem;
  background-color: #ffffff;
  font-weight: 500;
  color: #181818;
  border-radius: 0 !important;
}
.tz-tab-nav-wrapper3__nav-link svg path {
  fill: #181818;
  stroke: #181818;
  transition: all 0.3s ease-in-out;
}
.tz-tab-nav-wrapper3__nav-link .ph {
  color: #181818;
  font-size: 1.5rem;
}
.tz-tab-nav-wrapper3__nav-link:hover {
  color: #181818;
}
.tz-tab-nav-wrapper3__nav-link.active {
  background-color: #1d8f41 !important;
}
.tz-tab-nav-wrapper3__nav-link.active svg path {
  fill: #ffffff;
  stroke: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tz-tab-nav-wrapper3__nav-link.active .ph {
  color: #ffffff;
}
.tz-tab-nav-wrapper3__nav-link1 {
  border-radius: 16px;
}
@media (min-width: 1400px) {
  .tz-tab-nav-wrapper3__nav-link1 {
    border-radius: 16px 0px 0px 16px !important;
  }
}
.tz-tab-nav-wrapper3__nav-link4 {
  border-radius: 16px;
}
@media (min-width: 1400px) {
  .tz-tab-nav-wrapper3__nav-link4 {
    border-radius: 0px 16px 16px 0px !important;
  }
}

.tz-courses {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
}
.tz-courses .tz-slider-buttons__prev {
  border: none;
}
.tz-courses .tz-slider-buttons__prev:hover {
  background-color: #ffffff;
  color: #1D8F41;
}
.tz-courses .tz-slider-buttons__next {
  border: none;
}
.tz-courses .tz-slider-buttons__next:hover {
  background-color: #ffffff;
  color: #1D8F41;
}

.tz-course-list {
  background-color: #F0F4F5;
  border-radius: 60px;
  padding: 1rem 1.25rem 1rem 1.25rem;
}
.tz-course-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}
.tz-course-list__btn {
  border: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 32px;
  background-color: #ffffff;
  color: #4E4E4E;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tz-course-list__btn {
    font-size: 16px;
  }
}
.tz-course-list__btn.active {
  border-radius: 32px;
  background-color: #1D8F41;
  color: #ffffff;
}

.swiper_course_list_carousel2 .swiper-slide,
.swiper_course_list_carousel .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

.swiper_course_list_carousel2,
.swiper_course_list_carousel {
  overflow: hidden;
}

/*-----------------------------
     End Tab Navs
-----------------------------*/
/*-----------------------------
     Start List
-----------------------------*/
.tz-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.tz-list__item {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: rgba(229, 229, 229, 0.8);
  gap: 0.3125rem;
}

/*-----------------------------
     End List
-----------------------------*/
/*-----------------------------
     Start Feature List
-----------------------------*/
.tz-feature-list li {
  list-style-type: disc;
}
.tz-feature-list li:not(:last-child) {
  margin-bottom: 0.75rem;
}

/*-----------------------------
     End Feature List
-----------------------------*/
/*-----------------------------
     Start Testimonial user
-----------------------------*/
.tz-testimonial-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.tz-testimonial-user__content h4 {
  margin-bottom: 0;
}
.tz-testimonial-user__content p {
  margin-bottom: 0;
}
.tz-testimonial-user__image img {
  height: 3.1875rem;
  width: 3.1875rem;
  border-radius: 50%;
}
.tz-testimonial-user__image img:nth-child(2) {
  margin-left: -1.25rem;
}
.tz-testimonial-user__image img:nth-child(3) {
  margin-left: -1.25rem;
}
.tz-testimonial-user__image img:nth-child(4) {
  margin-left: -1.25rem;
}
.tz-testimonial-user__plus {
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: -1.5625rem;
  font-size: 1.5rem;
  color: #181818;
}
.tz-testimonial-user__plus .ph {
  font-weight: 800;
}

/*-----------------------------
     End Testimonial user
-----------------------------*/
/*-----------------------------
     Start Banner Search
-----------------------------*/
.tz-banner-search1 {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0rem 0rem 2rem 0rem;
}
@media (min-width: 768px) {
  .tz-banner-search1 {
    margin: 0rem 3.75rem 2rem 3.75rem;
  }
}
.tz-banner-search1:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1rem;
  background-color: #8A8A8A;
  z-index: 4;
  display: none;
}
@media (min-width: 576px) {
  .tz-banner-search1:before {
    display: block;
  }
}
@media (min-width: 768px) {
  .tz-banner-search1:before {
    left: 20%;
  }
}
@media (min-width: 1200px) {
  .tz-banner-search1:before {
    left: 17%;
  }
}
@media (min-width: 1400px) {
  .tz-banner-search1:before {
    left: 14%;
  }
}
.tz-banner-search1-categories {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  display: none;
}
@media (min-width: 576px) {
  .tz-banner-search1-categories {
    display: block;
  }
}
.tz-banner-search1-categories__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
.tz-banner-search1-categories__items {
  opacity: 0;
  visibility: hidden;
  top: 155%;
  left: 0%;
  position: absolute;
  z-index: 4;
  width: 12.5rem;
  padding-left: 0;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.tz-banner-search1-categories__items li {
  background-color: #ffffff;
  color: #4E4E4E;
}
.tz-banner-search1-categories__items li a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  width: 100%;
  color: #4E4E4E;
  transition: all 0.3s ease-in-out;
}
.tz-banner-search1-categories__items li:hover a {
  background-color: #F0F4F5;
  color: #4E4E4E;
}
.tz-banner-search1-categories:hover .tz-banner-search1-categories__items {
  opacity: 1;
  visibility: visible;
  position: absolute;
  z-index: 7;
}
.tz-banner-search1 input {
  position: relative;
  border: none;
  border-radius: 100px;
  width: 100%;
  background-color: #ffffff;
  color: #8A8A8A;
  padding: 0.625rem 0.75rem 0.625rem 0.9375rem;
}
@media (min-width: 576px) {
  .tz-banner-search1 input {
    padding: 1.1875rem 0.75rem 1.1875rem 9.75rem;
  }
}
.tz-banner-search1 input::placeholder {
  color: #8A8A8A;
  font-size: 0.8125rem;
}
@media (min-width: 576px) {
  .tz-banner-search1 input::placeholder {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .tz-banner-search1 input::placeholder {
    font-size: 1.125rem;
  }
}
.tz-banner-search1 input:focus {
  outline: none;
  box-shadow: none;
  color: #8A8A8A;
}
.tz-banner-search1 button {
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: 0rem;
  border: none;
  position: absolute;
  color: #ffffff;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .tz-banner-search1 button {
    height: 52px;
    width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: 0.3125rem;
  }
}

/*-----------------------------
     End Banner Search
-----------------------------*/
/*-----------------------------
     Start Instructors
-----------------------------*/
.tz-intructors {
  position: absolute;
  z-index: 6;
  padding: 0.75rem 1rem 0.75rem 1rem;
  border-radius: 8px;
  background-color: #ffffff;
}
.tz-intructors__title {
  margin-bottom: 0.875rem;
  font-weight: 500;
}

/*-----------------------------
     End Instructors
-----------------------------*/
/*-----------------------------
     Start Search Result Bar
-----------------------------*/
.tz-search-result {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 8px;
  border: 1px solid #EBEFF0;
  background-color: #F0F4F5;
  margin-bottom: 1.5rem;
}
.tz-search-result-select {
  appearance: none;
  background-color: #F0F4F5;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 12px 16px;
  color: #4E4E4E;
  width: 17.0625rem;
  cursor: pointer;
  outline: none;
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.tz-search-result-select:focus {
  border-color: #8A8A8A;
}
.tz-search-result-sorting {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tz-search-result-sorting__item {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  color: #181818;
  font-weight: 700;
  border-radius: 4px;
}
.tz-search-result-sorting__item .ph {
  font-size: 1.5rem;
}
.tz-search-result-sorting__item.active {
  background-color: #0A22F4;
  color: #ffffff;
}

/*-----------------------------
     End Search Result Bar
-----------------------------*/
/*-----------------------------
     Start Pagination
-----------------------------*/
.tz-pagination {
  list-style: none;
  margin-top: 5rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
@media (min-width: 576px) {
  .tz-pagination {
    gap: 10px;
  }
}
.tz-pagination a {
  text-transform: capitalize;
  text-align: center;
  background-color: transparent;
  color: #181818;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media (min-width: 576px) {
  .tz-pagination a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.125rem;
  }
}
.tz-pagination a:hover, .tz-pagination a.active {
  background: #1D8F41;
  color: #ffffff !important;
}
.tz-pagination a i {
  line-height: 1;
  font-size: 0.875rem;
}
.tz-pagination .prev-btn {
  background-color: transparent;
  margin-right: 0.75rem;
}
.tz-pagination .prev-btn i {
  font-size: 1rem;
  font-weight: 600;
}
.tz-pagination .prev-btn:hover {
  background: #1D8F41;
  color: #ffffff !important;
}
.tz-pagination .next-btn {
  background-color: transparent;
  margin-left: 0.75rem;
}
.tz-pagination .next-btn i {
  font-size: 1rem;
  font-weight: 600;
}
.tz-pagination .next-btn:hover {
  background: #1D8F41;
  color: #ffffff !important;
}

/*-----------------------------
     End Pagination
-----------------------------*/
/*-----------------------------
     Start Nice Select
-----------------------------*/
.nice-select {
  border: 1px solid #E5E5E5;
  height: 3rem;
  margin-right: 0.625rem;
  background-color: transparent;
  width: 9.375rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0rem 1.25rem 0rem 0rem;
}
@media (min-width: 992px) {
  .nice-select {
    width: 17.0625rem;
    margin-right: 1rem;
    padding: 0rem 1.875rem 0rem 0rem;
  }
}
.nice-select .current {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  color: #4E4E4E;
  font-size: 1rem;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .nice-select .current {
    padding: 0.8125rem 0.75rem 0.8125rem 0.75rem;
  }
}
.nice-select:after {
  width: 0.5rem;
  height: 0.5rem;
  top: 45%;
}

/*-----------------------------
     End  Nice Select
-----------------------------*/
/*-----------------------------
     Start Badge
-----------------------------*/
.tz-badge {
  padding: 0.59375rem 0.53125rem 0.59375rem 0.53125rem;
  background-color: rgba(238, 74, 98, 0.1);
  color: #EE4A62;
  border: none;
}

/*-----------------------------
     End Badge
-----------------------------*/
/*-----------------------------
     Start Instructor
-----------------------------*/
.tz-instructor {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .tz-instructor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .tz-instructor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .tz-instructor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.tz-instructor__thumb {
  flex: auto;
}
@media (min-width: 768px) {
  .tz-instructor__thumb {
    flex: none;
  }
}
.tz-instructor__thumb img {
  max-width: 100%;
  border-radius: 8px;
}
.tz-instructor-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.9375rem;
  padding: 0rem 0rem 1.5rem 0rem;
  border-bottom: 1px dashed rgba(138, 138, 138, 0.4);
}
.tz-instructor-header__left-name {
  font-weight: 500;
}
.tz-instructor-course-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 0.75rem;
  margin-bottom: 2.5rem;
}
.tz-instructor-course-info__rating {
  color: #FCB400;
}
.tz-instructor__details {
  margin-bottom: 2.8125rem;
}

/*-----------------------------
     End Instructor
-----------------------------*/
/*-----------------------------
     Start Instructor Social
-----------------------------*/
.tz-instructor-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.tz-instructor-social__title {
  margin-bottom: 0;
  margin-right: 1rem;
}
.tz-instructor-social__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3125rem;
}
@media (min-width: 1200px) {
  .tz-instructor-social__items {
    gap: 0.5rem;
  }
}
.tz-instructor-social__items-link {
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F0F4F5;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .tz-instructor-social__items-link {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
.tz-instructor-social__items-link .ph {
  color: #181818;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.tz-instructor-social__items-link:hover {
  background-color: #1D8F41;
}
.tz-instructor-social__items-link:hover .ph {
  color: #ffffff;
}

/*-----------------------------
     End Instructor Social
-----------------------------*/
/*-----------------------------
     Start Comment
-----------------------------*/
.tz-comment__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}
.tz-comment__author-name {
  font-weight: 500;
}
/*-----------------------------
     End Comment
-----------------------------*/
/*-----------------------------
     Start Comment Box
-----------------------------*/
.tz-comment-box label {
  margin-bottom: 0.75rem;
}
.tz-comment-box input {
  line-height: 3rem;
  border-radius: 120px;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  background: rgba(240, 244, 245, 0.4);
  outline: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #F0F4F5;
  transition: all 0.3s ease-in-out;
}
.tz-comment-box input:focus {
  border: 1px solid #F0F4F5;
  outline: none;
  box-shadow: none;
  background: rgba(240, 244, 245, 0.4);
}
.tz-comment-box input::placeholder {
  color: #8A8A8A;
  font-size: 1rem;
  font-weight: 400;
}
.tz-comment-box textarea {
  line-height: 3rem;
  border-radius: 120px;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  background: rgba(240, 244, 245, 0.4);
  outline: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #F0F4F5;
  transition: all 0.3s ease-in-out;
  height: 9.75rem;
  border-radius: 12px;
  border: 1px solid #F0F4F5;
  background: rgba(240, 244, 245, 0.4);
}
.tz-comment-box textarea:focus {
  border: 1px solid #F0F4F5;
  outline: none;
  box-shadow: none;
  background: rgba(240, 244, 245, 0.4);
}
.tz-comment-box textarea::placeholder {
  color: #8A8A8A;
  font-size: 1rem;
  font-weight: 400;
}
.tz-comment-box button {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 120px;
  border: none;
}

/*-----------------------------
     End Comment Box
-----------------------------*/
/*-----------------------------
     Start Tags
-----------------------------*/
.tz-tag {
  padding: 1.5rem 0rem 1.5rem 0rem;
  border-top: 1px solid #F0F4F5;
  border-bottom: 1px solid #F0F4F5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.tz-tag-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.tz-tag-box__title {
  margin-right: 1rem;
  margin: 0rem 1rem 0rem 0rem;
}
.tz-tag-box__meta {
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  color: #181818;
}
@media (min-width: 768px) {
  .tz-tag-box__meta {
    padding: 0.6875rem 1.4375rem 0.6875rem 1.4375rem;
  }
}

/*-----------------------------
     End Tags
-----------------------------*/
/*-----------------------------
     Start Chart
-----------------------------*/
.tz-cicle-progress {
  padding: 1.375rem 1.875rem 1.375rem 1.875rem;
  border-radius: 8px;
  z-index: 9;
}
.tz-chart {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tz-chart__text {
  position: absolute;
  margin-bottom: 0;
}

/*-----------------------------
     End Chart
-----------------------------*/
/*======================================
    03. Common Section End
=======================================*/
/*======================================
    04. Banner Start
=======================================*/
/*---------------------
    Banner-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
 Banner Layout 1
------------------------------------*/
.tz-banner1 {
  position: relative;
  padding: 8.125rem 0rem 0rem 0rem;
  background-color: #F0F4F5;
  overflow: hidden;
}
.tz-banner1__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner/bg-shape.png");
  background-repeat: repeat;
  background-size: cover;
}
.tz-banner1__blue-shape {
  position: absolute;
  left: 68%;
  bottom: 25%;
  width: 33%;
  display: none;
}
@media (min-width: 992px) {
  .tz-banner1__blue-shape {
    display: block;
  }
}
.tz-banner1__shape1 {
  position: absolute;
  bottom: 9.875rem;
  left: 3.75rem;
  display: none;
}
@media (min-width: 1200px) {
  .tz-banner1__shape1 {
    display: block;
  }
}
.tz-banner1__shape2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 1200px) {
  .tz-banner1__shape2 {
    display: block;
  }
}
.tz-banner1__shape3 {
  position: absolute;
  top: 7%;
  left: 5%;
  display: none;
}
@media (min-width: 1200px) {
  .tz-banner1__shape3 {
    display: block;
  }
}
@media (min-width: 1400px) {
  .tz-banner1__shape3 {
    top: 7%;
    left: 13%;
  }
}
.tz-banner1__shape4 {
  position: absolute;
  top: 16%;
  left: 34%;
  display: none;
}
@media (min-width: 1200px) {
  .tz-banner1__shape4 {
    display: block;
  }
}
.tz-banner1__shape5 {
  position: absolute;
  bottom: 32%;
  left: 47%;
  display: none;
}
@media (min-width: 1200px) {
  .tz-banner1__shape5 {
    display: block;
  }
}
.tz-banner1__shape6 {
  position: absolute;
  bottom: 9%;
  left: 47%;
  z-index: 6;
  display: none;
}
@media (min-width: 1200px) {
  .tz-banner1__shape6 {
    display: block;
  }
}
.tz-banner1__shape7 {
  position: absolute;
  top: 12%;
  left: 55%;
  display: none;
}
@media (min-width: 1200px) {
  .tz-banner1__shape7 {
    display: block;
  }
}
.tz-banner1__shape8 {
  position: absolute;
  top: 2%;
  right: 8%;
  z-index: 3;
}
@media (min-width: 992px) {
  .tz-banner1__shape8 {
    top: 4%;
    right: 8%;
  }
}
.tz-banner1__subtitle {
  position: relative;
  z-index: 5;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  background-color: #EE4A62;
  color: #ffffff;
  display: inline-block;
  border-radius: 32px;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 2.6875rem;
}
@media (min-width: 992px) {
  .tz-banner1__subtitle {
    margin-top: 0rem;
  }
}
.tz-banner1__subtitle .svg {
  position: absolute;
  top: -2.6875rem;
  right: -3.75rem;
}
.tz-banner1__title {
  position: relative;
  z-index: 5;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
  padding-right: 5rem;
}
.tz-banner1__title-shape {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  bottom: 0px;
  max-width: 106%;
}
@media (min-width: 768px) {
  .tz-banner1__title-shape {
    max-width: 100%;
    bottom: 0rem;
    left: -8px;
  }
}
.tz-banner1__right-desc {
  margin-bottom: 1.25rem;
  color: #4E4E4E;
}
.tz-banner1__color-text {
  position: relative;
  color: #0A22F4;
}
.tz-banner1__thin-text {
  font-weight: 500;
}
.tz-banner1__content-desc {
  position: relative;
  z-index: 5;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.tz-banner1__button-wrapper {
  position: relative;
  z-index: 5;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.9375rem;
}
@media (min-width: 576px) {
  .tz-banner1__button-wrapper {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
  }
}
.tz-banner1__counter-boxes {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  padding: 2.8125rem 0rem 2.8125rem 0rem;
  margin-right: 0rem;
  z-index: 5;
  margin-top: 6.25rem;
}
@media (min-width: 1200px) {
  .tz-banner1__counter-boxes {
    margin-top: 9rem;
  }
}
@media (min-width: 576px) {
  .tz-banner1__counter-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .tz-banner1__counter-boxes {
    margin-right: 1.25rem;
    gap: 2rem;
  }
}
@media (min-width: 1400px) {
  .tz-banner1__counter-boxes {
    margin-right: 5rem;
  }
}
.tz-banner1__counter-boxes:before {
  position: absolute;
  content: "";
  background-color: #dbdfff;
  width: 100vw;
  height: 17.5rem;
  bottom: 0;
  left: -2vw;
  right: -2vw;
}
@media (min-width: 576px) {
  .tz-banner1__counter-boxes:before {
    height: 9.875rem;
    width: 40vw;
    height: 9.875rem;
    bottom: 0;
    left: -40vw;
  }
}
.tz-banner1__gray-shape {
  height: 13.625rem;
  bottom: -21%;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 576px) {
  .tz-banner1__gray-shape {
    display: block;
  }
}
.tz-banner1-thumb {
  position: relative;
}
.tz-banner1-thumb__one {
  position: relative;
  z-index: 5;
  width: 70%;
}
@media (min-width: 768px) {
  .tz-banner1-thumb__one {
    width: auto;
  }
}
.tz-banner1-thumb__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .tz-banner1-thumb__shape {
    display: block;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .tz-banner1-thumb__shape {
    height: auto;
  }
}
.tz-banner1__counter1 {
  background-color: #ffffff;
  border-radius: 8px;
  z-index: 9;
  position: absolute;
  top: 30%;
  right: 25%;
}
@media (min-width: 992px) {
  .tz-banner1__counter1 {
    top: 55%;
    right: 19%;
  }
}
@media (min-width: 1200px) {
  .tz-banner1__counter1 {
    top: 9%;
    right: 10%;
  }
}
.tz-banner1__counter2 {
  background-color: #ffffff;
  border-radius: 8px;
  z-index: 9;
  position: absolute;
  bottom: 18%;
  right: 5%;
  display: none;
}
@media (min-width: 768px) {
  .tz-banner1__counter2 {
    bottom: 10%;
    right: 5%;
  }
}
@media (min-width: 992px) {
  .tz-banner1__counter2 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .tz-banner1__counter2 {
    bottom: 18%;
    right: 5%;
  }
}

/*---------------------
    Banner-1
---------------------*/
/*---------------------
    Banner-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
 Banner Layout 2
------------------------------------*/
.tz-banner2 {
  position: relative;
  padding: 6.25rem 0rem 12.5rem 0rem;
  margin: 0px 10px;
  background-color: #000000;
  border-radius: 12px;
  overflow: hidden;
}
.tz-banner2__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner/bg-shape.png");
  background-repeat: repeat;
  background-size: cover;
  opacity: 0.1;
}
@media (min-width: 1200px) {
  .tz-banner2 {
    margin: 0px 100px;
  }
}
.tz-banner2 .tz-intructors {
  top: 27%;
  right: 7%;
  display: none;
}
@media (min-width: 1400px) {
  .tz-banner2 .tz-intructors {
    display: block;
  }
}
.tz-banner2__shape1 {
  position: absolute;
  bottom: 0;
  left: 2.5%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape1 {
    opacity: 1;
  }
}
.tz-banner2__shape2 {
  position: absolute;
  top: 10.6%;
  left: 5%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape2 {
    opacity: 1;
  }
}
.tz-banner2__shape3 {
  position: absolute;
  top: 40.5%;
  left: 19.5%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape3 {
    opacity: 1;
  }
}
.tz-banner2__shape4 {
  position: absolute;
  top: 9.5%;
  right: 17%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape4 {
    opacity: 1;
  }
}
.tz-banner2__shape5 {
  position: absolute;
  bottom: 22.5%;
  right: 5%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape5 {
    opacity: 1;
  }
}
.tz-banner2__shape6 {
  position: absolute;
  bottom: 6%;
  right: 9.3%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape6 {
    opacity: 1;
  }
}
.tz-banner2__shape7 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape7 {
    opacity: 1;
  }
}
.tz-banner2__shape8 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape8 {
    opacity: 1;
  }
}
.tz-banner2__shape9 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape9 {
    opacity: 1;
  }
}
.tz-banner2__shape10 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape10 {
    opacity: 1;
  }
}
.tz-banner2__shape11 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-banner2__shape11 {
    opacity: 1;
  }
}
.tz-banner2__content {
  position: relative;
  z-index: 9;
}
.tz-banner2__search {
  position: relative;
  z-index: 9;
}
.tz-banner2__subtitle {
  position: relative;
  z-index: 5;
  text-align: center;
  background-color: transparent;
  color: #EE4A62;
  font-weight: 400;
  margin-bottom: 0.75rem;
  margin-top: 2.6875rem;
}
@media (min-width: 992px) {
  .tz-banner2__subtitle {
    margin-top: 0rem;
  }
}
.tz-banner2__title {
  position: relative;
  z-index: 5;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
  color: #ffffff;
}
.tz-banner2__title-shape {
  width: 80px;
  position: absolute;
  bottom: -25%;
  left: 0;
}
@media (min-width: 576px) {
  .tz-banner2__title-shape {
    width: 100px;
    position: absolute;
    bottom: -25%;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .tz-banner2__title-shape {
    width: 150px;
    position: absolute;
    bottom: -25%;
    left: 0;
  }
}
.tz-banner2__color-text {
  position: relative;
  color: #EE4A62;
}
.tz-banner2__desc {
  color: rgba(229, 229, 229, 0.8);
  text-align: center;
  margin-top: 0.25rem;
  margin-bottom: 2.125rem;
  padding: 0;
}
@media (min-width: 768px) {
  .tz-banner2__desc {
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
.tz-banner2__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}

/*---------------------
    Banner-2
---------------------*/
/*---------------------
    Banner-3
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
 Banner Layout 3
------------------------------------*/
.tz-banner3 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .tz-banner3 {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.tz-banner3-content {
  position: relative;
  top: 16%;
}
.tz-banner3-thumb {
  position: relative;
  top: 15%;
}
.tz-banner3__book {
  top: 13%;
  left: 5%;
}
.tz-banner3__imo {
  bottom: 0;
  left: 2.5rem;
}
.tz-banner3__subtitle {
  position: relative;
  z-index: 5;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  background-color: #EE4A62;
  color: #ffffff;
  display: inline-block;
  border-radius: 32px;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 2.6875rem;
}
@media (min-width: 992px) {
  .tz-banner3__subtitle {
    margin-top: 0rem;
  }
}
.tz-banner3__subtitle .svg {
  position: absolute;
  top: -2.6875rem;
  right: -3.75rem;
}
.tz-banner3__title-shape {
  position: absolute;
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .tz-banner3__title-shape {
    display: block;
    right: -130px;
    height: 110px;
    top: -23%;
  }
}
@media (min-width: 1200px) {
  .tz-banner3__title-shape {
    right: -69px;
    height: 157px;
    top: -27%;
  }
}
@media (min-width: 1400px) {
  .tz-banner3__title-shape {
    right: -69px;
    height: 157px;
    top: -27%;
  }
}
.tz-banner3__title span {
  z-index: 9;
  color: #343a40 !important;
}
@media (min-width: 768px) {
  .tz-banner3__title span {
    color: #ffffff !important;
  }
}
.tz-banner3__color-text {
  position: relative;
  color: #EE4A62;
}
@media (min-width: 768px) {
  .tz-banner3 .tz-counter-box-one {
    top: 25%;
    right: 11%;
  }
}
@media (min-width: 1200px) {
  .tz-banner3 .tz-counter-box-one {
    top: 20%;
    right: 37%;
  }
}
.tz-banner3 .tz-cicle-progress {
  position: absolute;
  bottom: 3.75rem;
  right: 3.75rem;
}

@media (min-width: 768px) {
  .tz-banner-testimonial {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .tz-banner-testimonial {
    padding-left: 22px;
  }
}
.tz-banner-testimonial__play-btn {
  height: 2.5rem;
  width: 5rem;
  font-size: 1.5rem;
  position: relative;
  z-index: 9;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 100px;
  background: #FCB400;
  border: none;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .tz-banner-testimonial__play-btn {
    height: 4.375rem;
    width: 8.5rem;
    font-size: 1.75rem;
  }
}
.tz-banner-testimonial__avatar {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.tz-banner-testimonial__avatar img {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-left: -20px;
}
@media (min-width: 1200px) {
  .tz-banner-testimonial__avatar img {
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin-left: -20px;
  }
}

/*---------------------
    Banner-3
---------------------*/
/*======================================
   04. Banner End
=======================================*/
/*======================================
    05. Brand Slider Start
=======================================*/
/*---------------------
    Brand SLider-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Brand Slider Layout 1
------------------------------------*/
.tz-brand1 {
  position: relative;
  padding: 3.125rem 3.125rem 3.125rem 3.125rem;
  background-color: #8E56FF;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tz-brand1 {
    padding: 4.0625rem 4.0625rem 4.0625rem 4.0625rem;
  }
}
.tz-brand1__shape {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.tz-brand1-slider {
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .tz-brand1-slider {
    margin-right: -300px;
  }
}
.tz-brand1-slider__title {
  color: #ffffff;
  line-height: 1.4;
  padding-right: 0.625rem;
}
@media (min-width: 1400px) {
  .tz-brand1-slider__title {
    padding-right: 5rem;
  }
}
.tz-brand1-slider__thumb {
  text-align: center;
}
.tz-brand1-slider .swiper-wrapper {
  align-items: center;
}

/*---------------------
    Brand SLider-1
---------------------*/
/*---------------------
    Brand SLider-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Brand Slider Layout 2
------------------------------------*/
.tz-brand2 {
  position: relative;
  overflow: hidden;
  margin-bottom: -6.25rem;
  z-index: 6;
}
.tz-brand2-wrapper {
  padding: 3.125rem 3.125rem 3.125rem 3.125rem;
  background-color: #ffffff;
  border-radius: 8px;
  border-top: 1px solid var(--White-Neutral-05, #F0F4F5);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .tz-brand2-wrapper {
    padding: 4.8125rem 1.875rem 4.8125rem 1.875rem;
  }
}
.tz-brand1-slider__thumb img {
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.tz-brand1-slider__thumb:hover img {
  filter: grayscale(0);
}

/*---------------------
    Brand SLider-2
---------------------*/
/*======================================
   05. Brand Slider End
=======================================*/
/*======================================
    06. Category Css Start
=======================================*/
/*---------------------
    Category-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Category Layout 1
------------------------------------*/
.tz-category1-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  border-radius: 4px;
  overflow: hidden;
}
.tz-category1-card__icon {
  height: 72px;
  width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FCB400;
  flex: none;
}
.tz-category1-card__icon--one {
  background-color: rgba(252, 180, 0, 0.15);
}
.tz-category1-card__icon--one svg path {
  fill: #FCB400;
}
.tz-category1-card__icon--two {
  background-color: rgba(238, 74, 98, 0.15);
}
.tz-category1-card__icon--two svg path {
  fill: #EE4A62;
}
.tz-category1-card__icon--three {
  background-color: rgba(10, 34, 244, 0.15);
}
.tz-category1-card__icon--three svg path {
  fill: #0A22F4;
}
.tz-category1-card__icon--four {
  background-color: rgba(252, 180, 0, 0.15);
}
.tz-category1-card__icon--four svg path {
  fill: #FCB400;
}
.tz-category1-card__icon--five {
  background-color: rgba(142, 86, 255, 0.15);
}
.tz-category1-card__icon--five svg path {
  fill: #8E56FF;
}
.tz-category1-card__title {
  font-weight: 600;
  margin-bottom: 0.3125rem;
  color: #181818;
}
.tz-category1-card__desc {
  font-weight: 400;
  margin-bottom: 0;
}
.tz-category1-card--one {
  background-color: rgba(252, 180, 0, 0.07);
}
.tz-category1-card--two {
  background-color: rgba(238, 74, 98, 0.07);
}
.tz-category1-card--three {
  background-color: rgba(10, 34, 244, 0.07);
}
.tz-category1-card--four {
  background-color: rgba(252, 180, 0, 0.07);
}
.tz-category1-card--five {
  background-color: rgba(142, 86, 255, 0.07);
}

/*---------------------
    Category-1
---------------------*/
/*---------------------
    Category-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
 Category Layout 2
------------------------------------*/
.tz-category2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 4px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.tz-category2-card--border {
  border: 1px solid #F0F4F5;
}
.tz-category2-card__shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tz-category2-card__shape2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tz-category2-card__shape3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.tz-category2-card__content {
  position: relative;
  z-index: 5;
  text-align: center;
}
.tz-category2-card__icon {
  position: relative;
  z-index: 5;
  height: 72px;
  width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FCB400;
  transition: all 0.3s ease-in-out;
  flex: none;
}
.tz-category2-card__icon:hover svg path {
  fill: #ffffff;
}
.tz-category2-card__icon--one {
  background-color: rgba(252, 180, 0, 0.15);
}
.tz-category2-card__icon--one svg path {
  fill: #FCB400;
  transition: all 0.3s ease-in-out;
}
.tz-category2-card__icon--two {
  background-color: rgba(238, 74, 98, 0.15);
}
.tz-category2-card__icon--two svg path {
  fill: #EE4A62;
  transition: all 0.3s ease-in-out;
}
.tz-category2-card__icon--three {
  background-color: rgba(10, 34, 244, 0.15);
}
.tz-category2-card__icon--three svg path {
  fill: #0A22F4;
  transition: all 0.3s ease-in-out;
}
.tz-category2-card__icon--four {
  background-color: rgba(252, 180, 0, 0.15);
}
.tz-category2-card__icon--four svg path {
  fill: #FCB400;
  transition: all 0.3s ease-in-out;
}
.tz-category2-card__icon--five {
  background-color: rgba(142, 86, 255, 0.15);
}
.tz-category2-card__icon--five svg path {
  fill: #8E56FF;
  transition: all 0.3s ease-in-out;
}
.tz-category2-card__title {
  font-weight: 600;
  margin-bottom: 0.0625rem;
  color: #181818;
}
.tz-category2-card__desc {
  font-weight: 400;
  margin-bottom: 0;
}
.tz-category2-card--one {
  background-color: rgba(252, 180, 0, 0.07);
}
.tz-category2-card--two {
  background-color: rgba(238, 74, 98, 0.07);
}
.tz-category2-card--three {
  background-color: rgba(10, 34, 244, 0.07);
}
.tz-category2-card--four {
  background-color: rgba(252, 180, 0, 0.07);
}
.tz-category2-card--five {
  background-color: rgba(142, 86, 255, 0.07);
}
.tz-category2-card:hover {
  border-bottom: 1px solid #0A22F4;
}
.tz-category2-card:hover .tz-category2-card__icon--one {
  background-color: #FCB400;
}
.tz-category2-card:hover .tz-category2-card__icon--one svg path {
  fill: #ffffff;
}
.tz-category2-card:hover .tz-category2-card__icon--two {
  background-color: #EE4A62;
}
.tz-category2-card:hover .tz-category2-card__icon--two svg path {
  fill: #ffffff;
}
.tz-category2-card:hover .tz-category2-card__icon--three {
  background-color: #0A22F4;
}
.tz-category2-card:hover .tz-category2-card__icon--three svg path {
  fill: #ffffff;
}
.tz-category2-card:hover .tz-category2-card__icon--four {
  background-color: #FCB400;
}
.tz-category2-card:hover .tz-category2-card__icon--four svg path {
  fill: #ffffff;
}
.tz-category2-card:hover .tz-category2-card__icon--five {
  background-color: #8E56FF;
}
.tz-category2-card:hover .tz-category2-card__icon--five svg path {
  fill: #ffffff;
}

/*---------------------
    Category-2
---------------------*/
/*======================================
    06. Category Css End
=======================================*/
/*======================================
    07. About Css Start
=======================================*/
/*---------------------
    About-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-about1 {
  position: relative;
  overflow: hidden;
}
.tz-about1__thumb-shape1 {
  position: absolute;
  bottom: -9.6875rem;
  left: -1.5625rem;
}
.tz-about1__thumb-shape2 {
  position: absolute;
  top: -50px;
  left: -50px;
}
.tz-about1__shape1 {
  position: absolute;
  bottom: 48px;
  left: 48px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about1__shape1 {
    opacity: 1;
  }
}
.tz-about1__shape2 {
  position: absolute;
  top: 120px;
  right: 120px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about1__shape2 {
    opacity: 1;
  }
}
.tz-about1__shape3 {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about1__shape3 {
    opacity: 1;
  }
}
.tz-about1__thumb-wrapper {
  position: relative;
  margin-bottom: 5.9375rem;
}
.tz-about1__thumb1 {
  position: relative;
}
.tz-about1__thumb1 img {
  border-radius: 8px;
}
.tz-about1__thumb2 {
  position: absolute;
  right: 3.75rem;
  bottom: -5.9375rem;
}
.tz-about1__thumb2 img {
  border-radius: 8px;
  border: 4px solid #F0F4F5;
}
.tz-about1__content {
  margin-top: 2.5rem;
}
.tz-about1__card {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.tz-about1__card-icon {
  position: relative;
  height: 52px;
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0A22F4;
  flex: none;
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.tz-about1__card-shape {
  position: absolute;
  top: calc(100% + 5px);
  left: 1.5rem;
}
.tz-about1__card-desc {
  margin-bottom: 0;
}
.tz-about1__footer {
  position: relative;
  z-index: 9;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.tz-about1__experience {
  position: absolute;
  top: 2.5rem;
  right: 0;
  background: #ffffff;
  z-index: 9;
  padding: 1.125rem 1.875rem 1.125rem 1.125rem;
  border-radius: 8px;
  border-right: 5px solid #0A22F4;
  transform: translateX(0%);
}
@media (min-width: 768px) {
  .tz-about1__experience {
    transform: translateX(-15%);
  }
}
.tz-about1__experience-text {
  color: #181818;
  font-weight: 500;
  margin-left: 1.25rem;
}

/*---------------------
    About-1
---------------------*/
/*---------------------
    About-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-about2 {
  position: relative;
}
.tz-about2__thumb-shape1 {
  position: absolute;
  bottom: -2.8125rem;
  left: -2.8125rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about2__thumb-shape1 {
    opacity: 1;
  }
}
.tz-about2__shape1 {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about2__shape1 {
    opacity: 1;
  }
}
.tz-about2__shape2 {
  position: absolute;
  top: 7.5rem;
  right: 7.5rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about2__shape2 {
    opacity: 1;
  }
}
.tz-about2__shape3 {
  position: absolute;
  bottom: 3.75rem;
  right: 3.75rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about2__shape3 {
    opacity: 1;
  }
}
.tz-about2__thumb-wrapper {
  position: relative;
  margin-top: 8.875rem;
}
@media (min-width: 1200px) {
  .tz-about2__thumb-wrapper {
    margin-top: 0px;
  }
}
.tz-about2__tab-desc {
  margin-bottom: 1.875rem;
}
.tz-about2__features {
  padding-left: 0;
}
.tz-about2__features-list {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3125rem;
}
.tz-about2__content {
  position: relative;
  margin-top: 2.5rem;
}
.tz-about2__content-shape1 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about2__content-shape1 {
    opacity: 1;
  }
}
.tz-about2__footer {
  position: relative;
  z-index: 9;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.tz-about2__thumb1 {
  position: relative;
  z-index: 2;
  margin-right: 12.1875rem;
}
.tz-about2__thumb1 img {
  border-radius: 12px;
  border: 8px solid #E7EAF4;
}
@media (min-width: 576px) {
  .tz-about2__thumb1 img {
    display: block;
  }
}
.tz-about2__thumb2 {
  position: absolute;
  right: 0rem;
  top: -8.875rem;
  z-index: 1;
  max-width: 100%;
}
.tz-about2__thumb2 img {
  border-radius: 12px;
  max-width: 100%;
}
@media (min-width: 576px) {
  .tz-about2__thumb2 img {
    display: block;
  }
}
.tz-about2-feature-box {
  position: absolute;
  bottom: 0.1875rem;
  right: 0;
  padding: 1.0625rem 2.5625rem 1.0625rem 2.5625rem;
  border-radius: 8px;
  background-color: #0A22F4;
  text-align: center;
  z-index: 3;
}
.tz-about2-feature-box__icon {
  margin-bottom: 0.5rem;
}
.tz-about2-feature-box__text {
  margin-bottom: 0;
}
.tz-about2__progress {
  right: 13%;
  top: -23%;
}

/*---------------------
    About-2
---------------------*/
/*---------------------
    About-3
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-about3 {
  position: relative;
}
.tz-about3__shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__shape1 {
    opacity: 1;
  }
}
.tz-about3__shape2 {
  position: absolute;
  top: 16%;
  left: 5.4%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__shape2 {
    opacity: 1;
  }
}
.tz-about3__shape3 {
  position: absolute;
  top: 10.4%;
  right: 3.8%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__shape3 {
    opacity: 1;
  }
}
.tz-about3__shape4 {
  position: absolute;
  bottom: 6.8%;
  right: 2.4%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__shape4 {
    opacity: 1;
  }
}
.tz-about3__thumb-shape1 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__thumb-shape1 {
    opacity: 1;
  }
}
.tz-about3__thumb-shape2 {
  position: absolute;
  top: 2.125rem;
  left: -0.8125rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__thumb-shape2 {
    opacity: 1;
  }
}
.tz-about3__thumb-shape3 {
  position: absolute;
  top: 4.625rem;
  left: 0.75rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__thumb-shape3 {
    opacity: 1;
  }
}
.tz-about3__thumb-shape4 {
  position: absolute;
  top: 6.875rem;
  right: 0.75rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__thumb-shape4 {
    opacity: 1;
  }
}
.tz-about3__thumb-shape5 {
  position: absolute;
  top: 13.75rem;
  right: 5.9375rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__thumb-shape5 {
    opacity: 1;
  }
}
.tz-about3__thumb-shape6 {
  position: absolute;
  bottom: 55px;
  right: 20px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__thumb-shape6 {
    opacity: 1;
  }
}
.tz-about3__thumb-wrapper {
  position: relative;
  padding-right: 12.5rem;
  padding-top: 8.125rem;
}
.tz-about3__tab-desc {
  margin-bottom: 1.875rem;
}
.tz-about3__features {
  padding-left: 0;
}
.tz-about3__features-list {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3125rem;
}
.tz-about3__content {
  position: relative;
  margin-top: 2.5rem;
}
.tz-about3__content-shape1 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-about3__content-shape1 {
    opacity: 1;
  }
}
.tz-about3__footer {
  position: relative;
  z-index: 9;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.tz-about3__thumb1 {
  position: relative;
  z-index: 2;
}
.tz-about3__thumb2 {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  z-index: 1;
  max-width: 100%;
}
.tz-about3__thumb2 img {
  border-radius: 12px;
  max-width: 100%;
}
.tz-about3-feature-box {
  position: absolute;
  bottom: 0.1875rem;
  right: 0;
  padding: 1.0625rem 2.5625rem 1.0625rem 2.5625rem;
  border-radius: 8px;
  background-color: #0A22F4;
  text-align: center;
  z-index: 3;
}
.tz-about3-feature-box__icon {
  margin-bottom: 0.5rem;
}
.tz-about3-feature-box__text {
  margin-bottom: 0;
}

/*---------------------
    About-3
---------------------*/
/*======================================
    07. About Css End
=======================================*/
/*======================================
    08. Courses Card Start
=======================================*/
/*---------------------
    Courses Card-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
 Courses Card Layout 1
------------------------------------*/
.tz-courses-card1 {
  padding: 0.75rem 0.75rem 1.25rem 0.75rem;
  border-radius: 8px;
  background-color: #F0F4F5;
  overflow: hidden;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card1__thumb {
  position: relative;
  overflow: hidden;
}
.tz-courses-card1__thumb img {
  border-radius: 8px;
  width: 100%;
}
.tz-courses-card1__rating {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.125rem 0.3125rem 0.125rem 0.3125rem;
  border-radius: 4px;
  background-color: #0A22F4;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.tz-courses-card1__rating-icon {
  font-size: 1rem;
  color: #FCB400;
}
.tz-courses-card1__rating-rate {
  font-size: 0.75rem;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .tz-courses-card1__rating {
    padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  }
  .tz-courses-card1__rating-icon {
    font-size: 1.25rem;
    color: #FCB400;
  }
  .tz-courses-card1__rating-rate {
    font-size: 1rem;
    color: #ffffff;
  }
}
.tz-courses-card1__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #FF7350;
  background-color: #FF7350;
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card1__buttons {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-50%, -48%);
  transition: all 0.3s ease-in-out;
}
.tz-courses-card1__content {
  position: relative;
  padding: 0rem 0.75rem 0rem 0.75rem;
  margin-top: 2rem;
}
.tz-courses-card1__tag {
  position: absolute;
  top: -3.5625rem;
  right: 1.25rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: end;
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  border-radius: 32px;
  border: 4px solid #F0F4F5;
  background-color: #EE4A62;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .tz-courses-card1__tag {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}
.tz-courses-card1__meta {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(138, 138, 138, 0.2);
  gap: 0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .tz-courses-card1__meta {
    gap: 1.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.tz-courses-card1__meta-lesson {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card1__meta-icon {
  font-size: 1.25rem;
  color: #0A22F4;
  font-weight: 700;
}
.tz-courses-card1__meta-text {
  margin-bottom: 0;
  color: #4E4E4E;
}
.tz-courses-card1__meta-duration {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card1__title {
  font-weight: 600;
  color: #181818;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card1__profile-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tz-courses-card1__profile {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8125rem;
}
.tz-courses-card1__profile-thumb img {
  border-radius: 50%;
}
.tz-courses-card1__profile-name {
  margin-bottom: 0;
  color: #181818;
}
.tz-courses-card1__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.75rem;
  border-radius: 4px;
  gap: 0.625rem;
}
.tz-courses-card1__footer-price {
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card1__footer-price-regular {
  color: #8A8A8A;
  text-decoration: line-through;
  font-size: 1rem;
  margin-right: 0.75rem;
}
.tz-courses-card1__footer-link {
  color: #181818;
  font-size: 1rem;
  font-weight: 500;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card1__footer-arrow {
  font-size: 1.5rem;
}
.tz-courses-card1:hover {
  border-bottom: 4px solid #0A22F4;
}
.tz-courses-card1:hover .tz-courses-card1__icon {
  opacity: 1;
  visibility: visible;
}
.tz-courses-card1:hover .tz-courses-card1__buttons {
  opacity: 1;
  visibility: visible;
  left: 48%;
  transform: translate(-50%, -48%);
}
.tz-courses-card1:hover .tz-courses-card1__title {
  color: #0A22F4;
}
.tz-courses-card1:hover .tz-courses-card1__footer-link {
  color: #0A22F4;
}

/*---------------------
    Courses Card-1
---------------------*/
/*---------------------
    Courses Card-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
   Courses Crad Layout 2
------------------------------------*/
.tz-courses-card2 {
  padding: 0.75rem 0.75rem 1.25rem 0.75rem;
  border-radius: 8px;
  background-color: #F0F4F5;
  overflow: hidden;
}
.tz-courses-card2__thumb {
  position: relative;
  overflow: hidden;
}
.tz-courses-card2__thumb img {
  border-radius: 8px;
  width: 100%;
}
.tz-courses-card2__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card2__badge-item {
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  border-radius: 32px;
  background-color: #ffffff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tz-courses-card2__buttons {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-50%, -48%);
  transition: all 0.3s ease-in-out;
}
.tz-courses-card2__content {
  padding: 0rem 0.75rem 0rem 0.75rem;
}
.tz-courses-card2__meta {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  gap: 0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .tz-courses-card2__meta {
    gap: 1.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.tz-courses-card2__meta-lesson {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card2__meta-icon {
  font-size: 1.25rem;
  color: #0A22F4;
  font-weight: 700;
}
.tz-courses-card2__meta-text {
  margin-bottom: 0;
  color: #4E4E4E;
}
.tz-courses-card2__meta-duration {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card2__title {
  font-weight: 600;
  color: #181818;
  margin-bottom: 1.25rem;
}
.tz-courses-card2__profile-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tz-courses-card2__profile {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8125rem;
}
.tz-courses-card2__profile-thumb img {
  border-radius: 50%;
}
.tz-courses-card2__profile-by {
  margin-bottom: 0.3125rem;
  color: #4E4E4E;
}
.tz-courses-card2__profile-name {
  margin-bottom: 0;
  color: #181818;
}
.tz-courses-card2__icon {
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #0A22F4;
  font-size: 1.25rem;
  color: #0A22F4;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-courses-card2__icon {
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
  }
}
.tz-courses-card2__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding: 0.875rem 0.875rem 0.875rem 0.875rem;
  background-color: rgba(10, 34, 244, 0.08);
  border-radius: 4px;
}
.tz-courses-card2__footer-price {
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card2__footer-rating {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8125rem;
}
.tz-courses-card2__footer-rate {
  margin-bottom: 0;
  font-weight: 500;
}
.tz-courses-card2__footer-stars {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.125rem;
}
.tz-courses-card2__footer-stars i {
  color: #FCB400;
  font-size: 1.125rem;
}
.tz-courses-card2:hover .tz-courses-card2__icon {
  background-color: #0A22F4;
  color: #ffffff;
}
.tz-courses-card2:hover .tz-courses-card2__buttons {
  opacity: 1;
  visibility: visible;
  left: 48%;
  transform: translate(-50%, -48%);
}
.tz-courses-card2:hover .tz-courses-card2__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding: 0.875rem 0.875rem 0.875rem 0.875rem;
  background-color: rgba(10, 34, 244, 0.08);
}
.tz-courses-card2:hover .tz-courses-card2__footer-price {
  font-weight: 700;
  color: #0A22F4;
}

/*---------------------
    Courses Card-2
---------------------*/
/*---------------------
    Courses Card-3
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Courses Card Layout 3
------------------------------------*/
.tz-courses-card3 {
  padding: 0.75rem 0.75rem 1.25rem 0.75rem;
  border-radius: 8px;
  background-color: #F0F4F5;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card3__thumb {
  position: relative;
  overflow: hidden;
}
.tz-courses-card3__thumb img {
  border-radius: 8px;
  width: 100%;
}
.tz-courses-card3__tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
  border-radius: 4px;
  background-color: #ffffff;
  color: #181818;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .tz-courses-card3__tag {
    padding: 0.375rem 0.78125rem 0.375rem 0.78125rem;
  }
}
.tz-courses-card3__price {
  position: absolute;
  top: -2.9375rem;
  right: 1.25rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  border-radius: 32px;
  background-color: #006837;
  color: #fff;
  border: 1px solid #006837;
  background-color: #F0F4F5;
  color: #1D8F41;
  border: 1px solid #1D8F41;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .tz-courses-card3__price {
    padding: 0.4375rem 0.9375rem 0.4375rem 0.9375rem;
    top: -3.5625rem;
  }
}
.tz-courses-card3__icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 0.9375rem;
  color: #1D8F41;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-courses-card3__icon {
    font-size: 1.25rem;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
.tz-courses-card3__buttons {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-50%, -48%);
  transition: all 0.3s ease-in-out;
}
.tz-courses-card3__content {
  position: relative;
  padding: 0rem 0.75rem 0rem 0.75rem;
  margin-top: 2rem;
}
.tz-courses-card3__meta {
  margin-top: 1.25rem;
  margin-bottom: 1.375rem;
  gap: 0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .tz-courses-card3__meta {
    gap: 1.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.tz-courses-card3__meta-lesson {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card3__meta-icon {
  font-size: 1.25rem;
  color: #1D8F41;
  font-weight: 700;
}
.tz-courses-card3__meta-text {
  margin-bottom: 0;
  color: #4E4E4E;
}
.tz-courses-card3__meta-duration {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card3__title {
  font-weight: 600;
  color: #181818;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card3__desc {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(138, 138, 138, 0.2);
}
.tz-courses-card3__profile-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .tz-courses-card3__profile-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.tz-courses-card3__profile {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8125rem;
}
.tz-courses-card3__profile-by {
  margin-bottom: 0;
}
.tz-courses-card3__profile-thumb img {
  border-radius: 50%;
}
.tz-courses-card3__profile-name {
  margin-bottom: 0;
  color: #181818;
}
.tz-courses-card3__rating-text {
  margin-bottom: 0.5rem;
}
.tz-courses-card3__rate {
  color: #FCB400;
}
.tz-courses-card3:hover .tz-courses-card3__title {
  color: #1D8F41;
  color: #006837;
}
.tz-courses-card3:hover .tz-courses-card3__tag {
  background-color: #1D8F41;
  background-color: #006837;
  color: #ffffff;
}
.tz-courses-card3:hover .tz-courses-card3__price {
  background-color: #1D8F41;
  background-color: #006837;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.tz-courses-card3:hover .tz-courses-card3__icon {
  background-color: #FF7350;
  color: #ffffff;
}

/*---------------------
    Courses Card-3
---------------------*/
/*---------------------
    Courses Card-4
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
   Courses Crad Layout 2
------------------------------------*/
.tz-courses-card4 {
  padding: 0.75rem 0.75rem 1.25rem 0.75rem;
  border-radius: 8px;
  background-color: #F0F4F5;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card4__thumb {
  position: relative;
  overflow: hidden;
}
.tz-courses-card4__thumb img {
  border-radius: 8px;
  width: 100%;
}
.tz-courses-card4__rating {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.125rem 0.3125rem 0.125rem 0.3125rem;
  border-radius: 4px;
  background-color: #EE4A62;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.tz-courses-card4__rating-icon {
  font-size: 1rem;
  color: #ffffff;
}
.tz-courses-card4__rating-rate {
  font-size: 0.75rem;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .tz-courses-card4__rating {
    padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  }
  .tz-courses-card4__rating-icon {
    font-size: 1.25rem;
  }
  .tz-courses-card4__rating-rate {
    font-size: 1rem;
  }
}
.tz-courses-card4__icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 0.9375rem;
  color: #EE4A62;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-courses-card4__icon {
    font-size: 1.25rem;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
.tz-courses-card4__buttons {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-50%, -48%);
  transition: all 0.3s ease-in-out;
}
.tz-courses-card4__content {
  position: relative;
  padding: 0rem 0.75rem 0rem 0.75rem;
}
.tz-courses-card4__tag {
  position: absolute;
  top: 0.75rem;
  right: 0.3125rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: end;
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  border-radius: 32px;
  background-color: #ffffff;
  color: #0A22F4;
  border: 1px solid #0A22F4;
}
@media (min-width: 1200px) {
  .tz-courses-card4__tag {
    padding: 0.3125rem 0.6875rem 0.3125rem 0.6875rem;
    right: 1.5rem;
  }
}
.tz-courses-card4__meta {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1.3125rem;
  border-bottom: 1px solid rgba(138, 138, 138, 0.2);
  gap: 0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tz-courses-card4__meta:before {
  position: absolute;
  content: "";
  bottom: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  background-color: #EE4A62;
}
@media (min-width: 1200px) {
  .tz-courses-card4__meta {
    gap: 1.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.tz-courses-card4__meta-lesson {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card4__meta-icon {
  font-size: 1.25rem;
  color: #0A22F4;
  font-weight: 700;
}
.tz-courses-card4__meta-text {
  margin-bottom: 0;
  color: #4E4E4E;
}
.tz-courses-card4__meta-duration {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card4__title {
  font-weight: 600;
  color: #181818;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card4__profile-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: -2rem;
  margin-bottom: 1.4375rem;
}
.tz-courses-card4__profile {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
}
.tz-courses-card4__profile-thumb img {
  border-radius: 50%;
}
.tz-courses-card4__profile-name {
  margin-bottom: 0;
  color: #181818;
}
.tz-courses-card4__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  border-radius: 4px;
  gap: 0.625rem;
}
.tz-courses-card4__footer-price {
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.tz-courses-card4__footer-price-regular {
  color: #8A8A8A;
  text-decoration: line-through;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  font-weight: 500;
}
.tz-courses-card4:hover .tz-courses-card4__icon {
  opacity: 1;
  visibility: visible;
}
.tz-courses-card4:hover .tz-courses-card4__buttons {
  opacity: 1;
  visibility: visible;
  left: 48%;
  transform: translate(-50%, -48%);
}
.tz-courses-card4:hover .tz-courses-card4__title {
  color: #0A22F4;
}

/*---------------------
    Courses Card-4
---------------------*/
/*---------------------
    Courses Card-5
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Courses Card Layout 5
------------------------------------*/
.tz-courses-card5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  border-radius: 8px;
  background-color: #F0F4F5;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .tz-courses-card5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.tz-courses-card5__thumb {
  position: relative;
  overflow: hidden;
  flex: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .tz-courses-card5__thumb {
    width: auto;
  }
}
.tz-courses-card5__thumb img {
  border-radius: 8px;
  width: 100%;
}
.tz-courses-card5__tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
  border-radius: 4px;
  background-color: #ffffff;
  color: #181818;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .tz-courses-card5__tag {
    padding: 0.375rem 0.78125rem 0.375rem 0.78125rem;
  }
}
.tz-courses-card5__price {
  margin-bottom: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card5__icon {
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 0.9375rem;
  color: #EE4A62;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-courses-card5__icon {
    font-size: 1.25rem;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
.tz-courses-card5__buttons {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-50%, -48%);
  transition: all 0.3s ease-in-out;
}
.tz-courses-card5__content {
  position: relative;
  padding: 1rem 1rem 1rem 0rem;
}
.tz-courses-card5__content-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tz-courses-card5__meta {
  margin-top: 0.9375rem;
  margin-bottom: 1.375rem;
  gap: 0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .tz-courses-card5__meta {
    gap: 1.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.tz-courses-card5__meta-lesson {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card5__meta-icon {
  font-size: 1.25rem;
  color: #0A22F4;
  font-weight: 700;
}
.tz-courses-card5__meta-text {
  margin-bottom: 0;
  color: #4E4E4E;
}
.tz-courses-card5__meta-duration {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.tz-courses-card5__title {
  font-weight: 600;
  color: #181818;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.tz-courses-card5__desc {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(138, 138, 138, 0.2);
}
.tz-courses-card5__profile-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .tz-courses-card5__profile-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.tz-courses-card5__profile {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8125rem;
}
.tz-courses-card5__profile-by {
  margin-bottom: 0;
}
.tz-courses-card5__profile-thumb img {
  border-radius: 50%;
}
.tz-courses-card5__profile-name {
  margin-bottom: 0;
  color: #181818;
}
.tz-courses-card5__rating-text {
  margin-bottom: 0.5rem;
}
.tz-courses-card5__rate {
  color: #FCB400;
}
.tz-courses-card5:hover .tz-courses-card5__title {
  color: #0A22F4;
}
.tz-courses-card5:hover .tz-courses-card5__tag {
  background-color: #0A22F4;
  color: #ffffff;
}
.tz-courses-card5:hover .tz-courses-card5__price {
  color: #0A22F4;
}
.tz-courses-card5:hover .tz-courses-card5__icon {
  background-color: #EE4A62;
  color: #ffffff;
}

/*---------------------
    Courses Card-5
---------------------*/
/*======================================
    08. Courses Card End
=======================================*/
/*======================================
    09. Why Choose US Css Start
=======================================*/
/*---------------------
    Wcu-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Why Choose Us Layout 1
------------------------------------*/
.tz-wcu1 {
  position: relative;
}
.tz-wcu1__shape1 {
  position: absolute;
  top: 80px;
  left: 80px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-wcu1__shape1 {
    opacity: 1;
  }
}
.tz-wcu1__shape2 {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-wcu1__shape2 {
    opacity: 1;
  }
}
.tz-wcu1__shape3 {
  position: absolute;
  top: 95px;
  right: 209px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-wcu1__shape3 {
    opacity: 1;
  }
}
.tz-wcu1__shape4 {
  position: absolute;
  bottom: 0px;
  right: 60px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-wcu1__shape4 {
    opacity: 1;
  }
}
.tz-wcu1__section-top {
  padding-right: 0rem;
}
@media (min-width: 1400px) {
  .tz-wcu1__section-top {
    padding-right: 11.25rem;
  }
}
.tz-wcu1__desc {
  margin-top: 0.9375rem;
  margin-bottom: 2.5rem;
  padding-right: 0rem;
}
@media (min-width: 1400px) {
  .tz-wcu1__desc {
    padding-right: 11.25rem;
  }
}
.tz-wcu1-card {
  position: relative;
  z-index: 5;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.tz-wcu1-card__icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex: none;
}
.tz-wcu1-card__title {
  font-weight: 800;
  margin-bottom: 0.1875rem;
}
.tz-wcu1-card__desc {
  color: #4E4E4E;
  margin-bottom: 0;
}
.tz-wcu1-card--one {
  margin-right: 0rem;
}
@media (min-width: 1400px) {
  .tz-wcu1-card--one {
    margin-right: 11.25rem;
  }
}
.tz-wcu1-card--one .tz-wcu1-card__icon {
  background-color: rgba(142, 86, 255, 0.2) !important;
}
.tz-wcu1-card--two {
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: 1.25rem;
}
@media (min-width: 1400px) {
  .tz-wcu1-card--two {
    margin-left: 3.75rem;
    margin-right: 7.5rem;
  }
}
.tz-wcu1-card--two .tz-wcu1-card__icon {
  background-color: rgba(238, 74, 98, 0.2) !important;
}
.tz-wcu1-thumb {
  position: relative;
  text-align: end;
  margin-bottom: 100px;
}
.tz-wcu1-thumb__shape1 {
  position: absolute;
  bottom: -70px;
  right: 218px;
}
.tz-wcu1-thumb__shape2 {
  position: absolute;
  bottom: 256px;
  left: -141px;
  display: none;
  z-index: 1;
}
@media (min-width: 1400px) {
  .tz-wcu1-thumb__shape2 {
    display: block;
  }
}
.tz-wcu1-thumb__one {
  position: relative;
  z-index: 3;
}
.tz-wcu1-thumb__one img {
  border-radius: 320px;
}
.tz-wcu1-thumb__two {
  position: absolute;
  bottom: -100px;
  left: 53px;
  z-index: 5;
}
.tz-wcu1-thumb__two img {
  border-radius: 320px;
  border: 4px solid #F0F4F5;
}
.tz-wcu1 .tz-counter-box-one {
  position: absolute;
  right: calc(50% - 50px);
  top: calc(10% + 15px);
}

.tz-review-trophy {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background: #ffffff;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  border-radius: 4px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 0;
  top: calc(100% - 50px);
}
.tz-review-trophy__icon {
  height: 52px;
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 0.9375rem;
}
.tz-review-trophy__content h5 {
  text-align: left;
  margin-bottom: 0rem;
}

/*---------------------
    Wcu-1
---------------------*/
/*---------------------
    Wcu-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
 Category Layout 2
------------------------------------*/
.tz-wcu2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
  padding: 2.0625rem 2.0625rem 2.0625rem 2.0625rem;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.tz-wcu2-card__shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tz-wcu2-card__shape2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tz-wcu2-card__shape3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.tz-wcu2-card__content {
  position: relative;
  z-index: 5;
  text-align: center;
}
.tz-wcu2-card__icon {
  position: relative;
  z-index: 5;
  height: 72px;
  width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FCB400;
  transition: all 0.3s ease-in-out;
}
.tz-wcu2-card__icon--one {
  background-color: #8E56FF;
}
.tz-wcu2-card__icon--one svg path {
  fill: #ffffff;
}
.tz-wcu2-card__icon--two {
  background-color: #EE4A62;
}
.tz-wcu2-card__icon--two svg path {
  fill: #ffffff;
}
.tz-wcu2-card__icon--three {
  background-color: #0A22F4;
}
.tz-wcu2-card__icon--three svg path {
  fill: #ffffff;
}
.tz-wcu2-card__title {
  font-weight: 600;
  margin-bottom: 0.388125rem;
  color: #181818;
}
.tz-wcu2-card__desc {
  font-weight: 400;
  margin-bottom: 0;
}
.tz-wcu2-card--one {
  background-color: rgba(142, 86, 255, 0.07);
}
.tz-wcu2-card--two {
  background-color: rgba(238, 74, 98, 0.07);
}
.tz-wcu2-card--three {
  background-color: rgba(10, 34, 244, 0.07);
}

/*---------------------
    Wcu-2
---------------------*/
/*======================================
    09. Why Choose US Css End
=======================================*/
/*======================================
    11. Discount Css Start
=======================================*/
/*---------------------
    Disount-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Course Discount Layout 1
------------------------------------*/
.tz-course-discount1 {
  position: relative;
  overflow: hidden;
}
.tz-course-discount1__shape1 {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-course-discount1__shape1 {
    opacity: 1;
  }
}
.tz-course-discount1__shape2 {
  position: absolute;
  top: 112px;
  right: 111px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-course-discount1__shape2 {
    opacity: 1;
  }
}
.tz-course-discount1__shape3 {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-course-discount1__shape3 {
    opacity: 1;
  }
}
.tz-course-discount1__thumb {
  margin-bottom: -30px;
}
.tz-course-discount1__thumb-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .tz-course-discount1__thumb-wrapper {
    overflow: visible;
  }
}
.tz-course-discount1__thumb img {
  position: relative;
  z-index: 4;
  height: 100%;
}
.tz-course-discount1__thumb-shape1 {
  position: absolute;
  top: 41%;
  left: -22%;
  z-index: 3;
}
.tz-course-discount1__thumb-shape2 {
  position: absolute;
  top: 21%;
  right: 30%;
  z-index: 2;
}
.tz-course-discount1__thumb-shape3 {
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: 1;
}
.tz-course-discount1__content {
  position: relative;
  z-index: 5;
}
.tz-course-discount1__top-title {
  font-size: 1.875rem;
  padding-right: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .tz-course-discount1__top-title {
    padding-right: 6.25rem;
  }
}
@media (min-width: 992px) {
  .tz-course-discount1__top-title {
    font-size: 3.5rem;
  }
}
.tz-course-discount1__countdown-boxes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
  margin-top: 2.0625rem;
}
@media (min-width: 1200px) {
  .tz-course-discount1__countdown-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.tz-course-discount1__countdown-box {
  position: relative;
}
@media (min-width: 0) {
  .tz-course-discount1__countdown-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .tz-course-discount1__countdown-box {
    flex: none;
  }
}
.tz-course-discount1__countdown-box-bg {
  position: relative;
}
.tz-course-discount1__countdown-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.tz-course-discount1__countdown-box-content h3 {
  margin-bottom: 0;
}

/*---------------------
    Disount-1
---------------------*/
/*======================================
    11. Discount Css End
=======================================*/
/*======================================
    12. Team Css Start
=======================================*/
/*---------------------
    Team-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Teams Layout 1
------------------------------------*/
.tz-team1-card {
  /* Card Image Section */
  /* Card Content Section */
  /* After Hover */
}
.tz-team1-card__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  left: 50%;
  display: inline-flex;
  transform: translateX(-50%);
}
.tz-team1-card__thumb-img {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tz-team1-card__thumb-social {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -3.125rem;
  right: 0rem;
  width: 3.75rem;
  height: max-content;
  border-radius: 8px;
  background: #ffffff;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  border: 1px solid #0A22F4;
  box-shadow: 0px 0px 0px 6px #fff;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  transition: all 0.3s ease-in-out;
}
.tz-team1-card__thumb-social a {
  height: 44px;
  width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.5rem;
  background-color: #F0F4F5;
  transition: all 0.3s ease-in-out;
  color: #181818;
}
.tz-team1-card__thumb-social a i {
  transition: all 0.3s ease-in-out;
}
.tz-team1-card__thumb-social a:hover {
  background-color: #0A22F4;
  color: #ffffff;
}
.tz-team1-card__content {
  position: relative;
  max-width: 16.125rem;
  text-align: center;
  margin: -44px auto 0px;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.25rem;
  border-bottom: 0.25rem solid #0A22F4;
  background: #ffffff !important;
  z-index: 6;
}
.tz-team1-card__content-name {
  margin: 0rem 0rem 0rem 0rem;
  font-weight: 600;
}
.tz-team1-card__content-designation {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.tz-team1-card:hover .tz-team1-card__thumb-social {
  opacity: 1;
  visibility: visible;
  top: 0;
  right: 0;
}

/*---------------------
    Team-1
---------------------*/
/*---------------------
    Team-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Teams Layout 2
------------------------------------*/
.tz-team2-card {
  position: relative;
  text-align: center;
  /* Card Content Section */
  /* After Hover */
}
.tz-team2-card__musk-thumb {
  position: relative;
}
.tz-team2-card__musk-thumb img {
  width: 100%;
}
.tz-team2-card-shape-top {
  right: -1px;
  top: -14px;
  transform: scale(-1);
  width: 15px;
}
.tz-team2-card-shape-btm {
  right: calc(100% - 1px);
  bottom: -1px;
  transform: scale(-1);
  width: 15px;
}
.tz-team2-card-shape-btm path {
  fill: #fff;
}
.tz-team2-card__button {
  position: absolute;
  right: 0;
  bottom: 0%;
  background: #ffffff;
  padding: 10px 5px 10px 10px;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tz-team2-card__button-plus {
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #0A22F4;
  color: #0A22F4;
}
.tz-team2-card__button-plus i {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .tz-team2-card__button-plus {
    height: 66px;
    width: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .tz-team2-card__button-plus .ph {
    font-size: 1.5rem;
  }
}
.tz-team2-card__button-plus-before {
  transition: all 0.3s ease-in-out;
}
.tz-team2-card__button-plus-after {
  display: none;
  transition: all 0.3s ease-in-out;
}
.tz-team2-card__button:hover .tz-team2-card__social {
  opacity: 1;
  visibility: visible;
}
.tz-team2-card__button:hover .tz-team2-card__button-plus-before {
  display: none;
}
.tz-team2-card__button:hover .tz-team2-card__button-plus-after {
  display: block;
}
.tz-team2-card__social {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 150%;
  right: 10%;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #0A22F4;
  border-radius: 144px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .tz-team2-card__social {
    bottom: 125%;
  }
}
.tz-team2-card__social-link {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0A22F4;
  border: 1px solid #0A22F4;
  color: #ffffff;
  font-size: 1.25rem;
}
.tz-team2-card__content {
  margin-top: 1.25rem;
  text-align: start;
}
.tz-team2-card__content-name {
  color: #181818;
  font-weight: 600;
}
.tz-team2-card__content-designation {
  color: #4E4E4E;
}
.tz-team2-card:hover .tz-team2-card__content {
  margin-top: 1.25rem;
}
.tz-team2-card:hover .tz-team2-card__content-name {
  color: #0A22F4;
}
.tz-team2-card:hover .tz-team2-card__content-designation {
  color: #0A22F4;
}

/*---------------------
    Team-2
---------------------*/
/*======================================
    12. Team Css End
=======================================*/
/*======================================
    13. Testimonial Css Start
=======================================*/
/*---------------------
    Testimonial-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Testimonial Layout 1
------------------------------------*/
.tz-testimonial1 {
  position: relative;
  overflow: hidden;
}
.tz-testimonial1__shape1 {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-testimonial1__shape1 {
    opacity: 1;
  }
}
.tz-testimonial1__shape2 {
  position: absolute;
  right: 120px;
  top: 120px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-testimonial1__shape2 {
    opacity: 1;
  }
}
.tz-testimonial1__shape3 {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-testimonial1__shape3 {
    opacity: 1;
  }
}
.tz-testimonial1__shape4 {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -75%);
  z-index: 1;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-testimonial1__shape4 {
    opacity: 1;
  }
}
.tz-testimonial1-card {
  position: relative;
  z-index: 3;
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
}
@media (min-width: 768px) {
  .tz-testimonial1-card {
    padding: 0.75rem 2rem 0.75rem 2rem;
  }
}
.tz-testimonial1-card__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}
.tz-testimonial1-card__stars-icon {
  color: #FCB400;
  font-size: 1.5rem;
}
.tz-testimonial1-card__desc {
  color: #4E4E4E;
  margin-bottom: 2rem;
}
.tz-testimonial1-card__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.tz-testimonial1-card__profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid rgba(138, 138, 138, 0.8);
}
.tz-testimonial1-card__profile-thumb img {
  border-radius: 50%;
}
.tz-testimonial1-card__profile-name {
  color: #181818;
}
.tz-testimonial1-card__profile-designation {
  margin-bottom: 0;
  color: #4E4E4E;
}
.tz-testimonial1-card__social i {
  color: #0A22F4;
  font-size: 2rem;
}
.tz-testimonial1__slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 60px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  background-color: #ffffff;
}
.tz-testimonial1__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.tz-testimonial1__slider .swiper-pagination-bullet-active {
  color: #0A22F4 !important;
  background-color: #0A22F4 !important;
}

/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Testimonial Layout 2
------------------------------------*/
.tz-testimonial2 {
  position: relative;
}
.tz-testimonial2__shape1 {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-testimonial2__shape1 {
    opacity: 1;
  }
}
.tz-testimonial2__shape2 {
  position: absolute;
  right: 120px;
  top: 120px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-testimonial2__shape2 {
    opacity: 1;
  }
}
.tz-testimonial2__shape3 {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-testimonial2__shape3 {
    opacity: 1;
  }
}
.tz-testimonial2__shape4 {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -75%);
  z-index: 1;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-testimonial2__shape4 {
    opacity: 1;
  }
}
.tz-testimonial2-card {
  padding: 2rem 2rem 2rem 2rem;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.tz-testimonial2-card__text {
  line-height: 1.456;
  margin-bottom: 3rem;
  color: #181818;
}
.tz-testimonial2-card__content {
  text-align: left;
}
.tz-testimonial2-card__client {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  margin-bottom: 3.25rem;
}
.tz-testimonial2-card__client-image {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.tz-testimonial2-card__client-info {
  text-align: start;
}
.tz-testimonial2-card__client-info-name {
  margin-bottom: 0.1875rem;
  font-weight: 600;
  color: #181818;
}
.tz-testimonial2-card__client-info-designation {
  margin-bottom: 0;
  color: #4E4E4E;
}
.tz-testimonial2-card__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tz-testimonial2-card__footer-stars {
  font-size: 1.5rem;
  color: #FCB400;
}
.tz-testimonial2-card__footer-quote svg {
  font-size: 2.125rem;
}
.tz-testimonial2-card__footer-quote svg path {
  fill: rgba(255, 115, 80, 0.1);
}
.tz-testimonial2-card:hover {
  background-color: #1D8F41;
}
.tz-testimonial2-card:hover .tz-testimonial2-card__text {
  color: #ffffff;
}
.tz-testimonial2-card:hover .tz-testimonial2-card__content {
  color: #ffffff;
}
.tz-testimonial2-card:hover .tz-testimonial2-card__client-info-name {
  color: #ffffff;
}
.tz-testimonial2-card:hover .tz-testimonial2-card__client-info-designation {
  color: #ffffff;
}
.tz-testimonial2-card:hover .tz-testimonial2-card__footer-stars {
  color: #ffffff;
}
.tz-testimonial2-card:hover .tz-testimonial2-card__footer-quote svg path {
  fill: #ffffff;
}

/*---------------------
    Testimonial-1
---------------------*/
/*======================================
    13. Testimonial Css End
=======================================*/
/*======================================
    14. Blog Css Start
=======================================*/
/*---------------------
    Blog-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Blogs Layout 1
------------------------------------*/
.tz-blog1-card-image {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.tz-blog1-card-more {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0A22F4;
  color: #ffffff;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .tz-blog1-card-more {
    height: 64px;
    width: 64px;
  }
}
.tz-blog1-card-more:hover {
  color: #EE4A62;
}
.tz-blog1-card-link {
  position: absolute;
  background: #ffffff;
  padding: 10px;
  border-radius: 0 0 0 40px;
  top: -84px;
  right: -84px;
  transition: all 0.6s linear;
}
.tz-blog1-card-shape-top {
  position: absolute;
  top: 0;
  left: -24px;
  transition: all 0.6s linear;
  transform: rotate(90deg);
  width: 24px;
}
.tz-blog1-card-shape-btm {
  position: absolute;
  right: 0px;
  top: 60px;
  transform: translate(76%, -77%);
  transition: all 0.6s linear;
  transform: rotate(90deg);
  width: 24px;
}
@media (min-width: 992px) {
  .tz-blog1-card-shape-btm {
    right: 0px;
    top: 84px;
  }
}
.tz-blog1-card:hover .tz-blog1-card-link {
  top: 0;
  right: 0;
}
.tz-blog1-card__title {
  font-weight: 800;
  color: #181818;
}
.tz-blog1-card__desc {
  color: #4E4E4E;
}
.tz-blog1-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  margin-top: 1.875rem;
}
.tz-blog1-card__meta-tag {
  padding: 0.3125rem 0.75rem 0.3125rem 0.75rem;
  border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #8A8A8A;
  color: #4E4E4E;
}
.tz-blog1-card__meta-date {
  color: #4E4E4E;
}
.tz-blog1-card__meta-comment {
  color: #4E4E4E;
}

/*---------------------
    Blog-1
---------------------*/
/*---------------------
    Blog-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Blogs Layout 2
------------------------------------*/
.tz-blog2-card__thumb img {
  border-radius: 4px;
  width: 100%;
}
.tz-blog2-card__content {
  padding: 1.5rem 1rem 0rem 1rem;
}
.tz-blog2-card__title {
  font-weight: 600;
  color: #181818;
}
.tz-blog2-card__desc {
  color: #4E4E4E;
  margin-bottom: 1.5rem;
}
.tz-blog2-card:hover .tz-button__three {
  color: #ffffff;
  background-color: #1D8F41;
}
.tz-blog2-card:hover .tz-button-circle__three {
  color: #ffffff;
  background-color: #1D8F41;
}

/*---------------------
    Blog-2
---------------------*/
/*---------------------
    Blog-3
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Blogs Layout 3
------------------------------------*/
.tz-blog3-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  background-color: rgba(240, 244, 245, 0.4);
  border: 1px solid #F0F4F5;
  border-radius: 8px;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .tz-blog3-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .tz-blog3-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .tz-blog3-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.tz-blog3-card__thumb {
  flex: auto;
}
@media (min-width: 768px) {
  .tz-blog3-card__thumb {
    flex: none;
  }
}
@media (min-width: 992px) {
  .tz-blog3-card__thumb {
    flex: auto;
  }
}
@media (min-width: 1200px) {
  .tz-blog3-card__thumb {
    flex: none;
  }
}
.tz-blog3-card__thumb img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.tz-blog3-card__content {
  padding: 0rem 0.75rem 0rem 0rem;
}
.tz-blog3-card__date {
  margin-bottom: 0.75rem;
  color: #4E4E4E;
}
.tz-blog3-card__title {
  color: #181818;
  margin-bottom: 0.75rem;
}
.tz-blog3-card__desc {
  color: #4E4E4E;
  margin-bottom: 3rem;
}
.tz-blog3-card:hover .tz-button__three {
  color: #ffffff;
  background-color: #1D8F41;
}
.tz-blog3-card:hover .tz-button-circle__three {
  color: #ffffff;
  background-color: #1D8F41;
}

/*---------------------
    Blog-3
---------------------*/
/*======================================
    14. Blog Css End
=======================================*/
/*======================================
    15. Subscribe Start
=======================================*/
/*---------------------
    Subscribe-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Subscribe Layout 1
------------------------------------*/
.tz-subscribe1 {
  margin-bottom: -150px;
  position: relative;
  z-index: 9;
}
.tz-subscribe1-wrapper {
  position: relative;
  background-color: #006837;
  border-radius: 12px;
  overflow: hidden;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
@media (min-width: 992px) {
  .tz-subscribe1-wrapper {
    padding: 5rem 5rem 5rem 5rem;
  }
}
.tz-subscribe1-wrapper__shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tz-subscribe1-wrapper__shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.tz-subscribe1-wrapper__shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.tz-subscribe1-wrapper__shape4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.tz-subscribe1__subtitle {
  position: relative;
  z-index: 5;
  margin-bottom: 1rem;
}
.tz-subscribe1__title {
  position: relative;
  z-index: 5;
}
.tz-subscribe1-content {
  position: relative;
  z-index: 5;
  padding: 0rem 0rem 0rem 0rem;
}
@media (min-width: 1200px) {
  .tz-subscribe1-content {
    padding: 0rem 0rem 0rem 1.6875rem;
  }
}
.tz-subscribe1-content__subscribe-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 576px) {
  .tz-subscribe1-content__subscribe-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }
}
.tz-subscribe1-content__subscribe-meta input {
  padding: 0.875rem 1.5rem 0.875rem 1.5rem;
  border-radius: 100px;
  width: 100%;
  border: none;
}
.tz-subscribe1-content__subscribe-meta input::placeholder {
  color: #8A8A8A;
  font-size: 1rem;
}
.tz-subscribe1-content__subscribe-meta .tz-buttons {
  flex: none;
}
.tz-subscribe1-content__user-wrapper {
  display: flex;
  margin-top: 2.625rem;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .tz-subscribe1-content__user-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2rem;
  }
}
.tz-subscribe1-content__users {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
}
.tz-subscribe1-content__users img {
  border-radius: 50%;
  border: 2px solid #E5E5E5;
}
.tz-subscribe1-content__user {
  margin-left: -20px;
}
.tz-subscribe1-content__user img {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tz-subscribe1-content__user-amount {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1D8F41;
  border: 2px solid #1D8F41;
  margin-left: -20px;
}
.tz-button.tz-text-l {
	background: #1D8F41 !important;
}
.tz-subscribe1-content__text p {
  margin-bottom: 0.75rem;
}
.tz-subscribe1-content__text-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

/*---------------------
    Subscribe-1
---------------------*/
/*======================================
    15. Subscribe End
=======================================*/
/*======================================
    16. Faq Start
=======================================*/
/*---------------------
    Faq-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-faq1 {
  position: relative;
  overflow: hidden;
}
.tz-faq1__section-top {
  padding-right: 3.125rem;
}
@media (min-width: 992px) {
  .tz-faq1__section-top {
    padding-right: 6.875rem;
  }
}
.tz-faq1__shape1 {
  position: absolute;
  bottom: 1%;
  left: 2%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-faq1__shape1 {
    opacity: 1;
  }
}
.tz-faq1__shape2 {
  position: absolute;
  top: 10%;
  left: 9.5%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-faq1__shape2 {
    opacity: 1;
  }
}
.tz-faq1__shape3 {
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-faq1__shape3 {
    opacity: 1;
  }
}
.tz-faq1__shape4 {
  position: absolute;
  bottom: 4%;
  right: 2%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-faq1__shape4 {
    opacity: 1;
  }
}
.tz-faq1-thumb {
  position: relative;
  padding-top: 10.3125rem;
}
.tz-faq1-thumb__shape-one {
  position: absolute;
  top: 43%;
  right: 18%;
  width: 20%;
}
@media (min-width: 992px) {
  .tz-faq1-thumb__shape-one {
    width: auto;
    right: 38%;
  }
}
.tz-faq1-thumb__shape-two {
  position: absolute;
  top: -2%;
  left: 23%;
  width: 20%;
}
@media (min-width: 992px) {
  .tz-faq1-thumb__shape-two {
    width: auto;
  }
}
.tz-faq1-thumb__shape-three {
  position: absolute;
  top: 16%;
  right: 0%;
  width: 20%;
}
@media (min-width: 992px) {
  .tz-faq1-thumb__shape-three {
    width: auto;
    right: 7%;
  }
}
.tz-faq1-thumb__shape-four {
  position: absolute;
  top: 4%;
  right: 27%;
  width: 20%;
}
@media (min-width: 992px) {
  .tz-faq1-thumb__shape-four {
    width: auto;
  }
}
.tz-faq1-thumb__shape-five {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
}
@media (min-width: 992px) {
  .tz-faq1-thumb__shape-five {
    width: auto;
  }
}

/*---------------------
    Faq-1
---------------------*/
/*======================================
   16. Faq End
=======================================*/
/*======================================
    17. Counter Start
=======================================*/
/*---------------------
    Counter-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
 Counter Layout 1
------------------------------------*/
.tz-counter1__wrapper {
  position: relative;
  z-index: 8;
  padding: 3.125rem 3.125rem 3.125rem 3.125rem;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
  margin-top: -7.5rem;
}
@media (min-width: 992px) {
  .tz-counter1__wrapper {
    padding: 5rem 5rem 5rem 5rem;
  }
}
.tz-counter1-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.tz-counter1-box__icon {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.tz-counter1-box__icon svg {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media (min-width: 768px) {
  .tz-counter1-box__icon {
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  .tz-counter1-box__icon svg {
    width: 3rem;
    height: 3rem;
  }
}
.tz-counter1-box--one .tz-counter1-box__icon {
  background-color: rgba(252, 180, 0, 0.15);
}
.tz-counter1-box--two .tz-counter1-box__icon {
  background-color: rgba(238, 74, 98, 0.15);
}
.tz-counter1-box--three .tz-counter1-box__icon {
  background-color: rgba(10, 34, 244, 0.15);
}
.tz-counter1-box--four .tz-counter1-box__icon {
  background-color: rgba(255, 115, 80, 0.15);
}
.tz-counter1-box__number-wrapper {
  margin-bottom: 0;
}
.tz-counter1-box__amount {
  margin-bottom: 0;
}
.tz-counter1-box__text {
  margin-bottom: 0;
}

/*---------------------
    Counter-1
---------------------*/
/*---------------------
    Counter-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
 Counter Layout 1
------------------------------------*/
.tz-counter2 {
  position: relative;
  z-index: 5;
  margin-bottom: -9.0625rem;
}
.tz-counter2__wrapper {
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .tz-counter2__wrapper {
    padding: 3.75rem 3.75rem 3.75rem 3.75rem;
  }
}
.tz-counter2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  text-align: center;
}
.tz-counter2-box__icon {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.tz-counter2-box__icon svg {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media (min-width: 768px) {
  .tz-counter2-box__icon {
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  .tz-counter2-box__icon svg {
    width: 3rem;
    height: 3rem;
  }
}
.tz-counter2-box--one .tz-counter2-box__icon {
  background-color: rgba(252, 180, 0, 0.15);
}
.tz-counter2-box--two .tz-counter2-box__icon {
  background-color: rgba(238, 74, 98, 0.15);
}
.tz-counter2-box--three .tz-counter2-box__icon {
  background-color: rgba(10, 34, 244, 0.15);
}
.tz-counter2-box--four .tz-counter2-box__icon {
  background-color: rgba(255, 115, 80, 0.15);
}
.tz-counter2-box__number-wrapper {
  margin-bottom: 0;
}
.tz-counter2-box__amount {
  margin-bottom: 0;
}
.tz-counter2-box__text {
  margin-bottom: 0;
}

/*---------------------
    Counter-2
---------------------*/
/*======================================
   17. Counter End
=======================================*/
/*======================================
    18. Registration Start
=======================================*/
/*---------------------
    Registration-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-registration1 {
  position: relative;
  margin-bottom: 7.5rem;
}
.tz-registration1__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner/bg-shape.png");
  background-repeat: repeat;
  background-size: cover;
  opacity: 0.1;
}
.tz-registration1__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
.tz-registration1__shape1 {
  position: absolute;
  bottom: 11%;
  left: 3%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-registration1__shape1 {
    opacity: 1;
  }
}
.tz-registration1__shape2 {
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 1;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .tz-registration1__shape2 {
    opacity: 1;
  }
}
.tz-registration1__shape3 {
  position: absolute;
  bottom: 8%;
  right: 2%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-registration1__shape3 {
    opacity: 1;
  }
}
.tz-registration1-content {
  position: relative;
}
.tz-registration1-content-shape1 {
  position: absolute;
  top: -10%;
  right: 15%;
  z-index: 1;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .tz-registration1-content-shape1 {
    opacity: 1;
    top: -10%;
    right: -14%;
  }
}
.tz-registration1 .tz-player {
  margin-top: 4.25rem;
}

/*---------------------
    Registration-1
---------------------*/
/*======================================
   18. Registration End
=======================================*/
/*======================================
    19. Pricing Start
=======================================*/
/*---------------------
    Pricing-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-pricing1 {
  position: relative;
}
.tz-pricing1__shape1 {
  position: absolute;
  bottom: 0;
  left: 2.125rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-pricing1__shape1 {
    opacity: 1;
  }
}
.tz-pricing1__shape2 {
  position: absolute;
  top: 10%;
  left: 9.5%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-pricing1__shape2 {
    opacity: 1;
  }
}
.tz-pricing1__shape3 {
  position: absolute;
  top: 19%;
  right: 9.4%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-pricing1__shape3 {
    opacity: 1;
  }
}
.tz-pricing1__shape4 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .tz-pricing1__shape4 {
    opacity: 1;
  }
}
.tz-pricing1-item {
  position: relative;
  z-index: 5;
  padding: 2rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 12px;
  border: 1px solid rgba(138, 138, 138, 0.2);
  transition: all 0.3s ease-in-out;
  background-color: #F0F4F5;
}
@media (min-width: 576px) {
  .tz-pricing1-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.tz-pricing1-item__info {
  border-right: 1px solid rgba(235, 239, 240, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .tz-pricing1-item__info {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .tz-pricing1-item__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .tz-pricing1-item__info {
    margin-bottom: 5rem;
  }
}
.tz-pricing1-item__name {
  padding: 0.625rem 1rem 0.625rem 1rem;
  border-radius: 32px;
  background-color: rgba(238, 74, 98, 0.15);
  transition: all 0.3s ease-in-out;
}
.tz-pricing1-item__price {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .tz-pricing1-item__price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .tz-pricing1-item__price {
    margin-top: 3.75rem;
  }
}
.tz-pricing1-item__duration {
  margin-top: 0.75rem;
}
.tz-pricing1-item__list {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .tz-pricing1-item__list {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .tz-pricing1-item__list {
    margin-bottom: 5rem;
  }
}
.tz-pricing1-item__list ul {
  padding: 0;
  list-style: none;
  margin-left: 0rem;
  margin-bottom: 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 576px) {
  .tz-pricing1-item__list ul {
    margin-left: 2rem;
  }
}
.tz-pricing1-item__list ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tz-pricing1-item__icon {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(238, 74, 98, 0.1);
  margin-right: 0.75rem;
}
.tz-pricing1-item__icon img {
  width: 15px;
}
@media (min-width: 992px) {
  .tz-pricing1-item__icon img {
    width: 15px;
  }
}
.tz-pricing1-item__button {
  width: 100%;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  border-radius: 60px;
  background: rgba(10, 34, 244, 0.15);
  transition: all 0.3s ease-in-out;
  border: none;
}
.tz-pricing1-item:hover .tz-pricing1-item__name {
  background-color: #EE4A62;
  color: #ffffff !important;
}
.tz-pricing1-item:hover .tz-pricing1-item__button {
  background-color: #0A22F4;
  color: #ffffff !important;
}

/*---------------------
    Pricing-1
---------------------*/
/*======================================
   19. Pricing End
=======================================*/
/*======================================
    20. Partners Start
=======================================*/
/*---------------------
    Partners-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
 Category Layout 2
------------------------------------*/
.tz-partner1-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.tz-partner1-logo__item {
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  object-fit: cover;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #F0F4F5;
}
.tz-partner1-logo__item img {
  width: 11.5rem;
  height: auto;
}
@media (min-width: 1200px) {
  .tz-partner1-logo__item:nth-child(1) {
    border-top: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .tz-partner1-logo__item:nth-child(2) {
    border-top: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .tz-partner1-logo__item:nth-child(3) {
    border-top: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .tz-partner1-logo__item:nth-child(4) {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .tz-partner1-logo__item:nth-child(5) {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .tz-partner1-logo__item:nth-child(6) {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}

/*---------------------
    Partners-1
---------------------*/
/*======================================
   20. Partners End
=======================================*/
/*======================================
    21. Contact Start
=======================================*/
/*---------------------
    Contact-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Contact Page  
------------------------------------*/
.tz-contact-info-box {
  padding: 2.3125rem 2.5rem 2.3125rem 2.5rem;
  text-align: center;
  border-radius: 12px;
  border-bottom: 2px solid #1D8F41;
  background-color: #F0F4F5;
  transition: all 0.3s ease-in-out;
}
.tz-contact-info-box__icon {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1D8F41;
  color: #ffffff;
  margin-bottom: 1.75rem;
  transition: all 0.3s ease-in-out;
  font-size: 2rem;
}
.tz-contact-info-box__title {
  margin-bottom: 0.875rem;
  transition: all 0.3s ease-in-out;
}
.tz-contact-info-box__link {
  color: #4E4E4E;
  transition: all 0.3s ease-in-out;
}
.tz-contact-info-box:hover, .tz-contact-info-box.active {
  background-color: #1D8F41;
}
.tz-contact-info-box:hover .tz-contact-info-box__icon, .tz-contact-info-box.active .tz-contact-info-box__icon {
  background-color: #ffffff;
  color: #1D8F41;
}
.tz-contact-info-box:hover .tz-contact-info-box__title, .tz-contact-info-box.active .tz-contact-info-box__title {
  color: #ffffff;
}
.tz-contact-info-box:hover .tz-contact-info-box__link, .tz-contact-info-box.active .tz-contact-info-box__link {
  color: #ffffff;
}
.tz-contact-form {
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  border-radius: 12px;
  background: #F0F4F5;
}
@media (min-width: 768px) {
  .tz-contact-form {
    padding: 3rem 3rem 3rem 3rem;
  }
}
.tz-contact-form .tz-section-top {
  margin-bottom: 3rem;
}
.tz-contact-form label {
  margin-bottom: 0.75rem;
}
.tz-contact-form input {
  line-height: 3rem;
  border-radius: 8px;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.tz-contact-form input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.tz-contact-form textarea {
  line-height: 3rem;
  border-radius: 8px;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 9.75rem;
}
.tz-contact-form textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.tz-contact-form button {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: 1.5rem;
  border: none;
}
.tz-contact__map {
  height: 100%;
  width: 100%;
}
.tz-contact__map iframe {
  border-radius: 8px;
  height: 100%;
  width: 100%;
}

/*---------------------
    Contact-1
---------------------*/
/*======================================
   21. Contact End
=======================================*/
/*======================================
    22. Instructor Details Start
=======================================*/
/*---------------------
    Instructor Details-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-instructor-details__thumb {
  border-radius: 8px;
}
.tz-instructor-details-content__designation {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed rgba(78, 78, 78, 0.4);
}
.tz-instructor-details-content-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  margin: 1.5rem 0rem 1.5rem 0rem;
}
.tz-instructor-details-content-info ul {
  padding-left: 0;
  margin-bottom: 0;
}
.tz-instructor-details-content-info__list {
  margin-bottom: 0.75rem;
}

/*---------------------
    Instructor Details-1
---------------------*/
/*======================================
   22. Instructor Details End
=======================================*/
/*======================================
    23. Blog Details Start
=======================================*/
/*---------------------
    Blog Details
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
/*----------------------------------------
  Blogs Details
------------------------------------*/
.tz-blog-details blockquote {
  padding: 2rem 2rem 2rem 2rem;
  border-radius: 4px;
  background-color: #006837;
  font-weight: 500;
}

/*---------------------
    Blog Details
---------------------*/
/*======================================
   23. Blog Details End
=======================================*/
/*======================================
    24. Breadcrumb Start
=======================================*/
/*---------------------
    Breadcrumb-1
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-breadcrumb {
  position: relative;
  background-color: #0C0C0C;
  overflow: hidden;
}
.tz-breadcrumb__shape1 {
  position: absolute;
  bottom: 9%;
  left: 1.7%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb__shape1 {
    opacity: 1;
  }
}
.tz-breadcrumb__shape2 {
  position: absolute;
  top: 9%;
  right: 21.5%;
  z-index: 3;
  display: none;
}
@media (min-width: 992px) {
  .tz-breadcrumb__shape2 {
    display: block;
  }
}
.tz-breadcrumb__shape3 {
  position: absolute;
  top: 12%;
  right: 6%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb__shape3 {
    opacity: 1;
  }
}
.tz-breadcrumb__shape4 {
  position: absolute;
  bottom: 11%;
  right: 2%;
  z-index: 4;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb__shape4 {
    opacity: 1;
  }
}
.tz-breadcrumb__shape5 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb__shape5 {
    opacity: 1;
  }
}
.tz-breadcrumb__shape6 {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb__shape6 {
    opacity: 1;
  }
}
.tz-breadcrumb__shape7 {
  position: absolute;
  bottom: 0%;
  right: 10%;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb__shape7 {
    opacity: 1;
  }
}
.tz-breadcrumb__shape8 {
  position: absolute;
  top: 0%;
  right: 0%;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb__shape8 {
    opacity: 1;
  }
}
.tz-breadcrumb__shape9 {
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1400px) {
  .tz-breadcrumb__shape9 {
    opacity: 1;
  }
}
.tz-breadcrumb__thumb {
  position: relative;
  z-index: 5;
  display: none;
}
@media (min-width: 992px) {
  .tz-breadcrumb__thumb {
    display: block;
  }
}
.tz-breadcrumb__content-title {
  position: relative;
  z-index: 9;
}
.tz-breadcrumb__content nav {
  position: relative;
  z-index: 9;
}
.tz-breadcrumb__content nav .breadcrumb {
  margin-bottom: 0;
}
.tz-breadcrumb__content nav .breadcrumb li::before {
  color: #1d8f41;
}
.tz-breadcrumb__content nav .breadcrumb li a {
  color: #ffffff;
}
.tz-breadcrumb__content nav .breadcrumb li.active {
  color: #1d8f41;
}

/*---------------------
    Breadcrumb-1
---------------------*/
/*---------------------
    Breadcrumb-2
---------------------*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.tz-breadcrumb2 {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.tz-breadcrumb2__shape1 {
  position: absolute;
  bottom: 9%;
  left: 1.7%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb2__shape1 {
    opacity: 1;
  }
}
.tz-breadcrumb2__shape2 {
  position: absolute;
  bottom: 11%;
  right: 2%;
  z-index: 4;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb2__shape2 {
    opacity: 1;
  }
}
.tz-breadcrumb2__shape3 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb2__shape3 {
    opacity: 1;
  }
}
.tz-breadcrumb2__shape4 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb2__shape4 {
    opacity: 1;
  }
}
.tz-breadcrumb2__shape5 {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 3;
  opacity: 0;
}
@media (min-width: 1200px) {
  .tz-breadcrumb2__shape5 {
    opacity: 1;
  }
}
.tz-breadcrumb2__shape6 {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 3;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .tz-breadcrumb2__shape6 {
    opacity: 1;
  }
}
.tz-breadcrumb2__content {
  position: relative;
  z-index: 7;
}
.tz-breadcrumb2__content-title {
  position: relative;
  z-index: 9;
  margin-top: 6.6875rem;
}
.tz-breadcrumb2__content nav {
  position: relative;
  z-index: 9;
}
.tz-breadcrumb2__content nav .breadcrumb {
  margin-bottom: 0;
}
.tz-breadcrumb2__content nav .breadcrumb li::before {
  color: #1D8F41;
}
.tz-breadcrumb2__content nav .breadcrumb li a {
  color: #181818;
}
.tz-breadcrumb2__content nav .breadcrumb li.active {
  color: #1D8F41;
}
.tz-breadcrumb2-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .tz-breadcrumb2-info {
    gap: 3rem;
  }
}
.tz-breadcrumb2-info__author {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.tz-breadcrumb2-info__author img {
  border-radius: 50%;
}
.tz-breadcrumb2-info__author:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 23px;
  right: -0.5rem;
  background-color: #8A8A8A;
}
@media (min-width: 768px) {
  .tz-breadcrumb2-info__author:before {
    right: -1.5rem;
  }
}
.tz-breadcrumb2-info__topic {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.tz-breadcrumb2-info__topic:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 23px;
  right: -0.5rem;
  background-color: #8A8A8A;
}
@media (min-width: 768px) {
  .tz-breadcrumb2-info__topic:before {
    right: -1.5rem;
  }
}
.tz-breadcrumb2-info__review {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.tz-breadcrumb2-info__review-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.125rem;
  color: #FCB400;
  font-size: 1.25rem;
}

/*---------------------
    Breadcrumb-2
---------------------*/
/*======================================
   24. Breadcrumb End
=======================================*/
/*======================================
    25. Widget Start
=======================================*/
/*---------------------
    Sidebar-widget
---------------------*/
.tz-sidebar {
  padding: 2rem 2rem 0rem 2rem;
  border-radius: 8px;
  background-color: #F0F4F5;
}
.tz-sidebar-widget__title {
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 1.375rem;
  font-weight: 600;
}
.tz-sidebar-widget__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3125rem;
  height: 2.25rem;
  background-color: #0A22F4;
  transform: translateY(-50%);
}

/*---------------------
    Search-widget
---------------------*/
/*---------------------
    Sidebar-widget2
---------------------*/
.tz-sidebar2 {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-top: 0rem;
  z-index: 9;
}
@media (min-width: 992px) {
  .tz-sidebar2 {
    margin-top: -13.75rem;
  }
}

/*---------------------
    Search-widget2
---------------------*/
/*---------------------
    Sidebar-widget3
---------------------*/
.tz-sidebar3-widget {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 8px;
  background-color: #F0F4F5;
}
.tz-sidebar3-widget__title {
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 1.375rem;
  font-weight: 600;
}
.tz-sidebar3-widget__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3125rem;
  height: 2.25rem;
  background-color: #1D8F41;
  transform: translateY(-50%);
}

/*---------------------
    Search-widget2
---------------------*/
/*---------------------
    Search-widget
---------------------*/
.tz-search-widget__form {
  position: relative;
}
.tz-search-widget__input {
  padding: 0.875rem 0.75rem 0.875rem 0.75rem;
  width: 100%;
  border-radius: 4px;
  background-color: rgba(10, 34, 244, 0.06) !important;
  border: none;
}
.tz-search-widget__input::placeholder {
  color: #4E4E4E;
  font-size: pax-to-rem(16px);
  font-weight: 400;
  line-height: 1.5;
}
.tz-search-widget__button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #1D8F41;
  color: #ffffff;
  border: none;
}

/*---------------------
    Search-widget
---------------------*/
/*---------------------
    Price-widget
---------------------*/
/*---------------------
    Price-widget
---------------------*/
/*---------------------
    Checkbox-widget
---------------------*/
/* Shared Input Styles */
.tz-checkbox-widget__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.tz-checkbox-widget__control {
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 2px solid #8A8A8A;
  opacity: 0.6;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.tz-checkbox-widget__group {
  width: 100%;
}
.tz-checkbox-widget__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
  cursor: pointer;
  width: 100%;
}
.tz-checkbox-widget__item:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #E5E5E5;
}
.tz-checkbox-widget__control::before, .tz-checkbox-widget__control::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.tz-checkbox-widget__control::before {
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(78, 78, 78, 0.4);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.tz-checkbox-widget__control::after {
  left: 50%;
  top: 45%;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
}
.tz-checkbox-widget__input:checked ~ .tz-checkbox-widget__control {
  background-color: #1D8F41;
  border-color: #1D8F41;
}
.tz-checkbox-widget__input:checked ~ .tz-checkbox-widget__control::before {
  animation: ripple 240ms linear;
}
.tz-checkbox-widget__input:checked ~ .tz-checkbox-widget__control::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
  opacity: 1;
}
.tz-checkbox-widget__input:focus-visible ~ .tz-checkbox-widget__control {
  box-shadow: 0 0 0 4px rgba(78, 78, 78, 0.4);
}
.tz-checkbox-widget__label {
  font-size: 1rem;
  user-select: none;
  color: #4E4E4E;
  transition: all 0.3s ease-in-out;
}
.tz-checkbox-widget__input:checked ~ .tz-checkbox-widget__label {
  color: #181818;
  animation: label-check 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animations */
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.35);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes label-check {
  0% {
    transform: translateX(0);
    opacity: 0.7;
  }
  40% {
    transform: translateX(2px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*---------------------
    Checkbox-widget
---------------------*/
/*---------------------
    Recent Post Widget
---------------------*/
.tz-rp-widget-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1.25rem;
}
.tz-rp-widget-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.tz-rp-widget-item img {
  width: 7.5rem;
  height: 6.25rem;
  margin-right: 0.9375rem;
}
.tz-rp-widget__meta {
  color: #4E4E4E;
  margin-bottom: 0.1875rem;
}
.tz-rp-widget__title:hover p {
  color: #1D8F41;
}
.tz-rp-widget__title p {
  color: #181818;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

/*---------------------
    Recent Post Widget
---------------------*/
/*---------------------
    Tags-widget
---------------------*/
.tz-tags-widget-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.tz-tags-widget-items__list {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  color: #181818;
  transition: all 0.3s ease-in-out;
}
.tz-tags-widget-items__list:hover {
  background: #1D8F41;
  color: #ffffff;
}
.tz-tags-widget-items__link {
  font-weight: 500;
  color: #1D8F41;
  text-decoration: underline;
}

/*---------------------
    Tags-widget
---------------------*/
/*---------------------
    Discount-widget
---------------------*/
.tz-discount-widget {
  position: relative;
  border-radius: 48px 48px 0px 0px;
  background: linear-gradient(180deg, #EE4A62 0%, #0A22F4 100%, #7334B1 100%), #FFF;
  height: 13.6875rem;
  padding: 2rem 0rem 0rem 6.25rem;
  display: inline-flex;
  flex-direction: center;
  align-items: center;
  justify-content: center;
}
.tz-discount-widget__item {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.tz-discount-widget__item h2 {
  line-height: normal;
}
.tz-discount-widget__thumb {
  margin-bottom: 3rem;
}

/*---------------------
    Discount-widget
---------------------*/
/*---------------------
    Course Details widget
---------------------*/
.tz-course-details-widget__thumb {
  width: 100%;
  position: relative;
}
.tz-course-details-widget__thumb img {
  width: 100%;
}
.tz-course-details-widget__thumb .tz-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tz-course-details-widget__content {
  padding: 0rem 1.5rem 0rem 1.5rem;
}
.tz-course-details-widget-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}
.tz-course-details-widget-price__regular {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
}
.tz-course-details-widget-price__regular h4 {
  margin-bottom: 0;
  line-height: 1;
  color: #1d8f41;
}
.tz-course-details-widget-price__regular p {
  margin-bottom: 0;
  text-decoration: line-through;
}
.tz-course-details-widget-price__discount {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background-color: rgba(238, 74, 98, 0.1);
}
.tz-course-details-widget__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.tz-course-details-widget__buttons button {
  border: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.tz-course-details-widget-info__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  margin-top: 1.25rem;
  border-bottom: 1px dashed rgba(138, 138, 138, 0.4);
}
.tz-course-details-widget-info__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  color: #4E4E4E;
}

/*---------------------
    Course Details widget
---------------------*/
/*======================================
   25. Widget End
=======================================*/
/*======================================
   26. Footer Start
=======================================*/
.tz-footer__select select, .tz-footer__select .nice-select {
  height: 2.6875rem;
  width: 6.8125rem;
  border-radius: 30px;
  background: transparent;
}

.tz-footer {
  background: #181818;
  padding-top: 16.875rem;
  overflow: hidden;
  position: relative;
}
.tz-footer__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner/bg-shape.png");
  background-repeat: repeat;
  background-size: cover;
  background-size: cover;
  opacity: 0.01;
}
.tz-footer__logo {
  display: flex;
  margin-bottom: 1.25rem;
}
.tz-footer__widget {
  position: relative;
  z-index: 1;
  margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .tz-footer__widget {
    margin-bottom: 0;
  }
}
.tz-footer__widget--2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .tz-footer__widget--2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .tz-footer__widget--2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.tz-footer__widget-desc {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tz-footer__widget-desc {
    font-size: 18px;
  }
}
.tz-footer__widget-title {
  color: #ffffff;
  text-align: left;
  margin-bottom: 2.5rem;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tz-footer__widget-title {
    font-size: 18px;
  }
}
.tz-footer__widget-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.tz-footer__widget-nav a {
  color: #ffffff;
  font-size: 14px;
  line-height: 2.5rem;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-footer__widget-nav a {
    font-size: 18px;
  }
}
.tz-footer__widget-nav a:hover {
  color: #1D8F41;
}
.tz-footer__widget-location {
  font-size: 14px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .tz-footer__widget-location {
    font-size: 18px;
  }
}
.tz-footer__widget-number {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .tz-footer__widget-number {
    font-size: 18px;
  }
}
.tz-footer__widget-mail {
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .tz-footer__widget-mail {
    font-size: 18px;
  }
}
.tz-footer__widget-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tz-footer__widget-contact .tz-circle-btn {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.tz-footer__widget-time {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.tz-footer__widget-day {
  color: #ffffff;
}
.tz-footer-payment {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.875rem;
  border-top: 1px solid #4E4E4E;
  border-bottom: 1px solid #4E4E4E;
  padding: 1.5rem 0rem 1.5rem 0rem;
}
@media (min-width: 768px) {
  .tz-footer-payment {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.tz-footer-payment__left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .tz-footer-payment__left {
    padding-bottom: 0;
  }
}
.tz-footer-payment__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .tz-footer-payment__card {
    gap: 0.625rem;
  }
}
.tz-footer-payment__card a img {
  max-width: 70%;
}
@media (min-width: 768px) {
  .tz-footer-payment__card a img {
    max-width: 100%;
  }
}
.tz-footer__select .nice-select:focus {
  box-shadow: none;
  outline: none;
}
.tz-footer__select .nice-select span {
  text-align: center;
}
.tz-footer__select .nice-select .current {
  width: 100%;
  padding-right: 0;
  overflow: hidden;
  color: #ffffff;
}
.tz-footer__select select {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.tz-footer__select select :focus {
  outline: none;
  border: none;
  box-shadow: none !important;
}
.tz-footer__select select option {
  color: #181818;
}
.tz-footer__copyright {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .tz-footer__copyright {
    text-align: left;
  }
}
.tz-footer__courtasy {
  text-align: right;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .tz-footer__courtasy {
    text-align: right;
  }
}
.tz-footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 3.5rem;
}
.tz-footer__social a {
  height: 52px;
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #4E4E4E;
  color: #ffffff;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.tz-footer__social a:hover {
  background: #0A22F4;
  border-color: #0A22F4;
}
.tz-footer__contact {
  text-align: center;
}
.tz-footer__contact-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.tz-footer__bottom {
  padding: 1.5rem 0rem 1.5rem 0rem;
}

.tz-circle-btn {
  color: #ffffff;
  outline: none;
  border: 1px solid;
  border-radius: 50%;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
  gap: 10px;
  height: 120px;
  width: 120px;
  position: relative;
  border-radius: 50% !important;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-circle-btn {
    height: 150px;
    width: 150px;
  }
}
.tz-circle-btn i {
  font-size: 30px;
}
.tz-circle-btn::before {
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #1D8F41;
  right: 3px;
  top: calc(100% - 44px);
  content: "";
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .tz-circle-btn::before {
    height: 32px;
    width: 32px;
  }
}
.tz-circle-btn:hover {
  border: 1px solid transparent;
  color: #ffffff;
}
.tz-circle-btn:hover::before {
  transform: scale(10);
  z-index: -1;
  opacity: 1;
}

/*======================================
   26. Footer End
=======================================*/
/*=================================
    27. Price Range Start
================================*/
/*
Template Name: EduZen;
Template Path: ;
Destination: ;
Author: Codeexposer


List of Page Indexes
-----------------------------------

01. Basic CSS
    - Animations
    - Gradients
    - Noise Overlay
    - Overlays
    - Rating

02. Spacing CSS
    - Gutter

03. Common Section
    - Helper
    - Section Title & Subtitle
    - Button
    - Preloader
    - Slider Buttons
    - Slider Footer
    - Player
    - Counter
    - Accordion 1
    - Accordion 2
    - Registration Form
    - Scroll Top
    - Tab Navs
    - List
    - Feature List
    - Testimonial User
    - Banner Search
    - Instructors
    - Search Result Bar
    - Pagination
    - Nice Select Option
    - Badge
    - Instructor
    - Instructor Social
    - Comment
    - Comment Box
    - Tags
    - Chart

04. Banner
    - Banner 1
    - Banner 2
    - Banner 3
    - Banner 3 Testimonial

05. Brand Slider
    - Brand Slider 1
    - Brand Slider 2

06. Category CSS
    - Category 1
    - Category 2

07. Category CSS
    - Category 1
    - Category 2

08. About CSS
    - About 1
    - About 2
    - About 3

09. Courses Card
    - Courses Card 1
    - Courses Card 2
    - Courses Card 3
    - Courses Card 4
    - Courses Card 5

10. Why Choose Us (WCU)
    - WCU 1
    - Review Trophy
    - WCU 2

11. Discount CSS
    - Discount 1

12. Team CSS
    - Team 1
    - Team 2

13. Testimonial CSS
    - Testimonial 1
    - Testimonial 2

14. Blog CSS
    - Blog 1
    - Blog 2
    - Blog 3

15. Subscribe CSS
    - Subscribe 1

16. FAQ CSS
    - FAQ 1

17. Counter CSS
    - Counter 1
    - Counter 2

18. Registration
    - Registration 1

19. Pricing
    - Pricing 1

20. Partners
    - Partners 1

21. Contact
    - Contact 1

22. Instructor Details
    - Instructor Details 1

23. Blog Details
    - Blog Details

24. Breadcrumb
    - Breadcrumb 1
    - Breadcrumb 2

25. Widget
    - Sidebar Widget 1
    - Sidebar Widget 2
    - Search Widget
    - Price Widget
    - Checkbox Widget
    - Recent Post Widget
    - Tags Widget
    - Discount Widget
    - Course Details Widget

26. Footer
    - Footer
    - Circle Button

27. Price Range
    - Range Slider

28. Header
    Header Common
     - Main Menu
     - Nav Links
     - Nav Right
     - Offcanvas
     - Mobile Menu
    - Header 1
    - Header 2
    - Header 3
*/
/*======================================
        01.  Start Basic Css
=======================================*/
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23616161' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:focus {
  box-shadow: inherit;
}

.price-range-slider {
  width: 100%;
  margin-bottom: 43px;
  padding-top: 0.625rem;
}

.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
}

.price-range-slider .range-bar {
  border: none;
  background-color: rgba(10, 34, 244, 0.2);
  height: 6px;
  position: relative;
  margin-bottom: 1rem;
}

.price-range-slider .range-bar .ui-slider-range {
  background-color: #0A22F4;
  border: 3px solid #0A22F4;
}

.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background-color: #0A22F4;
  border: 3px solid #0A22F4;
  height: 17px;
  width: 10px;
  top: -8px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.price-range-slider .range-bar .ui-slider-handle + span {
  background-color: #0A22F4;
}

.range-value {
  margin-bottom: 0;
}

.price-range-slider .range-bar .ui-slider-range {
  background-color: #0A22F4;
  border: 3px solid #0A22F4;
  top: 0;
  position: absolute;
}

.end {
  transform: translateX(-23px);
}

/*=================================
    27. Price Range End
================================*/
/*=================================
    28. Header Start
================================*/
/*---------------------
    Header Common
---------------------*/
.tz-main-menu > ul {
  padding-left: 0;
}
.tz-main-menu > ul li a:hover {
  color: #1D8F41;
}
@media (min-width: 1200px) {
  .tz-main-menu > ul li.has-dropdown::after {
    content: "\e136";
    font-family: "Phosphor" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    top: 18px;
    transform: translate(-5px, 3px);
    font-size: 14px;
    color: #1D8F41;
  }
}
.tz-main-menu > ul li.has-dropdown .submenu {
  position: absolute;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  top: 100%;
  margin: 0px auto;
  z-index: 999;
  visibility: hidden;
  text-align: left;
  background: #ffffff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px -40px;
}
@media (min-width: 1200px) {
  .tz-main-menu > ul li.has-dropdown .submenu {
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
    width: 200px;
  }
}
.tz-main-menu > ul li.has-dropdown .submenu li a {
  line-height: 2.8125rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #4E4E4E;
}
.tz-main-menu > ul li.has-dropdown .submenu li a:hover {
  padding-left: 0.9375rem;
  color: #1D8F41;
}
.tz-main-menu > ul li.has-dropdown .submenu.tz-mega-menu {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px -40px;
  width: 100%;
}
@media (min-width: 1200px) {
  .tz-main-menu > ul li.has-dropdown .submenu.tz-mega-menu {
    width: 750px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tz-main-menu > ul li.has-dropdown .submenu.tz-menu1-width {
  width: 100%;
}
.tz-main-menu > ul li.has-homemenu .menu .menu-thumb {
  height: 240px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 24, 0.07);
  padding: 0.625rem;
  transition: all 0.3s ease-in-out;
}
.tz-main-menu > ul li.has-homemenu .menu .menu-thumb:hover {
  border-color: #EE4A62;
}
.tz-main-menu > ul li.has-homemenu .menu .menu-title {
  margin-bottom: 0.625rem;
  margin-top: 0.3125rem;
}
@media (min-width: 1200px) {
  .tz-main-menu > ul li.has-homemenu .menu .menu-title {
    margin-bottom: 0rem;
    margin-top: 0.3125rem;
  }
}
.tz-main-menu > ul li.has-homemenu .menu .menu-title a {
  justify-content: center;
  line-height: 1.875rem;
}
@media (min-width: 1200px) {
  .tz-main-menu > ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
  }
}

.tz-nav-links > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  margin-bottom: 0;
}
.tz-nav-links > ul li a {
  display: inline-flex;
  font-size: 16px;
  color: #4E4E4E;
  line-height: 2.8125rem;
}
@media (min-width: 1400px) {
  .tz-nav-links > ul li a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .tz-nav-links > ul li a {
    line-height: 3.75rem;
  }
}
.tz-nav-links > ul > li > a {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.tz-nav-links--vertical > ul {
  flex-flow: column;
  gap: 2px;
  padding-left: 0;
}
.tz-nav-links--vertical > ul li {
  width: 100%;
}
.tz-nav-links--vertical > ul li a {
  width: 100%;
  line-height: 2.8125rem;
}

.tz-nav-right-search1 button {
  border: none;
  outline: none;
  box-shadow: none;
}

.tz-nav-right-search1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.tz-nav-right-search1 input {
  border: 1px solid rgba(33, 33, 33, 0.09);
  border-radius: 30px;
  width: 100%;
  background: #F0F4F5;
  padding-left: 1.25rem;
}
.tz-nav-right-search1 input:focus {
  outline: none;
  box-shadow: none;
  border-color: #0A22F4;
  color: #212121;
}
.tz-nav-right-search1 button {
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  color: #ffffff;
  font-size: 18px;
}
.tz-nav-right__search {
  background-color: rgba(238, 74, 98, 0.2);
  color: #EE4A62;
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 992px) {
  .tz-nav-right__search {
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    font-size: 1.5rem;
  }
}
.tz-nav-right__cart {
  position: relative;
  background-color: #0A22F4;
  color: #ffffff;
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .tz-nav-right__cart {
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    font-size: 1.5rem;
  }
}
.tz-nav-right__cart::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  background-color: #EE4A62;
  border-radius: 50%;
}
.tz-nav-right__cart:hover {
  color: #EE4A62;
}
.tz-nav-right__login {
  transition: all 0.3s ease-in-out;
  color: #4E4E4E;
  margin: 0rem 0.625rem 0rem 0.625rem;
  font-size: 16px;
}
@media (min-width: 1400px) {
  .tz-nav-right__login {
    font-size: 18px;
  }
}
.tz-nav-right__login:hover {
  color: #0A22F4;
}

.tz-offcanvas-btn {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #181818;
  border: 1px solid rgba(24, 24, 24, 0.5);
  padding: 0;
}
.tz-offcanvas-btn:hover {
  color: #1D8F41;
  border: 1px solid rgba(29, 143, 65, 0.5);
}
.tz-body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.tz-body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.tz-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  background: #fff;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  transition: all 0.3s ease-in-out;
  padding: 50px 30px;
}
@media (min-width: 576px) {
  .tz-offcanvas {
    padding: 50px 50px;
    width: 450px;
  }
}
.tz-offcanvas.opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.tz-mobile-menu .tz-main-menu > ul {
  gap: 0px;
}
.tz-mobile-menu .tz-main-menu > ul li {
  width: 100%;
}
.tz-mobile-menu .tz-main-menu > ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(24, 24, 24, 0.09);
}
.tz-mobile-menu .tz-main-menu > ul li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.tz-mobile-menu .tz-main-menu > ul li a .dropdown-toggle-btn {
  background: none;
  border: none;
  outline: none;
  font-size: 1.125rem;
}
.tz-mobile-menu .tz-main-menu > ul li.has-dropdown .dropdown-toggle-btn {
  transition: all 0.3s ease-in-out;
}
.tz-mobile-menu .tz-main-menu > ul li.has-dropdown .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
  padding-top: 10px;
  padding-left: 10px;
  transition: none;
}
.tz-mobile-menu .tz-main-menu > ul li.has-dropdown.dropdown-opened .dropdown-opened {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tz-mobile-menu .tz-nav-links ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
/*---------------------
    Header Common
---------------------*/
/*---------------------
    Header-1
---------------------*/
.tz-header1-search1 button {
  border: none;
  outline: none;
  box-shadow: none;
}

.tz-header1-search1 input {
  padding: 0rem 2rem 0rem 0.625rem;
  line-height: 2.875rem;
}
.tz-header1-search1 input::placeholder {
  color: #8A8A8A;
}

.tz-header1 {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tz-header1__wrapper {
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.tz-header1-search1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.tz-header1-search1 input {
  border: 1px solid #E5E5E5;
  border-radius: 120px;
  width: 100%;
  background: #ffffff;
  padding-left: 1.25rem;
}
.tz-header1-search1 input:focus {
  outline: none;
  box-shadow: none;
  border-color: #0A22F4;
  color: #212121;
}
.tz-header1-search1 button {
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  color: #EE4A62;
  font-size: 18px;
  background-color: rgba(238, 74, 98, 0.2);
}
.tz-header1__explore-btn {
  font-size: 20px;
  line-height: 0;
}
.tz-header1__explore:hover .dropdown-menu {
  display: block;
}
.tz-header1__explore:hover .dropdown-toggle {
  color: #0A22F4;
  cursor: pointer;
}
.tz-header1__explore .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  min-width: 150px;
  border: none;
  padding-top: 35px;
}
.tz-header1__explore .dropdown-toggle::after {
  display: none;
}
.tz-header1__explore .btn-check:checked + .btn,
.tz-header1__explore .btn.active,
.tz-header1__explore .btn.show,
.tz-header1__explore .btn:first-child:active,
.tz-header1__explore :not(.btn-check) + .btn:active {
  border: none;
}

.sticky {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tz-offcanvas.large-screen .tz-main-menu > ul li.has-dropdown::after {
  display: none;
}

/*---------------------
    Header-1
---------------------*/
/*---------------------
    Header-2
---------------------*/
.tz-header2 {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 0rem 1.25rem 0rem 1.25rem;
}
@media (min-width: 1200px) {
  .tz-header2 {
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media (min-width: 1400px) {
  .tz-header2 {
    padding: 0rem 6.25rem 0rem 6.25rem;
  }
}
.tz-header2__wrapper {
  padding: 1.25rem 0rem 1.25rem 0rem;
}

.sticky {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*---------------------
    Header-2
---------------------*/
/*---------------------
    Header-3
---------------------*/
.tz-banner-wrapper {
  position: relative;
}

.tz-header3 {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  width: calc(100% - 50px);
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  background: transparent;
  margin-top: 40px;
}
@media (min-width: 576px) {
  .tz-header3 {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1400px) {
  .tz-header3 {
    width: calc(100% - 150px);
  }
}
.tz-header3__wrapper {
  padding: 0px 12px 12px 12px;
}
.tz-header3 .tz-nav-links {
  padding: 0rem 1.5625rem 0rem 1.5625rem;
  background: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 35px;
}
@media (min-width: 1400px) {
  .tz-header3 .tz-nav-links {
    padding: 0rem 2.1875rem 0rem 2.1875rem;
  }
}
.tz-header3 .tz-nav-links > ul {
  gap: 0.9375rem;
}
@media (min-width: 1400px) {
  .tz-header3 .tz-nav-links > ul {
    gap: 1.25rem;
  }
}

.sticky {
  background: white;
  width: 100%;
  margin-top: 0px;
}

/*---------------------
    Header-3
---------------------*/
/*=================================
    28. Header End
================================*/
  .tz-nav-right__cart::after {
	background-color: #006837 !important;
}
  .tz-nav-right__cart:hover {
	color: #FFF;
}
  .tz-header1__logo img {
  max-height: 100px;
  height: auto;
  width: auto;
}
  .static-part {
  margin-right: 8px;
}
.tz-bg-primary {
	background-color: #1D8F41 !important;
}
.tz-buttons:hover .tz-button {
	color: #F7F5F6;
}
.dynamic-word {
  display: inline-block;
  min-width: 5ch;
  white-space: nowrap;
  font-weight: bold;
  color: #2ea646;
  position: relative;
  top: 0px;
  border-right: 2px solid #fff;
  animation: blink 0.75s step-end infinite;
}
@keyframes blink {
  0%, 100% { border-color: transparent }
  50% { border-color: white }
}
.breathing {
  animation: breathing 3s ease-in-out infinite;
  display: inline-block;
}

@keyframes breathing {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.marker-text-block {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
}

.marker-group {
  position: absolute;
  left: -10px;
  bottom: 36px;
}

.marker-svg {
  position: absolute;
  width: 120px;
  height: 15px;
  fill: none;
  stroke: #2ea646;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawLine 0.8s ease-out forwards;
}

.marker-1 {
  top: 0;
  animation-delay: 0.6s;
}
.marker-2 {
  top: 12px;
  animation-delay: 0.9s;
}
.marker-3 {
  top: 24px;
  animation-delay: 1.2s;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
  .tz-nav-right__cart::after {
	background-color: #006837 !important;
}
  .tz-header1__logo img {
  max-height: 100px;
  height: auto;
  width: auto;
}
.animated-arrow {
  position: absolute;
  top: 95px;
  right: 141px;
  width: 214px;
  height: auto;
  overflow: visible;
}

.animated-arrow path {
  stroke: #2ea646;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: drawArrow 4s ease-in-out infinite;
}

@keyframes drawArrow {
  0% {
    stroke-dashoffset: 2000;
  }
  60% {
    stroke-dashoffset: 0;
  }
  61% {
    stroke-dashoffset: 0;
  }
  62% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 2000;
  }
}

.star-pulse {
  animation: starZoom 2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes starZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.robot-float {
  animation: floatBot 4s ease-in-out infinite;
}

@keyframes floatBot {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50%      { transform: translateY(-10px) rotate(-2deg); }
}
ul.errorlist {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

input[type="checkbox"] {
  appearance: auto !important;
  accent-color: #1D8F41;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  width: auto !important;
  height: auto !important;
  margin-right: 0.5rem;
}

.course-card__item {
  display: flex;
}

.tz-courses-card3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
}

.tz-courses-card3__thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
}

.tz-courses-card3__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tz-courses-card3__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
  justify-content: space-between;
}
.course-card__item {
  display: flex;
}

.tz-courses-card3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
}

.tz-courses-card3__thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
}

.tz-courses-card3__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tz-courses-card3__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
  justify-content: space-between;
}
.interactive-star-rating {
    direction: ltr;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
    margin-bottom: 1rem;
  }
.interactive-star-rating input[type="radio"] {
    display: none;
  }
.interactive-star-rating label i {
    font-size: 2rem;
    color: #ccc;
    transition: color 0.2s ease;
    cursor: pointer;
  }
.interactive-star-rating input[type="radio"]:checked ~ label i,
.interactive-star-rating label:hover ~ label i,
.interactive-star-rating label:hover i {
    color: #f5b301;
  }


 .custom-alert {
    background-color: #d1e7dd;
    color: #0f5132;
    padding: 12px 16px;
    border-left: 6px solid #2ea646;
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 1rem;
    animation: fadeIn 0.4s ease;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeOut {
    to {
      opacity: 0;
      transform: translateY(-10px);
    }
  }

.fa-star,
.fa-star-half-stroke,
.fa-regular.fa-star {
  font-size: 22px;
  color: #212529;
}
.fa-regular.fa-star {
	color: #212529;
}
.tz-comment__item.tz-mb-30 img {
	border-radius: 33px !important;
}
.tz-footer__logo img {
	width: 150px !important;
}
.tz-footer-payment__card a {
	color: #4d9673;
}
    .dropdown-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    list-style: none;
    padding-left: 0;
    margin-top: 0.2rem;
    display: none;
  }
  .dropdown-menu li {
    padding: 0.5rem 1rem;
    cursor: pointer;
  }
  .dropdown-menu li:hover {
    background-color: #f3f3f3;
  }
  .subscribe-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.subscribe-row input {
  flex: 1;
  border-radius: 30px;
  padding: 10px 20px;
  border: none;
  outline: none;
}

.subscribe-row button {
  white-space: nowrap;
  border-radius: 30px;
  padding: 10px 24px;
}

@media (min-width: 1212px) {
  .animated-arrow {
    top: 7rem;
    right: 10rem;
    width: 180px;
  }
}

@media (max-width: 768px) {
  .animated-arrow {
    top: 115px;
    right: 3px;
    width: 130px;
  }
}

/* Narrower phones */
@media (max-width: 480px) {
  .animated-arrow {
    top: 125px;
    right: 4px;
    width: 100px;
  }
  .tz-tab-nav-wrapper2 .nav-item .nav-link {
  padding-right: 2rem;
  }
}

@media (max-width: 480px) {
  .static-part {
	margin-right: 24px;
	font-size: 25px;
  }
  .tz-counter1-box.tz-counter1-box--two {
	animation-name: slideInUp;
	animation-duration: 600ms;
	animation-timing-function: ease;
	animation-delay: 0ms;
	animation-direction: normal;
	animation-fill-mode: both;
	position: relative;
	left: 10px;
  }
  .tz-counter1-box.tz-counter1-box--three {
	left: 14px !important;
	position: relative;
}
  .tz-counter1-box.tz-counter1-box--one{
    position: relative;
	right: 1rem;
  }
  .tz-counter1-box.tz-counter1-box--four {
	position: relative;
	right: 0rem;
	left: 30px;
}
  .tz-banner2 {
	position: relative;
	padding: 6.25rem 0rem 12.5rem 0rem;
	margin: 0px 10px;
	border-radius: 12px;
	overflow: hidden;
	background-image: linear-gradient(180deg, #e8f6ee 0%, #d2f2dc 40%, #b6e7c4 100%);
  }
  .dynamic-word {
	display: inline-block;
	min-width: 0ch;
	white-space: nowrap;
	font-weight: bold;
	color: #2ea646;
	position: relative;
	top: 0px;
	border-right: 2px solid #fff;
	animation: blink 0.75s step-end infinite;
	font-size: 25px;
}
  .tz-texl-l.tz-banner2__desc.mt-3.mb-4 {
    color: #000;
  }
  .svg.tz-registration1-content-shape1 {
	display: none;
  }
  .tz-faq1 {
	margin-top: 10rem !important;
  }
}

  .d-none {
    display: none;
  }
.read-more-link {
	color: #1d8f41;
	cursor: pointer;
	text-decoration: underline;
}
  .policy-content {
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  font-family: 'Inter', sans-serif;
}

.policy-content h1,
.policy-content h2,
.policy-content h3 {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #111;
}

.policy-content p {
  margin-bottom: 1rem;
}

.policy-content ul,
.policy-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.policy-content li {
  margin-bottom: 0.5rem;
  list-style: disc !important;
}

.policy-content a {
  color: #1d8f41;
  text-decoration: underline;
}