testimSlider* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

@font-face {
  font-family: "helvetica";
  src: url("fonts/helvetica/helvetica.woff2") format("woff2"),
    url("fonts/helvetica/helvetica.woff") format("woff"),
    url("fonts/helvetica/helvetica.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaBlack";

  src: url("fonts/helvetica/helveticabq-black.woff2") format("woff2"),
    url("fonts/helvetica/helveticabq-black.woff") format("woff"),
    url("fonts/helvetica/helveticabq-black.otf") format("otf");

  font-weight: normal;

  font-style: normal;
}

body {
  font-family: "helvetica";
}

::selection {
  background: #1e1e1e;

  color: #fff;
}

i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;

  margin-bottom: 0;
}

p {
  font-size: 13px;

  color: #212121;

  letter-spacing: 1px;

  line-height: 22px;

  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;

  display: block;
}

.wrapper {
  width: 100%;

  float: left;
}

.fullwidth {
  width: 100%;

  float: left;
}

hr {
  border: none;

  border-bottom: 1px solid #da006d;

  width: 100px;

  margin-top: 30px;
}

.focus-red:focus {
  background: #ff7676 !important;

  color: #fff !important;
}

.focus-red:focus::-webkit-input-placeholder {
  color: #ffffff;
}

.focus-red:focus::-moz-placeholder {
  color: #ffffff;
}

.focus-red:focus:-ms-input-placeholder {
  color: #ffffff;
}

.focus-red:focus:-moz-placeholder {
  color: #ffffff;
}

.scaleTranslate {
  -webkit-transform: scale(0, 0);

  -o-transform: scale(0, 0);

  -moz-transform: scale(0, 0);

  -ms-transform: scale(0, 0);

  transform: scale(0, 0);

  opacity: 0;

  -webkit-transition: all 600ms;

  -o-transition: all 600ms;

  -ms-transition: all 600ms;

  -moz-transition: all 600ms;

  transition: all 600ms;
}

.doneScaleTranslate {
  -webkit-transform: scale(1, 1);

  -o-transform: scale(1, 1);

  -moz-transform: scale(1, 1);

  -ms-transform: scale(1, 1);

  transform: scale(1, 1);

  opacity: 1;
}

.leftTranslate {
  -webkit-transform: translate(-200px, 0);

  -o-transform: translate(-200px, 0);

  -moz-transform: translate(-200px, 0);

  -ms-transform: translate(-200px, 0);

  transform: translate(-200px, 0);

  opacity: 0;

  -webkit-transition: all 600ms;

  -o-transition: all 600ms;

  -ms-transition: all 600ms;

  -moz-transition: all 600ms;

  transition: all 600ms;
}

.rightTranslate {
  -webkit-transform: translate(200px, 0);

  -o-transform: translate(200px, 0);

  -moz-transform: translate(200px, 0);

  -ms-transform: translate(200px, 0);

  transform: translate(200px, 0);

  opacity: 0;

  -webkit-transition: all 600ms;

  -o-transition: all 600ms;

  -ms-transition: all 600ms;

  -moz-transition: all 600ms;

  transition: all 600ms;
}

.topTranslate {
  -webkit-transform: translate(0, -100px);

  -o-transform: translate(0, -100px);

  -moz-transform: translate(0, -100px);

  -ms-transform: translate(0, -100px);

  transform: translate(0, -100px);

  opacity: 0;

  -webkit-transition: all 600ms;

  -o-transition: all 600ms;

  -ms-transition: all 600ms;

  -moz-transition: all 600ms;

  transition: all 600ms;
}

.bottomTranslate {
  -webkit-transform: translate(0, 200px);

  -o-transform: translate(0, 200px);

  -moz-transform: translate(0, 200px);

  -ms-transform: translate(0, 200px);

  transform: translate(0, 200px);

  opacity: 0;

  -webkit-transition: all 1000ms;

  -o-transition: all 1000ms;

  -ms-transition: all 1000ms;

  -moz-transition: all 1000ms;

  transition: all 1000ms;
}

.doTranslate {
  -webkit-transform: translate(0, 200px);

  -o-transform: translate(0, 200px);

  -moz-transform: translate(0, 200px);

  -ms-transform: translate(0, 200px);

  transform: translate(0, 200px);

  opacity: 0;

  -webkit-transition: all 500ms;

  -o-transition: all 500ms;

  -ms-transition: all 500ms;

  -moz-transition: all 500ms;

  transition: all 500ms;
}

.doneTranslate {
  -webkit-transform: translate(0, 0);

  -o-transform: translate(0, 0);

  -moz-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);

  opacity: 1;
}

.header {
  display: block;

  position: fixed;

  left: 0;

  right: 0;

  top: 0;

  background: rgba(0, 0, 0, 0.8);

  z-index: 9999;
}

.header,
.header * {
  text-transform: uppercase;

  -webkit-transition: 400ms all;

  -o-transition: 400ms all;

  -moz-transition: 400ms all;

  -ms-transition: 400ms all;

  transition: 400ms all;
}

.top-header {
  padding: 0 5%;
}

.top-header ul {
  float: right;

  margin-bottom: 0;
}

.top-header ul li {
  display: inline-block;

  vertical-align: middle;

  margin: 0 -2px;
}

.top-header ul li a {
  display: flex;
  align-items: center;
  color: #d38360;
}

.top-header ul li a i {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  color: #d38360;
  padding: 10px;
  width: 50px;
  text-align: center;
}

.top-header ul li a:hover i.fa-facebook-f {
  background: #2f4a80;
}

.top-header ul li a:hover i.fa-twitter {
  background: #00a2fd;
}

.top-header ul li a:hover i.fa-linkedin-in {
  background: #0088f8;
}

.top-header ul li a:hover i.fa-instagram {
  background: #c32aa3;
}

.top-header ul li a:hover i.fa-youtube {
  background: #c00003;
}

.top-header ul li a:hover i {
  color: #fff;
}

.top-header ul li a span {
  text-transform: none;
  font-size: 13px;
  margin-left: -10px;
}

.mainHeader {
  padding: 0 5%;
}

.logo {
  width: 200px;

  position: absolute;

  top: 5px;
}

.navigation {
  float: right;

  position: relative;

  border-top: 1px solid #292929;
}

.navigation ul li {
  float: left;
}

.navigation > ul > li > a {
  font-size: 13px;

  font-weight: bold;

  color: #d38360;

  display: block;

  padding: 19px 15px 10px;

  border-bottom: 5px solid transparent;
}

.navigation ul li:hover > a {
  color: #fff;

  border-bottom-color: #fff;
}

.navigation ul li .dropdown {
  position: absolute;

  left: 0;

  right: 0;

  display: none;
}

/*.dropMenu {*/
/*  position: absolute;*/
/*  width: 200px;*/
/*  background: #2c2c2c;*/
/*  background: linear-gradient(30deg, #484848, #212121);*/
/*  padding: 10px;*/
/*  transition: all 300ms ease-in-out;*/
/*  transform: translateY(100px);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  z-index: 9;*/
/*}*/

/*.navigation ul li:hover .dropMenu {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  transform: translateY(0);*/
/*}*/

/*.dropMenu.projectDrop {*/
/*  width: 100%;*/

/*  left: 0;*/
/*}*/

/*.dropMenu a {*/
/*  color: #fff;*/
/*}*/

/*.projectDropType {*/
/*  margin-bottom: 10px;*/
/*}*/

/*.projectDropType ul {*/
/*  border-bottom: 1px solid #d38360;*/
/*}*/

.navigation ul li .projectDropType a {
  float: left;
  padding: 10px;
  width: 100px;
  background: #000000;
  color: #fff;
  margin: 0 3px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.navigation ul li .projectDropType a:hover {
  opacity: 0.8;
  color: #fff;
}

.navigation ul li .projectDropType a.projDropBtnActive {
  top: 1px;
  opacity: 1;
  background: #d38360;
  color: #000;
  box-shadow: 4px -5px 10px rgb(0 0 0 / 10%);
}

.projMenu {
  display: none;
}

/*#projMenu1 {*/
/*  display: block;*/
/*}*/

/*.projectDropMenu ul {*/
/*  width: 100%;*/

/*  float: left;*/
/*}*/

/*.projectDropMenu ul li {*/
/*  width: 50%;*/

/*  float: left;*/

/*  padding: 1px;*/
/*}*/

/*.projectDropMenu ul li a {*/
/*  display: block;*/
/*  font-size: 11px;*/
/*  padding: 10px;*/
/*  background: rgba(0, 0, 0, 0.16);*/
/*}*/
/*.projectDropMenu ul li a:hover {*/
/*  color: #d38360;*/
/*}*/

.header.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.36);
}

.header.fixed .logo {
  width: 110px;
}

.header.fixed .top-header {
  display: none;
}

.stickies {
  width: 140px;

  position: fixed;

  right: -100px;

  top: 35%;

  z-index: 999;

  background: rgba(0, 0, 0, 0.2);

  transition: all 400ms ease-in-out;
      padding: 0px;
}

.stickies:hover {
  right: 0;
}

.stickies li {
  width: 100%;
  float: left;
  padding: 1px 0;
}

.stickies li a {
  display: block;
  background: #d38360;
  color: #000 !important;
  cursor: pointer;
  font-size: 12px;
}

.stickies li a:hover {
  background: #b66542;
}

.stickies li a img {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid;
  filter: grayscale(1) brightness(0);
}

.overlay {
  position: fixed;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: rgba(255, 255, 255, 0.76);

  z-index: 9999;

  display: none;
}

.formContainer {
  width: 400px;

  position: fixed;

  top: 50%;

  left: 50%;

  bottom: auto;

  right: auto;

  z-index: 99999;

  transform: translate(-50%, -50%);

  display: none;
}

.closeForm {
  float: right;
  padding: 7px 10px 5px;
  color: #fff;
  background: #d38360;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.closeForm:hover {
  background: #b30000;
}

.formContainer section {
  padding: 20px 25px;
  background: #d38260;
  background: -webkit-linear-gradient(60deg, #d38360, #eccfc1);
  background: linear-gradient(60deg, #d38360, #eccfc1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.fields {
  width: 100%;

  float: left;

  margin: 3px 0;
}

.fields span {
  display: block;

  color: #fff;

  font-size: 12px;
}

.fields input,
.fields textarea {
  width: 100%;

  padding: 10px;

  outline: none;

  border: none;

  font-size: 13px;
}

.fields .btn {
  width: 100px;

  background: #000;

  color: #fff;

  cursor: pointer;

  padding-top: 7px;

  border-radius: 3px;

  margin-top: 5px;
}

.fields .btn:hover {
  background: #823b1c;
}

.chatBtn {
  width: 200px;

  text-align: center;

  position: fixed;

  right: 10px;

  bottom: 0;

  background: #d38360;

  border-radius: 10px 10px 0 0;

  border: solid #349019;

  border-width: 2px 2px 0 2px;

  padding: 10px 10px;

  color: #fff;

  font-weight: bold;

  font-size: 13px;

  cursor: pointer;

  z-index: 9;
}

.chatBtn i {
  position: absolute;

  left: -20px;

  top: -20px;

  width: 40px;

  line-height: 40px;

  border-radius: 50%;

  background: #2196f3;

  border: 2px solid #0f7acf;
}

.chatBtn:hover {
  background: #77c161;
}

.relative {
  position: relative;
}
.newBanner, .newBanner a, .newBanner a img{
	width:100%;
	height:660px !important;
	float:left;
}

.newBanner .mbBanner {
  display: none;
}

.banner {
  height: 100vh;

  position: relative;
}

.banner .slider {
  height: 100%;

  z-index: 1;

  overflow: hidden;

  position: relative;
}

.banner .slides {
  position: relative;

  height: 100%;

  width: 100%;

  float: left;

  background: no-repeat center;

  background-size: cover;

  z-index: 1;
}

.bannerText {
  position: absolute;

  left: 10%;

  bottom: 20%;

  z-index: 99;

  color: #fff;

  text-shadow: 1px 1px 1px #000;

  padding: 10px 20px;

  background-color: rgba(0, 0, 0, 0.27);
}

.bannerText h1,
.bannerText h2 {
  font: 40px "helveticaBlack";
}

.bannerText h3 {
  font-size: 32px;

  font-weight: 400;
}

.bannerText h4 {
  letter-spacing: 2px;

  font-weight: 400;
}

.bannerpager {
  width: auto;

  z-index: 999;

  position: absolute;

  bottom: 10px;

  left: 10%;
}

.bannerpager li {
  display: inline-block;

  text-align: center;
}

.bannerpager li i {
  padding: 10px 18px;
    display: block;
    font-size: 20px;
    color: #d38360;
    background: #ffffff;
    cursor: pointer;
}

.bannerpager li i:hover {
  background: #d38360;
  color:#FFFFFF;
}

.readmore {
  float: left;

  margin-top: 30px;
}

.readmore a,
.readmore button {
  position: relative;

  z-index: 1;

  display: block;

  padding: 0px 15px;

  width: 150px;

  min-height: 30px;

  border: 1px solid #16161b;

  overflow: hidden;

  white-space: nowrap;

  color: #16161b;

  font-size: 0.7em;

  text-align: center;

  line-height: 30px;

  letter-spacing: 1px;

  margin: 0 auto;

  cursor: pointer;
}

.readmore button {
  width: 100%;

  background: none;
}

.readmore a span,
.readmore button span {
  height: 30px;

  width: 100%;

  float: left;

  -webkit-transition: all 300ms;

  -o-transition: all 300ms;

  -ms-transition: all 300ms;

  -moz-transition: all 300ms;

  transition: all 300ms;
}

.readmore a span.hover,
.readmore button span.hover {
  color: #fff;

  background: #16161b;

  position: absolute;

  left: 0;

  width: 100%;

  top: 100%;
}

.readmore a:hover span.readText,
.readmore button:hover span.readText {
  -webkit-transform: translateY(-100%);

  -o-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  -moz-transform: translateY(-100%);

  transform: translateY(-100%);
}

.readmore a:hover span.hover,
.readmore button:hover span.hover {
  top: 0;
}

.readmore.whiteReadmore a {
  border-color: #fff;

  color: #fff;
}

.readmore.whiteReadmore a span.hover {
  color: #16161b;

  background: #fff;
}

.scrollDown{
    background: #d38360;
    position: absolute;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 11px;
    color: #ffffff;
    font-size: 20px;
    border: 3px solid #323232;
    z-index: 997;
    transition: padding 300ms;
    border-radius: 50%;
}

.hm-padding {
  padding: 8vw 0;
}

.padding {
  padding: 50px 0;
}

.min-width {
  width: 84%;

  float: left;

  margin: 0 8%;
}

.heading {
  display: table;

  clear: both;

  position: relative;

  padding-bottom: 20px;

  margin: 0 auto 40px;

  letter-spacing: 1px;
}

.heading::before {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #212121;
}

.heading.leftHeading {
  margin-left: 0;
}

.heading.leftHeading::before {
  left: 0;
}

.heading.whiteHeading:before {
  background: #fff;
}

.heading h2 {
  color: #d38360;

  font-size: 1.5rem;

  font-weight: 600;

  margin-bottom: 0;
}

.whiteHeading h2 {
  color: #fff;
}

.hm-contentBox {
  width: 45%;

  float: left;

  position: relative;

  padding-right: 5%;
}

.hm-contentBox .absoluteText {
  position: absolute;

  top: 40px;

  right: -20px;

  z-index: 1;

  font-size: 9px;

  text-transform: uppercase;

  color: #b1b1b1;

  letter-spacing: 5px;

  cursor: context-menu;

  -webkit-transform: rotate(-90deg);

  -o-transform: rotate(-90deg);

  -moz-transform: rotate(-90deg);

  -ms-transform: rotate(-90deg);

  transform: rotate(-90deg);
}

.hm-contentText {
  padding-right: 20px;
}

.hm-contentText p {
  line-height: 22px;

  letter-spacing: 1px;

  color: #949494;

  padding-bottom: 10px;
}

.hm-overviewImgBox {
  position: absolute;

  width: 55%;

  top: 0;

  bottom: 0;

  right: 0;

  text-align: center;

  background: url(images/overview-img.jpg) center no-repeat;

  background-size: cover;
}

.hm-overviewImgBox iframe {
  height: 100%;

  display: block;

  position: relative;

  z-index: 1;
}

/*----------------------------------------Client counter---------------------------*/

#counter-bg {
  background: url(images/hill.jpg) center no-repeat fixed;

  background-size: cover;

  padding: 4vw 0;

  position: relative;

  z-index: 1;
}

#counter-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e0ae98;
  background: -webkit-linear-gradient(#dfff, #e0ae98);
  background: linear-gradient(#fff, #e0ae98);
  opacity: 0.8;
  z-index: -1;
}

.counter-head {
  width: 80%;
}

.counter-window {
  width: 100%;

  float: left;

  text-align: center;
}

.counter-window h1,
.counter-window h3 {
  font-weight: 600;

  text-transform: uppercase;
}

.counter-window h3 {
  margin-bottom: 30px;

  color: #000;
}

.counter-window span {
  color: #000;

  display: inline-block;

  vertical-align: top;

  font-weight: 400;
}

.counter-window span > span {
  margin-bottom: 0;
}

.counter-window code,
code > span {
  display: block;

  background: #444;

  color: #212121;

  padding: 20px;

  font-size: 14px;

  margin-bottom: 100px;
}

.counter-window code > span {
  padding: 0;

  margin: 0;
}

.counter-window .main-div-cou {
  width: 25%;

  float: left;

  padding: 0 10px;

  text-align: center;

  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.counter-window .main-div-cou:last-child {
  border-right-color: transparent;
}

.counter-window .main-div-cou .title-icon {
  width: 100%;

  float: left;

  font-size: 28px;

  text-align: center;

  padding-bottom: 10px;
}

.counter-window .main-div-cou .title-icon i {
  width: 60px;

  height: 60px;

  line-height: 60px;

  background-color: #d38360;

  border-radius: 50%;
}

.counter-window .main-div-cou .coun-data {
  width: 100%;

  float: left;

  position: relative;
}

.counter-window .main-div-cou .coun-data {
  width: 100%;

  float: left;

  position: relative;
}

.counter-window .main-div-cou .counter {
  font-size: 27px;

  font-weight: 600;

  padding-bottom: 10px;

  position: relative;

  z-index: 1;

  /*border:1px solid #212121;*/
}

.counter-window .main-div-cou .counter:after {
  margin: -3px 0 0 10px;

  float: right;
}

.counter-window .main-div-cou #counter1:after {
}

.counter-window .main-div-cou #counter2:after {
}

.counter-window .main-div-cou #counter3:after {
  content: "+";
}

.counter-window .main-div-cou #counter4:after {
  content: "+";
}

.counter-window .main-div-cou #counter5:after {
  content: "+";
}

.counter-window .main-div-cou .title {
  font-size: 13px;

  width: 100%;

  margin-top: 8px;

  text-transform: uppercase;

  letter-spacing: 1px;
}

/*.counter-window .main-div-cou #counter5{

	border:1px solid #E5CF00;

	color:#E5CF00;

}*/

/*----------------------------------------Client counter end---------------------------*/

#hm-projectBg {
  background: #5fb842;
}

#hm-projectBg .hm-contentHead p {
  color: #fff;
}

.projBox {
  width: 25%;

  float: left;

  padding: 0 5px;
}

.projBox * {
  -webkit-transition: all 400ms;

  -o-transition: all 400ms;

  -moz-transition: all 400ms;

  -ms-transition: all 400ms;

  transition: all 400ms;
}

.projBox a .imgBox {
  width: 100%;

  float: left;

  position: relative;

  z-index: 1;

  overflow: hidden;
}

.projBox a .imgBox .hoverImg {
  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  opacity: 0;

  visibility: hidden;
}

.projBox a:hover .imgBox .hoverImg {
  opacity: 1;

  visibility: visible;
}

.projBox a span {
  width: 100%;

  float: left;

  text-align: center;

  height: 60px;

  line-height: 60px;

  font-size: 14px;

  letter-spacing: 1px;

  text-transform: uppercase;

  background: #fff;

  color: #212121;

  position: relative;

  z-index: 1;
}

.projBox a span:before {
  content: "";

  position: absolute;

  left: 5px;

  right: 5px;

  top: 5px;

  bottom: 5px;

  border: 1px solid rgba(0, 0, 0, 0.1);

  z-index: -1;

  -webkit-transition: all 400ms;

  -o-transition: all 400ms;

  -moz-transition: all 400ms;

  -ms-transition: all 400ms;

  transition: all 800ms;
}

.projBox a:hover span {
  background: #256282;

  color: #fff;
}

.projBox a:hover span:before {
  background: rgba(0, 0, 0, 0.2);
}

.hm-contentBox.right-contentBox {
  padding-right: 0;

  padding-left: 5%;

  width: 35%;
}

.hm-contentBox.right-contentBox .absoluteText {
  right: auto;

  left: -20px;
}

.darkBg {
  background: #3d3f4a;
}

.lightBg {
  background: #ffebe2;
}

.hm-contentHead {
  margin-bottom: 40px;
}

.hm-contentHead p {
  color: #949494;

  letter-spacing: 1px;

  line-height: 22px;
}

/*-------latest projects-----*/

.latestProject {
  position: relative;
  background: #f3c9b7;
  background: -webkit-linear-gradient(30deg, #f3c9b7, #fff);
  background: linear-gradient(30deg, #f3c9b7, #fff);
}

.project-showcase {
  width: 100%;

  float: left;

  position: relative;
}

.project-slider {
  width: 100%;

  float: left;
}

.hm-project-container {
  width: 100%;

  float: left;

  position: relative;
}

.hm-project-container img {
  width: 100%;

  display: block;
}

.project-slider,
.project-slider li,
.project-slider li img.mainImg {
  height: 536px !important;
}

.hm-project-details {
  position: absolute;

  right: 80px;

  top: 20px;

  bottom: 20px;

  width: 450px;

  background: rgba(255, 255, 255, 0.9);

  padding: 40px;
}

.project-logo {
  width: 80%;

  opacity: 0.4;

  margin: 0 auto;

  margin-bottom: 20px;
}

.project-img {
  width: 100%;

  float: left;

  display: none;
}

.hm-project-logo {
  width: 150px;

  display: table;

  margin-bottom: 10px;
}

#hill-logo {
  width: 100px;
}

.hm-project-details h3 {
  margin-bottom: 10px;

  color: #d38360;

  font-size: 1.7vw;

  font-weight: bold;

  padding-bottom: 10px;

  border-bottom: 1px solid;
}

.hm-project-details p {
  letter-spacing: 1px;

  font-size: 14px;

  line-height: 20px;

  margin-bottom: 30px;

  color: #000;
}

.bannerpager1 {
}

.bannerpager1 li {
  display: inline-block;

  text-align: center;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  z-index: 9;
}

.bannerpager1 li#next1 {
  right: 15px;

  margin-right: 0;
}

.bannerpager1 li#prev1 {
  left: 15px;

  margin-left: 0;
}

.bannerpager1 li i {
  display: block;

  font-size: 20px;

  color: #e0ae98;
  opacity: 1;

  width: 50px;

  height: 50px;

  line-height: 50px;

  background-color: #fff;

  cursor: pointer;
}

.bannerpager1 li i:hover {
  background: #d38360;

  color: #ffffff;
}

.project-showcase .bx-wrapper .bx-controls-direction a {
  bottom: auto;

  top: 50%;

  margin-top: -25px;
  background-size: 22px;

  opacity: 1;

  width: 50px;

  height: 50px;

  background-color: #edd0c2;
}

.project-showcase .bx-wrapper .bx-controls-direction a:hover {
  background-color: #d38360;
}

.project-showcase .bx-wrapper .bx-next {
  right: 15px;

  margin-right: 0;

  z-index: 9;
}

.project-showcase .bx-wrapper .bx-prev {
  left: 15px;

  margin-left: 0;
}

/*-------latest projects-----*/

#hm-awardsBg {
  background: url(images/awards-bg.jpg) center fixed no-repeat;

  background-size: cover;

  position: relative;

  z-index: 1;
}

#hm-awardsBg:before {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;
  background: #e0ae98;
  background: -webkit-linear-gradient(#fff, #e0ae98);
  background: linear-gradient(#fff, #e0ae98);
  opacity: 0.8;
  z-index: -1;
}

.awardsContainer {
  display: flex;
}

.awardBox {
  width: 25%;

  float: left;

  padding: 20px;

  display: flex;

  flex-wrap: wrap;
}

.awardBox a {
  width: 100%;

  float: left;

  display: block;

  padding: 10px;

  background: #fff;

  outline: 7px double #ffffff;

  text-align: center;

  font-size: 13px;

  color: #212121;
}

.awardBox a:hover {
  background: #d38360;
  background: -webkit-linear-gradient(30deg, #d38360, #edcdc0);
  background: linear-gradient(30deg, #d38360, #edcdc0);
  outline-color: #d38360;
}

.awardBox a span {
  display: block;
  padding-top: 5px;
}

#hm-awardsBg .awardBox a:hover span,
#hm-awardsBg .awardBox a:hover p {
  color: #000;
}

/*#hm-videoBg{

	height:500px;

	position:relative;

	overflow:hidden;

	z-index:1;

}



#hm-videoBg:before{

	content:'';

	position:absolute;

	left:0;

	right:0;

	top:0;

	bottom:0;

	background:rgba(0, 0, 0, 0.2);

}



.homeVideo{

	width:100%;

	display:block;

	position:absolute;

	top:50%;

	-webkit-transform:translateY(-50%);

	-o-transform:translateY(-50%);

	-moz-transform:translateY(-50%);

	-ms-transform:translateY(-50%);

	transform:translateY(-50%);

	z-index:-1;

}



.videoText{

	position:absolute;

	width:400px;

	text-align:center;

	left:50%;

	top:50%;

	transform:translate(-50%,-50%);

	z-index:1;

}



.videoText .playBtn{

	width:80px;

	margin:0 auto;

	cursor:pointer;

	border:none;

	outline:none;

	background:none;

	-webkit-transition:all 300ms;

	transition:all 300ms;

	opacity:0.8;

}



.videoText .playBtn:hover{

	-webkit-transform:scale(1.05,1.05) rotate(-5deg);

	transform:scale(1.05,1.05) rotate(-5deg);

}*/

/*#testimBg {
  background: url(images/concrete-texture.jpg) center #a5d4fc;

  background-size: cover;

  background-blend-mode: hard-light;
}

.testimSlider li {
  width: 50%;

  float: left;

  padding: 10px;
}

.testimSlider li .testimBox {
  padding: 30px;

  background: #fff;

  position: relative;

  z-index: 1;
}

.testimSlider li .testimBox:before {
  content: "\275E";

  position: absolute;

  top: -5px;

  right: 20px;

  font-size: 70px;

  color: #c7c7c7;

  z-index: -1;
}

.testimSlider li .testimBox .imgBox {
  width: 120px;

  display: inline-block;

  vertical-align: middle;

  margin-right: -5px;
}

.testimSlider li .testimBox .imgBox img {
  border-radius: 50%;
}

.testimSlider li .testimBox article {
  width: calc(100% - 120px);

  display: inline-block;

  vertical-align: middle;

  padding-left: 20px;
}

.testimSlider li .testimBox article h5 {
  width: 100%;

  float: left;

  margin-top: 15px;

  color: #d38360;

  letter-spacing: 1px;

  line-height: 20px;

  font-size: 0.83em;

  font-weight: bold;
}

.testimSlider li .testimBox article h5 span {
  font-weight: 400;

  color: #666666;
}*/

/*#socialBg{

	background:url(images/bg1.jpg) center;

	background-size:cover;

}



.socialEmbed{

	width:27%;

	float:left;

	text-align:center;

	margin-right:2%;

}



.socialEmbed h2{

	width:100%;

	float:left;

	margin-bottom:15px;

}



.socialEmbed.blogBox{

	margin-right:0;

	width:42%;

}



.socialEmbed.blogBox .blogs{

	width:100%;

	float:left;

	padding:20px;

	border:1px solid #767676;

	border-radius:4px;

	background:rgba(255, 255, 255, 0.6);

}



.socialEmbed.blogBox .imgBox img{

}



.socialEmbed.blogBox .hm-blogText{

	width:100%;

	float:left;

	padding:10px 15px 0;

}



.socialEmbed.blogBox .hm-blogText h3{

	width:100%;

	float:left;

	padding-bottom:10px;

	margin-bottom:15px;

	border-bottom:1px solid #767676;

	font-size:16px;

	color:#212121;

}



.socialEmbed.blogBox .hm-blogText h3 small{

	font-weight:400;

	color:#686868;

	margin-left:10px;

	font-size:14px;

}



.socialEmbed.blogBox .readmore{

	width:100%;

	margin-bottom:20px;

}*/


/*testmonialsBody
====================================================================*/

 
.testmonials{
	width:60%;
	float:left;
	margin:0px 20% 0;
	background:none;
}

.testmonialsSlider{
	width:100%;
	float:left;
	padding-left: 0px;
}

.testmonialsText{
	width:100%;
	float:left;
	text-align:center;
}

.testmonialsText p{
	text-align: center;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 25px;
}


.testmonialsImg h3{
	color: #1f1f1f;
	font-weight:400;
	margin-top:30px;
	font-size:18px;
	letter-spacing:2px;
	position:relative;
}


/*.testmonialsImg h3::before{
	content:'';
	position:absolute;
	top:50%;
	left:30%;
	right:66%;
	height:1px;
	background:#1f1f1f;
	transform:translateY(-50%);
}


.testmonialsImg h3::after{
	content:'';
	position:absolute;
	top:50%;
	left:66%;
	right:30%;
	height:1px;
	background:#1f1f1f;
	transform:translateY(-50%);
}*/


.testmonialsImg h4{
	color:#1f1f1f;
	font-weight:400;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing: 1px;
	margin-top:15px;
}

.testmonialsImg{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:20px;
}

.testmonialsImg img{
	width:100px;
	display:inline-block !important;
	margin:0 -2px;
	border-radius:50%;
	border: 2px solid #ffffff;
    background: #fff;
}

.testmonialsBody .bx-wrapper{
	padding:0;
	margin:0;
}

.testmonialsBody .bx-wrapper .bx-pager{
	position:static;
	bottom:0;
	margin-top:50px;
	padding:0;
}

.testmonialsBody .bx-wrapper .bx-controls-direction a{
	font-size:0;
	bottom:unset;
	display: none !important;
}

.testmonialsBody .bx-wrapper .bx-pager.bx-default-pager a{
	background:none !important;
	border: 1px solid #000;
}

.testmonialsBody .bx-wrapper .bx-pager.bx-default-pager a:hover, .testmonialsBody .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #d38360 !important;
} 
.testmonialsBody  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: none !IMPORTANT;
 }

/**********Footer**********/

.footer {
  /*background:#101010;*/

  background: #000000;

  position: relative;
}

.footerBtn {
  position: absolute;

  width: 100px;

  height: 50px;

  left: 50%;

  top: -50px;

  margin-left: -15px;

  text-align: center;

  color: #fff;

  z-index: 1;

  cursor: pointer;

  -webkit-transition: all 500ms;

  -o-transition: all 500ms;

  -moz-transition: all 500ms;

  -ms-transition: all 500ms;

  transition: all 500ms;
}

.footerBtn:before {
  content: "";

  position: absolute;

  left: 0;

  border-bottom: 50px solid #16161b;

  border-left: 50px solid transparent;

  border-right: 50px solid transparent;

  z-index: -1;
}

.footerBtn span {
  font-size: 9px;

  text-transform: uppercase;

  margin-top: 17px;

  width: 100%;

  float: left;
}

.footerBtn span i {
  font-size: 16px;
}

.footerBtn span b {
  font-weight: 400;

  display: block;
}

.footerBtn.activeFooterBtn {
  top: 0;

  color: #16161b;

  -webkit-transform: rotateX(180deg);

  -o-transform: rotateX(180deg);

  -moz-transform: rotateX(180deg);

  -ms-transform: rotateX(180deg);

  transform: rotateX(180deg);
}

.footerBtn.activeFooterBtn:before {
  border-bottom-color: #fff;
}

.footerBtn.activeFooterBtn span b {
  -webkit-transform: rotateX(180deg);

  -o-transform: rotateX(180deg);

  -moz-transform: rotateX(180deg);

  -ms-transform: rotateX(180deg);

  transform: rotateX(180deg);
}

.mainFooter {
}

.innerMainFooter {
  padding: 50px 0 0;
}

.mainFooter .footLinks .newsletter h4 {
  color: #d38360;

  letter-spacing: 1px;

  text-transform: uppercase;

  padding: 5px 0;

  font: 14px "helveticablack";
}

.mainFooter .footLinks .newsletter p {
  color: #949494;
}

.mainFooter .footLinks .newsletter {
  width: 100%;

  float: left;
}

.mainFooter .footLinks .newsletter .field {
  width: 100%;

  float: left;
}

.mainFooter .footLinks .newsletter input,
.mainFooter .footLinks .newsletter .subscribe {
  border: none;

  outline: none;

  padding: 10px;

  font-size: 13px;
}

.mainFooter .footLinks .newsletter input {
  width: 70%;

  background: rgba(255, 255, 255, 0.14);
}

.mainFooter .footLinks .newsletter input:focus {
  background: #fff;
}

.mainFooter .footLinks .newsletter .subscribe {
  margin-left: -5px;

  width: 40px;

  cursor: pointer;
}

.mainFooter .footLinks .newsletter .subscribe:hover {
  background: #d38360;

  color: #fff;
}

.mainFooter .footLinks {
  width: 33.33%;

  float: left;
}

.mainFooter .footLinks ul {
  width: 100%;

  float: left;
}

.mainFooter .footLinks ul li {
  margin: 5px 0;

  display: table;
}

.mainFooter .footLinks > ul > li > a {
  color: #d38360;

  font-size: 14px;

  font-family: "helveticablack";

  text-transform: uppercase;

  letter-spacing: 1px;
}

.mainFooter .footLinks ul li:hover > a {
  color: #fff;
}

.mainFooter .footLinks > ul ul {
  padding-left: 10px;

  margin-bottom: 25px;
}

.mainFooter .footLinks > ul ul li {
  color: #949494;

  padding-left: 20px;

  line-height: normal;

  position: relative;
}

.mainFooter .footLinks > ul ul li:before {
  content: "\2666";

  position: absolute;

  left: 0;

  top: 50%;

  line-height: 0;
}

.mainFooter .footLinks > ul ul li a {
  font-size: 13px;

  color: #949494;
}

.mainFooter .footLinks .social-links {
  margin-top: 15px;
}

.mainFooter .footLinks .social-links li {
  display: inline-block;

  margin: 0 2px;

  text-align: center;
}

.mainFooter .footLinks .social-links li a {
}

.mainFooter .footLinks .social-links li a i {
  width: 30px;

  height: 30px;

  line-height: 30px;

  color: #d38360;
}

.mainFooter .footLinks .social-links li a:hover i.fa-facebook-f {
  color: #3b5ea3;
}

.mainFooter .footLinks .social-links li a:hover i.fa-twitter {
  color: #11cfff;
}

.mainFooter .footLinks .social-links li a:hover i.fa-linkedin-in {
  color: #0084ff;
}

.mainFooter .footLinks .social-links li a:hover i.fa-instagram {
  color: #c32aa3;
}

.mainFooter .footLinks .social-links li a:hover i.fa-youtube {
  color: #b90003;
}

.mainFooter .footLinks .social-links li a:hover i {
  /*opacity: 0.9;*/
}

.shortFooter {
  padding: 10px 0;
}

.footLogo {
  width: 190px;

  float: left;
}

.quickLinks {
  float: right;

  margin-top: 10px;
}

.quickLinks li {
  float: left;

  margin: 0 10px;

  color: #525254;

  font-size: 12px;
}

.quickLinks li a {
  color: #525254;
}

.quickLinks li a:hover {
  color: #fff;
}

.bottom {
  width: 100%;

  float: left;

  padding: 5px 0px;

  position: relative;

  border-top: 1px solid #0f0f0f;
}

.bottom p {
  display: inline-block;

  vertical-align: middle;

  color: #525254;

  font-size: 12px;
}

.bottom p span {
  text-transform: uppercase;
}

.ecis {
  display: inline-block;

  vertical-align: middle;

  margin-left: 10px;

  position: relative;
}

.ecis img {
  width: 25px;

  height: 25px;

  display: inline-block;

  vertical-align: middle;
}

.ecis p {
  float: none;

  display: inline-block;

  vertical-align: middle;

  padding: 0;
}

.button-top {
  background: #d38360;
  position: fixed;
  cursor: pointer;
  right: 10px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 11px;
  color: #ffffff;
  font-size: 20px;
  border: 3px solid #323232;
  opacity: 0;
  z-index: 997;
  transition: padding 300ms;
  border-radius: 50%;
}

.button-top i {
  margin-right: 0;
}

.button-top:hover {
  background: #212121;
  padding: 10px 13px;
}

/*---------currentProjects------*/

.currentProjects-showcase {
  width: 100%;

  float: left;
}

.currentProjects-slider {
  width: 100%;

  float: left;
}

.hm-currentProjects-container {
  width: 100%;

  float: left;

  position: relative;
}

.hm-currentProjects-container img {
  width: 100%;

  display: block;
}

.hm-currentProjects-details {
  position: absolute;

  right: 0px;

  top: 00px;

  bottom: 00px;

  width: 450px;

  background: rgba(27, 27, 34, 0.72);

  color: #1d1d1d;

  padding: 40px;
}

.currentProjects-logo {
  width: 150px;

  margin: 0 auto;

  margin-bottom: 20px;
}

.currentProjects-showcase .bx-wrapper .currentProjects-logo img {
  height: auto;
}

.currentProjects-img {
  width: 100%;

  float: left;
}

.currentProjects-showcase .bx-wrapper .currentProjects-img img {
  display: none;

  margin-bottom: 15px;
}

.hm-currentProjects-details p {
  letter-spacing: 1px;

  font-size: 14px;

  line-height: 20px;

  color: #989898;
}

.currentProjects-showcase .bx-wrapper {
  padding-bottom: 0;
}

.currentProjects-showcase .bx-wrapper .bx-controls-direction a {
  bottom: 15px;

  margin-top: -25px;

  border: 1px solid #000;

  background-size: 20px;

  opacity: 1;

  width: 50px;

  height: 50px;

  background-color: rgba(255, 255, 255, 0.7);
}

.currentProjects-showcase .bx-wrapper .bx-controls-direction a:hover {
  background-color: #fff;
}

.currentProjects-showcase .bx-wrapper .bx-next {
  right: 15px;

  margin-right: 0;

  z-index: 9;
}

.currentProjects-showcase .bx-wrapper .bx-prev {
  left: auto;

  right: 80px;

  margin-left: 0;
}

/*-------currentProjects-----*/

#developmentBg {
  background: url(images/meerut1-interior.jpg) center no-repeat;
}

.deliveredProjectsBox {
  width: 25%;

  float: left;

  padding: 10px;
}

.deliveredProjectsBox .imgBox {
  position: relative;
}

.deliveredProjectsBox .imgBoxHover {
  opacity: 0;

  position: absolute;

  left: 10px;

  right: 10px;

  top: 10px;

  bottom: 10px;

  overflow: hidden;

  -webkit-transition: all 500ms;

  -o-transition: all 500ms;

  -moz-transition: all 500ms;

  -ms-transition: all 500ms;

  transition: all 500ms;
}

.deliveredProjectsBox section:hover .imgBoxHover {
  opacity: 1;
}

.deliveredProjectsBox article {
  width: 100%;

  float: left;

  padding: 10px;

  background: #16161b;
}

.deliveredProjectsBox article h4 {
  color: #ababab;

  font-size: 13px;

  text-transform: uppercase;

  text-align: center;

  padding-bottom: 10px;

  border-bottom: 1px solid #363636;
}

.deliveredProjectsBox article ul {
  width: 100%;

  float: left;

  margin-top: 15px;

  min-height: 100px;
}

.deliveredProjectsBox article ul li {
  width: 100%;

  float: left;

  position: relative;

  padding-left: 40px;

  margin: 10px 0;

  color: #949494;

  font-size: 14px;
}

.deliveredProjectsBox article ul li i {
  position: absolute;

  left: 0;

  top: 50%;

  width: 30px;

  height: 30px;

  line-height: 30px;

  margin-top: -15px;

  border: 1px solid #949494;

  text-align: center;
}

.deliveredProjectsBox article .readmore,
.deliveredProjectsBox article .readmore a {
  width: 100%;
}

#disc-bg {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 100%;

  left: 0;

  position: fixed;

  text-align: center;

  top: 0px;

  width: 100%;

  z-index: 999999;
}

#disc-bg2 {
  display: block;
}

#disc-bg .content {
  background: #fff none repeat scroll 0 0;

  border-radius: 5px;

  color: #434343;

  box-sizing: border-box;

  font-family: Arial;

  font-size: 13px;

  height: auto;

  padding: 20px;

  text-align: center;

  width:70%;
}

#disc-bg .content h2 {
  color: #d38360;

  display: block;

  font-size: 23px;

  font-weight: bold;

  margin-bottom: 20px;
}

#disc-bg .content p {
  text-align: justify;

  line-height: 26px;

  font-size: 16px;
}

#disc-bg .content p a {
  color: #4a4a4a;
}

.agree-popup {
  background: #d38360 none repeat scroll 0 0;

  border-radius: 5px;

  color: #fff;

  cursor: pointer;

  padding: 10px 15px;

  text-decoration: none;

  display: inline-block;

  margin-top: 10px;
}

.agree-popup:hover {
  color: #fff;
  background: #212121;
}

.insideBanner {
  min-height: 100px;
  margin-top: 80px;
}
.insideBanner ul.insideSlider {padding-left: 0;}

.insideSlider,
.insideSlider li {
  height: 550px;
}

.insideSlider li {
  width: 100%;

  background: center no-repeat;

  background-size: cover;
}

#imperialSlide1 {
  background-image: url(images/banner-imperial.jpg);
}

#laburnumSlide1 {
  background-image: url(images/banner-laburnum.jpg);
}

.pageHeader {
  background: #d38360;
  background: -webkit-linear-gradient(60deg, #d38360, #eccfc1);
  background: linear-gradient(60deg, #d38360, #eccfc1);
}

.pageTitle {
  max-width: 29%;

  float: left;
}

.pageTitle h3 {
  padding: 22px 20px 16px;

  margin-bottom: 0;

  background: #b56948;

  color: #fff;

  font-size: 20px;
}

.pageNavi {
  float: right;
}

.pageNavi ul li a {
  text-align: center;

  color: #212121;

  font-size: 12px;

  display: block;

  padding: 10px;

  transition: all 300ms ease-in-out;
}

.pageNavi ul li a:hover {
  color: #d38360;
}

.pageNavi ul li a i {
  display: block;

  font-size: 19px;

  padding-bottom: 5px;
}

.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  background: #ffebe2;
  width:100%;
}

.breadcrumb li {
  font-size: 12px;
}

.breadcrumb li a {
  color: #d38360;
}

.projectOverview article h4 {
  text-align: left !important;
}

.projectLogo {
  width: 150px;

  display: table;
}

.projectManage img {
  width: 60%;

  margin: 0 auto;
}

.shortHeightLogo {
  width: 250px;
}

.shortPoints {
  margin-top: 15px;
}

.shortPoints li {
  width: 50%;

  float: left;

  padding: 1px;
}

.shortPoints li.fullwidth {
  width: 100%;
}

.shortPoints li a {
  display: block;

  padding: 5px;

  color: #303030;

  border: 1px solid #dedede;
}

.shortPoints li a small {
  display: block;

  font-size: 11px;

  font-weight: bold;

  text-transform: uppercase;

  color: #d38360;
}

.shortPoints li a span {
  font-size: 13px;
}

.website a {
  display: table;

  font-size: 13px;

  color: #fff;

  background: #d38360;

  padding: 4px 10px 4px 55px;

  position: relative;

  border-radius: 20px;
}

.website a i {
  width: 40px;
  height: 40px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #ffebe2;
  background: #d38360;
  font-size: 31px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -22px;
  border: 3px solid #d38360;
}

.website a:hover {
  background: #212121;
}

.website a:hover i {
  background: #212121;

  color: #868686;

  border-color: #212121;
}

.amenitiesBg {
  background: url(images/amenitiesBg.jpg) center no-repeat;

  background-size: cover;
}

.amenitiesContainer {
  text-align: center;
}

.amenitiesBox {
  padding: 1px;

  width: 20%;

  display: inline-block;

  vertical-align: middle;

  margin: 0 -2px;
}

.amenitiesContainer.col-8 .amenitiesBox {
  width: 25%;
}

.amenitiesBox a {
  width: 100%;

  float: left;

  padding: 10px;

  border: 1px solid rgba(0, 0, 0, 0.1);

  text-align: center;

  font-size: 12px;

  background: rgba(255, 255, 255, 0.3);

  transition: all 300ms ease-in-out;
}

.amenitiesBox a:hover {
  color: #fff !important;
  background: #d38360;
  background: -webkit-linear-gradient(60deg, #d38360, #eccfc1);
  background: linear-gradient(60deg, #d38360, #eccfc1);
}

.amenitiesBox a .figure-img svg,
.amenitiesBox a .figure-img img {
  width: 70px;

  margin: 0 auto;
}

.amenitiesBox a .figure-img svg path,
.amenitiesBox a .figure-img svg polygon,
.amenitiesBox a .figure-img svg rect {
  transition: all 300ms ease-in-out;

  fill: #212121;

  stroke: none;

  stroke-width: 1;

  stroke-miterlimit: 20;

  stroke-dasharray: 400;

  stroke-dashoffset: 0;
}

.amenitiesBox a:hover .figure-img svg path,
.amenitiesBox a:hover .figure-img svg polygon,
.amenitiesBox a:hover .figure-img svg rect {
  fill: none;

  stroke: #fff;

  -webkit-animation: path 5s infinite;

  animation: path 5s alternate;
}

@-webkit-keyframes path {
  0% {
    stroke-dashoffset: 400;
  }

  100% {
    stroke-dashoffset: 0;
    stroke: none;
    fill: #fff;
  }
}

@keyframes path {
  0% {
    stroke-dashoffset: 400;
  }

  100% {
    stroke-dashoffset: 0;
    stroke: none;
    fill: #fff;
  }
}

.featuresContainer {
  margin-top: 30px;

  padding: 20px;

  background: #fff;

  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.22);
}

.featuresContainer .features {
  margin: 0 5px;

  width: calc((100% / 3) - 10px);

  float: left;
}

.features h5 {
  color: #d38360 !important;
}

.features li {
  font-size: 13px;

  line-height: 22px;

  letter-spacing: 1px;

  color: #212121;

  margin: 3px 0px;

  width: 100%;

  float: left;

  padding-left: 15px;

  position: relative;
}

.features li::before {
  content: "\2726";

  position: absolute;

  left: 0;

  top: 1px;

  line-height: 20px;

  color: #d38360;
}

.fpBox {
  width: 25%;

  padding: 10px;
}

.fpBox a {
  width: 100%;

  float: left;

  padding: 10px;

  background: #fff;

  border: 1px solid #ddd;

  color: #303030;
}

.fpBox a,
.fpBox a * {
  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.fpBox a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
}

.fpBox a:hover .figure-img {
  transform: scale(0.9, 0.9);
}

.fpBox a ul {
  border-top: 1px solid #ddd;

  margin-top: 10px;

  padding-top: 10px;
}

.fpBox a ul li {
  width: 100%;

  float: left;

  margin: 5px 0;

  padding-left: 30px;

  position: relative;

  font-size: 14px;
}

.fpBox a ul li i {
  position: absolute;

  width: 25px;

  left: 0;
}

.downloadBg {
  background: #d38360;
  background: -webkit-linear-gradient(60deg, #e4a68b -10%, #ea9d7b, #f1ab8c);
  background: linear-gradient(60deg, #e4a68b -10%, #ea9d7b, #f1ab8c);
}

.downloadBox {
  width: 200px;

  padding: 0 4px;

  text-align: center;
}

.downloadBox a {
  display: block;

  position: relative;

  z-index: 1;

  padding: 10px;

  color: #fff;

  border: 2px solid #fff;

  overflow: hidden;
}

.downloadBox a::before {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 100%;

  height: 100%;

  background: #fff;

  z-index: -1;

  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.downloadBox a:hover {
  color: #212121;
}

.downloadBox a:hover::before {
  bottom: 0;
}

.galleryHead li {
  width: 150px;

  padding: 0 4px;
}

.galBtn {
  text-align: center;

  padding: 10px;

  font-size: 13px;

  display: block;

  background: #ebebeb;

  color: #303030;
}

.galBtn.active {
  background: #d38360;
  color: #fff;
}

.galContainer {
  padding: 20px;
}

.galBox a {
  display: block;

  border-top: 5px solid #d38360;

  padding-top: 3px;
}

.locationBg {
  background: #ffebe2;
}

.locationBg .bg-info {
  background-color: #d38360 !important;
}

iframe {
  display: block;
}

.projectEnqBg {
  background: #d38360;
}

.projectEnqBg .btn {
  background: #000;
}

.projectEnqBg .btn:hover {
  background: #b56948;
}

.bg-darkBlue {
  background: #b56948;
}

.teamBox .text-body h4 {
  color: #fff;
}

.chairmanHead {
  text-align: center;
}

.dcfContainer article h5 {
  width: 100%;

  float: left;
}

.dcfContainer article p {
  margin-bottom: 1rem;
}

.dcfHead {
  border-bottom: none;
}

.dcfHead li {
  padding-left: 1px;

  padding-right: 1px;
}

.dcfHead li a {
  background: rgba(255, 255, 255, 0.2);

  color: #000;

  font-size: 14px;
}

.dcfHead li a.active {
  background: #000;
  color: #fff;
}

.dcfContainer ul li p {
  margin-bottom: 0;
}

.dcfContainer ul li {
  float: left;
}

.banks {
  margin-top: 20px;

  padding: 10px;

  border: 1px solid #ccc;

  text-align: center;
}

.banks li {
  width: 150px;

  display: inline-block;

  margin: 0 5px;
}

.maiAaddress {
  display: flex;

  flex-wrap: wrap;
}

.address p i {
  width: 30px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  display: inline-block;

  vertical-align: middle;

  border: 1px solid #ccc;
}

.address p a {
  color: #d38360;
}

.projectOffice .address {
  width: 100%;

  float: left;

  padding: 20px;

  background: #fff;

  text-align: center;

  /* min-height: 342px; */

  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.projectOffice .col-6:nth-last-child(1) .address,
.projectOffice .col-6:nth-last-child(2) .address {
  min-height: 1px;
}

.projectOffice .address h5 {
  font-size: 1rem;

  display: block;

  width: 100%;
}

.projectOffice .address .figure-img {
  width: 120px;

  display: inline-block;
}

.galleryBox a {
  display: block;

  background: #ffebe2;

  font-size: 13px;

  color: #212121;

  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);

  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.galleryBox a:hover {
  -webkit-box-shadow: none;

  box-shadow: none;

  background: #d38360;
  -webkit-transform: scale(0.95, 0.95);

  -moz-transform: scale(0.95, 0.95);

  -ms-transform: scale(0.95, 0.95);

  -o-transform: scale(0.95, 0.95);

  transform: scale(0.95, 0.95);
}

.galleryBox a .img-fluid {
  display: block;

  padding: 10px;
}

.galleryBox a span {
  padding: 0 10px 10px;

  display: block;

  min-height: 48px;
}

.newsletter h2 {
  margin-bottom: 0;

  font-weight: bold;
}

.newsletter .btn {
  font-size: 14px;
  margin-top: 0;
  background: #000;
  color: #fff;
}

.newsletter .btn:hover {
  background: #ffebe2;
  border-color: #ffebe2;
  color: #b56948;
}

.display {
  display: block;
}

.select-pressdigital {
  padding: 10px;

  right: 24px;

  position: absolute;

  border-radius: 3px;

  background: #f4f4f4;

  font-size: 13px;

  outline: none;

  border: 1px solid rgba(103, 103, 103, 0.57);
}

.pressdigital {
  width: 100%;

  float: left;
}

.press-headdigital {
  width: 100%;

  float: left;

  margin-bottom: 30px;
}

.press-headdigital li {
  float: left;
}

.press-headdigital li a {
  color: #fff;

  cursor: default;

  display: block;

  padding: 6px 10px;

  background: #ffebe2;
}

.press-headdigital li a.activeMonth {
  background: #000;
  color: #ffebe2;
  cursor: pointer;
}

.press-headdigital li a.activeMonth:hover {
  background: #585858;

  color: #fff;
}

.currentPress {
  background: #d38360 !important;

  color: #fff !important;

  cursor: text;
}

.monthlyPressdigital-16,
.monthlyPressdigital-17 {
  width: 100%;

  float: left;

  min-height: 180px;
}

.media li a * {
  -webkit-transition: all 400ms ease-in-out;

  -moz-transition: all 400ms ease-in-out;

  -o-transition: all 400ms ease-in-out;

  transition: all 400ms ease-in-out;

  transition-delay: 500ms;
}

.media li a .img-fluid {
  position: relative;

  z-index: 1;

  padding: 10px;

  background: #b56948;
}

.media li a .img-fluid::before {
  content: "";

  position: absolute;

  left: 5px;

  top: 5px;

  bottom: 5px;

  width: 48%;

  /*-webkit-transform:perspective(600px) rotateY(40deg);

    -moz-transform:perspective(600px) rotateY(40deg);

    -ms-transform:perspective(600px) rotateY(40deg);

    -o-transform:perspective(600px) rotateY(40deg);

    transform:perspective(600px) rotateY(30deg);*/

  -webkit-transform-origin: left;

  -moz-transform-origin: left;

  -ms-transform-origin: left;

  -o-transform-origin: left;

  transform-origin: left;

  background: rgba(255, 255, 255, 0.67);

  z-index: 1;

  -webkit-transition: all 400ms ease-in-out;

  -moz-transition: all 400ms ease-in-out;

  -o-transition: all 400ms ease-in-out;

  transition: all 400ms ease-in-out;
}

.media li a .img-fluid::after {
  content: "";

  position: absolute;

  right: 5px;

  top: 5px;

  bottom: 5px;

  width: 48%;

  /*-webkit-transform:perspective(600px) rotateY(-40deg);

    -moz-transform:perspective(600px) rotateY(-40deg);

    -ms-transform:perspective(600px) rotateY(-40deg);

    -o-transform:perspective(600px) rotateY(-40deg);

    transform:perspective(600px) rotateY(-30deg);*/

  -webkit-transform-origin: right;

  -moz-transform-origin: right;

  -ms-transform-origin: right;

  -o-transform-origin: right;

  transform-origin: right;

  background: rgba(255, 255, 255, 0.67);

  z-index: 1;

  -webkit-transition: all 400ms ease-in-out;

  -moz-transition: all 400ms ease-in-out;

  -o-transition: all 400ms ease-in-out;

  transition: all 400ms ease-in-out;
}

.media li a:hover .img-fluid::before {
  -webkit-transform: perspective(600px) rotateY(87deg);

  -moz-transform: perspective(600px) rotateY(87deg);

  -ms-transform: perspective(600px) rotateY(87deg);

  -o-transform: perspective(600px) rotateY(87deg);

  transform: perspective(600px) rotateY(87deg);
}

.media li a:hover .img-fluid::after {
  -webkit-transform: perspective(600px) rotateY(-87deg);

  -moz-transform: perspective(600px) rotateY(-87deg);

  -ms-transform: perspective(600px) rotateY(-87deg);

  -o-transform: perspective(600px) rotateY(-87deg);

  transform: perspective(600px) rotateY(-87deg);
}

.media li a .img-fluid img {
  -webkit-transform: scale(0.8, 0.8);

  -moz-transform: scale(0.8, 0.8);

  -ms-transform: scale(0.8, 0.8);

  -o-transform: scale(0.8, 0.8);

  transform: scale(0.8, 0.8);
}

.media li a:hover .img-fluid img {
  -webkit-transform: scale(0.95, 0.95);

  -moz-transform: scale(0.95, 0.95);

  -ms-transform: scale(0.95, 0.95);

  -o-transform: scale(0.95, 0.95);

  transform: scale(0.95, 0.95);
}

.media li a span {
  text-align: center;

  display: block;

  margin-top: 5px;

  font-size: 13px;

  padding: 10px;

  background: #b56948;

  color: #fff;
}

.media li a:hover span {
  background: #000;
}

.awardBox * {
  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.awardBox a {
  display: block;

  padding: 10px;

  background: #fff;

  outline: 7px double #ffffff;

  text-align: center;

  font-size: 13px;

  color: #212121;
}

.awardBox a span {
  display: block;

  padding-top: 5px;

  font-weight: bold;
}

.awardBox a p {
  font-size: 12px;

  line-height: 18px;
}

.awardBox a:hover,
.awardBox a:hover span,
.awardBox a:hover p {
  color: #fff;
}

.awardBox a:hover .img-fluid {
  opacity: 0.8;
}

.accordion .collapse {
  width: 100%;

  float: left;
}

.accordionBtn {
  margin: 3px 0;

  display: block;
}

.accordionBtn a {
  display: block;
  padding: 10px 25px 7px 10px;
  color: #000;
  border: 1px solid #d38360;
  background: #ffebe2;
  background: -webkit-linear-gradient(30deg, #ffebe2, #eac9b9);
  background: linear-gradient(30deg, #ffebe2, #eac9b9);
  border-radius: 5px;
  position: relative;
  font-size: 14px;
}

.accordionBtn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  position: absolute;
  right: 10px;
}

.accordionBtn .accordion-toggle.collapsed:after {
  content: "\f107";
}

.accordionBody {
  display: block;
  padding: 10px;
  border-radius: 5px;
  background: #d38360;
}

.accordionBody p {
  color: #fff;
}

.aboutContainer article {
}

.associatesContainer .text-body h5 {
  color: #fff;
}

.form-group label {
  color: #fff;

  margin-bottom: 0px;
}

.green {
  color: #d38360;
}

.address p {
  margin-bottom: 1rem;
}

/*Mobile menu*/

.mb-btn {
  display: none;

  position: absolute;

  right: 20px;

  top: 12px;

  height: 40px;

  width: 40px;

  background: #d38360;

  cursor: pointer;

  -webkit-transition: all 400ms ease-in-out;

  -o-transition: all 400ms ease-in-out;

  -moz-transition: all 400ms ease-in-out;

  -ms-transition: all 400ms ease-in-out;

  transition: all 400ms ease-in-out;
}

.mb-btn span {
  position: absolute;

  top: 50%;

  left: 50%;

  width: 2px;

  height: 30px;

  background: #fff;

  margin: -15px 0 0 -1px;
}

.mb-btn span:before {
  content: "";

  position: absolute;

  bottom: 0%;

  left: -10px;

  width: 2px;

  height: 25px;

  background: #fff;

  -webkit-transition: all 400ms ease-in-out;

  -o-transition: all 400ms ease-in-out;

  -moz-transition: all 400ms ease-in-out;

  -ms-transition: all 400ms ease-in-out;

  transition: all 400ms ease-in-out;
}

.mb-btn span:after {
  content: "";

  position: absolute;

  bottom: 0%;

  right: -10px;

  width: 2px;

  height: 20px;

  background: #fff;

  -webkit-transition: all 400ms ease-in-out;

  -o-transition: all 400ms ease-in-out;

  -moz-transition: all 400ms ease-in-out;

  -ms-transition: all 400ms ease-in-out;

  transition: all 400ms ease-in-out;
}

.header.fixed .mb-btn {
  top: 5px;
}

.mb-btn.mb-close {
  width: 35px;

  height: 35px;
}

.mb-btn.mb-close span {
  width: 100%;

  height: 100%;

  left: 0;

  background: none;

  margin: -17px 0 0;
}

.mb-btn.mb-close span:before {
  left: 50%;

  height: 100%;

  -webkit-transform: rotate(45deg) translateX(-1px);

  transform: rotate(45deg) translateX(-1px);
}

.mb-btn.mb-close span:after {
  right: 50%;

  height: 100%;

  -webkit-transform: rotate(-45deg) translateX(1px);

  transform: rotate(-45deg) translateX(1px);
}

body.overflow {
  overflow: hidden;
}

.mb-menu {
  position: fixed;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  background: #d38360;
  z-index: 1000;

  display: none;
}

/*.mb-menu > ul {
  width: 350px;

  position: absolute;

  left: 50%;

  top: 50%;

  text-align: center;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.mb-menu ul li {
  width: 100%;

  float: left;

  position: relative;
}

.mb-menu ul li a {
  display: block;

  padding: 13px 10px 10px;

  color: #fff;

  font-size: 22px;

  text-transform: uppercase;

  letter-spacing: 3px;

  border-bottom: 1px solid #fff;
}

.mb-menu ul li:last-child a {
  border-bottom: none;
}

.mb-menu ul li span {
  position: absolute;

  right: 0;

  top: 0;

  font-size: 22px;

  width: 30px;

  height: 100%;

  background: #fff;

  color: #d38360;

  -webkit-transition: all 400ms ease-in-out;

  -o-transition: all 400ms ease-in-out;

  -moz-transition: all 400ms ease-in-out;

  -ms-transition: all 400ms ease-in-out;

  transition: all 400ms ease-in-out;

  z-index: 9;
}

.mb-menu ul li span:before {
  content: "+";

  position: absolute;

  left: 0;

  top: 50%;

  width: 100%;

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.mb-menu ul li span.mb-dropHide {
  height: 7.4vw;
}

.mb-menu ul li span.mb-dropHide:before {
  content: "-";
}

.mb-menu ul li .dropdown {
  display: none;

  background: #353535;

  width: 100%;

  float: left;
}

.mb-menu ul li .dropdown ul li a {
  font-size: 2vw;
  text-transform: none;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}*/
/*---------latest-------------------*/


.tabDropMenu  .MenuList{

	width: 100%;

    height: 80vh;

    overflow: hidden;

    overflow-y: scroll;

    float: right;

    position: relative;

    margin-top: 80px;

    top: 0;

    right: 0%;

    z-index: 999;

    transition: all ease-in-out 0.5s;

    -webkit-transition: all ease-in-out 0.5s;

}



.tabDropMenu  ul::-webkit-scrollbar-track{

	-webkit-box-shadow: inset 0 0 6px rgb(202 202 202);

	box-shadow: inset 0 0 6px rgb(202 202 202);

	background-color: rgb(204 204 204);

	border-radius:10px;

}

.tabDropMenu  ul::-webkit-scrollbar

{

	width:5px;

}

.tabDropMenu  ul::-webkit-scrollbar-thumb

{

	border-radius:10px;

	background-color: #000000;

} 

  

.tabDropMenu > ul > li {

	width: 100%;

    display: inline-block;

    margin: 0px 0%;

    padding: 0px 5%;

}

.tabDropMenu .MenuList li a

{ 

	position:relative;

}

.tabDropMenu > ul > li > a {

   color: #ffffff;

    font-size: 14px;

    text-transform: uppercase;

    letter-spacing: 1px;

    padding: 10px 0px;

    text-align: left;

   border-bottom: 1px solid #dcdcdc;

    display: block; 

} 

.tabDropMenu > ul > li a:hover {

	color: #ffffff;
    font-weight: bold;

}


.tabDropMenu > ul > li:nth-last-child(1) a  { 

	border:none;

}



.tabDropMenu ul li.MenuListBtn a:after{

	content:'+';

	position:absolute;

	right:10px;

	top:50%;

	font-size: 20px;

	line-height:0;

	/*font-family:fontAwesome; 

    font-family: "Font Awesome 5 Free";

    font-weight: 900;*/

} 

.tabDropMenu ul li.MenuListBtn.active-MenuBtn a:after{

	content:'-';

	position:absolute;

	right:10px;

	top:50%;

	font-size: 20px;

	line-height:0;

	/*font-family:fontAwesome; 

    font-family: "Font Awesome 5 Free";

    font-weight: 900;*/

}



.tabDropMenu ul li.MenuListBtn.active-MenuBtn a{

	color: #ffffff;
    font-weight: bold;
}



.MenuListDrop

{

	width: 100%;

    float: left;

    position: relative;

    display: none;

/*    background: #1e6eb8;*/

}

.MenuListDrop  ul

{ 

	width:100%;   

    float:left;

	position:relative    

}



.MenuListDrop  ul  > li {

	width: 100%;

    display: inline-block;

    margin: 0px 0%;

    padding: 0px 5%;

}

.MenuListDrop  ul li a

{ 

	position:relative;

}

.MenuListDrop  ul > li > a {

	color: #ffffff;

    font-size:12px;

    text-transform: uppercase;

    letter-spacing: 1px;

    padding: 10px 0px;

    text-align: left;

    border-bottom: 1px solid #e6e6e6;

    display: block;

} 

.MenuListDrop  ul > li a:hover {

  color: #ffffff;
    font-weight: bold;

}





.tabDropMenu ul li.SubMenuListBtn a:after{

	content:'+';

	position:absolute;

	right:10px;

	top:50%;

	font-size: 15px;

	line-height:0;

	font-family:fontAwesome; 

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

} 

.tabDropMenu ul li.SubMenuListBtn.active-SubMenuBtn a:after{

	content:'-';

	position:absolute;

	right:10px;

	top:50%;

	font-size:15px;

	line-height:0;

	font-family:fontAwesome; 

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

}



.tabDropMenu ul li.SubMenuListBtn.active-SubMenuBtn a{

	color: #ffffff;
    font-weight: bold;

}



.SubMenuListDrop

{

	width: 100%;

    float: left;

    position: relative;

    display: none;

/*    background: #1e6eb8;*/

}

.SubMenuListDrop  ul

{ 

	width:100%;   

    float:left;

	position:relative    

}



.SubMenuListDrop  ul  > li {

	width: 100%;

    display: inline-block;

    margin: 0px 0%;

    padding: 0px 5%;

}

.SubMenuListDrop  ul li a

{ 

	position:relative;

}

.SubMenuListDrop  ul > li > a {

	    color: #ffffff;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1px;

    padding: 10px 0px;

    text-align: left;

    border-bottom: 1px solid #dcdcdc;

    display: block; 

} 

.SubMenuListDrop  ul > li a:hover {

   color: #ffffff;
   font-weight:bold;

}
/*------------------------form--------------------------*/

.formBox {
  padding-top: 30px;

  margin-top: 30px;

  border-top: 1px solid #c3c3c2;
}

.leftForm {
  width: 100%;

  float: left;
}

.formInBox {
  width: 50%;

  float: left;

  padding-right: 30px;
}

.partitionBox {
  width: 100%;

  float: left;

  padding: 15px 0;
}

.partitionBox h3 {
  font-size: 14px;

  color: #2b2b2b;

  letter-spacing: 1px;

  padding: 10px 0;
}

.partitionBox span {
  color: #0c0c0c;
}

.fullWidthFrom {
  width: 100%;

  float: left;
}

.fullWidthFrom .fields input {
  padding: 20px 0 10px;

  margin-bottom: 10px;
}

.formInBox input {
  width: 100%;

  float: left;

  padding: 10px;

  border-top: 0px solid #ccc;

  border-left: 0px solid #ccc;

  border-right: 0px solid #ccc;

  border-bottom: 1px solid #ccc;

  outline: none;

  margin: 5px 0;

  background: none;
}

.formInBox textarea {
  width: 100%;

  float: left;

  padding: 10px;

  border-top: 0px solid #ccc;

  border-left: 0px solid #ccc;

  border-right: 0px solid #ccc;

  border-bottom: 1px solid #ccc;

  outline: none;

  margin: 5px 0;

  background: none;
   
  height: 85px;
}

.partitionBox ul li {
  width: 33.33%;     

  float: left;
}

.partitionBox ul .full {
  width: 100%;

  float: left;
}

.partitionBox ul .full .fields {
  width: 50%;

  float: left;
}

.partitionBox ul .full #minF {
  width: 35%;
}

.partitionBox ul .full #fullF {
  width: 65%;
}

.partitionBox ul li input {
  width: auto;

  padding: 5px;

  margin: 0;

  display: inline-block;

  vertical-align: middle;

  float: none;
}

.partitionBox ul li label {
  font-size: 14px;

  padding-left: 5px;

  display: inline-block;

  vertical-align: middle;

  margin: 0px;
}

.partitionBox ul li .fields {
  padding: 7px 0;
}

.partitionBox ul li .fieldsFull {
  padding: 10px;
}

.partitionBox .width50 li {
  width: 100%;
}

.partitionBox li .fieldsFull input {
  width: 100%;
}

.partitionBox .yesNo input {
  width: auto;
}

.chooseBox {
  padding: 20px;

  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.12);

  margin-top: 30px;
}

.partitionBoxIn {
  width: 100%;

  float: left;
}

.partitionBoxIn h4 {
  font-size: 26px;
  color: #d38360;
  padding-bottom: 30px;
}

.partitionBoxIn .row {
  width: 100%;

  float: left;
}

.partitionBoxIn .row .rowBox {
  width: 100%;

  float: left;
}

.partitionBoxIn .row .rowBox ul li {
  width: auto;

  float: none;

  display: inline-block;

  vertical-align: top;

  margin-bottom: 50px;
}

.partitionBoxIn .row .rowBox ul li h6 {
  width: 150px;
  font-size: 16px;
  font-weight: 400;
}

.partitionBoxIn .row .rowBox ul li h5 {
  font-weight: 400;

  padding: 3px 0;

  font-size: 13px;

  margin: 0px;
}

.agree-txt {
  text-align: center;

  margin-top: 30px;

  font-size: 14px;
}

.btn {
  width: 100%;

  float: left;

  text-align: center;

  margin-top: 30px;
}

.btn .sendBtn {
  width: auto;

  padding: 8px 50px;

  background: #d38360;

  font-size: 16px;

  text-transform: uppercase;

  outline: none;

  border: none;

  font-weight: bold;

  color: #fff;

  letter-spacing: 1px;

  cursor: pointer;
}
.btn .sendBtn:hover {
  background: #000;
}

.formHeading {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}

/**/

.careerForm {
  position: relative;

  padding: 40px;

  box-sizing: border-box;

  background: #f7f7f7;
}

.careerForm .fields {
  width: 50%;

  padding: 5px 10px;
}

.careerForm .fields span {
  color: #1f1f1f;

  font-size: 16px;
}

.careerForm .fields input,
.careerForm .fields textarea {
  border: 1px solid gainsboro;
}

.careerForm .form_list ul {
  width: 100%;

  float: left;

  display: inline-block;
}

.careerForm .form_list li {
  display: inline-block;

  text-align: left;

  padding: 5px 0px 4px;
}

.careerForm .form_list li .fields {
  padding: 7px 0;
}

.careerForm .form_list {
  width: 100%;

  float: left;
}

.careerForm .form_list li input {
  width: auto;

  padding: 5px;

  margin: 0;

  display: inline-block;

  vertical-align: middle;

  float: none;
}

.careerForm.form_list li label {
  font-size: 14px;

  padding-left: 5px;

  display: inline-block;

  vertical-align: middle;

  margin: 0px;
}

/*mobile menu*/

@media (max-width: 1024px) {
	.newBanner, .newBanner a, .newBanner a img{ 
		height:490px !important; 
	}
  .hm-project-logo {
    display: none;
  }

  .project-slider,
  .project-slider li,
  .project-slider li img.mainImg {
    height: 408px !important;
  }
}

@media (max-width: 991px) {
  .partitionBox ul li label {
    font-size: 12px;
  }

  .partitionBoxIn .row .rowBox {
    padding: 0 15px;
  }
}

@media (max-width: 900px) {
  .mainHeader {
    padding: 0 20px;
  }

  .mb-btn {
    display: block;
  }

  .top-header,
  .navigation {
    display: none;
  }

  .logo {
    width: 150px;
    padding: 5px 0;
    position: static;
  }

  .formInBox {
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
	.newBanner, .newBanner a, .newBanner a img{ 
		height:365px !important; 
	}
  .banner {
    height: 60vh;
  }

  .bannerText,
  .bannerpager {
    left: 4%;
  }

  .bannerText h1,
  .bannerText h2 {
    font-size: 22px;
  }

  .bannerText h3 {
    font-size: 18px;
  }

  .readmore {
    margin-top: 20px;
  }

  .bannerpager li i {
    font-size: 13px;
    padding: 10px 13px;
  }

  .min-width {
    width: 90%;
    margin: 0 5%;
  }

  .hm-overviewImgBox {
    width: 100%;
    float: left;
    position: relative;
    background: none;
    margin-top: 30px;
  }
  .hm-overviewImgBox iframe {
		height: 300px; 
	}	

  .hm-contentBox {
    width: 100%;
    padding-right: 0;
  }

  .hm-contentText {
    padding-right: 0;
  }

  .hm-contentBox .absoluteText {
    transform: none;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
  }

  .hm-projectContainer .col-sm-4 {
    flex: 0 0 100%;

    max-width: 100%;

    margin: 15px 0;
  }

  .counter-window .main-div-cou {
    width: 50%;

    padding: 5px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .counter-window .main-div-cou:nth-child(2n) {
    border-right-color: transparent;
  }

  .counter-window .main-div-cou:nth-last-child(1),
  .counter-window .main-div-cou:nth-last-child(2) {
    border-bottom: none;
  }

  .counter-window .main-div-cou .title-icon {
    padding-bottom: 0;
  }

  .counter-window .main-div-cou .counter {
    font-size: 28px;
  }

  .counter-window .main-div-cou .coun-data {
    padding: 10px;
  }

  .hm-project-details {
    position: static;

    width: 100%;

    float: left;

    background: #e2f1dd;
  }

  .hm-project-details h3 {
    font-size: 20px;
  }

  .hm-project-details p {
    margin-bottom: 10px;
  }

  .container {
    max-width: 100%;

    padding: 0 3%;
  }

  .insideSlider,
  .insideSlider li {
    height: 340px;
  }

  .pageTitle h3 {
    font-size: 15px;

    padding: 10px 10px 7px;
  }

  .pageNavi ul li a {
    padding: 10px 10px 7px;
  }

  .pageNavi ul li a i {
    display: none;
  }

  .aboutContainer .col-sm-9 {
    max-width: 100%;

    flex: 0 0 100%;
  }

  .aboutContainer .h2 {
    font-size: 1.5rem;
  }

  .aboutContainer article .h4 {
    font-size: 17px;
  }

  .select-pressdigital {
    top: -75px;
  }

  .galleryContainer .col-sm-3,
  .pressdigital .col-3,
  .awardBox.col-3 {
    max-width: 50%;

    flex: 0 0 50%;
  }

  .shortPoints li {
    width: 100%;
  }

  .amenitiesBox {
    width: 33.33%;
  }

  .downloadBox {
    width: 25%;
  }

  .galBox {
    padding: 0 10px;
  }

  .project-slider,
  .project-slider li {
    background: none !important;
    height: 595px !important;
  }

  .project-slider li img.mainImg {
    height: auto !important;
  }

  .awardBox {
    width: 33.333%;
  }

  .formInBox {
    width: 100%;

    padding: 0;
  }
  .testmonials {
		width: 100%; 
		margin: 0px 0% 0; 
	}
}

@media (max-width: 736px) {
  .banner {
    height: 450px;
  }

  #disc-bg .content {
    overflow: auto;
  }

  #disc-bg .content .col-sm-12 {
    height: 75vh;
    overflow: auto;
  }

  #disc-bg .content p {
    font-size: 12px;
    line-height: 20px;
  }

  .button-top {
    width: 40px;
    height: 40px;
    padding: 8px;
    bottom: 40px;
  }
}

@media (max-width: 600px) {
	
  .awardBox {
    width: 50%;
    margin-bottom: 0;
    padding: 10px;
  }

  .counter-window .main-div-cou .title {
    min-height: 38px;
  }
}

@media (max-width: 575px) {
	
 

  .project-slider,
  .project-slider li {
    background: none !important;
    height: 560px !important;
  }

  .main-footer .footLogo {
    display: none;
  }

  .featuresContainer .features {
    width: 100%;
  }

  .formHeading {
    font-size: 22px;
  }

  .main-footer .footBox {
    width: 33.33%;
  }

  .bottom p,
  .ecis {
    width: 100%;

    text-align: center;
  }

  .pageHeader .container {
    padding: 0 10px 10px;
  }

  .pageTitle {
    max-width: 100%;

    width: 100%;

    text-align: center;

    margin-top: -20px;
  }

  .pageNavi {
    width: 100%;

    text-align: center;
  }

  .hm-about article {
    padding-bottom: 20px;
  }

  .testimBox {
    margin-bottom: 20px;
  }

  .chairmanContainer .figure-img,
  .teamBox .figure-img {
    width: 200px;

    margin: 0 auto;
  }

  .text-body {
    text-align: center;

    margin-top: 10px;
  }

  .bannerpager1 li {
    top: -18px;
  }

  .bannerpager1 li#next1 {
    right: 0;

    margin-right: 0;
  }

  .bannerpager1 li#prev1 {
    left: 0;

    margin-left: 0;
  }

  .bannerpager1 li i {
    font-size: 16px;

    width: 30px;

    height: 30px;

    line-height: 30px;
  }

  .projectManage {
    margin: 10px 0px;

    display: block;
  }

  .careerForm .fields {
    width: 100%;

    padding: 2px 0px;
  }
  .newBanner, .newBanner a, .newBanner a img{ 
		height:275px !important; 
	}
}
@media screen and (max-width:480px){
 .newBanner .mbBanner {
    display: block;
  }
  .newBanner .deskBanner {
    display: none;    
  }	
  .newBanner, .newBanner a, .newBanner a img{ 
	height:675px !important; 
}
.hm-overviewImgBox iframe { 
	height: 250px;
}
}

@media (max-width: 425px) {
  .project-slider,
  .project-slider li {
    background: none !important;
    height: 465px !important;
  }
  .newBanner, .newBanner a, .newBanner a img{ 
		height:595px !important; 
	}

  #disc-bg .content {
    width: 90%;
    padding: 20px 10px;
  }

  #disc-bg .content .col-sm-12 {
    height: 90vh;
    overflow: auto;
  }

  /*.mb-menu ul li a {
    font-size: 20px;
  }

  .mb-menu ul li .dropdown ul li a {
    font-size: 13px;
  }

  .mb-menu ul li span.mb-dropHide {
    height: 54px;
  }*/

  .bannerText {
    width: 80%;
  }
  .newBanner {
    margin-top: 65px;
  }
  .newBanner .deskBanner {
    display: none;
  }
  .hm-contentBox .absoluteText {
    display: none;
  }

  .heading h2 {
    font-size: 28px;
  }

  .h4,
  h4 {
    font-size: 1.2rem;
  }

  p {
    font-size: 12px;

    line-height: 18px;
  }

  .stickies {
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .stickies li {
    width: 50%;
    padding: 0;
  }

  .stickies li a {
  }

  .stickies li a.formBtn {
    background: #eba080;
  }

  .stickies li a img {
    width: 30px;
    padding: 4px;
    border: none;
  }

  .counter-window .main-div-cou .title-icon {
    display: none;
  }

  .counter-window .main-div-cou .coun-data {
    padding: 0;
  }

  .counter-window .main-div-cou .counter {
    font-size: 20px;
  }

  .counter-window .main-div-cou .title {
    letter-spacing: normal;
    font-size: 11px;
    margin-top: 0;
    min-height: 35px;
  }

  .hm-project-details {
    padding: 20px;
  }

  .hm-project-details p {
    font-size: 12px;
    line-height: 18px;
  }

  .project-showcase .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    top: 30%;
  }

  .text-body .h3,
  .text-body .h4 {
    font-size: 15px;
  }

  .amenitiesBox {
    width: 50%;
  }

  .amenitiesBox a {
    font-size: 11px;

    padding: 8px;
  }

  .fpBox {
    width: 50%;
  }

  .row {
    margin-left: 0;

    margin-right: 0;
  }

  .downloadBox {
    width: 50%;

    padding: 3px;
  }

  .locationBg iframe {
    height: 350px;
  }

  .footer {
    padding-bottom: 30px;
  }

  .mainFooter .footLinks {
    width: 50%;
  }

  .mainFooter .footLinks:last-child {
    width: 100%;
  }

  .mainFooter .footLinks .newsletter input {
    width: calc(100% - 40px);
  }

  .footer .social-links {
    text-align: center;
  }

  .footer .social-links p,
  .footer .social-links ul {
    width: 100%;

    font-size: 15px;
  }

  .footer .social-links p {
    margin: 0 0 10px;
  }

  .footLogo {
    display: none;
  }

  .quickLinks {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .select-pressdigital {
    top: 0;

    position: static;

    width: 100%;

    margin-bottom: 10px;
  }

  .press-headdigital li a {
    font-size: 12px;
  }

  .newsletter h2.h2 {
    font-size: 15px;

    padding-bottom: 10px;

    text-align: center;
  }

  .newsletter .col-6,
  .newsletter .col-3,
  .media .col-3,
  .projectOffice .col-6 {
    max-width: 100%;

    flex: 0 0 100%;
  }

  .projectOffice .col-6 {
  }

  .formContainer {
    width: 96%;
  }

  /*.mb-menu > ul {
    width: 100%;
  }*/

  .partitionBoxIn .row .rowBox ul li {
    margin-bottom: 10px;
  }
  .hm-overviewImgBox iframe { 
    height: 180px;
  }
}

@media (max-width: 375px) {
  .galleryContainer .col-sm-3,
  .pressdigital .col-3,
  .awardBox.col-3 {
    max-width: 100%;

    flex: 0 0 100%;
  }

  .awardBox a {
    padding: 5px;
  }

  .awardBox a p {
    font-size: 11px;

    line-height: 15px;
  }
  .newBanner, .newBanner a, .newBanner a img{ 
		height:527px !important; 
	}
}

@media (max-width: 360px) {
  .partitionBox .width50 li {
    width: 100%;
  }

  .partitionBox .width50 li .fields {
    padding: 0;
  }

  .partitionBox100 ul li {
    width: 100%;
  }

  .partitionBox100 ul li .fields {
    padding: 0;
  }
}

@media (max-width: 320px) {
	 .newBanner, .newBanner a, .newBanner a img{ 
		height:450px !important; 
	}
  .bannerpager1 li i {
    font-size: 12px;

    width: 30px;

    height: 30px;

    line-height: 30px;
  }

  .partitionBox ul li {
    width: 100%;
  }

  .partitionBox ul li .fields {
    padding: 0;
  }
  .fpBox {
    padding: 3px;
  }
  .fpBox a {
    padding: 7px;
  }
  .fpBox a ul li {
    padding-left: 25px;
  }
  
  .hm-overviewImgBox iframe { 
    height: 140px;
  }
}
