@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
html, body{
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #231F20;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

	font-weight: 400;
}
label{
	line-height: 28px;
}
	#header-container {
    position: absolute;
    z-index: 8080;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    background: #fff;
}
	}
.bg-head {
  position: relative!important;
  background-color: #fff;
}
	nav{
	 min-width:100%!important;
	max-width:100%!important;

	}

	@media (max-width: 767px) {

		#header-container {
			/* position: relative; */
		}

	}

/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/

	#header {
		position: relative;
		padding: 0 30px;
		/* border-bottom:1px soild #90B355; */

	}

	#header [class^="col-"] {
		position: static;
	}

	@media (min-width: 1200px) {

		#header-container [class^="col-"] {
			position: relative;
		}

	}

	@media (max-width: 991px) {

		#header {
			padding: 0;
		}

	}

  /***********************************************************************************
   *	- MENU
   ***********************************************************************************/

   	.menu,
  	.menu ul {
  		padding: 0;
  		margin: 0;
  		list-style: none;
      /* padding-top: 20px; */
  	}

  	.menu {
  		float: right;
  	}

  	.menu > li {
  		float: left;
  	}

  	.menu li a {
  		display: block;
  		padding: 5px 25px;
  		margin: 15px 0;
  		color: #381f12;
  		font-size: 16px;
  		line-height: 24px;
  		text-decoration: none;
  		text-transform: uppercase;
  		-webkit-transition: all 0.2s;
  				transition: all 0.2s;
  	}
    .menu li a:hover{
      color: #FFE3E7;
    }
  	.menu > li > a {
  		position: relative;
  	    padding: 19px 10px;
  	    margin: 0;
  	    margin-left: 11px;
  	    margin-right: 10px;
  	    font-size: 18px;
  	    font-weight: 400;
  	    line-height: 24px;
          color: #242021;
  	}
.bg-head  li  a {
  color: #145C96;
}
  	.menu > li > a:first-child {
  		padding-left: 0;
  	}

  	.menu > li:last-child > a {
  		margin-right: 0;
  	}

  	.menu li{ position:relative;}
  	.menu li.dropdown ul {
  		position: absolute;
  		z-index: 2000;
  		top: 100%;
  		left: 0;
  		display: none;
  		width: 200px;
  		background-color: #404042;
  	}

  	.menu li.dropdown ul li a {
  		position: relative;
  		color: #fff;
  	}

  	.menu li.dropdown ul li a:before {
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		left: -1px;
  		border-left: 5px solid #ED1C26;
  		opacity: 0;
  		content: "";
  		-webkit-transition: all 0.3s;
  				transition: all 0.3s;
  	}

	  .menu li.dropdown ul li a:hover:before,
	  .menu li.dropdown ul li.sfHover > a:before {
		  opacity: 1;
	  }

	  .menu li.dropdown ul ul {
		  top: -6px;
		  left: 100%;
	  }

	  .menu li.dropdown:hover > ul {
		  display: block;
	  }

	  .menu li.megamenu .megamenu-container {
		  position: absolute;
		  z-index: 2000;
		  top: 100%;
		  left: 0;
		  display: none;
		  padding: 20px 0;
		  width: 100%;
		  border: 1px solid #333;
		  background-color: #1c0533;
	  }

	  .megamenu-container .section {
		  float: left;
		  width: 25%;
		  border-right: 1px solid #333;
	  }

	  .megamenu-container .section:last-child {
		  border-right: none;
	  }

	  .megamenu-container.col-2 .section {
		  width: 50%;
	  }

	  .megamenu-container.col-3 .section {
		  width: 33.33333333%;
	  }

	  .megamenu-container.col-4 .section {
		  width: 25%;
	  }

	  .megamenu-container.col-5 .section {
		  width: 20%;
	  }

	  .menu li.megamenu ul li a {
		  position: relative;
	  }

	  .menu li.megamenu ul li a:before {
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  left: -1px;
		  border-left: 5px solid #007CB9;
		  opacity: 0;
		  content: "";
		  -webkit-transition: all 0.3s;
				  transition: all 0.3s;
	  }

	  .menu li.megamenu ul li a:hover:before {
		  opacity: 1;
	  }

	  .menu li.megamenu:hover > .megamenu-container {
		  display: block;
	  }

	  .sf-arrows .sf-with-ul:after {
		  position: absolute;
		  top: 53%;
		  right: -2px;
		  font-family: "FontAwesome";
		  content: "\f107";
		  -webkit-transform: translateY(-50%);
			  -ms-transform: translateY(-50%);
				  transform: translateY(-50%);
	  }

	  .sf-arrows > li:hover > .sf-with-ul:after {}

	  .sf-arrows ul .sf-with-ul:after {
		  right: 15px;
		  content: "\f105";
	  }

	  .sf-arrows ul li:hover > .sf-with-ul:after {}

	  .menu li a:hover,
	  .menu li.active > a,
	  .menu li.sfHover > a {
		  color: #1e1a1b;
		  text-decoration: none;
	  }

	  @media (min-width: 768px) and (max-width: 991px) {

		  .menu {
			  display: none;
		  }

	  }

	  @media (max-width: 1024px) {

		  .menu {
			  display: none;
		  }

	  }

	  /***********************************************************************************
	  *	- MOBILE MENU
	  ***********************************************************************************/

	  #mobile-menu-button {
		  position: absolute;
		  top: 22px;
		  right: 15px;
		  display: none;
		  font-size: 24px;
		  line-height: 24px;
		  color:#ED1C26;
	  }

	  #mobile-menu-button:hover,
	  #mobile-menu-button:focus {
		  color: #ED1C26;
	  }

	  #mobile-menu,
	  #mobile-menu ul {
		  list-style: none;
		  display: none;
		  margin: 0;
		  background-color: #ED1C26;
		  padding:0px;
		  margin:0px;
	  }

	  #mobile-menu {
		  border-bottom: 1px solid #fff;
	  }

	  #mobile-menu li a {
		  display: block;
		  padding: 10px 20px;
		  border-top: 1px solid #fff;
		  color: #fff;
		  font-size: 12px;
		  text-decoration: none;
		  text-transform: uppercase;
	  }

	  #mobile-menu > li > a {
		  font-size: 14px;
		  font-weight: 500;
	  }

	  #mobile-menu ul a {
		  padding-left: 40px;
	  }

	  #mobile-menu ul ul a {
		  padding-left: 60px;
	  }

	  #mobile-menu .megamenu-container {
		  display: none;
		  margin-left: 0;
	  }

	  #mobile-menu .megamenu-container .section {
		  float: none;
		  width: 100%;
		  margin-bottom: -1px;
		  padding: 0 20px 20px 20px;
	  }

	  #mobile-menu .megamenu-container .section ul {
		  display: block;
		  margin: 0 -25px -20px;
	  }

	  #mobile-menu .megamenu-container .section ul a {
		  padding-left: 40px;
	  }

	  #mobile-menu .megamenu-container .section > ul li a:before {
		  display: none;
	  }

	  #mobile-menu .megamenu-container .section ul li:last-child a {
		  border-bottom: 1px solid #fff;
	  }

	  #mobile-menu li.dropdown > a,
	  #mobile-menu li.megamenu > a {
		  position: relative;
	  }

	  #mobile-menu li.dropdown > a:after,
	  #mobile-menu li.megamenu > a:after {
		  position: absolute;
		  top: 50%;
		  right: 20px;
		  font-family: "FontAwesome";
		  font-size: 15px;
		  content: "\f107";
		  -webkit-transform: translateY(-50%);
			  -ms-transform: translateY(-50%);
				  transform: translateY(-50%);
	  }

	  #mobile-menu li.dropdown > a.open:after,
	  #mobile-menu li.megamenu > a.open:after {
		  content: "\f106";
	  }

	  #mobile-menu li.search a {
		  display: none;
	  }

	  @media (min-width: 768px) and (max-width: 991px) {

		  #mobile-menu-button {
			  display: block;
		  }

	  }

	  @media (max-width: 1024px) {

		  #mobile-menu-button {
			  display: block;
		  }

	  }

	  /***********************************************************************************
	  *	- STICKY
	  ***********************************************************************************/

	  #header-sticky [class^="col-"] {
		  position: static;
	  }

	  #header-sticky.header-sticky-small #logo {
		  padding: 10px 0;
	  }

	  #header-sticky {
		  position: fixed;
		  z-index: 999;
		  top: 0;
		  right: 0;
		  left: 0;
		  display: none;
		  width: 100%;
		  padding: 0 30px;
		  margin: 0 auto;
		  background-color: #fff;
		  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	  }

	  #header-sticky.header-sticky-small .menu > li> a {
		  /* padding-top: 17px;
		  padding-bottom: 17px; */
	  }

	  #header-sticky.header-sticky-small #search-form {
		  top: 4px;
	  }

	  @media (min-width: 1200px) {

		  #header-sticky:after {
			  width: 35%;
		  }

		  #header-sticky [class^="col-"] {
			  position: relative;
		  }

	  }

	  @media (min-width: 768px) and (max-width: 991px) {

		  #header-sticky {
			  visibility: hidden;
		  }

	  }

	  @media (max-width: 767px) {

		  #header-sticky {
			  visibility: hidden;
		  }

	  }

#logo img {
	padding: 7px;
}
#header-sticky #logo img {
	padding: 0px;
}
a:hover{
	text-decoration: none;
}
.green {
	color: #ED1C25;
}

.black{
    color: #242021;
}
.mar-t-100 {
    margin-top: 100px;;
}
.mar-t-50 {
    margin-top: 50px;
}

.bg-index {
	background-image: -webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/home.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    color: #fff;
}
.virtualbox{
  width: 400px;

}
.virtual{
  color: #fff;
  margin-top: 30px;
  /* padding:20px; */
}
.virtual1{
  color: #fff;
  padding:12px;
}

.virtual2{
  color: #fff;
  padding-bottom:20px;
}
.btn-join{
  background: #fff;
  color: #58585b;
  padding:10px 45px;
  border-radius:10px;
  font-size:22px;
}
.open-bg {
background-color: #cd2012;
padding: 100px 0px;
}
.mart {
	margin-top: 47vh;
}
.bg-index h2 {
	font-size: 55px;
}
.bg-investor h2 {

	font-size: 55px;
}
.bg-buyer h2 {

	font-size: 55px;
}
.bg-builder h2 {

	font-size: 55px;
}

.ab-title {
	font-size: 40px;
	line-height: 1.4;
	border-bottom: 1px solid #ddd;
}
.ab-title::after {
	background-color:   #cd2012;
	width: 20%;
}



.bg-index2 {
    background-image: url(../images/circle.png);
    background-position: left;
    /* background-size: cover; */
	background-repeat: no-repeat;

}
.ab-img img {
	position: relative;
	z-index: 995;
}
.pad {
	padding: 100px 50px;
}
.button  a{
	background-color: #EE1C28;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}
.button:hover  {
	color: #fff;
	text-decoration: none;
}
.box-abt {
    border: 20px solid #ddd;
    padding: 35px 100px;
    margin-left: -150px;
	position: relative;
	text-align: justify;
}

.bg-gray {
	background-image:-webkit-linear-gradient(rgba(255,255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/bg1.png);
    background-position: left;
    background-size: cover;
	background-repeat: no-repeat;
	padding: 100px;
}

.pad-t-20 {
	padding-top: 20px;
}


/*********contact*********/
.bg-cont {
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contact-banner1.jpg);
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	height: 70vh;
}


.mar-t-30 {
	margin-top: 30px;
}
.mar-t--10{
    margin-top: -10vh;
}

.bg-white{
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
}


.cont img {
	/* border: 1px solid #007763;
	border-radius: 50%; */
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}

.submit {
	border: none;
    background-color: #ed1c26;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
}

.form-cont .form-control {
	border: none;
	background-color: rgba(36,32,33,0.03);
	padding: 14px;
}
.form-cont .form-control:focus{
	outline: none;
	box-shadow: none;
}
.pad-r-10{
	padding-right: 10px;
}
.cont-detail i {
	color: #ed1c26;
	font-size: 32px;
	padding: 12px;

}

/***footer****/

footer {
	background-color: #242021;
    color: #fff;
    padding-top: 70px;
}

.foot-list li {
	list-style-type: none;
	display: inline-block;
	padding-right: 30px ;
}
.foot-list li a {
	color: #fff;
}
.hor {
	background-color: #fff;
    margin-top: 50px;
}
.foot-list1 li {
	list-style-type: none;
}
.foot-list1 , .foot-list{
	padding: 0;
	margin: 0;
}
.foot-list1 a{
	color: #fff;
}
/*****testimonial******/


.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    /* background: url(img/testimonial.bg-top.png); */
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    /* min-height: 375px; */
    position: relative;
    /* background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg); */
    padding-top: 50px;
    /* padding-bottom: 50px; */
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: -10px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ddd;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #ED1C25;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_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);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top:-20px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
      height: 55vh!important;
}
.carousel-control-prev {
	left: -74px;
	top:-100px;
}
.carousel-control-next {
	right: -67px;
	top: -100px;
}
.testimonial4_slide img {
    top: 32px!important;
    left: 0;
    right: 0;
    width: 136px;
    height: 130px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
  box-shadow: 0 0 5px 1px rgba(0,0, 0, 0.5);
}
.testimonial4_slide p {
	/* text-align: justify; */
    /* font-size: 20px; */
    line-height: 1.4;
    /* margin: 60px 0 20px 0; */
}
.testimonial4_slide h4 {
  font-size: 22px;
}


.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;

}
.carousel-control-prev-icon {
	background-image: url(../images/back.png);
}
.carousel-control-next-icon {
	background-image: url(../images/next.png);
}





/*******builder********/

.bg-builder {
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/builder-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    color: #fff;
}

.bg-builder h1 {
	font-size: 40px;

}


.mar-l {
	margin-left: -75px;
}

.build-img img {
	box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.1);
}

.bg-gray1 {
	background-image:-webkit-linear-gradient(rgba(255,255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/bg1.png);
    background-position: left;
    background-size: cover;
	background-repeat: no-repeat;
	padding: 100px;
}

.mar-t {
	margin-top: -10vh;
}
.bg-white1{
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	height: 20vh;
}
.font-16 {
	font-size: 16px;
	color: #999;
}
.lh {
	line-height: 1.5;
}

.bg-white2 {
	background-color: #fff;

}
.brd {
	border: 1px solid #ddd;
	/* padding: 10px; */
}

.bg {
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px;
}

.in-serv a {
	color:#ED1C26;
}
.in-serv a:hover {
	text-decoration: none;
  color: #381f12;
}

.button1 a{
	background-color: #ED1C26;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}
.button1{
	margin-top: 20px;
}


.bg1{
	background:linear-gradient(90deg, #f9f9f9 70%,#ffffff 30% ) ;
	padding: 100px;
	width: 100%;
	margin-right: 0;
}
.bg2{
	background:linear-gradient(90deg,#ffffff 30%, #f9f9f9 70% ) ;
	padding: 100px;
	width: 100%;
	margin-right: 0;
}
.text-pad {
	padding: 40px 100px;
	text-align: justify;
}

.bg1 .bg-img {
	background-image: url(../images/build.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.bg2 .bg-img1 {
	background-image: url(../images/build1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.bg1 .bg-legal-img{
	background-image: url(../images/legal1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2 .bg-market-img {
	background-image: url(../images/m1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg1 .bg-fin-img {
	background-image: url(../images/f1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2 .bg-ser-img {
	background-image: url(../images/s1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/********investor**********/
.bg-investor {
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/investor-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    color: #fff;
}

.bg-investor h1 {
	font-size: 40px;

}



.bg1 .bg-legal-img1{
	background-image: url(../images/legal2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2 .bg-market-img1 {
	background-image: url(../images/m2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg1 .bg-fin-img1 {
	background-image: url(../images/f2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2 .bg-ser-img1 {
	background-image: url(../images/s2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/******Buyer*******/

.bg-buyer {
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/buyer-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    color: #fff;
}

.bg1 .bg-legal-img2{
	background-image: url(../images/legal3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2 .bg-market-img2 {
	background-image: url(../images/m3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg1 .bg-fin-img2 {
	background-image: url(../images/f3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2 .bg-ser-img2 {
	background-image: url(../images/s3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*****projects******/
.bg-projects{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/projects-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.mart1{
	margin-top: 26vh;
}



 .bg-white1 i {
	padding-right: 7px;
}

.bg-wht{
	/* background-color: #fff;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
	text-align: center;
}
.bg-wht img {
	height: 20vh;
}

.stamp{
	position: absolute;
    width: 18%;
    right: 30px;
    top: 4%;

}


/********team********/

.bg-team{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/team-banner.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}

.mar-t-20 {
	margin-top: 20px;
}
.pro-list {
	padding: 0;
	margin: 0;
}
.pro-list  li {
	list-style-type: none;
	padding-top: 20px;
}

.pro-list1  li{
	list-style-type: disc;
	padding-top: 0px;
}


/******Mystic Meadows*******/

.bg-sanjeevani {
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/sanjeevani/19.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}



/********About********/

.bg-about{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/about-banner.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.txt-rgt {
	text-align: right;
}

.foot-font {
	font-size: 14px;
}
.head1 {
	position: relative!important;
}

.myst-img {
	background-image: url(../images/mystic1.jpeg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.code-img {
	background-image: url(../images/0003.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.nsr-cons-img {
	background-image: url(../images/nsr-construction1.jpeg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.nsr-cons-img1 {
	background-image: url(../images/nsr-construction4.jpeg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.sanj-img{
	background-image: url(../images/sanjeevani1.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.sanj-img1{
	background-image: url(../images/sanjeevani/20.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.holy-img {
	background-image: url(../images/nsr-holyday1.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.adasa-img {
	background-image: url(../images/adasada3.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}


.boxtext {
    width: 450px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: justify;
}
footer h2 {
	color: #ED1C26;
}
.build-img {
	background-image: url(../images/build1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 60vh; */
    color: #fff;
}

/****Nsr Constructions******/
.bg-nsr-construction{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/nsr-construction1.jpeg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}


.bg-nsr-holyday{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/nsr-holyday.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.bg-mystic{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/mystic/3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.bg-supra-sig{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/View1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.bg-supra-solar{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/p4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.bg-adasada{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/adasada2.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.bg-pyramid{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/pyramid.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.bg-nsrrythm{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/sliderns.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.bg-navg{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/agro.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.bg-code{
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/talk2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.sree1{
	font-size: 20px!important;
	font-weight: 600;
}
.ceo1{
	font-size: 18px!important;
	font-weight: 600;
}
.we-indentify{
	font-size: 35px;
}
.potential{
	font-size: 43px!important;
}
.hide-img{
	display:none;
}

.team1{
	font-size: 19px!important;
	text-transform: uppercase;
	font-weight: 700;
}
.desig{
	font-size: 17px!important;
	text-transform:capitalize;
	font-weight: 500;
}
.mar-t-10{
	margin-top:10px;
}
.mar-t-5{
	margin-top: 5px;
}

.sreekanth{
	background-color: #eceff1;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.sreekanth:hover{
	cursor: pointer;
}
.read1{
	opacity: 0;
}
.sreekanth:hover .read1{
	opacity: 1;
	cursor: pointer;
}
.pad-10{
	padding:10px;
}

.bg-team-set{
	background: #eceff1;
}
.team1-name-vert h4{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: right;
    text-orientation: sideways;
    font-size: 20px;
    opacity: 1;
    font-weight: 500;
	margin-left: 8px;
	bottom: 0;
	color: #cd2012;
	position: absolute;
	font-weight: 600;
	margin-bottom: 10px!important;

}
.team1-name-vert h5{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: right;
    text-orientation: sideways;
    font-size: 20px;
    opacity: 1;
    font-weight: 500;
	margin-left: 30px;
	bottom: 0;
	/* color: #cd2012; */
	position: absolute;
	font-weight: 500;

}












/*
  .image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
  }

  .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
  }

  .image:hover {
	opacity: 0.3;
	z-index: -9;
  } */

/* .bg-team-set:hover .middle {
	opacity: 1!important;
	z-index: 999!important;
	/* position: relative; */
  /* }
  .bg-team-set:hover .text {
	opacity: 1!important;
  } */
  /* .bg-team-set:hover .text {
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
	opacity: 1!important;
  }
   */








  .pad-0 {
	  padding: 0px;
  }





  .content {
	  background-color: #eceff1;
	position: relative;
	/* width: 90%; */
	/* max-width: 400px; */
	margin: auto;
	overflow: hidden;
	cursor: pointer;
  }

  .content .content-overlay {
	background: rgba(230,48,54,0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
  }

  .content:hover .content-overlay{
	opacity: 1;
  }

  .content-image{
	width: 100%;
  }

  .content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
  }

  .content:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
  }

  .content-details h3{
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
  }

  .content-details p{
	color: #fff;
	font-size: 0.8em;
  }

  /* .fadeIn-bottom{
	top: 80%;
  }

  .fadeIn-top{
	top: 20%;
  } */

  .btn-white-hov{
	border: none;
    /* background-color: #fff; */
    color: #fff;
    padding: 7px 20px;
	border-radius: 5px;
	font-weight: 700;
	cursor: pointer;
	font-size: 25px!important;
  }
  .btn-red-hov{
	border: none;
    background-color:rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 7px 20px;
	/* border-radius: 5px; */
	font-weight: 700;
	cursor: pointer;
	font-size: 18px!important;
  }
  .name-desig{
	  width: 20%;
  }
  .profile-img{
	  width: 100%;
  }



/* naveen css */

#text {
  margin-top: 70px;
  text-align: center;
}

.errortext {
  font-size: 12px;
  text-align: center;
  color: #ed6001;
}



.show-div-more{
	display: none;
}


.gray{
	color:#58595b;
}

.hillimg{
	width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hillimg img{
	object-fit: cover;
    width: 100%;
    height: inherit;
}


/* gated community */
.bg-gated {
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/sadasivpet/adasada-bamboo-gate.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}
.gated-img {
	background-image: url(../images/sadasivpet/elevation.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gated-img1 {
	background-image: url(../images/sadasivpet/price-list.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gated-img2 {
	background-image: url(../images/sadasivpet/layout.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gated-img3 {
	/* background-image: url(../images/sadasivpet/west-facing-183sqyard.jpeg);
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat; */
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.gated-img3 img{
	width: 100%;
    object-fit: contain;
    height: inherit;
}



.rythmimg {
	background-image: url(../images/rythm/16.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.rythmimg2 {
	background-image: url(../images/rythm/13.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.videoimg{
	width: 400px;
	height: 250px;
	overflow: hidden;
}
.videoimg img{
	object-fit: cover;
	height: inherit;
	width: 100%;
}
.videoimg1{
	/* width: 400px; */
	height: 250px;
	overflow: hidden;
}
.videoimg1 img{
	object-fit: cover;
	height: inherit;
	width: 100%;
}
.playdiv1{
	position: absolute;
    top: 50%;
    left: 48%;
}
.playdiv1 .icon{
	font-size: 32px;
    color: #fff;
}
.playdiv{
	position: absolute;
    top: 54%;
    left: 18%;
}
.playdiv .icon{
	font-size: 32px;
    color: #fff;
}



/* lightbox */
.photo-gallery {
	color:#313437;
	background-color:#fff;
  }

  .photo-gallery p {
	color:#7d8285;
  }

  .photo-gallery h2 {
	font-weight:bold;
	margin-bottom:40px;
	padding-top:40px;
	color:inherit;
  }
  .photos img{
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	  background-color: #fff;
  }
.item{
	  margin-top: 30px;
  }
  .item1{
	margin-top: 30px;
	height: 150px;
	overflow: hidden;
  }
  .item1 img{
	/* box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	background-color: #fff; */
	object-fit: contain;
	width: 100%;
	height: inherit;
  }

  @media (max-width:767px) {
	.photo-gallery h2 {
	  margin-bottom:25px;
	  padding-top:25px;
	  font-size:24px;
	}
  }

  .photo-gallery .intro {
	font-size:16px;
	max-width:500px;
	margin:0 auto 40px;
  }

  .photo-gallery .intro p {
	margin-bottom:0;
  }

  .photo-gallery .photos {
	padding-bottom:20px;
  }

  .photo-gallery .item {
	padding-bottom:30px;
  }




  /* haripriya */
  .bg-hari {
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.3), rgba(0, 0, 0, 0.3)),  url(../images/haripriya/hari2.jpeg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}

.hari-img {
	background-image: url(../images/haripriya/hari1.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hari-img1 {
	background-image: url(../images/haripriya/8.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hillimg1{
    height: 200px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hillimg1 img{
	object-fit: fill;
    width: 100%;
    height: inherit;
}

.dwnldbtn{
	border: none;
    background-color: #ed1c26;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.dwnldbtn:hover{
	color: #fff;
}


  /* fortune pride */
  .bg-fortune {
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/fortune-pride/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}

.fort-img {
	background-image: url(../images/fortune-pride/2.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fort-img1 {
	background-image: url(../images/fortune-pride/9.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


  /* Alakananda */
  .bg-alakananda {
	background-image:-webkit-linear-gradient(rgba(0,0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/alakananda/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    color: #fff;
}

.fort-img {
	background-image: url(../images/alakananda/2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fort-img1 {
	background-image: url(../images/alakananda/4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.haripriyaphotos .item img {
  height: 250px;
  overflow: hidden;
  width: 100%;
}


.codename nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
.codename nav > div a.nav-item.nav-link,
.codename nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

.codename nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.codename .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

.codename nav > div a.nav-item.nav-link:hover,
.codename nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}


.codename .tab-content ul li {
  padding-bottom: 10px;
}

.codename .tab-content ul {
  padding: 50px;
}
