:root {
	--dark_red: #e2941f;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url(../font/Montserrat-Regular.ttf)
}

body {
	font-family: 'Montserrat-Regular';
	background-color: #dbe4e9
}

@font-face {
	font-family: 'Century-Bold';
	src: url(../font/Century-Bold.ttf)
}

.btn {
	box-shadow: none !important;
}

.form-control {
	box-shadow: none !important;
}

.form-control::placeholder {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat-Regular'
}

p {
	font-size: 16px;
	line-height: 28px
}

.pd-0 {
	padding: 0;
	background-color: #fff
}

.top-menu .bg-dark {
	background: none !important;
	padding: 0
}

.close {
	outline: none !important;
}

.orderone {
	order: 1
}

.ordertwo {
	order: 2
}

.top-menu .navbar-dark .navbar-nav .nav-link {
	color: #000;
	font-size: 18px;
	font-weight: 100;
	padding: 23px 8px;
	position: relative;
	border-right: .1vw solid #dbe4e9
}

.top-menu .navbar-expand-md .navbar-nav {
	/* margin: auto; */
	margin-left: auto;
}

.top-menu .navbar-brand {
	padding: 0
}

.top-menu .navbar-dark .navbar-nav .nav-link span {
	display: block;
	text-align: center
}

.top-menu .nav-item .nav-link img {
	margin-right: 5px
}

.top-menu .navbar-brand img {
	width: 78%;
	padding-left: 29px;
}

.navbar-dark .navbar-toggler {
	color: #000;
	border-color: #000
}

.from-banner h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	margin-top: 15px
}

.from-banner h4 span {
	display: block
}

.from-banner {
	background: #fff
}

.from-banner h1 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center
}

.form_inner .form-control {
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid#ced4da
}

.no-padding {
	padding: 0
}

.btn-warning.btn-block {
	background-color: #56a7de;
	color: #000;
	border: 1px solid#56a7de;
	font-size: 20px
}

.btn-warning.btn-block:hover {
	background-color: #56a7de;
	color: #000;
	border: 1px solid#56a7de
}

.og-block {
	margin: 0 .5vw;
	background-color: var(--dark_red);
	color: #fff;
	cursor: pointer;
	border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;
	padding-left: 0
}

.bg-theme{
    background-color: var(--dark_red);
}

.og-block li {
	padding: 15px 0;
	font-size: 22px;
	text-align: center;
	list-style: none;
	margin-top: 10px;
}

.og-block li a {
	color: #fff;
	text-decoration: none
}

.og-block li img {
	margin-right: 5px
}

.required-coll a {
	color: #fff;
	text-decoration: none
}

.required-coll {
	text-align: center;
	background-color: #0e66ae;
	color: #fff;
	padding: 8px;
	width: 50%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px
}

.banner-offers {
	position: absolute;
	top: 68px;
	left: 0;
	z-index: 9;
	margin-top: 0;
	padding-bottom: 20px;
	display: inline-block;
	width: 25vw;
	background-color: rgba(0, 0, 0, .65);
	border-bottom-right-radius: 8px;
	color: #fff
}

.payment-plan-10 img {
	position: absolute;
	bottom: 100px;
	left: 0;
	overflow: hidden;
	z-index: 9;
	display: inline-block;
	width: 250px;
}

.banner-offer {
	margin-top: 15px;
	cursor: pointer;
}

.banner-offers h4 {
	display: block;
	padding: 1vw .8vw .3vw;
	font-size: 1.8vw;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff
}

.banner-offers h4 span {
	display: block;
	font-size: 1.2vw;
	text-transform: capitalize;
	line-height: 1.4vw;
	text-shadow: 0 1px 2px #000;
	color: #fff
}

.banner-offers h5 {
	background-color: rgba(0, 0, 0, .3);
	padding: .6vw .8vw;
	margin-bottom: .5vw;
	font-size: 1vw;
	text-transform: capitalize;
	text-shadow: 0 1px 2px #000;
	list-style: none
}

.pro-status {
	display: inline-block;
	padding: .3vw 2.5vw .3vw 2vw;
	font-size: 1.3vw;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--dark_red);
	text-align: center;
	width: 100%;
}

.pro-tag-line {
	display: block;
	padding: .1vw .8vw;
	font-size: 1.2vw;
	text-transform: capitalize;
	line-height: 1.4vw;
	text-shadow: 0 1px 2px #000;
	color: #fff
}

.pro-price {
	display: block;
	padding: .1vw .8vw .3vw;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	font-size: 1.8vw
}

.enquire-btn {
	font-size: 1.2vw;
	padding: .3vw 2vw;
	margin-left: 15px
}

.enquire-btn.form {
	font-size: 1.2vw;
	padding: .3vw 2vw;
	margin: 0 auto;
	display: block
}

.banner-offers p {
	margin: 8px 15px
}

.banner-offers ul {
	padding-left: 0;
	list-style: none
}

.banner-offers ul li {
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	background: var(--dark_red);
	color: #000;
	margin-bottom: 8px;
	padding: 2px
}

.banner-offers li .arrow {
	filter: invert(1);
	max-width: 10px;
}

.bg-none1 {
	background: none !important;
	color: #fff !important;
	border: 1px solid#fff
}

.aboutus h1 {
	font-size: 2.5vw;
	color: var(--dark_red);
	text-transform: uppercase;
}

.aboutus h4 {
	font-size: 1.5vw;
	margin-bottom: 1vw;
	color: var(--dark_red)
}

.aboutsection {
	padding: 1.5vw 6vw 1.5vw 2vw;
	background-color: #fff;
	margin: 1vw 0;
	position: relative;
	overflow: hidden
}

.aboutus h3 {
	position: absolute;
	top: 10px;
	right: -160px;
	color: #fdcb00;
	font-size: 3vw;
	letter-spacing: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed
}

.footer-widget p {
	color: #000;
	margin-bottom: 15px;
	font-size: 1.12vw;
	text-align: justify
}

.moreless-button {
	font-weight: 600;
	color: #000;
	font-size: .875rem;
	cursor: pointer;
	margin: 8px 0 15px
}

.project h4 {
	text-align: center;
	font-size: 1.5rem;
	color: #000
}

.priceimg img {
	width: 100%;
	border: 1px solid#000000
}

.priceimg h4 {
	font-size: 16px;
	text-align: center;
	background: var(--dark_red);
	padding: 10px;
	color: #fff
}

.aboutus.price1 h3 {
	position: absolute;
	top: 10px;
	right: -575px;
	color: #fdcb00;
	font-size: 3vw;
	letter-spacing: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed
}

ul.near-by {
  list-style-type: none;
  padding-left: 0;
  color: #000;
}

ul.near-by li {
  background: url('../images/arrow-right.png') no-repeat left center;
  background-size: contain;
  padding-left: 15px; /* Adjust the padding based on your image size */
  margin-bottom: 10px; /* Add margin between list items */
  background-size: 10px;
}


.btn-warning {
	color: #fff !important;
	background-color: var(--dark_red) !important;
	;
	border-color: var(--dark_red) !important;
}

.head {
	position: absolute;
	top: 10px;
	right: 0;
	color: var(--dark_red);
	font-family: roboto, Helvetica, Arial, sans-serif;
	font-size: 3vw;
	letter-spacing: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed
}

.ami-container {
	padding: 1.2vw .8vw .8vw;
}

.ami-block {
	display: inline-block;
	position: relative;
	background: 0 0;
	border: none;
	color: #000;
	cursor: pointer;
	box-shadow: 1px 1px 25px #e0e0e0;
	width: 100%;
	margin-bottom: 25px
}

.ami-container p {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: var(--dark_red);
	margin: 10px 0 0;
	/* background: var(--dark_red); */
}

.row-cols-md-3 .fa {
	color: #fdcb00;
	font-size: 24px
}

.row-cols-md-3 .my-2 {
	font-size: 1.12vw
}

.row-cols-1 {
	margin-top: 25px
}

.location-icon img {
	width: 150px;
	display: block;
	margin: 0 auto;
	padding: 15px 0
}

.location-icon p {
	font-size: 1.12vw;
	text-align: center
}

/* #location .near-by li {
	padding: 8px 0px;
} */

.logo-center1 {
	margin: 0 auto
}

.aboutusp p {
	font-size: 1.12vw;
	text-align: justify
}

.aboutusp h4 {
	font-size: 1.5vw;
	text-transform: uppercase
}

.Disclaimer p {
	font-size: .75vw;
	margin-bottom: 0
}

.vsv-text-bk {
	width: 97%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.vsv-text-bg {
	display: block;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	text-shadow: 0 1px 2px #000;
	text-align: center;
	font-size: 1.8vw;
	padding: 1vw 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.vsv-icon {
	display: inline-block;
	width: 5vw;
	height: 5vw;
	background-color: #fff;
	-webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
	mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center
}

.effetMoveGradient,
.effetMoveGradient:hover {
	text-shadow: 0 3px 6px #fdcb00;
	background-color: #fdcb00;
	background: linear-gradient(-45deg, #fdcb00, #fdcb00, #fdcb00, #fdcb00);
	background-size: 400% 400%;
	-webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
	animation-delay: 2s;
	-moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
	animation-delay: 2s;
	animation: Gradient 3s ease infinite, rocking 3s ease infinite;
	animation-delay: 2s;
	color: #000;
	border: none
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.destop-none1 {
	display: none !important
}

.sectio-bro-btn {
	font-size: 18px;
	margin: 25px 0;
	border: 1px solid var(--dark_red);
	color: var(--dark_red);
	padding: 10px 15px;
	background: transparent;
}

/* .sectio-bro-btn:hover{background-color:#0e66ae;border:1px solid#0e66ae} */
.modal-head {
	background-color: var(--dark_red);
	display: block;
	font-size: 1.5vw;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
	padding: 1.2vw 0;
	text-align: center
}

.modal-highlight-bg {
	background-color: #f9f9f9;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

.modal-highlight-title {
	display: block;
	text-align: center;
	font-size: 1.2vw;
	font-weight: 600;
	padding: .4vw 0 .1vw;
	color: var(--dark_red)
}

.modal-highlight {
	list-style: none;
	padding: 1vw 0;
	margin-bottom: 0
}

.modal-highlight li span {
	display: block;
	font-size: 1vw;
	color: var(--dark_red);
	padding: 0 0 .6vw;
	text-align: center;
	font-weight: 100
}

.modal-highlight li i {
	display: inline-block;
	font-size: 3.3vw;
	color: #fdcb00
}

.modal-dialog.enq-modal {
	max-width: 35vw;
	border-radius: 3px
}

.modal-body.inq-form {
	padding: 0
}

.modal-highlight img {
	margin: 0 auto;
	display: block
}

.from-banner.modal1 {
	margin: 15px 0
}

.from-banner h3 {
	font-size: 36px;
	text-align: center;
}

.from-banner p {
	text-align: center;
}

.row.modalrowpd {
	padding-right: 15px;
	padding-left: 15px
}

.text-danger {
	color: #dc3545 !important
}

.aboutsection .col-6 img {
	margin-bottom: 10px;
	width: 100%
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes bounceIn {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.slideInDown {
	0-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible
}

80% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	80% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

.iti {
	display: block !important
}

.ami-block {
	display: inline-block;
	position: relative;
	background: 0 0;
	border: none;
	color: #000;
	cursor: pointer;
	box-shadow: none;
	border: dashed 1px var(--dark_red);
}

.ami-container {
	display: block;
	text-align: center
}

.ami-container img {
	filter: brightness(0);
	height: 50px;
}

.fancybox-share__button--pt {
	background: #00e676 !important
}

@keyframes rocking {
	0% {
		transform: rotate(0)
	}

	25% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(2deg)
	}

	75% {
		transform: rotate(-2deg)
	}

	100% {
		transform: rotate(0)
	}
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.effetMoveGradient,
.effetMoveGradient:hover {
	text-shadow: 0 3px 6px #e2941f;
	background-color: #9E1F63;
	background: linear-gradient(-45deg, #e2941f, #57b4d4, #e2941f, #57b4d4);
	background-size: 400% 400%;
	-webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
	animation-delay: 2s;
	-moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
	animation-delay: 2s;
	animation: Gradient 3s ease infinite, rocking 3s ease infinite;
	animation-delay: 2s;
	color: var(--colorBtn);
	border: none
}

.effetGradient,
.effetGradient:hover {
	text-shadow: 0 3px 6px #e2941f;
	background-color: #9E1F63;
	background: linear-gradient(-45deg, #e2941f, #57b4d4, #e2941f, #57b4d4);
	background-size: 400% 400%;
	-webkit-animation: Gradient 3s ease infinite;
	-moz-animation: Gradient 3s ease infinite;
	animation: Gradient 3s ease infinite;
	color: #fff;
	border: none
}

.effectScale {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.effectScale:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}

/* .sectio-bro-btn{background-color:transparent;color:var(--colorPrimary);border:1px solid 1px solid#fdcb00} */
.sectio-bro-btn:hover {
	text-shadow: 0 3px 6px #e2941f;
	background-color: #fdcb00;
	background: linear-gradient(-45deg, #e2941f, #57b4d4, #e2941f, #57b4d4);
	background-size: 400% 400%;
	-webkit-animation: Gradient 3s ease infinite;
	-moz-animation: Gradient 3s ease infinite;
	animation: Gradient 3s ease infinite;
	color: #fff;
	border: 1px solid transparent
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	80% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	80% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

button.btn.btn-warning.enquire-btn.effetMoveGradient.effectScale {
	color: #000;
	background-color: #0e66ae
}

.effectScale {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.effectScale:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}

button.btn.btn-warning.enquire-btn.effetMoveGradient.effectScale {
	color: #fff;
	background-color: var(--dark_red);
	text-align: center;
	margin: 0 auto;
	display: block
}

.nav-link.ami-tab.active {
	color: #fff;
	background-color: #0e66ae
}

.nav-link.ami-tab {
	background-color: transparent;
	color: #0e66ae;
	border: 2px solid #0e66ae;
	border-radius: 0
}

.close {
	margin-right: 12px;
	margin-top: 12px;
	opacity: 1.8;
	color: #fff
}

.Disclaimer a {
	color: #000
}

.mobile-responsive {
	display: none
}

.destop-responsive {
	display: block
}

.top-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	right: 0;
	z-index: 99;
}

.from-banner.banner-right.destop-responsive {
	position: fixed;
	top: 0;
	right: 0;
	width: 25%
}

.pricelistdiv12 img {
	margin: 0 auto;
	display: block
}

span.form-last-heading {
	font-weight: 700
}

.pricelistdiv12 {
	margin-bottom: 20px
}

span.form-last-heading i.fa.fa-car {
	font-size: 18px
}

.animate-heading {
	font-size: 16px;
	animation: bigtext 1s linear infinite;
	transform: scale(0.9)
}

@keyframes bigtext {
	0% {
		transform: scale(0.9)
	}

	50% {
		transform: scale(1)
	}

	100% {
		transform: scale(0.9)
	}
}

.mobile-responsive span.form-last-heading {
	padding-bottom: 10px
}

.top_form h2 {
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 10px;
	background-image: -webkit-linear-gradient(left, #444, #1a1a1a);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.form-box h4 {
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
	background: #e8e8e8;
	padding: 20px 0;
	font-weight: 600;
	letter-spacing: 2px;
	color: #000
}

.top_form h2 .toggle_icon {
	cursor: pointer;
	margin-left: 15px;
	height: 20px;
	width: 20px;
	background: url('../images/minus.png') no-repeat center;
	background-size: contain;
	filter: invert(1);
	border-radius: 50%;
}

.top_form h2.active .toggle_icon {
	background: url('../images/plus.png') no-repeat center;
}

.top_form h4 a {
	color: var(--dark_red);
	text-decoration: none;
}

.form-box .best_offer {
	margin: 10px 0;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 20px;
}

.form-box .enquire-btn {
	margin-top: 20px;
}

.form-box .top_form h4 {
	padding: 15px 10px;
}

.form-box .top_form .call_icon {
	max-width: 20px;
}

.form-box .free_cab {
	padding: 10px 20px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-box .free_cab .car_icon {
	margin: 0;
	max-width: 26px;
	margin-right: 10px;
}

#gallery .col-md-3.col-sm-12 {
	margin: 15px 0;
}

.with-caption img {
	cursor: zoom-in;
}

span.animated.bounceIn.infinite {
	font-weight: 400 !important;
}

.desktop-view {
	display: block;
}

.mobile-view {
	display: none;
}

img.img-fluid.desktop-view {
	display: block;
}

img.img-fluid.mobile-view {
	display: none;
}

img.img-fluid.offer-img-2 {
	position: absolute;
	bottom: 4%;
}

.mobile-view-m {
	display: none !important;
}

a.mobile-view.call-link {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
	text-decoration: none;
	font-size: 19px;
}

a.mobile-view.call-link:hover {
	color: #000;
}

.left-form-section {
	position: fixed;
	right: 0;
	top: 69px;
	background: #fff;
	padding: 0;
	z-index: 99;
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.at-property-btn {
	text-transform: uppercase;
	border: .1vw solid #e0e0e0;
	background: 0 0;
	border-radius: 0;
	position: absolute;
	top: -15%;
    left: 50%;
	z-index: 222;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.at-property-item:hover .at-property-btn {
	color: #e0e0e0;
	background: rgba(0, 0, 0, .7);
	top: 50%;
    left: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.at-property-dis {
	padding: .5vw;
	text-align: center;
}

.at-property-img .at-property-overlayer {
	position: absolute;
	bottom: -100%;
	z-index: 111;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.at-property-item:hover .at-property-img .at-property-overlayer {
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.at-property-img {
	position: relative;
	overflow: hidden;
}

#demo .carousel-item {
	min-height: 550px;
}

span.btn.btn-default.floor-btn {
	padding: 10px 20px;
	background: linear-gradient(-45deg, #e2941f, #57b4d4, #e2941f, #57b4d4);
	animation: Gradient 3s ease infinite;
	-webkit-animation: Gradient 3s ease infinite;
	-moz-animation: Gradient 3s ease infinite;
	background-size: 400% 400%;
	text-shadow: 0 3px 6px #e2941f;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.location-img {
	height: 100%;
	object-fit: cover;
}

.patch-img {
	width: 150px;
	height: 150px;
	position: absolute;
	left: -40px;
	bottom: -90px;
	z-index: 10;
}

.Disclaimer .bottom-content {
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 20px 0px;
}

.builder-logo-img img {
	margin: 0px auto;
	display: block;
}

.near-by li {
	line-height: 28px;
	font-size: 16px;
}

.moreless-button {
	font-weight: 600;
	color: #000;
	font-size: .875rem;
	cursor: pointer;
	margin: 8px 0 15px
}


@media(max-width:1500px) {

	.price-table th,
	.price-table td {
		font-size: 15px;
	}

	.left-form-section {
		top: 58px;
	}

	.top-menu .navbar-dark .navbar-nav .nav-link {
		padding: 16px 8px;
	}

	.from-banner h3 {
		font-size: 29px;
	}
}

@media(max-width: 1366px) {
	button.btn.btn-warning.effetGradient {
		font-size: 14px;
	}

	.price-table th,
	.price-table td {
		font-size: 12px;
	}

	.left-form-section {
		top: 51px;
	}

	.form-box {
		width: 100%;
	}

	.top_form h2 {
		text-align: center;
		color: #fff;
		font-size: 22px;
		padding: 8px;
		background-image: -webkit-linear-gradient(left, #444, #1a1a1a)
	}

	.from-banner h4 {
		text-align: center;
		font-size: 14px;
		font-weight: 100;
		margin-bottom: 15px;
		margin-top: 15px
	}

	.form-box h4 {
		padding: 10px 0
	}

	.og-block li {
		font-size: 20px
	}

	.form_inner .form-control {
		margin-bottom: 10px
	}

	.top-menu .navbar-dark .navbar-nav .nav-link {
		color: #000;
		font-size: 14px
	}

	.top-menu {
		width: 85%
	}
}

@media(max-width: 1280px) {

	.price-table th,
	.price-table td {
		font-size: 12px;
	}

	button.btn.btn-warning.effetGradient {
		font-size: 14px;
	}

	.left-form-section {
		top: 47px;
	}

	.top-menu .navbar-dark .navbar-nav .nav-link {
		padding: 1.1vw 1.1vw;
	}

	.top-menu .navbar-expand-md .navbar-nav {
		margin-left: 8%;
	}

	.pricelistdiv12 img {
		width: 100%
	}

	/* a.navbar-brand{width:25%} */
	.banner-offers {
		position: absolute;
		top: 53px;
	}
}

@media(max-width:992px) {
	.at-property-btn {
		padding: .5vw .8vw;
		width: 65%;
		text-align: center;
	}
}

@media(max-width: 768px) {
	.Disclaimer .bottom-content {
		display: flex;
		flex-direction: column;
	}

	.patch-img {
		width: 100px;
		height: 100px;
		position: absolute;
		left: 8px;
		top: -96px;
		z-index: 999;
	}

	#demo .carousel-item {
		min-height: 215px;
	}

	.destop-none1 {
		display: inline !important
	}

	.left-form-section {
		display: none;
	}

	.desktop-view-d {
		display: none !important;
	}

	.mobile-view-m {
		display: block !important;
	}

	a.navbar-brand {
		width: 54%
	}

	.form-box {
		position: relative !important
	}

	.desktop-view {
		display: none;
	}

	.mobile-view {
		display: block;
		margin-bottom: 0px;
	}

	img.img-fluid.desktop-view {
		display: none;
	}

	img.img-fluid.mobile-view {
		display: block;
	}

	.mobile-p {
		display: grid;
	}

	img.img-fluid.offer-img-2 {
		position: unset;
		bottom: 4%;
	}

	#highlight ul.near-by {
		padding-left: 18px;
		padding-top: 20px;
	}

	#location .loc-txt {
		margin-top: 20px
	}
}