

@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playwrite+DE+Grund:wght@100..400&family=Quicksand:wght@300..700&display=swap" rel="stylesheet"');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}



* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Quicksand', sans-serif;
}

::selection {
  background: #344519;
  color: #fff;
}

::-moz-selection {
  background: #344519;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-white-button a {
  font-size: 13px;
  color: #344519;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h6 {
  position: relative;
  font-size: 15px;
  color: #344519;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 40px;
}

.section-heading h6:before {
  width: 30px;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #344519;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 25px; 
  font-size: 30px;
  font-weight: 900;
  color: #2a2a2a;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #344519!important;
}

.background-header .nav li a.active {
  color: #344519!important;
}

.header-area {
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 20px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #344519!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #344519!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #344519!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  max-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #344519;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #344519!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #344519!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/


#top .col-lg-4,
#top .col-lg-8 {
  padding: 0px;
}

#top .left-content {
  background-image: url(../img/top-bar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

#top .left-content .inner-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

#top .left-content h4 {
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
}

#top .left-content h6 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 5px;
}

#top .left-content .main-white-button  {
  margin-top: 25px;
  margin-bottom: 10px;
}

#top .left-content .main-white-button a {
  display: inline-block;
}


/*
---------------------------------------------
portfolio
---------------------------------------------
*/

#portfolio {
    background-color: #fcfff8;
    padding: 50px 0px 120px;
}

#portfolio .section-heading {
  margin-bottom: 80px;
}

.card {
  margin: 0 auto;
  max-width: 100%;
  min-height: 400px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.card1 {
  background-image: url(../projects/residencial/anuntham/1.jpeg);
}
.card2 {
  background-image: url(../projects/residencial/bhavini-enclave/1.jpeg);
}
.card3 {
  background-image: url(../projects/residencial/navnath-paradise/1.jpeg);
}
.card4 {
  background-image: url(../projects/residencial/asher-maple/1.jpeg);
}
.card5 {
    background-image: url(../projects/office/lodha-suprimus-2/1.jpeg);
}

.info {
  position: relative;
  width: 100%;
  background-color: #344519;
  border: 1px solid #344519;
  transform: translateY(100%)
  translateY(120px)
  translateZ(0);
  transition: transform 0.5s ease-out;
}

.card:hover .info,
.card:hover .info:before {
  transform: translateY(200px) translateZ(0);
}

.title {
    margin: 0;
    padding: 15px 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.description {
    padding: 0px 0 0 15px;
    color: #fff;
}

#portfolio .price h6 {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #344519;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 70px;
}

#portfolio .card .main-text-button {
    padding: 0px 0 10px 15px;
}

#portfolio .owl-portfolio-item {
  position: relative;
}

#portfolio .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -80px;
  transform: translateY(5px);
}

#portfolio .owl-dots {
  display: none;
}
    
#portfolio .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
}

#portfolio .owl-nav .owl-prev span,
#portfolio .owl-nav .owl-next span {
  opacity: 0;
}

#portfolio .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #344519;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
}

#portfolio .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#portfolio .owl-nav .owl-prev:hover {
  opacity: 1;
}

#portfolio .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#portfolio .owl-nav .owl-next:hover {
  opacity: 1;
}

#portfolio .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
}

#portfolio .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #344519;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
}


/*
---------------------------------------------
our-team
---------------------------------------------
*/

#our-team {
  padding-top: 50px;
    padding-bottom: 50px;
}

#our-team .section-heading {
  margin-bottom: 70px;
}

#our-team .section-heading h6 {
  padding-left: 0px;
}

#our-team .section-heading h6:before {
  display: none;
}

#our-team .team-item {
  text-align: center;
  border: 1px solid #afafaf;
  padding: 1px;
  transition: all .5s;
  border-radius: 3px;
}

#our-team .team-item:hover {
  border-color: #344519;
}

#our-team .team-item:hover .down-content h4 {
  color: #344519;
}

#our-team .team-item .thumb {
  position: relative;
}

#our-team .team-item .thumb img {
  width: 250px;
  height:200px; 
  overflow: hidden;
  position: relative;
}

#our-team .team-item .thumb .overlay {
  position: absolute;
  background-color: #2a2a2a;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#our-team .team-item .thumb ul.social-icons {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

#our-team .team-item .thumb ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

#our-team .team-item .thumb ul.social-icons li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #2a2a2a;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all .5s;
}

#our-team .team-item .thumb ul.social-icons li a:hover {
  background-color: #344519;
}

#our-team .team-item:hover .overlay {
  opacity: .9;
  visibility: visible;
}

#our-team .team-item:hover ul.social-icons {
  opacity: 1;
  visibility: visible;
}

#our-team .team-item .down-content {
  padding: 20px 0px;
}

#our-team .team-item .down-content h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

#our-team .team-item .down-content span {
  font-size: 14px;
  color: #2a2a2a;
}


/* 
---------------------------------------------
contact-us
--------------------------------------------- 
*/

#contact-us .section-heading {
  margin-bottom: 60px;
}

#contact-us .section-heading h6 {
  color: #000;
}

#contact-us .section-heading h2 {
  color: #000;
  font-weight: 700;
}

#contact-us .section-heading h6:before {
  background-color: #000;
}

#contact-us p {
  color: #000;
  margin-bottom: 65px;
}

#contact-us {
    padding: 50px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fcfff8;
}

#contact-us .phone,
#contact-us .message {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0px 0px 20px 0px;
}

#contact-us .phone i,
#contact-us .message i {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background-color: #344519;
  border-radius: 10px;
  font-size: 35px;
  margin-top: -35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#contact-us .phone h4,
#contact-us .message h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

#contact-us .phone span a,
#contact-us .message span a {
  font-size: 14px;
  color: #2a2a2a;
  transition: all .3s;
}

#contact-us .phone span a:hover,
#contact-us .message span a:hover {
  color: #344519;
}

#contact {
  margin-left: 30px;
  padding: 45px 30px;
  background-color: #fff;
  border-radius: 5px;
}

#contact h4 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #2a2a2a;
  margin-bottom: 30px;
}

.datepicker-days {
  padding: 30px;
  cursor: pointer;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  color: #2a2a2a;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 46px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #344519;
}

.contact-form button {
  margin-top: -10px;
  font-size: 13px;
  color: #fff;
  background-color: #344519;
  padding: 12px 25px;
  width: 100%;
  box-shadow: none;
  border: none;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.contact-form button:hover {
  opacity: .9;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #2a2a2a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2a2a2a;
}

.contact-form ::placeholder {
  color: #2a2a2a;
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  padding: 20px 0px;
  background-color: #344519;
}

footer .left-text-content p {
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
}

footer .right-text-content p {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}


footer .right-text-content {
  text-align: left;
  margin-top: 25px;
}

footer .logo {
  text-align: center;
}

footer .right-text-content ul li {
  display: inline-block;
  margin-left: 15px;
}
footer .right-text-content ul li:first-child {
  margin-left: 0px;
}


footer .right-text-content ul li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  color: #344519;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

footer .right-text-content ul li a:hover {
  color: #2a2a2a;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 992px) {
  #top {
    height: auto;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  #top .left-content {
    text-align: center;
    padding: 25% 0px;
  }
  #about .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  #our-team .team-item {
    margin-bottom: 30px;
  }
  #contact-us .phone {
    margin-bottom: 60px;
  }
  #contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  
  footer .right-text-content {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .left-text-content p {
    text-align: center;
    margin-top: 30px;
  }
}




.about-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56%;
  height: 100%;
  background-image: url(../projects/residencial/navnath-paradise/3.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section .about-outer-content {
  padding: 160px 0;
}

.about-section {
    background-color: #ecefe8;
}

.about-section .circle {
  width: 293px;
  height: 293px;
  line-height: 293px;
  top: 260px;
  right: -94px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}

.about-section .about-content h6 {
  margin-bottom: 12px;
}

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

.about-section .about-content h2 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 40px;
}

.about-section .about-content p {
    margin-bottom: 34px;
    color: #fff;
    font-size: 17px;
    text-align: justify;
}

.about-section .about-content a {
  padding: 22px 41px;
  background-color: #000;
}

.about-section .about-content {
    padding: 82px 80px 88px;
    z-index: 1;
    position: relative;
    background-color: #344519;
}

h2 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
  color: #0f0200;
  font-family: "Quicksand", serif;
}

.about-button {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  color: #fff;
  background: #354519;
  transition: all 0.3s ease-in-out;
}
.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
.headling-line{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/top-bar.png);
  background-repeat: no-repeat;
  background-position: center;
}
.headling-line:after {
    background: url(../img/top-bar.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.headling-line span {
  color: #ffffff;
}
/*-----Testimonial-------*/



.testimonial {
    position: relative;
    background: url(../img/feedback.jpg) repeat left top scroll #fff;
    background-attachment: fixed;
    padding-top: 50px;
}
#testimonial .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial .carousel-inner .item{
overflow: hidden;
}

.testimonial-indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial-indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial-indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial-indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial-indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial-control-button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial-control-button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial-control-button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial-control-button .carousel-control.left:hover,
.testimonial-control-button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial-header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial-header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial-slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial-slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 75px;
  height: 75px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial-slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial-slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}

/* ------testimonial  close-------*/

.service-section {
    padding: 50px 0 60px;
    background-color: #fafafa;
}
.service-section .service-leftimage{
  position: absolute;
  bottom: 300px;
  left: 0;
}
.service-section .service-rightimage{
  position: absolute;
  top: 200px;
  right: 0;
}
.service-section .service-content h6{
  margin-bottom: 12px;
}
.service-section .service-content h2{
  margin-bottom: 25px;
}
.service-section .service-content .text{
  margin-bottom: 52px;
  padding: 0 40px;
  color: #4c4c4c;
}
    .service-section .service-box {
        padding: 15px;
        margin-bottom: 30px;
        background-color: #fff;
        border-bottom: 2px solid #fff;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .service-section .service-box:hover {
        border-bottom: 2px solid #354519;
    }
.service-section .service-box .icon {
  width: 18%;
  top: 6px;
  float: left;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.service-section .service-box:hover .icon {
  transform: translateY(-5px);
}
.service-section .service-box .content {
  width: 82%;
  padding-left: 2px;
  position: relative;
  display: inline-block;
}
    .service-section .service-box h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 10px;
    }
    .service-section .service-box p {
        line-height: 24px;
        margin: 10px;
        font-size: 17px;
        text-align: justify;
    }
    .service-section .service-box .learn-more {
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        text-align: center;
        position: relative;
        display: inline-block;
        color: #0f0200;
        transition: all 0.3s ease-in-out;
        margin: 10px;
    }
.service-section .service-box .learn-more i {
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #0f0200;
}
.service-section .service-box:hover .learn-more {
  color: #354519;
}
.service-section .service-box:hover .learn-more i {
  color: #354519;
}
.service-section .service-box .learn-more:hover {
  color: #4c4c4c;;
}
.service-section .service-box .learn-more:hover i {
  color: #4c4c4c;;
}
.service-section .service-wrapper {
  margin-bottom: 25px;
}
.service-section .view-all{
  padding: 21px 43px;
  background-color: #354519;
}
.service-section .view-all i{
  margin-left: 24px;
}
.service-section .view-all:hover{
  background-color: #0f0200;;
}

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

.mb-75
{
  margin-bottom: 75px;
}

.mb-50
{
  margin-bottom: 50px;
}









.sub_banner_outer .header {
  border: none;
}
.sub-banner {
    padding: 115px 0 0px;
    background-color: #3e6007;
}
.sub-banner .sub-banner-content h1{
  margin-bottom: 40px;
  position: relative;
}
.sub-banner .sub-banner-content .box {
  padding: 14px 32px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 40%);
  transition: all 0.3s ease-in-out;
}
.sub-banner .sub-banner-content .box span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.sub-banner .sub-banner-content .box a span:hover{
  color: #354519;
}
.sub-banner .sub-banner-content .box .slash {
  margin: 0 10px 0 8px;
}


.vision-section {
    padding: 60px 0 30px;
    background: #fcfff8;
}

.vision-section .vision-content h6 {
  margin-bottom: 12px;
}
.vision-section .vision-content h2 {
  margin-bottom: 18px;
  padding-right: 20px;
}
    .vision-section .vision-content .text {
        margin-bottom: 17px;
        font-size: 16px;
        text-align: justify;
    }
.vision-section .vision-content ul {
  margin-bottom: 36px;
}
.vision-section .vision-content ul li {
  position: relative;
  margin-bottom: 9px;
}
.vision-section .vision-content ul li:last-child {
  margin-bottom: 0;
}
    .vision-section .vision-content ul li i {
        font-size: 16px;
        text-align: justify;
        top: 3px;
        left: 0;
        position: absolute;
        color: #354519;
    }
    .vision-section .vision-content ul li p {
        line-height: 30px;
        padding-left: 30px;
        color: #0f0200;
        font-size: 16px;
        text-align: justify;
    }


.section-services {
	padding-top: 110px;
	padding-bottom: 120px;
	
}













.portfolio-section {
  padding: 50px 0;
  background-color: #000;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  height: 180px;
  transition: all 0.5s;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

.header-slider .item {
    height: 100vh;
    position: relative;
}

    .header-slider .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-slider .item .cover {
        padding: 75px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
    }

        .header-slider .item .cover .header-content {
            position: relative;
            padding: 56px;
            overflow: hidden;
        }

            .header-slider .item .cover .header-content .line {
                content: "";
                display: inline-block;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                position: absolute;
                border: 10px solid #609907;
                -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
                clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
            }

            .header-slider .item .cover .header-content h2 {
                font-weight: 300;
                font-size: 35px;
                color: #fff;
            }

            .header-slider .item .cover .header-content h1 {
                font-size: 56px;
                font-weight: 600;
                margin: 5px 0 20px;
                word-spacing: 3px;
                color: #fff;
            }

            .header-slider .item .cover .header-content h4 {
                font-size: 24px;
                font-weight: 300;
                line-height: 36px;
                color: #fff;
            }

.header-slider .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.header-slider .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.header-slider .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.header-slider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.header-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    .header-slider .owl-nav .owl-prev span {
        font-size: 1.6875rem;
        color: #fff;
    }

    .header-slider .owl-nav .owl-prev:focus {
        outline: 0;
    }

    .header-slider .owl-nav .owl-prev:hover {
        background: #000 !important;
    }

.header-slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    .header-slider .owl-nav .owl-next span {
        font-size: 1.6875rem;
        color: #fff;
    }

    .header-slider .owl-nav .owl-next:focus {
        outline: 0;
    }

    .header-slider .owl-nav .owl-next:hover {
        background: #000 !important;
    }

.header-slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.header-slider:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.btn-whatsapp-pulse {
    z-index: 9999;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    right: 20px;
    animation-play-state: paused;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.section_all {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 13px;
    width: 44px;

}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.text_custom {
    color: #00bd2a;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about-header-main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.about-header-main p {
    font-size: 16px;
    text-align: justify;
}

.img_about img {
    width: 350px;
    height: 310px;
}

.portfolio-menu {
    text-align: center;
}

    .portfolio-menu ul li {
        display: inline-block;
        margin: 0;
        list-style: none;
        padding: 10px 15px;
        cursor: pointer;
        -webkit-transition: all 05s ease;
        -moz-transition: all 05s ease;
        -ms-transition: all 05s ease;
        -o-transition: all 05s ease;
        transition: all .5s ease;
    }



    .portfolio-item .item {
        /*width:303px;*/
        float: left;
        margin-bottom: 10px;
    }


.contact-right-text-content {
    text-align: left;
    margin-top: 25px;
}

    .contact-right-text-content ul li a {
        width: 44px;
        height: 44px;
        display: inline-block;
        text-align: center;
        line-height: 44px;
        font-size: 20px;
        background-color: #fff;
        border-radius: 50%;
        color: #344519;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .contact-right-text-content ul li:first-child {
        margin-left: 0px;
    }

    .contact-right-text-content ul li {
        display: inline-block;
        margin-left: 15px;
    }

.field-validation-error{
    color:red;
    font-size:12px;
}
.input-validation-error {
    border: 1px red solid !important;
}