/* Base */
/* Colors */
/* Fonts */
/* Dots */
/* From Bottom */
@keyframes fromBottom {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translate(0px);
  }
}
/* Inter Regular */
@font-face {
  font-family: "Inter Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/Inter-Regular.woff") format("woff");
}
/* Inter Medium */
@font-face {
  font-family: "Inter Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/Inter-Medium.woff") format("woff");
}
/* Inter SemiBold */
@font-face {
  font-family: "Inter SemiBold";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/Inter-SemiBold.woff") format("woff");
}
/* SFProDisplay Regular */
@font-face {
  font-family: "SFProDisplay Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SFProDisplay-Regular.woff") format("woff");
}
/* SFProDisplay Medium */
@font-face {
  font-family: "SFProDisplay Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SFProDisplay-Medium.woff") format("woff");
}
/* SFProDisplay Semibold */
@font-face {
  font-family: "SFProDisplay Semibold";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SFProDisplay-Semibold.woff") format("woff");
}
/* SFProDisplay Light */
@font-face {
  font-family: "SFProDisplay Light";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SFProDisplay-Light.woff") format("woff");
}
/* SFProDisplay Bold */
@font-face {
  font-family: "SFProDisplay Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SFProDisplay-Bold.woff") format("woff");
}
/* SFProDisplay Heavy */
@font-face {
  font-family: "SFProDisplay Heavy";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SFProDisplay-Heavy.woff") format("woff");
}
/* Reset */
body {
  background-color: #F5F8FA;
  overflow-x: hidden;
  background-image: url("../../images/main-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:hover {
  color: inherit;
  text-decoration: none;
}
body * {
  outline: none !important;
}

div#app {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

/* Components */
/* Modal */
.form-label-group input:focus ~ label, .form-label-group input:not(:placeholder-shown) ~ label, .form-label-group select ~ label, .form-label-group textarea:focus ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-bottom: 0;
  padding-left: 20px;
}

/* Layouts */
body.home header#header {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 5;
}

body:not(.home) header#header div.top-header {
  background-color: #F5F8FA;
}
body:not(.home) header#header div.top-header div.top-header-container div.announcements div.announcements-title {
  background: rgba(227, 31, 37, 0.12);
  color: #E31F25;
}
body:not(.home) header#header div.top-header div.top-header-container div.announcements div.announcements-listing {
  color: #2B2B2A;
}
body:not(.home) header#header div.top-header div.top-header-container div.phones div.phone div.details div.name {
  color: rgba(43, 43, 42, 0.5);
}
body:not(.home) header#header div.top-header div.top-header-container div.phones div.phone div.details div.number {
  color: #2B2B2A;
}
body:not(.home) header#header div.middle-header {
  background-color: #212121;
}
body:not(.home) header#header div.middle-header div.middle-header-container {
  background-color: transparent;
}
body:not(.home) header#header div.middle-header div.middle-header-container div.logo img.home {
  display: none;
}
body:not(.home) header#header div.middle-header div.middle-header-container div.logo img.alt {
  display: block;
}
body:not(.home) header#header div.middle-header div.middle-header-container nav.header-menu ul li a {
  color: #fff;
}
body:not(.home) header#header div.middle-header div.middle-header-container nav.header-menu ul li a span.down img {
  filter: brightness(0) invert(1);
}
body:not(.home) header#header div.middle-header div.middle-header-container nav.header-menu ul li ul li a {
  color: #212121;
}
body:not(.home) header#header div.middle-header div.middle-header-container nav.header-menu ul li ul li a:hover {
  color: #E31F25;
}

header#header div.top-header {
  height: 60px;
}
header#header div.top-header div.top-header-container {
  font-size: 0;
}
header#header div.top-header div.top-header-container div.announcements {
  width: calc(100% - 400px);
  display: inline-block;
  vertical-align: middle;
}
header#header div.top-header div.top-header-container div.announcements div.announcements-title {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  height: 39px;
  text-align: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  font-family: "SFProDisplay Bold";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 39px;
}
header#header div.top-header div.top-header-container div.announcements div.announcements-listing {
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 0px 12px;
  font-family: "SFProDisplay Regular";
  font-size: 16px;
  color: #fff;
}
header#header div.top-header div.top-header-container div.phones {
  width: 400px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
header#header div.top-header div.top-header-container div.phones div.phone {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 20px;
}
header#header div.top-header div.top-header-container div.phones div.phone:first-child {
  margin-left: 0;
}
header#header div.top-header div.top-header-container div.phones div.phone div.icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
  border-radius: 32px;
  background-color: #E31F25;
}
header#header div.top-header div.top-header-container div.phones div.phone div.icon img {
  max-width: 18px;
  height: auto;
  filter: brightness(0) invert(1);
}
header#header div.top-header div.top-header-container div.phones div.phone div.details {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
header#header div.top-header div.top-header-container div.phones div.phone div.details div.name {
  font-family: "SFProDisplay Light";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
header#header div.top-header div.top-header-container div.phones div.phone div.details div.number {
  font-family: "SFProDisplay Semibold";
  font-size: 14px;
  color: #fff;
}
header#header div.middle-header div.middle-header-container {
  height: 63px;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  display: flex;
}
header#header div.middle-header div.middle-header-container div.logo {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}
header#header div.middle-header div.middle-header-container div.logo img {
  max-width: 100%;
  height: auto;
}
header#header div.middle-header div.middle-header-container div.logo img.alt {
  display: none;
}
header#header div.middle-header div.middle-header-container nav.header-menu {
  width: calc(100% - 390px);
  display: inline-block;
  vertical-align: middle;
  padding: 0px 50px;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul {
  padding: 0;
  margin: 0;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li {
  display: inline-block;
  vertical-align: middle;
  font-family: "SFProDisplay Medium";
  font-size: 16px;
  margin-right: 24px;
  position: relative;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li:hover ul {
  display: block;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li:last-child {
  margin-right: 0;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li:hover a {
  border-bottom-color: #E31F25;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li a {
  display: block;
  font-family: "SFProDisplay Semibold";
  font-size: 16px;
  color: #2B2B2A;
  height: 63px;
  line-height: 63px;
  border-bottom: 2px solid transparent;
  transition-duration: 0.5s;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li a span.down {
  margin-left: 6px;
  display: inline-block;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li ul {
  position: absolute;
  top: 83px;
  left: 0;
  width: 100%;
  min-width: 230px;
  background-color: #fff;
  padding: 15px;
  z-index: 9;
  border-radius: 5px;
  animation: 0.5s fromBottom;
  display: none;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li ul:after {
  position: absolute;
  content: "";
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li ul:before {
  position: absolute;
  content: "";
  top: -16px;
  left: 8px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li ul li:last-child {
  margin-bottom: 0;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li ul li a {
  height: unset;
  line-height: unset;
  border-bottom: none;
}
header#header div.middle-header div.middle-header-container nav.header-menu ul li ul li a:hover {
  color: #E31F25;
}
header#header div.middle-header div.middle-header-container div.buttons {
  width: 190px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
header#header div.middle-header div.middle-header-container div.buttons a.appointment {
  display: block;
  height: 44px;
  border-radius: 6px;
  background-color: #E31F25;
  text-align: center;
  line-height: 44px;
  position: relative;
  font-family: "SFProDisplay Medium";
  font-size: 16px;
  color: #fff;
}
header#header div.middle-header div.middle-header-container div.buttons a.appointment span.text {
  position: relative;
}
header#header div.middle-header div.middle-header-container div.buttons a.appointment:hover:before {
  width: 100%;
  clip-path: none;
  border-radius: 5px;
}
header#header div.middle-header div.middle-header-container div.buttons a.appointment:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background-color: #BD161B;
  border-radius: 5px 0px 0px 5px;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  transition: all 0.3s ease;
}

/* Sidebar */
/* Footer */
footer#footer {
  background-color: #212121;
  padding: 0px;
}
footer#footer div.top-footer {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: calc(100% - 313px) 313px;
  margin-top: -170px;
}
footer#footer div.top-footer div.section-area {
  padding-right: 25px;
}
footer#footer div.top-footer div.section-area div.section-info {
  background-color: #2B2B2A;
  height: 313px;
  border-radius: 12px;
  padding: 40px;
  font-size: 0;
}
footer#footer div.top-footer div.section-area div.section-info figure.info-image {
  margin-bottom: 0;
  border-radius: 12px;
  border: 1px solid #E31F25;
  width: 240px;
  display: inline-block;
  vertical-align: middle;
}
footer#footer div.top-footer div.section-area div.section-info figure.info-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
footer#footer div.top-footer div.section-area div.section-info div.info-details {
  width: calc(100% - 490px);
  display: inline-block;
  vertical-align: middle;
  padding: 0px 25px;
}
footer#footer div.top-footer div.section-area div.section-info div.info-details div.branch-position {
  font-family: "SFProDisplay Bold";
  font-size: 24px;
  color: #E31F25;
}
footer#footer div.top-footer div.section-area div.section-info div.info-details div.branch-desc {
  font-family: "SFProDisplay Regular";
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 10px;
}
footer#footer div.top-footer div.section-area div.section-info div.info-details div.branch-contacts div.block {
  margin-bottom: 5px;
  font-size: 0;
}
footer#footer div.top-footer div.section-area div.section-info div.info-details div.branch-contacts div.block:hover div.icon img {
  filter: unset;
}
footer#footer div.top-footer div.section-area div.section-info div.info-details div.branch-contacts div.block div.icon {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
footer#footer div.top-footer div.section-area div.section-info div.info-details div.branch-contacts div.block div.icon img {
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
footer#footer div.top-footer div.section-area div.section-info div.info-details div.branch-contacts div.block div.text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 16px);
  font-family: "SFProDisplay Medium";
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
}
footer#footer div.top-footer div.section-area div.section-info div.info-details div.branch-button .button {
  display: inline-block;
  padding: 0px 20px;
  height: 32px;
  background-color: #434343;
  border-radius: 6px;
  font-family: "SFProDisplay Medium";
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block {
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block div.location {
  border-radius: 6px;
  width: 100%;
  padding: 0px 20px;
  height: 60px;
  display: flex;
  position: relative;
  color: #FFF;
  background: #F5F8FA;
  background-clip: padding-box;
  border: solid 1px transparent;
  color: #2B2B2A;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block div.location:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to right, red, rgba(0, 0, 0, 0));
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block div.location:hover div.items div.icon {
  background-color: #E31F25;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block div.location div.items {
  font-size: 0;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block div.location div.items div.icon {
  width: 36px;
  height: 36px;
  background-color: #2B2B2A;
  border-radius: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.5s;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block div.location div.items div.details {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block div.location div.items div.details div.title {
  font-family: "SFProDisplay Light";
  font-size: 12px;
  color: rgba(43, 43, 42, 0.5);
  margin-bottom: 0;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block div.location div.items div.details div.value {
  font-family: "SFProDisplay Semibold";
  font-size: 16px;
  color: #2B2B2A;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch a.button {
  display: block;
  height: 60px;
  border-radius: 6px;
  background-color: #E31F25;
  font-family: "SFProDisplay Semibold";
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  transition-duration: 0.5s;
}
footer#footer div.top-footer div.section-area div.section-info div.info-branch a.button:hover {
  background-color: #BD161B;
}
footer#footer div.top-footer div.section-contact {
  background-color: #E31F25;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  position: relative;
}
footer#footer div.top-footer div.section-contact:before {
  position: absolute;
  content: "";
  width: 273px;
  height: 184px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../../images/phone-car.png");
  top: -100px;
}
footer#footer div.top-footer div.section-contact div.contact-title {
  font-family: "SFProDisplay Bold";
  font-size: 24px;
  margin-bottom: 6px;
}
footer#footer div.top-footer div.section-contact div.contact-desc {
  font-family: "SFProDisplay Regular";
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 36px;
}
footer#footer div.top-footer div.section-contact div.contact-desc strong {
  font-family: "SFProDisplay Bold";
}
footer#footer div.top-footer div.section-contact div.contact-phone a.button {
  height: 60px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  color: #000;
  display: block;
  font-family: "SFProDisplay Semibold";
  border-radius: 5px;
  transition-duration: 0.5s;
}
footer#footer div.top-footer div.section-contact div.contact-phone a.button:hover {
  color: #fff;
  background-color: #BD161B;
}
footer#footer div.top-footer div.section-contact div.contact-phone div.form-group div.form-item.form-item-text {
  background-color: #fff;
  height: 60px;
  border: 1px solid rgba(43, 43, 42, 0.25);
  border-radius: 6px;
  font-size: 0;
  padding: 0px 15px;
}
footer#footer div.top-footer div.section-contact div.contact-phone div.form-group div.form-item.form-item-text div.form-icon {
  width: 36px;
  height: 36px;
  background-color: #E31F25;
  border-radius: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
footer#footer div.top-footer div.section-contact div.contact-phone div.form-group div.form-item.form-item-text div.form-icon img {
  filter: brightness(0) invert(1);
}
footer#footer div.top-footer div.section-contact div.contact-phone div.form-group div.form-item.form-item-text div.form-label-group {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 58px;
  margin-bottom: 0;
}
footer#footer div.top-footer div.section-contact div.contact-phone div.form-group div.form-item.form-item-text div.form-label-group input {
  height: 100%;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-family: "SFProDisplay Semibold";
  font-size: 16px;
  color: #2B2B2A;
}
footer#footer div.top-footer div.section-contact div.contact-phone div.form-group div.form-item.form-item-text div.form-label-group label {
  font-family: "SFProDisplay Light";
  font-size: 14px;
  color: rgba(43, 43, 42, 0.5);
}
footer#footer div.middle-footer {
  margin-bottom: 65px;
}
footer#footer div.middle-footer div.footer-about {
  padding-right: 60px;
}
footer#footer div.middle-footer div.footer-about div.footer-logo {
  margin-bottom: 25px;
}
footer#footer div.middle-footer div.footer-about div.footer-logo img {
  max-width: 100%;
  height: auto;
  max-height: 55px;
}
footer#footer div.middle-footer div.footer-about div.footer-desc {
  font-family: "SFProDisplay Regular";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
}
footer#footer div.middle-footer div.footer-about div.footer-address {
  font-family: "SFProDisplay Regular";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
footer#footer div.middle-footer div.footer-about div.footer-buttons {
  font-size: 0;
  margin-bottom: 30px;
}
footer#footer div.middle-footer div.footer-about div.footer-buttons div.block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
footer#footer div.middle-footer div.footer-about div.footer-buttons div.block:last-child {
  margin-right: 0;
}
footer#footer div.middle-footer div.footer-about div.footer-buttons div.block:hover div.icon img {
  filter: unset;
}
footer#footer div.middle-footer div.footer-about div.footer-buttons div.block div.icon {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}
footer#footer div.middle-footer div.footer-about div.footer-buttons div.block div.icon img {
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
footer#footer div.middle-footer div.footer-about div.footer-buttons div.block div.text {
  display: inline-block;
  vertical-align: middle;
  font-family: "SFProDisplay Regular";
  font-size: 16px;
  color: #fff;
  padding-left: 12px;
}
footer#footer div.middle-footer div.footer-about div.footer-socials {
  font-size: 0;
}
footer#footer div.middle-footer div.footer-about div.footer-socials a.button {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
footer#footer div.middle-footer div.footer-about div.footer-socials a.button:hover img {
  filter: unset;
}
footer#footer div.middle-footer div.footer-about div.footer-socials a.button img {
  filter: brightness(0) invert(1);
}
footer#footer div.middle-footer div.footer-menu {
  padding-top: 80px;
}
footer#footer div.middle-footer div.footer-menu div.title {
  font-family: "SFProDisplay Bold";
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
footer#footer div.middle-footer div.footer-menu div.title:before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  width: 48px;
  height: 2px;
  background-color: #E31F25;
}
footer#footer div.middle-footer div.footer-menu ul {
  padding: 0;
  margin: 0;
}
footer#footer div.middle-footer div.footer-menu ul li {
  font-family: "SFProDisplay Medium";
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}
footer#footer div.bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 50px;
}
footer#footer div.bottom-footer div.go-top {
  margin-top: 50px;
  text-align: center;
}
footer#footer div.bottom-footer div.go-top a.button {
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="123" height="64" viewBox="0 0 123 64" fill="none"><path d="M53.2757 4.48528C57.962 -0.20101 65.56 -0.20101 70.2463 4.48528L119.037 53.2756C123.723 57.9619 123.723 65.5599 119.037 70.2462L70.2463 119.037C65.56 123.723 57.962 123.723 53.2757 119.037L4.48534 70.2462C-0.200953 65.5599 -0.200954 57.9619 4.48534 53.2756L53.2757 4.48528Z" fill="%23E31F25"/></svg>');
  width: 123px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 64px;
  background-size: contain;
}
footer#footer div.bottom-footer div.copyright {
  font-family: "SFProDisplay Regular";
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
footer#footer div.bottom-footer div.designed {
  text-align: right;
  font-family: "SFProDisplay Light";
  font-size: 16px;
  color: #fff;
}
footer#footer div.bottom-footer div.designed img {
  max-width: 100%;
  height: auto;
  max-height: 30px;
  margin-left: 10px;
}

/* Pages */
/* Home */
main#main.home div#home-slider .owl-nav button {
  width: 63px;
  height: 63px;
  background-color: rgba(227, 31, 37, 0.24);
  border-radius: 63px;
  position: absolute;
  top: calc(50% - 60px);
}
main#main.home div#home-slider .owl-nav button:hover:before {
  filter: brightness(0) invert(1);
}
main#main.home div#home-slider .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../images/icons/prev.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 16px;
}
main#main.home div#home-slider .owl-nav button.owl-prev {
  left: 120px;
}
main#main.home div#home-slider .owl-nav button.owl-next {
  right: 120px;
}
main#main.home div#home-slider .owl-nav button.owl-next:before {
  transform: rotate(180deg);
}
main#main.home div#home-slider div.owl-carousel div.slider-item {
  min-height: 726px;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
main#main.home div#home-slider div.owl-carousel div.slider-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/main-slider-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details {
  position: relative;
  z-index: 9;
  color: #fff;
}
main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-title {
  font-family: "SFProDisplay Regular";
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  margin-bottom: 10px;
}
main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-title strong {
  font-family: "SFProDisplay Bold";
}
main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-desc {
  font-family: "SFProDisplay Regular";
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 435px;
  margin-bottom: 35px;
}
main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-buttons {
  font-size: 0;
}
main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-buttons a.button {
  display: inline-block;
  vertical-align: middle;
  height: 44px;
  background-color: #E31F25;
  border-radius: 5px;
  padding: 0px 35px;
  font-family: "SFProDisplay Medium";
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  transition-duration: 0.5s;
}
main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-buttons a.button:hover {
  background-color: #BD161B;
}
main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-buttons a.play {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 72px;
}
main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-buttons a.play img {
  max-width: 100%;
  height: auto;
  width: unset !important;
}
main#main.home div.easy-form {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 12px;
  height: 200px;
  margin-top: -85px;
  position: relative;
  z-index: 1;
  padding: 0px 70px;
}
main#main.home div.easy-form div.items {
  width: 100%;
}
main#main.home div.easy-form div.titles {
  font-family: "SFProDisplay Medium";
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 24px;
}
main#main.home div.easy-form div.titles span {
  font-family: "SFProDisplay Semibold";
}
main#main.home div.easy-form div.forms div.block div.location {
  border-radius: 6px;
  border: 1px solid #E31F25;
  background: #F5F8FA;
  width: 100%;
  padding: 0px 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFF;
  background: #F5F8FA;
  background-clip: padding-box;
  border: solid 1px transparent;
  color: #2B2B2A;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-align: left;
}
main#main.home div.easy-form div.forms div.block div.location:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to right, red, rgba(0, 0, 0, 0));
}
main#main.home div.easy-form div.forms div.block div.location:hover div.items div.icon {
  background-color: #E31F25;
}
main#main.home div.easy-form div.forms div.block div.location div.items {
  font-size: 0;
}
main#main.home div.easy-form div.forms div.block div.location div.items div.icon {
  width: 36px;
  height: 36px;
  background-color: #2B2B2A;
  border-radius: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.5s;
}
main#main.home div.easy-form div.forms div.block div.location div.items div.details {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
}
main#main.home div.easy-form div.forms div.block div.location div.items div.details div.title {
  font-family: "SFProDisplay Light";
  font-size: 12px;
  color: rgba(43, 43, 42, 0.5);
  margin-bottom: 3px;
}
main#main.home div.easy-form div.forms div.block div.location div.items div.details div.value {
  font-family: "SFProDisplay Semibold";
  font-size: 16px;
  color: #2B2B2A;
}
main#main.home div.easy-form div.forms a.button {
  display: block;
  height: 60px;
  border-radius: 6px;
  background-color: #E31F25;
  text-align: center;
  line-height: 60px;
  position: relative;
  font-family: "SFProDisplay Medium";
  font-size: 16px;
  color: #fff;
}
main#main.home div.easy-form div.forms a.button span.text {
  position: relative;
}
main#main.home div.easy-form div.forms a.button:hover:before {
  width: 100%;
  clip-path: none;
  border-radius: 5px;
}
main#main.home div.easy-form div.forms a.button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background-color: #BD161B;
  border-radius: 5px 0px 0px 5px;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  transition: all 0.3s ease;
}
main#main.home div.main-services {
  padding: 60px 0px;
}
main#main.home div.main-services .row {
  margin: 0px -12px;
}
main#main.home div.main-services div.service-block {
  padding: 0px 12px;
  margin-bottom: 24px;
}
main#main.home div.main-services div.service-block a.service-item {
  display: block;
  width: 100%;
  height: 180px;
  position: relative;
  border-radius: 16px;
  transition-duration: 0.5s;
  overflow: hidden;
  border: 2px solid rgba(43, 43, 42, 0.5);
}
main#main.home div.main-services div.service-block a.service-item:hover {
  border-color: #E31F25;
}
main#main.home div.main-services div.service-block a.service-item:hover figure.item-image {
  transform: scale(1.1);
}
main#main.home div.main-services div.service-block a.service-item figure.item-image {
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
  transition-duration: 0.5s;
  height: 100%;
}
main#main.home div.main-services div.service-block a.service-item figure.item-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  border-radius: 12px;
}
main#main.home div.main-services div.service-block a.service-item figure.item-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}
main#main.home div.main-services div.service-block a.service-item div.item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "SFProDisplay Semibold";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 20px;
}
main#main.home div.section-header {
  margin-bottom: 50px;
  font-size: 0;
}
main#main.home div.section-header div.section-title {
  width: 390px;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  color: #FFF;
  background: #F5F8FA;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 24px;
  font-family: "SFProDisplay Semibold";
  font-size: 32px;
  color: #2B2B2A;
  text-align: center;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  text-align: left;
}
main#main.home div.section-header div.section-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to right, red, rgba(0, 0, 0, 0));
}
main#main.home div.section-header div.section-desc {
  width: calc(100% - 588px);
  display: inline-block;
  vertical-align: middle;
  padding: 0px 20px;
  font-family: "SFProDisplay Regular";
  font-size: 20px;
  line-height: 32px;
  color: rgba(43, 43, 42, 0.75);
}
main#main.home div.section-header div.section-buttons {
  width: 188px;
  display: inline-block;
  vertical-align: middle;
}
main#main.home div.section-header div.section-buttons a.button {
  display: block;
  width: 100%;
  height: 44px;
  background-color: #E31F25;
  border-radius: 5px;
  padding: 0px 35px;
  font-family: "SFProDisplay Medium";
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  transition-duration: 0.5s;
}
main#main.home div.section-header div.section-buttons a.button:hover {
  background-color: #BD161B !important;
}
main#main.home div.main-packages {
  padding: 80px 0px 60px;
  min-height: 520px;
  position: relative;
}
main#main.home div.main-packages:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  background-color: #E31F25;
  background-image: url("../../images/packages-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
main#main.home div.main-packages div.section-header div.section-title {
  border: none;
  justify-content: flex-start;
  background: transparent;
  font-size: 48px;
  color: #fff;
}
main#main.home div.main-packages div.section-header div.section-title:before {
  display: none;
}
main#main.home div.main-packages div.section-header div.section-desc {
  color: rgba(255, 255, 255, 0.75);
}
main#main.home div.main-packages div.section-header div.section-buttons a.button {
  background-color: #fff;
  color: #E31F25;
}
main#main.home div.main-packages div.section-header div.section-buttons a.button:hover {
  color: #fff;
}
main#main.home div.main-packages .owl-dots {
  text-align: center;
  margin-top: 24px;
}
main#main.home div.main-packages .owl-dots button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 0px 6px;
  position: relative;
}
main#main.home div.main-packages .owl-dots button:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: rgba(43, 43, 42, 0.12);
  border-radius: 10px;
}
main#main.home div.main-packages .owl-dots button.active {
  background-color: rgba(227, 31, 37, 0.12);
}
main#main.home div.main-packages .owl-dots button.active:before {
  background-color: #E31F25;
}
main#main.home div.main-packages .owl-dots button:first-child {
  margin-left: 0;
}
main#main.home div.main-packages .owl-dots button:last-child {
  margin-right: 0;
}
main#main.home div.main-packages .owl-carousel .owl-stage {
  display: flex;
}
main#main.home div.main-packages .owl-carousel .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
main#main.home div.main-packages .owl-stage-outer {
  padding-top: 20px;
}
main#main.home div.main-packages .owl-nav button {
  width: 63px;
  height: 63px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 63px;
  position: absolute;
  top: 60px;
  font-size: 0;
  transition-duration: 0.5s;
}
main#main.home div.main-packages .owl-nav button:hover {
  background-color: #BD161B;
}
main#main.home div.main-packages .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../images/icons/prev.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 16px;
  filter: brightness(0) invert(1);
}
main#main.home div.main-packages .owl-nav button.owl-prev {
  left: -120px;
}
main#main.home div.main-packages .owl-nav button.owl-next {
  right: -120px;
}
main#main.home div.main-packages .owl-nav button.owl-next:before {
  transform: rotate(180deg);
}
main#main.home div.newest-services {
  margin-bottom: 36px;
}
main#main.home div.newest-services div.section-listing .row {
  margin: 0px -12px;
}
main#main.home div.newest-services div.section-listing div.listing-block {
  margin-bottom: 24px;
  padding: 0px 12px;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item {
  display: grid;
  grid-template-columns: calc(100% - 250px) 250px;
  border-radius: 12px;
  height: 100%;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item div.item-details {
  background-color: #fff;
  padding: 20px 45px;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 12px 0px 0px 12px;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item div.item-details div.text div.title {
  font-family: "Inter SemiBold";
  font-size: 20px;
  line-height: 20px;
  color: #323B4B;
  margin-bottom: 18px;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item div.item-details div.text div.desc {
  font-family: "Inter Regular";
  font-size: 14px;
  line-height: 21px;
  color: #5D6A83;
  margin-bottom: 24px;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item div.item-details div.text div.buttons div.button {
  height: 44px;
  background-color: #E31F25;
  border-radius: 12px;
  line-height: 44px;
  text-align: center;
  padding: 0px 36px;
  color: #fff;
  font-family: "SFProDisplay Medium";
  font-size: 16px;
  display: inline-block;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item figure.item-image {
  margin-bottom: 0;
  position: relative;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item figure.item-image img {
  width: 100%;
  height: 100%;
  border-radius: 0px 12px 12px 0px;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item figure.item-image div.images {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 0;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item figure.item-image div.images img {
  border-radius: 0;
  width: unset;
  max-height: 52px;
  margin-left: 10px;
}
main#main.home div.newest-services div.section-listing div.listing-block a.listing-item figure.item-image div.images img:first-child {
  margin-left: 0;
}
main#main.home div.online-services {
  padding: 90px 0px;
  position: relative;
  margin-bottom: 60px;
}
main#main.home div.online-services:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  z-index: -1;
}
main#main.home div.online-services div.section-header div.section-title {
  color: #fff;
  background: transparent;
}
main#main.home div.online-services div.section-header div.section-title span {
  position: relative;
  z-index: 2;
  color: #fff;
}
main#main.home div.online-services div.section-header div.section-title:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  border-radius: 24px;
  background-color: #212121;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
main#main.home div.online-services div.section-header div.section-desc {
  color: rgba(255, 255, 255, 0.75);
}
main#main.home div.online-services div.section-content {
  color: #fff;
  display: grid;
  grid-template-columns: calc(100% - 384px) 384px;
  align-items: center;
}
main#main.home div.online-services div.section-content div.section-listing div.listing-block {
  position: relative;
}
main#main.home div.online-services div.section-content div.section-listing div.listing-block:hover:before {
  display: block;
}
main#main.home div.online-services div.section-content div.section-listing div.listing-block:before {
  position: absolute;
  content: "";
  top: -100px;
  left: calc(50% - 178px);
  width: 356px;
  height: 293px;
  background-image: url("../../images/glow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: contain;
  display: none;
}
main#main.home div.online-services div.section-content div.section-listing div.listing-block div.listing-item {
  position: relative;
  height: 200px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #212121;
  color: #FFF;
  background: #2B2B2A;
  background-clip: padding-box;
  border: solid 1px transparent;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}
main#main.home div.online-services div.section-content div.section-listing div.listing-block div.listing-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0));
}
main#main.home div.online-services div.section-content div.section-listing div.listing-block div.listing-item:hover:before {
  background: linear-gradient(to bottom, #E31F25, rgba(0, 0, 0, 0));
}
main#main.home div.online-services div.section-content div.section-listing div.listing-block div.listing-item figure.icon img {
  width: unset;
  display: unset;
  max-width: 60px;
  height: auto;
}
main#main.home div.online-services div.section-content div.section-listing div.listing-block div.listing-item div.title {
  font-family: "SFProDisplay Regular";
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
main#main.home div.online-services div.section-content figure.section-image {
  padding-left: 40px;
}
main#main.home div.online-services div.section-content figure.section-image img {
  max-width: 100%;
  height: auto;
}
main#main.home div.gallery-area div.section-listing div.listing-block {
  margin-bottom: 36px;
}
main#main.home div.gallery-area div.section-listing div.listing-block div.listing-item {
  height: 272px;
}
main#main.home div.gallery-area div.section-listing div.listing-block div.listing-item img {
  max-width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

main#main a.package-item {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  position: relative;
  height: 100%;
}
main#main a.package-item div.items {
  padding: 23px 23px 50px 23px;
}
main#main a.package-item div.items div.icon {
  width: 60px;
  height: 60px;
  background-color: #E31F25;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
main#main a.package-item div.items div.icon img {
  max-width: 25px;
  height: auto;
}
main#main a.package-item div.items div.info {
  position: absolute;
  top: -20px;
  right: 30px;
  width: 90px;
  padding: 10px;
  background-color: #98F065;
  border-radius: 6px;
  color: #2B2B2A;
}
main#main a.package-item div.items div.info div.year {
  font-family: "SFProDisplay Bold";
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
main#main a.package-item div.items div.info div.excerpt {
  font-family: "SFProDisplay Regular";
  font-size: 10px;
  color: rgba(43, 43, 42, 0.75);
}
main#main a.package-item div.items div.info div.excerpt strong {
  font-family: "SFProDisplay Bold";
}
main#main a.package-item div.items div.title {
  font-family: "SFProDisplay Bold";
  font-size: 24px;
  line-height: 24px;
  color: #2B2B2A;
  margin-bottom: 15px;
}
main#main a.package-item div.items div.desc {
  font-family: "SFProDisplay Regular";
  color: rgba(43, 43, 42, 0.75);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
}
main#main a.package-item div.items div.price {
  font-family: "SFProDisplay Heavy";
  font-size: 48px;
  line-height: 48px;
  color: #2B2B2A;
  margin-bottom: 30px;
}
main#main a.package-item div.items ul.list {
  padding: 0;
  margin: 0;
  font-size: 0;
  display: none;
}
main#main a.package-item div.items ul.list li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-family: "SFProDisplay Regular";
  font-size: 10px;
  color: #2B2B2A;
}
main#main a.package-item div.items div.buttons {
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 23px;
}
main#main a.package-item div.items div.buttons div.button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
main#main a.package-item div.items div.buttons div.button:last-child {
  margin-right: 0;
}
main#main a.package-item div.items div.buttons div.button.call span.icon {
  background-color: #1F33E3;
}
main#main a.package-item div.items div.buttons div.button.add span.icon {
  background-color: #E31F25;
}
main#main a.package-item div.items div.buttons div.button span.icon {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  font-size: 0;
}
main#main a.package-item div.items div.buttons div.button span.icon img {
  max-width: 18px;
  height: auto;
  filter: brightness(0) invert(1);
  display: unset;
  width: unset;
}
main#main a.package-item div.items div.buttons div.button span.text {
  display: inline-block;
  vertical-align: middle;
  font-family: "SFProDisplay Medium";
  font-size: 16px;
  line-height: 16px;
  color: #2B2B2A;
  padding-left: 12px;
}

main#main.page {
  margin-bottom: 300px;
}
main#main.page div.main-map {
  position: relative;
  z-index: -1;
}
main#main.page div.page-header {
  background-image: url("../../images/page-header.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 50px 0px;
}
main#main.page div.page-header h1.page-title {
  font-family: "SFProDisplay Bold";
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  margin-bottom: 0;
}
main#main.page div.page-header nav.page-breadcrumb {
  text-align: right;
  font-size: 0;
}
main#main.page div.page-header nav.page-breadcrumb ul {
  padding: 0;
  margin: 0;
}
main#main.page div.page-header nav.page-breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  font-family: "SFProDisplay Regular";
  font-size: 20px;
  color: #fff;
}
main#main.page div.page-header nav.page-breadcrumb ul li:before {
  content: "/";
  margin: 0px 4px;
}
main#main.page div.page-header nav.page-breadcrumb ul li:first-child:before {
  display: none;
}
main#main.page div.contact-area {
  display: grid;
  grid-template-columns: 500px calc(100% - 500px);
  margin-top: -225px;
}
main#main.page div.contact-area div.contact-box {
  background-color: #E31F25;
  padding: 50px 35px 50px 35px;
  border-radius: 12px 0px 0px 12px;
  color: #fff;
  position: relative;
}
main#main.page div.contact-area div.contact-box:before {
  position: absolute;
  content: "";
  bottom: -60px;
  right: -40px;
  width: 310px;
  height: 388px;
  background-image: url("../../images/model.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
main#main.page div.contact-area div.contact-box div.contact-logo {
  text-align: right;
  margin-bottom: 60px;
}
main#main.page div.contact-area div.contact-box div.contact-logo img {
  max-height: 53px;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
main#main.page div.contact-area div.contact-box div.contact-position {
  font-family: "SFProDisplay Bold";
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}
main#main.page div.contact-area div.contact-box div.contact-desc {
  font-family: "SFProDisplay Regular";
  font-size: 14px;
  line-height: 18px;
  max-width: 225px;
  margin-bottom: 6px;
}
main#main.page div.contact-area div.contact-box div.contact-contacts div.block {
  font-size: 0;
  margin-bottom: 10px;
}
main#main.page div.contact-area div.contact-box div.contact-contacts div.block div.icon {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
main#main.page div.contact-area div.contact-box div.contact-contacts div.block div.icon img {
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
main#main.page div.contact-area div.contact-box div.contact-contacts div.block div.text {
  width: calc(100% - 16px);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
}
main#main.page div.contact-area div.contact-box a.contact-button {
  font-family: "SFProDisplay Medium";
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  background-color: #434343;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 20px;
}
main#main.page div.contact-area div.contact-form {
  background-color: #fff;
  border-radius: 0px 12px 12px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}
main#main.page div.contact-area div.contact-form div.form-title {
  font-family: "SFProDisplay Bold";
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin-bottom: 12px;
}
main#main.page div.contact-area div.contact-form div.form-desc {
  font-family: "SFProDisplay Regular";
  font-size: 12px;
  line-height: 18px;
  color: rgba(43, 43, 42, 0.75);
  margin-bottom: 24px;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-text {
  height: 60px;
  border: 1px solid rgba(43, 43, 42, 0.25);
  border-radius: 6px;
  font-size: 0;
  padding: 0px 23px;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-text div.form-icon {
  width: 36px;
  height: 36px;
  background-color: #E31F25;
  border-radius: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-text div.form-icon img {
  filter: brightness(0) invert(1);
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-text div.form-label-group {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 58px;
  margin-bottom: 0;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-text div.form-label-group input {
  height: 100%;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-family: "SFProDisplay Semibold";
  font-size: 16px;
  color: #2B2B2A;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-text div.form-label-group label {
  font-family: "SFProDisplay Light";
  font-size: 14px;
  color: rgba(43, 43, 42, 0.5);
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-select {
  height: 60px;
  border: 1px solid rgba(43, 43, 42, 0.25);
  border-radius: 6px;
  font-size: 0;
  padding: 0px 23px;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-select div.form-icon {
  width: 36px;
  height: 36px;
  background-color: #E31F25;
  border-radius: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-select div.form-icon img {
  filter: brightness(0) invert(1);
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-select div.form-label-group {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 58px;
  margin-bottom: 0;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-select div.form-label-group select {
  background-image: url("../../images/icons/more.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100%;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-family: "SFProDisplay Semibold";
  font-size: 14px;
  color: #2B2B2A;
  padding-left: 15px;
  width: 100%;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-select div.form-label-group label {
  font-family: "SFProDisplay Light";
  font-size: 14px;
  color: rgba(43, 43, 42, 0.5);
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-checkbox {
  text-align: left;
  font-family: "SFProDisplay Regular";
  font-size: 16px;
  color: #2B2B2A;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-checkbox input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-checkbox input:checked ~ label:after {
  display: block;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-checkbox label {
  position: relative;
  cursor: pointer;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-checkbox label:before {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  content: "";
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #E31F25;
  margin-right: 10px;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-checkbox label:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #E31F25;
  display: none;
}
main#main.page div.contact-area div.contact-form div.form-group div.form-item.form-item-checkbox label a {
  font-family: "SFProDisplay Bold";
}
main#main.page div.contact-area div.contact-form div.buttons button {
  width: 100%;
  height: 60px;
  background-color: #E31F25;
  border-radius: 6px;
  border: none;
  font-family: "SFProDisplay Semibold";
  font-size: 16px;
  color: #fff;
  transition-duration: 0.5s;
}
main#main.page div.contact-area div.contact-form div.buttons button:hover {
  background-color: #BD161B;
}
main#main.page div.package-listing {
  margin-bottom: -60px;
}
main#main.page div.package-listing div.listing-block {
  margin-bottom: 60px;
}
@media (min-width: 1199px) {
  main#main.page div.package-listing div.listing-block:hover {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
main#main.page div.package-listing div.listing-block a.package-item {
  display: block;
  position: relative;
  color: #FFF;
  background: #fff;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 1em;
  padding-bottom: 30px;
}
main#main.page div.package-listing div.listing-block a.package-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to bottom, #212121, rgba(0, 0, 0, 0));
}
@media (min-width: 1199px) {
  main#main.page div.package-listing div.listing-block a.package-item:hover {
    background-color: #FDF2F2;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  }
  main#main.page div.package-listing div.listing-block a.package-item:hover:before {
    background: linear-gradient(to bottom, #E31F25, #212121);
  }
  main#main.page div.package-listing div.listing-block a.package-item:hover div.items ul.list {
    display: block;
    margin-bottom: -10px;
  }
  main#main.page div.package-listing div.listing-block a.package-item:hover div.items ul.list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-family: "SFProDisplay Regular";
    font-size: 10px;
  }
  main#main.page div.package-listing div.listing-block a.package-item:hover div.items ul.list li:hover {
    color: #E31F25;
  }
  main#main.page div.package-listing div.listing-block a.package-item:hover div.items ul.list li:before {
    position: absolute;
    content: "";
    background-image: url("../../images/icons/check.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: contain;
    width: 12px;
    height: 12px;
    left: 0;
    top: calc(50% - 6px);
  }
  main#main.page div.package-listing div.listing-block a.package-item:hover div.items div.price {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding: 23px;
  }
  main#main.page div.package-listing div.listing-block a.package-item:hover div.items div.buttons {
    text-align: right;
  }
}

main#main.packages div.page-header {
  margin-bottom: 70px;
}

/* Single */
/* Vendors */
/* Responsive */
/* Min Width: 1600px */
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px;
  }
  header#header div.middle-header div.middle-header-container {
    margin: 0px -80px;
    padding: 0px 80px;
  }
}
/* Max Width: 1599px */
@media (max-width: 1599px) {
  header#header div.middle-header div.middle-header-container {
    padding: 0px 15px;
  }
  main#main a.package-item div.items div.buttons div.button {
    margin-right: 6px;
  }
  main#main a.package-item div.items div.buttons div.button span.text {
    font-size: 14px;
  }
  main#main.home div#home-slider .owl-nav button.owl-prev {
    left: 30px;
  }
  main#main.home div#home-slider .owl-nav button.owl-next {
    right: 30px;
  }
  main#main.home div.main-packages .owl-nav {
    display: none;
  }
  main#main.home div.newest-services div.section-listing div.listing-block a.listing-item {
    display: flex;
    flex-wrap: wrap;
  }
  main#main.home div.newest-services div.section-listing div.listing-block a.listing-item figure.item-image {
    width: 100%;
    height: 200px;
    order: 1;
    border-radius: 10px 10px 0px 0px;
  }
  main#main.home div.newest-services div.section-listing div.listing-block a.listing-item figure.item-image img {
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    object-position: center;
  }
  main#main.home div.newest-services div.section-listing div.listing-block a.listing-item div.item-details {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    order: 2;
  }
  footer#footer div.top-footer div.section-area {
    padding-right: 0;
  }
  footer#footer div.top-footer {
    display: block;
  }
  footer#footer div.top-footer div.section-contact {
    display: none;
  }
}
/* Max Width: 1199px */
@media (max-width: 1199px) {
  .wps-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 99;
  }
  .wps-button img {
    max-width: 100%;
    height: auto;
  }
  body:not(.home) header#header div.middle-header {
    background-color: transparent;
  }
  body:not(.home) header#header div.middle-header div.middle-header-container {
    background-color: #212121;
  }
  body:not(.home) header#header div.middle-header div.middle-header-container div.buttons a.button img {
    filter: brightness(0) invert(1);
  }
  header#header div.top-header div.top-header-container div.announcements div.announcements-listing {
    font-size: 14px;
  }
  header#header div.middle-header div.middle-header-container nav.header-menu {
    display: none;
  }
  header#header div.middle-header div.middle-header-container div.buttons {
    width: calc(100% - 180px);
  }
  main#main.page {
    margin-bottom: 200px;
  }
  main#main.page div.page-header {
    margin-top: -32px;
    padding: 75px 0px 50px;
  }
  main#main.page div.contact-area {
    display: block;
  }
  main#main.page div.contact-area div.contact-box {
    display: none;
  }
  main#main.page div.contact-area div.contact-form {
    border-radius: 24px;
    position: relative;
    color: #FFF;
    background: #fff;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 1em;
    padding-bottom: 30px;
  }
  main#main.page div.contact-area div.contact-form:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: linear-gradient(to bottom, #E31F25, rgba(0, 0, 0, 0));
  }
  main#main.home div#home-slider .owl-nav {
    display: none;
  }
  main#main.home div.section-header div.section-desc {
    width: calc(100% - 390px);
  }
  main#main.home div.section-header div.section-buttons {
    display: none;
  }
  main#main.home div.main-services .owl-dots {
    text-align: center;
    margin-top: 24px;
  }
  main#main.home div.main-services .owl-dots button {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 0px 6px;
    position: relative;
  }
  main#main.home div.main-services .owl-dots button:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: rgba(43, 43, 42, 0.12);
    border-radius: 10px;
  }
  main#main.home div.main-services .owl-dots button.active {
    background-color: rgba(227, 31, 37, 0.12);
  }
  main#main.home div.main-services .owl-dots button.active:before {
    background-color: #E31F25;
  }
  main#main.home div.main-services .owl-dots button:first-child {
    margin-left: 0;
  }
  main#main.home div.main-services .owl-dots button:last-child {
    margin-right: 0;
  }
  main#main.home div.online-services div.section-content {
    display: block;
  }
  main#main.home div.online-services div.section-content div.section-listing {
    width: 100%;
  }
  main#main.home div.online-services div.section-content figure.section-image {
    display: none;
  }
  main#main.home div.gallery-area div.section-listing div.listing-block div.listing-item {
    height: 200px;
  }
  body.menu-open div#side-menu {
    left: 0;
  }
  div#side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    transition-duration: 0.5s;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    display: grid;
    grid-template-columns: 300px calc(100% - 300px);
    overflow-y: auto;
  }
  div#side-menu div.side-block {
    background-color: #fff;
    padding: 30px;
  }
  div#side-menu div.side-block div.logo {
    margin-bottom: 30px;
  }
  div#side-menu div.side-block div.logo img {
    max-width: 100%;
    height: auto;
  }
  div#side-menu div.side-block nav.side-menu ul {
    padding: 0;
    margin: 0;
  }
  div#side-menu div.side-block nav.side-menu ul li {
    display: block;
    font-family: "SFProDisplay Medium";
    font-size: 16px;
    position: relative;
  }
  div#side-menu div.side-block nav.side-menu ul li:last-child {
    margin-right: 0;
  }
  div#side-menu div.side-block nav.side-menu ul li:last-child a {
    border-bottom: none;
  }
  div#side-menu div.side-block nav.side-menu ul li:hover a {
    border-bottom-color: #E31F25;
  }
  div#side-menu div.side-block nav.side-menu ul li a {
    display: block;
    font-family: "SFProDisplay Semibold";
    font-size: 16px;
    color: #2B2B2A;
    border-bottom: 2px solid transparent;
    transition-duration: 0.5s;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  div#side-menu div.side-block nav.side-menu ul li a span.down {
    margin-left: 6px;
    display: inline-block;
  }
  div#side-menu div.side-block nav.side-menu ul li ul {
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 15px 0px 15px;
    z-index: 9;
    border-radius: 5px;
    animation: 0.5s fromBottom;
    display: none;
  }
  div#side-menu div.side-block nav.side-menu ul li ul:after {
    position: absolute;
    content: "";
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
  }
  div#side-menu div.side-block nav.side-menu ul li ul li {
    display: block;
    margin-right: 0;
  }
  div#side-menu div.side-block nav.side-menu ul li ul li:last-child {
    margin-bottom: 0;
  }
  div#side-menu div.side-block nav.side-menu ul li ul li a {
    height: unset;
    line-height: unset;
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
  }
  div#side-menu div.side-block nav.side-menu ul li ul li a:hover {
    color: #E31F25;
  }
}
/* Min Width: 1200px */
@media (min-width: 1200px) {
  div#side-menu {
    display: none;
  }
  .wps-button {
    display: none;
  }
}
/* Max Width: 991px */
@media (max-width: 991px) {
  header#header div.top-header {
    height: unset;
    margin-bottom: 15px;
  }
  header#header div.top-header div.top-header-container div.announcements {
    width: 100%;
    padding: 10px 0px;
  }
  header#header div.top-header div.top-header-container div.phones {
    width: 100%;
    text-align: center;
  }
  main#main.page div.page-header {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  main#main.page div.page-header h1.page-title {
    text-align: center;
    font-size: 38px;
  }
  main#main.page div.page-header nav.page-breadcrumb {
    text-align: center;
    margin-top: 15px;
  }
  main#main.home div#home-slider div.owl-carousel div.slider-item {
    min-height: 800px;
    padding: 275px 0px 150px;
  }
  main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-title {
    font-size: 38px;
    line-height: 48px;
  }
  main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  main#main.home div.main-services {
    padding: 30px 0px;
  }
  main#main.home div.easy-form {
    height: unset;
    padding: 30px;
  }
  main#main.home div.easy-form div.forms div.block {
    margin-bottom: 15px;
  }
  main#main.home div.section-header div.section-title {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  main#main.home div.section-header div.section-title br {
    display: none;
  }
  main#main.home div.section-header div.section-desc {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  main#main.home div.main-packages {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  main#main.home div.main-packages div.section-header div.section-title {
    display: block;
  }
  main#main.home div.gallery-area div.section-listing div.listing-block:nth-child(n+5) {
    display: none;
  }
  main#main.packages div.page-header {
    margin-bottom: 35px;
  }
  main#main a.package-item div.items div.price {
    font-size: 38px;
    line-height: 38px;
  }
  footer#footer div.top-footer div.section-area div.section-info figure.info-image {
    display: none;
  }
  footer#footer div.top-footer div.section-area div.section-info div.info-details {
    width: 50%;
  }
  footer#footer div.top-footer div.section-area div.section-info div.info-branch {
    width: 50%;
  }
}
/* Min Width: 992px */
/* Max Width: 767px */
@media (max-width: 767px) {
  main#main.home div.newest-services div.section-listing div.listing-block a.listing-item div.item-details div.text div.buttons div.button {
    width: 100%;
  }
  footer#footer div.top-footer div.section-area div.section-info div.info-details {
    display: none;
  }
  footer#footer div.top-footer div.section-area div.section-info div.info-branch {
    width: 100%;
  }
}
/* Min Width: 768px */
/* Max Width: 575px */
@media (max-width: 575px) {
  header#header {
    padding: 0px 15px;
  }
  header#header div.top-header div.top-header-container div.announcements div.announcements-listing {
    font-size: 12px;
  }
  header#header div.top-header div.top-header-container div.phones {
    margin: 0px -15px;
  }
  header#header div.top-header div.top-header-container div.phones div.phone div.icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  header#header div.top-header div.top-header-container div.phones div.phone div.icon img {
    max-width: 16px;
    height: auto;
    max-height: 12px;
  }
  header#header div.top-header div.top-header-container div.phones div.phone div.details {
    padding-left: 8px;
  }
  header#header div.top-header div.top-header-container div.phones div.phone div.details div.name {
    font-size: 8px;
  }
  header#header div.top-header div.top-header-container div.phones div.phone div.details div.number {
    font-size: 10px;
  }
  main#main.home div#home-slider div.owl-carousel div.slider-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
  }
  main#main.home div#home-slider div.owl-carousel div.slider-item div.slider-details div.slider-title {
    font-size: 36px;
  }
  main#main.home div.easy-form {
    padding: 20px;
  }
  main#main.home div.section-header {
    margin-bottom: 25px;
  }
  main#main.home div.section-header div.section-title {
    font-size: 24px;
    min-height: 65px;
  }
  main#main.home div.section-header div.section-desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  main#main.home div.main-services div.service-block a.service-item div.item-title {
    font-size: 17px;
  }
  main#main.home div.main-packages {
    padding-top: 30px;
  }
  main#main.home div.main-packages div.section-header div.section-title {
    font-size: 32px;
    line-height: 42px;
    min-height: unset;
  }
  main#main.home div.online-services {
    padding: 50px 15px;
    margin-bottom: 30px;
  }
  main#main.home div.online-services div.section-content {
    margin: 0px -30px;
  }
  main#main.home div.online-services div.section-content div.section-listing div.listing-block:hover:before {
    display: none;
  }
  main#main.home div.newest-services {
    margin-bottom: 15px;
  }
  main#main.home div.gallery-area {
    margin-bottom: 10px;
  }
  main#main.home div.gallery-area div.section-listing .row {
    margin: 0px -10xp;
  }
  main#main.home div.gallery-area div.section-listing div.listing-block {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  main#main.home div.gallery-area div.section-listing div.listing-block div.listing-item {
    height: 160px;
  }
  main#main.page div.contact-area div.contact-form {
    padding: 25px;
  }
  main#main.page div.package-listing div.listing-block {
    margin-bottom: 45px;
  }
  main#main div.main-map iframe {
    height: 390px;
  }
  footer#footer {
    padding: 15px;
  }
  footer#footer div.top-footer div.section-area div.section-info {
    padding: 25px;
    height: unset;
    color: #fff;
  }
  footer#footer div.top-footer div.section-area div.section-info div.info-title {
    font-family: "SFProDisplay Regular";
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer#footer div.top-footer div.section-area div.section-info div.info-title strong {
    font-family: "SFProDisplay Semibold";
  }
  footer#footer div.top-footer div.section-area div.section-info div.info-branch div.block {
    margin-bottom: 12.5px;
  }
  footer#footer div.middle-footer {
    margin-bottom: 35px;
  }
  footer#footer div.middle-footer .col-6:last-child {
    text-align: center;
  }
  footer#footer div.middle-footer .col-6:last-child div.footer-menu div.title:before {
    left: calc(50% - 24px);
  }
  footer#footer div.middle-footer div.footer-about {
    margin-bottom: 60px;
  }
  footer#footer div.middle-footer div.footer-about div.footer-socials a.button {
    margin-right: 10px;
  }
  footer#footer div.middle-footer div.footer-menu {
    padding-top: 0;
  }
  footer#footer div.bottom-footer {
    border-top: 0;
    padding-top: 0;
  }
  footer#footer div.bottom-footer div.copyright {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    margin-bottom: 25px;
  }
  footer#footer div.bottom-footer div.designed {
    text-align: center;
  }
}
/* Min Width: 576px */
@media (min-width: 576px) {
  main#main.home div.online-services div.section-content div.section-listing .owl-stage-outer {
    overflow: visible;
  }
  main#main.home div.online-services div.section-content div.section-listing .owl-item {
    opacity: 0;
    transition: opacity 500ms;
  }
  main#main.home div.online-services div.section-content div.section-listing .owl-item.active {
    opacity: 1;
  }
}
/* Max Width: 480px */

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