/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal,
.ant-image-preview {
  pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
  display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-carousel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '\2192';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '\2190';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ant-carousel .slick-dots li.slick-active {
  width: 20px;
}
div.ant-carousel
  div.slick-slider.slick-initialized
  ul.slick-dots.slick-dots-bottom
  li
  button {
  color: #fff;
  opacity: 0.5;
  border-radius: 100%;
  height: 20px;
  width: 20px;
}

div.ant-carousel
  div.slick-slider.slick-initialized
  ul.slick-dots.slick-dots-bottom
  li.slick-active
  button {
  opacity: 1;
  height: 20px;
  width: 20px;
  -webkit-transition: none;
  transition: none;
}
div.ant-carousel
  div.slick-slider.slick-initialized
  ul.slick-dots.slick-dots-bottom {
  margin: 2vh 0 10vh 0;
}
.ant-carousel .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 1em;
}
.overlay-content {
  width: 100%;
}
.color-overlay .overlay-content .overlay-position .header {
  font-size: 3em;
  letter-spacing: 0.7vh;
  font-weight: 600;
  line-height: 1.1em;
}
.color-overlay .overlay-content .overlay-position .sub-header {
  font-size: 3em;
  letter-spacing: 0.7vh;
  font-weight: 400;
  line-height: 1.1em;
}
.color-overlay .overlay-content .overlay-position .text-content {
  font-size: 1em;
  margin: 1em 0 1em 0;
}
@media (max-width: 576px) {
  .carousel-overlay {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /********** Overlay **********/
  .color-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    z-index: 9;
    overflow: hidden;
    background-color: rgb(0, 0, 0, 0.5);
  }

  .overlay-buttons button {
    height: 2.5rem;
    width: 7.7rem;
    margin: 0 15px;
    color: rgb(213, 213, 213);
    font-size: 0.8em;
    letter-spacing: 0.1em;
    border: none;
  }
  #brown {
    background-color: #7e764f;
  }
  #black {
    background-color: black;
  }
  /********** Carousel **********/
  .carousel {
    height: 65vmax;
    background: black;
    background-color: black;
    z-index: -2;
  }
  .ant-carousel {
    height: 100%;
  }
  .ant-carousel .slick-slider {
    height: 100%;
  }
  .slick-track {
    height: 100%;
  }
  .slick-list {
    height: 100%;
  }
  .slick-slide {
    height: 100%;
  }
  .ant-carousel .slick-slide {
    height: 100%;
    background: black !important;
    background-color: black !important;
  }
  .slick-slide .slick-cloned {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .ant-carousel .slick-list .slick-slide.slick-active {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slick-slide .slick-active .slick-current {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .slick {
    height: 100%;
  }
  .ant-carousel .slick-next {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .ant-carousel .slick-initialized .slick-slide {
    height: 100%;
  }

  .first,
  .second,
  .third {
    height: 100%;
    width: 100%;
  }
  div.ant-carousel
    > div.slick-slider.slick-initialized
    > div.slick-list
    > div.slick-track
    > div.slick-slide.slick-active.slick-current
    > div {
    height: 100%;
    width: 100%;
  }
  .first-container {
    height: 100%;
    width: 100%;
    background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/lobby-rug.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
  }
  .second-container {
    height: 100%;
    width: 100%;
    background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/ryan-christodoulou-Vra_DPrrBlE-unsplash.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
  }
  .third-container {
    height: 100%;
    width: 100%;
    background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/jonathan-stout-Pa-kKr31C7o-unsplash.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .carousel-overlay {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /********** Overlay **********/
  .color-overlay {
    width: 100vmax;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    z-index: 9;
    overflow: hidden;
    background-color: rgb(0, 0, 0, 0.5);
  }

  .overlay-content > .overlay-position {
    display: flex;
    box-sizing: border-box;
    flex-flow: column;
    justify-content: center;
    position: relative;
    top: -5vmin;
  }

  .overlay-buttons button {
    height: 3rem;
    width: 11rem;
    margin: 30px 40px 0 0;
    color: white;
    font-size: 1vw;
    letter-spacing: 0.1em;
    border: none;
  }
  .ant-row-flex.ant-row-flex-center.ant-row-flex-middle.overlay-content {
    position: relative;
    top: 3em;
    width: 100vmax;
  }
  #brown {
    background-color: #7e764f;
  }
  #black {
    background-color: black;
  }
  /********** Carousel **********/
  .carousel {
    height: 86vmin;
    background: black;
    background-color: black;
    z-index: -2;
  }
  .ant-carousel {
    height: 100%;
  }
  .ant-carousel .slick-slider {
    height: 100%;
  }
  .slick-track {
    height: 100%;
  }
  .slick-list {
    height: 100%;
  }
  .slick-slide {
    height: 100%;
  }
  .ant-carousel .slick-slide {
    height: 100%;
    background: black !important;
    background-color: black !important;
  }
  .slick-slide .slick-cloned {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .ant-carousel .slick-list .slick-slide.slick-active {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slick-slide .slick-active .slick-current {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .slick {
    height: 100%;
  }
  .ant-carousel .slick-next {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .ant-carousel .slick-initialized .slick-slide {
    height: 100%;
  }

  .first,
  .second,
  .third {
    height: 100%;
    width: 100%;
  }
  div.ant-carousel
    > div.slick-slider.slick-initialized
    > div.slick-list
    > div.slick-track
    > div.slick-slide.slick-active.slick-current
    > div {
    height: 100%;
    width: 100%;
  }
  .first-container {
    height: 100%;
    width: 100%;
    background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/lobby-rug.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
  }
  .second-container {
    height: 100%;
    width: 100%;
    background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/ryan-christodoulou-Vra_DPrrBlE-unsplash.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
  }
  .third-container {
    height: 100%;
    width: 100%;
    background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/jonathan-stout-Pa-kKr31C7o-unsplash.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
  }
}

@media (max-width: 576px){
    .insta-follow {
        font-size: 1.5rem;
        font-weight: 900;
        display: flex;
        justify-content: flex-end;
    }
    .add {
        margin-bottom: 2rem;
        display: flex;
        justify-content: flex-end;
    }
    .gallery-section {
        margin-top: 0.6rem;
    }
}
@media (min-width: 577px){
.add {
    margin: 0.5rem 0 4rem 0;
    font-size: 1.2rem;

}
.insta-follow {
    font-weight: 900;
    font-size: 2rem;
    color: black;
}
.gallery-section {
    margin-top:8rem;
  }

}
.square-container {
    display: flex;
    flex-wrap: wrap;
  }

  .square {
    position: relative;
    flex-basis: calc(20% - 0px);
    overflow: hidden;
  }

  .square::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .square .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display:flex;
  }
  .square .content img {
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
  }
 
  .ant-col.ant-col-20.ant-col-xs-20.ant-col-xl-20 > .add > a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color:rgb(126, 118, 79);
  }

  .square .content a {
    width: 100%;
    display: inline-block;
    position: relative;
  }
  
  .square a:after {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content:url(https://travari.s3-us-west-2.amazonaws.com/images/insta30x30-04.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity .5s;
  }
  
  .square .content a:hover:after {
    opacity: 1;
  }
  
  .square .content img {
    max-width: 100%;
    vertical-align: top;
  }
.catalog-section {
  margin: 3rem 0px;
  width: 100%;
  height: 25vmax;
  overflow: hidden;
}
.catalog-section > .ant-row-flex.ant-row-flex-center.ant-row-flex-middle {
  height: 100%;
}
.catalog-section > .ant-row-center.ant-row-middle {
  height: 100%;
}
.catalog-img-container {
  padding: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.classic-img {
  z-index: 5;
  color: white;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 49%;
  margin-right: 5px;
  overflow: hidden;
  background: no-repeat;
  background-size: 50vw;
  background-position: left;
  background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/classic.jpg');
}
.modern-img {
  z-index: 5;
  color: white;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 49%;
  margin-left: 5px;
  overflow: hidden;
  background: no-repeat;
  background-size: 56vw;
  background-position: bottom;
  background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/mata-pod-dywan.jpg');
}
.x2 {
  opacity: 0;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.x3 {
  opacity: 0;
  color: white;
  width: calc(100% - 3rem);
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  height: calc(100% - 3rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  overflow: hidden;
}
.x2:hover .x3 {
  opacity: 1;
}
.x2:hover {
  opacity: 1;
  background-color: rgb(0, 0, 0, 0.3);
  color: white;
}
.modelHeader {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.modelType {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 576px) {
  .catalog-section {
    margin: 3rem 0px;
    width: 100%;
    height: 62vmax;
    overflow: hidden;
  }
  .modelHeader {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }
  .modelType {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .ant-col-xs-20 {
    flex-flow: column;
  }
  .ant-col .ant-col-2 .ant-col-xs-1 {
    padding: 0;
  }
  .ant-row-flex {
    justify-content: center;
  }
  .classic-img {
    z-index: 5;
    color: white;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/classic.jpg');
    margin: 10px 0px;
  }
  .modern-img {
    z-index: 5;
    color: white;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-image: url('https://travari.s3-us-west-2.amazonaws.com/images/mata-pod-dywan.jpg');
    margin: 10px 0px;
  }
  .x2 {
    opacity: 0;
    color: white;
  }
  .x3 {
    opacity: 0;
    color: white;
  }
  .x3:active {
    opacity: 1;
    color: white;
  }
  .x3:active {
    opacity: 1;
    background-color: rgb(0, 0, 0, 0.3);
    color: white;
  }
}
@media only screen and (min-width: 600px) {
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal,
.ant-image-preview {
  pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
  display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-typography {
  color: rgba(0, 0, 0, 0.85);
  overflow-wrap: break-word;
}
.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-success {
  color: #52c41a;
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #ff4d4f;
}
a.ant-typography.ant-typography-danger:active,
a.ant-typography.ant-typography-danger:focus,
a.ant-typography.ant-typography-danger:hover {
  color: #ff7875;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}
h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}
h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}
h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
h5.ant-typography,
.ant-typography h5 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography,
.ant-typography + h5.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography h5 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography h5 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography h5 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4,
.ant-typography h5 + h4,
.ant-typography div + h5,
.ant-typography ul + h5,
.ant-typography li + h5,
.ant-typography p + h5,
.ant-typography h1 + h5,
.ant-typography h2 + h5,
.ant-typography h3 + h5,
.ant-typography h4 + h5,
.ant-typography h5 + h5 {
  margin-top: 1.2em;
}
a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
  display: inline-block;
}
a.ant-typography,
.ant-typography a {
  color: #1890ff;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
a.ant-typography:focus,
.ant-typography a:focus,
a.ant-typography:hover,
.ant-typography a:hover {
  color: #40a9ff;
}
a.ant-typography:active,
.ant-typography a:active {
  color: #096dd9;
}
a.ant-typography:active,
.ant-typography a:active,
a.ant-typography:hover,
.ant-typography a:hover {
  text-decoration: none;
}
a.ant-typography[disabled],
.ant-typography a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography[disabled]:hover,
.ant-typography a[disabled]:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 4px;
}
.ant-typography-expand:focus,
.ant-typography-edit:focus,
.ant-typography-copy:focus,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #40a9ff;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #096dd9;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 1px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em 0;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul {
  list-style-type: circle;
}
.ant-typography ul ul {
  list-style-type: disc;
}
.ant-typography ol {
  list-style-type: decimal;
}
.ant-typography pre,
.ant-typography blockquote {
  margin: 1em 0;
}
.ant-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}
.ant-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
  vertical-align: bottom;
}
.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ant-typography-rtl {
  direction: rtl;
}
.ant-typography-rtl .ant-typography-expand,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}
.ant-typography-rtl .ant-typography-expand {
  float: left;
}
div.ant-typography-edit-content.ant-typography-rtl {
  right: -12px;
  left: auto;
}
.ant-typography-rtl .ant-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}
.ant-typography-rtl.ant-typography ul li,
.ant-typography-rtl.ant-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}

  .services-cards-web >.square-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .services-cards-web > .square-container > .square {
    position: relative;
    flex-basis: calc(31.5% - 10px);
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  .square::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .services-cards-web > .square-container > .square-content > .content > h3 {
   font-size: 1.2rem;
   font-weight: 700;
  }
  .services-cards-web > .square-container > .square > .content > img {
    height: auto;
    position: absolute;
    right: 0px;
    min-width: 170%;
  }

  .square-content {
    position: relative;
    width: calc(31.5% - 10px);
    height: 12rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  .square-content::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .square-content > .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .divider {
    display: block;
    clear: both;
    width: 30%;
    min-width: 30%;
    height: 1px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    border: solid 1.5px rgb(126, 118, 79);
  }
  .ant-col.ant-col-10.services-header.ant-col-xs-24.ant-col-xl-10 {
    padding: 0;
    height: 100%;
    display: flex;
    flex-flow: column;
  }
  .header-section{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2.2rem;
    font-size: 2.1rem;
    letter-spacing: 0.05rem;
    color: #363636;
    font-weight: 700;
  }
  .ant-row-flex.ant-row-flex-center.ant-row-flex-middle.service-row {
    margin-top: 4rem;
    width: 100%;
    height: 8rem;
    overflow: hidden;
  }
  @media (max-width: 576px){
    .services-cards-web {
        display: none;
    }
    .header-section {
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 0.05rem;
        margin: 5px 0 15px 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        color: #363636;
    }
    .divider {
        display: block;
        clear: both;
        width: 30%;
        min-width: 30%;
        height: 1px;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
        border: solid 1.5px rgb(126, 118, 79);
      }
      .ant-row-flex.ant-row-flex-center.ant-row-flex-middle.service-row {
        margin-top: 0;
        width: 100%;
        height: 5rem;
        overflow: hidden;
      }
      .services-cards-mobile >.square-container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
      }
      .services-cards-mobile > .square-container > .square {
        position: relative;
        flex-basis: 100%;
        margin-top: 25px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        box-sizing: border-box;
      }
      .square::before {
        content: "";
        display: block;
        padding-top: 100%;
      }
      .services-cards-mobile > .square-container > .square-content > .content > h3 {
       font-size: 1.2rem;
       font-weight: 700;
      }
      .services-cards-mobile > .square-container > .square > .content > img {
        height: auto;
        position: absolute;
        right: 0px;
        min-width: 170%;
      }
      .square-content {
        position: relative;
        width: 100%;
        height: 12rem;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        box-sizing: border-box;
      }
      .square-content::before {
        content: "";
        display: block;
        padding-top: 100%;
      }
      .square-content > .content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
      }
  }
.title {
  font-size: 1.2rem;
  color: #363636;
}
.subtitle {
  font-size: 3rem;
  color: #363636;
  margin-bottom: 2rem;
}
p {
  color: #363636;
}
.button-div {
  height: 9rem;
  display: flex;
  justify-content: end;
  align-items: end;
}
.button-div button {
  letter-spacing: 0.2em;
  width: 10rem;
  height: 2.2rem;
  font-size: 0.8rem;
  background-color: black;
  border: none;
  color: white;
}
.ant-row-flex.ant-row-flex-center.ant-row-flex-middle.about-header {
  margin-top: 50px;
  margin-bottom: 0px;
  width: 100%;
  height: 25vw;
  /* overflow: hidden;
    */
}
.ant-row-flex.ant-row-flex-center.ant-row-flex-middle.about-header {
  width: auto;
  height: 22em;
  margin: 10px;
  position: top;
  left: 50%;
  display: flex;
  justify-content: center;
}
.ant-col .img-right-2 .ant-col-xs-0 .ant-col-xl-4 {
  display: flex;
  justify-content: end;
  overflow: hidden;
}
.ant-row.horizontal-divider > .ant-col.ant-col-23.ant-col-pull-8 {
  background: -webkit-linear-gradient(
    0deg,
    rgb(126, 118, 79) 55%,
    rgb(232, 231, 225) 45%
  );
  min-height: 4px;
  max-height: 4px;
  width: 95%;
}
.img-container {
  overflow: hidden;
  height: 70%;
}
.img-container img {
  height: 33rem;
  position: relative;
  right: 13rem;
}
.text-content1 {
  padding: 15px;
}
.text-secondary {
  padding: 15px 0;
}
.img1-right-panel {
  padding-right: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 95%;
}
.img1-right-panel > img {
  width: auto;
  height: 22em;
  margin: 10px;
  left: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .about {
    width: 100%;
  }
  .title {
    font-size: 1rem;
    font-weight: 300;
  }
  .subtitle {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 5px 0 15px 0;
  }
  .ant-col .img-right-1 .ant-col-xs-0 .ant-col-xl-4 {
    display: none;
  }
  .img-right-2 {
    display: none;
  }
  .ant-row-flex.ant-row-flex-center.ant-row-flex-middle.about-header {
    width: 100%;
    height: 100%;
    margin: 10 15px;
    overflow: visible;
  }
  .ant-row.horizontal-divider > .ant-col.ant-col-23.ant-col-pull-8 {
    background: -webkit-linear-gradient(
      0deg,
      rgb(126, 118, 79) 60%,
      rgb(232, 231, 225) 45%
    );
    min-height: 2px;
    max-height: 2px;
    width: 95%;
  }
  .img-container {
    width: 100%;
    height: 9rem;
  }
  .img-container img {
    height: auto;
    right: 0;
    position: relative;
    top: -5rem;
    width: 100%;
  }
  .text-content1 {
    padding: 15px;
  }
  .img-container2 {
    height: 10rem;
    overflow: hidden;
  }
  img#img-left,
  img#img-right {
    width: 100%;
  }
  .button-div {
    height: 3rem;
    display: flex;
    justify-content: center;
  }
  .text-secondary > p {
    padding: 0 15px;
  }
}

.info-head {
    font-size: 2.1rem;;
    color: #363636;
    margin-bottom:10px;
  }
  .info-content {
      margin-top:60px;
      padding-right:70px;
  }
  ul {
      padding-left:15px;
  }
  .extra-info {
      margin-bottom:5rem;
  }
  .extra-info {
    height:100%;
  }
  .info-content > ul > li {
      color: black;
  }
  .ant-col.ant-col-10.head-extra-info.ant-col-xs-24.ant-col-xl-10 {
      padding: 0;
  }
  .extra-info-image {
    display: flex;
    justify-content: center;
}
.extra-info-image > img {
    height: 25rem;
}

  @media (max-width: 576px) {
    .info-content {
        margin: 20px 5px 0 0;
        padding: 0;
    }
    .extra-info-image {
        display: flex;
        justify-content: center;
        height: 6rem;
    }
    .extra-info-image > img {
        height: 16rem;
    }
    .info-head {
        font-size: 1.9rem;;
        font-weight: 700;
        color: #363636;
        margin-bottom:10px;
      }
      ul {
          padding-left:15px;
      }
      .extra-info {
        margin-bottom: 1rem;
        height: 100%;
        overflow: hidden;
      }
      .info-content > ul > li {
          color: black;
      }
  }



