body {
	font-size:16px;
	color:#888888;
	line-height:24px;
	font-weight:400;
	background:#ffffff;
	font-family: 'Lato', sans-serif;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}
 @media (min-width:1200px) {
 .container {
 max-width: 1170px;
 padding: 0px;
}
}
.container-fluid {
	padding: 0px;
}
.auto-container {
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.small-container {
	max-width:680px;
	margin:0 auto;
}
.boxed_wrapper {
	position: relative;
	overflow-x: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}
a {
	text-decoration:none;
	position: relative;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	font-weight: 400;
	cursor:pointer;
	color:#888888;
	transition: all 500ms ease;
}
a:hover {
	text-decoration:none;
	outline:none;
	color: #f8b62b;
	transition: all 500ms ease;
}
input, button, select, textarea {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
ul, li {
	list-style:none;
	padding:0px;
	margin:0px;
}
input {
	transition: all 500ms ease;
	width:100%;
}
button:focus, input:focus, textarea:focus {
	outline: none;
	box-shadow: none;
	transition: all 500ms ease;
}
p {
	position: relative;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	font-weight: 400;
	color: #424242;
	margin-bottom: 10px;
	font-style: normal;
	transition: all 500ms ease;
}
h1, h2, h3, h4, h5, h6 {
	position:relative;
	font-family: 'Montserrat', Sans-serif;
	font-weight: 400;
	margin-bottom: 0px;
	color: #222222;
	transition: all 500ms ease;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom: 0px;
	color: #222222;
	transition: all 500ms ease;
}
h1 {
	font-size: 60px;
	line-height: 75px;
	font-weight: 700;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}
h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}
h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
h2 a {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}
h3 a {
	font-size: 24px;
	line-height: 33px;
	font-weight: 500;
}
h4 a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
h3 a:hover, h4 a:hover {
	color: #f8b62b;
}
.centred {
	text-align: center;
}
.sec-pad {
	padding: 94px 0px 100px 0px;
}
h2.sec-title {
	position: relative;
	margin-bottom: 6px;
	line-height: 37px;
	text-transform: capitalize;
}
.title-text {
	margin-bottom: 11px;
}
figure {
	margin: 0px;
}
/** button **/

.theme-btn {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	padding: 4px 24px 6px 24px;
	background: #f8b62b;
	border: 2px solid #f8b62b;
	color: #ffffff;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}
.theme-btn:hover {
	color: #f8b62b;
	background: transparent;
}
.main-header {
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background: transparent;
	margin-bottom: -146px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-header .menu-area {
	position: relative;
	border-bottom: 3px solid #fff;
	margin-top: 55px;
}
.sticky-header {
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	background:#fff;
	z-index:0;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.40);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.fixed-header .sticky-header {
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.main-header .logo-box {
	position: relative;
	display: inline-block;
	background: #fff;
	margin: 0px 0px 0px 0px;
}
.main-header .logo-box a {
	position: relative;
	display: inline-block;
}
/** main-menu **/

.main-menu {
	position: relative;
}
.main-menu .navbar-collapse {
	padding:0px;
	background-color:#f8b62b;
}
.main-menu .navigation {
	position:relative;
	margin:0px;
}
.main-menu .navigation > li {
	position:relative;
	float:left;
	margin: 0px 0px;
}
.main-menu .navigation > li > a {
	position:relative;
	display:block;
	font-size:14px;
	/*  font-family: 'Montserrat', sans-serif;
*/  color:#fff;
	line-height:30px;
	font-weight:700;
	opacity:1;
	text-transform:capitalize;
	padding: 22px 9px 24px 16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li:hover > a:after {
	opacity:1;
}
.main-menu .navigation > li > ul {
	position:absolute;
	left:0px;
	top: 100%;
	width:250px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top: 3px solid #f8b62b;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}
.main-menu .navigation > li > ul > li {
	position:relative;
	width:100%;
	padding: 7px 30px;
	border-bottom: 1px solid #f8b62b;
	transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom:none;
}
.main-menu .navigation > li > ul > li > a {
	position:relative;
	display:block;
	font-family: 'Montserrat', sans-serif;
	padding:6px 0px;
	line-height:24px;
	font-size:15px;
	color:#232323;
	font-weight: 600;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
	color: #fff;
}
.main-menu .navigation > li > ul > li:hover {
	background: #f8b62b;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility:visible;
	opacity:1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position:absolute;
	right: 0px;
	top: 0px;
	font-size:18px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	color:#ffffff;
	width: 50px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	cursor:pointer;
	z-index:5;
	display: none;
}
.navbar-header {
	display: none;
}
/** stricky-header **/

.sticky-header .menu-area {
	margin-top: 0px;
	border-bottom: 0px;
	background: transparent;
}
.sticky-header .main-menu .navigation > li {
	margin: 0px;
}
/*.sticky-header .main-menu .navigation > li > a{
  padding: 24px 20px 26px 20px;
}
*/
.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
	background: #f8b62b;
	color: #fff;
}
.main-header .small-logo-box {
	margin-top: 20px;
	text-align:center;
}
/** main slider **/


.main-slider {
	position:relative;
}
.main-slider .slide {
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:630px;
}
/*.main-slider .slide:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.60);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
*/
.main-slider .slider-content .title {
	position: relative;
	display: block;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	line-height: 33px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-bottom:10px;
}
.main-slider .slider-content {
	position: relative;
	display: inline-block;
	background: rgb(232, 162, 13, 0.4);
	width:300px;
	padding:20px;
}
.main-slider .slider-content {
	position:relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.main-slider .active .slider-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}
.main-slider .owl-nav {
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
}
.main-slider .owl-controls .owl-nav [class*="owl-"] {
 background: rgba(255, 255, 255, 0.50) !important;
 width: 60px !important;
 height: 60px !important;
 line-height: 60px !important;
 font-size: 30px !important;
 color: #ffffff !important;
 text-align: center !important;
 transition: all 300ms ease !important;
 -webkit-transition: all 300ms ease !important;
 -ms-transition: all 300ms ease !important;
 -o-transition: all 300ms ease !important;
}
.main-slider .owl-controls .owl-nav .owl-prev {
	position: absolute !important;
	left: 50px !important;
}
.main-slider .owl-controls .owl-nav .owl-next {
	position: absolute !important;
	right: 50px !important;
}
.main-slider .owl-dots {
	display: none !important;
}
.main-slider .owl-theme .owl-controls {
	display: none;
}
/** intro-section **/


.intro-section {
	padding: 50px 0px 15px 0px;
}
.intro-section .single-item {
	position: relative;
	display: inline-block;
	float: left;
	width: 20%;
	margin-bottom: 30px;
}
.intro-section .intro-content {
	position: relative;
	margin-right: -75px;
	margin-bottom:0;
}
.intro-section .single-item .content-box {
	position: relative;
	padding: 21px 10px 24px 10px;
	width: 170px;
	border: 1px solid #ebebeb;
	text-align: center;
	transition: all 500ms ease;
}
.intro-section .single-item .content-box:hover {
	border: 1px solid #f8b62b;
}
.intro-section .single-item .number {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #222;
	margin-bottom: 10px;
}
.intro-section .single-item .icon-box {
	position: relative;
	margin-bottom: 15px;
}
.intro-section .single-item .icon-box i:before {
	font-size: 36px;
	color: #f8b62b;
	margin: 0px;
}
/** about-section **/

.about-section {
	padding: 0px 0px 50px 0px;
}
.about-section .about-content h2 {
	margin-bottom: 17px;
}
.about-section .about-content p {
	margin-bottom: 21px;
}
.about-section .about-image {
	position: relative;
	margin-top: 30px;
}
.about-section .about-image .img-box {
	position: relative;
	border: 5px solid #ebebeb;
}
.about-section .about-image .img-box img {
	width: 100%;
}
/** main-footer **/


.main-footer {
	    position: relative;
    width: 100%;
    color: #fff;
    /* background-color: #000; */
    padding: 0px 0px;
    margin-top: 27px;
    padding-bottom: 100px;
}
.copyright
{
	color:#000;
}
.main-footer .footer-bottom {
	position: relative;
	padding: 18px 0px 20px 0px;
	color: #fff;
	font-size: 16px;
	    border-top: 1px solid #000;
}
.main-footer .footer-bottom a {
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}
.main-footer .footer-bottom a:hover {
	color: #f8b62b;
}
.about-content img {
	float:left;
	margin-right:20px;
}
.amenities {
	width:100%;
	padding:50px 0px 0;
}
.location {
	background:url(../images/location.jpg) no-repeat left top;
	background-attachment:fixed;
	width:100%;
	padding:70px 0px;
}
.location img {
	width:100%;
}
.location h3 {
	font-size: 2rem;
	color:#fff;
	margin:20px 0px;
}
.advantages li {
	margin-bottom:18px;
	color:#fff;
}
.location .fa {
	margin-right:5px;
}
.amenities-box {
	text-align:center;
	margin-bottom:25px;
}
.amenities-box h4 {
	font-size:20px;
	color:#000;
	margin-top:8px;
}
.amenities-box figure {
	margin-bottom:0px;
}
.amenities-box .img-box {
	position: relative;
	overflow: hidden;
}
.amenities-box .img-box img {
	width: 100%;
	transform: scale(1.0);
	transition: all 500ms ease;
}
.amenities-box:hover .img-box img {
	transform: scale(1.1);
}
.amenities h3, .price h3, .floor h3, .sitemap h3, .locationmap h3 {
	font-size: 2rem;
	color:#000;
	margin-bottom:20px;
}
.price, .floor {
	padding-top:50px;
}
.price img, .floor img, .sitemap img, .locationmap img {
	width:100%;
}
.floor img {
	border:2px solid #7b7b7b;
	margin-bottom:10px;
}
.floor h5 {
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:22px;
}
.sitemap, .locationmap {
	width:100%;
	    padding-bottom: 0;
}
.slider-content .form-input {
	width: 100%;
	height: 35px;
	background: #ffffff;
	border: none;
	color: #404040;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}
/*floating form*/
.floating-form {
	/*width: 280px;*/
	padding: 15px 20px;
	margin-top: 60px;
	border: 2px solid #f8b62b;
	right: 2px;
	background-color:#fff;
	font-family: 'PT Sans', sans-serif !important;
	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);
	display: block !important;
	z-index: 1040;
}
.contact-opener {
	position: absolute;
	right: 248px;
	top: 100px;
padding: 10px 10px 10px 10px !important;
}
.floating-form-heading {
	font-weight: bold;
	font-family: 'PT Sans', sans-serif !important;
	border-bottom: 2px solid #f8b62b;
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom: 3px;
}
.floating-form label {
	display: block;
	margin: 0px 0px 15px 0px;
}
.floating-form label > span {
	width: 90px;
	float: left;
	font-family: 'PT Sans', sans-serif !important;
	padding-top: 8px;
	padding-right: 5px;
}
.floating-form span.required {
	color: red;
}
.floating-form .tel-number-field {
	width: 40px;
	text-align: center;
}
.floating-form .long {
	font-family: 'PT Sans', sans-serif !important;
	width: 120px;
}
.floating-form input.input-field {
	width: 68%;
}
.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;
	font-family: 'PT Sans', sans-serif !important;
	-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;
	font-family: 'PT Sans', sans-serif !important;
}
.floating-form .textarea-field {
	height: 100px;
	font-family: 'PT Sans', sans-serif !important;
	width: 68%;
}
.floating-form input[type="button"], .floating-form input[type="submit"], .contact-opener {
	font-family: 'PT Sans', sans-serif !important;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	/*padding: 8px 0px;*/
    text-align: center;
	text-decoration: none;
}
.floating-form input[type="button"]:hover, .floating-form input[type="submit"]:hover, .contact-opener {
	background: none;
	border:none;
}
.floating-form .success {
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	font-family: 'PT Sans', sans-serif !important;
	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-family: 'PT Sans', sans-serif !important;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}
/*floating form*/
.query-input {
	width: 100%;
	height: 30px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	background-color: #f7f7f7;
	border: 1px solid #d4d4d4;
}
.query-txtarea {
	width: 100%;
	color: #000;
	padding: 5px 10px;
	font-size: 13px;
	background-color: #f7f7f7;
	border: 1px solid #d4d4d4;
}
.submit-btn {
	background: #f8b62b;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	padding: 5px 15px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: none;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.submit-btn:hover {
	background: #000;
}
.call a {
	font-size:18px !important;
	background-color:#2c2c2c;
	padding:9px 16px 9px !important;
	color:#fff;
}
.call a:hover {
	color:#fff;
}
.call {
	margin:15px 0px !important;
}
.call img {
	margin-right:8px;
}
.form-area {
	background-color:rgba(0, 0, 0, 0.8);
	width:300px;
	z-index:99;
	position:absolute;
	right: 120px;
	top: 150px;
	padding: 20px 20px 5px;
}
.form-area h3 {
	color:#fff;
	font-size:18px;
	margin:0px;
	font-weight:700;
	padding:0px 0px 10px 0px;
}
.quick-field {
	width: 100%;
	padding: 8px 10px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	font-size: 12px !important;
}
.submit-btn{
	background-color:#f8b62b;
	padding:5px 10px;
	border:1px solid #f8b62b;
}
.submit-btn:hover{
	background:none;
}
.form-area img {
    height:35px;
}
.fixwid {
    width:56% !important;
}
.form-area .form-group {
    position:relative;
}
.required {
    position:absolute;
    bottom:-17px;
    left:0;
}
.modal-content {
    top: 100px !important;
    padding: 0px 15px !important;
    border: 3px solid #4f4d4e !important;
    box-shadow: 5px 5px 10px #000 !important;
}
.modal-header {
    padding: 15px !important;
    border-bottom: none !important;
    min-height: 16.42857143px !important;
	margin-right: 93px !important;
}
.modal-title {
      margin-top: 23px !important;
    line-height: 1.42857143 !important;
    color: #000 !important;
  
    font-size: 24px !important;
    padding: 3px 0px !important;
}
.contact_form p {
    font-family: 'oswaldlight';
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
}
.btn-default {
    color: #fff;
    background-color: #686a67;
    border-color: transparent;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 0;
	width: 100%;
    padding: 6px 7px 7px 3px !important; 
}
.btn-default:hover
{
	background-color: #d4d4d4;
    border-color: #8c8c8c;
}

/*form start*/
.floating-form { 
  /*  max-width: 300px; */
    padding: 10px 30px 40px 30px;
    font: 13px Arial, Helvetica, sans-serif;
    background: #ffffffc7;
    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:9999;
	
	} 
	textarea{
    
    height: 80px;
}
.contact-opener {
    position: absolute;
       left: -111px;
    transform: rotate(-90deg);
    top: 100px;
    background-color: #216288;
    padding: 9px;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    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: 16px;
    padding-bottom: 3px;    
	color: #760e01;
	margin-top: 11px;
}
.floating-form label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.floating-form label > span{
    width: 70px;
    font-weight: bold;
    float: right;
    padding-top: 8px;
    padding-right: 5px;
}
.floating-form span.required{
    color:red;
}
.floating-form .tel-number-field{
    width: 40px;
    text-align: center;
}
.floating-form  .long{
    width: 120px;
}
.floating-form input.input-field{
    width: 68%;
   
}

.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: 68%;
}
.floating-form input[type="button"],
.floating-form input[type="submit"], .contact-opener {
-webkit-box-shadow: inset 0px 1px 0px 0px #1d1e1e;
    box-shadow: inset 0px 1px 0px 0px #0b0b0c;
    background-color: #004c86;
    border: 1px solid #ececf0;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.floating-form input[type="button"]:hover,
.floating-form input[type="submit"]:hover, .contact-opener {
       background: linear-gradient(to bottom, #ff0537 5%, #181716 100%);
    background-color: #fcfcfc;
    font-size: 17px;     top: 171px;
}
.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;
}
.form1 input, textarea, button {
    width: 100%;
    padding: 5px 10px;
    color: #000;
	border: 1px solid #ccc;
}


.floating-form {
    max-width: 300px;
    padding: 10px 30px 40px 30px;
    font: 13px Arial, Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.8);
    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:9999 !important;
	} 
	textarea{
    
    height: 80px;
}
.contact-opener {
    position: absolute;
  /* left: -88px; */
    transform: rotate(-90deg);
    top: 100px;
    background-color: #216288;
    padding: 9px;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    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);
	z-index:9999 !important;

}
.floating-form-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 16px;
    padding-bottom: 3px;    
	color:#f8b62b;
	margin-top: 11px;
}
.floating-form label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.floating-form label > span{
    width: 70px;
    font-weight: bold;
    float: right;
    padding-top: 8px;
    padding-right: 5px;
}
.floating-form span.required{
    color:red;
}
.floating-form .tel-number-field{
    width: 40px;
    text-align: center;
}
.floating-form  .long{
    width: 120px;
}
.floating-form input.input-field{
    width: 68%;
   
}

.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: 68%;
}
.floating-form input[type="button"],
.floating-form input[type="submit"], .contact-opener {
-webkit-box-shadow: inset 0px 1px 0px 0px #1d1e1e;
    box-shadow: inset 0px 1px 0px 0px #0b0b0c;
    background-color: #004c86;
    border: 1px solid #ececf0;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.floating-form input[type="button"]:hover,
.floating-form input[type="submit"]:hover, .contact-opener {
       background: linear-gradient(to bottom, #f8b62b 5%, #181716 100%);
    background-color: #fcfcfc;
    font-size: 17px;     top: 171px;
}
.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;
}
.form input, textarea, button {
    width: 100%;
    padding: 5px 10px;
    color: #000;
	border: 1px solid #ccc;
}
.enquiry
{
	color:#000;
}
h6 {
    color: #bc0404;
    font-size: 24px;
    position: absolute;
    z-index: 999;
    text-align: center;
    right: 0px;
    background: #fff;
}

.inputGroup12 {
    padding: 4px 14px !important;
    border: 1px solid gray;
}
.form-group {
    margin-bottom: 5px !important;
}
.fix-form
{
	  position: fixed !important;
    bottom: 0 !important;
    background: #f8b62b !important;
    padding: 2px 1px 6px 6px !important;
    margin-top: 50px !important;
    z-index: 9999;
   width: 100% !important;
    
}

.captcha-generated {
  display: inline-block;
  color:#df1111;
  
  span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: rgba(0,0,0,0.9);
    letter-spacing: 1px;
    text-transform: uppercase;  
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
  }
  
  &.valid:after,
  &.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
  }
  &.valid {
    &:after {
      content: "\f00c";
      color: #2ecc71;
    }
    .submit__input {
      border: 1px solid #2ecc71;
      color: #2ecc71 !important;
    }
  }
  &.unvalid {
    &:after {
      content: "\f00d";
      color: #e74c3c;
    }
    .submit__input {
      border: 1px solid #e74c3c;
      color: #e74c3c;
    }
  }

  .submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: 1px solid #42A0DD;
    color: #42A0DD;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
       margin-top: 13px;
  }
}

.submit__input
{
	margin-top: 13px !important;
}


i.fa-refresh {
  margin: 4px 0 0px 5px;
  padding: 5px;
  font-size: 18px;
  color:#fff;
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  &:hover {
    color: rgba(0,0,0,0.4);
    transform: rotate(180deg);
  }
}

span.captcha-error,
span.captcha-error-empty {
  color: #e74c3c;
  position: absolute;
  
}

.captcha-generated.unvalid:after {
	 font-family: FontAwesome !important;
    content: "\f00d" !important;
    color: #e74c3c !important;
}
.captcha-generated.valid:after {
	 font-family: FontAwesome !important;
    content: "\f00c" !important;
    color: #2ecc71 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
	.fix-form
	{
		     position: relative !important; 
			 margin-top:0 !important;
	}
	.main-footer
	{
		    padding-bottom: 0 !important;		
			}
			.btn.btn-default
			{
				margin-left:0 !important;
			}
			
}