* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   font-family: 'Open Sans', sans-serif;
}


.no-gutter {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.no-padding {
    padding-left: 0!important;
    padding-right: 0 !important
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
} 

a {
    font-family: oswald,sans-serif;

}

button:focus {
    outline: none;
}

.clearfix {
	clear: both;
}

a:hover {
    text-decoration: none;
}

:focus {
outline: 0;
text-decoration: none;
} 

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section {
    overflow: hidden;
}

section.reserve {
    overflow: visible;
}

.mr-100 {
    margin:100px 0;
}

.mr-50 {
    margin: 50px 0;
}

.mr-75 {
    margin: 75px 0;
}

.mr-auto {
    margin: auto;
}

.text-center {
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.trans5 {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.trans3  {
    transition: all 0.3s ease-out;
}

img.responsive {
    width: 100%;
}

.sec-head h5 {
    font-family: 'Rouge Script', cursive;
    font-size: 42px;
    margin-bottom: 0;
}

.sec-head h4 {
    font-size: 44px;
    font-weight: 600;
     font-family: oswald,sans-serif;
     text-transform: uppercase;
}

.sec-head {
    text-align: center;
    margin-bottom: 30px;
}   

a.main-btns {
    border: 1px solid #fac01d;
    padding: 7px 20px;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 26px;
    letter-spacing: 1.2px;
    background: #fac01d;
    color: #fff;
}

a.main-btns i {
    margin-left: 4px;
    transition: all 0.7s ease-out;
}

a.main-btns:hover {
    padding-left: 25px;
    background: #864106;
    border: 1px solid #864106;
}

a.main-btns:hover.main-btns i {
    margin-left: 24px;
     transform: rotate(360deg);
}

div#loading-area {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.loader img {
    width: 200px;
}