.black-bg{
	background-color: #f9f7f8;
}
.white-bg{
	background-color: #f9f7f8;
}
a.nav-link.nav-padding:hover{
	color: #fff;
}

.navbar-collapse{
	justify-content: flex-end;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
 
.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}
.nav-link.nav-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nav-link.nav-padding:hover{
	color:#c8b889 !important;
}

.navbar{
color: #000;
font-family: Montserrat,sans-serif;
font-size: 13px;
line-height: 23px;
letter-spacing: .19em;
font-weight: 500;
font-style: normal;
text-transform: uppercase;
}

.accordion-button{
	    background-color: rgb(255, 193, 7, 0.8) !important;
	
}
.text-gray{
	color:#212529;
}
.map-container-6{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-6 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.primary-logo{
	height:60px;
}

.home .carousel-item{
	height: 90vh;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.home .carousel-item:before{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}
.home .carousel-item .container{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.home .carousel-item h2{
	font-size: 80px;
	color: #ffffff;
	margin:0 0 10px;
	opacity: 0;
}
.home .carousel-item p{
	font-size: 30px;
	margin:0;
	color: #eeeeee;
	opacity:0;
}
.home .carousel-item.active h2{
	animation: fadeInLeft 1.5s ease forwards;
}
.home .carousel-item.active p{
	animation: fadeInRight 1.5s ease forwards;
}

@keyframes fadeInLeft{
	0%{
		opacity: 0;
		transform: translateX(-30px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes fadeInRight{
	0%{
		opacity: 0;
		transform: translateX(30px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}

.home .carousel-controls{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 10;
	transform: translateX(-50%);
}

.home .carousel-indicators{
	position: relative;
	margin:0;
}

.home .carousel-indicators li{
	height: 70px;
	width: 70px;
	margin:0 5px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	border:3px solid transparent;
	transition: all 0.3s ease;
}
.home .carousel-indicators li.active{
	border-color: #ffffff;
	transform: scale(1.2);
}

.home .carousel-control-next, 
.home .carousel-control-prev{
	height: 60px;
	width: 60px;
	opacity: 1;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all 0.3s ease;
}
.home .carousel-control-next:hover, 
.home .carousel-control-prev:hover{
   box-shadow: 0 0 10px #ffffff;
}
.home .carousel-control-next img, 
.home .carousel-control-prev img{
   width: 30px;
}
.home .carousel-control-next{
	right: -90px;
}
.home .carousel-control-prev{
	left: -90px;
}

/*responsive*/
@media(max-width: 767px){
  .home .carousel-control-next, 
  .home .carousel-control-prev{
  	display: none;
  }
  .home .carousel-indicators li{
  	height: 60px;
  	width: 60px;
  }
  .home .carousel-item h2{
  	font-size: 45px;
  }
  .home .carousel-item p{
  	font-size: 22px;
  }
}


/*Rombous form*/
.mkdf-icon-shortcode.mkdf-square-rotated {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 1px solid #c8b889;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
	color: rgba(200,184,137); font-size: 15px;
}
.mkdf-icon-shortcode {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1em;
}

.mkdf-icon-shortcode.mkdf-square-rotated .mkdf-icon-element {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mkdf-icon-shortcode .mkdf-icon-element {
    display: block;
    line-height: inherit;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.mkdf-square-rotated:hover a{
	color:white !important;
}
.mkdf-square-rotated:hover{
	background-color:#c8b889;
	color:white !important;
}
.mkdf-square-rotated a{
	color:#c8b889;
}



/*Headings*/
.heading-section .intro-text{
	margin: 0;
	padding-right: 25px;
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
    line-height: .8em;
    color: #c8b889;
    font-style: normal;;
}
.heading-section .text{
	display: block;
    margin: 14px 0 0;
}
.row .heading-section{
	display: block;
    margin: 0;
}
h6{
	color:black;
	font-family: 'Cormorant', serif;
    font-size: 24px !important;
    line-height: 1.42em;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
	text-align: center;
}
h2 {
    font-size: 46px !important;
    line-height: 1.18em !important;
    letter-spacing: .1em !important;
}

h1, h2, h3, h4, h5 {
    font-family: Monserat,sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    text-transform: uppercase;
}


/*Buttons more details*/

.btn-card{
	transition: none 0s ease 0s;
    text-align: left;
    line-height: 26px;
    margin: 0px 0px 0px 3px;
    padding: 12px 50px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 13px;
	text-transform: uppercase;
}
  .btn-aditional-outline{
	outline: #c8b889 solid 1px;
    outline-offset: 2px;
    margin-left: 3px;
  }

  .btn-outline{
	text-decoration: none;
	color: #c8b889;
    background-color: transparent;
    border: 1px solid #c8b889;
  }
 .btn-outline:hover{
	text-decoration: none;
	color: #ffffff;
    background-color: #c8b889 !important;
    border: 1px solid #c8b889;
  }
.btn-pb-15{
	margin-bottom: 15px !important;
  }
  
/*Gallery View Portfolio*/

.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;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
	transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  }
  
  .hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
	transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  }
  
  .hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
	transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
	padding: 10px;
  }
  
  .hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 50px 0 0;
	padding: 7px 14px;
  }
  
  .hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
  }
  
  .hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }
  
  .hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
  }
  
  .hovereffect:hover h2,.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
  }
  
  .hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
  }

@media only screen and (max-width: 321px)
  {
    .btn-card{
		font-size: 10px;
	}
}
@media (min-width:10px) and (max-width:320px) {
    h2 {
        font-size: 34px !important;
    }
}

@media (min-width:321px) and (max-width:375px) {
    h2 {
        font-size: 40px !important;
    }
}

@media (min-width:1px) and (max-width:993px) {
  #hide-image {
      display:none !important;
  }
}


/*Gallery View*/
@import url(https://fonts.googleapis.com/css?family=Raleway);


.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden
}

.content .portfolio-content-overlay {
    background: rgba(200, 184, 137, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .portfolio-content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

.portfolio-content-overlay img {
    box-shadow: 1px 1px 5px 1px rgba(200, 184, 137, 0.4);
    border-radius: 5px
}

.portfolio-content-details  {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .portfolio-content-details  {
    top: 50%;
    left: 50%;
    opacity: 1
}

.portfolio-content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.portfolio-content-details  p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}

/*Contact page*/
.wrapper {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }

.social-media a{
	color: #000;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .19em;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
	text-decoration: none;
}
.social-media a:hover {
    color: #c8b889 !important;
}

.btn-send {
    border-radius: 0 !important;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 26px !important;
    margin: 0px 0px 0px 3px !important;
    padding: 12px 50px !important;
    letter-spacing: 2px !important;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.carousel.slide a{
color:#fff;
text-decoration: none;
}

.carousel.slide a:hover{
  color:#fff;
  text-decoration: none;
  }


/*Product Page*/