/* Modules */
@-webkit-keyframes db-loading {
  0% {
    background-position: 83% 0%; }
  50% {
    background-position: 18% 100%; }
  100% {
    background-position: 83% 0%; } }
@-moz-keyframes db-loading {
  0% {
    background-position: 83% 0%; }
  50% {
    background-position: 18% 100%; }
  100% {
    background-position: 83% 0%; } }
@keyframes db-loading {
  0% {
    background-position: 83% 0%; }
  50% {
    background-position: 18% 100%; }
  100% {
    background-position: 83% 0%; } }
@font-face {
  font-family: 'Heebo';
  font-weight: 700;
  /*(bold)*/
  font-style: normal;
  src: url("../fonts/Heebo/Heebo-Bold.ttf"); }
@font-face {
  font-family: 'Heebo';
  font-weight: 500;
  /*(medium)*/
  font-style: normal;
  src: url("../fonts/Heebo/Heebo-Medium.ttf"); }
@font-face {
  font-family: 'Heebo';
  font-weight: 100;
  /*(thin)*/
  font-style: normal;
  src: url("../fonts/Heebo/Heebo-Thin.ttf"); }
@font-face {
  font-family: 'Heebo';
  font-weight: 900;
  /*(black)*/
  font-style: normal;
  src: url("../fonts/Heebo/Heebo-Black.ttf"); }
@font-face {
  font-family: 'Heebo';
  font-weight: 300;
  /*(light)*/
  font-style: normal;
  src: url("../fonts/Heebo/Heebo-Light.ttf"); }
@font-face {
  font-family: 'Heebo';
  font-weight: 400;
  /*(regular)*/
  font-style: normal;
  src: url("../fonts/Heebo/Heebo-Regular.ttf"); }
body {
  font-size: 16px;
  line-height: 1.4; }

body, h1, h2, h3, h4, h5, p, div, input {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  line-height: 1.4; }

h1, h2, h3, h4, h5 {
  color: #c4903a; }

a:focus, a:hover {
  text-decoration: none;
  color: #c4903a; }

ul {
  margin: 0 0 10px;
  padding: 0 0 0 40px; }
  .rtl ul {
    padding: 0 40px 0 0; }

button {
  -webkit-border-radius: 0;
  border-radius: 0; }

.post-the-content h1, .post-the-content h2, .post-the-content h3, .post-the-content h4, .post-the-content h5, .post-the-content h6 {
  font-weight: 600; }
  .post-the-content h1:first-child, .post-the-content h2:first-child, .post-the-content h3:first-child, .post-the-content h4:first-child, .post-the-content h5:first-child, .post-the-content h6:first-child {
    margin-top: 0; }
.post-the-content a {
  color: #c4903a;
  font-weight: 500; }
  .post-the-content a:hover, .post-the-content a:focus {
    text-decoration: underline; }

::-webkit-selection {
  background-color: #331919;
  color: #ffffff; }

::-moz-selection {
  background-color: #331919;
  color: #ffffff; }

::selection {
  background-color: #331919;
  color: #ffffff; }

@media (max-width: 480px) {
  body {
    font-size: 14px; } }
label {
  width: 100%;
  margin-bottom: .8em;
  cursor: pointer !important;
  font-size: .95em;
  font-weight: 500; }

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
  margin: .4em 0 0 0;
  font: inherit;
  border: 0 solid #c4903a;
  background-color: transparent;
  padding: .5em .8em;
  padding: .8em;
  font-size: 1.1em;
  width: 100%;
  font-weight: 400;
  -webkit-transition: all 0.3 aese;
  -moz-transition: all 0.3 aese;
  -ms-transition: all 0.3 aese;
  -o-transition: all 0.3 aese;
  transition: all 0.3 aese;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #c4903a;
  box-shadow: inset 0 0 0 1px #c4903a; }
  input[type=text]:focus, input[type=text]:active,
  input[type=number]:focus,
  input[type=number]:active,
  input[type=tel]:focus,
  input[type=tel]:active,
  input[type=email]:focus,
  input[type=email]:active,
  input[type=password]:focus,
  input[type=password]:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    -webkit-box-shadow: inset 0 0 0 2px #c4903a;
    box-shadow: inset 0 0 0 2px #c4903a;
    outline: none; }

input[type=submit] {
  width: 200px;
  min-width: 200px;
  margin-top: .5em;
  background-color: #c4903a;
  color: white;
  border: 0;
  padding: .6em 1em;
  font-weight: 400;
  font-size: 1.2em;
  -webkit-transition: all 0.3 aese;
  -moz-transition: all 0.3 aese;
  -ms-transition: all 0.3 aese;
  -o-transition: all 0.3 aese;
  transition: all 0.3 aese;
  -webkit-border-radius: 0;
  border-radius: 0; }
  input[type=submit]:focus, input[type=submit]:hover {
    opacity: .8; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 0 0 4px;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out; }
  input[type=checkbox]:checked:before {
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: normal normal normal 20px/1 FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin: -1px -2px 0 0;
    color: #c4903a; }

.checkbox input[type=checkbox] {
  position: static;
  margin: 0 8px 0 0; }
  .rtl .checkbox input[type=checkbox] {
    margin: 0 0 0 8px; }

.wpcf7-form div.wpcf7-response-output {
  background-color: #c4903a;
  color: white;
  text-align: center;
  border: 0;
  margin: 0 0 2em;
  font-weight: 400;
  padding: .4em 1em; }
.wpcf7-form.invalid input[type=text].wpcf7-not-valid,
.wpcf7-form.invalid input[type=number].wpcf7-not-valid,
.wpcf7-form.invalid input[type=tel].wpcf7-not-valid,
.wpcf7-form.invalid input[type=email].wpcf7-not-valid {
  -webkit-box-shadow: inset 0 0 0 2px red;
  box-shadow: inset 0 0 0 2px red; }
.wpcf7-form.invalid span.wpcf7-not-valid-tip {
  font-weight: 400; }
.wpcf7-form .ajax-loader {
  display: none !important; }
.wpcf7-form input[type=submit].db-loading {
  background: linear-gradient(217deg, #c4903a, #331919);
  background-size: 400% 400%;
  -webkit-animation: db-loading 1s ease infinite;
  -moz-animation: db-loading 1s ease infinite;
  animation: db-loading 1s ease infinite; }

@media (max-width: 768px) {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  textarea,
  input[type=submit] {
    padding: .9em; } }
.db-hide-header.db-hide-page-header-title.db-hide-footer .db-content {
  padding: 0; }

.db-wide-row {
  max-width: 1050px;
  margin: 0 auto; }

.db-main-page {
  min-height: 100vh; }

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
  left: 0 !important; }
[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
  right: 0 !important; }
[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next,
[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
  width: 40px;
  background: #a86700;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a86700 0%, #c18626 25%, #a86700 50%, #c18626 75%, #a86700 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a86700 0%, #c18626 25%, #a86700 50%, #c18626 75%, #a86700 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a86700 0%, #c18626 25%, #a86700 50%, #c18626 75%, #a86700 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a86700', endColorstr='#a86700',GradientType=1 );
  background: #c4903a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b5812b 0%, #d39f49 25%, #b5812b 50%, #d39f49 75%, #b5812b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b5812b 0%, #d39f49 25%, #b5812b 50%, #d39f49 75%, #b5812b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b5812b 0%, #d39f49 25%, #b5812b 50%, #d39f49 75%, #b5812b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a86700', endColorstr='#a86700',GradientType=1 ); }
  [dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next:before,
  [dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev:before {
    display: block;
    width: 40px; }

@media (max-width: 768px) {
  .db-hide-header.db-hide-page-header-title.db-hide-footer .db-content .post-the-content {
    margin: 0px -8.5px; }

  .db-logo img {
    max-width: 90px !important; } }
.elementor-shortcode .db-form-inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .elementor-shortcode .db-form-inner input {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
    color: #331919; }
    .elementor-shortcode .db-form-inner input[type=tel], .elementor-shortcode .db-form-inner input[type=text], .elementor-shortcode .db-form-inner input[type=mail], .elementor-shortcode .db-form-inner input[type=submit] {
      font-size: 1.4em;
      padding: .4em .8em; }
  .elementor-shortcode .db-form-inner input[type=submit] {
    width: 100%;
    min-width: 100px;
    background-color: #c4903a;
    color: #ffffff;
    font-size: 1.5em; }
    .elementor-shortcode .db-form-inner input[type=submit]:not(.db-loading) {
      background: #a86700;
      /* Old browsers */
      background: -moz-linear-gradient(left, #a86700 0%, #c18626 25%, #a86700 50%, #c18626 75%, #a86700 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #a86700 0%, #c18626 25%, #a86700 50%, #c18626 75%, #a86700 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #a86700 0%, #c18626 25%, #a86700 50%, #c18626 75%, #a86700 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a86700', endColorstr='#a86700',GradientType=1 );
      background: #c4903a;
      /* Old browsers */
      background: -moz-linear-gradient(left, #b5812b 0%, #d39f49 25%, #b5812b 50%, #d39f49 75%, #b5812b 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #b5812b 0%, #d39f49 25%, #b5812b 50%, #d39f49 75%, #b5812b 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #b5812b 0%, #d39f49 25%, #b5812b 50%, #d39f49 75%, #b5812b 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a86700', endColorstr='#a86700',GradientType=1 ); }
.elementor-shortcode .wpcf7-form div.wpcf7-response-output {
  margin: 1em 0; }
.elementor-shortcode .wpcf7-form span.wpcf7-not-valid-tip {
  padding: .2em .8em;
  background-color: red;
  color: #ffffff; }

@media (min-width: 991px) {
  .row {
    margin: 0 -15px; }

  .col-md-5 {
    width: 41.66666667%;
    padding: 0 15px; }

  .col-md-2 {
    width: 16.6667%;
    padding: 0 15px; } }
@media (max-width: 768px) {
  .elementor-shortcode .db-form-inner {
    width: 100%;
    display: block; }
    .elementor-shortcode .db-form-inner input {
      width: 100%;
      margin-top: .8em; }
      .elementor-shortcode .db-form-inner input[type=tel], .elementor-shortcode .db-form-inner input[type=text], .elementor-shortcode .db-form-inner input[type=mail] {
        font-size: 1.4em;
        padding: .4em .8em; } }
.db-quick-call a {
  display: block;
  position: fixed;
  z-index: 98;
  bottom: 12px;
  left: 12px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 15px -5px #757575;
  box-shadow: 0 6px 15px -5px #757575;
  background-color: #c4903a;
  color: #ffffff;
  line-height: 62px;
  text-align: center;
  font-size: 1.2em; }
  .rtl .db-quick-call a {
    left: auto;
    right: 12px; }
.db-quick-call img {
  margin-left: 1px;
  position: relative;
  top: -1px;
  width: 30px; }

/*# sourceMappingURL=style.css.map */
