/**
 * Created by Sushant Gauchan
 * Email : sushant.gauchan11@gmail.com
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.ex-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ex-transition {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease; }

/*--------------------------------------- Mixins Ends -------------------------------------*/
html {
  height: 100%; }

body {
  height: 100%;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
  color: #9C9C9C;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:link, a:visited {
  text-decoration: none; }
a:focus {
  outline: none; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: black; }

::selection {
  color: #fff;
  background: black; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Cardo", serif;
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #3F3F3F; }

h1 {
  font-size: 90px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 45px; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 16px; }

p {
  margin-bottom: 18px; }
  p:last-of-type {
    margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

input:focus, input:active, input:hover, button:focus, button:active, button:hover, textarea:focus, textarea:active, textarea:hover {
  outline: none; }

#wrapper {
  min-height: 100%;
  position: relative; }

.slick-slider .slick-slide {
  outline: none; }

.custom-container {
  padding: 150px 184px;
  max-width: 1920px;
  margin: auto; }
  .custom-container.small-width-container {
    max-width: 1200px; }
  .custom-container.full-width {
    padding-left: 0;
    padding-right: 0; }
  .custom-container.remove-top-padding {
    padding-top: 0; }
  .custom-container.remove-bottom-padding {
    padding-bottom: 0; }
  .custom-container.remove-right-padding {
    padding-right: 0px; }
  .custom-container.remove-top-bottom-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .custom-container.small-top-padding {
    padding-top: 30px !important; }

.section-title {
  margin-bottom: 80px; }
  .section-title h2 {
    margin-bottom: 40px; }
  .section-title .content.has-width {
    width: 680px;
    margin: auto; }
  .section-title.center-align {
    text-align: center; }
  .section-title.no-bottom-margin {
    margin-bottom: 0px; }
  .section-title.type-white h2 {
    color: #fff; }
  .section-title.type-white .content {
    color: #fff; }

.booking-table-button {
  font-size: 14px;
  color: #F3592A;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .booking-table-button:hover, .booking-table-button:focus, .booking-table-button:active {
    color: #F3592A; }

.co-btn {
  min-width: 200px;
  font-size: 14px;
  display: inline-block;
  width: auto;
  outline: none;
  border: 0;
  padding: 23px 27px;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 5px;
  background: linear-gradient(90.09deg, #F3592A 0.07%, #FA8865 100.67%); }
  .co-btn.type-one {
    font-size: 18px;
    color: #F3592A;
    letter-spacing: 4px;
    background: transparent;
    font-weight: bold;
    min-width: inherit;
    padding: 0px;
    position: relative;
    padding-right: 60px; }
    .co-btn.type-one:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 40px;
      height: 2px;
      background-color: #F3592A; }
    .co-btn.type-one:hover, .co-btn.type-one:focus, .co-btn.type-one:active {
      color: #F3592A; }
  .co-btn.type-full {
    width: 100%; }
  .co-btn:hover, .co-btn:focus, .co-btn:active {
    color: #fff; }
  .co-btn.transparent {
    background: transparent !important; }

input, select, textarea {
  outline: none; }
  input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
    outline: 0; }

#ccm-panel-dashboard .ccm-panel-content ul li {
  width: 100%; }

/*# sourceMappingURL=global.css.map */
