body {
  font-family: 'Montserrat', sans-serif;
  background-color: #F2F2ED;
  color: #394030;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 38px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-text-light {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
}

.c-header-logo {
  max-width: 400px;
}

.c-download {
  font-size: 24px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-download {
    font-size: 18px;
    padding-top: 0;
  }
}

h1 {
  font-size: 40px;
  line-height: 52px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

h2 {
  font-size: 20px;
  line-height: 24px;
  color: #B8856B;
}

ul {
  list-style-type: none;
  padding-left: 0;
  text-transform: uppercase;
}

ul li a {
  display: block;
  background-color: transparent;
  background-image: url("images/arrow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

ul li a:hover {
  display: block;
  background: transparent url("images/arrow.png") no-repeat 100% 50%;
}

.l-content {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 60px;
}

.l-row-wrap {
  width: 100%;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

.l-row-restricted {
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .l-row-restricted {
    width: calc(100% - 80px);
    margin: 0 40px;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .l-row-restricted {
    max-width: 1440px;
    margin: 0 auto;
  }
}

/*.c-cols-48 {
  display: flex;
  position: relative;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .c-cols-48 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}

.c-cols-4 {
  position: relative;
  flex: 0 1 100%;
}

@media screen and (min-width: 1024px) {
  .c-cols-4 {
    flex: 0 1 33%;
    padding-right: 40px;
  }
}

.c-cols-8 {
  position: relative;
  flex: 0 1 100%;
  background-color: pink;
}

@media screen and (min-width: 798px) {
  .c-cols-8 {
    flex: 0 1 66%;
    display: flex;
  }
}*/

/*.c-cols-8 div {
  width: 33%;
}
*/
.c-cols-8 .a {
  width: 100%;
  text-align: center;
}

/*  gallery   */

.c-cols-48 {
  display: block;
  position: relative;
  width: 100%;
  vertical-align: top;
}

/*@media screen and (min-width: 1024px) {
  .c-cols-48 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}*/

.c-cols-4 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .c-cols-4 {
    width: 27%;
    padding-right: 40px;
  }
}

.c-cols-8 {
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 798px) {
  .c-cols-8 {
    width: 69%;
  }
}
.slider-gallery {
  width: 100%;
}

.c-pattern {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: -1;
  width: 80%;
  max-width: 1000px;
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  .c-pattern {
    position: absolute;
    mix-blend-mode: multiply;
    z-index: -1;
    width: 80%;
    max-width: 1000px;
    top: 200px;
    overflow: hidden;
  }
}

.c-pattern-2-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.c-pattern-2 {
  max-width: 1000px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  .c-pattern-2 {
    bottom: inherit;
    top: 200px;
  }
}

.c-building-pic {
  position: relative;
  z-index: -2;
  margin-bottom: 10px;
}

.c-logo-mrp{
  max-width: 250px;
  margin-bottom: 100px;
}

.c-logo-shw {
  margin-bottom: 30px;
  height: 100px;
  width: auto;
}

.c-logo-kf {
  height: 100px;
  width: auto;
  margin-bottom: 30px;
}

a:link,
a:visited {
  color: #394030;
  text-decoration: none;
}

a:hover {
  color: #B8856B;
}

footer {
  padding: 60px 0 60px;
}

.c-madeby {
  font-size: 14px;
  color: #394030;
}

.c-textalign-right {
  text-align: right;
}

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

.arrow-down {
  width: 21px;
  margin-bottom: 60px;
}


/*  // 505 div*/

.c-cols-50 {
  display: flex;
  position: relative;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .c-cols-50 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }
}

.c-cols-5 {
  position: relative;
  flex: 0 1 100%;
}

@media screen and (min-width: 1024px) {
  .c-cols-5 {
    flex: 0 1 49%;
    padding-right: 40px;
  }
}

.c-cols-5 .x {
  width: 100%;
}

.c-cols-5 .y {
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .c-cols-5 .x {
    width: 49%;
  }

  .c-cols-5 .y {
    width: 49%;
    display: inline-block;
  }
}


.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;

  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: ;
  z-index: 300;

  transition: all 0.3s ease-in-out;
}

.slick-prev:before,
.slick-next:before {
  content: '';
}

.slick-prev {
  left: 20px;
  background-color: transparent;
  background-image: url('images/arrow-white-prev.png');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 22px 21px;
}

.slick-next {
  right: 20px;
  background-color: transparent;
  background-image: url('images/arrow-white-next.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 22px 21px;
}

.slick-prev:hover {
  left: 8px;
}
.slick-next:hover {
  right: 8px;
}

