/* font-family: 'Montserrat', sans-serif; */

body {
	padding-top:0px;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}

.btn.border-btn{
	color: #fff;
    min-width: 140px;
    height: 48px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-size: 14px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.border-btn {
    border: 1px solid #dfdfdf;
    color: #333;
    background: #fff;
}


.starter-template {
	padding:5em 15px 1.5em 15px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}
.starter-template p {
	font-size:40px;
	line-height:45px;
	color:#666;
}
.starter-template p span {
	color:#78a640;
}
a:focus {
	outline:none;
}
a {
	transition:0.4s ease;
	-webkit-transition:0.4s ease;
	-o-transition:0.4s ease;
}
a:hover {
	transition:0.4s ease;
	-webkit-transition:0.4s ease;
	-o-transition:0.4s ease;
}
header {
	z-index:10;
	width:100%;
	position:absolute;
	z-index: 99;
}
.navbar-inverse {
	transition:background-color 0.3s ease;
}
.header-banner {
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:120px;
	transition:background-color 0.3s ease;
}
.top-header {
	position: absolute;
	width:100%;
	z-index: 99;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1 );
}
.top-header .list-inline {
	padding: 10px 0px;
}
.list-inline a {
	text-decoration: none;
	color: #e4e4e4;
	margin-right: 15px;
	font-size: 13px;
}
.list-inline a i {
	margin-right: 5px;
}
.top-header ul {
	margin: 0px;
	padding: 0px;
}
.top-header ul li {
	padding: 0px 5px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #aaa;
}
.top-header ul li a {
	text-decoration: none;
	color: #e4e4e4;
}
.top-header ul li a .fa-facebook:hover {
	color: #3b5998;
}
.top-header ul li a .fa-twitter:hover {
	color: #4099ff;
}
.top-header ul li a .fa-google-plus:hover {
	color: #db4a39;
}
.top-header .sign-in, .top-header .sign-in:hover {
	color: #fff;
	text-decoration: none;
	line-height: 36px;
	margin-left: 20px;
	font-size: 11px;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: 600;
}
.fixed-header {
	position:fixed;
	top:0px;
	left:0;
	margin-top:0em;
	width:100%;
	transition:background-color 0.3s ease;
	box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.10), 0 2px 3px 0 rgba(0, 0, 0, 0.10);
	background:#c5c2c2;
}
.navbar-wrapper {
	position:absolute;
	top:40px;
	right:0;
	left:0;
	z-index:9999;
	width:100%;
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);*/

  background:transparent;
}
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
.fixed-header .navbar-brand img {
	margin-top:0px;
	width:100%;
	transition:0.6s ease;
}
.fixed-header .navbar-nav {
	padding-bottom:20px;
}
.fixed-header .navbar-nav > li > a {
	color:#3e3f40;
}
.navbar-brand img {
	margin-top:0px;
	/*width:100%;*/

	transition:0.6s ease;
	padding:0;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .navbar-collapse.collapse {
 display: none !important;
}
 .navbar-collapse.collapse.in {
 display: block !important;
}
 .navbar-header .collapse, .navbar-toggle {
 display:block !important;
}
 .navbar-header {
 float:none;
}
}
.calendar {
	height:auto;
	position:absolute;
	top:41.4em;
	width:100%;
	z-index:99;
	padding:15px 0;
}
.calendar input {
	height:50px;
	background:transparent;
	border-bottom:2px #ddd solid;
	transition:0.3s ease;
	color:#ff7300;
}
.calendar input:focus {
	border-bottom:2px #ddd solid!important;
	border:0;
}
.calendar-in {
	background:#fff;
	padding:15px 20px;
	box-shadow:0 2px 3px #ccc;
}
.bs-slider {
	overflow: hidden;
	max-height: 670px;
	position: relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.24);
}
.bs-slider > .carousel-inner > .item > img,  .bs-slider > .carousel-inner > .item > a > img {
	width: 100% !important;
	margin:0px auto;
}
.bs-slider > .carousel-inner > .item {
	margin-top:-50px;
}
/********************

*****Slide effect

**********************/



.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 80px;
	height: 80px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 54px;
	cursor: pointer;
	overflow: hidden;
	line-height: 70px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover,  .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0);
	border: 0px transparent;
}
 .control-round .carousel-control.left>span:nth-child(1) {
 left: 45%;
}
 .control-round .carousel-control.right>span:nth-child(1) {
 right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/

.indicators-line > .carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content:"";
	position: absolute;
	left:-1px;
	top:-1px;
	width:15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	left: 0;
	top:40em;
	right: 0;
	position: absolute;
	width:100%;
	text-align:center;
}
.slide-text.welcome-sec {
	top:28em;
}
.slide-text > h2 {
	padding: 0;
	color: #ffffff;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 2px 2px 2px #333;
}
.slide-text > h2 a {
	color: #333;
	padding: 15px 30px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
}
.slide-text > h2 a:hover {
	background: rgba(000, 000, 000, 0.5);
	color:#ff7300;
}
.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size:20px;
	font-style: normal;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom: 40px;
	line-height:10px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	font-family: 'Open Sans', sans-serif;
}
.slide-text > h1 a {
	color: #fff;
	padding: 15px 20px;
	line-height: 1;
	background: rgba(000, 000, 000, 0.4);
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
}
.slide-text > h1 a:hover {
	background: rgba(000, 000, 000, 0.7);
	color:#fff;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 23px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 40px;
	text-shadow: 1px 1px 1px #333;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	font-family: 'Spirax', cursive;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,  .slide-text > a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}













/*------------------------------------------------------*/

/* RESPONSIVE

/*------------------------------------------------------*/



@media (max-width: 991px) {
 .slide-text h1 {
 font-size: 40px;
 line-height: 50px;
 margin-bottom: 20px;
}
 .slide-text > p {
 font-size: 18px;
}
}
.other-property {
	min-height:450px;
	background-color:#e3f7f6;
	padding:60px 0;
}
.other-property h1 {
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:10px;
}
.other-property h1 span {
	text-align:center;
	font-weight:700;
	color:#038e8b;
}
.other-property p {
	text-align:center;
	font-weight:600;
	font-size:18px;
	color:#777;
	margin-bottom:50px;
}
.owl-nav {
	/*text-align: center;*/

 position:relative;
}
.owl-nav .owl-prev {
	background: transparent;
	border-radius:0px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	width: 62px;
	left: -110px;
	float: left;
	bottom: 150px;
	height: 46px;
	line-height: 46px;
	position: absolute;
	transition: all 0.5s ease;
}
.owl-nav .owl-prev:before {
	position:absolute;
	content:"";
	background: url(../images/leftarrow.png) no-repeat;
	top:0;
	height:46px;
	width:62px;
	left:0px;
}
.owl-nav .owl-prev:hover {
	background: url(../images/leftarrow-hover.png) no-repeat 0px 2px;
}
.owl-nav .owl-prev:hover:before {
	color:#038e8b;
}
.owl-nav .owl-next {
	background: transparent;
	border-radius:0px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	width: 62px;
	right: -110px;
	float: right;
	height: 46px;
	bottom: 150px;
	line-height: 46px;
	position: absolute;
	transition: all 0.5s ease;
}
.owl-nav .owl-next:after {
	position:absolute;
	content:"";
	background: url(../images/rightarrow.png) no-repeat;
	top:0;
	height:46px;
	width:62px;
	left:0px;
}
.owl-nav .owl-next:hover:after {
	color:#038e8b;
}
.owl-nav .owl-next:hover {
	background: url(../images/rightarrow-hover.png) no-repeat 0 2px;
}
.section .sectionWrapper {
	padding: 125px 0;
}
.noPaddingRight {
	padding-right: 0px !important;
}
.about-home {
	background:#fff;
	padding:50px 0;
}
.about-home .about-img img {
	width: 100%;
	height: 435px;
	padding: 5px;
	background:#fff;
	object-fit: cover;
}
.about-home .about-con h2 {
	font-size: 28px;
	color:#565656;
	font-weight: 300;
	margin:0px 0px 30px;
	padding: 0px;
}
 .about-home .about-con h2::after {
 content: '';
 position: absolute;
 height: 2px;
 width: 27%;
 background-color: #ff7300;
 margin-top: 17px;
 margin-left: 15px;
}
.about-home .about-con p {
	font-size: 14px;
	color: #002f50;
	letter-spacing: 1px;
	line-height: 28px;
	margin:0 0 10px;
}
.about-home .about-con a {
	background: #ff7300;
	padding: 15px 30px;
	border-radius: 50px;
	border: 2px solid #fff;
	box-shadow: 1px 2px 8px #5d5c5c;
	display: inline-block;
	margin-top: 20px;
	color: #fff;
}
.service-sec
{
background:#f4fbff;
padding:50px 0 20px;
	
}
.service-box
{
background:#333;	
padding:30px;
margin:0 0 50px;
text-align:center;
position:relative;
}
.service-box .service-icon
{
	background: #01989E;
    display: inline-block;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: -38px;
    left: 94px;
    /* text-align: center; */
    border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border:2px solid #fff;
}

.service-box .service-con h3
{
font-size:15px;
font-weight:600;
margin:20px 0 10px;
padding:0;
text-transform:uppercase;
color:#fff;
}
.service-box .service-con p
{
font-size:14px;
font-weight:300;
margin:0;
padding:0;
color:#fff;
line-height:20px;
}

.touch
{
background:#fd8a2c;
padding:50px 0;
}
.touch h3
{
font-size:36px;
color:#fff;
font-weight: 700;
line-height:20px;
margin:0 0 10px;
padding:0;
}
.touch h3 span
{
font-weight:bold;
color:#000;
}
.touch .no-sec
{
background:#ff7300;
display:inline-block;
color:#fff;
font-size:18px;
font-weight:600;
padding:20px;
margin:0;
border:2px solid #fff;
}

.touch p
{
font-size:28px;
color:#fff;
line-height:1;
margin:0 0 10px;
padding:0;
display: block;
}


.gallery-sec {
	background:#fff;
	padding:50px 0 50px;
}
.heading h2 {
	font-size: 28px;
	color: #565656;
	font-weight: 300;
	margin: 0px 0px 30px;
	padding:0;
	text-align:center;
}
.gallery-sec .properties-image {
	margin-bottom: 30px;
	position: relative;
}
.gallery-sec .properties-image img {
	width:100%;
	height:240px;
	object-fit: cover;
	object-position: top;
}
.img-box {
	position:relative;
	width:100%;
	border:1px solid #ededed;
}
.img-box .over-lay {
	position: absolute;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	transition: all 0.5s ease 0s;
	text-align:center;
}
.img-box a:hover .over-lay {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 1;
}
.img-box .over-lay .image-cap i {
	color:#fff;
	font-size:24px;
	top:45%;
	position:relative;
}
.gallery-sec a.readmore {
	background: #ff7300;
	padding: 15px 30px;
	border-radius: 50px;
	border: 2px solid #fff;
	box-shadow: 1px 2px 8px #5d5c5c;
	display: inline-block;
	margin-top: 20px;
	color: #fff;
}

.data-flow-sec
{
background:#fff;	
}
.data-flow-sec h2
{
font-size: 30px;
    color: #565656;
    font-weight: 400;
    margin: 0px 0px 50px;
    padding: 0;
    text-align: center;}


.data-flow-sec img
{
width:100%;
height:auto;
}

.support
{
padding:30px 0;
background: #fff;	
}

.support .support-con
{
position: relative;
top: 40px;	
}

.support .support-con h3
{
font-size:36px;
padding:0;
margin: 0 0 10px;
}
.support .support-con p{
	font-size: 18px;
}

.support .support-con h3 span
{
font-weight:bold;	
}

.review-sec {
	min-height:250px;
	padding:60px 0;
	background:#000 url(../images/testimonial.png) fixed center;
}
.review-sec div {
	border-radius:0px !important;
}
.heading.review-head h2 {
	color:#fff;
}
.review-list {
	background:#fff;
	padding:20px 40px;
	min-height:280px;
	text-align:center;
}
.review-list .img {
	height:100px;
	width:100px;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:10px!important;
	margin:0 auto;
}
.review-list p {
	color:#616161;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	line-height:23px;
}
.review-list h4 {
	color:#ff7300;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
footer {
	padding:60px 0 50px 0;
	background:#131313;
	text-align:center;
}
footer .foot-sec ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
footer .foot-sec ul li {
	display:inline-block;
	font-weight:400;
	color:#adadad;
	font-size:15px;
	vertical-align:middle;
}
footer .foot-sec ul li span {
	margin-right:15px;
}
footer .foot-sec.social ul li a i {
	padding:10px;
	color:#fff;
	font-size:30px;
}
footer .foot-sec.quick {
	margin-top:20px;
	border-top:1px solid #2b2b2b;
	padding-top:20px;
}
footer .foot-sec.quick a {
	padding:10px;
	color:#adadad;
}
footer .foot-sec.quick a:hover {
	color:#ff7300;
	text-decoration:none;
}
footer .foot-sec.social a .fa-facebook:hover {
	color: #3b5998;
}
footer .foot-sec.social a .fa-twitter:hover {
	color: #4099ff;
}
footer .foot-sec.social a .fa-google-plus:hover {
	color: #db4a39;
}
footer .foot-sec.quick a i {
	margin-right:5px;
	color:#01989E;
}
.copy-foot {
	background:#000;
	padding:2px 0;
}
.copy-foot .foot-copy {
	color:#9c9797;
	font-size:13px;
	font-weight:300;
}
.copy-foot .foot-copy a {
	vertical-align:middle;
}
 @media(max-width:767px) {
 .navbar-brand img {
 margin-top: 0px;
 width: 82%;
}
 .navbar-brand {
 width: 232px;
 left: 0.2em;
}
 .bs-slider > .carousel-inner > .item {
 margin-top: 46px;
}
 .bs-slider {
 max-height: 228px;
}
 .other-property h1 {
 font-size: 25px;
}
 .calendar {
 top: 12.4em;
}
 .other-property {
 padding: 155px 0 40px 0;
}
 .thumbnail .caption h3 {
 font-size: 16px;
}
 .owl-nav .owl-prev {
 bottom: -10px;
 left: 100px;
}
 .owl-nav .owl-next {
 bottom: -10px;
 right: 100px;
}
}
 @media(min-width:768px) and (max-width:1023px) {
 .bs-slider {
 max-height: 335px;
 margin-top: 3.4em;
}
 .navbar-brand img {
 margin-top: -5px;
}
 .navbar-brand {
 left: 0.2em;
}
 .calendar {
 top: 23.4em;
}
 footer p {
 font-size: 15px;
}
}
.bd-crumb {
	background: url(../images/bread.jpg) no-repeat;
	background-position:center;
	background-size: cover;
	width: 100%;
	background-attachment:fixed;
	height: 300px;
	position: relative;
	top: 0px;
}
.bd-crumb h1 {
	text-align: center;
	font-size: 40px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 200px;
	text-transform: uppercase;
	color: #fff;
}
.sectionWrapper h1 {
	text-align:center;
	color:#1e2a34;
	margin:0 0 50px;
	padding:0;
	font-size:30px;
	text-transform: uppercase;
}
.property-page {
	padding:50px 0;
	background:#b8d3f3;
}
.fotorama {
	background: #333;
	height: 515px;
}
.prop-map {
	height: 534px;
}
.prop-map iframe {
	width: 100%;
	height: 534px;
	border: 0;
	background: #ff7300;
	padding: 5px;
}
.prop-item {
	padding: 0;
	margin: 20px 0 10px;
	width: 100%;
	overflow: hidden;
	display: block;
}
.prop-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
 .prop-item ul li:nth-child(odd) {
 padding: 20px 10px;
 color: #fff;
 font-weight: 600;
 width: 25%;
 float: left;
 font-family: 'Source Sans Pro', sans-serif;
 font-size: 15px;
 transition: all 0.5s ease;
 background: rgb(181,189,200); /* Old browsers */
 background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b', GradientType=0 ); /* IE6-9 */
}
 .prop-item ul li:nth-child(even) {
 padding: 20px 10px;
 color: #fff;
 font-weight: 600;
 width: 25%;
 font-family: 'Source Sans Pro', sans-serif;
 float: left;
 font-size: 15px;
 transition: all 0.5s ease;
 background: rgb(181,189,200); /* Old browsers */
 background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b', GradientType=0 ); /* IE6-9 */
}
.prop-item ul li img {
	margin-right: 20px;
}
.prop-details {
	width: 100%;
	padding: 30px 0px;
	margin: 0;
}
.nav-tabs {
	border-bottom: none;
	background:none !important;
	position:relative;
}
.nav-tabs>li {
	float: left;
	margin-bottom: 0px;
}
.nav-tabs>li {
	float: left;
	margin-bottom: 0px;
	width: 20%;
	margin-bottom:80px;
}
.nav-tabs>li.active:before {
	position: absolute;
	background: #fff;
	content: "";
	width: 5px;
	height: 74px;
	top: 100%;
	left: 50%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	cursor: default;
	background-color: rgb(41, 133, 243);
	color: #fff;
	text-align: center;
	border: none;
	font-size: 20px;
	border-bottom-color: transparent;
	border: 5px solid #fff;
}
.nav-tabs > li > a.card-page {
	font-size: 19px !important;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color:rgb(41, 133, 243);
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	text-align: center;
	border-radius: 0;
	font-size: 20px;
	padding: 30px 15px;
	background: rgb(239, 119, 61);
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	transform: rotate(-5deg);
	border-radius: 150px;
	border:5px solid #fff;
	box-shadow: 0px 3px 3px #636161;
}
.tab-content {
	background: rgb(41, 133, 243);
	width: 100%;
	padding: 0px;
	border-top: 1px solid #ff7300;
}
.amt {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.amt h4 {
	font-size: 18px;
	color: #ff7300;
	/* background: #02374e; */

	padding: 10px 10px 10px 0;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.responsive-table {
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
	font-family: 'Source Sans Pro', sans-serif;
}
.responsive-table thead {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
 @media (min-width: 44em) {
 .responsive-table thead {
 position: relative;
 clip: auto;
 height: auto;
 width: auto;
 overflow: auto;
}
}
.responsive-table thead th {
	background-color: rgb(255, 115, 0);
	border: 1px solid rgb(255, 115, 0);
	font-weight: normal;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.responsive-table thead th:first-of-type {
	text-align: left;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}
 @media (min-width: 44em) {
 .responsive-table tr {
 display: table-row;
}
}
.responsive-table th, .responsive-table td {
	padding: .5em;
	vertical-align: middle;
}
 @media (min-width: 30em) {
 .responsive-table th, .responsive-table td {
 padding: .75em .5em;
}
}
 @media (min-width: 44em) {
 .responsive-table th, .responsive-table td {
 display: table-cell;
 padding: .5em;
}
}
 @media (min-width: 62em) {
 .responsive-table th, .responsive-table td {
 padding: .75em .5em;
}
}
 @media (min-width: 75em) {
 .responsive-table th, .responsive-table td {
 padding: .75em;
}
}
.responsive-table caption {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
 @media (min-width: 44em) {
 .responsive-table caption {
 font-size: 1.5em;
}
}
.responsive-table tfoot {
	font-size: .8em;
	font-style: italic;
}
 @media (min-width: 62em) {
 .responsive-table tfoot {
 font-size: .9em;
}
}
 @media (min-width: 44em) {
 .responsive-table tbody {
 display: table-row-group;
}
}
.responsive-table tbody tr {
	margin-bottom: 1em;
	border: 2px solid #ff7300;
}
 @media (min-width: 44em) {
 .responsive-table tbody tr {
 display: table-row;
 border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
	margin-bottom: 0;
}
 @media (min-width: 44em) {
 .responsive-table tbody tr:nth-of-type(even) {
 background-color: rgba(94, 93, 82, 0.1);
}
}
.responsive-table tbody th[scope="row"] {
	background-color: #fff;
	color: #000;
}
 @media (min-width: 44em) {
 .responsive-table tbody th[scope="row"] {
 background-color: transparent;
 color: #333;
 text-align: left;
 font-size: 14px;
 font-weight:300;
}
}
.responsive-table tbody td {
	text-align: right;
	color: #fff;
	font-weight: 600;
}
 @media (min-width: 30em) {
 .responsive-table tbody td {
 border: 1px solid #ff7300;
 color: #000;
 font-weight: 600;
}
}
 @media (min-width: 44em) {
 .responsive-table tbody td {
 text-align: center;
 color: #333;
 font-weight: 400;
 font-size: 14px;
}
}
.responsive-table tbody td[data-type=currency] {
	text-align: right;
}
.responsive-table tbody td[data-title]:before {
	content: attr(data-title);
	float: left;
	font-size: 1em;
	color: #fff;
	font-weight: 600;
}
 @media (min-width: 30em) {
 .responsive-table tbody td[data-title]:before {
 font-size: .9em;
}
}
 @media (min-width: 44em) {
 .responsive-table tbody td[data-title]:before {
 content: none;
}
}
.ratesAdditional {
	margin: 30px 0px 0px;
}
.ratesAdditional h2 {
	font-size: 16px;
	border-bottom: 1px solid #fff;
	color: #333;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.ratesAdditional h3 {
	font-size: 14px;
	color: #444;
	padding-bottom: 5px;
}
.ratesAdditional ul {
	padding: 0px;
	margin: 0px;
}
.ratesAdditional p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	padding: 0;
	margin: 0 0 10px;
	line-height: 25px;
}
.ratesAdditional ul li {
	padding: 0px 0px;
	list-style: none;
	font-family: 'Roboto', sans-serif;
}
.ratesAdditional ul li:last-child {
	border-bottom: none;
}
.ratesAdditional strong {
	width: 300px;
	display: inline-block;
	font-size: 14px;
	color: #636363;
	font-weight: 600;
	padding: 3px;
}
.ratesAdditional span {
	display: inline-block;
	color: #ff7300;
	font-weight: 400;
	padding: 3px;
}
.ownerInfo1 h2 {
	font-size: 16px;
	color:#ff7300;
	border-bottom:1px solid #d6d6d6;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.ownerInfo1 strong {
	padding: 10px 20px;
	border: 1px solid #fff;
	line-height: 20px;
	color: #242424;
	font-size: 14px;
	font-weight: 400;
	display: block;
}
.ownerInfo1 p {
	font-size: 14px;
	color: #909090;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0 0 10px;
	line-height: 23px;
}
.con-box {
	padding: 0;
	margin: 0;
}
.rev-section {
	background: #564e45;
	padding: 10px 0;
	margin: 0 15px 10px 15px;
}
.revi-sec .img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: 125px;
	padding: 4px;
	line-height: 1.42857143;
	background: rgb(105, 96, 85);
	border: none;
	border-radius: 100px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.revi-sec p.clt-name {
	text-align: center;
}
.revi-sec p {
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	text-align: left;
}
.revi-sec blockquote {
	display: block;
	background: #564e45;
	padding: 15px 20px 15px 15px;
	margin: 0 0 20px;
	position: relative;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.2;
	color: #666;
	text-align: justify;
	border: none;
}
.contact-page {
	background:#fff;
	padding:80px 0;
}
.contact-page p {
	font-size: 14px;
	line-height: 26px;
	color: #808080;
	letter-spacing: .03em;
	margin-bottom: 15px;
}
.section-title h2 {
	margin-bottom:20px;
	padding:0 0 10px;
	font-size:23px;
	border-bottom:1px solid #f1f1f1;
}
.contact-form-wrap input, .contact-form-wrap textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #DFDFDF;
	display: block;
	padding-left: 20px;
	font-size: 15px;
	font-family: inherit;
	font-style: normal;
	outline: none;
}
.contact-form-wrap input, .contact-form-wrap textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc9c9;
	display: block;
	padding-left: 20px;
	font-size: 15px;
	font-family: inherit;
	font-style: normal;
	outline: none;
}
.contact-form-wrap textarea {
	height: 120px;
	padding-top: 10px;
}
.contact-form-wrap button {
	border: none;
	outline: none;
	color: #fff;
	background: #ff7300;
	font-weight: bold;
	font-family:inherit;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 26px;
	margin-top: 10px;
	transition:all 0.5s ease;
}
.contact-form-wrap button:hover {
	background:#000;
}
.capta-input {
	width: 50% !important;
	float: left;
}
.captcha-img {
	margin-left:20px;
}
.contact-button ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.contact-button ul li {
	padding:10px 10px;
	margin:10px 0;
	font-size:16px;
	font-weight:400;
	color:#333;
	font-family: 'Roboto', sans-serif;
	background:#eee;
	display:block;
}
.contact-button ul li img {
	margin-right:15px;
}
.map-con-page iframe {
	width:100%;
	height:270px;
	border:1px solid #ccc9c9;
	padding:5px;
}
.testimonial {
	padding:5px;
}
.thumbnail {
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #000000 0%, #595959 11%, #666666 27%, #474747 0%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 100%, #000000 100%, #131313 100%);
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #000000 0%, #595959 11%, #666666 27%, #474747 0%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 100%, #000000 100%, #131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%, #000000 0%, #595959 11%, #666666 27%, #474747 0%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 100%, #000000 100%, #131313 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
	margin-bottom:0px;
}
.thumbnail .caption h3 {
	color:#fff;
}
.thumbnail > img, .thumbnail a > img {
	width:100%;
}
.btn-success {
	border-radius: 50px;
	color: #014846;
}
.review {
	background: #fff;
	transition: 0.4s ease;
	border-radius:0px;
}
.review .image {
	width: 20%;
	min-height: 350px;
	float: left;
	background: #ff7300;
	padding: 40px 30px;
}
.review .image h3 {
	color:#fff;
	font-size:16px;
	text-align:center;
}
.review .discription {
	width: 100%;
	float: left;
	text-align:center;
	min-height: 280px;
	background: #eee;
	padding: 40px 30px;
	font-size: 16px;
	line-height:25px;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	border: 3px solid #66cbff;
	border-radius:0px;
}
.review .discription h3 {
	color:#ff7300;
	font-weight:600;
	margin:10px 0 15px;
	text-align:center;
	font-size:18px;
}
.review .discription h4 {
	margin: 0px 0 20px!important;
	color: #38a6de;
	text-align: center;
	font-size: 23px;
	font-weight: 300;
}
.review .image img {
	width: 100px;
	border-radius: 50%;
	border: 1px #ccc solid;
}
.review .image .star {
	margin-left:9px;
	margin-top: 23px;
	color: #FCAC31;
}
.review .image .star i {
	font-size:20px;
}
.review-list a {
	color: #00d4d0;
	text-decoration: none;
}
.review-list a:hover {
	color: #038e8b;
}
.review-list h4 {
	color: #038e8b;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.about-page-sec {
	padding:50px 0;
}
.about-content h2 {
	font-size: 28px;
	color: #565656;
	font-weight: 600;
	margin: 0px 0px 10px;
	padding: 0px;
}

.about-content h3 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin: 0px 0px 10px;
	padding: 0px;
}

.about-content p {
	font-size: 14px;
	color: #002f50;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0 0 10px
}
.about-content ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}



.about-content ul li {
	font-size: 14px;
	color: #002f50;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0 0 10px;
	position:relative;
}
.about-content ul li:before {
content: "\f00c";
    font-family: fontAwesome;
    left: 0;
    margin-right: 10px;
    top: 0;
    color: #01989E;
    font-size: 17px;
}



.about-img img {
	width:100%;
	background:#fff;
	padding:5px;
}
.prop-icon {
	margin:20px 0;
}
.prop-icon ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.prop-icon ul li {
	color: #929292;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	padding: 0px;
	text-align: center;
	margin: 0 15px 0 0;
}
.prop-icon ul li span {
	background: #fff;
	padding: 0px;
	height: 60px;
	width: 60px;
	line-height: 50px;
	text-align: center;
	display: block;
	border-radius: 30px;
	margin: 5px auto;
	border: 2px solid #ff7300;
}
.prop-icon ul li span img {
	width:30px;
	height:30px;
}


/**Service-page***/
.service-page{
padding:50px 0;
background:#fff;
	
}
.service-page .service-page-inner h2
{
 font-size:25px;
 font-weight:800;
 text-align:left;
 margin:0 0 30px;
 padding:0;
position:relative;
}

.service-page .service-page-inner h2:before
{
	
content:"";
background:#F90;
width:100px;
height:5px;
position:absolute;
left:0;
top:40px;
}

.service-page .service-page-inner h3
{
 font-size:20px;
 font-weight:600;
 text-align:left;
 margin:0 0 10px;
 padding:0;
 color:#F90;
 position:relative;
 font-family: cursive;
}

.service-page .service-page-inner h4
{
 font-size:16px;
 font-weight:600;
 text-align:left;
 margin:0 0 10px;
 padding:0;
 color:#666;
position:relative;
}

.service-page .service-page-inner p
{
 font-size:14px;
 font-weight:500;
 text-align:left;
 margin:0 0 10px;
 padding:0;
 line-height:25px;
}
.service-page .service-page-inner ul
{padding:0; margin:0; list-style-type:none;}
.service-page .service-page-inner li
{
 font-size:14px;
 font-weight:500;
 text-align:left;
 margin:0 0 10px;
 padding:0;
 line-height:25px;
}
.service-page .service-page-inner li:before
{
content: "\f00c";
    font-family: fontAwesome;
    left: 0;
    margin-right: 10px;
    top: 0;
    color: #ff7300;
    font-size: 17px;	
}
.service-img-box img
{
width:100%;	
}


.amenities-page {
	padding: 50px 0;
}
.amenities {
	background: #fff;
	padding: 20px;
}
.amenities h3 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 20px;
	padding: 0 0 13px 0;
	border-bottom: 1px dashed #66cbff;
}
.amenities ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #f1f1f1;
}
.amenities ul li {
	margin: 10px 13px 10px 10px;
	padding: 10px 10px;
	display: inline-block;
	min-width: 275px;
	width: 24%;
	font-size: 13.5px;
	line-height: 23px;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #e4dddd;
}
.amenities ul li:before {
	content: "\f00c";
	font-family: fontAwesome;
	left: 0;
	margin-right: 10px;
	top: 0;
	color:#ff7300;
	font-size: 17px;
}
.rates-page {
	padding:50px 0;
}
.client-rev-page {
	padding:50px 0;
	background:#d0edfb;
}
.client-img {
	width:100px;
	height:100px;
	padding-top:20px;
}
.client-img img {
	width:100%;
	margin-bottom:20px;
}
.client-text {
	background:#fff;
	padding:20px;
	position:relative;
	border: 2px solid #ff7300;
	margin-bottom:20px;
}
.client-text:before {
	position:absolute;
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	border-right: 20px solid #fff;
	content:"";
	left:-20px;
	top:60px;
}
.client-text:after {
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 16px solid transparent;
	border-top: 16px solid transparent;
	border-right: 16px solid #ff7300;
	content: "";
	left: -16px;
	top: 64px;
}
.client-text h4 {
	color: #ff7300;
	font-weight: 400;
	font-size: 16px;
}
.client-text h3 {
	font-size:20px;
	margin:0 0 10px;
	padding:0;
	font-weight:600;
}
.client-text p {
	font-size:14px;
	margin:0 0 10px;
	padding:0;
	color:#615f5f;
	line-height:23px;
}
.contact-page {
	padding:50px 0;
}
.section-title {
	margin: 15px 0 0;
}
.section-title h2 {
	display: block;
	margin-bottom: 30px;
	position: relative;
	color: #6b6969;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px transparent;
}
.contact-page p {
	font-size: 14px;
	line-height: 26px;
	color: #808080;
	letter-spacing: .03em;
	margin-bottom: 15px;
}
.contact-form-wrap input, .contact-form-wrap textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc9c9;
	display: block;
	padding-left: 20px;
	font-size: 15px;
	font-family: inherit;
	font-style: normal;
	outline: none;
}
.contact-form-wrap textarea

{
height:120px;	
	
}
.contact-form-wrap button {
	border-radius:50px;
	outline: none;
	color: #fff;
	background: #ff7300;
	font-weight: bold;
	font-family: inherit;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 26px;
	margin-top: 10px;
	transition: all 0.5s ease;
	border: 2px solid #fff;
	box-shadow: 1px 2px 8px #5d5c5c;
}
.contact-button ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.contact-button ul li {
	padding: 24px;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	background: #f9f9f9;
	display: block;
}
.contact-button ul li img {
	margin-right: 15px;
}
.con-map-sec {
	padding:10px;
	margin:30px 0 0;
}
.con-map-sec iframe {
	width:100%;
	height:300px;
	border:3px solid #ccc;
}

.price-box {
    position: relative;
    margin-top: 30px;
    z-index: 1;
}

    .price-box .plan-icons {
        display: flex;
        margin: auto;
        height: 100px;
        width: 100px;
        font-size: 60px;
        justify-content: center;
        align-items: center;
        color: #204fa1;
        position: relative;
    }

        .price-box .plan-icons i {
            z-index: 1;
        }

        .price-box .plan-icons:before {
            content: '';
            height: 100px;
            width: 100px;
            background-color: #e2ecfe;
            border-radius: 100px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .price-box .plan-icons:after {
            content: '';
            height: 75px;
            width: 75px;
            background-color: #d4e3fd;
            border-radius: 75px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .price-box .btn {
        max-width: 165px;
        margin: auto;
        z-index: 1;
        border: 1px solid #dfdfdf;
    color: #333;
    background: #fff;
    }


    .price-box .p-box-inner {
        position: relative;
        background-color: #ffffff;
        text-align: center;
        overflow: hidden;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        border-radius: 5px;
        border: 1px solid #dbdbdb;
        cursor: pointer;
    }

    .price-box .price-box-header {
        padding: 40px 20px 20px;
    }

    .price-box .try-now-btn {
        position: relative
    }

        .price-box .try-now-btn:after {
            content: '';
            height: 1px;
            width: 100%;
            background: #dbdbdb;
            position: absolute;
            left: 0;
            top: 50%;
        }

    .price-box .p-box-inner:hover {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
        border: 1px solid #ff7300;
    }

    .price-box .p-box-inner .price-title {
        position: relative;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.3em;
        color: #000;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .price-box .p-box-inner:hover .price-title {
        color: #fff;
    }

    .price-box .p-box-inner h2 {
        position: relative;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3em;
        color: #000;
        margin-bottom: 20px;
    }

    .price-box .p-box-inner:hover h2 {
        color: #ff7300;
    }

    .price-box .p-box-inner h2 em {
        font-size: 16px;
        font-style: normal;
    }

    .price-box .p-box-inner .package-list-data {
        position: relative;
        text-align: center;
        margin-top: 20px;
        padding: 0 20px;
    }

        .price-box .p-box-inner .package-list-data li {
            position: relative;
            color: #404040;
            padding: 0px 5px;
            font-size: 14px;
            max-width: 100%;
            width: 100%;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom-width: 3px;
            border-bottom: 1px solid #eee;
        }

    .price-box .p-box-inner .theme-btn {
        transition: all 0.5s;
        width: 170px;
        margin: auto;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.price-page-section .price-box {
    margin-bottom: 100px;
}

.whysec{
	padding: 50px 0 50px;
	background: #e4f6ff;
}
.heading-sec {text-align: center;}
.heading-sec h2{font-size: 28px;
    color: #565656;
    font-weight: 600;
    }
 .heading-sec p{margin-bottom: 30px; font-size: 14px; line-height: 1.7;}   
.why-sec-in{
	border:1px solid #eee;
	padding: 30px 20px 20px 20px;
	text-align: center;
	min-height: 450px;
	background: #fff;
}
.why-ic{margin-bottom: 15px}
.why-sec-in p{font-size: 14px; line-height: 1.7;}
.why-sec-in h5{font-size: 1.5rem; font-weight: 600; text-transform: uppercase; color: #ff7300; margin-bottom: 10px;}
.whysec.lux-part{padding-bottom: 50px;}
.whysec.lux-part .why-sec-in
{
	min-height: 356px;
	border-radius: 5px;
	padding: 30px;
}
.whysec.lux-part .why-sec-in h5{font-size: 1.3rem;}
.whysec.lux-part .why-sec-in p{
	font-size: 14px;
}