@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Muli');



@font-face {
  font-family: 'Arimo-Bold';
  src: url('fonts/Arimo-Boldd41d.eot?#iefix') format('embedded-opentype'),  url('fonts/Arimo-Bold.woff') format('woff'), url('fonts/Arimo-Bold.ttf')  format('truetype'), url('fonts/Arimo-Bold.svg#Arimo-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arimo';
  src: url('fonts/Arimod41d.eot?#iefix') format('embedded-opentype'),  url('fonts/Arimo.woff') format('woff'), url('fonts/Arimo.ttf')  format('truetype'), url('fonts/Arimo.svg#Arimo') format('svg');
  font-weight: normal;
  font-style: normal;
}

.agent-photo,
.amenities-card,
.cta,
.fixed-top,
.floor-plans,
.form-block button,
.form-block input,
.gallery-,
.nav-item a,
.project-card-,
.reviews-card,
.top-header .nav-link,
.top-header .nav-link:hover,
.top-header .sticky {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s
}

body {
	font-family: 'Roboto', sans-serif;
	color: #0a2233;
	font-weight: 400;
	font-style: normal;
	font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	padding: 0
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .1px
}

ul {
	list-style: none
}

a:hover {
	text-decoration: none
}

button:focus {
	outline: 0!important
}

.padbtm0 {
	padding-bottom: 0!important
}
.img-responsive { margin:0 auto; width:100%;}

.mt45 {
	margin-top: 45px
}

.mt15 {
	margin-top: 15px
}

.pad-tb {
	padding-top: 30px;
	padding-bottom: 30px
}

.common-heading {
	padding: 0;
	text-align: center
}

.common-heading h2 {
	font-weight: 300;
	font-size: 44px;
	margin-bottom: 20px
}

.common-heading p {
	font-size: 18px; text-align:justify;
}
.common-heading p.thnk {
	font-size: 18px; text-align:center;
}
.v-center {
	align-self: center
}

.navbar-toggler {
	background-color: #fff;
	border: 1px solid #fff
}

.top-header .sticky {
	background: #0b2f36;
	-webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
	box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08)
}

html body .top-header.header-2 .sticky .nav-link:hover {
	color: #454f14
}

.top-header .nav-link:hover .nav-number {
	color: #454f14!important
}

.top-header .nav-link {
	font-weight: 400;
    font-size: 17px;
    color: #e5c586 !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(10 34 51)
}

.top-header .nav-link.active {
	color: #d8ac6d !important
}

.top-header .nav-link.active:after {
	transition: all .2s linear 0s;
	background: #d8ac6d;
	width: 90%
}

.top-header .nav-link:after {
	content: '';
	display: block;
	height: 2px;
	text-align: center;
	left: 0;
	right: 0;
	width: 0;
	float: none;
	background: #454f14;
	transition: width .4s ease, background-color .4s ease;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	margin: 0 auto;
	position: relative;
	bottom: -4px
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding-top: 0;
	padding-bottom: 0;
	height: 94px
}

.brand-logo a {
	display: block
}

.header-right ul li:after {
	content: "";
	position: absolute;
	border-right: 1px solid #eee;
	height: 30px;
	right: -12px;
	top: 10px
}

.header-right ul li:last-child:after {
	content: "";
	position: absolute;
	border-right: 0 solid #eee
}

.hero-section {
	position: relative;
	overflow: hidden;
	/*background: url(../images/hero-bg.png) #fff;*/
	background: #0b2f36;
	padding-top: 100px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover
}

.hero-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(11,47,54,0.3);*/
}

.header-heading {
	margin: 0 50px 0 0
}

.header-heading h1 {
	font-weight: 700;
	font-size: 55px;
	line-height: 1.3;
	margin-bottom: 25px
}

.header-heading p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 35px;
	font-weight: 500
}

.single-image .item {
	border-radius: none;
	overflow: hidden
}

.owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #0b2f36;
	transform: translate3d(0, -50%, 0) scale(.7);
	transition: all 250ms ease-out 0s
}

.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
	position: absolute;
	transition: all 250ms ease-out 0s
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block
}

.owl-carousel .owl-dots .owl-dot span {
	background: #a46a37;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0, -50%, 0) scale(.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px
}

.project-card-:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.project-card- {
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	top: 0;
	position: relative
}

.project-card img {
	width: 100%
}

.apartments-list {
	overflow-x: hidden;
	background: #fff;
	padding-bottom: 80px
}

.apartments-list .mt45 {
	margin-top: 35px
}

.apartments-list .owl-stage {
	padding-bottom: 10px;
	padding-top: 10px
}

.apartments-list .owl-stage-outer {
	position: relative
}

.home-details {
	padding: 20px;
	border: 1px solid #e8e8ef;
	border-radius: 0 0 6px 6px
}

.home-details h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 4px
}

.feature-list {
	margin: 10px 0 0;
	color: #0a2233
}

.feature-list li {
	display: inline-block;
	padding: 0 15px 0 0
}

.feature-list li i {
	padding: 0 5px 0 0;
	font-size: 16px
}

.feature-section {
	background: #e4e7e8;
}

.feature-image {
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.amenities-section {
	background: #263751;
    color: #fff;
}


.identity-amenities-area{background:#092e37; margin:0;}
.identity-amenities-area h2{font-weight:300; color:#FFF; font-size:35px;}
.identity-amenities-area [class^="col-"] img{border:7px solid #053e4c; border-radius:none;}

.identity-amenities-area [class^="col-"] img.icon{border:none; margin-right: 10px; width:40px;}
.identity-amenities-area [class^="col-"] ul{display:block; margin:0; padding:0; list-style:none;}
.identity-amenities-area [class^="col-"] ul li{position:relative; display:block; padding-left:0px; color:#FFF; font-size: 15px; margin-bottom: 14px;}
.identity-amenities-area [class^="col-"] ul li i{font-size:6px; position:absolute; left:0; top:0; color:#0083d6; top:10px;}
.identity-amenities-area [class^="col-"] ul li p {}

.amenities-card:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.amenities-card {
	text-align: center;
	background: #f4fdc9;
	border-radius: 6px;
	padding: 20px;
	margin: 5px 0;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	top: 0;
	position: relative;
	border: 1px solid #e6fe71;
	cursor: grab
}

.amenities-card-icon-section {
	width: 80px;
	margin: 0 auto 15px;
	/*background: rgba(248, 83, 89, .1);*/
	border-radius: 32% 68% 64% 36%/39% 58% 42% 61%;
	padding: 8px
}

.amenities-card h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 4px
}

.amenities-card p {
	font-size: 16px
}



.identity-isometric{
    background: url(../images/pv-06.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 0px 0 0 0;
    position: relative;
}
	
.identity-isometric:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(11,47,54,0.5);
}	
	
.identity-isometric h2{font-weight:300; color:#FFF; font-size:40px; margin-bottom:35px; position: relative;}
.identity-isometric .item a strong{ display:block; text-align:center; padding:20px 15px 5px; color:#FFF; font-weight:500;} 
.identity-isometric .item a span{display:block; text-align:center; padding:0 15px; color:#FFF; font-weight:300;}
.heights .owl-carousel .owl-stage{margin:auto;}




.identity-isometric .owl-theme .owl-nav{position:absolute;width:100%;left:0;top:30%;}
.identity-isometric .owl-carousel .owl-nav button.owl-prev, .identity-isometric .owl-carousel .owl-nav button.owl-next{position:absolute; width:38px; height:38px; line-height:30px; text-align:center; border:1px solid #FFF; color:#FFF; font-size:24px; border-radius:50%;}
.identity-isometric .owl-carousel .owl-nav button.owl-prev{left:-46px; }
.identity-isometric .owl-carousel .owl-nav button.owl-prev i{position:relative; right:2px;}
.identity-isometric .owl-carousel .owl-nav button.owl-next{right:-46px;}
.identity-isometric .owl-carousel .owl-nav button.owl-next i{position:relative; left:2px;}
.identity-isometric .owl-carousel .owl-nav button.owl-prev:hover, .identity-isometric .owl-carousel .owl-nav button.owl-next:hover{background:#2f5830;}


.identity-galleryarea{ display:block; padding:45px 0px 0; }
.identity-galleryarea h2{font-weight:300; color:#000; font-size:50px; margin-bottom:15px;}
.identity-galleryarea ul{ display:block; list-style-type:none; padding:0; margin:0;}
.identity-galleryarea ul li{ display:inline-block; padding:0; margin:0px 1px; vertical-align:top; position:relative; max-width:499px;}
.identity-galleryarea ul li:first-child{ margin-left:5px;}
.identity-galleryarea ul li {overflow:hidden;}
.identity-galleryarea ul li span{position:absolute; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.5); transition:1s all;}
.identity-galleryarea ul li:hover span{top:-100%;}


.identity-location{display:block;padding:60px 0 0;}
.identity-location [class^="col-"] h2{font-weight:300; oclor:#161616; font-size:35px; display:block; padding-bottom:15px;}
.identity-location [class^="col-"] h3{font-weight:400; oclor:#161616; font-size:22px; display:block; padding-bottom:0px;}
.identity-location [class^="col-"] p{color:#454545; font-size:15px; line-height:22px;}
.identity-location [class^="col-"] ul{display:block; margin:0; padding:0; list-style:none;}
.identity-location [class^="col-"] ul li{position:relative; display:block; padding-left:0px; font-size:14px; margin-bottom:5px; color:#454545;}
.identity-location [class^="col-"] ul li i{font-size:6px; position:absolute; left:0; top:0; color:#0083d6; top:10px;}

.identity-location [class^="col-"] img.icon{border:none; margin-right: 7px;}

.contact-area{background: url(../images/contact-bg.jpg) top right no-repeat fixed; background-size: cover;position: relative; padding:150px 0 50px;}
.contact-area:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(11,47,54,0.5);
}	


.contact-area h2{ font-family:'Arimo-Bold'; font-size:30px; color:#fff; margin-bottom:10px; padding-top: 45px; position: relative;}
.contact-area button{border-radius:0px; background-color:#a46a37; border:none; padding:8px 35px; color:#FFF;}
.contact-area input{height:42px; line-height:42px; border-radius:0; border:none; border-bottom:1px solid #979797; }
.contact-area textarea{height:42px; line-height:28px; border-radius:0; border:none; border-bottom:1px solid #979797; }
.contact-area select.lct{height:42px; line-height:42px; border-radius:0; border:none; border-bottom:1px solid #979797; }


.floor-plans:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.floor-plans {
	text-align: center;
	margin-top: 30px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	top: 0;
	position: relative
}

.floor-plans h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px;
	border: 1px solid #e8e8ef;
	border-radius: 0 0 6px 6px
}

.floor-plans a {
	display: block
}

.floor-img {
	display: block;
	border-radius: 6px;
	width: 100%
}

.floor-img img {
	width: 100%
}

.nav-filter {
	margin: 45px auto 0;
	display: table
}

.nav-filter .nav-tabs {
	border-bottom: 0 solid #dee2e6
}

.nav-filter .nav-item .nav-link1.active {
	color: #fff;
	background: #454f14
}

.nav-tabs .nav-item {
	margin: 0 10px 10px
}

.nav-filter .nav-item .nav-link1 {
	color: #0a2233;
	line-height: 1;
	font-family: Merriweather;
	padding: 10px 20px;
	border: 0;
	background: #ffd9d5;
	border-radius: 6px;
	font-size: 15px;
	text-align: center;
	display: block
}

.specification-section {
	background: #f3f2f2;
}

.list-features li {
	color: #0a2233;
	background: url(../images/check-mark.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 30px;
	margin-top: 5px;
}

.h3-heading {
	font-size: 35px;
	font-weight: 300;
	margin: 0 0 20px
}
.h4-heading {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px
}
.cta-section:before {
	content: "";
	position: absolute;
	background: rgba(10, 34, 51, .9);
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0
}

.cta-section {
	background: url(../images/dots.png);
	position: relative
}

.mt30 {
	margin-top: 30px
}

.mt30a {
	margin-top: 30px
}

.cta-heading p {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	line-height: 1.5;
	font-family: Merriweather
}

.cta:hover {
	background-color: #0a2233;
	color: #fff;
	top: -5px;
	box-shadow: 0 5px 10px rgba(10, 34, 51, .2)
}

.cta {
	font-size: 16px;
	font-weight: 400;
	font-family: Merriweather;
	padding: 0 45px;
	line-height: 44px;
	text-align: center;
	outline: 0;
	color: #fff;
	background-color: #454f14;
	border: none;
	border-radius: 6px;
	display: inline-block;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	top: 0;
	position: relative
}

.cta:hover {
	color: #fff
}

.mt20 {
	margin-top: 12px
}

.cta-text {
	align-self: center
}

.gallery-section {
	background: #f4f6f8
}

.gallery-:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.gallery- {
	position: relative;
	top: 0;
	/*-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);*/
	margin: 30px 0 0
}

.gallery- a img {
	display: block;
	border-radius: 6px
}

.location-section iframe {
	width: 100%;
	height: 437px;
	border-radius: 0px
}

.loc-adlit li {
	list-style: none;
	padding: 0 0 5px;
	font-size: 16px
}

.loc-adlit li span {
	list-style: none;
	text-align: right;
	float: right;
	font-weight: 700
}

.agent-section {
	background: #fff5f5
}

.agent-photo img {
	width: 200px;
	border-radius: 6px
}

.social-links- a {
	color: #0a2233;
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	border: 1px solid #e8e8ef;
	padding: 8px;
	width: 32px;
	height: 32px;
	text-align: center;
	margin: 0 10px 0 0;
	border-radius: 4px
}

.social-links- {
	margin: 10px 0 0
}

.agent-details h5 {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5
}

.agent-details p {
	font-size: 16px;
	padding: 0 0 10px
}

.agent-details p span {
	font-weight: 600
}

.agent-photo:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.agent-photo {
	text-align: left;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	position: relative;
	top: 0;
	border: 1px solid #e8e8ef
}

.reviews-card:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.reviews-section .owl-carousel .owl-dots {
	margin: 5px 0 0
}

.reviews-card span {
	font-size: 30px;
	color: #454f14
}

.reviews-card {
	text-align: center;
	background: url(../images/pricing-bottom-bg.png) #fff;
	border-radius: 6px;
	padding: 30px;
	margin: 5px 0;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	position: relative;
	top: 0;
	border: 1px solid #e8e8ef;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	cursor: grab
}

.reviews-card img {
	border-radius: 100px;
	max-width: 140px;
	margin: 0 auto 15px
}

.reviews-card h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 0
}

.reviews-card h4 span {
	font-weight: 400;
	display: block;
	font-size: 16px;
	margin: 8px 0 20px;
	color: #0a2233;
	font-family: Assistant, sans-serif
}

.project-logo-section {
	background: #f4f6f8
}

.project-logo img {
	margin: 0 auto;
	display: block
}

.opl ul {
	overflow: hidden
}

.opl ul li:before {
	content: "";
	height: 100%;
	top: 0;
	left: -1px;
	position: absolute;
	border-left: 1px solid #e6e6e6
}

.opl ul li {
	width: 20%;
	float: left;
	position: relative;
	padding: 0 30px
}

.enquire-form {
	background: url(../images/buildings.png);
	background-repeat: no-repeat;
	background-position: center bottom
}

.cta-heading-2 img {
	margin: 0 0 20px
}

.cta-heading-2 {
	margin-right: 50px
}

.cta-heading-2 h2 {
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	padding-bottom: 20px;
	color: #0a2233
}

.cta-heading-2 p {
	padding-bottom: 20px
}

.form-block {
	background: rgba(255, 255, 255, .85);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	border: 1px solid #e8e8ef
}

.form-block form {
	padding: 0 20px 30px
}

.form-block input:focus,
.form-block textarea:focus {
	border: 1px solid #454f14
}

.form-block input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	margin: 0 0 10px;
	border-radius: 6px;
	color: #172b43;
	font-size: 16px;
	outline: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	border: 1px solid #e6e6e6
}

.form-block textarea {
	max-height: 200px;
	width: 100%;
	padding: 15px;
	margin: 0 0 10px;
	border-radius: 6px;
	color: #172b43;
	font-size: 16px;
	outline: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	border: 1px solid #e6e6e6;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #454f14;
	background-color: #454f14
}

.custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #ffbc80
}

.custom-control-label::before {
	position: absolute;
	top: -1px;
	left: -1.5rem;
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: -3px;
	left: -26px;
	display: block;
	width: 25px;
	height: 25px;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-control {
	margin-bottom: 10px
}

.form-block label input {
	height: 20px;
	width: 20px;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0
}

.fieldsets label {
	position: relative;
	top: -10px;
	font-size: 14px;
	color: #454f14;
	margin: 0;
	padding: 0
}

.custom-control label {
	text-indent: -21px;
	padding: 0 0 0 21px;
	font-size: 13px
}

.form-block label a {
	color: #000
}

.form-header {
	text-align: center;
	border-bottom: 3px solid #454f14;
	padding: 20px 0;
	margin: 0 0 20px;
	background-color: #f4fdc9;
}

.form-header h2 span {
	font-size: 36px;
	display: block;
	font-weight: 700;
	color: #0a2233
}

.form-header p {
	text-align: center
}

.form-block p.trm {
	font-size: 13px;
	width: 100%;
	text-align: center;
	margin: 10px 0 0
}

.form-block p.trm i {
	padding: 5px 5px 0 0
}

.form-block button:hover {
	background-color: #0a2233; color: #fff;
}

.form-block button {
	font-size: 16px;
	font-weight: 400;
	font-family: Merriweather;
	padding: 0 40px;
	line-height: 60px;
	text-align: center;
	outline: 0;
	color: #fff;
	background-color: #092e37;
	border: none;
	border-radius: 6px;
	width: 100%;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.pl0 {
	padding-left: 0!important
}

footer{background:#092e37; color:#FFF;}
footer span{display:block; clear:both; font-weight:300; font-size:15px; line-height:22px; color:#FFF;}
footer span a{color:#FFF;}
footer span a:hover{color:#e2bf7f;}
footer span strong{font-weight:600;}
footer h3{font-size:18px; position:relative; margin-bottom:20px; color:#FFF;}
footer ul{display:block; margin:0; padding:0; list-style:none;}
footer ul li{display:block; position:relative; margin-bottom:8px;}
footer ul li a{color:#FFF; font-weight:300; font-size:15px; }
footer ul li a:hover { color:#e2bf7f;}
footer ul li a i{width:20px;}

footer hr{border-top:1px solid rgba(255, 255, 255, 0.1);}

.copyright{font-size:16px; font-weight:300;}

.v-center {
	align-items: center;
	align-self: center
}

.index2 h1,
.index2 h2 {
	font-family: 'dm serif display', serif;
	font-weight: 700
}

.common-heading-2 p {
	font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4
}

.h1 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 800
}

.h2 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 800
}

.h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 800
}

.h4 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600
}

.h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600
}

.h6 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px
}

html .mr5 {
	margin-right: 5px
}

html .m0 {
	margin: 0!important
}

html .mt0 {
	margin-top: 0
}

html .mt5 {
	margin-top: 5px
}

html .mt10 {
	margin-top: 10px
}

html .mt15 {
	margin-top: 15px
}

html .mt20 {
	margin-top: 20px
}

html .mt25 {
	margin-top: 25px
}

html .mt30 {
	margin-top: 30px
}

html .mt35 {
	margin-top: 35px
}

html .mt40 {
	margin-top: 40px
}

html .mt45 {
	margin-top: 45px
}

html .mt50 {
	margin-top: 50px
}

html .mt55 {
	margin-top: 55px
}

html .mt60 {
	margin-top: 60px
}

html .mt65 {
	margin-top: 65px
}

html .mt70 {
	margin-top: 70px
}

html .mt75 {
	margin-top: 75px
}

html .mt80 {
	margin-top: 80px
}

html .mt85 {
	margin-top: 85px
}

html .mt90 {
	margin-top: 90px
}

html .mt95 {
	margin-top: 95px
}

html .mt100 {
	margin-top: 100px
}

html .mt106 {
	margin-top: 105px
}

html .mt110 {
	margin-top: 110px
}

html .mt115 {
	margin-top: 115px
}

html .mt120 {
	margin-top: 120px
}

html .mt125 {
	margin-top: 125px
}

html .mt130 {
	margin-top: 130px
}

html .mt135 {
	margin-top: 135px
}

html .mt140 {
	margin-top: 140px
}

html .mt145 {
	margin-top: 145px
}

html .mt150 {
	margin-top: 150px
}

html .mb0 {
	margin-bottom: 0
}

html .mb5 {
	margin-bottom: 5px
}

html .mb10 {
	margin-bottom: 10px
}

html .mb15 {
	margin-bottom: 15px
}

html .mb20 {
	margin-bottom: 20px
}

html .mb25 {
	margin-bottom: 25px
}

html .mb30 {
	margin-bottom: 30px
}

html .mb35 {
	margin-bottom: 35px
}

html .mb40 {
	margin-bottom: 40px
}

html .mb45 {
	margin-bottom: 45px
}

html .mb50 {
	margin-bottom: 50px
}

html .mb55 {
	margin-bottom: 55px
}

html .mb60 {
	margin-bottom: 60px
}

html .mb65 {
	margin-bottom: 65px
}

html .mb70 {
	margin-bottom: 70px
}

html .mb75 {
	margin-bottom: 75px
}

html .mb80 {
	margin-bottom: 80px
}

html .mb85 {
	margin-bottom: 85px
}

html .mb90 {
	margin-bottom: 90px
}

html .mb95 {
	margin-bottom: 95px
}

html .mb100 {
	margin-bottom: 100px
}

html .ml5 {
	margin-left: 5px
}

html .ml10 {
	margin-left: 10px
}

html .ml15 {
	margin-left: 15px
}

html .ml20 {
	margin-left: 20px
}

html .ml25 {
	margin-left: 25px
}

html .ml30 {
	margin-left: 30px
}

html .ml35 {
	margin-left: 35px
}

html .ml40 {
	margin-left: 40px
}

html .ml45 {
	margin-left: 45px
}

html .ml50 {
	margin-left: 50px
}

html .mr5 {
	margin-right: 5px
}

html .mr10 {
	margin-right: 10px
}

html .mr15 {
	margin-right: 15px
}

html .mr20 {
	margin-right: 20px
}

html .mr25 {
	margin-right: 25px
}

html .mr30 {
	margin-right: 30px
}

html .mr35 {
	margin-right: 35px
}

html .mr40 {
	margin-right: 40px
}

html .mr45 {
	margin-right: 45px
}

html .mr50 {
	margin-right: 50px
}

html .pt0 {
	padding-top: 0
}

html .pt5 {
	padding-top: 5px
}

html .pt10 {
	padding-top: 10px
}

html .pt15 {
	padding-top: 15px
}

html .pt20 {
	padding-top: 20px
}

html .pt25 {
	padding-top: 25px
}

html .pt30 {
	padding-top: 30px
}

html .pt35 {
	padding-top: 35px
}

html .pt40 {
	padding-top: 40px
}

html .pt45 {
	padding-top: 45px
}

html .pt50 {
	padding-top: 50px
}

html .pt55 {
	padding-top: 55px
}

html .pt60 {
	padding-top: 60px
}

html .pt65 {
	padding-top: 65px
}

html .pt70 {
	padding-top: 70px
}

html .pt75 {
	padding-top: 75px
}

html .pt80 {
	padding-top: 80px
}

html .pt85 {
	padding-top: 85px
}

html .pt90 {
	padding-top: 90px
}

html .pt95 {
	padding-top: 95px
}

html .pt100 {
	padding-top: 100px
}

html .pb0 {
	padding-bottom: 0
}

html .pb5 {
	padding-bottom: 5px
}

html .pb10 {
	padding-bottom: 10px
}

html .pb15 {
	padding-bottom: 15px
}

html .pb20 {
	padding-bottom: 20px
}

html .pb25 {
	padding-bottom: 25px
}

html .pb30 {
	padding-bottom: 30px
}

html .pb35 {
	padding-bottom: 35px
}

html .pb40 {
	padding-bottom: 40px
}

html .pb45 {
	padding-bottom: 45px
}

html .pb50 {
	padding-bottom: 50px
}

html .pb55 {
	padding-bottom: 55px
}

html .pb60 {
	padding-bottom: 60px
}

html .pb65 {
	padding-bottom: 65px
}

html .pb70 {
	padding-bottom: 70px
}

html .pb75 {
	padding-bottom: 75px
}

html .pb80 {
	padding-bottom: 80px
}

html .pb85 {
	padding-bottom: 85px
}

html .pb90 {
	padding-bottom: 90px
}

html .pb95 {
	padding-bottom: 95px
}

html .pb100 {
	padding-bottom: 100px
}

.hero-slider {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0
}

.hero-slider .slide-inner {
	position: relative
}

.hero-slider .slide-inner:before {
	content: "";
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: .25;
	top: 0;
	left: 0;
	right: 0
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
	background: 0 0;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px)
}

.hero-slider .swiper-button-prev:before {
	font-family: "font awesome 5 free";
	content: "\f060";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900
}

.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px)
}

.hero-slider .swiper-button-next:before {
	font-family: "font awesome 5 free";
	content: "\f061";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block;
	font-weight: 900
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: .3;
	background: #fff;
	transition: all .2s ease
}

.hero-slider .swiper-pagination-bullet-active {
	opacity: 1
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 30px
}

.swiper-pagination {
	text-align: left
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%)
}

.hero-style .slide-btns,
.hero-style .slide-text,
.hero-style .slide-title {
	max-width: 690px
}

.hero-style .slide-title h2 {
	font-size: 60px;
	font-weight: 400;
	line-height: 70px;
	color: #fff;
	margin: 0 0 20px;
	transition: all .4s ease;
	font-family: 'dm serif display', serif
}

.hero-style .slide-text p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: normal;
	color: #fff;
	margin: 0 0 30px;
	transition: all .4s ease
}

.hero-style .slide-btns>a:first-child {
	margin-right: 10px
}

html body .top-header.header-2 .nav-link {
	font-weight: 600;
	font-size: 17px;
	color: #fff
}

html body .top-header.header-2 .sticky .nav-link {
	font-weight: 600;
	font-size: 17px;
	color: #0a2233
}

.form-block select {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	margin: 0 0 10px;
	border-radius: 6px;
	color: #172b43;
	font-size: 16px;
	outline: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgb(91 130 148/8%);
	box-shadow: 0 3px 6px rgb(91 130 148/8%);
	border: 1px solid #e6e6e6
}

.form-block textarea {
	max-height: 100px
}

.featurelistgere {
	display: grid;
	grid-template-columns: 75% auto
}

.featurelist-1 {
	background: #0a2233;
	color: #fff;
	display: grid;
	grid-template-columns: auto auto auto auto
}

.featurelist-2 {
	background: #454f14;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

.flst {
	padding: 30px
}

.icon- {
	width: 50px;
	height: 50px;
	display: flex;
	text-align: center;
	font-size: 20px;
	margin-right: 15px;
	border-radius: 100px;
	border: 1px solid #fff;
	align-items: center;
	justify-content: center
}

.icon- img {
	width: 100%
}

.icondata p span {
	font-size: 28px;
	font-weight: bolder;
	display: block
}

.flst2 p {
	text-align: left
}

.flst2 p span {
	display: block;
	font-size: 25px;
	font-weight: 700
}

.whatwedonw {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 30px
}

.itawastats p:first-child {
	font-size: 45px;
	margin-bottom: 15px;
	color: #ff5722
}

.itawastats p:last-child {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600
}

.crdinfo h3 {
	font-size: 20px;
	font-family: Merriweather, serif;
	margin-bottom: 10px
}

.halfsec {
	display: grid;
	grid-template-columns: 50% 50%
}

.bghalfimg {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.content-column {
	background: #fff5f5;
	padding: 70px 40px
}

.innnerclm {
	max-width: 600px
}

.fltwithiconss .nav-tabs {
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row
}

.fltwithiconss .nav-link1 {
	display: block;
	text-align: center;
	color: #0a2233;
	font-weight: 600
}

.fltwithiconss .nav-link1.active {
	color: #454f14
}

.fltwithiconss .nav-item a:hover {
	color: #454f14
}

.fltwithiconss .nav-link1 span {
	display: block;
	font-size: 44px;
	font-weight: 400
}

.loc-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 30px;
	justify-content: space-between;
	justify-items: stretch
}

.loc-list li {
	text-align: center;
	font-weight: 600
}

.loc-list li img {
	display: block;
	max-width: 65px;
	margin: 0 auto 15px
}

.loc-list li span {
	display: block
}

.cta-section-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff
}

.cta-section-1 h2 {
	color: #fff;
	font-weight: 400;
	font-size: 45px;
	margin-bottom: 15px
}

.cta-section-1:before {
	content: "";
	position: absolute;
	background: rgb(0 0 0/40%);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0
}

.callnow {
	color: #fff;
	display: block;
	font-size: 26px
}

.callnow:hover {
	color: #fff
}

.gallery-section2 {
	background: #fff5f5
}

.button1 {
	color: #fff;
	background-color: #a46a37;
}

html body .button1:hover {
	color: #0a2233;
	background-color: #e2bf7f;
}

.button2 {
	color: #0a2233;
	background-color: #ffeba1
}

html body .button2:hover {
	color: #fff;
	background-color: #454f14
}

.bttn {
	font-size: 16px;
	font-weight: 400;
	font-family: Merriweather;
	padding: 0 45px;
	line-height: 60px;
	text-align: center;
	outline: 0;
	border: none;
	border-radius: 6px;
	display: inline-block;
	-webkit-box-shadow: 0 3px 6px rgb(91 130 148/8%);
	box-shadow: 0 3px 6px rgb(91 130 148/8%);
	top: 0;
	position: relative
}

html body .top-header.header-2 .navbutton {
	line-height: 42px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	margin-left: 15px
}

.icon-bar {
	width: 24px;
	height: 3px;
	background-color: #0a2233;
	display: block;
	transition: all .2s;
	margin-top: 4px
}

.index2 .icon-bar {
	background-color: #fff;
}

.sticky .icon-bar {
	background-color: #fff;
}

.navbar-toggler {
	background-color: transparent;
	border: 0 solid transparent
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%
}

.navbar-toggler .middle-bar {
	opacity: 0
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%
}

.navbar-toggler.collapsed .bottom-bar,
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0)
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1
}

.nnv {
	display: flex
}

.callbtn {
    float: left;
    margin-left: 0;
    top: 110px;
    padding: 0 0 0 0;
    position: fixed;
    width: auto;
    z-index: 99;
    right: 3px;
}



.chat-popup {
	border: 1px solid transparent;
	border-radius: 50%;
	bottom: 30px;
	color: #fff;
	cursor: pointer;
	position: fixed;
	right: 5.5%;
	z-index: 999;
	width: 55px;
	height: 55px;
	background: #a46a37;
	text-align: center;
	display: block !important
}
.chat-popup i {
	font-size: 28px;
	line-height: 55px
}
.chat-popup img {
	border: 5px solid #0268b4;
	border-radius: 50%
}
.chat-close {
	cursor: pointer;
	position: absolute;
	top: -5px;
	right: 15px;
	font-size: 24px;
}
.chat-close i {
	font-size: 18px
}
.chat-bounce {
	-moz-animation: float 1500ms infinite ease-in-out;
	-webkit-animation: float 1500ms infinite ease-in-out;
	animation: float 1500ms infinite ease-in-out
}
@keyframes float {
	0% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		transform: translateY(5px)
	}
	50% {
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	100% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		transform: translateY(5px)
	}
}
.chat-popup:hover .chat-popup-msg {
	visibility: visible;
	opacity: 1
}
.agent-chat-form.v1 {
	display: none
}
.agent-chat-form {
	background: #fff;
	box-shadow: 0 20px 15px rgba(55, 55, 55, 0.15);
	transition: 0.5s;
	padding: 15px 0;
	border-radius: 5px;
	display: none
}
.agent-chat-info li {
	font-size: 18px;
	font-weight: 400;
	margin-left: 15px;
	line-height: 1.3;
	margin-bottom: 8px;
}
.chatbox-wrapper {
	position: fixed;
	width: 350px;
	right: 130px;
	bottom: 90px;
	z-index: 999
}
.agency-chat-img {
	max-width: 100%;
	margin-bottom: 6px
}
.agent-chat-info li i {
	margin-right: 10px
}
.agent-chat-info li a {
	color: #0268b4;
	font-weight: 500
}
.chat-field {
	padding: 12px 10px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 10px
}
.chat-msg {
	color: #ddd
}
.chat-msg {
	color: #888;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 10px
}

p.trm2 {font-size:15px;}


.btn.v7 {
    background: #092e37;
    padding: 9px 20px;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #fff !important;
    transition: 0.3s;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lnr-cross:before {
    content: "\e870";
}

.menuItem{

}
.menuItem .menu{font-size:20px;font-weight:600;list-style:none;padding:0;margin-bottom:0px;display:inline-block;color: #000;text-align: justify;}
.menuItem .menu li{padding: 15px 20px 15px;margin-bottom:20px;display:inline-block;width:100%;float:left;background: #fff;border-radius: 10px;}
.menuItem .detail{
font-size:16px;
color:#000;
font-weight:normal;
}
.menuItem .price{
/*font-size:13px;*/
float:right;
font-weight:600;
}




/*
* ----------------------------------------------------------------------------------------
* 07. START PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

.single-portfolio {
    float: left;
    width: 100%;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../img/portfolio/bgimg.jpg) no-repeat center center;
    background-size: cover;
}
.single-portfolio .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.single-portfolio img {
    display: block;
    position: relative;
}
.single-portfolio h4 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 10px;
    margin: 20px 0 0 0;
}
.single-portfolio a.info {
    display: inline-block;
    padding: 7px 14px;
    margin: 20px 10px 0 0px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
}
.single-portfolio a.info:hover {
    background: #333;
    border-color: #333;
}
.single-portfolio-fourth img {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.single-portfolio-fourth .mask {
    background-color: #f4cb10;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.single-portfolio-fourth .mask .mask-po {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}
.single-portfolio-fourth h4 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-portfolio-fourth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.single-portfolio-fourth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-portfolio-fourth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.single-portfolio-fourth:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.single-portfolio-fourth:hover h4,
.single-portfolio-fourth:hover p,
.single-portfolio-fourth:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.single-portfolio-fourth:hover a {
    -webkit-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;
}
.single-portfolio-fourth:hover h4 {
    -webkit-animation: fadeInUp 1000ms ease-in-out;
    animation: fadeInUp 1000ms ease-in-out;
}
.promo-portfolio {
    padding: 40px 0;
}
.portfolio-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.portfolio-slider.owl-theme .owl-nav div {
    color: #333;
    font-size: 25px;
    padding: 10px;
    margin: 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
    border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.portfolio-slider.owl-theme .owl-nav div:hover {
    background: #f4cb10;
}
.portfolio-slider.owl-theme .owl-nav div {
    position: absolute;
    margin-top: -20px;
    bottom: -76px;
}
.portfolio-slider.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.portfolio-slider.owl-theme .owl-nav .owl-next {
    right: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

.portfolio-filter-menu ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 0;
}
.portfolio-filter-menu ul li {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-left: -5px;
    margin-bottom: 20px;
    padding: 8px 60px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active {
    background: #454f14;
    border-color: #454f14;
    color: #fff;
}
.portfolio-filter-menu ul li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 42%;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfolio-filter-menu ul li.active:after,
.portfolio-filter-menu ul li:hover:after {
    border-top: 15px solid #454f14;
}
.portfolio-items .mix {
    display: none
}
.portfolio-items .single-portfolio {
    margin-bottom: 30px;
}
span.pricesym { font-size:15px;}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display:none;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display:none;
}
@media (max-width: 767px) {
    .hidden-xs {
        display:none;
    }
    .visible-xs {
        display:block;
    }
	
	.chatbox-wrapper {
    right: 6%;
}
}






    /*** DEMO only ***/


main {

	display: block;
	margin: 20px auto;
	padding: 0;
	text-align: center;

}

.tabButton {

	font-size: 15px;
	font-weight: bold;
	padding: 15px 20px;
	margin-right: 5px;
	margin-bottom: 15px;

}

.tab {
	width:100%;
	padding: 0px;
	text-align: left;

}

h3 {

	font-size: 20px;
	font-weight: bold;

}

h3.overhdg {

	font-size: 20px;
	font-weight: bold;
	padding: 26px 0 0 0;

}

h3.overhdg:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/curve.png) no-repeat top left;
}
h5.mainpoints {font-weight: 500; font-size: 20px; line-height: 26px; margin-top: 20px;}

p {

	font-size: 15px;
	margin-top: 10px;

}

p.overpara {

	font-size: 15px;
	margin-top: 10px;
	line-height: 28px;

}

p.overpara:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 0;
    top: 0;
    bottom: 66px;
    background: url(../images/curve.png) no-repeat bottom left;
}

@media screen and (min-width: 768px) {

	main {

		width: 100%;

	}

}

p.crsl { font-size:16px; font-weight:400; background: url(../images/flower.png) no-repeat bottom left; padding: 0px 0 74px 0;}
/*p.crsl:after {content: '';
    position: absolute;
    left: 0;
    right: -154px;
    top: 134px;
    bottom: 0px; background: url(../images/stroke2.png) no-repeat top center; }*/
	
	
p.crsl:before {
	content: '';
    position: absolute;
    left:0px;
    right: 0;
    top: 8px;
    bottom: 70px; 
	background: url(../images/stroke1.png) no-repeat top left;}
	
	
p.crsl2 { font-size:16px; font-weight:400; background: url(../images/flower.png) no-repeat bottom left; padding: 0px 0 140px 0;}
	
p.crsl2:before {
	content: '';
    position: absolute;
    left:-156px;
    right: 0;
    top: 4px;
    bottom: 70px; 
	background: url(../images/stroke1.png) no-repeat top center; }
	
	
.bggrey { background:#e4e7e8;}
/*************Floating Form Start*****************/


.floating-form {
	width: 233px;
	padding: 30px 17px 10px;
	font: 13px 'Open Sans', sans-serif;
	background: #F9F9F9;
	border: 1px solid #ddd;
	right: 10px;
	position: fixed;
	box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
	-moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
	-webkit-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
	z-index: 999;
	margin: 81px 0px 0 0;
	top: 0px;
}

.contact-opener {
	position: absolute;
	left: -88px;
	transform: rotate(-90deg);
	top: 100px;
	background-color: #216288;
	padding: 9px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
	-moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
	-webkit-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
}

.floating-form-heading {
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom: 3px;
}

.floating-form label {
	display: block;
	margin: 0px 0px 15px 0px;
}

.floating-form label>span {
	width: 70px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}

.floating-form span.required {
	color: red;
}

.floating-form .tel-number-field {
	width: 100%;
	text-align: left;
}

.floating-form .long {
	width: 120px;
}

.floating-form input.input-field {
	width: 100%;
}

.floating-form input.input-field,
.floating-form .tel-number-field,
.floating-form .textarea-field,
.floating-form .select-field {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}

.floating-form .input-field:focus,
.floating-form .tel-number-field:focus,
.floating-form .textarea-field:focus,
.floating-form .select-field:focus {
	border: 1px solid #0C0;
}

.floating-form .textarea-field {
	height: 100px;
	width: 100%;
}

.floating-form input[type="button"],
.floating-form input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px #dcf545;
	-webkit-box-shadow: inset 0px 1px 0px 0px #dcf545;
	box-shadow: inset 0px 1px 0px 0px #dcf545;
	background-color: #bed630;
	border: 1px solid #849711;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 8px 18px;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}

.contact-opener {
	border: 1px solid #a46a37;
	display: inline-block;
	position: absolute;
	left: -92px;
	transform: rotate(-90deg);
	top: 100px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	font: 12px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	margin: 0 0 0 1px;
	border-radius: 5px 5px 0px 0px;
}

@media only screen and (max-width: 630px) {
	.contact-opener {
	color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 0 11px;
    padding: 9px 10px 10px;
    text-decoration: none;
	}
}

.contact-opener {
	background: #0b2f36;
	background-color: #0b2f36;
}

.floating-form input[type="button"]:hover,
.floating-form input[type="submit"]:hover {
	background: #89a012;
	background-color: #9bb610;
}

.floating-form .success {
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}

.floating-form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}

/*************Floating Form End*****************/



.ftco-section {
  padding: 30px 0 0px; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #fff; }

.img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.owl-carousel2 {
  position: relative; }
  .owl-carousel2 .owl-stage-outer {
    padding-top: 1.5em;
    position: relative; }
  .owl-carousel2 .owl-item {
    opacity: 1; }
    .owl-carousel2 .owl-item.active {
      opacity: 1; }
  .owl-carousel2 .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .owl-carousel2 .owl-nav .owl-prev,
    .owl-carousel2 .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: rgba(0, 0, 0, 0.2) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 1; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousel2 .owl-nav .owl-prev,
        .owl-carousel2 .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel2 .owl-nav .owl-prev span:before,
      .owl-carousel2 .owl-nav .owl-next span:before {
        font-size: 16px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (prefers-reduced-motion: reduce) {
          .owl-carousel2 .owl-nav .owl-prev span:before,
          .owl-carousel2 .owl-nav .owl-next span:before {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
      .owl-carousel2 .owl-nav .owl-prev:hover span:before,
      .owl-carousel2 .owl-nav .owl-next:hover span:before {
        color: #83b582; }
    .owl-carousel2 .owl-nav .owl-prev {
      right: 0;
      margin-right: 20px; }
    .owl-carousel2 .owl-nav .owl-next {
      right: 0; }
  .owl-carousel2 .owl-dots {
    text-align: center;
    margin-top: 10px; }
    .owl-carousel2 .owl-dots .owl-dot {
      width: 20px;
      height: 3px;
      margin: 5px;
      background: rgba(255, 255, 255, 0.2);
      position: relative;
      border-radius: 1px; }
      .owl-carousel2 .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel2 .owl-dots .owl-dot.active {
        background: #fff; }

.owl-carousel2.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.testimony-wrap {
  display: block;
  position: relative;
  background: #fff;
  padding: 15px 0px 1px 20px;
  border-radius: 5px;
  /*-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);*/ 
  /*border: 2px solid #a46a37;*/
  }
  .testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%; }
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000; }
  .testimony-wrap .position {
    font-size: 16px;
    color: #83b582; }
	
.black { color:#000;}




