/*@media (min-width: 992px) {
    .navbar {
        height:50px;
    }
}*/
 

.bg-light{
  background-color: #b9d5f1;
}
.bg-black-50{
  background: rgba(0, 0, 0, 0.2);
}   
.bg-white-50{
  background: rgba(255, 255, 255, 0.2);
}   
.letterspace{
  letter-spacing: 2px;
}
                       
.text-black
{
  color: #000000!important;
}

.text-zameel{
 color: #0b87e5;
}
.bg-solar
{
  background: #00719b;
}
.text-solar
{
  color: #00719b;
}
.bg-zameel{
  background: #0b87e5;
}
.overThumb:hover{
	background: #111!important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width:inherit;
  padding:30px;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #F60!important;
  text-align: left;
  list-style: none;
  /*background-color: #fff;*/
  background:rgba(41, 153, 7, 0.5);
  width:250px;
  background-clip: padding-box;
 
  border:none!important;
  border-radius: 0!important;
}


	@media (max-width: 768px) {
			.dropdown-menu {
width: 100%;
		}
	}

.dropdown-menu li{
	line-height: 30px!important;
	 color: #f80000!important;
}
.navbar-toggler {
 /* padding: 0.25rem 0.75rem;*/
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border:none!important;
  border-radius: 0;
	/*	background: #f60;*/
	outline: none!important;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 5, 255, 0);
  border-color: rgba(255, 5, 255, 0);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;

  background-size: 100% 100%;
	outline: none!important;
	border: none!important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
	.threeHeight{
		height: 300px;
	}
	
}
@media (max-width: 992px) {
	.floright{
	 float: right;
   
	}
	.bg-mob{
		background:rgba(255, 255, 255, 10);
  
	}
	.fixed-bottom-mob{width:auto; height: 60px;  position: fixed; bottom: 2%; right: 2%; z-index: 20000;}
	.icon-mob{ width: 50px; height: 50px;  background-color:#000;  border-radius: 50%; margin: 5px; float: left}
	
	.icon-mob:hover {background: #f60;}
	.mobOutline{
	 outline: #ceaf4e solid 1px!important; outline-offset: 15px!important;
		}
}
@media (max-width: 991px) {
	.threeHeight{
		height:auto!important;
	}
	
}
  .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: transparent;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }

.nav-link {
	color: #000000!important;
	
}
.nav-link:hover {
	
	/*color: #059bf9!important;background: #5b3010;
	background:#d4af37!important;*/
  border-bottom: #0694d6 4px solid;
}
.active-nav {
	color: #fff;

  border-bottom: #F60 4px solid;
}



.vl {
 border-left: 1px solid #008cff; 
            height: 100%!important; 
            position:absolute; 
            left: 50%; 
            rotate: 30deg;
}



#myparallex{
    height:auto!important;
    width:100%!important;
    padding:58% 0 0;    
}
#myparallex img{width:100%!important;height:100%!important}

@font-face{font-family:sharpsansthin;src:url(fonts/SHARPSANS%20THIN.OTF);}
@font-face{font-family:sharpsanslight;src:url(fonts/SHARPSANS%20LIGHT_0.OTF);}
@font-face{font-family:sharpmedium;src:url(fonts/SHARPSANS%20MEDIUM_0.OTF);font-weight:100;}
@font-face{font-family:sharpsansbold;src:url(fonts/SHARPSANS%20BOLD_0.OTF);}
*{font-family:sharpmedium;font-size:14px}
.font-sharpsanslight{font-family:sharpsanslight;}
.wihe-50{width:30px !important;height:30px !important;}
a{ text-decoration: none!important; color: #000000}
a:hover {
	color: #d79e17;
}

.topnavBg {z-index: 998; height: 71px; background: rgb(255, 255, 255); border-top: #008cff thin solid;}
.my-color{
	color: #ffca00;
}
input, select, .btn {
	font-size: 16px!important;
}
.my-bgcolor{
	background: #ffca00;
}
.bg-hash{
	background: #5b3010!important;
}
.hoverhash:hover{
	background: #ddd!important;
}
.bg-black{
	background: #000!important;
}
.my-title{
	font-size: 20px;
	font-family:sharpsansbold;	
}
.my-title-light{
font-size: 55px;
	font-family:sharpsanslight;	
}
.my-subtitle{
	font-size: 14px;
	font-family:sharpmedium;
}

/*.carousel-caption {
  position: absolute;
  right: 15%;
  top: 200px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}*/

@media (min-width: 576px) {
 .my-title{
	font-size: 25px;
}
	.my-subtitle{
	font-size: 16px;
}
}

@media (min-width: 768px) {
  .my-title{
	font-size: 30px;
}/*.carousel-caption {
  top: 130px;
	}*/
}

@media (min-width: 992px) {
 .my-title{
	font-size: 40px;
}
		.my-subtitle{
	font-size: 20px;
}
	/*.carousel-caption {
  top:300px;
	}*/
}

@media (min-width: 1200px) {
 .my-title{
	font-size: 50px;
}
		.my-subtitle{
	font-size: 30px;
}
	
}




/*Header MEnu*/



body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body > header {
 background: #FFF;
/*   box-shadow: 2px 2px 2px 1px rgba(0,0,0,.1);*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 50px;
  margin-bottom: 20px;
  padding: 20 5%;
  position: fixed;
	top:0px;
	right: 0px; 
	z-index: 3000!important;
}

body > header menu menu span {
  display: block;
}

body > header menu menuitem > .heading {
  font-weight: bold;
}

body > header input[type="checkbox"],
body > header input[type="reset"] {
  display: none !important;
}

body > header > nav span { cursor: default; }

body > header nav,
body > header nav nav {
  font-size: 14px;
  height: 100vh;
  padding-top: 30px;
  position: absolute;
  top: 0;
  transition: transform .8s ease-in-out;
  width: 300px;
z-index: 3000!important;
}

body > header nav.left-navigation,
body > header nav.left-navigation nav {
  background: #4BE3F2;
  left: 0;
  transform: translateX(-300px);
}

body > header nav.right-navigation,
body > header nav.right-navigation nav {
  background: #ddd;
	/*background-image: linear-gradient(145deg, rgba(255,17,0,.8) 0%, rgba(255,107,0,.8) 60%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);*/

  right: 0;
  transform: translateX(300px);
	z-index: 3000!important;

}

body > header nav > main,
body > header nav nav > main {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 50px;
  width: 100%;
}

body > header nav label {
  cursor: pointer;
  font-weight: normal;
  margin: 200;
}
body > header nav label:focus { outline: none; }

body > header nav label.menu-close,
body > header nav label.menu-toggle {
  display: block;
  height: 58px;
  line-height: 0;
  padding: 0;

  position: absolute;
  text-indent: -9999px;
  width: 58px;
	
}

body > header nav.left-navigation label.menu-close,
body > header nav.left-navigation label.menu-toggle {
  background: #4BE3F2;
  right: -50px;
}

body > header nav.right-navigation label.menu-close,
body > header nav.right-navigation label.menu-toggle {
 /* background: #F6EA53;*/
  right: 300px;
}
body > header nav.right-navigation label.menu-close{
margin-right:  20px;	
	background: #111;
	color: #FF0004;
}

body > header nav.right-navigation label.menu-toggle {
	margin-right:  20px;
	
	
}

body > header nav label.menu-close>span:after,
body > header nav label.menu-close>span:before,
body > header nav label.menu-toggle>span,
body > header nav label.menu-toggle>span:after,
body > header nav label.menu-toggle>span:before {
  background: #fff;
  display: block;
  height: 4px;

  pointer-events: none;
  transition: transform .4s ease-in-out,background-color .4s ease-in-out 0s;
  width: 30px;
}

body > header nav label.menu-close>span,
body > header nav label.menu-toggle>span {
  display: block;
  margin-left: 15px;
  margin-top: 50%;
  position: relative;
}

body > header nav label.menu-close>span:after,
body > header nav label.menu-close>span:before,
body > header nav label.menu-toggle>span:after,
body > header nav label.menu-toggle>span:before {
  content: "";
  position: absolute;
  transform: rotate(0) translateY(0);
}

body > header nav label.menu-close {
  margin-top: 21px;
  opacity: 0;
  transition: all .4s ease-in;
}

body > header nav label.menu-close>span:after {
  transform: rotate(45deg);
}
body > header nav label.menu-close>span:before {
  transform: rotate(-45deg);
}

body > header nav label.menu-toggle { margin-top: -30px; }

body > header nav label.menu-toggle>span:after {
  transform: translateY(10px);
}
body > header nav label.menu-toggle>span:before {
  transform: translateY(-10px);
}

body > header nav menu {
  margin: 0;
  padding: 0;
}
body > header nav menu menuitem {
  display: block;
  list-style: none;
}
body > header nav menu menuitem + menuitem {
  border-top: 1px solid #AAA;
}
body > header nav menu menuitem > a,
body > header nav menu menuitem > label,
body > header nav menu menuitem > span {
  display: block;
  line-height: 30px;
  padding: 15px 0;
  text-decoration: none;
}
body > header nav.left-navigation menu menuitem > a,
body > header nav.left-navigation menu menuitem > label,
body > header nav.left-navigation menu menuitem > span {
  text-align: left;
}
body > header nav.right-navigation menu menuitem > a,
body > header nav.right-navigation menu menuitem > label,
body > header nav.right-navigation menu menuitem > span {
  text-align: right;
}

body > header nav menu menuitem > label:after {
  display: block;
  font-size: 150%;
}
body > header nav.left-navigation menu menuitem > label:after {
  content: "\00BB";
  float: right;
}
body > header nav.right-navigation menu menuitem > label:after {
  content: "\00AB";
  float: left;
}

body > header nav nav label.menu-toggle,
body > header nav nav label.menu-toggle>span,
body > header nav nav label.menu-toggle>span:after,
body > header nav nav label.menu-toggle>span:before { background: none !important; }

body > header input[type="checkbox"]:checked ~ nav { transform: translateX(0); }

body > header input[type="checkbox"]:checked ~ nav label.menu-close {
  opacity: 1;
}

body > header input[type="checkbox"]:checked ~ nav label.menu-toggle > span:after,
body > header input[type="checkbox"]:checked ~ nav label.menu-toggle > span:before {
  width: 14px;
}
body > header input[type="checkbox"]:checked ~ nav.left-navigation label.menu-toggle > span:after {
  transform: rotate(-45deg) translateY(-4px) translateX(4px);
}
body > header input[type="checkbox"]:checked ~ nav.left-navigation label.menu-toggle > span:before {
  transform: rotate(45deg) translateY(4px) translateX(4px);
}
body > header input[type="checkbox"]:checked ~ nav.right-navigation label.menu-toggle > span:after {
  transform: rotate(45deg) translateY(-16px) translateX(8px);
}
body > header input[type="checkbox"]:checked ~ nav.right-navigation label.menu-toggle > span:before {
  transform: rotate(-45deg) translateY(16px) translateX(8px);
}

body > main {
  margin: 0 5vw;
}

.introduction {
  background: #F7F7F7;
  border-radius: 0.5em;
  box-shadow: 0 0.5em 0.5em 0 rgba(153,153,153,1);
  padding: 2em;
}

@media (max-width:60em) {
  h2 { padding: 0.5em 0; }
}

@media (min-width:40em) {
  html{ font-size: 130%; }
}

@media (min-width:60em) {
  html { font-size: 135%; }
  h1 { font-size: 280%; }
}

@media (min-width:100em) {
  h1 { font-size:300%; }
}

@media (min-width:160em) {
  html { font-size: 160% }
  h1 {
    font-size: 320%;
    padding: 1.75em 0 .8em 0;
  }
}


.myLink{
	cursor: pointer;
}
.myLink:hover{
	cursor: pointer;
	color: #777;
	border-bottom: #999 thin solid;

}


#wrapper {
            width: 800px;
            margin: 0 auto;
            color: #333;
            font-family: Tahoma, Verdana, sans-serif;
            line-height: 1.5;
            font-size: 14px;
        }

        .demo {
            margin: 30px 0;
        }

        .date-picker-wrapper .month-wrapper table .day.lalala {
            background-color: orange;
        }

        .options {
            display: none;
            border-left: 6px solid #8ae;
            padding: 10px;
            font-size: 12px;
            line-height: 1.4;
            background-color: #eee;
            border-radius: 4px;
        }

        .date-picker-wrapper.date-range-picker19 .day.first-date-selected {
            background-color: red !important;
        }

        .date-picker-wrapper.date-range-picker19 .day.last-date-selected {
            background-color: orange !important;
        }

.amenitiesIconSize
{
	font-size: 20px!important;
	color: #999;
}



.amenitiesIconSizeBig
{
	font-size: 40px!important;
	color: #999;
}



#date-range200:focus, #date-range201:focus {
  border-color:transparent!important;
  box-shadow:none!important;
}

.each-prop:hover{
	cursor: pointer;
}
.each-prop:hover .subde-prop{
	cursor: pointer;

	background: #eee!important;
}



.form-control:focus, .custom-select:focus {
  border-color:transparent!important;
  box-shadow:none!important;
	border: none!important;
}





.hovercontainer {
  position: relative;
  width: 50%;
}

.hoverimage {
  display: block;
  width: 100%;
  height: auto;
}

.hoveroverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-color: #000;*/
	background: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 100%;
  height: 0%;
  transition: .5s ease;
}

.hovercontainer:hover .hoveroverlay {
  height: 100%;
}

.hovertext {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}





/* Slideshow container */
.slideshow-container {
  position: relative;

 
}


/* Slides */
.mySlides {
  display: none;
  padding: 30px 30%;
  text-align: center;
	
}
.aboutheader{
background-color: #5b3010; height: 250px!important;
}

@media (max-width: 576px) {
.mySlides{
	padding: 30px 10%;
}
	.teprev, .tenext {
  margin:0px 2% 0px!important;
	}
	
.ovcontainer {
  position: relative;
  text-align: left;
  color: white;
}	
	
	.ovcentered-right {
  position: absolute;
  bottom: 20%;
  right: 15%;
  transform: translate(-15%, -20%);
}
	
	  .my-title{
	font-size: 22px;
}/*.carousel-caption {
  top:140px;
	}*/


	.aboutheader{
background-color: #5b3010; height: 100px!important;
		margin-bottom: 50px!important;
}
	
}

/* Next & previous buttons */
.teprev, .tenext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  /*margin-top: -30px;*/
  margin:0px 15% 0px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.tenext {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.teprev:hover, .tenext:hover {
  /*background-color: rgba(0,0,0,0.8);*/
  color: #fff;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    /*background: #ddd;*/
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #665034;
}

/* Add an italic font style to all quotes */
q {font-style: italic; font-size: 16px; line-height: 30px; margin-bottom: 20px;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}





/* Style tab links */

/*
* {box-sizing: border-box}


body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}*/


.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

@media (max-width: 576px) {
 .tablink{
	 width: 50%;
}

}

.tablink:hover {
  background-color: #777;
}

.tablink:focus {
	border: none!important;
	outline: none!important;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
	margin-top: 53px;/* Added myself*/
  padding: 40px 20px 30px;
  height:auto;
}







.height-500
{height: 500px !important;}

.tel-box{width: 300px; height: 120px; background: #FFFFFF; float: left;}
.contact-box{width:80px; height:auto;background: #221f1f; position:absolute; right: 0px; top:2%; float: right; visibility: hidden; font-size: 8px; padding: 5px;}
.icon-cont{ width: 50px; height: 50px;  background-color:#997b37!important;  border-radius: 50%; margin: 10px auto;  }
.contact-text{font-size: 12px; text-align: center; }
.contact-box:hover{background: #333;}








/* for hover image  zoom */

/** {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}*/

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    /*width: 540px;*/
}
.image-box img {
    max-width: 100%;
    transition: all 2.0s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.3);
}
/* /for hover image  zoom */




/*img {
  vertical-align: middle;
}*/

/* Position the image myGallerycontainer (needed to position the left and right arrows) */
.myGallerycontainer {
  position: relative;
}

/* Hide the images by default */
.myGallerySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* myGallerynext & myGalleryprevious buttons */
.myGalleryprev,
.myGallerynext {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
	background-color: rgba(255, 255, 255, 0.6);
}

/* Position the "myGallerynext button" to the right */
.myGallerynext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.myGalleryprev:hover,
.myGallerynext:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* myGallerycontainer for image text */
.caption-myGallerycontainer {
  text-align: center;

	background-color: #222;
  padding: 2px 16px;
  color: white;
}

/*.row:after {
  content: "";
  display: table;
  clear: both;
}*/

/* Six columns side by side */
.myGallerycolumn {
  float: left;
  /*width: 16.66%;*/
  width: 25%;
	border-right: #fff 3px solid;
	border-left: #fff 3px solid;
	/*background: #f60;*/
}
/*.myGallerycolumn:last-child {
	border-right: #fff 0px solid;
}*/

/* Add a transparency effect for thumnbail images */
.myGallerydemo {
  opacity: 0.4;
	
}

.myGalleryactive,
.myGallerydemo:hover {
  opacity: 1;
}
.bg-white-30 {
	background: rgba(255, 255, 255, 0.04)!important;
}
.bg-white-30:hover {
	background: rgba(115, 88, 55, 0.9)!important;
}

.bigIconSize
{
	font-size: 25px!important;
	color: #fff;
}

.grad {
/* background-image: linear-gradient(0deg, #0D306F, #000);*/
 background-image: linear-gradient(0deg, #9e7f59, #5d401d);
	
		

}
#gradb {
background-image: linear-gradient(110deg, rgba(255,17,0,.8) 0%, rgba(255,17,0,.8) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	/*filter: blur(.8px);*/
}
#grads {

background-image: 
  radial-gradient(ellipse farthest-corner at 0 140%, #3c84cc 0%, #316dc2 70%, #4e95d3 70%);
/*  color: white;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  margin-top: 50px;
  display: block;
  text-align: center;
  line-height: 50px;*/
}

#gradblack {
background-image: 
  radial-gradient(ellipse farthest-corner at 0 170%, #333 10%, #333 70%, #444 70%);
/*  color: white;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  margin-top: 50px;
  display: block;
  text-align: center;
  line-height: 50px;*/
}
.details-search
{
	top:-75px; right: 20px; z-index: 2;
}

@media (max-width: 992px) {
.details-search
{
	top:0px; right: 0px; z-index: 2;
}
	.my-title-light{
font-size: 25px;
	font-family:sharpsanslight;	
}
}

@media (min-width: 992px) {
.divsticky {
/*  position: -webkit-sticky!important;*/
  position: fixed!important;
  top: 62px;
/*  background-color: yellow;
	min-height: 100%!important;*/
  padding: 50px;
  font-size: 20px;
	z-index:1000!important;
}
	
	.searchsticky {
  position: fixed!important;
  top: 0;
/*background-color: #000;*/
		z-index: 2000!important;
  padding: 10px!important;
	
  font-size: 20px;
}
}




.ovcontainer {
  position: relative;
  text-align: center;
  color: white;
}

.ovbottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.ovtop-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.ovtop-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.ovbottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.ovcentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ovcentered-bottom {
  position: absolute;
 bottom: 10%;
  left: 50%;
  transform: translate(-50%, -20%);
}


.ovcentered-right {
  position: absolute;
  bottom: 20%;
  right: 15%;
  transform: translate(-15%, -20%);
}





.newsletter {
padding: 40px 0;
background: #ddd;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #243c4f;
margin-bottom: 40px;
font-size: 22px}
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
	border: none;
background: #5b3010;
color: #fff;
/*font-weight:600;*/
}







.peeled {
  color: #fff;
/*  font-family: Avenir Next, Helvetica Neue, Helvetica, Tahoma, sans-serif;
  font-size: 5em;
  font-weight: 700;*/text-align: right;
	font-family:sharpsansbold;	
}
.peeled span {
  display: inline-block;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 500;
          perspective: 500;
  -webkit-font-smoothing: antialiased;
	font-size: 1em;
	font-family:sharpsansbold;	
}
.peeled span::before,
.peeled span::after {
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  content: attr(data-text);
}
.peeled span::before {
  z-index: 1;
  color: rgba(0,0,0,0.2);
  -webkit-transform: scale(1.1, 1) skew(0deg, 20deg);
          transform: scale(1.1, 1) skew(0deg, 20deg);
}
.peeled span::after {
  z-index: 2;
color: #684da3;
   /* color: #000;*/
  text-shadow: -1px 0 1px #684da3, 1px 0 1px rgba(0,0,0,0.8);
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.peeled span:hover::before {
  -webkit-transform: scale(1.1, 1) skew(0deg, 5deg);
          transform: scale(1.1, 1) skew(0deg, 5deg);
}
.peeled span:hover::after {
  -webkit-transform: rotateY(-10deg);
          transform: rotateY(-10deg);
}
.peeled span + span {
  margin-left: 0.01em;
}
@media (min-width: 20em) {
  .peeled {
    font-size: 2em;
  }
 .peeled span::before,
  .peeled span::after {
    display: block;
  }
}
@media (min-width: 30em) {
  .peeled {
    font-size: 3em;
  }
}
@media (min-width: 40em) {
  .peeled {
    font-size: 5em;
  }
}
@media (min-width: 60em) {
  .peeled {
    font-size: 8em;
  }
}








.profilecard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.profiletitle {
  color: grey;
  font-size: 18px;
}

/*button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
}*/






.testimonial {
  position: relative;
}
.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}
.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}
.testimonial-block p {
  background: #fff;
  font-size: 18px;
}
.testimonial-block .client-info {
  margin-bottom: 20px;
}
.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}
.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: 0.08;
}
.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}
.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}
.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}
.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}
.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: 0.3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

.testimonial-content{
	font-size: 13px;
}



	.text-gold
{
	/*color: #d19f00!important;*/
	color: #f60!important;
}
 
   
	.bg-white-50
	{
		background: rgba(255,255,255,0.9);
	}
	.footer-navlink 
	{
		color: #ffffff;
	}
	.footer-navlink:hover
	{
		color: #f60;
	}
	
	.golden-border:after {
    content: '';
    display: block;
    position: relative;
    width: 10%;
    border: 2px solid #aa7c51;
    margin-top: 8px; }
	


.text-size-16{
	font-size: 16px;
}
.text-size-20{
  font-size: 18px;
}
 .iconsContact
	{background: #0b87e5;
		
		border-top-right-radius: 5px!important;
	}
	.iconsContact:hover{
		background:#aa7c51;
	}
	
	.cursorDisplayPointer
	{
		cursor: pointer!important;
	}
	.font-size-12{
		font-size: 12px!important;
	}
.iconstyledr
{
	font-size: 30px!important;  line-height: 28px;
}



.hovereffect{width:100%;height:100%;float:left;overflow:hidden;position:relative;text-align:center;cursor:default;}
.hovereffect .overlay{width:100%;height:100%;position:absolute;overflow:hidden;top:0;left:0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.hovereffect:hover .overlay{background-color:rgba(0, 0, 0, 0.4);}
.hovereffect img{display:block;width:100%;position:relative;}
.hovereffect h2{text-transform:uppercase;color:#fff;text-align:center;position:relative;font-size:17px;bottom:0;padding:10px;background:rgba(0, 0, 0, 0.4);-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.hovereffect:hover h2{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);background:none;}
.hovereffect a.info{display:inline-block;text-decoration:none;width:80%;height:80%;padding:10%;text-transform:uppercase;color:#fff;border:1px solid #fff;background-color:transparent;opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;font-weight:normal;margin:10% 0 0 0;}
.hovereffect:hover a.info{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}

.overlay-search{height:100%;width:100%;display:none;position:fixed;z-index:2000000300900;top:0;left:0;background-color:rgba(0,0,0, 0.9);}
.overlay-content{position:relative;top:46%;width:80%;text-align:center;margin-top:30px;margin:auto;}
.overlay-search .closebtn{position:absolute;top:20px;right:45px;font-size:60px;cursor:pointer;color:white;}
.overlay-search .closebtn:hover{color:#ccc;}
.overlay-search input[type=text]{padding:15px;font-size:17px;border:none;float:left;width:80%;background:white;}
.overlay-search input[type=text]:hover{background:#f1f1f1;}
.overlay-search button{float:left;width:20%;padding:15px;background:#ddd;font-size:17px;border:none;cursor:pointer;}
.overlay-search button:hover{background:#bbb;}
::-webkit-scrollbar{width:12px;}
::-webkit-scrollbar-track{background:#f1f1f1;}
::-webkit-scrollbar-thumb{background:#008b9b;border:thin solid #FFFFFF;}
::-webkit-scrollbar-thumb:hover{background:#005884;}