:root {
  --medium-slate-red: #00aeef;
  --slate-grey: #a0a0a0;
  --black: black;
  --ghost-white: #f0f2fc;
  --light-steel-blue: #a9bce0;
  --ghost-white-2: #e8ecf5;
  --light-slate-grey: #768fad;
  --white: white;
  --magenta: #d656fd;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

h1 {
  color: #1c1f25;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

h2 {
  color: #1c1f25;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  color: #1c1f25;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

h4 {
  color: #1c1f25;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h5 {
  color: #1c1f25;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  color: #1c1f25;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #1c1f25;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: var(--medium-slate-red);
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 40px;
}

li {
  color: #1c1f25;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

img {
  object-fit: cover;
  border-radius: 6px;
  max-width: 100%;
  display: inline-block;
  overflow: visible;
}

blockquote {
  border-left: 3px solid var(--medium-slate-red);
  color: #1c1f25;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.top-header {
  color: var(--slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.top-header.lighter {
  color: #fff9;
  margin-bottom: 0;
}

.top-header.lighter.allcaps {
  color: #fffffff0;
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
}

.lighter-link {
  color: #fff;
  text-decoration: none;
}

.lighter-link:hover {
  text-decoration: underline;
}

.content-section {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--medium-slate-red), var(--black));
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-section.gray {
  background-color: var(--ghost-white);
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.nav-menu-second {
  align-items: center;
  display: flex;
}

.container-template {
  text-align: center;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.footer-heading.white {
  color: #fff;
  letter-spacing: 1px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.footer-heading.white.center {
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.footer-heading.white.center.darker {
  color: #1c1f25;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.footer-heading.white.center.vert-align {
  position: relative;
}

.footer-heading.white.center {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.footer-heading.white.center.darker {
  color: #343e52;
  font-family: Roboto, sans-serif;
}

.solar-dot-second {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-top: 80px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.footer-notes {
  background-color: var(--black);
  border-top: 1px #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-notes.darker {
  background-color: #e4e6f3;
  background-image: none;
}

.solar-wrapper-first {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: visible;
}

.preload {
  z-index: 9998;
  background-color: var(--medium-slate-red);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.logo {
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.logo.footer {
  margin-bottom: 60px;
}

.logo.footer.w--current {
  margin-bottom: 30px;
}

.footer-row {
  margin-top: 1em;
  margin-bottom: 1em;
}

.demo-wrapper-second {
  opacity: .2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 209px;
  left: auto;
  right: -120px;
}

.container {
  z-index: 10;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.main-page-wrapper {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dropdown-list-second {
  width: 500px;
  display: none;
}

.dropdown-list-second.w--open {
  background-color: #0000;
  flex-flow: wrap;
  width: 140px;
  display: block;
  box-shadow: 4px 4px 18px #2e323c17;
}

.dropdown-link-second {
  color: #7c8499;
  text-align: left;
  background-color: #fff;
  border: 1px #eee;
  border-bottom: 1px solid #e4ecf6;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
  transition: background-color .4s, color .4s;
  display: block;
  box-shadow: 0 3px 5px -3px #726f6f33;
}

.dropdown-link-second:hover {
  color: #7c8499;
  background-color: #f4f5f9;
}

.dropdown-link-second.w--current {
  color: #343e52;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.dropdown-link-second.w--current:hover {
  color: #753fff;
  background-color: #f4f5f9;
}

.solar-dot {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-top: 580px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.section {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.background-color {
  background-color: var(--medium-slate-red);
  flex-direction: row;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.section.background-color.white {
  background-color: #0000;
  background-image: none;
  border-bottom: 1px #f5f4f7;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  background-color: #f5f6f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.no-padding-top {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.gray {
  border: 1px solid var(--medium-slate-red);
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.parallax-owner {
  background-image: url('../images/WKR-05-19-1-of-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.parallax-home {
  background-image: url('../images/_SM_5332.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.parallax-owner2 {
  background-image: url('../images/Rathmoy_Stables_William_Knight_Racing12.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
}

.arrow {
  color: #fff;
  display: block;
}

.footer--copyright {
  color: #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.footer--copyright.left {
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
}

.footer--copyright.right {
  justify-content: flex-end;
}

.preload-image {
  background-image: url('../images/WKR_light.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: 0;
  display: none;
}

.footer-social-link {
  color: #777;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: #f44a66;
}

.text-block-nav {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.dark-logo {
  margin-top: 0;
  position: absolute;
}

.dark-logo.in-colors {
  min-width: 160px;
  display: block;
}

.nav-bar {
  z-index: 200;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--medium-slate-red);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 6px 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.side-image-media {
  flex: 0 auto;
  align-items: center;
  width: 50%;
  min-height: 240px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-image-media.flex-right {
  flex-flow: wrap;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}

.demo-wrapper {
  opacity: .2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30px;
  left: -300px;
}

.top-nav-content-block {
  float: left;
  border-left: 1px solid #ffffff42;
  width: 144px;
  height: 45px;
  margin-left: 0;
  margin-right: 12px;
  padding-top: 12px;
  padding-left: 12px;
}

.top-nav-content-block.social {
  float: none;
  border-left-style: none;
  border-right: 1px #000;
  width: auto;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
}

.top-nav-content-block.social.footer {
  float: right;
  height: 40px;
  margin-top: 0;
}

.top-nav-content-block.social.footer.center {
  float: none;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line-in-hover {
  background-color: #465cff;
  width: 50%;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.blue {
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.green {
  background-color: #03be2b;
}

.line-in-hover.burgundy {
  background-color: var(--medium-slate-red);
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
}

.line-in-hover.interaction {
  background-color: var(--medium-slate-red);
}

.intri-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.intri-link:hover {
  color: #fff;
  background-color: #0e42910d;
  border-radius: 4px;
}

.intri-link.w--current {
  color: #fff;
  font-weight: 500;
}

.navigation-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.footer-bottom {
  margin-top: 0;
  padding-top: 0;
}

.secure-payment-by {
  background-color: #192349;
  border-radius: 4px;
  justify-content: center;
  width: 214px;
  margin-left: 0;
  padding: 10px;
  display: flex;
  position: static;
  overflow: visible;
}

.secure-payment-by.gray {
  background-color: var(--slate-grey);
  background-color: #8e98ad;
}

.circle-third {
  z-index: 2;
  opacity: .5;
  background-color: #ffffff21;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 3vh;
  height: 3vh;
  margin: auto 66% auto auto;
  position: relative;
  inset: 6px 0% auto auto;
}

.underline {
  opacity: .25;
  background-color: #f44a66;
  width: 110%;
  height: 5px;
  margin-top: -6px;
  position: absolute;
  top: 107px;
  left: 0;
  transform: translate(-105%);
}

.underline.social-line {
  background-color: #f44a66;
  width: 100%;
  height: 5px;
  margin-top: -6px;
  top: 32px;
}

.wrapper-full {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
  top: 0%;
}

.circle-one {
  background-color: #ffffff21;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  display: block;
  position: relative;
  box-shadow: 4px 4px 12px #0003;
}

.footer-section {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-nav-icon {
  float: left;
  border-radius: 0;
  margin-top: 1px;
  margin-right: 10px;
}

.top-social-block {
  float: right;
  background-color: #0000;
  border-left: 1px solid #ffffff57;
  border-right: 1px #ffffff57;
  width: 38px;
  height: 45px;
  padding-top: 12px;
  padding-left: 10px;
  transition: background-color .4s;
}

.top-social-block:hover {
  background-color: #ffffff24;
}

.top-social-block.second-version {
  background-color: #0000;
  border-color: #03030321;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.top-social-block.second-version:hover {
  background-color: #03030321;
  border-left-color: #03030321;
  border-right-color: #03030321;
}

.top-social-block.second-version.footer {
  float: none;
  opacity: .46;
  border-style: none;
  height: 40px;
}

.top-social-block.second-version.footer:hover {
  opacity: 1;
  background-color: #0000;
}

.top-social-block.last {
  border-right-style: solid;
  width: 39px;
  padding-left: 10px;
}

.top-social-block.last.second-version {
  border-top: 1px #03030321;
  border-bottom: 1px #03030321;
}

.top-social-block.last.second-version:hover {
  background-color: #dbdbdb;
}

.top-social-block.last.second-version.footer:hover {
  background-color: #0000;
}

.section-heading {
  color: #1c1f25;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.footer--line-divider {
  padding-left: 8px;
  padding-right: 8px;
}

.solar-wrapper {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 950px;
  height: 950px;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-link {
  color: #fff;
  border-left: 1px #e4e4e47a;
  padding: 10px 40px 10px 20px;
  font-weight: 500;
  transition: color .4s;
}

.nav-link:hover {
  color: #fff;
  background-color: #0e42910d;
  border-radius: 4px;
  padding-right: 40px;
}

.nav-link.w--current {
  color: #5231ff;
}

.nav-link.w--open {
  padding-right: 40px;
  font-family: Roboto, sans-serif;
}

.nav-link.w--open:hover {
  border: 1px #000;
}

.nav-link.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  float: right;
  background-color: var(--medium-slate-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .4s;
  display: block;
}

.button:hover {
  background-color: #000;
}

.button.general {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--medium-slate-red), var(--black));
  text-align: center;
  border: 1px #8b9de4;
  width: 160px;
  height: 42px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  transition-property: box-shadow;
}

.button.general:hover {
  background-image: linear-gradient(270deg, var(--medium-slate-red), var(--black));
  border-style: none;
  box-shadow: 0 6px 12px #1d1e3833;
}

.button.general.full-white {
  color: #343e52;
  background-color: #fff;
  background-image: none;
  height: 42px;
}

.button.general.full-white:hover {
  color: #fff;
  background-image: linear-gradient(#5956fd, #39abff);
}

.button.general.outline {
  background-image: none;
  border-style: solid;
  border-color: #fff;
  height: 42px;
}

.button.general.outline:hover {
  border-style: none;
  border-color: var(--medium-slate-red);
  background-image: linear-gradient(to bottom, var(--medium-slate-red), var(--black));
}

.button.general.outline.w--current:hover {
  background-image: linear-gradient(to bottom, var(--medium-slate-red), var(--medium-slate-red));
}

.button.general.outline.dark {
  color: #677081;
  border-color: #c9c9c9;
  height: 42px;
  margin-left: 0;
  margin-right: 0;
}

.button.general.outline.dark:hover {
  color: #fff;
  border-style: none;
  border-color: #5956fd;
}

.button.general.full {
  width: 100%;
}

.button.full {
  opacity: .46;
  background-color: #8b202000;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button.full:hover {
  opacity: 1;
}

.circle-demo-wrapper {
  opacity: .41;
  position: relative;
  top: 14%;
  left: 36%;
}

.circle {
  background-color: #ffffff21;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 900px;
  height: 900px;
  display: block;
  position: relative;
  box-shadow: 4px 4px 12px #0003;
}

.footer--copyright-text {
  color: var(--slate-grey);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.white-logo {
  min-width: 160px;
  position: static;
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.cta.gradient {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.cta.gradient.realative.big {
  padding-top: 160px;
  padding-bottom: 120px;
}

.cta.gradient.realative.big.pink {
  background-image: linear-gradient(122deg, var(--medium-slate-red), var(--black));
  height: 60vh;
}

.cta.gradient.realative.big.blue {
  background-image: linear-gradient(132deg, #d656fd, #8556fd);
}

.cta.gradient.realative.pink {
  background-image: linear-gradient(309deg, var(--medium-slate-red), var(--black));
}

.cta.image-background {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/12312431.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta.image-background.small {
  background-image: linear-gradient(120deg, var(--medium-slate-red), var(--black));
  border-style: none;
  border-color: #000;
  display: none;
}

.cta.image-background.small:hover {
  background-image: linear-gradient(120deg, var(--medium-slate-red), var(--black));
  border: 1px #000;
}

.cta.small {
  border: 1px solid #e4e8ee;
  border-left: 1px #000;
  border-right: 1px #000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.cta.small:hover {
  border: 1px solid #e4e8ee;
  border-left: 0 #2e7df8;
  border-right: 0 #2e7df8;
}

.cta.gray {
  background-color: #f1f1f1;
}

.cta.gray.small {
  background-color: #e4e6f3;
  border-style: solid none none;
  border-top-color: #e4e8ee;
  border-bottom-color: #e4e8ee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  border-style: none;
  border-color: #000;
  height: auto;
}

.cta.gray.small.two-buttons {
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
  height: auto;
}

.cta.gray.small.two-buttons:hover {
  border-style: none;
}

.cta.gradient {
  background-image: linear-gradient(124deg, var(--medium-slate-red), #1c1f25);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta.gradient.realative {
  background-image: linear-gradient(113deg, #d656fd, #8556fd);
  position: relative;
}

.cta.news {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.top-header-icon {
  opacity: .39;
  margin-bottom: 15px;
}

.top-header-icon.lighter {
  opacity: .7;
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.div-title {
  text-align: center;
  margin-bottom: 40px;
}

.div-content.div-title.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.container-wrapper-1100 {
  z-index: 10;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.container-wrapper-1100.portfolio {
  width: 80%;
}

.container-wrapper-1100.margin50 {
  margin-top: 50px;
}

.circle-2 {
  z-index: 11;
  opacity: .2;
  background-color: #ffffff21;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 10vh;
  height: 10vh;
  margin: auto;
  position: absolute;
  inset: 19% 35% auto auto;
}

.open-close-plus {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.tab-menu {
  text-align: center;
  background-color: #0000;
  border: 20px #fff;
  padding: 5px 0 0;
  overflow: hidden;
}

.square-second {
  z-index: 0;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 100vh;
  height: 100vh;
  margin: auto;
  position: absolute;
  inset: 0 100% 100vh -13%;
  overflow: hidden;
}

.square-second.gray {
  opacity: .7;
  background-color: #e4e8ee99;
  border-color: #fff;
  border-radius: 100%;
}

.button-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.center {
  justify-content: center;
  width: auto;
}

.full-container-second {
  color: #1a1a1a;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.full-container-second.fullwidth {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.horizontal {
  background-color: #161a25;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 9px;
}

.line-double {
  background-color: var(--medium-slate-red);
  width: 50%;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.line-double.white {
  background-color: #fff;
}

.icon-image-second {
  background-color: var(--medium-slate-red);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  top: 14px;
  left: 0;
}

.icon-image-second.orange {
  background-color: #fdb75629;
  background-image: linear-gradient(135deg, #ff5e00, #ffae00);
}

.icon-image-second.design {
  background-color: #5956fd6e;
  background-image: linear-gradient(131deg, #5956fd, #2fb9f8);
}

.icon-image-second.interaction {
  background-color: #0000;
  padding: 0;
}

.icon-image-second.components {
  background-color: #56fd7a29;
  background-image: linear-gradient(130deg, #049223, #03be2b);
}

.content--center {
  color: #1c1f25;
  text-align: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.promo-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.full-container {
  z-index: 100;
  color: #1a1a1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-top: 280px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.white {
  color: #fff;
  padding-left: 0;
}

.column {
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.vertical {
  background-color: #161a25;
  width: 14px;
  height: 1.5px;
  margin-bottom: -1px;
  position: absolute;
  transform: rotate(90deg);
}

.flex-wrap {
  flex-wrap: nowrap;
  margin-bottom: 0;
  display: flex;
}

.heading-half-section {
  color: #1c1f25;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.color-frame {
  background-image: linear-gradient(122deg, var(--medium-slate-red), var(--black));
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 20px;
  height: 60px;
  margin-right: 20px;
}

.question--title-link {
  background-color: #f3f3f3;
  border-left: 1px solid #009fad;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  width: 100%;
  padding: 25px 30px 10px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.question--title-link.white {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0 1px 3px #525b7312;
}

.container-fourth {
  border-top-right-radius: 3px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-fourth.contact {
  text-align: center;
}

.question-box--answer {
  background-color: #0000;
  border: 1px #0000001a;
  padding: 20px 30px 0;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  overflow: hidden;
}

.main-section {
  color: #1a1a1a;
  min-height: 250px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: static;
}

.main-section.third {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
  overflow: hidden;
}

.main-section.third.full-height {
  background-image: linear-gradient(to bottom, #1d1e3847, #00000075 46%, var(--black)), url('../images/Rathmoy_Stables_William_Knight_Racing7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100vh;
  display: flex;
}

.sidebar--header {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.sidebar--header.center {
  justify-content: center;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sidebar--header.center.pass-page {
  width: 80%;
}

.sidebar--header.left.in-half {
  width: 100%;
}

.sidebar--header.right {
  justify-content: flex-end;
}

.sidebar--header.padding-bottom {
  margin-bottom: 30px;
}

.square-fourth {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 40vh;
  height: 40vh;
  margin: auto;
  position: absolute;
  inset: 0% -13% auto auto;
}

.square-fourth.gray {
  opacity: .7;
  background-color: #e4e8ee;
}

.square-third {
  z-index: 11;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 8vh;
  height: 8vh;
  margin: auto;
  position: absolute;
  inset: 10% 25% auto auto;
}

.square-third.gray {
  opacity: .7;
  background-color: #e4e8ee;
}

.slider-section {
  clear: none;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-section.without-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.promo-section {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
}

.promo-section.gray {
  background-color: var(--ghost-white);
  background-color: var(--ghost-white);
  background-color: #f5f6f8;
}

.question {
  margin-bottom: 10px;
}

.learn-more-link {
  clear: none;
  color: #1cbac8;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
  position: static;
}

.learn-more-link.outline {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #8e98ad;
  border-radius: 3px;
  width: 140px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 11px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.learn-more-link.outline:hover {
  color: #fff;
  background-color: #5956fd;
  background-image: linear-gradient(#214af0, #2fb9f8);
  border-width: 0;
  box-shadow: 0 6px 12px #8e98ad61;
}

.learn-more-link.outline {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #8e98ad;
  border-radius: 3px;
  width: 140px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.learn-more-link.outline:hover {
  background-color: var(--medium-slate-red);
  color: #fff;
  background-image: none;
  border-width: 0;
  box-shadow: 0 6px 12px #8e98ad61;
}

.slide-nav {
  color: #212121;
  margin-bottom: 0;
  font-size: 10px;
  display: none;
}

.columns {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.columns.contact {
  align-items: center;
}

.rathmoy-wrapper {
  border-left: 0 solid #ffffff6e;
  justify-content: center;
  display: flex;
}

.work-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.expand {
  flex: 1;
}

.row-cta {
  width: 90%;
}

.side-features {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.collection-item {
  width: 33%;
}

.cta-text {
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.cta-text.white {
  color: #fff;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.cta-text.white.center {
  text-align: left;
}

.rathmoy-thoroughbreds {
  text-align: right;
  border: 1px #000;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.divider {
  background-color: #3f3f3f1a;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.padding {
  margin-top: 100px;
  margin-bottom: 80px;
}

.paragraph-14 {
  font-size: 14px;
}

.page-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 60px;
}

.page-header.dark {
  color: #343e52;
  margin-bottom: 20px;
}

.column-navigation {
  text-align: left;
  justify-content: flex-end;
  width: auto;
  margin-bottom: 10px;
  display: block;
}

.line-midd {
  background-color: var(--light-steel-blue);
  width: 15px;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.line-midd.white-line {
  background-color: #fff;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.gray-space {
  background-color: #f5f4f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.gray-space.dark {
  background-color: #343e52;
}

.section-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-footer.black {
  background-color: #101731;
  background-image: linear-gradient(103deg, #1c1c3d, #192349);
  border: 1px solid #0000;
}

.link-dark {
  color: #1c1f25;
  text-decoration: none;
}

.link-dark:hover {
  color: #8556fd;
  text-decoration: underline;
}

.link-header-page {
  border: 1px solid var(--light-steel-blue);
  color: var(--slate-grey);
  background-color: #0000;
  border-radius: 10px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.link-header-page:hover {
  text-decoration: underline;
}

.link-header-page.white {
  color: #fff;
  border-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
}

.link-header-page.white:hover {
  text-decoration: none;
}

.row {
  margin-bottom: 90px;
}

.page-wrapper {
  overflow: hidden;
}

.column-third {
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.page-pargraph {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.page-pargraph p {
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  margin: inherit;
}

.page-pargraph.page-header {
  margin-bottom: 20px;
  line-height: 25px;
}

.page-pargraph.dark {
  color: #677081;
}

.page-pargraph.black {
  color: #302424;
  font-size: 19px;
}

.breadcrumbs-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 4px;
  font-size: 13px;
  line-height: 23px;
  display: flex;
}

.page-header-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 300px;
  display: flex;
  position: relative;
}

.page-header-div.center {
  text-align: center;
  align-items: center;
  height: auto;
}

.hero-big-text {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 57px;
}

.hero-big-text.hero {
  margin-top: 0;
  font-size: 47px;
  font-weight: 300;
  line-height: 57px;
}

.hero-big-text.hero.third {
  text-align: center;
  width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: block;
}

.hero-text-block {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 81%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team {
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.achievements {
  padding-top: 100px;
  padding-bottom: 100px;
}

.achievements.background {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/dorin-vancea-839261000.jpg');
  background-position: 0 0, 50% 56%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.achievements.background.color {
  background-image: linear-gradient(113deg, var(--medium-slate-red), var(--black));
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.achievements.background.color.red {
  background-image: linear-gradient(to right, var(--medium-slate-red), var(--black));
  overflow: hidden;
}

.icon-image {
  background-color: var(--medium-slate-red);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  top: 14px;
  left: 0;
}

.processes-block {
  float: none;
  text-align: left;
  border-top: 3px solid #eee;
  border-left: 0 #0000;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.processes-block.counters {
  background-color: #0000;
  border-top-style: none;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.processes-column {
  border-right: 2px solid #1cbac8;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
}

.processes-column.top {
  border-top: 0 #0000;
  border-right-style: none;
  height: auto;
}

.middle-div {
  text-align: center;
  width: 99%;
}

.middle-div.padding {
  width: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.features-paragraph {
  color: #777;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.features-paragraph.service {
  color: #999;
  text-align: left;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
}

.features-paragraph.service.white {
  color: #e4e8eee0;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.timeline {
  background-image: linear-gradient(#fff, #e7e7e7a1 7%, #e7e7e7 93%, #fff);
  flex-direction: column;
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.image-column {
  padding-left: 0;
  padding-right: 0;
}

.process-icon {
  background-color: #465cff;
  border: 3px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  box-shadow: 0 6px 12px #525b7333;
}

.process-icon.center {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--medium-slate-red), var(--medium-slate-red));
  border-style: none;
  border-radius: 27%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
}

.service-div-wrapper {
  text-align: left;
  background-color: #0000;
  border-top: 1px solid #e4e8ee;
  flex-direction: column;
  align-items: center;
  height: 600px;
  padding: 80px 0 0;
  display: flex;
  overflow: hidden;
}

.service-div-wrapper.right {
  align-items: center;
  height: 600px;
}

.service-div-wrapper.third {
  background-image: linear-gradient(#fff, #fff);
  border-left: 1px solid #e4e8ee;
  border-right: 1px solid #e4e8ee;
  flex-direction: column;
  height: 600px;
  padding-right: 0;
}

.left {
  text-align: left;
}

.left.padding {
  padding-left: 80px;
  padding-right: 80px;
}

.pad-image {
  width: 100%;
  max-width: none;
  margin-top: 30px;
  margin-bottom: -40px;
}

.image-highlights-div {
  text-align: right;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 350px;
  padding: 40px;
  display: flex;
}

.image-highlights-div.right {
  text-align: left;
  background-image: url('../images/SOTO-SIZZLER.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  height: 350px;
}

.image-highlights-div.right.four {
  background-image: url('../images/Marmaida.jpg'), url('../images/background-image.svg');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, 125px;
}

.image-highlights-div.right.two {
  background-position: 26%;
}

.image-highlights-div.right.six {
  background-image: url('../images/WKR-05-19-22-of-42.jpg'), url('../images/SOTO-SIZZLER.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
}

.image-highlights-div.one {
  background-image: url('../images/Rathmoy_Stables_William_Knight_Racing7.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.image-highlights-div.three {
  background-image: url('../images/IB.jpg');
  background-position: 18%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.image-highlights-div.five {
  background-image: url('../images/William-Knight.png');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.square-fifth {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 3vh;
  height: 3vh;
  margin: auto 66% auto auto;
  position: relative;
  inset: 25% 0% auto 51%;
}

.square-fifth.gray {
  opacity: 1;
  background-color: #e4e8ee;
  border-radius: 70%;
}

.right {
  text-align: right;
}

.right.padding {
  padding-left: 80px;
  padding-right: 80px;
}

.highlights--card {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.highlights--card.left,
.highlights--card.right {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.icon-wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 64px;
  display: flex;
  position: static;
}

.highlights {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 120px 15px 32px;
  display: flex;
  position: relative;
}

.highlights--info {
  width: 40%;
}

.highlights--info.right {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  height: auto;
  min-height: 350px;
  padding: 30px 40px 40px;
  font-size: 15px;
}

.highlights--info.left {
  text-align: right;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  width: 40%;
  height: auto;
  min-height: 350px;
  padding: 30px 40px 40px;
  font-size: 15px;
  line-height: 24px;
}

.horizontal-line {
  text-align: center;
  background-image: linear-gradient(#fff, #e7e7e7a1 10% 90%, #fff);
  flex: 0 auto;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.scroll--text {
  color: #fff;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  position: static;
}

.columns-5 {
  z-index: 10;
  position: relative;
}

.scroll--wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.scroll--line {
  background-color: var(--medium-slate-red);
  border-radius: 20px;
  width: 2px;
  height: 40px;
  margin-bottom: 25px;
}

.horse--wrapper {
  text-transform: capitalize;
  border-radius: 4px;
  width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.horse-photo {
  object-fit: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 252px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horse-overlay {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(to top, #0009 30%, #fff0);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.horse-info {
  z-index: 3;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: absolute;
  inset: auto 5% 10%;
}

.category-text {
  z-index: 1;
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #e4ecf6;
  border-radius: 5px;
  width: auto;
  margin: 0 auto 20px;
  padding: 5px 20px;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s;
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
  box-shadow: 0 3px 9px #0000004d;
}

.category-text:hover {
  background-color: #fff;
}

.category-text.portfolio {
  background-image: linear-gradient(#d656fd, #a07cfa);
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  left: 0;
}

.category-text.portfolio.top {
  box-shadow: none;
  background-image: none;
  margin-bottom: 40px;
  display: none;
}

.category-text.side {
  box-shadow: none;
  border-style: solid;
  border-color: #e4e8ee;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  transition-property: none;
  position: static;
}

.category-text.side:hover {
  box-shadow: 4px 4px 12px #0000001a;
}

.category-text.side.full {
  width: 100%;
  display: block;
}

.category-text.side.full.w--current {
  border-color: #e4e8ee;
  box-shadow: 0 6px 12px #0000001a;
}

.category-text.side.full.all {
  color: #677081;
  border-color: #e4e8ee;
}

.category-text.side.full.all.w--current {
  border-color: #e4e8ee;
}

.blog-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.blog-title.small {
  letter-spacing: 0;
  text-transform: none;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.blog-title.small.dark {
  text-decoration: none;
}

.blog-title.dark {
  color: var(--black);
}

.blog-content {
  float: none;
  text-align: left;
}

.blog-content.date {
  float: none;
  margin-bottom: 20px;
  display: inline-block;
  position: static;
  top: 0px;
  left: 35px;
  border-width: 1px;
  border-style: none solid solid;
  border-color: rgba(255, 255, 255, 0.6);
  border-image: initial;
  padding: 10px;
}

.blog-content.title {
  background-image: linear-gradient(#0000004d, #0000004d);
  border-top: 1px solid #ffffff96;
  height: 250px;
  padding: 0 35px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.blog-post-overlay {
  float: none;
  background-image: linear-gradient(#0000008a, #0000008a);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.blog-post-overlay:hover {
  background-color: #0000;
}

.blog-post-overlay.hero {
  background-image: linear-gradient(#00000057, #00000057);
  position: absolute;
}

.blog-image {
  background-color: #e0e0e0;
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-image.image-blog {
  background-color: #e0e0e0;
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-bottom: 20px;
  transition: box-shadow .4s;
}

.blog-image.image-blog:hover {
  box-shadow: 0 20px 20px #00000030;
}

.blog-image.image-blog.featured {
  margin-bottom: 0;
}

.date-blog {
  color: #fff;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  display: inline-block;
}

.date-blog.dark {
  color: #1c1f25;
}

.title-wrapper {
  flex-direction: column;
  display: flex;
}

.view-text {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.view-text.outline {
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .4s, color .4s;
}

.view-text.outline:hover {
  color: #343e52;
  background-color: #fff;
  padding: 8px 12px;
}

.work-image-card {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tittle-work {
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.work-card {
  text-transform: capitalize;
  border-radius: 4px;
  flex-direction: column;
  width: 580px;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.work-overlay {
  z-index: 2;
  color: #fff;
  background-color: #0009;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.work-overlay.color {
  background-color: #1c1f258a;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  display: flex;
}

.line-box {
  transform-origin: 0%;
  background-color: #e4e8ee;
  height: 2px;
  position: static;
  inset: auto 0% 5%;
}

.line-box.color {
  background-color: var(--light-steel-blue);
}

.top-header-2 {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.top-header-2.white {
  color: #fff;
}

.side-info-2 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 8%;
  padding-right: 8%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.square-wrapper-3 {
  z-index: 0;
  opacity: .15;
  background-image: linear-gradient(#1c1f25, #fff 77%);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 115%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sub-hero-text.right {
  text-align: left;
}

.sub-hero-text.left {
  text-align: right;
}

.service-heading-second-2 {
  float: none;
  clear: none;
  color: #343e52;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-second-2.all-caps.right {
  text-align: right;
  margin-top: 20px;
}

.service-heading-second-2.all-caps.left {
  text-align: left;
  margin-top: 20px;
}

.service-heading-second-2.all-caps {
  color: #343e52;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.footer-link-2 {
  color: #1c1f25;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .4s;
}

.footer-link-2:hover {
  color: #8556fd;
}

.footer-link-2.white {
  color: #fff;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  transition: color .4s;
}

.footer-link-2.white:hover {
  color: #ffffffb3;
}

.button-3 {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #465cff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .4s;
  display: block;
}

.button-3:hover {
  background-color: #000;
}

.button-3.general {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#214af0, #39abff);
  border: 1px #8b9de4;
  width: 160px;
  height: 42px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition-property: box-shadow;
}

.button-3.general:hover {
  border-style: none;
  box-shadow: 0 6px 12px #1d1e3833;
}

.button-3.general.orange {
  background-image: linear-gradient(#ff3c00, #ff9500);
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
}

.button-3.general.outline {
  background-image: none;
  border-style: solid;
  border-color: #fff;
  height: 42px;
}

.button-3.general.outline:hover {
  background-image: linear-gradient(#5956fd, #39abff);
  border-style: none;
  border-color: #5956fd;
}

.button-3.general.full {
  width: 100%;
}

.copyright-text-2 {
  color: var(--slate-grey);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.copyright-text-2.secure {
  color: #fff;
  margin-right: 10px;
}

.notification-form {
  text-align: center;
  display: block;
}

.footer-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

.footer-text.center {
  color: #677081;
  text-align: center;
  text-align: center;
}

.footer-text.middle {
  color: var(--ghost-white-2);
  text-align: center;
}

.notification-wrapper {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.question-tittle-2 {
  color: #1c1f25;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.footer-column {
  text-align: left;
  border: 1px #ffffff12;
  border-radius: 5px;
  height: 257px;
  padding: 20px;
  box-shadow: 0 0 12px #0000002e;
}

.footer-column.small {
  box-shadow: none;
  background-color: #1c1c3d;
  border-style: none;
  border-color: #1414145e;
  height: auto;
}

.footer-column.small.white {
  background-color: #0000;
  border-style: none;
  border-left-color: #ffffff1f;
  border-radius: 0;
  padding-left: 20px;
}

.footer-column.small.white.middle {
  border-left-style: solid;
  border-right-style: solid;
  border-right-color: #ffffff1f;
  padding-left: 20px;
}

.tittle {
  color: var(--light-slate-grey);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.service-heading-third-2 {
  float: none;
  clear: none;
  color: #1c1f25;
  text-align: left;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-third-2.big {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.service-heading-third-2.big.white {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.service-heading-third-2.big {
  color: #343e52;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.service-heading-third-2.white {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.square-wrapper-4 {
  z-index: 0;
  opacity: .8;
  background-image: linear-gradient(#00000059, #fff0 77%);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 115%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.center-3 {
  color: var(--slate-grey);
  text-align: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.center-3.social {
  color: var(--slate-grey);
  margin-bottom: 5px;
}

.column-info,
.columns-third {
  width: 80%;
}

.columns-third.bottom-area {
  margin-top: 40px;
}

.tab {
  background-color: #0000;
  border: 1px #dbdbdb;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.tab.middle {
  text-align: left;
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: -40px;
  padding-top: 100px;
}

.tab.middle.gray {
  background-color: #0000;
  margin-top: 0;
  padding: 80px 0 0;
}

.tab-menu--about {
  float: none;
  clear: none;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.tab-menu--about.center {
  z-index: 1;
  text-align: center;
  border-top: 1px solid #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  justify-content: center;
  height: 60px;
  display: flex;
}

.title-tab {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.tab-link-with-line {
  color: #777;
  background-color: #0000;
  border: 1px #dbdbdb;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.tab-link-with-line:hover {
  color: #333;
}

.tab-link-with-line.w--current {
  color: #42ae13;
  background-color: #fff;
  border: 1px #dbdbdb;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 20px #0000001a;
}

.tab-link-with-line.center-width {
  background-color: #f8f8f8;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  width: 100px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
}

.tab-link-with-line.center-width.w--current {
  border-color: #465cff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-radius: 10px;
  width: 100px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  box-shadow: 0 10px 10px #00000014;
}

.tab-link-with-line.center-width.text {
  background-color: #0000;
  border-style: none;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.tab-link-with-line.center-width.text.w--current {
  background-color: var(--ghost-white);
  box-shadow: none;
  color: #3f3f3f;
  border-style: none none solid;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  height: 60px;
  padding: 20px 30px;
}

.tab-link-with-line.center-width.text {
  background-color: #0000;
  border-style: none;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.tab-link-with-line.center-width.text:hover {
  border-bottom: 2px solid #000;
  border-radius: 0;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-with-line.center-width.text.w--current {
  box-shadow: none;
  color: #3f3f3f;
  background-color: #f4f5f9;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #d656fd;
  border-radius: 0;
  height: 60px;
  padding: 20px 30px;
}

.tab-link-with-line.center-width.text.w--current:hover {
  border-bottom-color: #d656fd;
  padding-bottom: 20px;
}

.white-center-text-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.title-proccess {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.title-proccess.right {
  margin-bottom: 10px;
}

.top-head {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.top-head.white {
  color: #fff;
}

.service-div-2 {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.service-div-2.center {
  color: #465cff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  height: auto;
  padding: 20px 20px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.right-collection-wrapper {
  width: 66.66%;
  padding-left: 0;
  padding-right: 0;
}

.sidebar {
  text-align: left;
  background-color: #0000;
  width: 30%;
  padding: 0 0 15px 20px;
}

.sidebar.right {
  padding-left: 0;
}

.sucess-mesage {
  color: #fff;
  background-color: #40c30d;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.blog-and-sidebar {
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.sidebar--block {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 25px;
}

.sidebar--block:hover {
  border-color: #e4e8ee;
}

.form {
  padding: 0;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.sidebar-header {
  border-bottom: 1px #e4e8ee;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.sidebar--text-field {
  float: left;
  color: #75757c;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.sidebar--text-field:hover {
  border-bottom-color: #e4e8ee;
}

.sidebar--text-field.no-border {
  border-style: none;
  height: 110px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 12px;
  display: block;
}

.field-label {
  color: #343e52;
  text-align: left;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
}

.field-label.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label.contact-us-field.gray {
  color: #545569;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
}

.contact-content {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e4ecf691;
  border-radius: 10px;
  height: auto;
  padding: 45px 24px;
  position: relative;
  right: -45px;
  box-shadow: 7px 7px 25px #525b731f;
}

.form-block {
  padding-left: 30px;
  padding-right: 30px;
}

.error-message-second {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 10px;
  padding: 20px;
}

.left-form {
  text-align: left;
}

.info-row {
  margin-bottom: 60px;
  display: flex;
}

.text-field-third {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-third.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-third.contact-form.gray {
  background-color: #f4f5f980;
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #e4ecf6;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
}

.text-field-third.contact-form.gray.email {
  color: #1c1f25;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-size: 20px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
}

.text-field-third.contact-form.gray.subject {
  background-image: url('../images/icons8-box-64_1icons8-box-64.png');
  background-size: 20px;
  margin-bottom: 20px;
}

.text-field-third.contact-form.gray.email {
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-size: 20px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
}

.social-link {
  color: var(--slate-grey);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.social-link:hover {
  text-decoration: underline;
}

.contact-form.message.gray {
  color: #1c1f25;
  background-color: #f4f5f980;
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #e4ecf691;
  border-radius: 5px;
  min-height: 160px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.center-button-block {
  text-align: left;
  width: 100%;
}

.social-image {
  opacity: 1;
  margin-right: 10px;
}

.testimonial-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-section.first {
  background-color: #0000;
  background-image: url('../images/h1-slide2-background.jpg');
  background-position: 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-button {
  color: #2c3340;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  height: 48px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .4s;
}

.cta-button:hover {
  box-shadow: 0 2px 4px #282b314a;
}

.contact-section {
  z-index: 1;
  background-color: var(--ghost-white);
  border: 1px #000;
  padding: 80px 20px;
  transition: transform .4s;
  position: relative;
}

.contact-info-links {
  color: #1c1f25;
}

.heading {
  color: #343e52;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.heading.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 52px;
}

.heading.white.percentual {
  width: 80%;
}

.top-header-3 {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.tabs-image {
  border-radius: 6px;
}

.rich-text-info {
  width: 80%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.horse-gallery {
  width: 100%;
}

.works-image {
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-wrapper-big-image {
  background-color: #fff;
  border: 1px #e6e6e6;
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 0 1px 3px #525b731f;
}

.product-wrapper-big-image.single {
  background-color: #0000;
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.tab-photo {
  opacity: .6;
  width: 20%;
  margin-right: 5px;
  padding: 0;
}

.tab-photo.w--current {
  opacity: 1;
  filter: blur();
  width: 20%;
  height: auto;
  margin-right: 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.line-midd-2 {
  background-color: #c9c9c9;
  width: 15px;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.line-midd-2.white-line {
  background-color: #fff;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.image-12 {
  border: 1px solid var(--ghost-white-2);
  border-radius: 20px;
}

.link-header-page-2 {
  color: #343e52;
  background-color: #0000;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  margin-right: 0;
  padding: 5px 10px;
  text-decoration: none;
}

.link-header-page-2:hover {
  text-decoration: underline;
}

.link-header-page-2.white {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.link-header-page-2.white:hover {
  text-decoration: none;
}

.utility-page-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.top-title-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.text-field.center {
  border: 1px solid var(--light-steel-blue);
  color: #1c1f25;
  border-radius: 4px;
  height: 48px;
}

.top-tittle-text {
  text-align: center;
  margin-top: 0;
  font-size: 26px;
}

.horse-detail {
  color: var(--white);
  padding-right: 3px;
  font-size: 12px;
  font-weight: 400;
  display: inline;
}

.horse-detail.dark {
  color: #1c1f25;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
}

.horse-detail.dark.bold {
  color: var(--medium-slate-red);
  margin-right: 5px;
  font-weight: 700;
  display: inline-block;
}

.horse-detail.dark.breeding {
  font-size: 16px;
  font-weight: 700;
}

.horse-detail.bold {
  font-weight: 700;
}

.slider {
  width: 100%;
  min-height: 100vh;
}

.slide-1 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Rathmoy_Stables_William_Knight_Racing7.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: url('../images/WKR-02-24-DSC06805.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Rathmoy_Stables_William_Knight_Racing12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/WILLIAM-KNIGHT-YARD---23-5-20-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/WKR-02-24-DSC06687.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.horse-title-grid {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.horse--wrapper-detail {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 5px;
}

.dropdown {
  display: block;
}

.list-horse-news {
  border-bottom: 1px solid var(--medium-slate-red);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 8px 20px 16px;
  display: block;
}

.list-horse-news:hover {
  border-bottom-width: 2px;
}

.syndicates--link {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #1c1f25;
}

.image-icon-horse {
  padding: 8px;
}

.wrapper-horse-news {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rte {
  text-align: left;
}

.rte figcaption {
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.rte a {
  color: var(--medium-slate-red);
  font-weight: 500;
  text-decoration: none;
}

.horse--image_owner-silks {
  width: 80px;
}

.column-57 {
  display: block;
}

.images-syndicates {
  margin: 25px;
  padding-left: 0;
  padding-right: 0;
}

.syndicates {
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  display: flex;
}

.syndicates--text {
  font-size: 11px;
}

.rte-white p,
.rte-white a {
  color: #fff;
}

.footer--link {
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.footer--link:hover {
  opacity: .7;
}

.image-13 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.collection-list-wrapper {
  justify-content: center;
  display: flex;
}

.video--content {
  margin-top: 20px;
}

.embed {
  width: 100%;
  display: flex;
}

.nav-link-dropdown {
  color: #fff;
  border-left: 1px #e4e4e47a;
  padding: 10px 0;
  font-weight: 500;
  transition: color .4s;
}

.nav-link-dropdown:hover {
  color: #fff;
  background-color: #0e42910d;
  border-radius: 4px;
  padding-right: 0;
}

.nav-link-dropdown.w--current {
  color: #5231ff;
}

.nav-link-dropdown.w--open {
  padding-right: 40px;
  font-family: Roboto, sans-serif;
}

.nav-link-dropdown.w--open:hover {
  border: 1px #000;
}

.image-footer {
  height: 70px;
  position: relative;
}

.image-logo-footer {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.image-partnerships {
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.video {
  object-fit: fill;
  width: 1000px;
}

.empty-state {
  display: block;
}

.empty-state-2 {
  display: none;
}

.sold {
  background-color: var(--medium-slate-red);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.collection-item-2 {
  height: 252px;
  margin-bottom: 20px;
}

.video-element {
  width: 100%;
  height: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.code-embed {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-menu-second {
    color: #000;
    background-color: #fff;
    border: 1px solid #e7ecf8;
    height: auto;
    display: block;
    position: absolute;
  }

  .solar-dot-second {
    margin-top: 30px;
  }

  .solar-wrapper-first {
    width: 300px;
    height: 300px;
  }

  .preload {
    display: none;
  }

  .logo {
    padding: 10px 0;
  }

  .footer-row {
    text-align: center;
  }

  .demo-wrapper-second {
    top: 120px;
  }

  .dropdown-list-second.w--open {
    background-color: #fff;
  }

  .dropdown-link-second {
    box-shadow: none;
    background-color: #e4ecf666;
  }

  .dropdown-link-second.w--current {
    box-shadow: none;
  }

  .solar-dot {
    margin-top: 385px;
  }

  .section.gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.background-color.white {
    padding-top: 100px;
  }

  .arrow {
    color: #1c1f25;
  }

  .footer--copyright {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button {
    color: #343e52;
    padding: 20px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #0000;
  }

  .menu-button.white {
    color: #fff;
  }

  .text-block-nav {
    color: #343e52;
  }

  .dark-logo.in-colors {
    opacity: 0;
  }

  .nav-bar {
    height: auto;
    padding: 0;
    position: absolute;
  }

  .side-image-media {
    width: 100%;
  }

  .demo-wrapper {
    top: 157px;
  }

  .top-nav-content-block.social.footer {
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .line-in-hover {
    width: 40%;
  }

  .intri-link {
    color: #000;
    border-bottom: 1px solid #e4ecf6;
  }

  .intri-link:hover {
    color: #343e52;
  }

  .intri-link.w--current {
    color: #343e52;
    background-color: #0000;
    border-bottom: 1px solid #e4ecf6;
  }

  .navigation-wrapper {
    flex: 1;
    padding-right: 0;
  }

  .secure-payment-by {
    justify-content: center;
    margin: 15px auto;
    padding-top: 10px;
    display: block;
  }

  .circle-third {
    display: none;
    position: absolute;
    overflow: visible;
  }

  .wrapper-full {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    top: 25%;
  }

  .circle-one {
    width: 250px;
    height: 250px;
  }

  .footer--line-divider {
    display: inline-block;
  }

  .solar-wrapper {
    width: 650px;
    height: 650px;
  }

  .nav-link {
    background-color: #fff;
    border-bottom: 1px solid #e4ecf6;
  }

  .button.general {
    margin-left: 0;
    margin-right: 0;
  }

  .button.general.outline {
    margin-right: 0;
  }

  .circle-demo-wrapper {
    top: -85px;
  }

  .circle {
    width: 600px;
    height: 600px;
  }

  .cta.gradient.realative.big.blue {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cta.image-background.small {
    padding-bottom: 40px;
  }

  .cta.small {
    justify-content: center;
  }

  .cta.gray.small,
  .cta.gray.small.two-buttons,
  .cta.gray.small.two-buttons {
    padding-bottom: 40px;
  }

  .div-content {
    display: block;
  }

  .div-content.div-title.center {
    text-align: center;
  }

  .div-content.contact {
    margin-bottom: 80px;
  }

  .container-wrapper-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-1100.portfolio {
    width: 90%;
  }

  .circle-2 {
    right: 27%;
  }

  .full-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-half-section {
    text-align: left;
  }

  .container-fourth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar--header.center {
    width: 100%;
  }

  .promo-section {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .promo-section.gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide-nav {
    margin-top: 100px;
  }

  .columns {
    display: block;
  }

  .rathmoy-wrapper {
    border: 1px #000;
    align-items: stretch;
  }

  .work-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .row-cta {
    align-items: center;
    display: flex;
  }

  .row-cta.center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .collection-item {
    width: 100%;
  }

  .cta-text.white {
    text-align: center;
    line-height: 30px;
  }

  .cta-text.white.center {
    text-align: center;
    margin-bottom: 10px;
  }

  .column-navigation {
    text-align: center;
  }

  .hero-big-text.hero.third {
    width: 80%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-text-block {
    margin-top: 0;
  }

  .processes-block.counters {
    margin-left: 0;
  }

  .processes-column.top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .middle-div.padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-wrapper-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .left.padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-highlights-div,
  .image-highlights-div.right {
    height: 350px;
  }

  .right.padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .highlights--info.right,
  .highlights--info.left {
    height: 350px;
  }

  .horse-photo {
    height: 180px;
  }

  .category-text.side,
  .blog-post-overlay {
    width: 100%;
  }

  .work-image-card {
    height: 150px;
  }

  .work-card {
    height: auto;
    margin-bottom: 40px;
  }

  .side-info-2 {
    width: 90%;
    margin-bottom: 40px;
  }

  .button-3.general {
    margin-left: 0;
    margin-right: 0;
  }

  .button-3.general.outline {
    margin-right: 0;
  }

  .footer-column.small.white {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.small.white.middle {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
  }

  .columns-third {
    width: 100%;
  }

  .title-proccess {
    font-size: 24px;
  }

  .service-div-2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div-2.center {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-collection-wrapper {
    width: 60%;
  }

  .sidebar {
    width: 40%;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar.left {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .sidebar.right {
    margin-left: 20px;
    margin-right: 0;
  }

  .blog-and-sidebar {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar--block {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-header {
    width: auto;
  }

  .collection-sidebar {
    width: 100%;
  }

  .contact-content {
    width: 100%;
    right: 0;
  }

  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horse--image_owner-silks {
    width: 60px;
  }

  .images-syndicates {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-dropdown {
    background-color: #fff;
    border-bottom: 1px solid #e4ecf6;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding: 40px 20px;
  }

  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logo.footer {
    margin-bottom: 20px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.gray {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-image-media {
    justify-content: center;
  }

  .demo-wrapper {
    overflow: hidden;
  }

  .top-nav-content-block.social.footer {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .secure-payment-by {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-full {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    float: none;
    display: inline-block;
  }

  .circle-demo-wrapper {
    top: -148px;
    left: 6%;
  }

  .cta.small {
    text-align: center;
  }

  .cta.gray.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-content.div-title {
    padding-left: 20px;
  }

  .div-content.div-title.center {
    padding-left: 0;
  }

  .container-wrapper-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-2 {
    width: 6vh;
    height: 6vh;
    right: 27%;
  }

  .main-section.third {
    background-image: linear-gradient(#acb2ba, #686c75), url('../images/background-image.svg');
    background-position: 0 0, 50% -184px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 800px;
  }

  .sidebar--header.center {
    width: 90%;
  }

  .slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns {
    flex-wrap: wrap;
  }

  .rathmoy-wrapper {
    border: 1px #000;
  }

  .row-cta {
    display: block;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .collection-item {
    width: 100%;
  }

  .cta-text.white {
    margin-bottom: 10px;
  }

  .page-header {
    text-align: center;
    font-size: 40px;
  }

  .page-header.dark {
    text-align: center;
    text-align: center;
  }

  .column-navigation {
    text-align: center;
  }

  .page-pargraph.page-header {
    font-size: 15px;
  }

  .hero-big-text.hero.third {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 48px;
    display: block;
  }

  .hero-text-block {
    width: 100%;
  }

  .achievements.background,
  .achievements.background.color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .processes-block {
    border-top-style: none;
    border-left: 3px solid #eee;
    height: 120px;
    margin-left: 40px;
    padding-left: 0;
  }

  .processes-block.counters {
    border-left-style: none;
    margin-left: 0;
    padding-left: 20px;
  }

  .processes-column.top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .features-paragraph.service {
    text-align: center;
  }

  .features-paragraph.service.white {
    text-align: left;
    text-align: left;
  }

  .timeline {
    margin-left: 20px;
  }

  .image-highlights-div {
    display: none;
  }

  .highlights--card.left {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .highlights--card.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-wrapper {
    width: 40px;
    position: absolute;
  }

  .highlights {
    align-items: flex-start;
  }

  .highlights--info.right {
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlights--info.left {
    text-align: left;
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-line {
    width: 80%;
    display: none;
  }

  .horse-photo {
    height: 250px;
  }

  .category-text.side {
    width: 100%;
    margin-right: 0;
  }

  .category-text.side.full.all.w--current {
    margin-right: 0;
  }

  .blog-post-overlay {
    background-image: linear-gradient(#00000038, #00000038);
    padding-left: 0;
  }

  .work-image-card {
    height: 300px;
  }

  .work-card {
    width: 90%;
    height: auto;
    margin-bottom: 40px;
  }

  .side-info-2 {
    width: 100%;
  }

  .sub-hero-text.left {
    text-align: left;
  }

  .button-3 {
    float: none;
    display: inline-block;
  }

  .notification-form {
    margin-top: 0;
  }

  .footer-column {
    margin-bottom: 20px;
    position: static;
  }

  .footer-column.small.white {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-column.small.white.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .title-proccess {
    font-size: 24px;
  }

  .title-proccess.right {
    text-align: left;
  }

  .service-div-2.center {
    margin-bottom: 20px;
  }

  .right-collection-wrapper {
    flex: 0 auto;
    width: 100%;
  }

  .sidebar {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar.left {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar.right {
    margin-left: 0;
  }

  .blog-and-sidebar {
    flex-direction: column;
  }

  .sidebar-header {
    width: auto;
  }

  .collection-sidebar {
    width: 100%;
  }

  .contact-content {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    right: 0;
  }

  .info-row {
    display: block;
  }

  .product-wrapper-big-image {
    height: auto;
  }

  .image-13 {
    height: 250px;
  }

  .image-footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .footer-heading.white.center {
    text-align: center;
    text-align: center;
  }

  .solar-dot-second {
    margin-top: 9px;
  }

  .solar-wrapper-first {
    width: 250px;
    height: 250px;
  }

  .logo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .solar-dot {
    margin-top: 330px;
  }

  .section.no-padding-top {
    display: flex;
  }

  .footer--copyright {
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-image-media {
    justify-content: center;
  }

  .side-image-media.flex-right {
    justify-content: center;
    width: 100%;
    min-height: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper {
    top: 307px;
  }

  .top-nav-content-block {
    display: block;
  }

  .top-nav-content-block.social {
    display: none;
  }

  .top-nav-content-block.social.footer {
    text-align: center;
  }

  .wrapper-full {
    padding-left: 0;
    padding-right: 0;
    top: 30%;
  }

  .circle-one {
    width: 200px;
    height: 200px;
  }

  .section-heading {
    text-align: center;
  }

  .solar-wrapper {
    width: 550px;
    height: 550px;
  }

  .button {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .circle-demo-wrapper {
    top: -107px;
    left: -192%;
  }

  .circle {
    width: 500px;
    height: 500px;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.div-title.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container-wrapper-1100 {
    justify-content: space-between;
  }

  .container-wrapper-1100.portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-2 {
    width: 7vh;
    height: 7vh;
    top: 18%;
    right: 67%;
  }

  .tab-menu {
    flex-direction: row;
    display: flex;
  }

  .square-second {
    width: auto;
    height: auto;
    right: auto;
  }

  .button-wrapper {
    width: auto;
  }

  .full-container-second {
    text-align: left;
  }

  .promo-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-container,
  .white {
    text-align: left;
  }

  .main-section.third {
    height: 660px;
  }

  .sidebar--header.center {
    width: 100%;
  }

  .square-fourth {
    display: none;
  }

  .promo-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-cta {
    width: 100%;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .cta-text.white {
    text-align: center;
    margin-bottom: 20px;
  }

  .page-header {
    text-align: center;
    line-height: 50px;
  }

  .column-navigation {
    width: 100%;
  }

  .page-pargraph.page-header {
    text-align: center;
  }

  .hero-big-text {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-big-text.hero {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-big-text.hero.third {
    font-size: 32px;
    line-height: 42px;
  }

  .processes-block.counters {
    border-left-style: none;
    margin-left: 0;
    padding-left: 20px;
  }

  .middle-div.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline {
    margin-left: 10px;
  }

  .button-wrapper-div {
    flex-direction: column;
  }

  .process-icon.center {
    margin-left: 0;
  }

  .service-div-wrapper {
    padding: 50px;
  }

  .service-div-wrapper.right {
    height: auto;
  }

  .service-div-wrapper.third {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .left.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .pad-image {
    max-width: none;
  }

  .image-highlights-div {
    display: none;
  }

  .right.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .highlights--card.left {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .highlights--card.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-wrapper {
    width: 40px;
    position: absolute;
  }

  .highlights {
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .highlights--info.right {
    width: 100%;
    height: auto;
    margin-left: 30px;
  }

  .highlights--info.left {
    text-align: left;
    width: 100%;
    margin-left: 30px;
  }

  .horizontal-line {
    display: none;
  }

  .blog-content.title {
    text-align: left;
    height: auto;
  }

  .work-image-card {
    height: 150px;
  }

  .work-card {
    height: auto;
  }

  .top-header-2 {
    text-align: left;
  }

  .side-info-2 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .square-wrapper-3 {
    height: auto;
  }

  .sub-hero-text.left {
    text-align: left;
  }

  .footer-link-2,
  .footer-link-2.white {
    margin-left: 6px;
    margin-right: 6px;
  }

  .button-3 {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .button-3.general.orange {
    margin-bottom: 10px;
  }

  .question-tittle-2 {
    text-align: left;
  }

  .footer-column.small.white {
    margin-bottom: 0;
  }

  .footer-column.small.white.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .square-wrapper-4 {
    height: 900px;
  }

  .tab {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab.middle.gray {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
  }

  .tab-menu--about.center {
    text-align: center;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-link-with-line.center-width,
  .tab-link-with-line.center-width.w--current {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-link-with-line.center-width.text {
    border-bottom: 2px solid #dbdbdb00;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-with-line.center-width.text:hover,
  .tab-link-with-line.center-width.text.w--current {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-with-line.center-width.text.w--current:hover {
    padding-bottom: 0;
  }

  .tab-link-with-line.center-width.text {
    border-bottom: 2px solid #dbdbdb00;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-with-line.center-width.text:hover,
  .tab-link-with-line.center-width.text.w--current {
    height: auto;
  }

  .title-proccess.right {
    text-align: left;
  }

  .service-div-2,
  .service-div-2.center {
    width: 100%;
  }

  .sidebar {
    padding-left: 0;
  }

  .sidebar.left {
    display: block;
  }

  .blog-and-sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-header {
    width: auto;
  }

  .collection-sidebar {
    width: 100%;
  }

  .contact-content {
    width: 100%;
    position: static;
    right: 0;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading,
  .heading.white {
    text-align: center;
  }

  .heading.white.percentual {
    text-align: left;
  }

  .product-wrapper-big-image {
    height: auto;
  }

  .image-13 {
    height: 200px;
  }

  .sold {
    font-size: 16px;
  }
}