@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,900);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,700,600);
body {
	font-family: 'Roboto', sans-serif;
}
h2 {
	color: #34495e;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}
.white {
	color: #fff !important;
}
.green {
	color: #3ca552 !important;
}
h2.white span {
	border-bottom: 1px solid #fff;
}
h2.green span {
	background: url(../images/divider.png) no-repeat center bottom;
	border-bottom: none;
	font-weight: 400;
	padding-bottom: 25px;
	width: 300px;
}
h3 {
	margin-bottom: 30px;
}
h3 span {
	border-bottom: 1px solid #34495e;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 5px;
}
.white b {
	color: #3ca552;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}
.header, header {
	width: 100%;
}
.navbar-header {
	float: right;
	margin-right: 30px;
}

.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
}
.navbar-nav>li {
	float: none;
}

#nav {
	width: 100%;
}
#nav.affix-top {
	background-color: transparent;
	border-bottom: 1px solid rgba(225, 225, 225, 0.30);
	box-shadow: none;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
#nav.affix {
	position: fixed;
	top: 0;
	z-index: 10;
	-webkit-transition: all .6s ease-in-out;
}
#nav.affix-top {
	background-color: transparent;
	border-bottom: 1px solid rgba(225, 225, 225, 0);
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
.navbar-static-top {
	border-width: 0;
}
.navbar-inverse {
	background: transparent;
	margin-bottom: 0;
}
.navbar-brand {
    float: left;
    height: auto;
    padding-left: 80px;
}
/* Mobile screens */
@media (max-width: 768px) {
    .navbar-brand {
    float: left;
    height: auto;
    padding-left: 50px;
    }
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #70113f;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 32px;
}
.navbar-inverse .navbar-toggle {
	border-color: transparent;
}
.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	float: none;
	margin-bottom: 0;
	margin-right: 15px;
	margin-top: 0;
	padding: 9px 10px;
	position: fixed;
	top: 50px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #370f45;
	padding: 7px 15px;
	text-transform: uppercase;
}
.navbar-collapse{
	background: rgba(225, 225, 225, 0.7);
	display: block !important;
	float: right;
	max-height: auto !important;
	max-widht: auto !important;
	overflow: hidden;
	width: 300px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover {
	background: none;
	color: #70113f !important;
}
.navbar-collapse.collapse.in {
  background: rgba(225, 225, 225, 0.7);
  display: block !important;
}
.navbar-collapse {
  float: left !important;
  width: 300px;
}

.navbar-collapse.collapse {
  float: left !important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background: rgba(255, 255,255, );
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
	background-color: rgba(255,255,255,.7);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius:0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}
.dropdown-menu > li > a {
	clear: both;
	color: #370f45;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 3px 20px;
	text-transform: uppercase;
	white-space: nowrap;
}
.slogan {
	bottom: 50px;
	position: absolute;
	text-align: center;
	width: 96%;
}
.arrow-down i {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	height: 54px;
	line-height: 54px;
	width: 54px;
}



@keyframes bounce-down {
 0% {
opacity: 0;
transform: translateY(-20px);
}
 50% {
opacity: 1;
transform: translateY(0);
}
 100% {
opacity: 0;
transform: translateY(5px);
}
}
.icon-font {
	display: block;
}
.is-loaded .icon-font {
	animation: bounce-down 1.5s infinite;
}
.is-loaded :target {
	animation: highlight 1s ease;
}
/*content part*/

.inner-section {
	padding: 50px 0 0px 0;
}
.about {
	background: url(../images/pattern.png) repeat rgba(44, 62, 80, 1);
	margin-top: -1px;
}
.abt-img {
	margin-bottom: 30px;
}
.content p {
	color: #6d6e71;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
}
.scrollToTop {
	bottom: 0;
	right: 0;
	position: fixed;
	text-align: center;
	z-index: 99;
}
.scrollToTop i {
	background: #1e543c;
	/*border-radius: 50%;*/
	color: #fff;
	font-size: 20px;
	height: 35px;
	line-height: 33px;
	width: 35px;
}
.scrollToTop i:hover {
	background: rgba(112, 17, 63, 0.5);
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*footer*/
.footer {
	background: url(../images/pattern.png) repeat top left rgba(0, 0, 0, 0.75);
	padding: 15px 0 5px 0;
}
.footer p {
	color: #fff;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 1px;
}
.powered {
	float: right;
}
.powered a:hover {
	color: #fff;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
/*aout us page*/

	
h2 span {
	border-bottom: 1px solid #34495e;
	display: inline-block;
	padding-bottom: 10px;
}
.white {
	color: #fff;
}
/*services*/

.services {
	padding-bottom: 0px;
}
.white > span {
	border-bottom: 1px solid #fff;
}
.service-title h3 {
	font-size: 18px;
	font-weight: 300;
}
.service-2 {
	margin-top: 30px;
	padding: 10px 0 40px;
}
/*gallery part*/
.gallery {
	background: rgba(132, 162, 0, 0.05);
	padding-bottom: 40px;
}
.service-details > p {
	font-size: 13px;
	font-weight: 400;
}
/*contact us page*/
.contact {
	background: url(../images/testimonial-bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 0;
}
.contact-bg {
	background: url(../images/pattern.png) repeat rgba(0, 0, 0, 0.5);
	padding-top: 70px;
}
.code-sec .input {
	height: 35px;
	margin: 10px 0;
	padding-left: 10px;
	width: 115px;
}
.contact-img {
	margin-top: 25px;
}
#ContactForm .form-control {
	background: none;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
}
 #ContactForm .form-control::-moz-placeholder {
 color: #fff;
 font-size: 12px;
 font-style: italic;
}
#ContactForm .btn {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #777a80;
	margin-bottom: 20px;
	width: 115px;
}
#ContactForm .btn:hover {
	color: #fff;
}
.map {
	margin: 60px 0;
}
.contact-details h3.white {
	font-size: 18px;
	margin: 10px 0;
}
.contact-details p.white {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3b9b51;
	border-radius: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
	color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.map > iframe {
	width: 100%;
}
.alertmsg {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
/*RENTAL PAGE*/
.marginn {
	margin-bottom: 100px;
}
.acton-rental {
	background: rgba(132, 162, 0, 0.05);
	padding: 30px 0;
}
.rented-property h1 {
	color: #370f45;
	font-size: 28px;
	margin: 0 0 20px;
	text-align: center;
}
.rentaldetail ul {
	padding-left: 0;
}
.rentaldetail li {
	list-style: none;
}
.rentsl-rt li {
	line-height: 27px;
	padding-left: 25px;
	position: relative;
}
.rentsl-rt li::before {
	content: "\f178";
	font-family: 'FontAwesome';
	left: 0;
	position: absolute;
	top: 0;
}
.nopadding {
	padding: 0;
}
.rental-rate {
	float: left;
}
.rental-rate h2 {
	font-weight: 600;
	margin: 18px 0 10px;
}
.rental-facility {
	float: right;
}
.rental-facility > ul {
	margin: 20px 0;
}
.rental-facility li {
	border-right: 1px solid #ccc;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
}
.rental-facility li:first-child {
	border-left: 1px solid #ccc;
}
.rental-facility li span {
	font-weight: 600;
	margin-right: 5px;
}
.rent_availability {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.rent_availability > ul {
	margin-bottom: 0;
	text-align: center;
}
.rent_availability li {
	border-right: 1px solid #ccc;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
}
.rent_availability li:last-child {
	border-right: none;
}
.rent_availability li span {
	font-weight: 600;
	margin-left: 5px;
}
.unrented {
	margin-bottom: 30px;
}
.rental-inform > h2 {
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0 10px;
	text-transform: uppercase;
}
.rental-inform > p {
	font-size: 14px;
	text-align: justify;
}
.unrented p span {
	font-weight: 600;
}
.content_show {
	display: none;
}
#map-button {
	background: #ccc;
	display: inline-block;
	margin-bottom: 15px;
	padding: 8px 16px;
	text-align: left;
}
.content_hide span {
	cursor: pointer;
}
.content_show li {
	line-height: 24px;
}
#toggle_updown i {
	padding: 5px;
}
.content_hide h3 {
	margin: 10px 0;
}
.download-form {
	margin-bottom: 20px;
}
.advertiser {
	background: #f7f7f8;
	border-color: #eaebed;
	border-style: solid;
	border-width: 0 1px 1px;
	margin-bottom: 20px;
	padding: 5px 0 25px 0px;
}
.adviser-title {
	margin-bottom: 15px;
	text-align: center;
}
.adviser-title > h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}
.adviser-title > a {
	color: #1e293d;
}
.advertiser > ul {
	text-align: center;
}
.advertiser .btn-primary {
	background-color: #266843;
	border: none;
	color: #fff;
}
.advertiser .btn-group-lg > .btn, .btn-lg {
	border-radius: 4px;
	font-size: 17px;
	line-height: 1.33333;
	padding: 10px 16px;
	width: 100%;
}
.advertiser li.phonne > a {
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #1e293d;
	display: block;
	margin-bottom: 15px;
	padding: 9px 0;
}
.advertiser li.phonne i {
	font-size: 15px;
	margin-right: 10px;
}
.advertiser .modal-dialog {
	max-width: 700px;
	width: 100%;
}
.modal-body {
	text-align: left;
}
.advertiser .modal-title {
	text-align: left;
}
.modal-header h4 {
	color: #77797c;
	font-size: 16px;
	line-height: 24px;
}
.modal-header h4 span {
	color: #313338;
	font-size: 18px;
}
.modal-header h4 em {
	font-size: 14px;
	font-style: normal;
}
.advertiser label {
	font-size: 13px;
	font-weight: 500;
}
.modal-footer .submit {
	background: #f54f21;
	border: medium none;
	color: #fff;
	padding: 4px 30px 8px;
}
.advertiser .btn-default {
	background-color: #515b6d;
	border: medium none;
	color: #fff;
}
.advertiser .btn {
	border-radius: 0;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
	background-color: #be3008;
	border: none;
	color: #fff;
}
.rental-social-media > ul {
	margin-bottom: 20px;
	text-align: center;
}
.rental-social-media li {
	display: inline-block;
}
.rental-social-media li a i {
	background: #f7f7f8;
	border: 1px solid #a5a6a7;
	border-radius: 50%;
	color: #acb1b9;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 40px;
}
.rental-social-media li a:hover i {
	color: #47494b;
}
.rental-map iframe {
	height: 350px;
	width: 100%;
}
.inspection-times h2 {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}
.inspection-img {
	background: #ccc;
	border-radius: 50%;
	margin: 0 auto 24px;
	max-width: 200px;
	padding: 10px;
}
.inspection-img img:hover {
	transform: rotate(360deg);
}
.inspection-img img {
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.make-appoinment {
	text-align: center;
}
.make-appoinment.advertiser {
	background: none;
	border: none;
}
.make-appoinment.advertiser > ul {
	margin-bottom: 20px;
	padding-left: 0;
}
.make-appoinment.advertiser li {
	list-style: none;
}
.make-appoinment .btn.btn-primary.btn-lg {
	max-width: 250px;
}

.banner {
    position: relative;
    overflow: hidden;
}

.slides {
    position: relative;
    height: 100vh;
}

.slide {
  position: absolute;
  width: 100%;          /* full width */
  height: 100vh;         /* full height of parent */
  object-fit: cover;    /* cover the container */
  opacity: 0;           /* hidden by default */
  transition: opacity 1s ease-in-out;  /* smooth fade */
}

.slide.active {
    opacity: 1;
}

.nav1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    width: 50px;
    height: 50px;
    
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 50px;   /* thinner arrow */
    font-weight: 300;  /* makes arrow lighter */

    color: white;
    cursor: pointer;
	z-index: 10;
    transition: all 0.3s ease;
    padding-bottom: 10px;
}

.prev1 {
    left: 20px;
}

.next1 {
    right: 20px;
}

.nav1:hover {
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.service-3 {
	padding-top:10px;
}

.about-info1 {
	padding-bottom: 50px;
}

.contact-details a {
    color: #fff; /* change to any color you want */
    text-decoration: none;
    font-weight: 600;
}

.contact-details a:hover {
    color: #1e7e34; /* darker shade on hover */
    text-decoration: underline;
}
