html {
  overflow-x: hidden;
}
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 999999;
}
.loader {
  height: 100vh;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.loader img {
  width: 225px;
}
.logo img {
  max-height: 60px !important;
}
.hero-block h1 {
  font-size: 110px;
  word-spacing: 20px;
}
footer .logo img {
  height: auto !important;
  max-height: unset !important;
}
/*.site-footer .top-container .line {
    background-color: #f4ca5c;
}
.site-footer .main-content:after
{
     background-color: #f4ca5c;
}*/
.footer_p {
    opacity: 1 !important;
    transform: none !important;
    padding: 15px 10px;
    background: linear-gradient(90deg, rgb(201 135 23) 0%, rgba(249, 201, 95, 1) 100%);
    color: #051e24;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: normal;
}
a.cb {
    display: inline-block;
}
.footer_p img {
  width: 70px;
}
.site-footer .bottom-container a {
  opacity: 1;
}
.currentyear {
  padding-right: 0px;
}
.cb {
  padding-left: 5px;
}
.logo_img {
  transform: none !important;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(135, 150, 165, .1);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #df3716 linear-gradient(45deg, #141f27, #141f27);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 10px;
  background-color: rgba(135, 150, 165, .1);
}
form .gform_body .gform_fields textarea {
  height: 194px;
  font-size: inherit;
  font-family: inherit;
  padding: 8px;
}
p#error_data {
  color: red;
  margin: 0px;
  font-size: initial;
}
button, input, optgroup, select, textarea {
  border: 1px solid;
}
.alert {
  font-size: 1.3rem;
  padding: 2rem 2.75rem;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}
.alert.alert-success {
  background-color: #d1e7dd;
  border-color: #a3cfbb;
  color: #0a3622
}
.alert.alert-danger {
  background-color: #f8d7da;
  border-color: #f1aeb5;
  color: #58151c
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
  width: 15px;
  height: 15px;
  border: 2px dashed #d8872e;
  border-radius: 50%;
  top: 23px;
  margin-left: 20px;
}
.alert {
  margin-top: 0px;
  padding: 25px;
  
	border-radius: 25px;
  text-align: center;
}
.alert.alert-success {
  color: #508e14;
  background: #f0f0f0;
}
.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4;
}
p#error_data {
  color: red;
  margin: 0px;
  font-size: initial;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
.feedback-form-block {
  border: 2px solid #1b3137;
  padding: 55px;
  border-radius: 50px;
  max-width: 800px;
}

.gform_wrapper.gravity-theme input[type=color],.gform_wrapper.gravity-theme input[type=date],.gform_wrapper.gravity-theme input[type=datetime-local],.gform_wrapper.gravity-theme input[type=datetime],.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=month],.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme input[type=password],.gform_wrapper.gravity-theme input[type=search],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=time],.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gravity-theme input[type=week],.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme textarea {
    padding: 15px;
}

form .gform_body .gform_fields input, form .gform_body .gform_fields select {
    height: 55px;
}
form .gform_body .gform_fields input, form .gform_body .gform_fields select, form .gform_body .gform_fields textarea {
    padding: 15px !important;    
    border-radius: 10px;
}
form .gform_footer .button {
    border-radius: 10px;
	margin-bottom: 0px !important;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 10px 0 0;
}
@media (max-width: 767px) {
    h3.marquee {
        font-size: 40px;
    }
  img.logo_img {
    margin: 0 auto;
    width: 200px !important;
  }
  .hero-block h1 {
    font-size: 40px;
    word-spacing: 0;
  }
  .feedback-form-block {
    padding: 20px;
    border-radius: 25px;
  }
  form .gform_body .gform_fields {
    grid-row-gap: 0px !important;
  }
  .gfield .ginput_container_textarea {
    margin-bottom: 8px;
  }
}

.homepage .site-header .logo {
    display: block;
}
.font-copy{
        font-family: sans-serif;
}


.right-nav-container.border a{
        font-family: sans-serif;
    font-weight: 600;
    color: #051e24;
}
button.button.white.uppercase {
    font-family: sans-serif;
}
.latest-offers .buttons {
    margin-top: 20px;
}