/* BOOTSTRAP'S RULES */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
  
*,::after,::before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

dl,ol,ul {
  margin-top: 0;
  margin-bottom: 1rem
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

img {
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,input {
  overflow: visible
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

.h1,h1 {
  font-size: 2.5rem
}

.h2,h2 {
  font-size: 2rem
}

.h3,h3 {
  font-size: 1.75rem
}

.h4,h4 {
  font-size: 1.5rem
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
      max-width:540px
  }
}
@media (min-width: 768px) {
  .container {
      max-width:720px
  }
}
@media (min-width: 992px) {
  .container {
      max-width:960px
  }
}
@media (min-width: 1200px) {
  .container {
      max-width:1140px
  }
}
@media (min-width: 1400px) {
  .container {
      max-width:1320px
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (max-width: 430px) {
  .col-xxs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xxs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
  text-decoration: none
}

.badge-light[href]:focus,.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width: 576px) {
  .jumbotron {
      padding:4rem 2rem
  }
}

.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}

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

.text-white {
  color: #fff!important
}
/* END OF BOOTSTRAP */

* {
  padding: 0;
  margin: 0
}

body {
  background-color: #fff;
  font-family: "Roboto Mono", serif;
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  letter-spacing: -.2px;
  position: relative;
  overflow-x: hidden
}

h1 {
  -webkit-font-smoothing: antialiased;
  color: #fff
}

h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  color: #282828
}

h1 {
  font-size: 52px;
  line-height: 62px;
  margin: 0 0 10px;
  letter-spacing: -.02em;
  font-weight: 400
}

h2 {
  font-size: 36px;
  color: #303133;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -.04em
}

h3, h4 {
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #303133;
  letter-spacing: -.01em
}

h3 {
  font-size: 17px
}

h4 {
  font-size: 15px
}

h5, h6 {
  font-size: 14px;
  margin: 0 0 10px
}

img {
  border: none;
  outline: none
}

ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0
}

p {
  font-size: 16px;
  margin-bottom: 15px
}

a, a:hover {
  text-decoration: none
}

a:focus {
  outline: 0;
  text-decoration: none
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #9e8a78
}

::selection {
  background-color: #9e8a78;
  color: #fff
}

-webkit-::selection {
  background-color: #9e8a78;
  color: #fff
}

::-moz-selection {
  background-color: #9e8a78;
  color: #fff
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888 !important
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888 !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888 !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888 !important
}

button {
  border: none;
  background: 0 0
}

.padding {
  padding: 80px 0
}

.no-padding {
    padding: 0
}

.padding-10 {
    padding: 10px
}

.padding-15 {
    padding: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.mt-15 {
    margin-left: 15px
}

.fz-28 {
    font-size: 28px
}

.fz-24 {
    font-size: 24px
}

.fz-22 {
    font-size: 22px
}

.fz-20 {
    font-size: 20px
}

.fz-18 {
    font-size: 18px
}

.fz-16 {
    font-size: 16px
}

.display-block {
    display: block
}

.text-black {
    color: #282828
}

.text-white {
    color: #fff
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.fl-right {
    float: right
}

.fl-left {
    float: left
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.bg-grey {
    background-color: #fcf9f5
}

.bd-bottom {
    border-bottom: 2px solid #eee
}

.bg-dark {
    background-color: #222227
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease
}

.loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: -30px
}

body.loaded #preloader {
    opacity: 0;
    visibility: hidden
}


.btn_group a {
    margin: 5px
}

.default_btn {
    letter-spacing: 0;
    background-color: #9e8a78;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: color .4s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: color .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: color .4s cubic-bezier(.4, 0, .2, 1);
    transition: color .4s cubic-bezier(.4, 0, .2, 1)
}

.default_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #222227;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: -ms-transform .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: -o-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    z-index: -1
}

.default_btn:hover {
    color: #fff
}

.default_btn:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.default_btn.btn_sm {
    line-height: 45px;
    padding: 0 15px
}


.section_heading h3 {
    color: #9e8a78;
    font-weight: 400
}

.section_heading h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0
}

.heading-line {
    margin-top: 20px;
    height: 10px;
    background: url(../img/heading-line.webp) center center no-repeat;
    position: relative
}

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a:hover {
  opacity: .8;
  color: #9e8a78;
  cursor: pointer;
}

.header-section {
    background-color: #222227;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    display: flex;
    align-items: center
}

.navbar-fixed-top.header-section {
    background-color: #222227;
    -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    height: 80px;
    border-bottom: 0;
    padding: 0
}

.navbar-fixed-top ul.nav>li>a {
    color: #ddd
}

.navbar-fixed-top ul.nav>li>a:hover,
.navbar-fixed-top ul.nav>li>a:focus,
.navbar-fixed-top ul.nav>li.active>a {
    color: #ddd
}

.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
    transition: all .3s ease-in-out
}

.navbar {
    border: medium;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0
}

.navbar-header {
    padding: 17px 0
}

.navbar-header .brand {
    font-size: 25px;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: #777
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
    opacity: .8
}

/* Nav Menu */
/* Menu Icon */
.header-section .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header-section .menu-icon .navicon {
  background: #fff; /* Add background color for visibility */
  display: block;
  height: 2px; /* Thickness of the lines */
  width: 25px; /* Width of the hamburger */
  position: relative;
  transition: background .2s ease-out;
}

.header-section .menu-icon .navicon:before,
.header-section .menu-icon .navicon:after {
  background: #fff; /* Ensure lines are visible */
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  transition: all .2s ease-out;
}

.header-section .menu-icon .navicon:before {
  top: -8px; /* Spacing for top line */
}

.header-section .menu-icon .navicon:after {
  top: 8px; /* Spacing for bottom line */
}

.menu-btn {
  /* display: none; */
  visibility: hidden;
}

/* Checkbox: When checked, transform the menu icon */
.header-section .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; /* Hide middle line */
}

.header-section .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg); /* Top line becomes part of "X" */
}

.header-section .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg); /* Bottom line becomes part of "X" */
}

.header-section .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header-section .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; /* Center the "X" */
}

.header-section label {
  margin: 0;
}


.header-section .menu-btn:checked ~ .menu-wrap .nav {
    max-height: 200px; 
    overflow: visible;
    visibility: visible;

  }
  

@media (min-width: 992px) {
  .header-section li {
    float: left;
  }
  .header-section li a {
    padding: 20px 30px;
  }
  .header-section .nav {
    clear: none;
    float: right;
    max-height: 100vh;
    overflow: hidden; /* Prevent overflowing content when hidden */
    transition: max-height 0.3s ease-out; /* Smooth expansion */  
  }
  .header-section .menu-icon {
    display: none;
  }
}

#navbar {
    z-index: 999;
    padding: 0 15px
}

ul.nav>li {
    position: relative
}

ul.nav>li>a {
    color: #ddd;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    line-height: 80px;
    z-index: 1;
}

ul.nav>li>a:hover,
ul.nav>li>a:focus,
ul.nav>li>a.active {
    background: 0 0;
    color: #fff;
    opacity: 1
}

.nav li:hover {
  transition: all .5s ease-in-out;
  opacity: .8;
}
.menu-wrap {
    position: relative
}

.menu-wrap ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row; /* Default horizontal layout */
  }
  
  /* Collapsed Menu for Small Screens */
  @media (max-width: 992px) {
    .menu-wrap ul.nav {
      position: fixed;
      top: 5rem;
      left: 0;
      width: 100%; /* Full screen width */
      height: 100%; /* Full screen height */
      background-color: #222227;
      flex-direction: column; /* Vertical layout */
      justify-content: center; /* Center the menu vertically */
      align-items: center; /* Center menu items horizontally */
      transform: translateY(-150%); /* Hidden by default */
      transition: transform 0.3s ease-in-out;
      z-index: 1000; /* Ensure it overlays other elements */
      visibility: hidden;
      opacity: 0;
    }
  
    /* Show the menu when the checkbox is checked */
    .menu-btn:checked ~ ul.nav {
      transform: translateY(0);
      visibility: visible;
      opacity: 1;
    }
  
    /* Style the menu items */
    .menu-wrap ul.nav li {
      margin: 20px 0;
    }
  
    .menu-wrap ul.nav li a {
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      text-align: center;
      display: block;
      padding: 10px 20px;
      transition: color 0.2s ease-in-out;
    }
  
  
    /* Hide the burger menu on larger screens */
    .menu-icon {
      display: inline-block;
    }
  
    .menu-wrap {
      position: static;
    }

    /* Hide the menu items initially */
    .menu-wrap ul.nav li {
        opacity: 0; /* Hide the items */
        transform: scale(0.95); /* Slightly shrink for a pop effect */
        transition: opacity 0.2s ease, transform 0.2s ease; /* Smooth fade-in and scale-up */
    }

    /* Show the menu when the checkbox is checked */
    .menu-btn:checked ~ ul.nav {
        transform: translateY(0); /* Slide into view */
        visibility: visible;
        opacity: 1;
    }

    /* Delay showing menu items until the menu has finished sliding in */
    .menu-btn:checked ~ ul.nav li {
        opacity: 1;
        transform: scale(1); /* Reset to normal size */
        transition-delay: 0.3s; /* Matches the slide-in duration */
    }
  }

.slicknav_menu {
    background: 0 0;
    padding: 4px 0;
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 1;
}

.main_slide {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 670px
}

.slider_content h3 {
    margin-bottom: 20px;
    color: #ddd
}

.slider_content h1 {
    margin-bottom: 20px;
    color: #fff
}

.slider_content p {
    margin-bottom: 20px;
    color: #ddd
}

.hero_section {
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url(../img/barber-store-whole.webp);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.hero_section .video_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.hero_section .YTPOverlay {
    background-color: rgba(17, 17, 17, .6)
}

.hero_section .hero_content h3 {
    color: #fff;
    margin-bottom: 20px
}

.hero_section .hero_content h1 {
    margin-bottom: 20px
}

.hero_section .hero_content p {
    margin-bottom: 30px;
    color: #fff
}

.play-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0
}

.play-icon a {
    background-color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #9e8a78;
    font-weight: 700;
    display: block;
    transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-animation: btn-anim 1s linear infinite;
    animation: btn-anim 1s linear infinite;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

@keyframes btn-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1), 0 0 0 60px transparent;
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1), 0 0 0 60px transparent
    }
}

.why_section {
    position: relative
}

.why_img {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.why_img .img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0
}


.why_contant {
    padding: 100px 0;
    padding-left: 15px
}

why_section ul.list li {
    display: block;
    color: #777;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px
}

why_section ul.list li:before {
    background-color: #9e8a78;
    content: "\4e";
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    content: "\4e";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.service_content img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 15px
}

.service_content h3 {
    font-size: 20px
}

.service_content img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.service_items .col-xs-6 {
    padding: 15px
}

.service_item {
    position: relative;
    overflow: hidden;
    color: #ddd;
    border-radius: 10px
}

.service_item h3 {
    color: #fff
}

.service_item img {
    transition: all .9s ease-in-out;
    width: 100%
}

.service_item:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 1s ease-in-out
}

.service_item .post_info {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px
}

.service_item .post_info a:hover {
    text-decoration: underline;
    opacity: 1
}

.service_box {
    background-color: #fff;
    padding: 40px 30px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
    box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004)
}

.service_box i {
    font-size: 50px;
    margin-bottom: 20px;
    color: #9e8a78;
    display: block
}

.service_box h3 {
    font-size: 22px
}

.team_section .team_members li {
  margin: auto;
}

.team_section .team_members .col-xs-6 {
    padding: 15px
}

.team_section .team_members .team_member {
    position: relative;
    overflow: hidden
}

.team_section .team_members .team_member img {
    width: 100%
}

.team_section .team_members .team_member .overlay {
    background-color: rgba(158, 138, 120, .8);
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%
}

.team_section .team_members .team_member:hover .overlay {
    bottom: 0
}

.team_section .team_members .team_member:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.team_section .team_members .team_member .overlay h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.team_section .team_members .team_member .overlay p {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.testimonial_section {
    background-image: url(../img/barber-store-chairs.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

.testimonial_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity (0.5 for 50%) */
    z-index: 1; /* Place it above the background image */
}

.testimonial_section * {
    position: relative; /* Ensures content stays above the dark overlay */
    z-index: 2;
}

.testimonial_section i {
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 15px
}

.testimonial_item {
    color: #fff;
    margin: 0 1rem;
    
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    text-align: justify;
}

.testimonial_item h4 {
    font-size: 14px;
    margin: 0 0 25px
}

.testimonial_item p {
    font-size: 24px;
    line-height: 36px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.testimonial_items .owl-dots {
    display: block;
    text-align: center
}

.testimonial_items .owl-dots .owl-dot {
    background-color: #ddd;
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    transition: all .3s ease-in-out
}

.testimonial_items .owl-dots .owl-dot.active {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-in-out
}

.pricing_items .col-md-4 {
    padding: 15px
}

.pricing-container {
    display: grid;
    justify-items: center;
}

.pricing_section .price_wrap .price_list li {
    margin-bottom: 40px;
    position: relative
}

.pricing_section .price_wrap .price_list li div {
  position: relative;
  color: #333;
  font-size: 18px;
  letter-spacing: .5px;
  margin: 0 0 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}
@media only screen and (max-width: 410px) {
  .pricing_section .price_wrap .price_list li div {
    margin: 0 -0.5rem 6px;
  }
}
@media only screen and (min-width: 768px) {
  .pricing_section .price_wrap .price_list li div {
    width: 94%;
  }
}
@media only screen and (min-width: 992px) {
  .pricing_section .price_wrap .price_list li div {
    width: 96%;
  }
}
.pricing_section .price_wrap .price_list li div:after {
  color: #bbb;
  content: "______________________" "______________________" "______________________" "______________________" "______________________" "______________________" "______________________";
  /* content: '\2026\2026\2026\2026\2026' '\2026\2026\2026\2026\2026' '\2026\2026\2026\2026\2026' '\2026\2026\2026\2026\2026' '\2026\2026\2026\2026\2026' '\2026\2026\2026\2026\2026' '\2026\2026\2026\2026\2026'; */
  font-weight: 400;
  margin-left: 10px;
  position: absolute;
  top: -2px;
  white-space: nowrap;
  width: 0;
}

.pricing_section .price_wrap .price_list li span.price {
    font-size: 24px;
    color: #9e8a78;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0
}

.pricing_section .price_wrap .price_list li p {
    margin: 0
}

.pricing_section .menu_middle_content img {
    width: 100%;
    margin-top: -30px;
    margin-bottom: 15px
}

.widget-content .tags li {
    display: inline-block
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #9e8a78;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px
}

.widget-content .tags li a:hover {
    background-color: #303133;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.sponsor_section {
    padding: 60px 0
}

.sponsor_section .sponsor_item img {
    width: 100%
}

.sponsor_section .sponsor_items div:hover img {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.widget_section {
    background-color: #222227;
    padding: 100px 0;
}

.widget_social {
    /* display: block; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.widget_social li {
    display: inline-block
}

.widget_social li a {
    color: #777;
    font-size: 12px;
    margin-right: 20px
}

.widget_social li a:hover {
    color: #9e8a78
}

.widget_social li svg {
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
}

.opening_time li {
  color: #999;
  line-height: 10px;
}

.opening_time li.top_space > p {
  margin-bottom: 0px;
}

.opening_time li.bottom_space {
  line-height: 24px;
}

.opening_time li p.day_part {
  text-align: left;
}

.opening_time li p.hours_part {
  text-align: right;
}

.footer_widget {
    color: #fff;
}

.footer_widget h3 {
    color: #fff;
    margin: 0;
}

.footer_widget p {
    color: #999
}

#gmap_canvas {
  padding-bottom: 1rem;
}

.social_widgets {
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}

.footer_section {
    display: block;
    background-color: #222227;
    border-top: 1px solid #333;
    padding: 30px 0
}

.footer_section .copyright {
    font-size: 14px;
    color: #ddd
}

.footer_social {
    display: block;
    text-align: right
}

.footer_social li {
    display: inline-block
}

.footer_social li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px
}

.footer_social li a:hover {
    color: #9e8a78
}

.page_header .section_heading h2 {
    color: #fff
}

.page_content_section {
    border-bottom: 2px solid #eee
}

.page_content_wrap {
    padding: 35px 0
}

.breadcrumb {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 5px)
}

.breadcrumb li a {
    color: #ddd
}

.breadcrumb li a:hover {
    color: #fff
}

#google-map {
    width: 100%;
    height: 400px
}

#scroll-to-top {
  background-color: #9e8a78;
  display: none;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 998;
}

#scroll-to-top:hover {
    background-color: #897666;
    color: #fff
}