body{
	font-family: 'Montserrat', sans-serif!important;
  line-height: 26px!important;
  font-size: 18px!important;
  font-weight: 500!important;
}
.hdfc-logo{
    max-width: 100px;
}
.container {
  width: 1280px;
  max-width: 1280px;
}
.header{
  box-shadow: 2px 5px 5px 0 rgb(0 0 0 / 18%);
  background: #fff;
  z-index: 11;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
}

/*.sticky + .content {
  padding-top: 102px;
  }*/

  .sticky #navbarCollapse .navbar-nav  a {
    color: #fff;
  }
  .sticky .btn-logout {
    background: transparent;
    color: #fff!important;
    border: 1px solid #fff!important;
    /*background-image: url(../img/logout-w.png);*/
    background-repeat: no-repeat;
    background-position-y: 11px;
    background-position-x: 28px;
    width: fit-content;
  }
  .banner-img {
    /*height: 80vh;*/
  }
  .banner-div h1 {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align: center;
   font-weight: 400;
   font-size: 60px;
   color: #fff;
 }

 .banner-div-new h1 {
  position: absolute;
  top: 86%;
  left: 27%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
}

.banner-div-new h1:before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -10px;
  height: 5px;
  width: 12%;
  border-bottom: 2px solid #C32429;
}


#navbarCollapse .navbar-nav  a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #1B1A1C;
	text-transform: capitalize;
	margin-right: 20px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

#navbarCollapse .navbar-nav  a,
#navbarCollapse .navbar-nav  a:after,
#navbarCollapse .navbar-nav  a:before {
	transition: all .5s;
}
#navbarCollapse .navbar-nav  a:hover {
	color: #E10511;
}

#navbarCollapse .navbar-nav  a {
	position: relative;
}
#navbarCollapse .navbar-nav  a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #E10511;
	height: 2px;
}
#navbarCollapse .navbar-nav  a:hover:after {
	width: 50%;
}
#navbarCollapse .navbar-nav a.active {
  color: #E10511;
}
#navbarCollapse .navbar-nav a.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  content: '.';
  color: transparent;
  background: #E10511;
  height: 2px;
}

.btn-logout{
	background: transparent;
	color: #000!important;
	/*width: 15%;*/
	text-transform: uppercase!important;
	font-size: 16px!important;
	line-height: 19px!important;
	border: 1px solid #000!important;
	border-radius: 0px!important;
	/*background-image: url(../img/logout-b.png);*/
	background-repeat: no-repeat;
	background-position-y: 11px;
	background-position-x: 28px;
	  width: fit-content;
}
.btn-logout:hover {
	background: #C32429;
	color: #fff!important;
	/*width: 15%;*/
	 width: fit-content;
	text-transform: uppercase!important;
	font-size: 16px!important;
	line-height: 19px!important;
	border: 1px solid #C32429!important;
	border-radius: 0px;
	/*background-image: url(../img/logout-w.png);*/
	background-repeat: no-repeat;
	background-position-y: 11px;
	background-position-x: 28px;
	  width: fit-content;
}
.lo-text {
	/*padding-left: 25%;*/
  line-height: 30px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.hero-header h1 {
	font-size: 60px!important;
	text-align: center;
	font-weight: 100;
}
.lq-img{
	position: absolute;
	left: 10%;
	padding-top: 2%;
}
.rq-img{
	position: absolute;
	right: 10%;
	margin-top: -4%;
}
.quote-div h6 {
	font-size: 22px;
	line-height: 35px;
	font-weight: 500;
	padding-top: 14%;
	color: #222222;
}
.quote-div p {
	font-size: 20px;
	padding-top: 2%;
	color: #727272;
}
.quote-div {
	background: #F5F5F5;
	height: 62vh;
}
.main-headings {
 position: relative;
 font-size: 40px; 
 padding-bottom: 10px;
 margin-bottom: 30px;
 line-height: 40px;
 font-weight: 400;
}
.main-headings:after {
	position: absolute;
  width: 70px;
  height: 3px;
  background: #c32429;
  bottom: -5px;
  left: 0;
  content: "";
}
.center-heading{
  text-align: center;
}
.center-heading h3:after {
  left: 50%!important;
  transform: translate(-50%,0)!important;
}
.sub-headings {
	position: relative;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}
.sub-headings:after {
  position: absolute;
  width: 70px;
  height: 3px;
  background: #c32429;
  bottom: -5px;
  left: 0;
  content: "";
}
.big-headings {
	font-weight: 400;
	font-size: 30px;
}
.center-headings {
	width: auto;
	height: 30px;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font-size: 30px;
}
.center-headings:before {
	content: "";
	position: absolute;
	left: 47%;
	bottom: -15px;
	height: 1px;
	width: 7%;
	border-bottom: 2px solid #C32429;
}
.re-red-border {
	height: 3px;
	width: 4%;
	border-bottom: 2px solid #C32429;
}
.red-border {
	height: 3px;
	width: 15%;
	border-bottom: 2px solid #C32429;
}
.red-border-bh{
	height: 3px;
	width: 4%;
	border-bottom: 2px solid #C32429;
}

.text-justify {
	text-align: justify;
}
.bg-grey{
	background: #F5F5F5;
}
.outer-div{
	border: 1px solid #868E96;
	padding: 5%;
	background: #fff;
	border-radius: 8px;
	min-height: 78vh;
}
/*.outer-div:hover {
	box-shadow: 0px 2px 8px #0000003d;
	border: 1px solid #fff;
  }*/
  .outer-div-bod {
   display: flex;
   align-items: center;
 }
 .outer-div-bod img {
   margin-right: 5%;
 }
 .real-es-div{
   padding-top: 3%;
 }

 .real-es-div ul li {
   font-size: 16px;
   padding-top: 4%;
 }

 .real-es-div ul {
   padding-left: 20px;
 }
 .br-space {
  flex: 0 0 auto;
  width: 18.666667%;
  border-right: 1px solid lightgrey;
}
.main-outer {
	padding: 4% 8%;
}
.fw-400{
	font-weight: 400;
}
.service-div span {
	font-size: 25px;
	padding-left: 15px;
}
.service-div h4 {
	width: auto;
	height: 40px;
	position: relative;
}
.service-div h4:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 50%;
	border-bottom: 2px solid #C32429;
}
.service-div .bsr {
	width: auto;
	height: 40px;
	position: relative;
}
.service-div .bsr:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 30%;
	border-bottom: 2px solid #C32429;
}

.service-div p {
 font-size: 16px;
 padding: 5% 0;
 width: 90%;
}
.bod-right{
 border-right: 1px solid #bababa;
 min-height: 28vh;
}
.bod-lg-right {
 border-right: 1px solid lightgrey;
 padding-right: 8%;
 min-height: 30vh;
}
.red-btn{
 background: #c32429;
 color: #fff;
 border: 1px solid #c32429;
 min-width: 200px;
 height: 54px;
 text-align: center;
 text-transform: uppercase;
 line-height: 54px;
 font-size: 16px;
 display: inline-block;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
 text-decoration: none;
}
.red-btn:hover {
 background: #fff;
 border: 1px solid #C32429;
 color: #C32429;
}

.es-div {
 padding-top: 2%;
 /*margin-right: -10%;*/
}

.es-div img {
 margin: 0 auto;
 display: block;
}
.es-div h5 {
 text-align: center;
 font-size: 18px;
 padding-top: 15%;
 font-weight: 500;
}
.es-div p {
 width: 90%;

}

.rm-cont{
 padding-bottom: 0px!important;
 margin-bottom: 0px!important;
}
.bsr-mtext, .man-mtext{
 display: none;
 padding-top: 0px !important;
 margin-bottom: 0px !important;
 padding-bottom: 0px !important;
}
.bsr-button, .manage-button{
 font-size: 12px;
 background: #e1e1e1;
 width: 6%;
 padding: 0px;
 cursor: pointer;
 margin-top: 10px;
 text-align: center;
}

.esms-div .esms-items {
 width: 100%;
 margin: 0px auto;
 margin-top: 20px
}
.esms-div .box {
 background: #fff;
 padding: 20px 20px 25px 20px;
 border-radius: 8px;
 margin: 10px 5px;
 border: 1px solid #868E96;
 min-height: 35vh;
}
.esms-div .box:hover {
 box-shadow: 0px 2px 8px #0000003d;
 border: 1px solid #fff;
 border-radius: 8px;
}


.esms-div p {
 margin-bottom: 8%;
 min-height: 20vh;
}

.esms-div .red-btn {
 background: #C32429;
 text-decoration: none;
 color: #fff;
}
.esms-div .red-btn:hover {
 background: #fff;
 text-decoration: none;
 color: #C32429;
 border:1px solid #C32429;
}
/*multi item carousel*/
.esms-div  .owl-nav button {
 position: absolute;
 top: 50%;
 background-color: #000;
 color: #fff;
 margin: 0;
 transition: all 0.3s ease-in-out;
}
.esms-div .owl-nav button.owl-prev {
 left: 0;
}
.esms-div .owl-nav button.owl-next {
 right: 0;
}

.esms-div .owl-dots {
 display: none;
}

.esms-div .owl-prev span {
 font-size: 35px;
 position: absolute;
 top: -22px;
 left: -42px;
 color: #c32429;
 background: #fff;
 border-radius: 50px;
 width: 40px;
 line-height: 34px;
 height: 40px;
}

.esms-div .owl-next span {
 font-size: 35px;
 position: absolute;
 top: -22px;
 right: -42px;
 color: #c32429;
 background: #fff;
 border-radius: 50px;
 width: 40px;
 line-height: 34px;
 height: 40px;
}



/*projects page css*/

.company-div {
 padding-bottom: 3rem;
}

.company-div img {
 padding-bottom: 10%;
}
.company-div h5 {
 padding-top: 3%;
 margin-bottom: -2%;
 font-size: 40px;
}
.cs-div .outer-div {
 background: transparent;
 min-height: auto;
 margin-top: 5%;
}
/*    .cs-div .outer-div:hover {
    	box-shadow: 0px 2px 8px #0000003d;
    	border: 1px solid #fff;
    	background: #fff;
    	min-height: auto;
    	margin-top: 5%;
      }*/
      .cs-div .white-btn {
       background: #ffffff;
       border: 1px solid #000;
       text-decoration: none;
       color: #090909;
       /*padding: 10px 30px;*/
     }
     .cs-div p {
       font-size: 18px;
       min-height: 28vh;
       font-weight: 500;
       line-height: 28px;
     }

     .cs-div .outer-div .white-btn:hover  {
       background: #C32429;
       border: 1px solid #C32429;
       text-decoration: none;
       color: #fff;
     }

     .cs-div .sub-headings{
       padding-bottom: 3%;
       font-weight: 500;
     }
     .btn-all {
      min-width: 200px;
      height: 54px;
      text-align: center;
      text-transform: uppercase;
      line-height: 54px;
      font-size: 16px;
      display: inline-block;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      cursor: pointer;
    }
    .proj-div  .owl-nav button {
    	display: none;
    }
 
 .proj-div.esms-div .owl-nav button {
    	display: block;
    }

    /*page 1 css*/

    .center-div img {
    	margin: 0 auto;
    	display: block;
    }
    .center-div h5 {
    	text-align: center;
    	padding-top: 10%;
    	font-size: 20px;
    }
    .center-div h6 {
    	text-align: center;
    	padding-top: 0%;
    	font-size: 18px;
    	color: grey;
    }
    .land-info .bod-right {
    	border-right: 1px solid #d4d4d4;
    	min-height: 23vh;
    	padding-right: 8%;
    }
    .loc-icon {
    	padding-right: 1%;
    }

    /*accordion*/

    .accordion-page1 .accordion {
    	margin-top: 40px;
    }
    .accordion-page1 .accordion .accordion-button {
    	border: none;
    	background: #F5F5F5;
    	padding: 20px;
    	border-radius: 0;
    	font-size: 20px;
      margin-bottom: 0px;
      font-weight: 500;
    }
    .accordion-page1 .accordion-button:focus{
      box-shadow: none;
    }
    .accordion-page1 .accordion .accordion-item {
      background-color: #fff;
      border: none;
      margin-bottom: 20px;
    }
    .accordion-page1 .accordion-button:not(.collapsed)
    {
      color: #c32429;
      box-shadow: none;
    }
    .accordion-page1 .accordion-button::after{
      background-image: url(../img/down-arr.png);
      width: 2.25rem;
    height: 1.25rem;
    background-size: 30px;
    }
    .accordion-page1 .accordion-body {
      padding: 1rem 1.25rem;
      background: whitesmoke;
    }

    .accordion-page1 .accordion .accord-content {
      background: #fff;
      text-align: center;
      padding: 10%;
      box-shadow: 0px 2px 8px #0000003d;
      margin-bottom: 3%;
    }

    .accordion-page1 .accordion .accord-content p {
      line-height: unset;
      font-size: 16px;
      padding-bottom: 10%;
    }

    .accordion-page1 .accordion .accord-content a {
      border: 1px solid #000;
      padding: 16px 40%;
      text-transform: capitalize;
      color: #000;
      text-decoration: none;
      font-size: 16px;
    }

    .accordion-page1 .accordion .accord-content a:hover {
      border: 1px solid #C32429;
      background: #C32429;
      color: #fff;
    }
   .accordion-page1 .nav-item {
       margin-right: 10%;
   }

    .accordion-page1 .nav-tabs .nav-link {
    	width: 100%;
    	font-size: 15px;
    	text-align: center;
    	border: 1px solid #B4B4B4!important;
    	border-radius: 4px;
    	font-weight: 500;
    }
    .accordion-page1 .nav-tabs .nav-link a:active {
    	width: 70%;
    	text-align: center;
    	color: #000;
    	border-radius: 4px;
    	font-weight: 500;
    }
    .accordion-page1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    	color: #000!important;
    	border: 1px solid #C32429!important;
    }
    .accordion-page1 .nav-link {
    	color: #B4B4B4;
    }
    
    .accordion-page1 .nav-tabs {
      border: unset;
    }

    /*initiative page css*/


    .initiative-para {
      font-size: 18px;
      text-align: left;
      padding-top: 5%;
    }
    .listings {
      line-height: 30px;
      font-size: 17px;
      list-style-type: none;
      padding-bottom: 5%;
      padding-left: 25px;
    }
    .listings li::before {
      content: "▪";
      color: #C32429;
      font-size: 25px;
      font-weight: bold;
      display: inline-block; 
      width: 1em;
      margin-left: -1em;
    }

    /*orgaization page css*/

    .organization-div h5 {
      font-size: 18px;
      padding-top: 3%;
      color: #C32429;
      font-weight: 600;
    }
    .organization-div p {
      font-size: 18px;
      color: #B4B4B4;;
    }
    .rnd-para {
      font-size: 18px;
      text-align: left;
      padding-top: 3%;
      padding-bottom: 3%;
      margin: 0;
      line-height: 35px;
    }


    .rg-heading{
      left: 20%!important;
    }
    .rg-head {
      font-size: 25px;
      text-align: left;
      padding-top: 3%;
      padding-bottom: 5px;
      margin: 0;
      line-height: 35px;
      /*width: 80%;*/
      font-weight: 500;
    }
    .rg-para {
      color: #000000;
      padding-top: 3%;
      font-size: 22px;
      font-weight: 500;
    }

    .num-content h5 {
      background: #000;
      color: #fff;
      text-align: center;
      width: 50px;
      padding: 10px 20px;
    }
    .num-content p {
     padding-left: 5%;
     margin-top: -8px;
     font-size: 18px;
     font-weight: 600;
   }
   .bold-para {
    font-size: 20px;
    font-weight: 500;
    padding-top: 2%;
    padding-bottom: 3%;
  }
  .red-text{
    color: #C32429;
  }
  .num-content-grid h5 {
    background: #000;
    color: #fff;
    text-align: center;
    width: 50px;
    padding: 10px 20px;
  }
  .num-content-grid p {
   padding-left: 13%;
   margin-top: -8px;
   font-size: 18px;
   font-weight: 600;
 }
 .bold-para-new {
  font-size: 20px;
  font-weight: 500;

}
.mt-m3 {
  margin-top: -3%;
}

/*login page*/

.login_oueter {
  width: 500px;
  max-width: 100%;
}
.logo_outer{
  text-align: center;
}
.logo_outer img{
  width:120px;
  margin-bottom: 40px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 13.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.bg-white {
  background-color: #fff;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #141414;
  outline: 0;
  box-shadow: none;
}
.fs-25 {
  font-size: 25px;
}
.fa-eye, .fa-eye-slash {
  color: rgb(136, 136, 136);
}
.fp{
  color: #C32429;
  position: relative;
  top: -32px;
  right: -143%;
  font-size: 14px;
  text-decoration: none;
}
.rm{
  position: relative;
  top: -5px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.login-btn {
  margin: 0 auto;
  display: block;
  background: #fff;
  border-color: #000;
  border-radius: 0;
  padding: 14px;
  margin-top: 5%;
  color: #000;
  text-transform: uppercase;
  width: 40%;
}
.login-btn:hover {
  margin: 0 auto;
  display: block;
  background: #C32429;
  border-color: #C32429;
  border-radius: 0;
  padding: 14px;
  margin-top: 5%;
  text-transform: uppercase;
}
.logo{
  position: absolute;
  left: 5%;
  top: 5%;
  max-width: 100px;
}
.font-weight-500 {
  font-weight: 500px;
}
.bg-black-section .text-muted {
  font-size: 25px;
}
.text-orange {
  color: #ef4a25;
}

.sub-tabs {
  margin-left: -9%;
}
.amenities {
  text-align: center;
}
.amenities h5 {
  color: #C32429;
  font-size: 21px;
  padding-top: 15%;
  font-weight: 500;
}

.amenities p {
  color: #868E96;
}
.es-div .amenities h5 {
  color: #000;
  font-size: 21px;
  padding-top: 15%;
  font-weight: 500;
}
.number-block {
  min-width: 64px;
  max-height: 64px;
  background: #181a1c;
  color: #fff;
  margin-right: 25px;
  text-align: center;
  line-height: 64px;
  font-size: 35px;
}
.number-content {
  position: relative;
  top: -6px;
  text-align: left;
  font-size: 18px;
}
.pad0{
  padding: 0px;
}






























/*footer css*/
footer {
  background: #181a1c;
  color: #fff;
}

.footer-middle {
  padding-top: 2em;
  color: #fff;
}

footer .footer-logo {
  max-width: 200px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
footer li a {
  color: #fff;
  transition-duration: .2s;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
footer a:focus, footer a:hover {
  color: #c32429;
  text-decoration: none;
}

footer .copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #2e3133;
}

.app-img {

  padding-top: 5rem !important;

}
.leap{
    font-size:22px !important;
    
    text-transform: capitalize;
}
#proj-carousel.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 315px;
}
.curv{
    border-radius:2%!important;
}

.sgn-gbl {

  position: absolute;

  top: 50%;

  left: 30%;

  right: auto;

  color: white;

  font-size: 48px;

  font-weight: 600;

}

.sgn-head {

  position: relative;

  font-size: 40px;

  padding-bottom: 10px;

  margin-bottom: 30px;

  line-height: 40px;

  font-weight: 400;

}

.sgn-head:after {

  position: absolute;

  width: 70px;

  height: 3px;

  background: #c32429;

  bottom: -5px;

  left: 0;

  content: "";

}

.one-mtext, .two-mtext, .three-mtext {

  display: none;

  padding-top: 0px !important;

  margin-bottom: 0px !important;

  padding-bottom: 0px !important;

}

.one-button , .two-button, .three-button {

  font-size: 12px;

  background: #e1e1e1;

  width: 6%;

  padding: 0px;

  cursor: pointer;

  margin-top: 10px;

  text-align: center;

}

.mhn-gbl {

  position: absolute;

  top: 50%;

  left: 0;

  color: white;

  font-size: 48px;

  font-weight: 600;

  right: 0;

  display: flex;

  justify-content: center;

}



.mdh-mtext, .mdh-two-mtext, .mdh-three-mtext, .mdh-four-mtext, .mdh-five-mtext {

  display: none;

  padding-top: 0px !important;

  margin-bottom: 0px !important;

  padding-bottom: 0px !important;

}



.mdh-button, .mdh-two-button, .mdh-three-button,.mdh-four-button, .mdh-five-button {

  font-size: 12px;

  background: #e1e1e1;

  width: 6%;

  padding: 0px;

  cursor: pointer;

  margin-top: 10px;

  text-align: center;

}

.rst-mtext,.rst-two-mtext,.rst-three-mtext ,.rst-four-mtext  {

  display: none;

  padding-top: 0px !important;

  margin-bottom: 0px !important;

  padding-bottom: 0px !important;

}

.rst-button,.rst-two-button,.rst-three-button ,.rst-four-button {

  font-size: 12px;

  background: #e1e1e1;

  width: 6%;

  padding: 0px;

  cursor: pointer;

  margin-top: 10px;

  text-align: center;

}

@media only screen and (min-width:1500px) and (max-width:1540px) {
   .quote-div {
    /*background: #F5F5F5;*/
    height: 37vh;

}

.outer-div {
    border: 1px solid #868E96;
    padding: 5%;
    background: #fff;
    border-radius: 8px;
    min-height: 45vh;
}
}
@media only screen and (min-width:1300px) and (max-width:1400px) {
   .quote-div {
    /*background: #F5F5F5;*/
    /*height: 40vh;*/

}
.outer-div {
    border: 1px solid #868E96;
    padding: 5%;
    background: #fff;
    border-radius: 8px;
    min-height: 78vh;
}
}


