
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
  font-family: 'Rambla-Regular';
   font-size: 100%;
   background:#fff; 
}
a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-decoration: none;
}
@font-face {
    font-family: 'Timmana-Regular';
    src:url(../fonts/Timmana-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Rambla-Regular';
    src:url(../fonts/Rambla-Regular.ttf) format('truetype');
}
/*--header  start here--*/
div.top-info-bar ul {
	float: right;
}
div.top-info-bar ul li{
	list-style: none;
	display: inline-block;
	position: relative;
}

div.top-info-bar ul li a{
	padding: 5px 10px;
	padding-bottom: 3px;
	display: block;
	color: #767676;
}
div.top-info-bar ul li a:hover{
	color:#47a0d8;
	text-decoration: none;
}
div.top-info-bar ul li a span{
	margin-right: 3px;
}
div.top-info-bar ul li:last-child a{
	padding-right: 0px;
}
div.top-info-bar ul li a:hover{
	
}
 div.dropdown{
	position: absolute;
	top: 40px;
	width:300px;
	right: 0px;
	background: #fff;
	padding: 30px 10px;
	border: 2px solid #e0e0e0;
	border-radius:2px;
	z-index:9999;
	display: none;
}
div.dropdown:before{
	content: '';
	height: 10px;
	width: 10px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #e0e0e0;
	position: absolute;
	top: -20px;
	right: 20px;
}
 div.dropdown:after{
	content: '';
	height: 10px;
	width: 10px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -18px;
	right: 20px;
}
ul.nav.navbar-nav{
	float: left;
}
div.sub_menu{
	float: right;
	color: #fff;
}
div.sub_menu a{
	display: inline-block;
	padding: 14px 15px;
	font-size: 30px;
	color: #fff;
}
div.sub_menu a:hover{
	color: #47a0d8;
}

.header-top {
  padding: .1em 0em 1em 0em;
}
.logo {
  float: left;
  margin-top:12px;
}
.logo h1 {
  font-size: 3em;
  margin: 0em;
  line-height:30px;
  font-family: 'Timmana', sans-serif;
}
.logo h1 a{
  color: #2dcc70;
  text-decoration: none;
  display: block;
}
.header-icons {
  float: right;
  _margin-top:25px;
}
.header-icons  img{
	width: 100%;
}
.header-icons ul{
  list-style: none;
  padding:0px;
  margin: 0.2em 0em 0em 0em;
}
.header-icons ul li{
 display: inline-block;
}
.header-icons ul li a span {
  background: url(../images/head-sprit.png)no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0em 0.4em 0em 0em;
}
.header-icons ul li a span.fa {
  background-position: 0px 0px;
}
.header-icons ul li a span.tw {
  background-position: -32px 0px;
}
.header-icons ul li a span.g {
  background-position: -64px 0px;
}
.header-icons ul li a span.p {
  background-position: -96px 0px;
}
.header-icons ul li a span.fa:hover {
  background-position: 0px -30px;
}
.header-icons ul li a span.tw:hover {
  background-position: -32px -30px;
}
.header-icons ul li a span.g:hover {
  background-position: -64px -30px;
}
.header-icons ul li a span.p:hover {
  background-position: -96px -30px;
}
nav.navbar.navbar-inverse.navbar-static-top {
  background: #34495e;
  border: none;
  margin: 0em;
}
ul.nav.navbar-nav {
  margin: 0em 0em 0em 0em;
}
ul.nav.navbar-nav  li {
  float:none;
  display: inline-block;
  margin: 0em;
  position: relative;
}
ul.nav.navbar-nav  li.active{
	background: #47a0d8;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #47a0d8;
}
ul.nav.navbar-nav li a {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  padding: 25px 38px;
}
ul.nav.navbar-nav li:hover{
  background: #47a0d8;
}
.navbar-nav {
  float: none;
  
}

ul.nav.navbar-nav li ul {
	padding: 0px;
	position: absolute;
	width: 200px;
	top: 0px;
	left: 0px;
	margin-top: 70px;
	display: none;
	z-index: -1;
}
ul.nav.navbar-nav li ul li{
	display: block;
	background: #34495e;
	width: auto;
}
ul.nav.navbar-nav li ul li a{
	display: block;
	padding: 15px 20px;
	width: auto;
	text-decoration: none;
}
/* Mobile screen */
@media screen and (max-width: 760px){
ul.nav.navbar-nav li ul li {
	display: block;
	position: static;
}
ul.nav.navbar-nav li ul li a{
	display: block;
}
ul.nav.navbar-nav li ul{
	position: static;
	margin: 0px;
	display: none;
}
ul.nav.navbar-nav li:hover ul{
	display: block;
}
}
/*--header end here--*/
/*--banner start here--*/
.banner {
  background: url(../images/2.jpg)no-repeat center;
  min-height: 650px;
  background-size: cover;
}
.banner-main {
	opacity:0.7;
	margin: 20% 0px 0px 5%; 
	font-size: 2em;
	font-weight: bold;
	color: #000;
	background: #fff;
	padding: 15px;
}
.banner-main h1 {
	font-size:2em;
}
@media only screen and (max-width: 650px){
	.banner-main h1 {
		font-size:1em;
		font-weight: bold;
	}
	.banner-main p{
		font-size: .5em;
	}
}
@media only screen and (max-width: 320px){
	.banner-main h1 {
		font-size:.7em;
		font-weight: bold;
	}
	.banner-main p{
		font-size: .3em;
	}	
}
/*--banner end here--*/
/*--we do start here--*/
.wedo {
  padding: 4em 0em 4em 0em;
}
.we-do-top {
  text-align: center;
  padding: 0em 0em 3em 0em;
}
.we-do-bottom{
	padding-top: 25px;
	padding-bottom: 25px;
}
.we-do-bottom .title_icon{
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	font-size: 25px;
}
.we-do-bottom .title_icon:hover{
	text-decoration: none;
}
div.col-md-4.we-do-grid{
	border: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.col-md-4.we-do-grid:hover{
	background:#f6fbff
}
.we-do-bottom .imgarea{
	display: block;
	width: 200px;
	height: 200px;
	margin: 0px auto;
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 150px;
	background:#34495e;
	
}
.we-do-bottom img{
	opacity: .9;
	width: 100%;
	border-radius: 150px;
	transition: all .3s;
}
.we-do-bottom img:hover{
	opacity: 1;
	border-radius: 150px;
}
.we-do-grid {
  text-align: center;
}
.we-do-top h3 {
  font-size: 3em;
  font-weight: bold;
  color: #34495e;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
}
.we-do-top p {
  font-size: 1.5em;
  font-weight: 400;
  color: #838383;
  width: 60%;
  margin: 0em auto 0em;
}
.we-do-grid p {
  font-size: 1.1em;
  font-weight: 400;
  color: #838383;
}
/*--we do end here--*/
/*--who we do start here--*/
.who-we {
  padding: 3em 0em 3em 0em;
  background: #d3e9f7;
}
.who-we-main img{
	width: 95%;
	margin-top: 20px;
	border: 2px solid #000;
	display: block;
	border-radius: 3px;
}
.who-we-main ul{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 25px;
	color: #758189;
}
.who-we-main h3 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #34495e;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
}
.who-we-main p {
  font-size: 1.2em;
  color: #fff;
  width: 80%;
  margin: 0em auto 1.5em;
}
/*--who we do end here--*/
/*--recent start here--*/

/*--recent end here--*/
/*--industery start here--*/

/*--industery end here--*/
/*--footer start here--*/
.footer {
  padding: 1em 0em 1em 0em;
  background: #34495E;
}
.footer-top {
  text-align: center;
  padding: 0em 0em 3em 0em;
}
.footer-top input[type="text"] {
  font-size: 1em;
  font-weight: 400;
  padding: 0.4em 0.4em;
  width: 30%;
  outline: none;
  background: none;
  color: #fff;
  margin: 0em 0em 1.5em 0em;
  border: 1px dashed #fff;
}
.footer-top input[type="submit"] {
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em 0.4em;
  width: 10%;
  outline: none;
  background: #2DCC70;
  color: #FFF;
  border: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.footer-top input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
.copyright {
  padding-top: 5px;
  padding-bottom: 1px;
  margin-top: 10px;
  text-align: center;
}
span.phone {
  float: left;
  margin: 0em 0.9em 0em 0em;
}
span.foot {
  display: block;
}
.footer-text p {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  line-height: 1.6em;
}
.footer-text p a{
  color:#2DCC70;
  text-decoration:none;
}
.footer-text p a:hover{
  color:#fff;
  text-decoration:none;
}
.copyright p {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  line-height: 1.6em;
}
.copyright p a{
  color: #47a0d8;
  text-decoration:none;
}
.copyright p a:hover{
  color: #fff;
  text-decoration:none;
}
/*--footer end here--*/
/*--about start here--*/
.about {
  padding: 3em 0em 4em 0em;
  text-align: left;
}
.about-head {
  padding: 0em 0em 3em 0em;
  text-align: left;
}
.about-head h3 {
  font-size: 3em;
  color: #2DCC70;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
  margin: 0em auto 0em;
  width: 90%;
  padding-bottom: 20px;
}
.about-head p {
  font-size: 1.5em;
  font-weight: 400;
  padding-top: 20px;
  color: #838383;
  width: 90%;
  margin: 0em auto 0em;
  text-align: left;
}
.about-grid h4 {
  font-size: 1.4em;
  margin: 0.5em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
}
.about-grid h4 a{
  color: #34495E;
  text-decoration:none;
}
.about-grid p {
  font-size: 1em;
  font-weight: 400;
  color: #838383;
  line-height: 1.6em;
  text-align: left;
}
.ab-info-btn {
  margin: 1.5em 0em 0em 0em;
}
.ab-info-btn a {
  padding: 0.5em 1em 0.5em 1em;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background:#2DCC70; 
}
.ab-info-btn a:hover{
	background: #34495E;
	text-decoration:none;
}

/*--about end here--*/
/*--services start here--*/
.service {
  padding: 3em 0em 3em 0em;
}
.service-top {
  padding: 0em 0em 2em 0em;
  text-align: center;
}
.services-bott1 {
  margin: 2em 0em 0em 0em;
}
.service-top h3 {
  font-size: 3em;
  font-weight: bold;
  color: #2DCC70;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
}
.service-top p {
  font-size: 1em;
  font-weight: 400;
  color: #838383;
  width: 60%;
  margin: 0em auto 0em;
}
.serv-img {
  padding: 0px;
}
.serv-text h4 {
  font-size: 1.4em;
  font-weight: 400;
  margin: 0em;
  font-family: 'Timmana', sans-serif;
}
.serv-text h4 a {
  color: #2DCC70;
  text-decoration:none;
}
.serv-text p {
  font-size: 1em;
  font-weight: 400;
  color: #838383;
  line-height: 1.7em;
}
.ser-btn {
  margin-top: 1.8em;
}
.ser-btn a {
  font-size: 0.95em;
  font-weight: 400;
  color: #fff;
  background: #34495E;
  padding: 0.4em 1em 0.4em 1em;
  text-decoration:none;
}
.ser-btn a:hover {
	background: #000;
  text-decoration:none;
}
.prapos {
  padding: 5em 0em 5em 0em;
  background: url(../images/home-bann.jpg)no-repeat;
  background-size: cover;
}
.prapos2 {
  padding: 5em 0em 5em 0em;
  background: url(../images/phone-series.jpg)no-repeat;
  background-size: cover;
}
.prapos h3 {
  width: 90%;
  font-size: 3em;
  font-weight: 400;
  margin: 0em auto;
  color: #fff;

  font-family: 'Timmana', sans-serif;
}
.prapos2 h3 {
  width: 90%;
  font-size: 3em;
  font-weight: 400;
  margin: 0em auto;
  color: #fff;

  font-family: 'Timmana', sans-serif;
}
.prapos-left p {
  font-size: 1em;
  font-weight: 400;
  color: #2DCC70;
  line-height: 1.7em;
}
.prapos-btn {
  text-align: center;
  margin: 1.5em 0em 0em 0em;
}
.prapos-btn a {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background: #34495E;
  padding: 0.6em 1.5em 0.6em 1.5em;
  text-decoration: none;
}
.prapos-btn a:hover {
  background: #2DCC70;
}
/*--services end here--*/
/*--single--*/
.blog-to {
  padding: 0em 0 2em;
}
.blog-top {
  padding: 1em 0 0;
}
ul.men-grid li{
	display:inline-block;
}
.top-blog p{
	font-size:1em;
	color: #838383;
  line-height: 1.9em;
}
p.sed1{
	font-size:1.1em;
}
.top-blog p a{
	text-decoration:none;
	color:#34495E;
}
.top-blog  a.fast{
	text-decoration:none;
	font-size:1.1em;
	color:#34495E;
}
.top-blog a.fast:hover,.top-blog p a:hover,ul.popular li a:hover,a.more-dummy:hover{
	color:#34495E;
}
i.glyphicon.glyphicon-ok-sign {
  margin: 0em 0.51em 0em 0em;
}
p.sed2 {
  margin: 0.5em 0 1em;
  
}
.single-inline {
  padding: 0 15px;
}
.single-middle h1,.single-bottom h2{
font-size: 2.5em;
  color: #2DCC70;
  text-align: center;
  margin: 0 0 0.7em;
  font-family: 'Timmana', sans-serif;
}
.single-bottom {
  padding: 0em 0 4em;
}
.single-bottom input[type="text"], .single-bottom textarea {
  width: 100%;
  padding: 1em;
  background: none;
  outline: none;
  border: 1px solid #A09F9F;
  font-size: 1em;
  color:#838383;
  -webkit-appearance: none;
}
.single-bottom  input[type="submit"]{
	width: 10%;
	font-size: 1.3em;
	background: #34495E;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
	  margin: 0 0.8em;
}
.single-bottom  input[type="submit"]:hover{
	background:#2DCC70;
}
 .single-bottom textarea {
	resize:none;
	min-height:180px;
	 margin: 1em 1em;
	width: 97.6%;
 }
.media-body h4{
	  font-size: 1.3em; 
}
.media-body h4 a{
  color: #34495E;
  text-decoration:none;
}
.media-body p {
  margin: 0.7em 0 0em;
  font-size: 1em;
 color: #838383;
  line-height: 1.9em;
}
.media {
  margin: 0em 0 3em;
}
.single-bottom h3 {
  font-size: 2.5em; 
  color: #2d2d2d;
  text-align: center;
  margin: 0.5em 0 1em;
}
.md-in{
	padding:0;
}
.in-media{
	padding:0 0 0 5em;
}
 ul.grid-part li{
	list-style:none;
    margin: 0em 0em 0.3em 0em;
}
 ul.grid-part li a{
  color:#838383;
  text-decoration: none;
  padding: 0em 0em 0em 1.3em;
  display: block;
  font-size: 1em;
  background: url(../images/li-arr.png)no-repeat;
}

 ul.grid-part li a:hover{
	color:#1b3e5c;
}
ul.grid-part {
  margin: 0.5em 0 2em;
}
.single {
  padding: 4em 15px 0;
}
/*--//single--*/
/*--gallery start here--*/
.gallery {
  padding: 3em 0em 3em 0em;
}
.gallery-top {
  padding: 0em 0em 3em 0em;
  text-align: center;
}
.gallery-1 {
  margin: 0em 0em 2em 0em;
}
.gallery-top h3 {
  font-size: 2.8em;
  color: #2DCC70;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
}
.gallery-top p {
  font-size: 1em;
  font-weight: 400;
  color: #838383;
  width: 60%;
  margin: 0em auto 0em;
}
/*--gallery end here--*/
/*--page start here--*/
.pages {
  padding: 3em 0em 3em 0em;
}
.bread-crumbs {
  padding: 2em 0em 2em 0em;
}
.alerts {
  padding: 2em 0em 2em 0em;
}
.appearance {
  padding: 2em 0em 0em 0em;
}
.progress-bars {
  margin: 2em 0em 0em 0em;
}
ul.nav.nav-pills {
  margin: 1em 0em 0em 0em;
}
/*--page end here--*/
/*--event start here--*/
.event {
  padding: 5em 0em 5em 0em;
}
.event-top h4 {
  font-weight: 700;
  font-size: 2.2em;
  color: #34495E;
  background: #fff;
  padding: 8px 50px;
  position: absolute;
  top: 21.5%;
  left: 34%;
}
.event-top h3 {
  font-weight: 700;
  font-size: 13em;
  color: #2DCC70;
}
.event-top h5 {
  font-weight: 600;
  font-size: 2.55em;
  color:#34495E;
  margin: 16px 0px 0px 0px;
}
.event-top p {
  font-weight: 600;
  font-size: 17px;
  color: #7E7E7E;
}
.e-btn{
	margin-top:3em;
}
.e-btn a{
	background: #34495E;
  padding: 12px 45px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}
.e-btn a:hover{
	background: #2DCC70;
	text-decoration:none;
}
.event-top {
  text-align: center;
  position: relative;
}
/*--event end here--*/
/*--contact start here--*/
.contact {
  padding: 3em 0em 3em 0em;
}
.contact-top {
  text-align: center;
  padding: 0em 0em 3em 0em;
}
.contact-top h3 {
  font-size: 3em;
  font-weight: bold;
  color: #47a0d8;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
}
.contact-top p {
  font-size: 1em;
  font-weight: 400;
  color: #838383;
  width: 60%;
  margin: 0em auto 0em;
}
.contact-right input[type="text"] {
  font-size: 1em;
  font-weight: 400;
  color: #737373;
  padding: 0.4em 0.5em;
  width: 100%;
  margin: 0em 0em 1em 0em;
  outline: none;
}
.contact-right textarea {
  font-size: 1em;
  font-weight: 400;
  color: #737373;
  width: 100%;
  height: 10em;
  resize: none;
  outline: none;
  margin: 0em 0em 0.5em 0em;
  padding: 0.4em 0.5em 0.5em 0.5em;
}
.contact-right input[type="submit"] {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  padding: 0.51em 2em 0.51em 2em;
  border: none;
  background: #34495E;
  outline: none;
  margin: 0em 0em 0em 0em;
}
.contact-right input[type="submit"]:hover {
  background: #47a0d8;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.contact-left h3 {
  font-size: 2em;
  color: #34495E;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
}
.contact-left h4 {
  font-size: 1.3em;
  color: #000000;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
}
.contact-left p {
  font-size: 1em;
  font-weight: 400;
  color: #838383;
  line-height: 1.8em;
}
.contact-right h3 {
  font-size: 2em;
  color: #34495E;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Timmana', sans-serif;
}
/*--contact end here--*/
/*--meadia quiries start here--*/
@media(max-width:1440px){
.banner {
  min-height: 600px;
}
}
@media(max-width:1280px){
.banner {
  min-height: 560px;
}
}
@media(max-width:1024px){
ul.nav.navbar-nav li a {
  padding: 1.5em 1.5em;
}
.event-top h4 {
  top: 21.5%;
  left: 30%;
}
}
@media(max-width:768px){
ul.nav.navbar-nav li a {
  padding: 1.5em 1.4em;
  font-size: 1em;
}
.wedo {
  padding: 3em 0em 3em 0em;
}
.we-do-top h3 {
  margin: 0em 0em 0em 0em;
}
.we-do-top p {
  font-size: 0.96em;
  width: 95%;
  margin-top: 20px;
}
.we-do-grid {
  float: none;
  width: 100%;
  
  
}
.who-we-main p {
  font-size: 1em;
  margin-top: 100px;
  width: 95%;
}

.footer-grid {
  float: left;
  width: 33%;
}
.footer-grid2 {
	width: 60%;
	margin: 0px auto;
	text-align: center;
}
.footer-top input[type="submit"] {
  width: 12%;
}
.about-grid {
  float: left;
  width: 50%;
  margin: 0em 0em 2.5em 0em;
}
.about {
  padding: 2em 0em 1em 0em;
}
.about-head p {
  width: 95%;
}
.services-grid {
  margin: 0em 0em 1.5em 0em;
}
.serv-img {
  float: left;
  width: 35%;
}
.serv-text {
  float: right;
  width: 65%;
}
.services-bott1 {
  margin: 1em 0em 0em 0em;
}
.prapos-right {
  float: right;
  width: 25%;
}
.prapos-left {
  float: left;
  width: 75%;
}
.prapos-left h4 {
  font-size: 1.5em;
}
.prapos {
  padding: 3em 0em 3em 0em;
}
.gallery-top p {
  width: 80%;
}
.gallery-left {
  float: left;
  width: 33%;
  padding: 0px 10px 0px 0px;
}
.gallery-1 {
  margin: 0em 0em 1em 0em;
}
.gallery-top {
  padding: 0em 0em 2em 0em;
}
.gallery {
  padding: 2em 0em 2em 0em;
}
.label {
  font-size: 72%;
}
.event-top h4 {
  left: 25%;
}
.event-top h5 {
  font-size: 2em;
}
.contact {
  padding: 2em 0em 2em 0em;
}
.contact-left {
  margin: 0em 0em 2em 0em;
}
.bann-pop {
  padding: 21em 0em 0em 0em;
}
.banner {
  min-height: 505px;
}
/*--single--*/
.md-in {
  float: left;
  width: 50%;
}
.comment {
  padding: 1em 0 0;
}
.single-bottom textarea {
  margin: 1em 0em;
  width: 100%;
}
.single-bottom input[type="submit"] {
  margin: 0;
}
}
@media(max-width:760px){
ul.nav.navbar-nav li {
  display: block;
}
}
@media(max-width:736px){
.banner {
  min-height: 503px;
}
}
@media(max-width:667px){
.banner {
  min-height: 503px;
}
}
@media(max-width:640px){
ul.nav.navbar-nav li a {
  padding: 1em 1.4em;	
}
.banner {
  min-height: 295px;
}
.wedo {
  padding: 2em 0em 2em 0em;
}
.we-do-top {
  padding: 0em 0em 2em 0em;
}
.who-we {
  padding: 2em 0em 2em 0em;
}
.footer-top input[type="submit"] {
  width: 15%;
}
.about-grid h4 {
  font-size: 1.2em;
}
.advantag-grid h3 {
  font-size: 1.6em;
}
.advantag-grid h4 {
  font-size: 1em;
}
.advantag-grid p {
  font-size: 0.85em;
}
.label {
  font-size: 60%;
}
.event-top h4 {
  left: 20%;
}
/*--single--*/
.single-bottom input[type="submit"] {
    width: 14%;
}
.single-middle h1,.single-bottom h2{
	font-size: 2.5em; 
}
}
@media(max-width:480px){
.logo img {
  width: 65%;
}
.logo {
  margin: 0.5em 0em 0em 0em;
}
.header-top {
  padding: 0.5em 0em 0.5em 0em;
}
.we-do-top h3 {
  font-size: 1.3em;
}
.we-do-top p {
  font-size: 0.9em;
  width: 100%;
  margin-top: 10px;
}
.we-do-grid p {
  font-size: 0.9em;
}
.who-we-main h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.who-we-main p {
  font-size: .5em;
  width: 100%;
  margin: 0em auto 1em;
  font-weight: bold;
}
.who-we-main ul li{
  font-size: .8em;	
}
.footer-top input[type="submit"] {
  width: 22%;
  font-size: 0.9em;
}
.footer-top input[type="text"] {
  font-size: 0.9em;
  width: 50%;
}
.footer {
  padding: 1.5em 0em 1.5em 0em;
}
.footer-grid {
  float: none;
  width: 100%;
  margin: 0em 0em 1.5em 0em;
}
.footer-top {
  padding: 0em 0em 0em 0em;
}
.copyright {
  padding: 0em 0em 0em 0em;
}
.copyright p {
  font-size: 0.9em;
}
ul.nav.navbar-nav li a {
  padding: 0.5em 1.4em;
}
.about-head h3 {
  font-size: 1.8em;
  margin: 0em 0em 0em 0em;
  text-align: left;
}
.about-head p {
  font-size: 0.9em;
  width: 100%;
  text-align: left;
}
.about-head {
  padding: 0em 0em 1.5em 0em;
  text-align:left;
}
.about-grid p {
  font-size: 0.85em;
  line-height: 1.5em;
}
.ab-info-btn a {
  padding: 0.4em 0.7em 0.4em 0.7em;
  font-size: 0.8em;
}
.team-top h3 {
  margin: 0em 0em 0em 0em;
  font-size: 1.8em;
}
.team-grid p {
  font-size: 0.9em;
}
.team-grid h4 {
  font-size: 1.3em;
  margin: 0.3em 0em 0em 0em;
}
.about-grid {
  padding: 0px 10px 0px 0px;
}
.team-grid {
  padding: 0px 10px 0px 0px;
}
.service {
  padding: 2em 0em 2em 0em;
}
.service-top h3 {
  font-size: 1.8em;
}
.service-top p {
  font-size: 0.9em;
  width: 100%;
}
.service-top {
  padding: 0em 0em 1em 0em;
}
.serv-text h4 {
  font-size: 1.2em;
}
.serv-text p {
  font-size: 0.83em;
  line-height: 1.4em;
}
.ser-btn {
  margin-top: 0.8em;
}
.ser-btn a {
  font-size: 0.8em;
}
.prapos-left h4 {
  font-size: 1.1em;
}
.prapos-right {
  padding: 0px;
}
.prapos-btn a {
  font-size: 0.9em;
  padding: 0.5em 0.8em 0.5em 0.8em;
}
.prapos {
  padding: 2em 0em 2em 0em;
}
.gallery-top h3 {
  font-size: 1.8em;
}
.gallery-top p {
  width: 100%;
  font-size: 0.9em;
}
.gallery {
  padding: 1.5em 0em 1em 0em;
}
.page-header {
  margin: 1px 0 20px;
}
.event-top h4 {
  font-size: 1.5em;
}
.event-top h3 {
  font-size: 9em;
}
.event-top h4 {
  left: 19%;
  top: 17.5%;
}
.event-top h5 {
  font-size: 1.5em;
  margin: 0px 0px 0px 0px;
}
.e-btn a {
  padding: 9px 15px;
  font-size: 14px;
}
.e-btn {
  margin-top: 1.8em;
}
.event {
  padding: 1em 0em 3em 0em;
}
.contact-top h3 {
  font-size: 1.8em;
}
.contact-top p {
  font-size: 0.9em;
  width: 100%;
}
.contact-top {
  padding: 0em 0em 2em 0em;
}
.contact-left h3 {
  font-size: 1.5em;
}
.contact-left h4 {
  font-size: 1.2em;
}
.contact-left p {
  font-size: 0.9em;
  line-height: 1.5em;
}
.contact-right h3 {
  font-size: 1.5em;
}
.contact-right input[type="text"] {
  font-size: 0.9em;
  padding: 0.3em 0.5em;
}
.contact-right textarea {
  font-size: 0.9em;
  height: 8em;
}
.bann-grid-left {
  float: none;
  width: 98%;
}
span.plus {
  display: none;
}
.logo h1 {
  font-size: 2.5em;
}
/*--single--*/
.single {
  padding: 2em 15px 0;
}
.top-blog a.fast {
  font-size: 1em;
}
.md-in {
  width: 100%;
}
ul.grid-part {
  margin: 0.5em 0 0em;
}
.single-middle h1,.single-bottom h2{
	font-size: 2em; 
}
}
@media(max-width:320px){
.banner {
  min-height: 213px;
}
.wedo {
  padding: 1em 0em 0.5em 0em;
}
.we-do-top h3 {
  font-size: 1.5em;
}
.we-do-top p {
  font-size: 0.8em;
}
.we-do-grid {
  float: none;
  width: 100%;
  padding: 0px;
}
.who-we-main h3 {
  font-size: 1.5em;
}
.who-we-main p {
  font-size: 0.8em;
}
.who-we {
  padding: 1.5em 0em 1em 0em;
}
.flex-viewport {
  max-height: 180px;
}
.footer-top input[type="submit"] {
  width: 25%;
}
.footer-top input[type="text"] {
  width: 70%;
}
.about-grid {
  float: none;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0em 0em 1.5em 0em;
}
.ab-info-btn {
  margin: 0.8em 0em 0em 0em;
}
.service {
  padding: 1.3em 0em 0.8em 0em;
}
.serv-img {
  float: none;
  width: 100%;
}
.serv-text {
  float: none;
  width: 100%;
  padding: 1em 0em 0em 0em;
}
.prapos-left {
  float: none;
  width: 100%;
  padding: 0px;
}
.prapos-right {
  float: none;
  width: 100%;
}
.prapos-btn {
  margin: 1em 0em 0em 0em;
}
.prapos {
  padding: 1.7em 0em 1.7em 0em;
}
.gallery-left {
  float: none;
  width: 100%;
  padding: 0px 0px 15px 0px;
}
.gallery-1 {
  margin: 0em 0em 0em 0em;
}
.pages {
  padding: 1.5em 0em 2em 0em;
}
.bread-crumbs {
  padding: 1em 0em 1em 0em;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 12px;
  font-size: 14px;
}
.event-top h3 {
  font-size: 5em;
}
.event-top h4 {
  left: 19%;
  top: 12.5%;
}
.event-top p {
  font-weight: 600;
  font-size: 14px;
}
.contact-top h3 {
  font-size: 1.5em;
}
.contact {
  padding: 1.5em 0em 1.5em 0em;
}
.contact-left p {
  font-size: 0.8em;
}
.contact-left {
  margin: 0em 0em 1em 0em;
}
.services-grid {
  padding: 0px;
}
.event-top h4 {
  font-size: 1em;
}
.event-top h5 {
  font-size: 1em;
}
.contact-left {
  padding: 0px;
}
.contact-right {
  padding: 0px;
}
.contact-right input[type="submit"] {
  font-size: 0.9em;
  padding: 0.4em 1.5em 0.4em 1.5em;
}
.logo h1 {
  font-size: 1.8em;
}
.header-icons ul li a span {
  width: 21px;
  height: 20px;
  display: inline-block;
  margin: 0em 0.1em 0em 0em;
  background-size: 408%;
}
.header-icons ul li a span.tw {
  background-position: -22px 0px;
}
.header-icons ul li a span.g {
  background-position: -44px 0px;
}
.header-icons ul li a span.p {
  background-position: -65px 0px;
}
.header-icons ul li a span.fa:hover {
  background-position: 0px -20px;
}
.header-icons ul li a span.tw:hover {
  background-position: -22px -20px;
}
.header-icons ul li a span.g:hover {
  background-position: -44px -20px;
}
.header-icons ul li a span.p:hover {
  background-position: -65px -20px;
}
/*--single--*/
.single {
  padding: 1.5em 0px 0;
}
.top-blog p,.media-body p {
  font-size: 0.9em;
  line-height: 1.7em;
}
ul.grid-part li a {
  font-size: 1em;
}
.in-media {
  padding: 0 0 0 0em;
}
.media {
  margin: 0em 0 1em;
}
.single-bottom input[type="text"], .single-bottom textarea {
  padding: 0.7em;
}
.single-bottom textarea {
  min-height: 100px;
}
.single-bottom input[type="submit"] {
  width: 25%;
}
.single-bottom {
  padding: 0em 0 1.5em;
}
.single-middle h1, .single-bottom h2 {
  	font-size: 1.5em;
    margin: 0 0 0.4em;
}
.content-middle {
  padding: 1.5em 0 0;
}
.bann-grid-left {
  width: 100%;
  padding: 0px;
}
.header-icons ul {
  margin: 0.5em 0em 0em 0em;
}
.e-btn a {
  padding: 6px 11px;
  font-size: 12px;
}
}
.page{
	padding-top: 20px;
	padding-bottom: 20px;
	background:#f4fafb;
}
/*Rentals */
ul.property_list {
	padding-left: 0px;
}
ul.property_list li{
	list-style: none;
	background:#fff;
	overflow: hidden;
	border: 1px solid #e0e5e6;
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	transition: all .3s;
}
ul.property_list li address{
color: #383739;
}
ul.property_list li:hover{
	background:#f4fdff;
}
ul.property_list li div.main_property_image{
	float: left;
}
ul.property_list li div.main_property_image img{
	width: 250px;
	min-height: 250px;
}
ul.property_list li div.property_content{
	float: left;
	width: calc(100% - 250px);
	padding: 20px;
	color: #59767c;
}
ul.property_list li div.property_content h3{
	color: #337ab7;
	font-weight: bold;
}
ul.property_list li div.property_content p{
	padding-bottom: 20px;
}
ul.property_list li div.property_content b{
color: #2e6da4;
}
ul.property_list li div.property_button{
	clear: both;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
@media only screen and (max-width: 560px){
ul.property_list li div.main_property_image{
	clear: both;
}
ul.property_list li div.main_property_image img{
	width: 100%;
}	
ul.property_list li div.property_content{
	width: 100%;
}
}
@media only screen and (max-width: 1000px){
	ul.property_list li div.property_content p{
		padding-bottom: 50px;
	}
}
/*END Rentals */
div.page.property div.info_image{
	width: 250px;
	height: 250px;
	overflow: hidden;
	float: left;
}
div.page.property div.info_image img{
	width: 100%;
}
div.page.property div.info_details{
	width: 250px;
	padding: 20px;
	float: left;
}
div.page.property div.adderss_info{
	float: right;
	color: #627a7d;
}
div.page.property div.adderss_info h3{
	text-align: right;
	color: #627a7d;
	font-weight: bold;
}
div.page.property h2{
	color: #34495e;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
div.property_description{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #e0e5e6;
}
div.page.property div.info_details ul{
	padding-left: 0px;
}
div.page.property div.info_details ul li{
	list-style: none;
	font-size: 20px;
	color: #627a7d;
}
div.page.property div.info_details a {
	margin-top: 50px;
}
@media only screen and (max-width: 660px){
	div.page.property div.info_image{
		width: 80%;
		height:auto;
		margin: 0px auto;
		float: none;
	}	
	div.page.property div.info_details{
		width: 80%;
		padding: 20px;
		float: none;
		clear: both;		
	}	
	div.page.property div.adderss_info{
		float: none;
		color: #627a7d;
		padding-bottom: 20px
	}	
	div.page.property div.adderss_info h3{
		text-align: left;
		color: #627a7d;
		font-weight: bold;
	}	
}
/*Helper class */
div.alert_message{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 25px;
	font-weight: bold;
	z-index: 5000;
	background: #ec7e64;
	color: #fff;
	opacity: 0;
}
div.alert_message span {
	position: absolute;
	right: 20px;
	top: 10px;
}div.alert_message p em{
	font-size: 15px;
}
div.error_message{
	color: red;
	text-align: center;
	margin-top: 20px;
}
span.info-msg{
	display: block;
	color:#c5694c;
}
/* Register page*/
div.register-page{
	margin: 20px auto;
	padding: 20px 20px;
	max-width: 800px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
div.register-page h2{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#register-page div.form-group span{
	color: red;
}
/*media query for contact us */
	#captcha{
		width: 200px;
	}
@media only screen and (max-width: 500px){
	#captcha{
		width: 100px;
	}
}
@media only screen and (max-width: 450px){
	.contact-right input[type=submit]{
		width: 100%;
		margin-bottom: 20px;
	}
}