html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var,
b, u, i, center, hr, input, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, main,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  z-index: 0;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Teko", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  font-size: 124px;
  line-height: 100px;
}
@media screen and (max-width: 1366px) {
  h1 {
    font-size: 90px;
    line-height: 70px;
  }
}

h2 {
  font-size: 119px;
  line-height: 95px;
}
@media screen and (max-width: 1366px) {
  h2 {
    font-size: 86px;
    line-height: 68px;
  }
}

h3 {
  font-size: 100px;
  line-height: 106px;
}

h4 {
  font-size: 80px;
  line-height: 86px;
}

h5 {
  font-size: 50px;
  line-height: 56px;
}

h6 {
  color: #292929;
  font-size: 35px;
  line-height: 33px;
  font-weight: 500;
}

ul.menu {
  list-style: none;
}

.message-alert,
.payment-message {
  margin: 5px 0;
  position: relative;
}
.message-alert p,
.payment-message p {
  color: #ffffff;
  background-color: #9C3F40;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.message-alert p.success,
.payment-message p.success {
  background-color: #00f9d7;
}

.overlay-colourfull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0.7;
  background: -webkit-linear-gradient(311deg, hsl(260.35deg, 97.42%, 54.31%) 16%, hsla(260.35deg, 97.42%, 54.31%, 0) 40%), -webkit-linear-gradient(75deg, hsl(171.81deg, 100%, 48.82%) 25%, hsla(171.81deg, 100%, 48.82%, 0) 53%), -webkit-linear-gradient(131deg, hsl(36.12deg, 98%, 60.78%) 28%, hsla(36.12deg, 98%, 60.78%, 0) 60%), -webkit-linear-gradient(90deg, hsl(337.26deg, 100%, 48.63%) 100%, hsla(337.26deg, 100%, 48.63%, 0) 95%);
  background: linear-gradient(139deg, hsl(260.35deg, 97.42%, 54.31%) 16%, hsla(260.35deg, 97.42%, 54.31%, 0) 40%), linear-gradient(15deg, hsl(171.81deg, 100%, 48.82%) 25%, hsla(171.81deg, 100%, 48.82%, 0) 53%), linear-gradient(319deg, hsl(36.12deg, 98%, 60.78%) 28%, hsla(36.12deg, 98%, 60.78%, 0) 60%), linear-gradient(360deg, hsl(337.26deg, 100%, 48.63%) 100%, hsla(337.26deg, 100%, 48.63%, 0) 95%);
}

.overlay-colourfull-before {
  position: relative;
}
.overlay-colourfull-before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0.7;
  background: -webkit-linear-gradient(311deg, hsl(260.35deg, 97.42%, 54.31%) 16%, hsla(260.35deg, 97.42%, 54.31%, 0) 40%), -webkit-linear-gradient(75deg, hsl(171.81deg, 100%, 48.82%) 25%, hsla(171.81deg, 100%, 48.82%, 0) 53%), -webkit-linear-gradient(131deg, hsl(36.12deg, 98%, 60.78%) 28%, hsla(36.12deg, 98%, 60.78%, 0) 60%), -webkit-linear-gradient(90deg, hsl(337.26deg, 100%, 48.63%) 100%, hsla(337.26deg, 100%, 48.63%, 0) 95%);
  background: linear-gradient(139deg, hsl(260.35deg, 97.42%, 54.31%) 16%, hsla(260.35deg, 97.42%, 54.31%, 0) 40%), linear-gradient(15deg, hsl(171.81deg, 100%, 48.82%) 25%, hsla(171.81deg, 100%, 48.82%, 0) 53%), linear-gradient(319deg, hsl(36.12deg, 98%, 60.78%) 28%, hsla(36.12deg, 98%, 60.78%, 0) 60%), linear-gradient(360deg, hsl(337.26deg, 100%, 48.63%) 100%, hsla(337.26deg, 100%, 48.63%, 0) 95%);
}

.common-banner-page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
  margin-bottom: 75px;
  position: relative;
}
.common-banner-page .common-banner-gradient {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-banner-page .info-content {
  padding-left: 5.2vw;
  padding-top: 4vw;
  height: 100%;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.common-banner-page .info-content h1 {
  color: #ffffff;
  font-size: 104px;
  line-height: 80px;
}
@media screen and (max-width: 1366px) {
  .common-banner-page .info-content h1 {
    font-size: 70px;
    line-height: 56px;
  }
}

@media screen and (max-width: 760px) {
  .common-banner-page {
    width: 100%;
    height: 410px;
    margin-bottom: 50px;
  }
}
.alignright {
  float: right;
  margin: 0.5em 1em 0.5em 0;
}
@media screen and (max-width: 480px) {
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 10px auto;
  }
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
@media screen and (max-width: 480px) {
  .alignleft {
    float: none;
    display: block;
    margin: 0 auto 10px auto;
  }
}

.gmnoprint,
.gmnoscreen,
.gm-style-cc,
img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"] {
  display: none;
}

/* 
 * MOBY.LESS VERSION 2.0.7
 */
.moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.moby-overlay.dark {
  background: rgba(17, 17, 17, 0.65);
}
.moby-overlay.light {
  background: rgba(9, 47, 135, 0.65);
}
.moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important;
}

.moby-body-fixed {
  overflow: hidden !important;
}

.moby {
  opacity: 0.93;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto;
}
.moby .welcome-container {
  display: none;
}
.moby * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.moby.moby-hidden {
  display: none;
}
.moby.moby-demo {
  color: #000000;
  background: #292929;
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 333px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding: 60px 0 20px 0;
  overflow: auto;
}
.moby.moby-demo.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.moby-demo .moby-inner {
  height: 100%;
  min-height: 520px;
}
.moby.moby-demo .moby-inner > p {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 13px;
  text-align: center;
}
.moby.moby-demo .moby-close {
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.moby.moby-demo .moby-close .moby-close-icon {
  margin-right: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
}
.moby.moby-demo .moby-close .moby-close-icon::before, .moby.moby-demo .moby-close .moby-close-icon::after {
  background: #000000;
}
.moby.moby-demo .moby-wrap {
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby.moby-demo .moby-wrap > div {
  width: 100%;
}
.moby.moby-demo .moby-wrap img {
  margin: 0 auto 40px auto;
  display: block;
  width: 100px;
  height: auto;
}
.moby.moby-demo .moby-wrap .moby-menu {
  width: 100%;
}
.moby.moby-demo .moby-wrap .moby-menu > * {
  width: 100%;
}
.moby.moby-demo ul li ul a {
  padding: 20px 70px 20px 70px;
  font-size: 16px;
  background: #101010;
}
.moby.moby-demo ul li a {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 20px 70px 20px 70px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.moby.moby-demo ul li a:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.moby.moby-demo ul li a .moby-expand:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand i, .moby.moby-demo ul li a .moby-expand span {
  font-size: 20px;
}
.moby.right-side {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 333px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media screen and (max-width: 400px) {
  .moby.right-side {
    min-width: 300px;
  }
}
.moby.right-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.fade {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.moby.fade.moby-active {
  opacity: 1;
  visibility: visible;
}
.moby.fade ul {
  width: 100%;
}
.moby.left-side {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 30%;
  min-width: 333px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.moby.left-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.top-full {
  position: fixed;
  z-index: 13000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.top-full ul {
  width: 100%;
}
.moby.top-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.bottom-full {
  position: fixed;
  z-index: 13000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.bottom-full ul {
  width: 100%;
}
.moby.bottom-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.grow-out {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0;
}
.moby.grow-out ul {
  width: 100%;
}
.moby.grow-out.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby.shrink-in {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
}
.moby.shrink-in ul {
  width: 100%;
}
.moby.shrink-in.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby ul {
  list-style: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.moby ul ul {
  display: none;
}
.moby ul li ul a {
  padding: 20px 20px 20px 34px;
  font-size: 14px;
}
.moby ul li ul li ul li a {
  padding-left: 42px;
}
.moby ul li a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding: 22px 68px 22px 22px;
  text-align: left;
  position: relative;
  letter-spacing: 0.2em;
}
.moby ul li a:hover::after {
  width: 100%;
}
.moby ul li a::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
  background: #00dabd;
  z-index: -1;
}
.moby ul li a .moby-expand {
  position: absolute;
  height: 100%;
  width: 60px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #292929;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby ul li a .moby-expand i, .moby ul li a .moby-expand span {
  font-size: 30px;
  color: #ffffff;
}
.moby ul li .dropdown-toggle {
  display: none;
}
.moby .moby-close {
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px 45px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media screen and (max-width: 450px) {
  .moby .moby-close {
    padding-top: 32px;
    padding-bottom: 33px;
  }
}
.moby .moby-close:hover {
  color: #141414;
}
.moby .moby-close .moby-close-icon {
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.moby .moby-close .moby-close-icon:hover::before {
  background: #141414;
}
.moby .moby-close .moby-close-icon:hover::after {
  background: #141414;
}
.moby .moby-close .moby-close-icon::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  top: 50%;
  margin-top: -1px;
}
.moby .moby-close .moby-close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #000000;
  top: 0%;
  margin-left: -1px;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}
header.site-header .header-wrap {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
}
header.site-header .header-wrap .top-right .header-menu {
  display: none;
}
header.site-header .header-wrap .top-right .navbars {
  cursor: pointer;
  -webkit-box-shadow: 0px 30px 95px -19px rgb(0, 57, 62);
  -moz-box-shadow: 0px 30px 95px -19px rgb(0, 57, 62);
  box-shadow: 0px 30px 95px -19px rgb(0, 57, 62);
  background-color: #ffffff;
  padding: 55px;
}
header.site-header .header-wrap .top-right .navbars i.fa {
  color: #333333;
  font-size: 26px;
}
header.site-header.dark {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

@media screen and (max-width: 1366px) {
  header.site-header .header-wrap .top-right .navbars {
    padding: 42px;
  }
}
@media screen and (max-width: 760px) {
  header.site-header .header-wrap .top-left .logo img {
    max-width: 260px;
  }
  header.site-header .header-wrap .top-right .navbars {
    padding: 38px;
  }
}
@media screen and (max-width: 480px) {
  header.site-header .header-wrap .top-left .logo img {
    max-width: 220px;
  }
}
.header-back {
  padding: 50px;
  margin-top: 100px;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1366px) {
  .header-back {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .header-back {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .header-back {
    padding: 25px 25px 25px 50px;
  }
}
.header-back h3 {
  transition: ease-in-out 0.4s;
}
.header-back h3 a {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .header-back h3 a {
    font-size: 14px;
  }
}
.header-back h3 i {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .header-back h3 i {
    font-size: 14px;
  }
}
.header-back h3:hover {
  padding-top: 10px;
  transition: ease-in-out 0.4s;
}
@media screen and (max-width: 700px) {
  .header-back {
    position: absolute;
    margin-top: 280px;
    margin-left: -50px;
  }
}

h1 .small-header {
  font-size: 18px !important;
  color: #fff !important;
}

.test123 {
  background-color: red;
}

.site-footer {
  background-color: #000000;
}
.site-footer p, .site-footer a {
  color: #ffffff;
}
.site-footer .footer-container {
  padding: 70px 40px;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-container .fl .fl-logo {
  margin-bottom: 20px;
}
.site-footer .footer-container .fl .fl-menu .menu {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.site-footer .footer-container .fl .fl-menu .menu li {
  padding-right: 3vw;
}
.site-footer .footer-container .fl .fl-menu .menu li a {
  font-size: 14px;
}
.site-footer .footer-container .fr {
  text-align: right;
}
.site-footer .footer-container .fr .menu {
  margin-bottom: 20px;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.site-footer .footer-container .fr .menu li {
  padding-left: 3vw;
}
.site-footer .footer-container .fr .menu li a {
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-size: 22px;
}
.site-footer .footer-container .fr p, .site-footer .footer-container .fr a {
  font-size: 12px;
}
.site-footer .footer-container .fr p.copyright, .site-footer .footer-container .fr a.copyright {
  font-size: 16px;
  line-height: 12px;
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-container {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .site-footer .footer-container .fl {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .site-footer .footer-container .fl .fl-menu .menu {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer .footer-container .fl .fl-menu .menu li {
    padding: 0 1.5vw;
  }
  .site-footer .footer-container .fr {
    width: 100%;
    text-align: center;
  }
  .site-footer .footer-container .fr .menu {
    margin-bottom: 20px;
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer .footer-container .fr .menu li {
    padding: 0 1.5vw;
  }
}
@media screen and (max-width: 650px) {
  .site-footer .footer-container {
    padding: 50px 30px;
  }
  .site-footer .footer-container .fl .fl-logo {
    width: 100%;
    max-width: 240px;
    padding: 0px 0px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .site-footer .footer-container .fl .fl-logo img {
    max-width: 100%;
  }
  .site-footer .footer-container .fl .fl-menu .menu {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer .footer-container .fl .fl-menu .menu li {
    width: 100%;
    margin-bottom: 10px;
  }
}
form input, form select, form textarea,
.form input,
.form select,
.form textarea {
  padding: 14px 20px;
  border: 1px solid #909090;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  width: 100%;
}
form input:focus, form select:focus, form textarea:focus,
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
}
form input:-moz-placeholder, form input::-moz-placeholder, form input:-ms-input-placeholder, form input::-webkit-input-placeholder, form select:-moz-placeholder, form select::-moz-placeholder, form select:-ms-input-placeholder, form select::-webkit-input-placeholder, form textarea:-moz-placeholder, form textarea::-moz-placeholder, form textarea:-ms-input-placeholder, form textarea::-webkit-input-placeholder,
.form input:-moz-placeholder,
.form input::-moz-placeholder,
.form input:-ms-input-placeholder,
.form input::-webkit-input-placeholder,
.form select:-moz-placeholder,
.form select::-moz-placeholder,
.form select:-ms-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea:-moz-placeholder,
.form textarea::-moz-placeholder,
.form textarea:-ms-input-placeholder,
.form textarea::-webkit-input-placeholder { /* For WebKit browsers */
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
form textarea,
.form textarea {
  resize: vertical;
  min-height: 200px;
}
form .input-wrapper label, form .select-wrapper label, form .button-wrapper label,
.form .input-wrapper label,
.form .select-wrapper label,
.form .button-wrapper label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
form .input-wrapper + .input-wrapper, form .input-wrapper + .select-wrapper, form .input-wrapper + .button-wrapper, form .select-wrapper + .input-wrapper, form .select-wrapper + .select-wrapper, form .select-wrapper + .button-wrapper, form .button-wrapper + .input-wrapper, form .button-wrapper + .select-wrapper, form .button-wrapper + .button-wrapper,
.form .input-wrapper + .input-wrapper,
.form .input-wrapper + .select-wrapper,
.form .input-wrapper + .button-wrapper,
.form .select-wrapper + .input-wrapper,
.form .select-wrapper + .select-wrapper,
.form .select-wrapper + .button-wrapper,
.form .button-wrapper + .input-wrapper,
.form .button-wrapper + .select-wrapper,
.form .button-wrapper + .button-wrapper {
  margin-top: 20px;
}
form .button-wrapper .button,
.form .button-wrapper .button {
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
}
form .button-wrapper .button.black,
.form .button-wrapper .button.black {
  background-color: #000000;
  color: #ffffff;
}
form .select-wrapper,
.form .select-wrapper {
  position: relative;
}
form .select-wrapper select,
.form .select-wrapper select {
  -webkit-appearance: none;
  background-color: white;
  border-radius: 0;
  cursor: pointer;
}
form .select-wrapper:after,
.form .select-wrapper:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 48px;
  right: 15px;
}

.inner-page-container {
  width: 100%;
  max-width: 1500px;
  padding: 20px 40px 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner-page-container {
    width: 100%;
    max-width: 1500px;
    padding: 20px 40px 75px;
    margin: 0 auto;
  }
}
.inner-page-container ul li {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hidden {
  display: none;
}

.loading-image {
  position: fixed;
  z-index: 9999;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.studio-wrapper {
  display: flex;
  max-width: 1510px;
  margin: auto auto 100px auto;
  gap: 50px;
}
@media screen and (max-width: 840px) {
  .studio-wrapper {
    flex-direction: column;
  }
}
.studio-wrapper .single-studio {
  cursor: pointer;
  width: 100%;
  display: flex;
  height: 400px;
  border: 1px solid;
  min-width: 350px;
  margin: 10px;
  background-size: cover;
  opacity: 0.8;
}
.studio-wrapper .single-studio .studio-content {
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
  padding-bottom: 20px;
}
.studio-wrapper .single-studio .studio-content a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.studio-wrapper .single-studio:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: ease-in-out;
}

.listings-wrapper {
  max-width: 1510px;
  margin: -275px auto 50px auto;
}
@media screen and (max-width: 1560px) {
  .listings-wrapper {
    margin-top: -150px;
  }
}
@media screen and (max-width: 980px) {
  .listings-wrapper {
    margin-top: -100px;
  }
}
.listings-wrapper .listings-filter .listings-top {
  padding-left: 10px;
}
.listings-wrapper .listings-filter .listings-top h2 {
  font-size: 50px;
}
@media screen and (max-width: 1200px) {
  .listings-result {
    flex-direction: column;
  }
}
/****************************************************/
.archive-listings-container {
  margin-top: -285px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  .archive-listings-container {
    margin-top: -185px;
  }
}
.archive-listings-container .listings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 1420px) {
  .archive-listings-container .listings-wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 1320px) {
  .archive-listings-container .listings-wrapper {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1120px) {
  .archive-listings-container .listings-wrapper {
    padding-left: 0;
  }
}
.archive-listings-container .listings-wrapper .listing-unit {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 5px 35px 0px rgba(0, 0, 0, 0.1), 0 0px 0px -10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
@media screen and (max-width: 1320px) {
  .archive-listings-container .listings-wrapper .listing-unit {
    width: 47%;
  }
}
@media screen and (max-width: 840px) {
  .archive-listings-container .listings-wrapper .listing-unit {
    width: 100%;
  }
}
@media screen and (max-width: 1320px) {
  .archive-listings-container .listings-wrapper .listing-unit:nth-child(odd) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 840px) {
  .archive-listings-container .listings-wrapper .listing-unit:nth-child(odd) {
    margin-right: 0;
  }
}
.archive-listings-container .listings-wrapper .listing-unit:nth-child(even) {
  animation-delay: 0.15s;
}
.archive-listings-container .listings-wrapper .listing-unit:nth-child(even).animated {
  opacity: 0;
  visibility: hidden;
}
.archive-listings-container .listings-wrapper .listing-unit:hover {
  box-shadow: 0 15px 35px 0px rgba(239, 116, 116, 0.22), 0 0px 0px -10px rgba(0, 0, 0, 0.06);
  transform: translateY(-25px);
  transition-duration: 0.5s;
  transition-delay: 0s !important;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-unit-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-image {
  position: relative;
  width: 100%;
  height: 390px;
}
@media screen and (max-width: 1120px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-image {
    height: 320px;
  }
}
@media screen and (max-width: 840px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-image {
    height: 450px;
  }
}
@media screen and (max-width: 640px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-image {
    height: 370px;
  }
}
@media screen and (max-width: 500px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-image {
    height: 280px;
  }
}
.archive-listings-container .listings-wrapper .listing-unit .listing-image .background-image {
  height: -webkit-fill-available;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-image .sold {
  position: absolute;
  font-size: 15px;
  font-weight: 800;
  padding: 15px 38px;
  background: pink;
  color: white;
  right: 0;
  bottom: 0;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container {
  padding: 45px 50px;
}
@media screen and (max-width: 1120px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container {
    padding: 30px;
  }
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details {
  margin-bottom: 5px;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 840px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    margin-bottom: 10px;
  }
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta span {
  font-size: 26px;
  font-weight: 800;
  max-width: 70%;
}
@media screen and (max-width: 1420px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta span {
    max-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta span {
    max-width: 70%;
  }
}
@media screen and (max-width: 720px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta span {
    max-width: 100%;
  }
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta span.size {
  font-size: 18px;
  color: #9C3F40;
}
@media screen and (max-width: 1280px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta span.size {
    margin-top: 16px;
  }
}
@media screen and (max-width: 840px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta span.size {
    margin-top: 14px;
  }
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-details .listing-meta span.parking {
  font-size: 14px;
  color: #9C3F40;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .additional-listing-meta {
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .additional-listing-meta {
    margin-bottom: 10px;
  }
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .additional-listing-meta .area {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
@media screen and (max-width: 1420px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .additional-listing-meta .area {
    font-size: 17px;
  }
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .additional-listing-meta .parking-wrapper i {
  margin-right: 10px;
  color: #9C3F40;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .additional-listing-meta .parking-wrapper span {
  font-size: 17px;
  font-weight: 800;
  margin-right: 24px;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-excerpt {
  margin-bottom: 20px;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-link {
  cursor: pointer;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-link a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #9C3F40;
}
@media screen and (max-width: 1420px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-link a {
    font-size: 14px;
  }
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-link a .link-arrow {
  position: absolute;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  transition: all 0.3s;
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-link a .link-arrow i {
  color: #9C3F40;
}
@media screen and (max-width: 1420px) {
  .archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-link a .link-arrow {
    font-size: 14px;
  }
}
.archive-listings-container .listings-wrapper .listing-unit .listing-details-container .listing-link a .link-arrow:hover {
  margin-left: 20px;
}

.listings-wrapper .listings-result {
  position: relative;
}
.listings-wrapper .listings-result .gallery-title {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 25px;
}
@media screen and (max-width: 1600px) {
  .listings-wrapper .listings-result .gallery-title {
    padding-left: 60px;
  }
}
@media screen and (max-width: 6400px) {
  .listings-wrapper .listings-result .gallery-title {
    padding-left: 25px;
  }
}
.listings-wrapper .listings-result .listing-gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 85%;
  gap: 25px;
}
@media screen and (max-width: 1600px) {
  .listings-wrapper .listings-result .listing-gallery {
    padding-left: 60px;
  }
}
@media screen and (max-width: 750px) {
  .listings-wrapper .listings-result .listing-gallery {
    max-width: 95%;
    padding-left: 60px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .listings-wrapper .listings-result .listing-gallery {
    padding-left: 30px;
  }
}
.listings-wrapper .listings-result .listing-gallery .listing-gallery-img {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  cursor: pointer;
  width: 200px;
  height: 200px;
  background-size: cover;
}
@media screen and (max-width: 1350px) {
  .listings-wrapper .listings-result .listing-gallery .listing-gallery-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .listings-wrapper .listings-result .listing-gallery .listing-gallery-img {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .listings-wrapper .listings-result .listing-gallery .listing-gallery-img {
    height: 300px;
  }
}
.listings-wrapper .listings-result .listing-gallery .extreme-left {
  transform-origin: 10% 90%;
}
.listings-wrapper .listings-result .listing-gallery .extreme-right {
  transform-origin: 140% 90%;
}

.enlarge:hover {
  transform: scale(2.5);
  z-index: 999;
  transition: transform ease-in-out 0.5s;
}

.back {
  margin-top: -150px;
}
.back a {
  font-size: 20px;
  color: #9C3F40;
  font-weight: 600;
}
.back a i {
  font-size: 20px;
  color: #9C3F40;
  font-weight: 600;
}

.single-listing-content {
  min-height: 600px;
  padding-top: -150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1760px) {
  .single-listing-content {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1510px) {
  .single-listing-content {
    min-height: 500px;
  }
}
@media screen and (max-width: 1350px) {
  .single-listing-content {
    min-height: 450px;
  }
}
@media screen and (max-width: 1120px) {
  .single-listing-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .single-listing-content {
    padding: 0 30px;
  }
}
.single-listing-content .listing-featured-image img {
  max-width: 800px;
  height: auto;
}
@media screen and (max-width: 1510px) {
  .single-listing-content .listing-featured-image img {
    max-width: 600px;
  }
}
@media screen and (max-width: 1310px) {
  .single-listing-content .listing-featured-image img {
    max-width: 500px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1120px) {
  .single-listing-content .listing-featured-image img {
    max-width: 100%;
    padding-top: 0;
  }
}
.single-listing-content .main-image {
  width: 800px;
  min-height: 620px;
  background: transparent no-repeat center center/cover;
  animation: 1.5s fadeInLeftSmall;
}
@media screen and (max-width: 1800px) {
  .single-listing-content .main-image {
    width: 45%;
  }
}
@media screen and (max-width: 1420px) {
  .single-listing-content .main-image {
    width: 55%;
  }
}
@media screen and (max-width: 1120px) {
  .single-listing-content .main-image {
    width: 100%;
    min-height: 0;
    height: 395px;
  }
}
@media screen and (max-width: 640px) {
  .single-listing-content .main-image {
    height: 470px;
  }
}
@media screen and (max-width: 460px) {
  .single-listing-content .main-image {
    height: 360px;
  }
}
@media screen and (max-width: 380px) {
  .single-listing-content .main-image {
    height: 280px;
  }
}
.single-listing-content .single-listing-details {
  max-width: 595px;
  margin-left: 115px;
  padding-top: 125px !important;
  animation: 1.5s fadeInRightSmall;
  position: relative;
}
@media screen and (max-width: 1560px) {
  .single-listing-content .single-listing-details {
    margin-left: 80px;
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 1420px) {
  .single-listing-content .single-listing-details {
    max-width: 480px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 1120px) {
  .single-listing-content .single-listing-details {
    max-width: 100%;
    padding-top: 50px;
    margin-left: 0;
  }
}
.single-listing-content .single-listing-details .listing-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (max-width: 1420px) {
  .single-listing-content .single-listing-details .listing-title {
    font-size: 30px;
  }
}
.single-listing-content .single-listing-details .listing-main-title {
  color: #fff;
}
.single-listing-content .single-listing-details .area {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 1420px) {
  .single-listing-content .single-listing-details .area {
    font-size: 18px;
  }
}
.single-listing-content .single-listing-details .size {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1420px) {
  .single-listing-content .single-listing-details .size {
    font-size: 18px;
  }
}
.single-listing-content .single-listing-details .parking-wrapper {
  margin-bottom: 15px;
}
.single-listing-content .single-listing-details .parking-wrapper i {
  margin-right: 10px;
}
.single-listing-content .single-listing-details .parking-wrapper span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 24px;
}
@media screen and (max-width: 1420px) {
  .single-listing-content .single-listing-details .parking-wrapper span {
    font-size: 17px;
  }
}
.single-listing-content .single-listing-details .listing-properties, .single-listing-content .single-listing-details .listing-description {
  margin-bottom: 20px;
}
.single-listing-content .single-listing-details .listing-properties .listing-title, .single-listing-content .single-listing-details .listing-description .listing-title {
  font-size: 20px;
  font-weight: 800;
}
.single-listing-content .single-listing-details .listing-properties #open-desc-modal, .single-listing-content .single-listing-details .listing-description #open-desc-modal {
  font-size: 12px;
  color: #9C3F40;
  cursor: pointer;
  font-weight: 800;
}
.single-listing-content .single-listing-details .desc-modal {
  height: 350px;
  padding: 10%;
  display: none;
  border: groove;
  top: 175px;
  position: absolute;
  background: #fff;
}
.single-listing-content .single-listing-details .desc-modal .listing-title {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 25px;
}
.single-listing-content .single-listing-details .desc-modal #close-desc-modal {
  color: #9C3F40;
  font-size: 12px;
  cursor: pointer;
  font-weight: 800;
}
.single-listing-content .single-listing-details .diagram {
  padding-top: 30px;
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.services-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 25px;
  margin-top: -80px;
  padding-left: 10px;
}
.services-title span {
  padding-left: 5px;
  font-size: 12px;
}
@media screen and (max-width: 1560px) {
  .services-title {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1120px) {
  .services-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .services-title {
    padding-left: 25px;
  }
}
@media screen and (max-width: 500px) {
  .services-title {
    padding-left: 0;
    text-align: center;
    padding-top: 50px;
  }
}

.studio-services {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 60%;
  z-index: 10;
}
@media screen and (max-width: 1560px) {
  .studio-services {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1120px) {
  .studio-services {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .studio-services {
    padding-left: 25px;
  }
}
@media screen and (max-width: 500px) {
  .studio-services {
    padding-left: 0;
    justify-content: center;
    margin-top: 50px;
  }
}
.studio-services .service-icon {
  width: 120px;
  text-align: -webkit-center;
  cursor: pointer;
}
.studio-services .service-icon span i {
  color: #9C3F40;
  font-size: 48px;
}
@media screen and (max-width: 500px) {
  .studio-services .service-icon span i {
    font-size: 34px;
  }
}
.studio-services .service-icon p {
  text-align: center;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1420px) {
  .studio-services .service-icon p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .studio-services .service-icon p {
    font-size: 12px;
  }
}
.studio-services .service-modal {
  display: none;
  position: absolute;
  border: 1px solid #727171;
  background: #fff;
  z-index: 1000;
  padding: 15px;
  width: 100%;
  max-width: 600px;
}
.studio-services .service-modal i {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #9C3F40;
}
.studio-services .service-modal h3 {
  line-height: 10px;
  padding-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .studio-services .service-modal {
    max-width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .studio-services .service-modal {
    max-width: 90%;
  }
}

.listing-slider {
  margin-bottom: 70px;
  overflow: hidden;
  animation: 1.5s fadeInFull;
}
.listing-slider .slider-wrapper {
  position: relative;
  height: 590px;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 1260px) {
  .listing-slider .slider-wrapper {
    height: 500px;
  }
}
@media screen and (max-width: 1120px) {
  .listing-slider .slider-wrapper {
    height: 440px;
  }
}
@media screen and (max-width: 640px) {
  .listing-slider .slider-wrapper {
    height: 250px;
  }
}
@media screen and (max-width: 440px) {
  .listing-slider .slider-wrapper {
    height: 150px;
  }
}
.listing-slider .slider-wrapper.loaded {
  opacity: 1;
}
.listing-slider .slider-wrapper .slider-track {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  overflow-x: visible;
  z-index: 1;
}
.listing-slider .slider-wrapper .slider-track .slide {
  position: relative;
  display: inline-block;
  height: 85%;
  width: calc(50vw - 0px);
  background: transparent no-repeat center center/cover;
  opacity: 0.4;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.listing-slider .slider-wrapper .slider-track .slide.active {
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.3), 0 0 0 -10px rgba(0, 0, 0, 0.06);
}
.listing-slider .slider-wrapper .controls {
  padding: 0 30px;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: calc(50vw - 41px);
  left: calc(25vw - 11px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .listing-slider .slider-wrapper .controls {
    width: calc(100vw - 20px);
    left: 0;
  }
}
.listing-slider .slider-wrapper .controls .arrow {
  position: relative;
  background-color: white;
  text-align: center;
  height: 75px;
  width: 75px;
  cursor: pointer;
  box-shadow: 0px 0px 20px #888888;
}
@media screen and (max-width: 640px) {
  .listing-slider .slider-wrapper .controls .arrow {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 440px) {
  .listing-slider .slider-wrapper .controls .arrow {
    height: 35px;
    width: 35px;
  }
}
.listing-slider .slider-wrapper .controls .arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .listing-slider .slider-wrapper .controls .arrow i {
    font-size: 12px;
  }
}
.listing-slider .slider-counter {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 1420px) {
  .listing-slider .slider-counter {
    font-size: 16px;
  }
}

.listings-slider-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.listings-slider-section .listings-section-wrapper {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% + 395px);
}
@media screen and (max-width: 1920px) {
  .listings-slider-section .listings-section-wrapper {
    width: auto;
  }
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper {
  position: relative;
  width: calc(61% + 150px);
  left: 7vw;
}
@media screen and (max-width: 1920px) {
  .listings-slider-section .listings-section-wrapper .listings-slider-wrapper {
    left: 9%;
  }
}
@media screen and (max-width: 1650px) {
  .listings-slider-section .listings-section-wrapper .listings-slider-wrapper {
    width: calc(80% + 50px);
    left: 6%;
  }
}
@media screen and (max-width: 1300px) {
  .listings-slider-section .listings-section-wrapper .listings-slider-wrapper {
    left: 4%;
  }
}
@media screen and (max-width: 980px) {
  .listings-slider-section .listings-section-wrapper .listings-slider-wrapper {
    left: 3%;
  }
}
@media screen and (max-width: 780px) {
  .listings-slider-section .listings-section-wrapper .listings-slider-wrapper {
    left: 2%;
  }
}
@media screen and (max-width: 680px) {
  .listings-slider-section .listings-section-wrapper .listings-slider-wrapper {
    width: calc(80% + 20px);
    left: 1%;
  }
}
@media screen and (max-width: 500px) {
  .listings-slider-section .listings-section-wrapper .listings-slider-wrapper {
    width: calc(90% + 20px);
    left: 1%;
  }
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .slide-number {
  padding-left: 75px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .listings-slider-section .listings-section-wrapper .listings-slider-wrapper .slide-number {
    padding-left: 0;
    text-align: center;
  }
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .slide-number span {
  font-size: 16px;
  font-weight: 600;
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -15px;
  padding-left: 75px;
}
@media screen and (max-width: 500px) {
  .listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container {
    padding-left: 5px;
    margin-bottom: 50px;
  }
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container .listing-slide {
  width: 33.33%;
  padding: 0 15px;
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container .listing-slide .listing-slide-inner {
  position: relative;
  height: 380px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container .listing-slide .listing-slide-inner .black-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container .listing-slide .listing-slide-inner .slide-content {
  position: absolute;
  padding: 25px;
  bottom: -70px;
  left: 0;
  transition: all 0.3s;
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container .listing-slide .listing-slide-inner .slide-content h6 {
  color: #ffffff;
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container .listing-slide .listing-slide-inner .slide-content .btn-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container .listing-slide .listing-slide-inner:hover .slide-content {
  bottom: 0px;
}
.listings-slider-section .listings-section-wrapper .listings-slider-wrapper .listings-slider-container .listing-slide .listing-slide-inner:hover .slide-content .btn-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

.listings-slider-container .slick-prev {
  left: 25px !important;
}
@media screen and (max-width: 500px) {
  .listings-slider-container .slick-prev {
    top: 105%;
    margin-left: 33%;
  }
}
.listings-slider-container .slick-prev, .listings-slider-container .slick-next {
  background: RGBA(0, 0, 0, 0.67) !important;
  width: 25px !important;
  height: 25px !important;
}
.listings-slider-container .slick-next {
  right: -50px;
}
@media screen and (max-width: 500px) {
  .listings-slider-container .slick-next {
    top: 105%;
    right: 37%;
  }
}

.btn {
  position: relative;
  border: none;
  text-decoration: none;
  text-align: center;
  letter-spacing: unset;
  padding: 1.2rem 3rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 130px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000000;
  background-color: #ffffff;
  cursor: pointer;
}
.btn:disabled, .btn.disabled {
  cursor: default;
}
@media screen and (max-width: 1366px) {
  .btn {
    padding: 1.2rem 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .btn {
    padding: 1rem 1.6rem;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    padding: 1.2rem 1.9rem;
  }
}
@media screen and (max-width: 500px) {
  .btn {
    padding: 1rem 1.5rem;
  }
}
.btn.black {
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
.btn.black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: -1;
  opacity: 1;
  background: #00f9d7;
  background: -moz-linear-gradient(45deg, #00f9d7 0%, #6619fc 35%, #f8005e 60%, #fdaf39 100%);
  background: -webkit-linear-gradient(45deg, #00f9d7 0%, #6619fc 35%, #f8005e 60%, #fdaf39 100%);
  background: linear-gradient(45deg, #00f9d7 0%, #6619fc 35%, #f8005e 60%, #fdaf39 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f9d7", endColorstr="#fdaf39",GradientType=1 );
}
.btn.black:hover:before {
  left: 7px;
  top: 7px;
}
.btn.white {
  transition: all 0.6s;
}
.btn.white:hover {
  color: #ffffff;
  background-color: #000000;
}

a.btn {
  display: inline;
}

.btn-container {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 25px;
}
.btn-container .btn-wrapper {
  margin-left: 25px;
}
.btn-container .btn-wrapper:nth-of-type(1) {
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  .btn-container {
    margin-top: 18px;
  }
}
@media screen and (max-width: 480px) {
  .btn-container {
    display: flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .btn-container .btn-wrapper {
    margin-left: 0px;
  }
}

.btn-wrapper {
  padding: 25px 0;
}

.contact-form {
  width: 100%;
  max-width: 640px;
  padding: 0px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact-form {
    width: 100%;
    max-width: 640px;
    padding: 0px 0px;
    margin: 0 auto;
  }
}

.common-container-panel {
  width: 100%;
  max-width: 1500px;
  padding: 20px 40px 20px;
  margin: 0 auto;
}

.content-panel-section {
  width: 100%;
  max-width: 1320px;
  padding: 50px 30px;
  margin: 0 auto;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.content-panel-section .cp-left {
  width: 29%;
}
.content-panel-section .cp-right {
  width: 71%;
  padding-left: 50px;
}

@media screen and (max-width: 760px) {
  .content-panel-section {
    width: 100%;
    max-width: 1320px;
    padding: 30px 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .content-panel-section {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content-panel-section .cp-left {
    width: 100%;
    max-width: 450px;
    margin-bottom: 15px;
  }
  .content-panel-section .cp-right {
    width: 100%;
    padding-left: 0px;
  }
}
.full-width-content-panel {
  width: calc(100% - 5vw);
  margin: 50px 0;
  margin-left: 5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.full-width-content-panel .common-banner-gradient {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width-content-panel .fw-content-panel-section {
  width: 100%;
  max-width: 1320px;
  padding: 18vw 30px 50px;
  margin: 0 auto;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.full-width-content-panel .fw-content-panel-section h1, .full-width-content-panel .fw-content-panel-section h2, .full-width-content-panel .fw-content-panel-section h3, .full-width-content-panel .fw-content-panel-section h4, .full-width-content-panel .fw-content-panel-section h5, .full-width-content-panel .fw-content-panel-section h6, .full-width-content-panel .fw-content-panel-section p, .full-width-content-panel .fw-content-panel-section a, .full-width-content-panel .fw-content-panel-section b, .full-width-content-panel .fw-content-panel-section strong {
  color: #ffffff;
}
.full-width-content-panel .fw-content-panel-section .cp-left {
  width: 29%;
}
.full-width-content-panel .fw-content-panel-section .cp-right {
  width: 71%;
  padding-left: 50px;
}

@media screen and (max-width: 760px) {
  .full-width-content-panel {
    margin: 30px 0;
  }
}
@media screen and (max-width: 650px) {
  .full-width-content-panel {
    width: 100%;
    margin-left: 0px;
  }
  .full-width-content-panel .fw-content-panel-section {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 140px;
  }
  .full-width-content-panel .fw-content-panel-section .cp-left {
    width: 100%;
    max-width: 450px;
    margin-bottom: 15px;
  }
  .full-width-content-panel .fw-content-panel-section .cp-right {
    width: 100%;
    padding-left: 0px;
  }
}
.home-panel-two-section {
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
.home-panel-two-section .home-panel-two-wrapper {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.home-panel-two-section .home-panel-two-wrapper .hpt-left-content {
  width: 40%;
  z-index: 1;
  top: 15.6vw;
  left: 10.4vw;
}
.home-panel-two-section .home-panel-two-wrapper .hpt-left-content:before {
  left: -5.2vw;
  top: -5.2vw;
}
.home-panel-two-section .home-panel-two-wrapper .hpt-left-content .hpt-left-inner-content {
  background-color: #ffffff;
  padding: 5.4vw;
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.home-panel-two-section .home-panel-two-wrapper .hpt-right-content {
  width: 60%;
}
.home-panel-two-section .home-panel-two-wrapper .hpt-right-content .main-img {
  width: 100%;
  height: 35.6vw;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-panel-two-section .home-panel-two-wrapper .hpt-right-content .main-img h2 {
  width: 29vw;
  min-width: 370px;
  font-size: 6vw;
  line-height: 5vw;
  position: absolute;
  color: #ffffff;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-panel-two-section .home-panel-two-wrapper .hpt-right-content .second-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: 10.4vw;
  width: 27.2vw;
  min-width: 440px;
  height: 17.2vw;
  min-height: 279px;
}

@media screen and (max-width: 1440px) {
  .home-panel-two-section .home-panel-two-wrapper .hpt-left-content .hpt-left-inner-content p {
    font-size: 14px;
    line-height: 26px;
  }
  .home-panel-two-section .home-panel-two-wrapper .hpt-right-content .main-img h2 {
    font-size: 82px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .home-panel-two-section .home-panel-two-wrapper {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-panel-two-section .home-panel-two-wrapper .hpt-left-content {
    order: 2;
    width: 90%;
    width: 100%;
    max-width: 980px;
    padding: 0 30px;
    margin: 0 auto;
    margin-top: -80px;
    left: inherit;
    top: -80px;
    top: inherit;
  }
  .home-panel-two-section .home-panel-two-wrapper .hpt-left-content:before {
    display: none;
  }
  .home-panel-two-section .home-panel-two-wrapper .hpt-right-content {
    order: 1;
    width: 100%;
  }
  .home-panel-two-section .home-panel-two-wrapper .hpt-right-content .main-img {
    height: 470px;
  }
  .home-panel-two-section .home-panel-two-wrapper .hpt-right-content .main-img h2 {
    bottom: 110px;
    width: 80%;
  }
  .home-panel-two-section .home-panel-two-wrapper .hpt-right-content .second-img {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .home-panel-two-section {
    padding-bottom: 30px;
  }
  .home-panel-two-section .home-panel-two-wrapper .hpt-right-content .main-img h2 {
    width: 100%;
    padding: 0 30px;
    bottom: 100px;
  }
}
.homeslider-outer-wrapper {
  width: calc(100% - 55px);
  margin-bottom: 75px;
  position: relative;
}
.homeslider-outer-wrapper .home-slider-container .home-slides {
  width: 100%;
  height: calc(100vh - 75px);
  min-height: 680px;
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeslider-outer-wrapper .home-slider-container .home-slides .black-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}
.homeslider-outer-wrapper .home-slider-container .home-slides .slider-content {
  width: 90%;
  max-width: 1500px;
  position: absolute;
  bottom: 100px;
  left: 0px;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sl-content {
  width: 50%;
  padding: 4.2vw;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sl-content h1 {
  display: flex;
  display: flex;
  justify-content: center;
  position: relative;
  color: white;
  font-size: 6.5vw;
  line-height: 5.2vw;
}
.homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sr-content {
  width: 50%;
  padding: 20px 2vw 20px 4vw;
}
.homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sr-content p, .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sr-content h6 {
  color: #ffffff;
}
.homeslider-outer-wrapper .home-slider-container .slick-prev, .homeslider-outer-wrapper .home-slider-container .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  left: auto;
  top: auto;
}
.homeslider-outer-wrapper .home-slider-container .slick-prev:before, .homeslider-outer-wrapper .home-slider-container .slick-next:before {
  font-size: 28px;
  color: #ffffff;
  font-family: "fontawesome";
}
.homeslider-outer-wrapper .home-slider-container .slick-prev {
  right: 55px;
  bottom: 10%;
}
.homeslider-outer-wrapper .home-slider-container .slick-prev:before {
  content: "\f104";
}
.homeslider-outer-wrapper .home-slider-container .slick-next {
  right: 55px;
  bottom: 5%;
}
.homeslider-outer-wrapper .home-slider-container .slick-next:before {
  content: "\f105";
}
.homeslider-outer-wrapper .slide-number {
  height: 60%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  display: flex;
  display: flex;
  align-items: center;
}
.homeslider-outer-wrapper .slide-number span {
  min-width: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.homeslider-outer-wrapper .slide-number:before, .homeslider-outer-wrapper .slide-number:after {
  content: "";
  position: absolute;
  left: 18px;
  height: 40%;
  width: 1px;
  border-left: 2px solid #ffffff;
}
.homeslider-outer-wrapper .slide-number:before {
  top: 0px;
}
.homeslider-outer-wrapper .slide-number:after {
  bottom: 0px;
}

@media screen and (max-width: 1280px) {
  .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sl-content {
    width: 47%;
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sr-content {
    width: 53%;
  }
}
@media screen and (max-width: 1366px) {
  .homeslider-outer-wrapper {
    width: calc(100% - 50px);
  }
  .homeslider-outer-wrapper .slide-number {
    right: 25px;
  }
  .homeslider-outer-wrapper .home-slider-container .slick-prev,
.homeslider-outer-wrapper .home-slider-container .slick-next {
    right: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .homeslider-outer-wrapper {
    margin-bottom: 60px;
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides {
    height: calc(100vh - 60px);
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content {
    bottom: 40px;
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sl-content {
    width: 100%;
    max-width: 520px;
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sl-content h1 {
    font-size: 84px;
    line-height: 68px;
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sr-content {
    width: 100%;
    max-width: 630px;
    padding: 30px 2vw 20px 4vw;
  }
}
@media screen and (max-width: 760px) {
  .homeslider-outer-wrapper {
    width: 100%;
    margin-bottom: 55px;
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides {
    height: 100vh;
    min-height: 760px;
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content {
    width: 84%;
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sl-content {
    max-width: fit-content;
    padding: 25px 40px;
    display: flex;
    display: flex;
    justify-content: flex-start;
  }
  .homeslider-outer-wrapper .home-slider-container .home-slides .slider-content .sl-content h1 {
    font-size: 55px;
    line-height: 44px;
  }
}
@media screen and (max-width: 500px) {
  .homeslider-outer-wrapper .slide-number {
    right: 10px;
  }
  .homeslider-outer-wrapper .home-slider-container .slick-prev,
.homeslider-outer-wrapper .home-slider-container .slick-next {
    right: 20px;
  }
  .homeslider-outer-wrapper .home-slider-container .slick-prev:before,
.homeslider-outer-wrapper .home-slider-container .slick-next:before {
    font-size: 24px;
  }
}
.image-content-panel {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.image-content-panel .info-container {
  padding: 20px 6vw 20px 5vw;
  width: 55%;
}
.image-content-panel .image-container {
  width: 45%;
}
.image-content-panel .image-container .img-bg {
  height: 31vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .image-content-panel .image-container .img-bg {
    height: 335px;
  }
}

@media screen and (max-width: 960px) {
  .image-content-panel {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .image-content-panel .info-container {
    order: 2;
    padding: 20px 5vw 20px 5vw;
    width: 100%;
  }
  .image-content-panel .image-container {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .image-content-panel .image-container .img-bg {
    margin: 0 5vw;
    height: 320px;
  }
}
.map-wrapper {
  padding: 75px 0 95px;
  width: 100%;
  overflow: hidden;
}
.map-wrapper .map-inner-wrapper {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.map-wrapper .map-inner-wrapper .map-info {
  width: 43%;
  padding-left: 5vw;
}
.map-wrapper .map-inner-wrapper .map-info .social {
  margin-top: 15px;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.map-wrapper .map-inner-wrapper .map-info .social li {
  margin-right: 2vw;
}
.map-wrapper .map-inner-wrapper .map-info .social li i {
  font-size: 22px;
}
.map-wrapper .map-inner-wrapper .map-container {
  width: 57%;
}
.map-wrapper .map-inner-wrapper .map-container .snazzy-map-container {
  margin-left: 15px;
  width: calc(100% - 15px);
}
.map-wrapper .map-inner-wrapper .map-container .snazzy-map-container:before {
  left: -15px;
  top: 15px;
  opacity: 1;
}
.map-wrapper .map-inner-wrapper .map-container .snazzy-map-container .snazzy-map {
  width: 100%;
  height: 610px;
}
.map-wrapper .map-inner-wrapper .map-container .snazzy-map-container .snazzy-map .map-popup-info {
  padding: 10px;
}
.map-wrapper .map-inner-wrapper .map-container .snazzy-map-container .snazzy-map .map-popup-info p {
  font-size: 15px;
  line-height: 17px;
}
.map-wrapper .map-inner-wrapper .map-container .snazzy-map-container .snazzy-map .gm-style-iw-t:after {
  display: none;
}

@media screen and (max-width: 1366px) {
  .map-wrapper .map-inner-wrapper .map-container .snazzy-map-container .snazzy-map {
    height: 438px;
  }
  .map-wrapper .map-inner-wrapper .map-container .snazzy-map-container .snazzy-map .map-popup-info {
    padding: 5px;
  }
  .map-wrapper .map-inner-wrapper .map-container .snazzy-map-container .snazzy-map .map-popup-info h6 {
    font-size: 30px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .map-wrapper .map-inner-wrapper .map-info {
    width: 48%;
  }
  .map-wrapper .map-inner-wrapper .map-container {
    width: 52%;
  }
}
@media screen and (max-width: 760px) {
  .map-wrapper {
    padding: 50px 0 65px;
  }
  .map-wrapper .map-inner-wrapper .map-info {
    width: 100%;
    padding: 0 5vw;
  }
  .map-wrapper .map-inner-wrapper .map-container {
    display: none;
  }
}
.news-wrapper {
  padding: 50px 0;
}
.news-wrapper .news-title {
  margin-bottom: 3.4vw;
  width: 100%;
  max-width: 1560px;
  padding: 0px 40px;
  margin: 0 auto;
  text-align: right;
}
.news-wrapper .news-title.left {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
  padding-left: 5vw;
  text-align: left;
}
.news-wrapper .news-container-outer {
  width: 100%;
  max-width: 1560px;
  padding: 50px 40px 0px;
  margin: 0 auto;
}
.news-wrapper .news-container-outer .news-slider {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0 -40px;
}
.news-wrapper .news-container-outer .news-slider .single-news {
  padding: 0 40px;
}
.news-wrapper .news-container-outer .news-slider .single-news h6 {
  color: #292929;
  margin-bottom: 0.3vw;
}
.news-wrapper .news-container-outer .news-slider .single-news p.date {
  letter-spacing: 0.1em;
  color: #909090;
  font-weight: 700;
  margin-bottom: 0.8vw;
  font-size: 15px;
}
.news-wrapper .news-container-outer .news-slider .single-news .btn-wrapper {
  margin-top: 1vw;
}

@media screen and (max-width: 1366px) {
  .news-wrapper .news-container-outer {
    width: 100%;
    max-width: 1560px;
    padding: 50px 60px 0px;
    margin: 0 auto;
  }
  .news-wrapper .news-container-outer .news-slider {
    margin: 0 -15px;
  }
  .news-wrapper .news-container-outer .news-slider .single-news {
    padding: 0 15px;
  }
  .news-wrapper .news-container-outer .news-slider .single-news h6 {
    font-size: 25px;
    line-height: 23px;
  }
  .news-wrapper .news-container-outer .news-slider .single-news p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .news-wrapper .news-title {
    padding: 0px 5vw 0px;
    text-align: left;
  }
  .news-wrapper .news-container-outer {
    padding: 0px 5vw 0px;
  }
  .news-wrapper .news-container-outer .news-slider {
    padding-top: 60px;
    margin-top: -25px;
  }
  .news-wrapper .news-container-outer .news-slider .slick-prev, .news-wrapper .news-container-outer .news-slider .slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    left: auto;
    top: auto;
  }
  .news-wrapper .news-container-outer .news-slider .slick-prev:before, .news-wrapper .news-container-outer .news-slider .slick-next:before {
    font-size: 28px;
    color: #000000 !important;
    font-family: "fontawesome";
  }
  .news-wrapper .news-container-outer .news-slider .slick-prev {
    top: 0px;
    left: 50%;
  }
  .news-wrapper .news-container-outer .news-slider .slick-prev:before {
    content: "\f053";
    opacity: 1;
    padding-right: 30px;
  }
  .news-wrapper .news-container-outer .news-slider .slick-next {
    top: 0px;
    left: 50%;
  }
  .news-wrapper .news-container-outer .news-slider .slick-next:before {
    content: "\f054";
    opacity: 1;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .news-wrapper .news-container-outer .news-slider {
    padding-top: 75px;
    margin-top: 0px;
  }
  .news-wrapper .news-container-outer .news-slider .slick-next,
.news-wrapper .news-container-outer .news-slider .slick-prev {
    left: 0px;
    top: 25px;
  }
  .news-wrapper .news-container-outer .news-slider .slick-next:before,
.news-wrapper .news-container-outer .news-slider .slick-prev:before {
    font-size: 22px;
  }
  .news-wrapper .news-container-outer .news-slider .slick-prev:before {
    padding-right: 0px;
  }
  .news-wrapper .news-container-outer .news-slider .slick-next:before {
    padding-left: 80px;
  }
}
@media screen and (max-width: 760px) {
  .news-wrapper {
    padding: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .news-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .news-wrapper .news-container-outer {
    width: 170%;
  }
}
.benefits-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.benefits-section .benefits-section-wrapper {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% + 395px);
}
.benefits-section .benefits-section-wrapper .sl-content {
  width: 39%;
  height: 647px;
  margin-right: 15px;
}
.benefits-section .benefits-section-wrapper .sl-content .sl-content-inner {
  height: 100%;
  background-color: #000000;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.benefits-section .benefits-section-wrapper .sl-content .sl-content-inner .benefit-title {
  padding-left: 5vw;
  max-width: 60%;
}
.benefits-section .benefits-section-wrapper .sl-content .sl-content-inner .benefit-title h2 {
  font-size: 6vw;
  line-height: 5vw;
  color: #ffffff;
}
.benefits-section .benefits-section-wrapper .sl-content:before {
  left: 15px;
  top: 15px;
  opacity: 1;
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper {
  position: relative;
  width: calc(61% + 150px);
  left: -11vw;
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -15px;
  padding-left: 75px;
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide {
  width: 33.33%;
  padding: 0 15px;
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide .benefit-slide-inner {
  position: relative;
  height: 380px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide .benefit-slide-inner .black-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide .benefit-slide-inner .slide-content {
  position: absolute;
  padding: 25px;
  bottom: -70px;
  left: 0;
  transition: all 0.3s;
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide .benefit-slide-inner .slide-content h6 {
  color: #ffffff;
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide .benefit-slide-inner .slide-content .btn-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide .benefit-slide-inner:hover .slide-content {
  bottom: 0px;
}
.benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide .benefit-slide-inner:hover .slide-content .btn-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
.benefits-section .benefits-section-wrapper .slick-prev, .benefits-section .benefits-section-wrapper .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  left: auto;
  top: auto;
}
.benefits-section .benefits-section-wrapper .slick-prev:before, .benefits-section .benefits-section-wrapper .slick-next:before {
  font-size: 28px;
  color: #ffffff;
  opacity: 1;
  font-family: "fontawesome";
}
.benefits-section .benefits-section-wrapper .slick-prev {
  left: 15px;
  bottom: 10%;
}
.benefits-section .benefits-section-wrapper .slick-prev:before {
  content: "\f104";
}
.benefits-section .benefits-section-wrapper .slick-next {
  left: 15px;
  bottom: 0%;
}
.benefits-section .benefits-section-wrapper .slick-next:before {
  content: "\f105";
}
.benefits-section .slide-number {
  height: 70%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0px;
  display: flex;
  display: flex;
  align-items: center;
}
.benefits-section .slide-number span {
  min-width: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.benefits-section .slide-number:before, .benefits-section .slide-number:after {
  content: "";
  position: absolute;
  left: 18px;
  height: 40%;
  width: 1px;
  border-left: 2px solid #ffffff;
}
.benefits-section .slide-number:before {
  top: 0px;
}
.benefits-section .slide-number:after {
  bottom: 0px;
}

@media screen and (max-width: 1366px) {
  .benefits-section .benefits-section-wrapper .sl-content {
    height: 470px;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide .benefit-slide-inner {
    height: 275px;
  }
}
@media screen and (max-width: 1024px) {
  .benefits-section .benefits-section-wrapper .sl-content {
    width: 48%;
    height: 465px;
  }
  .benefits-section .benefits-section-wrapper .sl-content .sl-content-inner .benefit-title h2 {
    font-size: 84px;
    line-height: 70px;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper {
    width: calc(52% + 150px);
    left: -15vw;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container {
    padding-left: 67px;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide {
    padding: 0 10px;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container .benefit-slide .benefit-slide-inner {
    height: 272px;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .slick-prev {
    bottom: 7%;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .slick-next {
    bottom: -4%;
  }
}
@media screen and (max-width: 760px) {
  .benefits-section .benefits-section-wrapper {
    width: 100%;
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .benefits-section .benefits-section-wrapper .sl-content {
    width: 100%;
    height: 440px;
  }
  .benefits-section .benefits-section-wrapper .sl-content .sl-content-inner .benefit-title {
    max-width: min-content;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper {
    width: calc(100% + 250px);
    left: auto;
    padding-left: 60px;
    margin-top: -80px;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .benefits-slider-container {
    padding-left: 0px;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .slick-prev:before, .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .slick-next:before {
    font-size: 22px;
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .slick-prev {
    left: auto;
    bottom: auto;
    right: 302px;
    top: calc(-30% + 15px);
  }
  .benefits-section .benefits-section-wrapper .benefits-slider-wrapper .slick-next {
    left: auto;
    bottom: auto;
    right: 302px;
    top: calc(-30% + 40px);
  }
  .benefits-section .slide-number {
    top: -280px;
    left: auto;
    right: 277px;
  }
  .benefits-section .slide-number span {
    font-size: 13px;
  }
}
.two-content-panel-container {
  width: 100%;
  max-width: 1580px;
  padding: 30px 40px;
  margin: 0 auto;
}
.two-content-panel-container .two-content-panel {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.two-content-panel-container .two-content-panel .two-content-single-panel {
  width: 50%;
}
.two-content-panel-container .two-content-panel .two-content-single-panel:nth-of-type(1) {
  padding-right: 20px;
}
.two-content-panel-container .two-content-panel .two-content-single-panel:nth-of-type(2) {
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .two-content-panel-container .two-content-panel {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .two-content-panel-container .two-content-panel .two-content-single-panel {
    width: 100%;
  }
  .two-content-panel-container .two-content-panel .two-content-single-panel:nth-of-type(1) {
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .two-content-panel-container .two-content-panel .two-content-single-panel:nth-of-type(2) {
    padding-left: 0px;
  }
}

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