/*logo*/
.logo {
  padding: 13px 0;
}

/*company-info*/
.company-info {
  padding: 10px 0;
}
.company-info-item {
    float: left;
    overflow: hidden;
    width: 50%;
}
.header-icon {
    float: left;
    width: 18%;
}
.header-info {
    float: left;
    width: 82%;
}
.company-info .company-info-item:nth-child(2) {
  padding-left: 5%;
}


.header-info h6 {
  font-family: montserrat;
  line-height: 15px;
  margin-bottom: 5px;
}
.header-info p {
  color: #606060;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin-bottom: 0;
}

/*header-search*/
.header-search {
  padding: 40px 0;
}
.header-search button {
    float: left;
    height: 30px;
    width: 18%;
}
.header-search input {
  border: 1px solid #2E502E;
  box-shadow: none;
  color: #303030;
  float: left;
  font-weight: 300;
  height: 30px;
  margin-bottom: 0;
  padding-left: 15px;
  width: 82%;
}
.header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303030;
  opacity: 1;
}
.header-search input::-moz-placeholder { /* Firefox 19+ */
  color: #303030;
  opacity: 1;
}
.header-search input:-ms-input-placeholder { /* IE 10+ */
  color: #303030;
  opacity: 1;
}
.header-search input:-moz-placeholder { /* Firefox 18- */
  color: #303030;
  opacity: 1;
}



/*menu style */
.header-area{
	z-index: 10;
	position: relative;
}
/*.main-menu > li > a {
  color: #303030;
  display: block;
  padding: 40px 20px;
  text-transform: uppercase;
}*/
.main-menu > li + li {
  margin-left: 55px;
}
.main-menu > li > a {
  color: #2E502E;
  display: block;
  font-size: 16px;
  padding: 15px 0;
  text-transform: uppercase;
}
.main-menu li {
    display: inline-block;
    position: relative;
}
.main-menu > li:hover > a,
.drop-menu > li:hover > a,
.single-mega-item > li:hover > a {
	color: #2E502E;
} 
/*drop-menu Style*/
.drop-menu {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 4px solid #2E502E;
  box-shadow: 0 1px 2px #2E502ECC;
  left: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 2;
}
.menu-right {
  left: auto;
  right: 0;
}
.drop-menu li {
  border-bottom: 1px solid #e1e1e1;
  display: block;
}
.drop-menu li a {
  display: block;
  font-size: 12px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.main-menu li:hover .drop-menu{
	transform: scale(1);
	visibility: visible;
}
/*Mega menu style*/
/*#primary-menu {
  position: relative;
}*/
.mega-menu-area {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 4px solid #2E502E;
  box-shadow: 0 1px 2px #2E502ECC;
  left: 0;
  padding-bottom: 10px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.main-menu li.mega-parent {
    position: static;
}
.single-mega-item {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.single-mega-item li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.single-mega-item li:last-child{
	border-bottom: 0px solid #000;
} 
.single-mega-item li a{
  padding: 13px 0px;
	display: block;
  font-weight: 300;
}
.main-menu li:hover .mega-menu-area{
	transform: scale(1);
	visibility: visible;
}
.header-middle-area .container .row [class*="col-"] {
	position: static;
 }
 .header-middle-area .full-width-mega-drop-menu{
 	position: relative;
 }
/*====================================================================*/
.drop-menu-right {
  left: auto;
  right: 0;
}
/*====================================================================*/

/*Header Transprent */
.transparent-header{
  position: absolute;
  width: 100%;
  margin: auto;
  background: #2E502ECC none repeat scroll 0 0;
  transition: all 0.3s ease 0s;
}
.transparent-header .main-menu > li > a{
  color: #fff;
}
.transparent-header .main-menu > li:hover > a {
  color: #c1c1c1;
}
.transparent-header.sticky{
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
}
/*Sticky Menu*/
.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.sticky .main-menu > li > a {
  color: #303030;
  font-size: 14px;
  padding: 18px 0;
}
.sticky .main-menu > li + li {
  margin-left: 40px;
}
.sticky .main-menu {
  text-align: right;
}
.sticky-logo img {
  display: none;
  transition: all 0.3s ease 0s;
}
.sticky .sticky-logo img {
  display: block;
  float: left;
  padding: 10px 0;
  height: 60px;
}

/* ------------------------------
  Slider-1
------------------------------ */
.slider-overlay::before {
  /*background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;*/
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7;
}
.slider-content {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-44%);
  width: calc(100% - 40%);
}

.slider-1-title-1 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.slider-1-title-1 span {
  color: #2E502E;
}
.slider-1-title-2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.slider-1-desc {
  font-size: 16px;
  margin-bottom: 0px;
}
.slider-1-title-1,
.slider-1-title-2,
.slider-1-desc {
  color: #fff;
}

/*nivo-directionNav*/
.nivo-directionNav a {
  border: 1px solid #707070;
  color: #6b6b6b;
  cursor: pointer;
  font-family: 'montserrat';
  font-size: 13px;
  line-height: 15px;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 45%;
  width: 40px;
  z-index: 9;
}
.nivo-prevNav {
  left: 8%;
}
.nivo-nextNav {
  right: 8%;
}
.nivo-directionNav a:hover {
  background: #2E502E none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
}
/*nivo-controlNav*/
.nivo-controlNav {
  bottom: 10px;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}
.nivo-controlNav a {
  background: #2E502E none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}
.nivo-controlNav a.active {
  background: #2E502E none repeat scroll 0 0;
  font-weight: bold;
}
.nivo-controlNav {
  display: none;
}
/*slider-button*/
.slider-button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 18px;
  font-size: 14px;  
}
.slider-button:focus {
  color: #fff;
}
.slider-button:hover {
  background: #2E502E;
  border: 1px solid #2E502E;
  color: #fff;
}
/* ------------------------------
  Slider-2
------------------------------ */
.slider-2 {
  overflow: hidden;
  padding: 130px 0 75px;
}
.find-home-box {
  background: #2E502ECC none repeat scroll 0 0;
  border-bottom: 4px solid #2E502E;
  margin-left: 20%;
  padding: 45px 30px 20px;
  width: 440px;
}
.find-home-box .section-title {
  margin-bottom: 42px;
}
.find-home-box .find-homes {
  margin: auto;
  width: calc(100% - 0px);
}
.find-home-box .find-home-item {
  margin-bottom: 30px;
}
/*slider-3*/
.slider-3 {
  position: relative;
  padding-top: 260px;
  padding-bottom: 200px;

}
.slider-content-3 {
  width: calc(100% - 20%);
  margin: auto;
}
/*Dotted-overlay*/
.dotted-overlay {
  position: relative;
}
.dotted-overlay::after {
  background: rgba(0, 0, 0, 0) url("../../images/icons/grid.png") repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* =================================
  Footer
================================= */
.footer-area {
  background-attachment: inherit;
}
.footer-widget {}
.footer-titel {
  color: #fefefe;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/*footer-address*/
.footer-address > li + li {
    /*border-top: 1px solid #73716f;*/
    padding-top: 15px;
}
.footer-address > li {
    overflow: hidden;
    padding-bottom: 10px;
}
.address-icon {
    float: left;
    width: 15%;
}
.address-info {
    float: left;
    width: 85%;
}
.address-info > span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

/*footer-latest-news*/
.footer-widget.middle {
  margin: auto;
  width: calc(100% - 100px);
}
.footer-latest-news > li {
    overflow: hidden;
}
.footer-latest-news > li + li {
  padding-top: 34px;
}
.latest-news-image {
    float: left;
    width: 18%;
}
.latest-news-info {
    float: left;
    padding-left: 20px;
    width: 82%;
}
.latest-news-info > p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.latest-news-info > h6 {
  color: #c7c7c7;
  font-family: 'montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}

/*footer-contact*/
.footer-contact > p {
  font-size: 12px;
  line-height: 20px;
}
.footer-contact input {
    border-color: #706e6d;
    height: 35px;
    font-size: 12px;
}
.footer-contact textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #706e6d;
  box-shadow: none;
  font-size: 12px;
  font-weight: 300;
  height: 80px;
  line-height: 22px;
  margin-bottom: 17px;
  padding: 5px 10px;
}
.footer-contact button {
    background: #c5c5c5 none repeat scroll 0 0;
    color: #000000;
    padding: 3px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.footer-contact button:hover {
  background: #2E502E none repeat scroll 0 0;
  color: #fff;
}
.footer-contact input::-webkit-input-placeholder {
  color: #919191;
  font-size: 12px;
}
.footer-contact input::-moz-placeholder {
  color: #919191;
  font-size: 12px;
}
.footer-contact input:-ms-input-placeholder {
  color: #919191;
  font-size: 12px;
}
.footer-contact input:-moz-placeholder {
  color: #919191;
  font-size: 12px;
}
.footer-contact textarea::-webkit-input-placeholder {
  color: #919191;
  font-size: 12px;
}
.footer-contact textarea::-moz-placeholder {
  color: #919191;
  font-size: 12px;
}
.footer-contact textarea:-ms-input-placeholder {
  color: #919191;
  font-size: 12px;
}
.footer-contact textarea:-moz-placeholder {
  color: #919191;
  font-size: 12px;
}
/*copyright*/
.footer-bottom {
  background: rgba(23, 23, 23, 0.7) none repeat scroll 0 0;
  border-top: 1px solid #484848;
  padding: 20px 0;
}
.copyright > p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}
.copyright a {
  color: #2E502E;
}

.address-info > span,
.latest-news-info > p,
.footer-contact > p,
.footer-contact input,
.footer-contact textarea,
.copyright > p {
  /*color: #919191;*/
  color: #ccc;
}