@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, rubsey, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}

ol, ul {
    padding-left: 0rem !important;
}

/*header .logo img {*/
/*    height: 115px!important;*/
/*    margin-top: -52px;*/
/*}*/

a {
  color: inherit!important;
  text-decoration: none!important;
}
a:hover {
  color: inherit!important;
  text-decoration: none!important;
}

html, body {
    height:100%;
}
body {
	font-family: 'Rubik', sans-serif!important;
	font-weight:400!important;
	line-height: 30px!important;
	font-size: 15px!important;
	color: #222!important;
	text-decoration: none;
	height:100%;
	background-color:#fff!important;
}






@media screen and (max-width: 768px) {
body {
	line-height: 24px!important;
	font-size: 13px!important;
}
}
.sticky{
	position: fixed;
	z-index:1000;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 0px 8px rgba(0,0,0,.1);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1), rgba(0,0,0,1))!important;
	background: linear-gradient(0deg, rgba(0,0,0,1), rgba(0,0,0,1))!important;
	height:60px;
}
.sticky.query{
	width: 24%;
	left: auto;
	right:50px;
	top: 65px;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 0px 8px rgba(0,0,0,0);
	background-color:rgba(0,0,0,0);
	height:60px;
	marker-offset:100px;
}
.sticky .logo{
	display:block;
	padding:5px 0;
	width:23%;
}
.sticky .logo img{
	height:109px;
	padding:0;
	margin-top:-33px;
}
.sticky .header-r{
	padding-top:0;
}
.sticky  .header-r3{	
	display:block;
	text-align:right;
}
.top-nav{	
	background: -webkit-linear-gradient(5deg, #d17e1c, #d17e1c, #d17e1c) !important;
	background: linear-gradient(5deg, #d17e1c, #d17e1c, #d17e1c);
	color:rgba(255,255,255,1);
	width:100%;
	position:relative;
	font-size:16px;
	line-height:38px;
	height:40px;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	font-weight:500;
}
.top-nav .container-fluid{
	padding-top:0;
	padding-bottom:0;
	position:relative;
	background-color: #D17E1C!important;
}
.top-nav a {
    background-color: #d17e1c;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    text-transform: lowercase;
    font-size: 13px;
}
.top-nav a i{
	background-color:rgba(0,0,0,.5);
	border-radius:100%;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	 font-size: 13px;
}
.top-nav button{
	background-color: rgba(0,0,0,0);
	display:inline-block;
	width:auto;
	padding:0 30px 0 0;
	line-height:37px;
	border:0;
	margin:3px 0;
	font-size:24px;
	cursor:pointer;
	color:rgba(0,0,0,1);
	float:left;	
}


.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.top-nav i{
	color:#f0b51d;
	font-size:18px;
	margin:0 5px 0 0;
}
.currency-filter{
	position:relative;
	display:none;
}
header{
	position:absolute;
	z-index:4;
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.8)) !important;
	background: linear-gradient(5deg, rgb(255 255 255), rgb(255 255 255)) !important;
	width:100%;
	color:#fff;
	padding:10px 0;
	left:0;
	top:40px;
}
header .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:40%;
	text-align:left;
}
header .logo img {
    height: 60px;
    margin-top: 0px;
}
header .logo a{
	display:block;
}
header .header-r{
	float:left;
	width:60%;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
header .header-r2{
	float:left;
	width:22%;
	padding-top:8px;
	text-align:right;
	color:#d17e1c;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:16px;
}
header .header-r2 img{
	height:14px;
	width:auto;
}
header .header-r3{
	float:left;
	width:17%;
	display:none;
	text-align:right;
	padding:5px 0 0 0;
}
header .header-r3 a{
	background-color:#d17e1c;
	line-height:40px;
	display:inline-block;
	padding:0 10px;
	float:right;
	font-weight:500;
}
header .header-r3 a i{
	background-color:rgba(0,0,0,.5);
	border-radius:100%;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
}
@media screen and (max-width: 1200px) {
header .header-r3 a{
	padding:0 5px;
	font-size:12px;
}
header .header-r3 a i{
	background-color:rgba(0,0,0,.5);
	border-radius:100%;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 992px) {
.sticky{
	position: fixed;
	z-index:1000;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 0px 8px rgba(0,0,0,.1);
	background-color:#0b0b0b;
	height:60px;
}
.sticky.query{
	width: 24%;
	left: auto;
	right:50px;
	top: 65px;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 0px 8px rgba(0,0,0,0);
	background-color:rgba(0,0,0,0);
	height:60px;
	marker-offset:100px;
}
.sticky.top-menu2{
	position: relative;
	z-index:auto;
	width: 100%;
	left: 0;
	top: 0;
	padding:5px 0;
	box-shadow:0px 0px 8px rgba(0,0,0,.1);
	background-color:#0b0b0b;
	height:60px;
}
.sticky.top-menu2 ul li a{
	color:rgba(255,255,255,1)!important;
}
.sticky .logo{
	width:90%;
	display:block;
}
.sticky .logo img{
	height:35px;
	padding:0;
	margin:0;
}
.sticky .header-r{
	padding-top:0;
}
.sticky .header-r3{
	display:none;
}
.sticky .call{
	display:block;
}
.top-nav{
	display:none;
}
header{
	position:relative;
	z-index:auto;
	background-color:rgba(0,0,0,1)!important;
	width:100%;
	color:#fff;
	padding:10px 0;
	left:0;
	top:0;
}
header .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:90%;
	text-align:left;
	max-height:50px;
	overflow:hidden;
}
header .logo img{
	height:35px;
	width:auto;
}
header .header-r{
	float:left;
	width:0%;
	padding-top:0;
}
header .header-r2{
	display:none;
}
header .header-r3{
	display:none;
}
}
/* Home Searech panel */
.slider{
	height:100%;
	position:relative;
}
.home-slide{
    overflow:hidden;
    height:100%;
}
.slider .slider-bg{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.home-search{
	position:absolute;
	z-index:10;
	left:20%;
	top:30%;
	width: 60%;
	padding:0 50px !important;
}
.home-search h5{
	font-size:28px;
	margin:0 0 10px 0;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.home-search h5 strong{
	color:#d17e1c;
	font-weight:500;
}
.banner-text-res{
	position:absolute;
	z-index:1;
	top:15%;
	left:0;
	text-align:center;
	padding:0 10%;
	width:100%;
}
.banner-text-res h5{
	font-size:28px;
	margin:0 0 10px 0;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.banner-text-res strong{
	color:#d17e1c;
	font-weight:500;
}
.home-search form{
	width: 100%;
	background-color:rgba(0,0,0,.5);
	padding:10px;
}
.home-search form .btn4, .modal-advance .btn4{
	padding:1px 10px;
	width:100%;
	border:solid 1px #d17e1c;
	border-left:0;
	background-color:#111;
	text-align:right;
	font-size:22px;
}
.home-search form input[type="text"], .modal-advance form input[type="text"] {
	font-size: 15px;
	border: 0px;
	border:solid 1px #d17e1c;
	border-left:0;
	border-right:0;
	color: #d17e1c;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 44px;
	margin:3px 0!important;
	background-color:#fff;
	border-radius:0;
	line-height:1!important;
}
.home-search form .row {
  margin-right: 0px;
  margin-left: 0px;
}
.home-search form .col-6, .home-search form .col-sm-4, .home-search form .col-md-2 {
  padding-right: 0px;
  padding-left: 0px;
}
#advanced_search_btn{
	position:absolute;
	z-index:1;
	width:250px;
	height:44px;
	line-height:40px;
	left:50%;
	bottom:50px;
	margin-left:-125px;
	text-align:center;
	background-color:rgba(0,0,0,0);
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
	color:rgba(0,0,0,.8);
}
#advanced_search{
	position:relative;
	z-index:1000!important;
	width:90%;
	height:80%;
	left:5%;
	top:10%;
	background-color:rgba(0,0,0,1);
	text-align:center;
	border-radius:0;
	box-shadow:0px 0px 0px 10px rgba(255,255,255,.1);
	border:solid 2px #d17e1c;
}
#advanced_search .auto-complete{
	width:70%;
	padding:100px 0;
	margin-left:15%;
	position:relative;
}
.auto-complete .f-floor:before {
    left: 10px;
}
.h-news{
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
	width:100%;
	background-color:rgba(0,0,0,.8);
	color:rgba(0,0,0,.8);
}
.h-news h3{
	position:absolute;
	top:-32px;
	display:inline-block;
	background-color:rgba(0,0,0,.8);
	padding:5px 10px !important;
	margin:0 !important;
	font-size:18px !important;
	color:#d17e1c;
}
.h-news .m-head{
	float:left;
	font-size:22px;
	width:8%;
	color:rgba(0,0,0,.8);
	line-height:30px;
}
.h-news marquee{
	float:left;
	line-height:30px;
	width:92%;
}
.h-news marquee span{
	margin-right:20px;
	padding-right:20px;
	border-right:solid 1px rgba(255,255,255,.8);
}
.h-news .container-fluid{
	padding-top:15px!important;
	padding-bottom:10px!important;
}
@media screen and (max-width: 992px) {
.slider{
	height:auto;
	position:relative;
}
.home-slide{
    overflow:visible;
    height:auto;
}
.slider .slider-bg{
	position:relative;
	z-index:auto;
	left:0;
	top:0;
	width:100%;
	height:auto;
	background-color:#000;
}
.home-search{
	position:absolute;
	left:0%;
	top:-170px;
	width: 100%;
	padding:0 5%!important;
	height:auto;
}
.home-search h5{
	font-size:12px!important;
}
.home-search form{
	width: 100%;
	padding:5px;
}
.home-search form input[type="text"], .modal-advance form input[type="text"] {
	font-size: 15px;
	border: 0px;
	border:solid 1px #d17e1c;
	border-left:solid 1px #d17e1c;
	border-right:0;
	color: #d17e1c;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 44px;
	margin:3px 0!important;
	background-color:#fff !important;
	border-radius:0;
	line-height:1!important;
}
.h-news{
	position:relative;
	z-index:auto;
	left:0;
	width:100%;
	margin-top:0;	
	font-weight:700;
	color:rgba(0,0,0,.8);
	line-height:normal;
}
.h-news .container-fluid{
	padding-top:10px;
	padding-bottom:10px;
}
.h-news h3{
	position:absolute;
	top:-24px;
	display:inline-block;
	background-color:rgba(0,0,0,.8);
	padding:3px 10px !important;
	margin:0 !important;
	font-size:16px !important;
	color:#d17e1c;
}
#advanced_search_btn{
	display:none;	
	position:relative;
	z-index:auto;
	width:250px;
	height:44px;
	line-height:40px;
	left:50%;
	bottom:auto;
	margin-left:-125px;
	text-align:center;
	background-color:rgba(0,0,0,0);
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
	color:rgba(0,0,0,.8);
}
#advanced_search{
	position:relative;
	z-index:1000!important;
	width:90%;
	height:80%;
	left:5%;
	top:10%;
	background-color:rgba(0,0,0,1);
	text-align:center;
	border-radius:0;
	box-shadow:0px 0px 0px 10px rgba(255,255,255,.1);
	border:solid 2px #d17e1c;
}
#advanced_search .auto-complete{
	width:70%;
	padding:100px 0;
	margin-left:15%;
	position:relative;
}
.auto-complete .f-floor:before {
    left: 10px;
}
}
/* Home Searech panel End*/


.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
	
h1, h2, h3, h4{
	font-family: 'Poppins', sans-serif !important;
}
h1 {
	font-size:30px!important;
	padding:0 0 10px 0px!important;
	margin:0 0 10px 0!important;
	color:#000!important;
	font-weight:500!important;
	font-size: 32px;
	text-transform:capitalize;
	position:relative;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h1:after {
    content: "";
    background-color: #0b1c6ec7;
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.text-center h1:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
	margin-left:-30px;
}
h2 {
	font-size:30px!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
	color:#d17e1c!important;
	font-weight:500!important;
	font-size: 32px;
	text-transform:capitalize;
	position:relative;
}
h2:after {
    content: "";
    background-color: #0b1c6ec7;
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.text-center h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
	margin-left:-30px;
}
h3 {	
	font-size: 24px!important;
	text-decoration: none;
	font-weight:500!important;
	color: #111;
	position:relative;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
	text-transform:capitalize;
}
h3 span{
	position:absolute;
	left:0;
	bottom:0;
	width:80px;
	border-top:solid 2px #d17e1c;
	height:5px;
}
.container2 h3 {	
	color: #fff;
}
h3 a {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
h4 {
	color: #d17e1c!important;
	font-size:20px!important;
	font-weight:500!important;
}
h5 {
	color: #d17e1c;
	font-size: 17px;
	font-weight:500;
}
h6{
	font-style:italic;
	font-size:16px;
	line-height:32px;
	color:#d17e1c;
	font-weight:400!important;
}
@media screen and (max-width: 992px) {
h1 {
	font-size:22px!important;
}
h2 {
	font-size:22px!important;
}
h3 {	
	font-size: 18px!important;
}
h4 {
	font-size:16px!important;
}
h5 {
	font-size: 15px!important;
}
h6{
	font-size:15px;
	line-height:28px;
}
}
.container{	
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
}
.container-fluid{
	padding-left:50px!important;
	padding-right:50px!important;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
}
.container-fluid p{
	text-align:justify;
}
.container-fluid strong{
	font-weight:500;
}
@media screen and (max-width: 768px) {
.container-fluid{
	padding-left:30px!important;
	padding-right:30px!important;
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
}
}
@media screen and (max-width: 480px) {
.container-fluid{
	padding-left:20px!important;
	padding-right:20px!important;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
}
}
.container-fluid p{
	text-align:justify;
}
.container2{
	background-color:#eee;
	position:relative;
}
.container3{	
	background-color:#d17e1c;
}
@media screen and (max-width: 992px) {
.container2{
	position:relative;
	padding-top:0!important;
	padding-bottom:0!important;
}
.container3{	
	display:none;
}
}
@media screen and (max-width: 480px) {
.container3{	
	display:none;
}
.container{
	background-color:#fff;
	padding:30px 0;
}
.container2{
	padding:30px 0;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
}

.home-1{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/home-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#d17e1c;
	height:auto;
	width:100%;
	margin:0 auto;
	color:#fff;
}
.home-1.h1-2{
	background-image: url(../images/home-2.jpg);
}
.home-1 h2 {
	color:#222!important;
}
.home-1 h2:after {
    background-color: #d17e1c;
}

.home-1 h6{
	color:rgba(0,0,0,.7);
}
.counter{
	width:100%;
	text-align:left;
	background-color:rgba(255,255,255,.05);
	margin:20px 0 0 0;
}
.counter .container-fluid{
	padding-top:30px!important;
	padding-bottom:30px!important;
	color:#d17e1c;
}
.counter i{
	float:left;
	font-size:48px;
	color:#d17e1c;
	margin:0 10px 0 0;
}
.counter .counter-value{
	display:inline-block;
	font-size:30px;
	font-weight:500;
}
.counter .plus{
	display:inline-block;
	font-size:30px;
	font-weight:500;
}
.counter h5{
	color:#333!important;
	margin:0 !important;
	padding:0!important;
	line-height:10px;
	font-size:14px!important;
}


@media screen and (max-width : 992px) {
.counter i{
	float:left;
	font-size:28px;
	color:#d17e1c;
	margin:0 5px 0 0;
}
.counter .counter-value{
	display:inline-block;
	font-size:18px!important;
	line-height:15px!important;
	font-weight:500;
}
.counter .plus{
	display:inline-block;
	font-size:18px!important;
	line-height:15px!important;
	font-weight:500;
}
.counter h5{
	color:#333!important;
	margin:0 !important;
	padding:0!important;
	line-height:10px;
	font-size:10px!important;
}
}
@media screen and (max-width : 550px) {
.counter .container-fluid{
	padding-top:10px!important;
	padding-bottom:30px!important;
	color:#d17e1c;
}
.counter i{
	margin:20px 5px 0 0!important;
}
.counter .counter-value{
	margin:20px 0 0 0!important;
}
}




.flip-box {
  background-color: transparent;
  width: 100%;
  height: 280px;
  perspective: 1000px;
  margin:15px 0;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: linear-gradient(to top right, #0b1c6ec7, #0b1c6ec7);
}

.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:260px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front .ff-img img {
  margin:0;
  width:100%;
  height:100%;
}
.flip-box-front h4{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  padding:0 10px;
}
.flip-box-back {
  background-color: #a9771e;
  color: rgba(255,255,255,.9);
  transform: rotateY(180deg);
  text-align:center;
  padding:80px 20px 0 20px;
  font-size:14px;
  line-height:22px;
}
.flip-box-back h4 {
  color:#fff!important;
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back a {
  display:inline-block;
  background: linear-gradient(to top right, #fff, #eee);
  color:rgba(0,0,0,.8)!important;
  padding:5px 15px;
  margin-top:15px;
}

@media screen and (max-width: 1180px) {
.flip-box {
  height: 200px;
  margin:15px 0;
}
.flip-box-front .ff-img{
	width:100%;
	height:100%;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front h4{
  font-size:18px;
  padding:0 10px;
}
.flip-box-back {
  padding:50px 20px;
  font-size:14px;
  line-height:22px;
}
.flip-box-back h4 {
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back p {
	display:none;  
}
.flip-box-back a {
  padding:5px 15px;
  margin-top:15px;
}
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
.flip-box {
  height: 200px;
  margin:0 0 0 0;
}
.flip-box-front {
  color: #111;
  padding:5px;
}
.flip-box-back {
  padding:20px;
}
.flip-box-back h6{
	display:none
}
.flip-box-back a {
  display:inline-block;
  background: linear-gradient(to top right, #fff, #eee);
  color:rgba(0,0,0,.8)!important;
  padding:2px 5px;
  margin-top:10px;
  font-size:10px!important;
}
}
@media screen and (max-width: 480px) {
.flip-box {
  height: 100px;
  margin:0 0 0 0;
}
}

.news{
	text-align:center;
}
.news h4{
    font-size:16px!important;
	color:#333!important;
}
.news h6{
	color:#666;
}
.news img{
	width:100%;
	height:200px;
	border:solid 5px #fff;
	border-radius:5px;
	box-shadow:0px 3px 8px rgba(0,0,0,.1);
	margin:0 0 10px 0;
}
@media screen and (max-width: 992px) {
.news h4{
	font-size:14px!important;
}
.news h6{
	font-size:12px!important;
}
.news img{
	height:90px;
}
}
.awards{
	width:100%;
	text-align:center;
}
.awards .aw-th{
	display:inline-block;
	text-align:center!important;
	margin:5px 0;
	width:220px;
}
.awards .aw-th h6{
	height:32px;
	line-height:16px;
	text-align:center!important;
	display:block;
	padding:0 0 0 0!important;
	margin:0 0 0 0!important;
}
.awards .aw-th .aw-th-img{
	display:block;
	background-image:url(../images/aw-th.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
	padding:65px 10px;
	text-align:center;
	width:220px;
	height:220px;
}
.awards .aw-th img{
	width:auto;
	height:90px;
	box-shadow:0px 10px 10px -5px rgba(0,0,0,.5);
}
@media screen and (max-width: 992px) {
.awards .aw-th{
	width:130px;
}
.awards .aw-th h6{
	height:33px;
	line-height:11px;
	font-size:11px;
}
.awards .aw-th .aw-th-img{
	display:block;
	background-image:url(../images/aw-th.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
	padding:30px 10px;
	text-align:center;
	width:130px;
	height:130px;
}
.awards .aw-th img{
	width:auto;
	height:60px;
	box-shadow:0px 10px 10px -5px rgba(0,0,0,.5);
}
}


/* ---------------Project------------ */
.project{
	width:100%;
	margin:15px 0;
	font-size:13px;
	position:relative;
	background-color:#fff;
	border-radius:5px;
}
.project a{
	display:block;
	padding:0%;
	text-decoration:none;
	border:solid 0px #f9f9f9;
	color:#333;
	text-align:left;
	border-radius:5px;
	box-shadow:0px 3px 8px rgba(0,0,0,.1);
}
.project a .thumb-detail{
	padding:0;
	text-align:left;
	display:flex;
	position:relative;
}
.project a .thumb-img{
	width:35%;
	height:100%;
	background-color:#ccc;
	position:relative;
	padding:0 0 0px 0!important;
	margin:0!important;
	border-radius:5px 0 0 5px;
	-ms-flex-item-align: center !important;
	align-self: center !important;
	position: relative;
}
.project a .thumb-img > img{
	min-height: 100%;
	min-width: 100%;  
	display:block;
	width:100%;
	padding:0!important;
	margin:0!important;
	border-radius:5px 0 0 5px;
}
.project a .thumb-cont{	
	width:65%;
	padding:0 15px;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.project a .thumb-detail .price{
	font-size:14px;
	color:#333;
}
.project a .thumb-detail h3{
	padding:0px!important;
	margin:0!important;
	font-size:16px!important;
	color:#000!important;
}
.project a .thumb-detail h5{
	color:#333;
	font-size:14px;
	font-weight:400;
	font-family: 'Rubik', sans-serif!important;
}
.project a .thumb-detail h5 .fa{
	width:15px;
	text-align:center;
}
.project a .thumb-detail h5 .fa-inr{
	font-size:18px	
}
.project a .thumb-detail h6{
	color:#999;
	font-style:normal;
	font-size:15px!important;
}
.project a .thumb-detail .v-detail{
	font-weight:500;
	color:#FFF;
	background-color:#d17e1c;
	display:inline-block;
	padding:0 12px;
	float:right;
}
.project a .thumb-detail .v-detail:hover{
	color:rgba(0,0,0,.8);
}
.project a .amenities{
	border-bottom:solid 1px #ddd;
	margin:10px 0 10px 0!important;
}
.project a .amenities li{
	list-style-type: none;
	margin:0!important;
	text-align:center;
	float:left;
	width:12.5%;
	line-height:normal;
	font-size:13px;
}
.project a .amenities li img{
	height:26px!important;
	width:auto!important;
}
@media screen and (max-width: 1170px) {
.project a .thumb-img{
	height:205px;
}
}
@media screen and (max-width: 992px) {
.project{
	width:100%;
	margin:15px 0;
	font-size:13px;
	position:relative;
	background-color:#fff;
	border-radius:5px;
}
.project a{
	display:block;
	padding:0%;
	text-decoration:none;
	border:solid 0px #f9f9f9;
	color:#333;
	text-align:left;
	border-radius:5px;
	box-shadow:0px 3px 8px rgba(0,0,0,.1);
}
.project a .thumb-detail{
	padding:0;
	text-align:left;
	display:block;
}
.project a h3{
	font-size:22px;
	padding:0!important;
	line-height:normal;
	margin:0 0 10px 0!important;
	color:#333!important;
}
.project a h3 strong{
	font-size:16px;
	font-weight:400;
	color:#333!important;
}
.project a .thumb-img{
	width:100%;
	height:auto;
	background-color:#ccc;
	position:relative;
	padding:0 0 0px 0!important;
	margin:0!important;
	border-radius:5px 5px 0 0;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.project a .thumb-img img{
	display:block;
	width:100%;
	height:auto;
	padding:0!important;
	margin:0!important;
	border-radius:5px 5px 0 0;
}
.project a .thumb-cont{	
	width:100%;
	padding:15px;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.project a .thumb-detail .v-detail{
	float:none;
	margin:10px 0 0 0;
}
.project a .thumb-detail .v-detail:hover{
	color:rgba(0,0,0,.8);
}
.project a .amenities li img{
	height:20px!important;
	width:auto!important;
}
}

.inner-banner{
	height:auto;
	width:100%;
	margin:0 auto!important;
	position:relative;
	max-height:450px;
	overflow:hidden;
}
.inner-banner img{
	height:auto;
	width:100%;
}
.inner-banner.inner-large{
	padding:0;
}
.inner-banner .builder-logo{
	position:absolute;
	right:50px;
	top:-250px;
	padding:8px;
	background-color:rgba(0,0,0,.3);
}
.inner-banner .builder-logo img{
	height:60px;
	width:auto;
}
.inner-banner.blank{
	background-size: 100%;
	background-attachment: scroll;
	background-image: none;
	background-color:#000;
	padding:60px 0 0 0;
	border-bottom:solid 1px rgba(255,255,255,.1);
}
.inner-banner h1{
	background-color:#d17e1c;
	color:rgba(0,0,0,.8)!important;
	margin:0 0 20px -50px!important;
	padding:0px 50px 5px 50px!important;
	font-size:24px!important;
	line-height:normal;
	display:inline-block;
}
.inner-banner .container-fluid{
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0))!important;
	background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0))!important;
	width:100%;
	padding:10px 0;
}
.inner-banner.inner-large .container-fluid{
	background-color:rgba(0,0,0,0);
}
.inner-banner.bg-contact{
	background-image: url(../images/bg-contact.jpg);
}
.inner-banner.bg-feedback{
	background-image: url(../images/bg-feedback.jpg);
}
.inner-banner.bg-about{
	background-image: url(../images/bg-about.jpg);
}
.inner-banner.bg-privacy{
	background-image: url(../images/bg-privacy.jpg);
}
.inner-banner.bg-career{
	background-image: url(../images/bg-career.jpg);
}
.inner-banner.bg-emi{
	background-image: url(../images/bg-emi.jpg);
}
.inner-banner.bg-services{
	background-image: url(../images/bg-services.jpg);
}
.inner-banner.bg-testimoni{
	background-image: url(../images/bg-testimoni.jpg);
}
.inner-banner.bg-map{
	background-image: url(../images/bg-map.jpg);
}
.inner-search{
	position: sticky;
	padding:0 50px;
	background-color:rgba(0,0,0,.9);
	margin-top:-80px;
	top: 0px;
	/*z-index: 100;*/
}
.inner-search form{	
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.inner-search .row {
  margin-right: -2px;
  margin-left: -2px;
}
.inner-search .col{
  padding-right: 2px;
  padding-left: 2px;
}
.inner-search .col-6, .inner-search .col-sm-4, .inner-search .col-md-2, .inner-search .col-md {
  padding-right: 2px;
  padding-left: 2px;
}

@media screen and (max-width: 992px) {
.inner-banner{	
}
.inner-banner.inner-large{	
}
.inner-banner .container-fluid{
	padding:3px 0;
}
.inner-banner.blank{
	padding:0;
	height:1px;
}
.inner-banner.blank .container-fluid{
	padding-top:0px;
	padding-bottom:10px;
}
.inner-banner h1{
	display:none;
}
.inner-search{
	position:relative;
	padding:0 25px;
	background-color:rgba(0,0,0,.9);
	margin-top:0;
	border-bottom:solid 1px rgba(255,255,255,.2);
}
.inner-search form{	
	padding:15px 0;
}
}
@media screen and (max-width: 768px) {
.inner-banner{	
}
.inner-banner .builder-logo{
	top:-100px;
}
.inner-banner .builder-logo img{
	height:50px;
}
}

@media screen and (max-width: 480px) {
.inner-banner{
	margin:0 auto!important;
	padding:0;
}
.inner-banner .builder-logo{
	top:-40px;
	right:15px;
	padding:6px;
}
.inner-banner .builder-logo img{
	height:30px;
}
}
.sort{
	float:right;
	width:250px;
}
@media screen and (max-width: 480px) {
.sort{
	float:none;
	width:100%;
	margin-bottom:20px;
}
}
.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:auto;
	height:65px;
	border:solid 1px #ccc;
	float:left;
	margin:0 10px 0 0;
}
.testimonial .t-con{
	padding:25px;
	background-color:#fff;
	border:solid 1px #ddd;
	position:relative;
	margin:0 0 35px 0;
	color:#111;
	font-style:italic;
	border-radius:10px;
	box-shadow:5px 15px 20px rgba(0,0,0,.1);
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #fff;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:30px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
.testimonial h4{
	color:#d17e1c;
	font-weight:400!important;
}
@media screen and (max-width: 480px) {
.testimonial h4{
	font-size:16px!important;
}
}


.page-call{
	height:90px;
	float:right;
	width:320px;
	font-size:28px;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	line-height:36px;
	text-align:right;
	margin:15px 0 0 0;
	color:#d17e1c;
}
.page-call img{
	float:left;
	margin:0 10px 0 0;
}
@media screen and (max-width: 992px) {
.page-call{
	display:none;
}
}
.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h3{
	padding:10px 0 0 0!important;
	color:#d17e1c;
	font-size:22px;
}
.contact-box h6 a{
	color:#666!important;
}
.shape1{
	width:90px;
	height:90px;
	line-height:90px;
	display:block;
	border:solid;
	border:solid 1px #d17e1c;
	border-radius:100%;
	margin:0 20px 0 0;
	text-align:center;
	color:#666;
	float:left;
}
.shape1 i{
	font-size:46px;
	line-height:90px;
	color:#d17e1c;
}







.contact-form{
	position:relative;
	border:solid 2px #d17e1c;
	text-align:center;
	padding:0 50px 50px 50px;
}
.contact-form .form-heading{
	display:inline-block;
	position:relative;
	z-index:1;
	background-color:#000;
	top:-20px!important;
	padding:0 20px;
}
@media screen and (max-width: 480px) {
.contact-form{
	position:relative;
	border:solid 2px #d17e1c;
	text-align:center;
	padding:0 20px 20px 20px;
}
}
.main {
	position: relative;
	box-shadow: 0px 0px 5px #666666;
}
.top-menu2{
	margin:0;
	width:100%;
	background-color:rgba(0,0,0,1);
}
.top-menu2 ul{
	width:100%;
	text-align:center;
}
.top-menu2 ul li{
	display:inline-block;
	list-style:none;
	margin:0 !important;
}
.top-menu2 ul li a{
	text-decoration:none;
	padding:0 15px;
	display:block;
	line-height:50px;
	font-size:14px;
	color:rgba(255,255,255,1)!important;
	text-transform:uppercase;
	font-weight:500;
}
.top-menu2 ul li a:hover{	
	background-color:#000;
	color:#d17e1c!important;
}
@media screen and (max-width: 992px) {
.top-menu2{
}
.top-menu2 ul li a{
	text-decoration:none;
	padding:0 5px;
	display:block;
	line-height:30px;
	font-size:11px;
	text-transform:capitalize;
}
}
@media screen and (max-width: 480px) {
}
#player_list select {
	height: 30px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/txt-box-bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #FFFFFF;
	line-height: 30px;
	width: 140px;
	padding: 4px;
}
.img1{
	max-width:100%;
	height:auto;
	margin:20px 0 0 0
}
.img_r {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}
.img_l {
	border: 1px solid #cccccc;
	margin-right: 10px;
	float:left;
}

.btn1{
	background-color: #d17e1c;
	color:rgba(0,0,0,.8);
	display:inline-block;
	width:auto;
	padding:0 30px;
	line-height:40px;
	border:0;
	margin:3px 0;
	font-weight:500;
	font-size:15px;
	text-transform:uppercase;
	cursor:pointer;
	color:rgba(0,0,0,.8);
	border:solid 2px rgba(0,0,0,.1);
}
.btn1.full{
	display:block;
	width:100%;
}
.btn1:hover{
	background-color: #000;
	color:#fff;
	border:solid 2px #d17e1c;
}
.btn2 {
    background-color: #d17e1c;
    color: #fff!important;
    display: inline-block;
    width: auto;
    padding: 0 30px;
    line-height: 40px;
    border: 0;
    margin: 3px 0;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    border: solid 2px #d17e1c;
}
.btn2 img{
	height:30px;
	display:inline-block;
	margin:0 5px 0 0;
}
.btn2.full{
	display:block;
	width:100%;
}
.btn2:hover{
	background-color:#d17e1c;
	color:rgba(0,0,0,.8)!important;
}
.btn3{
	display:inline-block;
	font-weight:500;
	background-color:#d17e1c;
	line-height:35px;
	color:#FFF!important;
	text-decoration:none;
	padding:0px 20px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	cursor:pointer;
	font-size:16px!important;
}
.btn3:hover{
	color:#d17e1c;
}
.btn4{
	background-color: rgba(0,0,0,1);
	color:#d17e1c!important;
	display:inline-block;
	width:auto;
	padding:0 30px;
	line-height:40px;
	margin:3px 0;
	font-weight:500;
	font-size:15px;
	text-transform:uppercase;
	cursor:pointer;
	color:rgba(0,0,0,.8);
	border:solid 2px #d17e1c;
	text-align:center;
}
.btn4.sm{
	padding:0 10px;
	line-height:40px;
	margin:3px 0;
	font-weight:normal;
	font-size:13px;
}
.btn4.full{
	display:block;
	width:100%;
}
.btn4:hover{
	color:rgba(0,0,0,.8);
}
.btn4-2{
	background-color: #d17e1c;
	color:#000!important;
	display:inline-block;
	width:auto;
	padding:0 30px;
	line-height:40px;
	border:0;
	margin:3px 0;
	font-weight:normal;
	font-size:15px;
	font-family: 'ProximaNovaSemibold';
	text-transform:uppercase;
	cursor:pointer;
	color:rgba(0,0,0,.8);
	border:solid 2px #d17e1c;
}
.btn4-2.full{
	display:block;
	width:100%;
}
.btn4-2:hover{
	color:#d17e1c;
}
.btn4-3{
	background-color: rgba(0,0,0,1);
	color:#d17e1c!important;
	display:inline-block;
	width:auto;
	padding:10px 80px;
	line-height:40px;
	border:0;
	margin:3px 0;
	font-weight:normal;
	font-size:15px;
	font-family: 'ProximaNovaSemibold';
	text-transform:uppercase;
	cursor:pointer;
	color:rgba(0,0,0,.8);
	border:solid 2px #d17e1c;
}
.btn5{
	background-color: #000;
	color:#d17e1c!important;
	display:inline-block;
	width:auto;
	padding:0 30px;
	line-height:40px;
	border:0;
	margin:3px 0;
	font-weight:normal;
	font-size:15px;
	font-family: 'ProximaNovaSemibold';
	text-transform:uppercase;
	cursor:pointer;
	color:rgba(0,0,0,.8);
	border:solid 2px rgba(0,0,0,.1);
}
.btn5.full{
	display:block;
	width:100%;
}
.btn5:hover{
	color:rgba(0,0,0,.8);
}
.btn-plus{
	background-color: #000;
	display:inline-block;
	width:auto;
	padding:0 10px;
	line-height:35px!important;
	border:0;
	margin:0;
	font-weight:normal;
	font-size:35px;
	font-family: 'ProximaNovaSemibold';
	text-transform:uppercase;
	cursor:pointer;
	color:#d17e1c;
}

.blogs{
	width:100%;
	background-color:#fff;
	padding:15px;	
	margin:0 0 30px 0;
	color:#333;
	text-align:left;
	border-radius:5px;
	box-shadow:0px 3px 8px rgba(0,0,0,.1);
}
.blogs .b-thumb{
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
	margin:0 20px 0 0;
	border:solid 1px #ddd;
}
.blogs h3{
	padding:0 0 0 0!important;
	margin:0 0 10px 0!important;
}
.blogs h3 a{	
}
.blogs h3 a:hover{
	color:inherit!important;
}
.blogs h3 strong{
	font-size:14px;
	margin-left:15px;
	font-weight:500;
	color:#d17e1c;
}
.blogs h3 strong i{
	margin-right:5px;
}
.blogs .b-thumb img{
	min-height:200px;
	width:100%;
	height:auto;
	margin:0;	
}
.blogs .btn3{
	margin:15px 0 0 0;
}
.blogs ul.social{
	margin:0!important;
	padding:0!important;
	width:100%;
	display:block;
}
.blogs ul.social:before, .blogs ul.social:after{
	display: table;
	content: "";
}
.modal-body ul.social:after{	
	clear: both;
}
.blogs .social li{
	display:inline-block;	
	list-style:none;
	margin:0 5px 5px 0!important;
	padding:0!important;
	border:0;
}
.blogs .social li a{
	padding:0;
	margin:0;
	text-align:center;
	display:block;	
}
.blogs .social a i{
}
.blogs .social a:hover i{
}
.blogs .blog-img{
	width:100%;
	height:auto;
	text-align:center;
	margin:20px 0 0 0;
}
.blogs .blog-img img{
	width:auto;
	height:auto;
	max-width:100%;
	border:solid 1px #ccc;
}
.blogs .img-tag{
	text-align:center;
	font-style:italic;
	color:#666;
	margin:0 0 20px 0;
}
.blogs .blog-more-details{
}
.blogs .blog-more-details span{
    margin:0 10px 0 0;
    color:#666;
}
.blogs .blog-more-details span i{
    color:#d17e1c;
    margin:0 5px 0 0;
}
.blogs .blog-more-details span a{
    color:#666;
}
.blogs .blog-more-details .tags{
}
.blogs .blog-more-details .tags strong{
    background-color:#ccc;
    border-radius:5px;
    padding:5px 7px;
    display:inline-block;
    font-size:12px;
    font-weight:400;
    line-height:16px;
    margin:0 8px 8px 0;
	color:rgba(0,0,0,.8);
	font-weight:500;
}
@media screen and (max-width: 600px) {
.blogs{
	width:100%;
	padding:25px;
	box-shadow:0px 5px 15px rgba(0,0,0,.1);
	margin:0 0 30px 0;
}
.blogs .b-thumb{
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 0 20px 0;
}
}
.map{
	border:solid 2px #d17e1c;
	padding:10px 10px 0 10px;
	background-color:#fff;
}

.list1 {
	text-decoration: none;
	text-align: left;
}
.list1 li {
	text-decoration: none;
	list-style-type: none;
}
.list1 li a {
	color: #0084C4;
	text-decoration: none;
	display: block;
	padding-left: 12px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.list1 li img {
	float: left;
	margin-right: 5px;
}

.list1 li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.list2 {
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
}
.list2 li {
	list-style-type: none;
	float:left;
	width:48%;
	margin:1%;
}
.list2 li a {
	color: #777777;
	text-decoration: none;
	display: block;
	font-size: 18px;
	text-align:center;
}
.list2 li a i{
	color: #fff;
	background-color:#999;
	padding:20px;
	font-size:30px;
	height:30px;
	width:30px;
	text-align:center;
	border-radius:50%;
	border:solid 3px #888;
}
.list2 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list2 li a:hover i{
	background-color:#fff;
	color:#333;
	border:solid 3px #888;
}
.list4 {
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
}
.list4 li {
	text-decoration: none;
	list-style-type: none;
	height: 35px;
}
.list4 li a {
	color: #333333;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
	line-height: 34px;
	height: 34px;
}
.list4 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list4 li a img {
	float: left;
	margin-right: 5px;
}
.list5 {
	text-decoration: none;
}
.list5 li {
	list-style-type: none;
	float: left;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
}
.list5 li a {
	float: left;
	color: #666666;
	text-decoration: none;
	line-height: 25px;
	font-size: 11px;
}
.list5 li a:hover {
	text-decoration: underline;
}


.list-amenities{
	margin:0 0 15px 0;
}
.list-amenities:before, .list-amenities:after{
	display: table;
	content: "";
}
.list-amenities:after{	
	clear: both;
}
.list-amenities li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:left;
	width:31.33%;
}
.list-amenities li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f00c";
	color: #d17e1c;
	font-size:18px;
}



@media screen and (max-width: 480px) {
.list6 {
	text-decoration: none;
}
.list6 li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	float: none;
	width: auto;
	padding-left: 22px;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
}

.dynamic{
}
.dynamic ul{
	margin:15px 0 0 15px;
}
.dynamic ul li{	
}

.dynamic ol{
	margin:0 0 30px 20px;
}
.dynamic ol li{
	margin: 0 0 10px 0;
}
.dynamic section table{
	width:100%;
}
.dynamic section table td{
	border:solid 1px #eee;
	padding:5px 10px;
}
.dynamic section table th{
	border:solid 1px #eee;
	padding:5px 10px;
	background-color:#f7f7f7;
}

.dynamic2{
}
.dynamic2 ul{
	margin:0 0 30px 0;
}
.dynamic2 ul li{
	list-style-type: none;
	padding:0 0 0 24px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 5px 0;
	text-align:left;
}
.dynamic2 ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -24px;
    content: "\f18e";
	color: #d17e1c;
	font-size:18px;
}

.builders{	
}
.builders ul{
	margin:20px 0 0 0;
}
.builders ul:before, .builders ul:after{
	display: table;
	content: "";
}
.builders ul:after{	
	clear: both;
}
.builders ul li{
	list-style:none;
	float:left;
	width:19%;
	border:solid 5px #d17e1c;
	padding:10px 0;
	background-color:#fff;
	text-align:center;
	margin:.5%;
}
.builders ul li img{
	height:60px !important;
	width:auto !important;
	max-width:100%;	
}
@media screen and (max-width: 992px) {
.builders ul li{
	width:31%;
	border:solid 5px #d17e1c;
	padding:10px 0;
	margin:1%;
}
}
@media screen and (max-width: 768px) {
.builders ul li{
	width:46%;
	border:solid 5px #d17e1c;
	padding:10px 0;
	margin:2%;
}
}
@media screen and (max-width: 480px) {
.builders ul li{
	width:46%;
	border:solid 2px #d17e1c;
	padding:3px 0;
	margin:2%;
}
.builders ul li img{
	height:50px !important;
}
}
.clients{
	height:auto;
	padding:18px 0;
	background-color:#d17e1c;
	border-top:solid 5px rgba(255,255,255,.8);
}
.clients  img{
	height:90px !important;
	width:auto !important;
	margin:0 10px;
	border:solid 5px rgba(255,255,255,.8);
	padding:0;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
.clients img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.team{
	border:solid 2px #d17e1c;
	padding:15px;
	margin:15px 0;
}
.team .tm-1{
	width:250px;
	height:250px;
	border-radius:100%;
	float:left;
	margin:0 30px 0 0;
	padding:0;
	overflow:hidden;
	/*background: -webkit-linear-gradient(5deg, #d17e1c, #c2932d, #eccc66);
	background: linear-gradient(5deg, #d17e1c, #c2932d, #eccc66);*/
}
.team .tm-1 img{
	width:100%;
	height:auto;
	border-radius:250px;
}
.team .tm-2{
	width:250px;
	height:250px;
	border-radius:100%;
	float:right;
	margin:0 0 0 30px;
	padding:0;
	overflow:hidden;
}
.team .tm-2 img{
	width:100%;
	height:auto;
	border-radius:250px;
}

@media screen and (max-width: 768px) {
.team .tm-1{
	width:250px;
	height:250px;
	border-radius:100%;
	float:none;
	margin:0 auto 20px auto;
	padding:0;
	overflow:hidden;
	/*background: -webkit-linear-gradient(5deg, #d17e1c, #c2932d, #eccc66);
	background: linear-gradient(5deg, #d17e1c, #c2932d, #eccc66);*/
}
.team h4{
	text-align:center!important;
}
.team .tm-2{
	width:250px;
	height:250px;
	border-radius:100%;
	float:none;
	margin:0 auto 20px auto;
	padding:0;
	overflow:hidden;
}
.team h4{
	text-align:center!important;
}
}


.tbl1 {	
}
.tbl1 th {	
}
.tbl1 td{
	line-height:normal;
	padding:7px 0;
}
.tbl1 td strong{
	font-size:13px;
	color:#d17e1c;
}
.tbl1 a {
	
}

.txt1 {
	font-weight: bold;
	color: #143F47;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97D5E1;
	
}
.txt1 a {
	color: #E7420F;
	text-decoration: none;
}

.txt2 {
	font-size: 11px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.txt3 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.txt4 {
	color: #FB8004;
	text-decoration: none;
}
.txt4_2 {
	color: #4DA60B;
	text-decoration: none;
	font-weight: lighter;
}
.txt5 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-decoration: none;
}
.txt6 {
	font-size: 13px;
	font-weight: bold;
	color: #EA5E00;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	text-align: left;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.txt6_1 {
	font-size: 13px;
	font-weight: bold;
	color: #009999;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt6_2 {
	
	font-size: 17px;
	font-weight: bold;
	color: #FB8004;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C0A2;
	text-align: left;
	height: 24px;
	line-height: 17px;
	padding-bottom: 3px;
}
.txt6_3 {
	
	font-size: 17px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C0A2;
	text-align: left;
	height: 24px;
	line-height: 17px;
	padding-bottom: 5px;
}
.txt6_4 {
	
	font-size: 13px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C0A2;
	text-align: left;
	padding-bottom: 3px;
}
.txt7 {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.txt7_2 {
	font-weight: lighter;
	color: #0099CC;
	text-decoration: none;
}
.txt7_3 {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	
	font-size: 13px;
}
.txt9 {
	font-weight: bold;
	color: #4DA60B;
	text-decoration: none;
	font-size: 13px;
}
.txt11 {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #FB8004;
	font-size: 11px;
}
.txt11_1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #0084C4;
}
.txt11_2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #FB8004;
}
.txt11_3 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}
.txt12 {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	margin-bottom: 3px;
	line-height: 14px;
}
.txt13 {
	
	font-size: 13px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	background-image: url(../images/bullet10.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;
	padding-left: 20px;
}
.txt14 {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4DA60B;
	font-size: 13px;
}
.rupee1 {
	background-image: url(../images/icon_rupee.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 17px;
	font-weight: lighter;
}
.rupee2 {
	background-image: url(../images/icon_rupee.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
}
.cross {
	text-decoration: none;
	float: right;
	color: #333;
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	margin-top: 6px;
}


.g-border{
	border:solid 2px #d17e1c;
	padding:50px;
}

@media screen and (max-width: 768px) {
.g-border{
	border:solid 2px #d17e1c;
	padding:20px;
}
}
.explore{
}
.more a{
	text-decoration:underline!important;
	font-weight:700;
}
.link-1 {
	text-decoration:underline!important;
}
.link2 {
	font-weight: bold;
	color: #1F5EAB;
	text-decoration: none;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	line-height: 20px;
	height: 20px;
}
.link2:hover {
	color: #333333;
	text-decoration: underline;
}
.link_search {
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../images/search-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #97D3EA;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.link3 {
	background-image: url(../images/search_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	height: 20px;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 5px;
	color: #333333;
}
.link3:hover {
	color: #F21B23;
	text-decoration: none;
}


.link4 {
	color: #4DA60B;
	text-decoration: none;
}
.link4:hover {
	text-decoration: underline;
}

.link5 {
	font-size: 13px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	float: right;
}
.link6 {
	background-color: #f9f9f9;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	float: left;
	width: 285px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.link6:hover {
	background-color: #FFFFFF;
}
.link7 {
	float: right;
	border: 1px solid #333333;
	margin-top: 3px;
	background-image: url(../images/tm.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	line-height: 22px;
	height: 22px;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
}
.link8 {
	text-decoration: none;
}
.link8 li {
	text-decoration: none;
	list-style-type: none;
	font-size: 13px;
	line-height:35px;
	font-weight: bold;
	display: block;
	float:left;
	width:25%;
}
.link8 li a {
	text-decoration: none;
	background-image: url(../images/bullet8.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	color:#333;
}
@media screen and (max-width: 480px) {
	.link8 li {
	text-decoration: none;
	list-style-type: none;
	font-size: 13px;
	line-height:35px;
	font-weight: bold;
	display: block;
	float:none;
	width:100%;
}
}

.page_nation {
	text-decoration: none;
	line-height: 30px;
	margin:20px 0 0 0;
	text-align:left;
}
.page_nation a {
	text-decoration: none;
	color: #d17e1c!important;
	border:solid 1px #d17e1c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	padding:0 10px;
	margin:0 0 0 5px;
	font-weight: lighter;
	display:inline-block;
}
.page_nation .pn-sel {
	color: rgba(0,0,0,.8);
	text-decoration: none;
	background-color: #d17e1c;
	border:solid 1px #d17e1c;
	font-size: 13px;
	line-height: 30px;
	padding:0 10px;
	margin:0 0 0 5px;
	font-weight: bold;
	display:inline-block;
}
.page_nation a:hover {
	color: #fff;
	background-color: #333;
}



.detail-page{
	position:relative;
}
.detail-page .container2{
	background-color:#fff;
	box-shadow:inset 0px 0px 60px rgba(0,0,0,.07);
}
.detail-page .container-fluid{	
}
.anchor{
	position: relative;
	left: 0px;
	top: -60px;	
}
.detail-page .detail-left{
	float:left;
	width:70%;
	position:relative;
}
.detail-page .detail-right{
	float:left;
	width:30%;
	padding-left:40px;
}
.detail-page section{
	position: relative;
}
.detail-page section .form-cont{
	font-size:11px;
	text-align:center;
	line-height:normal;
	border-top:solid 1px #d17e1c;
	margin-top:23px;
	padding-top:25px;
}
.detail-page section .form-cont img{
	width:32px;
	height:auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.detail-page section h4{
	color:#111!important;
	font-weight:500!important;
	border-bottom:solid 1px #ddd;
	font-size:22px;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	text-transform:uppercase;
	text-align:left;
}
.detail-page section .table{
	background-color:#fff;
}
.detail-page section .table th, .detail-page section .table td { 
}
.detail-page .detail-right ul.location-list{
	list-style:none;
}
.detail-page .detail-right ul.location-list li{
	list-style:none;
}
.detail-page .detail-right ul.location-list li a{
	display:block;
	color:#666;
	padding:2px 0;
}
.detail-page .detail-right ul.location-list li a i{
	color:#d17e1c;
	margin:0 7px 0 0;	
}
.amenities{	
	margin:0!important;
}
.amenities:before, .amenities:after{
	display: table;
	content: "";
}
.amenities:after{	
	clear: both;
}
.amenities li{
	list-style-type: none;
	margin:20px 0;
	text-align:center;
	float:left;
	width:20%;
	line-height:normal;
	font-size:13px;
}
.amenities li img{
	display:block;
	clear:both;
	margin:0 auto 10px auto;
	width:64px!important;
	height:64px!important;
}

.details{	
	margin:0!important;
}
.details:before, .details:after{
	display: table;
	content: "";
}
.details:after{	
	clear: both;
}
.details li{
	list-style-type: none;
	margin:10px 0;
	text-align:center;
	float:left;
	width:20%;
	line-height:normal;
	font-size:13px;
}
.details li strong{
}
.details li img{
	display:block;
	clear:both;
	margin:0 auto 6px auto;
	width:64px;
	height:auto;
}
@media screen and (max-width: 992px) {
.detail-page .detail-left{
	float:none;
	width:100%;
}
.detail-page section{
	text-align:justify;	
}
.detail-page section h4{
	font-size:17px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
.detail-page .detail-right{
	float:none;
	width:100%;
	padding-left:0;
}
.amenities li{
	list-style-type: none;
	margin:20px 0;
	text-align:center;
	float:left;
	width:25%;
	line-height:normal;
	font-size:12px;
}
.details li{
	width:25%;
}
}
@media screen and (max-width: 768px) {
.amenities li{
	width:33.33%;
}
.details li{
	width:33.33%;
}
}
@media screen and (max-width: 480px) {
.amenities li{
	width:50%;
}
.details li{
	width:50%;
}
}



.left-fix{
	position:fixed;
	left:0;
	z-index:10;
	top:45%;
	width:35px;
	text-align:center;
}
.left-fix a{
	color:#fff;
	text-decoration:none;
}
.left-fix i{
	color:rgba(0,0,0,.9);
	font-size:16px;
	background-color:#5e7557;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.left-fix i.two{
	background-color:#d17e1c;
}
@media screen and (max-width: 768px) {
.left-fix{
	width:20px;
}
.left-fix i{
	font-size:12px;
	width:20px;
	height:20px;
	line-height:20px;
}
}
.looking-strip{
	position:relative;
	background: -webkit-linear-gradient(5deg, #d17e1c, #c2932d, #eccc66);
	background: linear-gradient(5deg, #d17e1c, #c2932d, #eccc66);
	background-color:#d17e1c;
	padding:30px;
	width:100%;
	color:rgba(0,0,0,.9);
}
.looking-strip img{
	position:absolute;
	z-index:1;
	left:-10px;
	bottom:0;
}
.looking-strip i{
	margin:8px 5px 0 0;
	float:left;
}
.looking-strip h4{
	color:rgba(0,0,0,.9);
	font-size:22px!important;
	margin:0!important;
	line-height:normal;
	font-family: 'ProximaNovaRegular'!important;
}
.looking-strip h6{
	color:rgba(0,0,0,.9);
	margin:0!important;
	line-height:normal!important;
	font-style:normal;
	font-size:20px!important;
}
@media screen and (max-width: 768px) {
.looking-strip{	
	padding:10px 10px 160px 10px;	
}
.looking-strip h4{
	color:#fff!important;
	font-size:16px!important;
	margin:0!important;
	line-height:normal;
}
.looking-strip i{
	font-size:42px!important;
}
}

.form-control::placeholder {
    color: #111!important;
    opacity: 1;
}
::-webkit-input-placeholder { /* Chrome */
  color: #111;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #111;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #111;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #111;
  opacity: 1;
}
input[type="text"] {
	font-size: 15px;
	border: 0px;
	border:solid 1px #ddd;
	color: #111;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 44px;
	margin:3px 0!important;
	background-color:#FFF;
	border-radius:0;
	line-height:1!important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border:solid 1px #d17e1c;
}
input[type="tel"] {
	font-size: 15px;
	border: 0px;
	border:solid 1px #ddd;
	color: #111;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 44px;
	margin:3px 0!important;
	background-color:#FFF;
	border-radius:0;
	line-height:1!important;
}
input[type="number"] {
	font-size: 15px;
	border: 0px;
	border:solid 1px #ddd;
	color: #111;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 44px;
	margin:3px 0!important;
	background-color:#FFF;
	border-radius:0;
	line-height:1!important;
}
input[type="email"] {
	font-size: 15px;
	border: 0px;
	border:solid 1px #ddd;
	color: #111;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 44px;
	margin:3px 0!important;
	background-color:#FFF;
	border-radius:0;
	line-height:1!important;
}
input[type="password"] {
	font-size: 15px;
	border: 0px;
	border:solid 1px #ddd;
	color: #111;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 44px;
	margin:3px 0!important;
	background-color:#FFF;
	border-radius:0;
	line-height:1!important;
}
.contact-field{
	margin:0px 0 0 0;
	position:relative;
}
.contact-field:before, .contact-field:after{
	display: table;
	content: "";
}
.contact-field:after{	
	clear: both;
}
.contact-field .cc{
	float:left;
	width:40%;
	position:relative;
	margin-right:2%;
}
.contact-field .mn{
	float:left;
	width:58%;
	position:relative;
}


select {
	font-size: 15px!important;
	border: 0px;
	border:solid 1px #ddd;
	color: #111;
	padding: 0 0 0 5px!important;
	width: 100%!important;
	text-decoration: none;
	height: 44px;
	margin:3px 0!important;
	background-color:#fff;
	border-radius:0;
	line-height:1!important;
}
select option {	
	color: #666;
}
textarea {
	font-size: 15px!important;
	border: 0px;
	border:solid 1px #ddd;
	color: #111;
	padding: 10px 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 65px;
	line-height:22px!important;
	margin:3px 0!important;
	background-color:#fff;
	border-radius:0;
}
form{
}


.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 46px!important;
  margin-bottom: 0;
  margin:3px 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 44px!important;
  padding: 0 10px!important;
  line-height: 44px!important;
  color: #111!important;
  background-color: #fff!important;
  border: 1px solid #ddd!important;
  border-radius: 0!important;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 42px!important;
  padding: 0 15px!important;
  line-height: 42px!important;
  color: rgba(0,0,0,.8)!important;
  content: "Browsedfgd";
  background-color: #eee!important;
  border-left: 1px solid #ddd!important;
  border-radius: 0!important;
}




.fi{
	position:absolute;
	color:#006699;
	left:30px;
	top:15px;
	font-size:20px;
}
.f-user:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-email:before {
    content: "\f2b7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-map:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-pin:before {
    content: "\f278";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-pin:before {
    content: "\f278";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-globe:before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-short:before {
    content: "\f036";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-inr:before {
    content: "\f156";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-message:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 12px;
    left: 20px;
}
.f-mobile:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 26px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-phone:before {
    content: "\f2a0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 22px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-pass:before {
    content: "\f084";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 26px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-floor:before {
    content: "\f0f7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 22px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-hand:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-home:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-area:before {
    content: "\f1fe";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d17e1c;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #EEE;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.social{
}
.social a .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0px;
}
.social a .fa:hover {
    opacity: 0.7;
}

.social a .fa-facebook-f {
  background: #3B5998;
  color: white;
}
.social a .fa-twitter {
  background: #55ACEE;
  color: white;
}
.social a .fa-google-plus-g {
  background: #dd4b39;
  color: white;
}
.social a .fa-whatsapp {
  background: #2fb444;
  color: white;
}

.social a .fa-linkedin {
  background: #007bb5;
  color: white;
}
.social a .fa-youtube {
  background: #bb0000;
  color: white;
}
.social a .fa-instagram {
  background: #125688;
  color: white;
}
.social a .fa-pinterest {
  background: #cb2027;
  color: white;
}
.social a .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.social a .fa-skype {
  background: #00aff0;
  color: white;
}
.social a .fa-android {
  background: #a4c639;
  color: white;
}
.social a .fa-dribbble {
  background: #ea4c89;
  color: white;
}
.social a .fa-vimeo {
  background: #45bbff;
  color: white;
}
.social a .fa-tumblr {
  background: #2c4762;
  color: white;
}
.social a .fa-vine {
  background: #00b489;
  color: white;
}
.social a .fa-foursquare {
  background: #45bbff;
  color: white;
}
.social a .fa-stumbleupon {
  background: #eb4924;
  color: white;
}
.social a .fa-flickr {
  background: #f40083;
  color: white;
}
.social a .fa-yahoo {
  background: #430297;
  color: white;
}
.social a .fa-soundcloud {
  background: #ff5500;
  color: white;
}
.social a .fa-reddit {
  background: #ff5700;
  color: white;
}
.social a .fa-rss {
  background: #ff6600;
  color: white;
}
.captcha{
    text-align:center;
    width:227px!important;
    height:57px!important;
    overflow:hidden;
    margin:0 auto!important;
    display:inline-block!important;
}
.captcha .g-recaptcha{
    margin:0 auto!important;
    display:inline-block!important;
}
#rc-imageselect {transform:scale(0.75);-webkit-transform:scale(0.75);transform-origin:0 0;-webkit-transform-origin:0 0;}

.presence{
	text-align:center;
	margin:20px 0;
}
.presence i{
	width:90px;
	height:90px;
	line-height:80px;
	font-size:40px;
	background-color:#d17e1c;
	color:#fff;
	margin:0 0 25px 0;
	box-shadow:10px 10px 0px #ccc;
	border-right:solid 5px #fff;
	border-bottom:solid 5px #fff;
}
.presence iframe{
	width:100%!important;
	height:200px!important;
	padding:10px;
	box-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.presence h3{
	color:#111!important;
}
.presence h6{
	color:#555!important;
}
.presence h6 a{
	color:#555!important;
}






.footer3 {
	background-color: #EEEEEE;
	height: 300px;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer3 h5 {
	color: #333333;
	text-decoration: none;
	border-bottom-color: #999999;
}

.footer3 td {
	padding-right: 15px;
}
.r-fix{
	position:fixed;
	z-index:100;
	right:0;
	top:50%;
	margin:-65px 0 0 0;
	height:130px;
}
.r-fix a {
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    line-height: 40px;
    background-color: #f8f9fa;
    border-radius: 10px 0 0 10px;
    color: #d17e1c!important;
    width: 180px;
    margin: 2px -140px 2px 0;
    height: 40px;
    transition: .8s;
    font-weight: 500;
    font-size: 14px;
}
.r-fix a i{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#d17e1c;
	font-size:18px;
}
.r-fix a.r-two{
	top:45px;
}
.r-fix a.r-three{
	top:90px;
}
.r-fix a:hover{
	margin:2px 0 2px 0;
}

.f-fix{
	position:fixed;
	width:100%;
	z-index:10;
	left:0;
	bottom:0;
	background-color:#d17e1c;
	line-height:normal;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.f-fix a{
	float:left;
	width:25%;
	text-align:center;
	line-height:normal;
	display:block;
	font-weight:500;
	color:rgba(0,0,0,.8)!important;
	padding:5px 0;
	font-size:9px;
	text-transform:uppercase;
	box-shadow:inset 1px 0px 0px 0px rgba(0,0,0,.2);
}
.f-fix a i{
	font-size:20px;
	display:block;
	margin-bottom:5px;
}
.f-fix a.f-l{
	box-shadow:inset 1px 0px 0px 0px rgba(0,0,0,0);
}
.f-fix a.for-detail{ display:none;}
.f-fix a.hide-detail{ display:block;}

.footer2{
	background: -webkit-linear-gradient(45deg, #111 0%, #111 50%, #111 100%);
	background: linear-gradient(45deg, #111 0%, #111 50%, #111 100%);
	background-color: #111;
	color: rgba(255,255,255,.85);
	text-decoration: none;
	padding: 20px 0 0 0;
	border-top:solid 2px #fff;	
}
.footer2 .container-fluid{
	padding-top: 30px;
	padding-bottom: 10px;
}
.footer2 h4{
	font-size: 18px!important;
	color: #d17e1c;
	position:relative;
	padding:0 0 15px 0!important;
	margin:0 0 15px 0!important;
}
.footer2 h4 span{
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	border-top:solid 2px #d17e1c;
	height:5px;
}
.footer2 ul {
	text-decoration: none;
}
.footer2 ul li {
	list-style-type: none;
}
.footer2 ul li a {
	text-decoration: none;
	color: rgba(255,255,255,.85);
	padding:5px 0;
	display:block;	
}
.footer2 ul li a:hover {
	color:#d17e1c!important;
}
.footer2 ul li i {
	float:left;
	font-size:18px;
	margin:5px 0 0 0;
	width:28px;
	text-align:center;
}


.footer2 ul.locality {
	text-decoration: none;
}
.footer2 ul.locality li {
	list-style-type: none;
	display:inline-block;
	margin:2px 5px 5px 0;
}
.footer2 ul.locality li a {
	text-decoration: none;
	color: rgba(255,255,255,.7);
	padding:5px 0;
	display:block;
	background-color:rgba(255,255,255,.1);
	padding:0 8px;
	font-size:13px;
}


.ul.social{
	margin:0!important;
	padding:0!important;
	width:100%;
	display:block;
}
ul.social:before, ul.social:after{
	display: table;
	content: "";
}
ul.social:after{	
	clear: both;
}
.social li{
	float:left;
	list-style:none;
	margin:0 5px 5px 0!important;
	padding:0!important;
	border:0;
}
.social li a{
	padding:0;
	margin:0;
	text-align:center;
	display:block;	
}
.footer2 .counter .counter-value{
	display:inline-block;
	font-size:30px;
	font-weight:500;
}
.footer2 .counter .plus{
	display:inline-block;
	font-size:30px;
	font-weight:500;
}
.footer2 .counter h5{
	color:#999!important;
	margin:0 !important;
	padding:0!important;
	line-height:10px;
}
.footer2 .call{
	margin:30px 0 0 0;
}
.footer2 .call h5{
	font-size:14px!important;
}
.footer2 .call i{
	font-size:45px;
	line-height:normal;
	float:left;
	margin:0 10px 0 0;
}
.footer2 .call a{
	color:#ffe45c;
	font-size:20px;
	line-height:normal;
}
@media screen and (max-width: 992px) {
.footer2{
	padding:0;
}
.footer2 .container-fluid{
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer2 h4{
	font-size: 16px;
	text-decoration: none;
	font-weight:300!important;
	color: #fff;
	position:relative;
	padding:0 0 10px 0!important;
	margin:20px 0 10px 0!important;
}
.footer2 ul li a {
	text-decoration: none;
	line-height: normal;
	height: auto;
	padding:5px 0;
}
.footer2 ul.locality li {
	list-style-type: none;
	display:inline-block;
	margin:2px 5px 5px 0;
}
.footer2 ul.locality li a {
	text-decoration: none;
	color: rgba(255,255,255,.9);
	padding:2px 0;
	display:block;
	background-color:rgba(255,255,255,.1);
	padding:0 5px;
}
}
.footer {
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #0b0b0b;
	color: rgba(255,255,255,.85);
}
.footer .container-fluid{
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer a {
	color: rgba(255,255,255,.85);
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footer a:hover {
	color:#d17e1c!important;
	text-decoration: underline;
}
.footer br {
	display:none;
}
@media screen and (max-width: 992px) {
.footer br {
	display:block;
}
.footer {
	padding-bottom: 52px;
	text-align:center;
}
.footer .text-right {
	text-align:center!important;
}
}


ul.breadcrumb {
    padding: 0!important;
	margin:0!important;
    list-style: none;
    background-color: rgba(255,255,255,0);
	color:#fff;
}
ul.breadcrumb li {
    display: inline;
    font-size: 13px;
	color:#fff;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #ccc;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #efcf26;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}	



.modal{
	background-color:rgba(0,0,0,.7);
}
.modal-lg {
    max-width: 1000px!important;
}
.modal-content {  
  border: 0px solid rgba(255, 255, 255, 0.5)!important;
  border-radius: 0!important;
  outline: 0;
  box-shadow:15px 15px 25px rgba(0,0,0,.3);
  background-color:#fffcf3 !important;
  border:solid 0px #d17e1c!important;
}
.modal-body {  
  padding: 0!important;
  padding:0!important;
  position:relative;
}
.modal-content .modal-header{
	text-align:center!important;
	border-bottom:solid 1px #d17e1c;
}
.modal-content .modal-header{
	text-align:center!important;
}
.modal-content h4{
	color:#111;!important;
	text-transform:capitalize;
}
.modal-content .close {
	position:absolute;
	z-index:10;
	right:0;
	font-size: 22px!important;
	line-height: 1;
	color: #d17e1c;
	text-shadow: 0 0px 0 rgba(255,255,255,0);
	opacity: 1;
	margin:-15px -15px 0 0;
	background-color:#000;
	width:39px;
	height:39px;
	line-height:22px!important;
	border-radius:100%;
	padding:0;
	border:solid 2px #d17e1c;
}
.modal-content .close:hover {
	color: #d17e1c;
	opacity: 1;
	background-color:#000;	
}
@media screen and (max-width: 575px) {
.modal-content .close {
	position:absolute;
	z-index:10;
	right:0;
	font-size: 18px!important;
	line-height: 1;
	color: #d17e1c;
	text-shadow: 0 0px 0 rgba(255,255,255,0);
	opacity: 1;
	margin:-5px -5px 0 0;
	background-color:#000;
	width:30px;
	height:30px;
	line-height:18px!important;
	border-radius:100%;
	padding:0;
	border:solid 2px #d17e1c;
}
}
.modal-body ul.social{
	margin:0!important;
	padding:0!important;
	width:100%!important;
	display:block!important;
	text-align:center!important;
}
.modal-body ul.social:before, .modal-body ul.social:after{
	display: table;
	content: "";
}
.modal-body ul.social:after{	
	clear: both;
}
.modal-body ul.social li{
	float:none;
	display:inline-block!important;
}
.modal-body .social li a{	
}
.modal-body .social a i{
	
}
.modal-body .social a:hover i{
	
}
.modal-footer{
    display: block!important;
    display: block!important;
    display: block!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center!important;
    padding: 30px 10px!important;
	text-align:center!important;
    border-top:solid 1px #d17e1c!important;
	line-height:normal;
	font-size:12px
}
.modal-footer img{
	width:36px;
	height:auto;
}
.modal-footer h5, .modal-footer h6 {
	color:#d17e1c!important;
}
.modal-footer h5, .modal-footer span br{
	display:none;
}
@media screen and (max-width: 520px) {
.modal-footer h5, .modal-footer span br{
	display:block;
}
}
g-recaptcha{
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner img {
  width:100%;
  height:auto;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 2s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

#demo .carousel-control-prev, #demo .carousel-control-next {
  position: absolute;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  margin-top:-25px;
  color: #d17e1c;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,.75);
  display:none;
}

#demo .carousel-control-prev:hover, #demo .carousel-control-prev:focus,
#demo .carousel-control-next:hover,
#demo .carousel-control-next:focus {
  color: #d17e1c;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo .carousel-control-prev {
  left: 52px;
}

#demo .carousel-control-next {
  right: 52px;
}
#demo .carousel-indicators {
  bottom: 150px;
  display:none;
}
#demo .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 360px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow:1px 1px 5px rgba(0,0,0,.8);
  display:none;
}
#demo .carousel-caption h3{
	font-size:32px!important;
	text-transform:uppercase;
	margin:0 0 0px 0!important;
	color:#fff;
}
#demo .carousel-caption p{
	font-size:15px!important;
	font-style:italic;
}
#demo .carousel-caption p strong{
	font-size:14px!important;
	color:#d17e1c;
}
@media screen and (max-width: 1200px) {
}

#demo2 .carousel-indicators {
  bottom: 40px;
}
#demo2 .carousel-caption {
  position: absolute;
  right: 15%;
  top: 40%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
#demo2 .carousel-control-prev, #demo2 .carousel-control-next {
  position: absolute;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height:30px;
  margin-top:-15px;
  color: rgba(0,0,0,.8)!important;
  text-align: center;
  opacity: 1;
  font-size:16px;
  background-color:#d17e1c;
}
#demo2 .carousel-control-prev {
  left: -30px;
}
#demo2 .carousel-control-next {
  right: -30px;
}
@media screen and (max-width: 768px) {
#demo2 .carousel-control-prev, #demo2 .carousel-control-next {
  width: 20px;
  height:20px;
  margin-top:-10px;
  font-size:12px;
  background-color:#d17e1c;
}
#demo2 .carousel-control-prev {
  left: -20px;
}
#demo2 .carousel-control-next {
  right: -20px;
}
}


#demo3 .carousel-indicators {
  bottom: 40px;
}
#demo3 .review{
	background-color:#fff;
	border:solid 1px #ddd;
	padding:40px 20px 10px 20px;
	position:relative;
	margin:50px 20px 20px 20px;
	font-style:italic;
	text-align:center;
	border-radius:25px;
	/*box-shadow:0px 5px 10px #d17e1c;*/
}
#demo3 .quote{
	position:absolute;
	z-index:1;
	margin-left:-50px;
	left:50%;
	top:-50px;
	color:#d17e1c;
	font-size:45px;
	background-color:#fff;
	padding:5px;
	width:100px;
	height:100px;
	border-radius:100%;
	text-align:center;
	box-shadow:0px 0px 2px 0px #ccc;
}
#demo3 .quote img{
	width:90px;
	height:90px;
	border-radius:100%;
}
#demo3 .review h4{
	font-style:normal;
	text-transform:uppercase;
	margin:15px 0 0 0;
}
#demo3 .review p{
	text-align:center;
	margin-top:20px!important;
}
#demo3 .review h6{
	color:#666;
}


#demo4 img{
	width:100%;
	height:200px;
}
#demo4 .carousel-control-prev, #demo4 .carousel-control-next {
  top: 0;
}
#demo4 .carousel-caption {
  position: relative;
  right: auto;
  top: auto;
  left: 0;
  z-index: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
#demo4 .carousel-caption h5{
	font-size:15px!important;
	font-weight:600!important;
	color:#d17e1c;
}
#demo4 .carousel-control-prev, #demo4 .carousel-control-next {
  position: absolute;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height:30px;
  margin-top:-15px;
  color: rgba(0,0,0,.8)!important;
  text-align: center;
  opacity: 1;
  font-size:16px;
  background-color:#d17e1c;
}
#demo4 .carousel-control-prev {
  left: -30px;
}

#demo4 .carousel-control-next {
  right: -30px;
}


#demo5 .carousel-control-prev, #demo5 .carousel-control-next {
  top: 0;
}
#demo5 .carousel-caption {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  z-index: 500!imprtant;
  padding-top: 200px;
  padding-bottom: 20px;
  color: #fff;
  display:none!important;
}
#demo5 p{
  text-align:center!important;
}
#demo5 p a{
  color:#000!important;
}
#demo5 .carousel-inner {
  text-align:center!important;
}
#demo5{
	font-size:16px!important;
}
#demo5 .carousel-control-prev, #demo5 .carousel-control-next {
  position: absolute;
  z-index:5!important;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height:30px;
  margin-top:-15px;
  color: #d17e1c !important;
  text-align: center;
  opacity: 1;
  font-size:16px;
  background-color:#000;
}
#demo5 .carousel-control-prev {
	left:0;
}
#demo5 .carousel-control-next {
  right: 0px;
}
@media screen and (max-width: 768px) {
#demo5 .carousel-control-prev, #demo5 .carousel-control-next {
  width: 20px;
  height:20px;
  margin-top:-10px;
  font-size:12px;
}
#demo5 .carousel-control-prev {
	left:-20px;
}
#demo5 .carousel-control-next {
  right: -20px;
}
}

.MultiCarousel-outer{
	width:100%;
}
.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 100;
	width: 100%;
	position:relative;
}
.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div {
	padding:0 0px 0 0;
	margin:0 15px;
	color:#666;
	border-right:solid 1px rgba(255,255,255,.3);
}
.MultiCarousel .MultiCarousel-inner .item > div img{
	float:left;
	width:auto;
	height:70px;
	margin:0 10px 0 0;
}
.MultiCarousel .MultiCarousel-inner .item > div h4{
	font-size:16px;
	line-height:16px;
	padding:0!important;
	margin:0 0 5px 0!important;
	color:#fff;
}
.MultiCarousel .MultiCarousel-inner .item > div h6{
	font-size:13px;
	line-height:13px;
	font-style:normal;
	padding:0!important;
	margin:0!important;
	color:#d17e1c;
}
.MultiCarousel .MultiCarousel-inner .item > div .price{
	color:#fff;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst{
  position: absolute;
  border:0;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height:40px;
  margin-top:-20px;
  color: #d17e1c !important;
  text-align: center;
  opacity: 1;
  font-size:16px;
  background-color:#000;
  border:solid 2px #fff;
  cursor:pointer;
}
.MultiCarousel .leftLst { left:0px; }
.MultiCarousel .rightLst { right:0px; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
	pointer-events: none;
	background:#000;
	color: #d17e1c !important;
}

.MultiCarousel2 {
	float: left;
	overflow: hidden;
	padding: 100;
	width: 100%;
	position:relative;
}
.MultiCarousel2 .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}
.MultiCarousel2 .MultiCarousel-inner .item { float: left;}
.MultiCarousel2 .MultiCarousel-inner .item > div {
	text-align: center;
	padding:0;
	margin:0 18px;
	color:#666;
}
.MultiCarousel2 .MultiCarousel-inner .item > div img{
	width:100%;
	height:auto;
}
.MultiCarousel2 .MultiCarousel-inner .item > div:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.MultiCarousel2 .leftLst, .MultiCarousel2 .rightLst{
  position: absolute;
  border:0;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height:40px;
  margin-top:-20px;
  color: #d17e1c !important;
  text-align: center;
  opacity: 1;
  font-size:16px;
  background-color:#000;
  border:solid 2px #fff;
  cursor:pointer;
}
.MultiCarousel2 .leftLst { left:0px; }
.MultiCarousel2 .rightLst { right:0px; }
.MultiCarousel2 .leftLst.over, .MultiCarousel2 .rightLst.over {
	pointer-events: none;
	background:#000;
	color: #d17e1c !important;
}
#fixme-bottom{
	position:fixed;
	z-index:10000!important;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	padding:10px;
}
#fixme-bottom .d-msg {
	width:80%;
	background-color:#fff;
	position:static!important;
	height:auto;
	max-height:60%;
	margin:8% auto 0 auto;
	padding:30px;
	text-align:justify;
	line-height:24px;	
	box-shadow:0 0 0 10px rgba(0,0,0,.2);
	font-size:13px!important;
	line-height:22px!important;
	/*overflow-y:scroll;*/
}
#fixme-bottom .d-msg h3 {
	margin:0 0 10px 0!important;
	border-left:solid 3px #ccc;
	padding:0 0 0 10px!important;
}
#fixme-bottom .d-msg .agree {
	background-color:#000;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin:15px 0 0 0;
	cursor:pointer;
}
@media screen and (max-width : 768px) {
#fixme-bottom{
	position:fixed;
	z-index:10000!important;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	padding:0;
}
#fixme-bottom .d-msg {
	width:85%;
	background-color:#fff;
	position:static!important;
	height:auto;
	height:auto;
	max-height:100%;
	margin:8% auto 0 auto;
	padding:15px;
	text-align:justify;
	box-shadow:0 0 0 0 rgba(0,0,0,0);
	font-size:12px!important;
	line-height:20px!important;
	/*overflow-y:scroll;*/
}
}

@media screen and (max-width: 992px){
.carousel-inner {
    height: 400px;
    width: 250% !important;
}
}

/*@media screen and (max-width: 992px){*/
/*.home-search {*/
/*    margin-top: -155px;*/
/*}*/
/*}*/

@media screen and (max-width: 992px){
.home-search {
    position: absolute;
    left: 0%;
    top: -170px;
    width: 100%;
    padding: 0 5%!important;
    height: auto;
    margin-top: -155px;
}}
















