h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-family: Lato,Helvetica,Arial,sans-serif; */
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--thm-black);
    margin-top: 0;
    margin-bottom: 0;
  }
.logo h3 {
    font-size: 30px;
    font-weight: 700;
    top: -15px;
  }
  .menu-box h3,
  .sidebar-info-contents h3,
  .footer-logo h3,
.fixed-header .logo h3{
    color: #fff;
}
.fixed-header .logo img {
  width: 20%;
}

.social-links li a i{
    font-size: 18px;
}
.mb-6 {
    margin-bottom: 60px !important;
  }
  .section-title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 34px;
  }
  .organik-seperator{
    margin-bottom: 5px;
  max-width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  }
.organik-seperator.center {
    margin-left: auto;
    margin-right: auto;
  }
  .organik-seperator .sep-holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
  }
  .organik-seperator .sep-holder .sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
  }
form .row {
    margin-bottom: 20px;
  }
form .row label {
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    color: var(--thm-white);
  }
  form .row .form-wrap {
    position: relative;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    height: 40px;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 1px solid #f1eeea;
    border-radius: 3px;
    color: #666;
    padding: 7px 15px;
    outline: none;
    width: 100%;
  }
  button, input, select, textarea {
    font-size: 15px;
    color: #404040;
    /* font-family: Lato; */
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  .required {
    color: red;
    font-weight: 700;
    border: 0;
  }
   input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 12px 29px;
    border: 1px solid;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    border-color: var(--thm-primary-color);
    border-radius: 3px;
    background: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .05em;
    outline: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  iframe {
    border: none;
    width: 100%;
  }
   .organik-process .row{align-items: center;}
  .organik-process {
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    margin-left: 0;
    margin-right: 0;
    display: flex;
    text-align: left;
    padding: 13px 10px;
    border-radius: 3px;
    align-items: center;
  }
  .organik-process-small-icon-step .content .title {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
  font-size: 22px;
  }
  .organik-process-small-icon-step .content .text {
    opacity: .7;
    font-weight: 400;
  font-size: 18px;
  }
  .organik-process-small-icon-step {
    border-left: 1px solid rgba(255,255,255,.2);
    padding-right: 0;
    display: flex;
  }
  .organik-process-small-icon-step .icon {
    font-size: 50px;
    opacity: .5;
    padding: 0 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: rotate(90deg);
  }
  .organik-process-small-icon-step .content {
    display: table-cell;
    vertical-align: middle;
  }


  .active a {
    color: var(--thm-primary-color) !important;
  }
.google-map-section .map-inner iframe {
  width: 100%;
}
.thead-dark-bg{background-color: var(--thm-primary-color);color: var(--thm-white);}
.footer-logo img {
  width: 15%;
}
.logo img {
  width: 25%;
}
.display-flex {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px 0;
  background: #efe5e0;
}
.contact-bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--thm-black);
  opacity: 0.5;
}

.btn-two{
  background-color: var(--thm-black);
}
.btn-two::before{
  background-color: var(--thm-secondry-color) !important; 
}