*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: "Titillium Web", sans-serif;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  -moz-user-select: none;
  user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  line-height: 1.1;
}
:focus {
  outline: 0 none;
}
blockquote {
  margin: 0;
}
a,
img,
button {
  text-decoration: none;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 800;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre {
  margin: 1em 0;
}
p:last-child,
p:last-of-type {
  margin-bottom: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 8px;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
}
iframe {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0 none;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
  margin: 1px 8px 0 0;
  vertical-align: middle;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="file"],
textarea {
  -webkit-appearance: none;
  resize: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px 20px;
  line-height: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-size: 16px !important;
  font-family: "Titillium Web", sans-serif;
  color: #000;
  font-weight: 400;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus {
  background-color: #fff;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
  height: 52px;
  line-height: 52px;
}
input[type="file"] {
  padding: 8px 15px;
  cursor: pointer;
  color: #767676;
}
textarea {
  height: 120px;
  overflow: auto;
  vertical-align: top;
  padding: 15px 20px;
  line-height: 1.4;
}
select {
  width: 100%;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url(../img/dd-arrow.png) no-repeat right center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  font-size: 16px !important;
  font-family: "Titillium Web", sans-serif;
  color: #777;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
select:hover {
  background: #fff url(../img/dd-arrow.png) no-repeat right center;
}
select option {
  padding: 5px;
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address {
  font-style: normal;
  font-size: 14px;
}
hr {
  border: 0 none;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin: 50px 0;
  display: block;
  width: 100%;
}
ul,
ol {
  margin: 20px 0;
  padding-left: 15px;
  font-family: "Titillium Web", sans-serif;
}
ul ul,
ol ol {
  margin: 15px 0;
}
ul ul li {
  list-style: circle outside;
}
ol ol li {
  list-style: lower-roman outside;
}
ul:first-of-type,
ul:first-child,
ol:first-of-type,
ol:first-child {
  margin-top: 0;
}
* + ul:first-of-type,
* + ul:first-child,
* + ol:first-of-type,
* + ol:first-child {
  margin-top: 10px;
}
ul.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.nolist li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rel {
  position: relative;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.background-no-repeat {
  background-repeat: no-repeat;
}
.background-size-cover {
  background-size: cover;
  -webkit-background-size: cover;
}
.background-width-full {
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.background-height-full {
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
}
[class*="col-"] {
  float: left;
  min-height: 1px;
}
button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
}
.container {
  width: 1260px;
  margin: 0 auto;
}
.container-fluid {
  padding: 0 120px;
}
.container::after,
.container::after,
.container-fluid::after,
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}
body {
  background-color: #fff;
}
body.noscroll {
  overflow-x: hidden;
}
.btn {
  width: auto;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  background-color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 0px 45px;
  font-size: 15px;
  font-family: "Titillium Web";
  color: #fff;
  font-weight: 600;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn:hover {
  background-color: #1f8f13;
  color: #fff;
}
.btn.full {
  width: 100%;
  text-align: center;
}
.btn.small {
  height: 42px;
  padding: 0 20px;
  line-height: 42px;
}
.btn.small.red {
  background-color: #be0101;
  color: #fff !important;
}
.btn.small.red:hover {
  background-color: #1f8f13;
  color: #fff;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
small {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}
p {
  margin: 0 0 20px;
  font-size: 17px;
  color: #555;
  font-weight: 400;
  line-height: 1.8;
}
p strong {
  font-weight: 700;
}
p:last-child {
  margin: 0 0 0;
}
p a {
  color: #be0101;
}
p a:hover {
  color: #be0101;
}
.row {
  margin: 30px -15px 0;
  font-size: 0;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row:first-child {
  margin: 0 -15px 0;
}
.row [class*="col-"] {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.row .col-20 {
  width: 20%;
}
.row .col-25 {
  width: 25%;
}
.row .col-30 {
  width: 30%;
}
.row .col-33 {
  width: 33.33%;
}
.row .col-40 {
  width: 40%;
}
.row .col-50 {
  width: 50%;
}
.row .col-60 {
  width: 60%;
}
.row .col-66 {
  width: 66.66%;
}
.row .col-70 {
  width: 70%;
}
.row .col-100 {
  width: 100%;
}
header {
  z-index: 11;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 0px;
  background-image: linear-gradient(to right, #111, #222, #111);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
header.fixed {
  top: 0;
  position: fixed;
}
header .logo {
  width: 140px;
  height: 48px;
  float: left;
  background: url(../img/loader-logo.png) no-repeat left top;
  background-size: 100% auto;
  font-size: 0;
}
header nav {
  float: right;
}
header nav button {
  display: none;
}
header nav ul {
  margin: 0 !important;
  padding: 0;
  text-align: right;
  font-size: 0;
}
header nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 45px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li a {
  display: block;
  color: #fff;
  line-height: 48px;
}
header nav ul li a.toggle {
  position: relative;
  padding-right: 15px;
}
header nav ul li a.toggle::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
}
header nav ul li a:hover {
  color: #edca75;
}
header nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
header nav ul li ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  z-index: 12;
  position: absolute;
  left: -15px;
  top: 100%;
  width: 240px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header nav ul li ul li {
  display: block;
  position: relative;
  margin-left: 0;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
}
header nav ul li ul li a {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 15px;
  background-color: #fff;
  color: #222;
  line-height: 1.2;
}
header nav ul li ul li a:hover {
  background-color: #edca75;
  color: #000;
}
header nav ul li ul li a.toggle {
  position: relative;
  padding-right: 15px;
}
header nav ul li ul li a.toggle::after {
  content: "+";
  right: 15px;
}
header nav ul li ul li:hover {
  color: rgba(255, 255, 255, 0.7);
}
header nav ul li ul li:first-child {
  border-top: 0px;
}
header nav ul li ul li ul {
  z-index: 11;
  margin: 0;
  padding: 0;
  left: -108%;
  top: 0;
  width: 260px;
  max-height: 452px;
  overflow-y: auto;
}
.section_homebanner {
  position: relative;
  overflow: hidden;
}
.section_homebanner::before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 15%;
  height: 20%;
  background-color: transparent;
  padding: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 5s;
  -moz-transition: 5s;
  -ms-transition: 5s;
  -o-transition: 5s;
  transition: 5s;
}
.section_homebanner::after {
  content: "";
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 15%;
  height: 20%;
  background-color: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 5s;
  -moz-transition: 5s;
  -ms-transition: 5s;
  -o-transition: 5s;
  transition: 5s;
}
.section_homebanner:hover::before {
  width: 100%;
  height: 100%;
  border-color: #fff;
}
.section_homebanner:hover::after {
  width: 100%;
  height: 100%;
  border-color: #fff;
}
.section_homebanner .content {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section_homebanner .content .animation {
  display: block;
  position: relative;
}
.section_homebanner .banner-slider .slide {
  position: relative;
  height: 100vh;
}
.section_homebanner .banner-slider .slide::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.section_homebanner .banner-slider .slide.one {
  background: url(../img/main-slide-img1.jpg) no-repeat center center;
  background-size: cover;
}
.section_homebanner .banner-slider .slide.two {
  background: url(../img/main-slide-img2.jpg) no-repeat center center;
  background-size: cover;
}
.section_homebanner .banner-slider .slide.three {
  background: url(../img/main-slide-img3.jpg) no-repeat center center;
  background-size: cover;
}
.section_homebanner .banner-slider .slide.four {
  background: url(../img/main-slide-img4.jpg) no-repeat center center;
  background-size: cover;
}
.section_homebanner .banner-slider .slick-dots {
  z-index: 6;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 0;
  padding: 0 0 0;
}
.section_homebanner .banner-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.section_homebanner .banner-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 0 0;
  font-size: 0;
}
.section_homebanner .banner-slider .slick-dots li.slick-active {
  background-color: #fff;
}
.secton_procategory {
  padding: 80px 0;
}
.secton_procategory h1 {
  margin-bottom: 5px;
  font-size: 36px;
  color: #be0101;
}
.secton_procategory ul {
  margin: 30px -7px 0;
  padding: 0;
  list-style-type: none;
  display: block;
  font-size: 0;
}
.secton_procategory ul li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
}
.secton_procategory ul li .cat {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.secton_procategory ul li .cat::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.secton_procategory ul li .cat img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.5;
}
.secton_procategory ul li .cat strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.secton_procategory ul li .cat:hover::before {
  background-color: #000;
}
.secton_procategory ul li .cat:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  opacity: 1;
}
.secton_procategory ul li .cat:hover strong {
  opacity: 1;
  visibility: visible;
  bottom: 8px;
}
.secton_procategory h5 {
  margin: 0 0 10px;
  line-height: 1;
}
.secton_procategory ol {
  margin: 0 0 20px;
}
.secton_procategory ol li {
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
}
.secton_procategory ol li strong {
  font-weight: 700;
}
.section_counterinfo {
  padding: 80px 0;
  background: url(../img/night-city-bg.jpg) no-repeat left top;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}
.section_counterinfo i {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 72px;
  color: #fff;
  line-height: 1;
}
.section_counterinfo p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.section_counterinfo p strong {
  display: block;
  font-size: 24px;
  font-family: "League Spartan", sans-serif;
  color: #edca75;
  font-weight: 500;
  text-transform: uppercase;
}
.secton_featuredprojects {
  padding: 80px 0;
  background-color: #dee7ef;
  text-align: center;
}
.secton_featuredprojects h2 {
  margin-bottom: 5px;
  color: #be0101;
  line-height: 1;
}
.secton_featuredprojects ul {
  margin: 30px -15px;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  text-align: left;
}
.secton_featuredprojects ul li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  padding: 0 15px;
}
.secton_featuredprojects ul li .box {
  display: block;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.secton_featuredprojects ul li .box:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.secton_featuredprojects ul li .box .thumb {
  position: relative;
}
.secton_featuredprojects ul li .box .thumb label {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #3e2600, #995e01, #3e2600);
  padding: 13px 17px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.secton_featuredprojects ul li .box .description {
  padding: 15px 0 0;
  text-align: center;
}
.secton_featuredprojects ul li .box .description h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #be0101;
  font-weight: 600;
}
.secton_featuredprojects ul li .box .description p {
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}
.secton_featuredprojects ul li .box .description .line {
  padding: 10px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.secton_featuredprojects ul li .box .description .line::after {
  content: "";
  display: table;
  clear: both;
}
.secton_featuredprojects ul li .box .description .line .flatarea,
.secton_featuredprojects ul li .box .description .line .flatsize,
.secton_featuredprojects ul li .box .description .line .price,
.secton_featuredprojects ul li .box .description .line .detail {
  width: 48%;
  font-size: 16px;
  color: #666;
  font-weight: 600;
}
.secton_featuredprojects ul li .box .description .line .flatarea,
.secton_featuredprojects ul li .box .description .line .price {
  text-align: left;
}
.secton_featuredprojects ul li .box .description .line .price {
  color: #000;
  font-weight: 700;
}
.secton_featuredprojects ul li .box .description .line .flatsize,
.secton_featuredprojects ul li .box .description .line .detail {
  text-align: right;
}
.secton_featuredprojects ul li .box .description .line .flatsize a,
.secton_featuredprojects ul li .box .description .line .detail a {
  color: #be0101;
  font-weight: 700;
  text-transform: uppercase;
}
.secton_featuredprojects ul li .box .description .line .flatsize a:hover,
.secton_featuredprojects ul li .box .description .line .detail a:hover {
  color: #000;
}
.secton_featuredprojects ul li .box .description .line:last-child {
  padding: 10px 0 0;
}
.section_associatebuilders {
  background: url(../img/associate-builder-bg.jpg) no-repeat center center;
  background-size: auto 80%;
  padding: 100px 0;
  text-align: center;
}
.section_associatebuilders .builders-slider {
  margin-top: 15px;
}
.section_associatebuilders .builders-slider .slick-slide {
  padding: 10px 10px;
}
.section_associatebuilders .builders-slider .slick-slide img {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
}
.section_associatebuilders .builders-slider .slick-dots {
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 0;
  text-align: center;
}
.section_associatebuilders .builders-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.section_associatebuilders .builders-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  display: block;
  background-color: transparent;
  border: 1px solid #000;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  padding: 0 0;
  font-size: 0;
}
.section_associatebuilders .builders-slider .slick-dots li.slick-active button {
  background-color: #000;
}
.section_testimonials {
  background-color: #ae751d;
  padding: 60px 0;
}
.section_testimonials .title {
  margin-bottom: 30px;
  text-align: center;
}
.section_testimonials .title h2 {
  color: #fff;
}
.section_testimonials .testimonials-slider .slick-slide {
  padding: 0 10px;
}
.section_testimonials .testimonials-slider .slick-slide .reviewbox {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 35px 20px;
  text-align: center;
}
.section_testimonials .testimonials-slider .slick-slide .reviewbox .avtar {
  margin-bottom: 15px;
}
.section_testimonials .testimonials-slider .slick-slide .reviewbox .avtar i {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
}
.section_testimonials .testimonials-slider .slick-slide .reviewbox h6 {
  margin-top: 15px;
}
.section_testimonials .testimonials-slider .slick-slide .reviewbox p {
  margin: 0 0 5px;
}
.section_testimonials .testimonials-slider .slick-slide .reviewbox p i {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.section_testimonials .testimonials-slider .slick-dots {
  z-index: 6;
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 0;
  text-align: center;
}
.section_testimonials .testimonials-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.section_testimonials .testimonials-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  display: block;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0 0;
  font-size: 0;
}
.section_testimonials .testimonials-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
footer .linkinfo {
  padding: 60px 0;
  background-image: linear-gradient(to right, #222, #333, #222);
}
footer .linkinfo h6 {
  font-size: 22px;
  color: #edca75;
}
footer .linkinfo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
footer .linkinfo ul li {
  display: block;
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.2;
  text-transform: capitalize;
}
footer .linkinfo ul li a {
  color: rgba(255, 255, 255, 0.5);
}
footer .linkinfo ul li a:hover {
  color: #fff;
}
footer .middleinfo {
  padding: 45px 0;
  background-image: linear-gradient(to right, #1e1e1e, #222, #1e1e1e);
  text-align: center;
}
footer .middleinfo .logo img {
  width: 200px;
}
footer .middleinfo p {
  color: rgba(255, 255, 255, 0.7);
}
footer .middleinfo ul.social {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  font-size: 0;
}
footer .middleinfo ul.social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
footer .middleinfo ul.social li:first-child {
  margin: 0 0 0 0;
}
footer .middleinfo ul.social li a {
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
}
footer .middleinfo ul.social li a i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 48px;
}
footer .middleinfo ul.social li a:hover {
  border-color: #edca75;
}
footer .middleinfo ul.social li a:hover i {
  color: #edca75;
}
footer .copyinfo {
  padding: 15px 0;
  background-color: #121212;
  font-size: 17px;
  color: #999;
  font-weight: 400;
  line-height: 1.4;
}
footer .copyinfo a {
  color: #999;
}
footer .copyinfo a:hover {
  color: #fff;
}
.overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(4, 174, 209, 0.9);
}
.overlay.open {
  opacity: 1;
  visibility: visible;
}
.overlay .enquirynow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px 30px;
  width: 560px;
}
.overlay .enquirynow a.close {
  position: absolute;
  right: 25px;
  top: 20px;
}
.overlay .enquirynow a.close i {
  font-size: 24px;
  color: #000;
}
.overlay .enquirynow a.close:hover i {
  color: #be0101;
}
.overlay .enquirynow h5 {
  font-weight: 600;
}
.overlay .enquirynow label {
  display: block;
  margin-top: 10px;
}
.overlay .enquirynow .error-message {
  margin-top: 5px;
  color: #be0101;
  line-height: 1;
}
.overlay .enquirynow .note {
  padding: 10px 0;
  font-size: 13px;
  color: #000;
}
.overlay .enquirynow button img {
  margin: 15px 0;
}
.support {
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 45px;
  font-size: 0;
  width: 60px;
}
.support a {
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 0px;
  color: #fff;
  line-height: 1;
}
.support a i {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 24px;
}
.support a.call {
  background-color: #d52210;
}
.support a.chat {
  background-color: #4ab03f;
}
.support a.email {
  background-color: #04aed1;
}
.section_innerbanner {
  background-image: linear-gradient(to right, #222, #333, #222);
  padding: 180px 60px;
  text-align: center;
}
.section_innerbanner h2 {
  font-size: 45px;
  color: #edca75;
}
.section_innerpage {
  padding: 80px 0;
}
.section_innerpage h2 {
  margin-bottom: 10px;
  color: #be0101;
}
.section_innerpage h3 {
  margin-bottom: 15px;
}
.section_innerpage .page-title {
  text-align: center;
}
ul.citylist {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  display: block;
  font-size: 0;
}
ul.citylist li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  padding: 0 15px;
}
ul.citylist li .box {
  z-index: 1;
  position: relative;
}
ul.citylist li .box::before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul.citylist li .box .content {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
ul.citylist li .box .content .info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
}
ul.citylist li .box .content .info strong {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
ul.citylist li:hover .box::before {
  background-color: rgba(0, 0, 0, 0.75);
}
ul.citylist li:hover .box .content .info strong {
  color: #edca75;
}
hr.spacer {
  margin: 30px 0;
  border-top: 0;
}
.contactquery {
  padding: 30px;
  background-color: #dee7ef;
}
.contactfrm label {
  display: block;
  margin-bottom: 10px;
}
.contactfrm label:last-child {
  margin-bottom: 0;
}
.gmap {
  text-align: center;
}
.gmap h3 strong {
  color: #be0101;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #000;
  -webkit-box-shadow: inset 0 0 5px #000;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}
@media all and (max-width: 1599px) {
  .container-fluid {
    padding: 0 60px;
  }
  .secton_procategory ul li .cat::before {
    height: 56px;
  }
  .secton_procategory ul li .cat strong {
    font-size: 20px;
  }
  .section_counterinfo p {
    font-size: 17px;
  }
  .section_counterinfo p strong {
    font-size: 20px;
  }
  .secton_featuredprojects ul li .box .description .line:first-child {
    min-height: 70px;
  }
}
@media all and (max-width: 1279px) {
  .container {
    width: 90%;
  }
}
@media all and (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
  }
  .row {
    margin: 15px 0px 0;
  }
  .row:first-child {
    margin: 0 0px 0;
  }
  .row .col-20,
  .row .col-25,
  .row .col-30,
  .row .col-33,
  .row .col-40,
  .row .col-50,
  .row .col-66,
  .row .col-60,
  .row .col-66,
  .row .col-70,
  .row .col-100 {
    width: 100%;
    padding: 0 0px;
  }
  .btn {
    height: 48px;
    padding: 0px 30px;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0;
  }
  p {
    font-size: 17px;
    line-height: 1.6;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
  }
  h2 {
    font-size: 48px;
    line-height: 1;
  }
  header nav {
    margin-top: 0;
  }
  header nav {
    position: relative;
  }
  header nav button {
    width: 30px;
    height: 40px;
    display: block;
    position: relative;
    margin-top: 4px;
    background-color: transparent;
  }
  header nav button span {
    position: absolute;
    width: 35px;
    height: 2px;
    font-size: 0;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  header nav button span::before,
  header nav button span::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  header nav button span::before {
    top: -10px;
  }
  header nav button span::after {
    bottom: -10px;
  }
  header nav button.active span {
    width: 0;
    height: 0;
  }
  header nav button.active span::before {
    transform: rotate(-45deg);
    top: 0;
  }
  header nav button.active span::after {
    transform: rotate(45deg);
    bottom: -2px;
  }
  header nav ul {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    width: 280px;
    right: 0;
    top: 100%;
    margin-top: 20px !important;
    background-color: #f6f6f6;
  }
  header nav > ul {
    height: 264px;
    overflow: scroll;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  }
  header nav ul li > a,
  header.fixed nav ul li > a {
    display: block;
    padding: 0 15px;
    color: #000;
    line-height: 42px !important;
  }
  header nav ul li > a.toggle {
    position: relative;
  }
  header nav ul li > a.toggle::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
  }
  header nav ul li a:hover {
    color: #910000;
  }
  header nav ul li.active a {
    border-radius: 0;
    padding: 0 15px;
  }
  header nav ul.open {
    opacity: 1;
    visibility: visible;
  }
  header nav ul li {
    display: block;
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 15px;
    text-align: left;
  }
  header nav ul li:first-child {
    border-top: 0px solid rgba(0, 0, 0, 0.05);
  }
  header nav ul li ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    box-shadow: none;
    margin-top: 0px !important;
    display: none;
  }
  header nav ul li ul li a,
  header.fixed nav ul li ul li a {
    padding: 13px 15px;
    line-height: 1 !important;
  }
  header nav ul li a.current {
    color: #000;
  }
  header nav ul li ul li ul {
    left: 0%;
    top: 0;
    width: 100%;
  }
  .overlay .enquirynow {
    padding: 30px 20px;
    width: 90%;
  }
  .overlay .enquirynow a.close {
    right: 25px;
    top: 30px;
  }
  .btn.choose {
    width: 226px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  .section_homebanner .banner-slider .slide {
    height: 80vh;
  }
  .secton_procategory,
  .secton_featuredprojects,
  .section_counterinfo {
    padding: 45px 0;
  }
  .secton_procategory ul {
    margin: 15px 0px 0;
  }
  .secton_procategory ul li {
    width: 100%;
    margin-top: 15px;
    padding: 0 0px;
  }
  .secton_featuredprojects ul {
    margin: 0px 0px;
  }
  .secton_featuredprojects ul li {
    width: 100%;
    margin-top: 30px;
    padding: 0 0px;
  }
  .section_counterinfo .row .col-33 {
    margin-top: 30px;
  }
  .section_counterinfo .row .col-33:first-child {
    margin-top: 0px;
  }
  .section_associatebuilders {
    padding: 60px 0;
  }
  footer .linkinfo {
    padding: 45px 0;
  }
  footer .linkinfo .row .col-25 {
    margin-top: 30px;
  }
  footer .linkinfo .row .col-25:first-child {
    margin-top: 0px;
  }
  footer .copyinfo {
    text-align: center;
    font-size: 16px;
  }
  footer .copyinfo .fl-left,
  footer .copyinfo .fl-right {
    width: 100%;
  }
}
