/* For desktop: 
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;} 
*/
/* --------------------- IMPORTS --------------------- */
/* --------------------- SCREEN VARIABLES --------------------- */
/* --------------------- BASE COLOR VARIABLES --------------------- */
/* ---------------------  BASE BACKGROUND COLORS  --------------------- */
@import url("https://fonts.googleapis.com/css?family=Nunito|Raleway");
@import url("https://fonts.googleapis.com/css2?family=Roboto");
.white-bg {
  background-color: #ffffff !important;
}

.black-bg {
  background-color: #000000;
}

.blue-bg {
  background-color: #0b2d64;
}

.green-bg {
  background-color: #00c99b;
}

.red-bg {
  background-color: #D84F56;
}

.soft-grey-bg {
  background-color: #e9f0ee !important;
}

.very-soft-grey-bg {
  background-color: #f6f6f6 !important;
}

.red-text {
  color: #D84F56;
}

.blue-text {
  color: #457bd1;
}

.grey-text {
  color: #aeadad;
}

.black-text {
  color: #000000;
}

.dark-blue-text {
  color: #0b2d64;
}

.green-text {
  color: #00c99b;
}

.white-text {
  color: #ffffff !important;
}

.main-text {
  color: #646464 !important;
}

.black-text {
  color: #000000 !important;
}

.yellow-text {
  color: #ddd80e;
}

.orange-text {
  color: #ab1c58;
}

.dark-orange-text {
  color: #fa9746;
}

.dark-purple-text {
  color: #382054 !important;
}

.text-awesome-dark-grey {
  background-color: #465A65;
}

.dark-purple-bg {
  background-color: #382054;
}

.soft-purple-bg {
  background-color: #b6b9ff;
}

.coworking-linear {
  background: -webkit-gradient(linear, left top, right top, from(#00c99b), to(#26ffa5));
  background: linear-gradient(to right, #00c99b, #26ffa5);
}

.freelancer-linear {
  background: -webkit-gradient(linear, left top, right top, from(#457bd1), to(#88349a));
  background: linear-gradient(to right, #457bd1, #88349a);
}

.freelancer-linear-tr {
  background: -webkit-gradient(linear, right top, left top, from(#457bd1), to(rgba(136, 52, 154, 0.8)));
  background: linear-gradient(to left, #457bd1, rgba(136, 52, 154, 0.8));
}

.health-linear-tr {
  background: -webkit-gradient(linear, right top, left top, from(rgba(136, 52, 154, 0.1)), to(#061c3fe3));
  background: linear-gradient(to left, rgba(136, 52, 154, 0.1), #061c3fe3);
}

.jobs-linear {
  background: -webkit-gradient(linear, left top, right top, from(#ddd80e), to(#ab1c58));
  background: linear-gradient(to right, #ddd80e, #ab1c58);
}

.user-linear {
  background: -webkit-gradient(linear, left top, right top, from(#e9f0ee), to(#aeadad));
  background: linear-gradient(to right, #e9f0ee, #aeadad);
}

.jobs-linear-tr {
  background: -webkit-gradient(linear, right top, left top, from(#ddd80e), to(rgba(171, 28, 88, 0.8)));
  background: linear-gradient(to left, #ddd80e, rgba(171, 28, 88, 0.8));
}

.living-linear {
  background: -webkit-gradient(linear, left top, right top, from(#0b2d64), to(#00659b));
  background: linear-gradient(to right, #0b2d64, #00659b);
}

.living-linear-tr {
  background: -webkit-gradient(linear, right top, left top, from(#0b2d64), to(rgba(0, 101, 155, 0.8)));
  background: linear-gradient(to left, #0b2d64, rgba(0, 101, 155, 0.8));
}

.black-linear-transparent {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.4));
}

.black-linear-transparent-0 {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

/* --------------------- CORE GRID --------------------- */
* {
  outline: none;
}

body {
  margin: 0px;
  font-family: Roboto;
}

.borderNone {
  border: 0px !important;
}

.clear-left {
  clear: left;
}

.img-full {
  width: 100%;
  height: 100%;
}

.center {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.center80 {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.center-fluid {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .center-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.grid-column-span-3 {
  grid-column: span 3;
}

.myrow {
  width: 100%;
}

.colon-4 {
  width: 33.33333333%;
}

.displaynone {
  display: none;
}

/* --------------------- PLACEMENT IN DIV--------------------- */
.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.algn-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* --------------------- MAKE UP --------------------- */
.cool-title-wrap {
  position: relative;
}

.cool-title-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #e9f0ee;
  left: 0;
  top: 10px;
}

.cool-title-wrap .cool-title-1 {
  margin: 0px;
  background: #fff;
  padding: 2px 20px;
  display: inline-block;
  z-index: 99;
  position: relative;
}

/* UL LI */
.list-none {
  list-style: none;
}

.li-span-tick1 {
  width: 30px;
  height: 30px;
  background: url("../img/icons/tick1.png") no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.li-span-tick2 {
  width: 30px;
  height: 30px;
  background: url("../img/icons/tick-red.png") no-repeat;
  background-size: cover;
  margin-right: 10px;
}

/* borders */
.star-border {
  padding: 2px;
  border: 2px solid #ddd80e;
}

/* links */
.black-link {
  color: #000000;
  text-decoration: none;
}

.black-link:hover {
  color: #646464;
}

.main-link {
  color: #646464;
  text-decoration: none;
}

.main-link:hover {
  color: #000000;
}

.green-link {
  color: #00c99b;
  text-decoration: none;
}

.green-link:hover {
  color: #646464;
}

.white-link {
  color: #ffffff;
  text-decoration: none;
}

.white-link:hover {
  color: #e9f0ee;
}

.dark-blue-link {
  color: #0b2d64;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

.dark-blue-link:hover {
  color: #00659b;
}

.light-blue-link {
  color: #00659b;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

.light-blue-link:hover {
  color: #0b2d64;
}

/* text manipulatoins  */
.textdecorationun {
  text-decoration: underline;
}

.textcenter {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.fontbold {
  font-weight: bold;
}

.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
}

.font30 {
  font-size: 30px;
}

.font50 {
  font-size: 50px;
}

.fontitalic {
  font-style: italic;
}

/* img manipulatoins  */
.imghdb:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

/* radius */
.borderradius-5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.borderradius-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.borderradius-15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.borderradius-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.borderradius-30 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.borderradius-50 {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.borderradius-80 {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
}

.borderradius-100 {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

/* shadow */
.boxshadow-black-hard {
  box-shadow: 1px 2px 5px #494848;
  -moz-box-shadow: 1px 2px 5px #494848;
  -webkit-box-shadow: 1px 2px 5px #494848;
}

.boxshadow-soft {
  box-shadow: 1px 2px 5px #c2c0c0;
  -moz-box-shadow: 1px 2px 5px #c2c0c0;
  -webkit-box-shadow: 1px 2px 5px #c2c0c0;
}

.boxshadow-middle {
  box-shadow: 1px 2px 10px #c2c0c0;
  -moz-box-shadow: 1px 2px 10px #c2c0c0;
  -webkit-box-shadow: 1px 2px 10px #c2c0c0;
}

.boxshadow-high {
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.01), 0 6.7px 5.3px rgba(0, 0, 0, 0.01), 0 12.5px 10px rgba(0, 0, 0, 0.01), 0 10px 10px rgba(0, 0, 0, 0.01), 0 10px 10px rgba(0, 0, 0, 0.01), 0 10px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.01), 0 6.7px 5.3px rgba(0, 0, 0, 0.01), 0 12.5px 10px rgba(0, 0, 0, 0.01), 0 10px 10px rgba(0, 0, 0, 0.01), 0 10px 10px rgba(0, 0, 0, 0.01), 0 10px 10px rgba(0, 0, 0, 0.09);
}

/* paddings */
.p0 {
  padding: 0px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.p40 {
  padding: 40px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT100 {
  padding-top: 100px;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB100 {
  padding-bottom: 100px !important;
}

.pB130 {
  padding-bottom: 130px;
}

.pL5 {
  padding-left: 5px;
}

.pL10 {
  padding-left: 10px;
}

.pL25 {
  padding-left: 25px;
}

.pR25 {
  padding-right: 25px;
}

.pL30 {
  padding-left: 30px;
}

.pR10 {
  padding-right: 10px;
}

.pR30 {
  padding-right: 30px;
}

/* margins */
.m0 {
  margin: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.m7 {
  margin: 7px !important;
}

.m10 {
  margin: 10px !important;
}

.mL5 {
  margin-left: 5px;
}

.mL10 {
  margin-left: 10px;
}

.mL20 {
  margin-left: 20px;
}

.mL30 {
  margin-left: 30px;
}

.mR5 {
  margin-right: 5px;
}

.mR10 {
  margin-right: 10px;
}

.mR25 {
  margin-right: 25px;
}

.mR35 {
  margin-right: 35px;
}

.mT2 {
  margin-top: 2px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mT100 {
  margin-top: 100px !important;
}

.mB5 {
  margin-bottom: 5px;
}

.mB10 {
  margin-bottom: 10px;
}

.mB20 {
  margin-bottom: 20px;
}

.mB30 {
  margin-bottom: 30px;
}

.mB40 {
  margin-bottom: 30px;
}

.mB50 {
  margin-bottom: 50px;
}

/* widths */
.width100px {
  width: 100px;
}

.width15px {
  width: 15px;
}

.width100 {
  width: 100%;
}

/* heights */
.min-height70 {
  min-height: 70px;
}

.min-height85 {
  min-height: 85px;
}

.min-height140 {
  min-height: 140px;
}

.min-height175 {
  min-height: 175px;
}

.height22 {
  height: 22px;
}

.height25 {
  height: 25px;
}

.height30 {
  height: 30px;
}

.height45 {
  height: 45px;
}

/* positions */
.pabsolute {
  position: absolute;
}

.prelative {
  position: relative;
}

/* floats */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* hr */
.main-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  height: 1px;
  background-color: #e9f0ee;
  border: none;
}

.vhr100sm {
  width: 1px;
  height: 100px;
  background-color: #e9f0ee;
  border: none;
  margin: 0px;
  padding: 0px;
}

@media only screen and (max-width: 990px) {
  .vhr100sm {
    display: none;
  }
}

/* --------------------- BUTTONS --------------------- */
.living-search-btn1 {
  background: -webkit-gradient(linear, left top, right top, from(#0b2d64), to(#00659b));
  background: linear-gradient(to right, #0b2d64, #00659b);
  color: #ffffff;
  padding: 15px;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 69px;
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.living-search-btn1:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
}

.red-enquire-lg {
  background-color: #3c87ff;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.red-enquire-lg:hover {
  background-color: #ffffff;
  color: #3c87ff;
}

.red-enquire-md {
  background-color: #D84F56;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.red-enquire-md:hover {
  background-color: #DD666C;
}

.white-btn-md {
  background-color: #ffffff;
  color: #646464;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.white-btn-md:hover {
  background-color: #e9f0ee;
}

.whitegrb-btn-md {
  background-color: #ffffff;
  color: #00c99b;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #00c99b;
}

.whitegrb-btn-md:hover {
  background-color: #f6f6f6;
}

.grey-btn-md {
  background-color: #e9f0ee;
  color: #646464;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.grey-btn-md:hover {
  background-color: #ffffff;
}

.black-btn-md {
  background-color: #000000;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.black-btn-md:hover {
  background-color: #333;
}

.white-btn-arrow-md {
  background-color: #ffffff;
  color: #646464;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: 3px solid #aeadad;
}

.white-btn-arrow-md:hover {
  background-color: #e9f0ee;
}

.white-btn-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.white-btn-arrow-md i {
  font-size: 24px !important;
}

.white-btn-noborder-arrow-md {
  background-color: #ffffff;
  color: #646464;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.white-btn-noborder-arrow-md:hover {
  background-color: #e9f0ee;
}

.white-btn-noborder-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.white-btn-noborder-arrow-md i {
  font-size: 24px !important;
}

.white-btn-arrow-inherit-md {
  background-color: transparent;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: solid 1px #fff;
}

.white-btn-arrow-inherit-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.white-btn-arrow-inherit-md i {
  font-size: 24px !important;
}

.blue-btn-arrow-md {
  background-color: #0b2d64;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.blue-btn-arrow-md:hover {
  background-color: #00659b;
}

.blue-btn-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.blue-btn-arrow-md i {
  font-size: 24px !important;
}

.blue-btn-arrow-sm {
  background-color: #0b2d64;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px !important;
}

.blue-btn-arrow-sm:hover {
  background-color: #00659b;
}

.blue-btn-arrow-sm:hover i {
  margin-left: 10px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.blue-btn-arrow-sm i {
  font-size: 14px !important;
}

.blue-btn-sm {
  width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  background-color: #457bd1;
  color: #ffffff;
}

.blue-btn-sm:hover {
  background-color: #00659b;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .blue-btn-sm {
    width: 100%;
  }
}

.black-btn-sm {
  width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  background-color: #000000;
  color: #ffffff;
}

.black-btn-sm:hover {
  background-color: #646464;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .black-btn-sm {
    width: 100%;
  }
}

.dark-purple-btn-arrow-md {
  background-color: #382054;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.dark-purple-btn-arrow-md:hover {
  background-color: #603692;
}

.dark-purple-btn-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.dark-purple-btn-arrow-md i {
  font-size: 24px !important;
}

.dark-purple-linear-arrow-md {
  background: -webkit-gradient(linear, left top, right top, from(#382054), to(#603692));
  background: linear-gradient(to right, #382054, #603692);
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.dark-purple-linear-arrow-md:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.dark-purple-linear-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.dark-purple-linear-arrow-md i {
  font-size: 24px !important;
}

.coworking-linear-arrow-md {
  background: -webkit-gradient(linear, left top, right top, from(#00c99b), to(#26ffa5));
  background: linear-gradient(to right, #00c99b, #26ffa5);
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.coworking-linear-arrow-md:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.coworking-linear-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.coworking-linear-arrow-md i {
  font-size: 24px !important;
}

.freelancer-linear-arrow-md {
  background: -webkit-gradient(linear, left top, right top, from(#457bd1), to(#88349a));
  background: linear-gradient(to right, #457bd1, #88349a);
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.freelancer-linear-arrow-md:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.freelancer-linear-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.freelancer-linear-arrow-md i {
  font-size: 24px !important;
}

.jobs-linear-arrow-md {
  background: -webkit-gradient(linear, left top, right top, from(#ddd80e), to(#ab1c58));
  background: linear-gradient(to right, #ddd80e, #ab1c58);
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.jobs-linear-arrow-md:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.jobs-linear-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.jobs-linear-arrow-md i {
  font-size: 24px !important;
}

.red-linear-arrow-md {
  background: -webkit-gradient(linear, left top, right top, from(#D84F56), to(#DD666C));
  background: linear-gradient(to right, #D84F56, #DD666C);
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.red-linear-arrow-md:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.red-linear-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.red-linear-arrow-md i {
  font-size: 24px !important;
}

.blue-linear-arrow-md {
  background: -webkit-gradient(linear, left top, right top, from(#0b2d64), to(#00659b));
  background: linear-gradient(to right, #0b2d64, #00659b);
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.blue-linear-arrow-md:hover {
  background-position: 100% 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.blue-linear-arrow-md:hover i {
  margin-left: 25px !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.blue-linear-arrow-md i {
  font-size: 24px !important;
}

.btnfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-toggle {
  background: #ffffff;
  color: #aeadad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-toggle .usercircle {
  font-size: 25px;
  margin-left: 10px;
}

.btn-toggle:hover {
  border-radius: 10px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-color1 {
  background: #00c99b;
  background: -webkit-gradient(linear, left top, right top, from(#00c99b), to(#26ffa5));
  background: linear-gradient(to right, #00c99b, #26ffa5);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
}

.btn-color1:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.btn-colorblue {
  background: #00659b;
  background: -webkit-gradient(linear, left top, right top, from(#00659b), to(#3c87ff));
  background: linear-gradient(to right, #00659b, #3c87ff);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
}

.btn-colorblue:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.btn-colorred {
  background: #D84F56;
  background: -webkit-gradient(linear, left top, right top, from(#D84F56), to(#DD666C));
  background: linear-gradient(to right, #D84F56, #DD666C);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
}

.btn-colorred:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.btn-colorpurple {
  background: #457bd1;
  background: -webkit-gradient(linear, left top, right top, from(#457bd1), to(#88349a));
  background: linear-gradient(to right, #457bd1, #88349a);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
}

.btn-colorpurple:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.btn-colorblack {
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#333));
  background: linear-gradient(to right, #000000, #333);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
}

.btn-colorblack:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  border-radius: 10px;
}

.btn-width270 {
  width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-width250 {
  width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-width220 {
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-width180 {
  width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* --------------------- NAVBAR --------------------- */
.mynav-border-bottom-gra {
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #0bff8e, #00c99b, #0bff8e, #26ffa5) 30;
     border-image: -webkit-gradient(linear, left top, right top, from(#0bff8e), color-stop(#00c99b), color-stop(#0bff8e), to(#26ffa5)) 30;
     border-image: linear-gradient(to right, #0bff8e, #00c99b, #0bff8e, #26ffa5) 30;
}

.mynav {
  width: 100%;
  min-height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mynav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
  max-width: 221px;
  height: 80px;
}

@media only screen and (max-width: 560px) {
  .mynav .logo {
    max-width: 160px;
    height: 50px;
  }
  .mynav .logo img {
    max-width: 100%;
    max-height: 48px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .mynav .logo {
    max-width: 151px;
    height: 80px;
  }
  .mynav .logo img {
    max-width: 100%;
    max-height: 38px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .mynav .logo {
    max-width: 121px;
    height: 80px;
  }
  .mynav .logo img {
    max-width: 100%;
    max-height: 30px;
    margin-top: 20px;
  }
}

.mynav .menubar {
  float: right;
  width: calc(100% - 350px);
  width: calc(100% - 350px);
  height: 80px;
}

@media only screen and (max-width: 560px) {
  .mynav .menubar {
    width: calc(100% - 200px);
  }
}

.mynav .menubar .mynav-profile-btn {
  width: 68px;
  background-image: url("../img/icons/png/dropmenu-icon.png");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 355px) {
  .mynav .menubar .mynav-profile-btn {
    width: 33px;
    background-image: url("../img/icons/png/dropmenu-icon.png");
    background-repeat: no-repeat;
  }
}

.mynav ul {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.mynav ul.right-menu {
  float: right;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mynav ul.left-menu {
  float: left;
  width: calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1190px) {
  .mynav ul.left-menu {
    position: absolute;
    margin-top: 85px;
    left: 0;
    right: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    border-bottom: 1px solid #aeadad;
  }
}

.mynav ul.left-menu a {
  font-size: 13px;
  color: #646464;
  text-decoration: none;
}

@media only screen and (max-width: 1400px) {
  .mynav ul.left-menu a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1300px) {
  .mynav ul.left-menu a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1190px) {
  .mynav ul.left-menu a {
    font-size: 10px;
    padding-left: 0px;
  }
}

.mynav ul li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .mynav ul li.hide-xs {
    display: none;
  }
}

.mynav ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #646464;
}

.mynav ul li a:hover {
  color: #aeadad;
}

.mynav ul li.icon-menu-li {
  border-left: 1px solid #e9f0ee;
  text-align: center;
  padding-top: 20px;
  width: 23%;
}

@media only screen and (max-width: 1400px) {
  .mynav ul li.icon-menu-li {
    width: 22%;
  }
}

@media only screen and (max-width: 1190px) {
  .mynav ul li.icon-menu-li {
    width: 25%;
    border-left: 0px solid #e9f0ee;
    border-bottom: 1px solid #ffffff;
  }
}

.mynav ul li.icon-menu-li:hover {
  background-color: #e9f0ee;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 0px 4px #202E61;
  -webkit-box-shadow: 0px 4px #202E61;
  -moz-box-shadow: 0px 4px #202E61;
  border-bottom: 1px solid #202E61;
}

@media only screen and (max-width: 1190px) {
  .mynav ul li.icon-menu-li:hover {
    box-shadow: 0px 2px #202E61;
    -webkit-box-shadow: 0px 2px #202E61;
    -moz-box-shadow: 0px 2px #202E61;
    border-bottom: 1px solid #202E61;
    background-color: transparent;
  }
}

@media only screen and (max-width: 1190px) {
  .mynav ul li.icon-menu-li.active {
    box-shadow: 0px 2px #202E61;
    -webkit-box-shadow: 0px 2px #202E61;
    -moz-box-shadow: 0px 2px #202E61;
    border-bottom: 1px solid #202E61;
    background-color: transparent;
  }
}

.mynav ul li.icon-menu-last {
  border-right: 1px solid #e9f0ee;
  margin-right: 50px;
}

@media only screen and (max-width: 1190px) {
  .mynav ul li.icon-menu-last {
    margin-right: 0px;
    border-right: 0px solid #e9f0ee;
  }
}

.mynav ul li .icon-menu-bell-cover {
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 5px;
  padding-right: 10px;
  margin-right: 35px;
}

@media only screen and (max-width: 560px) {
  .mynav ul li .icon-menu-bell-cover {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 315px) {
  .mynav ul li .icon-menu-bell-cover {
    display: none;
  }
}

.mynav ul li .icon-menu-bell-cover a {
  position: absolute;
  font-size: 22px;
  color: #00659b;
}

.mynav ul li .icon-menu-bell-cover a:hover {
  color: #aeadad;
}

.mynav ul li .icon-menu-bell-cover .icon-menu-span {
  position: absolute;
  background-color: #ff2859;
  font-size: 10px;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-right: 1px;
  padding-left: 1px;
  color: #ffffff;
  right: 0;
  margin-top: -4px;
  margin-right: -4px;
  width: 12px;
  height: 12px;
  text-align: center;
}

/* --------------------- MENUBAR ICONS--------------------- */
.coworking-menu-icon {
  width: 27px;
  margin-right: auto;
  margin-left: auto;
  height: 25px;
  background-image: url("../bg/coworking-menu-icon.png");
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.freelancer-menu-icon {
  width: 27px;
  margin-right: auto;
  margin-left: auto;
  height: 25px;
  background-image: url("../bg/freelancers-menu-icon.png");
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.jobs-menu-icon {
  width: 25px;
  margin-right: auto;
  margin-left: auto;
  height: 23px;
  background-image: url("../bg/jobs-menu-icon.png");
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.living-menu-icon {
  width: 26px;
  margin-right: auto;
  margin-left: auto;
  height: 27px;
  background-image: url("../bg/living-menu-icon.png");
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

/* --------------------- NAVBAR DROPMENU --------------------- */
.bell-content {
  display: none;
  top: 0;
  right: 0;
  margin-top: 75px;
  margin-right: 164px;
  position: absolute;
  z-index: 777;
  width: 318px;
  min-height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .bell-content {
    left: 0;
    width: 100%;
    height: 150px;
    margin-right: 0px;
    margin-left: 0px;
    right: 0;
  }
}

.dropmenu-content {
  display: none;
  top: 0;
  right: 0;
  margin-top: 75px;
  margin-right: 25px;
  position: absolute;
  z-index: 777;
  width: 318px;
  height: 350px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .dropmenu-content {
    left: 0;
    width: 100%;
    height: 350px;
    margin-right: 10px;
    margin-left: 0px;
  }
}

.dropmenu-content a {
  font-size: 14px;
  color: #646464;
}

.dropmenu-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.dropmenu-content li {
  float: left;
  width: 33.33333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropmenu-content .drop-icon-menu {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
}

.dropmenu-content .drop-icon-menu .dropdown-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropmenu-content .drop-icon-menu .dropdown-icon .dropdown-icon-img {
  width: 41px;
  height: 41px;
}

.dropmenu-content .drop-icon-menu .dropdown-icon-text {
  text-align: center;
  margin-bottom: 15px;
}

.dropmenu-content .drop-icon-menu:hover {
  background-color: #e9f0ee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.dropmenu-content .dropmenu-content-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #646464;
  margin-bottom: 10px;
  font-size: 15px;
  padding-top: 25px;
}

.dropmenu-content .dropmenu-btn-color-white {
  display: none;
}

@media only screen and (max-width: 768px) {
  .dropmenu-content .dropmenu-btn-color-white {
    background: #ffffff;
    color: #646464 !important;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px;
    display: block;
  }
  .dropmenu-content .dropmenu-btn-color-white:hover {
    border-radius: 10px;
  }
}

/* --------------------- SLIDER --------------------- */
.coworking-slider {
  height: 550px;
  background: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1190px) {
  .coworking-slider {
    background: -webkit-gradient(linear, left top, right top, from(#00c99b), to(#26ffa5));
    background: linear-gradient(to right, #00c99b, #26ffa5);
    height: 400px;
  }
  .coworking-slider .hide-xs {
    display: none;
  }
}

.cw-s-bg-img {
  background-image: url("../bg/home-main-bg.jpg");
}

.fr-s-bg-img {
  background-image: url("../img/subpages/freelancers/freelancer-finder-1.jpg");
}

.fr-main-bg-img {
  background-image: url("../img/subpages/freelancers/freelancer-main-bg.jpg");
}

.lv-s-bg-img {
  background-image: url("../img/subpages/living/living-finder-1.jpg");
}

.jb-s-bg-img {
  background-image: url("../img/subpages/jobs/job-finder-1.jpg");
}

/* -------------- INPUTS --------------- */
.input1 {
  width: 80%;
  height: 50px;
  border: 1px solid #c8c3c3;
  background: url(../img/icons/png/seacrh-icon.png) 15px 17px no-repeat #fff;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .input1 {
    width: 100%;
  }
}

.input2 {
  width: 20%;
  height: 50px;
  border: 1px solid #c8c3c3;
  background: url(../img/icons/png/seacrh-icon.png) 15px 17px no-repeat #fff;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .input2 {
    width: 100%;
  }
}

/* --------------------- SEARCHBOX --------------------- */
.coworking-searchbox-center {
  height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coworking-searchbox-center .coworking-searchbox {
  width: 600px;
}

@media only screen and (max-width: 768px) {
  .coworking-searchbox-center .coworking-searchbox .home-search-title1 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 460px) {
  .coworking-searchbox-center .coworking-searchbox .home-search-title1 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .coworking-searchbox-center .coworking-searchbox .home-search-title2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 460px) {
  .coworking-searchbox-center .coworking-searchbox .home-search-title2 {
    font-size: 12px;
  }
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  .coworking-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox {
    display: block;
  }
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox .coworking-searchbox-searchbtn {
  width: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  margin-left: 20px;
  background-color: #0b2d64;
  color: #ffffff;
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox .coworking-searchbox-searchbtn:hover {
  background-color: #00659b;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .coworking-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox .coworking-searchbox-searchbtn {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox .jobs-searchbox-searchbtn {
  width: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  margin-left: 20px;
  background-color: #000000;
  color: #ffffff;
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox .jobs-searchbox-searchbtn:hover {
  background-color: #646464;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .coworking-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox .jobs-searchbox-searchbtn {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

@media only screen and (max-width: 420px) {
  .coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
    font-size: 13px;
  }
}

@media only screen and (max-width: 400px) {
  .coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
    font-size: 12px;
  }
}

@media only screen and (max-width: 330px) {
  .coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
    font-size: 11px;
  }
}

@media only screen and (max-width: 330px) {
  .coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab .hide-icon-400 {
    display: none;
  }
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li {
  display: block;
  float: left;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  text-decoration: none;
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li:hover {
  background-color: #d7d1d15e;
  opacity: 80%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 5px;
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li:first-child {
  background-color: #d7d1d15e;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 600px) {
  .coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li:first-child.hide-600 {
    display: none;
  }
}

.coworking-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li a {
  color: #ffffff;
  text-decoration: none;
}

/* --------------------- HOME SLIDER SPACE NAME --------------------- */
.home-sider-space-name {
  color: #ffffff;
  font-size: 15px;
}

.home-sider-space-name a {
  color: #ffffff;
  font-weight: bold;
}

.home-sider-space-name a:hover {
  text-decoration: none;
}

/* --------------------- CITY SLIDER --------------------- */
.city-slider {
  height: 450px;
  background: center;
  background-image: url("../img/subpages/city-detail-coworking-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media only screen and (max-width: 1190px) {
  .city-slider {
    margin-top: 75px;
    height: 450px;
  }
  .city-slider .hide-xs {
    display: none;
  }
}

/* --------------------- SEARCHBOX --------------------- */
.city-searchbox-center {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.city-searchbox-center .coworking-searchbox {
  width: 500px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 5px solid #00c99b;
}

.city-searchbox-center .coworking-searchbox .searchbox-checklist ul {
  list-style: none;
}

.city-searchbox-center .coworking-searchbox .searchbox-checklist ul li {
  float: left;
  margin-right: 10px;
}

.city-searchbox-center .coworking-searchbox .searchbox-checklist ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .city-searchbox-center .coworking-searchbox .searchbox-checklist ul li label {
    font-size: 12px;
  }
}

@media only screen and (max-width: 326px) {
  .city-searchbox-center .coworking-searchbox .searchbox-checklist ul li label {
    font-size: 10px;
  }
}

.city-searchbox-center .coworking-searchbox .searchbox-checklist ul li input {
  height: 25px;
  width: 25px;
  border: 1px solid #e9f0ee !important;
}

@media only screen and (max-width: 1190px) {
  .city-searchbox-center .coworking-searchbox .searchbox-checklist ul li input {
    height: 20px;
    width: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .city-searchbox-center .coworking-searchbox .searchbox-checklist ul li input {
    height: 15px;
    width: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .city-searchbox-center .coworking-searchbox .home-search-title1 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 460px) {
  .city-searchbox-center .coworking-searchbox .home-search-title1 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .city-searchbox-center .coworking-searchbox .home-search-title2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 460px) {
  .city-searchbox-center .coworking-searchbox .home-search-title2 {
    font-size: 12px;
  }
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  .city-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox {
    display: block;
  }
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox .coworking-searchbox-searchbtn {
  width: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  margin-left: 20px;
  background-color: #0b2d64;
  color: #ffffff;
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox .coworking-searchbox-searchbtn:hover {
  background-color: #00659b;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .city-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox .coworking-searchbox-searchbtn {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox select {
  width: 80%;
  height: 50px;
  border: 1px solid #c8c3c3;
  background: url(../img/icons/png/seacrh-icon.png) 15px 17px no-repeat #fff;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .city-searchbox-center .coworking-searchbox .coworking-searchbox-inputbox select {
    width: 100%;
  }
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

@media only screen and (max-width: 420px) {
  .city-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
    font-size: 13px;
  }
}

@media only screen and (max-width: 400px) {
  .city-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
    font-size: 12px;
  }
}

@media only screen and (max-width: 330px) {
  .city-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
    font-size: 11px;
  }
}

@media only screen and (max-width: 330px) {
  .city-searchbox-center .coworking-searchbox .coworking-searchbox-tab {
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .city-searchbox-center .coworking-searchbox .coworking-searchbox-tab .hide-icon-400 {
    display: none;
  }
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li {
  display: block;
  float: left;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  text-decoration: none;
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li:hover {
  background-color: #d7d1d15e;
  opacity: 80%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 5px;
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li:first-child {
  background-color: #d7d1d15e;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 600px) {
  .city-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li:first-child.hide-600 {
    display: none;
  }
}

.city-searchbox-center .coworking-searchbox .coworking-searchbox-tab ul li a {
  color: #ffffff;
  text-decoration: none;
}

/* --------------------- LIVING --------------------- */
.living-searchbox-wrap {
  min-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 980px) {
  .living-searchbox-wrap {
    margin-top: 150px;
  }
}

.living-searchbox-wrap .living-searchbox-center {
  width: 80%;
}

@media only screen and (max-width: 980px) {
  .living-searchbox-wrap .living-searchbox-center {
    width: 100%;
  }
}

.living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-title {
  font-size: 45px;
}

@media only screen and (max-width: 768px) {
  .living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 460px) {
  .living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 460px) {
  .living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-p {
    font-size: 12px;
  }
}

.living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-input-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
}

@media only screen and (max-width: 980px) {
  .living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-input-wrap {
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 15px;
  }
}

.living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-input-wrap .searchbox-btn-wrap {
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 980px) {
  .living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-input-wrap .searchbox-btn-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

.living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-input-wrap .noborder {
  border-right: 0px solid !important;
  border: none !important;
}

.living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-input-wrap .living-searchbox-input {
  border-right: 1px solid #ccc;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}

@media only screen and (max-width: 980px) {
  .living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-input-wrap .living-searchbox-input {
    border-right: 0px solid !important;
  }
}

.living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-input-wrap .living-searchbox-input input {
  height: 30px;
  border: none;
  font-size: 18px;
  color: #646464;
}

@media only screen and (max-width: 980px) {
  .living-searchbox-wrap .living-searchbox-center .living-searchbox .living-searchbox-input-wrap .living-searchbox-input input {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    padding: 5px;
  }
}

.living-searchbox-wrap .living-searchbox-center .living-searchbox-stars-wrap {
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 35px;
}

@media only screen and (max-width: 980px) {
  .living-searchbox-wrap .living-searchbox-center .living-searchbox-stars-wrap {
    display: none;
  }
}

/* --------------------- CAROUSEL CSS --------------------- */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 20px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #e9f0ee;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 20 * 20);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00c99b;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ------- ANIMATIONS ---------- */
/* fade in 1 second */
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* --------------------- TOP 8 SPACES --------------------- */
.top-8-space-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-8-space-container .top-8-space-title {
  color: #646464;
}

.top-8-space-container .top-8-space-box {
  width: 23%;
  min-height: 400px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.top-8-space-container .top-8-space-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.top-8-space-container .top-8-space-box img:hover {
  filter: brightness(150%);
  -webkit-filter: brightness(150%);
  -moz-filter: brightness(150%);
}

.top-8-space-container .top-8-space-box-content {
  position: absolute;
  padding-left: 10px;
  padding-top: 15px;
}

/* --------------------- SLIDER TOP 8 SPACES --------------------- */
.slider-top-8-space-container {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.slider-top-8-space-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.slider-top-8-space-container img:hover {
  filter: brightness(150%);
  -webkit-filter: brightness(150%);
  -moz-filter: brightness(150%);
}

.slider-top-8-space-container .slider-top-8-space-box-content {
  position: absolute;
  padding-left: 10px;
  padding-top: 70px;
  padding-bottom: 15px;
  width: 100% !important;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

/* --------------------- BENEFIT --------------------- */
.cw-benefit-vs-container {
  width: 100%;
}

.cw-benefit-vs-container .tiro {
  width: 50%;
  height: 55px;
  background-color: green;
  bottom: 0;
}

@media only screen and (max-width: 980px) {
  .cw-benefit-vs-container {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cw-benefit-vs-container .boxshadow-black-hard {
    box-shadow: 0px 0px 0px #494848;
    -moz-box-shadow: 0px 0px 0px #494848;
    -webkit-box-shadow: 0px 0px 0px #494848;
  }
}

.cw-benefit-vs-container .cw-benefit-vs-content {
  background-color: #ffffff;
  max-height: 90%;
  width: 100%;
  top: 70px;
  bottom: 70px;
  left: 0;
  right: 0;
}

.cw-benefit-vs-container .cw-benefit-vs-center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 1;
      grid-template-rows: 1;
  -ms-grid-rows: max-content;
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #aeadad;
  margin-top: 30px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 980px) {
  .cw-benefit-vs-container .cw-benefit-vs-center {
    background-color: transparent;
  }
}

@media only screen and (max-width: 980px) {
  .cw-benefit-vs-container .cw-benefit-vs-center {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .cw-benefit-vs-container .cw-benefit-vs-center .cw-display-block {
    display: block !important;
  }
}

@media only screen and (max-width: 980px) {
  .cw-benefit-vs-container .cw-benefit-vs-center .cw-benefit-image {
    padding: 0px;
    display: none;
  }
}

.cw-benefit-vs-container .cw-benefit-vs-center .cw-benefit-image-bottom-bug {
  width: calc(100% - 22px);
  height: 10px;
  background-color: #00c99b;
  margin-top: -5px;
}

.cw-benefit-vs-container .cw-benefit-vs-center .cw-benefit-old-rental {
  margin-left: 10%;
}

@media only screen and (max-width: 768px) {
  .cw-benefit-vs-container .cw-benefit-vs-center .cw-benefit-old-rental {
    margin-top: 40px;
    margin-left: 0px;
  }
}

.cw-benefit-vs-container .cw-benefit-vs-center .cw-benefit-vs-padding {
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
}

.cw-benefit-container {
  width: 100%;
  position: relative;
}

.cw-benefit-container:before {
  position: absolute;
  width: 100%;
  height: 100px;
  background: #fff;
  left: 0;
  right: 0;
  top: 70px;
  transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
}

.cw-benefit-container:after {
  position: absolute;
  width: 100%;
  height: 100px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 70px;
  transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
}

.cw-benefit-container .cw-benefit-content {
  background-color: #ffffff;
  max-height: 90%;
  width: 100%;
  top: 70px;
  bottom: 70px;
  left: 0;
  right: 0;
}

.cw-benefit-container .cw-benefit-content .cw-benefit-center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 2;
      grid-template-rows: 2;
  -ms-grid-rows: max-content;
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .cw-benefit-container .cw-benefit-content .cw-benefit-center {
    display: block;
  }
}

.cw-benefit-container .cw-benefit-content .cw-benefit-center .cw-benefit-t1-right {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .cw-benefit-container .cw-benefit-content .cw-benefit-center .cw-benefit-t1-right {
    margin-right: 0px;
  }
}

.cw-benefit-container .cw-benefit-content .cw-benefit-center .cw-benefit-t2-left {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .cw-benefit-container .cw-benefit-content .cw-benefit-center .cw-benefit-t2-left {
    margin-left: 0px;
  }
}

.cw-benefit-container .cw-benefit-content .cw-benefit-center .cw-benefit-center-button-cover {
  width: 170px;
  height: 100px;
  position: relative;
}

.cw-benefit-container .cw-benefit-content .cw-benefit-center .cw-benefit-center-button-cover:before {
  position: absolute;
  width: 100%;
  height: 100px;
  background: #fff;
  left: 0;
  right: 0;
  top: 10px;
  transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
}

.button-grey-stripe {
  background: #e9f0ee;
  height: 50px;
  content: "";
  position: absolute;
  width: 100%;
  overflow: hidden;
  transform: skewY(-11deg);
  -webkit-transform: skewY(-11deg);
  -moz-transform: skewY(-11deg);
  -ms-transform: skewY(-11deg);
  -o-transform: skewY(-11deg);
}

.green-stripe {
  background: #457bd1;
  height: 10px;
  content: "";
  position: absolute;
  width: 20%;
  top: 49px;
  right: 0;
  overflow: hidden;
  transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
}

@media only screen and (max-width: 980px) {
  .green-stripe {
    top: 0px;
  }
}

.grey-stripe {
  background: #e9f0ee;
  height: 20px;
  content: "";
  position: absolute;
  width: 30%;
  top: 59px;
  right: 0;
  overflow: hidden;
  transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
}

@media only screen and (max-width: 980px) {
  .grey-stripe {
    top: 10px;
  }
}

.green-stripe-bottom {
  background: #00c99b;
  height: 40px;
  content: "";
  z-index: -1;
  position: relative;
  width: 80%;
  bottom: 10px;
  margin-top: -45px;
  left: 0;
  overflow: hidden;
  transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
}

@media only screen and (max-width: 980px) {
  .green-stripe-bottom {
    padding: 0px;
    display: none;
  }
}

.grey-stripe-bottom {
  background: #e9f0ee;
  height: 40px;
  content: "";
  z-index: -2;
  position: relative;
  width: 70%;
  margin-top: -13px;
  bottom: 0px;
  left: 0;
  overflow: hidden;
  transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
}

@media only screen and (max-width: 980px) {
  .grey-stripe-bottom {
    padding: 0px;
    display: none;
  }
}

/* --------------------- WE WILL HELP --------------------- */
.cw-we-help-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 900px) {
  .cw-we-help-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.cw-we-help-container .img-cover {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1170px) {
  .cw-we-help-container .img-cover {
    width: 30%;
  }
}

@media only screen and (max-width: 960px) {
  .cw-we-help-container .img-cover {
    width: 20%;
  }
}

@media only screen and (max-width: 900px) {
  .cw-we-help-container .img-cover {
    width: 100%;
    display: none;
  }
}

.cw-we-help-container .content-cover {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1170px) {
  .cw-we-help-container .content-cover {
    width: 70%;
    padding: 50px;
  }
}

@media only screen and (max-width: 960px) {
  .cw-we-help-container .content-cover {
    width: 80%;
    padding: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .cw-we-help-container .content-cover {
    width: 100%;
    padding: 30px;
  }
}

.cw-we-help-container .content-cover .title {
  font-size: 25px;
  color: #646464;
  margin-bottom: 30px;
}

.cw-we-help-container .content-cover .text {
  color: #646464;
  font-size: 18px;
  margin-bottom: 30px;
}

/* --------------------- FEATURES --------------------- */
#minusbtn {
  display: none;
}

.active-show .feature-1-content .text {
  height: 180px !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: visible;
}

@media only screen and (max-width: 1400px) {
  .active-show .feature-1-content .text {
    height: 230px !important;
  }
}

@media only screen and (max-width: 960px) {
  .active-show .feature-1-content .text {
    height: 130px !important;
  }
}

@media only screen and (max-width: 768px) {
  .active-show .feature-1-content .text {
    height: 150px !important;
  }
}

@media only screen and (max-width: 590px) {
  .active-show .feature-1-content .text {
    height: 180px !important;
  }
}

@media only screen and (max-width: 510px) {
  .active-show .feature-1-content .text {
    height: 200px !important;
  }
}

@media only screen and (max-width: 440px) {
  .active-show .feature-1-content .text {
    height: 230px !important;
  }
}

@media only screen and (max-width: 380px) {
  .active-show .feature-1-content .text {
    height: 270px !important;
  }
}

.active-show #plusbtn {
  display: none !important;
}

.active-show .minus-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-width: 55px;
  height: 55px;
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff !important;
  background-color: #00c99b !important;
  cursor: pointer !important;
}

@media only screen and (max-width: 360px) {
  .active-show .minus-btn {
    min-width: 45px;
    height: 45px;
    margin-top: 5px;
    font-size: 18px;
  }
}

.features-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../bg/features-grey-shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-position: 95% 5%;
}

@media only screen and (max-width: 960px) {
  .features-wrap {
    margin-top: 20px;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none !important;
  }
}

.features-wrap .features-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: normal;
      flex-wrap: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #646464;
  padding-right: 50px;
}

@media only screen and (max-width: 960px) {
  .features-wrap .features-left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}

.features-wrap .features-left .highlights {
  font-size: 18px;
  margin-bottom: 10px;
}

.features-wrap .features-left .highlights span {
  color: #00c99b;
}

.features-wrap .features-left .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.features-wrap .features-left .text {
  text-align: justify;
}

.features-wrap .features-right {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .features-wrap .features-right {
    width: 100%;
  }
}

.features-wrap .features-right .features-tab-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  padding: 10px;
  float: right;
  clear: both;
  margin-bottom: 25px;
}

@media only screen and (max-width: 960px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap {
    float: left;
    width: 100%;
  }
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 86px;
  max-height: 86px;
  padding: 5px;
  background-color: #e9f0ee;
  -webkit-box-shadow: 3px 10px 20px #c2c0c0;
  -o-box-shadow: 3px 10px 20px #c2c0c0;
  box-shadow: 3px 10px 20px #c2c0c0;
}

@media only screen and (max-width: 1170px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap .img-wrap {
    width: 51px;
    height: 51px;
  }
}

@media only screen and (max-width: 340px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap .img-wrap {
    display: none;
  }
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .img-wrap img {
  width: 71px;
  height: 71px;
}

@media only screen and (max-width: 1170px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap .img-wrap img {
    width: 51px;
    height: 51px;
  }
}

@media only screen and (max-width: 360px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap .img-wrap img {
    width: 41px;
    height: 41px;
  }
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content {
  padding: 15px 20px;
  color: #646464;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1170px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 360px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .title {
    font-size: 13px;
  }
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .text {
  font-size: 14px;
  text-align: justify;
  height: 50px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .text .btn {
  margin-top: 20px;
  padding: 10px;
  color: #646464;
  font-weight: bold;
  background-color: #e9f0ee;
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .text .btn:hover {
  background-color: #f6f6f6;
}

@media only screen and (max-width: 1170px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 360px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .text {
    text-align: left;
  }
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .active-content {
  height: 100px;
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .feature-1-content .active-title {
  background-color: red;
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap .arrow-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 55px;
  height: 55px;
  margin-top: 20px;
  font-size: 20px;
  color: #00c99b;
  background-color: #ffffff;
  cursor: pointer;
}

@media only screen and (max-width: 360px) {
  .features-wrap .features-right .features-tab-wrap .feature-1-wrap .arrow-plus {
    min-width: 45px;
    height: 45px;
    margin-top: 5px;
    font-size: 18px;
  }
}

.features-wrap .features-right .features-tab-wrap .feature-1-wrap:hover .arrow-plus {
  transform: rotate(180deg) !important;
  transition: all 0.5s !important;
  -webkit-transform: rotate(180deg) !important;
  -webkit-transition: all 0.5s !important;
  -moz-transform: rotate(180deg) !important;
  -moz-transition: all 0.5s !important;
  -o-transform: rotate(180deg) !important;
  -o-transition: all 0.5s !important;
}

/* --------------------- SPACE TYPES --------------------- */
.space-types-bg {
  background-image: url("../img/homepage/space-types-bg.jpg");
  padding-bottom: 350px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media only screen and (max-width: 960px) {
  .space-types-bg {
    background-size: auto;
  }
}

.section-full {
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.space-type-article {
  color: #646464;
  margin-bottom: 100px;
  margin-top: 70px;
}

.space-type-article p {
  text-align: justify;
}

.space-type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .space-type-wrap {
    display: block;
  }
}

.space-type-wrap .bg1 {
  background-image: url("../bg/ionic-native-card.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 50px;
  background-position-y: bottom;
}

.space-type-wrap .bg2 {
  background-image: url("../bg/components-card.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 50px;
  background-position-y: bottom;
}

.space-type-wrap .bg3 {
  background-image: url("../bg/theming-card.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 50px;
  background-position-y: bottom;
}

.space-type-wrap .space-type-1 {
  width: 29%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 20px;
}

@media only screen and (max-width: 960px) {
  .space-type-wrap .space-type-1 {
    width: 100%;
    margin-bottom: 100px;
  }
}

.space-type-wrap .space-type-1:hover .icon-wrap {
  background-color: #457BD1;
}

.space-type-wrap .space-type-1 .icon-wrap2 {
  background-color: white;
  width: 110px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 10px 5px #c2c0c0;
  -moz-box-shadow: 0px 10px 5px #c2c0c0;
  -webkit-box-shadow: 0px 10px 5px #c2c0c0;
}

.space-type-wrap .space-type-1 .icon-wrap {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -70px;
  background-color: #ffffff;
}

.space-type-wrap .space-type-1 .content {
  color: #646464;
}

.space-type-wrap .space-type-1 .content .title {
  text-align: center;
  font-size: 18px;
}

.space-type-wrap .space-type-1 .content .text {
  text-align: justify;
}

.space-type-wrap .space-type-1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.space-type-wrap .space-type-1 .links ul {
  list-style: none;
  text-align: left;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0px;
  min-width: 140px;
  margin-left: 40;
}

.space-type-wrap .space-type-1 .links ul li {
  margin-bottom: 10px;
}

.space-type-wrap .space-type-1 .links ul li a {
  color: #00659b;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

.space-type-wrap .space-type-1 .links ul li a:hover {
  color: #0b2d64;
}

.space-type-wrap .space-type-1 .links ul li a:hover i {
  color: #00c99b;
  transform: rotate(45deg) !important;
  transition: all 0.5s !important;
  -webkit-transform: rotate(45deg) !important;
  -webkit-transition: all 0.5s !important;
  -moz-transform: rotate(180deg) !important;
  -moz-transition: all 0.5s !important;
  -o-transform: rotate(180deg) !important;
  -o-transition: all 0.5s !important;
}

/* --------------------- POPULAR CITIES --------------------- */
.popular-cities-title {
  color: #646464;
  margin-top: 100px;
}

.popular-cities-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .popular-cities-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
}

.popular-cities-row .city-1-wrap {
  width: 24%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 400px;
}

@media only screen and (max-width: 960px) {
  .popular-cities-row .city-1-wrap {
    width: 49%;
    height: 400px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 650px) {
  .popular-cities-row .city-1-wrap {
    width: 100%;
  }
}

.popular-cities-row .city-1-wrap.flat {
  width: 49.4%;
}

@media only screen and (max-width: 960px) {
  .popular-cities-row .city-1-wrap.flat {
    width: 100%;
  }
}

.popular-cities-row .city-1-wrap .city-img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popular-cities-row .city-1-wrap .city-img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-cities-row .city-1-wrap .city-img-wrap img:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.popular-cities-row .city-1-wrap .city-content {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  margin-bottom: 15px;
  margin-left: 20px;
}

.popular-cities-row .city-1-wrap .city-content .title a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular-cities-row .city-1-wrap .city-content .detail {
  margin-top: 5px;
  font-size: 13px;
  color: #ffffff;
}

.popular-cities-row .popular-city-search {
  background-color: #0b2d64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 650px) {
  .popular-cities-row .popular-city-search {
    height: 250px;
  }
}

.popular-cities-row .popular-city-search .popular-city-search-content {
  width: 170px;
  color: #ffffff;
  text-align: center;
  margin-top: 80px;
}

@media only screen and (max-width: 650px) {
  .popular-cities-row .popular-city-search .popular-city-search-content {
    margin-top: 20px;
  }
}

.popular-cities-row .popular-city-search .popular-city-search-content .title {
  font-size: 18px;
  margin-bottom: 30px;
}

.popular-cities-row .popular-city-search .popular-city-search-content .detail {
  font-size: 14px;
  margin-bottom: 10px;
}

/* --------------------- ROCKET COMMUNUITY --------------------- */
.rocket-bg-img {
  background-image: url("../bg/rocket-bg-1.png");
}

.freelancer-rocket-bg-img {
  background-image: url("../img/subpages/freelancers/rocket-idea.png");
}

.jobs-rocket-bg-img {
  background-image: url("../img/subpages/jobs/rocket-work.png");
}

.rocket-bg {
  min-height: 950px;
  margin-top: 50px;
}

@media only screen and (max-width: 960px) {
  .rocket-bg {
    min-height: auto;
    padding-bottom: 100px;
    background-position: right;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .rocket-bg {
    background-position: left;
    background-size: cover;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
}

.rocket-bg .growing-community-content {
  float: right;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 960px) {
  .rocket-bg .growing-community-content {
    width: 100%;
    float: none;
  }
}

.rocket-bg .growing-community-content .growing-community-content-wrap {
  margin-top: 30%;
}

.rocket-bg .growing-community-content .growing-community-content-wrap .subtitle {
  font-size: 14px;
  color: #00c99b;
  font-weight: bold;
  margin-bottom: 10px;
}

.rocket-bg .growing-community-content .growing-community-content-wrap .title {
  font-size: 25px;
  font-weight: bold;
  color: #646464;
  margin-bottom: 20px;
}

.rocket-bg .growing-community-content .growing-community-content-wrap .text {
  color: #646464;
  text-align: justify;
  margin-bottom: 20px;
}

.rocket-bg .growing-community-content .growing-community-content-wrap .btn {
  width: 200px;
}

.rocket-bg .growing-community-content .growing-community-content-wrap .btn i {
  font-size: 24px !important;
}

/* --------------------- FOOTER --------------------- */
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 960px) {
  .footer-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 960px) {
  .footer-wrap .footer-logo-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-wrap .footer-logo-wrap .logo-img {
  margin-left: 30px;
}

@media only screen and (max-width: 960px) {
  .footer-wrap .footer-logo-wrap .logo-img {
    margin-left: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-wrap .footer-logo-wrap .footer-social-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrap .footer-logo-wrap .footer-social-wrap .footer-social-icon-wrap {
  color: #aeadad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #aeadad;
  margin-right: 15px;
}

.footer-wrap .footer-nav-wrap {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 960px) {
  .footer-wrap .footer-nav-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 690px) {
  .footer-wrap .footer-nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.footer-wrap .footer-nav-wrap .footer-nav-1 {
  margin-top: 20px;
}

.footer-wrap .footer-nav-wrap .footer-nav-1 ul {
  list-style: none;
}

@media only screen and (max-width: 960px) {
  .footer-wrap .footer-nav-wrap .footer-nav-1 ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
}

.footer-wrap .footer-nav-wrap .footer-nav-1 ul li {
  margin-bottom: 10px;
}

.footer-wrap .footer-nav-wrap .footer-nav-1 ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #959494;
}

@media only screen and (max-width: 768px) {
  .footer-wrap .footer-nav-wrap .footer-nav-1 ul li a {
    font-size: 12px;
  }
}

.footer-wrap .footer-nav-wrap .footer-nav-1 ul li a:hover {
  color: #646464;
}

@media only screen and (max-width: 960px) {
  .footer-wrap .footer-nav-wrap .footer-nav-1 ul li {
    border-bottom: 1px solid #aeadad;
    padding-bottom: 5px;
  }
  .footer-wrap .footer-nav-wrap .footer-nav-1 ul li:first-child {
    border-bottom: none;
  }
}

.footer-wrap .footer-nav-wrap .footer-nav-1 ul .topic {
  font-weight: bold;
  color: #646464;
}

@media only screen and (max-width: 768px) {
  .footer-wrap .footer-nav-wrap .footer-nav-1 ul .topic {
    font-size: 14px;
  }
}

.footer-copyright-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

@media only screen and (max-width: 690px) {
  .footer-copyright-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

.footer-copyright-wrap .copyright {
  color: #959494;
  font-size: 14px;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .footer-copyright-wrap .copyright {
    font-size: 12px;
  }
}

@media only screen and (max-width: 690px) {
  .footer-copyright-wrap .copyright {
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 690px) {
  .footer-copyright-wrap .footer-terms-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.footer-copyright-wrap .footer-terms-wrap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-copyright-wrap .footer-terms-wrap ul li {
  float: left;
  border-left: 1px solid #959494;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 380px) {
  .footer-copyright-wrap .footer-terms-wrap ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.footer-copyright-wrap .footer-terms-wrap ul li:first-child {
  border-left: none;
}

.footer-copyright-wrap .footer-terms-wrap ul li:last-child {
  padding-right: 0px;
}

.footer-copyright-wrap .footer-terms-wrap ul li a {
  font-size: 13px;
  color: #959494;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .footer-copyright-wrap .footer-terms-wrap ul li a {
    font-size: 11px;
  }
}

.footer-copyright-wrap .footer-terms-wrap ul li a:hover {
  color: #646464;
  text-decoration: underline;
}

.footer {
  position: relative;
}

.footer .newsletter-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -75px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 960px) {
  .footer .newsletter-wrap {
    position: relative;
  }
}

.footer .newsletter-wrap .newsletter {
  width: 60%;
  min-height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 960px) {
  .footer .newsletter-wrap .newsletter {
    width: 100%;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
  }
}

.footer .newsletter-wrap .newsletter .newsletter-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .footer .newsletter-wrap .newsletter .newsletter-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .newsletter-wrap .newsletter .newsletter-container .newsletter-text {
  color: #ffffff;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .footer .newsletter-wrap .newsletter .newsletter-container .newsletter-text {
    width: 100%;
  }
}

.footer .newsletter-wrap .newsletter .newsletter-container .newsletter-text .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .newsletter-wrap .newsletter .newsletter-container .newsletter-text .text {
  font-size: 14px;
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap {
    width: 100%;
  }
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 25px;
  margin-top: 10px;
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-mail-input input {
  height: 35px;
  border: none;
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-green-btn {
  padding: 10px 25px;
  color: #ffffff;
  background-color: #00c99b;
  font-size: 14px;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-green-btn i {
    display: none;
  }
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-green-btn:hover {
  background-color: #0b2d64;
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-green-btn:hover i {
  margin-left: 10px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-blue-btn {
  padding: 10px 25px;
  color: #ffffff;
  background-color: #457bd1;
  font-size: 14px;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-blue-btn i {
    display: none;
  }
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-blue-btn:hover {
  background-color: #0b2d64;
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-blue-btn:hover i {
  margin-left: 10px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-black-btn {
  padding: 10px 25px;
  color: #ffffff;
  background-color: #000000;
  font-size: 14px;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-black-btn i {
    display: none;
  }
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-black-btn:hover {
  background-color: #333;
}

.footer .newsletter-wrap .newsletter .newsletter-container .mail-wrap .newsletter-mail-container .newsletter-black-btn:hover i {
  margin-left: 10px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

/* --------------------- ABOUT US  --------------------- */
.header-wrap-margin {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1190px) {
  .header-wrap-margin {
    margin-top: 150px;
  }
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .header-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-wrap .header-content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .header-wrap .header-content {
    width: 100%;
  }
}

.header-wrap .header-content .header-content-wrap .highlights {
  color: #00c99b;
  font-size: 15px;
  font-weight: bold;
}

.header-wrap .header-content .header-content-wrap .title {
  color: #646464;
}

.header-wrap .header-content .header-content-wrap .title h1 {
  margin-bottom: 15px;
  margin-top: 5px;
}

.header-wrap .header-content .header-content-wrap .text {
  color: #646464;
  margin-bottom: 20px;
  text-align: justify;
}

.header-wrap .header-content .header-content-wrap .header-btn {
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-wrap .header-img {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .header-wrap .header-img {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.header-wrap .header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #646464;
  margin-bottom: 60px;
  position: relative;
}

.about-content article {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .about-content article {
    width: 70%;
  }
}

@media only screen and (max-width: 660px) {
  .about-content article {
    width: 100%;
  }
}

.about-content article p {
  text-align: justify;
}

.about-bottom-wrap {
  background-color: #F8C9C3;
  padding-bottom: 120px;
}

.about-bottom-wrap .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 990px) {
  .about-bottom-wrap .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-bottom-wrap .cards .card {
  background: #ffffff;
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow, 0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
  width: 23%;
  color: #646464;
}

@media only screen and (max-width: 1360px) {
  .about-bottom-wrap .cards .card {
    width: 21%;
  }
}

@media only screen and (max-width: 1170px) {
  .about-bottom-wrap .cards .card {
    width: 19%;
  }
}

@media only screen and (max-width: 990px) {
  .about-bottom-wrap .cards .card {
    width: 100%;
    margin-bottom: 20px;
  }
}

.about-bottom-wrap .cards .card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.about-bottom-wrap .cards .card h3 {
  font-weight: 600;
}

.about-bottom-wrap .cards .card img {
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.about-bottom-wrap .cards .card-1 {
  background-image: url("../bg/ionic-native-card.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.about-bottom-wrap .cards .card-2 {
  background-image: url("../bg/components-card.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.about-bottom-wrap .cards .card-3 {
  background-image: url("../bg/theming-card.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.about-bottom-wrap .bottom-img-bg-height {
  background-image: url("../img/subpages/about-us-coworkingbird-2.jpg");
}

.about-bottom-wrap .bottom-img {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .about-bottom-wrap .bottom-img {
    height: 300px;
  }
}

@media only screen and (max-width: 550px) {
  .about-bottom-wrap .bottom-img {
    height: 200px;
  }
}

/* --------------------- desk types  --------------------- */
.hot-desks-header-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1190px) {
  .hot-desks-header-padding {
    padding-top: 150px;
  }
}

.desks-main-bg {
  background-image: url("../bg/slider-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.desks-main-bg .hot-desks-main-color {
  background-color: rgba(202, 75, 82, 0.9);
}

.desks-main-bg .dedicated-desks-main-color {
  background-color: rgba(67, 25, 89, 0.9);
}

.desks-main-bg .private-office-main-color {
  background-color: rgba(0, 32, 199, 0.9);
}

.desks-main-bg .meeting-room-main-color {
  background-color: rgba(0, 190, 147, 0.9);
}

.desks-main-bg .presentation-room-main-color {
  background-color: rgba(82, 133, 242, 0.9);
}

.desks-main-bg .conference-hall-main-color {
  background-color: rgba(234, 142, 69, 0.9);
}

.desks-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .desks-header-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.desks-header-wrap .header-content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .desks-header-wrap .header-content {
    width: 100%;
  }
}

.desks-header-wrap .header-content .header-content-wrap .hot-highlights {
  color: #F0A468;
}

.desks-header-wrap .header-content .header-content-wrap .conference-highlights {
  color: #002077;
}

.desks-header-wrap .header-content .header-content-wrap .highlights {
  font-size: 15px;
  font-weight: bold;
}

.desks-header-wrap .header-content .header-content-wrap .title {
  color: #ffffff;
}

.desks-header-wrap .header-content .header-content-wrap .title h1 {
  margin-bottom: 15px;
  margin-top: 5px;
}

.desks-header-wrap .header-content .header-content-wrap .text {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}

.desks-header-wrap .header-content .header-content-wrap .header-btn {
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.desks-header-wrap .header-img {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .desks-header-wrap .header-img {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.desks-header-wrap .header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.desks-article-wrap {
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.desks-article-wrap article {
  color: #646464;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.desks-article-wrap article p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  text-justify: newspaper;
}

.desks-article-wrap article p .article-1-img {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
  max-width: 50%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media only screen and (max-width: 1170px) {
  .desks-article-wrap article p .article-1-img {
    width: 100% !important;
    max-width: 100%;
    float: none;
  }
}

.desks-article-wrap article p .article-1-img-right {
  float: right;
  margin-bottom: 10px;
  margin-left: 15px;
  max-width: 50%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media only screen and (max-width: 1170px) {
  .desks-article-wrap article p .article-1-img-right {
    width: 100% !important;
    max-width: 100%;
    float: none;
  }
}

.desks-article-wrap article .article-with-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.setups-padding {
  margin-top: 80px;
  padding-bottom: 150px !important;
  position: relative;
}

.other-coworking-setups-wrap .other-coworking-setups-container {
  background-color: #ffffff;
  color: #646464;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
  min-height: 320px;
}

.other-coworking-setups-wrap .other-coworking-setups-container .ocs-content-wrap .ocs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.other-coworking-setups-wrap .other-coworking-setups-container .ocs-content-wrap .ocs-text {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
}

.other-coworking-setups-wrap .other-coworking-setups-container .ocs-content-wrap .ocs-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.other-coworking-setups-wrap .other-coworking-setups-container:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background-color: #f6f6f6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ocs-stripe-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 550px;
  width: 100%;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  background-color: #D84F56;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin-top: 350px;
  z-index: -777;
}

.hot-ocs-stripe {
  background-color: #D84F56;
}

.dedicated-ocs-stripe {
  background-color: #431959;
}

.private-ocs-stripe {
  background-color: #002077;
}

.meeting-ocs-stripe {
  background-color: #00BE93;
}

.presentation-ocs-stripe {
  background-color: #5285F2;
}

.conference-ocs-stripe {
  background-color: #EA8E45;
}

.soft-grey-ocs-stripe {
  background-color: #646464;
}

/* ---------------------  how it works  --------------------- */
.how-it-works-header-bg {
  background-color: #5E6AB2;
}

.how-it-works-header {
  color: #ffffff !important;
  padding-top: 5px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1190px) {
  .how-it-works-header {
    padding-top: 130px;
  }
}

.how-it-works-header-highlights {
  color: #EA8E45 !important;
}

.how-it-works-header-title {
  color: #ffffff !important;
}

.how-it-works-header-text {
  color: #ffffff !important;
}

.hw-header-img-padding {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 40% !important;
}

@media only screen and (max-width: 960px) {
  .hw-header-img-padding {
    width: 100% !important;
  }
}

.hw-header-img-padding img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hw-header-content-width {
  width: 50% !important;
}

@media only screen and (max-width: 960px) {
  .hw-header-content-width {
    width: 100% !important;
  }
}

.hw-professionals-wrap {
  margin-bottom: 100px;
}

@media only screen and (max-width: 960px) {
  .hw-professionals-wrap {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .hw-professionals-wrap {
    margin-bottom: 0px;
  }
}

.hw-professionals-wrap .hw-content {
  color: #646464;
}

.hw-professionals-wrap .hw-img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hw-professionals-wrap .hw-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1090px) {
  .hw-professionals-wrap .hw-boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hw-professionals-wrap .hw-boxes .hw-box {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1090px) {
  .hw-professionals-wrap .hw-boxes .hw-box {
    width: 100%;
    margin-bottom: 80px;
  }
  .hw-professionals-wrap .hw-boxes .hw-box.hw-box-last {
    margin-bottom: 20px;
  }
}

.hw-professionals-wrap .hw-boxes .hw-box:hover .hw-box-icon-wrap {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.hw-professionals-wrap .hw-boxes .hw-box .how-box-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hw-professionals-wrap .hw-boxes .hw-box .hw-box-icon-wrap {
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: canter;
      -ms-flex-align: canter;
          align-items: canter;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: -70px;
  margin-bottom: 50px;
}

.hw-professionals-wrap .hw-boxes .hw-box .how-box-title {
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 18px;
}

.hw-professionals-wrap .hw-boxes .hw-box .how-box-content {
  color: #ffffff;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 14px;
}

.hw-professionals-wrap .hw-boxes .hw-box .how-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hw-professionals-wrap .hw-boxes .hw-box-1 {
  background-color: #FAA52E;
}

.hw-professionals-wrap .hw-boxes .hw-box-2 {
  background-color: #5E6AB2;
}

.hw-professionals-wrap .hw-boxes .hw-box-3 {
  background-color: #6BCAD0;
}

.hw-professionals-wrap .hw-boxes .hw-box-4 {
  background-color: #182A5A;
}

.hw-professionals-wrap .hw-boxes .hw-box-5 {
  background-color: #3988EF;
}

.hw-professionals-wrap .hw-boxes .hw-box-6 {
  background-color: #E64D4F;
}

.hw-bottom-img {
  height: 732px;
  background-image: url("../img/subpages/how-it-works-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media only screen and (max-width: 1430px) {
  .hw-bottom-img {
    background-size: contain;
    height: 532px;
    background-position: center;
  }
}

@media only screen and (max-width: 1190px) {
  .hw-bottom-img {
    background-size: contain;
    height: 432px;
    background-position: center;
  }
}

@media only screen and (max-width: 990px) {
  .hw-bottom-img {
    background-size: contain;
    height: 332px;
    background-position: center;
  }
}

/* ---------------------  benefits of coworking  --------------------- */
.benefit-header-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.benefit-header-title {
  width: 40%;
  padding-top: 100px;
  padding-bottom: 30px;
  color: #646464;
  margin-top: 20px;
  background: url("../img/subpages/benefits-coworking-1-bg.jpg") no-repeat;
}

@media only screen and (max-width: 1190px) {
  .benefit-header-title {
    width: 100%;
    background-size: contain;
    background-position: bottom;
  }
}

.benefit-header-title .title {
  text-align: center;
}

.benefit-header-title .text {
  text-align: justify;
}

.benefit-header-title .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.investors-header-img-bg {
  background: url("../img/subpages/investors-1.jpg") no-repeat;
}

.growing-header-img-bg {
  background: url("../img/subpages/growing-community-1.jpg") no-repeat;
}

.benefit-header-img-bg {
  background: url("../img/subpages/benefits-coworking-1.jpg") no-repeat;
}

.benefit-header-img {
  background-size: contain;
  background-position: bottom;
  height: 500px;
}

@media only screen and (max-width: 1190px) {
  .benefit-header-img {
    height: 300px;
  }
}

@media only screen and (max-width: 660px) {
  .benefit-header-img {
    height: 200px;
  }
}

.text-awesome-middle-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-awesome-middle-wrap .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 960px) {
  .text-awesome-middle-wrap .text-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.text-awesome-middle-wrap .text-wrap .text-awesome-left {
  width: 50%;
  font-size: 30px;
  padding-right: 50px;
  border-right: 1px solid #aeadad;
}

@media only screen and (max-width: 960px) {
  .text-awesome-middle-wrap .text-wrap .text-awesome-left {
    width: 100%;
    padding-bottom: 50px;
    padding-right: 0px;
    border-right: none;
    border-bottom: 1px solid #aeadad;
  }
}

.text-awesome-middle-wrap .text-wrap .text-awesome-right {
  width: 50%;
  padding-left: 50px;
  text-align: justify;
}

@media only screen and (max-width: 960px) {
  .text-awesome-middle-wrap .text-wrap .text-awesome-right {
    width: 100%;
    padding-left: 0px;
    padding-top: 50px;
  }
}

/* -------- text-2-column ------- */
.text-2-column .text-2-column-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .text-2-column .text-2-column-text {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.text-2-column .text-2-column-text .text-2-column-left {
  padding-right: 25px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .text-2-column .text-2-column-text .text-2-column-left {
    padding-right: 0px;
  }
}

.text-2-column .text-2-column-text .text-2-column-right {
  padding-left: 25px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .text-2-column .text-2-column-text .text-2-column-right {
    padding-left: 0px;
  }
}

/* -------- middle-big-img-wrap ------- */
.middle-big-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.middle-big-img-wrap .middle-big-img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.middle-big-img-wrap .middle-big-img img {
  width: 100%;
  height: 100%;
}

/* -------- middle-big-img-wrap ------- */
.feature-type-2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .feature-type-2-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature-type-2-wrap .feature-type-2-box {
  width: 30%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .feature-type-2-wrap .feature-type-2-box {
    width: 100%;
  }
}

.feature-type-2-wrap .feature-type-2-box .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-type-2-wrap .feature-type-2-box .icon-wrap .icon {
  padding: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
}

.feature-type-2-wrap .feature-type-2-box .icon-wrap .icon.icon-1 {
  background-color: #FFECEE;
  color: #C46374;
}

.feature-type-2-wrap .feature-type-2-box .icon-wrap .icon.icon-2 {
  background-color: #E4FFEC;
  color: #44D588;
}

.feature-type-2-wrap .feature-type-2-box .icon-wrap .icon.icon-3 {
  background-color: #FFF7D3;
  color: #FAD441;
}

.feature-type-2-wrap .feature-type-2-box .icon-wrap .icon.icon-4 {
  background-color: #D3C9D1;
  color: #ba059b;
}

.feature-type-2-wrap .feature-type-2-box .icon-wrap .icon.icon-5 {
  background-color: #BAE2EC;
  color: #13B4DE;
}

.feature-type-2-wrap .feature-type-2-box .icon-wrap .icon.icon-6 {
  background-color: #E0E3DA;
  color: #484A47;
}

.feature-type-2-wrap .feature-type-2-box .icon-wrap .icon.icon-normal {
  background-color: #ffffff;
  color: #646464;
}

.feature-type-2-wrap .feature-type-2-box .title {
  color: #465A65;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.feature-type-2-wrap .feature-type-2-box .text {
  text-align: justify;
}

.feature-type-2-wrap .feature-type-2-box:hover .icon-wrap .icon {
  background-color: #e9f0ee !important;
  color: #646464 !important;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  background-size: 300% 100%;
  border-radius: 20px;
}

.center-middle-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -------- growing community ------- */
.growing-community-box-wrap {
  width: 30%;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e9f0ee;
  border-bottom: 5px solid #646464;
}

.growing-community-box-wrap .icon {
  height: 80px !important;
  width: 80px !important;
  padding: 15px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.growing-community-box-footer-wrap {
  color: #646464;
  padding-bottom: 130px;
  padding-top: 30px;
  background-image: url("../img/subpages/growing-community-cloud.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.growing-community-box-footer-wrap .growing-community-box-footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ---------------------  our story  --------------------- */
.our-story-header-bg {
  background-color: #00c99b;
}

.two-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1170px) {
  .two-column-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.two-column-wrap .column-one {
  width: 50%;
  padding-right: 25px;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1170px) {
  .two-column-wrap .column-one {
    width: 100%;
    padding-right: 0px;
  }
}

.two-column-wrap .column-two {
  padding-left: 25px;
  text-align: justify;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1170px) {
  .two-column-wrap .column-two {
    width: 100%;
    padding-left: 0px;
    -moz-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.two-column-img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.two-column-img img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  height: 100%;
}

.bottom-img-bg-height-story {
  height: 500px;
  background-image: url("../img/subpages/our-story-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .bottom-img-bg-height-story {
    height: 300px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 550px) {
  .bottom-img-bg-height-story {
    height: 200px;
  }
}

/* ---------------------  city detail  --------------------- */
.city-detail-header-img {
  background-image: url("../img/subpages/city-detail-coworking-1.jpg") !important;
}

.header-two-bg-wrap {
  background-size: cover;
  background-position: bottom;
}

.header-two-wrap {
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-two-wrap .header-two-content {
  height: auto;
  margin-top: 10%;
}

.header-two-wrap .header-two-checklist {
  bottom: 0;
  position: absolute;
}

.map-wrap {
  position: relative;
}

.map-wrap .map-responsive {
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
  height: 0;
}

.map-wrap .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.map-wrap .map-responsive .map-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ---------------------  blog post  --------------------- */
.blog-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .blog-post-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blog-post-wrap .blog-post-box-wrap {
  width: 30%;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .blog-post-wrap .blog-post-box-wrap {
    width: 100%;
    margin-bottom: 35px;
  }
}

.blog-post-wrap .blog-post-box-wrap .blog-post-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 960px) {
  .blog-post-wrap .blog-post-box-wrap .blog-post-img {
    height: 300px;
  }
}

.blog-post-wrap .blog-post-box-wrap .blog-post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-post-wrap .blog-post-box-wrap .blog-post-content {
  padding: 30px 40px 20px 40px;
}

@media only screen and (max-width: 1170px) {
  .blog-post-wrap .blog-post-box-wrap .blog-post-content {
    padding: 30px 20px 20px 20px;
  }
}

@media only screen and (max-width: 990px) {
  .blog-post-wrap .blog-post-box-wrap .blog-post-content {
    padding: 30px 10px 10px 10px;
  }
}

.blog-post-wrap .blog-post-box-wrap .blog-post-content .blog-post-summary {
  text-align: justify;
}

/* ---------------------  seacht filter  --------------------- */
.filter-checks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1170px) {
  .filter-checks-wrap .filter-checks-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filter-checks-wrap .filter-checks-left .fcl-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1170px) {
  .filter-checks-wrap .filter-checks-left .fcl-ul .st-title-hide {
    display: none !important;
  }
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li .fcl-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  min-width: 190px;
  height: 45px;
  background-color: #ffffff;
  color: #646464;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 13px;
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li .fcl-label .fcl-input-wrap {
  width: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li .fcl-label .fcl-input-wrap input[type="checkbox"]:focus {
  outline: 0;
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li .fcl-label .fcl-input-wrap input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  background-color: #fafafa;
  border: 1px solid #d3d3d3;
  border-radius: 26px;
  cursor: pointer;
  height: 28px;
  position: relative;
  -webkit-transition: border .25s .15s, padding .25s, -webkit-box-shadow .25s .3s;
  transition: border .25s .15s, padding .25s, -webkit-box-shadow .25s .3s;
  transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
  transition: border .25s .15s, box-shadow .25s .3s, padding .25s, -webkit-box-shadow .25s .3s;
  width: 44px;
  vertical-align: top;
  -webkit-appearance: none;
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li .fcl-label .fcl-input-wrap input[type="checkbox"]:after {
  background-color: white;
  border: 1px solid #f6f6f6;
  border-radius: 24px;
  -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  right: 16px;
  top: 0;
  -webkit-transition: border .25s .15s, left .25s .1s, right .15s .175s;
  transition: border .25s .15s, left .25s .1s, right .15s .175s;
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li .fcl-label .fcl-input-wrap input[type="checkbox"]:checked {
  border-color: #00c99b;
  background-color: #00c99b;
  padding-left: 18px;
  -webkit-transition: border .1s, padding .1s .1s, -webkit-box-shadow .1s;
  transition: border .1s, padding .1s .1s, -webkit-box-shadow .1s;
  transition: border .1s, box-shadow .1s, padding .1s .1s;
  transition: border .1s, box-shadow .1s, padding .1s .1s, -webkit-box-shadow .1s;
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li .fcl-label .fcl-input-wrap input[type="checkbox"]:checked:after {
  border-color: #f6f6f6;
  left: 16px;
  right: 0;
  -webkit-transition: border .1s, left .1s .1s, right .1s .1s;
  transition: border .1s, left .1s .1s, right .1s .1s;
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li .fcl-label .fcl-type-wrap {
  min-width: 100px;
}

.filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li .fcl-label .fcl-type-wrap .fcl-type-title {
  font-size: 14px;
  color: #646464;
}

@media only screen and (max-width: 1170px) {
  .filter-checks-wrap .filter-checks-left .fcl-ul .fcl-li {
    margin-bottom: 10px;
  }
}

.filter-checks-wrap .filter-checks-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-checks-wrap .filter-checks-right .fcr-ul {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.filter-checks-wrap .filter-checks-right .fcr-ul .fcr-li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 50px;
}

.filter-checks-wrap .filter-checks-right .fcr-ul .fcr-li input[type=checkbox]:checked + label {
  background-color: #00c99b;
  color: #ffffff;
}

.filter-checks-wrap .filter-checks-right .fcr-ul .fcr-li .fcr-label {
  cursor: pointer;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  height: 50px;
  color: #646464;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 1170px) {
  .filter-checks-wrap .filter-checks-right .fcr-ul .fcr-li .fcr-label {
    padding: 10px;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 1170px) {
  .filter-checks-wrap .filter-checks-right .fcr-ul .fcr-li {
    float: none;
    width: 100%;
    line-height: 30px;
  }
}

.sf-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 55px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

@media only screen and (max-width: 1170px) {
  .sf-wrap {
    height: 45px;
  }
}

@media only screen and (max-width: 1170px) {
  .sf-wrap {
    overflow: auto;
    padding-bottom: 10px;
  }
}

.sf-wrap .sf-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95%;
}

.sf-wrap .sf-left .sf-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sf-wrap .sf-left .sf-filter-container .sf-filter-a input[type=checkbox]:checked + label {
  background-color: #ffffff;
  color: #646464;
}

.sf-wrap .sf-left .sf-filter-container .sf-filter-a .sf-filter-label {
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffffff;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 13px;
}

.sf-wrap .sf-left .sf-filter-container .sf-filter-a .sf-filter-label:hover {
  background-color: #ffffff;
  color: #646464;
}

.sf-wrap .sf-right {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sf-wrap .sf-right .sf-right-btn {
  color: #ffffff;
  text-decoration: none;
  height: 30px;
}

@media only screen and (max-width: 1170px) {
  .sf-wrap .sf-right .sf-right-btn {
    font-size: 13px;
  }
}

.sf-wrap .sf-right .sf-right-btn:hover {
  color: #aeadad;
}

.search-result-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.search-result-wrap .sr-left {
  width: 60%;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 660px) {
  .search-result-wrap .sr-left {
    width: 100%;
  }
}

.search-result-wrap .sr-left .sr-space-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 960px) {
  .search-result-wrap .sr-left .sr-space-wrap {
    display: block;
  }
}

.search-result-wrap .sr-left .sr-space-wrap .sr-space-container {
  width: 47%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .search-result-wrap .sr-left .sr-space-wrap .sr-space-container {
    width: 100%;
  }
}

.search-result-wrap .sr-left .sr-space-wrap .sr-space-container .sr-space-img-wrap {
  width: 100%;
  height: 250px;
  position: relative;
}

.search-result-wrap .sr-left .sr-space-wrap .sr-space-container .sr-space-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.search-result-wrap .sr-left .sr-space-wrap .sr-space-container .sr-space-img-wrap .sr-space-img-text {
  background-color: #D84F56;
  color: #ffffff;
  padding: 10px;
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: 10px;
  position: absolute;
}

.search-result-wrap .sr-left .sr-space-wrap .sr-space-container .sr-space-name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  color: #0b2d64;
}

.search-result-wrap .sr-left .sr-space-wrap .sr-space-container .sr-space-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.search-result-wrap .sr-left .sr-space-wrap .sr-space-container .sr-space-content .sr-sc-left {
  width: 60%;
}

.search-result-wrap .sr-left .sr-space-wrap .sr-space-container .sr-space-content .sr-sc-rigt {
  width: 40%;
}

.search-result-wrap .sr-left .sr-left-pagination {
  height: 40px;
}

.search-result-wrap .sr-left .sr-left-pagination .sr-page-ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.search-result-wrap .sr-left .sr-left-pagination .sr-page-ul .sr-page-li {
  float: left;
  border: 1px solid #e9f0ee;
  padding: 15px 20px 15px 20px;
}

.search-result-wrap .sr-left .sr-map-inquire {
  padding: 50px 50px 0px 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 660px) {
  .search-result-wrap .sr-left .sr-map-inquire {
    padding: 60px 10px 0px 10px;
  }
}

.search-result-wrap .sr-left .sr-map-inquire .title {
  font-size: 25px;
  color: #646464;
  margin-bottom: 30px;
}

.search-result-wrap .sr-left .sr-map-inquire .text {
  color: #646464;
  font-size: 18px;
  margin-bottom: 30px;
}

.search-result-wrap .sr-map {
  width: 40%;
  height: auto;
}

@media only screen and (max-width: 660px) {
  .search-result-wrap .sr-map {
    display: none;
  }
}

.search-result-wrap .sr-map .map-responsive {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  height: 100%;
}

.search-result-wrap .sr-map .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* ---------------------  booking confirmation  --------------------- */
.booking-confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1190px) {
  .booking-confirmation {
    display: block;
  }
}

.booking-confirmation .bc-img-wrap {
  width: 550px;
}

@media only screen and (max-width: 1190px) {
  .booking-confirmation .bc-img-wrap {
    margin-top: 150px;
    width: 100%;
  }
}

.read-more-booking-btn-wrap {
  margin-top: -90px;
  height: 40px;
  padding-top: 90px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(167, 167, 167, 0.4)), to(#ffffff));
  background: linear-gradient(to top, rgba(167, 167, 167, 0.4), #ffffff);
  display: none;
}

@media only screen and (max-width: 960px) {
  .read-more-booking-btn-wrap {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .read-more-booking #more-1 {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .read-more-booking #more-2 {
    display: none;
  }
}

.booking-boxes .feature-type-2-wrap .feature-type-2-box:hover .icon-wrap .icon {
  background-color: #aeadad !important;
}

.space-cover-wrap {
  background-size: cover;
  background-position: center;
}

.space-cover-wrap .scover-title {
  font-size: 50px;
}

.space-cover-wrap .scover-content {
  background-color: rgba(0, 0, 0, 0.4);
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.living-list-pre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 1190px) {
  .living-list-pre {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* ---------------------  what is coworking space  --------------------- */
.wacs-wrap {
  background-color: #130529;
}

.wacs-wrap .wacs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1190px) {
  .wacs-wrap .wacs-container {
    padding-top: 85px;
  }
}

@media only screen and (max-width: 960px) {
  .wacs-wrap .wacs-container {
    display: block;
  }
}

.wacs-wrap .wacs-container .wacs-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 960px) {
  .wacs-wrap .wacs-container .wacs-left {
    width: 100%;
  }
}

.wacs-wrap .wacs-container .wacs-left .wacs-content-wrap .wacs-title h1 {
  margin-bottom: 15px;
  margin-top: 5px;
}

.wacs-wrap .wacs-container .wacs-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 960px) {
  .wacs-wrap .wacs-container .wacs-right {
    width: 100%;
  }
}

.wacs-wrap .wacs-container .wacs-right img {
  width: 90%;
}

.wacs-evo-wrap .wevo-title-wrap {
  width: 40%;
  position: relative;
  z-index: 777;
}

@media only screen and (max-width: 960px) {
  .wacs-evo-wrap .wevo-title-wrap {
    width: 100%;
  }
}

.wacs-evo-wrap .wevo-img-wrap {
  margin-top: -100px;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 960px) {
  .wacs-evo-wrap .wevo-img-wrap {
    margin-top: -30px;
  }
}

.wacs-f1-bg-left {
  background-position: left;
}

@media only screen and (max-width: 960px) {
  .wacs-f1-bg-left {
    background-position: bottom;
  }
}

.wacs-f1-bg-right {
  background-position: right;
}

@media only screen and (max-width: 960px) {
  .wacs-f1-bg-right {
    background-position: bottom;
  }
}

.wacs-f1-wrap {
  background-size: contain;
  background-repeat: no-repeat;
}

.wacs-f1-wrap .wacs-f1-container {
  padding-bottom: 20px;
  padding-top: 20px;
}

.wacs-f1-wrap .wacs-f1-container .wacs-f1-content-wrap {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .wacs-f1-wrap .wacs-f1-container .wacs-f1-content-wrap {
    width: 100%;
  }
}

.wacs-f1-wrap .wacs-f1-container .wacs-f1-content-wrap .wf1-box-wrap {
  padding: 20px 15px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .wacs-f1-wrap .wacs-f1-container .wacs-f1-content-wrap .wf1-box-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.wacs-f1-wrap .wacs-f1-container .wacs-f1-content-wrap .wf1-box-wrap .wf1-box-icon {
  margin-right: 15px;
}

@media only screen and (max-width: 960px) {
  .wacs-f1-wrap .wacs-f1-container .wacs-f1-content-wrap .wf1-box-wrap .wf1-box-icon {
    margin-right: 0px;
  }
}

.textjust-mobileleft {
  text-align: justify;
}

@media only screen and (max-width: 960px) {
  .textjust-mobileleft {
    text-align: left !important;
  }
}

/* ---------------------  freelancer finder --------------------- */
.fr-gig-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fr-gig-card-wrap .fr-gig-card-box {
  width: 24%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 990px) {
  .fr-gig-card-wrap .fr-gig-card-box {
    width: 49%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .fr-gig-card-wrap .fr-gig-card-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fr-gig-card-wrap .fr-gig-card-box .fr-gig-card-img {
  height: 250px;
}

.fr-gig-card-wrap .fr-gig-card-box .fr-gig-card-img .fr-gig-card-profile-bg {
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
}

.fr-gig-card-wrap .fr-gig-card-box .fr-gig-card-img .fr-gig-card-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  margin-left: 5px;
  margin-bottom: 5px;
}

.fr-gig-card-wrap .fr-gig-card-box .fr-gig-card-img .fr-gig-card-profile .fr-gig-card-profile-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fr-gig-card-wrap .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 680px) {
  .fr-gig-card-wrap .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details {
    display: block;
  }
}

.fr-gig-card-wrap .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details .fr-gig-card-details-title {
  padding: 5px 0px 5px 0px;
}

.fr-gig-card-wrap .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details .fr-gig-card-details-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 680px) {
  .fr-gig-card-wrap .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details .fr-gig-card-details-btn {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 990px) {
  .fr-gig-card-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 680px) {
  .fr-gig-card-wrap {
    display: block;
  }
}

.fr-gig-card-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fr-gig-card-wrap2 .fr-gig-card-box {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 990px) {
  .fr-gig-card-wrap2 .fr-gig-card-box {
    width: 49%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .fr-gig-card-wrap2 .fr-gig-card-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fr-gig-card-wrap2 .fr-gig-card-box .fr-gig-card-img {
  height: 200px;
}

.fr-gig-card-wrap2 .fr-gig-card-box .fr-gig-card-img .fr-gig-card-profile-bg {
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
}

.fr-gig-card-wrap2 .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 680px) {
  .fr-gig-card-wrap2 .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details {
    display: block;
  }
}

.fr-gig-card-wrap2 .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details .fr-gig-card-details-title {
  padding: 5px 0px 5px 0px;
}

.fr-gig-card-wrap2 .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details .fr-gig-card-details-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 680px) {
  .fr-gig-card-wrap2 .fr-gig-card-box .fr-gig-card-details-wrap .fr-gig-card-details .fr-gig-card-details-btn {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 990px) {
  .fr-gig-card-wrap2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 680px) {
  .fr-gig-card-wrap2 {
    display: block;
  }
}

/* Freelancer main */
.fr-main-bg-height {
  min-height: 720px;
}

.fr-main-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fr-main-icon-wrap .fr-main-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-width {
  width: 45% !important;
}

@media only screen and (max-width: 980px) {
  .feature-width {
    width: 100% !important;
  }
}

.fr-main-img-mr35 {
  margin-left: 35px !important;
}

@media only screen and (max-width: 980px) {
  .fr-main-img-mr35 {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 980px) {
  .fr-main-img-hide {
    display: none;
  }
}

.fr-main-img-4-text {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 980px) {
  .fr-main-img-4-text {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .fr-main-dflex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* JOBS */
.jobbrowse-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jobbrowse-wrap .jobbrowse-left {
  width: 20%;
}

.jobbrowse-wrap .jobbrowse-rigt {
  width: 80%;
}

.urgent-job-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 990px) {
  .urgent-job-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .urgent-job-box .urgent-job-box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.jb-apply-wrap {
  width: 70%;
  margin-top: -450px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 990px) {
  .jb-apply-wrap {
    width: 90%;
  }
}

.jb-apply-head-title {
  font-size: 30px;
}

@media only screen and (max-width: 990px) {
  .jb-apply-head-title {
    font-size: 15px;
  }
}

.jb-apply-head-title-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jb-apply-head-title-below .t1 {
  margin-right: 25px;
}

@media only screen and (max-width: 990px) {
  .jb-apply-head-title-below {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
  .jb-apply-head-title-below .t1 {
    margin-top: 15px;
  }
}

.jb-apply-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jb-apply-head-wrap .jb-apply-head {
  width: 80%;
}

.jb-apply-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 990px) {
  .jb-apply-content-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jb-apply-content-head .left {
  margin-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jb-apply-content-head .right {
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 990px) {
  .jb-apply-content-head .right {
    margin-left: auto;
    margin-right: auto;
  }
}

/* freelancer profile */
.fr-prof-content-wrap {
  margin-top: -450px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
}

@media only screen and (max-width: 990px) {
  .fr-prof-content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fr-prof-content-wrap .fr-prof-details-wrap {
  width: 75%;
}

@media only screen and (max-width: 990px) {
  .fr-prof-content-wrap .fr-prof-details-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-order: 2;
  }
}

.fr-prof-content-wrap .fr-prof-details-wrap .h2-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 990px) {
  .fr-prof-content-wrap .fr-prof-details-wrap .h2-title-wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fr-prof-content-wrap .fr-prof-details-wrap .h2-title-wrap .left {
  width: 50%;
}

@media only screen and (max-width: 990px) {
  .fr-prof-content-wrap .fr-prof-details-wrap .h2-title-wrap .left {
    width: 100%;
  }
}

.fr-prof-content-wrap .fr-prof-details-wrap .h2-title-wrap .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 990px) {
  .fr-prof-content-wrap .fr-prof-details-wrap .h2-title-wrap .right {
    width: 100%;
  }
}

.fr-prof-content-wrap .fr-prof-details-wrap .content {
  padding: 20px;
}

.fr-prof-content-wrap .fr-prof-profile-wrap {
  width: 25%;
  border-left: 2px solid #cccccc;
  background-color: #e9f0ee;
}

@media only screen and (max-width: 990px) {
  .fr-prof-content-wrap .fr-prof-profile-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-order: 1;
  }
}

.fr-prof-content-wrap .fr-prof-profile-wrap .profile-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .profile-img-wrap .img-box .img-wrap {
  position: relative;
  min-height: 160px;
  min-width: 150px;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .profile-img-wrap .img-box .img-wrap .img {
  overflow: hidden;
  -o-object-fit: fill;
     object-fit: fill;
  width: 150px;
  height: 150px;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .profile-img-wrap .img-box .img-wrap .verify {
  width: 25px;
  height: 25px;
  padding: 5px;
  background-color: #00c99b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  margin-left: 5px;
  margin-top: 15px;
  -webkit-box-sizing: boder-box;
          box-sizing: boder-box;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .fr-prof-follow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .fr-prof-follow-wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .fr-prof-follow-wrap .left .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .menu-ul {
  list-style: none;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .menu-ul .li {
  border-bottom: 1px solid #ccc;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .fr-prof-chat-wrap .chat-title {
  border-bottom: 1px solid #ccc;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .fr-prof-chat-wrap .chat-box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .fr-prof-chat-wrap .chat-box .chat-img-wrap {
  position: relative;
  min-height: 50px;
  min-width: 50px;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .fr-prof-chat-wrap .chat-box .chat-img-wrap .img {
  overflow: hidden;
  -o-object-fit: fill;
     object-fit: fill;
  width: 50px;
  height: 50px;
}

.fr-prof-content-wrap .fr-prof-profile-wrap .fr-prof-chat-wrap .chat-box .chat-img-wrap .verify {
  width: 10px;
  height: 10px;
  padding: 5px;
  background-color: #88349a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  margin-left: -5px;
  margin-top: -10px;
  -webkit-box-sizing: boder-box;
          box-sizing: boder-box;
}

.person-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 990px) {
  .person-card-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.person-card-wrap .person-card-box {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (max-width: 990px) {
  .person-card-wrap .person-card-box {
    width: 100%;
  }
}

.person-card-wrap .person-card-box .bg {
  height: 120px;
  position: relative;
}

.person-card-wrap .person-card-box .profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -50px;
}

.person-card-wrap .person-card-box .profile-wrap .profile .img-wrap {
  position: relative;
  min-height: 110px;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.person-card-wrap .person-card-box .profile-wrap .profile .img-wrap .img {
  overflow: hidden;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100px;
  height: 100px;
}

.person-card-wrap .person-card-box .profile-wrap .profile .img-wrap .verify {
  width: 15px;
  height: 15px;
  padding: 5px;
  background-color: #00c99b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  margin-left: 20px;
  margin-top: 15px;
  -webkit-box-sizing: boder-box;
          box-sizing: boder-box;
}

.person-card-wrap .person-card-box .fr-prof-follow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.person-card-wrap .person-card-box .fr-prof-follow-wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.person-card-wrap .person-card-box .fr-prof-follow-wrap .left .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

/* space detail page */
.fullscgalleryhd-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.csdmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.csdmt .csmdt-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.csdmtgallerywrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.csdmtgallerywrap .csdmtgalleryleft {
  width: 50%;
}

.csdmtgallerywrap .csdmtgalleryright {
  width: 49%;
  position: relative;
}

.csdmtgallerywrap .csdmtgalleryright .csdmtgrrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.csdmtgallerywrap .csdmtgalleryright .csdmtgrrow .gibox {
  width: 49%;
}

.csdmtgallerywrap .csdmtgalleryright .csdmtgrrow .giboxlast {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.csdmtgallerywrap .csdmtgalleryright .csdmtgrrow .giboxlast .csdmtgmbtn {
  position: absolute;
  width: 160px;
}

.scda-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scda-wrap .scda-left {
  width: 65%;
}

.scda-wrap .scda-right {
  width: 30%;
}

.scda-wrap .scda-right .booknb-wrap {
  border: 1px solid #dddddd;
  padding: 24px;
}

.scda-wrap .scda-right .booknb-wrap .booknbsp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scda-wrap .scda-right .booknb-wrap .booknbsp .booknbspright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scda-wrap .scda-right .booknb-wrap .booknbsc-wrap {
  border: 1px solid #ccc;
}

.scda-wrap .scda-right .booknb-wrap .booknbsc-wrap .booknbscup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

.scda-wrap .scda-right .booknb-wrap .booknbsc-wrap .booknbscup .booknbscupinput {
  border: 0px;
  color: #646464;
  height: 40px;
}

.scda-wrap .scda-right .booknb-wrap .booknbsc-wrap .booknbscdown {
  border-top: 1px solid #ccc;
  padding: 5px;
}

.scda-wrap .scda-right .booknb-wrap .booknbsc-wrap .booknbscdown .booknbscdownselect {
  border: 0px;
  color: #646464;
  height: 40px;
  width: 100%;
}

.scdasubtitlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scdasubtitlewrap .scdasubtitleleft {
  width: 78%;
}

.scdasubtitlewrap .scdasubtitleright {
  width: 120px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scdasubtitlewrap .scdasubtitleright .scdasubtitlerightimgwrap .scdasubtitlerightimg {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.infocardswi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #dddddd;
  padding: 20px;
}

.scdamenuwrap {
  border: 1px solid #dddddd;
  padding: 5px 20px 0px 20px;
}

.scdamenuwrap .scdamenuul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}

.scdamenuwrap .scdamenuul .scdamenuli {
  float: left;
  height: 100%;
}

.scdamenuwrap .scdamenuul .scdamenuli .scdamenulilink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  color: #646464;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.scdamenuwrap .scdamenuul .scdamenuli .scdamenulilink:hover {
  border-bottom: 4px solid #646464;
}

.scdamenuwrap .scdamenuul .scdamenuli .scdamenulilinkactive {
  border-bottom: 4px solid #00c99b;
}

.pricetable {
  width: 100%;
  border: 0px solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #ffffff;
}

.pricetable tr {
  border-bottom: 1px solid #dddddd;
}

.pricetable tr td {
  text-align: left;
  padding: 10px;
}

.pricetable .pricetablehead {
  text-align: left;
  background-color: #f3f3f3;
  border-bottom: 1px solid #dddddd;
}

.pricetabletab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pricetabletab-wrap .pricetabletabtitle {
  padding: 20px;
  border: 1px solid #dddddd;
  width: 20%;
  text-align: center;
  background-color: #ffffff;
  color: #b2a8a8;
  text-decoration: none;
}

.pricetabletab-wrap .pricetabletabtitle.active {
  color: #ffffff;
}

.sdamenities-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sdamenities-wrap .sdamenitiesul {
  list-style: none;
}

.sdfeaturewrapmapup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sdfeaturewrapmapup .sdfeaturewrapmapupboxw {
  width: 25%;
}

.sdreviewswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sdreviewswrap1 {
  width: 100%;
}

.sdreviewswrap2 {
  width: 100%;
}

.sdreviewswrap2 .sdreviews2ratewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.sdreviewswrap2 .sdreviews2ratewrap .sdreviews2ratetit {
  width: 70px;
}

.sdreviews2ratepogress {
  position: relative;
  height: 10px !important;
  width: 70%;
  background-color: #e9f0ee;
}

.sdreviews2ratepogress .sdreviews2ratespangreen {
  position: absolute;
  height: 100%;
  background-color: #00c99b;
}

.sdreviews2ratepogress .sdreviews2ratespangrey {
  position: absolute;
  height: 100%;
  background-color: #aeadad;
}

.sdreviews2ratepogress .sdreviews2ratespanyellow {
  position: absolute;
  height: 100%;
  background-color: #ddd80e;
}

.sdnewreview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sdnewreview-wrap .sdnewreview-left {
  width: 65%;
}

.sdnewreview-wrap .sdnewreview-right {
  width: 30%;
}

.sdnewreview1 {
  padding: 20px;
}

.sdnewreviewleftlistwrap {
  display: block;
}

.sdnewreviewleftlistbox {
  padding: 40px;
}

.sdnewreviewleftlistboximg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sdnewreviewleftlistboximg {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

/*  contact us */
.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-wrap .contact-form-contain {
  width: 60%;
}

.contact-wrap .contact-form-contain .contact-form-wrap {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-wrap .contact-form-contain .contact-form-wrap .contact-form-left {
  width: 45%;
}

.contact-wrap .contact-form-contain .contact-form-wrap .contact-form-right {
  width: 49%;
}

.contact-wrap .address-wrap {
  padding: 30px;
  width: 30%;
}

.contact-form-input-wrap {
  margin-bottom: 15px;
}

.contact-form-input-wrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.contact-form-input-wrap input {
  width: 100%;
  height: 30px;
  padding: 5px;
  border: 1px solid #cccccc;
}

.contact-form-input-wrap textarea {
  border: 1px solid #cccccc;
  width: 90%;
  min-height: 265px;
  padding: 10px;
}
/*# sourceMappingURL=custom.css.map */