html {

}

body{
	font-family: "Playfair Display", serif;
	
}

h2 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px; }

table{
	width:100%;
}

a {
  color: #000;
}

.btn, .button{
	transition: all .6s ease 0s;
    background: #ef7d00;
    color: white;
}

.btn:hover, .button:hover{
    background:#d6ccb3;
    color: #000;;
	text-decoration:none;
}

.button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#top-nav{
	transition: all .6s ease 0s;
	background:#d6ccb3;
	-webkit-box-shadow: 0px -1px 29px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px -1px 29px 0px rgba(255,255,255,1);
	box-shadow: 0px -1px 29px 0px rgba(255,255,255,1);
}

.pos-abs{
	position:fixed;
    top: -500px;
    right: 0;
    left: 0;
    z-index: 1030;	
}

.pos-abs-visible{
	 top: 0;
}

.box{
	z-index: 2;
	background: #fff;
	padding: 3.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 480px; 	
}

@media (max-width: 991.98px) {
	.box {
		width: 100%; 
	} 
}

.owl-item1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .owl-item1, .owl-item1 .container > .row {
    height: 100vh;
    min-height: 600px; }
  .owl-item1 > .container {
    position: relative; }
  .owl-item1.overlay {
    position: relative; }
    .owl-item1.overlay:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .5;
      background: #000; }
    .owl-item1.overlay h1 {
      color: #fff;
      font-size: 3rem; }
    .owl-item1.overlay p {
      color: #fff; }
      .owl-item1.overlay p a {
        color: #fff;
        font-weight: 700; }
        .owl-item1.overlay p a:hover {
          text-decoration: none; }
    .owl-item1.overlay form .form-control,
    .owl-item1.overlay form .btn {
      height: 55px;
      border-radius: 4px; }
    .owl-item1.overlay form .form-control {
      padding-left: 20px;
      padding-right: 20px;
      border-color: transparent;
      margin-right: 10px; }
    .owl-item1.overlay form .btn {
      border-color: transparent; }
	  
	  
	  .media-ref {
  margin-bottom: 60px; }
  .media-ref .small {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden; }
  .media-ref .img-link {
    margin-bottom: 30px;
    display: block;
    position: relative;
    bottom: 0px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67); }
    .media-ref .img-link:hover {
      bottom: 20px; }
  .media-ref h3 {
    font-size: 20px;
    margin-bottom: 0; }
    .media-ref h3 a {
      color: #000; }
  .media-ref span {
    font-size: 14px; }

.services {
  background: #fff;
  padding: 50px 30px; }
  .services h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px; }
    .services h3 a {
      color: #000; }
  .services .img-wrap {
    margin-bottom: 40px;
    display: block;
    position: relative;
    color: #ef7d00; }
  .services img {
    position: relative;
    z-index: 1;
    max-width: 80px; }


.owl-dots {
  text-align: center;
  margin-top: 30px; }
  .owl-dots .owl-dot {
    display: inline-block; }
   .owl-dots .owl-dot > span {
      display: inline-block;
      width: 7px;
      height: 7px;
      background: #ccc;
      margin: 5px;
      border-radius: 50%; }
    .owl-dots .owl-dot.active > span {
      background: #ef7d00; }

	  
	  