.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

body {
  position: relative;
}

.footer, .header, .marketing {
  padding-right: 1rem;
  padding-left: 1rem;
}

.header {
  padding-bottom: 1rem;
  border-bottom: .05rem solid #e5e5e5;
}

.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

.footer {
  padding-top: 1.5rem;
  color: #777;
  border-top: .05rem solid #e5e5e5;
}

.container-narrow > hr {
  margin: 2rem 0;
}

.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}

.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

.marketing {
  margin: 3rem 0;
}

.marketing p + h4 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 48em) {
  .footer, .header, .marketing {
    padding-right: 0;
    padding-left: 0;
  }
  
  .header {
    margin-bottom: 2rem;
  }
  
  .jumbotron {
    border-bottom: 0;
  }
}

.location-block .img-fluid {
  margin-top: 30px;
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfonte6e3.eot?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0);
  src: url(../fonts/fontawesome-webfont5ec4.eot?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfonte6e3.woff2?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfonte6e3.woff?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0) format("woff"), url(../fonts/fontawesome-webfonte6e3.ttf?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfonte6e3.svg?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

.fa-krw:before, .fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before, .fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before, .fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  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;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  border-color: transparent;
  background: #3e3e3e;
  border-width: 0;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li.slick-active button {
  border: 2px solid #3e3e3e;
  background: #fff;
  width: 14px;
  height: 14px;
}

.about-slider .slick-arrow, .banner-slider .slick-arrow {
  display: none !important;
}

.events-slide-show {
  margin: 30px 0 0;
}

.events-slide-show .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  background: 0;
  border: 0;
  outline: 0;
}

.events-slide-show .slick-arrow:before {
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  font-size: 32px;
  color: #0089b4;
}

.events-slide-show .slick-arrow.slick-prev {
  left: -15px;
}

.events-slide-show .slick-arrow.slick-prev:before {
  left: 0;
  content: "\f104";
}

.events-slide-show .slick-arrow.slick-next {
  right: -15px;
}

.events-slide-show .slick-arrow.slick-next:before {
  right: 0;
  content: "\f105";
}

.events-slide-show .slick-arrow:focus, .events-slide-show .slick-arrow:hover {
  outline: 0;
}

body {
  font-weight: 400;
}

a, body, p {
  font-size: 1rem;
}

a, h1, h2, h3, h4, h5, h6 {
  font-family: Nunito Sans, sans-serif;
}

h1.font-light {
  font-weight: 200;
  font-size: 3.6rem;
}

h1.font-regular {
  font-weight: 400;
  font-size: 4.4rem;
}

h1.font-medium {
  font-weight: 600;
  font-size: 3.1rem;
}

h1.font-bold {
  font-weight: 700;
  font-size: 1.4rem;
}

h1.font-extrabold {
  font-weight: 800;
  font-size: 1.5rem;
}

h1.font-black {
  font-weight: 700;
  font-size: .9rem;
}

h1.special.font-light {
  font-weight: 300;
  font-size: 3.2rem;
}

h1.special.font-regular {
  font-weight: 400;
  font-size: 3rem;
}

h1.special.font-medium {
  font-weight: 600;
  font-size: 2rem;
}

h1.special.font-bold {
  font-weight: 700;
  font-size: .9rem;
}

h2.font-light {
  font-weight: 300;
  font-size: 2.9rem;
}

h2.font-regular {
  font-weight: 400;
  font-size: 2.4rem;
}

h2.font-medium {
  font-weight: 600;
  font-size: 1.5rem;
}

h2.special.font-light {
  font-weight: 300;
  font-size: 2.4rem;
}

h2.special.font-regular {
  font-weight: 400;
  font-size: 1.9rem;
}

h2.special.font-medium {
  font-weight: 600;
  font-size: 1.4rem;
}

h3.font-light {
  font-weight: 200;
  font-size: 1.8rem;
}

h3.font-regular {
  font-weight: 400;
  font-size: 1.85rem;
}

h3.font-medium {
  font-weight: 600;
  font-size: 1.2rem;
}

h3.special.font-light {
  font-weight: 300;
  font-size: 1.7rem;
}

h3.special.font-regular {
  font-weight: 400;
  font-size: 1.8rem;
}

h3.special.font-medium {
  font-weight: 600;
  font-size: 1.1rem;
}

h4.font-light {
  font-weight: 300;
  font-size: 1.45rem;
}

h4.font-regular {
  font-weight: 400;
  font-size: 1.7rem;
}

h4.special.font-light {
  font-weight: 300;
  font-size: 1.2rem;
}

h4.special.font-regular {
  font-weight: 400;
  font-size: 1.45rem;
}

h5.font-regular {
  font-weight: 400;
  font-size: 1.4rem;
}

h5.special.font-regular {
  font-weight: 400;
  font-size: 1.3rem;
}

h6.font-regular {
  font-weight: 400;
  font-size: 1.1rem;
}

h6.special.font-regular {
  font-weight: 400;
  font-size: 1rem;
}

.amenties-block h2, .block-overview h4, .location-block h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.amenties-block h2.special.font-medium {
  font-size: 1.5rem;
}

.property-type-block .property-type-content h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.block-contact-home.interest-block h1.font-light, .property-type-block .type-block h3, .signature-communities-page .property-type-block h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.block-static-01.block-latest.block-latest-launches .content-text h1, .block-static-01.block-latest.block-latest-launches .content-text h1 span {
  font-size: 1.5rem;
}

.block-static-01.block-latest.block-latest-launches .content-text h2 {
  font-size: 1.2rem;
}

.block-what-we-do-01-content-wrapper .block-static-01.block-latest .content-text h1, .block-what-we-do-01-content-wrapper .block-static-01.block-latest .content-text h1 span {
  font-size: 1.5rem;
}

.block-what-we-do-01-content-wrapper .block-static-01.block-latest .content-text h2 {
  font-size: 1.2rem;
}

.block-static-01 .content-text.text-green h2, .block-static-02.content-center-background h2 {
  font-size: 1.5rem;
}

.block-static-02.content-center-background h2.special {
  font-size: 1.2rem;
}

@media screen and (max-width: 675px) {
  header .top-nav .navbar-nav p {
    font-size: 0.6rem !important;
  }
  
  body {
    font-weight: 400;
  }
  
  a, body, p {
    font-size: 14px;
  }
  
  a, h1, h2, h3, h4, h5, h6 {
    font-family: Nunito Sans, sans-serif;
  }
  
  h1.font-light {
    font-weight: 200;
    font-size: 36px;
  }
  
  h1.font-regular {
    font-weight: 400;
    font-size: 36px;
  }
  
  h1.font-medium {
    font-weight: 600;
    font-size: 43px;
  }
  
  h1.font-bold {
    font-weight: 700;
    font-size: 20px;
  }
  
  h1.font-extrabold {
    font-weight: 800;
    font-size: 18px !important;
    margin-top: 10px;
    margin-bottom: 5px !important;
  }
  
  h1.font-black {
    font-weight: 900;
    font-size: 13px;
  }
  
  h1.special.font-light {
    font-weight: 300;
    font-size: 36px;
  }
  
  h1.special.font-regular {
    font-weight: 400;
    font-size: 32px;
  }
  
  h1.special.font-medium {
    font-weight: 600;
    font-size: 28px;
  }
  
  h1.special.font-bold {
    font-weight: 700;
    font-size: 13px;
  }
  
  h2.font-light {
    font-weight: 300;
    font-size: 30px;
  }
  
  h2.font-regular {
    font-weight: 400;
    font-size: 33px;
  }
  
  h2.font-medium {
    font-weight: 600;
    font-size: 26px;
  }
  
  h2.special.font-light {
    font-weight: 300;
    font-size: 33px;
  }
  
  h2.special.font-regular {
    font-weight: 400;
    font-size: 26px;
  }
  
  h2.special.font-medium {
    font-weight: 600;
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }
  
  h3.font-light {
    font-weight: 200;
    font-size: 24px;
  }
  
  h3.font-regular {
    font-weight: 400;
    font-size: 25px;
  }
  
  h3.font-medium {
    font-weight: 600;
    font-size: 16px;
  }
  
  h3.special.font-light {
    font-weight: 300;
    font-size: 24px;
  }
  
  h3.special.font-regular {
    font-weight: 400;
    font-size: 25px;
  }
  
  h3.special.font-medium {
    font-weight: 600;
    font-size: 16px;
  }
  
  h4.font-light {
    font-weight: 300;
    font-size: 20px;
  }
  
  h4.font-regular {
    font-weight: 400;
    font-size: 18px;
  }
  
  h4.special.font-light {
    font-weight: 300;
    font-size: 16px;
  }
  
  h4.special.font-regular, h5.font-regular {
    font-weight: 400;
    font-size: 20px;
  }
  
  h5.special.font-regular {
    font-weight: 400;
    font-size: 18px;
  }
  
  h6.font-regular {
    font-weight: 400;
    font-size: 15px;
  }
  
  h6.special.font-regular {
    font-weight: 400;
    font-size: 14px;
  }
}

.img-fluid {
  width: 100%;
}

.full-height-background {
  height: 100vh;
}

.full-height-background, .half-height-background {
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-height-background {
  height: 60vh;
}

.half-height-background.quarter-height-background {
  height: 10vh;
}

.half-height-background.careers-height-background {
  height: 40vh;
}

.half-height-background.community-inner-banner {
  height: 309px;
}

.background-column {
  height: 100%;
}

.background-column, .content-center-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-center-background {
  width: 100%;
  min-height: 400px;
}

.navbar-brand {
  background: url(../images/SODIC_Logo_Teal_RGB.png) no-repeat 50% / contain;
  width: 109px;
  height: 38px;
  display: block;
  padding: 0;
  margin: 0;
}

.navbar-brand.brand-stock {
  background-image: url(../images/logo-stock.png);
  width: 98px;
  height: 15px;
  display: block;
  margin-right: 10px;
}

.navbar-brand.brand-footer {
  background-image: url(../images/SODIC_Logo_White_RGB.png);
  width: 139px;
  height: 34px;
  display: block;
}

.sm-search-icon {
  background: url(../images/search-icon.svg) no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: block;
  padding: 0;
  margin: 0;
}

.social-icon {
  width: 31px;
  height: 31px;
  display: block;
}

.call-icon {
  background: url(../images/call-icon.svg) no-repeat 50% / contain;
}

.email-icon {
  background: url(../images/email-icon.svg) no-repeat 50% / contain;
}

.whatsapp-icon {
  background: url(../images/whatsapp-icon.svg) no-repeat 50% / contain;
}

a:hover .call-icon {
  background: url(../images/call-icon-white.svg) no-repeat 50% / contain;
}

a:hover .email-icon {
  background: url(../images/email-icon-white.svg) no-repeat 50% / contain;
}

a:hover .whatsapp-icon {
  background: url(../images/whatsapp-icon-white.svg) no-repeat 50% / contain;
}

.icon-search {
  width: 36px;
  height: 36px;
  display: block;
  background: url(../images/main-search-icon.svg) no-repeat 50% / contain;
}

.shap-belong {
  position: absolute;
  bottom: 0;
}

.contact-icons {
  width: 41px;
  height: 41px;
  display: block;
}

.call-icon-large {
  background: url(../images/call-icon-large.svg) no-repeat 50% / contain;
}

.email-icon-large {
  background: url(../images/email-icon-large.svg) no-repeat 50% / contain;
}

.whatsapp-icon-large {
  background: url(../images/whatsapp-icon-large.svg) no-repeat 50% / contain;
}

.contact-block:hover .call-icon-large {
  background: url(../images/call-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.contact-block:hover .email-icon-large {
  background: url(../images/email-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.contact-block:hover .whatsapp-icon-large {
  background: url(../images/whatsapp-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.shap-main-belong-01 {
  width: 523px;
  height: 396px;
  display: block;
  background: url(../images/shap-belong-01.png) no-repeat 0 100% / contain;
}

.shap-main-belong-02 {
  width: 406px;
  height: 621px;
  display: block;
  background: url(../images/shap-belong-02.png) no-repeat 100% 100% / contain;
}

.shap-main-belong-03 {
  width: 310px;
  height: 464px;
  display: block;
  background: url(../images/shap-belong-03.png) no-repeat 0 100% / contain;
}

.shap-main-belong-04 {
  width: 353px;
  height: 454px;
  display: block;
  background: url(../images/shap-belong-04.png) no-repeat 100% 100% / contain;
}

.logo-sodic-sm {
  background-image: url(../images/logo-white.png);
  width: 139px;
  height: 34px;
  display: block;
}

.video-sodic-sm {
  background: url(../images/video-icon.png) no-repeat 50% / contain;
  width: 60px;
  height: 60px;
  display: block;
}

.fa-footer {
  display: block;
  width: 37px;
  height: 37px;
}

.fa-facebook-footer {
  background: url(../images/facebook-footer-icon.svg) no-repeat 50% / contain;
}

.fa-twitter-footer {
  background: url(../images/twitter-footer-icon.svg) no-repeat 50% / contain;
}

.fa-whatsapp-footer {
  background: url(../images/whatsapp-footer-icon.svg) no-repeat 50% / contain;
}

.fa-instagram-footer {
  background: url(../images/instagram-footer-icon.svg) no-repeat 50% / contain;
}

.fa-linkedin-footer {
  background: url(../images/linkedin-footer-icon.svg) no-repeat 50% / contain;
}

.fa-youtube-footer {
  background: url(../images/youtube-footer-icon.svg) no-repeat 50% / contain;
}

.instagram-wrapper {
  display: block;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: 0;
}

a:hover .fa-facebook-footer {
  background: url(../images/facebook-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-twitter-footer {
  background: url(../images/twitter-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-whatsapp-footer {
  background: url(../images/whatsapp-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-instagram-footer {
  background: url(../images/instagram-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-linkedin-footer {
  background: url(../images/linkedin-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-youtube-footer {
  background: url(../images/youtube-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .instagram-wrapper {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.25);
  box-shadow: 0 3px 10px rgba(0,0,0,.25);
}

.icon-contact {
  display: block;
  width: 42px;
  height: 60px;
}

.icon-mail-contact {
  background: url(../images/mail-contact-icon.svg) no-repeat 0 / contain;
}

.icon-phone-contact {
  background: url(../images/phone-contact-icon.svg) no-repeat 0 / contain;
}

.icon-branches-contact {
  background: url(../images/branches-contact-icon.svg) no-repeat 0 / contain;
}

.icon-location-contact {
  background: url(../images/location-contact-icon.svg) no-repeat 50% / contain;
}

.btn:hover .icon-location-contact, a:hover .icon-location-contact {
  background: url(../images/location-contact-icon-white.svg) no-repeat 50% / contain;
}

.icon-jop {
  display: block;
  width: 105px;
  height: 86px;
}

.icon-fulltime-jop {
  background: url(../images/fulltime-job-icon.svg) no-repeat 0 / contain;
}

.icon-internship-jop {
  background: url(../images/internship-icon.svg) no-repeat 0 / contain;
}

.amenties-icon {
  display: block;
  width: 52px;
  height: 52px;
}

.malls-icon {
  background: url(../images/mall-icon.svg) no-repeat 50% / contain;
}

.security-icon {
  background: url(../images/security-icon.svg) no-repeat 50% / contain;
}

.club-icon {
  background: url(../images/club-icon.svg) no-repeat 50% / contain;
}

.swimming-icon {
  background: url(../images/swimming-icon.svg) no-repeat 50% / contain;
}

.gardens-icon {
  background: url(../images/gardens-icon.svg) no-repeat 50% / contain;
}

.landscape-icon {
  background: url(../images/landscape-icon.svg) no-repeat 50% / contain;
}

.schools-icon {
  background: url(../images/schools-icon.svg) no-repeat 50% / contain;
}

a:hover .malls-icon {
  background: url(../images/mall-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .security-icon {
  background: url(../images/security-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .club-icon {
  background: url(../images/club-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .swimming-icon {
  background: url(../images/swimming-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .gardens-icon {
  background: url(../images/gardens-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .landscape-icon {
  background: url(../images/landscape-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .schools-icon {
  background: url(../images/schools-icon-hover.svg) no-repeat 50% / contain;
}

.signature-community-logo {
  display: block;
  width: 373px;
  height: 58px;
  background: url(../images/signature-community-logo.png) no-repeat 50% / contain;
}

.block-media-center .media-box-wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 209px;
}

.location-block .block-media-center .media-box-wrapper {
  min-height: 309px;
}

.location-block.signature-hide-block .block-media-center .media-box-wrapper {
  min-height: auto;
}

.location-block.signature-hide-block .block-media-center .media-box-wrapper a {
  position: relative;
}

.icon-project-logo {
  display: block;
  width: 150px;
  height: 90px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-form-ico {
  display: block;
  width: 18px;
  height: 20px;
}

.username-ico {
  background: url(../images/username-ico.png) no-repeat 50% / contain;
}

.password-ico {
  background: url(../images/password-ico.png) no-repeat 50% / contain;
}

@media screen and (min-width: 1369px) {
  .block-media-center .media-box-wrapper {
    min-height: 293px;
  }
}

@media screen and (max-width: 767px) {
  .block-media-center .media-box-wrapper {
    min-height: 293px;
  }
}

.nav-icons {
  display: block;
  width: 20px;
  height: 22px;
}

.profile-setting-icon {
  background: url(../images/profile-setting-icon.png) no-repeat 50% / contain;
}

.notification-icon {
  background: url(../images/notification-icon.png) no-repeat 50% / contain;
}

.community-icons {
  display: block;
  width: 36px;
  height: 36px;
}

.restaurant-icon {
  background: url(../images/restaurant-icon.png) no-repeat 50% / contain;
}

.supermartkets-icon {
  background: url(../images/supermarkets-icon.png) no-repeat 50% / contain;
}

.health-icon {
  background: url(../images/health-icon.png) no-repeat 50% / contain;
}

.pharmacies-icon {
  background: url(../images/pharmcies-icon.png) no-repeat 50% / contain;
}

.banks-icon {
  background: url(../images/banks-icon.png) no-repeat 50% / contain;
}

.education-icon {
  background: url(../images/education-icon.png) no-repeat 50% / contain;
}

.sports-icon {
  background: url(../images/sports-icon.png) no-repeat 50% / contain;
}

.community-title-icons {
  width: 70px;
  height: 70px;
  margin: 0;
  display: block;
}

.directory-icon {
  background: url(../images/directory-icon.png) no-repeat 50% / contain;
}

.services-icon {
  background: url(../images/services-icon.png) no-repeat 50% / contain;
}

.gate-pass-icon {
  background: url(../images/gate-pass-icon.png) no-repeat 50% / contain;
}

.chat-icon {
  width: 23px;
  height: 23px;
  margin: 0;
  display: block;
  background: url(../images/chat-icon.png) no-repeat 50% / contain;
}

.go-smart-icon {
  background: url(../images/go-smart-icon.png) no-repeat 50% / contain;
}

.electrician-icon {
  background: url(../images/electrician-icon.png) no-repeat 50% / contain;
}

.aluminum-icon {
  background: url(../images/aluminum-icon.png) no-repeat 50% / contain;
}

.carpentry-icon {
  background: url(../images/carpentry-icon.png) no-repeat 50% / contain;
}

.plumper-icon {
  background: url(../images/plumper-icon.png) no-repeat 50% / contain;
}

.ac-icon {
  background: url(../images/ac-icon.png) no-repeat 50% / contain;
}

.car-wash-icon {
  background: url(../images/car-wash-icon.png) no-repeat 50% / contain;
}

.satellite-icon {
  background: url(../images/satellite-icon.png) no-repeat 50% / contain;
}

.calender-picker-icon {
  width: 18px;
  height: 20px;
  display: block;
  background: url(../images/calender-picker-icon.png) no-repeat 50% / contain;
}

.code-img {
  display: block;
  width: 82px;
  height: 82px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.share-icon {
  background: url(../images/share-icon-white.png) no-repeat 50% / contain;
}

.save-icon {
  background: url(../images/save-icon-dark.png) no-repeat 50% / contain;
}

.btn:hover .share-icon {
  background: url(../images/share-icon-blue.png) no-repeat 50% / contain;
}

.payment-method-logos {
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.meeza-logo {
  width: 100px;
  height: 48px;
}

.visa-master-logo {
  width: 150px;
  height: 48px;
}

header .top-nav .form-inline {
  position: relative;
}

header .top-nav .form-inline .form-control {
  background: #ebebeb;
  font-size: .6rem;
  font-weight: 300;
  color: #494948;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 0;
  padding: 0 15px;
  min-width: 175px;
  height: 26px;
}

header .top-nav .form-inline .form-control:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(68,201,246,.25);
  box-shadow: 0 0 0 .2rem rgba(68,201,246,.25);
}

header .top-nav .form-inline .btn {
  position: absolute;
  margin: -7.5px 0 0;
  right: 15px;
  top: 50%;
}

footer .footer-block-02 .form-inline {
  position: relative;
  padding-top: 4px;
}

footer .footer-block-02 .form-inline .form-control {
  border: 0;
  background: #494948;
  color: hsla(0,0%,100%,.3);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: .8rem;
  font-weight: 400;
  width: 100%;
  height: 43px;
  padding: 0 150px 0 15px;
}

footer .footer-block-02 .form-inline .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer .footer-block-02 .form-inline .btn {
  border: 0;
  color: #fff;
  font-size: .8rem;
  font-weight: 400;
  background: #0089b4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: absolute;
  right: 0;
  width: 135px;
  padding: 14px 0 10px;
}

.contact-form-home .custom-controls-stacked {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.contact-form-home .custom-control {
  margin: 0;
  padding: 5px 0 5px 1.5rem;
}

.contact-form-home .custom-control .material-control-description {
  color: #fff;
}

.contact-form-home .custom-control.material-checkbox .material-control-indicator {
  border-color: #fff;
  top: 10px;
}

.contact-form-home .lang {
  background: #c7c8ca;
  padding: 10px 15px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form-home .form-group {
  margin: 0 0 30px;
  position: relative;
}

.contact-form-home .form-group:last-child {
  margin: 0;
}

.contact-form-home .form-label {
  position: absolute;
  top: 11px;
  left: 30px;
  color: #494948;
  font-weight: 400;
  font-size: .8rem;
  margin: 0;
}

.contact-form-home .form-control {
  background: #c7c8ca;
  color: #494948;
  font-weight: 400;
  font-size: .8rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 15px;
  height: auto;
}

.contact-form-home .form-control.special {
  padding-left: 45px;
}

.contact-form-home .form-control.bootstrap-select {
  position: relative;
  padding: 0;
}

.contact-form-home .form-control.bootstrap-select .dropdown-toggle {
  background: #c7c8ca;
  color: #494948;
  font-weight: 400;
  font-size: .8rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 15px;
  border-color: #c7c8ca;
}

.contact-form-home .form-control.bootstrap-select .dropdown-toggle:after {
  position: absolute;
  border: 0;
  right: 15px;
  width: 20px;
  height: 12px;
  background: url(../images/dropdown-arrow-dark.png) no-repeat 50% / contain;
}

.contact-form-home .form-control.bootstrap-select .dropdown-menu {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  border: 0;
}

.contact-form-home .form-control.bootstrap-select .dropdown-menu li {
  position: relative;
}

.contact-form-home .form-control.bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
  font-size: .85rem;
  font-weight: 300;
  color: #ccc;
  background: #444242;
}

.contact-form-home .form-control.bootstrap-select .dropdown-menu li a:hover {
  background: #c7c8ca;
  color: #494948;
}

.contact-form-home textarea {
  resize: none;
}

.contact-form-home .form-check-label {
  color: #fff;
  font-weight: 400;
  font-size: .8rem;
}

.contact-form-home .btn-01 {
  width: 100%;
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
  padding: 10px 0;
}

.contact-form-home .btn-01:hover {
  background: #333132;
  color: #fff;
}

.contact-form-home .form-check {
  padding: 8px 15px;
}

.error-msg {
  position: absolute;
  bottom: -22px;
  color: red !important;
  font-size: .8rem;
  font-weight: 400;
}

.block-form-contact .custom-controls-stacked {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.block-form-contact .custom-control {
  margin: 0;
  padding: 5px 0 5px 1.5rem;
}

.block-form-contact .custom-control .material-control-description {
  color: #494948;
}

.block-form-contact .custom-control.material-checkbox .material-control-indicator {
  border-color: #494948;
  top: 10px;
}

.slider-wrapper {
  width: 500px;
  display: inline-block;
  position: relative;
  font-family: arial;
}

.ui-slider {
  background: #efefef;
  border: 1px solid #d2d2d2;
  height: 20px;
  position: relative;
  border-radius: 100px;
}

.ui-slider-range {
  background: #71c0ff;
  height: 20px;
  position: absolute;
  border-top: 1px solid #5d99c8;
  border-bottom: 1px solid #5d99c8;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.ui-slider-range:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
}

.ui-slider-handle {
  background: #555;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 100px;
  z-index: 10;
  background: -webkit-gradient(linear,left top,left bottom,from(#555),to(#454545));
  background: linear-gradient(#555,#454545);
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-box-shadow: inset -2px -2px 6px 2px rgba(0,0,0,.1);
  box-shadow: inset -2px -2px 6px 2px rgba(0,0,0,.1);
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.ui-slider-handle:focus {
  outline: 0;
}

.ui-slider-handle:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.ui-state-active {
  width: 22px;
}

.range-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.range {
  background: #fff;
  white-space: nowrap;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: .02em;
  color: #555;
  width: 150px;
  z-index: 10;
  position: relative;
}

.range:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 67px solid transparent;
  border-right: 67px solid transparent;
  border-top: 6px solid #d2d2d2;
}

.range-value {
  width: 74px;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.range-divider {
  width: 1px;
  display: inline-block;
}

.range-divider:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  content: "";
}

.range-alert {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #d2d2d2;
  color: #0e0e0e;
  line-height: 15px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

.range-alert.active {
  right: -15px;
}

.marker {
  top: 100%;
  padding-top: 16px;
  font-size: 13px;
  color: #555;
  letter-spacing: .05em;
}

.marker, .marker:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.marker:after {
  content: "";
  width: 1px;
  height: 8px;
  background: #d2d2d2;
  top: 0;
  left: 50%;
}

.marker-0:after {
  display: none;
}

.marker-25 {
  left: 25%;
}

.marker-50 {
  left: 50%;
}

.marker-75 {
  left: 75%;
}

.marker-100 {
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.marker-100:after {
  display: none;
}

.gear-wrapper {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 150px;
  height: 20px;
  overflow: hidden;
}

.gear-large {
  width: 40px;
  height: 40px;
  background: #d2d2d2;
  top: 18px;
  left: 18px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.15s;
  transition: top 0.15s;
}

.gear-large, .gear-large:after {
  border-radius: 100px;
  position: absolute;
}

.gear-large:after {
  content: "";
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #e8e8e8;
}

.gear-large:nth-child(2) {
  background: #d2d2d2;
  left: auto;
  right: 18px;
}

.gear-large:nth-child(2) .gear-tooth {
  background: #d2d2d2;
}

.gear-large.active {
  top: 4px;
}

.gear-tooth {
  width: 22%;
  height: 114%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #d2d2d2;
  border-radius: 2px;
}

.gear-tooth:nth-child(2) {
  -webkit-transform: rotate(90deg) translate(-50%,-50%);
  transform: rotate(90deg) translate(-50%,-50%);
}

.gear-tooth:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%,-50%);
  transform: rotate(45deg) translate(-50%,-50%);
}

.gear-tooth:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(-50%,-50%);
  transform: rotate(-45deg) translate(-50%,-50%);
}

.range-control .irs--flat .irs-bar, .range-control .irs--flat .irs-line {
  background: #6a6a6a;
  height: 2px;
}

.range-control .irs--flat .irs-handle > i:first-child {
  background: #6a6a6a;
  width: 20px;
  height: 20px;
  top: -5px;
}

.range-control .irs--flat .irs-max, .range-control .irs--flat .irs-min {
  background: 0;
  font-weight: 400;
  font-size: .8rem;
  color: #6a6a6a;
  bottom: -50px;
  top: inherit;
}

.range-control .irs--flat .irs-single {
  background: 0;
  font-weight: 700;
  font-size: .8rem;
  color: #6a6a6a;
  bottom: -60px;
  top: inherit;
  margin-left: 10px;
}

.range-control .irs--flat .irs-single:before {
  display: none;
}

.country-flag-select-wrapper {
  width: 100%;
}

.country-flag-select-wrapper .dropdown dd, .country-flag-select-wrapper .dropdown dt, .country-flag-select-wrapper .dropdown ul {
  margin: 0;
  padding: 0;
}

.country-flag-select-wrapper .dropdown dd ul li a span:first-child, .country-flag-select-wrapper .dropdown dt a span span:first-child {
  background-image: url(https://i.imgur.com/OQiDoZe.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.country-flag-select-wrapper .dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
  white-space: nowrap;
}

.country-flag-select-wrapper .dropdown dt a img {
  position: relative;
  z-index: 1;
}

.country-flag-select-wrapper .dropdown dt a span span:first-child:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
}

.country-flag-select-wrapper .dropdown dt a span span {
  display: inline-block;
  padding: 0;
}

.country-flag-select-wrapper .dropdown dt a span span:first-child {
  padding: 0;
}

.country-flag-select-wrapper .dropdown dd {
  position: relative;
}

.country-flag-select-wrapper .dropdown a, .country-flag-select-wrapper .dropdown a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: 0;
}

.country-flag-select-wrapper .dropdown a:hover, .country-flag-select-wrapper .dropdown dt a:focus, .country-flag-select-wrapper .dropdown dt a:hover {
  color: #5d4617;
}

.country-flag-select-wrapper .dropdown dt a {
  position: relative;
  background: #c7c8ca;
  display: block;
  overflow: hidden;
}

.country-flag-select-wrapper .dropdown dd ul {
  color: #ccc;
  background: #444242;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  width: 270px;
  list-style: none;
  max-height: 170px;
  overflow-y: scroll;
  top: 0;
  z-index: 2;
}

.country-flag-select-wrapper li a {
  font-size: 13px;
}

.country-flag-select-wrapper li a span:nth-child(2) {
  line-height: 2em;
}

.country-flag-select-wrapper .dropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
  border-left: 1px solid rgba(0,0,0,.1);
}

.country-flag-select-wrapper .dropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.4);
}

.country-flag-select-wrapper .dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: #00f;
}

.country-flag-select-wrapper .dropdown span.value {
  display: none;
}

.country-flag-select-wrapper .dropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 12px !important;
  color: #ccc;
  border-bottom: 1px solid hsla(0,0%,100%,.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.country-flag-select-wrapper .dropdown dd ul li a:hover {
  background: #c7c8ca;
  color: #494948;
}

.country-flag-select-wrapper dl.dropdown {
  display: inline-block;
}

.country-flag-select-wrapper dl.dropdown span:nth-child(3) {
  color: #ccc;
  margin-left: auto;
}

.country-flag-select-wrapper dl.dropdown a:hover span:nth-child(3) {
  color: #494948;
}

.country-flag-select-wrapper dl.dropdown > span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-left: 5px;
}

.country-flag-select-wrapper dl.dropdown span:nth-child(3) {
  float: right;
}

.country-flag-select-wrapper dl.dropdown dt span:nth-child(2) {
  color: rgba(0,0,0,.6);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6em;
}

.country-flag-select-wrapper .countryFlag {
  padding: 0;
  background-image: url(../images/country-flags.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 10px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 2px 2px;
  border-color: #bfbfc1 #b6b6b6 #969696;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.09);
  box-shadow: 0 1px 1px rgba(0,0,0,.09);
}

.country-flag-select-wrapper .dropdown {
  width: 100%;
  margin: 0;
}

.country-flag-select-wrapper .dropdown dt {
  width: 100%;
}

.country-flag-select-wrapper .dropdown dt a {
  padding: 10px 0;
}

.country-flag-select-wrapper .dropdown dt a span span:first-child {
  margin: 0 auto;
  display: block;
}

.country-flag-select-wrapper .dropdown dt a span span:nth-child(2), .country-flag-select-wrapper .dropdown dt a span span:nth-child(3) {
  display: none;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.block-contact-home.interest-block.block-form-contact .country-flag-select-wrapper .dropdown dt a {
  background: #fff;
}

.login-start-block .login-form-home {
  max-width: 448px;
  margin: 0 auto;
  width: 100%;
}

.login-form-home .form-group {
  position: relative;
  margin: 0 0 30px;
}

.login-form-home .form-group h2 {
  text-align: left;
  margin: 0;
}

.login-form-home .form-group .form-control {
  background: hsla(0,0%,100%,.38);
  border: 1px solid transparent;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: .8rem;
  padding: 20px 15px;
  height: auto;
}

.login-form-home .form-group .form-control.with-ico {
  padding: 20px 15px 20px 55px;
}

.login-form-home .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.login-form-home .form-group .form-control::-moz-placeholder {
  color: #fff;
}

.login-form-home .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}

.login-form-home .form-group .form-control:-moz-placeholder {
  color: #fff;
}

.login-form-home .form-group .form-control:focus {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: hsla(0,0%,100%,.1);
  border-color: hsla(0,0%,100%,.1);
}

.login-form-home .form-group .custom-control {
  text-align: left;
}

.login-form-home .form-group .custom-control.material-checkbox .material-control-indicator {
  border-color: #fff;
}

.login-form-home .form-group .custom-control.material-checkbox .material-control-description {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: .8rem;
  color: #fff;
}

.login-form-home .form-group .forget-password-link {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: .7rem;
  color: #fff;
  text-align: right;
  display: block;
  margin: 4px 0 0;
}

.login-form-home .form-group .forget-password-link:hover {
  text-decoration: underline;
}

.login-form-home .form-group .invalid-feedback {
  text-align: left;
}

.community-forms .col-form-label {
  color: #6d6f72;
  font-size: .9rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community-forms .form-control {
  color: #6d6f72;
  font-size: .9rem;
  font-weight: 400;
  padding: 10px 30px;
  height: auto;
  border: 0;
  background: #d1d1d1;
  border-radius: 25px;
}

.community-forms .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dcddde;
  color: #6d6f72;
}

.community-forms .form-control.bootstrap-select {
  padding: 0;
}

.community-forms .form-control.bootstrap-select .dropdown-toggle {
  color: #6d6f72;
  font-size: .9rem;
  font-weight: 400;
  padding: 10px 30px;
  height: auto;
  border: 0;
  background: #d1d1d1;
  border-radius: 25px;
}

.community-forms .form-control.bootstrap-select .dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  border: 0;
}

.community-forms .form-control.bootstrap-select .dropdown-menu {
  padding: 0;
  border: 0;
  background: #6d6f72;
  border-radius: 5px;
}

.community-forms .form-control.bootstrap-select .dropdown-menu a {
  font-size: .9rem;
  font-weight: 400;
  padding: 5px 30px;
  color: #fff;
}

.community-forms .form-control.bootstrap-select .dropdown-menu a.active, .community-forms .form-control.bootstrap-select .dropdown-menu a:hover {
  color: #fff;
  background: #0089b4;
}

.community-forms textarea {
  min-height: 178px;
  resize: none;
}

.community-forms .input-group > .custom-select:not(:last-child), .community-forms .input-group > .form-control:not(:last-child) {
  border-radius: 25px;
}

.community-forms .input-group-addon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -11px 0 0;
}

.community-forms .form-group {
  margin: 0 0 30px;
  position: relative;
}

.community-forms .btn-group {
  width: 100%;
}

.community-forms .btn-group .btn {
  width: 100%;
  display: block;
  margin: 15px 0;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: .9rem;
}

.datepicker-dropdown {
  background: #6d6f72;
  border-color: #6d6f72;
}

.datepicker-dropdown:after, .datepicker-dropdown:before {
  border-bottom-color: #6d6f72;
}

.datepicker-dropdown th {
  color: #fff;
  font-size: .8rem;
}

.datepicker-dropdown table tr td, .datepicker-dropdown table tr th {
  padding: 5px;
}

.datepicker-dropdown table tr td {
  color: #fff;
  font-size: .8rem;
}

.datepicker-dropdown table tr td.new, .datepicker-dropdown table tr td.old {
  color: #d1d1d1;
  opacity: .5;
}

.datepicker-dropdown .datepicker-switch:hover, .datepicker-dropdown .next:hover, .datepicker-dropdown .prev:hover, .datepicker-dropdown table tr td.day.focused, .datepicker-dropdown table tr td.day:hover, .datepicker-dropdown tfoot tr th:hover {
  background: #d1d1d1;
  color: #6d6f72;
}

.datepicker-dropdown table tr td.active, .datepicker-dropdown table tr td.active.active, .datepicker-dropdown table tr td.active.disabled, .datepicker-dropdown table tr td.active.disabled.active, .datepicker-dropdown table tr td.active.disabled.disabled, .datepicker-dropdown table tr td.active.disabled:active, .datepicker-dropdown table tr td.active.disabled:hover, .datepicker-dropdown table tr td.active.disabled:hover.active, .datepicker-dropdown table tr td.active.disabled:hover.disabled, .datepicker-dropdown table tr td.active.disabled:hover:active, .datepicker-dropdown table tr td.active.disabled:hover:hover, .datepicker-dropdown table tr td.active.disabled:hover[disabled], .datepicker-dropdown table tr td.active.disabled[disabled], .datepicker-dropdown table tr td.active:active, .datepicker-dropdown table tr td.active:hover, .datepicker-dropdown table tr td.active:hover.active, .datepicker-dropdown table tr td.active:hover.disabled, .datepicker-dropdown table tr td.active:hover:active, .datepicker-dropdown table tr td.active:hover:hover, .datepicker-dropdown table tr td.active:hover[disabled], .datepicker-dropdown table tr td.active[disabled] {
  color: #fff;
  background-color: #0089b4;
  background: #0089b4;
}

.login-content-wrapper .guest-left-from .form-control {
  font-weight: 600;
  font-size: 1.2rem;
  color: #6d6f72;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
  height: auto;
  background: #d1d1d1;
}

.login-content-wrapper .guest-left-from .form-control.with-padds {
  padding: 15px 30px;
  margin: 0 0 30px;
}

.login-content-wrapper .guest-left-from .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dcddde;
  color: #6d6f72;
}

.login-content-wrapper .guest-left-from .nav .dropdown.bootstrap-select {
  background: 0;
}

.login-content-wrapper .guest-left-from .nav .dropdown .btn {
  text-transform: uppercase;
}

.login-content-wrapper .date-picker-wrapper .form-group {
  margin-bottom: 30px;
}

.login-content-wrapper .date-picker-wrapper .form-control {
  padding: 15px 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.login-content-wrapper .date-picker-wrapper .input-group-addon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 25px;
}

.filter-nav-wrapper {
  margin: 0;
  background: #fff;
  z-index: 11;
  width: 100%;
}

.filter-nav-wrapper .btn {
  padding: 25px 0;
  font-size: .8rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #4d4d4f;
  margin: 0;
  border: 0;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.filter-nav-wrapper .btn.active, .filter-nav-wrapper .btn:hover {
  background: #0089b4;
  color: #fff;
}

.filter-nav-wrapper.regular-project-nav .btn {
  width: 100%;
}

.filter-nav-wrapper.regular-project-nav .btn.active {
  background: #fff;
  color: #3e3e3e;
}

.filter-nav-wrapper.regular-project-nav .btn.active.reached {
  background: #0089b4;
  color: #fff;
}

.filter-nav-wrapper.regular-project-nav .nav-item:first-child .btn {
  color: #fff;
}

.filter-content-wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 30px 0;
}

.filter-content-wrapper .project-card {
  margin: 15px 0;
  position: relative;
  border: 1px solid #fff;
}

.filter-content-wrapper .project-card .project-card-content:hover .blue-gradient-background {
  opacity: .5;
}

.filter-content-wrapper .container, .filter-slider .container {
  position: relative;
}

.filter-content-wrapper .slick-arrow, .filter-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.filter-content-wrapper .slick-arrow.slick-prev, .filter-slider .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  left: -64px;
}

.filter-content-wrapper .slick-arrow.slick-next, .filter-slider .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  right: -64px;
}

.filter-content-wrapper .slick-arrow.slick-disabled, .filter-content-wrapper .slick-arrow:hover, .filter-slider .slick-arrow.slick-disabled, .filter-slider .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.filter-content-wrapper .slick-dots, .filter-slider .slick-dots {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
}

.filter-content-wrapper .slick-dots, .filter-content-wrapper .slick-dots li, .filter-slider .slick-dots, .filter-slider .slick-dots li {
  border: 0;
  background: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-content-wrapper .slick-dots li, .filter-slider .slick-dots li {
  padding: 0;
  color: #6d6e71;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-content-wrapper .slick-dots li.slick-active, .filter-slider .slick-dots li.slick-active {
  color: #a7a9ac;
}

.filter-content-wrapper .slick-dots button, .filter-slider .slick-dots button {
  display: none;
}

.filter-content-wrapper .slick-dots li a.dot, .filter-slider .slick-dots li a.dot {
  position: relative;
  font-weight: 700;
  color: #6d6e71;
  font-size: 1.3rem;
  cursor: pointer;
}

.filter-content-wrapper .slick-dots li.slick-active a.dot, .filter-slider .slick-dots li.slick-active a.dot {
  position: relative;
  color: #b2b2b2;
}

.filter-content-wrapper .goto-last-slide, .filter-slider .goto-last-slide {
  font-weight: 700;
  color: #6d6e71;
  font-size: 1.3rem;
  background: red;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.wrapper-test-filter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-test-filter .button-group {
  width: auto;
  padding: 1em 0;
}

.wrapper-test-filter .button-group button {
  padding: 1em;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: 3px solid #fff;
}

.wrapper-test-filter .button-group .active, .wrapper-test-filter .button-group button:hover {
  background: #fff;
  color: #222;
  border: 3px solid #222;
  cursor: pointer;
}

.wrapper-test-filter .slider2, .wrapper-test-filter .slider3 {
  height: auto !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}

.wrapper-test-filter .slider2 .slick-slide, .wrapper-test-filter .slider3 .slick-slide {
  position: relative;
  margin: 0 1em;
}

.wrapper-test-filter .slider2 .slick-track, .wrapper-test-filter .slider3 .slick-track {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrapper-test-filter .slider3 {
  margin-bottom: 30px;
}

.wrapper-test-filter .slide {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin-bottom: 1em;
}

.wrapper-test-filter .slide img {
  width: 100%;
}

.wrapper-test-filter .slick-nav {
  width: 100%;
  position: relative;
  list-style-type: none;
  top: 0;
  margin: 30px 0 0;
}

.wrapper-test-filter .slick-nav .slick-prev {
  position: absolute;
  left: -64px;
  top: 0;
}

.wrapper-test-filter .slick-nav .slick-next {
  position: absolute;
  right: -64px;
  top: 0;
}

.wrapper-test-filter .slick-nav .slick-dots {
  list-style-type: none;
  margin: 0;
  z-index: 5;
  width: 100%;
}

.wrapper-test-filter .slick-nav .slick-dots li {
  width: auto;
  display: inline-block;
}

.wrapper-test-filter .slick-nav .slick-dots li button {
  display: block;
  padding: 0;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: 3px solid #fff;
}

.wrapper-test-filter .slick-nav .slick-dots li button:hover {
  background: #fff;
  color: #222;
  border: 3px solid #222;
  cursor: pointer;
}

.wrapper-test-filter .four-items .project-card, .wrapper-test-filter .project-card {
  margin: 0 15px;
}

.filter-content-wrapper.hide-dots .slick-nav, .wrapper-test-filter.hide-dots .slick-nav {
  display: none;
}

.filter-content-wrapper .slick-arrow.slick-next, .filter-content-wrapper .slick-arrow.slick-prev, .wrapper-test-filter .slick-arrow.slick-next, .wrapper-test-filter .slick-arrow.slick-prev {
  margin: -34px 0 0;
}

a, a:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

a:hover {
  color: #0089b4;
}

.social-nav-banner {
  position: fixed;
  top: 50%;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: -77px 0 0;
  padding: 0;
  z-index: 999999;
}

.social-nav-banner li {
  margin: 0 0 1px;
}

.social-nav-banner li:last-child {
  margin: 0;
}

.social-nav-banner li a {
  display: block;
  background: #fff;
  padding: 10px;
  position: relative;
}

.social-nav-banner li a:hover {
  background: #0089b4;
}

.social-nav-banner li.call-wrapper-nav {
  position: relative;
}

.social-nav-banner li.call-wrapper-nav .call-nav-wrapper-icon {
  position: relative;
  z-index: 2;
}

.social-nav-banner li.call-wrapper-nav .call-nav-wrapper-text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 150px;
  background: #0089b4;
  color: #fff;
  height: 100%;
  padding: 15px 10px;
  opacity: 0;
}

.social-nav-banner li.call-wrapper-nav:hover .call-nav-wrapper-icon {
  background: #0089b4;
}

.social-nav-banner li.call-wrapper-nav:hover .call-nav-wrapper-icon .call-icon {
  background: url(../images/call-icon-white.svg) no-repeat 50% / contain;
}

.social-nav-banner li.call-wrapper-nav:hover .call-nav-wrapper-text {
  opacity: 1;
  left: -150px;
}

.main-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 100px 0;
}

.main-banner.full-height-background {
  height: calc(100vh - 134px);
}

.main-banner.full-height-background h1, .main-banner.full-height-background h3 {
  opacity: 1;
  text-shadow: 0 3px 6px #000;
  text-align: left;
}

.main-banner.half-height-background {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 30px;
}

.main-banner.half-height-background h1 {
  opacity: 1;
  text-shadow: 0 3px 6px #000;
}

.main-banner.half-height-background.quarter-height-background h1 {
  margin: 0;
}

.main-banner.vimeo {
  padding: 0;
}

.main-search-block {
  background: #494948;
  display: block;
  margin: 0 0 22px;
}

.main-search-block h4 {
  margin: 0;
  color: #aaa9a9;
  font-size: .8rem;
  font-weight: 300;
  text-align: center;
  width: 100%;
}

.main-search-block .form-group {
  position: relative;
  width: 20%;
  padding: 24px 0;
  text-align: center;
}

.main-search-block .form-group:before {
  content: "";
  width: 1px;
  height: 26px;
  display: block;
  background: #a7a9ac;
  left: 0;
  top: 50%;
}

.main-search-block .form-group:first-child:before, .main-search-block .form-group:last-child:before {
  display: none;
}

.main-search-block .btn-01 {
  width: 20%;
  padding: 27px 0;
  font-size: .8rem;
}

.main-search-block .bootstrap-select {
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #fff;
  background: 0;
  font-size: .8rem;
  font-weight: 300;
  padding: 0;
  height: auto;
  margin: 0 auto;
  border: 0;
}

.main-search-block .bootstrap-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-search-block .bootstrap-select .btn-light {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #fff;
  background: 0;
  font-size: .8rem;
  font-weight: 300;
  padding: 0;
  height: auto;
  margin: 0 auto;
  border: 0;
}

.main-search-block .bootstrap-select .dropdown-toggle:after {
  position: absolute;
  border: 0;
  left: -40px;
  width: 20px;
  height: 12px;
  background: url(../images/dropdown-arrow.png) no-repeat 50% / contain;
}

.main-search-block .bootstrap-select .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  border: 0;
  background: #4d4d4f;
  margin: 0;
  top: 25px !important;
}

.main-search-block .bootstrap-select .dropdown-item {
  color: #fff;
}

.main-search-block .bootstrap-select .dropdown-item.active, .main-search-block .bootstrap-select .dropdown-item:focus, .main-search-block .bootstrap-select .dropdown-item:hover {
  background-color: #0089b4;
}

.background-color-01 {
  background: #ececec;
}

.background-color-04 {
  background: #ebebeb;
}

.background-color-05 {
  background: #dcdddf;
}

.background-color-02 {
  background: #11211e;
}

.background-color-03 {
  background: #d4d4d4;
}

.background-color-06 {
  background: #ededed;
}

.text-green h1, .text-green h2, .text-green h3, .text-green h4, .text-green h5, .text-green h6, .text-green p {
  color: #10211e;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
  color: #fff;
}

.text-latest h1, .text-latest h2, .text-latest h3, .text-latest h4, .text-latest h5, .text-latest h6, .text-latest p {
  color: #494948;
}

.no-p-l {
  padding-left: 0 !important;
}

.no-p-r {
  padding-right: 0 !important;
}

.white-spacer-30 {
  margin: 15px 0;
  position: relative;
  background: #fff;
}

.pagination, .white-spacer-30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  margin: 40px 0 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .page-item {
  color: #6d6e71;
  font-size: 1.3rem;
}

.pagination .page-item.pagination-title {
  font-weight: 800;
}

.pagination .page-item .page-link {
  padding: 0 5px;
  border: 0;
  background: 0;
  color: #6d6e71;
  font-weight: 300;
  font-size: 1.3rem;
}

.pagination .page-item .page-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item .page-link:hover {
  color: #a7a9ac;
}

.pagination .page-item.active .page-link {
  color: #6d6e71;
}

.project-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.aside-signature a {
  cursor: pointer !important;
}

.project-logo-wrapper .img-fluid {
  max-width: 100%;
  width: auto;
}

.project-logo-wrapper .img-fluid.max-width-logo {
  max-width: 277px;
}

.list-bollet {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: disc;
}

.list-bollet li {
  color: #dcddde;
  font-weight: 300;
  font-size: .9rem;
  margin: 0 0 15px;
}

.p-r-0 {
  padding-right: 0;
}

.fancybox-container {
  z-index: 999999;
}

.page-loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999991;
  background: #fff;
  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;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
}

.page-loader-wrapper .fallback {
  color: #333132;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border-color: #0089b4 transparent;
  border-style: solid;
  border-width: 6px;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.btn.focus, .btn:focus, a, a:focus, a:hover, button, button:focus, button:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff;
}

.top-search-btn {
  padding: 0;
  margin: 0;
  border: 0;
}

.btn-01 {
  background: #0089b4;
  font-size: 1.05rem;
  font-weight: 300;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  border: 0;
}

.btn-01.with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-01.with-icon .icon-search {
  width: 20px;
  height: 20px;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-01.with-icon:hover {
  color: #fff;
}

.btn-01.with-icon:hover .icon-search {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.facility-block .read-more {
  bottom: 25px;
  left: 30px;
  text-decoration: underline;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.facility-block .read-more:hover {
  color: #0089b4;
}

.facility-block .more-info {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ebebeb;
  text-transform: capitalize;
}

.facility-block .more-info:hover {
  text-decoration: none;
  color: #0089b4;
}

.project-card .more-project {
  bottom: 10px;
  right: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.project-card .more-project, .project-card .more-project:before {
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.project-card .more-project:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  top: 12px;
  left: -20px;
}

.project-card .more-project:hover {
  color: #fff;
  text-decoration: none;
}

.project-card .more-project:hover, .project-card .more-project:hover:before {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.project-card .more-project:hover:before {
  width: 30px;
  left: -35px;
}

.btn-02, .btn-03 {
  font-size: .7rem;
  font-weight: 400;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 20px;
  border: 0;
  margin: 0 1%;
}

.btn-02 {
  background: #fff;
  color: #6a6a6a;
  min-width: 70%;
}

.btn-02:hover {
  background: #0089b4;
  color: #fff;
}

.btn-03 {
  background: #6a6a6a;
  color: #fff;
  min-width: 26%;
}

.btn-03:hover {
  background: #0089b4;
  color: #fff;
}

.btn-04, .btn-05 {
  border-radius: 0;
  background: red;
  font-size: 2rem;
  font-weight: 300;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 30px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  border: 0;
}

.btn-04 {
  background: #ebebeb;
  color: #494948;
}

.btn-04:hover {
  background: #494948;
  color: #fff;
}

.btn-05 {
  background: #0089b4;
  color: #fff;
}

.btn-05:hover {
  background: #ebebeb;
  color: #494948;
}

.btn-06 {
  background: #0089b4;
  color: #fff;
}

.btn-06:hover {
  background: #ebebeb;
  color: #494948;
}

.btn-06:disabled {
  opacity: 1;
}

.btn-06:disabled, .btn-07 {
  background: #6f6f6f;
  color: #fff;
}

.btn-07:hover {
  background: #ebebeb;
  color: #494948;
}

.btn-interested {
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
  background: #4d4d4f;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 20px;
}

.btn-interested:hover {
  background: #0089b4;
  color: #fff;
}

.btn-08 {
  background: #fff;
  color: #0089b4;
  display: block;
  width: 100%;
  padding: 15px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-08:hover {
  background: #ebebeb;
  color: #0089b4;
}

.btn-09 {
  background: #d1d1d1;
  color: #6d6f72;
}

.btn-09:disabled, .btn-09:hover {
  background: #a7a7a7;
  color: #fff;
}

.btn-09:disabled {
  opacity: 1;
}

.community-forms .btn-06 {
  border: 2px solid transparent;
}

.community-forms .btn-06:hover {
  background: 0;
  color: #0089b4;
  border-color: #0089b4;
}

.community-forms .btn-09 {
  border: 2px solid transparent;
}

.community-forms .btn-09:hover {
  background: 0;
  color: #6d6f72;
  border-color: #d1d1d1;
}

.commuinty-tabs-content-right .btn-group .btn-06 {
  border: 2px solid transparent;
}

.commuinty-tabs-content-right .btn-group .btn-06:hover {
  background: 0;
  color: #0089b4;
  border-color: #0089b4;
}

.commuinty-tabs-content-right .btn-group .btn-09 {
  border: 2px solid transparent;
}

.commuinty-tabs-content-right .btn-group .btn-09:hover {
  background: 0;
  color: #6d6f72;
  border-color: #d1d1d1;
}

.my-community-unit-new-wrapper .table-striped .btn-03 {
  font-weight: 700;
  padding: 5px 15px;
  font-size: .85rem;
}

@media screen and (max-width: 675px) {
  .btn-01 {
    font-size: 14px;
  }
  
  .facility-block .more-info, .facility-block .read-more, .project-card .more-project {
    font-size: 15px;
  }
  
  .btn-02, .btn-03 {
    font-size: 12px;
  }
  
  .btn-04, .btn-05 {
    font-size: 20px;
  }
  
  .btn-interested {
    font-size: 13px;
  }
}

header.header {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
}

header.header, header .top-nav {
  display: block;
  position: relative;
}

header .top-nav {
  background: #494948;
  padding: 10px 0;
}

header .top-nav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top-nav .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

header .top-nav .navbar-nav p {
  font-size: 0.8rem !important;
  color: #bcbec0;
  font-weight: 300;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

header .top-nav .navbar-nav p .fa-caret-up {
  color: #5adc1b;
  margin: -4px 0 0 5px;
  font-size: .8rem;
}

header .top-nav .navbar-nav .investor-relation-btn .nav-link {
  color: #ebebeb;
  font-size: .65rem;
  font-weight: 800;
  padding: 0;
  margin: 0;
}

header .top-nav .navbar-nav .investor-relation-btn .nav-link:hover {
  color: #0089b4;
}

header .top-nav .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top-nav .navbar-nav .nav-item:first-child {
  padding-right: 40px;
}

header .top-nav .navbar-nav .nav-item:nth-child(2) {
  padding-right: 20px;
}

header .top-nav .navbar-nav .nav-item:nth-child(3) {
  padding-right: 70px;
}

header nav.navbar {
  padding: 25px 0;
}

header nav.navbar .navbar-nav .nav-item {
  position: relative;
}

header nav.navbar .navbar-nav .nav-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -9px 0 0;
  height: 100%;
  max-height: 18px;
  width: 1px;
  display: block;
  background: #494948;
}

header nav.navbar .navbar-nav .nav-item:first-child:before {
  display: none;
}

header nav.navbar .navbar-nav .nav-link {
  font-size: .8rem;
  font-weight: 400;
  color: #494948;
  text-transform: uppercase;
  padding: 2px 15px;
}

header nav.navbar .navbar-nav .nav-link.active, header nav.navbar .navbar-nav .nav-link:hover {
  color: #0089b4;
}

header nav.navbar .navbar-nav .login-community-btn .nav-link {
  background: #0089b4;
  color: #fff;
}

header nav.navbar .navbar-nav .login-community-btn .nav-link.active, header nav.navbar .navbar-nav .login-community-btn .nav-link:hover {
  color: #0089b4;
  background: #ebebeb;
}

header nav.navbar .navbar-nav .login-community-btn:before {
  display: none;
}

header nav.navbar .commuinty-login-wrapper {
  margin: 0 0 0 30px;
}

header nav.navbar .commuinty-login-wrapper .nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav.navbar .commuinty-login-wrapper .btn {
  margin: 0;
  padding: 7px 10px;
  background: 0;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}

header nav.navbar .commuinty-login-wrapper .btn.dropdown-toggle:after {
  display: none;
}

header nav.navbar .commuinty-login-wrapper .btn .notification-num {
  background: #0089b4;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color: #fff;
  width: 20px;
  height: 20px;
  font-weight: 800;
  font-size: .65rem;
  display: block;
  position: absolute;
  top: -7px;
  right: 2px;
  padding: 2px 0;
  font-style: normal;
}

header nav.navbar .commuinty-login-wrapper .nav-link {
  font-size: .8rem;
  font-weight: 400;
  color: #494948;
  text-transform: capitalize;
  padding: 2px 30px 2px 20px;
  position: relative;
}

header nav.navbar .commuinty-login-wrapper .nav-link:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #494948;
  position: absolute;
  top: -3px;
  left: 0;
}

.slick-slide {
  outline: 0;
}

.facilities-carousel {
  position: relative;
}

.facilities-carousel .facilities-carousel-wrapper {
  padding: 0 7.5px;
}

.facilities-carousel .facilities-carousel-wrapper .slick-list {
  padding: 0 10% 0 0;
}

.facilities-carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.facilities-carousel .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/left-arrow.png);
}

.facilities-carousel .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/right-arrow.png);
}

.facilities-carousel .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.facilities-carousel .slick-slide img {
  position: relative;
  z-index: 1;
}

.facility-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 7.5px;
}

.facility-block .faility-details, .facility-block .read-more, .facility-block h1 {
  position: absolute;
}

.facility-block h1 {
  top: 25px;
  left: 30px;
  color: #fff;
  margin: 0;
}

.facility-block h1.special.font-medium {
  font-size: 1.5rem;
}

.facility-block .read-more, .facility-block h1 {
  z-index: 9;
}

.facility-block .faility-details {
  background: rgba(73,73,72,.9);
  top: 0;
  left: 0;
  padding: 0 25px;
  z-index: 2;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.facility-block .faility-details p {
  color: #ebebeb;
  font-size: .9rem;
  font-weight: 300;
  margin: 0 0 15px;
}

.facility-block .faility-details .more-info {
  margin: 0;
  padding: 0;
}

.facility-block:hover .faility-details {
  padding-top: 67px;
  padding-bottom: 25px;
  overflow: hidden;
  height: 276px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block {
  position: relative;
  display: block;
}

.block.block-belong {
  padding: 60px 0;
  background: #fff;
}

.block .block-title h1 {
  margin: 0 0 60px;
  padding: 0;
  color: #494948;
}

.block .block-belong-wrapper {
  position: relative;
}

.block .block-belong-wrapper .block-belong-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.block .block-belong-wrapper .shap-belong {
  font-style: normal;
}

.block .block-belong-wrapper .shap-belong h2 {
  color: #4d4d4f;
}

.block .block-belong-wrapper .shap-belong p {
  color: #4d4d4f;
  font-size: .7rem;
}

p.title-center {
  text-align: center;
  display: block;
}

.block-contact-home {
  background: #4d4d4f;
  padding: 30px 0;
  color: #e5e5e5;
}

.block-contact-home h1 {
  text-align: center;
  margin: 0 0 20px;
  color: #e5e5e5;
}

.block-contact-home h1.font-light {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
}

.block-contact-home p {
  font-size: .9rem;
  text-align: center;
  color: #e5e5e5;
}

.block-contact-home.interest-block {
  padding: 0;
}

.block-contact-home.interest-block .col-md-7 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.block-contact-home.interest-block h1, .block-contact-home.interest-block p {
  text-align: left;
}

.block-contact-home.interest-block .col-md-5 {
  min-height: 520px;
}

.block-contact-home.interest-block.interest-full-height .col-md-5 {
  min-height: 681px;
}

.block-contact-home.interest-block.interest-full-height .form-group:last-child {
  margin: 0;
}

.contact-block .font-regular {
  color: #fff;
  margin: 0 0 0 30px;
}

.contact-block .font-regular span {
  font-size: .75rem;
  display: block;
  margin: 0 0 5px;
}

.contact-block a {
  margin: 15px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-block a:hover .font-regular {
  color: #0089b4;
}

.contact-block a:hover .font-regular span {
  color: #fff;
}

.new-tab-nav {
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0 30px;
}

.new-tab-nav .nav-link {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
  cursor: pointer;
}

.new-tab-nav .nav-link h5, .new-tab-nav .nav-link i {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.new-tab-nav .nav-link.active .call-icon-large, .new-tab-nav .nav-link:hover .call-icon-large {
  background: url(../images/call-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.new-tab-nav .nav-link.active .email-icon-large, .new-tab-nav .nav-link:hover .email-icon-large {
  background: url(../images/email-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.new-tab-nav .nav-link.active .whatsapp-icon-large, .new-tab-nav .nav-link:hover .whatsapp-icon-large {
  background: url(../images/whatsapp-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.new-tab-nav .nav-link.active h5, .new-tab-nav .nav-link:hover h5 {
  color: #0089b4;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.new-tab-nav .nav-link.active h5 span, .new-tab-nav .nav-link:hover h5 span {
  color: #fff;
}

.block-static-01 {
  padding: 30px 0;
}

.block-static-01 .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
}

.block-static-01 .content-text h2 {
  margin: 0 0 40px;
}

.block-static-01 .content-text p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.block-static-01 .content-text p:last-child {
  margin: 0;
}

.block-static-01 .content-text p a {
  font-size: .8rem;
  color: #0089b4;
  text-decoration: underline;
}

.block-static-01 .content-text p a:hover {
  color: #333132;
}

.block-static-01 .content-text ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0 0 30px;
}

.block-static-01 .content-text ul li {
  font-size: 1.2rem;
  font-weight: 300;
}

.block-static-01.block-latest {
  margin: 0;
  padding: 60px 0;
}

.block-static-01.block-latest .content-text {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-static-01.block-latest .content-text h1, .block-static-01.block-latest .content-text h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block-static-01.block-latest .content-text h1 span {
  font-size: 1.9rem;
  font-weight: 400;
}

.block-static-01.block-latest .content-text.text-latest h2 {
  color: #919191;
}

.block-static-01.block-latest .content-text.text-latest p {
  font-size: .8rem;
}

.font-extrabold {
  color: #494948;
}

.block-static-01.block-latest .content-text.text-latest p:last-child {
  margin: 0;
}

.block-static-02 {
  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;
}

.block-static-02 h2, .block-static-02 p {
  color: #fff;
  text-align: center;
}

.block-static-02 p {
  margin: 0;
  font-size: .9rem;
  font-weight: 400;
}

.block-static-02 h2 {
  margin: 0 0 50px;
}

.block-static-02 h2.special {
  margin: 0 0 30px;
}

.block-latest .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block-latest .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  background-color: #3e3e3e;
  right: 37.666667%;
}

.block-latest .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  background-color: #8c8c8c;
  right: 34.666667%;
}

.block-latest .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.block-latest.right-carousal .slick-arrow.slick-prev {
  left: 34.666667%;
  right: inherit;
}

.block-latest.right-carousal .slick-arrow.slick-next {
  left: 37.666667%;
  right: inherit;
}

.block-our-develop-main-slide {
  padding: 70px 0;
}

.block-our-develop-main-slide p {
  color: #fff;
  font-size: .9rem;
}

.block-our-develop-main-slide .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block-our-develop-main-slide .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  right: -64px;
}

.block-our-develop-main-slide .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  right: -100px;
}

.block-our-develop-main-slide .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.block-our-develop-main-slide.right-carousal .slick-arrow.slick-prev {
  left: -100px;
  right: inherit;
}

.block-our-develop-main-slide.right-carousal .slick-arrow.slick-next {
  left: -64px;
  right: inherit;
}

.block-search-properity.block-static-01 {
  padding: 50px 0;
}

.block-search-properity form {
  width: 100%;
}

.block-search-properity h4 {
  margin-bottom: 30px;
}

.block-search-properity .form-group {
  margin-bottom: 40px;
}

.block-search-properity .col-form-label {
  font-size: 1rem;
  font-weight: 600;
  color: #6a6a6a;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-search-properity .form-control {
  background: 0;
}

.block-search-properity .bootstrap-select .dropdown-toggle {
  font-size: .8rem;
  color: #787878;
  font-weight: 400;
  padding: 15px 53px;
  margin: 0;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.block-search-properity .bootstrap-select .dropdown-toggle:after {
  position: absolute;
  border: 0;
  left: 15px;
  width: 20px;
  height: 12px;
  background: url(../images/dropdown-arrow.png) no-repeat 50% / contain;
}

.block-search-properity .bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.block-search-properity .bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
  font-size: .85rem;
  font-weight: 300;
  color: #444242;
  background: #ccc;
}

.block-search-properity .bootstrap-select .dropdown-menu li a:hover {
  color: #444242;
  background: #a7a7a7;
}

.block-search-properity .btn-group {
  width: 100%;
}

.block-search-properity form {
  margin-bottom: 50px;
}

.block-what-we-do-01 .filter-nav-wrapper {
  background: #494949;
  margin: 15px 0 0;
}

.block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .row {
  width: 100%;
}

.block-what-we-do-01 .nav .nav-item {
  padding: 0;
}

.block-what-we-do-01 .nav .nav-link {
  padding: 25px 0;
  font-size: .8rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
}

.block-what-we-do-01 .nav .nav-link:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  margin: -14px 0 0;
  border-left: 1px solid #a7a9ac;
  width: 1px;
  height: 28px;
}

.block-what-we-do-01 .nav .nav-link.active {
  background: #0089b4;
  color: #fff;
}

.block-what-we-do-01 .nav .nav-link.active:before {
  display: none;
}

.block-what-we-do-01 .nav .nav-item:first-child .nav-link:before {
  border-left-color: #494949;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest {
  padding: 25px 0;
  background: #fff;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h1, .block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h2, .block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest p {
  color: #494948;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h2 {
  text-transform: uppercase;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h1 {
  margin: 10px 0 20px;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h2 {
  margin: 0 0 10px;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest p {
  margin: 20px 0;
}

.block-what-we-do-01.sticky-new {
  position: fixed;
  top: 0;
  width: 100%;
}

.block-content-image {
  padding: 30px 0;
}

.block-content-image .block-img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-content-image .block-img-content p {
  margin: 15px 0;
  font-size: 1rem;
  font-weight: 400;
  color: #444242;
}

.block-content-image .img-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.block-content-image .img-wrapper .shap-main-belong {
  font-style: normal;
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.block-content-image .img-wrapper .shap-main-belong h3 {
  position: absolute;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-01, .block-content-image .img-wrapper .shap-main-belong.shap-main-belong-03 {
  right: 0;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-02, .block-content-image .img-wrapper .shap-main-belong.shap-main-belong-04 {
  left: 0;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-01 {
  max-width: 70%;
  background-position: 2px bottom;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-01 h3 {
  right: 15px;
  max-width: 90px;
  left: inherit;
  top: inherit;
  bottom: 30px;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-02 {
  max-width: 40%;
  background-position: 0 100%;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-02 h3 {
  left: 0;
  top: inherit;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 30px;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-03 {
  max-width: 40%;
  background-position: 2px bottom;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-03 h3 {
  left: inherit;
  top: inherit;
  display: block;
  bottom: 50px;
  text-align: center;
  width: 100%;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-04 {
  max-width: 40%;
  background-position: 0 100%;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-04 h3 {
  left: 0;
  top: inherit;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 20%;
}

.block-media-center {
  padding: 90px 0;
}

.block-media-center .nav-tabs {
  border: 0;
  padding: 0;
  margin: 0;
}

.block-media-center .nav-tabs .nav-item {
  padding: 5px 0;
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #6d6e71;
}

.block-media-center .nav-tabs .nav-link {
  padding: 0;
  font-size: .8rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #6d6e71;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
}

.block-media-center .nav-tabs .nav-link.active {
  background: 0;
  font-weight: 900;
}

.block-media-center .media-box-wrapper {
  margin: 15px 0;
  position: relative;
}

.block-media-center .media-box-wrapper .media-card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #0089b4;
  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;
}

.block-media-center .media-box-wrapper .media-card-content, .block-media-center .media-box-wrapper:hover .media-card-content {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block-media-center .media-box-wrapper:hover .media-card-content {
  opacity: .5;
}

.block-media-center .media-box-wrapper.video-box-wrapper .media-card-content {
  opacity: 1;
  background: 0;
}

.block-media-center .media-box-wrapper.video-box-wrapper:hover {
  opacity: 1;
}

.block-media-center .media-box-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}

.block-whistle-blower {
  padding: 90px 0;
}

.block-whistle-blower p {
  color: #444242;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}

.events-block .nav .nav-item {
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block {
  padding: 15px 0;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block:first-child {
  padding: 60px 0 15px;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block:last-child {
  padding: 15px 0 60px;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block h1 {
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block h2 {
  color: #919191;
  margin: 0 0 10px;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block p {
  font-size: .8rem;
  color: #494948;
  margin: 10px 0;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block p:last-child {
  margin-bottom: 0;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block a:hover h1 {
  color: #0089b4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block.block-media-center .media-box-wrapper {
  margin: 0;
}

.event-details-wrapper .block-static-01.block-latest {
  padding: 0;
}

.event-details-wrapper .block-title {
  width: 100%;
  display: block;
}

.event-details-wrapper .block-title h2 {
  color: #10211e;
  margin: -15px 0 15px;
}

.block-contact-main .contact-block-01 .contact-block-01-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-block-01 {
  padding: 25px 0;
  border-bottom: 1px solid #494948;
}

.contact-block-01 h6 {
  color: #0089b4;
  font-size: 1rem;
}

.contact-block-01 h4 a {
  font-size: 1rem;
  font-weight: 300;
  color: #444242;
  margin: 0;
}

.contact-block-01 h4 a:hover {
  color: #0089b4;
}

.contact-block-01 p {
  font-size: 1rem;
  font-weight: 300;
  color: #444242;
  margin: 0;
}

.contact-block-01 p a {
  font-weight: 400;
  color: #444242;
}

.contact-block-01 p a:hover {
  color: #0089b4;
}

.contact-block-01 p.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-block-01 p.special a {
  font-size: 1.6rem;
}

.contact-block-01 p.special a:hover {
  color: #0089b4;
}

.contact-block-01 h5 {
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: centet;
  -ms-flex-pack: centet;
  justify-content: centet;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444242;
}

.contact-block-01 h5 .icon-contact {
  margin: 0 25px 0 0;
}

.contact-block-01 .btn-04 {
  font-size: 1rem;
  font-weight: 300;
  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: flex-start;
  margin: 0;
}

.contact-block-01 .btn-04 .icon-contact {
  width: 20px;
  height: 30px;
  margin: 0 15px 0 30px;
}

.contact-block-01 .btn-modal {
  font-size: 1rem;
  font-weight: 300;
  color: #444242;
  margin: 0;
  background: 0;
  border: 0;
  padding: 0;
  text-align: left;
}

.special-grid {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.special-grid .contact-block-01-details {
  padding: 0 5px;
  width: auto;
}

.block-contact-main .contact-block-01 .special-grid .contact-block-01-details {
  width: auto;
}

.col-md-12:last-child .contact-block-01 {
  margin-bottom: 60px;
}

.block-contact-home.interest-block.block-form-contact {
  padding: 30px 0;
  background: #ebebeb;
}

.block-contact-home.interest-block.block-form-contact .form-control {
  background: #fff;
  border-color: #fff;
}

.block-contact-home.interest-block.block-form-contact textarea.form-control {
  resize: none;
  min-height: 255px;
}

.block-contact-home.interest-block.block-form-contact .dropdown.bootstrap-select.form-control {
  padding: 0;
  border-radius: 0;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select > .dropdown-toggle {
  background: #a7a7a7;
  border-radius: 0;
  border-color: #a7a7a7;
  font-weight: 300;
  color: #fff;
  font-size: .85rem;
  padding: 10px 15px;
  height: auto;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select > .dropdown-toggle:after {
  position: absolute;
  border: 0;
  right: 15px;
  width: 20px;
  height: 12px;
  background: url(../images/dropdown-arrow.png) no-repeat 50% / contain;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
  font-size: .85rem;
  font-weight: 300;
  color: #444242;
  background: #ccc;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select .dropdown-menu li a:hover {
  color: #444242;
  background: #a7a7a7;
}

.block-contact-home.interest-block.block-form-contact .lang {
  background: #fff;
}

.block-contact-home.interest-block.block-form-contact .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 15px 11px 0;
}

.block-contact-home.interest-block.block-form-contact .form-check-input {
  padding: 0;
  margin: 0 15px 0 0;
  position: relative;
}

.block-contact-home.interest-block.block-form-contact .form-check-label {
  color: #494948;
}

.custom-control.material-checkbox {
  --color: #26a69a;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: var(--color);
  -webkit-transform: rotate(45deg) translate(1px,-5px);
  transform: rotate(45deg) translate(1px,-5px);
  width: 10px;
  border-top: 0 solid #fff;
  border-left: 0 solid #fff;
}

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #494948;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-control .material-control-description {
  font-weight: 300;
  color: #444242;
  font-size: .85rem;
}

.block-careers-main .careers-block-01 {
  padding: 30px 0;
  border-bottom: 1px solid #b2b2b2;
}

.block-careers-main .careers-block-01 h3 {
  margin: 0 0 30px;
}

.block-careers-main .careers-block-01 .careers-block-01-details p {
  color: #6d6e71;
  font-size: 1.25rem;
  font-weight: 300;
}

.block-careers-main .careers-block-01 .careers-block-01-details p:last-child {
  margin: 0;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table th {
  background: #cac9c9;
  color: #494948;
  font-size: 1.7rem;
  font-weight: 300;
  text-align: center;
  height: 64px;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table tr:nth-child(2n) td {
  background: #cecccd;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table tr:nth-child(odd) td {
  background: #f5f3f4;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table td {
  text-align: center;
  color: #444242;
  font-size: .9rem;
  font-weight: 300;
  padding: 0;
  vertical-align: middle;
  height: 66px;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table td .btn {
  text-align: center;
  font-size: .9rem;
  font-weight: 300;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table.table-bordered th {
  border-width: 3px;
  border-color: #fff;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table.table-bordered td {
  border-top: 0;
  border-bottom: 0;
  border-width: 3px;
  border-color: #fff;
}

.block-careers-main .careers-block-01 .careers-block-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-careers-main .careers-block-01 .careers-block-02 .careers-block-02-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 0 0 0 20px;
}

.block-careers-main .careers-block-01 .careers-block-02 .careers-block-02-details h5 {
  margin: 0 0 5px;
  color: #444242;
}

.block-careers-main .careers-block-01 .careers-block-02 .careers-block-02-details .employment-position {
  color: #444242;
  font-weight: 400;
  margin: 0 0 10px;
}

.block-careers-main .careers-block-01 .careers-block-02 .careers-block-02-details p {
  color: #444242;
  font-size: .8rem;
  margin: 0;
}

.block-careers-main .careers-block-01 .careers-block-03 {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 30px;
}

.block-careers-main .careers-block-01 .careers-block-03 .icon-jop {
  margin: 0 0 75px;
}

.block-careers-main .careers-block-01 .careers-block-03 h4, .block-careers-main .careers-block-01 .careers-block-03 p {
  color: #444242;
  margin: 15px 0;
}

.block-careers-main .careers-block-01 .careers-block-03 p {
  font-size: .9rem;
  font-weight: 300;
}

.block-careers-main .careers-block-01 .careers-block-03 .btn-01 {
  margin: 15px 0 0;
  padding: 20px 0;
  display: block;
  width: 100%;
}

.block-careers-main .careers-block-01 .careers-block-03 .btn-01:hover {
  background: #444243;
  color: #fff;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form {
  border: 0;
  background: #444243;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form h4 {
  margin: 0;
  color: #ccc;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .btn-01 {
  margin: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .btn-01:hover {
  background: #ebebeb;
  color: #444243;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .form-group {
  margin: 0;
  padding: 20px 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .form-group:first-child {
  padding-top: 15px;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .form-group:last-child {
  padding-bottom: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .form-control {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-toggle {
  background: #ccc;
  border-color: #ccc;
  color: #444242;
  font-size: 1.2rem;
  font-weight: 300;
  border-radius: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
  font-size: .85rem;
  font-weight: 300;
  color: #444242;
  background: #ccc;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-menu li a:hover {
  color: #444242;
  background: #a7a7a7;
}

.block-careers-main .col-md-12:last-child .careers-block-01 {
  border-bottom: 0;
}

.block-overview h4 {
  color: #4d4d4f;
  margin: 0 0 5px;
}

.block-overview aside .block-title h1 {
  margin: 10px 0 25px;
  color: #494948;
}

.gallery-master-plan-block.block-media-center {
  padding: 0;
  margin: 0;
  position: relative;
}

.gallery-master-plan-block.block-media-center p {
  color: #9f9fa0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: .7rem;
  margin: 0;
}

.gallery-master-plan-block.block-media-center .col-md-3 {
  position: relative;
}

.gallery-master-plan-block.block-media-center .col-md-3 p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}

.block-overview-content {
  margin: 15px 0 0;
}

.block-overview-content p {
  color: #4d4d4f;
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0;
}

.block-overview-content .block-overview-content-detail {
  margin: 50px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.block-overview-content .block-overview-content-detail li {
  margin: 0 25px;
}

.block-overview-content .block-overview-content-detail li:first-child {
  margin-left: 0;
}

.block-overview-content .block-overview-content-detail li:last-child {
  margin-right: 0;
}

.block-overview-content .block-overview-content-detail li h1, .block-overview-content .block-overview-content-detail li p {
  color: #494948;
}

.block-overview-content .block-overview-content-detail li h1 {
  margin: 0 0 5px;
}

.block-overview-content .block-overview-content-detail li p {
  font-size: .9rem;
  margin: 0;
}

.block-aside-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 65px;
}

.block-aside-info .user-info-img-wrapper {
  margin: 0 15px 0 0;
}

.block-aside-info .block-aside-info-details h3 {
  color: #10211e;
}

.block-aside-info .block-aside-info-details p {
  color: #494948;
  font-weight: 400;
  font-size: .8rem;
}

.block-aside-info.gallery-aside {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-aside-info.gallery-aside h3 {
  margin: 0;
}

.block-aside-info .block-aside-info-gallery {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 7.5px 0 0;
}

.block-aside-info .block-aside-info-gallery img {
  margin: 7.5px 0;
}

.block-aside-info .block-aside-info-gallery .row {
  padding: 0 7.5px;
}

.block-aside-info .block-aside-info-gallery .col-md-3 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.block-aside-info .block-aside-info-gallery .video-sodic-sm {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

aside .row:last-child .block-aside-info {
  margin: 0;
}

a {
  cursor: pointer !important;
}

.location-block {
  margin: 2px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.location-block h2 {
  text-align: left;
  margin: 0 0 30px;
}

.location-block h6 {
  color: #dcddde;
  font-weight: 300;
  margin: 0;
  display: block;
}

.location-block .block-media-center {
  margin: 0;
  padding: 0;
}

.location-block .block-media-center .media-box-wrapper {
  margin: 60px 0 0;
}

.property-type-block {
  padding: 40px 0;
  text-align: left;
}

.property-type-block .property-type-content h2, .property-type-block .property-type-content p, .property-type-block .property-type-content span {
  color: #4d4d4f;
  text-align: left;
}

.property-type-block .property-type-content h2 {
  margin: 0 0 30px;
  text-transform: uppercase;
}

.property-type-block .property-type-content p, .property-type-block .property-type-content span {
  font-weight: 300;
}

.property-type-block .property-type-content span {
  margin: 0 0 5px;
}

.property-type-block .property-type-content .type-block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}

.property-type-block .property-type-content .type-block-text p {
  margin: 0;
}

.property-type-block .type-block {
  display: block;
}

.property-type-block .type-block h3 {
  color: #fff;
  background: #4d4d4f;
  padding: 15px 30px;
  margin: 0;
}

.property-type-block .type-block .figure-content {
  display: block;
  padding: 15px 30px;
  background: #dcddde;
  position: relative;
}

.property-type-block .type-block .figure-content p {
  text-align: left;
  color: #4d4d4f;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0 0 5px;
}

.property-type-block .type-block .figure-content p:last-child {
  margin: 0;
}

.property-type-block .type-block .figure-content p.discription {
  font-size: .9rem;
  font-weight: 300;
}

.property-type-block .type-block .figure-content a.read-more {
  color: #0089b4;
}

.property-type-block .type-block .figure-content a.read-more:hover {
  text-decoration: underline;
}

.property-type-block .type-block .figure-content a.more-info {
  color: #333132;
  border: 1px solid #333132;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: .8rem;
}

.property-type-block .type-block .figure-content a.more-info:hover {
  border-color: transparent;
}

.property-type-block .type-block .figure-content.figure-content-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-type-block .type-block .figure-content.figure-content-more-info p {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
}

.property-type-block .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -20px 0 0;
}

.property-type-block .property-types-project {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.property-type-block .property-types-project .slick-list {
  display: inline-block;
  width: 100%;
}

.property-type-block .property-types-project .slick-list .slick-track {
  margin: 0;
}

.property-type-block .property-types-project .type-block {
  margin: 0 15px;
}

.property-type-block .property-types-project .type-block .figure-content {
  padding: 15px;
}

.property-type-block .property-types-project .type-block .figure-content.figure-content-more-info p {
  font-size: .9rem;
  max-width: 65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

.property-type-block .property-types-project .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
  max-width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.property-type-block .property-types-project .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.property-type-block .property-types-project .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/left-arrow.png);
}

.property-type-block .property-types-project .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/right-arrow.png);
}

.property-type-block .property-types-project .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.amenties-block {
  margin: 15px 0;
  padding: 30px 0;
  background: #4d4d4f;
}

.amenties-block h2 {
  margin: 15px 0 0;
  color: #fff;
}

.amenties-block .amenties-list {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.amenties-block .amenties-list, .amenties-block .amenties-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amenties-block .amenties-list li {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amenties-block .amenties-list li, .amenties-block .amenties-list li p {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.amenties-block .amenties-list li p {
  color: #c0915c;
  font-weight: 400;
  font-size: .8rem;
  margin: 15px 0 0;
  text-align: center;
}

.test-slider-filter .slider-nav {
  position: relative;
}

.test-slider-filter .slider-nav .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -17px 0 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.test-slider-filter .slider-nav .slick-arrow.slick-prev {
  left: -64px;
  background-image: url(../images/left-arrow.png);
}

.test-slider-filter .slider-nav .slick-arrow.slick-next {
  right: -64px;
  background-image: url(../images/right-arrow.png);
}

.test-slider-filter .slider-nav .slick-arrow.slick-disabled, .test-slider-filter .slider-nav .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.test-slider-filter .filter-content-wrapper .project-card {
  margin: 15px;
}

.filter-nav-wrapper.filter-nav-mobile .navbar {
  width: 100%;
  padding: 0;
}

.filter-nav-wrapper.filter-nav-mobile .navbar .nav {
  width: 100%;
}

.main-search-block.main-search-block-home .bootstrap-select {
  width: calc(100% - 1px);
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-item {
  font-size: .8rem;
  font-weight: 300;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-toggle:after {
  left: 15%;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-menu {
  top: 15px !important;
  background: #989898;
  width: 100%;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-menu li {
  margin: 0 0 0 15px;
  background: url(../images/border-lines.png) repeat-x 0 100%;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-menu li:last-child {
  background: 0;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-item {
  padding: 15px 0;
  color: #292929;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-item.active {
  background: 0;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-item:hover {
  background: 0;
  font-weight: 700;
}

.main-search-block.main-search-block-home .form-inline .bootstrap-select, .main-search-block.main-search-block-home .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: calc(100% - 1px);
}

.block-what-we-do-01 .filter-nav-wrapper.stickyFilter {
  width: 100%;
  z-index: 2;
}

.our-develop-main-slide-wrapper .slick-slide .img-fluid {
  width: 75%;
  margin: 0 auto;
}

.block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-current .nav-link {
  background: #0089b4;
  color: #fff;
}

.block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-current .nav-link:before {
  display: none;
}

.block-what-we-do-01-content-wrapper.what-we-do-slider {
  position: relative;
}

.block-what-we-do-01-content-wrapper.what-we-do-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -17px 0 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block-what-we-do-01-content-wrapper.what-we-do-slider .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  background-color: #3e3e3e;
  left: 0;
}

.block-what-we-do-01-content-wrapper.what-we-do-slider .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  background-color: #3e3e3e;
  right: 0;
}

.banner-our-development {
  width: 100%;
  position: relative;
  padding: 0;
}

.banner-our-development .our-dev-caption {
  width: 100%;
  display: block;
  padding: 60px 0;
}

.banner-our-development .our-dev-caption .img-fluid {
  width: 75%;
  margin: 0 auto;
}

.banner-our-development .our-dev-caption p {
  color: #fff;
  font-size: .9rem;
}

.banner-our-development .our-dev-caption p:last-child {
  margin: 0;
}

.banner-our-development .our-develop-main-slide-banner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.banner-our-development .our-develop-main-slide-banner .slick-slide {
  height: inherit !important;
}

.banner-our-development .our-develop-main-slide-banner .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  width: 28px;
  height: 28px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.banner-our-development .our-develop-main-slide-banner .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  right: 100px;
}

.banner-our-development .our-develop-main-slide-banner .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  right: 64px;
}

.banner-our-development .our-develop-main-slide-banner .our-dev-caption {
  height: 100%;
}

.project-card .more-project {
  right: inherit;
  bottom: inherit;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -75px;
}

.project-card .more-project:before {
  display: none;
}

.project-card .more-project span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-card .more-project:hover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-latest.block-latest-launches .latest-carousel-wrapper {
  height: 100%;
}

.block-latest.block-latest-launches .slick-arrow {
  bottom: 15px;
}

.block-latest.block-latest-launches .slick-arrow.slick-prev {
  right: inherit;
  left: 15px;
}

.block-latest.block-latest-launches .slick-arrow.slick-next {
  right: inherit;
  left: 54px;
}

.block-latest.block-latest-launches.right-carousal .slick-arrow.slick-prev {
  right: 54px;
  left: inherit;
}

.block-latest.block-latest-launches.right-carousal .slick-arrow.slick-next {
  right: 15px;
  left: inherit;
}

.slider2, .slider3 {
  visibility: hidden;
}

.slick-initialized {
  visibility: visible;
}

.block.m-t-for-nav {
  margin-top: 166px;
}

.filter-blocks-wrapper {
  position: relative;
  display: block;
  padding-top: 69px;
}

.filter-blocks-wrapper .block-our-develop-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.regular-project-nav-wrapper.filter-blocks-wrapper {
  padding-top: 0;
}

.regular-project-nav-wrapper.filter-blocks-wrapper .block-our-develop-filter {
  position: relative;
}

.modal .modal-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.modal .btn-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #0089b4;
  border: 0;
  padding: 0;
  z-index: 2;
}

.modal .btn-close:after, .modal .btn-close:before {
  width: 1px;
  height: 26px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
}

.modal .btn-close:before {
  left: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .btn-close:after {
  right: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal iframe {
  width: 100%;
  height: 80vh;
}

.home-main-slider-banner, .latest-launchecs-main-slider {
  position: relative;
  display: block;
}

.home-main-slider-banner .our-dev-caption, .latest-launchecs-main-slider .our-dev-caption {
  padding: 0 0 0 30px;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-main-slider-banner .slick-current.slick-active .our-dev-caption h1, .latest-launchecs-main-slider .slick-current.slick-active .our-dev-caption h1 {
  opacity: 1;
  position: relative;
  top: 0;
  margin: 0 0 30px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.home-main-slider-banner .slick-current.slick-active .our-dev-caption h3, .latest-launchecs-main-slider .slick-current.slick-active .our-dev-caption h3 {
  opacity: 1;
  position: relative;
  top: 0;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
}

.home-main-slider-banner .slick-arrow, .latest-launchecs-main-slider .slick-arrow {
  position: absolute;
  z-index: 11;
  bottom: 30px;
  margin: 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.home-main-slider-banner .slick-arrow.slick-prev, .latest-launchecs-main-slider .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  left: 0;
}

.home-main-slider-banner .slick-arrow.slick-next, .latest-launchecs-main-slider .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  right: 0;
}

.home-main-slider-banner .slick-dots, .latest-launchecs-main-slider .slick-dots {
  margin: 0;
  position: absolute;
  z-index: 10;
  bottom: 30px;
  width: 100%;
}

.home-main-slider-banner .slick-dots, .home-main-slider-banner .slick-dots li, .latest-launchecs-main-slider .slick-dots, .latest-launchecs-main-slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-main-slider-banner .slick-dots li button, .latest-launchecs-main-slider .slick-dots li button {
  border-color: transparent;
  background: #3e3e3e;
  border-width: 0;
  width: 12px;
  height: 12px;
}

.home-main-slider-banner .slick-dots li.slick-active button, .latest-launchecs-main-slider .slick-dots li.slick-active button {
  border: 2px solid #3e3e3e;
  background: #fff;
  width: 14px;
  height: 14px;
}

.home-main-slider-banner iframe, .latest-launchecs-main-slider iframe {
  position: relative;
  pointer-events: none;
}

.block-our-develop-new .block-search-properity .col-form-label {
  margin: 0 0 5px;
}

.block-our-develop-new .block-search-properity .form-group {
  margin: 0 0 15px;
}

.block-our-develop-new .block-search-properity form .row .col-md-6 .form-group:last-child {
  margin: 0 0 30px;
}

.block-our-develop-new .block-search-properity .row-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0 0;
}

.block-our-develop-new .block-search-properity .row-column .btn-02, .block-our-develop-new .block-search-properity .row-column .btn-03 {
  margin: 15px 0 0;
  font-size: 1rem;
  font-weight: 300;
}

.block-our-develop-new .block-search-properity .range-control .irs--flat {
  margin: -17px 0 0;
}

.block-our-develop-new .filter-content-wrapper {
  padding: 30px 10px;
}

.block-our-develop-new .wrapper-test-filter .slider2 .slick-slide {
  margin: 0 10px;
}

.block-our-develop-new .wrapper-test-filter .slider3 .slick-slide {
  margin: 0;
}

.block-our-develop-new .wrapper-test-filter .slider3.slick-slider .slick-track {
  float: left;
  width: 100%;
}

.block-our-develop-new .wrapper-test-filter .slick-nav {
  margin: 0;
}

.block-our-develop-new .filter-content-wrapper .slick-arrow.slick-next, .block-our-develop-new .filter-content-wrapper .slick-arrow.slick-prev {
  top: inherit;
  bottom: -32px;
}

.block-our-develop-new .filter-content-wrapper .slick-arrow.slick-prev {
  left: inherit;
  left: 60px;
}

.block-our-develop-new .filter-content-wrapper .slick-arrow.slick-next {
  right: inherit;
  right: 60px;
}

.what-we-do-banner {
  margin: 0 0 15px;
}

.block-what-we-do-slide-nav .filter-nav-wrapper.stickyFilter {
  z-index: 11;
  width: 100%;
}

.block-what-we-do-slide-nav .filter-nav-wrapper {
  margin: 0;
}

.search-results-block-wrapper {
  padding: 0 15px;
  margin: 0 0 50px;
}

.search-results-block-wrapper .search-result-title {
  padding: 50px 0;
}

.search-results-block-wrapper .block-search-properity.block-static-01 {
  padding: 30px 15px;
}

.search-results-block-wrapper .block-search-properity h4 {
  margin: 0;
}

.search-results-block-wrapper .block-search-properity .form-group {
  margin: 0 0 15px;
}

.search-results-block-wrapper .block-search-properity form .row .col-md-6 .form-group:last-child {
  margin: 0 0 30px;
}

.search-results-block-wrapper .block-search-properity .col-form-label {
  margin: 0 0 5px;
}

.search-results-block-wrapper .block-search-properity form {
  margin: 0;
}

.search-results-block-wrapper .block-search-properity .range-control .irs--flat {
  margin: -17px 0 0;
}

.search-results-block-wrapper .property-type-block {
  padding: 0;
}

.search-results-block-wrapper .property-type-block .type-block {
  margin: 0 0 30px;
  height: calc(100% - 30px);
  background: #dcddde;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-results-block-wrapper .property-type-block .type-block h3 {
  padding: 15px;
}

.search-results-block-wrapper .property-type-block .type-block .figure-content {
  padding: 15px;
  margin-top: auto;
}

.search-results-block-wrapper .property-type-block .type-block .figure-content p {
  font-size: .9rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.search-results-block-wrapper .property-type-block .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
  margin: 10px 0 0;
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
  max-width: inherit;
}

.search-results-block-wrapper .row-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0 0;
  padding: 0 15px;
}

.search-results-block-wrapper .row-column .btn-02, .search-results-block-wrapper .row-column .btn-03 {
  margin: 15px 0 0;
  font-size: 1rem;
  font-weight: 300;
}

.event-block.block-media-center .media-box-wrapper {
  min-height: auto;
}

.event-block.block-media-center .media-box-wrapper a {
  position: relative;
}

.location-block.location-modified-wrapper .block-media-center .media-box-wrapper {
  min-height: auto;
}

.location-block.location-modified-wrapper .block-media-center .media-box-wrapper a {
  position: relative;
}

.location-block.block-static-02 p, .location-block.block-static-02 p span {
  text-align: left;
}

.block .block-belong-wrapper .shap-belong h2, .block .block-belong-wrapper .shap-belong p {
  padding: 0 15px;
}

.block .block-belong-wrapper .shap-belong .more-info {
  font-size: .6rem;
  color: #0089b4;
  margin: 0;
  padding: 0 15px;
  text-align: right;
  display: block;
}

.block .block-belong-wrapper .shap-belong.shap-belong-01 {
  width: 0;
  height: 0;
  display: block;
  border: 207px solid transparent;
  border-bottom: 50px solid #fff;
  position: absolute;
  left: 0;
}

.block .block-belong-wrapper .shap-belong.shap-belong-01:after {
  content: "";
  position: absolute;
  left: -207px;
  top: 50px;
  width: 0;
  height: 0;
  border: 207px solid transparent;
  border-top: 50px solid #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-02 {
  display: block;
  width: 198px;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 25px 0;
  position: relative;
  background: #fff;
  color: #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-02:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 198px solid transparent;
  border-left: 0 solid transparent;
}

.block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
  min-height: 150px;
}

.block .block-belong-wrapper .shap-belong.shap-belong-03 {
  display: block;
  width: 198px;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 25px 0;
  position: relative;
  background: #fff;
  color: #fff;
  margin-left: 15px;
}

.block .block-belong-wrapper .shap-belong.shap-belong-03:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 198px solid transparent;
  border-right: 0 solid transparent;
}

.block .block-belong-wrapper .shap-belong.shap-belong-03 p {
  min-height: 129px;
}

.block .block-belong-wrapper .shap-belong.shap-belong-04 {
  width: 0;
  height: 0;
  border: 207px solid transparent;
  border-bottom: 50px solid #fff;
  position: relative;
  top: -65px;
  left: -207px;
}

.block .block-belong-wrapper .shap-belong.shap-belong-04:after {
  content: "";
  position: absolute;
  left: -207px;
  top: 50px;
  width: 0;
  height: 0;
  border: 207px solid transparent;
  border-top: 50px solid #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-05 {
  display: block;
  width: 207px;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 50px 0 25px;
  position: relative;
  background: #fff;
  color: #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-05:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 207px solid transparent;
  border-right: 0 solid transparent;
}

.block .block-belong-wrapper .shap-belong.shap-belong-06 {
  display: block;
  width: 207px;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 25px 0;
  position: relative;
  background: #fff;
  color: #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-06:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 0 solid transparent;
  border-right: 207px solid transparent;
}

.block.block-belong .col-lg-4:first-child .block-belong-wrapper .block-belong-details, .block.block-belong .col-lg-4:last-child .block-belong-wrapper .block-belong-details, .block.block-belong .col-lg-4:nth-child(2) .block-belong-wrapper .block-belong-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block.block-belong .col-lg-4:first-child .block-belong-wrapper, .block.block-belong .col-lg-4:first-child .block-belong-wrapper .block-belong-details {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block.block-belong .col-lg-4:last-child .block-belong-wrapper .block-belong-details, .block.block-belong .col-lg-4:nth-child(2) .block-belong-wrapper .block-belong-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#triangle-topleft {
  width: 0;
  height: 0;
  border-top: 100px solid red;
  border-right: 100px solid transparent;
}

#diamond-narrow {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom: 70px solid red;
  position: relative;
  top: -50px;
}

#diamond-narrow:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 70px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 70px solid red;
}

#flag {
  width: 110px;
  height: 56px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 15px;
  position: relative;
  background: red;
  color: #fff;
  font-size: 11px;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}

#flag:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 13px solid #eee;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
}

#base {
  background: red;
  display: inline-block;
  height: 55px;
  margin-left: 20px;
  margin-top: 55px;
  position: relative;
  width: 100px;
}

#base:before {
  border-bottom: 35px solid red;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -35px;
  width: 0;
}

.block {
  overflow: hidden;
}

.animation-element {
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.animation-element.slide-left {
  -webkit-transform: translate3d(-100px,0,0);
  transform: translate3d(-100px,0,0);
}

.animation-element.slide-left, .animation-element.slide-right {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.animation-element.slide-right {
  -webkit-transform: translate3d(100px,0,0);
  transform: translate3d(100px,0,0);
}

.animation-element.slide-top {
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

.animation-element.slide-bottom, .animation-element.slide-top {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.animation-element.slide-bottom {
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0);
}

.animation-element.slide-bottom.in-view, .animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.slide-top.in-view {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

table {
  overflow: hidden;
}

.main-search-block.home-search-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

.slick-track {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden !important;
}

.login-start-block.main-banner {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-start-block .login-form-home .login-form-ico {
  position: absolute;
  top: 20px;
  left: 20px;
}

.login-start-block .login-form-home .btn-08 {
  margin: 30px 0 0;
}

.commuinty-nav-block {
  background: #0089b4;
}

.commuinty-nav-block.block {
  padding: 0 0 0 30px;
}

.commuinty-nav-block .row {
  width: 100%;
  margin: 0;
}

.commuinty-nav-block .col-lg-1, .commuinty-nav-block .col-lg-9 {
  background: #0089b4;
}

.commuinty-nav-block .col-lg-3 {
  background: #6d6f72;
}

.commuinty-nav-block .filter-nav-wrapper .nav-item {
  padding: 17px 10px 0;
  position: relative;
  height: 75px;
}

.commuinty-nav-block .filter-nav-wrapper .nav-item:before {
  left: 0;
  position: absolute;
  top: 17px;
  height: 43px;
  width: 1px;
  background: #fff;
  content: "";
}

.commuinty-nav-block .filter-nav-wrapper .nav-item:first-child:before {
  display: none;
}

.commuinty-nav-block .filter-nav-wrapper .nav-link {
  font-size: .8rem;
  padding: 11px 0 22px;
  color: #fff;
  font-weight: 300;
  border-bottom: 5px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.commuinty-nav-block .filter-nav-wrapper .nav-link.active {
  font-weight: 800;
  border-bottom-color: #f8f8f8;
  background: 0;
}

.commuinty-nav-block .filter-nav-wrapper .nav-link:hover {
  border-bottom-color: #f8f8f8;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 {
  padding: 0;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 .nav-item {
  margin: 0;
  padding: 0;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 .nav-link {
  padding: 28px 0;
  text-align: center;
  border: 0;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 .nav-link.active {
  font-weight: 800;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 .nav-link:hover {
  background: #333132;
}

.login-inner-main-wrapper .block {
  padding: 120px 0;
  height: 100%;
}

.login-inner-main-wrapper.my-community-unit-main-wrapper .block {
  padding: 60px 0;
}

.login-inner-main-wrapper.my-community-unit-main-wrapper .block.login-content-wrapper {
  padding: 60px 45px 0;
}

.login-inner-main-wrapper .community-inner-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #6d6f72;
  letter-spacing: 45px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.login-inner-main-wrapper .community-inner-title span {
  margin: 5px 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.login-inner-main-wrapper .community-inner-title span.start-new-word {
  margin: 5px 0 30px;
}

.login-inner-main-wrapper .community-title-icons {
  margin: 0 0 15px;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper {
  margin: 0 0 30px;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper:last-child {
  margin: 0;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper h3 {
  margin: 0 0 15px;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper h3, .login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper p {
  color: #6d6f72;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper p {
  font-weight: 300;
  margin: 0 0 5px;
}

.login-content-wrapper.block {
  padding-left: 45px;
  padding-right: 45px;
}

.login-content-wrapper .nav .dropdown {
  margin: 0 0 30px;
}

.login-content-wrapper .nav .dropdown .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d1d1d1;
  padding: 15px 30px;
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
  color: #6d6f72;
  border: 0;
  border-radius: 50px;
}

.login-content-wrapper .nav .dropdown .btn i {
  margin: 0 15px 0 0;
}

.login-content-wrapper .nav .dropdown .btn.dropdown-toggle:after {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 2;
  margin: -14px 0 0;
  content: "\f107";
  border: 0;
  font-family: FontAwesome;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .dropdown.show {
  margin: 0 0 30px;
}

.login-content-wrapper .nav .dropdown.show .btn.dropdown-toggle:after {
  content: "\f105";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .dropdown .dropdown-menu {
  position: relative !important;
  top: 0;
  left: 0 !important;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  padding: 0;
  border: 0;
  background: 0;
  border-radius: 0;
  margin: 7.5px 0;
  width: calc(100% - 15px);
}

.login-content-wrapper .nav .dropdown .dropdown-menu .dropdown-item {
  padding: 7.5px 30px;
  font-weight: 700;
  font-size: .9rem;
  color: #6d6f72;
  background: 0;
}

.login-content-wrapper .nav .dropdown .dropdown-menu .dropdown-item, .login-content-wrapper .nav .dropdown .dropdown-menu .dropdown-item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .dropdown .dropdown-menu .dropdown-item:hover {
  background: #d1d1d1;
}

.login-content-wrapper .nav .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d1d1d1;
  padding: 15px 30px;
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
  color: #6d6f72;
  border: 0;
  border-radius: 50px;
}

.login-content-wrapper .nav .btn i {
  margin: 0 15px 0 0;
}

.login-content-wrapper .nav .btn.dropdown-toggle:after {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 2;
  margin: -14px 0 0;
  content: "\f107";
  border: 0;
  font-family: FontAwesome;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .nav-tabs {
  padding: 0 0 0 30px;
  border: 0;
  background: 0;
  border-radius: 0;
  margin: 7.5px 0;
  width: calc(100% - 15px);
}

.login-content-wrapper .nav .nav-tabs a {
  display: block;
  padding: 7.5px 30px;
  font-weight: 700;
  font-size: .9rem;
  color: #6d6f72;
  background: 0;
  width: 100%;
}

.login-content-wrapper .nav .nav-tabs a, .login-content-wrapper .nav .nav-tabs a.active, .login-content-wrapper .nav .nav-tabs a:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .nav-tabs a.active, .login-content-wrapper .nav .nav-tabs a:hover {
  background: #d1d1d1;
}

.login-content-wrapper .nav .nav-tabs .new-tabs-des {
  padding: 0 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: 0;
}

.login-content-wrapper .nav .nav-tabs .new-tabs-des, .login-content-wrapper .nav .nav-tabs .new-tabs-des:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .nav-tabs .new-tabs-des:hover {
  background: #d1d1d1;
}

.login-content-wrapper .nav .nav-tabs p {
  padding: 7.5px 30px;
  font-weight: 700;
  font-size: .9rem;
  color: #6d6f72;
  margin: 0;
}

.login-content-wrapper .nav .nav-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper a {
  padding: 7.5px;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper i {
  width: 20px;
  height: 20px;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper i.call-icon {
  background: url(../images/call-icon-gray-dark.svg) no-repeat 50% / contain;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper a:hover .call-icon {
  background: url(../images/call-icon-white.svg) no-repeat 50% / contain;
}

.commuinty-tabs-content-right, .login-content-wrapper .col-md-7 {
  position: relative;
}

.commuinty-tabs-content-right h2 {
  display: block;
  color: #6d6f72;
  margin: 0 0 45px;
}

.commuinty-tabs-content-right p {
  color: #6d6f72;
}

.commuinty-tabs-content-right .fixed {
  position: fixed;
  top: 30px;
  right: 60px;
}

.login-inner-main-wrapper > .container-fluid > .row {
  position: relative;
}

.community-chat-wrapper {
  position: absolute;
  right: -83px;
  top: 25%;
  z-index: 2;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.community-chat-wrapper .chat-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 10px 30px;
  font-size: .8rem;
  font-weight: 800;
  background: #0089b4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.community-chat-wrapper .chat-btn i {
  margin: 0 15px 0 0;
}

.code-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  color: #6d6f72;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
  background: #d1d1d1;
}

.code-img-wrapper .code-img {
  display: block;
  margin: 0 auto 30px;
}

.guest-wrapper-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #6d6f72;
}

.guest-wrapper-content h3.font-regular, .guest-wrapper-content p {
  font-weight: 600;
}

.guest-wrapper-content h3, .guest-wrapper-content p {
  padding: 0;
  margin: 0 0 15px;
}

.guest-wrapper-content .qrcode-img {
  margin: 15px auto;
  display: block;
}

.guest-wrapper-content .qrcode-img img {
  display: block;
  margin: 0 auto;
}

.guest-wrapper-content .btn-icons-wrapper {
  display: block;
  width: 20px;
  height: 22px;
}

.guest-wrapper-content .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px auto 0;
}

.guest-wrapper-content .btn-group .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.guest-wrapper-content .btn-group .btn i {
  margin: 0 15px 0 0;
}

.guest-wrapper-content .btn-group .btn-group:not(:last-child) > .btn, .guest-wrapper-content .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 25px;
}

.my-community-unit-main-wrapper .my-unit-content-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6d6f72;
}

.my-community-unit-main-wrapper .my-unit-content-tabs h3.font-regular {
  font-weight: 600;
  margin: 0 0 15px;
}

.my-community-unit-main-wrapper .my-unit-content-tabs .table thead th {
  border: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #6d6f72;
  text-align: center;
  padding: 15px 0;
}

.my-community-unit-main-wrapper .my-unit-content-tabs .table td {
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 300;
  color: #6d6f72;
  text-align: center;
  vertical-align: middle;
}

.my-community-unit-main-wrapper .my-unit-content-tabs .table tbody tr:nth-of-type(odd) {
  background-color: hsla(0,0%,82%,.35);
}

.notification-main-wrapper .dropdown.show .btn.dropdown-toggle {
  background: #0089b4;
}

.notification-main-wrapper .dropdown.show .btn.dropdown-toggle .notification-num {
  display: none;
}

.notification-main-wrapper .dropdown.show .btn.dropdown-toggle .notification-icon {
  background: url(../images/notification-icon-white.png) no-repeat 50% / contain;
}

.notification-main-wrapper .notification-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 5px;
  white-space: pre-wrap;
  border-bottom: 1px dashed #d1d1d1;
}

.notification-main-wrapper .notification-wrapper .notification-title-wrapper {
  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;
  margin: 0 0 5px;
}

.notification-main-wrapper .notification-wrapper .notification-title-wrapper h1 {
  font-weight: 600;
  color: #6d6f72;
  margin: 0;
}

.notification-main-wrapper .notification-wrapper .notification-title-wrapper .date {
  color: #0089b4;
  font-weight: 700;
  font-size: .7rem;
}

.notification-main-wrapper .notification-wrapper p {
  font-weight: 400;
  color: #6d6f72;
  font-size: .75rem;
  margin: 0;
}

.notification-main-wrapper .notification-wrapper:hover {
  background: #f8f8f8;
}

.notification-main-wrapper .dropdown-menu {
  padding: 5px 15px 5px 30px;
  border: 0;
  border-top: 15px solid #0089b4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  max-width: 276px;
}

.notification-main-wrapper .dropdown-menu li {
  margin: 0;
  padding: 0;
}

.notification-main-wrapper .dropdown-menu li:last-child .notification-wrapper {
  border-bottom: 0;
}

.testimonial-slider {
  margin: 0 0 30px;
  z-index: 20;
  position: relative;
}

.testimonial-slider .slick-dots {
  margin: 15px 0 0;
}

.testimonial-slider .block-aside-info {
  margin: 0;
}

.testimonial-slider .block-aside-info-gallery {
  margin-bottom: 0;
}

.setting-main-wrapper .dropdown.show .btn.dropdown-toggle {
  background: #0089b4;
}

.setting-main-wrapper .dropdown.show .btn.dropdown-toggle .profile-setting-icon {
  background: url(../images/profile-setting-icon-white.png) no-repeat 50% / contain;
}

.setting-main-wrapper .dropdown-menu {
  padding: 5px 15px;
  border: 0;
  border-top: 15px solid #0089b4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  left: inherit;
  right: 0;
  max-width: 300px;
}

.setting-main-wrapper .dropdown-menu li {
  margin: 0;
  padding: 0;
}

.setting-main-wrapper .dropdown-menu li a {
  border-bottom: 1px dashed #d1d1d1;
  font-weight: 400;
  color: #6d6f72;
  font-size: .75rem;
  display: block;
  padding: 5px;
}

.setting-main-wrapper .dropdown-menu li a:hover {
  background: #f8f8f8;
}

.setting-main-wrapper .dropdown-menu li:last-child a {
  border: 0;
}

.my-community-unit-main-wrapper .content-tab-rigth-new-wrapper {
  padding: 15px 45px 60px;
}

.my-community-unit-main-wrapper .login-content-wrapper {
  overflow: inherit;
}

.my-community-unit-main-wrapper .login-content-wrapper .nav .dropdown .dropdown-menu {
  position: absolute !important;
  top: 57px !important;
  background: #ededed;
}

.login-inner-main-wrapper.my-community-unit-main-wrapper .block.new-wrap-left {
  padding: 0;
  margin: -85px 0 0;
}

.gallery-master-plan-block-slider {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.gallery-master-plan-block-slider .media-box-wrapper {
  margin: 15px;
}

.gallery-master-plan-block-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -17px 0 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.gallery-master-plan-block-slider .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  background-color: #3e3e3e;
  left: -15px;
}

.gallery-master-plan-block-slider .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  background-color: #3e3e3e;
  right: -15px;
}

.gallery-master-plan-block-slider .block-media-center p {
  margin-left: 15px;
}

.login-inner-main-wrapper.my-community-unit-new-wrapper .page-community-inner-title-wrapper .small-content-wrapper {
  width: 100%;
}

.login-inner-main-wrapper.my-community-unit-new-wrapper .page-community-inner-title-wrapper .small-content-wrapper h4 {
  font-size: .85rem;
  font-weight: 700;
}

.login-inner-main-wrapper.my-community-unit-new-wrapper .page-community-inner-title-wrapper .small-content-wrapper p {
  font-size: .85rem;
}

.login-inner-main-wrapper.my-community-unit-new-wrapper .page-community-inner-title-wrapper .small-content-wrapper .col-lg-6 {
  margin: 0 0 15px;
}

.payment-modal-wrapper.modal .modal-body {
  padding: 0 15px 15px;
}

.payment-modal-wrapper.modal .modal-content {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.payment-modal-wrapper.modal .modal-header {
  border-radius: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 15px;
}

.payment-modal-wrapper.modal .modal-header h3 {
  margin: 0;
  color: #6d6f72;
}

.payment-modal-wrapper.modal .terms-conditions {
  color: #0089b4;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  display: block;
  text-decoration: underline;
}

.payment-modal-wrapper.modal .terms-conditions:hover {
  color: #6d6f72;
}

.payment-modal-wrapper.modal li, .payment-modal-wrapper.modal p {
  font-size: .85rem;
  font-weight: 300;
}

.payment-modal-wrapper.modal .tbc-wrapper {
  margin: 30px 0;
  padding: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #6d6f72;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-modal-wrapper.modal .tbc-wrapper h3 {
  font-size: 1.2rem;
  color: #6d6f72;
}

.payment-modal-wrapper.modal .btn-01 {
  width: 100%;
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
  padding: 10px 0;
}

.payment-modal-wrapper.modal .btn-01:hover {
  background: #333132;
  color: #fff;
}

.payment-modal-wrapper.modal .modal-footer {
  border: 0;
  padding: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.payment-modal-wrapper .contact-form-home .form-group {
  margin: 0 0 15px;
}

.payment-modal-wrapper .contact-form-home label {
  color: #494948;
  font-weight: 700;
  font-size: .8rem;
}

.payment-modal-wrapper .contact-form-home .amount-to-pay {
  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;
}

.payment-modal-wrapper .contact-form-home .amount-to-pay label {
  margin: 0 0 5px;
}

.payment-modal-wrapper .contact-form-home .amount-to-pay .form-control {
  text-align: center;
}

.payment-modal-wrapper .contact-form-home .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-modal-wrapper .contact-form-home .form-check .form-check-input {
  position: relative;
  margin: 0 5px 0 0;
}

.unit-details-modal-wrapper {
  background: #ebebeb;
  padding: 15px;
  position: relative;
  display: block;
  margin: 0 0 15px;
}

.unit-details-modal-wrapper h3 {
  color: #0089b4;
  margin: 0 0 15px;
}

.unit-details-modal-wrapper .unit-details-modal-details-wrapper h4 {
  font-weight: 700;
  font-size: .85rem;
  margin: 0 0 5px;
  color: #494948;
}

.unit-details-modal-wrapper .unit-details-modal-details-wrapper p {
  font-size: .85rem;
  margin: 0;
}

.unit-details-modal-wrapper .unit-details-modal-details-wrapper .col-sm-6 {
  margin: 0 0 15px;
}

.modal {
  overflow: auto;
}

.block-search-properity .bootstrap-select .dropdown-menu {
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  top: 50px !important;
  max-height: 200px;
  overflow-y: scroll;
}

footer.footer {
  background: #333132;
  padding: 30px 0;
  border: 0;
  overflow: hidden;
}

footer .footer-block-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .footer-block-01 .footer-hotline {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 15px 0;
}

footer .footer-block-01 .footer-hotline:hover {
  color: #0089b4;
}

footer .footer-block-01 span {
  font-size: 1rem;
  font-weight: 200;
  color: #fff;
  margin: 0 0 15px;
}

footer .footer-block-01 .social-media-footer .nav-item {
  margin: 0 2px;
}

footer .footer-block-01 .social-media-footer .nav-item:first-child {
  margin-left: 0;
}

footer .footer-block-01 .social-media-footer .nav-item:last-child {
  margin-right: 0;
}

footer .footer-block-01 .social-media-footer .nav-item a {
  width: 37px;
  height: 37px;
  background: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  line-height: 30px;
  padding: 0;
}

footer .footer-block-01 .social-media-footer .nav-item a:hover {
  background: 0;
}

footer .footer-nav .nav-item {
  width: 50%;
  max-width: 50%;
}

footer .footer-nav .nav-item .nav-link {
  padding: 0;
  color: #fff;
  font-size: .8rem;
  line-height: 1.5rem;
  font-weight: 400;
}

footer .footer-nav .nav-item .nav-link:hover {
  color: #0089b4;
}

footer .footer-block-02 .footer-subscribe-title {
  color: #fff;
  font-size: .8rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.5rem !important;
}

.signature-communities-page .header .container-fluid {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.signature-communities-page .header nav.navbar {
  padding: 30px 0;
}

.signature-communities-page .header nav.navbar .navbar-nav .nav-link:hover {
  color: #c0915c;
}

.signature-communities-page .header nav.navbar .navbar-nav .login-community-btn .nav-link {
  background: #c0915c;
}

.signature-communities-page .header nav.navbar .navbar-nav .login-community-btn .nav-link:hover {
  background: #0089b4;
  color: #fff;
}

.signature-communities-page .aside-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0 0;
}

.signature-communities-page .aside-signature, .signature-communities-page .aside-signature .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.signature-communities-page .aside-signature .nav {
  margin: 100px 0 0;
}

.signature-communities-page .aside-signature .nav.nav-fill .nav-item {
  text-align: left;
}

.signature-communities-page .aside-signature .nav.nav-fill .nav-item .btn {
  margin: 5px 0;
  padding: 0;
  color: #525253;
  font-size: .8rem;
  font-weight: 300;
  border: 0;
}

.signature-communities-page .aside-signature .nav.nav-fill .nav-item .btn.active, .signature-communities-page .aside-signature .nav.nav-fill .nav-item .btn.active:hover, .signature-communities-page .aside-signature .nav.nav-fill .nav-item .btn:hover {
  color: #0089b4;
}

.signature-communities-page .block-overview h4 {
  color: #c0915c;
}

.signature-communities-page .block-overview .block-overview-content p {
  font-size: 1rem;
  color: #4d4d4f;
  margin: 15px 0;
}

.signature-communities-page .block-overview .block-overview-content .block-overview-content-detail li h1, .signature-communities-page .block-overview .block-overview-content .block-overview-content-detail li p {
  color: #c0915c;
}

.signature-communities-page .block-overview .block-overview-content .block-overview-content-detail li p {
  margin: 0;
}

.signature-communities-page .block-overview aside .block-title h1 {
  color: #c0915c;
}

.signature-communities-page .location-block {
  margin: 0;
}

.signature-communities-page .location-block .container-fluid {
  padding-left: 0;
}

.signature-communities-page .location-block h2 {
  color: #c0915c;
}

.signature-communities-page .location-block .list-bollet li {
  color: #4d4d4f;
  font-size: .8rem;
}

.signature-communities-page .location-block h6 {
  margin: 20px 0 0;
  color: #c0915c;
}

.signature-communities-page .location-block .block-media-center .media-box-wrapper {
  margin: 30px 0 0;
  padding: 10px;
  border: 1px solid #c0915c;
}

.signature-communities-page .location-block .block-media-center .media-box-wrapper .media-card-content {
  background: #c0915c;
}

.signature-communities-page .location-block .block-media-center .media-box-wrapper.video-box-wrapper .media-card-content {
  background: 0;
}

.signature-communities-page .location-block .block-media-center .media-box-wrapper .img-fluid {
  height: 100%;
}

.signature-communities-page .banner-signature-communities {
  padding-left: 0;
  margin: 0 0 15px;
}

.signature-communities-page .banner-signature-communities .container-fluid {
  padding-left: 0;
}

.signature-communities-page .property-type-block {
  padding: 30px 0;
  position: relative;
}

.signature-communities-page .property-type-block h2 {
  color: #c0915c;
  margin: 0 0 15px;
}

.signature-communities-page .property-type-block .type-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 7.5px;
  position: relative;
  background: hsla(0,0%,100%,.4);
}

.signature-communities-page .property-type-block .type-block h4 {
  font-size: 1.2rem;
  color: #fff;
  background: #c0915c;
  padding: 15px;
  margin: 0;
}

.signature-communities-page .property-type-block .type-block .more-info {
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: .8rem;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  position: absolute;
}

.signature-communities-page .property-type-block .type-block .more-info:hover {
  border-color: transparent;
}

.signature-communities-page .property-types-slider {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 7.5px;
}

.signature-communities-page .property-types-slider .slick-track {
  float: left;
}

.signature-communities-page .property-types-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.signature-communities-page .property-types-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/left-arrow.png);
}

.signature-communities-page .property-types-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/right-arrow.png);
}

.signature-communities-page .property-types-slider .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.signature-communities-page .interest-block {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.signature-communities-page .interest-block.block-contact-home p {
  margin: 30px 0;
}

.signature-communities-page .interest-block.block-contact-home .form-control::-webkit-input-placeholder {
  color: #494948;
}

.signature-communities-page .interest-block.block-contact-home .form-control:-ms-input-placeholder {
  color: #494948;
}

.signature-communities-page .interest-block.block-contact-home .form-control::-moz-placeholder {
  color: #494948;
}

.signature-communities-page .interest-block.block-contact-home .form-control::-ms-input-placeholder {
  color: #494948;
}

.signature-communities-page .interest-block.block-contact-home .form-control::placeholder {
  color: #494948;
}

.signature-communities-page footer.footer {
  background: #f0f0f0;
}

.signature-communities-page footer .footer-block-01 .footer-hotline {
  color: #494948;
}

.signature-communities-page footer .footer-block-01 .footer-hotline:hover {
  color: #0089b4;
}

.signature-communities-page footer .footer-block-01 span, .signature-communities-page footer .footer-nav .nav-item .nav-link {
  color: #494948;
}

.signature-communities-page footer .footer-nav .nav-item .nav-link:hover {
  color: #0089b4;
}

.signature-communities-page footer .footer-block-02 .footer-subscribe-title {
  color: #494948;
}

.signature-communities-page footer .navbar-brand.brand-footer {
  background-image: url(../images/logo-footer-dark.svg);
}

.signature-communities-page .page-title-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  min-height: 64px;
  text-align: center;
  color: #c0915c;
}

.signature-communities-page .signature-slider-block .container-fluid {
  padding-left: 0;
}

.signature-communities-page .signature-slider-block .slider-for-signature {
  margin: 0;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/left-arrow.png);
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/right-arrow.png);
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-dots {
  margin: 0;
  position: absolute;
  z-index: 10;
  bottom: -30px;
  width: 100%;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-dots, .signature-communities-page .signature-slider-block .slider-for-signature .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-dots li button {
  border-color: transparent;
  background: #3e3e3e;
  border-width: 0;
  width: 12px;
  height: 12px;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-dots li.slick-active button {
  border: 2px solid #3e3e3e;
  background: #fff;
  width: 14px;
  height: 14px;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .media-box-wrapper {
  margin: 15px;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -17px 0 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  background-color: #3e3e3e;
  left: -15px;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  background-color: #3e3e3e;
  right: -15px;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .img-zoom-wrapper {
  border: 1px solid #c0915c;
  padding: 7.5px;
  width: calc(100% - 2px);
  overflow: hidden;
  position: relative;
}

.signature-communities-page .signature-slider-block .block-media-center {
  padding: 0 0 15px;
}

.signature-communities-page .signature-slider-block .slider-nav-signature {
  margin: 0 0 30px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide {
  cursor: pointer;
  overflow: hidden;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper {
  border: 1px solid #c0915c;
  padding: 15px;
  width: calc(100% - 2px);
  overflow: hidden;
  position: relative;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper .img-zoom-holder {
  display: block;
  overflow: hidden;
  position: relative;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper .img-zoom-holder .video-sodic-sm {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 1;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper:hover img, .signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper img {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.signature-communities-page {
  overflow: hidden;
}

.signature-communities-page .col-lg-3 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page .col-lg-9 {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.signature-communities-page.animation-play > .container-fluid > .row > .col-lg-3, .signature-communities-page.animation-play > .container-fluid > .row > .col-lg-9 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page.animation-play > .container-fluid > .row > .col-lg-3:last-child .aside-signature .project-logo-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.animation-02 {
  opacity: 0;
}

.animation-02, .animation-02.project-logo-wrapper {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.animation-02.project-logo-wrapper {
  margin-right: 100px;
}

.animation-03 {
  opacity: 0;
  margin-top: 20%;
}

.animation-03, .animation-03.project-logo-wrapper {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.animation-03.project-logo-wrapper {
  margin-right: 100px;
}

.animation-04 {
  opacity: 0;
  margin-top: 55px;
}

.animation-04, .animation-04.project-logo-wrapper {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.animation-04.project-logo-wrapper {
  margin-right: 100px;
}

.animation-05 {
  opacity: 0;
  margin-top: 0;
}

.animation-06 {
  opacity: 0;
  margin-top: 20% !important;
}

.animation-07 {
  opacity: 0;
  margin-top: 20% !important;
}

.animation-05, .animation-05.project-logo-wrapper {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.animation-05.project-logo-wrapper {
  margin-right: 100px;
}

.animation-06 {
  margin-top: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 0;
  transition: opacity 1.1s ease-in-out;
  -webkit-transition: opacity 1.1s ease-in-out;
  -moz-transition: opacity 1.1s ease-in-out;
  -ms-transition: opacity 1.1s ease-in-out;
  -o-transition: opacity 1.1s ease-in-out;
}

.animation-07 {
  margin-top: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 0;
  transition: opacity 1.1s ease-in-out;
  -webkit-transition: opacity 1.1s ease-in-out;
  -moz-transition: opacity 1.1s ease-in-out;
  -ms-transition: opacity 1.1s ease-in-out;
  -o-transition: opacity 1.1s ease-in-out;
}

.page-title-full {
  overflow: hidden;
  display: block;
}

.page-title-full .animation-06, .page-title-full .animation-07 {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
}

.page-title-full .animation-06 {
  margin-top: -56px;
}

.page-title-full .animation-07 {
  margin-top: -24px;
}

.zoom-for-animation {
  border: 30px solid #fff;
  padding: 0;
  outline: 1px solid #c0915c;
  margin-bottom: 30px;
  -webkit-transition: all s ease-in-out;
}

.zoom-for-animation .img-zoom-holder {
  margin: 0 auto;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -100px bottom;
}

.zoom-for-animation .img-zoom-holder, .zoom-for-animation .img-zoom-holder .img-fluid {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.zoom-for-animation .img-zoom-holder .img-fluid {
  width: auto;
  max-width: inherit;
  z-index: 4;
}

.zoom-for-animation .slider {
  position: relative;
  top: 0;
  z-index: 2;
}

.zoom-for-animation .slider .img-fluid {
  width: 100%;
  max-width: 100%;
}

.zoom-for-animation {
  opacity: 0;
  margin: 0 auto 30px;
  right: 100px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page .aside-signature .nav {
  position: relative;
  opacity: 0;
  left: -150px;
  transition: margin-left 1s ease-in-out;
  -webkit-transition: margin-left 1s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  height: 0;
  transition: height 0.6s ease-in-out;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
}

.signature-communities-page .aside-signature .nav .nav-item {
  position: relative;
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  opacity: 0;
}

.signature-communities-page .aside-signature .nav .nav-item:first-child {
  left: -35px;
}

.signature-communities-page .aside-signature .nav .nav-item:nth-child(2) {
  left: -45px;
}

.signature-communities-page .aside-signature .nav .nav-item:nth-child(3) {
  left: -55px;
}

.signature-communities-page .aside-signature .nav .nav-item:nth-child(4) {
  left: -65px;
}

.zoom-for-animation {
  position: relative;
  overflow: hidden;
}

.zoom-for-animation .img-zoom-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  width: 380px;
  height: 1000px;
}

.signature-communities-page .slider, .signature-communities-page .slider-sub-main-signature {
  opacity: 0;
}

.signature-communities-page .slider-nav-signature {
  opacity: 0;
  position: relative;
  top: -200px;
  z-index: 999999;
}

.signature-communities-page .slider-nav-signature .slick-slide {
  position: relative;
  background: #fff;
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  opacity: 0;
}

.signature-communities-page .slider-nav-signature .slick-slide:first-child {
  top: -100px;
}

.signature-communities-page .slider-nav-signature .slick-slide:nth-child(2) {
  top: -150px;
}

.signature-communities-page .slider-nav-signature .slick-slide:nth-child(3) {
  top: -200px;
}

.container-fluid.location-bottom-Img {
  padding-right: 0 !important;
}

.signature-communities-page .slider-nav-signature.animationStartcarousel {
  top: 0;
}

.signature-communities-page .slider-nav-signature.animationStartcarousel .slick-slide {
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  opacity: 1;
}

.signature-communities-page .slider-nav-signature.animationStartcarousel .slick-slide:first-child, .signature-communities-page .slider-nav-signature.animationStartcarousel .slick-slide:nth-child(2), .signature-communities-page .slider-nav-signature.animationStartcarousel .slick-slide:nth-child(3) {
  top: 0;
}

.signature-communities-page .aside-signature {
  position: relative;
}

.signature-communities-page .aside-signature .nav {
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}

.signature-communities-page .aside-signature .nav.fixed {
  position: fixed;
  top: 0;
  left: inherit !important;
}

.signature-communities-page .aside-signature .nav.sticky {
  top: 0;
  left: inherit !important;
}

.signature-hide-block {
  display: none;
}

.project-01, .project-02, .project-03, .project-04 {
  height: 0;
  margin: 0;
}

.signature-communities-page .aside-signature .nav {
  margin: 0;
}

.project-btn-luncher {
  cursor: pointer;
}

.project-content {
  display: none;
  width: 100%;
}

.project-01-open .project-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-01-open .project-content.project-01-content-block {
  display: block;
}

.project-02-open .project-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-02-open .project-content.project-02-content-block {
  display: block;
}

.project-03-open .project-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-03-open .project-content.project-03-content-block {
  display: block;
}

.project-04-open .project-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-04-open .project-content.project-04-content-block {
  display: block;
}

.project-05-open .project-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-05-open .project-content.project-05-content-block {
  display: block;
}

.project-06-open .project-06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-06-open .project-content.project-06-content-block {
  display: block;
}

.animation-03.double-animation, .animation-04.double-animation, .animation-05.double-animation, .animation-06.double-animation, .animation-07.double-animation, .logo-wrapper-mobile, .new-signature-nav-mobile {
  display: none;
}

.signature-communities-page .testimonial-slider .block-aside-info {
  width: 100%;
}

.signature-communities-page .testimonial-slider .block-aside-info-gallery a {
  width: 100%;
  min-height: 75px;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 7.5px 0;
}

.main-img-banner-signature, .main-img-banner-signature.img-fluid-02 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.main-img-banner-signature.img-fluid-02 {
  width: 100%;
}

@media screen and (min-width: 1301px) and (max-width: 1320px) {
  .block .block-belong-wrapper .shap-belong.shap-belong-03 p {
    max-height: 110px;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .block .block-belong-wrapper .shap-belong.shap-belong-02, .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    width: 207px;
    margin: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2, .block .block-belong-wrapper .shap-belong.shap-belong-03 h2 {
    min-height: 50px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02:before {
    border-left: 0 solid transparent;
    border-right: 207px solid transparent;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
    padding: 0 15px;
    margin: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-01, .block .block-belong-wrapper .shap-belong.shap-belong-03:before, .block .block-belong-wrapper .shap-belong.shap-belong-04 {
    display: none;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05:before {
    border-left: 0 solid transparent;
    border-right: 207px solid transparent;
  }
  
  .block.block-belong .col-lg-4:first-child .block-belong-wrapper .block-belong-details {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  header nav.navbar .commuinty-login-wrapper {
    margin: 0;
  }
  
  header nav.navbar .commuinty-login-wrapper .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  header nav.navbar .commuinty-login-wrapper .nav-link {
    padding: 2px 5px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02, .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    padding-top: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05 p {
    max-height: 110px;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-track {
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    -moz-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
  }
  
  .signature-communities-page .location-block h6 {
    margin: unset !important;
  }
  
  .banner-signature-communities {
    margin-top: 15px;
  }
  
  .location-block .img-fluid {
    margin-top: 0 !important;
  }
  
  .signature-communities-page .slick-slide .for-desktop-img {
    display: block;
  }
  
  .signature-communities-page .slick-slide .for-mobile-img {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .property-type-block .property-types-project .type-block .figure-content.figure-content-more-info p {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .property-type-block .property-types-project .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 1150px) {
  .new-tab-nav .nav-link {
    margin: 0 5px;
  }
}

@media screen and (max-width: 1070px) {
  .filter-slider .slick-arrow.slick-prev {
    left: -34px;
  }
  
  .filter-slider .slick-arrow.slick-next {
    right: -34px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-prev {
    left: -34px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-next {
    right: -34px;
  }
  
  .block-search-properity .range-control .range-label {
    bottom: -25px;
  }
  
  .block-latest .slick-arrow {
    bottom: 15px;
  }
  
  .block-latest .slick-arrow.slick-prev {
    left: 15px;
    right: inherit;
  }
  
  .block-latest .slick-arrow.slick-next {
    left: 49px;
    right: inherit;
  }
  
  .block-latest.right-carousal .slick-arrow {
    bottom: 15px;
  }
  
  .block-latest.right-carousal .slick-arrow.slick-prev {
    left: inherit;
    right: 49px;
  }
  
  .block-latest.right-carousal .slick-arrow.slick-next {
    left: inherit;
    right: 15px;
  }
  
  .block-contact-main .contact-block-01 .special-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .block-contact-main .contact-block-01 .special-grid .contact-block-01-details {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: auto;
  }
  
  .wrapper-test-filter .slick-arrow.slick-prev {
    left: -34px;
  }
  
  .wrapper-test-filter .slick-arrow.slick-next {
    right: -34px;
  }
  
  .facility-block h1.special.font-medium {
    font-size: 1.8rem;
  }
  
  .facility-block .faility-details p {
    font-size: .8rem;
    margin: 0 0 10px;
  }
  
  .facility-block .faility-details .more-info {
    font-size: .9rem;
  }
  
  .facility-block:hover .faility-details {
    padding-top: 70px;
    height: 350px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
  .block .block-belong-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .property-type-block .type-block .figure-content.figure-content-more-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .interest-remove-img-mobile .col-md-5 {
    display: none;
  }
  
  .interest-remove-img-mobile .col-md-7, .interest-remove-img-mobile .col-md-7 .col-md-10 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 991px) {
  .signature_logo {
    right: 0 !important;
  }
  
  .signature-communities-page .location-block h6 {
    margin: 0 !important;
  }
  
  .container-fluid.location-bottom-Img {
    margin-top: 0 !important;
    max-width: 91% !important;
    padding-bottom: 0 !important;
  }
  
  .col-lg-2.col-md-12.animation-element.slide-left.in-view {
    padding-left: 0 !important;
  }
  
  .col-lg-10.col-md-12.animation-element.slide-right.in-view {
    padding-left: 0 !important;
  }
  
  .hidefromMobile {
    display: none !important;
  }
  
  .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
  }
  
  .block-aside-info .block-aside-info-details p {
    margin: 0 !important;
    margin-top: 15px;
  }
  
  .signature-communities-page .block-static-01.location-block h2.font-regular, .signature-communities-page .property-type-block h2.font-regular {
    margin: 0 0 15px !important;
  }
  
  .location-block .block-media-center {
    margin-bottom: 15px !important;
  }
  
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 10px !important;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.stickyFilter {
    padding-bottom: 10px !important;
    margin-top: 0 !important;
  }
  
  .signature-communities-page .property-type-block {
    padding: 15px 0 !important;
  }
  
  .main-search-block .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  
  .main-search-block .form-group {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #4d4d4f;
  }
  
  .main-search-block .form-group:before {
    display: none;
  }
  
  .main-search-block .bootstrap-select .dropdown-menu {
    top: 20px !important;
  }
  
  .main-search-block .btn-01.with-icon {
    width: 100%;
  }
  
  .home-search-nav .form-inline {
    height: 50px;
  }
  
  .home-search-nav .form-inline, .home-search-nav.open-search .form-inline {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .home-search-nav.open-search .form-inline {
    height: auto;
  }
  
  .login-inner-main-wrapper .block {
    padding: 15px 0;
  }
  
  .login-inner-main-wrapper .page-community-inner-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .login-inner-main-wrapper .community-title-icons {
    margin: 0 15px 0 0;
  }
  
  .login-inner-main-wrapper .community-inner-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .login-inner-main-wrapper .community-inner-title span {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  
  .login-inner-main-wrapper .community-inner-title span.start-new-word {
    margin: 0 0 0 15px;
  }
  
  .commuinty-nav-block.block {
    padding: 0;
    overflow: inherit;
  }
  
  .commuinty-nav-block.block .col-lg-1, .commuinty-nav-block.block .col-lg-8 {
    background: #fff;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper {
    background: #0089b4;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler {
    height: 60px;
    padding: 15px;
    margin: 0;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler:before {
    left: 15px;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler p {
    color: #fff;
    font-weight: 700;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper .nav-item {
    padding: 5px 0;
    height: auto;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper .nav-link {
    border: 0;
    margin: 0;
    color: #6d6f72;
    padding: 5px 0;
  }
  
  .commuinty-nav-block.block .col-lg-3 .nav-link {
    color: #fff;
  }
  
  .main-search-block {
    background: #0089b4;
  }
  
  .main-search-block h4 {
    color: #fff;
    position: relative;
  }
  
  .main-search-block h4:before {
    position: absolute;
    top: 0;
    left: 15px;
    content: "";
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background: url(../images/plus-icon.png) no-repeat 50% / contain;
    width: 20px;
    height: 20px;
  }
  
  .main-search-block .form-inline .form-group:first-child {
    border-bottom: 0;
  }
  
  .main-search-block.open-search {
    background: #494948;
  }
  
  .main-search-block.open-search h4 {
    color: #aaa9a9;
  }
  
  .main-search-block.open-search h4:before {
    background: url(../images/minus-icon.png) no-repeat 50% / contain;
    color: #aaa9a9;
  }
  
  .filter-blocks-wrapper {
    padding-top: 60px;
  }
  
  .login-inner-main-wrapper.my-community-unit-main-wrapper .block.new-wrap-left {
    margin: 15px 0;
    height: auto;
  }
  
  .login-inner-main-wrapper.my-community-unit-main-wrapper .block .small-content-wrapper {
    margin: 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .signature-communities-page .property-type-block .type-block {
    margin: 0 7.5px !important;
  }
  
  .amenties-block h2 {
    padding-left: 6% !important;
  }
  
  .location-block .img-fluid {
    margin-top: 15px !important;
  }
  
  .navbar-toggler {
    background: #0089b4;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  .navbar-toggler .navbar-toggler-icon {
    width: 14px;
    max-width: 100%;
    height: 2px;
    margin: 0;
    background: #fff;
  }
  
  .navbar-collapse {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #ebebeb;
  }
  
  .regular-project-nav .navbar-collapse {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    z-index: 20;
    background: #ebebeb;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-collapse {
    position: relative;
    top: 0;
  }
  
  header nav.navbar {
    padding: 25px 15px;
  }
  
  header nav.navbar .navbar-nav .nav-link {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  
  header nav.navbar .navbar-nav .nav-item:before {
    display: none;
  }
  
  header nav.navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler {
    margin: 15px 0;
    border-radius: 0;
    width: 100%;
    padding: 15px;
    background: 0;
    border: 0;
    height: auto;
    text-align: center;
    position: relative;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler p {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #4d4d4f;
    margin: 0;
    text-align: center;
    display: block;
    width: calc(100% - 30px);
    position: absolute;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler:before {
    content: "";
    position: absolute;
    border: 0;
    left: 0;
    width: 20px;
    height: 12px;
    background: url(../images/dropdown-arrow.png) no-repeat 50% / contain;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-item {
    border-bottom: 1px solid #ebebeb;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-item:last-child {
    border-bottom: 0;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .nav .btn {
    padding: 15px 0;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-collapse {
    top: 80px;
    background: #fff;
  }
  
  .filter-nav-wrapper.regular-project-nav .navbar .navbar-toggler:before {
    left: 15px;
  }
  
  .filter-nav-wrapper.regular-project-nav .navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .filter-nav-wrapper.regular-project-nav .navbar .navbar-collapse {
    top: 0;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler:before {
    left: 15px;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler p {
    color: #fff;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-item {
    padding: 0;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-link {
    padding: 15px 0;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-link:before {
    border: 0;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-collapse {
    background: #4d4d4f;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .row {
    margin: 0;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-current .nav-link {
    background: #494949;
    color: #fff;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-current .nav-link:before {
    display: none;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    margin: 0;
    width: 34px;
    height: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    text-indent: -99999px;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-arrow.slick-prev {
    background-image: url(../images/left-arrow.png);
    background-color: #494949;
    left: -30px;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-arrow.slick-next {
    background-image: url(../images/right-arrow.png);
    background-color: #494949;
    right: -30px;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-item {
    border: 0;
  }
  
  .block-what-we-do-01-content-wrapper.what-we-do-slider .col-md-7.no-p-l {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .block.block-belong {
    padding: 15px 0;
  }
  
  .block-what-we-do-01-content-wrapper.what-we-do-slider .block-static-01 .img-fluid {
    margin-top: 0;
  }
  
  .block-our-develop-new .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler:before {
    left: 15px;
  }
  
  .main-search-block.main-search-block-home.home-search-nav .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  
  .main-search-block.home-search-nav .form-inline .form-group {
    opacity: 0;
  }
  
  .main-search-block.home-search-nav .form-inline .form-group:first-child {
    opacity: 1;
  }
  
  .main-search-block.home-search-nav .form-inline .btn-01 {
    opacity: 0;
  }
  
  .main-search-block.home-search-nav.open-search .form-inline .btn-01, .main-search-block.home-search-nav.open-search .form-inline .form-group, .main-search-block.home-search-nav.open-search .form-inline .form-group:first-child {
    opacity: 1;
  }
  
  .main-search-block.main-search-block-home .bootstrap-select .dropdown-menu {
    width: calc(100% - 3px);
    left: 0 !important;
  }
  
  header .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  header .commuinty-login-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  
  header .navbar-toggler {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
  .new-tab-nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .new-tab-nav .nav-link {
    margin: 15px 0;
  }
  
  .signature-communities-page .header {
    background: transparent;
    z-index: 999999;
    width: 100%;
    padding: 0 !important;
  }
  
  .signature-communities-page .header .navbar-brand {
    display: block;
    margin-bottom: 5px;
  }
  
  .signature-communities-page .header .navbar-toggler {
    margin: 0 15px 0 auto;
  }
  
  .signature-communities-page .header .navbar-collapse {
    top: 115px;
  }
  
  .signature-communities-page .aside-signature, .signature-communities-page .page-title-full {
    display: none;
  }
  
  .signature-communities-page .row {
    margin: 0;
  }
  
  .img-zoom-wrapper.start-animate-zoom-end.zoom-for-animation {
    max-height: 97% !important;
  }
  
  .signature-communities-page .zoom-for-animation {
    margin: 0 !important;
    padding: 0 !important;
    padding: 15px !important;
    border: 0;
    width: 100% !important;
  }
  
  .signature-communities-page .zoom-for-animation .img-zoom-holder {
    top: 15px;
    left: 15px;
    width: 90% !important;
    max-height: 95% !important;
  }
  
  .signature-communities-page .double-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px auto 0;
  }
  
  .signature-communities-page .mobile-start .animation-03:last-child {
    display: none;
  }
  
  .signature-communities-page .signature-slider-block {
    transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
  }
  
  .signature-communities-page .signature-slider-block .container-fluid {
    padding: 0;
  }
  
  .signature-communities-page .signature-slider-block .slider-for-signature .slick-dots {
    bottom: -30px;
  }
  
  .signature-communities-page .project-content .signature-hide-block {
    display: block;
  }
  
  .signature-communities-page .slider-nav-signature {
    display: none;
  }
  
  .signature-communities-page .aside-signature {
    padding-top: 68px;
  }
  
  .signature-communities-page .logo-wrapper-mobile {
    background: #fff;
  }
  
  .signature-communities-page .logo-wrapper-mobile .img-in {
    display: none;
    left: -100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .navbar-brand {
    width: 109px !important;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-01-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-01-start .img-in.img-logo-01 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-02-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-02-start .img-in.img-logo-02 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-03-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-03-start .img-in.img-logo-03 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-04-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .block-overview-content .block-overview-content-detail {
    margin: 15px 0 15px;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-05-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-05-start .img-in.img-logo-05 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-06-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-06-start .img-in.img-logo-06 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-04-start .img-in.img-logo-04 {
    display: block;
    margin: 0 auto;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-04-start .img-in.img-logo-04, .signature-communities-page .new-signature-nav-mobile {
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .new-signature-nav-mobile {
    position: fixed;
    top: 0;
    background: 0;
    z-index: 35;
    width: 250px;
    opacity: 1;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .signature-communities-page .new-signature-nav-mobile .open-new-nav-btn {
    display: block;
    background: #fff;
    padding: 30px 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 0;
    -webkit-box-shadow: 5px 5px 8px 0 rgba(0,0,0,.16);
    box-shadow: 5px 5px 8px 0 rgba(0,0,0,.16);
  }
  
  .signature-communities-page .new-signature-nav-mobile .open-new-nav-btn .arrow-nav-open {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/arrow-nav-open.png) no-repeat 50% / contain;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.16);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.16);
    background: #fff;
    padding: 30px 15px;
    max-width: 70%;
    margin-top: 75px;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav > li {
    margin: 15px 0;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav .nav-link {
    padding: 0 15px;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav .project-new-sub-menu {
    padding: 0 15px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0 0;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav .project-new-sub-menu .btn {
    margin: 5px 0;
    padding: 0;
    color: #525253;
    font-size: 15px;
    font-weight: 400;
    border: 0;
  }
  
  .signature-communities-page .new-signature-nav-mobile.close {
    left: -190px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .new-signature-nav-mobile.close .open-new-nav-btn .arrow-nav-open {
    background: url(../images/arrow-nav-close.png) no-repeat 50% / contain;
  }
  
  .signature-communities-page .new-signature-nav-mobile.close:not(:disabled):not(.disabled):focus, .signature-communities-page .new-signature-nav-mobile.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
  }
  
  .signature-communities-page .location-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .signature-communities-page iframe {
    width: 100% !important;
  }
  
  .signature-communities-page .slick-slide .for-desktop-img {
    display: none;
  }
  
  .signature-communities-page .slick-slide .for-mobile-img {
    display: block;
  }
  
  .signature-communities-page .animation-element.slide-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  
  .testimonial-slider {
    margin: 0 !important;
  }
  
  .main-search-block.home-search-sticky {
    overflow: hidden;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper .nav-item {
    border: 0;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper .nav-item:before {
    display: none;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper {
    background: #0089b4;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-collapse {
    top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contact-form-home .btn-01 {
    margin: 15px 0 0;
  }
  
  .media-box-wrapper .img-fluid {
    margin-top: 0 !important;
  }
  
  .container-fluid .p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  header .top-nav .container-fluid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  header .top-nav .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important;
  }
  
  header .top-nav .navbar-nav .nav-item {
    padding: 0;
  }
  
  .main-search-block .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  
  .main-search-block .form-group {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #4d4d4f;
  }
  
  .main-search-block .form-group:before {
    display: none;
  }
  
  .main-search-block .bootstrap-select .dropdown-menu {
    top: 20px !important;
  }
  
  .btn-01.with-icon {
    width: 100%;
    padding: 15px 0;
  }
  
  footer.footer .nav {
    margin-bottom: 30px;
  }
  
  footer.footer .footer-nav .nav-item {
    width: 100%;
    max-width: 100%;
  }
  
  .contact-form-home .form-group .col-md-2 {
    max-width: 100px;
  }
  
  .contact-form-home .form-group .col-md-10 {
    max-width: calc(100% - 100px);
  }
  
  .block .block-belong-wrapper {
    margin-bottom: 30px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-01 {
    display: block;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02:before {
    border-left: 0 solid transparent;
    border-right: 199px solid transparent;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    margin-left: 10px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05 {
    padding-top: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05:before {
    border-left: 207px solid transparent;
    border-right: 0 solid transparent;
  }
  
  .our-develop-main-slide-wrapper .img-fluid {
    margin-bottom: 30px;
  }
  
  .block-search-properity .col-form-label {
    margin-bottom: 15px;
  }
  
  .filter-slider .slick-arrow.slick-prev {
    left: -64px;
  }
  
  .filter-slider .slick-arrow.slick-next {
    right: -64px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-prev {
    left: -64px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-next {
    right: -64px;
  }
  
  .amenties-icon {
    display: block;
    width: 35px;
    height: 35px;
  }
  
  .block-latest.block-latest-launches .slick-arrow {
    bottom: 55px;
  }
  
  .block-content-image .img-wrapper {
    margin-bottom: 15px;
  }
  
  .block-content-image.left-img-block .row .col-md-6:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .block-content-image.left-img-block .row .col-md-6:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .block-content-image .img-wrapper .shap-main-belong.shap-main-belong-02 h3 {
    left: 30px;
    text-align: left;
  }
  
  .block-content-image .img-wrapper .shap-main-belong.shap-main-belong-04 h3 {
    bottom: 10%;
  }
  
  .block-media-center {
    padding: 60px 0;
  }
  
  .event-details-wrapper .block-title h2 {
    margin: 30px 0 15px;
  }
  
  .block-contact-main .contact-block-01 .contact-block-01-details {
    margin-bottom: 30px;
  }
  
  .block-overview-content .block-overview-content-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .block-overview-content .block-overview-content-detail li {
    margin: 0 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .block-overview-content .block-overview-content-detail li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .block-overview-content .block-overview-content-detail li:last-child .btn {
    width: 100%;
  }
  
  .block-aside-info .block-aside-info-gallery .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .interest-full-height .contact-form-home .form-group:nth-child(4) .form-control {
    margin-bottom: 30px;
  }
  
  .interest-full-height .contact-form-home .form-group:nth-child(4) .col-md-6:last-child .form-control {
    margin-bottom: 0;
  }
  
  .interest-full-height .contact-form-home .form-group .custom-controls-stacked {
    margin-bottom: 30px;
  }
  
  .location-block .block-media-center .media-box-wrapper {
    margin: 15px 0 0;
  }
  
  .block-media-center .media-box-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  
  .amenties-block h2 {
    margin: 0 0 15px;
  }
  
  .search-results-block-wrapper .block-search-properity.block-static-01 {
    margin: 0 0 30px;
  }
  
  .community-forms .form-control.bootstrap-select {
    margin: 0 0 5px;
  }
  
  .commuinty-tabs-content-right {
    margin: 60px 0 0;
  }
  
  .login-inner-main-wrapper.my-community-unit-main-wrapper .block {
    padding: 30px 0;
  }
  
  .login-inner-main-wrapper.my-community-unit-main-wrapper .block.login-content-wrapper {
    padding: 30px 15px;
  }
  
  .my-community-unit-main-wrapper .page-community-inner-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .my-community-unit-main-wrapper .commuinty-tabs-content-right {
    margin: 0;
  }
  
  header .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  header .commuinty-login-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  header .navbar-toggler {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  header nav.navbar .commuinty-login-wrapper {
    margin: 15px 0 0;
  }
  
  .login-inner-main-wrapper .community-title-icons {
    width: 35px;
    height: 35px;
  }
  
  .login-inner-main-wrapper .community-inner-title {
    font-size: 2.2rem;
    letter-spacing: 5px;
  }
  
  .banner-our-development .our-dev-caption .img-fluid {
    margin-bottom: 5px;
  }
  
  .our-develop-main-slide-banner .slick-dots {
    position: absolute;
    margin: 0;
    bottom: 30px;
    width: 100%;
    z-index: 12;
  }
  
  .our-develop-main-slide-banner .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .our-develop-main-slide-banner .slick-dots li button {
    border-color: transparent;
    background: #3e3e3e;
    border-width: 0;
    width: 10px;
    height: 10px;
  }
  
  .our-develop-main-slide-banner .slick-dots li.slick-active button {
    border: 2px solid #3e3e3e;
    background: #fff;
    width: 14px;
    height: 14px;
  }
  
  .main-banner.half-height-background {
    padding: 0 0 0 15px;
  }
  
  .block-static-01.block-latest {
    padding: 15px 0;
  }
  
  .right-carousal .col-md-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .right-carousal .col-md-7 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .latest-carousel-wrapper .slick-dots {
    position: absolute;
    margin: 0;
    bottom: 6px;
    width: 100%;
    z-index: 12;
  }
  
  .latest-carousel-wrapper .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .latest-carousel-wrapper .slick-dots li button {
    border-color: transparent;
    background: #3e3e3e;
    border-width: 0;
    width: 12px;
    height: 12px;
  }
  
  .latest-carousel-wrapper .slick-dots li.slick-active button {
    border: 2px solid #3e3e3e;
    background: #fff;
    width: 12px;
    height: 12px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-02 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0;
  }
  
  .home-main-slider-banner .slick-arrow {
    display: none !important;
  }
  
  .filter-blocks-wrapper {
    padding-top: 60px;
  }
  
  .main-banner.full-height-background {
    height: calc(100vh - 169px);
  }
  
  header .top-nav {
    padding: 27px 0 10px;
  }
  
  header .top-nav .navbar-brand.brand-stock {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  
  header .top-nav .navbar-nav .nav-item.investor-relation-btn {
    position: absolute;
    top: 10px;
    padding: 0;
  }
  
  header .top-nav .navbar-nav .nav-item:nth-child(3) {
    padding-right: 0;
  }
  
  .signature-communities-page .testimonial-slider .block-aside-info-gallery a {
    min-height: 100px;
  }
  
  .signature-communities-page .signature-slider-block .slider-sub-main-signature .img-zoom-wrapper {
    padding: 0;
  }
  
  .login-content-wrapper .nav .dropdown.commuinty-select-tabs-wrapper {
    margin: 0;
  }
  
  .my-community-unit-new-wrapper.my-community-unit-main-wrapper .content-tab-rigth-new-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 675px) and (max-width: 768px) {
  .payment-modal-wrapper .contact-form-home .col-md-6:first-child .form-check, .payment-modal-wrapper .contact-form-home .col-md-6:first-child .form-control {
    margin-bottom: 15px;
  }
  
  .payment-modal-wrapper .contact-form-home .form-check {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 675px) {
  .signature-communities-page .location-block .block-media-center .media-box-wrapper {
    margin: 15px 0 0 !important;
  }
  
  .filter-slider .slick-arrow.slick-prev {
    left: 0;
  }
  
  .hidefromMobile {
    display: none !important;
  }
  
  .Mobile-Project-Clicked {
    display: none !important;
  }
  
  .Project-Details-start {
    display: none !important;
  }
  
  .project-content {
    margin-top: 5px !important;
  }
  
  .img-in {
    max-height: 50px;
  }
  
  .latest-carousel-wrapper .slick-dots {
    bottom: 5px !important;
  }
  
  .block-content-image {
    padding: 0;
    padding-bottom: 15px;
  }
  
  .block .block-title h1 {
    margin: 0 0 15px !important;
  }
  
  header .top-nav .navbar-nav .investor-relation-btn .nav-link {
    font-size: .85rem;
  }
  
  .slick-dots {
    margin: 10px 0 0;
    padding-bottom: 10px;
  }
  
  .contact-form-home .form-group {
    margin: 0 0 12px !important;
  }
  
  .block .block-belong-wrapper {
    margin-bottom: 15px !important;
  }
  
  #signature-End-after-animation {
    display: none !important;
  }
  
  div#signature-MainImg {
    max-width: 100% !important;
    left: 0% !important;
  }
  
  .start-mobile-aside {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .project-logo-wrapper .img-fluid {
    min-width: unset !important;
  }
  
  .animation-02.project-logo-wrapper {
    min-width: unset !important;
  }
  
  .container-fluid .row .col-lg-3 {
    max-width: 100% !important;
  }
  
  .slick-dots li.slick-active button {
    width: 10px !important;
    height: 10px !important;
  }
  
  .property-type-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .amenties-block {
    margin-top: 0;
  }
  
  .location-block {
    padding-left: 0;
    margin-top: 15px;
  }
  
  .filter-slider .slick-arrow.slick-next {
    right: 0;
  }
  
  .block-our-develop-main-slide .slick-arrow {
    bottom: -49px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-prev {
    right: 36px;
    left: inherit;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-next {
    right: 0;
  }
  
  .filter-nav-wrapper .btn {
    padding: 30px 10px;
  }
  
  .block-what-we-do-01 .nav .nav-link {
    padding: 0 8px;
  }
  
  .block-contact-main .contact-block-01 .special-grid .contact-block-01-details, .regular-project-nav .nav-fill .nav-item, .regular-project-nav .nav-fill .nav-item:last-child {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .amenties-block .amenties-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .amenties-block .amenties-list li {
    margin: 0 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  
  .main-banner.half-height-background h1 {
    margin: 0;
  }
  
  .home-main-slider-banner .our-dev-caption h3 {
    max-width: 90%;
  }
  
  .block-static-01.block-latest .content-text h1 span {
    font-size: 10px;
  }
  
  .home-main-slider-banner .our-dev-caption, .latest-launchecs-main-slider .our-dev-caption {
    padding: 0 0 0 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .home-main-slider-banner .slick-current.slick-active .our-dev-caption h1 {
    margin: 0 0 15px;
  }
  
  .block-overview-content p {
    font-size: 16px;
  }
  
  .property-type-block .type-block .figure-content p {
    font-size: 14px;
  }
  
  .property-type-block .type-block .figure-content a.more-info {
    font-size: 12px;
  }
  
  .icon-contact {
    width: 32px;
    height: 50px;
  }
  
  .contact-block-01 .btn-04 .icon-contact {
    width: 15px;
    height: 25px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-01-details p {
    font-size: 16px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-01-details .table th {
    font-size: 16px;
    font-weight: 700;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03 .btn-01 {
    padding: 10px 0;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03.special-form .form-group {
    padding: 0 0 15px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-toggle {
    font-size: 16px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03 p {
    margin: 0 0 15px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03 .icon-jop {
    margin-bottom: 15px;
    width: 58;
    height: 50px;
  }
  
  .fa-footer {
    display: block;
    width: 27px;
    height: 27px;
  }
  
  footer .footer-nav .nav-item .nav-link {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  footer .footer-block-02 .footer-subscribe-title {
    font-size: 15px;
  }
  
  footer .footer-block-02 .footer-subscribe-title:first-child {
    font-size: 14px;
  }
  
  .table {
    min-width: 768px;
  }
  
  .btn-04, .btn-05 {
    margin: 7.5px 0;
  }
  
  .pagination .page-item, .pagination .page-item .page-link {
    font-size: 14px;
  }
  
  .contact-icons {
    width: 26px;
    height: 26px;
  }
  
  .new-tab-nav .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .main-search-block.main-search-block-home .bootstrap-select .btn-light {
    font-size: 14px;
  }
  
  .main-search-block.main-search-block-home .bootstrap-select .dropdown-toggle:after {
    width: 14px;
  }
  
  .main-search-block.main-search-block-home .bootstrap-select .dropdown-item, .main-search-block.main-search-block-home .btn-01.with-icon {
    font-size: 14px;
  }
  
  .main-search-block.main-search-block-home .btn-01.with-icon .icon-search {
    width: 20px;
    height: 19px;
  }
  
  .main-search-block.main-search-block-home.open-search .form-inline .form-group {
    margin: 0;
  }
  
  .block-our-develop-new .filter-content-wrapper .slider3 .slick-arrow.slick-prev {
    left: 15px;
  }
  
  .block-our-develop-new .filter-content-wrapper .slider3 .slick-arrow.slick-next {
    right: 15px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
    min-height: 102px;
  }
  
  .signature-communities-page .logo-wrapper-mobile .img-in {
    max-width: 175px;
  }
  
  .signature-communities-page .block-aside-info .block-aside-info-gallery .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .signature-communities-page .block-static-01.location-block .img-fluid {
    margin: 0;
  }
  
  .signature-communities-page .block-static-01.location-block h2.font-regular, .signature-communities-page .property-type-block h2.font-regular {
    font-size: 20px;
    margin: 0 0 15px !important;
  }
  
  .signature-communities-page .header .navbar-toggler {
    margin: 0 15px 0 auto;
  }
  
  .signature-communities-page .header .navbar-collapse {
    top: 105px;
  }
  
  .contact-form-home .form-group .col-md-6:first-child {
    margin-bottom: 15px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
    min-height: 150px;
  }
}

@media screen and (max-width: 575px) {
  header .top-nav .container-fluid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  header .top-nav .container-fluid, header .top-nav .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  header .top-nav .navbar-nav {
    margin-left: 0 !important;
  }
  
  header .top-nav .navbar-nav .nav-item {
    padding: 0;
  }
  
  .block .block-belong-wrapper {
    margin-bottom: 30px;
  }
  
  .block-static-01 .no-p-l, .block-static-01 .no-p-r {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .content-center-background {
    min-height: 460px;
  }
  
  .signature-communities-page iframe {
    height: 100% !important;
  }
  
  .login-start-block .login-form-home {
    width: calc(100% - 30px);
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 15px 0 0;
  }
  
  .social-nav-banner .social-icon {
    width: 21px;
    height: 21px;
  }
  
  .social-nav-banner li.call-wrapper-nav .call-nav-wrapper-text {
    font-size: .8rem;
    padding: 12px 10px;
  }
  
  header nav.navbar .commuinty-login-wrapper .nav-link {
    padding: 2px 15px;
  }
  
  .facilities-carousel .facilities-carousel-wrapper .slick-list {
    padding: 0;
  }
  
  .property-type-block .property-types-project .slick-arrow.slick-prev {
    left: -5px;
  }
  
  .property-type-block .property-types-project .slick-arrow.slick-next {
    right: -5px;
  }
}

@media screen and (max-width: 480px) {
  .block-latest .slick-arrow {
    width: 24px;
    height: 24px;
    bottom: 55px;
  }
  
  .block-latest.right-carousal .slick-arrow {
    bottom: 55px;
  }
  
  .wrapper-test-filter .slick-arrow {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  
  .wrapper-test-filter .slick-arrow.slick-prev {
    left: -10px;
  }
  
  .wrapper-test-filter .slick-arrow.slick-next {
    right: -10px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02, .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    width: 207px;
    margin: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02:before {
    border-left: 0 solid transparent;
    border-right: 207px solid transparent;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
    padding: 0 15px;
    margin: 0;
    min-height: auto;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-01, .block .block-belong-wrapper .shap-belong.shap-belong-03:before, .block .block-belong-wrapper .shap-belong.shap-belong-04 {
    display: none;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05:before {
    border-left: 0 solid transparent;
    border-right: 207px solid transparent;
  }
  
  .block.block-belong .col-lg-4:first-child .block-belong-wrapper .block-belong-details {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02, .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    padding-top: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 {
    padding-bottom: 5px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-03 p, .block .block-belong-wrapper .shap-belong.shap-belong-05 p {
    overflow: hidden;
  }
  
  .social-nav-banner {
    top: 70%;
  }
}

.filter-option-inner-inner {
  font-family: Nunito Sans, sans-serif;
}

.footer-block-02 {
  margin-top: -1px;
}

p {
  font-size: 0.8rem !important;
  line-height: 1.3rem !important;
}

footer .footer-block-02 .form-inline {
  position: relative;
  padding-top: 6px;
}

.message.errorM4 {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #fafafa;
  background-color: gray;
  text-align: -webkit-center;
  border-color: gray;
}

.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

body {
  position: relative;
}

.footer, .header, .marketing {
  padding-right: 1rem;
  padding-left: 1rem;
}

.header {
  padding-bottom: 1rem;
  border-bottom: .05rem solid #e5e5e5;
}

.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

.footer {
  padding-top: 1.5rem;
  color: #777;
  border-top: .05rem solid #e5e5e5;
}

.container-narrow > hr {
  margin: 2rem 0;
}

.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}

.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

.marketing {
  margin: 3rem 0;
}

.marketing p + h4 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 48em) {
  .footer, .header, .marketing {
    padding-right: 0;
    padding-left: 0;
  }
  
  .header {
    margin-bottom: 2rem;
  }
  
  .jumbotron {
    border-bottom: 0;
  }
}

.location-block .img-fluid {
  margin-top: 30px;
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?orgId=00D3L00000011n4&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D4J000000Gt3d&orgId=00D26000000G8y0&amp;v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

.fa-krw:before, .fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before, .fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before, .fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  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;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  border-color: transparent;
  background: #3e3e3e;
  border-width: 0;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li.slick-active button {
  border: 2px solid #3e3e3e;
  background: #fff;
  width: 14px;
  height: 14px;
}

.about-slider .slick-arrow, .banner-slider .slick-arrow {
  display: none !important;
}

.events-slide-show {
  margin: 30px 0 0;
}

.events-slide-show .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  background: 0;
  border: 0;
  outline: 0;
}

.events-slide-show .slick-arrow:before {
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  font-size: 32px;
  color: #0089b4;
}

.events-slide-show .slick-arrow.slick-prev {
  left: -15px;
}

.events-slide-show .slick-arrow.slick-prev:before {
  left: 0;
  content: "\f104";
}

.events-slide-show .slick-arrow.slick-next {
  right: -15px;
}

.events-slide-show .slick-arrow.slick-next:before {
  right: 0;
  content: "\f105";
}

.events-slide-show .slick-arrow:focus, .events-slide-show .slick-arrow:hover {
  outline: 0;
}

body {
  font-weight: 400;
}

a, body, p {
  font-size: 1rem;
}

a, h1, h2, h3, h4, h5, h6 {
  font-family: Nunito Sans, sans-serif;
}

h1.font-light {
  font-weight: 200;
  font-size: 3.6rem;
}

h1.font-regular {
  font-weight: 400;
  font-size: 4.4rem;
}

h1.font-medium {
  font-weight: 600;
  font-size: 3.1rem;
}

h1.font-bold {
  font-weight: 700;
  font-size: 1.4rem;
}

h1.font-extrabold {
  font-weight: 800;
  font-size: 1.5rem;
}

h1.font-black {
  font-weight: 700;
  font-size: .9rem;
}

h1.special.font-light {
  font-weight: 300;
  font-size: 3.2rem;
}

h1.special.font-regular {
  font-weight: 400;
  font-size: 3rem;
}

h1.special.font-medium {
  font-weight: 600;
  font-size: 2rem;
}

h1.special.font-bold {
  font-weight: 700;
  font-size: .9rem;
}

h2.font-light {
  font-weight: 300;
  font-size: 2.9rem;
}

h2.font-regular {
  font-weight: 400;
  font-size: 2.4rem;
}

h2.font-medium {
  font-weight: 600;
  font-size: 1.5rem;
}

h2.special.font-light {
  font-weight: 300;
  font-size: 2.4rem;
}

h2.special.font-regular {
  font-weight: 400;
  font-size: 1.9rem;
}

h2.special.font-medium {
  font-weight: 600;
  font-size: 1.4rem;
}

h3.font-light {
  font-weight: 200;
  font-size: 1.8rem;
}

h3.font-regular {
  font-weight: 400;
  font-size: 1.85rem;
}

h3.font-medium {
  font-weight: 600;
  font-size: 1.2rem;
}

h3.special.font-light {
  font-weight: 300;
  font-size: 1.7rem;
}

h3.special.font-regular {
  font-weight: 400;
  font-size: 1.8rem;
}

h3.special.font-medium {
  font-weight: 600;
  font-size: 1.1rem;
}

h4.font-light {
  font-weight: 300;
  font-size: 1.45rem;
}

h4.font-regular {
  font-weight: 400;
  font-size: 1.7rem;
}

h4.special.font-light {
  font-weight: 300;
  font-size: 1.2rem;
}

h4.special.font-regular {
  font-weight: 400;
  font-size: 1.45rem;
}

h5.font-regular {
  font-weight: 400;
  font-size: 1.4rem;
}

h5.special.font-regular {
  font-weight: 400;
  font-size: 1.3rem;
}

h6.font-regular {
  font-weight: 400;
  font-size: 1.1rem;
}

h6.special.font-regular {
  font-weight: 400;
  font-size: 1rem;
}

.amenties-block h2, .block-overview h4, .location-block h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.amenties-block h2.special.font-medium {
  font-size: 1.5rem;
}

.property-type-block .property-type-content h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.block-contact-home.interest-block h1.font-light, .property-type-block .type-block h3, .signature-communities-page .property-type-block h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.block-static-01.block-latest.block-latest-launches .content-text h1, .block-static-01.block-latest.block-latest-launches .content-text h1 span {
  font-size: 1.5rem;
}

.block-static-01.block-latest.block-latest-launches .content-text h2 {
  font-size: 1.2rem;
}

.block-what-we-do-01-content-wrapper .block-static-01.block-latest .content-text h1, .block-what-we-do-01-content-wrapper .block-static-01.block-latest .content-text h1 span {
  font-size: 1.5rem;
}

.block-what-we-do-01-content-wrapper .block-static-01.block-latest .content-text h2 {
  font-size: 1.2rem;
}

.block-static-01 .content-text.text-green h2, .block-static-02.content-center-background h2 {
  font-size: 1.5rem;
}

.block-static-02.content-center-background h2.special {
  font-size: 1.2rem;
}

@media screen and (max-width: 675px) {
  header .top-nav .navbar-nav p {
    font-size: 0.6rem !important;
  }
  
  body {
    font-weight: 400;
  }
  
  a, body, p {
    font-size: 14px;
  }
  
  a, h1, h2, h3, h4, h5, h6 {
    font-family: Nunito Sans, sans-serif;
  }
  
  h1.font-light {
    font-weight: 200;
    font-size: 36px;
  }
  
  h1.font-regular {
    font-weight: 400;
    font-size: 36px;
  }
  
  h1.font-medium {
    font-weight: 600;
    font-size: 43px;
  }
  
  h1.font-bold {
    font-weight: 700;
    font-size: 20px;
  }
  
  h1.font-extrabold {
    font-weight: 800;
    font-size: 18px !important;
    margin-top: 10px;
    margin-bottom: 5px !important;
  }
  
  h1.font-black {
    font-weight: 900;
    font-size: 13px;
  }
  
  h1.special.font-light {
    font-weight: 300;
    font-size: 36px;
  }
  
  h1.special.font-regular {
    font-weight: 400;
    font-size: 32px;
  }
  
  h1.special.font-medium {
    font-weight: 600;
    font-size: 28px;
  }
  
  h1.special.font-bold {
    font-weight: 700;
    font-size: 13px;
  }
  
  h2.font-light {
    font-weight: 300;
    font-size: 30px;
  }
  
  h2.font-regular {
    font-weight: 400;
    font-size: 1.2rem;
  }
  
  h2.font-medium {
    font-weight: 600;
    font-size: 26px;
  }
  
  h2.special.font-light {
    font-weight: 300;
    font-size: 33px;
  }
  
  h2.special.font-regular {
    font-weight: 400;
    font-size: 26px;
  }
  
  h2.special.font-medium {
    font-weight: 600;
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }
  
  h3.font-light {
    font-weight: 200;
    font-size: 24px;
  }
  
  h3.font-regular {
    font-weight: 400;
    font-size: 25px;
  }
  
  h3.font-medium {
    font-weight: 600;
    font-size: 16px;
  }
  
  h3.special.font-light {
    font-weight: 300;
    font-size: 24px;
  }
  
  h3.special.font-regular {
    font-weight: 400;
    font-size: 25px;
  }
  
  h3.special.font-medium {
    font-weight: 600;
    font-size: 16px;
  }
  
  h4.font-light {
    font-weight: 300;
    font-size: 20px;
  }
  
  h4.font-regular {
    font-weight: 400;
    font-size: 18px;
  }
  
  h4.special.font-light {
    font-weight: 300;
    font-size: 16px;
  }
  
  h4.special.font-regular, h5.font-regular {
    font-weight: 400;
    font-size: 20px;
  }
  
  h5.special.font-regular {
    font-weight: 400;
    font-size: 18px;
  }
  
  h6.font-regular {
    font-weight: 400;
    font-size: 15px;
  }
  
  h6.special.font-regular {
    font-weight: 400;
    font-size: 14px;
  }
}

.img-fluid {
  width: 100%;
}

.full-height-background {
  height: 100vh;
}

.full-height-background, .half-height-background {
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-height-background {
  height: 60vh;
}

.half-height-background.quarter-height-background {
  height: 10vh;
}

.half-height-background.careers-height-background {
  height: 40vh;
}

.half-height-background.community-inner-banner {
  height: 309px;
}

.background-column {
  height: 100%;
}

.background-column, .content-center-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-center-background {
  width: 100%;
  min-height: 400px;
}

.navbar-brand {
  background: url(../images/SODIC_Logo_Teal_RGB.png) no-repeat 50% / contain;
  width: 109px;
  height: 38px;
  display: block;
  padding: 0;
  margin: 0;
}

.navbar-brand.brand-stock {
  background-image: url(../images/logo-stock.png);
  width: 98px;
  height: 15px;
  display: block;
  margin-right: 10px;
}

.navbar-brand.brand-footer {
  background-image: url(../images/SODIC_Logo_White_RGB.png);
  width: 139px;
  height: 34px;
  display: block;
}

.sm-search-icon {
  background: url(../images/search-icon.svg) no-repeat 50% / contain;
  width: 15px;
  height: 15px;
  display: block;
  padding: 0;
  margin: 0;
}

.social-icon {
  width: 31px;
  height: 31px;
  display: block;
}

.call-icon {
  background: url(../images/call-icon.svg) no-repeat 50% / contain;
}

.email-icon {
  background: url(../images/email-icon.svg) no-repeat 50% / contain;
}

.whatsapp-icon {
  background: url(../images/whatsapp-icon.svg) no-repeat 50% / contain;
}

a:hover .call-icon {
  background: url(../images/call-icon-white.svg) no-repeat 50% / contain;
}

a:hover .email-icon {
  background: url(../images/email-icon-white.svg) no-repeat 50% / contain;
}

a:hover .whatsapp-icon {
  background: url(../images/whatsapp-icon-white.svg) no-repeat 50% / contain;
}

.icon-search {
  width: 36px;
  height: 36px;
  display: block;
  background: url(../images/main-search-icon.svg) no-repeat 50% / contain;
}

.shap-belong {
  position: absolute;
  bottom: 0;
}

.contact-icons {
  width: 41px;
  height: 41px;
  display: block;
}

.call-icon-large {
  background: url(../images/call-icon-large.svg) no-repeat 50% / contain;
}

.email-icon-large {
  background: url(../images/email-icon-large.svg) no-repeat 50% / contain;
}

.whatsapp-icon-large {
  background: url(../images/whatsapp-icon-large.svg) no-repeat 50% / contain;
}

.contact-block:hover .call-icon-large {
  background: url(../images/call-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.contact-block:hover .email-icon-large {
  background: url(../images/email-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.contact-block:hover .whatsapp-icon-large {
  background: url(../images/whatsapp-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.shap-main-belong-01 {
  width: 523px;
  height: 396px;
  display: block;
  background: url(../images/shap-belong-01.png) no-repeat 0 100% / contain;
}

.shap-main-belong-02 {
  width: 406px;
  height: 621px;
  display: block;
  background: url(../images/shap-belong-02.png) no-repeat 100% 100% / contain;
}

.shap-main-belong-03 {
  width: 310px;
  height: 464px;
  display: block;
  background: url(../images/shap-belong-03.png) no-repeat 0 100% / contain;
}

.shap-main-belong-04 {
  width: 353px;
  height: 454px;
  display: block;
  background: url(../images/shap-belong-04.png) no-repeat 100% 100% / contain;
}

.logo-sodic-sm {
  background-image: url(../images/logo-white.png);
  width: 139px;
  height: 34px;
  display: block;
}

.video-sodic-sm {
  background: url(../images/video-icon.png) no-repeat 50% / contain;
  width: 60px;
  height: 60px;
  display: block;
}

.fa-footer {
  display: block;
  width: 37px;
  height: 37px;
}

.fa-facebook-footer {
  background: url(../images/facebook-footer-icon.svg) no-repeat 50% / contain;
}

.fa-twitter-footer {
  background: url(../images/twitter-footer-icon.svg) no-repeat 50% / contain;
}

.fa-whatsapp-footer {
  background: url(../images/whatsapp-footer-icon.svg) no-repeat 50% / contain;
}

.fa-instagram-footer {
  background: url(../images/instagram-footer-icon.svg) no-repeat 50% / contain;
}

.fa-linkedin-footer {
  background: url(../images/linkedin-footer-icon.svg) no-repeat 50% / contain;
}

.fa-youtube-footer {
  background: url(../images/youtube-footer-icon.svg) no-repeat 50% / contain;
}

.instagram-wrapper {
  display: block;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: 0;
}

a:hover .fa-facebook-footer {
  background: url(../images/facebook-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-twitter-footer {
  background: url(../images/twitter-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-whatsapp-footer {
  background: url(../images/whatsapp-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-instagram-footer {
  background: url(../images/instagram-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-linkedin-footer {
  background: url(../images/linkedin-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .fa-youtube-footer {
  background: url(../images/youtube-footer-icon-original.svg) no-repeat 50% / contain;
}

a:hover .instagram-wrapper {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.25);
  box-shadow: 0 3px 10px rgba(0,0,0,.25);
}

.icon-contact {
  display: block;
  width: 42px;
  height: 60px;
}

.icon-mail-contact {
  background: url(../images/mail-contact-icon.svg) no-repeat 0 / contain;
}

.icon-phone-contact {
  background: url(../images/phone-contact-icon.svg) no-repeat 0 / contain;
}

.icon-branches-contact {
  background: url(../images/branches-contact-icon.svg) no-repeat 0 / contain;
}

.icon-location-contact {
  background: url(../images/location-contact-icon.svg) no-repeat 50% / contain;
}

.btn:hover .icon-location-contact, a:hover .icon-location-contact {
  background: url(../images/location-contact-icon-white.svg) no-repeat 50% / contain;
}

.icon-jop {
  display: block;
  width: 105px;
  height: 86px;
}

.icon-fulltime-jop {
  background: url(../images/fulltime-job-icon.svg) no-repeat 0 / contain;
}

.icon-internship-jop {
  background: url(../images/internship-icon.svg) no-repeat 0 / contain;
}

.amenties-icon {
  display: block;
  width: 52px;
  height: 52px;
}

.malls-icon {
  background: url(../images/mall-icon.svg) no-repeat 50% / contain;
}

.security-icon {
  background: url(../images/security-icon.svg) no-repeat 50% / contain;
}

.club-icon {
  background: url(../images/club-icon.svg) no-repeat 50% / contain;
}

.swimming-icon {
  background: url(../images/swimming-icon.svg) no-repeat 50% / contain;
}

.gardens-icon {
  background: url(../images/gardens-icon.svg) no-repeat 50% / contain;
}

.landscape-icon {
  background: url(../images/landscape-icon.svg) no-repeat 50% / contain;
}

.schools-icon {
  background: url(../images/schools-icon.svg) no-repeat 50% / contain;
}

a:hover .malls-icon {
  background: url(../images/mall-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .security-icon {
  background: url(../images/security-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .club-icon {
  background: url(../images/club-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .swimming-icon {
  background: url(../images/swimming-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .gardens-icon {
  background: url(../images/gardens-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .landscape-icon {
  background: url(../images/landscape-icon-hover.svg) no-repeat 50% / contain;
}

a:hover .schools-icon {
  background: url(../images/schools-icon-hover.svg) no-repeat 50% / contain;
}

.signature-community-logo {
  display: block;
  width: 373px;
  height: 58px;
  background: url(../images/signature-community-logo.png) no-repeat 50% / contain;
}

.block-media-center .media-box-wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 209px;
}

.location-block .block-media-center .media-box-wrapper {
  min-height: 309px;
}

.location-block.signature-hide-block .block-media-center .media-box-wrapper {
  min-height: auto;
}

.location-block.signature-hide-block .block-media-center .media-box-wrapper a {
  position: relative;
}

.icon-project-logo {
  display: block;
  width: 150px;
  height: 90px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-form-ico {
  display: block;
  width: 18px;
  height: 20px;
}

.username-ico {
  background: url(../images/username-ico.png) no-repeat 50% / contain;
}

.password-ico {
  background: url(../images/password-ico.png) no-repeat 50% / contain;
}

@media screen and (min-width: 1369px) {
  .block-media-center .media-box-wrapper {
    min-height: 293px;
  }
}

@media screen and (max-width: 767px) {
  .block-media-center .media-box-wrapper {
    min-height: 293px;
  }
}

.nav-icons {
  display: block;
  width: 20px;
  height: 22px;
}

.profile-setting-icon {
  background: url(../images/profile-setting-icon.png) no-repeat 50% / contain;
}

.notification-icon {
  background: url(../images/notification-icon.png) no-repeat 50% / contain;
}

.community-icons {
  display: block;
  width: 36px;
  height: 36px;
}

.restaurant-icon {
  background: url(../images/restaurant-icon.png) no-repeat 50% / contain;
}

.supermartkets-icon {
  background: url(../images/supermarkets-icon.png) no-repeat 50% / contain;
}

.health-icon {
  background: url(../images/health-icon.png) no-repeat 50% / contain;
}

.pharmacies-icon {
  background: url(../images/pharmcies-icon.png) no-repeat 50% / contain;
}

.banks-icon {
  background: url(../images/banks-icon.png) no-repeat 50% / contain;
}

.education-icon {
  background: url(../images/education-icon.png) no-repeat 50% / contain;
}

.sports-icon {
  background: url(../images/sports-icon.png) no-repeat 50% / contain;
}

.community-title-icons {
  width: 70px;
  height: 70px;
  margin: 0;
  display: block;
}

.directory-icon {
  background: url(../images/directory-icon.png) no-repeat 50% / contain;
}

.services-icon {
  background: url(../images/services-icon.png) no-repeat 50% / contain;
}

.gate-pass-icon {
  background: url(../images/gate-pass-icon.png) no-repeat 50% / contain;
}

.chat-icon {
  width: 23px;
  height: 23px;
  margin: 0;
  display: block;
  background: url(../images/chat-icon.png) no-repeat 50% / contain;
}

.go-smart-icon {
  background: url(../images/go-smart-icon.png) no-repeat 50% / contain;
}

.electrician-icon {
  background: url(../images/electrician-icon.png) no-repeat 50% / contain;
}

.aluminum-icon {
  background: url(../images/aluminum-icon.png) no-repeat 50% / contain;
}

.carpentry-icon {
  background: url(../images/carpentry-icon.png) no-repeat 50% / contain;
}

.plumper-icon {
  background: url(../images/plumper-icon.png) no-repeat 50% / contain;
}

.ac-icon {
  background: url(../images/ac-icon.png) no-repeat 50% / contain;
}

.car-wash-icon {
  background: url(../images/car-wash-icon.png) no-repeat 50% / contain;
}

.satellite-icon {
  background: url(../images/satellite-icon.png) no-repeat 50% / contain;
}

.calender-picker-icon {
  width: 18px;
  height: 20px;
  display: block;
  background: url(../images/calender-picker-icon.png) no-repeat 50% / contain;
}

.code-img {
  display: block;
  width: 82px;
  height: 82px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.share-icon {
  background: url(../images/share-icon-white.png) no-repeat 50% / contain;
}

.save-icon {
  background: url(../images/save-icon-dark.png) no-repeat 50% / contain;
}

.btn:hover .share-icon {
  background: url(../images/share-icon-blue.png) no-repeat 50% / contain;
}

.payment-method-logos {
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.meeza-logo {
  width: 100px;
  height: 48px;
}

.visa-master-logo {
  width: 150px;
  height: 48px;
}

header .top-nav .form-inline {
  position: relative;
}

header .top-nav .form-inline .form-control {
  background: #ebebeb;
  font-size: .6rem;
  font-weight: 300;
  color: #494948;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 0;
  padding: 0 15px;
  min-width: 175px;
  height: 26px;
}

header .top-nav .form-inline .form-control:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(68,201,246,.25);
  box-shadow: 0 0 0 .2rem rgba(68,201,246,.25);
}

header .top-nav .form-inline .btn {
  position: absolute;
  margin: -7.5px 0 0;
  right: 15px;
  top: 50%;
}

footer .footer-block-02 .form-inline {
  position: relative;
  padding-top: 4px;
}

footer .footer-block-02 .form-inline .form-control {
  border: 0;
  background: #494948;
  color: hsla(0,0%,100%,.3);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: .8rem;
  font-weight: 400;
  width: 100%;
  height: 43px;
  padding: 0 150px 0 15px;
}

footer .footer-block-02 .form-inline .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer .footer-block-02 .form-inline .btn {
  border: 0;
  color: #fff;
  font-size: .8rem;
  font-weight: 400;
  background: #0089b4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: absolute;
  right: 0;
  width: 135px;
  padding: 14px 0 10px;
}

.contact-form-home .custom-controls-stacked {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.contact-form-home .custom-control {
  margin: 0;
  padding: 5px 0 5px 1.5rem;
}

.contact-form-home .custom-control .material-control-description {
  color: #fff;
}

.contact-form-home .custom-control.material-checkbox .material-control-indicator {
  border-color: #fff;
  top: 10px;
}

.contact-form-home .lang {
  background: #c7c8ca;
  padding: 10px 15px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form-home .form-group {
  margin: 0 0 30px;
  position: relative;
}

.contact-form-home .form-group:last-child {
  margin: 0;
}

.contact-form-home .form-label {
  position: absolute;
  top: 11px;
  left: 30px;
  color: #494948;
  font-weight: 400;
  font-size: .8rem;
  margin: 0;
}

.contact-form-home .form-control {
  background: #c7c8ca;
  color: #494948;
  font-weight: 400;
  font-size: .8rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 15px;
  height: auto;
}

.contact-form-home .form-control.special {
  padding-left: 45px;
}

.contact-form-home .form-control.bootstrap-select {
  position: relative;
  padding: 0;
}

.contact-form-home .form-control.bootstrap-select .dropdown-toggle {
  background: #c7c8ca;
  color: #494948;
  font-weight: 400;
  font-size: .8rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 15px;
  border-color: #c7c8ca;
}

.contact-form-home .form-control.bootstrap-select .dropdown-toggle:after {
  position: absolute;
  border: 0;
  right: 15px;
  width: 20px;
  height: 12px;
  background: url(../images/dropdown-arrow-dark.png) no-repeat 50% / contain;
}

.contact-form-home .form-control.bootstrap-select .dropdown-menu {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  border: 0;
}

.contact-form-home .form-control.bootstrap-select .dropdown-menu li {
  position: relative;
}

.contact-form-home .form-control.bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
  font-size: .85rem;
  font-weight: 300;
  color: #ccc;
  background: #444242;
}

.contact-form-home .form-control.bootstrap-select .dropdown-menu li a:hover {
  background: #c7c8ca;
  color: #494948;
}

.contact-form-home textarea {
  resize: none;
}

.contact-form-home .form-check-label {
  color: #fff;
  font-weight: 400;
  font-size: .8rem;
}

.contact-form-home .btn-01 {
  width: 100%;
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
  padding: 10px 0;
}

.contact-form-home .btn-01:hover {
  background: #333132;
  color: #fff;
}

.contact-form-home .form-check {
  padding: 8px 15px;
}

.error-msg {
  position: absolute;
  bottom: -22px;
  color: red !important;
  font-size: .8rem;
  font-weight: 400;
}

.block-form-contact .custom-controls-stacked {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.block-form-contact .custom-control {
  margin: 0;
  padding: 5px 0 5px 1.5rem;
}

.block-form-contact .custom-control .material-control-description {
  color: #494948;
}

.block-form-contact .custom-control.material-checkbox .material-control-indicator {
  border-color: #494948;
  top: 10px;
}

.slider-wrapper {
  width: 500px;
  display: inline-block;
  position: relative;
  font-family: arial;
}

.ui-slider {
  background: #efefef;
  border: 1px solid #d2d2d2;
  height: 20px;
  position: relative;
  border-radius: 100px;
}

.ui-slider-range {
  background: #71c0ff;
  height: 20px;
  position: absolute;
  border-top: 1px solid #5d99c8;
  border-bottom: 1px solid #5d99c8;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.ui-slider-range:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
}

.ui-slider-handle {
  background: #555;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 100px;
  z-index: 10;
  background: -webkit-gradient(linear,left top,left bottom,from(#555),to(#454545));
  background: linear-gradient(#555,#454545);
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-box-shadow: inset -2px -2px 6px 2px rgba(0,0,0,.1);
  box-shadow: inset -2px -2px 6px 2px rgba(0,0,0,.1);
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.ui-slider-handle:focus {
  outline: 0;
}

.ui-slider-handle:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.ui-state-active {
  width: 22px;
}

.range-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.range {
  background: #fff;
  white-space: nowrap;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: .02em;
  color: #555;
  width: 150px;
  z-index: 10;
  position: relative;
}

.range:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 67px solid transparent;
  border-right: 67px solid transparent;
  border-top: 6px solid #d2d2d2;
}

.range-value {
  width: 74px;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.range-divider {
  width: 1px;
  display: inline-block;
}

.range-divider:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  content: "";
}

.range-alert {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #d2d2d2;
  color: #0e0e0e;
  line-height: 15px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

.range-alert.active {
  right: -15px;
}

.marker {
  top: 100%;
  padding-top: 16px;
  font-size: 13px;
  color: #555;
  letter-spacing: .05em;
}

.marker, .marker:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.marker:after {
  content: "";
  width: 1px;
  height: 8px;
  background: #d2d2d2;
  top: 0;
  left: 50%;
}

.marker-0:after {
  display: none;
}

.marker-25 {
  left: 25%;
}

.marker-50 {
  left: 50%;
}

.marker-75 {
  left: 75%;
}

.marker-100 {
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.marker-100:after {
  display: none;
}

.gear-wrapper {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 150px;
  height: 20px;
  overflow: hidden;
}

.gear-large {
  width: 40px;
  height: 40px;
  background: #d2d2d2;
  top: 18px;
  left: 18px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.15s;
  transition: top 0.15s;
}

.gear-large, .gear-large:after {
  border-radius: 100px;
  position: absolute;
}

.gear-large:after {
  content: "";
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #e8e8e8;
}

.gear-large:nth-child(2) {
  background: #d2d2d2;
  left: auto;
  right: 18px;
}

.gear-large:nth-child(2) .gear-tooth {
  background: #d2d2d2;
}

.gear-large.active {
  top: 4px;
}

.gear-tooth {
  width: 22%;
  height: 114%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #d2d2d2;
  border-radius: 2px;
}

.gear-tooth:nth-child(2) {
  -webkit-transform: rotate(90deg) translate(-50%,-50%);
  transform: rotate(90deg) translate(-50%,-50%);
}

.gear-tooth:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%,-50%);
  transform: rotate(45deg) translate(-50%,-50%);
}

.gear-tooth:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(-50%,-50%);
  transform: rotate(-45deg) translate(-50%,-50%);
}

.range-control .irs--flat .irs-bar, .range-control .irs--flat .irs-line {
  background: #6a6a6a;
  height: 2px;
}

.range-control .irs--flat .irs-handle > i:first-child {
  background: #6a6a6a;
  width: 20px;
  height: 20px;
  top: -5px;
}

.range-control .irs--flat .irs-max, .range-control .irs--flat .irs-min {
  background: 0;
  font-weight: 400;
  font-size: .8rem;
  color: #6a6a6a;
  bottom: -50px;
  top: inherit;
}

.range-control .irs--flat .irs-single {
  background: 0;
  font-weight: 700;
  font-size: .8rem;
  color: #6a6a6a;
  bottom: -60px;
  top: inherit;
  margin-left: 10px;
}

.range-control .irs--flat .irs-single:before {
  display: none;
}

.country-flag-select-wrapper {
  width: 100%;
}

.country-flag-select-wrapper .dropdown dd, .country-flag-select-wrapper .dropdown dt, .country-flag-select-wrapper .dropdown ul {
  margin: 0;
  padding: 0;
}

.country-flag-select-wrapper .dropdown dd ul li a span:first-child, .country-flag-select-wrapper .dropdown dt a span span:first-child {
  background-image: url(https://i.imgur.com/OQiDoZe.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.country-flag-select-wrapper .dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
  white-space: nowrap;
}

.country-flag-select-wrapper .dropdown dt a img {
  position: relative;
  z-index: 1;
}

.country-flag-select-wrapper .dropdown dt a span span:first-child:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
}

.country-flag-select-wrapper .dropdown dt a span span {
  display: inline-block;
  padding: 0;
}

.country-flag-select-wrapper .dropdown dt a span span:first-child {
  padding: 0;
}

.country-flag-select-wrapper .dropdown dd {
  position: relative;
}

.country-flag-select-wrapper .dropdown a, .country-flag-select-wrapper .dropdown a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: 0;
}

.country-flag-select-wrapper .dropdown a:hover, .country-flag-select-wrapper .dropdown dt a:focus, .country-flag-select-wrapper .dropdown dt a:hover {
  color: #5d4617;
}

.country-flag-select-wrapper .dropdown dt a {
  position: relative;
  background: #c7c8ca;
  display: block;
  overflow: hidden;
}

.country-flag-select-wrapper .dropdown dd ul {
  color: #ccc;
  background: #444242;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  width: 270px;
  list-style: none;
  max-height: 170px;
  overflow-y: scroll;
  top: 0;
  z-index: 2;
}

.country-flag-select-wrapper li a {
  font-size: 13px;
}

.country-flag-select-wrapper li a span:nth-child(2) {
  line-height: 2em;
}

.country-flag-select-wrapper .dropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
  border-left: 1px solid rgba(0,0,0,.1);
}

.country-flag-select-wrapper .dropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.4);
}

.country-flag-select-wrapper .dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: #00f;
}

.country-flag-select-wrapper .dropdown span.value {
  display: none;
}

.country-flag-select-wrapper .dropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 12px !important;
  color: #ccc;
  border-bottom: 1px solid hsla(0,0%,100%,.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.country-flag-select-wrapper .dropdown dd ul li a:hover {
  background: #c7c8ca;
  color: #494948;
}

.country-flag-select-wrapper dl.dropdown {
  display: inline-block;
}

.country-flag-select-wrapper dl.dropdown span:nth-child(3) {
  color: #ccc;
  margin-left: auto;
}

.country-flag-select-wrapper dl.dropdown a:hover span:nth-child(3) {
  color: #494948;
}

.country-flag-select-wrapper dl.dropdown > span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-left: 5px;
}

.country-flag-select-wrapper dl.dropdown span:nth-child(3) {
  float: right;
}

.country-flag-select-wrapper dl.dropdown dt span:nth-child(2) {
  color: rgba(0,0,0,.6);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6em;
}

.country-flag-select-wrapper .countryFlag {
  padding: 0;
  background-image: url(../images/country-flags.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 10px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 2px 2px;
  border-color: #bfbfc1 #b6b6b6 #969696;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.09);
  box-shadow: 0 1px 1px rgba(0,0,0,.09);
}

.country-flag-select-wrapper .dropdown {
  width: 100%;
  margin: 0;
}

.country-flag-select-wrapper .dropdown dt {
  width: 100%;
}

.country-flag-select-wrapper .dropdown dt a {
  padding: 10px 0;
}

.country-flag-select-wrapper .dropdown dt a span span:first-child {
  margin: 0 auto;
  display: block;
}

.country-flag-select-wrapper .dropdown dt a span span:nth-child(2), .country-flag-select-wrapper .dropdown dt a span span:nth-child(3) {
  display: none;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.block-contact-home.interest-block.block-form-contact .country-flag-select-wrapper .dropdown dt a {
  background: #fff;
}

.login-start-block .login-form-home {
  max-width: 448px;
  margin: 0 auto;
  width: 100%;
}

.login-form-home .form-group {
  position: relative;
  margin: 0 0 30px;
}

.login-form-home .form-group h2 {
  text-align: left;
  margin: 0;
}

.login-form-home .form-group .form-control {
  background: hsla(0,0%,100%,.38);
  border: 1px solid transparent;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: .8rem;
  padding: 20px 15px;
  height: auto;
}

.login-form-home .form-group .form-control.with-ico {
  padding: 20px 15px 20px 55px;
}

.login-form-home .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.login-form-home .form-group .form-control::-moz-placeholder {
  color: #fff;
}

.login-form-home .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}

.login-form-home .form-group .form-control:-moz-placeholder {
  color: #fff;
}

.login-form-home .form-group .form-control:focus {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: hsla(0,0%,100%,.1);
  border-color: hsla(0,0%,100%,.1);
}

.login-form-home .form-group .custom-control {
  text-align: left;
}

.login-form-home .form-group .custom-control.material-checkbox .material-control-indicator {
  border-color: #fff;
}

.login-form-home .form-group .custom-control.material-checkbox .material-control-description {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: .8rem;
  color: #fff;
}

.login-form-home .form-group .forget-password-link {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: .7rem;
  color: #fff;
  text-align: right;
  display: block;
  margin: 4px 0 0;
}

.login-form-home .form-group .forget-password-link:hover {
  text-decoration: underline;
}

.login-form-home .form-group .invalid-feedback {
  text-align: left;
}

.community-forms .col-form-label {
  color: #6d6f72;
  font-size: .9rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community-forms .form-control {
  color: #6d6f72;
  font-size: .9rem;
  font-weight: 400;
  padding: 10px 30px;
  height: auto;
  border: 0;
  background: #d1d1d1;
  border-radius: 25px;
}

.community-forms .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dcddde;
  color: #6d6f72;
}

.community-forms .form-control.bootstrap-select {
  padding: 0;
}

.community-forms .form-control.bootstrap-select .dropdown-toggle {
  color: #6d6f72;
  font-size: .9rem;
  font-weight: 400;
  padding: 10px 30px;
  height: auto;
  border: 0;
  background: #d1d1d1;
  border-radius: 25px;
}

.community-forms .form-control.bootstrap-select .dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  border: 0;
}

.community-forms .form-control.bootstrap-select .dropdown-menu {
  padding: 0;
  border: 0;
  background: #6d6f72;
  border-radius: 5px;
}

.community-forms .form-control.bootstrap-select .dropdown-menu a {
  font-size: .9rem;
  font-weight: 400;
  padding: 5px 30px;
  color: #fff;
}

.community-forms .form-control.bootstrap-select .dropdown-menu a.active, .community-forms .form-control.bootstrap-select .dropdown-menu a:hover {
  color: #fff;
  background: #0089b4;
}

.community-forms textarea {
  min-height: 178px;
  resize: none;
}

.community-forms .input-group > .custom-select:not(:last-child), .community-forms .input-group > .form-control:not(:last-child) {
  border-radius: 25px;
}

.community-forms .input-group-addon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -11px 0 0;
}

.community-forms .form-group {
  margin: 0 0 30px;
  position: relative;
}

.community-forms .btn-group {
  width: 100%;
}

.community-forms .btn-group .btn {
  width: 100%;
  display: block;
  margin: 15px 0;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: .9rem;
}

.datepicker-dropdown {
  background: #6d6f72;
  border-color: #6d6f72;
}

.datepicker-dropdown:after, .datepicker-dropdown:before {
  border-bottom-color: #6d6f72;
}

.datepicker-dropdown th {
  color: #fff;
  font-size: .8rem;
}

.datepicker-dropdown table tr td, .datepicker-dropdown table tr th {
  padding: 5px;
}

.datepicker-dropdown table tr td {
  color: #fff;
  font-size: .8rem;
}

.datepicker-dropdown table tr td.new, .datepicker-dropdown table tr td.old {
  color: #d1d1d1;
  opacity: .5;
}

.datepicker-dropdown .datepicker-switch:hover, .datepicker-dropdown .next:hover, .datepicker-dropdown .prev:hover, .datepicker-dropdown table tr td.day.focused, .datepicker-dropdown table tr td.day:hover, .datepicker-dropdown tfoot tr th:hover {
  background: #d1d1d1;
  color: #6d6f72;
}

.datepicker-dropdown table tr td.active, .datepicker-dropdown table tr td.active.active, .datepicker-dropdown table tr td.active.disabled, .datepicker-dropdown table tr td.active.disabled.active, .datepicker-dropdown table tr td.active.disabled.disabled, .datepicker-dropdown table tr td.active.disabled:active, .datepicker-dropdown table tr td.active.disabled:hover, .datepicker-dropdown table tr td.active.disabled:hover.active, .datepicker-dropdown table tr td.active.disabled:hover.disabled, .datepicker-dropdown table tr td.active.disabled:hover:active, .datepicker-dropdown table tr td.active.disabled:hover:hover, .datepicker-dropdown table tr td.active.disabled:hover[disabled], .datepicker-dropdown table tr td.active.disabled[disabled], .datepicker-dropdown table tr td.active:active, .datepicker-dropdown table tr td.active:hover, .datepicker-dropdown table tr td.active:hover.active, .datepicker-dropdown table tr td.active:hover.disabled, .datepicker-dropdown table tr td.active:hover:active, .datepicker-dropdown table tr td.active:hover:hover, .datepicker-dropdown table tr td.active:hover[disabled], .datepicker-dropdown table tr td.active[disabled] {
  color: #fff;
  background-color: #0089b4;
  background: #0089b4;
}

.login-content-wrapper .guest-left-from .form-control {
  font-weight: 600;
  font-size: 1.2rem;
  color: #6d6f72;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
  height: auto;
  background: #d1d1d1;
}

.login-content-wrapper .guest-left-from .form-control.with-padds {
  padding: 15px 30px;
  margin: 0 0 30px;
}

.login-content-wrapper .guest-left-from .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dcddde;
  color: #6d6f72;
}

.login-content-wrapper .guest-left-from .nav .dropdown.bootstrap-select {
  background: 0;
}

.login-content-wrapper .guest-left-from .nav .dropdown .btn {
  text-transform: uppercase;
}

.login-content-wrapper .date-picker-wrapper .form-group {
  margin-bottom: 30px;
}

.login-content-wrapper .date-picker-wrapper .form-control {
  padding: 15px 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.login-content-wrapper .date-picker-wrapper .input-group-addon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 25px;
}

.filter-nav-wrapper {
  margin: 0;
  background: #fff;
  z-index: 11;
  width: 100%;
}

.filter-nav-wrapper .btn {
  padding: 25px 0;
  font-size: .8rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #4d4d4f;
  margin: 0;
  border: 0;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.filter-nav-wrapper .btn.active, .filter-nav-wrapper .btn:hover {
  background: #0089b4;
  color: #fff;
}

.filter-nav-wrapper.regular-project-nav .btn {
  width: 100%;
}

.filter-nav-wrapper.regular-project-nav .btn.active {
  background: #fff;
  color: #3e3e3e;
}

.filter-nav-wrapper.regular-project-nav .btn.active.reached {
  background: #0089b4;
  color: #fff;
}

.filter-nav-wrapper.regular-project-nav .nav-item:first-child .btn {
  color: #fff;
}

.filter-content-wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 30px 0;
}

.filter-content-wrapper .project-card {
  margin: 15px 0;
  position: relative;
  border: 1px solid #fff;
}

.filter-content-wrapper .project-card .project-card-content:hover .blue-gradient-background {
  opacity: .5;
}

.filter-content-wrapper .container, .filter-slider .container {
  position: relative;
}

.filter-content-wrapper .slick-arrow, .filter-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.filter-content-wrapper .slick-arrow.slick-prev, .filter-slider .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  left: -64px;
}

.filter-content-wrapper .slick-arrow.slick-next, .filter-slider .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  right: -64px;
}

.filter-content-wrapper .slick-arrow.slick-disabled, .filter-content-wrapper .slick-arrow:hover, .filter-slider .slick-arrow.slick-disabled, .filter-slider .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.filter-content-wrapper .slick-dots, .filter-slider .slick-dots {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
}

.filter-content-wrapper .slick-dots, .filter-content-wrapper .slick-dots li, .filter-slider .slick-dots, .filter-slider .slick-dots li {
  border: 0;
  background: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-content-wrapper .slick-dots li, .filter-slider .slick-dots li {
  padding: 0;
  color: #6d6e71;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-content-wrapper .slick-dots li.slick-active, .filter-slider .slick-dots li.slick-active {
  color: #a7a9ac;
}

.filter-content-wrapper .slick-dots button, .filter-slider .slick-dots button {
  display: none;
}

.filter-content-wrapper .slick-dots li a.dot, .filter-slider .slick-dots li a.dot {
  position: relative;
  font-weight: 700;
  color: #6d6e71;
  font-size: 1.3rem;
  cursor: pointer;
}

.filter-content-wrapper .slick-dots li.slick-active a.dot, .filter-slider .slick-dots li.slick-active a.dot {
  position: relative;
  color: #b2b2b2;
}

.filter-content-wrapper .goto-last-slide, .filter-slider .goto-last-slide {
  font-weight: 700;
  color: #6d6e71;
  font-size: 1.3rem;
  background: red;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.wrapper-test-filter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-test-filter .button-group {
  width: auto;
  padding: 1em 0;
}

.wrapper-test-filter .button-group button {
  padding: 1em;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: 3px solid #fff;
}

.wrapper-test-filter .button-group .active, .wrapper-test-filter .button-group button:hover {
  background: #fff;
  color: #222;
  border: 3px solid #222;
  cursor: pointer;
}

.wrapper-test-filter .slider2, .wrapper-test-filter .slider3 {
  height: auto !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}

.wrapper-test-filter .slider2 .slick-slide, .wrapper-test-filter .slider3 .slick-slide {
  position: relative;
  margin: 0 1em;
}

.wrapper-test-filter .slider2 .slick-track, .wrapper-test-filter .slider3 .slick-track {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrapper-test-filter .slider3 {
  margin-bottom: 30px;
}

.wrapper-test-filter .slide {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin-bottom: 1em;
}

.wrapper-test-filter .slide img {
  width: 100%;
}

.wrapper-test-filter .slick-nav {
  width: 100%;
  position: relative;
  list-style-type: none;
  top: 0;
  margin: 30px 0 0;
}

.wrapper-test-filter .slick-nav .slick-prev {
  position: absolute;
  left: -64px;
  top: 0;
}

.wrapper-test-filter .slick-nav .slick-next {
  position: absolute;
  right: -64px;
  top: 0;
}

.wrapper-test-filter .slick-nav .slick-dots {
  list-style-type: none;
  margin: 0;
  z-index: 5;
  width: 100%;
}

.wrapper-test-filter .slick-nav .slick-dots li {
  width: auto;
  display: inline-block;
}

.wrapper-test-filter .slick-nav .slick-dots li button {
  display: block;
  padding: 0;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: 3px solid #fff;
}

.wrapper-test-filter .slick-nav .slick-dots li button:hover {
  background: #fff;
  color: #222;
  border: 3px solid #222;
  cursor: pointer;
}

.wrapper-test-filter .four-items .project-card, .wrapper-test-filter .project-card {
  margin: 0 15px;
}

.filter-content-wrapper.hide-dots .slick-nav, .wrapper-test-filter.hide-dots .slick-nav {
  display: none;
}

.filter-content-wrapper .slick-arrow.slick-next, .filter-content-wrapper .slick-arrow.slick-prev, .wrapper-test-filter .slick-arrow.slick-next, .wrapper-test-filter .slick-arrow.slick-prev {
  margin: -34px 0 0;
}

a, a:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

a:hover {
  color: #0089b4;
}

.social-nav-banner {
  position: fixed;
  top: 50%;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: -77px 0 0;
  padding: 0;
  z-index: 999999;
}

.social-nav-banner li {
  margin: 0 0 1px;
}

.social-nav-banner li:last-child {
  margin: 0;
}

.social-nav-banner li a {
  display: block;
  background: #fff;
  padding: 10px;
  position: relative;
}

.social-nav-banner li a:hover {
  background: #0089b4;
}

.social-nav-banner li.call-wrapper-nav {
  position: relative;
}

.social-nav-banner li.call-wrapper-nav .call-nav-wrapper-icon {
  position: relative;
  z-index: 2;
}

.social-nav-banner li.call-wrapper-nav .call-nav-wrapper-text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 150px;
  background: #0089b4;
  color: #fff;
  height: 100%;
  padding: 15px 10px;
  opacity: 0;
}

.social-nav-banner li.call-wrapper-nav:hover .call-nav-wrapper-icon {
  background: #0089b4;
}

.social-nav-banner li.call-wrapper-nav:hover .call-nav-wrapper-icon .call-icon {
  background: url(../images/call-icon-white.svg) no-repeat 50% / contain;
}

.social-nav-banner li.call-wrapper-nav:hover .call-nav-wrapper-text {
  opacity: 1;
  left: -150px;
}

.main-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 100px 0;
}

.main-banner.full-height-background {
  height: calc(100vh - 134px);
}

.main-banner.full-height-background h1, .main-banner.full-height-background h3 {
  opacity: 1;
  text-shadow: 0 3px 6px #000;
  text-align: left;
}

.main-banner.half-height-background {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 30px;
}

.main-banner.half-height-background h1 {
  opacity: 1;
  text-shadow: 0 3px 6px #000;
}

.main-banner.half-height-background.quarter-height-background h1 {
  margin: 0;
}

.main-banner.vimeo {
  padding: 0;
}

.main-search-block {
  background: #494948;
  display: block;
  margin: 0 0 22px;
}

.main-search-block h4 {
  margin: 0;
  color: #aaa9a9;
  font-size: .8rem;
  font-weight: 300;
  text-align: center;
  width: 100%;
}

.main-search-block .form-group {
  position: relative;
  width: 20%;
  padding: 24px 0;
  text-align: center;
}

.main-search-block .form-group:before {
  content: "";
  width: 1px;
  height: 26px;
  display: block;
  background: #a7a9ac;
  left: 0;
  top: 50%;
}

.main-search-block .form-group:first-child:before, .main-search-block .form-group:last-child:before {
  display: none;
}

.main-search-block .btn-01 {
  width: 20%;
  padding: 27px 0;
  font-size: .8rem;
}

.main-search-block .bootstrap-select {
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #fff;
  background: 0;
  font-size: .8rem;
  font-weight: 300;
  padding: 0;
  height: auto;
  margin: 0 auto;
  border: 0;
}

.main-search-block .bootstrap-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-search-block .bootstrap-select .btn-light {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #fff;
  background: 0;
  font-size: .8rem;
  font-weight: 300;
  padding: 0;
  height: auto;
  margin: 0 auto;
  border: 0;
}

.main-search-block .bootstrap-select .dropdown-toggle:after {
  position: absolute;
  border: 0;
  left: -40px;
  width: 20px;
  height: 12px;
  background: url(../images/dropdown-arrow.png) no-repeat 50% / contain;
}

.main-search-block .bootstrap-select .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  border: 0;
  background: #4d4d4f;
  margin: 0;
  top: 25px !important;
}

.main-search-block .bootstrap-select .dropdown-item {
  color: #fff;
}

.main-search-block .bootstrap-select .dropdown-item.active, .main-search-block .bootstrap-select .dropdown-item:focus, .main-search-block .bootstrap-select .dropdown-item:hover {
  background-color: #0089b4;
}

.background-color-01 {
  background: #ececec;
}

.background-color-04 {
  background: #ebebeb;
}

.background-color-05 {
  background: #dcdddf;
}

.background-color-02 {
  background: #11211e;
}

.background-color-03 {
  background: #d4d4d4;
}

.background-color-06 {
  background: #ededed;
}

.text-green h1, .text-green h2, .text-green h3, .text-green h4, .text-green h5, .text-green h6, .text-green p {
  color: #10211e;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
  color: #fff;
}

.text-latest h1, .text-latest h2, .text-latest h3, .text-latest h4, .text-latest h5, .text-latest h6, .text-latest p {
  color: #494948;
}

.no-p-l {
  padding-left: 0 !important;
}

.no-p-r {
  padding-right: 0 !important;
}

.white-spacer-30 {
  margin: 15px 0;
  position: relative;
  background: #fff;
}

.pagination, .white-spacer-30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  margin: 40px 0 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .page-item {
  color: #6d6e71;
  font-size: 1.3rem;
}

.pagination .page-item.pagination-title {
  font-weight: 800;
}

.pagination .page-item .page-link {
  padding: 0 5px;
  border: 0;
  background: 0;
  color: #6d6e71;
  font-weight: 300;
  font-size: 1.3rem;
}

.pagination .page-item .page-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item .page-link:hover {
  color: #a7a9ac;
}

.pagination .page-item.active .page-link {
  color: #6d6e71;
}

.project-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.aside-signature a {
  cursor: pointer !important;
}

.project-logo-wrapper .img-fluid {
  max-width: 100%;
  width: auto;
}

.project-logo-wrapper .img-fluid.max-width-logo {
  max-width: 277px;
}

.list-bollet {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: disc;
}

.list-bollet li {
  color: #dcddde;
  font-weight: 300;
  font-size: .9rem;
  margin: 0 0 15px;
}

.p-r-0 {
  padding-right: 0;
}

.fancybox-container {
  z-index: 999999;
}

.page-loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999991;
  background: #fff;
  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;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
}

.page-loader-wrapper .fallback {
  color: #333132;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border-color: #0089b4 transparent;
  border-style: solid;
  border-width: 6px;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.btn.focus, .btn:focus, a, a:focus, a:hover, button, button:focus, button:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff;
}

.top-search-btn {
  padding: 0;
  margin: 0;
  border: 0;
}

.btn-01 {
  background: #0089b4;
  font-size: 1.05rem;
  font-weight: 300;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  border: 0;
}

.btn-01.with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-01.with-icon .icon-search {
  width: 20px;
  height: 20px;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-01.with-icon:hover {
  color: #fff;
}

.btn-01.with-icon:hover .icon-search {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.facility-block .read-more {
  bottom: 25px;
  left: 30px;
  text-decoration: underline;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.facility-block .read-more:hover {
  color: #0089b4;
}

.facility-block .more-info {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ebebeb;
  text-transform: capitalize;
}

.facility-block .more-info:hover {
  text-decoration: none;
  color: #0089b4;
}

.project-card .more-project {
  bottom: 10px;
  right: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.project-card .more-project, .project-card .more-project:before {
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.project-card .more-project:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  top: 12px;
  left: -20px;
}

.project-card .more-project:hover {
  color: #fff;
  text-decoration: none;
}

.project-card .more-project:hover, .project-card .more-project:hover:before {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.project-card .more-project:hover:before {
  width: 30px;
  left: -35px;
}

.btn-02, .btn-03 {
  font-size: .7rem;
  font-weight: 400;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 20px;
  border: 0;
  margin: 0 1%;
}

.btn-02 {
  background: #fff;
  color: #6a6a6a;
  min-width: 70%;
}

.btn-02:hover {
  background: #0089b4;
  color: #fff;
}

.btn-03 {
  background: #6a6a6a;
  color: #fff;
  min-width: 26%;
}

.btn-03:hover {
  background: #0089b4;
  color: #fff;
}

.btn-04, .btn-05 {
  border-radius: 0;
  background: red;
  font-size: 2rem;
  font-weight: 300;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 30px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  border: 0;
}

.btn-04 {
  background: #ebebeb;
  color: #494948;
}

.btn-04:hover {
  background: #494948;
  color: #fff;
}

.btn-05 {
  background: #0089b4;
  color: #fff;
}

.btn-05:hover {
  background: #ebebeb;
  color: #494948;
}

.btn-06 {
  background: #0089b4;
  color: #fff;
}

.btn-06:hover {
  background: #ebebeb;
  color: #494948;
}

.btn-06:disabled {
  opacity: 1;
}

.btn-06:disabled, .btn-07 {
  background: #6f6f6f;
  color: #fff;
}

.btn-07:hover {
  background: #ebebeb;
  color: #494948;
}

.btn-interested {
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
  background: #4d4d4f;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 20px;
}

.btn-interested:hover {
  background: #0089b4;
  color: #fff;
}

.btn-08 {
  background: #fff;
  color: #0089b4;
  display: block;
  width: 100%;
  padding: 15px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-08:hover {
  background: #ebebeb;
  color: #0089b4;
}

.btn-09 {
  background: #d1d1d1;
  color: #6d6f72;
}

.btn-09:disabled, .btn-09:hover {
  background: #a7a7a7;
  color: #fff;
}

.btn-09:disabled {
  opacity: 1;
}

.community-forms .btn-06 {
  border: 2px solid transparent;
}

.community-forms .btn-06:hover {
  background: 0;
  color: #0089b4;
  border-color: #0089b4;
}

.community-forms .btn-09 {
  border: 2px solid transparent;
}

.community-forms .btn-09:hover {
  background: 0;
  color: #6d6f72;
  border-color: #d1d1d1;
}

.commuinty-tabs-content-right .btn-group .btn-06 {
  border: 2px solid transparent;
}

.commuinty-tabs-content-right .btn-group .btn-06:hover {
  background: 0;
  color: #0089b4;
  border-color: #0089b4;
}

.commuinty-tabs-content-right .btn-group .btn-09 {
  border: 2px solid transparent;
}

.commuinty-tabs-content-right .btn-group .btn-09:hover {
  background: 0;
  color: #6d6f72;
  border-color: #d1d1d1;
}

.my-community-unit-new-wrapper .table-striped .btn-03 {
  font-weight: 700;
  padding: 5px 15px;
  font-size: .85rem;
}

@media screen and (max-width: 675px) {
  .btn-01 {
    font-size: 14px;
  }
  
  .facility-block .more-info, .facility-block .read-more, .project-card .more-project {
    font-size: 15px;
  }
  
  .btn-02, .btn-03 {
    font-size: 12px;
  }
  
  .btn-04, .btn-05 {
    font-size: 20px;
  }
  
  .btn-interested {
    font-size: 13px;
  }
}

header.header {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
}

header.header, header .top-nav {
  display: block;
  position: relative;
}

header .top-nav {
  background: #494948;
  padding: 10px 0;
}

header .top-nav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top-nav .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

header .top-nav .navbar-nav p {
  font-size: 0.8rem !important;
  color: #bcbec0;
  font-weight: 300;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

header .top-nav .navbar-nav p .fa-caret-up {
  color: #5adc1b;
  margin: -4px 0 0 5px;
  font-size: .8rem;
}

header .top-nav .navbar-nav .investor-relation-btn .nav-link {
  color: #ebebeb;
  font-size: .65rem;
  font-weight: 800;
  padding: 0;
  margin: 0;
}

header .top-nav .navbar-nav .investor-relation-btn .nav-link:hover {
  color: #0089b4;
}

header .top-nav .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top-nav .navbar-nav .nav-item:first-child {
  padding-right: 40px;
}

header .top-nav .navbar-nav .nav-item:nth-child(2) {
  padding-right: 20px;
}

header .top-nav .navbar-nav .nav-item:nth-child(3) {
  padding-right: 70px;
}

header nav.navbar {
  padding: 25px 0;
}

header nav.navbar .navbar-nav .nav-item {
  position: relative;
}

header nav.navbar .navbar-nav .nav-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -9px 0 0;
  height: 100%;
  max-height: 18px;
  width: 1px;
  display: block;
  background: #494948;
}

header nav.navbar .navbar-nav .nav-item:first-child:before {
  display: none;
}

header nav.navbar .navbar-nav .nav-link {
  font-size: .8rem;
  font-weight: 400;
  color: #494948;
  text-transform: uppercase;
  padding: 2px 15px;
}

header nav.navbar .navbar-nav .nav-link.active, header nav.navbar .navbar-nav .nav-link:hover {
  color: #0089b4;
}

header nav.navbar .navbar-nav .login-community-btn .nav-link {
  background: #0089b4;
  color: #fff;
}

header nav.navbar .navbar-nav .login-community-btn .nav-link.active, header nav.navbar .navbar-nav .login-community-btn .nav-link:hover {
  color: #0089b4;
  background: #ebebeb;
}

header nav.navbar .navbar-nav .login-community-btn:before {
  display: none;
}

header nav.navbar .commuinty-login-wrapper {
  margin: 0 0 0 30px;
}

header nav.navbar .commuinty-login-wrapper .nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav.navbar .commuinty-login-wrapper .btn {
  margin: 0;
  padding: 7px 10px;
  background: 0;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}

header nav.navbar .commuinty-login-wrapper .btn.dropdown-toggle:after {
  display: none;
}

header nav.navbar .commuinty-login-wrapper .btn .notification-num {
  background: #0089b4;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color: #fff;
  width: 20px;
  height: 20px;
  font-weight: 800;
  font-size: .65rem;
  display: block;
  position: absolute;
  top: -7px;
  right: 2px;
  padding: 2px 0;
  font-style: normal;
}

header nav.navbar .commuinty-login-wrapper .nav-link {
  font-size: .8rem;
  font-weight: 400;
  color: #494948;
  text-transform: capitalize;
  padding: 2px 30px 2px 20px;
  position: relative;
}

header nav.navbar .commuinty-login-wrapper .nav-link:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #494948;
  position: absolute;
  top: -3px;
  left: 0;
}

.slick-slide {
  outline: 0;
}

.facilities-carousel {
  position: relative;
}

.facilities-carousel .facilities-carousel-wrapper {
  padding: 0 7.5px;
}

.facilities-carousel .facilities-carousel-wrapper .slick-list {
  padding: 0 10% 0 0;
}

.facilities-carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.facilities-carousel .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/left-arrow.png);
}

.facilities-carousel .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/right-arrow.png);
}

.facilities-carousel .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.facilities-carousel .slick-slide img {
  position: relative;
  z-index: 1;
}

.facility-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 7.5px;
}

.facility-block .faility-details, .facility-block .read-more, .facility-block h1 {
  position: absolute;
}

.facility-block h1 {
  top: 25px;
  left: 30px;
  color: #fff;
  margin: 0;
}

.facility-block h1.special.font-medium {
  font-size: 1.5rem;
}

.facility-block .read-more, .facility-block h1 {
  z-index: 9;
}

.facility-block .faility-details {
  background: rgba(73,73,72,.9);
  top: 0;
  left: 0;
  padding: 0 25px;
  z-index: 2;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.facility-block .faility-details p {
  color: #ebebeb;
  font-size: .9rem;
  font-weight: 300;
  margin: 0 0 15px;
}

.facility-block .faility-details .more-info {
  margin: 0;
  padding: 0;
}

.facility-block:hover .faility-details {
  padding-top: 67px;
  padding-bottom: 25px;
  overflow: hidden;
  height: 276px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block {
  position: relative;
  display: block;
}

.block.block-belong {
  padding: 60px 0;
  background: #fff;
}

.block .block-title h1 {
  margin: 0 0 60px;
  padding: 0;
  color: #494948;
}

.block .block-belong-wrapper {
  position: relative;
}

.block .block-belong-wrapper .block-belong-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.block .block-belong-wrapper .shap-belong {
  font-style: normal;
}

.block .block-belong-wrapper .shap-belong h2 {
  color: #4d4d4f;
}

.block .block-belong-wrapper .shap-belong p {
  color: #4d4d4f;
  font-size: .7rem;
}

p.title-center {
  text-align: center;
  display: block;
}

.block-contact-home {
  background: #4d4d4f;
  padding: 30px 0;
  color: #e5e5e5;
}

.block-contact-home h1 {
  text-align: center;
  margin: 0 0 20px;
  color: #e5e5e5;
}

.block-contact-home h1.font-light {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
}

.block-contact-home p {
  font-size: .9rem;
  text-align: center;
  color: #e5e5e5;
}

.block-contact-home.interest-block {
  padding: 0;
}

.block-contact-home.interest-block .col-md-7 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.block-contact-home.interest-block h1, .block-contact-home.interest-block p {
  text-align: left;
}

.block-contact-home.interest-block .col-md-5 {
  min-height: 520px;
}

.block-contact-home.interest-block.interest-full-height .col-md-5 {
  min-height: 681px;
}

.block-contact-home.interest-block.interest-full-height .form-group:last-child {
  margin: 0;
}

.contact-block .font-regular {
  color: #fff;
  margin: 0 0 0 30px;
}

.contact-block .font-regular span {
  font-size: .75rem;
  display: block;
  margin: 0 0 5px;
}

.contact-block a {
  margin: 15px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-block a:hover .font-regular {
  color: #0089b4;
}

.contact-block a:hover .font-regular span {
  color: #fff;
}

.new-tab-nav {
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0 30px;
}

.new-tab-nav .nav-link {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
  cursor: pointer;
}

.new-tab-nav .nav-link h5, .new-tab-nav .nav-link i {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.new-tab-nav .nav-link.active .call-icon-large, .new-tab-nav .nav-link:hover .call-icon-large {
  background: url(../images/call-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.new-tab-nav .nav-link.active .email-icon-large, .new-tab-nav .nav-link:hover .email-icon-large {
  background: url(../images/email-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.new-tab-nav .nav-link.active .whatsapp-icon-large, .new-tab-nav .nav-link:hover .whatsapp-icon-large {
  background: url(../images/whatsapp-icon-large-skyblue.svg) no-repeat 50% / contain;
}

.new-tab-nav .nav-link.active h5, .new-tab-nav .nav-link:hover h5 {
  color: #0089b4;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.new-tab-nav .nav-link.active h5 span, .new-tab-nav .nav-link:hover h5 span {
  color: #fff;
}

.block-static-01 {
  padding: 30px 0;
}

.block-static-01 .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
}

.block-static-01 .content-text h2 {
  margin: 0 0 40px;
}

.block-static-01 .content-text p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.block-static-01 .content-text p:last-child {
  margin: 0;
}

.block-static-01 .content-text p a {
  font-size: .8rem;
  color: #0089b4;
  text-decoration: underline;
}

.block-static-01 .content-text p a:hover {
  color: #333132;
}

.block-static-01 .content-text ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0 0 30px;
}

.block-static-01 .content-text ul li {
  font-size: 1.2rem;
  font-weight: 300;
}

.block-static-01.block-latest {
  margin: 0;
  padding: 15px 0 !important;
}

.block-static-01.block-latest .content-text {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-static-01.block-latest .content-text h1, .block-static-01.block-latest .content-text h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block-static-01.block-latest .content-text h1 span {
  font-size: 1.9rem;
  font-weight: 400;
}

.block-static-01.block-latest .content-text.text-latest h2 {
  color: #919191;
}

.block-static-01.block-latest .content-text.text-latest p {
  font-size: .8rem;
}

.font-extrabold {
  color: #494948;
}

.block-static-01.block-latest .content-text.text-latest p:last-child {
  margin: 0;
}

.block-static-02 {
  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;
}

.block-static-02 h2, .block-static-02 p {
  color: #fff;
  text-align: center;
}

.block-static-02 p {
  margin: 0;
  font-size: .9rem;
  font-weight: 400;
}

.block-static-02 h2 {
  margin: 0 0 50px;
}

.block-static-02 h2.special {
  margin: 0 0 30px;
}

.block-latest .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block-latest .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  background-color: #3e3e3e;
  right: 37.666667%;
}

.block-latest .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  background-color: #8c8c8c;
  right: 34.666667%;
}

.block-latest .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.block-latest.right-carousal .slick-arrow.slick-prev {
  left: 34.666667%;
  right: inherit;
}

.block-latest.right-carousal .slick-arrow.slick-next {
  left: 37.666667%;
  right: inherit;
}

.block-our-develop-main-slide {
  padding: 70px 0;
}

.block-our-develop-main-slide p {
  color: #fff;
  font-size: .9rem;
}

.block-our-develop-main-slide .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block-our-develop-main-slide .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  right: -64px;
}

.block-our-develop-main-slide .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  right: -100px;
}

.block-our-develop-main-slide .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.block-our-develop-main-slide.right-carousal .slick-arrow.slick-prev {
  left: -100px;
  right: inherit;
}

.block-our-develop-main-slide.right-carousal .slick-arrow.slick-next {
  left: -64px;
  right: inherit;
}

.block-search-properity.block-static-01 {
  padding: 50px 0;
}

.block-search-properity form {
  width: 100%;
}

.block-search-properity h4 {
  margin-bottom: 30px;
}

.block-search-properity .form-group {
  margin-bottom: 40px;
}

.block-search-properity .col-form-label {
  font-size: 1rem;
  font-weight: 600;
  color: #6a6a6a;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-search-properity .form-control {
  background: 0;
}

.block-search-properity .bootstrap-select .dropdown-toggle {
  font-size: .8rem;
  color: #787878;
  font-weight: 400;
  padding: 15px 53px;
  margin: 0;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.block-search-properity .bootstrap-select .dropdown-toggle:after {
  position: absolute;
  border: 0;
  left: 15px;
  width: 20px;
  height: 12px;
  background: url(../images/dropdown-arrow.png) no-repeat 50% / contain;
}

.block-search-properity .bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.block-search-properity .bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
  font-size: .85rem;
  font-weight: 300;
  color: #444242;
  background: #ccc;
}

.block-search-properity .bootstrap-select .dropdown-menu li a:hover {
  color: #444242;
  background: #a7a7a7;
}

.block-search-properity .btn-group {
  width: 100%;
}

.block-search-properity form {
  margin-bottom: 50px;
}

.block-what-we-do-01 .filter-nav-wrapper {
  background: #494949;
  margin: 15px 0 0;
}

.block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .row {
  width: 100%;
}

.block-what-we-do-01 .nav .nav-item {
  padding: 0;
}

.block-what-we-do-01 .nav .nav-link {
  padding: 25px 0;
  font-size: .8rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
}

.block-what-we-do-01 .nav .nav-link:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  margin: -14px 0 0;
  border-left: 1px solid #a7a9ac;
  width: 1px;
  height: 28px;
}

.block-what-we-do-01 .nav .nav-link.active {
  background: #0089b4;
  color: #fff;
}

.block-what-we-do-01 .nav .nav-link.active:before {
  display: none;
}

.block-what-we-do-01 .nav .nav-item:first-child .nav-link:before {
  border-left-color: #494949;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest {
  padding: 25px 0;
  background: #fff;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h1, .block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h2, .block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest p {
  color: #494948;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h2 {
  text-transform: uppercase;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h1 {
  margin: 10px 0 20px;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest h2 {
  margin: 0 0 10px;
}

.block-what-we-do-01 .block-what-we-do-01-content-wrapper .block-static-01.block-latest p {
  margin: 20px 0;
}

.block-what-we-do-01.sticky-new {
  position: fixed;
  top: 0;
  width: 100%;
}

.block-content-image {
  padding: 30px 0;
}

.block-content-image .block-img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-content-image .block-img-content p {
  margin: 15px 0;
  font-size: 1rem;
  font-weight: 400;
  color: #444242;
}

.block-content-image .img-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.block-content-image .img-wrapper .shap-main-belong {
  font-style: normal;
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.block-content-image .img-wrapper .shap-main-belong h3 {
  position: absolute;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-01, .block-content-image .img-wrapper .shap-main-belong.shap-main-belong-03 {
  right: 0;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-02, .block-content-image .img-wrapper .shap-main-belong.shap-main-belong-04 {
  left: 0;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-01 {
  max-width: 70%;
  background-position: 2px bottom;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-01 h3 {
  right: 15px;
  max-width: 90px;
  left: inherit;
  top: inherit;
  bottom: 30px;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-02 {
  max-width: 40%;
  background-position: 0 100%;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-02 h3 {
  left: 0;
  top: inherit;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 30px;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-03 {
  max-width: 40%;
  background-position: 2px bottom;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-03 h3 {
  left: inherit;
  top: inherit;
  display: block;
  bottom: 50px;
  text-align: center;
  width: 100%;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-04 {
  max-width: 40%;
  background-position: 0 100%;
}

.block-content-image .img-wrapper .shap-main-belong.shap-main-belong-04 h3 {
  left: 0;
  top: inherit;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 20%;
}

.block-media-center {
  padding: 90px 0;
}

.block-media-center .nav-tabs {
  border: 0;
  padding: 0;
  margin: 0;
}

.block-media-center .nav-tabs .nav-item {
  padding: 5px 0;
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #6d6e71;
}

.block-media-center .nav-tabs .nav-link {
  padding: 0;
  font-size: .8rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #6d6e71;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
}

.block-media-center .nav-tabs .nav-link.active {
  background: 0;
  font-weight: 900;
}

.block-media-center .media-box-wrapper {
  margin: 15px 0;
  position: relative;
}

.block-media-center .media-box-wrapper .media-card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #0089b4;
  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;
}

.block-media-center .media-box-wrapper .media-card-content, .block-media-center .media-box-wrapper:hover .media-card-content {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block-media-center .media-box-wrapper:hover .media-card-content {
  opacity: .5;
}

.block-media-center .media-box-wrapper.video-box-wrapper .media-card-content {
  opacity: 1;
  background: 0;
}

.block-media-center .media-box-wrapper.video-box-wrapper:hover {
  opacity: 1;
}

.block-media-center .media-box-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}

.block-whistle-blower {
  padding: 90px 0;
}

.block-whistle-blower p {
  color: #444242;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}

.events-block .nav .nav-item {
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block {
  padding: 0 !important;
  padding-bottom: 0 !important;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block:first-child {
  padding: 60px 0 15px;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block:last-child {
  padding: 15px 0 60px;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block h1 {
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block h2 {
  color: #919191;
  margin: 0 0 10px;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block p {
  font-size: .8rem;
  color: #494948;
  margin: 10px 0;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block p:last-child {
  margin-bottom: 0;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block a:hover h1 {
  color: #0089b4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.events-block .block-what-we-do-01-content-wrapper .block-static-01.block-latest.event-block.block-media-center .media-box-wrapper {
  margin: 0;
}

.event-details-wrapper .block-static-01.block-latest {
  padding: 0;
}

.event-details-wrapper .block-title {
  width: 100%;
  display: block;
}

.event-details-wrapper .block-title h2 {
  color: #10211e;
  margin: -15px 0 15px;
}

.block-contact-main .contact-block-01 .contact-block-01-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-block-01 {
  padding: 25px 0;
  border-bottom: 1px solid #494948;
}

.contact-block-01 h6 {
  color: #0089b4;
  font-size: 1rem;
}

.contact-block-01 h4 a {
  font-size: 1rem;
  font-weight: 300;
  color: #444242;
  margin: 0;
}

.contact-block-01 h4 a:hover {
  color: #0089b4;
}

.contact-block-01 p {
  font-size: 1rem;
  font-weight: 300;
  color: #444242;
  margin: 0;
}

.contact-block-01 p a {
  font-weight: 400;
  color: #444242;
}

.contact-block-01 p a:hover {
  color: #0089b4;
}

.contact-block-01 p.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-block-01 p.special a {
  font-size: 1.6rem;
}

.contact-block-01 p.special a:hover {
  color: #0089b4;
}

.contact-block-01 h5 {
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: centet;
  -ms-flex-pack: centet;
  justify-content: centet;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444242;
}

.contact-block-01 h5 .icon-contact {
  margin: 0 25px 0 0;
}

.contact-block-01 .btn-04 {
  font-size: 1rem;
  font-weight: 300;
  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: flex-start;
  margin: 0;
}

.contact-block-01 .btn-04 .icon-contact {
  width: 20px;
  height: 30px;
  margin: 0 15px 0 30px;
}

.contact-block-01 .btn-modal {
  font-size: 1rem;
  font-weight: 300;
  color: #444242;
  margin: 0;
  background: 0;
  border: 0;
  padding: 0;
  text-align: left;
}

.special-grid {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.special-grid .contact-block-01-details {
  padding: 0 5px;
  width: auto;
}

.block-contact-main .contact-block-01 .special-grid .contact-block-01-details {
  width: auto;
}

.col-md-12:last-child .contact-block-01 {
  margin-bottom: 60px;
}

.block-contact-home.interest-block.block-form-contact {
  padding: 30px 0;
  background: #ebebeb;
}

.block-contact-home.interest-block.block-form-contact .form-control {
  background: #fff;
  border-color: #fff;
}

.block-contact-home.interest-block.block-form-contact textarea.form-control {
  resize: none;
  min-height: 255px;
}

.block-contact-home.interest-block.block-form-contact .dropdown.bootstrap-select.form-control {
  padding: 0;
  border-radius: 0;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select > .dropdown-toggle {
  background: #a7a7a7;
  border-radius: 0;
  border-color: #a7a7a7;
  font-weight: 300;
  color: #fff;
  font-size: .85rem;
  padding: 10px 15px;
  height: auto;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select > .dropdown-toggle:after {
  position: absolute;
  border: 0;
  right: 15px;
  width: 20px;
  height: 12px;
  background: url(../images/dropdown-arrow.png) no-repeat 50% / contain;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
  font-size: .85rem;
  font-weight: 300;
  color: #444242;
  background: #ccc;
}

.block-contact-home.interest-block.block-form-contact .bootstrap-select .dropdown-menu li a:hover {
  color: #444242;
  background: #a7a7a7;
}

.block-contact-home.interest-block.block-form-contact .lang {
  background: #fff;
}

.block-contact-home.interest-block.block-form-contact .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 15px 11px 0;
}

.block-contact-home.interest-block.block-form-contact .form-check-input {
  padding: 0;
  margin: 0 15px 0 0;
  position: relative;
}

.block-contact-home.interest-block.block-form-contact .form-check-label {
  color: #494948;
}

.custom-control.material-checkbox {
  --color: #26a69a;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: var(--color);
  -webkit-transform: rotate(45deg) translate(1px,-5px);
  transform: rotate(45deg) translate(1px,-5px);
  width: 10px;
  border-top: 0 solid #fff;
  border-left: 0 solid #fff;
}

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #494948;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-control .material-control-description {
  font-weight: 300;
  color: #444242;
  font-size: .85rem;
}

.block-careers-main .careers-block-01 {
  padding: 30px 0;
  border-bottom: 1px solid #b2b2b2;
}

.block-careers-main .careers-block-01 h3 {
  margin: 0 0 30px;
}

.block-careers-main .careers-block-01 .careers-block-01-details p {
  color: #6d6e71;
  font-size: 1.25rem;
  font-weight: 300;
}

.block-careers-main .careers-block-01 .careers-block-01-details p:last-child {
  margin: 0;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table th {
  background: #cac9c9;
  color: #494948;
  font-size: 1.7rem;
  font-weight: 300;
  text-align: center;
  height: 64px;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table tr:nth-child(2n) td {
  background: #cecccd;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table tr:nth-child(odd) td {
  background: #f5f3f4;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table td {
  text-align: center;
  color: #444242;
  font-size: .9rem;
  font-weight: 300;
  padding: 0;
  vertical-align: middle;
  height: 66px;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table td .btn {
  text-align: center;
  font-size: .9rem;
  font-weight: 300;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table.table-bordered th {
  border-width: 3px;
  border-color: #fff;
}

.block-careers-main .careers-block-01 .careers-block-01-details .table.table-bordered td {
  border-top: 0;
  border-bottom: 0;
  border-width: 3px;
  border-color: #fff;
}

.block-careers-main .careers-block-01 .careers-block-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-careers-main .careers-block-01 .careers-block-02 .careers-block-02-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 0 0 0 20px;
}

.block-careers-main .careers-block-01 .careers-block-02 .careers-block-02-details h5 {
  margin: 0 0 5px;
  color: #444242;
}

.block-careers-main .careers-block-01 .careers-block-02 .careers-block-02-details .employment-position {
  color: #444242;
  font-weight: 400;
  margin: 0 0 10px;
}

.block-careers-main .careers-block-01 .careers-block-02 .careers-block-02-details p {
  color: #444242;
  font-size: .8rem;
  margin: 0;
}

.block-careers-main .careers-block-01 .careers-block-03 {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 30px;
}

.block-careers-main .careers-block-01 .careers-block-03 .icon-jop {
  margin: 0 0 75px;
}

.block-careers-main .careers-block-01 .careers-block-03 h4, .block-careers-main .careers-block-01 .careers-block-03 p {
  color: #444242;
  margin: 15px 0;
}

.block-careers-main .careers-block-01 .careers-block-03 p {
  font-size: .9rem;
  font-weight: 300;
}

.block-careers-main .careers-block-01 .careers-block-03 .btn-01 {
  margin: 15px 0 0;
  padding: 20px 0;
  display: block;
  width: 100%;
}

.block-careers-main .careers-block-01 .careers-block-03 .btn-01:hover {
  background: #444243;
  color: #fff;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form {
  border: 0;
  background: #444243;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form h4 {
  margin: 0;
  color: #ccc;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .btn-01 {
  margin: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .btn-01:hover {
  background: #ebebeb;
  color: #444243;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .form-group {
  margin: 0;
  padding: 20px 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .form-group:first-child {
  padding-top: 15px;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .form-group:last-child {
  padding-bottom: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .form-control {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-toggle {
  background: #ccc;
  border-color: #ccc;
  color: #444242;
  font-size: 1.2rem;
  font-weight: 300;
  border-radius: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
  font-size: .85rem;
  font-weight: 300;
  color: #444242;
  background: #ccc;
}

.block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-menu li a:hover {
  color: #444242;
  background: #a7a7a7;
}

.block-careers-main .col-md-12:last-child .careers-block-01 {
  border-bottom: 0;
}

.block-overview h4 {
  color: #4d4d4f;
  margin: 0 0 5px;
}

.block-overview aside .block-title h1 {
  margin: 10px 0 25px;
  color: #494948;
}

.gallery-master-plan-block.block-media-center {
  padding: 0;
  margin: 0;
  position: relative;
}

.gallery-master-plan-block.block-media-center p {
  color: #9f9fa0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: .7rem;
  margin: 0;
}

.gallery-master-plan-block.block-media-center .col-md-3 {
  position: relative;
}

.gallery-master-plan-block.block-media-center .col-md-3 p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}

.block-overview-content {
  margin: 15px 0 0;
}

.block-overview-content p {
  color: #4d4d4f;
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0;
}

.block-overview-content .block-overview-content-detail {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.block-overview-content .block-overview-content-detail li {
  margin: 0 25px;
}

.block-overview-content .block-overview-content-detail li:first-child {
  margin-left: 0;
}

.block-overview-content .block-overview-content-detail li:last-child {
  margin-right: 0;
}

.block-overview-content .block-overview-content-detail li h1, .block-overview-content .block-overview-content-detail li p {
  color: #494948;
}

.block-overview-content .block-overview-content-detail li h1 {
  margin: 0 0 5px;
}

.block-overview-content .block-overview-content-detail li p {
  font-size: .9rem;
  margin: 0;
}

.block-aside-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 65px;
}

.block-aside-info .user-info-img-wrapper {
  margin: 0 15px 0 0;
}

.block-aside-info .block-aside-info-details h3 {
  color: #10211e;
}

.block-aside-info .block-aside-info-details p {
  color: #494948;
  font-weight: 400;
  font-size: .8rem;
}

.block-aside-info.gallery-aside {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-aside-info.gallery-aside h3 {
  margin: 0;
}

.block-aside-info .block-aside-info-gallery {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 7.5px 0 0;
}

.block-aside-info .block-aside-info-gallery img {
  margin: 7.5px 0;
}

.block-aside-info .block-aside-info-gallery .row {
  padding: 0 7.5px;
}

.block-aside-info .block-aside-info-gallery .col-md-3 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.block-aside-info .block-aside-info-gallery .video-sodic-sm {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

aside .row:last-child .block-aside-info {
  margin: 0;
}

a {
  cursor: pointer !important;
}

.location-block {
  margin: 2px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.location-block h2 {
  text-align: left;
  margin: 0 0 30px;
}

.location-block h6 {
  color: #dcddde;
  font-weight: 300;
  margin: 0;
  display: block;
}

.location-block .block-media-center {
  margin: 0;
  padding: 0;
}

.location-block .block-media-center .media-box-wrapper {
  margin: 60px 0 0;
}

.property-type-block {
  padding: 40px 0;
  text-align: left;
}

.property-type-block .property-type-content h2, .property-type-block .property-type-content p, .property-type-block .property-type-content span {
  color: #4d4d4f;
  text-align: left;
}

.property-type-block .property-type-content h2 {
  margin: 0 0 30px;
  text-transform: uppercase;
}

.property-type-block .property-type-content p, .property-type-block .property-type-content span {
  font-weight: 300;
}

.property-type-block .property-type-content span {
  margin: 0 0 5px;
}

.property-type-block .property-type-content .type-block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}

.property-type-block .property-type-content .type-block-text p {
  margin: 0;
}

.property-type-block .type-block {
  display: block;
}

.property-type-block .type-block h3 {
  color: #fff;
  background: #4d4d4f;
  padding: 15px 30px;
  margin: 0;
}

.property-type-block .type-block .figure-content {
  display: block;
  padding: 15px 30px;
  background: #dcddde;
  position: relative;
}

.property-type-block .type-block .figure-content p {
  text-align: left;
  color: #4d4d4f;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0 0 5px;
}

.property-type-block .type-block .figure-content p:last-child {
  margin: 0;
}

.property-type-block .type-block .figure-content p.discription {
  font-size: .9rem;
  font-weight: 300;
}

.property-type-block .type-block .figure-content a.read-more {
  color: #0089b4;
}

.property-type-block .type-block .figure-content a.read-more:hover {
  text-decoration: underline;
}

.property-type-block .type-block .figure-content a.more-info {
  color: #333132;
  border: 1px solid #333132;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: .8rem;
}

.property-type-block .type-block .figure-content a.more-info:hover {
  border-color: transparent;
}

.property-type-block .type-block .figure-content.figure-content-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-type-block .type-block .figure-content.figure-content-more-info p {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
}

.property-type-block .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -20px 0 0;
}

.property-type-block .property-types-project {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.property-type-block .property-types-project .slick-list {
  display: inline-block;
  width: 100%;
}

.property-type-block .property-types-project .slick-list .slick-track {
  margin: 0;
}

.property-type-block .property-types-project .type-block {
  margin: 0 15px;
}

.property-type-block .property-types-project .type-block .figure-content {
  padding: 15px;
}

.property-type-block .property-types-project .type-block .figure-content.figure-content-more-info p {
  font-size: .9rem;
  max-width: 65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

.property-type-block .property-types-project .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
  max-width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.property-type-block .property-types-project .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.property-type-block .property-types-project .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/left-arrow.png);
}

.property-type-block .property-types-project .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/right-arrow.png);
}

.property-type-block .property-types-project .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.amenties-block {
  margin: 15px 0;
  padding: 30px 0;
  background: #4d4d4f;
}

.amenties-block h2 {
  margin: 15px 0 0;
  color: #fff;
}

.amenties-block .amenties-list {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.amenties-block .amenties-list, .amenties-block .amenties-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amenties-block .amenties-list li {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amenties-block .amenties-list li, .amenties-block .amenties-list li p {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.amenties-block .amenties-list li p {
  color: #c0915c;
  font-weight: 400;
  font-size: .8rem;
  margin: 15px 0 0;
  text-align: center;
}

.test-slider-filter .slider-nav {
  position: relative;
}

.test-slider-filter .slider-nav .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -17px 0 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.test-slider-filter .slider-nav .slick-arrow.slick-prev {
  left: -64px;
  background-image: url(../images/left-arrow.png);
}

.test-slider-filter .slider-nav .slick-arrow.slick-next {
  right: -64px;
  background-image: url(../images/right-arrow.png);
}

.test-slider-filter .slider-nav .slick-arrow.slick-disabled, .test-slider-filter .slider-nav .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.test-slider-filter .filter-content-wrapper .project-card {
  margin: 15px;
}

.filter-nav-wrapper.filter-nav-mobile .navbar {
  width: 100%;
  padding: 0;
}

.filter-nav-wrapper.filter-nav-mobile .navbar .nav {
  width: 100%;
}

.main-search-block.main-search-block-home .bootstrap-select {
  width: calc(100% - 1px);
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-item {
  font-size: .8rem;
  font-weight: 300;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-toggle:after {
  left: 15%;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-menu {
  top: 15px !important;
  background: #989898;
  width: 100%;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-menu li {
  margin: 0 0 0 15px;
  background: url(../images/border-lines.png) repeat-x 0 100%;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-menu li:last-child {
  background: 0;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-item {
  padding: 15px 0;
  color: #292929;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-item.active {
  background: 0;
}

.main-search-block.main-search-block-home .bootstrap-select .dropdown-item:hover {
  background: 0;
  font-weight: 700;
}

.main-search-block.main-search-block-home .form-inline .bootstrap-select, .main-search-block.main-search-block-home .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: calc(100% - 1px);
}

.block-what-we-do-01 .filter-nav-wrapper.stickyFilter {
  width: 100%;
  z-index: 2;
}

.our-develop-main-slide-wrapper .slick-slide .img-fluid {
  width: 75%;
  margin: 0 auto;
}

.block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-current .nav-link {
  background: #0089b4;
  color: #fff;
}

.block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-current .nav-link:before {
  display: none;
}

.block-what-we-do-01-content-wrapper.what-we-do-slider {
  position: relative;
}

.block-what-we-do-01-content-wrapper.what-we-do-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -17px 0 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.block-what-we-do-01-content-wrapper.what-we-do-slider .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  background-color: #3e3e3e;
  left: 0;
}

.block-what-we-do-01-content-wrapper.what-we-do-slider .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  background-color: #3e3e3e;
  right: 0;
}

.banner-our-development {
  width: 100%;
  position: relative;
  padding: 0;
}

.banner-our-development .our-dev-caption {
  width: 100%;
  display: block;
  padding: 60px 0;
}

.banner-our-development .our-dev-caption .img-fluid {
  width: 75%;
  margin: 0 auto;
}

.banner-our-development .our-dev-caption p {
  color: #fff;
  font-size: .9rem;
}

.banner-our-development .our-dev-caption p:last-child {
  margin: 0;
}

.banner-our-development .our-develop-main-slide-banner .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.banner-our-development .our-develop-main-slide-banner .slick-slide {
  height: inherit !important;
}

.banner-our-development .our-develop-main-slide-banner .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  width: 28px;
  height: 28px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.banner-our-development .our-develop-main-slide-banner .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  right: 100px;
}

.banner-our-development .our-develop-main-slide-banner .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  right: 64px;
}

.banner-our-development .our-develop-main-slide-banner .our-dev-caption {
  height: 100%;
}

.project-card .more-project {
  right: inherit;
  bottom: inherit;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -75px;
}

.project-card .more-project:before {
  display: none;
}

.project-card .more-project span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-card .more-project:hover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-latest.block-latest-launches .latest-carousel-wrapper {
  height: 100%;
}

.block-latest.block-latest-launches .slick-arrow {
  bottom: 15px;
}

.block-latest.block-latest-launches .slick-arrow.slick-prev {
  right: inherit;
  left: 15px;
}

.block-latest.block-latest-launches .slick-arrow.slick-next {
  right: inherit;
  left: 54px;
}

.block-latest.block-latest-launches.right-carousal .slick-arrow.slick-prev {
  right: 54px;
  left: inherit;
}

.block-latest.block-latest-launches.right-carousal .slick-arrow.slick-next {
  right: 15px;
  left: inherit;
}

.slider2, .slider3 {
  visibility: hidden;
}

.slick-initialized {
  visibility: visible;
}

.block.m-t-for-nav {
  margin-top: 166px;
}

.filter-blocks-wrapper {
  position: relative;
  display: block;
  padding-top: 69px;
}

.filter-blocks-wrapper .block-our-develop-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.regular-project-nav-wrapper.filter-blocks-wrapper {
  padding-top: 0;
}

.regular-project-nav-wrapper.filter-blocks-wrapper .block-our-develop-filter {
  position: relative;
}

.modal .modal-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.modal .btn-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #0089b4;
  border: 0;
  padding: 0;
  z-index: 2;
}

.modal .btn-close:after, .modal .btn-close:before {
  width: 1px;
  height: 26px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
}

.modal .btn-close:before {
  left: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .btn-close:after {
  right: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal iframe {
  width: 100%;
  height: 80vh;
}

.home-main-slider-banner, .latest-launchecs-main-slider {
  position: relative;
  display: block;
}

.home-main-slider-banner .our-dev-caption, .latest-launchecs-main-slider .our-dev-caption {
  padding: 0 0 0 30px;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-main-slider-banner .slick-current.slick-active .our-dev-caption h1, .latest-launchecs-main-slider .slick-current.slick-active .our-dev-caption h1 {
  opacity: 1;
  position: relative;
  top: 0;
  margin: 0 0 30px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.home-main-slider-banner .slick-current.slick-active .our-dev-caption h3, .latest-launchecs-main-slider .slick-current.slick-active .our-dev-caption h3 {
  opacity: 1;
  position: relative;
  top: 0;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
}

.home-main-slider-banner .slick-arrow, .latest-launchecs-main-slider .slick-arrow {
  position: absolute;
  z-index: 11;
  bottom: 30px;
  margin: 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.home-main-slider-banner .slick-arrow.slick-prev, .latest-launchecs-main-slider .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  left: 0;
}

.home-main-slider-banner .slick-arrow.slick-next, .latest-launchecs-main-slider .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  right: 0;
}

.home-main-slider-banner .slick-dots, .latest-launchecs-main-slider .slick-dots {
  margin: 0;
  position: absolute;
  z-index: 10;
  bottom: 30px;
  width: 100%;
}

.home-main-slider-banner .slick-dots, .home-main-slider-banner .slick-dots li, .latest-launchecs-main-slider .slick-dots, .latest-launchecs-main-slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-main-slider-banner .slick-dots li button, .latest-launchecs-main-slider .slick-dots li button {
  border-color: transparent;
  background: #3e3e3e;
  border-width: 0;
  width: 12px;
  height: 12px;
}

.home-main-slider-banner .slick-dots li.slick-active button, .latest-launchecs-main-slider .slick-dots li.slick-active button {
  border: 2px solid #3e3e3e;
  background: #fff;
  width: 14px;
  height: 14px;
}

.home-main-slider-banner iframe, .latest-launchecs-main-slider iframe {
  position: relative;
  pointer-events: none;
}

.block-our-develop-new .block-search-properity .col-form-label {
  margin: 0 0 5px;
}

.block-our-develop-new .block-search-properity .form-group {
  margin: 0 0 15px;
}

.block-our-develop-new .block-search-properity form .row .col-md-6 .form-group:last-child {
  margin: 0 0 30px;
}

.block-our-develop-new .block-search-properity .row-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0 0;
}

.block-our-develop-new .block-search-properity .row-column .btn-02, .block-our-develop-new .block-search-properity .row-column .btn-03 {
  margin: 15px 0 0;
  font-size: 1rem;
  font-weight: 300;
}

.block-our-develop-new .block-search-properity .range-control .irs--flat {
  margin: -17px 0 0;
}

.block-our-develop-new .filter-content-wrapper {
  padding: 30px 10px;
}

.block-our-develop-new .wrapper-test-filter .slider2 .slick-slide {
  margin: 0 10px;
}

.block-our-develop-new .wrapper-test-filter .slider3 .slick-slide {
  margin: 0;
}

.block-our-develop-new .wrapper-test-filter .slider3.slick-slider .slick-track {
  float: left;
  width: 100%;
}

.block-our-develop-new .wrapper-test-filter .slick-nav {
  margin: 0;
}

.block-our-develop-new .filter-content-wrapper .slick-arrow.slick-next, .block-our-develop-new .filter-content-wrapper .slick-arrow.slick-prev {
  top: inherit;
  bottom: -32px;
}

.block-our-develop-new .filter-content-wrapper .slick-arrow.slick-prev {
  left: inherit;
  left: 60px;
}

.block-our-develop-new .filter-content-wrapper .slick-arrow.slick-next {
  right: inherit;
  right: 60px;
}

.what-we-do-banner {
  margin: 0 0 15px;
}

.block-what-we-do-slide-nav .filter-nav-wrapper.stickyFilter {
  z-index: 11;
  width: 100%;
}

.block-what-we-do-slide-nav .filter-nav-wrapper {
  margin: 0;
}

.search-results-block-wrapper {
  padding: 0 15px;
  margin: 0 0 50px;
}

.search-results-block-wrapper .search-result-title {
  padding: 50px 0;
}

.search-results-block-wrapper .block-search-properity.block-static-01 {
  padding: 30px 15px;
}

.search-results-block-wrapper .block-search-properity h4 {
  margin: 0;
}

.search-results-block-wrapper .block-search-properity .form-group {
  margin: 0 0 15px;
}

.search-results-block-wrapper .block-search-properity form .row .col-md-6 .form-group:last-child {
  margin: 0 0 30px;
}

.search-results-block-wrapper .block-search-properity .col-form-label {
  margin: 0 0 5px;
}

.search-results-block-wrapper .block-search-properity form {
  margin: 0;
}

.search-results-block-wrapper .block-search-properity .range-control .irs--flat {
  margin: -17px 0 0;
}

.search-results-block-wrapper .property-type-block {
  padding: 0;
}

.search-results-block-wrapper .property-type-block .type-block {
  margin: 0 0 30px;
  height: calc(100% - 30px);
  background: #dcddde;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-results-block-wrapper .property-type-block .type-block h3 {
  padding: 15px;
}

.search-results-block-wrapper .property-type-block .type-block .figure-content {
  padding: 15px;
  margin-top: auto;
}

.search-results-block-wrapper .property-type-block .type-block .figure-content p {
  font-size: .9rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.search-results-block-wrapper .property-type-block .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
  margin: 10px 0 0;
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
  max-width: inherit;
}

.search-results-block-wrapper .row-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0 0;
  padding: 0 15px;
}

.search-results-block-wrapper .row-column .btn-02, .search-results-block-wrapper .row-column .btn-03 {
  margin: 15px 0 0;
  font-size: 1rem;
  font-weight: 300;
}

.event-block.block-media-center .media-box-wrapper {
  min-height: auto;
}

.event-block.block-media-center .media-box-wrapper a {
  position: relative;
}

.location-block.location-modified-wrapper .block-media-center .media-box-wrapper {
  min-height: auto;
}

.location-block.location-modified-wrapper .block-media-center .media-box-wrapper a {
  position: relative;
}

.location-block.block-static-02 p, .location-block.block-static-02 p span {
  text-align: left;
}

.block .block-belong-wrapper .shap-belong h2, .block .block-belong-wrapper .shap-belong p {
  padding: 0 15px;
}

.block .block-belong-wrapper .shap-belong .more-info {
  font-size: .6rem;
  color: #0089b4;
  margin: 0;
  padding: 0 15px;
  text-align: right;
  display: block;
}

.block .block-belong-wrapper .shap-belong.shap-belong-01 {
  width: 0;
  height: 0;
  display: block;
  border: 207px solid transparent;
  border-bottom: 50px solid #fff;
  position: absolute;
  left: 0;
}

.block .block-belong-wrapper .shap-belong.shap-belong-01:after {
  content: "";
  position: absolute;
  left: -207px;
  top: 50px;
  width: 0;
  height: 0;
  border: 207px solid transparent;
  border-top: 50px solid #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-02 {
  display: block;
  width: 198px;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 25px 0;
  position: relative;
  background: #fff;
  color: #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-02:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 198px solid transparent;
  border-left: 0 solid transparent;
}

.block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
  min-height: 150px;
}

.block .block-belong-wrapper .shap-belong.shap-belong-03 {
  display: block;
  width: 198px;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 25px 0;
  position: relative;
  background: #fff;
  color: #fff;
  margin-left: 15px;
}

.block .block-belong-wrapper .shap-belong.shap-belong-03:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 198px solid transparent;
  border-right: 0 solid transparent;
}

.block .block-belong-wrapper .shap-belong.shap-belong-03 p {
  min-height: 129px;
}

.block .block-belong-wrapper .shap-belong.shap-belong-04 {
  width: 0;
  height: 0;
  border: 207px solid transparent;
  border-bottom: 50px solid #fff;
  position: relative;
  top: -65px;
  left: -207px;
}

.block .block-belong-wrapper .shap-belong.shap-belong-04:after {
  content: "";
  position: absolute;
  left: -207px;
  top: 50px;
  width: 0;
  height: 0;
  border: 207px solid transparent;
  border-top: 50px solid #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-05 {
  display: block;
  width: 207px;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 50px 0 25px;
  position: relative;
  background: #fff;
  color: #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-05:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 207px solid transparent;
  border-right: 0 solid transparent;
}

.block .block-belong-wrapper .shap-belong.shap-belong-06 {
  display: block;
  width: 207px;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 25px 0;
  position: relative;
  background: #fff;
  color: #fff;
}

.block .block-belong-wrapper .shap-belong.shap-belong-06:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 0 solid transparent;
  border-right: 207px solid transparent;
}

.block.block-belong .col-lg-4:first-child .block-belong-wrapper .block-belong-details, .block.block-belong .col-lg-4:last-child .block-belong-wrapper .block-belong-details, .block.block-belong .col-lg-4:nth-child(2) .block-belong-wrapper .block-belong-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block.block-belong .col-lg-4:first-child .block-belong-wrapper, .block.block-belong .col-lg-4:first-child .block-belong-wrapper .block-belong-details {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block.block-belong .col-lg-4:last-child .block-belong-wrapper .block-belong-details, .block.block-belong .col-lg-4:nth-child(2) .block-belong-wrapper .block-belong-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#triangle-topleft {
  width: 0;
  height: 0;
  border-top: 100px solid red;
  border-right: 100px solid transparent;
}

#diamond-narrow {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom: 70px solid red;
  position: relative;
  top: -50px;
}

#diamond-narrow:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 70px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 70px solid red;
}

#flag {
  width: 110px;
  height: 56px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 15px;
  position: relative;
  background: red;
  color: #fff;
  font-size: 11px;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}

#flag:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 13px solid #eee;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
}

#base {
  background: red;
  display: inline-block;
  height: 55px;
  margin-left: 20px;
  margin-top: 55px;
  position: relative;
  width: 100px;
}

#base:before {
  border-bottom: 35px solid red;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -35px;
  width: 0;
}

.block {
  overflow: hidden;
}

.animation-element {
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.animation-element.slide-left {
  -webkit-transform: translate3d(-100px,0,0);
  transform: translate3d(-100px,0,0);
}

.animation-element.slide-left, .animation-element.slide-right {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.animation-element.slide-right {
  -webkit-transform: translate3d(100px,0,0);
  transform: translate3d(100px,0,0);
}

.animation-element.slide-top {
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

.animation-element.slide-bottom, .animation-element.slide-top {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.animation-element.slide-bottom {
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0);
}

.animation-element.slide-bottom.in-view, .animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.slide-top.in-view {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

table {
  overflow: hidden;
}

.main-search-block.home-search-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

.slick-track {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden !important;
}

.login-start-block.main-banner {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-start-block .login-form-home .login-form-ico {
  position: absolute;
  top: 20px;
  left: 20px;
}

.login-start-block .login-form-home .btn-08 {
  margin: 30px 0 0;
}

.commuinty-nav-block {
  background: #0089b4;
}

.commuinty-nav-block.block {
  padding: 0 0 0 30px;
}

.commuinty-nav-block .row {
  width: 100%;
  margin: 0;
}

.commuinty-nav-block .col-lg-1, .commuinty-nav-block .col-lg-9 {
  background: #0089b4;
}

.commuinty-nav-block .col-lg-3 {
  background: #6d6f72;
}

.commuinty-nav-block .filter-nav-wrapper .nav-item {
  padding: 17px 10px 0;
  position: relative;
  height: 75px;
}

.commuinty-nav-block .filter-nav-wrapper .nav-item:before {
  left: 0;
  position: absolute;
  top: 17px;
  height: 43px;
  width: 1px;
  background: #fff;
  content: "";
}

.commuinty-nav-block .filter-nav-wrapper .nav-item:first-child:before {
  display: none;
}

.commuinty-nav-block .filter-nav-wrapper .nav-link {
  font-size: .8rem;
  padding: 11px 0 22px;
  color: #fff;
  font-weight: 300;
  border-bottom: 5px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.commuinty-nav-block .filter-nav-wrapper .nav-link.active {
  font-weight: 800;
  border-bottom-color: #f8f8f8;
  background: 0;
}

.commuinty-nav-block .filter-nav-wrapper .nav-link:hover {
  border-bottom-color: #f8f8f8;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 {
  padding: 0;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 .nav-item {
  margin: 0;
  padding: 0;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 .nav-link {
  padding: 28px 0;
  text-align: center;
  border: 0;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 .nav-link.active {
  font-weight: 800;
}

.commuinty-nav-block .filter-nav-wrapper .col-lg-3 .nav-link:hover {
  background: #333132;
}

.login-inner-main-wrapper .block {
  padding: 120px 0;
  height: 100%;
}

.login-inner-main-wrapper.my-community-unit-main-wrapper .block {
  padding: 60px 0;
}

.login-inner-main-wrapper.my-community-unit-main-wrapper .block.login-content-wrapper {
  padding: 60px 45px 0;
}

.login-inner-main-wrapper .community-inner-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #6d6f72;
  letter-spacing: 45px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.login-inner-main-wrapper .community-inner-title span {
  margin: 5px 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.login-inner-main-wrapper .community-inner-title span.start-new-word {
  margin: 5px 0 30px;
}

.login-inner-main-wrapper .community-title-icons {
  margin: 0 0 15px;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper {
  margin: 0 0 30px;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper:last-child {
  margin: 0;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper h3 {
  margin: 0 0 15px;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper h3, .login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper p {
  color: #6d6f72;
}

.login-inner-main-wrapper .page-community-inner-title-wrapper .small-content-wrapper p {
  font-weight: 300;
  margin: 0 0 5px;
}

.login-content-wrapper.block {
  padding-left: 45px;
  padding-right: 45px;
}

.login-content-wrapper .nav .dropdown {
  margin: 0 0 30px;
}

.login-content-wrapper .nav .dropdown .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d1d1d1;
  padding: 15px 30px;
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
  color: #6d6f72;
  border: 0;
  border-radius: 50px;
}

.login-content-wrapper .nav .dropdown .btn i {
  margin: 0 15px 0 0;
}

.login-content-wrapper .nav .dropdown .btn.dropdown-toggle:after {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 2;
  margin: -14px 0 0;
  content: "\f107";
  border: 0;
  font-family: FontAwesome;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .dropdown.show {
  margin: 0 0 30px;
}

.login-content-wrapper .nav .dropdown.show .btn.dropdown-toggle:after {
  content: "\f105";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .dropdown .dropdown-menu {
  position: relative !important;
  top: 0;
  left: 0 !important;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  padding: 0;
  border: 0;
  background: 0;
  border-radius: 0;
  margin: 7.5px 0;
  width: calc(100% - 15px);
}

.login-content-wrapper .nav .dropdown .dropdown-menu .dropdown-item {
  padding: 7.5px 30px;
  font-weight: 700;
  font-size: .9rem;
  color: #6d6f72;
  background: 0;
}

.login-content-wrapper .nav .dropdown .dropdown-menu .dropdown-item, .login-content-wrapper .nav .dropdown .dropdown-menu .dropdown-item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .dropdown .dropdown-menu .dropdown-item:hover {
  background: #d1d1d1;
}

.login-content-wrapper .nav .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d1d1d1;
  padding: 15px 30px;
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
  color: #6d6f72;
  border: 0;
  border-radius: 50px;
}

.login-content-wrapper .nav .btn i {
  margin: 0 15px 0 0;
}

.login-content-wrapper .nav .btn.dropdown-toggle:after {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 2;
  margin: -14px 0 0;
  content: "\f107";
  border: 0;
  font-family: FontAwesome;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .nav-tabs {
  padding: 0 0 0 30px;
  border: 0;
  background: 0;
  border-radius: 0;
  margin: 7.5px 0;
  width: calc(100% - 15px);
}

.login-content-wrapper .nav .nav-tabs a {
  display: block;
  padding: 7.5px 30px;
  font-weight: 700;
  font-size: .9rem;
  color: #6d6f72;
  background: 0;
  width: 100%;
}

.login-content-wrapper .nav .nav-tabs a, .login-content-wrapper .nav .nav-tabs a.active, .login-content-wrapper .nav .nav-tabs a:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .nav-tabs a.active, .login-content-wrapper .nav .nav-tabs a:hover {
  background: #d1d1d1;
}

.login-content-wrapper .nav .nav-tabs .new-tabs-des {
  padding: 0 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: 0;
}

.login-content-wrapper .nav .nav-tabs .new-tabs-des, .login-content-wrapper .nav .nav-tabs .new-tabs-des:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login-content-wrapper .nav .nav-tabs .new-tabs-des:hover {
  background: #d1d1d1;
}

.login-content-wrapper .nav .nav-tabs p {
  padding: 7.5px 30px;
  font-weight: 700;
  font-size: .9rem;
  color: #6d6f72;
  margin: 0;
}

.login-content-wrapper .nav .nav-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper a {
  padding: 7.5px;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper i {
  width: 20px;
  height: 20px;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper i.call-icon {
  background: url(../images/call-icon-gray-dark.svg) no-repeat 50% / contain;
}

.login-content-wrapper .nav .nav-tabs li .social-icons-wrapper a:hover .call-icon {
  background: url(../images/call-icon-white.svg) no-repeat 50% / contain;
}

.commuinty-tabs-content-right, .login-content-wrapper .col-md-7 {
  position: relative;
}

.commuinty-tabs-content-right h2 {
  display: block;
  color: #6d6f72;
  margin: 0 0 45px;
}

.commuinty-tabs-content-right p {
  color: #6d6f72;
}

.commuinty-tabs-content-right .fixed {
  position: fixed;
  top: 30px;
  right: 60px;
}

.login-inner-main-wrapper > .container-fluid > .row {
  position: relative;
}

.community-chat-wrapper {
  position: absolute;
  right: -83px;
  top: 25%;
  z-index: 2;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.community-chat-wrapper .chat-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 10px 30px;
  font-size: .8rem;
  font-weight: 800;
  background: #0089b4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.community-chat-wrapper .chat-btn i {
  margin: 0 15px 0 0;
}

.code-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  color: #6d6f72;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
  background: #d1d1d1;
}

.code-img-wrapper .code-img {
  display: block;
  margin: 0 auto 30px;
}

.guest-wrapper-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #6d6f72;
}

.guest-wrapper-content h3.font-regular, .guest-wrapper-content p {
  font-weight: 600;
}

.guest-wrapper-content h3, .guest-wrapper-content p {
  padding: 0;
  margin: 0 0 15px;
}

.guest-wrapper-content .qrcode-img {
  margin: 15px auto;
  display: block;
}

.guest-wrapper-content .qrcode-img img {
  display: block;
  margin: 0 auto;
}

.guest-wrapper-content .btn-icons-wrapper {
  display: block;
  width: 20px;
  height: 22px;
}

.guest-wrapper-content .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px auto 0;
}

.guest-wrapper-content .btn-group .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.guest-wrapper-content .btn-group .btn i {
  margin: 0 15px 0 0;
}

.guest-wrapper-content .btn-group .btn-group:not(:last-child) > .btn, .guest-wrapper-content .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 25px;
}

.my-community-unit-main-wrapper .my-unit-content-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6d6f72;
}

.my-community-unit-main-wrapper .my-unit-content-tabs h3.font-regular {
  font-weight: 600;
  margin: 0 0 15px;
}

.my-community-unit-main-wrapper .my-unit-content-tabs .table thead th {
  border: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #6d6f72;
  text-align: center;
  padding: 15px 0;
}

.my-community-unit-main-wrapper .my-unit-content-tabs .table td {
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 300;
  color: #6d6f72;
  text-align: center;
  vertical-align: middle;
}

.my-community-unit-main-wrapper .my-unit-content-tabs .table tbody tr:nth-of-type(odd) {
  background-color: hsla(0,0%,82%,.35);
}

.notification-main-wrapper .dropdown.show .btn.dropdown-toggle {
  background: #0089b4;
}

.notification-main-wrapper .dropdown.show .btn.dropdown-toggle .notification-num {
  display: none;
}

.notification-main-wrapper .dropdown.show .btn.dropdown-toggle .notification-icon {
  background: url(../images/notification-icon-white.png) no-repeat 50% / contain;
}

.notification-main-wrapper .notification-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 5px;
  white-space: pre-wrap;
  border-bottom: 1px dashed #d1d1d1;
}

.notification-main-wrapper .notification-wrapper .notification-title-wrapper {
  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;
  margin: 0 0 5px;
}

.notification-main-wrapper .notification-wrapper .notification-title-wrapper h1 {
  font-weight: 600;
  color: #6d6f72;
  margin: 0;
}

.notification-main-wrapper .notification-wrapper .notification-title-wrapper .date {
  color: #0089b4;
  font-weight: 700;
  font-size: .7rem;
}

.notification-main-wrapper .notification-wrapper p {
  font-weight: 400;
  color: #6d6f72;
  font-size: .75rem;
  margin: 0;
}

.notification-main-wrapper .notification-wrapper:hover {
  background: #f8f8f8;
}

.notification-main-wrapper .dropdown-menu {
  padding: 5px 15px 5px 30px;
  border: 0;
  border-top: 15px solid #0089b4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  max-width: 276px;
}

.notification-main-wrapper .dropdown-menu li {
  margin: 0;
  padding: 0;
}

.notification-main-wrapper .dropdown-menu li:last-child .notification-wrapper {
  border-bottom: 0;
}

.testimonial-slider {
  margin: 0 0 30px;
  z-index: 20;
  position: relative;
}

.testimonial-slider .slick-dots {
  margin: 15px 0 0;
  padding-bottom: 6px;
}

.testimonial-slider .block-aside-info {
  margin: 0;
}

.testimonial-slider .block-aside-info-gallery {
  margin-bottom: 0;
}

.setting-main-wrapper .dropdown.show .btn.dropdown-toggle {
  background: #0089b4;
}

.setting-main-wrapper .dropdown.show .btn.dropdown-toggle .profile-setting-icon {
  background: url(../images/profile-setting-icon-white.png) no-repeat 50% / contain;
}

.setting-main-wrapper .dropdown-menu {
  padding: 5px 15px;
  border: 0;
  border-top: 15px solid #0089b4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  left: inherit;
  right: 0;
  max-width: 300px;
}

.setting-main-wrapper .dropdown-menu li {
  margin: 0;
  padding: 0;
}

.setting-main-wrapper .dropdown-menu li a {
  border-bottom: 1px dashed #d1d1d1;
  font-weight: 400;
  color: #6d6f72;
  font-size: .75rem;
  display: block;
  padding: 5px;
}

.setting-main-wrapper .dropdown-menu li a:hover {
  background: #f8f8f8;
}

.setting-main-wrapper .dropdown-menu li:last-child a {
  border: 0;
}

.my-community-unit-main-wrapper .content-tab-rigth-new-wrapper {
  padding: 15px 45px 60px;
}

.my-community-unit-main-wrapper .login-content-wrapper {
  overflow: inherit;
}

.my-community-unit-main-wrapper .login-content-wrapper .nav .dropdown .dropdown-menu {
  position: absolute !important;
  top: 57px !important;
  background: #ededed;
}

.login-inner-main-wrapper.my-community-unit-main-wrapper .block.new-wrap-left {
  padding: 0;
  margin: -85px 0 0;
}

.gallery-master-plan-block-slider {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.gallery-master-plan-block-slider .media-box-wrapper {
  margin: 15px;
}

.gallery-master-plan-block-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -17px 0 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.gallery-master-plan-block-slider .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  background-color: #3e3e3e;
  left: -15px;
}

.gallery-master-plan-block-slider .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  background-color: #3e3e3e;
  right: -15px;
}

.gallery-master-plan-block-slider .block-media-center p {
  margin-left: 15px;
}

.login-inner-main-wrapper.my-community-unit-new-wrapper .page-community-inner-title-wrapper .small-content-wrapper {
  width: 100%;
}

.login-inner-main-wrapper.my-community-unit-new-wrapper .page-community-inner-title-wrapper .small-content-wrapper h4 {
  font-size: .85rem;
  font-weight: 700;
}

.login-inner-main-wrapper.my-community-unit-new-wrapper .page-community-inner-title-wrapper .small-content-wrapper p {
  font-size: .85rem;
}

.login-inner-main-wrapper.my-community-unit-new-wrapper .page-community-inner-title-wrapper .small-content-wrapper .col-lg-6 {
  margin: 0 0 15px;
}

.payment-modal-wrapper.modal .modal-body {
  padding: 0 15px 15px;
}

.payment-modal-wrapper.modal .modal-content {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.payment-modal-wrapper.modal .modal-header {
  border-radius: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 15px;
}

.payment-modal-wrapper.modal .modal-header h3 {
  margin: 0;
  color: #6d6f72;
}

.payment-modal-wrapper.modal .terms-conditions {
  color: #0089b4;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  display: block;
  text-decoration: underline;
}

.payment-modal-wrapper.modal .terms-conditions:hover {
  color: #6d6f72;
}

.payment-modal-wrapper.modal li, .payment-modal-wrapper.modal p {
  font-size: .85rem;
  font-weight: 300;
}

.payment-modal-wrapper.modal .tbc-wrapper {
  margin: 30px 0;
  padding: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #6d6f72;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-modal-wrapper.modal .tbc-wrapper h3 {
  font-size: 1.2rem;
  color: #6d6f72;
}

.payment-modal-wrapper.modal .btn-01 {
  width: 100%;
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
  padding: 10px 0;
}

.payment-modal-wrapper.modal .btn-01:hover {
  background: #333132;
  color: #fff;
}

.payment-modal-wrapper.modal .modal-footer {
  border: 0;
  padding: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.payment-modal-wrapper .contact-form-home .form-group {
  margin: 0 0 15px;
}

.payment-modal-wrapper .contact-form-home label {
  color: #494948;
  font-weight: 700;
  font-size: .8rem;
}

.payment-modal-wrapper .contact-form-home .amount-to-pay {
  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;
}

.payment-modal-wrapper .contact-form-home .amount-to-pay label {
  margin: 0 0 5px;
}

.payment-modal-wrapper .contact-form-home .amount-to-pay .form-control {
  text-align: center;
}

.payment-modal-wrapper .contact-form-home .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-modal-wrapper .contact-form-home .form-check .form-check-input {
  position: relative;
  margin: 0 5px 0 0;
}

.unit-details-modal-wrapper {
  background: #ebebeb;
  padding: 15px;
  position: relative;
  display: block;
  margin: 0 0 15px;
}

.unit-details-modal-wrapper h3 {
  color: #0089b4;
  margin: 0 0 15px;
}

.unit-details-modal-wrapper .unit-details-modal-details-wrapper h4 {
  font-weight: 700;
  font-size: .85rem;
  margin: 0 0 5px;
  color: #494948;
}

.unit-details-modal-wrapper .unit-details-modal-details-wrapper p {
  font-size: .85rem;
  margin: 0;
}

.unit-details-modal-wrapper .unit-details-modal-details-wrapper .col-sm-6 {
  margin: 0 0 15px;
}

.modal {
  overflow: auto;
}

.block-search-properity .bootstrap-select .dropdown-menu {
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  top: 50px !important;
  max-height: 200px;
  overflow-y: scroll;
}

footer.footer {
  background: #333132;
  padding: 30px 0;
  border: 0;
  overflow: hidden;
}

footer .footer-block-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .footer-block-01 .footer-hotline {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 15px 0;
}

footer .footer-block-01 .footer-hotline:hover {
  color: #0089b4;
}

footer .footer-block-01 span {
  font-size: 1rem;
  font-weight: 200;
  color: #fff;
  margin: 0 0 15px;
}

footer .footer-block-01 .social-media-footer .nav-item {
  margin: 0 2px;
}

footer .footer-block-01 .social-media-footer .nav-item:first-child {
  margin-left: 0;
}

footer .footer-block-01 .social-media-footer .nav-item:last-child {
  margin-right: 0;
}

footer .footer-block-01 .social-media-footer .nav-item a {
  width: 37px;
  height: 37px;
  background: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  line-height: 30px;
  padding: 0;
}

footer .footer-block-01 .social-media-footer .nav-item a:hover {
  background: 0;
}

footer .footer-nav .nav-item {
  width: 50%;
  max-width: 50%;
}

footer .footer-nav .nav-item .nav-link {
  padding: 0;
  color: #fff;
  font-size: .8rem;
  line-height: 1.5rem;
  font-weight: 400;
}

footer .footer-nav .nav-item .nav-link:hover {
  color: #0089b4;
}

footer .footer-block-02 .footer-subscribe-title {
  color: #fff;
  font-size: .8rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.5rem !important;
}

.signature-communities-page .header .container-fluid {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.signature-communities-page .header nav.navbar {
  padding: 30px 0;
}

.signature-communities-page .header nav.navbar .navbar-nav .nav-link:hover {
  color: #c0915c;
}

.signature-communities-page .header nav.navbar .navbar-nav .login-community-btn .nav-link {
  background: #c0915c;
}

.signature-communities-page .header nav.navbar .navbar-nav .login-community-btn .nav-link:hover {
  background: #0089b4;
  color: #fff;
}

.signature-communities-page .aside-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0 0;
}

.signature-communities-page .aside-signature, .signature-communities-page .aside-signature .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.signature-communities-page .aside-signature .nav {
  margin: 100px 0 0;
}

.signature-communities-page .aside-signature .nav.nav-fill .nav-item {
  text-align: left;
}

.signature-communities-page .aside-signature .nav.nav-fill .nav-item .btn {
  margin: 5px 0;
  padding: 0;
  color: #525253;
  font-size: .8rem;
  font-weight: 300;
  border: 0;
}

.signature-communities-page .aside-signature .nav.nav-fill .nav-item .btn.active, .signature-communities-page .aside-signature .nav.nav-fill .nav-item .btn.active:hover, .signature-communities-page .aside-signature .nav.nav-fill .nav-item .btn:hover {
  color: #0089b4;
}

.signature-communities-page .block-overview h4 {
  color: #c0915c;
}

.signature-communities-page .block-overview .block-overview-content p {
  font-size: 1rem;
  color: #4d4d4f;
  margin: 25px 0;
}

.signature-communities-page .block-overview .block-overview-content .block-overview-content-detail li h1, .signature-communities-page .block-overview .block-overview-content .block-overview-content-detail li p {
  color: #c0915c;
}

.signature-communities-page .block-overview .block-overview-content .block-overview-content-detail li p {
  margin: 0;
}

.signature-communities-page .block-overview aside .block-title h1 {
  color: #c0915c;
}

.signature-communities-page .location-block {
  margin: 0;
}

.signature-communities-page .location-block .container-fluid {
  padding-left: 0;
}

.signature-communities-page .location-block h2 {
  color: #c0915c;
}

.signature-communities-page .location-block .list-bollet li {
  color: #4d4d4f;
  font-size: .8rem;
}

.signature-communities-page .location-block h6 {
  margin: 20px 0 0;
  color: #c0915c;
}

.signature-communities-page .location-block .block-media-center .media-box-wrapper {
  margin: 30px 0 0;
  padding: 10px;
  border: 1px solid #c0915c;
}

.signature-communities-page .location-block .block-media-center .media-box-wrapper .media-card-content {
  background: #c0915c;
}

.signature-communities-page .location-block .block-media-center .media-box-wrapper.video-box-wrapper .media-card-content {
  background: 0;
}

.signature-communities-page .location-block .block-media-center .media-box-wrapper .img-fluid {
  height: 100%;
}

.signature-communities-page .banner-signature-communities {
  padding-left: 0;
  margin: 0 0 15px;
}

.signature-communities-page .banner-signature-communities .container-fluid {
  padding-left: 0;
}

.signature-communities-page .property-type-block {
  padding: 30px 0;
  position: relative;
}

.signature-communities-page .property-type-block h2 {
  color: #c0915c;
  margin: 0 0 15px;
}

.signature-communities-page .property-type-block .type-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 7.5px;
  position: relative;
  background: hsla(0,0%,100%,.4);
}

.signature-communities-page .property-type-block .type-block h4 {
  font-size: 1.2rem;
  color: #fff;
  background: #c0915c;
  padding: 15px;
  margin: 0;
}

.signature-communities-page .property-type-block .type-block .more-info {
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: .8rem;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  position: absolute;
}

.signature-communities-page .property-type-block .type-block .more-info:hover {
  border-color: transparent;
}

.signature-communities-page .property-types-slider {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 7.5px;
}

.signature-communities-page .property-types-slider .slick-track {
  float: left;
}

.signature-communities-page .property-types-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.signature-communities-page .property-types-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/left-arrow.png);
}

.signature-communities-page .property-types-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/right-arrow.png);
}

.signature-communities-page .property-types-slider .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.signature-communities-page .interest-block {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.signature-communities-page .interest-block.block-contact-home p {
  margin: 30px 0;
}

.signature-communities-page .interest-block.block-contact-home .form-control::-webkit-input-placeholder {
  color: #494948;
}

.signature-communities-page .interest-block.block-contact-home .form-control:-ms-input-placeholder {
  color: #494948;
}

.signature-communities-page .interest-block.block-contact-home .form-control::-moz-placeholder {
  color: #494948;
}

.signature-communities-page .interest-block.block-contact-home .form-control::-ms-input-placeholder {
  color: #494948;
}

.signature-communities-page .interest-block.block-contact-home .form-control::placeholder {
  color: #494948;
}

.signature-communities-page footer.footer {
  background: #f0f0f0;
}

.signature-communities-page footer .footer-block-01 .footer-hotline {
  color: #494948;
}

.signature-communities-page footer .footer-block-01 .footer-hotline:hover {
  color: #0089b4;
}

.signature-communities-page footer .footer-block-01 span, .signature-communities-page footer .footer-nav .nav-item .nav-link {
  color: #494948;
}

.signature-communities-page footer .footer-nav .nav-item .nav-link:hover {
  color: #0089b4;
}

.signature-communities-page footer .footer-block-02 .footer-subscribe-title {
  color: #494948;
}

.signature-communities-page footer .navbar-brand.brand-footer {
  background-image: url(../images/logo-footer-dark.svg);
}

.signature-communities-page .page-title-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  min-height: 64px;
  text-align: center;
  color: #c0915c;
}

.signature-communities-page .signature-slider-block .container-fluid {
  padding-left: 0;
}

.signature-communities-page .signature-slider-block .slider-for-signature {
  margin: 0;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/left-arrow.png);
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/right-arrow.png);
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #8c8c8c;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-dots {
  margin: 0;
  position: absolute;
  z-index: 10;
  bottom: -30px;
  width: 100%;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-dots, .signature-communities-page .signature-slider-block .slider-for-signature .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-dots li button {
  border-color: transparent;
  background: #3e3e3e;
  border-width: 0;
  width: 12px;
  height: 12px;
}

.signature-communities-page .signature-slider-block .slider-for-signature .slick-dots li.slick-active button {
  border: 2px solid #3e3e3e;
  background: #fff;
  width: 14px;
  height: 14px;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .media-box-wrapper {
  margin: 15px;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -17px 0 0;
  width: 34px;
  height: 34px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-indent: -99999px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
  background-color: #3e3e3e;
  left: -15px;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
  background-color: #3e3e3e;
  right: -15px;
}

.signature-communities-page .signature-slider-block .slider-sub-main-signature .img-zoom-wrapper {
  border: 1px solid #c0915c;
  padding: 7.5px;
  width: calc(100% - 2px);
  overflow: hidden;
  position: relative;
}

.signature-communities-page .signature-slider-block .block-media-center {
  padding: 0 0 30px;
}

.signature-communities-page .signature-slider-block .slider-nav-signature {
  margin: 0 0 30px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide {
  cursor: pointer;
  overflow: hidden;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper {
  border: 1px solid #c0915c;
  padding: 15px;
  width: calc(100% - 2px);
  overflow: hidden;
  position: relative;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper .img-zoom-holder {
  display: block;
  overflow: hidden;
  position: relative;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper .img-zoom-holder .video-sodic-sm {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 1;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper:hover img, .signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper img {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page .signature-slider-block .slider-nav-signature .slick-slide .img-zoom-wrapper:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.signature-communities-page {
  overflow: hidden;
}

.signature-communities-page .col-lg-3 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page .col-lg-9 {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.signature-communities-page.animation-play > .container-fluid > .row > .col-lg-3, .signature-communities-page.animation-play > .container-fluid > .row > .col-lg-9 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page.animation-play > .container-fluid > .row > .col-lg-3:last-child .aside-signature .project-logo-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.animation-02 {
  opacity: 0;
}

.animation-02, .animation-02.project-logo-wrapper {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transform: translateX(-100px);
}

.animation-02.project-logo-wrapper {
  margin-right: 100px;
}

.animation-03 {
  opacity: 0;
  margin-top: 20%;
}

.animation-03, .animation-03.project-logo-wrapper {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transform: translateX(-100px);
}

.animation-03.project-logo-wrapper {
  margin-right: 100px;
}

.animation-04 {
  opacity: 0;
  margin-top: 55px;
}

.animation-04, .animation-04.project-logo-wrapper {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transform: translateX(-100px);
}

.animation-04.project-logo-wrapper {
  margin-right: 100px;
}

.animation-05 {
  opacity: 0;
  margin-top: 0;
}

.animation-06 {
  opacity: 0;
  margin-top: 20% !important;
}

.animation-07 {
  opacity: 0;
  margin-top: 20% !important;
}

.animation-05, .animation-05.project-logo-wrapper {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transform: translateX(100px);
}

.animation-05.project-logo-wrapper {
  margin-right: 100px;
}

.animation-06 {
  opacity: 0;
  margin-top: 20%;
}

.animation-06, .animation-06.project-logo-wrapper {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transform: translateX(100px);
}

.animation-06.project-logo-wrapper {
  margin-right: 100px;
}

.animation-07 {
  opacity: 0;
  margin-top: 20%;
}

.animation-07, .animation-07.project-logo-wrapper {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transform: translateX(100px);
}

.animation-07.project-logo-wrapper {
  margin-right: 100px;
}

.page-title-full {
  overflow: hidden;
  display: block;
}

.page-title-full .animation-06, .page-title-full .animation-07 {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
}

.page-title-full .animation-06 {
  margin-top: -56px;
}

.page-title-full .animation-07 {
  margin-top: -24px;
}

.zoom-for-animation {
  border: 30px solid #fff;
  padding: 0;
  outline: 1px solid #c0915c;
  margin-bottom: 30px;
  -webkit-transition: all s ease-in-out;
}

.zoom-for-animation .img-zoom-holder {
  margin: 0 auto;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -100px bottom;
}

.zoom-for-animation .img-zoom-holder, .zoom-for-animation .img-zoom-holder .img-fluid {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
}

.zoom-for-animation .img-zoom-holder .img-fluid {
  width: auto;
  max-width: inherit;
  z-index: 4;
}

.zoom-for-animation .slider {
  position: relative;
  top: 0;
  z-index: 2;
}

.zoom-for-animation .slider .img-fluid {
  width: 100%;
  max-width: 100%;
}

.zoom-for-animation {
  opacity: 0;
  margin: 0 auto 30px;
  right: 100px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.signature-communities-page .aside-signature .nav {
  position: relative;
  opacity: 0;
  left: -150px;
  transition: margin-left 1s ease-in-out;
  -webkit-transition: margin-left 1s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  height: 0;
  transition: height 0.6s ease-in-out;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
}

.signature-communities-page .aside-signature .nav .nav-item {
  position: relative;
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  opacity: 0;
}

.signature-communities-page .aside-signature .nav .nav-item:first-child {
  left: -35px;
}

.signature-communities-page .aside-signature .nav .nav-item:nth-child(2) {
  left: -45px;
}

.signature-communities-page .aside-signature .nav .nav-item:nth-child(3) {
  left: -55px;
}

.signature-communities-page .aside-signature .nav .nav-item:nth-child(4) {
  left: -65px;
}

.zoom-for-animation {
  position: relative;
  overflow: hidden;
}

.zoom-for-animation .img-zoom-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  width: 380px;
  height: 1000px;
}

.signature-communities-page .slider, .signature-communities-page .slider-sub-main-signature {
  opacity: 0;
}

.signature-communities-page .slider-nav-signature {
  opacity: 0;
  position: relative;
  top: -200px;
  z-index: 999999;
}

.signature-communities-page .slider-nav-signature .slick-slide {
  position: relative;
  background: #fff;
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  opacity: 0;
}

.signature-communities-page .slider-nav-signature .slick-slide:first-child {
  top: -100px;
}

.signature-communities-page .slider-nav-signature .slick-slide:nth-child(2) {
  top: -150px;
}

.signature-communities-page .slider-nav-signature .slick-slide:nth-child(3) {
  top: -200px;
}

.signature-communities-page .slider-nav-signature.animationStartcarousel {
  top: 0;
}

.signature-communities-page .slider-nav-signature.animationStartcarousel .slick-slide {
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  opacity: 1;
}

.signature-communities-page .slider-nav-signature.animationStartcarousel .slick-slide:first-child, .signature-communities-page .slider-nav-signature.animationStartcarousel .slick-slide:nth-child(2), .signature-communities-page .slider-nav-signature.animationStartcarousel .slick-slide:nth-child(3) {
  top: 0;
}

.signature-communities-page .aside-signature {
  position: relative;
}

.signature-communities-page .aside-signature .nav {
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}

.signature-communities-page .aside-signature .nav.fixed {
  position: fixed;
  top: 0;
  left: inherit !important;
}

.signature-communities-page .aside-signature .nav.sticky {
  top: 0;
  left: inherit !important;
}

.signature-hide-block {
  display: none;
}

.project-01, .project-02, .project-03, .project-04 {
  height: 0;
  margin: 0;
}

.signature-communities-page .aside-signature .nav {
  margin: 0;
}

.project-btn-luncher {
  cursor: pointer;
}

.project-content {
  display: none;
  width: 100%;
}

.project-01-open .project-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-01-open .project-content.project-01-content-block {
  display: block;
}

.project-02-open .project-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-02-open .project-content.project-02-content-block {
  display: block;
}

.project-03-open .project-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-03-open .project-content.project-03-content-block {
  display: block;
}

.project-04-open .project-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-04-open .project-content.project-04-content-block {
  display: block;
}

.project-05-open .project-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-05-open .project-content.project-05-content-block {
  display: block;
}

.project-06-open .project-06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-06-open .project-content.project-06-content-block {
  display: block;
}

.animation-03.double-animation, .animation-04.double-animation, .animation-05.double-animation, .animation-06.double-animation, .animation-07.double-animation, .logo-wrapper-mobile, .new-signature-nav-mobile {
  display: none;
}

.signature-communities-page .testimonial-slider .block-aside-info {
  width: 100%;
}

.signature-communities-page .testimonial-slider .block-aside-info-gallery a {
  width: 100%;
  min-height: 75px;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 7.5px 0;
}

.main-img-banner-signature, .main-img-banner-signature.img-fluid-02 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.main-img-banner-signature.img-fluid-02 {
  width: 100%;
}

@media screen and (min-width: 1301px) and (max-width: 1320px) {
  .block .block-belong-wrapper .shap-belong.shap-belong-03 p {
    max-height: 110px;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .block .block-belong-wrapper .shap-belong.shap-belong-02, .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    width: 207px;
    margin: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2, .block .block-belong-wrapper .shap-belong.shap-belong-03 h2 {
    min-height: 50px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02:before {
    border-left: 0 solid transparent;
    border-right: 207px solid transparent;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
    padding: 0 15px;
    margin: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-01, .block .block-belong-wrapper .shap-belong.shap-belong-03:before, .block .block-belong-wrapper .shap-belong.shap-belong-04 {
    display: none;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05:before {
    border-left: 0 solid transparent;
    border-right: 207px solid transparent;
  }
  
  .block.block-belong .col-lg-4:first-child .block-belong-wrapper .block-belong-details {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  header nav.navbar .commuinty-login-wrapper {
    margin: 0;
  }
  
  header nav.navbar .commuinty-login-wrapper .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  header nav.navbar .commuinty-login-wrapper .nav-link {
    padding: 2px 5px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02, .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    padding-top: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05 p {
    max-height: 110px;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-track {
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    -moz-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
  }
  
  .signature-communities-page .slick-slide .for-desktop-img {
    display: block;
  }
  
  .signature-communities-page .slick-slide .for-mobile-img {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .property-type-block .property-types-project .type-block .figure-content.figure-content-more-info p {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .property-type-block .property-types-project .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 1150px) {
  .new-tab-nav .nav-link {
    margin: 0 5px;
  }
}

@media screen and (max-width: 1070px) {
  .filter-slider .slick-arrow.slick-prev {
    left: -34px;
  }
  
  .filter-slider .slick-arrow.slick-next {
    right: -34px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-prev {
    left: -34px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-next {
    right: -34px;
  }
  
  .block-search-properity .range-control .range-label {
    bottom: -25px;
  }
  
  .block-latest .slick-arrow {
    bottom: 15px;
  }
  
  .block-latest .slick-arrow.slick-prev {
    left: 15px;
    right: inherit;
  }
  
  .block-latest .slick-arrow.slick-next {
    left: 49px;
    right: inherit;
  }
  
  .block-latest.right-carousal .slick-arrow {
    bottom: 15px;
  }
  
  .block-latest.right-carousal .slick-arrow.slick-prev {
    left: inherit;
    right: 49px;
  }
  
  .block-latest.right-carousal .slick-arrow.slick-next {
    left: inherit;
    right: 15px;
  }
  
  .block-contact-main .contact-block-01 .special-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .block-contact-main .contact-block-01 .special-grid .contact-block-01-details {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: auto;
  }
  
  .wrapper-test-filter .slick-arrow.slick-prev {
    left: -34px;
  }
  
  .wrapper-test-filter .slick-arrow.slick-next {
    right: -34px;
  }
  
  .facility-block h1.special.font-medium {
    font-size: 1.8rem;
  }
  
  .facility-block .faility-details p {
    font-size: .8rem;
    margin: 0 0 10px;
  }
  
  .facility-block .faility-details .more-info {
    font-size: .9rem;
  }
  
  .facility-block:hover .faility-details {
    padding-top: 70px;
    height: 350px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
  .block .block-belong-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .property-type-block .type-block .figure-content.figure-content-more-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .interest-remove-img-mobile .col-md-5 {
    display: none;
  }
  
  .interest-remove-img-mobile .col-md-7, .interest-remove-img-mobile .col-md-7 .col-md-10 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 991px) {
  .signature-slider-block .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  
  #signature-Container {
    padding: 0 !important;
  }
  
  .main-search-block .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  
  .main-search-block .form-group {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #4d4d4f;
  }
  
  .main-search-block .form-group:before {
    display: none;
  }
  
  .main-search-block .bootstrap-select .dropdown-menu {
    top: 20px !important;
  }
  
  .main-search-block .btn-01.with-icon {
    width: 100%;
  }
  
  .home-search-nav .form-inline {
    height: 50px;
  }
  
  .home-search-nav .form-inline, .home-search-nav.open-search .form-inline {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .home-search-nav.open-search .form-inline {
    height: auto;
  }
  
  .login-inner-main-wrapper .block {
    padding: 15px 0;
  }
  
  .login-inner-main-wrapper .page-community-inner-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .login-inner-main-wrapper .community-title-icons {
    margin: 0 15px 0 0;
  }
  
  .login-inner-main-wrapper .community-inner-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .login-inner-main-wrapper .community-inner-title span {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  
  .login-inner-main-wrapper .community-inner-title span.start-new-word {
    margin: 0 0 0 15px;
  }
  
  .commuinty-nav-block.block {
    padding: 0;
    overflow: inherit;
  }
  
  .commuinty-nav-block.block .col-lg-1, .commuinty-nav-block.block .col-lg-8 {
    background: #fff;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper {
    background: #0089b4;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler {
    height: 60px;
    padding: 15px;
    margin: 0;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler:before {
    left: 15px;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler p {
    color: #fff;
    font-weight: 700;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper .nav-item {
    padding: 5px 0;
    height: auto;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper .nav-link {
    border: 0;
    margin: 0;
    color: #6d6f72;
    padding: 5px 0;
  }
  
  .commuinty-nav-block.block .col-lg-3 .nav-link {
    color: #fff;
  }
  
  .main-search-block {
    background: #0089b4;
  }
  
  .main-search-block h4 {
    color: #fff;
    position: relative;
  }
  
  .main-search-block h4:before {
    position: absolute;
    top: 0;
    left: 15px;
    content: "";
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background: url(../images/plus-icon.png) no-repeat 50% / contain;
    width: 20px;
    height: 20px;
  }
  
  .main-search-block .form-inline .form-group:first-child {
    border-bottom: 0;
  }
  
  .main-search-block.open-search {
    background: #494948;
  }
  
  .main-search-block.open-search h4 {
    color: #aaa9a9;
  }
  
  .main-search-block.open-search h4:before {
    background: url(../images/minus-icon.png) no-repeat 50% / contain;
    color: #aaa9a9;
  }
  
  .filter-blocks-wrapper {
    padding-top: 60px;
  }
  
  .login-inner-main-wrapper.my-community-unit-main-wrapper .block.new-wrap-left {
    margin: 15px 0;
    height: auto;
  }
  
  .login-inner-main-wrapper.my-community-unit-main-wrapper .block .small-content-wrapper {
    margin: 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .location-block h2 {
    text-align: left;
    margin: 0 0 8px;
  }
  
  .navbar-toggler {
    background: #0089b4;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  .navbar-toggler .navbar-toggler-icon {
    width: 14px;
    max-width: 100%;
    height: 2px;
    margin: 0;
    background: #fff;
  }
  
  .navbar-collapse {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #ebebeb;
  }
  
  .p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .regular-project-nav .navbar-collapse {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    z-index: 20;
    background: #ebebeb;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-collapse {
    position: relative;
    top: 0;
  }
  
  header nav.navbar {
    padding: 25px 15px;
  }
  
  header nav.navbar .navbar-nav .nav-link {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  
  header nav.navbar .navbar-nav .nav-item:before {
    display: none;
  }
  
  header nav.navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler {
    margin: 15px 0;
    border-radius: 0;
    width: 100%;
    padding: 15px;
    background: 0;
    border: 0;
    height: auto;
    text-align: center;
    position: relative;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler p {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #4d4d4f;
    margin: 0;
    text-align: center;
    display: block;
    width: calc(100% - 30px);
    position: absolute;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler:before {
    content: "";
    position: absolute;
    border: 0;
    left: 0;
    width: 20px;
    height: 12px;
    background: url(../images/dropdown-arrow.png) no-repeat 50% / contain;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-item {
    border-bottom: 1px solid #ebebeb;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-item:last-child {
    border-bottom: 0;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .nav .btn {
    padding: 15px 0;
  }
  
  .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-collapse {
    top: 80px;
    background: #fff;
  }
  
  .filter-nav-wrapper.regular-project-nav .navbar .navbar-toggler:before {
    left: 15px;
  }
  
  .filter-nav-wrapper.regular-project-nav .navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .filter-nav-wrapper.regular-project-nav .navbar .navbar-collapse {
    top: 0 !important;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler:before {
    left: 15px;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler p {
    color: #fff;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-item {
    padding: 0;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-link {
    padding: 15px 0;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-link:before {
    border: 0;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-collapse {
    background: #4d4d4f;
  }
  
  .block-what-we-do-01 .filter-nav-wrapper.filter-nav-mobile .row {
    margin: 0;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-current .nav-link {
    background: #494949;
    color: #fff;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-current .nav-link:before {
    display: none;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    margin: 0;
    width: 34px;
    height: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    text-indent: -99999px;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-arrow.slick-prev {
    background-image: url(../images/left-arrow.png);
    background-color: #494949;
    left: -30px;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .nav .slick-arrow.slick-next {
    background-image: url(../images/right-arrow.png);
    background-color: #494949;
    right: -30px;
  }
  
  .block-what-we-do-01.block-what-we-do-slide-nav .filter-nav-wrapper.filter-nav-mobile .navbar .nav .nav-item {
    border: 0;
  }
  
  .block-what-we-do-01-content-wrapper.what-we-do-slider .col-md-7.no-p-l {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .block.block-belong {
    padding: 15px 0;
  }
  
  .block-what-we-do-01-content-wrapper.what-we-do-slider .block-static-01 .img-fluid {
    margin-top: 0;
  }
  
  .block-our-develop-new .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-toggler:before {
    left: 15px;
  }
  
  .main-search-block.main-search-block-home.home-search-nav .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  
  .main-search-block.home-search-nav .form-inline .form-group {
    opacity: 0;
  }
  
  .main-search-block.home-search-nav .form-inline .form-group:first-child {
    opacity: 1;
  }
  
  .main-search-block.home-search-nav .form-inline .btn-01 {
    opacity: 0;
  }
  
  .main-search-block.home-search-nav.open-search .form-inline .btn-01, .main-search-block.home-search-nav.open-search .form-inline .form-group, .main-search-block.home-search-nav.open-search .form-inline .form-group:first-child {
    opacity: 1;
  }
  
  .main-search-block.main-search-block-home .bootstrap-select .dropdown-menu {
    width: calc(100% - 3px);
    left: 0 !important;
  }
  
  header .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  header .commuinty-login-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  
  header .navbar-toggler {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
  .new-tab-nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .new-tab-nav .nav-link {
    margin: 15px 0;
  }
  
  .signature-communities-page .header {
    background: transparent;
    z-index: 9999999;
    width: 100%;
  }
  
  .signature-communities-page .header .navbar-brand {
    display: block;
  }
  
  .signature-communities-page .header .navbar-toggler {
    margin: 0 15px 0 auto;
  }
  
  .signature-communities-page .header .navbar-collapse {
    top: 115px;
  }
  
  .signature-communities-page .aside-signature, .signature-communities-page .page-title-full {
    display: none;
  }
  
  .signature-communities-page .row {
    margin: 0;
  }
  
  .signature-communities-page .zoom-for-animation {
    margin: 30px auto;
    padding: 15px;
    border: 0;
  }
  
  .signature-communities-page .zoom-for-animation .img-zoom-holder {
    top: 15px;
    left: 15px;
  }
  
  .signature-communities-page .double-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px auto 0;
  }
  
  .signature-communities-page .mobile-start .animation-03:last-child {
    display: none;
  }
  
  .signature-communities-page .signature-slider-block {
    transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
  }
  
  .signature-communities-page .signature-slider-block .container-fluid {
    padding: 0;
  }
  
  .signature-communities-page .signature-slider-block .slider-for-signature .slick-dots {
    bottom: -30px;
  }
  
  .signature-communities-page .project-content .signature-hide-block {
    display: block;
  }
  
  .signature-communities-page .slider-nav-signature {
    display: none;
  }
  
  .signature-communities-page .aside-signature {
    padding-top: 46px;
  }
  
  .signature-communities-page .logo-wrapper-mobile {
    background: #fff;
    width: 100%;
  }
  
  .signature-communities-page .logo-wrapper-mobile .img-in {
    display: none;
    left: -100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-01-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-01-start .img-in.img-logo-01 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-02-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-02-start .img-in.img-logo-02 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-03-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-03-start .img-in.img-logo-03 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-04-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-05-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-05-start .img-in.img-logo-05 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-06-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-06-start .img-in.img-logo-06 {
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-04-start .img-in.img-logo-04 {
    display: block;
    margin: 0 auto;
  }
  
  .signature-communities-page .logo-wrapper-mobile.img-04-start .img-in.img-logo-04, .signature-communities-page .new-signature-nav-mobile {
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .new-signature-nav-mobile {
    position: fixed;
    top: 0;
    background: 0;
    z-index: 35;
    width: 250px;
    opacity: 1;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .signature-communities-page .new-signature-nav-mobile .open-new-nav-btn {
    display: block;
    background: #fff;
    padding: 30px 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 0;
    -webkit-box-shadow: 5px 5px 8px 0 rgba(0,0,0,.16);
    box-shadow: 5px 5px 8px 0 rgba(0,0,0,.16);
  }
  
  .signature-communities-page .new-signature-nav-mobile .open-new-nav-btn .arrow-nav-open {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/arrow-nav-open.png) no-repeat 50% / contain;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.16);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.16);
    background: #fff;
    padding: 30px 15px;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav > li {
    margin: 15px 0;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav .nav-link {
    padding: 0 15px;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav .project-new-sub-menu {
    padding: 0 15px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0 0;
  }
  
  .signature-communities-page .new-signature-nav-mobile .nav .project-new-sub-menu .btn {
    margin: 5px 0;
    padding: 0;
    color: #525253;
    font-size: 16px;
    font-weight: 400;
    border: 0;
  }
  
  .signature-communities-page .new-signature-nav-mobile.close {
    left: -190px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .signature-communities-page .new-signature-nav-mobile.close .open-new-nav-btn .arrow-nav-open {
    background: url(../images/arrow-nav-close.png) no-repeat 50% / contain;
  }
  
  .signature-communities-page .new-signature-nav-mobile.close:not(:disabled):not(.disabled):focus, .signature-communities-page .new-signature-nav-mobile.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
  }
  
  .signature-communities-page .location-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .signature-communities-page iframe {
    width: 100% !important;
  }
  
  .signature-communities-page .slick-slide .for-desktop-img {
    display: none;
  }
  
  .signature-communities-page .slick-slide .for-mobile-img {
    display: block;
  }
  
  .signature-communities-page .animation-element.slide-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .main-search-block.home-search-sticky {
    overflow: hidden;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper .nav-item {
    border: 0;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper .nav-item:before {
    display: none;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper {
    background: #0089b4;
  }
  
  .commuinty-nav-block.block .filter-nav-wrapper.filter-nav-mobile .navbar .navbar-collapse {
    top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .header .navbar-nav li {
    float: left;
    display: inline-block !important;
    right: unset;
    position: relative !important;
    padding-right: 10px !important;
    top: unset !important;
  }
  
  .contact-form-home .btn-01 {
    margin: 15px 0 0;
  }
  
  header .top-nav .container-fluid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  header .top-nav .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important;
  }
  
  header .top-nav .navbar-nav .nav-item {
    padding: 0;
  }
  
  .main-search-block .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  
  .slide-right {
    color: blue;
  }
  
  .slide-left::parent {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  
  .main-search-block .form-group {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #4d4d4f;
  }
  
  .main-search-block .form-group:before {
    display: none;
  }
  
  .main-search-block .bootstrap-select .dropdown-menu {
    top: 20px !important;
  }
  
  .btn-01.with-icon {
    width: 100%;
    padding: 15px 0;
  }
  
  footer.footer .nav {
    margin-bottom: 30px;
  }
  
  footer.footer .footer-nav .nav-item {
    width: 100%;
    max-width: 100%;
  }
  
  .contact-form-home .form-group .col-md-2 {
    max-width: 100px;
  }
  
  .contact-form-home .form-group .col-md-10 {
    max-width: calc(100% - 100px);
  }
  
  .block .block-belong-wrapper {
    margin-bottom: 30px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-01 {
    display: block;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02:before {
    border-left: 0 solid transparent;
    border-right: 199px solid transparent;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    margin-left: 10px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05 {
    padding-top: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05:before {
    border-left: 207px solid transparent;
    border-right: 0 solid transparent;
  }
  
  .our-develop-main-slide-wrapper .img-fluid {
    margin-bottom: 30px;
  }
  
  .block-search-properity .col-form-label {
    margin-bottom: 15px;
  }
  
  .filter-slider .slick-arrow.slick-prev {
    left: -64px;
  }
  
  .filter-slider .slick-arrow.slick-next {
    right: -64px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-prev {
    left: -64px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-next {
    right: -64px;
  }
  
  .amenties-icon {
    display: block;
    width: 35px;
    height: 35px;
  }
  
  .block-search-properity.block-static-01 {
    padding: 25px 0 !important;
  }
  
  .block-latest.block-latest-launches .slick-arrow {
    bottom: 55px;
  }
  
  .block-search-properity h4 {
    margin-bottom: 15px;
  }
  
  .block-search-properity form {
    margin-bottom: 0;
  }
  
  .block-content-image .img-wrapper {
    margin-bottom: 15px;
  }
  
  .block-content-image.left-img-block .row .col-md-6:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .block-content-image.left-img-block .row .col-md-6:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .block-content-image .img-wrapper .shap-main-belong.shap-main-belong-02 h3 {
    left: 30px;
    text-align: left;
  }
  
  .block-content-image .img-wrapper .shap-main-belong.shap-main-belong-04 h3 {
    bottom: 10%;
  }
  
  .block-media-center {
    padding: 60px 0;
  }
  
  .event-details-wrapper .block-title h2 {
    margin: 30px 0 15px;
  }
  
  .block-contact-main .contact-block-01 .contact-block-01-details {
    margin-bottom: 30px;
  }
  
  .block-overview-content .block-overview-content-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .block-overview-content .block-overview-content-detail li {
    margin: 0 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .block-overview-content .block-overview-content-detail li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .block-overview-content .block-overview-content-detail li:last-child .btn {
    width: 100%;
  }
  
  .block-aside-info .block-aside-info-gallery .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .interest-full-height .contact-form-home .form-group:nth-child(4) .form-control {
    margin-bottom: 30px;
  }
  
  .interest-full-height .contact-form-home .form-group:nth-child(4) .col-md-6:last-child .form-control {
    margin-bottom: 0;
  }
  
  .interest-full-height .contact-form-home .form-group .custom-controls-stacked {
    margin-bottom: 30px;
  }
  
  .location-block .block-media-center {
    margin: 15px 0;
    margin-bottom: 0 !important;
  }
  
  .location-block .block-media-center .media-box-wrapper {
    margin: 0;
  }
  
  .block-contact-home.interest-block .col-md-7 {
    padding-bottom: 0 !important;
  }
  
  .contact-form-home .form-group {
    margin: 0 0 15px !important;
  }
  
  .block-contact-home.interest-block .col-md-7 {
    padding-top: 15px !important;
  }
  
  .block-contact-home.interest-block h1.font-light, .property-type-block .type-block h3, .signature-communities-page .property-type-block h2 {
    font-size: 1.2rem !important;
  }
  
  .property-type-block .type-block h3 {
    font-size: 1rem !important;
  }
  
  .property-type-block .property-type-content h2 {
    font-size: 1.2rem !important;
    margin: 0 0 15px !important;
  }
  
  .block-contact-home.interest-block h1.font-light, .property-type-block .type-block h3, .signature-communities-page .property-type-block h2 {
    font-size: 1.2rem;
  }
  
  .block-media-center .media-box-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  
  .amenties-block h2 {
    margin: 0 0 15px;
  }
  
  .search-results-block-wrapper .block-search-properity.block-static-01 {
    margin: 0 0 30px;
  }
  
  .community-forms .form-control.bootstrap-select {
    margin: 0 0 5px;
  }
  
  .commuinty-tabs-content-right {
    margin: 60px 0 0;
  }
  
  .login-inner-main-wrapper.my-community-unit-main-wrapper .block {
    padding: 30px 0;
  }
  
  .login-inner-main-wrapper.my-community-unit-main-wrapper .block.login-content-wrapper {
    padding: 30px 15px;
  }
  
  .my-community-unit-main-wrapper .page-community-inner-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .my-community-unit-main-wrapper .commuinty-tabs-content-right {
    margin: 0;
  }
  
  header .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  header .commuinty-login-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  header .navbar-toggler {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  header nav.navbar .commuinty-login-wrapper {
    margin: 15px 0 0;
  }
  
  .login-inner-main-wrapper .community-title-icons {
    width: 35px;
    height: 35px;
  }
  
  .login-inner-main-wrapper .community-inner-title {
    font-size: 2.2rem;
    letter-spacing: 5px;
  }
  
  .banner-our-development .our-dev-caption .img-fluid {
    margin-bottom: 5px;
  }
  
  .our-develop-main-slide-banner .slick-dots {
    position: absolute;
    margin: 0;
    bottom: 30px;
    width: 100%;
    z-index: 12;
  }
  
  .our-develop-main-slide-banner .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .our-develop-main-slide-banner .slick-dots li button {
    border-color: transparent;
    background: #3e3e3e;
    border-width: 0;
    width: 12px;
    height: 12px;
  }
  
  .our-develop-main-slide-banner .slick-dots li.slick-active button {
    border: 2px solid #3e3e3e;
    background: #fff;
    width: 14px;
    height: 14px;
  }
  
  .main-banner.half-height-background {
    padding: 0 0 0 15px;
  }
  
  .block-static-01.block-latest {
    padding: 0 !important;
  }
  
  .block-static-01 {
    padding: 0 !important;
  }
  
  .right-carousal .col-md-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .right-carousal .col-md-7 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .latest-carousel-wrapper .slick-dots {
    position: absolute;
    margin: 0;
    bottom: 6px;
    width: 100%;
    z-index: 12;
  }
  
  .latest-carousel-wrapper .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .latest-carousel-wrapper .slick-dots li button {
    border-color: transparent;
    background: #3e3e3e;
    border-width: 0;
    width: 12px;
    height: 12px;
  }
  
  .latest-carousel-wrapper .slick-dots li.slick-active button {
    border: 2px solid #3e3e3e;
    background: #fff;
    width: 12px;
    height: 12px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-02 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0;
  }
  
  .home-main-slider-banner .slick-arrow {
    display: none !important;
  }
  
  .filter-blocks-wrapper {
    padding-top: 60px;
  }
  
  .main-banner.full-height-background {
    height: calc(100vh - 169px);
  }
  
  header .top-nav {
    padding: 0 0 10px;
  }
  
  header .top-nav .navbar-brand.brand-stock {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  
  header .top-nav .navbar-nav .nav-item.investor-relation-btn {
    position: absolute;
    top: 10px;
    padding: 0;
  }
  
  header .top-nav .navbar-nav .nav-item:nth-child(3) {
    padding-right: 0;
  }
  
  .signature-communities-page .testimonial-slider .block-aside-info-gallery a {
    min-height: 100px;
  }
  
  .signature-communities-page .signature-slider-block .slider-sub-main-signature .img-zoom-wrapper {
    padding: 0;
  }
  
  .login-content-wrapper .nav .dropdown.commuinty-select-tabs-wrapper {
    margin: 0;
  }
  
  .my-community-unit-new-wrapper.my-community-unit-main-wrapper .content-tab-rigth-new-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 675px) and (max-width: 768px) {
  .payment-modal-wrapper .contact-form-home .col-md-6:first-child .form-check, .payment-modal-wrapper .contact-form-home .col-md-6:first-child .form-control {
    margin-bottom: 15px;
  }
  
  .payment-modal-wrapper .contact-form-home .form-check {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 675px) {
  .filter-slider .slick-arrow.slick-prev {
    left: 0;
  }
  
  .hidefromMobile {
    display: none;
  }
  
  .Mobile-Project-Clicked {
    display: none !important;
  }
  
  .Project-Details-start {
    display: none !important;
  }
  
  .project-content {
    margin-top: 3px !important;
  }
  
  .img-in {
    max-height: 50px;
  }
  
  .latest-carousel-wrapper .slick-dots {
    bottom: 5px !important;
  }
  
  .block-content-image {
    padding: 0;
    padding-bottom: 15px;
  }
  
  .block .block-title h1 {
    margin: 0 0 15px !important;
  }
  
  header .top-nav .navbar-nav .investor-relation-btn .nav-link {
    font-size: .85rem;
  }
  
  .slick-dots {
    margin: 15px 0 0;
    margin-bottom: 6px;
  }
  
  .block .block-belong-wrapper {
    margin-bottom: 15px !important;
  }
  
  .revarse-Image-custom {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  
  #signature-End-after-animation {
    display: none !important;
  }
  
  #signatureStart-mobile-aside {
    width: 30% !important;
    flex-basis: 30% !important;
  }
  
  .property-type-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .amenties-block {
    margin-top: 0;
  }
  
  .location-block {
    padding-left: 0;
    margin-top: 15px;
  }
  
  .filter-slider .slick-arrow.slick-next {
    right: 0;
  }
  
  .block-our-develop-main-slide .slick-arrow {
    bottom: -49px;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-prev {
    right: 36px;
    left: inherit;
  }
  
  .block-our-develop-main-slide .slick-arrow.slick-next {
    right: 0;
  }
  
  .filter-nav-wrapper .btn {
    padding: 30px 10px;
  }
  
  .block-what-we-do-01 .nav .nav-link {
    padding: 0 8px;
  }
  
  .block-contact-main .contact-block-01 .special-grid .contact-block-01-details, .regular-project-nav .nav-fill .nav-item, .regular-project-nav .nav-fill .nav-item:last-child {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .amenties-block .amenties-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .amenties-block .amenties-list li {
    margin: 0 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  
  .main-banner.half-height-background h1 {
    margin: 0;
  }
  
  .home-main-slider-banner .our-dev-caption h3 {
    max-width: 90%;
  }
  
  .block-static-01.block-latest .content-text h1 span {
    font-size: 10px;
  }
  
  .home-main-slider-banner .our-dev-caption, .latest-launchecs-main-slider .our-dev-caption {
    padding: 0 0 0 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .home-main-slider-banner .slick-current.slick-active .our-dev-caption h1 {
    margin: 0 0 15px;
  }
  
  .block-overview-content p {
    font-size: 16px;
  }
  
  .property-type-block .type-block .figure-content p {
    font-size: 14px;
  }
  
  .property-type-block .type-block .figure-content a.more-info {
    font-size: 12px;
  }
  
  .icon-contact {
    width: 32px;
    height: 50px;
  }
  
  .contact-block-01 .btn-04 .icon-contact {
    width: 15px;
    height: 25px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-01-details p {
    font-size: 16px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-01-details .table th {
    font-size: 16px;
    font-weight: 700;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03 .btn-01 {
    padding: 10px 0;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03.special-form .form-group {
    padding: 0 0 15px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03.special-form .bootstrap-select .dropdown-toggle {
    font-size: 16px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03 p {
    margin: 0 0 15px;
  }
  
  .block-careers-main .careers-block-01 .careers-block-03 .icon-jop {
    margin-bottom: 15px;
    width: 58;
    height: 50px;
  }
  
  .fa-footer {
    display: block;
    width: 27px;
    height: 27px;
  }
  
  footer .footer-nav .nav-item .nav-link {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  footer .footer-block-02 .footer-subscribe-title {
    font-size: 15px;
  }
  
  footer .footer-block-02 .footer-subscribe-title:first-child {
    font-size: 14px;
  }
  
  .table {
    min-width: 768px;
  }
  
  .btn-04, .btn-05 {
    margin: 7.5px 0;
  }
  
  .pagination .page-item, .pagination .page-item .page-link {
    font-size: 14px;
  }
  
  .contact-icons {
    width: 26px;
    height: 26px;
  }
  
  .new-tab-nav .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .main-search-block.main-search-block-home .bootstrap-select .btn-light {
    font-size: 14px;
  }
  
  .main-search-block.main-search-block-home .bootstrap-select .dropdown-toggle:after {
    width: 14px;
  }
  
  .main-search-block.main-search-block-home .bootstrap-select .dropdown-item, .main-search-block.main-search-block-home .btn-01.with-icon {
    font-size: 14px;
  }
  
  .main-search-block.main-search-block-home .btn-01.with-icon .icon-search {
    width: 20px;
    height: 19px;
  }
  
  .main-search-block.main-search-block-home.open-search .form-inline .form-group {
    margin: 0;
  }
  
  .block-our-develop-new .filter-content-wrapper .slider3 .slick-arrow.slick-prev {
    left: 15px;
  }
  
  .block-our-develop-new .filter-content-wrapper .slider3 .slick-arrow.slick-next {
    right: 15px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
    min-height: 102px;
  }
  
  .signature-communities-page .logo-wrapper-mobile .img-in {
    max-width: 200px;
  }
  
  .signature-communities-page .block-aside-info .block-aside-info-gallery .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .signature-communities-page .block-static-01.location-block .img-fluid {
    margin: 0;
  }
  
  .signature-communities-page .block-static-01.location-block h2.font-regular, .signature-communities-page .property-type-block h2.font-regular {
    font-size: 20px;
  }
  
  .signature-communities-page .header .navbar-toggler {
    margin: 0 15px 0 auto;
  }
  
  .signature-communities-page .header .navbar-collapse {
    top: 105px;
  }
  
  .contact-form-home .form-group .col-md-6:first-child {
    margin-bottom: 15px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
    min-height: 150px;
  }
}

@media screen and (max-width: 575px) {
  header .top-nav .container-fluid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  header .top-nav .container-fluid, header .top-nav .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
  }
  
  header .top-nav .navbar-nav {
    margin-left: 0 !important;
  }
  
  header .top-nav .navbar-nav .nav-item {
    padding: 0;
  }
  
  .block .block-belong-wrapper {
    margin-bottom: 30px;
  }
  
  .block-static-01 .no-p-l, .block-static-01 .no-p-r {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .content-center-background {
    min-height: 460px;
  }
  
  .signature-communities-page iframe {
    height: 100% !important;
  }
  
  .login-start-block .login-form-home {
    width: calc(100% - 30px);
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .property-type-block .type-block .figure-content.figure-content-more-info p.more-info-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 15px 0 0;
  }
  
  .social-nav-banner .social-icon {
    width: 21px;
    height: 21px;
  }
  
  .social-nav-banner li.call-wrapper-nav .call-nav-wrapper-text {
    font-size: .8rem;
    padding: 12px 10px;
  }
  
  header nav.navbar .commuinty-login-wrapper .nav-link {
    padding: 2px 15px;
  }
  
  .facilities-carousel .facilities-carousel-wrapper .slick-list {
    padding: 0;
  }
  
  .property-type-block .property-types-project .slick-arrow.slick-prev {
    left: -5px;
  }
  
  .property-type-block .property-types-project .slick-arrow.slick-next {
    right: -5px;
  }
}

@media screen and (max-width: 480px) {
  .block-latest .slick-arrow {
    width: 24px;
    height: 24px;
    bottom: 55px;
  }
  
  .block-latest.right-carousal .slick-arrow {
    bottom: 55px;
  }
  
  .wrapper-test-filter .slick-arrow {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  
  .wrapper-test-filter .slick-arrow.slick-prev {
    left: -10px;
  }
  
  .wrapper-test-filter .slick-arrow.slick-next {
    right: -10px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02, .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    width: 207px;
    margin: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02:before {
    border-left: 0 solid transparent;
    border-right: 207px solid transparent;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 h2 {
    padding: 0 15px;
    margin: 0;
    min-height: auto;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-01, .block .block-belong-wrapper .shap-belong.shap-belong-03:before, .block .block-belong-wrapper .shap-belong.shap-belong-04 {
    display: none;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-05:before {
    border-left: 0 solid transparent;
    border-right: 207px solid transparent;
  }
  
  .block.block-belong .col-lg-4:first-child .block-belong-wrapper .block-belong-details {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02, .block .block-belong-wrapper .shap-belong.shap-belong-03 {
    padding-top: 0;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-02 {
    padding-bottom: 5px;
  }
  
  .block .block-belong-wrapper .shap-belong.shap-belong-03 p, .block .block-belong-wrapper .shap-belong.shap-belong-05 p {
    overflow: hidden;
  }
  
  .social-nav-banner {
    top: 70%;
  }
}

.filter-option-inner-inner {
  font-family: Nunito Sans, sans-serif;
}

.footer-block-02 {
  margin-top: -1px;
}

p {
  font-size: 0.8rem !important;
  line-height: 1.3rem !important;
}

footer .footer-block-02 .form-inline {
  position: relative;
  padding-top: 6px;
}

.message.errorM4 {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #fafafa;
  background-color: gray;
  text-align: -webkit-center;
  border-color: gray;
}