
Editing:  
/home/ehjad3fy3oeb/public_html/sukhmanhomes.com/wave_estates/css/style.css
 Encoding:       



/******************************************************************************************
/* scroll bg*/
/******************************************************************************************/



.overlays{
  -webkit-animation:100s scroll infinite linear;
  -moz-animation:100s scroll infinite linear;
  -o-animation:100s scroll infinite linear;
  -ms-animation:100s scroll infinite linear;
  animation:100s scroll infinite linear;
  top:0;
  left:0;
  width:100%;
 height:100%;
 min-height: 500px;
}


@-webkit-keyframes scroll{
  100%{
    background-position:0px -3000px;
  }
}

@-moz-keyframes scroll{
  100%{
    background-position:0px -3000px;
  }
}

@-o-keyframes scroll{
  100%{
    background-position:0px -3000px;
  }
}

@-ms-keyframes scroll{
  100%{
    background-position:0px -3000px;
  }
}

@keyframes scroll{
  100%{
    background-position:0px -3000px;
  }
}


.btn-wrap{
  margin:0 auto;
  width:200px;
}

.nav-tabs > li > a.active2 {
	background-color: #ee0b56 !important;
}
.nav-tabs > li > a.active2:hover {
	background-color: #B3003B !important;
}
.nav-tabs > li > a.active3 {
	background-color: #efc239 !important;
}
.nav-tabs > li > a.active3:hover {
	background-color: #DCA500 !important;
}

/******************************************************************************************
/*  1-General styles */
/******************************************************************************************/
body {
	background-color: #fff;
	color: #9d9ea0;
	font-family:  Lato, sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin-top: 40px;
}
.call-now {
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	color: #1174cf;
	margin-bottom: 0;
}
.call-now a{
	color: #0087b2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, sans-serif;
	color: #2c8bd6;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
h1, h2 {
	font-weight: 700;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
hr.inner {
    background-image: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    border: 0 none;
    height: 1px;
}

hr.dark {
	width: 60px;
	padding-bottom: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
hr.dark-center{
	width: 60px;
	margin: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
hr.light{
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
	width: 60px;
	padding-bottom: 0; 
	margin-bottom: 0px;
	margin-left: 0;
}
hr.light-center{
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
	width: 60px;
	padding-bottom: 0; 
	margin-bottom: 0px;
	margin: auto;
}
.img-sep {
	margin-bottom: 30px;
	margin-top: 15px;
}

.img-responsive {
	max-width:100%!important;
}

ul,li {
}


a:hover {
	text-decoration:none!important;
}

a:focus,a:active {
	outline:none;
}

iframe,embed,object {
	max-width:100%;
}

video {
	max-width:100%;
	height:auto;
}

.mp0 {
	margin: 0;
	padding: 0;
}
.color-red{
	color: rgba(238,11,86,1.00);	
}
/* ============================== */
/*		    #layout1-header  			  */
/* ============================== */
.navbar {
	-webkit-transition:all .5s;
	transition:all .5s;
}

.nav > li > a:hover,.nav > li > a:focus {
	background-color:transparent;
}

.navbar-nav > li > a {
	padding:10px 15px;
	line-height: 20px;
}

#layout1-header {
	animation: fadeInDown 500ms;
}
.navbar-#layout1-header {
	padding-bottom:5px!important;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.navbar-brand {
	font-size: 18px;
	line-height: 20px;
 	height: @navbar-height;
	height: 100%;
	padding: 3px;
}

.navbar {
	margin-bottom: 0;
	padding: 3px!important;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.navbar-toggle {
	margin-top: 15px;
}

.navbar-toggle .icon-bar {
	background-color: #3b3e40;
}

#layout1-header-navigation li {
	margin-bottom: 2px;
	line-height: 20px;
}

#layout1-header {
	background: rgba(255,255,255,1);
	position: fixed;
	width: 100%;
	min-height: 50px;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-webkit-backface-visibility: hidden;
}

.main-navigation-header {
	background-color: rgba(255, 255, 255, 1);
	padding-top: 10px;
	z-index: 9991!important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.main-navigation-header .main-navigation {
  	padding-top: 1px;
}
.main-navigation-header .main-navigation li a {
	color: #878a91;
	font-family: Lato,sans-serif;
	position: relative;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 1;
}

.main-navigation-header .main-navigation li a:hover {
	color: #333;
}
#layout1-header .socials{
	margin-top: 22px;
	margin-left: 60px;
}




.slider {
	position: relative;
	display: block !important;
	overflow: hidden;
	background-color: #FFFFFF;
	min-height: 350px;
}


ul li .bullets {
	list-style-image: url(img/bullets.png);
	list-style-position: inside;
	padding-left: 25px;
}

/* ==============TOP================ */
.wave-logo {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 999;
	
}
.sector-logo {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 999;
}
.rera {
	position: absolute;
	top: 50px;
	right: 60px;
	z-index: 999;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.contacts {
	position: fixed;
	top: 40%;
	right: 0px;
	z-index: 1009;
	color: #fff;
	background-color: #0087b2;
	padding: 5px;
	border: solid 1px #fff;
}
.contacts button{
	background-color: #fff !important;
}
.circle {
	margin-top: -100px;
	z-index: 999 !important;
	position: relative;
	width: 100%;
}
.inline-block, .circle img {
	display: inline-block !important;
	margin: auto;
}

.circle .col-xs-4 {
    position: relative;
    min-height: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#plots {
	background-color: #fff;
	padding: 70px 0;
	
}
.plot-box {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 7px 17px 0.36px rgba(0, 0, 0, 0.27);
	margin-bottom: 15px;
	min-height: 270px;
	padding: 20px 10px;
	border: solid 1px #fff;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.plot-box:hover {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 7px 17px 0.36px rgba(0, 0, 0, 0.37);
	margin-bottom: 15px;
	padding: 20px 10px;
	border: solid 1px #1174cf;
}

.plot-box:hover .plot-size{
	color: #ee0b56;
}
.plot-size {
	font-size: 47px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #1d70b2;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.plot-box p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #000 !important;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.mt-30{
	margin-top: 30px;
}
.mt-60{
	margin-top: 30px;
}

.f-block{
	padding-top: 20px;
}
.f-block img{
	margin-bottom:  15px;
}


/* ``````````````````````````` popup form```````````````````````````````````````` */
#popup-form {
	padding: 50px;
		margin-top: 50px;
}
#popup-form .modal-header h2{
	color: #0087B2;
}
#popup-form  .modal-body {
	padding: 20px 15px;
}

#popup-form .modal-content {
	background-clip: padding-box;
	background-color: #0087b2;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0 none;
	padding: 10px;
	position: relative;
}

.modal-content:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #0087b2;
	border-width: 10px;
	margin-left: -30px;
}


#popup-form .modal-inner-white {
	background-color: #FFF;
    border-radius: 6px;
    padding: 20px ;
}


/* ============================== */
/*		    main section  	      */
/* ============================== */
#layout1-main-section {
	position: relative;
	text-align: center;
	padding: 0;
}

#layout1-main-section .overlay {
  	background-color: rgba(45, 48, 52, 0);
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout1-main-section h1{
	color: #fff;
	font-family: Lato, sans-serif;
	font-size: 43px;
	font-weight: 400;
}


#layout1-main-section .main-text{
	color: rgba(255,255,255,0.7);
	font-size: 20px;
	margin-top: 25px;
}

/* ============================== */
/*		    z-layout1 section  	  */
/* ============================== */

#layout1-z-layout1 {
	background-color: #1174cf;
  	padding-top: 75px;
  	padding-bottom: 75px;
}
#layout1-z-layout1 h2 {
	color: #fff;
	font-family:  Lato, sans-serif;
	font-size: 30px;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#layout1-z-layout1 .subtitle{
	color: #c5c7cb;
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
	display: inline-block;
}

#layout1-z-layout1 p {
  	font-family: Lato, sans-serif;
  	padding-right: 20px;
  	margin-top: 25px;
	color:#FFF
}
#layout1-z-layout1 ul {
  	font-family: Lato, sans-serif;
  	padding-right: 20px;
  	margin-top: 25px;
	color:#FFF
}




/*	About Section - on homepage 
/*----------------------------------------------------------------------------------------------------------------------*/
#about {
	background-color: #FFFFFF;
	padding: 20px 0;
}

#about h2, #about p {
	color:#515158;
	
}
#about hr {
	margin-left: 0;
}


.about {
	padding: 0px;
	position: relative;
}

.about .image-container {
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}

.about .image-container .background-image-holder {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	background-color: #3fa3d3;
	background-image: url(../images/project-details/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.about .content {
	padding: 80px 0 80px 30px;
}

.about h2 {
	font-size: 36px;
	font-weight: 300;
}

.about p.lead {
	margin-bottom: 20px;
}

/* Outline Buttons */
.btn-outline {
	color: #FFF;
    padding: 12px 20px;
	margin: 15px 0;
	font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
	letter-spacing: 0.1em;
    text-shadow: none;
    text-transform: uppercase;
	border: 1px solid #fff;
	}

.btn-outline:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-outline-sm {
	padding: 5px 13px;
	font-size: 13px;
}

.btn-outline-lg {
	padding: 14px 26px;
	font-size: 15px;
}

/*	About2 Section - on homepage 
/*----------------------------------------------------------------------------------------------------------------------*/
#about2 {
	background-color: #FFFFFF;
	padding: 20px 0;
	clear: both;
}

#about2 h2, #about2 p, #about2 li {
	color:#515158;
	
}
#about2 hr {
	margin-left: 0;
}


.about2 {
	padding: 0px;
	position: relative;
}

.about2 .image-container {
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}

.about2 .image-container .background-image-holder {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	background-color: #3fa3d3;
	background-image: url(../images/project-details/2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.about2 .content {
	padding: 80px 0 80px 30px;
}

.about2 h2 {
	font-size: 30px;
}

.about2 p{
}

#about2 .bullets {
	color:#515158;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
}
.bullets {
	list-style-image: url(img/bullets.png);
	padding-left: 30px;
	color:#515158;
	font-size: 18px;
}
.bullets li {
	padding-left: 10px;
}
.bullets-light {
	list-style-image: url(img/bullets-light.png);
	padding-left: 30px;
}
.bullets-light li {
	padding-left: 10px;
}


/* ============================== */
/*		    layout1-Specification section  	  */
/* ============================== */

#layout1-specification {
	background-color: #dd3333;
	padding-top: 75px;
	padding-bottom: 75px;
}
#layout1-specification h2 {
	color: #fff;
	font-family:  Lato, sans-serif;
	font-size: 30px;

	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
}


#layout1-specification p {
  	font-family: Lato, sans-serif;
  	padding-right: 20px;
  	margin-top: 25px;
	color:#FFF
}
#layout1-specification ul {
  	font-family: Lato, sans-serif;
  	padding-right: 0px;
  	margin-top: 25px;
	color:#FFF
}
/* ============================== */
/*		    layout1-walkthrough section  	  */
/* ============================== */

#layout1-walkthrough {
	padding-top: 75px;
	padding-bottom: 75px;
	background-image: url(img/light_wool.png);
}
#layout1-walkthrough h2 {
	font-size: 30px;

}
#layout1-walkthrough h2, #layout1-walkthrough p, #layout1-walkthrough li {
	color:#515158;
	
}
#layout1-walkthrough h2 {
	color:#fff !important;
	
}

/* ============================== */
/*		    layout1-floor section  	  */
/* ============================== */
#layout1-floor {
	background-color: #2A214F;
	padding-top: 75px;
	padding-bottom: 75px;
}
#layout1-floor h2 {
	color: #fff;
	font-family:  Lato, sans-serif;
	font-size: 33px;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#layout1-floor p, #layout1-floor li {
	color:#fff;
	
}
#layout1-floor .floor {
	padding-top: 30px;
}

#layout1-floor .floor p{
	padding-top: 20px;
	margin-bottom: 30px;
}


/* ============================== */
/*		    layout1-gallery section  	  */
/* ============================== */

#layout1-gallery {
	padding-top: 75px;
	padding-bottom: 75px;
	
	overflow: hidden;
	max-width: 100%;
}
#layout1-gallery h2 {
	font-size: 30px;
}
#layout1-gallery h2, #layout1-gallery p, #layout1-gallery li {
	color:#515158;
	
}
.gallery-block{
	margin-top: 30px;
}
#layout1-gallery .img-thumbnail{
	margin-bottom: 25px;
}
/* ============================== */
/*		    layout1-price section  	  */
/* ============================== */

#layout1-price {
	background-color: #2A214F;
	padding-top: 75px;
	padding-bottom: 75px;
}
#layout1-price h2 {
	font-size: 36px;
}
#layout1-price p, #layout1-price li {
	color:#fff;
	
}
#layout1-price h2 {
	color: #fff;
	font-family:  Lato, sans-serif;
	font-size: 33px;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#layout1-price h2, #layout1-price h3, #layout1-price h4 {
	color: #fff;
	margin-top: 20px;
}



/* ============================== */
/*		       layout1-footer       	  */
/* ============================== */
#layout1-prefooter {
  	background-color: #dd3333;
  	color: rgba(255,255,255,.5);
  	font-family:  Lato, sans-serif;
  	font-weight: 400;
	font-size: 16px;
	padding: 0;
	position: relative;
}
#layout1-prefooter .about p {
  	line-height: 32px;
  	margin-top: 20px;
}
#layout1-prefooter ul{
  	margin-top: 20px;
  	padding-left: 0;
}


#layout1-prefooter h4 {
  	color: #ffffff;
  	font-size: 16px;
  	font-weight: 700;
}

#layout1-prefooter p{
	color: #fff;
	font-size: 22px;
	padding-right: 10px;
}

#layout1-prefooter a{
	color: #fff;
	font-size: 16px;
	font-weight: 16px;
}

.box-footer {
	padding: 5px 20px 5px 20px;
	background-color: rgba(255,255,255, 0);
	min-height: 150px;
	position: relative;
}
.boxwhite-footer {
	padding-top: 30px;
	background-color: rgba(255,255,255, 1);
	min-height: 150px;
	position:relative;
}

.box-footer .icon {
	background-color: #fff;
	border: 6px solid #1174CF;
	border-radius: 100%;
	width: 50px;
	height: 50px;
  	color: #1174CF;
  	font-size: 30px;
	text-align: center;
	padding-top: 3px;
}

/* ============================== */
/*		       layout1-footer       	  */
/* ============================== */

#layout1-footer{
	color: #c3c3c3;
	font-family:  Lato, sans-serif;
	background-color: #2c2c2c;
	padding: 10px 0 10px;
}

#layout1-footer ul {
  	display: inline-block;
}
#layout1-footer ul li{
  	display: inline-block;
  	margin-right: 20px;
}
#layout1-footer ul li:last-child {
  	margin-right: 0;
}
#layout1-footer ul li a {
	font-size: 16px;
  	color: #c3c3c3;
  	-webkit-transition: all .5s;
     transition: all .5s;
}
#layout1-footer ul li a:hover {
	color: #1174cf;
}


#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 13px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	border-radius: 30em;
	background-image: url(img/to-top1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.tab-content {
	padding: 30px 40px 40px 40px;
	background-color: #fff;
	color: #4A4A4A;
}
.tab-content p, .tab-content li, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5  {
	color: #4A4A4A !important;
}
.nav-tabs {
    border-bottom: 1px solid #2c8bd6;
}
.nav-tabs > li > a:hover {
    border-color: #003571;
}
.nav-tabs > li {
	 border-radius: 0;
}
.nav-tabs > li > a {
	color: #fff;
    border-color: #2C8BD6;
	background-color: #2C8BD6;
	 border-radius: 0;
	 font-size: 20px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.nav-tabs > li > a:hover {
	color: #fff;
    border-color: #0162AE;
	background-color: #0162AE;
	 border-radius: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #2c8bd6;
    border-color: #2c8bd6 #2c8bd6 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}


/* ======================= =============================== news section  =================== ===================================*/
#section3 {
	background-color: #FFF;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
}
.news-block {
	padding-right: 0px;
}

.news-title {
	background-color: #ee0b56;
	overflow: hidden;
	padding: 5px 15px 5px 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.news-title h2 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 22px;
	margin: 5px auto;
	font-weight: 400;
}
.news {
	margin: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 5px 15px 25px 15px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	min-height: 350px;
}

.ticker1 {
    margin-top: 0px;
}

.news li.odd {
    background: #fafafa none repeat scroll 0 0;
}
.news li {
    border-bottom: 1px dashed #ccc;
    padding: 5px 20px 10px 20px;
}
.news li::after {
    clear: both;
    content: "";
    display: block;
}
.news ul {
    list-style: outside none none;
    padding: 0;
}
.news li {
    border-bottom: 1px dashed #ccc;
    padding: 5px;

}
.news img {
    float: left;
    margin: 5px 25px 16px 0;
    width: 200px;
	max-width: 200px;
	overflow: hidden;
}
.news a {
    color: #1F2A6D;
    font-size: 16px;
    font-weight: 600;
}
.news a:hover {
    color: #2F51FF;
    font-size: 16px;
    font-weight: 600;
}

.news p {
	margin-top: 5px;
	margin-bottom: 5px;
    font-size: 16px;
	color: #000;
}
/* ======================= ===============================calendar section  =================== ===================================*/
.calendar-title {
	background-color: #1174cf;
	overflow: hidden;
	padding: 5px 15px 5px 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	color: #fff;
}
.calendar-title h2{
	color: #fff;
	font-size: 20px;
	margin: 6px auto;
	font-weight: 400;
}
.tour-title {
	background-color: #1174cf;
	overflow: hidden;
	padding: 5px 15px 5px 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	color: #fff;
}
.tour-title h2{
	color: #fff;
	font-size: 20px;
	margin: 5px auto;
	font-weight: 400;
}
/* ========================================================================================================================= */
#location {
	background-color: #ece9e2;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	padding-top: 50px;
	padding-bottom: 50px;
}
/* ========================================================================================================================= */
/*		     Responsivity     	  */
/* ========================================================================================================================= */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	
h1{font-size: 40px !important;}

h2{font-size: 30px !important;}


#layout1-testimonials .testi-slide p{
	font-size: 36px !important;
}

#layout1-subscribe-form h2{
	font-size: 24px !important;
}

#layout1-subscribe-form form h4{
	font-size: 20px !important;
}

#layout1-subscribe-form form{
	padding: 30px !important;	
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 996px) {
	
/* navigation collapse breakpoint */
.navbar-#layout1-header {
	float: none;
}
.navbar-left,.navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav > li {
	float: none;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
	
.container > .navbar-header, .container > .navbar-collapse {
    float: right;
    width: 100%;
}
/*  end  */

.socials{display: none;}


h1{font-size: 36px !important;}

h2{font-size: 26px !important;}

h3{font-size: 20px !important;}

#layout1-main-section{
	padding: 0 !important;
}

/* ---- layout1-features ---- */
#layout1-features .feature-item{text-align: center;}

#layout1-features .feature-item .feature-icon{
	float: none !important;
	display: inline-block !important;
	margin: 0 0 30px !important;
}

#layout1-features .feature-item .text-container{
	float: none !important;
	width: 100% !important;
}

#layout1-testimonials .testi-slide p{
	font-size: 30px !important;
}

#layout1-z-layout1{
	padding: 60px 0 !important;
}

#layout1-z-layout1 .subtitle{
	font-size: 18px !important;
	margin-top: 0 !important;
}

#layout1-z-layout1 p{
	margin-top: 20px !important;
	padding-right: 0 !important;
}


#layout1-extras .column h3{
	font-size: 20px !important;
}

#layout1-z-layout2{
	padding: 70px 0 !important;	
}

#layout1-z-layout2 h2{
	margin-top: 0 !important;	
}

#layout1-z-layout2 p{
	margin-top: 20px !important;
	padding-right: 0 !important;
}


#layout1-subscribe-form{
	padding: 80px 0 40px !important;
}
#layout1-subscribe-form .extra-item img{
	margin: 0 auto;
}
#layout1-subscribe-form .second-row{
	margin-top: 0 !important;
}

#layout1-subscribe-form .extra-item{
	margin-bottom: 40px;
}

#layout1-subscribe-form h2{
	font-size: 24px !important;
}

#layout1-subscribe-form .subtitle{
	font-size: 18px !important;	
}

#layout1-subscribe-form form{
	padding: 20px !important;	
}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.nav-tabs > li {
	font-size: 15px;
	width: 100%;
}
	.navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}
#layout1-main-section .subscribe-form{
	width: 95% !important;
}
#layout1-main-section .subscribe-form input{
	width: 35%;
}
#layout1-main-section .subscribe-form button{
	width: 30%;
}

.circle img {
    display: inline-block !important;
    margin: auto;
    max-width: 150px !important;
}
	.navbar-toggle {
    margin-right: -20px ;
    margin-top: 2px;
}

.container > .navbar-header, .container > .navbar-collapse {
    float: left;
    width: 100%;
}
.call-now {
    font-size: 18px;
    text-align: right !important;
    margin-top: -20px !important;
	margin-right: -15px;
    float: right;
}	
#layout1-features{
	padding: 40px 0 !important;	
}

#layout1-features .feature-item{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

#layout1-features .feature-item::after{
	content: "" !important;	
}

#layout1-z-layout1{
	text-align: center !important;
	padding-bottom: 0 !important;
}

#layout1-z-layout1 p{
	padding: 0 20px !important;	
}

#layout1-z-layout1 .button{
	margin-left: auto !important;
	margin-right: auto !important;	
}

#layout1-z-layout1 img{
	margin: 60px auto 0;
	float: none !important;
}


#layout1-extras .column{
	margin-bottom: 40px;
	text-align: center !important;
}
#layout1-extras .column img{
	margin: 0 auto;
}

#layout1-z-layout2{
	text-align: center;
}
#layout1-z-layout2 p{
	padding: 0 20px !important;
}


#layout1-partners .brand{
	margin-bottom: 30px;
}

#layout1-subscribe-form{
	text-align: center;
}
#layout1-subscribe-form h2{
	margin-top: 0 !important;
}
#layout1-subscribe-form p{
	padding: 0 20px !important;
}
#layout1-subscribe-form form{
	width: 90% !important;
	margin: 40px auto 0;
}
#layout1-subscribe-form .holder span{
	text-align: left;
}

.layout1-footer {
	text-align: center;
}
.layout1-footer ul.pull-right {
	float: none !important;
	margin-top: 10px;
	padding-left: 0 !important;
}
.about .content {
    padding: 20px 0 10px 20px!important;
}

.about2 .content {
    padding: 20px 0 10px 20px!important;
}

	
.plot-box {
    min-height: 200px;
}
.plot-size {
    font-size: 40px !important;
}
}

@media only screen and (max-width: 590px) {
	.nav-tabs > li {
	font-size: 15px;
	width: 100%;
}
	.circle img {
    display: inline-block !important;
    margin: auto;
    max-width: 140px !important;
}
	
	.navbar-toggle {
    margin-right: -20px ;
    margin-top: 2px;
}

.container > .navbar-header, .container > .navbar-collapse {
    float: left;
    width: 100%;
}
.call-now {
    font-size: 18px;
    text-align: right !important;
    margin-top: -20px !important;
	margin-right: -15px;
    float: right;
}	
#layout1-main-section .subscribe-form{
	width: 95% !important;
}
#layout1-main-section .subscribe-form input, #layout1-main-section .subscribe-form button{
	width: 100% !important;
	text-align: center;
}
#layout1-main-section .subscribe-form .first-input{
	border-right: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#layout1-main-section .info{
	float: none !important;
	text-align: center;
	margin-top: 20px !important;
	display: inline-block;
}

#layout1-subscribe-form h2{
	font-size: 20px !important;
}
	
	
.about .content {
	padding: 20px 0 10px 20px!important;
}

.about2 .content {
    padding: 20px 0 10px 20px!important;
}
.box-footer {
    min-height: 10px;
    padding: 5px 25px;
}
.plot-box {
    min-height: 100px;
}
.plot-size {
    font-size: 40px !important;
}
	
#popup-form {
	padding: 8px;
}
#popup-form .modal-header h2{

}
#popup-form  .modal-body {
	padding: 10px 10px;
}

#popup-form .modal-content {
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0 none;
	padding: 10px;
	position: relative;
}

.modal-content:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);

	border-width: 8px;
	margin-left: -30px;
}


#popup-form .modal-inner-white {
	background-color: #FFF;
    border-radius: 6px;
    padding: 5px ;
}
	
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

#layout1-header {
	background: #fff;
	position: fixed;
	width: 100%;
	min-height: 57px;
}

.navbar {
    margin-bottom: 0;
    padding: 2px 10px !important;
    transition: all 0.5s ease 0s;
}
h2{
	font-size: 24px !important;
	line-height: 38px !important;
}
.nav-tabs > li > a {
	font-size: 15px;
}
.nav-tabs > li {
	font-size: 15px;
	width: 100%;
}

	
#layout1-main-section .main-text{
	font-size: 18px !important;
}
	
	
#layout1-z-layout1 .subtitle, #layout1-extras .main-text, #layout1-subscribe-form .subtitle{
	font-size: 17px !important;	
}
	
.about .content {
	padding: 20px 0 10px 20px!important;
}

.about2 .content {
    padding: 20px 0 10px 20px!important;
}
#layout1-footer .pull-right, #layout1-footer .text-right {
	float:none !important;
	text-align: center;
}
.circle {
	margin-top: -50px;
	z-index: 999 !important;
	position: relative;
	width: 100%;
}
	.circle img {
    display: inline-block !important;
    margin: auto;
    max-width: 120px !important;
}	
	
.wave-logo {
	top: 20px;
	left: 5px;
}
.wave-logo img {
	max-width: 100px !important;
}
.sector-logo {
	top: 80px;
	left: 0px;
}
.sector-logo img {
	max-width: 100px !important;
}
.plot-box {
    min-height: 100px;
}
.plot-size {
    font-size: 40px !important;
}
.rera {
    top: 50px;
    right: 10px;
}
	.navbar-toggle {
    margin-right: -20px ;
    margin-top: 2px;
}

.container > .navbar-header, .container > .navbar-collapse {
    float: left;
    width: 100%;
}
.call-now {
    font-size: 18px;
    text-align: right !important;
    margin-top: -20px !important;
	margin-right: -15px;
    float: right;
}	
.f-box .img-responsive {
		width: 300px !important;
		max-width: 300px !important;
	}	
	
	
#popup-form {
	padding: 8px;
}
#popup-form .modal-header h2{

}
#popup-form  .modal-body {
	padding: 10px 10px;
}

#popup-form .modal-content {
	background-clip: padding-box;

	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0 none;
	padding: 10px;
	position: relative;
}

.modal-content:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);

	border-width: 8px;
	margin-left: -30px;
}


#popup-form .modal-inner-white {
	background-color: #FFF;
    border-radius: 6px;
    padding: 5px ;
}
	
}


@media only screen and (max-width: 430px) {
.f-box .img-responsive {
		width: 280px !important;
		max-width: 280px !important;
	}	
	
.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 8px;
	}
	.call-now {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #1174cf;
    margin-bottom: 0;
    margin-top: 10px;
}
.wave-logo {
	top: 20px;
	left: 5px;
}
.wave-logo img {
	max-width: 100px !important;
}
.sector-logo {
	top: 80px;
	left: 0px;
}
.sector-logo img {
	max-width: 100px !important;
}
.navbar-toggle {
    margin-right: -20px ;
    margin-top: 2px;
}

.container > .navbar-header, .container > .navbar-collapse {
    float: left;
    width: 100%;
}
.call-now {
    font-size: 18px;
    text-align: right !important;
    margin-top: -20px !important;
	margin-right: -15px;
    float: right;
}	
	
#layout1-z-layout2 p, #layout1-z-layout1 p{
	padding: 0 !important;
}	
.nav-tabs > li > a {
	font-size: 15px;
}
.nav-tabs > li {
	font-size: 15px;
	width: 100%;
}
	
.plot-box {
    min-height: 100px;
}
.plot-size {
    font-size: 40px !important;
}
.circle {
	margin-top: -70px;
	z-index: 999 !important;
	position: relative;
	width: 100%;
}
.about .content {
    padding: 10px 0 10px 20px!important;
}

.about2 .content {
    padding: 10px 0 10px 20px!important;
}
	
#layout1-footer .pull-right, #layout1-footer .text-right {
	float: none !important;
	text-align: center !important;
}
#popup-form {
	padding: 5px !important;
	margin-top: 80px;
}
#popup-form  .modal-body {
	padding: 5px 5px !important;
}

#popup-form .modal-content {
	padding: 5px;
}

.modal-content:after {
	border-width: 8px;
}
#popup-form .modal-inner-white {
    padding: 5px !important;
}
}



/* Custom, iPhone Retina */
.nav-opacity {
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}





/******************************************************************************************
/* childish btn*/
/******************************************************************************************/
.btn2 {
    font-family: 'Alegreya sans',serif;
    margin: 0 1rem;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.6px;
    outline: none;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px !important;
    border: solid 7px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
}
.btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn2 {
    background-color: #d12881;
    border-color: #d12881 !important;
}

/* Floating */
.floating {
    /*float: left;*/
    -webkit-animation-name: Floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: Floating;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    animation-name: Floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
   /* margin-left: 15px;
    margin-top: 5px;*/
	margin-bottom: 1.35em;

}

@-webkit-keyframes Floating{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);}    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}

@keyframes Floating{
    from {transform:translate(0, 0px);}
    65% {transform:translate(0, 15px);}
    to {transform: translate(0, -0px);}    
}

@-ms-keyframes Floating{
    from {-ms-transform:translate(0, 0px);}
    65% {-ms-transform:translate(0, 15px);}
    to {-ms-transform: translate(0, -0px);}    
}


/* Bounce */


.bounce {
  -ms-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(15px);
    transform: translateX(15px);
  }
  60% {
    -moz-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(15px);
  }
  60% {
    -webkit-transform: translateX(15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(15px);
  }
  60% {
    transform: translateX(15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(15px);    
  }
  60% {
    -ms-transform: translateX(15px);
  }
}





/* Delay Settings */
.anim_delay_05{ -ms-animation-delay:0.5s; -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; animation-delay:0.5s; }
.anim_delay_10{  -ms-animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s; animation-delay:1s; }
.anim_delay_15{  -ms-animation-delay:1.5s; -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s; animation-delay:1.5s; }
.anim_delay_20{  -ms-animation-delay:2s; -moz-animation-delay:2s; -webkit-animation-delay:2s; animation-delay:2s; }
.anim_delay_25{ -ms-animation-delay:2.5s; -moz-animation-delay:2.5s; -webkit-animation-delay:2.5s; animation-delay:2.5s; }
.anim_delay_30{ -ms-animation-delay:3s; -moz-animation-delay:3s;  -webkit-animation-delay:3s; animation-delay:3s; }
.anim_delay_35{  -ms-animation-delay:3.5s; -moz-animation-delay:3.5s; -webkit-animation-delay:3.5s; animation-delay:3.5s; }
.anim_delay_40{ -ms-animation:4s; -moz-animation-delay:3.5s; -webkit-animation-delay:4s; animation-delay:4s; }









