body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

/*General links color*/
a {
  color: #000;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}
a:hover,
a:focus {
  color: #d30000;
  text-decoration: none;
  outline: none;
}

/*-------- 1.3 Structure --------*/
/* Header */
#nav .container .row {
  padding-top: 1rem;
}
#nav i {
  padding-right: 1rem;
}
#tag_line {
  font-size: 13px;
}
a#phone_top {
  position: relative;
  font-weight: 600;
  margin-right: 10px;
  color: #ff3333 !important;
  padding-left: 22px;
}
a#phone_top:hover {
  color: #333 !important;
}
#opening {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
#opening:before {
  content: "\7d";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: -3px;
}
/* #topline {
  background-color: #f7ff81;
} */
#logo {
  margin-top: 0;
  padding-bottom: 1rem;
}
#logo img {
    height: 38px;
    margin-top: 10px;
    margin-bottom: 20px;
}
header {
  width: 100%;
  padding: 0 0 0 0 !important;
  background-color: rgba(255, 255, 255, 1);
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
nav {
  margin-top: 20px;
  height: 50px;
}
nav .main-menu {
  padding-top: 2rem;
}
#top_line {
  font-size: 12px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  visibility: visible;
  opacity: 1;
  padding: 8px 0;
  margin-bottom: 5px;
}
ul#top_links {
  list-style: none;
  margin: 0;
  padding: 2px 0 0 0;
  float: right;
}
ul#top_links li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  padding-left: 8px;
}
ul#top_links li:first-child {
  border-left: none;
  padding-left: 0;
}
ul#top_links a {
  color: #000;
}
ul#top_links a:hover {
  color: #d30000;
}
/*Animate Sticky header*/
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX;
}

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}

@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
}

@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
}

@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    transform: perspective(400px) rotateX(-90deg);
  }
}

.animated.swingOutX {
  --webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.parallax_window_in {
  height: 550px;
  position: relative;
  display: table;
  width: 100%;
  z-index: 2;
}
.parallax_window_in.short {
  height: 350px;
  position: relative;
  display: table;
  width: 100%;
  z-index: 2;
}
#sub_content_in {
  display: table-cell;
  padding: 45px 0 0 0;
  vertical-align: middle;
  text-align: right;
}
.parallax_window_in.short #sub_content_in {
  display: table-cell;
  padding: 45px 0 0 0;
  vertical-align: bottom;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
}
#sub_content_in h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 0;
}

#sub_content_in p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

/* Main area  */
main {
  background: #fff;
  z-index: 2;
  position: relative;
}
h1 {
  font-size: 70px !important;
}
h2 {
  font-size: 60px !important;
  font-weight: 600 !important;
}

/* Footer  */
footer {
  background: #000;
  color: #fff;
  padding: 30px 0 0 0;
  overflow: hidden;
}
footer .container .row {
  margin-bottom: 50px;
  display: flex;
}
footer h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 3rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
#logo_footer {
  margin: 12px 0 15px 0;
}
footer #contact_bg img {
  width: 25rem;
}
footer ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
  line-height: 2;
}
footer li {
  font-size: 16px;
  padding-top: 0.5rem;
}
footer li i {
  padding-right: 1rem;
}
#sub-link {
  padding-top: 1.5rem;
}
#newsletters {
  padding-top: 1.5rem;
}
footer #contact_details_footer {
  margin-top: 1rem;
}
footer #pitch {
  padding-bottom: 2rem;
}
#subscribe-button i {
  padding-right: 0.5rem;
}
#copy {
  background-color: #d30000;
  padding: 20px;
  text-align: left;
  color: #fff;
  font-size: 15px;
  height: 60px;
}
.widget-subscribe-us p {
  margin-bottom: 30px;
}

.widget-subscribe-us #subscribe-form {
  width: 30rem;
  height: 47px;
  position: relative;
  margin-top: 2rem;
  border-radius: 2px;
}

.widget-subscribe-us #subscribe-form input[type="text"] {
  background-color: transparent;
  border: solid #d30000;
  color: #fff;
  margin-bottom: 0;
  border-radius: 2px;
}

.widget-subscribe-us #subscribe-form .submit-button {
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0;
  content: "Submit";
  color: #fff;
  background-color: #d30000;
  width: 10rem;
  height: 47px;
  border: none;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

.widget-subscribe-us #subscribe-form .submit-button:hover {
  background-color: #fff;
  color: #d30000;
  border: solid #d30000;
}

.widget-subscribe-us #subscribe-form .mailchimp-email {
  height: 47px;
  line-height: 20px;
  width: 100%;
  padding: 0 10px 0 16px;
}

.notification_error,
.notification_ok {
  color: #d30000;
}
#branding {
  text-align: end;
}
#branding a:hover {
  text-decoration: underline;
  color: #00ccff;
}
/* End of Footer */
/* Responsive */
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 60px !important;
  }
  h2 {
    font-size: 50px !important;
  }
  h3 {
    font-size: 30px !important;
  }
  header img {
    width: 14rem;
  }
  footer h3 {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }
  footer .row {
    display: flex !important;
  }
  #copy {
    font-size: 13px !important;
  }
  footer img {
    width: 15rem !important;
  }
  #contact_bg {
    width: 28rem;
  }
  #pitch {
    font-size: 12px !important;
  }
  #address_footer {
    font-size: 13px !important;
  }
  #sub-link h3 {
    padding-top: 2rem !important;
    margin-top: 0 !important;
    font-size: 20px !important;
  }
  #sub-link {
    width: 17rem;
  }
  #sub-link li {
    font-size: 12px !important;
  }
  .widget-subscribe-us #subscribe-form .submit-button {
    width: 10rem !important;
    height: 4rem !important;
  }
  .widget-subscribe-us #subscribe-form input[type="text"] {
    width: 20rem !important;
    height: 4rem !important;
  }
  #newsletters {
    padding-top: 0 !important;
    margin-top: 0 !important;
    width: 25rem;
  }
  #newsletters h3 {
    padding-top: 1.2rem !important;
    margin-top: 2.3rem;
    font-size: 20px !important;
  }
  #subscribe-content {
    position: relative;
    width: 25rem;
  }
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  h1 {
    font-size: 50px !important;
  }
  h2 {
    font-size: 40px !important;
  }
  h3 {
    font-size: 30px !important;
  }
  header img {
    width: 14rem;
  }
  footer h3 {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }
  footer .row {
    display: flex !important;
  }
  #copy {
    font-size: 13px !important;
  }
  footer img {
    width: 15rem !important;
  }
  #contact_bg {
    width: 28rem;
  }
  #pitch {
    font-size: 14px !important;
  }
  #address_footer {
    font-size: 15px !important;
  }
  #sub-link h3 {
    padding-top: 2rem !important;
    margin: 0 !important;
    font-size: 24px !important;
  }
  #sub-link {
    width: 17rem;
    padding-left: 40px;
  }
  #sub-link li {
    font-size: 14px !important;
  }
  .widget-subscribe-us #subscribe-form .submit-button {
    width: 10rem !important;
    height: 4rem !important;
  }
  .widget-subscribe-us #subscribe-form input[type="text"] {
    width: 20rem !important;
    height: 4rem !important;
  }
  #newsletters {
    padding-top: 0 !important;
    margin-top: 0 !important;
    width: 30rem;
  }
  #newsletters h3 {
    padding-top: 1.2rem !important;
    margin-top: 2.3rem;
    font-size: 24px !important;
  }
  #subscribe-content {
    position: relative;
    width: 25rem;
  }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h1 {
    font-size: 45px !important;
  }
  h2 {
    font-size: 27px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  header img {
    width: 11rem;
  }
  footer h3 {
    font-size: 22px !important;
    line-height: 1.5 !important;
  }
  #copy .col-lg-4 {
    margin: 0;
    padding: 0;
  }
  #copy .col-lg-8 {
    margin: 0;
    padding: 0;
  }
  #copy {
    font-size: 12px;
  }
  footer img {
    width: 15rem !important;
  }
}
