* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  overflow-x: hidden !important;
}

a, a:hover {
  color: inherit;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

main {
  position: relative;
  z-index: 5;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

.row.sm-marg {
  margin-left: -5px;
  margin-right: -5px;
}

.row.sm-marg > * {
  padding-left: 5px;
  padding-right: 5px;
}

.container {
  max-width: 1320px;
}

.container-xxl {
  max-width: 1700px;
}

img {
  width: 100%;
  height: auto;
}

.butn {
  font-size: 14px;
  font-weight: 500;
}

.butn.butn-md {
  padding: 12px 25px;
  transition: all .4s;
}

.butn.butn-rounded {
  border-radius: 30px;
}

.butn.butn-bord {
  border: 1px solid #ccc;
}

.butn.butn-bord:hover {
  background: #1c2820;
  color: #eef3ef;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #74da86;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #74da86;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.cursor-pointer {
  cursor: pointer;
}

.ontop {
  position: relative;
  z-index: 7;
}

.rest {
  padding: 0 !important;
  margin: 0 !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.valign {
  display: flex;
  align-items: center;
}

.text-center {
  text-align: center !important;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.w-100 {
  width: 100% !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }

.mb-5 { margin-bottom: 5px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-80 { margin-bottom: 80px !important; }

.mr-10 { margin-right: 10px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }

@media screen and (max-width: 991px) {
  .md-mb15 { margin-bottom: 15px !important; }
  .md-mb30 { margin-bottom: 30px !important; }
  .md-mb50 { margin-bottom: 50px !important; }
  .md-hide { display: none; }
}

@media screen and (min-width: 992px) {
  .offset-lg-1 { margin-left: 8.33333333%; }
}
