
body {
    background: #fff;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

a {
  color: #000;
  transition: 0.5s;
}
#Enquire iframe{ width:100%; height:225px; background:none;margin: 0 0 -10px 0;}
.modal-body iframe{ width:100%; height:358px; background:none;margin: 0 0 -10px 0;}
iframe#contactUspage{ width:100%; height:358px; background:none;margin: 0 0 -10px 0;}
a:hover,
a:active,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.madhusagar {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #5d2d15;
  font-size: 18px;
}
#project-highlights {
  background: #dea860;
  color: #fff;
  padding: 2rem;
}
body section{
	padding:1.5vmax 0 !important;
}
/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: transparent;
    border: 1px solid #000000;
    color: #000;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index:9999;
}

.back-to-top i {
  padding-top: 12px;
  color: #000;
}
.counter i {
  font-size: 4em !important;
  margin-top: 10%;
  color: #ff0101;
}
.product-tabs .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.product-tabs a{
  color: #000 !important;
}
/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
table th{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #0000ff;
}
table td{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #23272a;
}
.about-section h4{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #202327;
}
.about-section h5{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #202327;
}
.about-section h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #202327;
}
.product-tab h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #202327;
  text-decoration: underline;
}
/*-------------------------------------------------------------
Counter
---------------------------------------------------------------
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
body {
  font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial,   sans-serif;
  font-size: 13px;
  color: #666;
  position: relative;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 13px;
  direction: ltr;
}

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */

.white-text{
  color: #fff !important;
}

footer{
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}


footer .authorWindow a{
  color: white;
  text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9) !important;
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 10px 0;
    padding-top: 0;
    min-height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
}

#header.header-scrolled {
  background: #fff;
  padding: 6px 0;
  transition: all 0.5s;
}
.header-scrolled .top-nav {
  display: none;
}

.header-scrolled .logo img {
  width: 100%;
  transition: all 1.5s;
  margin: 0px auto;
  max-height: 50px !important;
}
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #e6583c;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
#header .navbar-nav .nav-item a{ color:#000;padding-right: .7rem;    padding-left: .7rem;}

.bg-secondary-offwhite {
    background-color: #f6f4f2!important;
}
.font-35{font-size:35px !important;}
body .navbar {
    padding: 0;
}
#header .navbar-brand img {
  max-height: 66px;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 80vh;
  background: #ccc;
  padding: 0 !important;
}

#intro .carousel-item {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.red-bg{
  background-color: #ff0101;
}
/*#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#intro.innerpage .carousel-item::before {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(255,255,255,0) 50%);
    height: 30%;
}*/
#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left:10%;
/*  right: 0;*/
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}
#intro h3 {
  color: #171a96;
  font-size: 45px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  padding-left: 3rem;
  min-width: 668px;
  max-width: 668px;
  min-height: 141px;
  max-height: 141px;
  z-index: 5;
  white-space: normal;
}

#intro h2 {
  color: rgb(255,2,2);
  font-size: 45px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  padding-left: 3rem;
  min-width: 668px;
  max-width: 668px;
  min-height: 141px;
  max-height: 141px;
  z-index: 5;
  white-space: normal;
}
#intro h2.dark {
    color: #5d2d15 !important;
}
body .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
}
body .carousel-caption .container {
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
}
body .carousel-caption .container.middle{
    align-items: center;
}
body .carousel-caption .container.right{
    justify-content: flex-end;
}
.poppins{font-family: 'Open Sans', sans-serif; color:#fff; font-size:28px;}
#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}
.innerbanner-content {
    position: absolute;
    min-height: 250px;
    max-height: 300px;
    background: rgba(145, 93, 63, 0.88);
    width: 100%;
    bottom: 0;
}
.innerbanner-content p{width:100% !important;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*.navbar {
    padding: .5rem 8rem;
}*/
/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

/*#nav-menu-container {
  float: right;
  margin: 0;
}*/

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
.nav-link {
    padding-top: .65rem;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    padding-bottom: 0.7rem;
}
body .navbar-nav {
    align-items: center;
}
.nav-menu li:hover > a{
  color: #7c5843;
}
.active a, a.nav-link:hover{ color:#ff0101;}
.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 11px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #000;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -100%;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
	    letter-spacing: 0.8px;
}

#mobile-nav ul li a:hover {
  color: #18d26e;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


div.social-float-parent { width: 100%; background: #f8f8f8; position: relative; }
div#social-float { width: 200px; position: fixed; bottom: 10px; background: #777; }
div#footer { width: 100%; height: 200px; background: #eee; }

.card1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 590px;
  max-height: 595px;
  word-wrap: break-word;
  background-color: rgb(46, 46, 46);
  background-clip: border-box;
  color: #fff;
  padding: 3rem;
}
.card2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 590px;
  max-height: 595px;
  word-wrap: break-word;
  background-color: #ff0101;
  background-clip: border-box;
  color: #fff;
  padding: 3rem;
}


.card1 p li{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.card2 p{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.card1:hover{
  background-color: #3b3a3a9a;
}

.grey-bg{
  background: #a8a8a8;
}

.grey-bg  h2{
  color: #ff0101;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
}
.grey-bg h5{
  color: #202327;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 1rem;
  font-family: 'Open Sans', sans-serif;
  border-bottom: solid #ff0101 2px;
}

.grey-bg h5:hover{
  border-bottom: solid #13a456 2px;
}
.grey-bg p{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #23272a;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 38px;
  color: #000;
  text-transform: none;
  font-weight: 700;
  padding-bottom: 0px;
  letter-spacing: 0;
  font-family: 'Open-sans', sans-serif;
}
.section-header h3 span {
  color: #ff0101;
}
.section-header h4{font-family: 'Open Sans', sans-serif;  color: #000;}


.section-header p {
    text-align: center;
    padding-bottom: 0;
    color: #333;
    margin-bottom: 10px;
}
#header .white-outline {
    border: 1px solid #fff;
    color: #fff;
    margin-left: .5rem;
	font-size: 14px;
	padding: .4rem .8rem !important;
}
.white-outline {
  font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    display: inline-block;
    padding: .55rem 1.65rem !important;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 0;
    border: 1px solid #10375e;
    color: #10375e;
}
.white-outline:hover,.white-outline:focus  {
  background: #10375e;
  border: 1px solid #10375e !important;
  color:#fff;
}
.white-outline.gold {
    border: 1px solid #d4b072 !important;
    color: #d4b072 !important;
}
.white-outline.gold:hover,.white-outline.gold:focus  {
  background: #d4b072 !important;
  border: 1px solid #d4b072 !important;
  color:#fff !important;
}
.white1-outline{
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing:0.5px;
  display: inline-block;
  padding: 8px 28px;
  border-radius:0px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.broun-outline{
  font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing:0.5px;
    display: inline-block;
    padding: 8px 28px;
    border-radius:0px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #7c5843;
    color: #7c5843;
}
.broun-outline:hover {
  background: #7c5843;
  border: 2px solid #7c5843;
  color:#fff;
}
.broun-outline.btnblue{
    border: 2px solid #10375e;
    color: #10375e;
}
.broun-outline.btnblue:hover {
  background: #10375e;
  border: 2px solid #10375e;
  color:#fff;
}
.white-bg {
    background: #fff !important;
}
.white-bg h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #444444;
  text-align: center;
  padding-top: 1.5rem;
}
.white-bg h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #202327;
  text-align: center;
}
.gradient-bg {
  background: rgb(235,11,3);
  background: radial-gradient(circle, rgba(235,11,3,1) 19%, rgba(150,6,0,1) 64%);
  padding: 0;
}
.gradient-bg h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
}
.creditBox h6 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: .3rem;
}
.creditBox p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 1.3rem;
}
.black-text{color:#000 !important;}
.feature{
  width: 30%;
}
.peach-bg{
  background: #fff0dc;
}
.bg-dark {
    background-color: #f9f9f9!important;
}
.featurbox {
    background: #fff;
    padding: 10px;
    min-height: 90px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 3px 4px 12px 1px rgb(204 204 204 / 27%);
}
.featurbox img{
    max-width: 80px;
}
.bordered-img{
	border:5px solid #fff;
}
.featurbox1 {
  background: #fff;
  padding: 10px;
  min-height: 90px;
  display: flex;
  align-items: center;
margin-bottom: 30px;
}

.featurediv {
  font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-left: 15px;
    display: block;
    float: left;
    width: 65%;
    color: #7c5843;
    font-weight: 500;
}
.featurediv p{margin-bottom:0px;}
.iconbg{background:url(../img/iconstrip.png) no-repeat left top; width:50px; height:56px; float:left;    margin: 0 0.5rem;}
.ael{background-position:0px 0px; width:50px;}
.plf{background-position:0px -55px; width:50px;}
.towlift{background-position:0px -113px; width:50px;}
.gbls {background-position: 0px -170px;width: 50px;height: 36px;}
.rhwl {background-position: 0px -206px;width: 50px;height: 50px;}
.rhs {background-position:0px -255px;width: 50px;height: 50px;}
.swhs {background-position:0px -305px;width: 50px;height: 50px;}
.fsb {background-position:0px -354px;width: 50px;}
.sci {background-position:0px -415px;width: 50px;}
.sapl {
  background-position: 0px -481px;
  width: 50px;
  height: 30px;
}
.ilbnp{background-position:0px -509px;width: 50px;}
.aswc{background-position:0px -558px;width: 50px;}
.bg-secondary-offwhite .featurbox {
    background: #fff;
}

.dropdown-menu li {
  position: relative;
  border-bottom: 1px solid #000 !important;
}
  .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -10px;
  }
  .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }
  .dropdown-item:first-child {
    border-top-left-radius:0;
    border-top-right-radius: 0;
}
.dropdown-item:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
  .dropdown-menu {
    position: absolute;
    top: 101%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: rgb(0 0 0 / 66%);
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}
.dropdown-menu  a {
  color: #fff !important;
  padding: 0.3rem 1.8rem !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b !important;
}
.nav-item.active > a{
  color: #ff0101 !important;
}
.dropdown-item:focus, .dropdown-item:hover,
.subcurrent > a,
.sub-subcurrent > a {
  color: #ff0101 !important;
  background-color: #f8f9fa;
}
/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}
.white-text{color:#fff !important;}
.brown-text {
    color: #dea860!important;
}
.one-fourth-full-img, .one-fourth-hw-img {
    width: 100%;
    min-height: 240px;
}
.one-fourth-full-img {
    min-height: 480px;
}
.one-fourth-full-img, .one-fourth-hw-img {
    border: 1px solid #fff; background:#ccc;
}
/*.custom-grid {
    margin: 0px 0% !important;
}*/
.custom-grid {
    max-width: 1400px;
    margin: 0 auto;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5px;
    grid-auto-rows: minmax(198px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}

.grid-item {
    padding: 0rem;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #929796;
    background-color: #333;
    border-radius: 0px;
}
.grid-item img{width:100%; height:100%;}
.grid-item:nth-child(odd) {
  background-color: #424242;
}
.span-1x1 {
    grid-column-end: span 1;
    grid-row-end: span 1;
}
.span-1x2 {
    grid-column-end: span 1;
    grid-row-end: span 2;
}
.span-3x2 {
    grid-column-end: span 3;
    grid-row-end: span 2;
}
.span-4x2 {
    grid-column-end: span 4;
    grid-row-end: span 2;
}
.span-2x1 {
    grid-column-end: span 2;
    grid-row-end: span 1;
}
.span-2x2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}
.span-4x1 {
  grid-column-end: span 4;
  grid-row-end: span 1;
}
/* Zoom In #1 */
.hover01 {position:relative;}
.hover01 figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;height: 100%;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*.hover01 span {
    position: absolute;
    bottom: 46%;
    left: 45%;
    z-index: 999;
    display: block;
    width: 50px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
.hover01 span i{font-size:35px;}
figure:hover+span {
	bottom: 46%;
	opacity: 1;
}*/
.popinsfont-16{
  font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;}
	.popinsfont-14 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px !important;
    letter-spacing:0;
}
.connectivity h6,
.connectivity p {
	color:#10375e;
}
	.cus-small small{font-size:13px;}
	.cust-sec-1{padding-bottom:30px; padding-top:30px;}
/* Featured Services Section
--------------------------------*/
/*#featured-services .box {
  padding: 30px 20px;
}*/

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}
.ptag0m{margin-bottom:0 !important}
.dataicon h6{ font-family: 'Open Sans', sans-serif; font-size:18px; color:#7c5843;margin-bottom: 0;}
#services{ background:#f6f4f2;}
.lb-data .lb-caption {
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
}
/* About Us Section
--------------------------------*/

#about {
    position: relative;
}
#clients #about {
    padding:0px 0 0px 0;
    position: relative;
}


#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col, .confort-carousel .about-col {
    border-radius: 0 0 4px 4px;
    margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col h2,
.confort-carousel .about-col h2 {
  font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    margin-bottom: .5rem;
    margin-top: 1rem;
    font-weight: 500;
}
#about .about-col li,
.confort-carousel .about-col li,
.confort-carousel .about-col p{
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin-bottom: .2rem;
    padding: 0;
    font-weight: 300;
}
#about .about-col ul, .confort-carousel .about-col ul {
    list-style-position: inside;
    padding-left: 0;
    margin-bottom: 0;
}
#about .about-col ul li,
.confort-carousel .about-col ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
#about .about-col ul li::before,
.confort-carousel .about-col ul li::before{
  position: absolute;
  top: calc(50% - 4px); /* half font-size */
  left: 0px;
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 8px;
  font-weight: 400;
}
#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0;
}
/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #7c5843;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: 'Open Sans', sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    width: auto;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots,
.features-carousel .owl-nav,
.testimonials-carousel .owl-nav{
    margin-top: 5px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    margin-top: 1rem;
}

.features-carousel .owl-nav {
    margin-top:.3rem;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

.custombor.border {
    border:3px solid #6c4228!important;
}
/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
  width: 75px;
    margin: 0 auto;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #18d26e;
}

.about-section p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #23272a;
}
.about-section li{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #23272a;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

#featured-sdark {
    background: #6d4229;
}
#featured-sdark .form input,
#featured-sdark .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  background:#8a6854;
  font-size: 15px;
      border: 0px solid #ced4da;
  color:#fff;    height: calc(2.30rem + 6px);
}
#featured-sdark .form input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

#featured-sdark .form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#featured-sdark .form input::placeholder {
  color: #fff;
}
/*#featured-sdark .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}*/
#featured-sdark .form .validation{
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
    background: #fff;
    padding: 0 5px;
	text-align:left;
}
.contact-form .validation{
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
    padding: 0 5px;
	text-align:left;
}
.smaira-bg {
    background: repeating-linear-gradient(90deg, #f8f8f8, #f8f8f8 13px, #fff 13px, #fff 28px);
}
.goldline {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #d4b072;
    margin-bottom: 1.5rem;
}
.fancygallery  {
    position: relative;
}
.fancygallery p{
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    color: #fff;
    text-shadow: 3px 2px 1px rgb(0 0 0 / 62%);
}
.artist {
    position:relative;
}
.artist:after {
    content: "Artist's Impression";
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: rgba(255,255,255,0.85);
    font-size: 10px;
    line-height: 1.3;
    display: block;
    z-index: 1;
    opacity: .8;
    text-transform: none;
}
.artist-black.artist:after {
    color: rgba(0,0,0,0.85);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding:0;
  color: #fff;
  font-size: 14px;
}
.hrborder{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #c7c7c7;
}

#footer .footer-top {
    background: #0d1019;
    padding: 30px 0 20px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 10px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #7c5843;
  color: #fff;
}
#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 0;
    letter-spacing: 0;
}
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 0;
    letter-spacing: 0;
}
#footer .footer-top p,
#footer .footer-top a{
    font-size: 14px;
    line-height: 2;
}
#footer .footer-top .footer-links {
  margin-bottom: 10px;
}
#footer .footer-social li a {
    font-size: 13px;
    border: 1px solid #dea860;
    color: #dea860;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3rem;
    cursor: pointer;
}
#footer .footer-social li {
    margin: 0 .3rem;
}
#footer .footer-social li:first-child {
    margin-left:0;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-links ul a:hover {
  color: #7c5843;
}

#footer .footer-top .footer-contact {
  margin-bottom: 10px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
#footer {
  background: #0d1019;
}

#footer  .box {
  margin-bottom: 1px;
  padding: 1rem;
}

#footer .icon {
  float: left;
}
#footer .icon .fa-mobile-phone:before, #footer .icon .fa-mobile:before {
    content: "\f10b";
    font-size: 24px;
    position: relative;
    left: 0.3rem;
}
#footer .icon i {
  color: #7c5843;
  font-size: 20px;
  line-height: 1;
  transition: 0.5s;
}
#footer .icon i.fa-envelope-o {
    position: relative;
    left: 3px;
    font-size: 15px;
    top: 1px;
}
#footer .title {
  margin-left: 25px;
  font-weight: 700;
  margin-bottom:5px !important;
  font-size: 18px;
  padding-bottom:0 !important;
}

#footer  .title a {
  color: #000;
}

#footer  .box:hover .title a {
  color: #000;
}

#footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

#footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

#footer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
#footer .description {
  font-size: 18px;
  margin-left: 0;
  line-height: 16px;
  margin-bottom: 5px;
  color: #fff;
  padding: 1rem;
}

#footer .copyright {
  font-size: 13px;
  margin-left: 10px;
  line-height: 16px;
  margin-bottom: 0;
  color: #fff;
}
.signupForm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.signupForm input[type="email"]{
    height: 40px;
    border-radius: 0;
    border: 1px solid #b3b3b3;
    background: transparent;
    color: #fff !important;
    margin-right: .5rem;
}
.signupForm button[type="submit"] {
    background: #dea860;
    color: #fff;
    height: 40px;
    border: 0 !important;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signupForm button[type="submit"] i{
    margin-left:.3rem;
}
.signupForm button[type="submit"]:hover, .signupForm button[type="submit"]:focus{
    background: #000;
    color: #fff;
    border: 0;
}
.reraDiv{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rera-text img {
  max-width: 110px;
  margin-bottom: 0.3rem;
}
.qr-code {
  margin-right: .3rem;
  margin-bottom: .3rem;
}
.qr-code img {
  max-width: 101px;
}
.facebook{background:#24589a}
.linkedin{background:#007ab6}
.twitter{background:#00acee}

.custom-ligop .list-group-item{ background:transparent;border: 1px solid rgba(255, 255, 255, 0.09); border-left:0px; border-right:0px;    padding-left: 0;}
.custom-ligop li.list-group-item:first-child{border:0px;}
.custom-ligop h2{font-size: 20px;
  margin: 2rem 0;
  padding: 2px 0 2px 0px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform:uppercase;
}
.custom-ligop h3{font-size: 16px;
  margin: 0 0 0px 0;
  padding: 2px 0 2px 0px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform:uppercase;
}
.custom-ligop p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #eee;
      text-align: left !important;
    text-align-last: left !important;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    float: left;    margin: 5px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next i, .owl-carousel .owl-nav .owl-prev i{ color:#6c4228; font-size:21px;}
.owl-carousel .owl-nav .owl-prev{width: 25px;
    border: 1px solid #6c4228;
    border-radius: 50%;
    height: 25px;
    line-height: 22px;
    text-align: center;}
.owl-carousel .owl-nav .owl-next {
    width: 25px;
    border:1px solid #6c4228;
    border-radius: 50%;
    height: 25px;
    line-height: 22px;
    text-align: center;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover{
  border:1px solid #10375e;
  background: #10375e;
}
.owl-carousel .owl-nav .owl-prev:hover i,
.owl-carousel .owl-nav .owl-next:hover i{
 color: #fff;
}
/*----------SA-----------*/
.bg-cover {
	background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-top {
    background-position: top center;
}
.bg-noreapet {
    background-repeat: no-repeat;
}
.intro-container.has-intro-box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: flex-end;
}
.intro-box{
	margin-top:300px;
    background: rgba(145, 93, 63, 0.88);
}
h1.intro-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.intro-box p{
    font-size:16px;
	line-height:1.8;
}
h4.subheading{
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.font-24{
	font-size:24px !important;
	line-height:1.3!important;
}
.brown{
	color:#7c5843 !important;
}
ul.add-list ul,
ul.add-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.add-list {
  margin: 2em 0;
}

ul.add-list li {
  margin: 1em;
  margin-left: 2em;
}

ul.add-list li:before {
    content: '\f006';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #6d4229;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    width: 30px;
}
ul.add-list li.for-add:before {
    content: "\f041";
    font-size: 21px;
    position: absolute;
    left: 2.5rem;
}
ul.add-list li.for-phone:before {
    content: "\f10b";
    font-size: 25px;
    margin-left: -36px;
	line-height: 24px;
}
ul.add-list li.for-email:before {
    content: "\f003";
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 2.4rem;
    margin-top: 3px;
}
.contactbox{
    background: #f9f9f9;
    padding: 2rem 1.5rem;
}
.contactbox h6{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    color: #10375e;
}
.contact-form .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: .58rem .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: rgb(204 204 204 / 16%);
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: none;
  margin-bottom: 1rem;
}
.contact-form .form-row>.col, .form-row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

#keydis h2 {
  font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #7c5843;
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
}
#keydis ul li {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: .5rem;
    color: #000;
}
/*.connectivity img {
    border-radius: 50%;
    border: 5px solid #5d2d15;
}*/
.connectivity p{
    margin-bottom: 0;
}
.bg-madhu .connectivity img {
    border: 5px solid #d29d59;
}
#gallerydiv{ background:#7c5843; min-height:170px;}
.mouseicon {
    position: absolute;
    bottom: 8%;
    z-index: 999;
    left: 50%;
}
.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  margin: 0px auto;
  z-index:999;
  width :30px;
  height: 38px;
}
.mousey {
  width: 1px;
  padding: 10px 12px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.carousel-indicators{visibility:hidden;}
.modal-body {
    background: #f9f9f9;
    padding: 2rem 1.5rem;
}
.modal-title {
    font-size: 22px;
    color: #10375e;
    text-transform: none;
    font-weight: 400;
    position: relative;
    padding-bottom: 0px;
    letter-spacing: 1px;
}
#feedback {
     position: fixed;
     right: 0;
    bottom: 3%;
     min-height:175px;
    height: auto;
    margin-left: -3px;
    margin-bottom: -3px;
     z-index: 999;
}
 #feedback-form {
    float: right;
     width: 300px;
    height: 100%;
    z-index: 1000;
    padding:15px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0,0,0,.2);
     -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
 #feedback-tab {
    position: relative;
    right: -54px;
     text-transform:uppercase;
    float: left;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    width: 150px;
    height: 42px;
	border:1px solid #fff;
    background-color:#10375e;
    margin-top: 0px;
    margin-left: -0px;
    padding-top:10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
section.pt-5{padding-top: 5rem !important;}
section.pb-5{padding-bottom: 5rem !important;}
.innerbanner-content-mobile{
    min-height: 250px;
    background:rgb(145, 93, 63);
    width: 100%;
    margin-bottom: 50px;    padding-top: 30px;
    padding-bottom: 30px;
}
.header-height {
    min-height: 100px;
}
.innerbanner-content-mobile p{color:#fff;}
.text-center-justify p{text-align: justify !important; text-align-last: center!important;}
.owl-carousel.gallery-carousel .owl-nav {
    top: 41%;
    position: absolute;width: 100%;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev {
    left: -15px;    border: 0px solid #6c4228;
    position: absolute;
}
.owl-carousel.gallery-carousel .owl-nav .owl-next {
    right: -15px;    border: 0px solid #6c4228;
    position: absolute;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev i, .owl-carousel.gallery-carousel .owl-nav .owl-next i{font-size:35px;}
#call-to-action form input.form-control{
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    background: #8a6854;
    font-size: 15px;
    border: 0px solid #ced4da;
    color: #fff;
    height: calc(2.30rem + 6px);
}
#call-to-action form input.form-control::-webkit-input-placeholder { /* Edge */
  color:rgba(255, 255, 255, 0.58) !important;
}

#call-to-action form input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.58) !important;
}

#call-to-action form input.form-control::placeholder {
  color:rgba(255, 255, 255, 0.58) !important;
}
.redeeied {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.redeeied span{
	font-weight:600;
}
.at {
	font-size:16px;
	line-height:1.3;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:1rem;
}
.bg-madhu {
    background: #5d2d15 !important;
}
.addBox {
  display: flex;
  align-items: flex-start;
}
.addBox h6 {
    font-size: 20px;
    font-weight: 600;
    color: #5d2d15;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
.flexbox {
  font-size: 16px;
  margin-bottom: .8rem;
  color: #fff;
}
.addBox p {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  margin-bottom: 7px;
}
.addBox i {
  font-size: 26px;
  margin-right: 1rem;
  width: 27px;
  min-width: 27px;
  color: #000;
}
.about-devider {
    border-bottom: 1px solid #ccc;
    padding-top: 2.5vmax;
    margin-bottom: 2.5vmax;
}
 #headerPhone a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
	font-size: 16px;
    line-height: 1.3;
}
#headerPhone a i {
    font-size: 30px;
    margin-right: .4rem;
    line-height: .5;
    font-weight: 400;
}
#headerPhone a:hover,
#headerPhone a:focus {
    border-bottom:0;
}
.highlights p{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 1rem;
    margin-bottom: 0;
}
.flexbox {
    display: flex;
    align-items: center;
} 
.flexbox a,
.flexbox p{
  color: #fff;
} 
.flexbox i {
  font-size: 27px;
  line-height: 17px;
  width: 27px;
  margin-right: 1rem;
  font-size: 22px;
  color: #000;
}
.flexbox.phone {
    font-size: 17px;
    margin-bottom: .5rem;
}
.flexbox.phone i{
    font-size: 27px;
    line-height: 17px;
}
.landmarks table{
    margin-bottom: 2.5rem;
}
.floorplans {
    background: #f9f9f9;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 370px;
    flex-direction: column;
    margin-bottom: 1.5rem;
}
.floorplans:hover {
    box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 10%);
}
.floorplans img{
	max-height:300px;
	width:auto !important;
}
.floorplans .floorimg {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floorplans h3{
    font-size: 24px;
    line-height: 1.3;
    color: #10375e;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
}
#fllorPlans .img-container {
    text-align: center;
}
#fllorPlans .img-container h3{
    font-size: 24px;
    line-height: 1.3;
    color: #10375e;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
    text-align: center;
    font-weight:600;
}
#fllorPlans .img-container img {
  max-height: 400px;
  width: auto !important;
  margin: 0 auto;
  max-width: 100%;
}
.arrow-bottom {
  padding-bottom: 60px;
}
.arrow-bottom  .carousel-control-next, .arrow-bottom .carousel-control-prev {
  top: auto;
  width: 25px;
  color: #6c4228;
  text-align: center;
  border: 1px solid #6c4228;
  opacity: 1;
  transition: opacity .15s ease;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0px;
  background: transparent;
  border-radius: 50%;
  margin: .5rem;
}
.arrow-bottom  .carousel-control-next i, .arrow-bottom .carousel-control-prev i {
  font-size: 21px !important;
}
.arrow-bottom .carousel-control-prev {
  left: 46.7%;
}
.arrow-bottom .carousel-control-next {
  right: 46.7%;
}
#fllorPlans  .carousel-control-next i, #fllorPlans .carousel-control-prev i {
    font-size: 1.5vmax;
}
#fllorPlans  .carousel-control-next:hover, #fllorPlans .carousel-control-prev:hover {
    border: 1px solid #10375e;
    
    background: #10375e;
    color: #fff;
}
.mh-400 {
  min-height: 400px;
  display: block;
  border: 0 !important;
  background: transparent;
  outline: 0;
}
.top-nav {
  font-size: 14px;
  padding: 10px 0;
}
.top-nav {
  color: #fff;
  background-color: #f50000;
  border-bottom: 1px solid #FBF3F6;
}
.top-nav a, .follow-us span {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
header .contact ul, .follow-us .social-panel {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.contact ul li {
  padding: 0 1rem;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: start;
}
.contact ul li:first-child {
  padding-left: 0;
}
.contact ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.follow-us .social-links a {
  font-size: 18px;
  margin: 0 .3rem;
}
.contact ul li i {
  margin-right: .5rem;
}















/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
/* (1920x1080) Full HD Display */
@media only screen and (min-device-width:1680px) and (max-device-width: 1920px) {
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5px;
    grid-auto-rows: minmax(198px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}
}
/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
/*	.navbar {
    padding: .5rem 2rem;
    min-width: 1336px;
    margin: 0px auto;
}*/
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(146px, 1fr));
    grid-gap: 15px;
    grid-auto-rows: minmax(153px, auto);
    grid-auto-flow: dense;
    padding: 15px;
}
.carousel-item{background-position:bottom left; background-size:100% !important;}
}

/* (1680x1050) WSXGA+ Display */
@media  screen and (max-width: 1680px) {
	.carousel-item{background-position:bottom left; background-size:100% !important;}
	}
@media (max-width: 768px) {
	.text-center-justify p{text-align: justify !important; text-align-last: center!important;}
	/*body p{text-align: justify !important; }*/
	#intro {height: 46vh;}
	#intro.homeIntro {height:auto;}
	#intro.homeIntro .carousel-item {height: auto;background-size: cover !important;}
	#intro .carousel-item {height: 46vh;background-size: cover !important;}
	.bg-146{background-size: 146% !important;}
	.mobileslider1{background-image: url(../img/intro-carousel/1-mobile.png) !important;}
	.mobileslider2{background-image: url(../img/intro-carousel/2-mobile.png) !important;}
	.mobileslider3{background-image: url(../img/intro-carousel/3-new-mobile.jpg) !important;}
  #intro h3 {
    font-size: 30px;
    text-align: center;
    padding: 3rem;
    padding-left: 12rem;
    min-width: 60px !important;
}
.card1 {
  margin-bottom: 2rem;
}
.featurediv p {
    margin-bottom: 0px;
    text-align: left !important;
    text-align-last: left!important;
}
#call-to-action form input.form-control{
	margin-bottom:10px;
}
section.pt-5{padding-top: 3rem !important;}
section.pb-5{padding-bottom: 3rem !important;}
section.pt-5.mo-pt0{padding-top:0px !important;}
.social-links.pull-right{float:left; margin-top:10px;}	
.navbar {
    padding: .5rem 0rem;
}
.collapse:not(.show) {
    display: block;
}
.mobilelogo {
    margin-left: 1rem;
    margin-top: 0;
    width: 100%;
}
#header .navbar-brand img {
  max-height: 45px;
}
#header {
  padding: 5px 0;
  padding-top: 5px;
  min-height: 34px;
}
.header-scrolled .mobilelogo img {
  max-height: 35px !important;
}
.header-scrolled #mobile-nav-toggle {
    top: -8px;
    padding-top: 0px !important;
}

  #footer { margin-bottom: 36px;}
  .innerbanner-content {
    max-height: 445px;display: none;
}
.section-header h3{font-size:30px;}
#featured-services p {
    margin-bottom: 20px;
}
#gallerydiv {
    background: #7c5843;
    min-height: 115px;
}
.mobilecall{position:fixed; bottom:0px; min-height:48px; background:#10375e; width:100%; z-index:999; border-top:1px solid #fff;}
.brright{border-right:1px solid  #fff;}
.mobilecall .btn{font-weight:300;font-size:16px;padding: 0.7rem !important; text-transform:uppercase}
/*#intro .carousel-item{background-size: 105%;
    background-position: top;}
	.intro-container.has-intro-box{background-size: 105%;
    background-position: top;}*/
#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-end;
    position: absolute;
    bottom: -20px;
    top: 0;
    left: 10%;
    /* right: 0; */
}
#intro .popins{font-size:18px}
#intro h2 {
    font-size: 18px !important;
    max-width: 200px;
}
#intro h2 br{display:none;}

}

.specifications{
  max-width: 600px;
  margin: 0 auto;
  margin-top: 1rem;
}
.specifications tr:first-child {
  background: #10375e;
  color: #fff;
}
.specifications tr th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.specifications tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.specifications tr td, .specifications tr th {
  border: 1px solid #ccc;
  padding: .5rem 0.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

   
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
  
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  /*#nav-menu-container {
    padding-right: 60px;
  }*/
}

@media (max-width: 768px) {
body {
    font-size: 16px;
	line-height:1.4;
}
  .back-to-top {
    bottom:10%;right:0; display:none !important;
  }
 .top-nav {
    display: none;
}
 

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
    #Enquire iframe {width: 100%; height: 455px;}
	.scroll-downs {
    display:none;
}
#project-highlights p {
    text-align: center !important;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 1rem;
}
#project-highlights img{
    max-width: 80px;
    margin: 0 auto;
}
.madhusagar {
    margin-bottom: 0;
}
.creditBox h6, .creditBox p {
    text-align: center !important;
}
#footer .footer-top {
    padding: 30px 0 30px 0;
}
.mapdiv iframe {
    height: 300px;
}
.about-devider {
    padding-top: 4vmax;
    margin-bottom: 5vmax;
}
body .owl-nav{
    margin-top: 5px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    margin-top: 1rem;
}
body .features-carousel .owl-nav{
    margin-top:0;
}
.featurbox {
    margin-bottom: 15px;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(146px, 1fr));
    grid-gap: 2px;
    grid-auto-rows: minmax(153px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}
.section-header h3 br{
	display:none;
}
.goldline {
    margin-bottom: 1rem;
}
.highlights p {
    font-size: 18px;
}
p {
    margin: 0 0 15px 0;
}
.popinsfont-14 {
    font-size: 14px;
    margin-top: 10px !important;
}
.mw-xs-120{
	max-width:120px !important;
}
.mw-xs-220{
	max-width:220px !important;
}
.addBox p br:not(.break){
	display:none;
}
.contactbox {
    text-align: center;
}
.contactbox  .text-left {
    text-align: center!important;
}
.floorplans {
    margin-bottom: 1.5rem;
	min-height: 200px;
}
.floorplans .floorimg {
    min-height: 100px;
}
#fllorPlans .img-container img {
    max-height: 200px;
    width: auto !important;
    margin: 0 auto;
}
.fancygallery p {
    font-size: 16px;
    bottom: 1rem;
    left: 1rem;
}
#footer .footer-top h4 {
    margin-bottom: 0px;
    padding-bottom: 0;
}
#footer .footer-top .footer-links {
    margin-bottom: 15px;
}
.flexbox.phone,
.flexbox.email {
   justify-content: center;
}
.iframe iframe{
    max-height: 300px;
    display: block;
}
.specifications tr th {
  font-size: 12px;
}
.sidebyside {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mh-400 {
  min-height: auto;
}
.arrow-bottom .carousel-control-next {
  right: 38.9%;
}
.arrow-bottom .carousel-control-prev {
  left: 38.7%;
}
#fllorPlans  .carousel-control-next i, #fllorPlans .carousel-control-prev i {
  font-size: 20px;
  line-height: 100%;
}
.reraDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-newsletter,
#footer .footer-top .footer-contact,
#footer .footer-top .footer-links{
  text-align: center;
}
#header .navbar-nav .nav-item a {
  color: #fff;
}
}
.thankYouPage{ width:auto !important; max-width: 90% !important;    flex: 0 0 auto !important;}
