@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Work+Sans');
body {
	font-family: 'Work Sans', sans-serif;
	margin: 0px;
}

.container {
	width: 1310px;
	max-width: 1270px;
	margin: 0 auto;
}

.hdr {
	position: fixed;
	padding: 10px 0px;
	background: #51207b;
	height: 135px;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
}

.contact {
	padding: 0px;
	margin: 25px 0px 0px;
}

.contact ul {
	padding: 0px;
	margin: 0px;
}

.contact li {
	list-style: none;
	display: inline;
}

.contact li a {
	text-decoration: none;
	display: inline-block;
	padding: 0px;
	color: #fff;
	font-size: 14px;
}

.logo {
	margin: 0px 0px 0px;
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0;
	right: 0;
}

.nav-menu {
	margin: 40px 0px 0px;
}

.nav-menu ul {
	margin: 0;
	padding: 0px;
	list-style: none
}

.nav-menu ul li {
	float: left;
}

.nav-menu ul li a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 6px 14px;
	border-radius: 0px;
	margin: 0px 5px;
	transition: all ease-in-out, 0.2s;
}

.nav-menu li:last-child a {
	border-right: none;
}

.nav-menu li:hover a {
	text-decoration: none;
	background: #fff;
	color: #51207b;
	border-radius: 20px;
}

.nav-menu ul li ul {
	display: none;
	z-index: 500;
	background: #11365c;
	padding: 5px 0;
	position: absolute;
	width: 220px;
	list-style: none;
}

.nav-menu ul li:hover ul {
	display: block;
}

.nav-menu ul li ul li {
	float: none;
	border-right: none;
}

.nav-menu ul li ul li a {
	display: block;
	color: #fff;
	border-top: thin solid #ccc;
	font-weight: 300;
	padding: 11px 10px;
	line-height: 17px;
	font-size: 10px;
	font-family: unset;
	border-right: none;
}

.nav-menu ul li ul li a:hover {
	background: #333;
	color: #fff;
}

.nav-menu ul li ul li ul {
	left: 100%;
	display: none !important;
	background: #11365c;
	padding: 5px 0;
	position: absolute;
	width: 230px;
	list-style: none;
	margin: -30px 0 0 0;
}

.nav-menu ul li ul li:hover ul {
	display: block !important;
}

.nav-menu ul li ul li ul li {
	float: none;
	border-right: none;
}

.nav-menu ul li ul li ul li a {
	display: block;
	color: #fff;
	font-weight: 300;
	padding: 10px 10px;
	line-height: 1.2em;
}

.nav-menu ul li ul li ul li a:hover {
	background: #333;
	color: #fff;
}

.slide {
	margin: 135px 0px 0px;
}

.about {
	text-align: center;
	padding: 30px 0px;
}

.about h1 {
	margin: 22px 0px;
	color: #51207b;
	text-transform: uppercase;
}

.about p {
	font-size: 15px;
	color: #444;
	line-height: 25px;
}

.about a {
	text-decoration: none;
	background: #6c418d;
	padding: 10px 20px;
	line-height: 62px;
	border-radius: 20px;
	color: #fff;
	transition: all ease-in-out, 0.5s;
}

.about a:hover {
	background: #6f6c77;
}

.text {
	text-align: center;
	padding: 30px 0px;
	background-image: url(img/bg-1.jpg);
	background-attachment: fixed;
	background-position: center;
}

.text h1 {
	margin: 22px 0px;
	color: #fff;
	text-transform: uppercase;
}

.text li p {
	color: #fff;
}

.text ul {
	padding: 0px;
	margin: 0px;
}

.text li {
	list-style: none;
	display: block;
	float: left;
	width: 287px;
	margin: 15px;
	color: #444;
	font-size: 14px;
	line-height: 22px;
	background: #ffffff1f;
	height: 250px;
	box-shadow: 0px 0px 1px #eee;
	padding: 10px 30px;
}

.text li h3 {
	background: #6c418d;
	margin: 25px 84px 30px;
	padding: 10px;
	color: #fff;
	border-radius: 40px;
	width: 59px;
	height: 56px;
	text-align: center;
	font-size: 30px;
}

.footer {
	background: #51207b;
	position: relative;
	padding: 20px 0px 40px;
}

.footer-bg {
	background-image: url(img/foot-bg.png);
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	height: 80px;
	padding: 0;
	background-size: cover;
	background-position: center;
}

.menu2 {
	margin: 34px 0px 40px;
	text-align: center;
}

.menu2 ul {
	margin: 0;
	padding: 0px;
}

.menu2 li {
	list-style: none;
	display: inline;
}

.menu2 li a {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 0px 42px;
	border-right: 1px dotted #eee;
}

.menu2 li:last-child a {
	border-right: none;
}

.menu2 li:hover a {
	text-decoration: underline;
}



.info {
	padding: 20px 0px 0px;
}

.info a {
	color: #fff;
}

.info a:hover{
	text-decoration: none;
}

.info a i {
	background: #fff;
	padding: 17px 22px;
	color: #51207b;
	font-size: 30px;
	text-align: center;
	margin: -20px 10px 0px 0px;
	float: left;
}

.copy {
	text-align: center;
	margin: 60px 0px 0px;
}

.copy p {
	color: #fff
}


/*--Properties-list--*/

.properties {
	padding: 40px 0px 70px;
}

.pro-details-w3layouts {
	background: #fff;
	padding: 27px 27px 0 27px;
	min-height: 435px;
}

.pro-details-w3layouts h3 {
	text-align: left;
	font-size: 24px;
	color: #000;
}

.pro-details-w3layouts label {
	width: 100px;
	height: 1px;
	background: #06a598;
	display: block;
	margin: 15px 0 20px 0;
}

.Pro-img-w3ls {
	float: left;
	padding: 5px 25px;
	margin: 0px 20px;
	position: relative;
}

.Pro-img-w3ls h1 {
	font-size: 16px;
	position: absolute;
	top: 215px;
	padding: 10px 0px;
	width: 270px;
	background: rgba(0, 0, 0, 0.65);
	text-align: center;
	color: #fff;
	font-family: 'PT Serif', serif;
}

.Pro-img-w3ls p {
	font-size: 16px;
	font-weight: bold;
}

p.location {
	text-align: left;
	font-size: 20px;
	margin-bottom: 10px;
	color: #00c5b5;
}

p.location strong {
	color: #286090;
}

ol.agileits-prolist li {
	display: block;
	width: 100%;
	text-align: left;
	color: #525252;
	line-height: 40px;
	font-size: 14px;
	list-style-type: decimal
}

ol.agileits-prolist {
	padding-left: 10px;
	list-style-type: decimal
}

ol li i.fa.fa-long-arrow-right {
	margin-right: 5px;
	color: #000;
	font-size: 11px;
	vertical-align: middle;
}


/*--flexisel--*/

.flex-slider {
	background: #242a2c;
	padding: 100px 0;
}

#flexiselDemo1 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}

.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
}


/*---- Nav ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 20px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.nbs-flexisel-nav-left {
	left: -45px;
	top: 45% !important;
	background: url(img/themes1.png) no-repeat 1px 3px;
}

.nbs-flexisel-nav-right {
	right: -45px;
	top: 45% !important;
	background: url(img/themes1.png) no-repeat -23px 3px;
}

ul#flexiselDemo3.nbs-flexisel-nav-left,
ul#flexiselDemo3.nbs-flexisel-nav-right {
	width: 26px;
	height: 44px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	display: none;
}

.properties-list {
	width: 90%;
	margin: 0 auto;
}

.properties-list h1 {
	color: #51207b;
	text-transform: uppercase;
	text-align: center;
}

.properties-list p {
	text-align: center;
	margin: 0px;
	color: #444;
	padding: 0px 0px 10px;
	text-transform: capitalize;
}


/*--//flexisel--*/


/*--//Properties-list--*/


/*-- features --*/

.features-w3l {
	padding: 70px 0;
}

.features-w3l h3 {
	color: #06a598;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	font-size: 33px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wthree_w3l_grid-left1 i {
	font-size: 36px;
	color: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 23px 0;
	background: #06a598;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
}

.wthree_w3l_grids:nth-child(3) {
	margin: 3em 0;
}

.wthree_w3l_grid-right p {
	font-size: 13px;
	line-height: 28px;
	color: #7b7b7b;
	font-weight: 400;
}

.wthree_w3l_grid-right {
	padding-left: 0;
}

.wthree_w3l_grid-right h4 {
	font-size: 19px;
	color: #000;
	font-weight: 300;
	margin: 2px 0 15px 0;
	text-transform: uppercase;
}

.wthree_w3l_grid:hover .wthree_w3l_grid-left1 i {
	background: #286090;
}

.wthree_w3l_grid:hover .wthree_w3l_grid-right h4 {
	color: #286090;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
}

.wthree_w3l_grid {
	margin-top: 20px;
}

.back {
	padding: 0px 0px 100px;
}

.page-banner {
	padding: 0;
	margin: 135px 0px 0px;
}

.page-banner img {
	width: 100%
}

.page-text {
	padding: 60px 0px 100px;
}

.page-text h1 {
	margin: 0px 0px 10px;
	color: #51207b;
	text-transform: uppercase;
}

.page-text h2{
	
	color: #51207b;
	text-transform: uppercase;
}

.page-text p {
	text-align: justify;
}

.gallery {
	width: 100%;
	padding: 40px 0px;
}

.gallery h1 {
	margin: 0px 0px 10px;
	color: #51207b;
	text-transform: uppercase;
}

.gallery ul {
	padding: 0;
	margin: 0;
}

.gallery li {
	list-style: none;
	float: left;
	margin: 18px 10px;
	overflow: hidden;
	border: 1px solid #eee;
}

.gallery li a img {
	width: 295px;
	height: auto;
	transition: all ease-in-out, 0.7s;
}

.gallery li a:hover img {
	transform: scale(1.1);
}

.gallery li p {
	text-align: center;
	margin: 0px;
	font-size: 14px;
	color: #003e77;
	background: #fff;
	position: relative;
	z-index: 1000;
	padding: 5px 0px 10px;
}

.form {
	width: 50%;
	float: left;
	padding: 0px 0px;
	margin: 0px 50px 0px 0px;
}

.form h1 {
	text-transform: uppercase;
	font-size: 30px;
	padding: 0px 0px;
	color: #51207b;
	margin: 0px 0px 20px;
	font-family: 'PT Sans', sans-serif;
}

.form input {
	width: 48%;
	padding: 10px 20px;
	margin-top: 16px;
	float: left;
	margin-right: 12px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 20px;
}

.form textarea {
	width: 98%;
	padding: 20px 12px 75px;
	float: none;
	margin: 20px 0px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 20px;
}

.form input[type="submit"] {
	width: 100px;
	background: #51207b;
	color: #fff;
	float: none;
	margin: 0px 0px 20px;
	border: none;
	border-radius: 20px;
}

.add {
	float: right;
	margin: 0px 0px 25px;
	width: 40%;
}

.add h1 {
	text-transform: uppercase;
	font-size: 30px;
	padding: 0px 0px;
	color: #51207b;
	margin: 0px 0px 20px;
	font-family: 'PT Sans', sans-serif;
}

.add h2 {
	text-transform: uppercase;
	font-size: 22px;
	padding: 0px 0px;
	color: #01267d;
	margin: 0px 0px 20px;
	font-family: 'PT Sans', sans-serif;
}

.add p {
	color: #5c5c5c;
	line-height: 25px;
}

.add p {
	line-height: 30px;
	font-size: 15px;
	margin: 0px;
	text-align: left;
}

.add p i {
	font-size: 20px;
	color: #51207b;
	float: none;
	margin: 0px 7px 5px -15px;
	width: 20px;
}

.add strong {
	float: left;
	width: 250px;
	font-weight: 400;
	color: #01267d;
	margin: 0px 22px 0px 0px;
	font-size: 14px;
	border-right: 1px solid #e9e9e9;
}

.add strong:last-child {
	border-right: none;
}

.pic-ryt {
	width: 550px;
	float: right;
	margin: 15px 0px 0px;
}

.form2 h3 {
	padding: 50px 10px 10px;
	color: #555;
}

.form2 input {
	width: 90%;
	padding: 12px 15px;
	display: block;
	margin: 3% 0%;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-radius: 20px;
}

.form2 input[type="submit"] {
	width: 100px;
	padding: 10px;
	background: rgb(81, 32, 123);
	color: #fff;
	border: none;
}

.form2 label {
	color: #888;
	font-size: 13px;
	padding: 10px 10px 0;
}