/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Montserrat", sans-serif;
}

a {
  color:  #9d2235;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  margin: 0 0 0px 0;
  padding: 0;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #000;
  display: none;
  background:#ebe067;
  color: #000;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #000;
}


.clear {clear:both;}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#header {
  height:100px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
background:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
 background:#696969;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:100px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topheader{min-height:90px;margin-top:0px; background-color:transparent;
margin-bottom:0px;padding:35px 0px 0px; text-transform:uppercase; border-radius: 0px;	text-align:right;}


a.cntbtn {
	z-index: 1;font-size: 13px!important;background:#ebe067!important;  text-transform: uppercase; color:#444444!important; border: 2px solid #ebe067;
    padding: 11px 12px 11px!important;display: inline-block; margin:5px 0 0 5px;border-radius: 5px;font-weight:600;
    line-height: 1em;position: relative;overflow: hidden;
	}
a.cntbtn::before {   
 content: ""; background:#444444!important;color:#ebe067!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.cntbtn:hover::before {
    width: 100%;
}
a.cntbtn:hover {
    border-color:#ebe067;
    color: #ebe067!important;
}
.phone i{
	padding:6px 8px;
background-color:#ebe067;
border-radius:50%;margin-right:4px;color: #444444!important;
}
.phone i:hover{
color:#444444!important;
}
.main-nav a:hover>i{color:#444444!important;}

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding:2px 0 0px;
  list-style: none;
  background:transparent;
  border-radius:0px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
   display: block;
    position: relative;
    color: #fff;
    padding:10px 4px 10px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:500;
  
}

.main-nav .active > a{
	  color: #fff;
}
.main-nav .hover > a:active{
	  color: #fff;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #ebe067;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 7px 0;
  background:  rgb(105,105,105);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 7px 20px;
  font-size: 13px;
  color: #fff;
  text-align: left;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#ebe067;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; color:#ebe067;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;color:#ebe067;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#696969 ;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
 text-transform:uppercase;
font-size:13px;
} 

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #ebe067;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f078";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin:35px 50px 0 0;
  color: #ebe067;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 18, 18, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #ebe067;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.bannertext{top:20vh!important;    position: absolute;}
.carousel-caption {
  z-index: 1;  height: auto; top:40vh;
    left:0;    width:100%;	text-align:center;    position: absolute;
}
a.searchbtn {
	z-index: 1;font-size: 16px;	background:#ebe067!important;  text-transform: uppercase; color: #444444; border: 2px solid #ebe067;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.searchbtn::before {   
 content: ""; background:#444444!important;color:#ebe067!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.searchbtn:hover::before {
    width: 100%;
}
a.searchbtn:hover {
    border-color:#ebe067;
    color: #ebe067!important;
}
a.realestatebtn {
	z-index: 1;font-size: 16px;	background:#fff!important;  text-transform: uppercase; color: #3b3b3b; border: 2px solid #fff;
    padding: 11px 35px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.realestatebtn::before {   
 content: ""; background:#3b3b3b!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index:-1;transition: 0.5s ease-in-out;
}
a.realestatebtn:hover::before {
    width: 100%;
}
a.realestatebtn:hover {
    border-color:#fff;
    color: #fff!important;
}

/*--------------------------------------------------------------
# Sections

/* About Us Section
--------------------------------*/

#about {
  padding:50px 0 50px;
  background-color:#f1f0ee;
 position:relative;
}
#about::before{
	 content: "";
    background: url(../images/abt_before.png);
    position: absolute;
    width:159px;
    height:315px;
    top:120px;
	left:0;
    z-index:2;
}
#about .about-container .background {
  margin:0px 0 0px;
}
.abtcontent {
    padding:60px  30px 30px;
    position: relative; 
	margin:0px 0 0px;

}

#about   h2 {
    line-height:40px;
    color: #343434;
    padding: 0px  10% 50px;
    font-size:32px;
    font-weight:700;
    text-align: center !important;
    margin: 0px !important;
}
#about .abtcontent  h4 {
    line-height:30px;
    color: #343434;
    padding: 0px  0 10px;
    font-size:20px;
    font-weight: 600;
    text-align: left !important;
    margin: 0px !important;
	}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 16px;
    color: #343434;
    padding: 0px 0px 40px 0px;
    font-weight:400;

 }

#about1 {
	margin:50px 0;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#000;
  padding:0px 0px 10px;
  font-weight:400;
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
a.learnmore {
	z-index: 1;font-size: 16px;	background:transparent!important;  text-transform: uppercase; color: #343434; border: 2px solid #343434;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.learnmore::before {   
 content: ""; background:#343434!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.learnmore:hover::before {
    width: 100%;
}
a.learnmore:hover {
    border-color:#343434;
    color: #fff	!important;
}


/*  feature Section
--------------------------------*/

#feature {
  padding: 30px 0 20px 0;
  background:#f1f0ee;
  position:relative;
}
#feature::after{
	 content: "";
    background: url(../images/feature_after.png);
    position: absolute;
    width:119px;
    height:226px;
    top:100px;
	right:0;
    z-index:2;
}

#feature  h1{
	color: #414141;
  font-size:28px;
  text-align: left!important;
font-weight:700;
 padding:0px 0px 40px;
 margin:0px;
text-transform:uppercase;
}
#feature .eventbox {
    text-align: left;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 50px;
	border-radius:5px 5px;
	z-index: 999;
}

#feature .text-box{
margin:0px;padding:20px 15px; color:#fff;bottom:30px;

}
#feature .text-box .rate{text-align:right; margin: 0px; color:#464646; 
padding:0px 0px 10px; font-size:25px; margin-bottom:0px;font-weight:700;}

#feature .text-box p a
{
 text-align:left;
  line-height: 20px;
  font-size:15px;
  color:#464646!important;
  padding:20px 0px 8px!important;
  font-weight:700;
}
a.seeall1 {
	z-index: 1;font-size: 16px;	background:transparent!important;  text-transform: uppercase; color: #343434; border: 2px solid #343434;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.seeall1::before {   
 content: ""; background:#343434!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.seeall1:hover::before {
    width: 100%;
}
a.seeall1:hover {
    border-color:#343434;
    color: #fff	!important;
}
#feature .text-box .listing{background-color:#3f3f3f;padding:7px 0px 30px;    margin-top: 10px;}
.listing ul{    margin: 0px;
    padding: 0px;

}
.listing ul li{  
    padding: 0px 10px;font-size:13px;
list-style:none; border-right:1px solid #717171;float:left;color:#fff;font-weight:600;
}
.listing ul li:last-child{  
 border-right:none;
}
.mt50{margin-top:50px;}
.mt30{margin-top:30px;}

  /*--------------------------------------------------------------
# our community sec
--------------------------------------------------------------*/
#ourcommunity{
	padding:80px 0px;
	background-image:url(../images/ourcommunity_bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;
	background-size:cover;
	
}
#ourcommunity .contentbox{background-color:#ebe067;padding:30px 30px 30px;}

#ourcommunity h1{
text-align:left; margin: 0px; text-transform: uppercase;color:#3f3f3f; 
padding:0px 0px 10px; font-size:32px; margin-bottom:0px;line-height:40px;font-weight:700;
}
#ourcommunity .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ourcommunity .links ul li{
  padding:0px 0px;

}
#ourcommunity .links img{padding-right:7px;}
#ourcommunity .links ul li a{
text-align:left; margin: 0px;color:#3f3f3f; 
padding:0px 0px 10px; font-size:17px; margin-left:0px;line-height:25px;font-weight:700;
}
/*  twoteaser Section
--------------------------------*/

#twoteaser {
  padding: 50px 0 30px 0;
    background-image:url(../images/service_bg.png);
  background-repeat:no-repeat;
  background-position:top center;
	text-align:left;
	background-size:cover;
	position:relative;
}
#twoteaser::before{
	 content: "";
    background: url(../images/testi_before.png);
    position: absolute;
    width:120px;
    height:241px;
    bottom:-150px;
	left:0;
    z-index:2;
}
#twoteaser::after{
	 content: "";
    background: url(../images/testi_after.png);
    position: absolute;
    width:212px;
    height:258px;
    bottom:-150px;
	right:0;
    z-index:2;
}
#twoteaser  h1{
	color: #000;
  font-size:40px;
  text-align: center!important;
font-weight:700;
 padding:0px 20px 50px;
 margin:0px;
text-transform:uppercase;
}
 #twoteaser .twoboxes{ z-index: 999;}
#twoteaser .text_box{
	left:0px;padding:15px 20px 15px 0px ;color:#fff;position:absolute;top:80px;
background-color:#fff;border-radius:4px;
}

#twoteaser .text_box h3{text-align:left; margin: 0px; text-transform: uppercase;color:#3f3f3f; 
padding:0px 0px 0px; font-size:30px; margin-bottom:0px;line-height:35px;font-weight:600;}
#twoteaser .text_box p{padding:10px 0px;text-align:left !important;font-size:14px;  color:#000;}

#twoteaser   .text_box1{
	right:0px;padding:10px 0px 10px 20px ;color:#fff;position:absolute;top:80px;
background-color:#fff;border-radius:4px;
}
#twoteaser  .text_box1 h3{text-align:left; margin: 0px; text-transform: uppercase;color:#3f3f3f; 
padding:0px 0px 0px; font-size:30px; margin-bottom:0px;line-height:35px;font-weight:600;}
#twoteaser .text_box1 p{padding:10px 0px;text-align:left !important;font-size:14px;  color:#000;}


a.learnbtn {
	z-index: 1;font-size: 14px;	background:transparent!important;  text-transform: uppercase; color: #3f3f3f; border: 2px solid #3f3f3f;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.learnbtn::before {   
 content: ""; background:#3f3f3f!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.learnbtn:hover::before {    width: 100%;}
a.learnbtn:hover {    border-color:#3f3f3f;    color: #fff!important;}

a.seeall {
	z-index: 1;font-size: 16px;	background:#3f3f3f!important;  text-transform: uppercase; color: #fff; border: 2px solid #3f3f3f;
    padding: 11px 25px 11px;display: inline-block; margin-top:30px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.seeall::before {   
 content: ""; background:#fff!important;color:#3f3f3f!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.seeall:hover::before {
    width: 100%;
}
a.seeall:hover {
    border-color:#3f3f3f;
    color: #3f3f3f!important;
}
/* #############testimonial start#############*/

.testimonial{ color:#fff;padding:50px 0px 50px;position:relative;}

.testimonial h1{text-align:left;font-size:35px;font-weight:bold; color:#3f3f3f; text-transform:uppercase; padding-top:0px; margin-bottom:0px;}

.testi-box{ /* stroke */
background-color: #f1f0ee; /* layer fill content */
text-align:left;min-height: 250px; border-radius:3px;font-size: 17px;text-transform:none !important; 
font-weight:normal; margin:0px 0px 0px;padding: 20px 15px 20px ;}  
.top h2{ font-family: 'Montserrat', sans-serif; font-weight:600;   margin: 0px; padding: 15px 0px;
font-size: 20px;  margin-bottom:0px;  color:#3f3f3f; }
.bottom p{padding:0px 20px 20px;margin-top:20px;text-align:left !important;font-size:16px;  color:#3f3f3f;}
.middle{margin-top:20px;padding: 0px 20px;}
.top .gicon img{width:70%;}
.testimonial .carousel-inner{ line-height: 15px;}
.testimonial .carousel-control.left{ background: none; width: auto; }
.testimonial .carousel-control.right{ background: none; width: auto; }

.testimonial .glyphicon-chevron-left:before{ color: #000; padding: 5px;   }
.testimonial .glyphicon-chevron-right:before{color: #000;  padding: 2px;  }

  /*--------------------------------------------------------------
# mission sec
--------------------------------------------------------------*/
#map{
padding:0px 0 ;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:50px 0 30px 0;
background-color:#3f3f3f;
position:relative;
}

#footer .footer-top::after {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 132px;
    height: 149px;
    bottom: 0px;
    right:0px;
    z-index: 2;
}
#footer .footer-top::before {
    content: "";
    background: url(../images/ftr_before.png);
    position: absolute;
    width: 160px;
    height: 123px;
    bottom: 0px;
    left:0px;
    z-index: 2;
}
#footer .footer-top h4 {
  font-size: 15px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:20px;
  
}

#footer .footer-top .footer-links {
  margin-bottom: 0px!important;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 4px 0;
  font-size:12px;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-weight:400;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
   font-weight:400;text-decoration:underline;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
 color:#fff;	
 line-height: 25px;
   font-weight:400;
   font-size:12px;
}
#footer .footer-top .footer-contact a {
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}
#footer .footer-top .footer-contact a:hover {text-decoration:underline;}
#footer .ftrlogo{padding:20px 0px 0px;text-align:left; float:left!important;}

#footer .copyright p{
  text-align: left;
  font-size:13px;
  color:#fff;
   padding:10px 0px 10px;
 margin-top:0px;
 font-weight:400;
 
}
#footer .copyright {
padding:0px 0px 0px 0px;
}


#about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}

#about1 .about-container .abtcontent1 h1 {
    line-height:50px;
    color:#000;
    padding:0px  0px;
    font-size:38px;
    /*font-weight:800;*/
    padding:0px 0px 10px;!important;
    text-align:left;
    text-transform:uppercase;

}
#about1 .about-container p {
    text-align:left;
    line-height: 28px;
    font-size:17px;
    color:#636153;
    padding:0px 0px 15px;
    /*font-weight:500;*/
}
#about1 .abtcontent1 {
    padding: 0px 5px 0px;
    text-align: left;
}

#about1 h2{
    font-size: 33px;
    color: #000;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
}

#about1 h3{
    font-size: 27px;

    margin: 15px 0px 12px 0px;
    font-weight: bold;
}

.blckfont {
    text-align:left;
    line-height: 28px;
    font-size:17px;
    color:#636153;
    padding:0px 0px 15px;
}

#about1 ul {
    margin-left: 35px;
    list-style: disc;
    text-align:left;
    line-height: 30px;
    font-size:15px;
    color:#030300;

    font-weight:400;
}

#about1 ul li {
    text-align:left;
    line-height: 30px;
    font-size:15px;
    color:#030300;

    font-weight:400;
    list-style: disc;
}



/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){

.main-nav, .main-nav * {
    margin: 0;
    padding:2px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 15px 4px 10px;
    transition: 0.3s;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 16px;    
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
#header.header-scrolled, #header.header-pages {
    transition: all 0.5s;
    padding: 0px 0;
    background: #696969;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    min-height: 80px;
}
#header .logo img { padding: 0;  width:80%;  margin: 0px;}

#footer .footer-top {  padding:50px 0 100px 0;}

#intro{position:relative;}
#about {
    padding: 40px 0 40px;
    background-color: #fff;
    border-radius: 0px;
}
.carousel-caption {
    z-index: 1;
    height: auto;
    top: 25vh;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}
.bannertext{top:15vh!important;    position: absolute;}
#about h2 {
    line-height: 34px;
    color: #000;
    padding: 0px 5% 50px;
    font-size: 27px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
.abtcontent{
padding:20px 40px 30px;
text-align:left;
}

a.cntbtn {margin-top:10px;padding:8px 7px 8px !important; font-size: 10px!important;}
.listing ul li {
    padding: 0px 4px;
    font-size: 11px;
}
#feature .text-box .rate {
    text-align: right!important;
    margin: 0px;
    color: #464646;
    padding: 10px 0px 10px;
    font-size: 25px;
    
    font-weight: 700;
}
#feature .text-box p a {
    text-align: left;
    font-size: 12px;
    padding: 0px 0px 0px !important;
}
#twoteaser .text_box {
    margin: 0px;
   padding: 10px 0px 10px 20px;
    color: #fff;    top: 45px;
}
#twoteaser .text_box1 {
    margin: 0px;
   padding: 10px 0px 10px 20px;
    color: #fff;    top: 45px;
}
#footer .footer-top::after {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width:132px;
    height: 149px;
    bottom: 0px;
    right:0px;
    z-index: 0;
}
.topheader {    min-height: 90px;    margin-top: 0px;    background-color: transparent;    margin-bottom: 0px;
    padding: 18px 0px 0px;
}
#about::before {display:none!important;}
#feature::after {display:none!important;}
#twoteaser::before {display:none!important;}
#twoteaser::after {display:none!important;}

#ourcommunity .links ul li a {font-size: 13px;}
.top h2 {    font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 991px) {


#footer .copyright{padding-bottom:0px;}

    #header .logo img {
        padding: 0;
        margin:0px 0 0;
        width: 80%;
    }

 #intro{    position:relative;}

.topheader {
 text-align: center; min-height: 70px; padding: 10px 0px 0px;
    }

 #header {
  height:80px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#696969;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:80px;

}

#footer .footer-top .ftrlogo img{margin-top:20px; text-align:left!important;float:left!important;}

#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #3f3f3f;
    padding: 20px 0px 40px 0px;
    font-weight:400;

 }

a.cntbtn {text-align: center; font-size: 16px !important;   margin: 10px 15px 0 16px;}

#footer .footer-top {
  padding:50px 0 50px 0;
background-size:cover;

}
#feature .text-box{padding: 20px 20px 10px;}
#feature.eventbox{margin-bottom:20px; }
#twoteaser .twoboxes{margin-bottom:20px; }
#about{
padding:50px 0px 50px;background-size:cover;
}

.abtcontent{
padding:30px 30px 30px;
text-align:left;

}
.abtimg{margin-top:20px;}

.carousel-caption {
    z-index: 1;
    height: auto;
    top: 22vh;
    left:0%;
    width: 100%;
    text-align: center;
    position: absolute;
}

.carousel-caption h3 {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    padding: 0px 10% 0px !important;
}
.mt50{margin-top:10px!important}
.listing ul li {
    padding: 0px 60px;
    font-size: 15px;
}
#feature .text-box .rate {
    text-align: right!important;
    margin: 0px;
    color: #464646;
    padding: 10px 0px 10px;
    font-size: 25px;
    
    font-weight: 700;
}

#twoteaser .text_box {
    margin: 0px;
    padding: 0px 10px;
    color: #fff;
}
#footer .footer-top::after {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 95px;
    height: 139px;
    bottom: 0px;
    right:0px;
    z-index: 0;
}
#feature .text-box{padding: 20px 20px 10px;}
#feature.eventbox{margin-bottom:20px; }
#twoteaser .twoboxes{margin-bottom:20px; }
#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
#about h2 {
    line-height: 33px;
    color: #343434;
    padding: 0px 0% 0px;
    font-size: 25px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
.mobile-nav-toggle i {
  margin:30px 30px 0 0;
  color: #ebe067;
}
#footer .ftrlogo {
    padding: 20px 60px 0px 0px;
    text-align: left;
    float: left !important;
}
#twoteaser .text_box {
    margin: 0px;
   padding: 10px 0px 10px 20px;
    color: #fff;   top: 30%;
}
#twoteaser .text_box1 {
    margin: 0px;
   padding: 10px 0px 10px 20px;
    color: #fff;top: 30%;
}
#about::before {display:none!important;}
#feature::after {display:none!important;}
#twoteaser::before {display:none!important;}
#twoteaser::after {display:none!important;}

#feature .eventbox .boximg{width:100%!important;}
#feature .text-box p a {
    text-align: left;
    font-size: 16px;
    padding: 0px 0px 0px !important;
}
#feature .text-box .listing {
    background-color: #3f3f3f;
    padding: 7px 0px 30px;
    margin-top: 15px;
}
.testimonial h1 { font-size: 26px;}

}


@media (min-width:575px) and (max-width: 767px) {

    #header .logo img {
        padding: 0;
        margin:0px;
        width: 80%;float:left!important;
    }
 #intro{
    position:relative;
}

 #header {
  height:80px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#696969;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:80px;

}


#about{
padding:50px 0px 50px;background-size:cover;
}

.abtcontent{
padding:30px 40px 30px;
text-align:left;
margin-top:-20px;
}
.abtimg{margin-top:20px;}

a.cntbtn {text-align: center; font-size: 16px !important;   margin: 10px 15px 0 16px;}


.carousel-caption img{width:30%!important;}

.carousel-caption h3 {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    padding: 0px 10% 0px !important;
}
.mt50{margin-top:10px!important}
.listing ul li {
    padding: 0px 30px;
    font-size: 15px;
}
#feature .text-box .rate {
    text-align: right!important;
    margin: 0px;
    color: #464646;
    padding: 10px 0px 10px;
    font-size: 25px;
    
    font-weight: 700;
}
#feature .text-box p a {
    text-align: left;
    font-size: 12px;
    padding: 0px 0px 0px !important;
}
#twoteaser .text_box {
    margin: 0px;
    padding: 0px 40px;
    color: #fff;
}

#ourcommunity h1 {
    font-size:35px;
	  padding: 0px 0px 20px;
}

#footer .copyright p {
    text-align: left;
    font-size: 10px;
}
#footer .footer-top {
  padding:00px 0 30px 0;
background-size:cover;
}
.testimonial h1 {
    text-align: left;
    font-size:19px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 21px;
}
#footer .footer-top::after {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 95px;
    height: 139px;
    bottom: 0px;
    right:0px;
    z-index: 0;
}
.carousel-caption {
    z-index: 1;
    height: auto;
    top:24vh;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}

.topheader {
    min-height: 90px;
    margin-top: 0px;
    background-color: transparent;
    margin-bottom: 0px;
    padding: 20px 0px 0px
}
#feature .text-box{padding: 20px 20px 10px;}
#feature.eventbox{margin-bottom:20px; }
#feature h1 {
    color: #3f3f3f;    font-size: 21px;
}
#twoteaser .twoboxes{margin-bottom:20px; }
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
a.searchbtn {
    font-size: 12px;
}
a.realestatebtn{
    font-size: 12px;
}
#about h2 {
    line-height: 28px;
    color: #343434;
    padding: 0px 0% 40px;
    font-size: 20px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
#about .abtcontent h4 {
    line-height: 24px;
    color: #343434;
    padding: 0px 0 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: left !important;
    margin: 0px !important;
}
#about .abtcontent p {
    text-align: left;
    line-height: 23px;
    font-size: 14px;
    color: #343434;
    padding: 0px 0px 40px 0px;
    font-weight: 400;
}
.mobile-nav-toggle i {
  margin:30px 30px 0 0;
  color: #ebe067;
}
#footer .ftrlogo {
    padding: 20px 60px 0px 0px;
    text-align: left;
    float: left !important;
}
#twoteaser .text_box {
    margin: 0px;
   padding: 10px 0px 10px 20px;
    color: #fff;   top: 30%;
}
#twoteaser .text_box1 {
    margin: 0px;
   padding: 10px 0px 10px 20px;
    color: #fff;top: 30%;
}
.bannertext{display:none!important;} 
#about::before {display:none!important;}
#feature::after {display:none!important;}
#twoteaser::before {display:none!important;}
#twoteaser::after {display:none!important;}
#footer .footer-top::before {display:none!important;}
#footer .footer-top::after {display:none!important;}
#feature .eventbox .boximg{width:100%!important;}
#feature .text-box p a {
    text-align: left;
    font-size: 16px;
    padding: 0px 0px 0px !important;
}
#feature .text-box .listing {
    background-color: #3f3f3f;
    padding: 7px 0px 30px;
    margin-top: 15px;
}

}


@media (min-width:320px) and (max-width:574px){

#footer .copyright{padding-left:10px;}

   #header .logo img {
        padding: 0;
        margin:0px 0 0;
        width:60%;
		float:left!important;
    }
	#intro{
    position:relative;
}

 #header {
  height:70px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#696969;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:70px;

}

#footer .footer-top {
  padding:20px 0 30px 0;
background-size:cover;
}

#about{
padding:50px 0px 50px;background-size:cover;
    background-color: #f1f0ee;
}

.abtcontent{
padding:20px 40px 30px;
text-align:left;
margin-top:-20px;
}
.abtimg{margin-top:20px;}

a.cntbtn {text-align: center; font-size: 16px !important;   margin: 10px 15px 0 16px;}
#about .abtcontent p {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
}
.carousel-caption {
display:none!important;
}

.mt50{margin-top:10px!important}
.listing ul li {
    padding: 0px 13px;
    font-size: 12px;
}
#feature .text-box .rate {
    text-align: right!important;
    margin: 0px;
    color: #464646;
    padding: 10px 0px 10px;
    font-size: 25px;
    
    font-weight: 700;
}
#feature .text-box p a {
    text-align: left;
    font-size: 15px;
    padding: 0px 0px 0px !important;
}
#twoteaser .text_box {
    margin: 0px;
    padding: 0px 40px;
    color: #fff;
}

#ourcommunity h1 {
    font-size: 38px;    line-height: 38px;
}

.testimonial .imgicon img{width:20%!important;}
.topheader {  padding: 20px 0px 0px;}
.mobile-nav-toggle i {
    margin: 25px 30px 0 0;
    color: #ebe067;
}
.bannertext{display:none!important;} 
#about::before {display:none!important;}
#feature::after {display:none!important;}
#twoteaser::before {display:none!important;}
#twoteaser::after {display:none!important;}
#footer .footer-top::before {display:none!important;}
#footer .footer-top::after {display:none!important;}

#about h2 {    line-height: 21px;    color: #343434;    padding: 0px 0% 30px;    font-size: 17px;
    font-weight: 700;    text-align: center !important;    margin: 0px !important;
}
#about .abtcontent h4 {    line-height: 21px;    color: #343434;    padding: 0px 0 10px;    font-size: 14px;
    font-weight: 600;    text-align: left !important;    margin: 0px !important;
}
#feature .text-right{text-align:left!important;margin-bottom:10px!important;}
    #ourcommunity h1 {
        font-size: 32px;
        line-height: 56px;
    }

    #twoteaser .text_box {
        margin: 0px;    top: 100px;
        padding: 0px 20px 20px;
        color: #fff;
    }
	#twoteaser .text_box1 { margin: 0px;  top: 100px; padding: 0px 20px 20px; color: #fff;    }
	#twoteaser .twoboxes {    z-index: 999;    margin-bottom: 120px;}
#twoteaser .text_box h3 {    text-align: left;    margin: 0px;     color: #3f3f3f;    padding: 16px 0px 0px;}
#twoteaser .text_box1 h3 {    text-align: left;    margin: 0px;     color: #3f3f3f;    padding: 16px 0px 0px;}
.testimonial {    color: #fff;    padding: 50px 0px 0px;    position: relative;}
.testimonial h1 {  padding: 0px 0px 20px;  text-align: left;    font-size: 20px;}
.testimonial .text-right{text-align:left!important;margin-bottom:10px!important;}
#footer .footer-top h4{
    padding-top: 20px;
}
a.seeall {    margin-top: 0px!important;}
}
